diff --git a/server.go b/server.go index 02337406..9efcddb2 100644 --- a/server.go +++ b/server.go @@ -85,7 +85,7 @@ func (s Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { case "/healthz": s.Health(w, r) return - case "/metrics": + case "/varz": s.metricHandler.ServeHTTP(w, r) return }