Dustin Hooten

Results 1 issues of Dustin Hooten

The Rollout Dashboard uses the [default set of deployment/statefulset names](https://github.com/grafana/cortex-jsonnet/blob/main/cortex-mixin/dashboards/rollout-progress.libsonnet#L9): ``` all_services_regex: std.join('|', ['cortex-gw', 'distributor', 'ingester.*', 'query-frontend.*', 'query-scheduler.*', 'querier.*', 'compactor', 'store-gateway', 'ruler', 'alertmanager']), ``` It should use the [configurable list...