Skip to content

Commit

Permalink
docs: add cpu-allocated and memory-allocated (#15299)
Browse files Browse the repository at this point in the history
Document the Autoscaler Nomad APM paramemeters `cpu-allocated` and
`memory-allocated` that were implemented in
hashicorp/nomad-autoscaler#324 and
hashicorp/nomad-autoscaler#334
  • Loading branch information
lgfa29 authored Nov 18, 2022
1 parent 991e9a2 commit 329807b
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 @@ -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

0 comments on commit 329807b

Please sign in to comment.