From cd066b8cd991114301bcd285e2924abe9eb409cc Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Mon, 16 Apr 2018 11:48:43 -0700 Subject: [PATCH] docs: document job telemetry from #3467 --- website/source/docs/agent/telemetry.html.md | 56 +++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md index f45860524..f45d562ec 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