mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
[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 <mail@frederic-hemberger.de>
This commit is contained in:
parent
a7982ffc0f
commit
fe47c9c86e
|
@ -367,7 +367,7 @@ tags:
|
|||
[ tag_separator: <string> | default = , ]
|
||||
|
||||
# Allow stale Consul results (see https://www.consul.io/api/features/consistency.html). Will reduce load on Consul.
|
||||
[ allow_stale: <bool> ]
|
||||
[ allow_stale: <bool> | 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.
|
||||
|
|
Loading…
Reference in a new issue