docs(observability): seed phase-0 baseline probe artifacts
This commit is contained in:
@@ -1,43 +1,53 @@
|
||||
# Phase 0 Baseline Telemetry Summary
|
||||
|
||||
- Run state events: 0
|
||||
- Run cancel events: 0
|
||||
- Reaction matches: 0
|
||||
- Reaction skips: 0
|
||||
- Run state events: 7
|
||||
- Run cancel events: 1
|
||||
- Reaction matches: 1
|
||||
- Reaction skips: 2
|
||||
|
||||
## Run Outcomes (Overall)
|
||||
|
||||
- Total outcomes: 0
|
||||
- Complete: 0 (n/a)
|
||||
- Cancelled: 0 (n/a)
|
||||
- Errors: 0 (n/a)
|
||||
- Cancel requested: 0
|
||||
- Starts: 0
|
||||
- Total outcomes: 3
|
||||
- Complete: 1 (33.33%)
|
||||
- Cancelled: 1 (33.33%)
|
||||
- Errors: 1 (33.33%)
|
||||
- Cancel requested: 1
|
||||
- Starts: 3
|
||||
|
||||
## 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 |
|
||||
| discord | 1 | 0 | 0 | 1 | 0.00% | 0.00% | 100.00% | 0 | 1 |
|
||||
| telegram | 1 | 1 | 0 | 0 | 100.00% | 0.00% | 0.00% | 0 | 1 |
|
||||
| ws | 1 | 0 | 1 | 0 | 0.00% | 100.00% | 0.00% | 1 | 1 |
|
||||
|
||||
## 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 |
|
||||
| discord:probe-2 | 1 | 0 | 0 | 1 | 0.00% | 0.00% | 100.00% | 0 | 1 |
|
||||
| telegram:probe-1 | 1 | 1 | 0 | 0 | 100.00% | 0.00% | 0.00% | 0 | 1 |
|
||||
| ws:probe-1 | 1 | 0 | 1 | 0 | 0.00% | 100.00% | 0.00% | 1 | 1 |
|
||||
|
||||
## Cancel Latency
|
||||
|
||||
- No cancel latency samples.
|
||||
- Count: 1
|
||||
- Avg: 140ms
|
||||
- P50: 140ms
|
||||
- P95: 140ms
|
||||
- Min: 140ms
|
||||
- Max: 140ms
|
||||
|
||||
## Reaction Decisions
|
||||
|
||||
- Matched: 0 (n/a)
|
||||
- Skipped: 0 (n/a)
|
||||
- Matched: 1 (33.33%)
|
||||
- Skipped: 2 (66.67%)
|
||||
|
||||
### Skip Reasons
|
||||
|
||||
| Reason | Count | Percent |
|
||||
| --- | ---: | ---: |
|
||||
| _none_ | 0 | 0.00% |
|
||||
| no_match | 1 | 50.00% |
|
||||
| no_rules | 1 | 50.00% |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user