diff --git a/prometheus.go b/prometheus.go index 10fc62e..9df410e 100644 --- a/prometheus.go +++ b/prometheus.go @@ -9,7 +9,7 @@ import ( func NewHandlerWrapper() server.HandlerWrapper { opsCounter := prometheus.NewCounterVec( prometheus.CounterOpts{ - Name: "micro_requests_total", + Name: "micro_request_total", Help: "How many go-micro requests processed, partitioned by method and status", }, []string{"method", "status"},