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