From 09ce8fab287c4022b1c614d6aeb689ff184e5336 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 17 Nov 2022 22:48:44 +0000 Subject: [PATCH] backport of commit e8fe3324a3bb1274f3711fdb8a41bc1e659fcd76 --- website/content/tools/autoscaling/plugins/apm/nomad.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/content/tools/autoscaling/plugins/apm/nomad.mdx b/website/content/tools/autoscaling/plugins/apm/nomad.mdx index d384df335c4..83b86fc8fb4 100644 --- a/website/content/tools/autoscaling/plugins/apm/nomad.mdx +++ b/website/content/tools/autoscaling/plugins/apm/nomad.mdx @@ -119,7 +119,13 @@ The metric value can be: - `cpu` - allocated CPU as reported by calculating total allocatable against the total allocated by the scheduler. +- `cpu-allocated` - the percentage of CPU used out of the total CPU allocated + for the allocation. + - `memory` - allocated memory as reported by calculating total allocatable against the total allocated by the scheduler. +- `memory-allocated` - the percentage of memory used out of the total memory + allocated for the allocation. + [nomad_telemetry_stanza]: /docs/configuration/telemetry#inlinecode-publish_allocation_metrics