You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When instantiating MetricsEndpointProvider and explicitly providing scrape jobs, specifying labels for topology under static_configs gets them replaced by the charm's topology.
For Mimir HA, we need the coordinator to set the worker's topology in the scrape job; however, setting the following:
Bug Description
When instantiating
MetricsEndpointProvider
and explicitly providing scrape jobs, specifyinglabels
for topology understatic_configs
gets them replaced by the charm's topology.For Mimir HA, we need the coordinator to set the worker's topology in the scrape job; however, setting the following:
the labels found in Prometheus contain the topology of the coordinator instead.
This shouldn't happen.
The text was updated successfully, but these errors were encountered: