Skip to content

Commit

Permalink
fix allowed metric values documentation for the Nomad APM plugin (#17928
Browse files Browse the repository at this point in the history
)
  • Loading branch information
janory authored Jul 13, 2023
1 parent 4379418 commit e53955b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/content/tools/autoscaling/plugins/apm/nomad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,15 @@ The metric value can be:
- `cpu` - CPU usage as reported by the `nomad.client.allocs.cpu.total_percent`
metric.

- `cpu-allocated` - the percentage of CPU used out of the total CPU allocated
for the allocation.

- `memory` - Memory usage as reported by the `nomad.client.allocs.memory.usage`
metric.

- `memory-allocated` - the percentage of memory used out of the total memory
allocated for the allocation.

## Policy Configuration Options - Client Nodes

The Nomad APM allows querying Nomad to understand the current allocated resource
Expand Down Expand Up @@ -119,13 +125,7 @@ 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_block]: /nomad/docs/configuration/telemetry#inlinecode-publish_allocation_metrics

0 comments on commit e53955b

Please sign in to comment.