master
json 46 lines 783 Bytes
Raw
1 {
2 "vnode": "ok",
3 "update_every": 123,
4 "autodetection_retry": 123,
5 "url": "ok",
6 "body": "ok",
7 "method": "ok",
8 "headers": {
9 "ok": "ok"
10 },
11 "username": "ok",
12 "password": "ok",
13 "bearer_token_file": "ok",
14 "proxy_url": "ok",
15 "proxy_username": "ok",
16 "proxy_password": "ok",
17 "timeout": 123.123,
18 "not_follow_redirects": true,
19 "tls_ca": "ok",
20 "tls_cert": "ok",
21 "tls_key": "ok",
22 "tls_skip_verify": true,
23 "force_http2": true,
24 "name": "ok",
25 "app": "ok",
26 "label_prefix": "ok",
27 "selector": {
28 "allow": [
29 "ok"
30 ],
31 "deny": [
32 "ok"
33 ]
34 },
35 "expected_prefix": "ok",
36 "max_time_series": 123,
37 "max_time_series_per_metric": 123,
38 "fallback_type": {
39 "gauge": [
40 "ok"
41 ],
42 "counter": [
43 "ok"
44 ]
45 }
46 }