| 1 | { |
| 2 | "vnode": "ok", |
| 3 | "update_every": 123, |
| 4 | "autodetection_retry": 123, |
| 5 | "address": "ok", |
| 6 | "timeout": 123.123, |
| 7 | "username": "ok", |
| 8 | "password": "ok", |
| 9 | "ping_samples": 123, |
| 10 | "tls_ca": "ok", |
| 11 | "tls_cert": "ok", |
| 12 | "tls_key": "ok", |
| 13 | "tls_skip_verify": true, |
| 14 | "functions": { |
| 15 | "top_queries": { |
| 16 | "disabled": true, |
| 17 | "timeout": 123.123, |
| 18 | "limit": 123 |
| 19 | } |
| 20 | } |
| 21 | } |