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 450ab15 commit b31278fCopy full SHA for b31278f
operations/observability/mixins/cross-teams/dashboards/gitpod-overview.libsonnet
@@ -170,7 +170,7 @@ local workspaceFailuresGraph =
170
|||
171
sum(
172
rate(gitpod_ws_manager_workspace_stops_total{%(clusterLabel)s=~"$cluster", reason="failed"}[5m])
173
- ) by (%(clusterLabel)s, type)
+ ) by (%(clusterLabel)s, type) OR on() vector(0)
174
||| % _config, legendFormat='{{type}}'
175
))
176
.addSeriesOverride({ alias: 'REGULAR', color: '#73BF69' })
0 commit comments