master
json 26 lines 457 Bytes
Raw
1 {
2 "vnode": "ok",
3 "update_every": 123,
4 "autodetection_retry": 123,
5 "dsn": "ok",
6 "cloud_auth": {
7 "provider": "none"
8 },
9 "timeout": 123.123,
10 "collect_databases_matching": "ok",
11 "transaction_time_histogram": [
12 123.123
13 ],
14 "query_time_histogram": [
15 123.123
16 ],
17 "max_db_tables": 123,
18 "max_db_indexes": 123,
19 "functions": {
20 "top_queries": {
21 "disabled": true,
22 "timeout": 123.123,
23 "limit": 123
24 }
25 }
26 }