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" }