dtle icon indicating copy to clipboard operation
dtle copied to clipboard

public job status of nomad metrics by 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 config to nomad.hcl

telemetry {
  collection_interval = "1s"
  prometheus_metrics = true
  publish_allocation_metrics = true    #包括job状态
}

reference: https://www.nomadproject.io/docs/configuration/telemetry#prometheus_metrics

ColdWaterLW avatar May 08 '21 05:05 ColdWaterLW