even more diagnostics
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nathan Coad
2026-01-27 11:21:47 +11:00
parent fe96172253
commit 6981bd9994
6 changed files with 103 additions and 0 deletions

View File

@@ -1356,6 +1356,12 @@
"missing_creation_pct": {
"type": "number"
},
"avg_is_present_lt_one_count": {
"type": "integer"
},
"missing_creation_partial_count": {
"type": "integer"
},
"missing_by_vcenter": {
"type": "array",
"items": {
@@ -1367,6 +1373,12 @@
"items": {
"$ref": "#/definitions/models.DailyCreationMissingSample"
}
},
"missing_creation_partial_samples": {
"type": "array",
"items": {
"$ref": "#/definitions/models.DailyCreationMissingSample"
}
}
}
},