instrumentation: prefix metrics with grafana (#33925)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2021-05-11 14:37:03 +02:00
committed by GitHub
parent ff262ed3fb
commit b6e6fa53fc

View File

@@ -25,8 +25,9 @@ var (
func init() {
httpRequestsInFlight = prometheus.NewGauge(
prometheus.GaugeOpts{
Name: "http_request_in_flight",
Help: "A gauge of requests currently being served by Grafana.",
Namespace: "grafana",
Name: "http_request_in_flight",
Help: "A gauge of requests currently being served by Grafana.",
},
)