68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"description": "Healthy agent with stable health over time — all indicators green, 4 snapshots showing consistent high scores",
|
|
"monitoringSnapshots": [
|
|
{
|
|
"agentId": "claw-prod",
|
|
"timestamp": "2026-06-01T00:00:00.000Z",
|
|
"healthScore": 95,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 100,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "claw-prod",
|
|
"timestamp": "2026-06-02T00:00:00.000Z",
|
|
"healthScore": 97,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 100,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "claw-prod",
|
|
"timestamp": "2026-06-03T00:00:00.000Z",
|
|
"healthScore": 96,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 100,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "claw-prod",
|
|
"timestamp": "2026-06-04T00:00:00.000Z",
|
|
"healthScore": 98,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 100,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
}
|
|
],
|
|
"configuration": {
|
|
"criticalHealthDropPercent": 30,
|
|
"highHealthDropPercent": 15,
|
|
"trendWindowSize": 3,
|
|
"consecutiveFailureThreshold": 3
|
|
}
|
|
}
|