master
json 37 lines 696 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 "functions": {
25 "dsn": "ok",
26 "top_queries": {
27 "disabled": true,
28 "timeout": 123.123,
29 "limit": 123
30 },
31 "running_queries": {
32 "disabled": true,
33 "timeout": 123.123,
34 "limit": 123
35 }
36 }
37 }