Skip to content

Commit 14ba927

Browse files
committed
Updated the Dashboard, alerts and config file.
1 parent 8ff2c0e commit 14ba927

File tree

11 files changed

+403
-68
lines changed

11 files changed

+403
-68
lines changed

alert-policies/temporal-cloud/RpsLimit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: STATIC
77

88
# NRQL query
99
nrql:
10-
query: "FROM temporalCloudResourceExhaustedErrors SELECT latest(`data.result-value1`) FACET `data.result-metric-__name__`"
10+
query: "SELECT max(`data.result-value1`) AS resource_exhausted_errors FROM temporalCloudResourceExhaustedErrors FACET `data.result-metric-operation` AS operation, `data.result-metric-temporal_namespace` AS namespace"
1111

1212
# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
1313
valueFunction: SINGLE_VALUE

alert-policies/temporal-cloud/ServiceLatency.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type: STATIC
99

1010
# NRQL query
1111
nrql:
12-
query: "FROM temporalCloudWorkflowFailed SELECT latest(`data.result-value1`) FACET `data.result-metric-__name__`"
12+
query: "SELECT max(`data.result-value1`) FROM temporalCloudServiceLatencySum FACET `data.result-metric-operation` AS operation, `data.result-metric-temporal_namespace` AS namespace"
1313

1414
# Function used to aggregate the NRQL query value(s) for comparison to the terms.threshold (Default: SINGLE_VALUE)
1515
valueFunction: SINGLE_VALUE
-304 KB
Binary file not shown.
-294 KB
Binary file not shown.
-333 KB
Binary file not shown.

0 commit comments

Comments
 (0)