mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Document consul sd tls_config (#3440)
Fixes https://github.com/prometheus/docs/issues/681
This commit is contained in:
parent
d2f6803d14
commit
e0711c2e9b
|
@ -311,10 +311,13 @@ The following meta labels are available on targets during [relabeling](#relabel_
|
|||
server: <host>
|
||||
[ token: <secret> ]
|
||||
[ datacenter: <string> ]
|
||||
[ scheme: <string> ]
|
||||
[ scheme: <string> | default = "http"]
|
||||
[ username: <string> ]
|
||||
[ password: <secret> ]
|
||||
|
||||
tls_config:
|
||||
[ <tls_config> ]
|
||||
|
||||
# A list of services for which targets are retrieved. If omitted, all services
|
||||
# are scraped.
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue