Commit 1a8d05bb by Bart Van Bos

Correct help message of api_dataproxy_request_all_milliseconds

parent e7b604f5
...@@ -225,7 +225,7 @@ func init() { ...@@ -225,7 +225,7 @@ func init() {
M_DataSource_ProxyReq_Timer = prometheus.NewSummary(prometheus.SummaryOpts{ M_DataSource_ProxyReq_Timer = prometheus.NewSummary(prometheus.SummaryOpts{
Name: "api_dataproxy_request_all_milliseconds", Name: "api_dataproxy_request_all_milliseconds",
Help: "summary for dashboard search duration", Help: "summary for dataproxy request duration",
Namespace: exporterName, Namespace: exporterName,
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment