diff --git a/ansible/templates/nomad-base.hcl.j2 b/ansible/templates/nomad-base.hcl.j2 index 16fc814..cba157b 100644 --- a/ansible/templates/nomad-base.hcl.j2 +++ b/ansible/templates/nomad-base.hcl.j2 @@ -10,9 +10,9 @@ advertise { } telemetry { - collection_interval = "1s" - disable_hostname = true - prometheus_metrics = true + collection_interval = "1s" + disable_hostname = true + prometheus_metrics = true publish_allocation_metrics = true - publish_node_metrics = true -} \ No newline at end of file + publish_node_metrics = true +}