Skip to content

Commit 9e6f2f6

Browse files
jeanp413roboquat
authored andcommitted
Fix galleryHost label
1 parent 17d51f5 commit 9e6f2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operations/observability/mixins/IDE/dashboards/components/code-browser.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"uid": "P4169E866C3094E38"
135135
},
136136
"editorMode": "code",
137-
"expr": "sum(rate(gitpod_vscode_web_load_total{status='failed',galleryHost=~\"$gallery\"}[2m])) /sum(rate(gitpod_vscode_web_load_total{status='loading',galleryHost=~\"$gallery\"}[2m]))",
137+
"expr": "sum(rate(gitpod_vscode_web_load_total{status='failed'}[2m])) /sum(rate(gitpod_vscode_web_load_total{status='loading'}[2m]))",
138138
"legendFormat": "total_ratio",
139139
"range": true,
140140
"refId": "A"

0 commit comments

Comments
 (0)