Skip to content

Fix praefect prometheus configuration

Alejandro Rodríguez requested to merge fix-praefect-prometheus-config into master

Ordering is important on .toml files, since once a section starts all settings belong to that section until the next one begins. In Praefect's case that meant we were putting prometheus_listen_addr under the auth section, when it should be unscoped, which caused the settings to be rendered incorrectly

Closes https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8327

Merge request reports