master
yaml 23 lines 503 Bytes
Raw
1 update_every: 123
2 autodetection_retry: 123
3 vnode: vnode
4 url: http://127.0.0.1:9400/metrics
5 timeout: 123.123
6 max_time_series: 3210
7 max_time_series_per_metric: 321
8 username: username
9 password: password
10 bearer_token_file: /tmp/token
11 proxy_url: http://127.0.0.1:3128
12 proxy_username: proxy-user
13 proxy_password: proxy-pass
14 headers:
15 X-Test: "1"
16 tls_skip_verify: true
17 tls_ca: /tmp/ca.crt
18 tls_cert: /tmp/client.crt
19 tls_key: /tmp/client.key
20 body: hello
21 method: POST
22 not_follow_redirects: true
23 force_http2: true