Skip to content

Commit

Permalink
Change default metric path to varz
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Feb 18, 2021
1 parent 1bb17a1 commit 271c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Expand Up @@ -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
}
Expand Down

0 comments on commit 271c2b8

Please sign in to comment.