diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md index f45d562ec..43643a282 100644 --- a/website/source/docs/agent/telemetry.html.md +++ b/website/source/docs/agent/telemetry.html.md @@ -236,6 +236,32 @@ configuration block. Please see the [agent configuration](/docs/agent/configuration/telemetry.html) page for more details. +As of Nomad 0.9, Nomad will emit additional labels for [parameterized](/docs/job-specification/parameterized.html) and +[periodic](/docs/job-specification/parameterized.html) jobs. Nomad +emits the parent job id as a new label `parent_id`. Also, the labels `dispatch_id` +and `periodic_id` are emitted, containing the ID of the specific invocation of the +parameterized or periodic job respectively. For example, a dispatch job with the id +`myjob/dispatch-1312323423423`, will have the following labels. + +
| Label | +Value | +
|---|---|
| job | +`myjob/dispatch-1312323423423` | +
| parent_id | +myjob | +
| dispatch_id | +1312323423423 | +