forked from Deuxfleurs/infrastructure
Expose prometheus metrics on Consul
This commit is contained in:
parent
255e3fd2d7
commit
d6bdfbed5f
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@
|
||||||
"raft_multiplier": 10,
|
"raft_multiplier": 10,
|
||||||
"rpc_hold_timeout": "30s",
|
"rpc_hold_timeout": "30s",
|
||||||
"leave_drain_time": "30s"
|
"leave_drain_time": "30s"
|
||||||
|
},
|
||||||
|
"telemetry": {
|
||||||
|
"disable_hostname": true,
|
||||||
|
"prometheus_retention_time": "2h"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue