From e9a5ed79f3a00ef54d76f6be433e340a572731c5 Mon Sep 17 00:00:00 2001 From: Nish Krishnan Date: Thu, 18 Dec 2025 10:00:15 -0800 Subject: [PATCH] [temporal] replace resource_exhausted_cause with operation --- temporal-mixin/dashboards/temporal-overview.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/temporal-mixin/dashboards/temporal-overview.json b/temporal-mixin/dashboards/temporal-overview.json index 8e829a252..47fee9860 100644 --- a/temporal-mixin/dashboards/temporal-overview.json +++ b/temporal-mixin/dashboards/temporal-overview.json @@ -5669,9 +5669,9 @@ }, "editorMode": "code", "exemplar": true, - "expr": "sum(temporal_cloud_v1_resource_exhausted_error_count{temporal_namespace=~\"$temporal_namespace\"}) by (temporal_namespace, resource_exhausted_cause)", + "expr": "sum(temporal_cloud_v1_resource_exhausted_error_count{temporal_namespace=~\"$temporal_namespace\"}) by (temporal_namespace, operation)", "interval": "", - "legendFormat": "{{temporal_namespace}}-{{resource_exhausted_cause}}", + "legendFormat": "{{temporal_namespace}}-{{operation}}", "range": true, "refId": "A" }