github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/e2e/terraform/shared/nomad/base.hcl (about) 1 enable_debug = true 2 3 log_level = "debug" 4 5 data_dir = "/opt/nomad/data" 6 7 bind_addr = "0.0.0.0" 8 9 consul { 10 address = "127.0.0.1:8500" 11 } 12 13 telemetry { 14 collection_interval = "1s" 15 disable_hostname = true 16 prometheus_metrics = true 17 publish_allocation_metrics = true 18 publish_node_metrics = true 19 }