Files
16gagent/test/fixtures/reliability-center/slo-warning-input.json
T
2026-06-06 10:40:48 +08:00

68 lines
1.6 KiB
JSON

{
"description": "Agents approaching SLO thresholds (warning state)",
"agents": [
{
"agentId": "mock-staging",
"monitoring": {
"healthScore": 87,
"riskLevel": "medium",
"alertCount": 3,
"criticalAlertCount": 0,
"highAlertCount": 2,
"incidentCount": 1,
"lastIncidentAt": "2026-06-03T00:00:00.000Z"
},
"certification": {
"status": "ready",
"score": 95,
"lastCertifiedAt": "2026-06-01T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 93,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 3,
"rollbackCount": 0,
"recoverySuccessRate": 95
}
},
{
"agentId": "claw-canary",
"monitoring": {
"healthScore": 88,
"riskLevel": "medium",
"alertCount": 2,
"criticalAlertCount": 1,
"highAlertCount": 1,
"incidentCount": 1,
"lastIncidentAt": "2026-06-04T00:00:00.000Z"
},
"certification": {
"status": "ready",
"score": 94,
"lastCertifiedAt": "2026-06-02T00:00:00.000Z",
"downgradeCount": 0,
"revokedCount": 0
},
"compatibility": {
"status": "supported",
"score": 93,
"failureCount": 0,
"lastFailureAt": null
},
"recovery": {
"mttrHours": 1.5,
"rollbackCount": 0,
"recoverySuccessRate": 95
}
}
],
"incidents": [],
"configuration": {}
}