From 39980dea2e43ff4ab28ae83242db46ac159757a3 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Fri, 25 Jan 2019 16:12:34 +0000 Subject: [PATCH] Update prometheus.go --- prometheus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},