Skip to content

Commit

Permalink
docs: nomad.client.unallocated.memory is in Megabytes not bytes (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
kfenech1 authored Nov 8, 2021
1 parent 94b127e commit 6bbcb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/operations/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Nomad will emit [tagged metrics][tagged-metrics], in the below format:
| `nomad.client.host.memory.used` | Amount of memory used by processes | Bytes | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |
| `nomad.client.unallocated.cpu` | Total amount of CPU shares free for the scheduler to allocate to tasks | Mhz | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |
| `nomad.client.unallocated.disk` | Total amount of disk space free for the scheduler to allocate to tasks | Megabytes | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |
| `nomad.client.unallocated_memory` | Total amount of memory free for the scheduler to allocate to tasks | Bytes | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |
| `nomad.client.unallocated.memory` | Total amount of memory free for the scheduler to allocate to tasks | Megabytes | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |
| `nomad.client.uptime` | Uptime of the host running the Nomad client | Seconds | Gauge | datacenter, host, node_class, node_id, node_scheduling_eligibility, node_status |

## Allocation Metrics
Expand Down

0 comments on commit 6bbcb18

Please sign in to comment.