docs(observability): seed phase-0 baseline probe artifacts

This commit is contained in:
William Valentin
2026-02-25 09:42:48 -08:00
parent 8b5266c66c
commit ae21681958
4 changed files with 171 additions and 47 deletions
@@ -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
}
]
}
}
}