feat(metrics): add IsExcluded field to RouteUptimeAggregate for enhanced status tracking

- updated swagger
This commit is contained in:
yusing
2026-01-01 13:20:17 +08:00
parent 89a4ca767d
commit a47170da39
3 changed files with 9 additions and 0 deletions

View File

@@ -4555,6 +4555,11 @@
"x-nullable": false,
"x-omitempty": false
},
"is_excluded": {
"type": "boolean",
"x-nullable": false,
"x-omitempty": false
},
"statuses": {
"type": "array",
"items": {

View File

@@ -1056,6 +1056,8 @@ definitions:
type: number
is_docker:
type: boolean
is_excluded:
type: boolean
statuses:
items:
$ref: '#/definitions/RouteStatus'