Skip to content

fix(dashboard): sat dashboard type template missing thanos evaluated services

Alert saturation dashboard is not showing services from Thanos evaluated service (dangerouslyThanosEvaluated: true) and Mimir from the type template dropdown.

This is due to gitlab_service_ops:rate only exists in Prometheus rules. Switch to the :rate_1h which is what we usually use in templates.libsonnet too.

Merge request reports