Expose prometheus metrics on Consul

This commit is contained in:
Quentin 2021-03-07 21:36:27 +01:00
parent 255e3fd2d7
commit d6bdfbed5f
1 changed files with 4 additions and 0 deletions

View File

@ -27,5 +27,9 @@
"raft_multiplier": 10,
"rpc_hold_timeout": "30s",
"leave_drain_time": "30s"
},
"telemetry": {
"disable_hostname": true,
"prometheus_retention_time": "2h"
}
}