We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829ea6a commit 75bd9fcCopy full SHA for 75bd9fc
operations/observability/mixins/meta/dashboards/components/ws-manager-bridge.json
@@ -110,7 +110,7 @@
110
"targets": [
111
{
112
"exemplar": true,
113
- "expr": "rate(gitpod_ws_manager_bridge_status_updates_total{cluster=\"$cluster\"}[1m]) * 60",
+ "expr": "rate(gitpod_ws_manager_bridge_status_updates_total{cluster=~\"$cluster\"}[1m]) * 60",
114
"interval": "",
115
"legendFormat": "",
116
"refId": "A"
0 commit comments