diff --git a/demo/vagrant/client1.hcl b/demo/vagrant/client1.hcl
index 11699845c..24083ee3f 100644
--- a/demo/vagrant/client1.hcl
+++ b/demo/vagrant/client1.hcl
@@ -22,16 +22,9 @@ client {
}
reserved {
cpu = 500
- memory = 512
- disk = 1024
}
}
-telemetry {
- publish_allocation_metrics = true
- publish_node_metrics = true
-}
-
# Modify our port to avoid a collision with server1
ports {
http = 5656
diff --git a/website/source/docs/agent/telemetry.html.md b/website/source/docs/agent/telemetry.html.md
index 0b77d5021..db74f91f3 100644
--- a/website/source/docs/agent/telemetry.html.md
+++ b/website/source/docs/agent/telemetry.html.md
@@ -239,13 +239,75 @@ page for more details.
Type |
- | `nomad.client.host.memmory..total` |
+ `nomad.client.allocated.cpu.` |
+ Total amount of CPU shares the scheduler has allocated to tasks |
+ MHz |
+ Gauge |
+
+
+ | `nomad.client.unallocated.cpu.` |
+ Total amount of CPU shares free for the scheduler to allocate to tasks |
+ MHz |
+ Gauge |
+
+
+ | `nomad.client.allocated.memory.` |
+ Total amount of memory the scheduler has allocated to tasks |
+ Megabytes |
+ Gauge |
+
+
+ | `nomad.client.unallocated.memory.` |
+ Total amount of memory free for the scheduler to allocate to tasks |
+ Megabytes |
+ Gauge |
+
+
+ | `nomad.client.allocated.disk.` |
+ Total amount of disk space the scheduler has allocated to tasks |
+ Megabytes |
+ Gauge |
+
+
+ | `nomad.client.unallocated.disk.` |
+ Total amount of disk space free for the scheduler to allocate to tasks |
+ Megabytes |
+ Gauge |
+
+
+ | `nomad.client.allocated.iops.` |
+ Total amount of IOPS the scheduler has allocated to tasks |
+ IOPS |
+ Gauge |
+
+
+ | `nomad.client.unallocated.iops.` |
+ Total amount of IOPS free for the scheduler to allocate to tasks |
+ IOPS |
+ Gauge |
+
+
+ | `nomad.client.allocated.network..` |
+ Total amount of bandwidth the scheduler has allocated to tasks on the
+ given device |
+ Megabits |
+ Gauge |
+
+
+ | `nomad.client.unallocated.network..` |
+ Total amount of bandwidth free for the scheduler to allocate to tasks on
+ the given device |
+ Megabits |
+ Gauge |
+
+
+ | `nomad.client.host.memory..total` |
Total amount of physical memory on the node |
Bytes |
Gauge |
- | `nomad.client.host.memmory..available` |
+ `nomad.client.host.memory..available` |
Total amount of memory available to processes which includes free and
cached memory |
Bytes |