dtle
dtle copied to clipboard
update config to publish some of nomad metrics in default
Is your feature request related to a problem?
no
Describe the solution you'd like
add the following content to nomad.hcl
telemetry {
collection_interval = "1s"
prometheus_metrics = true
publish_allocation_metrics = true #including status of jobs
}
reference: https://www.nomadproject.io/docs/configuration/telemetry#prometheus_metrics