82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"description": "Agent with sudden rollback spike — stable for most history then abrupt increase in rollbacks",
|
|
"monitoringSnapshots": [
|
|
{
|
|
"agentId": "unstable-mock",
|
|
"timestamp": "2026-06-01T00:00:00.000Z",
|
|
"healthScore": 85,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 90,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "unstable-mock",
|
|
"timestamp": "2026-06-02T00:00:00.000Z",
|
|
"healthScore": 82,
|
|
"riskLevel": "low",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 88,
|
|
"status": "healthy",
|
|
"releaseResult": "success",
|
|
"rollbacks": 0,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "unstable-mock",
|
|
"timestamp": "2026-06-03T00:00:00.000Z",
|
|
"healthScore": 75,
|
|
"riskLevel": "medium",
|
|
"certificationStatus": "production_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 78,
|
|
"status": "degrading",
|
|
"releaseResult": "success",
|
|
"rollbacks": 1,
|
|
"compatibilityFailures": 0,
|
|
"releaseFailures": 0
|
|
},
|
|
{
|
|
"agentId": "unstable-mock",
|
|
"timestamp": "2026-06-04T00:00:00.000Z",
|
|
"healthScore": 55,
|
|
"riskLevel": "medium",
|
|
"certificationStatus": "conditionally_ready",
|
|
"compatibilityStatus": "supported",
|
|
"stabilityScore": 58,
|
|
"status": "at_risk",
|
|
"releaseResult": "failed",
|
|
"rollbacks": 3,
|
|
"compatibilityFailures": 1,
|
|
"releaseFailures": 1
|
|
},
|
|
{
|
|
"agentId": "unstable-mock",
|
|
"timestamp": "2026-06-05T00:00:00.000Z",
|
|
"healthScore": 40,
|
|
"riskLevel": "high",
|
|
"certificationStatus": "conditionally_ready",
|
|
"compatibilityStatus": "compatible_with_warnings",
|
|
"stabilityScore": 42,
|
|
"status": "at_risk",
|
|
"releaseResult": "failed",
|
|
"rollbacks": 5,
|
|
"compatibilityFailures": 2,
|
|
"releaseFailures": 2
|
|
}
|
|
],
|
|
"configuration": {
|
|
"criticalHealthDropPercent": 30,
|
|
"highHealthDropPercent": 15,
|
|
"trendWindowSize": 3,
|
|
"consecutiveFailureThreshold": 3
|
|
}
|
|
}
|