Merge remote-tracking branch 'origin/main' into codex/mcp-control-plane-20260715
This commit is contained in:
@@ -38,41 +38,41 @@ AGENT99_SAME_RUN_STATUS_VERIFIER = (
|
||||
"agent99-status-same-run-no-write-post-condition-v1"
|
||||
)
|
||||
AGENT99_COLD_START_METRIC_HOST = "110"
|
||||
AGENT99_COLD_START_METRIC_SCOPE = "110_120_121_188"
|
||||
AGENT99_COLD_START_METRIC_SCOPE = "110_112_120_121_188"
|
||||
AGENT99_COLD_START_MAX_AGE_SECONDS = 900
|
||||
|
||||
_COLD_START_QUERIES = {
|
||||
"monitor_up": (
|
||||
'awoooi_cold_start_monitor_up{host="110",scope="110_120_121_188",'
|
||||
f'awoooi_cold_start_monitor_up{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}",'
|
||||
'mode="read_only"}'
|
||||
),
|
||||
"pass_gates": (
|
||||
'awoooi_cold_start_pass_gates{host="110",scope="110_120_121_188"}'
|
||||
f'awoooi_cold_start_pass_gates{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}"}}'
|
||||
),
|
||||
"warn_gates": (
|
||||
'awoooi_cold_start_warn_gates{host="110",scope="110_120_121_188"}'
|
||||
f'awoooi_cold_start_warn_gates{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}"}}'
|
||||
),
|
||||
"blocked_gates": (
|
||||
'awoooi_cold_start_blocked_gates{host="110",scope="110_120_121_188"}'
|
||||
f'awoooi_cold_start_blocked_gates{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}"}}'
|
||||
),
|
||||
"last_run_timestamp": (
|
||||
'awoooi_cold_start_last_run_timestamp{host="110",'
|
||||
'scope="110_120_121_188"}'
|
||||
f'awoooi_cold_start_last_run_timestamp{{host="110",'
|
||||
f'scope="{AGENT99_COLD_START_METRIC_SCOPE}"}}'
|
||||
),
|
||||
"green_result": (
|
||||
'awoooi_cold_start_last_result{host="110",scope="110_120_121_188",'
|
||||
f'awoooi_cold_start_last_result{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}",'
|
||||
'result="green"}'
|
||||
),
|
||||
"degraded_result": (
|
||||
'awoooi_cold_start_last_result{host="110",scope="110_120_121_188",'
|
||||
f'awoooi_cold_start_last_result{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}",'
|
||||
'result="degraded"}'
|
||||
),
|
||||
"blocked_result": (
|
||||
'awoooi_cold_start_last_result{host="110",scope="110_120_121_188",'
|
||||
f'awoooi_cold_start_last_result{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}",'
|
||||
'result="blocked"}'
|
||||
),
|
||||
"check_failed_result": (
|
||||
'awoooi_cold_start_last_result{host="110",scope="110_120_121_188",'
|
||||
f'awoooi_cold_start_last_result{{host="110",scope="{AGENT99_COLD_START_METRIC_SCOPE}",'
|
||||
'result="check_failed"}'
|
||||
),
|
||||
"firing_blocking_alerts": (
|
||||
|
||||
Reference in New Issue
Block a user