docs: add cpu-allocated and memory-allocated (#15299)

Document the Autoscaler Nomad APM paramemeters `cpu-allocated` and
`memory-allocated` that were implemented in
https://github.com/hashicorp/nomad-autoscaler/pull/324 and
https://github.com/hashicorp/nomad-autoscaler/pull/334
This commit is contained in:
Luiz Aoqui 2022-11-18 10:55:17 -05:00 committed by GitHub
parent 05a46e6648
commit b28494ec9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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