docs(observability): seed phase-0 baseline probe artifacts
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"generated_at": "2026-02-25T17:20:35.391Z",
|
||||
"event_count": 0,
|
||||
"filters": {
|
||||
"since_ms": 1771977600000
|
||||
},
|
||||
"generated_at": "2026-02-25T17:41:51.949Z",
|
||||
"event_count": 11,
|
||||
"filters": {},
|
||||
"options": {
|
||||
"maxSessions": 20,
|
||||
"maxChannels": 20,
|
||||
@@ -11,34 +9,138 @@
|
||||
},
|
||||
"summary": {
|
||||
"event_counts": {
|
||||
"run_state": 0,
|
||||
"run_cancel": 0,
|
||||
"reaction_match": 0,
|
||||
"reaction_skip": 0
|
||||
"run_state": 7,
|
||||
"run_cancel": 1,
|
||||
"reaction_match": 1,
|
||||
"reaction_skip": 2
|
||||
},
|
||||
"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
|
||||
"total_outcomes": 3,
|
||||
"complete": 1,
|
||||
"cancelled": 1,
|
||||
"error": 1,
|
||||
"cancel_requested": 1,
|
||||
"start": 3,
|
||||
"completion_rate_pct": 33.33,
|
||||
"cancel_rate_pct": 33.33,
|
||||
"error_rate_pct": 33.33
|
||||
},
|
||||
"by_channel": [],
|
||||
"by_session": []
|
||||
"by_channel": [
|
||||
{
|
||||
"key": "discord",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 0,
|
||||
"cancelled": 0,
|
||||
"error": 1,
|
||||
"cancel_requested": 0,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 0,
|
||||
"cancel_rate_pct": 0,
|
||||
"error_rate_pct": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "telegram",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 1,
|
||||
"cancelled": 0,
|
||||
"error": 0,
|
||||
"cancel_requested": 0,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 100,
|
||||
"cancel_rate_pct": 0,
|
||||
"error_rate_pct": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "ws",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 0,
|
||||
"cancelled": 1,
|
||||
"error": 0,
|
||||
"cancel_requested": 1,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 0,
|
||||
"cancel_rate_pct": 100,
|
||||
"error_rate_pct": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"by_session": [
|
||||
{
|
||||
"key": "discord:probe-2",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 0,
|
||||
"cancelled": 0,
|
||||
"error": 1,
|
||||
"cancel_requested": 0,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 0,
|
||||
"cancel_rate_pct": 0,
|
||||
"error_rate_pct": 100
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "telegram:probe-1",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 1,
|
||||
"cancelled": 0,
|
||||
"error": 0,
|
||||
"cancel_requested": 0,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 100,
|
||||
"cancel_rate_pct": 0,
|
||||
"error_rate_pct": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "ws:probe-1",
|
||||
"stats": {
|
||||
"total_outcomes": 1,
|
||||
"complete": 0,
|
||||
"cancelled": 1,
|
||||
"error": 0,
|
||||
"cancel_requested": 1,
|
||||
"start": 1,
|
||||
"completion_rate_pct": 0,
|
||||
"cancel_rate_pct": 100,
|
||||
"error_rate_pct": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"cancel_latency_ms": {
|
||||
"count": 1,
|
||||
"avg_ms": 140,
|
||||
"p50_ms": 140,
|
||||
"p95_ms": 140,
|
||||
"min_ms": 140,
|
||||
"max_ms": 140
|
||||
},
|
||||
"cancel_latency_ms": null,
|
||||
"reactions": {
|
||||
"matched": 0,
|
||||
"skipped": 0,
|
||||
"total": 0,
|
||||
"match_rate_pct": null,
|
||||
"skip_rate_pct": null,
|
||||
"skip_reasons": []
|
||||
"matched": 1,
|
||||
"skipped": 2,
|
||||
"total": 3,
|
||||
"match_rate_pct": 33.33,
|
||||
"skip_rate_pct": 66.67,
|
||||
"skip_reasons": [
|
||||
{
|
||||
"reason": "no_match",
|
||||
"count": 1,
|
||||
"pct": 50
|
||||
},
|
||||
{
|
||||
"reason": "no_rules",
|
||||
"count": 1,
|
||||
"pct": 50
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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% |
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{"timestamp": 1761264000000, "level": "info", "event_type": "run.state", "event": {"session_id": "telegram:probe-1", "channel": "telegram", "sender": "probe-user", "source": "channel", "state": "start", "request_id": "m1"}}
|
||||
{"timestamp": 1761264000500, "level": "info", "event_type": "reaction.match", "event": {"session_id": "telegram:probe-1", "channel": "telegram", "sender": "probe-user", "source": "channel", "rule_name": "boss-email", "candidate_count": 2}}
|
||||
{"timestamp": 1761264000600, "level": "debug", "event_type": "reaction.skip", "event": {"session_id": "telegram:probe-1", "channel": "telegram", "sender": "probe-user", "source": "channel", "reason": "no_match", "candidate_count": 2}}
|
||||
{"timestamp": 1761264000900, "level": "info", "event_type": "run.state", "event": {"session_id": "telegram:probe-1", "channel": "telegram", "sender": "probe-user", "source": "channel", "state": "complete", "request_id": "m1", "duration_ms": 900}}
|
||||
{"timestamp": 1761264001000, "level": "info", "event_type": "run.state", "event": {"session_id": "ws:probe-1", "channel": "ws", "sender": "conn-1", "source": "gateway", "state": "start", "request_id": "r1"}}
|
||||
{"timestamp": 1761264001200, "level": "info", "event_type": "run.cancel", "event": {"session_id": "ws:probe-1", "channel": "ws", "sender": "conn-1", "source": "gateway", "requested": true, "acknowledged": true, "request_id": "r1", "latency_ms": 140}}
|
||||
{"timestamp": 1761264001250, "level": "info", "event_type": "run.state", "event": {"session_id": "ws:probe-1", "channel": "ws", "sender": "conn-1", "source": "gateway", "state": "cancel_requested", "request_id": "r1", "duration_ms": 140}}
|
||||
{"timestamp": 1761264001600, "level": "info", "event_type": "run.state", "event": {"session_id": "ws:probe-1", "channel": "ws", "sender": "conn-1", "source": "gateway", "state": "cancelled", "request_id": "r1", "duration_ms": 600}}
|
||||
{"timestamp": 1761264002000, "level": "info", "event_type": "run.state", "event": {"session_id": "discord:probe-2", "channel": "discord", "sender": "probe-user-2", "source": "channel", "state": "start", "request_id": "m2"}}
|
||||
{"timestamp": 1761264002300, "level": "error", "event_type": "run.state", "event": {"session_id": "discord:probe-2", "channel": "discord", "sender": "probe-user-2", "source": "channel", "state": "error", "request_id": "m2", "error": "probe failure"}}
|
||||
{"timestamp": 1761264002400, "level": "debug", "event_type": "reaction.skip", "event": {"session_id": "discord:probe-2", "channel": "discord", "sender": "probe-user-2", "source": "channel", "reason": "no_rules", "candidate_count": 0}}
|
||||
Reference in New Issue
Block a user