Merge pull request #4 from VoyTechnology/ansible-nomad-telemetry
ansible/templates: Enable Nomad Telemetry
This commit is contained in:
commit
4ccb3e461e
1 changed files with 8 additions and 0 deletions
|
@ -8,3 +8,11 @@ advertise {
|
||||||
rpc = "{{ ansible_host }}"
|
rpc = "{{ ansible_host }}"
|
||||||
serf = "{{ ansible_host }}"
|
serf = "{{ ansible_host }}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
telemetry {
|
||||||
|
collection_interval = "1s"
|
||||||
|
disable_hostname = true
|
||||||
|
prometheus_metrics = true
|
||||||
|
publish_allocation_metrics = true
|
||||||
|
publish_node_metrics = true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue