diff --git a/pkg/healthcheck/healthcheck.go b/pkg/healthcheck/healthcheck.go index ef19e30cb..58cbcf6e4 100644 --- a/pkg/healthcheck/healthcheck.go +++ b/pkg/healthcheck/healthcheck.go @@ -141,8 +141,7 @@ func (shc *ServiceHealthChecker) Launch(ctx context.Context) { shc.info.UpdateServerStatus(target.String(), statusStr) shc.metrics.ServiceServerUpGauge(). - With("service", proxyName). - With("url", target.String()). + With("service", proxyName, "url", target.String()). Set(serverUpMetricValue) } }