Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"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.",
"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 (${LOCATION}/${REASONING_ENGINE_ID} - ${AGENT_NAME}) rises above 5% for 5 minutes or more.",
"mimeType": "text/markdown"
},
"userLabels": {
"agent_display_name": "${AGENT_NAME}",
"reasoning_engine_id": "${REASONING_ENGINE_ID}",
"location": "${LOCATION}"
},
Expand Down
3 changes: 1 addition & 2 deletions alerts/google-vertex-ai/agent-runtime-high-latency.v1.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"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.",
"content": "This alert fires when the P95 request latency of the Agent Runtime instance (${LOCATION}/${REASONING_ENGINE_ID} - ${AGENT_NAME}) rises above 120s for 5 minutes or more.",
"mimeType": "text/markdown"
},
"userLabels": {
"agent_display_name": "${AGENT_NAME}",
"reasoning_engine_id": "${REASONING_ENGINE_ID}",
"location": "${LOCATION}"
},
Expand Down
Loading