mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
instrumentation: prefix metrics with grafana (#33925)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
ff262ed3fb
commit
b6e6fa53fc
@ -25,6 +25,7 @@ var (
|
||||
func init() {
|
||||
httpRequestsInFlight = prometheus.NewGauge(
|
||||
prometheus.GaugeOpts{
|
||||
Namespace: "grafana",
|
||||
Name: "http_request_in_flight",
|
||||
Help: "A gauge of requests currently being served by Grafana.",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user