dtle icon indicating copy to clipboard operation
dtle copied to clipboard

update config to publish some of nomad metrics in default

Open ColdWaterLW opened this issue 3 years ago • 0 comments

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

ColdWaterLW avatar Apr 01 '21 08:04 ColdWaterLW