mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-01-27 18:20:52 +00:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"datacenter": "dc0",
|
|
"node_name": "ConsulServer0",
|
|
"log_level": "INFO",
|
|
"telemetry": {
|
|
"disable_hostname": true,
|
|
"statsite_address": "127.0.0.1:8700",
|
|
"prometheus_retention_time" : "1h",
|
|
"prefix_filter": [
|
|
"+consul.raft.apply",
|
|
"-consul.http",
|
|
"+consul.catalog.service"
|
|
]
|
|
}
|
|
}
|