Skip to content

Override Prometheus service name to fix integration with GitLab.

What does this MR do?

As noted in #45070 (closed) there was a change to the Prometheus helm chart that broke our ability to query it directly via Prometheus. In short, they changed their naming scheme and we are no longer able to find it.

This change overrides the naming back to the original value, for the Prometheus service itself.

A later, larger, change should be made to support pinning and pin the various helm charts in use.

What are the relevant issue numbers?

Closes #45070 (closed)

Edited by Joshua Lambert

Merge request reports