Skip to content

Commit

Permalink
Updated monitor message
Browse files Browse the repository at this point in the history
  • Loading branch information
mauneelsorathia-crest committed Dec 12, 2024
1 parent 2d90e46 commit 4146696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal_cloud/assets/monitors/high_service_latency.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"title": "High service latency",
"description": "This monitor alerts when the 99th percentile service latency exceeds the defined threshold for your Temporal Cloud instance, indicating potential performance degradation that could impact workflow execution times and overall system responsiveness.",
"definition": {
"id": 159180146,
"id": 160133052,
"name": "High service latency",
"type": "query alert",
"query": "avg(last_5m):avg:temporal_cloud.cloud_metrics.v0_service_latency_p99{*} by {temporal_namespace,operation} > 0.2",
"message": "{{#is_warning}}\nThe P99 service latency for Temporal Cloud operation: **{{operation.name}}** in namespace: **{{temporal_namespace.name}}** has exceeded the warning threshold.\nCurrent Service Latency (P99): **{{value}} ms**\nThreshold: {{warn_threshold}} ms\n{{/is_warning}}\n\n{{#is_alert}}\nThe P99 service latency for Temporal Cloud operation: **{{operation.name}}** in namespace: **{{temporal_namespace.name}}** has exceeded the alert threshold.\nCurrent Service Latency (P99): **{{value}} ms**\nThreshold: {{threshold}} ms\n{{/is_alert}}\n\n@[email protected]",
"message": "{{#is_warning}}\nThe P99 service latency for Temporal Cloud operation: **{{operation.name}}** in namespace: **{{temporal_namespace.name}}** has exceeded the warning threshold.\nCurrent Service Latency (P99): **{{value}} seconds**\nThreshold: {{warn_threshold}} seconds\n{{/is_warning}}\n\n{{#is_alert}}\nThe P99 service latency for Temporal Cloud operation: **{{operation.name}}** in namespace: **{{temporal_namespace.name}}** has exceeded the alert threshold.\nCurrent Service Latency (P99): **{{value}} seconds**\nThreshold: {{threshold}} seconds\n{{/is_alert}}\n\n@[email protected]",
"tags": [
"integration:temporal-cloud"
],
Expand Down

0 comments on commit 4146696

Please sign in to comment.