Browse Source

Merge pull request #9723 from boeboe/master

Correct help message of api_dataproxy_request_all_milliseconds
Carl Bergquist 8 years ago
parent
commit
7583b78c3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/metrics/metrics.go

+ 1 - 1
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,
 	})