Skip to content

Commit 28cf6bf

Browse files
authored
Improve cluster dashboard (#2336)
1 parent 014a85a commit 28cf6bf

File tree

3 files changed

+376
-56
lines changed

3 files changed

+376
-56
lines changed

dev/prometheus.md

+30
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,36 @@ The following is a list of metrics that are currently in use.
190190
1. node_network_transmit_drop_total with the following labels:
191191
1. job
192192
1. device
193+
1. cluster:cpu_utilization:ratio with the following metrics:
194+
1. instance:node_cpu_utilisation:rate1m
195+
1. instance:node_num_cpu:sum
196+
1. cluster:load1:ratio with the following metrics:
197+
1. instance:node_load1_per_cpu:ratio
198+
1. cluster:memory_utilization:ratio with the following metrics:
199+
1. instance:node_memory_utilisation:ratio
200+
1. cluster:vmstat_pgmajfault:rate1m with the following metrics:
201+
1. instance:node_vmstat_pgmajfault:rate1m
202+
1. cluster:network_receive_bytes_excluding_low:rate1m with the following metrics:
203+
1. instance:node_network_receive_bytes_excluding_lo:rate1m
204+
1. cluster:network_transmit_bytes_excluding_lo:rate1m with the following metrics:
205+
1. instance:node_network_transmit_bytes_excluding_lo:rate1m
206+
1. cluster:network_receive_drop_excluding_lo:rate1m with the following metrics:
207+
1. instance:node_network_receive_drop_excluding_lo:rate1m
208+
1. cluster:network_transmit_drop_excluding_lo:rate1m with the following metrics:
209+
1. instance:node_network_transmit_drop_excluding_lo:rate1m
210+
1. cluster:disk_io_utilization:ratio with the following metrics:
211+
1. instance_device:node_disk_io_time_seconds:rate1m
212+
1. cluster:disk_io_saturation:ratio with the following metrics:
213+
1. instance_device:node_disk_io_time_weighted_seconds:rate1m
214+
1. cluster:disk_space_utilization:ratio with the following metrics:
215+
1. node_filesystem_size_bytes with the following labels:
216+
1. job
217+
1. fstype
218+
1. mountpoint
219+
1. node_filesystem_avail_bytes with the following labels:
220+
1. job
221+
1. fstype
222+
1. mountpoint
193223

194224
## Re-introducing dropped metrics/labels
195225

0 commit comments

Comments
 (0)