Skip to content

Commit 626affa

Browse files
committed
mon: fix url
1 parent ca4d9de commit 626affa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/monitoring/monitoring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (x *Monitoring) GoServe() error {
6262
handler := promhttp.HandlerFor(x.gatherer, handlerOptions)
6363

6464
mux := http.NewServeMux()
65-
mux.Handle("/console/metrics", handler)
65+
mux.Handle("/metrics", handler)
6666
x.server = &http.Server{
6767
Handler: mux,
6868
}

0 commit comments

Comments
 (0)