From 1a8d05bbcbab3584c086782b918ce3a184e0dbc9 Mon Sep 17 00:00:00 2001 From: Bart Van Bos Date: Mon, 30 Oct 2017 12:50:57 +0100 Subject: [PATCH] Correct help message of api_dataproxy_request_all_milliseconds --- pkg/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 4b155ae3208..4d7de98f2ea 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -225,7 +225,7 @@ func init() { M_DataSource_ProxyReq_Timer = prometheus.NewSummary(prometheus.SummaryOpts{ Name: "api_dataproxy_request_all_milliseconds", - Help: "summary for dashboard search duration", + Help: "summary for dataproxy request duration", Namespace: exporterName, })