🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user