Skip to content

Commit

Permalink
backport of commit e8fe332
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Nov 17, 2022
1 parent 990d696 commit 47ab7fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/content/tools/autoscaling/plugins/apm/nomad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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

0 comments on commit 47ab7fa

Please sign in to comment.