Skip to content

Commit 75bd9fc

Browse files
easyCZroboquat
authored andcommitted
[ws-man-bridge] Fix Workspace Instance status update dashboard to work across web-app clusters
1 parent 829ea6a commit 75bd9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/observability/mixins/meta/dashboards/components/ws-manager-bridge.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"targets": [
111111
{
112112
"exemplar": true,
113-
"expr": "rate(gitpod_ws_manager_bridge_status_updates_total{cluster=\"$cluster\"}[1m]) * 60",
113+
"expr": "rate(gitpod_ws_manager_bridge_status_updates_total{cluster=~\"$cluster\"}[1m]) * 60",
114114
"interval": "",
115115
"legendFormat": "",
116116
"refId": "A"

0 commit comments

Comments
 (0)