Skip to content

Commit

Permalink
Fixed path for metrics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rprakashg committed Sep 17, 2019
1 parent 699ed99 commit 80fede0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func newRouter(routes Routes) *mux.Router {
//add metrics route
router.
Methods("GET").
Path("metrics").
Path("/metrics").
Name("metrics").
Handler(metrics.PrometheusHandler())
return router
Expand Down

0 comments on commit 80fede0

Please sign in to comment.