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
For the loki helm chart: https://github.com/grafana/loki/pull/12067 changed the port name for the gateway service from `http` to `http-metrics` which caused it to be picked up by the [loki `ServiceMonitor`](https://github.com/grafana/loki/blob/main/production/helm/loki/templates/monitoring/servicemonitor.yaml).
The gateway responds with a 404 on the /metrics path causing the prometheus target to fail.
The gateway responds with a 404 on the
/metrics
path causing the prometheus target to fail.Originally posted by @AllexVeldman in #12506 (comment)
The text was updated successfully, but these errors were encountered: