Commit e1d5fc86 by Carl Bergquist Committed by GitHub

instrumentation: align label name with our other projects (#29514)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
parent a7afab4b
...@@ -37,7 +37,7 @@ func init() { ...@@ -37,7 +37,7 @@ func init() {
Help: "Histogram of latencies for HTTP requests.", Help: "Histogram of latencies for HTTP requests.",
Buckets: defBuckets, Buckets: defBuckets,
}, },
[]string{"handler", "code", "method"}, []string{"handler", "status_code", "method"},
) )
prometheus.MustRegister(httpRequestsInFlight, httpRequestDurationHistogram) prometheus.MustRegister(httpRequestsInFlight, httpRequestDurationHistogram)
......
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