diff --git a/alerts/google-vertex-ai/agent-runtime-high-error-rate.v1.json b/alerts/google-vertex-ai/agent-runtime-high-error-rate.v1.json index 8523d02166..99e876dd5a 100644 --- a/alerts/google-vertex-ai/agent-runtime-high-error-rate.v1.json +++ b/alerts/google-vertex-ai/agent-runtime-high-error-rate.v1.json @@ -1,5 +1,5 @@ { - "displayName": "Agent Runtime - High Error Rate (${REASONING_ENGINE_ID})", + "displayName": "Agent Runtime - High Error Rate (${AGENT_NAME})", "documentation": { "content": "This alert fires when the error rate (calculated as the percentage of requests with a non-2xx status code) of the Agent Runtime instance (${REASONING_ENGINE_ID}) rises above 5% for 5 minutes or more.", "mimeType": "text/markdown" @@ -11,7 +11,7 @@ }, "conditions": [ { - "displayName": "Agent Runtime - High Error Rate (${REASONING_ENGINE_ID})", + "displayName": "Agent Runtime - High Error Rate (${AGENT_NAME})", "conditionPrometheusQueryLanguage": { "duration": "0s", "evaluationInterval": "30s", diff --git a/alerts/google-vertex-ai/agent-runtime-high-latency.v1.json b/alerts/google-vertex-ai/agent-runtime-high-latency.v1.json index de25c9e9df..6a57935574 100644 --- a/alerts/google-vertex-ai/agent-runtime-high-latency.v1.json +++ b/alerts/google-vertex-ai/agent-runtime-high-latency.v1.json @@ -1,5 +1,5 @@ { - "displayName": "Agent Runtime - High P95 Request Latency (${REASONING_ENGINE_ID})", + "displayName": "Agent Runtime - High P95 Request Latency (${AGENT_NAME})", "documentation": { "content": "This alert fires when the P95 request latency of the Agent Runtime instance (${REASONING_ENGINE_ID}) rises above 120s for 5 minutes or more.", "mimeType": "text/markdown" @@ -11,7 +11,7 @@ }, "conditions": [ { - "displayName": "Agent Runtime - High P95 Request Latency (${REASONING_ENGINE_ID})", + "displayName": "Agent Runtime - High P95 Request Latency (${AGENT_NAME})", "conditionThreshold": { "filter": "resource.type = \"aiplatform.googleapis.com/ReasoningEngine\" AND (resource.labels.location = \"${LOCATION}\" AND resource.labels.reasoning_engine_id = \"${REASONING_ENGINE_ID}\") AND metric.type = \"aiplatform.googleapis.com/reasoning_engine/request_latencies\"", "aggregations": [