diff options
author | Wolfy-J <[email protected]> | 2019-06-27 11:03:11 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-06-27 11:03:11 +0300 |
commit | de5b5a37eb362daeebbec04f82a4265e5414b6e3 (patch) | |
tree | 29c22776a14b46fd14acef5ad0441af5b9118ede /cmd | |
parent | e39fae803ee90384fb1fa1bf3104e583f02666fa (diff) |
more rpc methods for app metrics
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/http/metrics.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rr/http/metrics.go b/cmd/rr/http/metrics.go index 32e4a6cd..21bbbaf1 100644 --- a/cmd/rr/http/metrics.go +++ b/cmd/rr/http/metrics.go @@ -55,7 +55,7 @@ func newCollector() *metricCollector { ), requestDuration: prometheus.NewHistogramVec( prometheus.HistogramOpts{ - Name: "rr_http_request_seconds", + Name: "rr_http_request_duration_seconds", Help: "HTTP request duration.", }, []string{"status"}, |