# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 7.928e-06 go_gc_duration_seconds{quantile="0.25"} 1.1089e-05 go_gc_duration_seconds{quantile="0.5"} 1.3094e-05 go_gc_duration_seconds{quantile="0.75"} 1.8475e-05 go_gc_duration_seconds{quantile="1"} 4.3105e-05 go_gc_duration_seconds_sum 22.794129845 go_gc_duration_seconds_count 1.270208e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.800608e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.549796745528e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.406451e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 2.4395927745e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.53e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.800608e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.61856e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.440064e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 28098 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.496832e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2058624e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7752402874057922e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 2.4395955843e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31408 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 79040 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.749506e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.067797e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 524288 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 524288 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.9749128e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.770129011e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 2.406186900102e+12 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Fan"} 0 node_cooling_device_cur_state{name="1",type="Fan"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="16",type="Processor"} 0 node_cooling_device_cur_state{name="17",type="Processor"} 0 node_cooling_device_cur_state{name="18",type="Processor"} 0 node_cooling_device_cur_state{name="19",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Fan"} 0 node_cooling_device_cur_state{name="20",type="Processor"} 0 node_cooling_device_cur_state{name="21",type="Processor"} 0 node_cooling_device_cur_state{name="22",type="Processor"} 0 node_cooling_device_cur_state{name="23",type="Processor"} 0 node_cooling_device_cur_state{name="24",type="Processor"} 0 node_cooling_device_cur_state{name="25",type="intel_powerclamp"} 0 node_cooling_device_cur_state{name="26",type="TCC Offset"} 0 node_cooling_device_cur_state{name="3",type="Fan"} 0 node_cooling_device_cur_state{name="4",type="Fan"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Fan"} 1 node_cooling_device_max_state{name="1",type="Fan"} 1 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="12",type="Processor"} 3 node_cooling_device_max_state{name="13",type="Processor"} 3 node_cooling_device_max_state{name="14",type="Processor"} 3 node_cooling_device_max_state{name="15",type="Processor"} 3 node_cooling_device_max_state{name="16",type="Processor"} 3 node_cooling_device_max_state{name="17",type="Processor"} 3 node_cooling_device_max_state{name="18",type="Processor"} 3 node_cooling_device_max_state{name="19",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Fan"} 1 node_cooling_device_max_state{name="20",type="Processor"} 3 node_cooling_device_max_state{name="21",type="Processor"} 3 node_cooling_device_max_state{name="22",type="Processor"} 3 node_cooling_device_max_state{name="23",type="Processor"} 3 node_cooling_device_max_state{name="24",type="Processor"} 3 node_cooling_device_max_state{name="25",type="intel_powerclamp"} 100 node_cooling_device_max_state{name="26",type="TCC Offset"} 63 node_cooling_device_max_state{name="3",type="Fan"} 1 node_cooling_device_max_state{name="4",type="Fan"} 1 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="1"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="10"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="11"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="12"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="13"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="14"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="15"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="16"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="17"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="18"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="19"} 3.5e+09 node_cpu_frequency_max_hertz{cpu="2"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="3"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="4"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="5"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="6"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="7"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="8"} 4.8e+09 node_cpu_frequency_max_hertz{cpu="9"} 4.8e+09 # HELP node_cpu_frequency_min_hertz Minimum CPU thread frequency in hertz. # TYPE node_cpu_frequency_min_hertz gauge node_cpu_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_frequency_min_hertz{cpu="10"} 8e+08 node_cpu_frequency_min_hertz{cpu="11"} 8e+08 node_cpu_frequency_min_hertz{cpu="12"} 8e+08 node_cpu_frequency_min_hertz{cpu="13"} 8e+08 node_cpu_frequency_min_hertz{cpu="14"} 8e+08 node_cpu_frequency_min_hertz{cpu="15"} 8e+08 node_cpu_frequency_min_hertz{cpu="16"} 8e+08 node_cpu_frequency_min_hertz{cpu="17"} 8e+08 node_cpu_frequency_min_hertz{cpu="18"} 8e+08 node_cpu_frequency_min_hertz{cpu="19"} 8e+08 node_cpu_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_frequency_min_hertz{cpu="3"} 8e+08 node_cpu_frequency_min_hertz{cpu="4"} 8e+08 node_cpu_frequency_min_hertz{cpu="5"} 8e+08 node_cpu_frequency_min_hertz{cpu="6"} 8e+08 node_cpu_frequency_min_hertz{cpu="7"} 8e+08 node_cpu_frequency_min_hertz{cpu="8"} 8e+08 node_cpu_frequency_min_hertz{cpu="9"} 8e+08 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="16",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="16",mode="user"} 0 node_cpu_guest_seconds_total{cpu="17",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="17",mode="user"} 0 node_cpu_guest_seconds_total{cpu="18",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="18",mode="user"} 0 node_cpu_guest_seconds_total{cpu="19",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="19",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_scaling_frequency_hertz Current scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_hertz gauge node_cpu_scaling_frequency_hertz{cpu="0"} 4.1e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 4.1e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 4.2e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="12"} 3.398644e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.368442e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 3.361111e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 3.403785e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 3.444387e+09 node_cpu_scaling_frequency_hertz{cpu="17"} 3.494588e+09 node_cpu_scaling_frequency_hertz{cpu="18"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="19"} 3.418452e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 4.100083e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 4.311911e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 4.199921e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="6"} 4.296421e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 4.2e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 4.4e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 4.3e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="16"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="17"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="18"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="19"} 3.5e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 4.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 4.8e+09 # HELP node_cpu_scaling_frequency_min_hertz Minimum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_min_hertz gauge node_cpu_scaling_frequency_min_hertz{cpu="0"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="1"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="10"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="12"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="13"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="14"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="15"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="16"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="17"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="18"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="19"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="2"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="3"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="4"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="5"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="6"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="7"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="8"} 8e+08 node_cpu_scaling_frequency_min_hertz{cpu="9"} 8e+08 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 1 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 1 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 1 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 1 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 1 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 1 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 1 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 1 node_cpu_scaling_governor{cpu="16",governor="performance"} 0 node_cpu_scaling_governor{cpu="16",governor="powersave"} 1 node_cpu_scaling_governor{cpu="17",governor="performance"} 0 node_cpu_scaling_governor{cpu="17",governor="powersave"} 1 node_cpu_scaling_governor{cpu="18",governor="performance"} 0 node_cpu_scaling_governor{cpu="18",governor="powersave"} 1 node_cpu_scaling_governor{cpu="19",governor="performance"} 0 node_cpu_scaling_governor{cpu="19",governor="powersave"} 1 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 1 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 1 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 1 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 1 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 1 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 1 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 1 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 4.38899586e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 141.34 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 9.82 node_cpu_seconds_total{cpu="0",mode="softirq"} 40617.43 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 237414.86 node_cpu_seconds_total{cpu="0",mode="user"} 359354.63 node_cpu_seconds_total{cpu="1",mode="idle"} 4.45563372e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 110.52 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 14.23 node_cpu_seconds_total{cpu="1",mode="softirq"} 30808.19 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 224376.67 node_cpu_seconds_total{cpu="1",mode="user"} 342665.13 node_cpu_seconds_total{cpu="10",mode="idle"} 3.86502932e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 96.73 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 12.11 node_cpu_seconds_total{cpu="10",mode="softirq"} 201.93 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 432931.48 node_cpu_seconds_total{cpu="10",mode="user"} 652558.07 node_cpu_seconds_total{cpu="11",mode="idle"} 4.38488871e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 61.31 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 6.55 node_cpu_seconds_total{cpu="11",mode="softirq"} 152.98 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 222423.36 node_cpu_seconds_total{cpu="11",mode="user"} 452298.69 node_cpu_seconds_total{cpu="12",mode="idle"} 4.79946215e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 55.53 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 0.74 node_cpu_seconds_total{cpu="12",mode="softirq"} 297.09 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 87011.75 node_cpu_seconds_total{cpu="12",mode="user"} 157155.51 node_cpu_seconds_total{cpu="13",mode="idle"} 4.91221596e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 129.19 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 0.46 node_cpu_seconds_total{cpu="13",mode="softirq"} 289.75 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 46684.48 node_cpu_seconds_total{cpu="13",mode="user"} 90572.51 node_cpu_seconds_total{cpu="14",mode="idle"} 4.93601987e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 54 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.48 node_cpu_seconds_total{cpu="14",mode="softirq"} 269.3 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 39860.06 node_cpu_seconds_total{cpu="14",mode="user"} 80041.98 node_cpu_seconds_total{cpu="15",mode="idle"} 4.94969101e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 39.28 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.29 node_cpu_seconds_total{cpu="15",mode="softirq"} 260.17 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 37218.55 node_cpu_seconds_total{cpu="15",mode="user"} 76168.36 node_cpu_seconds_total{cpu="16",mode="idle"} 4.98745112e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 25.75 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.28 node_cpu_seconds_total{cpu="16",mode="softirq"} 206.07 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 32599.46 node_cpu_seconds_total{cpu="16",mode="user"} 58893.69 node_cpu_seconds_total{cpu="17",mode="idle"} 4.99217113e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 23.46 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.33 node_cpu_seconds_total{cpu="17",mode="softirq"} 189.2 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 30533.73 node_cpu_seconds_total{cpu="17",mode="user"} 56673.92 node_cpu_seconds_total{cpu="18",mode="idle"} 5.00109519e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 22.42 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.21 node_cpu_seconds_total{cpu="18",mode="softirq"} 180.15 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 28746.97 node_cpu_seconds_total{cpu="18",mode="user"} 54811.78 node_cpu_seconds_total{cpu="19",mode="idle"} 5.00817297e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 19.77 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 0.18 node_cpu_seconds_total{cpu="19",mode="softirq"} 174.84 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 27635.81 node_cpu_seconds_total{cpu="19",mode="user"} 53543.77 node_cpu_seconds_total{cpu="2",mode="idle"} 4.0332885e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 133.57 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 18.05 node_cpu_seconds_total{cpu="2",mode="softirq"} 1629.37 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 378502.5 node_cpu_seconds_total{cpu="2",mode="user"} 551971.71 node_cpu_seconds_total{cpu="3",mode="idle"} 4.54988912e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 122.29 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 7.71 node_cpu_seconds_total{cpu="3",mode="softirq"} 2470.38 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 184749.96 node_cpu_seconds_total{cpu="3",mode="user"} 320573.98 node_cpu_seconds_total{cpu="4",mode="idle"} 3.91472534e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 123.92 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 19.56 node_cpu_seconds_total{cpu="4",mode="softirq"} 313.72 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 418214.29 node_cpu_seconds_total{cpu="4",mode="user"} 618863.19 node_cpu_seconds_total{cpu="5",mode="idle"} 4.54399964e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 67.41 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 8.96 node_cpu_seconds_total{cpu="5",mode="softirq"} 426.31 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 181058.66 node_cpu_seconds_total{cpu="5",mode="user"} 337131.63 node_cpu_seconds_total{cpu="6",mode="idle"} 3.87116962e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 111.14 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 19.33 node_cpu_seconds_total{cpu="6",mode="softirq"} 697.68 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 427949.06 node_cpu_seconds_total{cpu="6",mode="user"} 648145.04 node_cpu_seconds_total{cpu="7",mode="idle"} 4.51530557e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 63.39 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 5.99 node_cpu_seconds_total{cpu="7",mode="softirq"} 231.77 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 187560.44 node_cpu_seconds_total{cpu="7",mode="user"} 359569.46 node_cpu_seconds_total{cpu="8",mode="idle"} 3.87432495e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 102.19 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 20.39 node_cpu_seconds_total{cpu="8",mode="softirq"} 222.46 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 425287.09 node_cpu_seconds_total{cpu="8",mode="user"} 652863.96 node_cpu_seconds_total{cpu="9",mode="idle"} 4.44691137e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 60.48 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 7.34 node_cpu_seconds_total{cpu="9",mode="softirq"} 177.77 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 205972.8 node_cpu_seconds_total{cpu="9",mode="user"} 406289.81 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 29.801000000000002 node_disk_discard_time_seconds_total{device="md0"} 0.159 node_disk_discard_time_seconds_total{device="md1"} 57.365 node_disk_discard_time_seconds_total{device="nvme0n1"} 51.801 node_disk_discard_time_seconds_total{device="nvme1n1"} 52.21 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 3.748009096e+09 node_disk_discarded_sectors_total{device="md0"} 6.63208e+06 node_disk_discarded_sectors_total{device="md1"} 3.748009096e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 3.763007768e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 3.754641176e+09 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 99647 node_disk_discards_completed_total{device="md0"} 448 node_disk_discards_completed_total{device="md1"} 128754 node_disk_discards_completed_total{device="nvme0n1"} 129149 node_disk_discards_completed_total{device="nvme1n1"} 129141 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="md0"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="nvme0n1"} 61 node_disk_discards_merged_total{device="nvme1n1"} 61 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="dm-0"} 0 node_disk_flush_requests_time_seconds_total{device="dm-1"} 0 node_disk_flush_requests_time_seconds_total{device="md0"} 0 node_disk_flush_requests_time_seconds_total{device="md1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 0 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="dm-0"} 0 node_disk_flush_requests_total{device="dm-1"} 0 node_disk_flush_requests_total{device="md0"} 0 node_disk_flush_requests_total{device="md1"} 0 node_disk_flush_requests_total{device="nvme0n1"} 0 node_disk_flush_requests_total{device="nvme1n1"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="252",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md0",major="9",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md1",major="9",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="md0"} 0 node_disk_io_now{device="md1"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 0.708 node_disk_io_time_seconds_total{device="dm-1"} 156678.638 node_disk_io_time_seconds_total{device="md0"} 0.449 node_disk_io_time_seconds_total{device="md1"} 332872.493 node_disk_io_time_seconds_total{device="nvme0n1"} 2495.3740000000003 node_disk_io_time_seconds_total{device="nvme1n1"} 2458.217 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 5.011 node_disk_io_time_weighted_seconds_total{device="dm-1"} 38021.616 node_disk_io_time_weighted_seconds_total{device="md0"} 27.478 node_disk_io_time_weighted_seconds_total{device="md1"} 71119.537 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 35168.38 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 32247.117000000002 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 4.58752e+06 node_disk_read_bytes_total{device="dm-1"} 2.5024431104e+10 node_disk_read_bytes_total{device="md0"} 4.3021312e+07 node_disk_read_bytes_total{device="md1"} 2.5048794112e+10 node_disk_read_bytes_total{device="nvme0n1"} 4.336886897152e+12 node_disk_read_bytes_total{device="nvme1n1"} 3.850015254528e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 0.04 node_disk_read_time_seconds_total{device="dm-1"} 112.867 node_disk_read_time_seconds_total{device="md0"} 0.17200000000000001 node_disk_read_time_seconds_total{device="md1"} 113.19500000000001 node_disk_read_time_seconds_total{device="nvme0n1"} 6716.317 node_disk_read_time_seconds_total{device="nvme1n1"} 5383.869 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="dm-0"} 249 node_disk_reads_completed_total{device="dm-1"} 847929 node_disk_reads_completed_total{device="md0"} 802 node_disk_reads_completed_total{device="md1"} 854667 node_disk_reads_completed_total{device="nvme0n1"} 3.3595093e+07 node_disk_reads_completed_total{device="nvme1n1"} 2.957118e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="nvme0n1"} 3.2938986e+07 node_disk_reads_merged_total{device="nvme1n1"} 2.9296749e+07 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 4.971 node_disk_write_time_seconds_total{device="dm-1"} 37878.948000000004 node_disk_write_time_seconds_total{device="md0"} 27.147000000000002 node_disk_write_time_seconds_total{device="md1"} 70948.977 node_disk_write_time_seconds_total{device="nvme0n1"} 28400.261000000002 node_disk_write_time_seconds_total{device="nvme1n1"} 26811.038 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 258 node_disk_writes_completed_total{device="dm-1"} 1.04864117e+08 node_disk_writes_completed_total{device="md0"} 6256 node_disk_writes_completed_total{device="md1"} 1.1677536e+08 node_disk_writes_completed_total{device="nvme0n1"} 9.6221323e+07 node_disk_writes_completed_total{device="nvme1n1"} 9.9936255e+07 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="md1"} 0 node_disk_writes_merged_total{device="nvme0n1"} 3.7639661e+07 node_disk_writes_merged_total{device="nvme1n1"} 4.1291276e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 1.056768e+06 node_disk_written_bytes_total{device="dm-1"} 2.856849514496e+12 node_disk_written_bytes_total{device="md0"} 6.77535744e+08 node_disk_written_bytes_total{device="md1"} 2.856850571264e+12 node_disk_written_bytes_total{device="nvme0n1"} 2.90467424256e+12 node_disk_written_bytes_total{device="nvme1n1"} 3.3874483968e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="06/10/2025",bios_release="90.53",bios_vendor="American Megatrends Inc.",bios_version="9053",board_asset_tag="Default string",board_name="PRIME B760M-A D4",board_vendor="ASUSTeK COMPUTER INC.",board_version="Rev 1.xx",chassis_asset_tag="Default string",chassis_vendor="Default string",chassis_version="Default string",product_family="To be filled by O.E.M.",product_name="System Product Name",product_sku="SKU",product_version="System Version",system_vendor="ASUS"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 6224 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.627006210048e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/md0",device_error="no such file or directory",fstype="ext3",mountpoint="/boot"} 1 node_filesystem_device_error{device="/dev/nvme0n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.14941952e+08 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.12952034e+08 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.721183014912e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vg0-root",major="252",minor="1",mountpoint="/"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/md0",device_error="no such file or directory",fstype="ext3",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/nvme0n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.852489838592e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.16545462e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="platform_coretemp_0",chip_name="coretemp"} 1 node_hwmon_chip_names{chip="platform_eeepc_wmi",chip_name="asus"} 1 node_hwmon_chip_names{chip="thermal_thermal_zone0",chip_name="acpitz"} 1 # HELP node_hwmon_sensor_label Label for given chip and sensor # TYPE node_hwmon_sensor_label gauge node_hwmon_sensor_label{chip="nvme_nvme0",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme0",label="Sensor 3",sensor="temp4"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 2",sensor="temp3"} 1 node_hwmon_sensor_label{chip="nvme_nvme1",label="Sensor 3",sensor="temp4"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 0",sensor="temp2"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 12",sensor="temp14"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 16",sensor="temp18"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 20",sensor="temp22"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 24",sensor="temp26"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 25",sensor="temp27"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 26",sensor="temp28"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 27",sensor="temp29"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 28",sensor="temp30"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 29",sensor="temp31"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 30",sensor="temp32"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 31",sensor="temp33"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 4",sensor="temp6"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Core 8",sensor="temp10"} 1 node_hwmon_sensor_label{chip="platform_coretemp_0",label="Package id 0",sensor="temp1"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 # HELP node_hwmon_temp_celsius Hardware monitor for temperature (input) # TYPE node_hwmon_temp_celsius gauge node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp1"} 32.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 36.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 33.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp4"} 32.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 34.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 40.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 36.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp4"} 34.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 68 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 69 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 74 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 67 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 72 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 60 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp31"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp32"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp33"} 58 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 67 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp0"} 27.8 node_hwmon_temp_celsius{chip="thermal_thermal_zone0",sensor="temp1"} 27.8 # HELP node_hwmon_temp_crit_alarm_celsius Hardware monitor for temperature (crit_alarm) # TYPE node_hwmon_temp_crit_alarm_celsius gauge node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp1"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp10"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp14"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp18"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp2"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp22"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp26"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp27"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp28"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp29"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp30"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp31"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp32"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp33"} 0 node_hwmon_temp_crit_alarm_celsius{chip="platform_coretemp_0",sensor="temp6"} 0 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp1"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp10"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp14"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp18"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp2"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp22"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp26"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp27"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp28"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp29"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp30"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp31"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp32"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp33"} 100 node_hwmon_temp_crit_celsius{chip="platform_coretemp_0",sensor="temp6"} 100 # HELP node_hwmon_temp_max_celsius Hardware monitor for temperature (max) # TYPE node_hwmon_temp_max_celsius gauge node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp1"} 76.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme0",sensor="temp4"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp1"} 76.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp3"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme1",sensor="temp4"} 65261.85 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp1"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp10"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp14"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp18"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp2"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp22"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp26"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp27"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp28"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp29"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp30"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp31"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp32"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp33"} 80 node_hwmon_temp_max_celsius{chip="platform_coretemp_0",sensor="temp6"} 80 # HELP node_hwmon_temp_min_celsius Hardware monitor for temperature (min) # TYPE node_hwmon_temp_min_celsius gauge node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp1"} -20.150000000000002 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme0",sensor="temp4"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp1"} -20.150000000000002 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp4"} -273.15000000000003 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.5692592319e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.51 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.31 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.37 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 2.09408e+06 node_md_blocks{device="md1"} 1.872618816e+09 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 2.09408e+06 node_md_blocks_synced{device="md1"} 1.872618816e+09 # HELP node_md_degraded Number of degraded disks on device. # TYPE node_md_degraded gauge node_md_degraded{device="md0"} 0 node_md_degraded{device="md1"} 0 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0 node_md_disks{device="md1",state="active"} 2 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md0"} 2 node_md_disks_required{device="md1"} 2 # HELP node_md_raid_disks Number of raid disks on device. # TYPE node_md_raid_disks gauge node_md_raid_disks{device="md0"} 2 node_md_raid_disks{device="md1"} 2 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md0",state="active"} 1 node_md_state{device="md0",state="check"} 0 node_md_state{device="md0",state="inactive"} 0 node_md_state{device="md0",state="recovering"} 0 node_md_state{device="md0",state="resync"} 0 node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.344940032e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.4807728128e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.358327808e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.5075807232e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.95874816e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.5453485056e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 6.795685888e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.8305711104e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.8991029248e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.6987469824e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.512191488e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 2.7107328e+07 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.57546496e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.7652729856e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 3.6077264896e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 4.440064e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 9.93230848e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.9929252864e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.497382912e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.7194253312e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7938816e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 9.5145984e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.069056e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.743408128e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 8.2354176e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.2532096e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.566949888e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 593920 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 3.43563264e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 3.4359734272e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.7938816e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 2.25837056e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 992 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.70298735e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 7.489544819e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.455249e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 6.524663e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 293544 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-073534efd5ec"} 3 node_network_address_assign_type{device="br-17dd4f18d1cf"} 3 node_network_address_assign_type{device="br-51db58129356"} 3 node_network_address_assign_type{device="br-78935d12dd36"} 3 node_network_address_assign_type{device="br-82b91824a7e7"} 3 node_network_address_assign_type{device="br-836c04050a59"} 3 node_network_address_assign_type{device="br-a370276f885d"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp4s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth034fc1d"} 3 node_network_address_assign_type{device="veth08f9d53"} 3 node_network_address_assign_type{device="veth09d3cfb"} 3 node_network_address_assign_type{device="veth0c322bc"} 3 node_network_address_assign_type{device="veth0eee4ba"} 3 node_network_address_assign_type{device="veth105d7e0"} 3 node_network_address_assign_type{device="veth1ce1573"} 3 node_network_address_assign_type{device="veth211831d"} 3 node_network_address_assign_type{device="veth2f1aaec"} 3 node_network_address_assign_type{device="veth310a675"} 3 node_network_address_assign_type{device="veth33c7dbf"} 3 node_network_address_assign_type{device="veth35922b3"} 3 node_network_address_assign_type{device="veth361e748"} 3 node_network_address_assign_type{device="veth362f23b"} 3 node_network_address_assign_type{device="veth3cc2420"} 3 node_network_address_assign_type{device="veth3d95588"} 3 node_network_address_assign_type{device="veth4106f17"} 3 node_network_address_assign_type{device="veth4109ca8"} 3 node_network_address_assign_type{device="veth44b40b8"} 3 node_network_address_assign_type{device="veth4771f0c"} 3 node_network_address_assign_type{device="veth4d5cb0f"} 3 node_network_address_assign_type{device="veth5607e9c"} 3 node_network_address_assign_type{device="veth5736df6"} 3 node_network_address_assign_type{device="veth57c3ee5"} 3 node_network_address_assign_type{device="veth582c3f2"} 3 node_network_address_assign_type{device="veth5c2fa4f"} 3 node_network_address_assign_type{device="veth6cdc558"} 3 node_network_address_assign_type{device="veth6eb311a"} 3 node_network_address_assign_type{device="veth6f10bc9"} 3 node_network_address_assign_type{device="veth705200c"} 3 node_network_address_assign_type{device="veth7dce44b"} 3 node_network_address_assign_type{device="veth7e9dfb0"} 3 node_network_address_assign_type{device="veth7f59414"} 3 node_network_address_assign_type{device="veth824f84a"} 3 node_network_address_assign_type{device="veth8334ea5"} 3 node_network_address_assign_type{device="veth8419d3d"} 3 node_network_address_assign_type{device="veth85c533d"} 3 node_network_address_assign_type{device="veth884dac9"} 3 node_network_address_assign_type{device="veth89b47ab"} 3 node_network_address_assign_type{device="veth8f8e9b5"} 3 node_network_address_assign_type{device="veth92fec92"} 3 node_network_address_assign_type{device="veth95c57cc"} 3 node_network_address_assign_type{device="veth9894a43"} 3 node_network_address_assign_type{device="veth9a60fb2"} 3 node_network_address_assign_type{device="vetha1154c5"} 3 node_network_address_assign_type{device="vetha1c9616"} 3 node_network_address_assign_type{device="vetha4b44fb"} 3 node_network_address_assign_type{device="vetha682aca"} 3 node_network_address_assign_type{device="vetha8b2b4b"} 3 node_network_address_assign_type{device="vethb41338a"} 3 node_network_address_assign_type{device="vethb9432cd"} 3 node_network_address_assign_type{device="vethba1da97"} 3 node_network_address_assign_type{device="vethbdb2d30"} 3 node_network_address_assign_type{device="vethbdfcdbd"} 3 node_network_address_assign_type{device="vethbea62b0"} 3 node_network_address_assign_type{device="vethc059f7b"} 3 node_network_address_assign_type{device="vethc573649"} 3 node_network_address_assign_type{device="vethcfb65db"} 3 node_network_address_assign_type{device="vethcffd914"} 3 node_network_address_assign_type{device="vethd483eac"} 3 node_network_address_assign_type{device="vethdf9ea96"} 3 node_network_address_assign_type{device="vethe00edeb"} 3 node_network_address_assign_type{device="vethec84457"} 3 node_network_address_assign_type{device="vethef500c1"} 3 node_network_address_assign_type{device="vethf143d13"} 3 node_network_address_assign_type{device="vethf144494"} 3 node_network_address_assign_type{device="vethf5015aa"} 3 node_network_address_assign_type{device="vethf57ad69"} 3 node_network_address_assign_type{device="vethf659b49"} 3 node_network_address_assign_type{device="vethf66b5ae"} 3 node_network_address_assign_type{device="vethf67402d"} 3 node_network_address_assign_type{device="vethf9d3948"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-073534efd5ec"} 1 node_network_carrier{device="br-17dd4f18d1cf"} 0 node_network_carrier{device="br-51db58129356"} 1 node_network_carrier{device="br-78935d12dd36"} 1 node_network_carrier{device="br-82b91824a7e7"} 1 node_network_carrier{device="br-836c04050a59"} 1 node_network_carrier{device="br-a370276f885d"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="enp4s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth034fc1d"} 1 node_network_carrier{device="veth08f9d53"} 1 node_network_carrier{device="veth09d3cfb"} 1 node_network_carrier{device="veth0c322bc"} 1 node_network_carrier{device="veth0eee4ba"} 1 node_network_carrier{device="veth105d7e0"} 1 node_network_carrier{device="veth1ce1573"} 1 node_network_carrier{device="veth211831d"} 1 node_network_carrier{device="veth2f1aaec"} 1 node_network_carrier{device="veth310a675"} 1 node_network_carrier{device="veth33c7dbf"} 1 node_network_carrier{device="veth35922b3"} 1 node_network_carrier{device="veth361e748"} 1 node_network_carrier{device="veth362f23b"} 1 node_network_carrier{device="veth3cc2420"} 1 node_network_carrier{device="veth3d95588"} 1 node_network_carrier{device="veth4106f17"} 1 node_network_carrier{device="veth4109ca8"} 1 node_network_carrier{device="veth44b40b8"} 1 node_network_carrier{device="veth4771f0c"} 1 node_network_carrier{device="veth4d5cb0f"} 1 node_network_carrier{device="veth5607e9c"} 1 node_network_carrier{device="veth5736df6"} 1 node_network_carrier{device="veth57c3ee5"} 1 node_network_carrier{device="veth582c3f2"} 1 node_network_carrier{device="veth5c2fa4f"} 1 node_network_carrier{device="veth6cdc558"} 1 node_network_carrier{device="veth6eb311a"} 1 node_network_carrier{device="veth6f10bc9"} 1 node_network_carrier{device="veth705200c"} 1 node_network_carrier{device="veth7dce44b"} 1 node_network_carrier{device="veth7e9dfb0"} 1 node_network_carrier{device="veth7f59414"} 1 node_network_carrier{device="veth824f84a"} 1 node_network_carrier{device="veth8334ea5"} 1 node_network_carrier{device="veth8419d3d"} 1 node_network_carrier{device="veth85c533d"} 1 node_network_carrier{device="veth884dac9"} 1 node_network_carrier{device="veth89b47ab"} 1 node_network_carrier{device="veth8f8e9b5"} 1 node_network_carrier{device="veth92fec92"} 1 node_network_carrier{device="veth95c57cc"} 1 node_network_carrier{device="veth9894a43"} 1 node_network_carrier{device="veth9a60fb2"} 1 node_network_carrier{device="vetha1154c5"} 1 node_network_carrier{device="vetha1c9616"} 1 node_network_carrier{device="vetha4b44fb"} 1 node_network_carrier{device="vetha682aca"} 1 node_network_carrier{device="vetha8b2b4b"} 1 node_network_carrier{device="vethb41338a"} 1 node_network_carrier{device="vethb9432cd"} 1 node_network_carrier{device="vethba1da97"} 1 node_network_carrier{device="vethbdb2d30"} 1 node_network_carrier{device="vethbdfcdbd"} 1 node_network_carrier{device="vethbea62b0"} 1 node_network_carrier{device="vethc059f7b"} 1 node_network_carrier{device="vethc573649"} 1 node_network_carrier{device="vethcfb65db"} 1 node_network_carrier{device="vethcffd914"} 1 node_network_carrier{device="vethd483eac"} 1 node_network_carrier{device="vethdf9ea96"} 1 node_network_carrier{device="vethe00edeb"} 1 node_network_carrier{device="vethec84457"} 1 node_network_carrier{device="vethef500c1"} 1 node_network_carrier{device="vethf143d13"} 1 node_network_carrier{device="vethf144494"} 1 node_network_carrier{device="vethf5015aa"} 1 node_network_carrier{device="vethf57ad69"} 1 node_network_carrier{device="vethf659b49"} 1 node_network_carrier{device="vethf66b5ae"} 1 node_network_carrier{device="vethf67402d"} 1 node_network_carrier{device="vethf9d3948"} 1 # HELP node_network_carrier_changes_total Network device property: carrier_changes_total # TYPE node_network_carrier_changes_total counter node_network_carrier_changes_total{device="br-073534efd5ec"} 4 node_network_carrier_changes_total{device="br-17dd4f18d1cf"} 3 node_network_carrier_changes_total{device="br-51db58129356"} 4 node_network_carrier_changes_total{device="br-78935d12dd36"} 6 node_network_carrier_changes_total{device="br-82b91824a7e7"} 4 node_network_carrier_changes_total{device="br-836c04050a59"} 10 node_network_carrier_changes_total{device="br-a370276f885d"} 4 node_network_carrier_changes_total{device="docker0"} 175 node_network_carrier_changes_total{device="enp4s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth034fc1d"} 2 node_network_carrier_changes_total{device="veth08f9d53"} 2 node_network_carrier_changes_total{device="veth09d3cfb"} 2 node_network_carrier_changes_total{device="veth0c322bc"} 2 node_network_carrier_changes_total{device="veth0eee4ba"} 2 node_network_carrier_changes_total{device="veth105d7e0"} 2 node_network_carrier_changes_total{device="veth1ce1573"} 2 node_network_carrier_changes_total{device="veth211831d"} 2 node_network_carrier_changes_total{device="veth2f1aaec"} 2 node_network_carrier_changes_total{device="veth310a675"} 2 node_network_carrier_changes_total{device="veth33c7dbf"} 2 node_network_carrier_changes_total{device="veth35922b3"} 2 node_network_carrier_changes_total{device="veth361e748"} 2 node_network_carrier_changes_total{device="veth362f23b"} 2 node_network_carrier_changes_total{device="veth3cc2420"} 2 node_network_carrier_changes_total{device="veth3d95588"} 2 node_network_carrier_changes_total{device="veth4106f17"} 2 node_network_carrier_changes_total{device="veth4109ca8"} 2 node_network_carrier_changes_total{device="veth44b40b8"} 2 node_network_carrier_changes_total{device="veth4771f0c"} 2 node_network_carrier_changes_total{device="veth4d5cb0f"} 2 node_network_carrier_changes_total{device="veth5607e9c"} 2 node_network_carrier_changes_total{device="veth5736df6"} 2 node_network_carrier_changes_total{device="veth57c3ee5"} 2 node_network_carrier_changes_total{device="veth582c3f2"} 2 node_network_carrier_changes_total{device="veth5c2fa4f"} 2 node_network_carrier_changes_total{device="veth6cdc558"} 2 node_network_carrier_changes_total{device="veth6eb311a"} 2 node_network_carrier_changes_total{device="veth6f10bc9"} 2 node_network_carrier_changes_total{device="veth705200c"} 2 node_network_carrier_changes_total{device="veth7dce44b"} 2 node_network_carrier_changes_total{device="veth7e9dfb0"} 2 node_network_carrier_changes_total{device="veth7f59414"} 2 node_network_carrier_changes_total{device="veth824f84a"} 2 node_network_carrier_changes_total{device="veth8334ea5"} 2 node_network_carrier_changes_total{device="veth8419d3d"} 2 node_network_carrier_changes_total{device="veth85c533d"} 2 node_network_carrier_changes_total{device="veth884dac9"} 2 node_network_carrier_changes_total{device="veth89b47ab"} 2 node_network_carrier_changes_total{device="veth8f8e9b5"} 2 node_network_carrier_changes_total{device="veth92fec92"} 2 node_network_carrier_changes_total{device="veth95c57cc"} 2 node_network_carrier_changes_total{device="veth9894a43"} 2 node_network_carrier_changes_total{device="veth9a60fb2"} 2 node_network_carrier_changes_total{device="vetha1154c5"} 2 node_network_carrier_changes_total{device="vetha1c9616"} 2 node_network_carrier_changes_total{device="vetha4b44fb"} 2 node_network_carrier_changes_total{device="vetha682aca"} 2 node_network_carrier_changes_total{device="vetha8b2b4b"} 2 node_network_carrier_changes_total{device="vethb41338a"} 2 node_network_carrier_changes_total{device="vethb9432cd"} 2 node_network_carrier_changes_total{device="vethba1da97"} 2 node_network_carrier_changes_total{device="vethbdb2d30"} 2 node_network_carrier_changes_total{device="vethbdfcdbd"} 2 node_network_carrier_changes_total{device="vethbea62b0"} 2 node_network_carrier_changes_total{device="vethc059f7b"} 2 node_network_carrier_changes_total{device="vethc573649"} 2 node_network_carrier_changes_total{device="vethcfb65db"} 2 node_network_carrier_changes_total{device="vethcffd914"} 2 node_network_carrier_changes_total{device="vethd483eac"} 2 node_network_carrier_changes_total{device="vethdf9ea96"} 2 node_network_carrier_changes_total{device="vethe00edeb"} 2 node_network_carrier_changes_total{device="vethec84457"} 2 node_network_carrier_changes_total{device="vethef500c1"} 2 node_network_carrier_changes_total{device="vethf143d13"} 2 node_network_carrier_changes_total{device="vethf144494"} 2 node_network_carrier_changes_total{device="vethf5015aa"} 2 node_network_carrier_changes_total{device="vethf57ad69"} 2 node_network_carrier_changes_total{device="vethf659b49"} 2 node_network_carrier_changes_total{device="vethf66b5ae"} 2 node_network_carrier_changes_total{device="vethf67402d"} 2 node_network_carrier_changes_total{device="vethf9d3948"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-073534efd5ec"} 2 node_network_carrier_down_changes_total{device="br-17dd4f18d1cf"} 2 node_network_carrier_down_changes_total{device="br-51db58129356"} 2 node_network_carrier_down_changes_total{device="br-78935d12dd36"} 3 node_network_carrier_down_changes_total{device="br-82b91824a7e7"} 2 node_network_carrier_down_changes_total{device="br-836c04050a59"} 5 node_network_carrier_down_changes_total{device="br-a370276f885d"} 2 node_network_carrier_down_changes_total{device="docker0"} 88 node_network_carrier_down_changes_total{device="enp4s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth034fc1d"} 1 node_network_carrier_down_changes_total{device="veth08f9d53"} 1 node_network_carrier_down_changes_total{device="veth09d3cfb"} 1 node_network_carrier_down_changes_total{device="veth0c322bc"} 1 node_network_carrier_down_changes_total{device="veth0eee4ba"} 1 node_network_carrier_down_changes_total{device="veth105d7e0"} 1 node_network_carrier_down_changes_total{device="veth1ce1573"} 1 node_network_carrier_down_changes_total{device="veth211831d"} 1 node_network_carrier_down_changes_total{device="veth2f1aaec"} 1 node_network_carrier_down_changes_total{device="veth310a675"} 1 node_network_carrier_down_changes_total{device="veth33c7dbf"} 1 node_network_carrier_down_changes_total{device="veth35922b3"} 1 node_network_carrier_down_changes_total{device="veth361e748"} 1 node_network_carrier_down_changes_total{device="veth362f23b"} 1 node_network_carrier_down_changes_total{device="veth3cc2420"} 1 node_network_carrier_down_changes_total{device="veth3d95588"} 1 node_network_carrier_down_changes_total{device="veth4106f17"} 1 node_network_carrier_down_changes_total{device="veth4109ca8"} 1 node_network_carrier_down_changes_total{device="veth44b40b8"} 1 node_network_carrier_down_changes_total{device="veth4771f0c"} 1 node_network_carrier_down_changes_total{device="veth4d5cb0f"} 1 node_network_carrier_down_changes_total{device="veth5607e9c"} 1 node_network_carrier_down_changes_total{device="veth5736df6"} 1 node_network_carrier_down_changes_total{device="veth57c3ee5"} 1 node_network_carrier_down_changes_total{device="veth582c3f2"} 1 node_network_carrier_down_changes_total{device="veth5c2fa4f"} 1 node_network_carrier_down_changes_total{device="veth6cdc558"} 1 node_network_carrier_down_changes_total{device="veth6eb311a"} 1 node_network_carrier_down_changes_total{device="veth6f10bc9"} 1 node_network_carrier_down_changes_total{device="veth705200c"} 1 node_network_carrier_down_changes_total{device="veth7dce44b"} 1 node_network_carrier_down_changes_total{device="veth7e9dfb0"} 1 node_network_carrier_down_changes_total{device="veth7f59414"} 1 node_network_carrier_down_changes_total{device="veth824f84a"} 1 node_network_carrier_down_changes_total{device="veth8334ea5"} 1 node_network_carrier_down_changes_total{device="veth8419d3d"} 1 node_network_carrier_down_changes_total{device="veth85c533d"} 1 node_network_carrier_down_changes_total{device="veth884dac9"} 1 node_network_carrier_down_changes_total{device="veth89b47ab"} 1 node_network_carrier_down_changes_total{device="veth8f8e9b5"} 1 node_network_carrier_down_changes_total{device="veth92fec92"} 1 node_network_carrier_down_changes_total{device="veth95c57cc"} 1 node_network_carrier_down_changes_total{device="veth9894a43"} 1 node_network_carrier_down_changes_total{device="veth9a60fb2"} 1 node_network_carrier_down_changes_total{device="vetha1154c5"} 1 node_network_carrier_down_changes_total{device="vetha1c9616"} 1 node_network_carrier_down_changes_total{device="vetha4b44fb"} 1 node_network_carrier_down_changes_total{device="vetha682aca"} 1 node_network_carrier_down_changes_total{device="vetha8b2b4b"} 1 node_network_carrier_down_changes_total{device="vethb41338a"} 1 node_network_carrier_down_changes_total{device="vethb9432cd"} 1 node_network_carrier_down_changes_total{device="vethba1da97"} 1 node_network_carrier_down_changes_total{device="vethbdb2d30"} 1 node_network_carrier_down_changes_total{device="vethbdfcdbd"} 1 node_network_carrier_down_changes_total{device="vethbea62b0"} 1 node_network_carrier_down_changes_total{device="vethc059f7b"} 1 node_network_carrier_down_changes_total{device="vethc573649"} 1 node_network_carrier_down_changes_total{device="vethcfb65db"} 1 node_network_carrier_down_changes_total{device="vethcffd914"} 1 node_network_carrier_down_changes_total{device="vethd483eac"} 1 node_network_carrier_down_changes_total{device="vethdf9ea96"} 1 node_network_carrier_down_changes_total{device="vethe00edeb"} 1 node_network_carrier_down_changes_total{device="vethec84457"} 1 node_network_carrier_down_changes_total{device="vethef500c1"} 1 node_network_carrier_down_changes_total{device="vethf143d13"} 1 node_network_carrier_down_changes_total{device="vethf144494"} 1 node_network_carrier_down_changes_total{device="vethf5015aa"} 1 node_network_carrier_down_changes_total{device="vethf57ad69"} 1 node_network_carrier_down_changes_total{device="vethf659b49"} 1 node_network_carrier_down_changes_total{device="vethf66b5ae"} 1 node_network_carrier_down_changes_total{device="vethf67402d"} 1 node_network_carrier_down_changes_total{device="vethf9d3948"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-073534efd5ec"} 2 node_network_carrier_up_changes_total{device="br-17dd4f18d1cf"} 1 node_network_carrier_up_changes_total{device="br-51db58129356"} 2 node_network_carrier_up_changes_total{device="br-78935d12dd36"} 3 node_network_carrier_up_changes_total{device="br-82b91824a7e7"} 2 node_network_carrier_up_changes_total{device="br-836c04050a59"} 5 node_network_carrier_up_changes_total{device="br-a370276f885d"} 2 node_network_carrier_up_changes_total{device="docker0"} 87 node_network_carrier_up_changes_total{device="enp4s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth034fc1d"} 1 node_network_carrier_up_changes_total{device="veth08f9d53"} 1 node_network_carrier_up_changes_total{device="veth09d3cfb"} 1 node_network_carrier_up_changes_total{device="veth0c322bc"} 1 node_network_carrier_up_changes_total{device="veth0eee4ba"} 1 node_network_carrier_up_changes_total{device="veth105d7e0"} 1 node_network_carrier_up_changes_total{device="veth1ce1573"} 1 node_network_carrier_up_changes_total{device="veth211831d"} 1 node_network_carrier_up_changes_total{device="veth2f1aaec"} 1 node_network_carrier_up_changes_total{device="veth310a675"} 1 node_network_carrier_up_changes_total{device="veth33c7dbf"} 1 node_network_carrier_up_changes_total{device="veth35922b3"} 1 node_network_carrier_up_changes_total{device="veth361e748"} 1 node_network_carrier_up_changes_total{device="veth362f23b"} 1 node_network_carrier_up_changes_total{device="veth3cc2420"} 1 node_network_carrier_up_changes_total{device="veth3d95588"} 1 node_network_carrier_up_changes_total{device="veth4106f17"} 1 node_network_carrier_up_changes_total{device="veth4109ca8"} 1 node_network_carrier_up_changes_total{device="veth44b40b8"} 1 node_network_carrier_up_changes_total{device="veth4771f0c"} 1 node_network_carrier_up_changes_total{device="veth4d5cb0f"} 1 node_network_carrier_up_changes_total{device="veth5607e9c"} 1 node_network_carrier_up_changes_total{device="veth5736df6"} 1 node_network_carrier_up_changes_total{device="veth57c3ee5"} 1 node_network_carrier_up_changes_total{device="veth582c3f2"} 1 node_network_carrier_up_changes_total{device="veth5c2fa4f"} 1 node_network_carrier_up_changes_total{device="veth6cdc558"} 1 node_network_carrier_up_changes_total{device="veth6eb311a"} 1 node_network_carrier_up_changes_total{device="veth6f10bc9"} 1 node_network_carrier_up_changes_total{device="veth705200c"} 1 node_network_carrier_up_changes_total{device="veth7dce44b"} 1 node_network_carrier_up_changes_total{device="veth7e9dfb0"} 1 node_network_carrier_up_changes_total{device="veth7f59414"} 1 node_network_carrier_up_changes_total{device="veth824f84a"} 1 node_network_carrier_up_changes_total{device="veth8334ea5"} 1 node_network_carrier_up_changes_total{device="veth8419d3d"} 1 node_network_carrier_up_changes_total{device="veth85c533d"} 1 node_network_carrier_up_changes_total{device="veth884dac9"} 1 node_network_carrier_up_changes_total{device="veth89b47ab"} 1 node_network_carrier_up_changes_total{device="veth8f8e9b5"} 1 node_network_carrier_up_changes_total{device="veth92fec92"} 1 node_network_carrier_up_changes_total{device="veth95c57cc"} 1 node_network_carrier_up_changes_total{device="veth9894a43"} 1 node_network_carrier_up_changes_total{device="veth9a60fb2"} 1 node_network_carrier_up_changes_total{device="vetha1154c5"} 1 node_network_carrier_up_changes_total{device="vetha1c9616"} 1 node_network_carrier_up_changes_total{device="vetha4b44fb"} 1 node_network_carrier_up_changes_total{device="vetha682aca"} 1 node_network_carrier_up_changes_total{device="vetha8b2b4b"} 1 node_network_carrier_up_changes_total{device="vethb41338a"} 1 node_network_carrier_up_changes_total{device="vethb9432cd"} 1 node_network_carrier_up_changes_total{device="vethba1da97"} 1 node_network_carrier_up_changes_total{device="vethbdb2d30"} 1 node_network_carrier_up_changes_total{device="vethbdfcdbd"} 1 node_network_carrier_up_changes_total{device="vethbea62b0"} 1 node_network_carrier_up_changes_total{device="vethc059f7b"} 1 node_network_carrier_up_changes_total{device="vethc573649"} 1 node_network_carrier_up_changes_total{device="vethcfb65db"} 1 node_network_carrier_up_changes_total{device="vethcffd914"} 1 node_network_carrier_up_changes_total{device="vethd483eac"} 1 node_network_carrier_up_changes_total{device="vethdf9ea96"} 1 node_network_carrier_up_changes_total{device="vethe00edeb"} 1 node_network_carrier_up_changes_total{device="vethec84457"} 1 node_network_carrier_up_changes_total{device="vethef500c1"} 1 node_network_carrier_up_changes_total{device="vethf143d13"} 1 node_network_carrier_up_changes_total{device="vethf144494"} 1 node_network_carrier_up_changes_total{device="vethf5015aa"} 1 node_network_carrier_up_changes_total{device="vethf57ad69"} 1 node_network_carrier_up_changes_total{device="vethf659b49"} 1 node_network_carrier_up_changes_total{device="vethf66b5ae"} 1 node_network_carrier_up_changes_total{device="vethf67402d"} 1 node_network_carrier_up_changes_total{device="vethf9d3948"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-073534efd5ec"} 0 node_network_device_id{device="br-17dd4f18d1cf"} 0 node_network_device_id{device="br-51db58129356"} 0 node_network_device_id{device="br-78935d12dd36"} 0 node_network_device_id{device="br-82b91824a7e7"} 0 node_network_device_id{device="br-836c04050a59"} 0 node_network_device_id{device="br-a370276f885d"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp4s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth034fc1d"} 0 node_network_device_id{device="veth08f9d53"} 0 node_network_device_id{device="veth09d3cfb"} 0 node_network_device_id{device="veth0c322bc"} 0 node_network_device_id{device="veth0eee4ba"} 0 node_network_device_id{device="veth105d7e0"} 0 node_network_device_id{device="veth1ce1573"} 0 node_network_device_id{device="veth211831d"} 0 node_network_device_id{device="veth2f1aaec"} 0 node_network_device_id{device="veth310a675"} 0 node_network_device_id{device="veth33c7dbf"} 0 node_network_device_id{device="veth35922b3"} 0 node_network_device_id{device="veth361e748"} 0 node_network_device_id{device="veth362f23b"} 0 node_network_device_id{device="veth3cc2420"} 0 node_network_device_id{device="veth3d95588"} 0 node_network_device_id{device="veth4106f17"} 0 node_network_device_id{device="veth4109ca8"} 0 node_network_device_id{device="veth44b40b8"} 0 node_network_device_id{device="veth4771f0c"} 0 node_network_device_id{device="veth4d5cb0f"} 0 node_network_device_id{device="veth5607e9c"} 0 node_network_device_id{device="veth5736df6"} 0 node_network_device_id{device="veth57c3ee5"} 0 node_network_device_id{device="veth582c3f2"} 0 node_network_device_id{device="veth5c2fa4f"} 0 node_network_device_id{device="veth6cdc558"} 0 node_network_device_id{device="veth6eb311a"} 0 node_network_device_id{device="veth6f10bc9"} 0 node_network_device_id{device="veth705200c"} 0 node_network_device_id{device="veth7dce44b"} 0 node_network_device_id{device="veth7e9dfb0"} 0 node_network_device_id{device="veth7f59414"} 0 node_network_device_id{device="veth824f84a"} 0 node_network_device_id{device="veth8334ea5"} 0 node_network_device_id{device="veth8419d3d"} 0 node_network_device_id{device="veth85c533d"} 0 node_network_device_id{device="veth884dac9"} 0 node_network_device_id{device="veth89b47ab"} 0 node_network_device_id{device="veth8f8e9b5"} 0 node_network_device_id{device="veth92fec92"} 0 node_network_device_id{device="veth95c57cc"} 0 node_network_device_id{device="veth9894a43"} 0 node_network_device_id{device="veth9a60fb2"} 0 node_network_device_id{device="vetha1154c5"} 0 node_network_device_id{device="vetha1c9616"} 0 node_network_device_id{device="vetha4b44fb"} 0 node_network_device_id{device="vetha682aca"} 0 node_network_device_id{device="vetha8b2b4b"} 0 node_network_device_id{device="vethb41338a"} 0 node_network_device_id{device="vethb9432cd"} 0 node_network_device_id{device="vethba1da97"} 0 node_network_device_id{device="vethbdb2d30"} 0 node_network_device_id{device="vethbdfcdbd"} 0 node_network_device_id{device="vethbea62b0"} 0 node_network_device_id{device="vethc059f7b"} 0 node_network_device_id{device="vethc573649"} 0 node_network_device_id{device="vethcfb65db"} 0 node_network_device_id{device="vethcffd914"} 0 node_network_device_id{device="vethd483eac"} 0 node_network_device_id{device="vethdf9ea96"} 0 node_network_device_id{device="vethe00edeb"} 0 node_network_device_id{device="vethec84457"} 0 node_network_device_id{device="vethef500c1"} 0 node_network_device_id{device="vethf143d13"} 0 node_network_device_id{device="vethf144494"} 0 node_network_device_id{device="vethf5015aa"} 0 node_network_device_id{device="vethf57ad69"} 0 node_network_device_id{device="vethf659b49"} 0 node_network_device_id{device="vethf66b5ae"} 0 node_network_device_id{device="vethf67402d"} 0 node_network_device_id{device="vethf9d3948"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-073534efd5ec"} 0 node_network_dormant{device="br-17dd4f18d1cf"} 0 node_network_dormant{device="br-51db58129356"} 0 node_network_dormant{device="br-78935d12dd36"} 0 node_network_dormant{device="br-82b91824a7e7"} 0 node_network_dormant{device="br-836c04050a59"} 0 node_network_dormant{device="br-a370276f885d"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp4s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth034fc1d"} 0 node_network_dormant{device="veth08f9d53"} 0 node_network_dormant{device="veth09d3cfb"} 0 node_network_dormant{device="veth0c322bc"} 0 node_network_dormant{device="veth0eee4ba"} 0 node_network_dormant{device="veth105d7e0"} 0 node_network_dormant{device="veth1ce1573"} 0 node_network_dormant{device="veth211831d"} 0 node_network_dormant{device="veth2f1aaec"} 0 node_network_dormant{device="veth310a675"} 0 node_network_dormant{device="veth33c7dbf"} 0 node_network_dormant{device="veth35922b3"} 0 node_network_dormant{device="veth361e748"} 0 node_network_dormant{device="veth362f23b"} 0 node_network_dormant{device="veth3cc2420"} 0 node_network_dormant{device="veth3d95588"} 0 node_network_dormant{device="veth4106f17"} 0 node_network_dormant{device="veth4109ca8"} 0 node_network_dormant{device="veth44b40b8"} 0 node_network_dormant{device="veth4771f0c"} 0 node_network_dormant{device="veth4d5cb0f"} 0 node_network_dormant{device="veth5607e9c"} 0 node_network_dormant{device="veth5736df6"} 0 node_network_dormant{device="veth57c3ee5"} 0 node_network_dormant{device="veth582c3f2"} 0 node_network_dormant{device="veth5c2fa4f"} 0 node_network_dormant{device="veth6cdc558"} 0 node_network_dormant{device="veth6eb311a"} 0 node_network_dormant{device="veth6f10bc9"} 0 node_network_dormant{device="veth705200c"} 0 node_network_dormant{device="veth7dce44b"} 0 node_network_dormant{device="veth7e9dfb0"} 0 node_network_dormant{device="veth7f59414"} 0 node_network_dormant{device="veth824f84a"} 0 node_network_dormant{device="veth8334ea5"} 0 node_network_dormant{device="veth8419d3d"} 0 node_network_dormant{device="veth85c533d"} 0 node_network_dormant{device="veth884dac9"} 0 node_network_dormant{device="veth89b47ab"} 0 node_network_dormant{device="veth8f8e9b5"} 0 node_network_dormant{device="veth92fec92"} 0 node_network_dormant{device="veth95c57cc"} 0 node_network_dormant{device="veth9894a43"} 0 node_network_dormant{device="veth9a60fb2"} 0 node_network_dormant{device="vetha1154c5"} 0 node_network_dormant{device="vetha1c9616"} 0 node_network_dormant{device="vetha4b44fb"} 0 node_network_dormant{device="vetha682aca"} 0 node_network_dormant{device="vetha8b2b4b"} 0 node_network_dormant{device="vethb41338a"} 0 node_network_dormant{device="vethb9432cd"} 0 node_network_dormant{device="vethba1da97"} 0 node_network_dormant{device="vethbdb2d30"} 0 node_network_dormant{device="vethbdfcdbd"} 0 node_network_dormant{device="vethbea62b0"} 0 node_network_dormant{device="vethc059f7b"} 0 node_network_dormant{device="vethc573649"} 0 node_network_dormant{device="vethcfb65db"} 0 node_network_dormant{device="vethcffd914"} 0 node_network_dormant{device="vethd483eac"} 0 node_network_dormant{device="vethdf9ea96"} 0 node_network_dormant{device="vethe00edeb"} 0 node_network_dormant{device="vethec84457"} 0 node_network_dormant{device="vethef500c1"} 0 node_network_dormant{device="vethf143d13"} 0 node_network_dormant{device="vethf144494"} 0 node_network_dormant{device="vethf5015aa"} 0 node_network_dormant{device="vethf57ad69"} 0 node_network_dormant{device="vethf659b49"} 0 node_network_dormant{device="vethf66b5ae"} 0 node_network_dormant{device="vethf67402d"} 0 node_network_dormant{device="vethf9d3948"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-073534efd5ec"} 4099 node_network_flags{device="br-17dd4f18d1cf"} 4099 node_network_flags{device="br-51db58129356"} 4099 node_network_flags{device="br-78935d12dd36"} 4099 node_network_flags{device="br-82b91824a7e7"} 4099 node_network_flags{device="br-836c04050a59"} 4099 node_network_flags{device="br-a370276f885d"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp4s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth034fc1d"} 4867 node_network_flags{device="veth08f9d53"} 4867 node_network_flags{device="veth09d3cfb"} 4867 node_network_flags{device="veth0c322bc"} 4867 node_network_flags{device="veth0eee4ba"} 4867 node_network_flags{device="veth105d7e0"} 4867 node_network_flags{device="veth1ce1573"} 4867 node_network_flags{device="veth211831d"} 4867 node_network_flags{device="veth2f1aaec"} 4867 node_network_flags{device="veth310a675"} 4867 node_network_flags{device="veth33c7dbf"} 4867 node_network_flags{device="veth35922b3"} 4867 node_network_flags{device="veth361e748"} 4867 node_network_flags{device="veth362f23b"} 4867 node_network_flags{device="veth3cc2420"} 4867 node_network_flags{device="veth3d95588"} 4867 node_network_flags{device="veth4106f17"} 4867 node_network_flags{device="veth4109ca8"} 4867 node_network_flags{device="veth44b40b8"} 4867 node_network_flags{device="veth4771f0c"} 4867 node_network_flags{device="veth4d5cb0f"} 4867 node_network_flags{device="veth5607e9c"} 4867 node_network_flags{device="veth5736df6"} 4867 node_network_flags{device="veth57c3ee5"} 4867 node_network_flags{device="veth582c3f2"} 4867 node_network_flags{device="veth5c2fa4f"} 4867 node_network_flags{device="veth6cdc558"} 4867 node_network_flags{device="veth6eb311a"} 4867 node_network_flags{device="veth6f10bc9"} 4867 node_network_flags{device="veth705200c"} 4867 node_network_flags{device="veth7dce44b"} 4867 node_network_flags{device="veth7e9dfb0"} 4867 node_network_flags{device="veth7f59414"} 4867 node_network_flags{device="veth824f84a"} 4867 node_network_flags{device="veth8334ea5"} 4867 node_network_flags{device="veth8419d3d"} 4867 node_network_flags{device="veth85c533d"} 4867 node_network_flags{device="veth884dac9"} 4867 node_network_flags{device="veth89b47ab"} 4867 node_network_flags{device="veth8f8e9b5"} 4867 node_network_flags{device="veth92fec92"} 4867 node_network_flags{device="veth95c57cc"} 4867 node_network_flags{device="veth9894a43"} 4867 node_network_flags{device="veth9a60fb2"} 4867 node_network_flags{device="vetha1154c5"} 4867 node_network_flags{device="vetha1c9616"} 4867 node_network_flags{device="vetha4b44fb"} 4867 node_network_flags{device="vetha682aca"} 4867 node_network_flags{device="vetha8b2b4b"} 4867 node_network_flags{device="vethb41338a"} 4867 node_network_flags{device="vethb9432cd"} 4867 node_network_flags{device="vethba1da97"} 4867 node_network_flags{device="vethbdb2d30"} 4867 node_network_flags{device="vethbdfcdbd"} 4867 node_network_flags{device="vethbea62b0"} 4867 node_network_flags{device="vethc059f7b"} 4867 node_network_flags{device="vethc573649"} 4867 node_network_flags{device="vethcfb65db"} 4867 node_network_flags{device="vethcffd914"} 4867 node_network_flags{device="vethd483eac"} 4867 node_network_flags{device="vethdf9ea96"} 4867 node_network_flags{device="vethe00edeb"} 4867 node_network_flags{device="vethec84457"} 4867 node_network_flags{device="vethef500c1"} 4867 node_network_flags{device="vethf143d13"} 4867 node_network_flags{device="vethf144494"} 4867 node_network_flags{device="vethf5015aa"} 4867 node_network_flags{device="vethf57ad69"} 4867 node_network_flags{device="vethf659b49"} 4867 node_network_flags{device="vethf66b5ae"} 4867 node_network_flags{device="vethf67402d"} 4867 node_network_flags{device="vethf9d3948"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-073534efd5ec"} 3 node_network_iface_id{device="br-17dd4f18d1cf"} 190 node_network_iface_id{device="br-51db58129356"} 4 node_network_iface_id{device="br-78935d12dd36"} 5 node_network_iface_id{device="br-82b91824a7e7"} 6 node_network_iface_id{device="br-836c04050a59"} 189 node_network_iface_id{device="br-a370276f885d"} 7 node_network_iface_id{device="docker0"} 8 node_network_iface_id{device="enp4s0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth034fc1d"} 99069 node_network_iface_id{device="veth08f9d53"} 99043 node_network_iface_id{device="veth09d3cfb"} 99055 node_network_iface_id{device="veth0c322bc"} 99017 node_network_iface_id{device="veth0eee4ba"} 99034 node_network_iface_id{device="veth105d7e0"} 99044 node_network_iface_id{device="veth1ce1573"} 99041 node_network_iface_id{device="veth211831d"} 99073 node_network_iface_id{device="veth2f1aaec"} 99076 node_network_iface_id{device="veth310a675"} 12866 node_network_iface_id{device="veth33c7dbf"} 99029 node_network_iface_id{device="veth35922b3"} 99052 node_network_iface_id{device="veth361e748"} 12849 node_network_iface_id{device="veth362f23b"} 12865 node_network_iface_id{device="veth3cc2420"} 99031 node_network_iface_id{device="veth3d95588"} 12847 node_network_iface_id{device="veth4106f17"} 99035 node_network_iface_id{device="veth4109ca8"} 12879 node_network_iface_id{device="veth44b40b8"} 99036 node_network_iface_id{device="veth4771f0c"} 99026 node_network_iface_id{device="veth4d5cb0f"} 99040 node_network_iface_id{device="veth5607e9c"} 12862 node_network_iface_id{device="veth5736df6"} 99019 node_network_iface_id{device="veth57c3ee5"} 12856 node_network_iface_id{device="veth582c3f2"} 12878 node_network_iface_id{device="veth5c2fa4f"} 12848 node_network_iface_id{device="veth6cdc558"} 99039 node_network_iface_id{device="veth6eb311a"} 99022 node_network_iface_id{device="veth6f10bc9"} 99049 node_network_iface_id{device="veth705200c"} 99047 node_network_iface_id{device="veth7dce44b"} 12858 node_network_iface_id{device="veth7e9dfb0"} 99048 node_network_iface_id{device="veth7f59414"} 99038 node_network_iface_id{device="veth824f84a"} 99077 node_network_iface_id{device="veth8334ea5"} 99023 node_network_iface_id{device="veth8419d3d"} 99066 node_network_iface_id{device="veth85c533d"} 99053 node_network_iface_id{device="veth884dac9"} 62118 node_network_iface_id{device="veth89b47ab"} 12860 node_network_iface_id{device="veth8f8e9b5"} 99051 node_network_iface_id{device="veth92fec92"} 99025 node_network_iface_id{device="veth95c57cc"} 12877 node_network_iface_id{device="veth9894a43"} 99064 node_network_iface_id{device="veth9a60fb2"} 99030 node_network_iface_id{device="vetha1154c5"} 99056 node_network_iface_id{device="vetha1c9616"} 99028 node_network_iface_id{device="vetha4b44fb"} 99050 node_network_iface_id{device="vetha682aca"} 99042 node_network_iface_id{device="vetha8b2b4b"} 12881 node_network_iface_id{device="vethb41338a"} 12852 node_network_iface_id{device="vethb9432cd"} 99045 node_network_iface_id{device="vethba1da97"} 12870 node_network_iface_id{device="vethbdb2d30"} 99062 node_network_iface_id{device="vethbdfcdbd"} 99027 node_network_iface_id{device="vethbea62b0"} 99054 node_network_iface_id{device="vethc059f7b"} 99021 node_network_iface_id{device="vethc573649"} 99058 node_network_iface_id{device="vethcfb65db"} 99024 node_network_iface_id{device="vethcffd914"} 12874 node_network_iface_id{device="vethd483eac"} 99015 node_network_iface_id{device="vethdf9ea96"} 99061 node_network_iface_id{device="vethe00edeb"} 99057 node_network_iface_id{device="vethec84457"} 99046 node_network_iface_id{device="vethef500c1"} 99016 node_network_iface_id{device="vethf143d13"} 12869 node_network_iface_id{device="vethf144494"} 99033 node_network_iface_id{device="vethf5015aa"} 99037 node_network_iface_id{device="vethf57ad69"} 12854 node_network_iface_id{device="vethf659b49"} 99072 node_network_iface_id{device="vethf66b5ae"} 99059 node_network_iface_id{device="vethf67402d"} 99014 node_network_iface_id{device="vethf9d3948"} 99065 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-073534efd5ec"} 3 node_network_iface_link{device="br-17dd4f18d1cf"} 190 node_network_iface_link{device="br-51db58129356"} 4 node_network_iface_link{device="br-78935d12dd36"} 5 node_network_iface_link{device="br-82b91824a7e7"} 6 node_network_iface_link{device="br-836c04050a59"} 189 node_network_iface_link{device="br-a370276f885d"} 7 node_network_iface_link{device="docker0"} 8 node_network_iface_link{device="enp4s0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth034fc1d"} 2 node_network_iface_link{device="veth08f9d53"} 3 node_network_iface_link{device="veth09d3cfb"} 2 node_network_iface_link{device="veth0c322bc"} 2 node_network_iface_link{device="veth0eee4ba"} 2 node_network_iface_link{device="veth105d7e0"} 2 node_network_iface_link{device="veth1ce1573"} 2 node_network_iface_link{device="veth211831d"} 3 node_network_iface_link{device="veth2f1aaec"} 2 node_network_iface_link{device="veth310a675"} 2 node_network_iface_link{device="veth33c7dbf"} 2 node_network_iface_link{device="veth35922b3"} 2 node_network_iface_link{device="veth361e748"} 2 node_network_iface_link{device="veth362f23b"} 2 node_network_iface_link{device="veth3cc2420"} 2 node_network_iface_link{device="veth3d95588"} 2 node_network_iface_link{device="veth4106f17"} 2 node_network_iface_link{device="veth4109ca8"} 3 node_network_iface_link{device="veth44b40b8"} 3 node_network_iface_link{device="veth4771f0c"} 2 node_network_iface_link{device="veth4d5cb0f"} 2 node_network_iface_link{device="veth5607e9c"} 2 node_network_iface_link{device="veth5736df6"} 2 node_network_iface_link{device="veth57c3ee5"} 2 node_network_iface_link{device="veth582c3f2"} 2 node_network_iface_link{device="veth5c2fa4f"} 2 node_network_iface_link{device="veth6cdc558"} 3 node_network_iface_link{device="veth6eb311a"} 2 node_network_iface_link{device="veth6f10bc9"} 2 node_network_iface_link{device="veth705200c"} 3 node_network_iface_link{device="veth7dce44b"} 2 node_network_iface_link{device="veth7e9dfb0"} 2 node_network_iface_link{device="veth7f59414"} 2 node_network_iface_link{device="veth824f84a"} 3 node_network_iface_link{device="veth8334ea5"} 2 node_network_iface_link{device="veth8419d3d"} 3 node_network_iface_link{device="veth85c533d"} 2 node_network_iface_link{device="veth884dac9"} 2 node_network_iface_link{device="veth89b47ab"} 2 node_network_iface_link{device="veth8f8e9b5"} 3 node_network_iface_link{device="veth92fec92"} 2 node_network_iface_link{device="veth95c57cc"} 2 node_network_iface_link{device="veth9894a43"} 2 node_network_iface_link{device="veth9a60fb2"} 3 node_network_iface_link{device="vetha1154c5"} 2 node_network_iface_link{device="vetha1c9616"} 2 node_network_iface_link{device="vetha4b44fb"} 2 node_network_iface_link{device="vetha682aca"} 2 node_network_iface_link{device="vetha8b2b4b"} 2 node_network_iface_link{device="vethb41338a"} 3 node_network_iface_link{device="vethb9432cd"} 3 node_network_iface_link{device="vethba1da97"} 3 node_network_iface_link{device="vethbdb2d30"} 3 node_network_iface_link{device="vethbdfcdbd"} 2 node_network_iface_link{device="vethbea62b0"} 3 node_network_iface_link{device="vethc059f7b"} 2 node_network_iface_link{device="vethc573649"} 3 node_network_iface_link{device="vethcfb65db"} 2 node_network_iface_link{device="vethcffd914"} 2 node_network_iface_link{device="vethd483eac"} 2 node_network_iface_link{device="vethdf9ea96"} 3 node_network_iface_link{device="vethe00edeb"} 2 node_network_iface_link{device="vethec84457"} 2 node_network_iface_link{device="vethef500c1"} 2 node_network_iface_link{device="vethf143d13"} 2 node_network_iface_link{device="vethf144494"} 2 node_network_iface_link{device="vethf5015aa"} 2 node_network_iface_link{device="vethf57ad69"} 2 node_network_iface_link{device="vethf659b49"} 2 node_network_iface_link{device="vethf66b5ae"} 3 node_network_iface_link{device="vethf67402d"} 2 node_network_iface_link{device="vethf9d3948"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-073534efd5ec"} 0 node_network_iface_link_mode{device="br-17dd4f18d1cf"} 0 node_network_iface_link_mode{device="br-51db58129356"} 0 node_network_iface_link_mode{device="br-78935d12dd36"} 0 node_network_iface_link_mode{device="br-82b91824a7e7"} 0 node_network_iface_link_mode{device="br-836c04050a59"} 0 node_network_iface_link_mode{device="br-a370276f885d"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp4s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth034fc1d"} 0 node_network_iface_link_mode{device="veth08f9d53"} 0 node_network_iface_link_mode{device="veth09d3cfb"} 0 node_network_iface_link_mode{device="veth0c322bc"} 0 node_network_iface_link_mode{device="veth0eee4ba"} 0 node_network_iface_link_mode{device="veth105d7e0"} 0 node_network_iface_link_mode{device="veth1ce1573"} 0 node_network_iface_link_mode{device="veth211831d"} 0 node_network_iface_link_mode{device="veth2f1aaec"} 0 node_network_iface_link_mode{device="veth310a675"} 0 node_network_iface_link_mode{device="veth33c7dbf"} 0 node_network_iface_link_mode{device="veth35922b3"} 0 node_network_iface_link_mode{device="veth361e748"} 0 node_network_iface_link_mode{device="veth362f23b"} 0 node_network_iface_link_mode{device="veth3cc2420"} 0 node_network_iface_link_mode{device="veth3d95588"} 0 node_network_iface_link_mode{device="veth4106f17"} 0 node_network_iface_link_mode{device="veth4109ca8"} 0 node_network_iface_link_mode{device="veth44b40b8"} 0 node_network_iface_link_mode{device="veth4771f0c"} 0 node_network_iface_link_mode{device="veth4d5cb0f"} 0 node_network_iface_link_mode{device="veth5607e9c"} 0 node_network_iface_link_mode{device="veth5736df6"} 0 node_network_iface_link_mode{device="veth57c3ee5"} 0 node_network_iface_link_mode{device="veth582c3f2"} 0 node_network_iface_link_mode{device="veth5c2fa4f"} 0 node_network_iface_link_mode{device="veth6cdc558"} 0 node_network_iface_link_mode{device="veth6eb311a"} 0 node_network_iface_link_mode{device="veth6f10bc9"} 0 node_network_iface_link_mode{device="veth705200c"} 0 node_network_iface_link_mode{device="veth7dce44b"} 0 node_network_iface_link_mode{device="veth7e9dfb0"} 0 node_network_iface_link_mode{device="veth7f59414"} 0 node_network_iface_link_mode{device="veth824f84a"} 0 node_network_iface_link_mode{device="veth8334ea5"} 0 node_network_iface_link_mode{device="veth8419d3d"} 0 node_network_iface_link_mode{device="veth85c533d"} 0 node_network_iface_link_mode{device="veth884dac9"} 0 node_network_iface_link_mode{device="veth89b47ab"} 0 node_network_iface_link_mode{device="veth8f8e9b5"} 0 node_network_iface_link_mode{device="veth92fec92"} 0 node_network_iface_link_mode{device="veth95c57cc"} 0 node_network_iface_link_mode{device="veth9894a43"} 0 node_network_iface_link_mode{device="veth9a60fb2"} 0 node_network_iface_link_mode{device="vetha1154c5"} 0 node_network_iface_link_mode{device="vetha1c9616"} 0 node_network_iface_link_mode{device="vetha4b44fb"} 0 node_network_iface_link_mode{device="vetha682aca"} 0 node_network_iface_link_mode{device="vetha8b2b4b"} 0 node_network_iface_link_mode{device="vethb41338a"} 0 node_network_iface_link_mode{device="vethb9432cd"} 0 node_network_iface_link_mode{device="vethba1da97"} 0 node_network_iface_link_mode{device="vethbdb2d30"} 0 node_network_iface_link_mode{device="vethbdfcdbd"} 0 node_network_iface_link_mode{device="vethbea62b0"} 0 node_network_iface_link_mode{device="vethc059f7b"} 0 node_network_iface_link_mode{device="vethc573649"} 0 node_network_iface_link_mode{device="vethcfb65db"} 0 node_network_iface_link_mode{device="vethcffd914"} 0 node_network_iface_link_mode{device="vethd483eac"} 0 node_network_iface_link_mode{device="vethdf9ea96"} 0 node_network_iface_link_mode{device="vethe00edeb"} 0 node_network_iface_link_mode{device="vethec84457"} 0 node_network_iface_link_mode{device="vethef500c1"} 0 node_network_iface_link_mode{device="vethf143d13"} 0 node_network_iface_link_mode{device="vethf144494"} 0 node_network_iface_link_mode{device="vethf5015aa"} 0 node_network_iface_link_mode{device="vethf57ad69"} 0 node_network_iface_link_mode{device="vethf659b49"} 0 node_network_iface_link_mode{device="vethf66b5ae"} 0 node_network_iface_link_mode{device="vethf67402d"} 0 node_network_iface_link_mode{device="vethf9d3948"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:87:2f:13:44:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe00edeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:bc:f0:b8:e5:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdfcdbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:d9:5e:b1:eb:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95c57cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:c4:27:39:b4:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f10bc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:ea:73:e4:6b:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f1aaec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:25:14:73:aa:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09d3cfb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:30:36:9b:74:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57c3ee5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:6e:c5:cb:68:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-073534efd5ec",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:e2:2d:3a:58:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth362f23b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:4a:1c:a2:9b:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth884dac9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:e6:0e:b7:a7:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd483eac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:52:c8:91:22:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f59414",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:a8:15:7e:d0:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4b44fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:2a:4f:6a:63:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33c7dbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:33:04:a0:fe:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9894a43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:cb:c8:fc:0e:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5607e9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ef:ef:9f:1f:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-51db58129356",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:9e:9d:f0:0a:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1154c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:da:50:c3:3c:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a370276f885d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:ce:5d:cc:66:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c322bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:26:86:6c:c1:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec84457",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:a2:13:50:38:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5736df6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:da:85:25:ab:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c2fa4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:26:41:6c:14:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-82b91824a7e7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="3e:40:a8:6e:31:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8b2b4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:67:e0:ed:b5:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf57ad69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:9f:74:a8:d2:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc059f7b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:29:a0:d8:d3:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8419d3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:d1:71:b3:1b:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d95588",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:31:40:52:8d:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f8e9b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:2b:56:0f:4a:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcffd914",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a3:ac:e7:72:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8334ea5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:01:fe:25:f1:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35922b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:31:24:08:f6:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf9ea96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:39:35:5e:f6:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5015aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:65:d3:36:fc:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth705200c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:ac:58:a1:18:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44b40b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:07:83:3f:dc:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4771f0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:58:b6:fe:b7:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf659b49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:7f:5a:71:4e:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89b47ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:c0:02:60:7c:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth310a675",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:82:a4:36:58:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf143d13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:dd:d5:85:79:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbea62b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:7d:c4:1a:da:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7dce44b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:2a:b9:c8:af:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0eee4ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:9e:ae:00:4e:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cdc558",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:6f:1f:b6:1f:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e9dfb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0b:e0:da:29:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cc2420",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b9:e8:9b:8e:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1c9616",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:d6:3e:1e:ca:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc573649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:8f:bf:8e:77:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb41338a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:17:4a:72:1b:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d5cb0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:18:25:bf:30:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-78935d12dd36",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="a2:2e:cd:ae:96:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth824f84a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:5e:86:cb:db:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9d3948",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:74:66:7c:06:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba1da97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:f8:75:01:9e:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth92fec92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b4:cf:3f:75:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9432cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:38:c0:db:c0:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfb65db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:db:0e:f1:28:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4106f17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:fc:e7:3a:68:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp4s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:fd:f6:50:19:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08f9d53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:03:9c:d6:1b:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth105d7e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:7a:de:be:8e:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdb2d30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:03:54:28:de:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha682aca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:7a:b8:0e:94:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a60fb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a4:fa:67:e8:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth211831d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:33:7a:71:41:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf144494",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:02:67:a6:e5:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6eb311a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:55:f4:d6:5c:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85c533d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:6b:bb:8a:92:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth034fc1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:df:f7:c2:2a:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-836c04050a59",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:18:62:6d:11:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf66b5ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:62:97:cb:e7:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17dd4f18d1cf",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="e6:7d:1a:70:36:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth582c3f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2b:60:66:65:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ce1573",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:61:66:cd:f1:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4109ca8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:7d:34:05:01:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="f6:df:8c:3c:df:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef500c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:e3:2b:a0:55:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf67402d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:83:a4:3e:ea:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth361e748",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-073534efd5ec"} 1500 node_network_mtu_bytes{device="br-17dd4f18d1cf"} 1500 node_network_mtu_bytes{device="br-51db58129356"} 1500 node_network_mtu_bytes{device="br-78935d12dd36"} 1500 node_network_mtu_bytes{device="br-82b91824a7e7"} 1500 node_network_mtu_bytes{device="br-836c04050a59"} 1500 node_network_mtu_bytes{device="br-a370276f885d"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp4s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth034fc1d"} 1500 node_network_mtu_bytes{device="veth08f9d53"} 1500 node_network_mtu_bytes{device="veth09d3cfb"} 1500 node_network_mtu_bytes{device="veth0c322bc"} 1500 node_network_mtu_bytes{device="veth0eee4ba"} 1500 node_network_mtu_bytes{device="veth105d7e0"} 1500 node_network_mtu_bytes{device="veth1ce1573"} 1500 node_network_mtu_bytes{device="veth211831d"} 1500 node_network_mtu_bytes{device="veth2f1aaec"} 1500 node_network_mtu_bytes{device="veth310a675"} 1500 node_network_mtu_bytes{device="veth33c7dbf"} 1500 node_network_mtu_bytes{device="veth35922b3"} 1500 node_network_mtu_bytes{device="veth361e748"} 1500 node_network_mtu_bytes{device="veth362f23b"} 1500 node_network_mtu_bytes{device="veth3cc2420"} 1500 node_network_mtu_bytes{device="veth3d95588"} 1500 node_network_mtu_bytes{device="veth4106f17"} 1500 node_network_mtu_bytes{device="veth4109ca8"} 1500 node_network_mtu_bytes{device="veth44b40b8"} 1500 node_network_mtu_bytes{device="veth4771f0c"} 1500 node_network_mtu_bytes{device="veth4d5cb0f"} 1500 node_network_mtu_bytes{device="veth5607e9c"} 1500 node_network_mtu_bytes{device="veth5736df6"} 1500 node_network_mtu_bytes{device="veth57c3ee5"} 1500 node_network_mtu_bytes{device="veth582c3f2"} 1500 node_network_mtu_bytes{device="veth5c2fa4f"} 1500 node_network_mtu_bytes{device="veth6cdc558"} 1500 node_network_mtu_bytes{device="veth6eb311a"} 1500 node_network_mtu_bytes{device="veth6f10bc9"} 1500 node_network_mtu_bytes{device="veth705200c"} 1500 node_network_mtu_bytes{device="veth7dce44b"} 1500 node_network_mtu_bytes{device="veth7e9dfb0"} 1500 node_network_mtu_bytes{device="veth7f59414"} 1500 node_network_mtu_bytes{device="veth824f84a"} 1500 node_network_mtu_bytes{device="veth8334ea5"} 1500 node_network_mtu_bytes{device="veth8419d3d"} 1500 node_network_mtu_bytes{device="veth85c533d"} 1500 node_network_mtu_bytes{device="veth884dac9"} 1500 node_network_mtu_bytes{device="veth89b47ab"} 1500 node_network_mtu_bytes{device="veth8f8e9b5"} 1500 node_network_mtu_bytes{device="veth92fec92"} 1500 node_network_mtu_bytes{device="veth95c57cc"} 1500 node_network_mtu_bytes{device="veth9894a43"} 1500 node_network_mtu_bytes{device="veth9a60fb2"} 1500 node_network_mtu_bytes{device="vetha1154c5"} 1500 node_network_mtu_bytes{device="vetha1c9616"} 1500 node_network_mtu_bytes{device="vetha4b44fb"} 1500 node_network_mtu_bytes{device="vetha682aca"} 1500 node_network_mtu_bytes{device="vetha8b2b4b"} 1500 node_network_mtu_bytes{device="vethb41338a"} 1500 node_network_mtu_bytes{device="vethb9432cd"} 1500 node_network_mtu_bytes{device="vethba1da97"} 1500 node_network_mtu_bytes{device="vethbdb2d30"} 1500 node_network_mtu_bytes{device="vethbdfcdbd"} 1500 node_network_mtu_bytes{device="vethbea62b0"} 1500 node_network_mtu_bytes{device="vethc059f7b"} 1500 node_network_mtu_bytes{device="vethc573649"} 1500 node_network_mtu_bytes{device="vethcfb65db"} 1500 node_network_mtu_bytes{device="vethcffd914"} 1500 node_network_mtu_bytes{device="vethd483eac"} 1500 node_network_mtu_bytes{device="vethdf9ea96"} 1500 node_network_mtu_bytes{device="vethe00edeb"} 1500 node_network_mtu_bytes{device="vethec84457"} 1500 node_network_mtu_bytes{device="vethef500c1"} 1500 node_network_mtu_bytes{device="vethf143d13"} 1500 node_network_mtu_bytes{device="vethf144494"} 1500 node_network_mtu_bytes{device="vethf5015aa"} 1500 node_network_mtu_bytes{device="vethf57ad69"} 1500 node_network_mtu_bytes{device="vethf659b49"} 1500 node_network_mtu_bytes{device="vethf66b5ae"} 1500 node_network_mtu_bytes{device="vethf67402d"} 1500 node_network_mtu_bytes{device="vethf9d3948"} 1500 # HELP node_network_name_assign_type Network device property: name_assign_type # TYPE node_network_name_assign_type gauge node_network_name_assign_type{device="br-073534efd5ec"} 3 node_network_name_assign_type{device="br-17dd4f18d1cf"} 3 node_network_name_assign_type{device="br-51db58129356"} 3 node_network_name_assign_type{device="br-78935d12dd36"} 3 node_network_name_assign_type{device="br-82b91824a7e7"} 3 node_network_name_assign_type{device="br-836c04050a59"} 3 node_network_name_assign_type{device="br-a370276f885d"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp4s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth034fc1d"} 3 node_network_name_assign_type{device="veth08f9d53"} 3 node_network_name_assign_type{device="veth09d3cfb"} 3 node_network_name_assign_type{device="veth0c322bc"} 3 node_network_name_assign_type{device="veth0eee4ba"} 3 node_network_name_assign_type{device="veth105d7e0"} 3 node_network_name_assign_type{device="veth1ce1573"} 3 node_network_name_assign_type{device="veth211831d"} 3 node_network_name_assign_type{device="veth2f1aaec"} 3 node_network_name_assign_type{device="veth310a675"} 3 node_network_name_assign_type{device="veth33c7dbf"} 3 node_network_name_assign_type{device="veth35922b3"} 3 node_network_name_assign_type{device="veth361e748"} 3 node_network_name_assign_type{device="veth362f23b"} 3 node_network_name_assign_type{device="veth3cc2420"} 3 node_network_name_assign_type{device="veth3d95588"} 3 node_network_name_assign_type{device="veth4106f17"} 3 node_network_name_assign_type{device="veth4109ca8"} 3 node_network_name_assign_type{device="veth44b40b8"} 3 node_network_name_assign_type{device="veth4771f0c"} 3 node_network_name_assign_type{device="veth4d5cb0f"} 3 node_network_name_assign_type{device="veth5607e9c"} 3 node_network_name_assign_type{device="veth5736df6"} 3 node_network_name_assign_type{device="veth57c3ee5"} 3 node_network_name_assign_type{device="veth582c3f2"} 3 node_network_name_assign_type{device="veth5c2fa4f"} 3 node_network_name_assign_type{device="veth6cdc558"} 3 node_network_name_assign_type{device="veth6eb311a"} 3 node_network_name_assign_type{device="veth6f10bc9"} 3 node_network_name_assign_type{device="veth705200c"} 3 node_network_name_assign_type{device="veth7dce44b"} 3 node_network_name_assign_type{device="veth7e9dfb0"} 3 node_network_name_assign_type{device="veth7f59414"} 3 node_network_name_assign_type{device="veth824f84a"} 3 node_network_name_assign_type{device="veth8334ea5"} 3 node_network_name_assign_type{device="veth8419d3d"} 3 node_network_name_assign_type{device="veth85c533d"} 3 node_network_name_assign_type{device="veth884dac9"} 3 node_network_name_assign_type{device="veth89b47ab"} 3 node_network_name_assign_type{device="veth8f8e9b5"} 3 node_network_name_assign_type{device="veth92fec92"} 3 node_network_name_assign_type{device="veth95c57cc"} 3 node_network_name_assign_type{device="veth9894a43"} 3 node_network_name_assign_type{device="veth9a60fb2"} 3 node_network_name_assign_type{device="vetha1154c5"} 3 node_network_name_assign_type{device="vetha1c9616"} 3 node_network_name_assign_type{device="vetha4b44fb"} 3 node_network_name_assign_type{device="vetha682aca"} 3 node_network_name_assign_type{device="vetha8b2b4b"} 3 node_network_name_assign_type{device="vethb41338a"} 3 node_network_name_assign_type{device="vethb9432cd"} 3 node_network_name_assign_type{device="vethba1da97"} 3 node_network_name_assign_type{device="vethbdb2d30"} 3 node_network_name_assign_type{device="vethbdfcdbd"} 3 node_network_name_assign_type{device="vethbea62b0"} 3 node_network_name_assign_type{device="vethc059f7b"} 3 node_network_name_assign_type{device="vethc573649"} 3 node_network_name_assign_type{device="vethcfb65db"} 3 node_network_name_assign_type{device="vethcffd914"} 3 node_network_name_assign_type{device="vethd483eac"} 3 node_network_name_assign_type{device="vethdf9ea96"} 3 node_network_name_assign_type{device="vethe00edeb"} 3 node_network_name_assign_type{device="vethec84457"} 3 node_network_name_assign_type{device="vethef500c1"} 3 node_network_name_assign_type{device="vethf143d13"} 3 node_network_name_assign_type{device="vethf144494"} 3 node_network_name_assign_type{device="vethf5015aa"} 3 node_network_name_assign_type{device="vethf57ad69"} 3 node_network_name_assign_type{device="vethf659b49"} 3 node_network_name_assign_type{device="vethf66b5ae"} 3 node_network_name_assign_type{device="vethf67402d"} 3 node_network_name_assign_type{device="vethf9d3948"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-073534efd5ec"} 0 node_network_net_dev_group{device="br-17dd4f18d1cf"} 0 node_network_net_dev_group{device="br-51db58129356"} 0 node_network_net_dev_group{device="br-78935d12dd36"} 0 node_network_net_dev_group{device="br-82b91824a7e7"} 0 node_network_net_dev_group{device="br-836c04050a59"} 0 node_network_net_dev_group{device="br-a370276f885d"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp4s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth034fc1d"} 0 node_network_net_dev_group{device="veth08f9d53"} 0 node_network_net_dev_group{device="veth09d3cfb"} 0 node_network_net_dev_group{device="veth0c322bc"} 0 node_network_net_dev_group{device="veth0eee4ba"} 0 node_network_net_dev_group{device="veth105d7e0"} 0 node_network_net_dev_group{device="veth1ce1573"} 0 node_network_net_dev_group{device="veth211831d"} 0 node_network_net_dev_group{device="veth2f1aaec"} 0 node_network_net_dev_group{device="veth310a675"} 0 node_network_net_dev_group{device="veth33c7dbf"} 0 node_network_net_dev_group{device="veth35922b3"} 0 node_network_net_dev_group{device="veth361e748"} 0 node_network_net_dev_group{device="veth362f23b"} 0 node_network_net_dev_group{device="veth3cc2420"} 0 node_network_net_dev_group{device="veth3d95588"} 0 node_network_net_dev_group{device="veth4106f17"} 0 node_network_net_dev_group{device="veth4109ca8"} 0 node_network_net_dev_group{device="veth44b40b8"} 0 node_network_net_dev_group{device="veth4771f0c"} 0 node_network_net_dev_group{device="veth4d5cb0f"} 0 node_network_net_dev_group{device="veth5607e9c"} 0 node_network_net_dev_group{device="veth5736df6"} 0 node_network_net_dev_group{device="veth57c3ee5"} 0 node_network_net_dev_group{device="veth582c3f2"} 0 node_network_net_dev_group{device="veth5c2fa4f"} 0 node_network_net_dev_group{device="veth6cdc558"} 0 node_network_net_dev_group{device="veth6eb311a"} 0 node_network_net_dev_group{device="veth6f10bc9"} 0 node_network_net_dev_group{device="veth705200c"} 0 node_network_net_dev_group{device="veth7dce44b"} 0 node_network_net_dev_group{device="veth7e9dfb0"} 0 node_network_net_dev_group{device="veth7f59414"} 0 node_network_net_dev_group{device="veth824f84a"} 0 node_network_net_dev_group{device="veth8334ea5"} 0 node_network_net_dev_group{device="veth8419d3d"} 0 node_network_net_dev_group{device="veth85c533d"} 0 node_network_net_dev_group{device="veth884dac9"} 0 node_network_net_dev_group{device="veth89b47ab"} 0 node_network_net_dev_group{device="veth8f8e9b5"} 0 node_network_net_dev_group{device="veth92fec92"} 0 node_network_net_dev_group{device="veth95c57cc"} 0 node_network_net_dev_group{device="veth9894a43"} 0 node_network_net_dev_group{device="veth9a60fb2"} 0 node_network_net_dev_group{device="vetha1154c5"} 0 node_network_net_dev_group{device="vetha1c9616"} 0 node_network_net_dev_group{device="vetha4b44fb"} 0 node_network_net_dev_group{device="vetha682aca"} 0 node_network_net_dev_group{device="vetha8b2b4b"} 0 node_network_net_dev_group{device="vethb41338a"} 0 node_network_net_dev_group{device="vethb9432cd"} 0 node_network_net_dev_group{device="vethba1da97"} 0 node_network_net_dev_group{device="vethbdb2d30"} 0 node_network_net_dev_group{device="vethbdfcdbd"} 0 node_network_net_dev_group{device="vethbea62b0"} 0 node_network_net_dev_group{device="vethc059f7b"} 0 node_network_net_dev_group{device="vethc573649"} 0 node_network_net_dev_group{device="vethcfb65db"} 0 node_network_net_dev_group{device="vethcffd914"} 0 node_network_net_dev_group{device="vethd483eac"} 0 node_network_net_dev_group{device="vethdf9ea96"} 0 node_network_net_dev_group{device="vethe00edeb"} 0 node_network_net_dev_group{device="vethec84457"} 0 node_network_net_dev_group{device="vethef500c1"} 0 node_network_net_dev_group{device="vethf143d13"} 0 node_network_net_dev_group{device="vethf144494"} 0 node_network_net_dev_group{device="vethf5015aa"} 0 node_network_net_dev_group{device="vethf57ad69"} 0 node_network_net_dev_group{device="vethf659b49"} 0 node_network_net_dev_group{device="vethf66b5ae"} 0 node_network_net_dev_group{device="vethf67402d"} 0 node_network_net_dev_group{device="vethf9d3948"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-073534efd5ec"} 1 node_network_protocol_type{device="br-17dd4f18d1cf"} 1 node_network_protocol_type{device="br-51db58129356"} 1 node_network_protocol_type{device="br-78935d12dd36"} 1 node_network_protocol_type{device="br-82b91824a7e7"} 1 node_network_protocol_type{device="br-836c04050a59"} 1 node_network_protocol_type{device="br-a370276f885d"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp4s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth034fc1d"} 1 node_network_protocol_type{device="veth08f9d53"} 1 node_network_protocol_type{device="veth09d3cfb"} 1 node_network_protocol_type{device="veth0c322bc"} 1 node_network_protocol_type{device="veth0eee4ba"} 1 node_network_protocol_type{device="veth105d7e0"} 1 node_network_protocol_type{device="veth1ce1573"} 1 node_network_protocol_type{device="veth211831d"} 1 node_network_protocol_type{device="veth2f1aaec"} 1 node_network_protocol_type{device="veth310a675"} 1 node_network_protocol_type{device="veth33c7dbf"} 1 node_network_protocol_type{device="veth35922b3"} 1 node_network_protocol_type{device="veth361e748"} 1 node_network_protocol_type{device="veth362f23b"} 1 node_network_protocol_type{device="veth3cc2420"} 1 node_network_protocol_type{device="veth3d95588"} 1 node_network_protocol_type{device="veth4106f17"} 1 node_network_protocol_type{device="veth4109ca8"} 1 node_network_protocol_type{device="veth44b40b8"} 1 node_network_protocol_type{device="veth4771f0c"} 1 node_network_protocol_type{device="veth4d5cb0f"} 1 node_network_protocol_type{device="veth5607e9c"} 1 node_network_protocol_type{device="veth5736df6"} 1 node_network_protocol_type{device="veth57c3ee5"} 1 node_network_protocol_type{device="veth582c3f2"} 1 node_network_protocol_type{device="veth5c2fa4f"} 1 node_network_protocol_type{device="veth6cdc558"} 1 node_network_protocol_type{device="veth6eb311a"} 1 node_network_protocol_type{device="veth6f10bc9"} 1 node_network_protocol_type{device="veth705200c"} 1 node_network_protocol_type{device="veth7dce44b"} 1 node_network_protocol_type{device="veth7e9dfb0"} 1 node_network_protocol_type{device="veth7f59414"} 1 node_network_protocol_type{device="veth824f84a"} 1 node_network_protocol_type{device="veth8334ea5"} 1 node_network_protocol_type{device="veth8419d3d"} 1 node_network_protocol_type{device="veth85c533d"} 1 node_network_protocol_type{device="veth884dac9"} 1 node_network_protocol_type{device="veth89b47ab"} 1 node_network_protocol_type{device="veth8f8e9b5"} 1 node_network_protocol_type{device="veth92fec92"} 1 node_network_protocol_type{device="veth95c57cc"} 1 node_network_protocol_type{device="veth9894a43"} 1 node_network_protocol_type{device="veth9a60fb2"} 1 node_network_protocol_type{device="vetha1154c5"} 1 node_network_protocol_type{device="vetha1c9616"} 1 node_network_protocol_type{device="vetha4b44fb"} 1 node_network_protocol_type{device="vetha682aca"} 1 node_network_protocol_type{device="vetha8b2b4b"} 1 node_network_protocol_type{device="vethb41338a"} 1 node_network_protocol_type{device="vethb9432cd"} 1 node_network_protocol_type{device="vethba1da97"} 1 node_network_protocol_type{device="vethbdb2d30"} 1 node_network_protocol_type{device="vethbdfcdbd"} 1 node_network_protocol_type{device="vethbea62b0"} 1 node_network_protocol_type{device="vethc059f7b"} 1 node_network_protocol_type{device="vethc573649"} 1 node_network_protocol_type{device="vethcfb65db"} 1 node_network_protocol_type{device="vethcffd914"} 1 node_network_protocol_type{device="vethd483eac"} 1 node_network_protocol_type{device="vethdf9ea96"} 1 node_network_protocol_type{device="vethe00edeb"} 1 node_network_protocol_type{device="vethec84457"} 1 node_network_protocol_type{device="vethef500c1"} 1 node_network_protocol_type{device="vethf143d13"} 1 node_network_protocol_type{device="vethf144494"} 1 node_network_protocol_type{device="vethf5015aa"} 1 node_network_protocol_type{device="vethf57ad69"} 1 node_network_protocol_type{device="vethf659b49"} 1 node_network_protocol_type{device="vethf66b5ae"} 1 node_network_protocol_type{device="vethf67402d"} 1 node_network_protocol_type{device="vethf9d3948"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 4.18729215e+08 node_network_receive_bytes_total{device="eth1"} 580 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 3.456056e+06 node_network_receive_packets_total{device="eth1"} 6 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-073534efd5ec"} 1.25e+09 node_network_speed_bytes{device="br-17dd4f18d1cf"} -125000 node_network_speed_bytes{device="br-51db58129356"} 1.25e+09 node_network_speed_bytes{device="br-78935d12dd36"} 1.25e+09 node_network_speed_bytes{device="br-82b91824a7e7"} 1.25e+09 node_network_speed_bytes{device="br-836c04050a59"} 1.25e+09 node_network_speed_bytes{device="br-a370276f885d"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="enp4s0"} 1.25e+08 node_network_speed_bytes{device="veth034fc1d"} 1.25e+09 node_network_speed_bytes{device="veth08f9d53"} 1.25e+09 node_network_speed_bytes{device="veth09d3cfb"} 1.25e+09 node_network_speed_bytes{device="veth0c322bc"} 1.25e+09 node_network_speed_bytes{device="veth0eee4ba"} 1.25e+09 node_network_speed_bytes{device="veth105d7e0"} 1.25e+09 node_network_speed_bytes{device="veth1ce1573"} 1.25e+09 node_network_speed_bytes{device="veth211831d"} 1.25e+09 node_network_speed_bytes{device="veth2f1aaec"} 1.25e+09 node_network_speed_bytes{device="veth310a675"} 1.25e+09 node_network_speed_bytes{device="veth33c7dbf"} 1.25e+09 node_network_speed_bytes{device="veth35922b3"} 1.25e+09 node_network_speed_bytes{device="veth361e748"} 1.25e+09 node_network_speed_bytes{device="veth362f23b"} 1.25e+09 node_network_speed_bytes{device="veth3cc2420"} 1.25e+09 node_network_speed_bytes{device="veth3d95588"} 1.25e+09 node_network_speed_bytes{device="veth4106f17"} 1.25e+09 node_network_speed_bytes{device="veth4109ca8"} 1.25e+09 node_network_speed_bytes{device="veth44b40b8"} 1.25e+09 node_network_speed_bytes{device="veth4771f0c"} 1.25e+09 node_network_speed_bytes{device="veth4d5cb0f"} 1.25e+09 node_network_speed_bytes{device="veth5607e9c"} 1.25e+09 node_network_speed_bytes{device="veth5736df6"} 1.25e+09 node_network_speed_bytes{device="veth57c3ee5"} 1.25e+09 node_network_speed_bytes{device="veth582c3f2"} 1.25e+09 node_network_speed_bytes{device="veth5c2fa4f"} 1.25e+09 node_network_speed_bytes{device="veth6cdc558"} 1.25e+09 node_network_speed_bytes{device="veth6eb311a"} 1.25e+09 node_network_speed_bytes{device="veth6f10bc9"} 1.25e+09 node_network_speed_bytes{device="veth705200c"} 1.25e+09 node_network_speed_bytes{device="veth7dce44b"} 1.25e+09 node_network_speed_bytes{device="veth7e9dfb0"} 1.25e+09 node_network_speed_bytes{device="veth7f59414"} 1.25e+09 node_network_speed_bytes{device="veth824f84a"} 1.25e+09 node_network_speed_bytes{device="veth8334ea5"} 1.25e+09 node_network_speed_bytes{device="veth8419d3d"} 1.25e+09 node_network_speed_bytes{device="veth85c533d"} 1.25e+09 node_network_speed_bytes{device="veth884dac9"} 1.25e+09 node_network_speed_bytes{device="veth89b47ab"} 1.25e+09 node_network_speed_bytes{device="veth8f8e9b5"} 1.25e+09 node_network_speed_bytes{device="veth92fec92"} 1.25e+09 node_network_speed_bytes{device="veth95c57cc"} 1.25e+09 node_network_speed_bytes{device="veth9894a43"} 1.25e+09 node_network_speed_bytes{device="veth9a60fb2"} 1.25e+09 node_network_speed_bytes{device="vetha1154c5"} 1.25e+09 node_network_speed_bytes{device="vetha1c9616"} 1.25e+09 node_network_speed_bytes{device="vetha4b44fb"} 1.25e+09 node_network_speed_bytes{device="vetha682aca"} 1.25e+09 node_network_speed_bytes{device="vetha8b2b4b"} 1.25e+09 node_network_speed_bytes{device="vethb41338a"} 1.25e+09 node_network_speed_bytes{device="vethb9432cd"} 1.25e+09 node_network_speed_bytes{device="vethba1da97"} 1.25e+09 node_network_speed_bytes{device="vethbdb2d30"} 1.25e+09 node_network_speed_bytes{device="vethbdfcdbd"} 1.25e+09 node_network_speed_bytes{device="vethbea62b0"} 1.25e+09 node_network_speed_bytes{device="vethc059f7b"} 1.25e+09 node_network_speed_bytes{device="vethc573649"} 1.25e+09 node_network_speed_bytes{device="vethcfb65db"} 1.25e+09 node_network_speed_bytes{device="vethcffd914"} 1.25e+09 node_network_speed_bytes{device="vethd483eac"} 1.25e+09 node_network_speed_bytes{device="vethdf9ea96"} 1.25e+09 node_network_speed_bytes{device="vethe00edeb"} 1.25e+09 node_network_speed_bytes{device="vethec84457"} 1.25e+09 node_network_speed_bytes{device="vethef500c1"} 1.25e+09 node_network_speed_bytes{device="vethf143d13"} 1.25e+09 node_network_speed_bytes{device="vethf144494"} 1.25e+09 node_network_speed_bytes{device="vethf5015aa"} 1.25e+09 node_network_speed_bytes{device="vethf57ad69"} 1.25e+09 node_network_speed_bytes{device="vethf659b49"} 1.25e+09 node_network_speed_bytes{device="vethf66b5ae"} 1.25e+09 node_network_speed_bytes{device="vethf67402d"} 1.25e+09 node_network_speed_bytes{device="vethf9d3948"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 7.532079101e+09 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 3.038135e+06 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-073534efd5ec"} 0 node_network_transmit_queue_length{device="br-17dd4f18d1cf"} 0 node_network_transmit_queue_length{device="br-51db58129356"} 0 node_network_transmit_queue_length{device="br-78935d12dd36"} 0 node_network_transmit_queue_length{device="br-82b91824a7e7"} 0 node_network_transmit_queue_length{device="br-836c04050a59"} 0 node_network_transmit_queue_length{device="br-a370276f885d"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp4s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth034fc1d"} 0 node_network_transmit_queue_length{device="veth08f9d53"} 0 node_network_transmit_queue_length{device="veth09d3cfb"} 0 node_network_transmit_queue_length{device="veth0c322bc"} 0 node_network_transmit_queue_length{device="veth0eee4ba"} 0 node_network_transmit_queue_length{device="veth105d7e0"} 0 node_network_transmit_queue_length{device="veth1ce1573"} 0 node_network_transmit_queue_length{device="veth211831d"} 0 node_network_transmit_queue_length{device="veth2f1aaec"} 0 node_network_transmit_queue_length{device="veth310a675"} 0 node_network_transmit_queue_length{device="veth33c7dbf"} 0 node_network_transmit_queue_length{device="veth35922b3"} 0 node_network_transmit_queue_length{device="veth361e748"} 0 node_network_transmit_queue_length{device="veth362f23b"} 0 node_network_transmit_queue_length{device="veth3cc2420"} 0 node_network_transmit_queue_length{device="veth3d95588"} 0 node_network_transmit_queue_length{device="veth4106f17"} 0 node_network_transmit_queue_length{device="veth4109ca8"} 0 node_network_transmit_queue_length{device="veth44b40b8"} 0 node_network_transmit_queue_length{device="veth4771f0c"} 0 node_network_transmit_queue_length{device="veth4d5cb0f"} 0 node_network_transmit_queue_length{device="veth5607e9c"} 0 node_network_transmit_queue_length{device="veth5736df6"} 0 node_network_transmit_queue_length{device="veth57c3ee5"} 0 node_network_transmit_queue_length{device="veth582c3f2"} 0 node_network_transmit_queue_length{device="veth5c2fa4f"} 0 node_network_transmit_queue_length{device="veth6cdc558"} 0 node_network_transmit_queue_length{device="veth6eb311a"} 0 node_network_transmit_queue_length{device="veth6f10bc9"} 0 node_network_transmit_queue_length{device="veth705200c"} 0 node_network_transmit_queue_length{device="veth7dce44b"} 0 node_network_transmit_queue_length{device="veth7e9dfb0"} 0 node_network_transmit_queue_length{device="veth7f59414"} 0 node_network_transmit_queue_length{device="veth824f84a"} 0 node_network_transmit_queue_length{device="veth8334ea5"} 0 node_network_transmit_queue_length{device="veth8419d3d"} 0 node_network_transmit_queue_length{device="veth85c533d"} 0 node_network_transmit_queue_length{device="veth884dac9"} 0 node_network_transmit_queue_length{device="veth89b47ab"} 0 node_network_transmit_queue_length{device="veth8f8e9b5"} 0 node_network_transmit_queue_length{device="veth92fec92"} 0 node_network_transmit_queue_length{device="veth95c57cc"} 0 node_network_transmit_queue_length{device="veth9894a43"} 0 node_network_transmit_queue_length{device="veth9a60fb2"} 0 node_network_transmit_queue_length{device="vetha1154c5"} 0 node_network_transmit_queue_length{device="vetha1c9616"} 0 node_network_transmit_queue_length{device="vetha4b44fb"} 0 node_network_transmit_queue_length{device="vetha682aca"} 0 node_network_transmit_queue_length{device="vetha8b2b4b"} 0 node_network_transmit_queue_length{device="vethb41338a"} 0 node_network_transmit_queue_length{device="vethb9432cd"} 0 node_network_transmit_queue_length{device="vethba1da97"} 0 node_network_transmit_queue_length{device="vethbdb2d30"} 0 node_network_transmit_queue_length{device="vethbdfcdbd"} 0 node_network_transmit_queue_length{device="vethbea62b0"} 0 node_network_transmit_queue_length{device="vethc059f7b"} 0 node_network_transmit_queue_length{device="vethc573649"} 0 node_network_transmit_queue_length{device="vethcfb65db"} 0 node_network_transmit_queue_length{device="vethcffd914"} 0 node_network_transmit_queue_length{device="vethd483eac"} 0 node_network_transmit_queue_length{device="vethdf9ea96"} 0 node_network_transmit_queue_length{device="vethe00edeb"} 0 node_network_transmit_queue_length{device="vethec84457"} 0 node_network_transmit_queue_length{device="vethef500c1"} 0 node_network_transmit_queue_length{device="vethf143d13"} 0 node_network_transmit_queue_length{device="vethf144494"} 0 node_network_transmit_queue_length{device="vethf5015aa"} 0 node_network_transmit_queue_length{device="vethf57ad69"} 0 node_network_transmit_queue_length{device="vethf659b49"} 0 node_network_transmit_queue_length{device="vethf66b5ae"} 0 node_network_transmit_queue_length{device="vethf67402d"} 0 node_network_transmit_queue_length{device="vethf9d3948"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-073534efd5ec"} 1 node_network_up{device="br-17dd4f18d1cf"} 0 node_network_up{device="br-51db58129356"} 1 node_network_up{device="br-78935d12dd36"} 1 node_network_up{device="br-82b91824a7e7"} 1 node_network_up{device="br-836c04050a59"} 1 node_network_up{device="br-a370276f885d"} 1 node_network_up{device="docker0"} 0 node_network_up{device="enp4s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth034fc1d"} 1 node_network_up{device="veth08f9d53"} 1 node_network_up{device="veth09d3cfb"} 1 node_network_up{device="veth0c322bc"} 1 node_network_up{device="veth0eee4ba"} 1 node_network_up{device="veth105d7e0"} 1 node_network_up{device="veth1ce1573"} 1 node_network_up{device="veth211831d"} 1 node_network_up{device="veth2f1aaec"} 1 node_network_up{device="veth310a675"} 1 node_network_up{device="veth33c7dbf"} 1 node_network_up{device="veth35922b3"} 1 node_network_up{device="veth361e748"} 1 node_network_up{device="veth362f23b"} 1 node_network_up{device="veth3cc2420"} 1 node_network_up{device="veth3d95588"} 1 node_network_up{device="veth4106f17"} 1 node_network_up{device="veth4109ca8"} 1 node_network_up{device="veth44b40b8"} 1 node_network_up{device="veth4771f0c"} 1 node_network_up{device="veth4d5cb0f"} 1 node_network_up{device="veth5607e9c"} 1 node_network_up{device="veth5736df6"} 1 node_network_up{device="veth57c3ee5"} 1 node_network_up{device="veth582c3f2"} 1 node_network_up{device="veth5c2fa4f"} 1 node_network_up{device="veth6cdc558"} 1 node_network_up{device="veth6eb311a"} 1 node_network_up{device="veth6f10bc9"} 1 node_network_up{device="veth705200c"} 1 node_network_up{device="veth7dce44b"} 1 node_network_up{device="veth7e9dfb0"} 1 node_network_up{device="veth7f59414"} 1 node_network_up{device="veth824f84a"} 1 node_network_up{device="veth8334ea5"} 1 node_network_up{device="veth8419d3d"} 1 node_network_up{device="veth85c533d"} 1 node_network_up{device="veth884dac9"} 1 node_network_up{device="veth89b47ab"} 1 node_network_up{device="veth8f8e9b5"} 1 node_network_up{device="veth92fec92"} 1 node_network_up{device="veth95c57cc"} 1 node_network_up{device="veth9894a43"} 1 node_network_up{device="veth9a60fb2"} 1 node_network_up{device="vetha1154c5"} 1 node_network_up{device="vetha1c9616"} 1 node_network_up{device="vetha4b44fb"} 1 node_network_up{device="vetha682aca"} 1 node_network_up{device="vetha8b2b4b"} 1 node_network_up{device="vethb41338a"} 1 node_network_up{device="vethb9432cd"} 1 node_network_up{device="vethba1da97"} 1 node_network_up{device="vethbdb2d30"} 1 node_network_up{device="vethbdfcdbd"} 1 node_network_up{device="vethbea62b0"} 1 node_network_up{device="vethc059f7b"} 1 node_network_up{device="vethc573649"} 1 node_network_up{device="vethcfb65db"} 1 node_network_up{device="vethcffd914"} 1 node_network_up{device="vethd483eac"} 1 node_network_up{device="vethdf9ea96"} 1 node_network_up{device="vethe00edeb"} 1 node_network_up{device="vethec84457"} 1 node_network_up{device="vethef500c1"} 1 node_network_up{device="vethf143d13"} 1 node_network_up{device="vethf144494"} 1 node_network_up{device="vethf5015aa"} 1 node_network_up{device="vethf57ad69"} 1 node_network_up{device="vethf659b49"} 1 node_network_up{device="vethf66b5ae"} 1 node_network_up{device="vethf67402d"} 1 node_network_up{device="vethf9d3948"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 13 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="E3MQ005",model="MTFDKCC1T9TGP-1BK1DABYY",serial="49241076B259",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="E3MQ005",model="MTFDKCC1T9TGP-1BK1DABYY",serial="49241076B274",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 54857.959694 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 165.644025 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 179.4624 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 1.857501 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 2.10504 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 3 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 632555.450462696 node_schedstat_running_seconds_total{cpu="1"} 593630.206884067 node_schedstat_running_seconds_total{cpu="10"} 1.138257843117742e+06 node_schedstat_running_seconds_total{cpu="11"} 691973.124811394 node_schedstat_running_seconds_total{cpu="12"} 275568.813290007 node_schedstat_running_seconds_total{cpu="13"} 167876.023526666 node_schedstat_running_seconds_total{cpu="14"} 147611.908082115 node_schedstat_running_seconds_total{cpu="15"} 137210.108823623 node_schedstat_running_seconds_total{cpu="16"} 105693.247568753 node_schedstat_running_seconds_total{cpu="17"} 101246.824743162 node_schedstat_running_seconds_total{cpu="18"} 95073.885210908 node_schedstat_running_seconds_total{cpu="19"} 90451.614406143 node_schedstat_running_seconds_total{cpu="2"} 980441.722375153 node_schedstat_running_seconds_total{cpu="3"} 523815.006758626 node_schedstat_running_seconds_total{cpu="4"} 1.091002901353871e+06 node_schedstat_running_seconds_total{cpu="5"} 534698.790448219 node_schedstat_running_seconds_total{cpu="6"} 1.130156357202783e+06 node_schedstat_running_seconds_total{cpu="7"} 563489.707623771 node_schedstat_running_seconds_total{cpu="8"} 1.130861014238304e+06 node_schedstat_running_seconds_total{cpu="9"} 629604.681099793 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.2671900508e+10 node_schedstat_timeslices_total{cpu="1"} 7.0531069738e+10 node_schedstat_timeslices_total{cpu="10"} 1.55435624084e+11 node_schedstat_timeslices_total{cpu="11"} 4.5586366567e+10 node_schedstat_timeslices_total{cpu="12"} 1.776101206e+10 node_schedstat_timeslices_total{cpu="13"} 1.5037986567e+10 node_schedstat_timeslices_total{cpu="14"} 1.3497699817e+10 node_schedstat_timeslices_total{cpu="15"} 1.1468294111e+10 node_schedstat_timeslices_total{cpu="16"} 5.7313552e+09 node_schedstat_timeslices_total{cpu="17"} 5.708435994e+09 node_schedstat_timeslices_total{cpu="18"} 4.712257785e+09 node_schedstat_timeslices_total{cpu="19"} 3.607573457e+09 node_schedstat_timeslices_total{cpu="2"} 1.347004325e+11 node_schedstat_timeslices_total{cpu="3"} 4.7933926486e+10 node_schedstat_timeslices_total{cpu="4"} 1.51523740056e+11 node_schedstat_timeslices_total{cpu="5"} 4.2599872805e+10 node_schedstat_timeslices_total{cpu="6"} 1.54851908017e+11 node_schedstat_timeslices_total{cpu="7"} 4.2656014869e+10 node_schedstat_timeslices_total{cpu="8"} 1.5214853315e+11 node_schedstat_timeslices_total{cpu="9"} 4.5720192106e+10 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 5878.602486503 node_schedstat_waiting_seconds_total{cpu="1"} 3706.442704385 node_schedstat_waiting_seconds_total{cpu="10"} 5207.087913005 node_schedstat_waiting_seconds_total{cpu="11"} 4160.229559018 node_schedstat_waiting_seconds_total{cpu="12"} 6175.74677249 node_schedstat_waiting_seconds_total{cpu="13"} 5788.940167548 node_schedstat_waiting_seconds_total{cpu="14"} 5567.451717587 node_schedstat_waiting_seconds_total{cpu="15"} 5481.637747897 node_schedstat_waiting_seconds_total{cpu="16"} 5533.42094698 node_schedstat_waiting_seconds_total{cpu="17"} 4826.449604441 node_schedstat_waiting_seconds_total{cpu="18"} 4473.32052852 node_schedstat_waiting_seconds_total{cpu="19"} 4299.202014852 node_schedstat_waiting_seconds_total{cpu="2"} 5409.377068691 node_schedstat_waiting_seconds_total{cpu="3"} 3742.092051499 node_schedstat_waiting_seconds_total{cpu="4"} 5471.572638359 node_schedstat_waiting_seconds_total{cpu="5"} 4053.4613356 node_schedstat_waiting_seconds_total{cpu="6"} 5547.160120956 node_schedstat_waiting_seconds_total{cpu="7"} 4184.437711023 node_schedstat_waiting_seconds_total{cpu="8"} 5368.745803349 node_schedstat_waiting_seconds_total{cpu="9"} 4263.297261599 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="arp"} 0.000100289 node_scrape_collector_duration_seconds{collector="bcache"} 5.081e-06 node_scrape_collector_duration_seconds{collector="bonding"} 6.396e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.001127688 node_scrape_collector_duration_seconds{collector="conntrack"} 5.4467e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000661231 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.005246184 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001329329 node_scrape_collector_duration_seconds{collector="dmi"} 7.821e-06 node_scrape_collector_duration_seconds{collector="edac"} 1.077e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.007017591 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.898e-06 node_scrape_collector_duration_seconds{collector="filefd"} 1.4322e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.011877975 node_scrape_collector_duration_seconds{collector="hwmon"} 0.012075672 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4498e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 8.053e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 3.7457e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.007194323 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000169955 node_scrape_collector_duration_seconds{collector="netclass"} 0.021714472 node_scrape_collector_duration_seconds{collector="netdev"} 7.8488e-05 node_scrape_collector_duration_seconds{collector="netstat"} 0.000487438 node_scrape_collector_duration_seconds{collector="nfs"} 6.371e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 8.97e-06 node_scrape_collector_duration_seconds{collector="nvme"} 0.011965156 node_scrape_collector_duration_seconds{collector="os"} 2.1738e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.4382e-05 node_scrape_collector_duration_seconds{collector="pressure"} 9.3474e-05 node_scrape_collector_duration_seconds{collector="rapl"} 2.5345e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000141121 node_scrape_collector_duration_seconds{collector="selinux"} 9.78e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 5.2459e-05 node_scrape_collector_duration_seconds{collector="softnet"} 0.007064264 node_scrape_collector_duration_seconds{collector="stat"} 0.007174836 node_scrape_collector_duration_seconds{collector="tapestats"} 3.844e-06 node_scrape_collector_duration_seconds{collector="textfile"} 7.567e-06 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001121131 node_scrape_collector_duration_seconds{collector="time"} 0.002037769 node_scrape_collector_duration_seconds{collector="timex"} 1.0876e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.007141633 node_scrape_collector_duration_seconds{collector="uname"} 0.007017584 node_scrape_collector_duration_seconds{collector="vmstat"} 0.007059907 node_scrape_collector_duration_seconds{collector="watchdog"} 5.717e-06 node_scrape_collector_duration_seconds{collector="xfs"} 5.772e-06 node_scrape_collector_duration_seconds{collector="zfs"} 4.834e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 1 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1191 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 1309 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 5.361664e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 0 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="16"} 0 node_softnet_backlog_len{cpu="17"} 0 node_softnet_backlog_len{cpu="18"} 0 node_softnet_backlog_len{cpu="19"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="16"} 0 node_softnet_cpu_collision_total{cpu="17"} 0 node_softnet_cpu_collision_total{cpu="18"} 0 node_softnet_cpu_collision_total{cpu="19"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 3 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 2 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 1 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="16"} 1 node_softnet_dropped_total{cpu="17"} 0 node_softnet_dropped_total{cpu="18"} 0 node_softnet_dropped_total{cpu="19"} 3 node_softnet_dropped_total{cpu="2"} 2 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 2 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 1 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="16"} 0 node_softnet_flow_limit_count_total{cpu="17"} 0 node_softnet_flow_limit_count_total{cpu="18"} 0 node_softnet_flow_limit_count_total{cpu="19"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.6832513e+07 node_softnet_processed_total{cpu="1"} 4.0013681e+07 node_softnet_processed_total{cpu="10"} 5.0461025e+07 node_softnet_processed_total{cpu="11"} 3.480318e+07 node_softnet_processed_total{cpu="12"} 5.1603593e+07 node_softnet_processed_total{cpu="13"} 4.9121495e+07 node_softnet_processed_total{cpu="14"} 4.8832577e+07 node_softnet_processed_total{cpu="15"} 5.7457919e+07 node_softnet_processed_total{cpu="16"} 3.2957531e+07 node_softnet_processed_total{cpu="17"} 3.0051063e+07 node_softnet_processed_total{cpu="18"} 2.8318701e+07 node_softnet_processed_total{cpu="19"} 2.7341613e+07 node_softnet_processed_total{cpu="2"} 5.1092461e+07 node_softnet_processed_total{cpu="3"} 3.827558e+07 node_softnet_processed_total{cpu="4"} 5.2072575e+07 node_softnet_processed_total{cpu="5"} 3.6614872e+07 node_softnet_processed_total{cpu="6"} 1.08650043e+08 node_softnet_processed_total{cpu="7"} 3.6437107e+07 node_softnet_processed_total{cpu="8"} 5.3409012e+07 node_softnet_processed_total{cpu="9"} 3.5691686e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="16"} 0 node_softnet_received_rps_total{cpu="17"} 0 node_softnet_received_rps_total{cpu="18"} 0 node_softnet_received_rps_total{cpu="19"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 5 node_softnet_times_squeezed_total{cpu="10"} 1 node_softnet_times_squeezed_total{cpu="11"} 1 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="16"} 3 node_softnet_times_squeezed_total{cpu="17"} 0 node_softnet_times_squeezed_total{cpu="18"} 0 node_softnet_times_squeezed_total{cpu="19"} 0 node_softnet_times_squeezed_total{cpu="2"} 1 node_softnet_times_squeezed_total{cpu="3"} 3 node_softnet_times_squeezed_total{cpu="4"} 1 node_softnet_times_squeezed_total{cpu="5"} 1 node_softnet_times_squeezed_total{cpu="6"} 17 node_softnet_times_squeezed_total{cpu="7"} 5 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 2 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_thermal_zone_temp Zone temperature in Celsius # TYPE node_thermal_zone_temp gauge node_thermal_zone_temp{type="acpitz",zone="0"} 27.8 node_thermal_zone_temp{type="x86_pkg_temp",zone="1"} 77 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="tsc",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7752402893227103e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000046728668213 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.184 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -9.382e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="78d410e36e84",release="6.8.0-94-generic",sysname="Linux",version="#96-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 9 20:36:55 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.369817396e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 25748 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.4710946e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.882637087e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 42 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 258 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 11961.28 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.70298735e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 7.489544819e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4395776e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.77081403369e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.274568704e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 290581 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0