add telemetry
This commit is contained in:
parent
0879ca8f47
commit
60dd8cd8a3
@ -49,6 +49,13 @@ consul {
|
|||||||
address = "127.0.0.1:8500"
|
address = "127.0.0.1:8500"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
telemetry {
|
||||||
|
collection_interval = "5s",
|
||||||
|
publish_allocation_metrics = true,
|
||||||
|
publish_node_metrics = true,
|
||||||
|
prometheus_metrics = true
|
||||||
|
}
|
||||||
|
|
||||||
{% if nomad_vault_enabled %}
|
{% if nomad_vault_enabled %}
|
||||||
vault {
|
vault {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
Loading…
Reference in New Issue
Block a user