aboutsummaryrefslogtreecommitdiff
path: root/middleware/proxy/metrics.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/proxy/metrics.go')
-rw-r--r--middleware/proxy/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/proxy/metrics.go b/middleware/proxy/metrics.go
index 485b594c7..1b238148b 100644
--- a/middleware/proxy/metrics.go
+++ b/middleware/proxy/metrics.go
@@ -16,7 +16,7 @@ var (
Name: "request_duration_milliseconds",
Buckets: append(prometheus.DefBuckets, []float64{50, 100, 200, 500, 1000, 2000, 3000, 4000, 5000, 10000}...),
Help: "Histogram of the time (in milliseconds) each request took.",
- }, []string{"proto", "from"})
+ }, []string{"proto", "proxy_proto", "from"})
)
// OnStartupMetrics sets up the metrics on startup. This is done for all proxy protocols.