From 6bbcb180f2f2025d124c5b63d2156a1cabc08f11 Mon Sep 17 00:00:00 2001 From: kfenech1 <84559995+kfenech1@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:05:11 +0100 Subject: [PATCH] docs: `nomad.client.unallocated.memory` is in Megabytes not bytes (#11468) --- website/content/docs/operations/metrics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/operations/metrics.mdx b/website/content/docs/operations/metrics.mdx index 98bcf767d..b7e4f6f6d 100644 --- a/website/content/docs/operations/metrics.mdx +++ b/website/content/docs/operations/metrics.mdx @@ -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