Skip to content

chore: replace _ with space in saturation dashboard title

Bob Van Landuyt requested to merge bvl-avoid-underscore-in-dashboard-title into master

chore: replace _ with space in saturation dashboard title

This replaces the _ in saturation dashboard titles with a space. Working around a weird issue in Grafana being discussed here: https://github.com/grafana/grafana/issues/64595

This is not ideal, because it decouples the name of the saturation point from the dashboard. But it allows us to deploy these dashboards again.

Resolves https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/17597

Merge request reports