Skip to content

Commit c616694

Browse files
authored
remove cause from resource_exhausted error and add operation. (#76)
1 parent 7e2b4a0 commit c616694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloud/temporal_cloud_openmetrics.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4246,9 +4246,9 @@
42464246
},
42474247
"editorMode": "code",
42484248
"exemplar": true,
4249-
"expr": "sum(temporal_cloud_v1_resource_exhausted_error_count{temporal_namespace=~\"$temporal_namespace\"}) by (temporal_namespace, resource_exhausted_cause)",
4249+
"expr": "sum(temporal_cloud_v1_resource_exhausted_error_count{temporal_namespace=~\"$temporal_namespace\"}) by (temporal_namespace, operation)",
42504250
"interval": "",
4251-
"legendFormat": "{{temporal_namespace}}-{{resource_exhausted_cause}}",
4251+
"legendFormat": "{{temporal_namespace}}-{{operation}}",
42524252
"range": true,
42534253
"refId": "A"
42544254
}

0 commit comments

Comments
 (0)