Browse Source

Document consul sd tls_config (#3440)

Fixes https://github.com/prometheus/docs/issues/681
pull/3484/head
Brian Brazil 7 years ago
parent
commit
e0711c2e9b
  1. 5
      docs/configuration/configuration.md

5
docs/configuration/configuration.md

@ -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…
Cancel
Save