diff --git a/web/status.go b/web/status.go index 5e70227d06..fc2501c9f6 100644 --- a/web/status.go +++ b/web/status.go @@ -48,10 +48,10 @@ func (h *StatusHandler) ServeRequestsForever() { }) h.PrometheusStatus = &PrometheusStatus{ - BuildInfo: h.BuildInfo, - Config: h.Config.String(), - Flags: flags, - Rules: "TODO: list rules here", + BuildInfo: h.BuildInfo, + Config: h.Config.String(), + Flags: flags, + Rules: "TODO: list rules here", // BUG: race condition, concurrent map access TargetPools: h.TargetManager.Pools(), }