🎉 init: 小龙的工作空间
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"description": "Agent with missing/unknown data fields — tests that missing fields are not assumed healthy",
|
||||
"monitoringSnapshots": [
|
||||
{
|
||||
"agentId": "incomplete-sdk",
|
||||
"timestamp": "2026-06-04T00:00:00.000Z",
|
||||
"healthScore": 85,
|
||||
"riskLevel": "unknown",
|
||||
"certificationStatus": "unknown",
|
||||
"compatibilityStatus": "unknown",
|
||||
"releaseResult": "unknown",
|
||||
"rollbacks": 0,
|
||||
"releaseFailures": 0,
|
||||
"compatibilityFailures": 0
|
||||
},
|
||||
{
|
||||
"agentId": "incomplete-sdk",
|
||||
"timestamp": "2026-06-05T00:00:00.000Z",
|
||||
"healthScore": 82,
|
||||
"riskLevel": "unknown",
|
||||
"certificationStatus": "unknown",
|
||||
"compatibilityStatus": "unknown",
|
||||
"releaseResult": "unknown",
|
||||
"rollbacks": 0,
|
||||
"releaseFailures": 0,
|
||||
"compatibilityFailures": 0
|
||||
}
|
||||
],
|
||||
"configuration": {
|
||||
"criticalHealthDropPercent": 30,
|
||||
"highHealthDropPercent": 15,
|
||||
"trendWindowSize": 3,
|
||||
"consecutiveFailureThreshold": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user