From fe47c9c86ee01cb089b76002cbc047e0f22b5501 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Tue, 31 Mar 2020 19:55:25 +0200 Subject: [PATCH] [Docs] consul_sd_config: Add default value for `allow_stale` (#7075) Ref: https://github.com/prometheus/prometheus/blob/master/discovery/consul/consul.go#L97 Signed-off-by: Frederic Hemberger --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index a30e0b7264..6574948048 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -367,7 +367,7 @@ tags: [ tag_separator: | default = , ] # Allow stale Consul results (see https://www.consul.io/api/features/consistency.html). Will reduce load on Consul. -[ allow_stale: ] +[ allow_stale: | default = true ] # The time after which the provided names are refreshed. # On large setup it might be a good idea to increase this value because the catalog will change all the time.