Files
16gagent/test/fixtures/agent-observability/healthy-agent-history.json
T
2026-06-06 10:40:48 +08:00

42 lines
1.4 KiB
JSON

{
"description": "Healthy agent with improving trend — all indicators green, 2 snapshots showing improvement",
"snapshots": [
{
"timestamp": "2026-06-03T00:00:00.000Z",
"agents": {
"claw-prod": {
"status": "active",
"compatibilityStatus": "compatible_with_warnings",
"certificationStatus": "conditionally_ready",
"baselineVersion": "v3",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-02T00:00:00.000Z"},
{"result": "failed", "timestamp": "2026-06-01T00:00:00.000Z"}
],
"rollbacks": 1,
"compatibilityFailures": 1
}
}
},
{
"timestamp": "2026-06-05T00:00:00.000Z",
"agents": {
"claw-prod": {
"status": "active",
"compatibilityStatus": "supported",
"certificationStatus": "production_ready",
"baselineVersion": "v4",
"releaseHistory": [
{"result": "success", "timestamp": "2026-06-05T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-04T00:00:00.000Z"},
{"result": "success", "timestamp": "2026-06-03T00:00:00.000Z"}
],
"rollbacks": 0,
"compatibilityFailures": 0
}
}
}
]
}