mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
instrumentation: align label name with our other projects (#29514)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
parent
a7afab4b8a
commit
e1d5fc8627
@ -37,7 +37,7 @@ func init() {
|
||||
Help: "Histogram of latencies for HTTP requests.",
|
||||
Buckets: defBuckets,
|
||||
},
|
||||
[]string{"handler", "code", "method"},
|
||||
[]string{"handler", "status_code", "method"},
|
||||
)
|
||||
|
||||
prometheus.MustRegister(httpRequestsInFlight, httpRequestDurationHistogram)
|
||||
|
Loading…
Reference in New Issue
Block a user