Merge pull request #4 from VoyTechnology/ansible-nomad-telemetry

ansible/templates: Enable Nomad Telemetry
This commit is contained in:
James Hackett 2023-08-08 03:21:46 +01:00 committed by GitHub
commit 4ccb3e461e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,11 @@ advertise {
rpc = "{{ ansible_host }}"
serf = "{{ ansible_host }}"
}
telemetry {
collection_interval = "1s"
disable_hostname = true
prometheus_metrics = true
publish_allocation_metrics = true
publish_node_metrics = true
}