diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md index f45860524d6..f45d562ec93 100644 --- a/website/source/docs/agent/telemetry.html.md +++ b/website/source/docs/agent/telemetry.html.md @@ -702,6 +702,62 @@ detailed above) but any new metrics will only be available in the new format. +# Job Metrics + +Job metrics are emitted by the Nomad leader server. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MetricDescriptionUnitTypeLabels
`nomad.job_summary.queued`Number of queued allocations for a jobIntegerGaugejob, task_group
`nomad.job_summary.complete`Number of complete allocations for a jobIntegerGaugejob, task_group
`nomad.job_summary.failed`Number of failed allocations for a jobIntegerGaugejob, task_group
`nomad.job_summary.running`Number of running allocations for a jobIntegerGaugejob, task_group
`nomad.job_summary.starting`Number of starting allocations for a jobIntegerGaugejob, task_group
`nomad.job_summary.lost`Number of lost allocations for a jobIntegerGaugejob, task_group
+ # Metric Types