From 16c283c91a0f8ebcbb4f047a348aaeb016c63883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Go=C5=82=C4=85b?= Date: Tue, 5 Feb 2019 16:36:08 +0100 Subject: [PATCH] Update default value in docs of buckets for Prometheus --- docs/configuration/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/metrics.md b/docs/configuration/metrics.md index 33a05fb8a..e62a0a1d7 100644 --- a/docs/configuration/metrics.md +++ b/docs/configuration/metrics.md @@ -20,7 +20,7 @@ # Buckets for latency metrics # # Optional - # Default: [0.1, 0.3, 1.2, 5] + # Default: [0.1, 0.3, 1.2, 5.0] # buckets = [0.1,0.3,1.2,5.0]