mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Fix consul_sd_config to follow types convention (#7316)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
a1355eb7c7
commit
2209fa98b4
|
@ -359,9 +359,9 @@ services:
|
|||
tags:
|
||||
[ - <string> ]
|
||||
|
||||
# Node metadata used to filter nodes for a given service.
|
||||
# Node metadata key/value pairs to filter nodes for a given service.
|
||||
[ node_meta:
|
||||
[ <name>: <value> ... ] ]
|
||||
[ <string>: <string> ... ] ]
|
||||
|
||||
# The string by which Consul tags are joined into the tag label.
|
||||
[ tag_separator: <string> | default = , ]
|
||||
|
|
Loading…
Reference in a new issue