GetEvaluatorStatsOutBody
data object[]nullablerequired
Array [
hostnamestring
last_seen_atdate-timerequired
owned_bucket_countint64required
owned_bucketsint64[]nullable
owned_monitor_countint64required
pod_idstringrequired
servicestring
total_bucket_countint64required
updated_atdate-timerequired
]
summary objectrequired
all_monitors_coveredbooleanrequired
pod_countint64required
total_bucket_countint64required
total_enabled_monitorsint64required
total_owned_bucketsint64required
total_owned_monitorsint64required
GetEvaluatorStatsOutBody
{
"data": [
{
"hostname": "string",
"last_seen_at": "2024-07-29T15:51:28.071Z",
"owned_bucket_count": 0,
"owned_buckets": [
0
],
"owned_monitor_count": 0,
"pod_id": "string",
"service": "string",
"total_bucket_count": 0,
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"summary": {
"all_monitors_covered": true,
"pod_count": 0,
"total_bucket_count": 0,
"total_enabled_monitors": 0,
"total_owned_buckets": 0,
"total_owned_monitors": 0
}
}