docs(observability): document phase-0 telemetry and baseline workflow

This commit is contained in:
William Valentin
2026-02-25 09:22:56 -08:00
parent 0b8f7c7299
commit 8b5266c66c
8 changed files with 179 additions and 1 deletions
@@ -0,0 +1,44 @@
{
"generated_at": "2026-02-25T17:20:35.391Z",
"event_count": 0,
"filters": {
"since_ms": 1771977600000
},
"options": {
"maxSessions": 20,
"maxChannels": 20,
"maxSkipReasons": 10
},
"summary": {
"event_counts": {
"run_state": 0,
"run_cancel": 0,
"reaction_match": 0,
"reaction_skip": 0
},
"run_outcomes": {
"overall": {
"total_outcomes": 0,
"complete": 0,
"cancelled": 0,
"error": 0,
"cancel_requested": 0,
"start": 0,
"completion_rate_pct": null,
"cancel_rate_pct": null,
"error_rate_pct": null
},
"by_channel": [],
"by_session": []
},
"cancel_latency_ms": null,
"reactions": {
"matched": 0,
"skipped": 0,
"total": 0,
"match_rate_pct": null,
"skip_rate_pct": null,
"skip_reasons": []
}
}
}
@@ -0,0 +1,43 @@
# Phase 0 Baseline Telemetry Summary
- Run state events: 0
- Run cancel events: 0
- Reaction matches: 0
- Reaction skips: 0
## Run Outcomes (Overall)
- Total outcomes: 0
- Complete: 0 (n/a)
- Cancelled: 0 (n/a)
- Errors: 0 (n/a)
- Cancel requested: 0
- Starts: 0
## Run Outcomes by Channel
| Channel | Outcomes | Complete | Cancelled | Error | Complete % | Cancel % | Error % | Cancel Req | Starts |
| --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
| _none_ | 0 | 0 | 0 | 0 | n/a | n/a | n/a | 0 | 0 |
## Run Outcomes by Session
| Session | Outcomes | Complete | Cancelled | Error | Complete % | Cancel % | Error % | Cancel Req | Starts |
| --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
| _none_ | 0 | 0 | 0 | 0 | n/a | n/a | n/a | 0 | 0 |
## Cancel Latency
- No cancel latency samples.
## Reaction Decisions
- Matched: 0 (n/a)
- Skipped: 0 (n/a)
### Skip Reasons
| Reason | Count | Percent |
| --- | ---: | ---: |
| _none_ | 0 | 0.00% |