# 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"} 6.626e-06 go_gc_duration_seconds{quantile="0.25"} 9.692e-06 go_gc_duration_seconds{quantile="0.5"} 1.1019e-05 go_gc_duration_seconds{quantile="0.75"} 1.9207e-05 go_gc_duration_seconds{quantile="1"} 0.00011117 go_gc_duration_seconds_sum 13.623390766 go_gc_duration_seconds_count 639001 # 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 8 # 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 3.965296e+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 1.342705614152e+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.378347e+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 1.3124139792e+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.492624e+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 3.965296e+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 1.0174464e+07 # 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 5.947392e+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 45777 # 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 9.469952e+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.6121856e+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.7803235024166918e+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 1.3124185569e+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 92320 # 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 163200 # 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 6.123778e+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 838493 # 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 655360 # 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 655360 # 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 2.3681288e+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 9 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth1"} 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 4.007269419628e+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"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="1"} 7.99468e+08 node_cpu_scaling_frequency_hertz{cpu="10"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="12"} 3.496521e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 3.498794e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 8.12814e+08 node_cpu_scaling_frequency_hertz{cpu="15"} 1.67268e+09 node_cpu_scaling_frequency_hertz{cpu="16"} 8.00322e+08 node_cpu_scaling_frequency_hertz{cpu="17"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="18"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="19"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="2"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="3"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="5"} 8.01185e+08 node_cpu_scaling_frequency_hertz{cpu="6"} 4.7e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="8"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="9"} 2.129258e+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"} 8.84076383e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 365.95 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 22.01 node_cpu_seconds_total{cpu="0",mode="softirq"} 69764.95 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 420441.49 node_cpu_seconds_total{cpu="0",mode="user"} 690083.21 node_cpu_seconds_total{cpu="1",mode="idle"} 8.97739814e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 285.03 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 25.95 node_cpu_seconds_total{cpu="1",mode="softirq"} 52453.62 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 388258.35 node_cpu_seconds_total{cpu="1",mode="user"} 667456.04 node_cpu_seconds_total{cpu="10",mode="idle"} 7.96235069e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 316.22 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 26.35 node_cpu_seconds_total{cpu="10",mode="softirq"} 1470.35 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 741092.38 node_cpu_seconds_total{cpu="10",mode="user"} 1.20530816e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 8.86951313e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 169.15 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 10.13 node_cpu_seconds_total{cpu="11",mode="softirq"} 805.48 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 381253.28 node_cpu_seconds_total{cpu="11",mode="user"} 852572.67 node_cpu_seconds_total{cpu="12",mode="idle"} 9.50640867e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 135.54 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 1.35 node_cpu_seconds_total{cpu="12",mode="softirq"} 2482.94 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 179880.63 node_cpu_seconds_total{cpu="12",mode="user"} 378494.58 node_cpu_seconds_total{cpu="13",mode="idle"} 9.69385634e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 267.92 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 1.27 node_cpu_seconds_total{cpu="13",mode="softirq"} 2354.52 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 113919.6 node_cpu_seconds_total{cpu="13",mode="user"} 268270.9 node_cpu_seconds_total{cpu="14",mode="idle"} 9.73625094e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 119.79 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 0.97 node_cpu_seconds_total{cpu="14",mode="softirq"} 2191.47 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 101778.99 node_cpu_seconds_total{cpu="14",mode="user"} 250065.17 node_cpu_seconds_total{cpu="15",mode="idle"} 9.761661e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 89.93 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 0.86 node_cpu_seconds_total{cpu="15",mode="softirq"} 2042.36 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 96405.86 node_cpu_seconds_total{cpu="15",mode="user"} 243036.44 node_cpu_seconds_total{cpu="16",mode="idle"} 9.84033089e+06 node_cpu_seconds_total{cpu="16",mode="iowait"} 67.61 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.59 node_cpu_seconds_total{cpu="16",mode="softirq"} 2345.13 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 89685.52 node_cpu_seconds_total{cpu="16",mode="user"} 200730.81 node_cpu_seconds_total{cpu="17",mode="idle"} 9.8497438e+06 node_cpu_seconds_total{cpu="17",mode="iowait"} 61.75 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.56 node_cpu_seconds_total{cpu="17",mode="softirq"} 2086.1 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 85782.65 node_cpu_seconds_total{cpu="17",mode="user"} 196640.65 node_cpu_seconds_total{cpu="18",mode="idle"} 9.86610713e+06 node_cpu_seconds_total{cpu="18",mode="iowait"} 57.79 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.47 node_cpu_seconds_total{cpu="18",mode="softirq"} 1935.69 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 82451.88 node_cpu_seconds_total{cpu="18",mode="user"} 193233.73 node_cpu_seconds_total{cpu="19",mode="idle"} 9.87872435e+06 node_cpu_seconds_total{cpu="19",mode="iowait"} 52.09 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 1.08 node_cpu_seconds_total{cpu="19",mode="softirq"} 1814.81 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 80337.61 node_cpu_seconds_total{cpu="19",mode="user"} 191039.81 node_cpu_seconds_total{cpu="2",mode="idle"} 8.23740671e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 372.54 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 37.79 node_cpu_seconds_total{cpu="2",mode="softirq"} 3978.77 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 659501.13 node_cpu_seconds_total{cpu="2",mode="user"} 1.0272695e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 9.14570929e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 301.52 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 20.4 node_cpu_seconds_total{cpu="3",mode="softirq"} 4618.38 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 321359.79 node_cpu_seconds_total{cpu="3",mode="user"} 625446.26 node_cpu_seconds_total{cpu="4",mode="idle"} 8.03943406e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 356.05 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 40.68 node_cpu_seconds_total{cpu="4",mode="softirq"} 1774 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 723421.12 node_cpu_seconds_total{cpu="4",mode="user"} 1.14266176e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 9.14171836e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 186.85 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 18.33 node_cpu_seconds_total{cpu="5",mode="softirq"} 1266.92 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 312297.89 node_cpu_seconds_total{cpu="5",mode="user"} 651890.03 node_cpu_seconds_total{cpu="6",mode="idle"} 7.96346338e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 337.34 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 41.3 node_cpu_seconds_total{cpu="6",mode="softirq"} 3663.18 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 738693.23 node_cpu_seconds_total{cpu="6",mode="user"} 1.19607857e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 9.09414001e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 174.2 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 16.84 node_cpu_seconds_total{cpu="7",mode="softirq"} 943.84 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 322859.52 node_cpu_seconds_total{cpu="7",mode="user"} 689865.11 node_cpu_seconds_total{cpu="8",mode="idle"} 7.97159279e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 322.9 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 38.49 node_cpu_seconds_total{cpu="8",mode="softirq"} 1555.04 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 732375.64 node_cpu_seconds_total{cpu="8",mode="user"} 1.20499884e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 8.97655856e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 169.95 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 17.6 node_cpu_seconds_total{cpu="9",mode="softirq"} 849.37 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 353605.26 node_cpu_seconds_total{cpu="9",mode="user"} 771524.77 # 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"} 91.203 node_disk_discard_time_seconds_total{device="md0"} 0.269 node_disk_discard_time_seconds_total{device="md1"} 169.187 node_disk_discard_time_seconds_total{device="nvme0n1"} 151.18200000000002 node_disk_discard_time_seconds_total{device="nvme1n1"} 152.318 # 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"} 1.108538384e+10 node_disk_discarded_sectors_total{device="md0"} 9.810648e+06 node_disk_discarded_sectors_total{device="md1"} 1.108538384e+10 node_disk_discarded_sectors_total{device="nvme0n1"} 1.1112973496e+10 node_disk_discarded_sectors_total{device="nvme1n1"} 1.1095194488e+10 # 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"} 327071 node_disk_discards_completed_total{device="md0"} 768 node_disk_discards_completed_total{device="md1"} 412299 node_disk_discards_completed_total{device="nvme0n1"} 412918 node_disk_discards_completed_total{device="nvme1n1"} 412901 # 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"} 166 node_disk_discards_merged_total{device="nvme1n1"} 166 # 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"} 2659.7000000000003 node_disk_io_time_seconds_total{device="dm-1"} 282961.265 node_disk_io_time_seconds_total{device="md0"} 0.785 node_disk_io_time_seconds_total{device="md1"} 586724.875 node_disk_io_time_seconds_total{device="nvme0n1"} 9606.153 node_disk_io_time_seconds_total{device="nvme1n1"} 9255.517 # 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"} 21923.7 node_disk_io_time_weighted_seconds_total{device="dm-1"} 100427.41900000001 node_disk_io_time_weighted_seconds_total{device="md0"} 44.53 node_disk_io_time_weighted_seconds_total{device="md1"} 346981.614 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 172206.49300000002 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 173670.83800000002 # 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"} 2.2763651072e+10 node_disk_read_bytes_total{device="dm-1"} 4.317432710144e+12 node_disk_read_bytes_total{device="md0"} 7.3782272e+07 node_disk_read_bytes_total{device="md1"} 4.340241302528e+12 node_disk_read_bytes_total{device="nvme0n1"} 1.035495385856e+13 node_disk_read_bytes_total{device="nvme1n1"} 9.826259085312e+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"} 594.972 node_disk_read_time_seconds_total{device="dm-1"} 6909.733 node_disk_read_time_seconds_total{device="md0"} 0.252 node_disk_read_time_seconds_total{device="md1"} 7622.904 node_disk_read_time_seconds_total{device="nvme0n1"} 18010.146 node_disk_read_time_seconds_total{device="nvme1n1"} 15945.979000000001 # 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"} 5.556661e+06 node_disk_reads_completed_total{device="dm-1"} 3.8504492e+07 node_disk_reads_completed_total{device="md0"} 1308 node_disk_reads_completed_total{device="md1"} 4.4854704e+07 node_disk_reads_completed_total{device="nvme0n1"} 8.5926831e+07 node_disk_reads_completed_total{device="nvme1n1"} 7.8443424e+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"} 6.2786576e+07 node_disk_reads_merged_total{device="nvme1n1"} 5.9428831e+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"} 21328.728 node_disk_write_time_seconds_total{device="dm-1"} 93426.48300000001 node_disk_write_time_seconds_total{device="md0"} 44.009 node_disk_write_time_seconds_total{device="md1"} 339189.523 node_disk_write_time_seconds_total{device="nvme0n1"} 154045.164 node_disk_write_time_seconds_total{device="nvme1n1"} 157572.54 # 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"} 1.5997285e+07 node_disk_writes_completed_total{device="dm-1"} 2.20055149e+08 node_disk_writes_completed_total{device="md0"} 11465 node_disk_writes_completed_total{device="md1"} 2.84685824e+08 node_disk_writes_completed_total{device="nvme0n1"} 2.17645718e+08 node_disk_writes_completed_total{device="nvme1n1"} 2.21361918e+08 # 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"} 1.03052982e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.06703329e+08 # 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"} 6.593302528e+10 node_disk_written_bytes_total{device="dm-1"} 9.558315933696e+12 node_disk_written_bytes_total{device="md0"} 1.235468288e+09 node_disk_written_bytes_total{device="md1"} 9.624248958976e+12 node_disk_written_bytes_total{device="nvme0n1"} 9.724407883264e+12 node_disk_written_bytes_total{device="nvme1n1"} 1.0207182037504e+13 # 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 10544 # 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.121113051136e+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 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/user/0"} 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.10644345e+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.215289856e+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 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/user/0"} 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 3.00210279e+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"} 35.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 40.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 36.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp4"} 35.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 37.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 43.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp4"} 37.85 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp1"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 42 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 38 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp30"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp31"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp32"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp33"} 37 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp6"} 39 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 8.32411674e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.04 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.8 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.62 # 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 2.4370151424e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.6924310528e+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 2.554159104e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.01989888e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 3.4586927104e+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.99643136e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.3927414784e+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 7.751057408e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.147483648e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.3972303872e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.237090304e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 327680 # 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 6.699167744e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.179388928e+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 2.5094721536e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.5147648e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.524229632e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.3479819264e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.237494784e+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 2.09297408e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 6.234112e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.34057472e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.94116096e+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 3.608576e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.134690816e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.44031232e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.8478271488e+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.842624e+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 1.45842888e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 3.627451999e+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 2 # 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 1.282548e+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 2.937379e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 52179 # 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="veth0ad2fa5"} 3 node_network_address_assign_type{device="veth0e90167"} 3 node_network_address_assign_type{device="veth100e03a"} 3 node_network_address_assign_type{device="veth138692d"} 3 node_network_address_assign_type{device="veth144b61f"} 3 node_network_address_assign_type{device="veth1cd6b24"} 3 node_network_address_assign_type{device="veth1db16fb"} 3 node_network_address_assign_type{device="veth1db2b07"} 3 node_network_address_assign_type{device="veth1dbf6f5"} 3 node_network_address_assign_type{device="veth1ebf049"} 3 node_network_address_assign_type{device="veth25bdfad"} 3 node_network_address_assign_type{device="veth2611028"} 3 node_network_address_assign_type{device="veth2714122"} 3 node_network_address_assign_type{device="veth290d06b"} 3 node_network_address_assign_type{device="veth2aece78"} 3 node_network_address_assign_type{device="veth2e4ae1b"} 3 node_network_address_assign_type{device="veth2ea4150"} 3 node_network_address_assign_type{device="veth2ed0628"} 3 node_network_address_assign_type{device="veth30e4046"} 3 node_network_address_assign_type{device="veth3512d74"} 3 node_network_address_assign_type{device="veth38a02fa"} 3 node_network_address_assign_type{device="veth40449c7"} 3 node_network_address_assign_type{device="veth418e500"} 3 node_network_address_assign_type{device="veth45bfb70"} 3 node_network_address_assign_type{device="veth492e223"} 3 node_network_address_assign_type{device="veth4ba7277"} 3 node_network_address_assign_type{device="veth4e00fb2"} 3 node_network_address_assign_type{device="veth517a107"} 3 node_network_address_assign_type{device="veth54dd04c"} 3 node_network_address_assign_type{device="veth5551825"} 3 node_network_address_assign_type{device="veth58aa8e8"} 3 node_network_address_assign_type{device="veth59470d0"} 3 node_network_address_assign_type{device="veth59cdaa2"} 3 node_network_address_assign_type{device="veth5a2e143"} 3 node_network_address_assign_type{device="veth5eff982"} 3 node_network_address_assign_type{device="veth5f6a0b2"} 3 node_network_address_assign_type{device="veth6814fd6"} 3 node_network_address_assign_type{device="veth68d6ab8"} 3 node_network_address_assign_type{device="veth69b48b8"} 3 node_network_address_assign_type{device="veth6abf383"} 3 node_network_address_assign_type{device="veth6e003b0"} 3 node_network_address_assign_type{device="veth70ef54b"} 3 node_network_address_assign_type{device="veth72209c4"} 3 node_network_address_assign_type{device="veth72da8ca"} 3 node_network_address_assign_type{device="veth72e6b1b"} 3 node_network_address_assign_type{device="veth740fdba"} 3 node_network_address_assign_type{device="veth7741c5c"} 3 node_network_address_assign_type{device="veth7846116"} 3 node_network_address_assign_type{device="veth7aeac03"} 3 node_network_address_assign_type{device="veth7c479ae"} 3 node_network_address_assign_type{device="veth80f7948"} 3 node_network_address_assign_type{device="veth81dff31"} 3 node_network_address_assign_type{device="veth82ef817"} 3 node_network_address_assign_type{device="veth840e72c"} 3 node_network_address_assign_type{device="veth8496ec4"} 3 node_network_address_assign_type{device="veth851ee81"} 3 node_network_address_assign_type{device="veth870036f"} 3 node_network_address_assign_type{device="veth875f315"} 3 node_network_address_assign_type{device="veth8bd5ad7"} 3 node_network_address_assign_type{device="veth8be9d9e"} 3 node_network_address_assign_type{device="veth9047b17"} 3 node_network_address_assign_type{device="veth906781d"} 3 node_network_address_assign_type{device="veth95f05a1"} 3 node_network_address_assign_type{device="veth9e91e1b"} 3 node_network_address_assign_type{device="vetha08c0f6"} 3 node_network_address_assign_type{device="vetha41a105"} 3 node_network_address_assign_type{device="vetha4875f6"} 3 node_network_address_assign_type{device="vetha48929f"} 3 node_network_address_assign_type{device="vetha723bd3"} 3 node_network_address_assign_type{device="vetha919ca9"} 3 node_network_address_assign_type{device="vetha98e772"} 3 node_network_address_assign_type{device="vethab3bd25"} 3 node_network_address_assign_type{device="vethb3d21a2"} 3 node_network_address_assign_type{device="vethb417394"} 3 node_network_address_assign_type{device="vethb7a269d"} 3 node_network_address_assign_type{device="vethb9a9534"} 3 node_network_address_assign_type{device="vethbac5f0e"} 3 node_network_address_assign_type{device="vethbff2c68"} 3 node_network_address_assign_type{device="vethc1a752d"} 3 node_network_address_assign_type{device="vethc28585a"} 3 node_network_address_assign_type{device="vethc2a5326"} 3 node_network_address_assign_type{device="vethc2f0b04"} 3 node_network_address_assign_type{device="vethc3858da"} 3 node_network_address_assign_type{device="vethc4e97b5"} 3 node_network_address_assign_type{device="vethcdacbb8"} 3 node_network_address_assign_type{device="vethd05d5e7"} 3 node_network_address_assign_type{device="vethd17323c"} 3 node_network_address_assign_type{device="vethd340908"} 3 node_network_address_assign_type{device="vethd65fca9"} 3 node_network_address_assign_type{device="vethd892625"} 3 node_network_address_assign_type{device="vethd8954ee"} 3 node_network_address_assign_type{device="vethdac71f4"} 3 node_network_address_assign_type{device="vethdccb4f6"} 3 node_network_address_assign_type{device="vethe0fac9c"} 3 node_network_address_assign_type{device="vethe34198b"} 3 node_network_address_assign_type{device="vethe99736b"} 3 node_network_address_assign_type{device="vethebfb87a"} 3 node_network_address_assign_type{device="vethf3cf17d"} 3 node_network_address_assign_type{device="vethf519f6b"} 3 node_network_address_assign_type{device="vethf58cac9"} 3 node_network_address_assign_type{device="vethf5fad42"} 3 node_network_address_assign_type{device="vethf759056"} 3 node_network_address_assign_type{device="vethf8a6138"} 3 node_network_address_assign_type{device="vethf9b8825"} 3 node_network_address_assign_type{device="vethfa0f62a"} 3 node_network_address_assign_type{device="vethfaafd44"} 3 node_network_address_assign_type{device="vethfd1485f"} 3 node_network_address_assign_type{device="vethfd64dbe"} 3 node_network_address_assign_type{device="vethfe7a3ce"} 3 node_network_address_assign_type{device="vethff353f2"} 3 node_network_address_assign_type{device="vethffeed84"} 3 node_network_address_assign_type{device="vethfff17ca"} 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="veth0ad2fa5"} 1 node_network_carrier{device="veth0e90167"} 1 node_network_carrier{device="veth100e03a"} 1 node_network_carrier{device="veth138692d"} 1 node_network_carrier{device="veth144b61f"} 1 node_network_carrier{device="veth1cd6b24"} 1 node_network_carrier{device="veth1db16fb"} 1 node_network_carrier{device="veth1db2b07"} 1 node_network_carrier{device="veth1dbf6f5"} 1 node_network_carrier{device="veth1ebf049"} 1 node_network_carrier{device="veth25bdfad"} 1 node_network_carrier{device="veth2611028"} 1 node_network_carrier{device="veth2714122"} 1 node_network_carrier{device="veth290d06b"} 1 node_network_carrier{device="veth2aece78"} 1 node_network_carrier{device="veth2e4ae1b"} 1 node_network_carrier{device="veth2ea4150"} 1 node_network_carrier{device="veth2ed0628"} 1 node_network_carrier{device="veth30e4046"} 1 node_network_carrier{device="veth3512d74"} 1 node_network_carrier{device="veth38a02fa"} 1 node_network_carrier{device="veth40449c7"} 1 node_network_carrier{device="veth418e500"} 1 node_network_carrier{device="veth45bfb70"} 1 node_network_carrier{device="veth492e223"} 1 node_network_carrier{device="veth4ba7277"} 1 node_network_carrier{device="veth4e00fb2"} 1 node_network_carrier{device="veth517a107"} 1 node_network_carrier{device="veth54dd04c"} 1 node_network_carrier{device="veth5551825"} 1 node_network_carrier{device="veth58aa8e8"} 1 node_network_carrier{device="veth59470d0"} 1 node_network_carrier{device="veth59cdaa2"} 1 node_network_carrier{device="veth5a2e143"} 1 node_network_carrier{device="veth5eff982"} 1 node_network_carrier{device="veth5f6a0b2"} 1 node_network_carrier{device="veth6814fd6"} 1 node_network_carrier{device="veth68d6ab8"} 1 node_network_carrier{device="veth69b48b8"} 1 node_network_carrier{device="veth6abf383"} 1 node_network_carrier{device="veth6e003b0"} 1 node_network_carrier{device="veth70ef54b"} 1 node_network_carrier{device="veth72209c4"} 1 node_network_carrier{device="veth72da8ca"} 1 node_network_carrier{device="veth72e6b1b"} 1 node_network_carrier{device="veth740fdba"} 1 node_network_carrier{device="veth7741c5c"} 1 node_network_carrier{device="veth7846116"} 1 node_network_carrier{device="veth7aeac03"} 1 node_network_carrier{device="veth7c479ae"} 1 node_network_carrier{device="veth80f7948"} 1 node_network_carrier{device="veth81dff31"} 1 node_network_carrier{device="veth82ef817"} 1 node_network_carrier{device="veth840e72c"} 1 node_network_carrier{device="veth8496ec4"} 1 node_network_carrier{device="veth851ee81"} 1 node_network_carrier{device="veth870036f"} 1 node_network_carrier{device="veth875f315"} 1 node_network_carrier{device="veth8bd5ad7"} 1 node_network_carrier{device="veth8be9d9e"} 1 node_network_carrier{device="veth9047b17"} 1 node_network_carrier{device="veth906781d"} 1 node_network_carrier{device="veth95f05a1"} 1 node_network_carrier{device="veth9e91e1b"} 1 node_network_carrier{device="vetha08c0f6"} 1 node_network_carrier{device="vetha41a105"} 1 node_network_carrier{device="vetha4875f6"} 1 node_network_carrier{device="vetha48929f"} 1 node_network_carrier{device="vetha723bd3"} 1 node_network_carrier{device="vetha919ca9"} 1 node_network_carrier{device="vetha98e772"} 1 node_network_carrier{device="vethab3bd25"} 1 node_network_carrier{device="vethb3d21a2"} 1 node_network_carrier{device="vethb417394"} 1 node_network_carrier{device="vethb7a269d"} 1 node_network_carrier{device="vethb9a9534"} 1 node_network_carrier{device="vethbac5f0e"} 1 node_network_carrier{device="vethbff2c68"} 1 node_network_carrier{device="vethc1a752d"} 1 node_network_carrier{device="vethc28585a"} 1 node_network_carrier{device="vethc2a5326"} 1 node_network_carrier{device="vethc2f0b04"} 1 node_network_carrier{device="vethc3858da"} 1 node_network_carrier{device="vethc4e97b5"} 1 node_network_carrier{device="vethcdacbb8"} 1 node_network_carrier{device="vethd05d5e7"} 1 node_network_carrier{device="vethd17323c"} 1 node_network_carrier{device="vethd340908"} 1 node_network_carrier{device="vethd65fca9"} 1 node_network_carrier{device="vethd892625"} 1 node_network_carrier{device="vethd8954ee"} 1 node_network_carrier{device="vethdac71f4"} 1 node_network_carrier{device="vethdccb4f6"} 1 node_network_carrier{device="vethe0fac9c"} 1 node_network_carrier{device="vethe34198b"} 1 node_network_carrier{device="vethe99736b"} 1 node_network_carrier{device="vethebfb87a"} 1 node_network_carrier{device="vethf3cf17d"} 1 node_network_carrier{device="vethf519f6b"} 1 node_network_carrier{device="vethf58cac9"} 1 node_network_carrier{device="vethf5fad42"} 1 node_network_carrier{device="vethf759056"} 1 node_network_carrier{device="vethf8a6138"} 1 node_network_carrier{device="vethf9b8825"} 1 node_network_carrier{device="vethfa0f62a"} 1 node_network_carrier{device="vethfaafd44"} 1 node_network_carrier{device="vethfd1485f"} 1 node_network_carrier{device="vethfd64dbe"} 1 node_network_carrier{device="vethfe7a3ce"} 1 node_network_carrier{device="vethff353f2"} 1 node_network_carrier{device="vethffeed84"} 1 node_network_carrier{device="vethfff17ca"} 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"} 6 node_network_carrier_changes_total{device="br-17dd4f18d1cf"} 3 node_network_carrier_changes_total{device="br-51db58129356"} 6 node_network_carrier_changes_total{device="br-78935d12dd36"} 8 node_network_carrier_changes_total{device="br-82b91824a7e7"} 6 node_network_carrier_changes_total{device="br-836c04050a59"} 22 node_network_carrier_changes_total{device="br-a370276f885d"} 6 node_network_carrier_changes_total{device="docker0"} 789 node_network_carrier_changes_total{device="enp4s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0ad2fa5"} 2 node_network_carrier_changes_total{device="veth0e90167"} 2 node_network_carrier_changes_total{device="veth100e03a"} 2 node_network_carrier_changes_total{device="veth138692d"} 2 node_network_carrier_changes_total{device="veth144b61f"} 2 node_network_carrier_changes_total{device="veth1cd6b24"} 2 node_network_carrier_changes_total{device="veth1db16fb"} 2 node_network_carrier_changes_total{device="veth1db2b07"} 2 node_network_carrier_changes_total{device="veth1dbf6f5"} 2 node_network_carrier_changes_total{device="veth1ebf049"} 2 node_network_carrier_changes_total{device="veth25bdfad"} 2 node_network_carrier_changes_total{device="veth2611028"} 2 node_network_carrier_changes_total{device="veth2714122"} 2 node_network_carrier_changes_total{device="veth290d06b"} 2 node_network_carrier_changes_total{device="veth2aece78"} 2 node_network_carrier_changes_total{device="veth2e4ae1b"} 2 node_network_carrier_changes_total{device="veth2ea4150"} 2 node_network_carrier_changes_total{device="veth2ed0628"} 2 node_network_carrier_changes_total{device="veth30e4046"} 2 node_network_carrier_changes_total{device="veth3512d74"} 2 node_network_carrier_changes_total{device="veth38a02fa"} 2 node_network_carrier_changes_total{device="veth40449c7"} 2 node_network_carrier_changes_total{device="veth418e500"} 2 node_network_carrier_changes_total{device="veth45bfb70"} 2 node_network_carrier_changes_total{device="veth492e223"} 2 node_network_carrier_changes_total{device="veth4ba7277"} 2 node_network_carrier_changes_total{device="veth4e00fb2"} 2 node_network_carrier_changes_total{device="veth517a107"} 2 node_network_carrier_changes_total{device="veth54dd04c"} 2 node_network_carrier_changes_total{device="veth5551825"} 2 node_network_carrier_changes_total{device="veth58aa8e8"} 2 node_network_carrier_changes_total{device="veth59470d0"} 2 node_network_carrier_changes_total{device="veth59cdaa2"} 2 node_network_carrier_changes_total{device="veth5a2e143"} 2 node_network_carrier_changes_total{device="veth5eff982"} 2 node_network_carrier_changes_total{device="veth5f6a0b2"} 2 node_network_carrier_changes_total{device="veth6814fd6"} 2 node_network_carrier_changes_total{device="veth68d6ab8"} 2 node_network_carrier_changes_total{device="veth69b48b8"} 2 node_network_carrier_changes_total{device="veth6abf383"} 2 node_network_carrier_changes_total{device="veth6e003b0"} 2 node_network_carrier_changes_total{device="veth70ef54b"} 2 node_network_carrier_changes_total{device="veth72209c4"} 2 node_network_carrier_changes_total{device="veth72da8ca"} 2 node_network_carrier_changes_total{device="veth72e6b1b"} 2 node_network_carrier_changes_total{device="veth740fdba"} 2 node_network_carrier_changes_total{device="veth7741c5c"} 2 node_network_carrier_changes_total{device="veth7846116"} 2 node_network_carrier_changes_total{device="veth7aeac03"} 2 node_network_carrier_changes_total{device="veth7c479ae"} 2 node_network_carrier_changes_total{device="veth80f7948"} 2 node_network_carrier_changes_total{device="veth81dff31"} 2 node_network_carrier_changes_total{device="veth82ef817"} 2 node_network_carrier_changes_total{device="veth840e72c"} 2 node_network_carrier_changes_total{device="veth8496ec4"} 2 node_network_carrier_changes_total{device="veth851ee81"} 2 node_network_carrier_changes_total{device="veth870036f"} 2 node_network_carrier_changes_total{device="veth875f315"} 2 node_network_carrier_changes_total{device="veth8bd5ad7"} 2 node_network_carrier_changes_total{device="veth8be9d9e"} 2 node_network_carrier_changes_total{device="veth9047b17"} 2 node_network_carrier_changes_total{device="veth906781d"} 2 node_network_carrier_changes_total{device="veth95f05a1"} 2 node_network_carrier_changes_total{device="veth9e91e1b"} 2 node_network_carrier_changes_total{device="vetha08c0f6"} 2 node_network_carrier_changes_total{device="vetha41a105"} 2 node_network_carrier_changes_total{device="vetha4875f6"} 2 node_network_carrier_changes_total{device="vetha48929f"} 2 node_network_carrier_changes_total{device="vetha723bd3"} 2 node_network_carrier_changes_total{device="vetha919ca9"} 2 node_network_carrier_changes_total{device="vetha98e772"} 2 node_network_carrier_changes_total{device="vethab3bd25"} 2 node_network_carrier_changes_total{device="vethb3d21a2"} 2 node_network_carrier_changes_total{device="vethb417394"} 2 node_network_carrier_changes_total{device="vethb7a269d"} 2 node_network_carrier_changes_total{device="vethb9a9534"} 2 node_network_carrier_changes_total{device="vethbac5f0e"} 2 node_network_carrier_changes_total{device="vethbff2c68"} 2 node_network_carrier_changes_total{device="vethc1a752d"} 2 node_network_carrier_changes_total{device="vethc28585a"} 2 node_network_carrier_changes_total{device="vethc2a5326"} 2 node_network_carrier_changes_total{device="vethc2f0b04"} 2 node_network_carrier_changes_total{device="vethc3858da"} 2 node_network_carrier_changes_total{device="vethc4e97b5"} 2 node_network_carrier_changes_total{device="vethcdacbb8"} 2 node_network_carrier_changes_total{device="vethd05d5e7"} 2 node_network_carrier_changes_total{device="vethd17323c"} 2 node_network_carrier_changes_total{device="vethd340908"} 2 node_network_carrier_changes_total{device="vethd65fca9"} 2 node_network_carrier_changes_total{device="vethd892625"} 2 node_network_carrier_changes_total{device="vethd8954ee"} 2 node_network_carrier_changes_total{device="vethdac71f4"} 2 node_network_carrier_changes_total{device="vethdccb4f6"} 2 node_network_carrier_changes_total{device="vethe0fac9c"} 2 node_network_carrier_changes_total{device="vethe34198b"} 2 node_network_carrier_changes_total{device="vethe99736b"} 2 node_network_carrier_changes_total{device="vethebfb87a"} 2 node_network_carrier_changes_total{device="vethf3cf17d"} 2 node_network_carrier_changes_total{device="vethf519f6b"} 2 node_network_carrier_changes_total{device="vethf58cac9"} 2 node_network_carrier_changes_total{device="vethf5fad42"} 2 node_network_carrier_changes_total{device="vethf759056"} 2 node_network_carrier_changes_total{device="vethf8a6138"} 2 node_network_carrier_changes_total{device="vethf9b8825"} 2 node_network_carrier_changes_total{device="vethfa0f62a"} 2 node_network_carrier_changes_total{device="vethfaafd44"} 2 node_network_carrier_changes_total{device="vethfd1485f"} 2 node_network_carrier_changes_total{device="vethfd64dbe"} 2 node_network_carrier_changes_total{device="vethfe7a3ce"} 2 node_network_carrier_changes_total{device="vethff353f2"} 2 node_network_carrier_changes_total{device="vethffeed84"} 2 node_network_carrier_changes_total{device="vethfff17ca"} 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"} 3 node_network_carrier_down_changes_total{device="br-17dd4f18d1cf"} 2 node_network_carrier_down_changes_total{device="br-51db58129356"} 3 node_network_carrier_down_changes_total{device="br-78935d12dd36"} 4 node_network_carrier_down_changes_total{device="br-82b91824a7e7"} 3 node_network_carrier_down_changes_total{device="br-836c04050a59"} 11 node_network_carrier_down_changes_total{device="br-a370276f885d"} 3 node_network_carrier_down_changes_total{device="docker0"} 395 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="veth0ad2fa5"} 1 node_network_carrier_down_changes_total{device="veth0e90167"} 1 node_network_carrier_down_changes_total{device="veth100e03a"} 1 node_network_carrier_down_changes_total{device="veth138692d"} 1 node_network_carrier_down_changes_total{device="veth144b61f"} 1 node_network_carrier_down_changes_total{device="veth1cd6b24"} 1 node_network_carrier_down_changes_total{device="veth1db16fb"} 1 node_network_carrier_down_changes_total{device="veth1db2b07"} 1 node_network_carrier_down_changes_total{device="veth1dbf6f5"} 1 node_network_carrier_down_changes_total{device="veth1ebf049"} 1 node_network_carrier_down_changes_total{device="veth25bdfad"} 1 node_network_carrier_down_changes_total{device="veth2611028"} 1 node_network_carrier_down_changes_total{device="veth2714122"} 1 node_network_carrier_down_changes_total{device="veth290d06b"} 1 node_network_carrier_down_changes_total{device="veth2aece78"} 1 node_network_carrier_down_changes_total{device="veth2e4ae1b"} 1 node_network_carrier_down_changes_total{device="veth2ea4150"} 1 node_network_carrier_down_changes_total{device="veth2ed0628"} 1 node_network_carrier_down_changes_total{device="veth30e4046"} 1 node_network_carrier_down_changes_total{device="veth3512d74"} 1 node_network_carrier_down_changes_total{device="veth38a02fa"} 1 node_network_carrier_down_changes_total{device="veth40449c7"} 1 node_network_carrier_down_changes_total{device="veth418e500"} 1 node_network_carrier_down_changes_total{device="veth45bfb70"} 1 node_network_carrier_down_changes_total{device="veth492e223"} 1 node_network_carrier_down_changes_total{device="veth4ba7277"} 1 node_network_carrier_down_changes_total{device="veth4e00fb2"} 1 node_network_carrier_down_changes_total{device="veth517a107"} 1 node_network_carrier_down_changes_total{device="veth54dd04c"} 1 node_network_carrier_down_changes_total{device="veth5551825"} 1 node_network_carrier_down_changes_total{device="veth58aa8e8"} 1 node_network_carrier_down_changes_total{device="veth59470d0"} 1 node_network_carrier_down_changes_total{device="veth59cdaa2"} 1 node_network_carrier_down_changes_total{device="veth5a2e143"} 1 node_network_carrier_down_changes_total{device="veth5eff982"} 1 node_network_carrier_down_changes_total{device="veth5f6a0b2"} 1 node_network_carrier_down_changes_total{device="veth6814fd6"} 1 node_network_carrier_down_changes_total{device="veth68d6ab8"} 1 node_network_carrier_down_changes_total{device="veth69b48b8"} 1 node_network_carrier_down_changes_total{device="veth6abf383"} 1 node_network_carrier_down_changes_total{device="veth6e003b0"} 1 node_network_carrier_down_changes_total{device="veth70ef54b"} 1 node_network_carrier_down_changes_total{device="veth72209c4"} 1 node_network_carrier_down_changes_total{device="veth72da8ca"} 1 node_network_carrier_down_changes_total{device="veth72e6b1b"} 1 node_network_carrier_down_changes_total{device="veth740fdba"} 1 node_network_carrier_down_changes_total{device="veth7741c5c"} 1 node_network_carrier_down_changes_total{device="veth7846116"} 1 node_network_carrier_down_changes_total{device="veth7aeac03"} 1 node_network_carrier_down_changes_total{device="veth7c479ae"} 1 node_network_carrier_down_changes_total{device="veth80f7948"} 1 node_network_carrier_down_changes_total{device="veth81dff31"} 1 node_network_carrier_down_changes_total{device="veth82ef817"} 1 node_network_carrier_down_changes_total{device="veth840e72c"} 1 node_network_carrier_down_changes_total{device="veth8496ec4"} 1 node_network_carrier_down_changes_total{device="veth851ee81"} 1 node_network_carrier_down_changes_total{device="veth870036f"} 1 node_network_carrier_down_changes_total{device="veth875f315"} 1 node_network_carrier_down_changes_total{device="veth8bd5ad7"} 1 node_network_carrier_down_changes_total{device="veth8be9d9e"} 1 node_network_carrier_down_changes_total{device="veth9047b17"} 1 node_network_carrier_down_changes_total{device="veth906781d"} 1 node_network_carrier_down_changes_total{device="veth95f05a1"} 1 node_network_carrier_down_changes_total{device="veth9e91e1b"} 1 node_network_carrier_down_changes_total{device="vetha08c0f6"} 1 node_network_carrier_down_changes_total{device="vetha41a105"} 1 node_network_carrier_down_changes_total{device="vetha4875f6"} 1 node_network_carrier_down_changes_total{device="vetha48929f"} 1 node_network_carrier_down_changes_total{device="vetha723bd3"} 1 node_network_carrier_down_changes_total{device="vetha919ca9"} 1 node_network_carrier_down_changes_total{device="vetha98e772"} 1 node_network_carrier_down_changes_total{device="vethab3bd25"} 1 node_network_carrier_down_changes_total{device="vethb3d21a2"} 1 node_network_carrier_down_changes_total{device="vethb417394"} 1 node_network_carrier_down_changes_total{device="vethb7a269d"} 1 node_network_carrier_down_changes_total{device="vethb9a9534"} 1 node_network_carrier_down_changes_total{device="vethbac5f0e"} 1 node_network_carrier_down_changes_total{device="vethbff2c68"} 1 node_network_carrier_down_changes_total{device="vethc1a752d"} 1 node_network_carrier_down_changes_total{device="vethc28585a"} 1 node_network_carrier_down_changes_total{device="vethc2a5326"} 1 node_network_carrier_down_changes_total{device="vethc2f0b04"} 1 node_network_carrier_down_changes_total{device="vethc3858da"} 1 node_network_carrier_down_changes_total{device="vethc4e97b5"} 1 node_network_carrier_down_changes_total{device="vethcdacbb8"} 1 node_network_carrier_down_changes_total{device="vethd05d5e7"} 1 node_network_carrier_down_changes_total{device="vethd17323c"} 1 node_network_carrier_down_changes_total{device="vethd340908"} 1 node_network_carrier_down_changes_total{device="vethd65fca9"} 1 node_network_carrier_down_changes_total{device="vethd892625"} 1 node_network_carrier_down_changes_total{device="vethd8954ee"} 1 node_network_carrier_down_changes_total{device="vethdac71f4"} 1 node_network_carrier_down_changes_total{device="vethdccb4f6"} 1 node_network_carrier_down_changes_total{device="vethe0fac9c"} 1 node_network_carrier_down_changes_total{device="vethe34198b"} 1 node_network_carrier_down_changes_total{device="vethe99736b"} 1 node_network_carrier_down_changes_total{device="vethebfb87a"} 1 node_network_carrier_down_changes_total{device="vethf3cf17d"} 1 node_network_carrier_down_changes_total{device="vethf519f6b"} 1 node_network_carrier_down_changes_total{device="vethf58cac9"} 1 node_network_carrier_down_changes_total{device="vethf5fad42"} 1 node_network_carrier_down_changes_total{device="vethf759056"} 1 node_network_carrier_down_changes_total{device="vethf8a6138"} 1 node_network_carrier_down_changes_total{device="vethf9b8825"} 1 node_network_carrier_down_changes_total{device="vethfa0f62a"} 1 node_network_carrier_down_changes_total{device="vethfaafd44"} 1 node_network_carrier_down_changes_total{device="vethfd1485f"} 1 node_network_carrier_down_changes_total{device="vethfd64dbe"} 1 node_network_carrier_down_changes_total{device="vethfe7a3ce"} 1 node_network_carrier_down_changes_total{device="vethff353f2"} 1 node_network_carrier_down_changes_total{device="vethffeed84"} 1 node_network_carrier_down_changes_total{device="vethfff17ca"} 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"} 3 node_network_carrier_up_changes_total{device="br-17dd4f18d1cf"} 1 node_network_carrier_up_changes_total{device="br-51db58129356"} 3 node_network_carrier_up_changes_total{device="br-78935d12dd36"} 4 node_network_carrier_up_changes_total{device="br-82b91824a7e7"} 3 node_network_carrier_up_changes_total{device="br-836c04050a59"} 11 node_network_carrier_up_changes_total{device="br-a370276f885d"} 3 node_network_carrier_up_changes_total{device="docker0"} 394 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="veth0ad2fa5"} 1 node_network_carrier_up_changes_total{device="veth0e90167"} 1 node_network_carrier_up_changes_total{device="veth100e03a"} 1 node_network_carrier_up_changes_total{device="veth138692d"} 1 node_network_carrier_up_changes_total{device="veth144b61f"} 1 node_network_carrier_up_changes_total{device="veth1cd6b24"} 1 node_network_carrier_up_changes_total{device="veth1db16fb"} 1 node_network_carrier_up_changes_total{device="veth1db2b07"} 1 node_network_carrier_up_changes_total{device="veth1dbf6f5"} 1 node_network_carrier_up_changes_total{device="veth1ebf049"} 1 node_network_carrier_up_changes_total{device="veth25bdfad"} 1 node_network_carrier_up_changes_total{device="veth2611028"} 1 node_network_carrier_up_changes_total{device="veth2714122"} 1 node_network_carrier_up_changes_total{device="veth290d06b"} 1 node_network_carrier_up_changes_total{device="veth2aece78"} 1 node_network_carrier_up_changes_total{device="veth2e4ae1b"} 1 node_network_carrier_up_changes_total{device="veth2ea4150"} 1 node_network_carrier_up_changes_total{device="veth2ed0628"} 1 node_network_carrier_up_changes_total{device="veth30e4046"} 1 node_network_carrier_up_changes_total{device="veth3512d74"} 1 node_network_carrier_up_changes_total{device="veth38a02fa"} 1 node_network_carrier_up_changes_total{device="veth40449c7"} 1 node_network_carrier_up_changes_total{device="veth418e500"} 1 node_network_carrier_up_changes_total{device="veth45bfb70"} 1 node_network_carrier_up_changes_total{device="veth492e223"} 1 node_network_carrier_up_changes_total{device="veth4ba7277"} 1 node_network_carrier_up_changes_total{device="veth4e00fb2"} 1 node_network_carrier_up_changes_total{device="veth517a107"} 1 node_network_carrier_up_changes_total{device="veth54dd04c"} 1 node_network_carrier_up_changes_total{device="veth5551825"} 1 node_network_carrier_up_changes_total{device="veth58aa8e8"} 1 node_network_carrier_up_changes_total{device="veth59470d0"} 1 node_network_carrier_up_changes_total{device="veth59cdaa2"} 1 node_network_carrier_up_changes_total{device="veth5a2e143"} 1 node_network_carrier_up_changes_total{device="veth5eff982"} 1 node_network_carrier_up_changes_total{device="veth5f6a0b2"} 1 node_network_carrier_up_changes_total{device="veth6814fd6"} 1 node_network_carrier_up_changes_total{device="veth68d6ab8"} 1 node_network_carrier_up_changes_total{device="veth69b48b8"} 1 node_network_carrier_up_changes_total{device="veth6abf383"} 1 node_network_carrier_up_changes_total{device="veth6e003b0"} 1 node_network_carrier_up_changes_total{device="veth70ef54b"} 1 node_network_carrier_up_changes_total{device="veth72209c4"} 1 node_network_carrier_up_changes_total{device="veth72da8ca"} 1 node_network_carrier_up_changes_total{device="veth72e6b1b"} 1 node_network_carrier_up_changes_total{device="veth740fdba"} 1 node_network_carrier_up_changes_total{device="veth7741c5c"} 1 node_network_carrier_up_changes_total{device="veth7846116"} 1 node_network_carrier_up_changes_total{device="veth7aeac03"} 1 node_network_carrier_up_changes_total{device="veth7c479ae"} 1 node_network_carrier_up_changes_total{device="veth80f7948"} 1 node_network_carrier_up_changes_total{device="veth81dff31"} 1 node_network_carrier_up_changes_total{device="veth82ef817"} 1 node_network_carrier_up_changes_total{device="veth840e72c"} 1 node_network_carrier_up_changes_total{device="veth8496ec4"} 1 node_network_carrier_up_changes_total{device="veth851ee81"} 1 node_network_carrier_up_changes_total{device="veth870036f"} 1 node_network_carrier_up_changes_total{device="veth875f315"} 1 node_network_carrier_up_changes_total{device="veth8bd5ad7"} 1 node_network_carrier_up_changes_total{device="veth8be9d9e"} 1 node_network_carrier_up_changes_total{device="veth9047b17"} 1 node_network_carrier_up_changes_total{device="veth906781d"} 1 node_network_carrier_up_changes_total{device="veth95f05a1"} 1 node_network_carrier_up_changes_total{device="veth9e91e1b"} 1 node_network_carrier_up_changes_total{device="vetha08c0f6"} 1 node_network_carrier_up_changes_total{device="vetha41a105"} 1 node_network_carrier_up_changes_total{device="vetha4875f6"} 1 node_network_carrier_up_changes_total{device="vetha48929f"} 1 node_network_carrier_up_changes_total{device="vetha723bd3"} 1 node_network_carrier_up_changes_total{device="vetha919ca9"} 1 node_network_carrier_up_changes_total{device="vetha98e772"} 1 node_network_carrier_up_changes_total{device="vethab3bd25"} 1 node_network_carrier_up_changes_total{device="vethb3d21a2"} 1 node_network_carrier_up_changes_total{device="vethb417394"} 1 node_network_carrier_up_changes_total{device="vethb7a269d"} 1 node_network_carrier_up_changes_total{device="vethb9a9534"} 1 node_network_carrier_up_changes_total{device="vethbac5f0e"} 1 node_network_carrier_up_changes_total{device="vethbff2c68"} 1 node_network_carrier_up_changes_total{device="vethc1a752d"} 1 node_network_carrier_up_changes_total{device="vethc28585a"} 1 node_network_carrier_up_changes_total{device="vethc2a5326"} 1 node_network_carrier_up_changes_total{device="vethc2f0b04"} 1 node_network_carrier_up_changes_total{device="vethc3858da"} 1 node_network_carrier_up_changes_total{device="vethc4e97b5"} 1 node_network_carrier_up_changes_total{device="vethcdacbb8"} 1 node_network_carrier_up_changes_total{device="vethd05d5e7"} 1 node_network_carrier_up_changes_total{device="vethd17323c"} 1 node_network_carrier_up_changes_total{device="vethd340908"} 1 node_network_carrier_up_changes_total{device="vethd65fca9"} 1 node_network_carrier_up_changes_total{device="vethd892625"} 1 node_network_carrier_up_changes_total{device="vethd8954ee"} 1 node_network_carrier_up_changes_total{device="vethdac71f4"} 1 node_network_carrier_up_changes_total{device="vethdccb4f6"} 1 node_network_carrier_up_changes_total{device="vethe0fac9c"} 1 node_network_carrier_up_changes_total{device="vethe34198b"} 1 node_network_carrier_up_changes_total{device="vethe99736b"} 1 node_network_carrier_up_changes_total{device="vethebfb87a"} 1 node_network_carrier_up_changes_total{device="vethf3cf17d"} 1 node_network_carrier_up_changes_total{device="vethf519f6b"} 1 node_network_carrier_up_changes_total{device="vethf58cac9"} 1 node_network_carrier_up_changes_total{device="vethf5fad42"} 1 node_network_carrier_up_changes_total{device="vethf759056"} 1 node_network_carrier_up_changes_total{device="vethf8a6138"} 1 node_network_carrier_up_changes_total{device="vethf9b8825"} 1 node_network_carrier_up_changes_total{device="vethfa0f62a"} 1 node_network_carrier_up_changes_total{device="vethfaafd44"} 1 node_network_carrier_up_changes_total{device="vethfd1485f"} 1 node_network_carrier_up_changes_total{device="vethfd64dbe"} 1 node_network_carrier_up_changes_total{device="vethfe7a3ce"} 1 node_network_carrier_up_changes_total{device="vethff353f2"} 1 node_network_carrier_up_changes_total{device="vethffeed84"} 1 node_network_carrier_up_changes_total{device="vethfff17ca"} 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="veth0ad2fa5"} 0 node_network_device_id{device="veth0e90167"} 0 node_network_device_id{device="veth100e03a"} 0 node_network_device_id{device="veth138692d"} 0 node_network_device_id{device="veth144b61f"} 0 node_network_device_id{device="veth1cd6b24"} 0 node_network_device_id{device="veth1db16fb"} 0 node_network_device_id{device="veth1db2b07"} 0 node_network_device_id{device="veth1dbf6f5"} 0 node_network_device_id{device="veth1ebf049"} 0 node_network_device_id{device="veth25bdfad"} 0 node_network_device_id{device="veth2611028"} 0 node_network_device_id{device="veth2714122"} 0 node_network_device_id{device="veth290d06b"} 0 node_network_device_id{device="veth2aece78"} 0 node_network_device_id{device="veth2e4ae1b"} 0 node_network_device_id{device="veth2ea4150"} 0 node_network_device_id{device="veth2ed0628"} 0 node_network_device_id{device="veth30e4046"} 0 node_network_device_id{device="veth3512d74"} 0 node_network_device_id{device="veth38a02fa"} 0 node_network_device_id{device="veth40449c7"} 0 node_network_device_id{device="veth418e500"} 0 node_network_device_id{device="veth45bfb70"} 0 node_network_device_id{device="veth492e223"} 0 node_network_device_id{device="veth4ba7277"} 0 node_network_device_id{device="veth4e00fb2"} 0 node_network_device_id{device="veth517a107"} 0 node_network_device_id{device="veth54dd04c"} 0 node_network_device_id{device="veth5551825"} 0 node_network_device_id{device="veth58aa8e8"} 0 node_network_device_id{device="veth59470d0"} 0 node_network_device_id{device="veth59cdaa2"} 0 node_network_device_id{device="veth5a2e143"} 0 node_network_device_id{device="veth5eff982"} 0 node_network_device_id{device="veth5f6a0b2"} 0 node_network_device_id{device="veth6814fd6"} 0 node_network_device_id{device="veth68d6ab8"} 0 node_network_device_id{device="veth69b48b8"} 0 node_network_device_id{device="veth6abf383"} 0 node_network_device_id{device="veth6e003b0"} 0 node_network_device_id{device="veth70ef54b"} 0 node_network_device_id{device="veth72209c4"} 0 node_network_device_id{device="veth72da8ca"} 0 node_network_device_id{device="veth72e6b1b"} 0 node_network_device_id{device="veth740fdba"} 0 node_network_device_id{device="veth7741c5c"} 0 node_network_device_id{device="veth7846116"} 0 node_network_device_id{device="veth7aeac03"} 0 node_network_device_id{device="veth7c479ae"} 0 node_network_device_id{device="veth80f7948"} 0 node_network_device_id{device="veth81dff31"} 0 node_network_device_id{device="veth82ef817"} 0 node_network_device_id{device="veth840e72c"} 0 node_network_device_id{device="veth8496ec4"} 0 node_network_device_id{device="veth851ee81"} 0 node_network_device_id{device="veth870036f"} 0 node_network_device_id{device="veth875f315"} 0 node_network_device_id{device="veth8bd5ad7"} 0 node_network_device_id{device="veth8be9d9e"} 0 node_network_device_id{device="veth9047b17"} 0 node_network_device_id{device="veth906781d"} 0 node_network_device_id{device="veth95f05a1"} 0 node_network_device_id{device="veth9e91e1b"} 0 node_network_device_id{device="vetha08c0f6"} 0 node_network_device_id{device="vetha41a105"} 0 node_network_device_id{device="vetha4875f6"} 0 node_network_device_id{device="vetha48929f"} 0 node_network_device_id{device="vetha723bd3"} 0 node_network_device_id{device="vetha919ca9"} 0 node_network_device_id{device="vetha98e772"} 0 node_network_device_id{device="vethab3bd25"} 0 node_network_device_id{device="vethb3d21a2"} 0 node_network_device_id{device="vethb417394"} 0 node_network_device_id{device="vethb7a269d"} 0 node_network_device_id{device="vethb9a9534"} 0 node_network_device_id{device="vethbac5f0e"} 0 node_network_device_id{device="vethbff2c68"} 0 node_network_device_id{device="vethc1a752d"} 0 node_network_device_id{device="vethc28585a"} 0 node_network_device_id{device="vethc2a5326"} 0 node_network_device_id{device="vethc2f0b04"} 0 node_network_device_id{device="vethc3858da"} 0 node_network_device_id{device="vethc4e97b5"} 0 node_network_device_id{device="vethcdacbb8"} 0 node_network_device_id{device="vethd05d5e7"} 0 node_network_device_id{device="vethd17323c"} 0 node_network_device_id{device="vethd340908"} 0 node_network_device_id{device="vethd65fca9"} 0 node_network_device_id{device="vethd892625"} 0 node_network_device_id{device="vethd8954ee"} 0 node_network_device_id{device="vethdac71f4"} 0 node_network_device_id{device="vethdccb4f6"} 0 node_network_device_id{device="vethe0fac9c"} 0 node_network_device_id{device="vethe34198b"} 0 node_network_device_id{device="vethe99736b"} 0 node_network_device_id{device="vethebfb87a"} 0 node_network_device_id{device="vethf3cf17d"} 0 node_network_device_id{device="vethf519f6b"} 0 node_network_device_id{device="vethf58cac9"} 0 node_network_device_id{device="vethf5fad42"} 0 node_network_device_id{device="vethf759056"} 0 node_network_device_id{device="vethf8a6138"} 0 node_network_device_id{device="vethf9b8825"} 0 node_network_device_id{device="vethfa0f62a"} 0 node_network_device_id{device="vethfaafd44"} 0 node_network_device_id{device="vethfd1485f"} 0 node_network_device_id{device="vethfd64dbe"} 0 node_network_device_id{device="vethfe7a3ce"} 0 node_network_device_id{device="vethff353f2"} 0 node_network_device_id{device="vethffeed84"} 0 node_network_device_id{device="vethfff17ca"} 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="veth0ad2fa5"} 0 node_network_dormant{device="veth0e90167"} 0 node_network_dormant{device="veth100e03a"} 0 node_network_dormant{device="veth138692d"} 0 node_network_dormant{device="veth144b61f"} 0 node_network_dormant{device="veth1cd6b24"} 0 node_network_dormant{device="veth1db16fb"} 0 node_network_dormant{device="veth1db2b07"} 0 node_network_dormant{device="veth1dbf6f5"} 0 node_network_dormant{device="veth1ebf049"} 0 node_network_dormant{device="veth25bdfad"} 0 node_network_dormant{device="veth2611028"} 0 node_network_dormant{device="veth2714122"} 0 node_network_dormant{device="veth290d06b"} 0 node_network_dormant{device="veth2aece78"} 0 node_network_dormant{device="veth2e4ae1b"} 0 node_network_dormant{device="veth2ea4150"} 0 node_network_dormant{device="veth2ed0628"} 0 node_network_dormant{device="veth30e4046"} 0 node_network_dormant{device="veth3512d74"} 0 node_network_dormant{device="veth38a02fa"} 0 node_network_dormant{device="veth40449c7"} 0 node_network_dormant{device="veth418e500"} 0 node_network_dormant{device="veth45bfb70"} 0 node_network_dormant{device="veth492e223"} 0 node_network_dormant{device="veth4ba7277"} 0 node_network_dormant{device="veth4e00fb2"} 0 node_network_dormant{device="veth517a107"} 0 node_network_dormant{device="veth54dd04c"} 0 node_network_dormant{device="veth5551825"} 0 node_network_dormant{device="veth58aa8e8"} 0 node_network_dormant{device="veth59470d0"} 0 node_network_dormant{device="veth59cdaa2"} 0 node_network_dormant{device="veth5a2e143"} 0 node_network_dormant{device="veth5eff982"} 0 node_network_dormant{device="veth5f6a0b2"} 0 node_network_dormant{device="veth6814fd6"} 0 node_network_dormant{device="veth68d6ab8"} 0 node_network_dormant{device="veth69b48b8"} 0 node_network_dormant{device="veth6abf383"} 0 node_network_dormant{device="veth6e003b0"} 0 node_network_dormant{device="veth70ef54b"} 0 node_network_dormant{device="veth72209c4"} 0 node_network_dormant{device="veth72da8ca"} 0 node_network_dormant{device="veth72e6b1b"} 0 node_network_dormant{device="veth740fdba"} 0 node_network_dormant{device="veth7741c5c"} 0 node_network_dormant{device="veth7846116"} 0 node_network_dormant{device="veth7aeac03"} 0 node_network_dormant{device="veth7c479ae"} 0 node_network_dormant{device="veth80f7948"} 0 node_network_dormant{device="veth81dff31"} 0 node_network_dormant{device="veth82ef817"} 0 node_network_dormant{device="veth840e72c"} 0 node_network_dormant{device="veth8496ec4"} 0 node_network_dormant{device="veth851ee81"} 0 node_network_dormant{device="veth870036f"} 0 node_network_dormant{device="veth875f315"} 0 node_network_dormant{device="veth8bd5ad7"} 0 node_network_dormant{device="veth8be9d9e"} 0 node_network_dormant{device="veth9047b17"} 0 node_network_dormant{device="veth906781d"} 0 node_network_dormant{device="veth95f05a1"} 0 node_network_dormant{device="veth9e91e1b"} 0 node_network_dormant{device="vetha08c0f6"} 0 node_network_dormant{device="vetha41a105"} 0 node_network_dormant{device="vetha4875f6"} 0 node_network_dormant{device="vetha48929f"} 0 node_network_dormant{device="vetha723bd3"} 0 node_network_dormant{device="vetha919ca9"} 0 node_network_dormant{device="vetha98e772"} 0 node_network_dormant{device="vethab3bd25"} 0 node_network_dormant{device="vethb3d21a2"} 0 node_network_dormant{device="vethb417394"} 0 node_network_dormant{device="vethb7a269d"} 0 node_network_dormant{device="vethb9a9534"} 0 node_network_dormant{device="vethbac5f0e"} 0 node_network_dormant{device="vethbff2c68"} 0 node_network_dormant{device="vethc1a752d"} 0 node_network_dormant{device="vethc28585a"} 0 node_network_dormant{device="vethc2a5326"} 0 node_network_dormant{device="vethc2f0b04"} 0 node_network_dormant{device="vethc3858da"} 0 node_network_dormant{device="vethc4e97b5"} 0 node_network_dormant{device="vethcdacbb8"} 0 node_network_dormant{device="vethd05d5e7"} 0 node_network_dormant{device="vethd17323c"} 0 node_network_dormant{device="vethd340908"} 0 node_network_dormant{device="vethd65fca9"} 0 node_network_dormant{device="vethd892625"} 0 node_network_dormant{device="vethd8954ee"} 0 node_network_dormant{device="vethdac71f4"} 0 node_network_dormant{device="vethdccb4f6"} 0 node_network_dormant{device="vethe0fac9c"} 0 node_network_dormant{device="vethe34198b"} 0 node_network_dormant{device="vethe99736b"} 0 node_network_dormant{device="vethebfb87a"} 0 node_network_dormant{device="vethf3cf17d"} 0 node_network_dormant{device="vethf519f6b"} 0 node_network_dormant{device="vethf58cac9"} 0 node_network_dormant{device="vethf5fad42"} 0 node_network_dormant{device="vethf759056"} 0 node_network_dormant{device="vethf8a6138"} 0 node_network_dormant{device="vethf9b8825"} 0 node_network_dormant{device="vethfa0f62a"} 0 node_network_dormant{device="vethfaafd44"} 0 node_network_dormant{device="vethfd1485f"} 0 node_network_dormant{device="vethfd64dbe"} 0 node_network_dormant{device="vethfe7a3ce"} 0 node_network_dormant{device="vethff353f2"} 0 node_network_dormant{device="vethffeed84"} 0 node_network_dormant{device="vethfff17ca"} 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="veth0ad2fa5"} 4867 node_network_flags{device="veth0e90167"} 4867 node_network_flags{device="veth100e03a"} 4867 node_network_flags{device="veth138692d"} 4867 node_network_flags{device="veth144b61f"} 4867 node_network_flags{device="veth1cd6b24"} 4867 node_network_flags{device="veth1db16fb"} 4867 node_network_flags{device="veth1db2b07"} 4867 node_network_flags{device="veth1dbf6f5"} 4867 node_network_flags{device="veth1ebf049"} 4867 node_network_flags{device="veth25bdfad"} 4867 node_network_flags{device="veth2611028"} 4867 node_network_flags{device="veth2714122"} 4867 node_network_flags{device="veth290d06b"} 4867 node_network_flags{device="veth2aece78"} 4867 node_network_flags{device="veth2e4ae1b"} 4867 node_network_flags{device="veth2ea4150"} 4867 node_network_flags{device="veth2ed0628"} 4867 node_network_flags{device="veth30e4046"} 4867 node_network_flags{device="veth3512d74"} 4867 node_network_flags{device="veth38a02fa"} 4867 node_network_flags{device="veth40449c7"} 4867 node_network_flags{device="veth418e500"} 4867 node_network_flags{device="veth45bfb70"} 4867 node_network_flags{device="veth492e223"} 4867 node_network_flags{device="veth4ba7277"} 4867 node_network_flags{device="veth4e00fb2"} 4867 node_network_flags{device="veth517a107"} 4867 node_network_flags{device="veth54dd04c"} 4867 node_network_flags{device="veth5551825"} 4867 node_network_flags{device="veth58aa8e8"} 4867 node_network_flags{device="veth59470d0"} 4867 node_network_flags{device="veth59cdaa2"} 4867 node_network_flags{device="veth5a2e143"} 4867 node_network_flags{device="veth5eff982"} 4867 node_network_flags{device="veth5f6a0b2"} 4867 node_network_flags{device="veth6814fd6"} 4867 node_network_flags{device="veth68d6ab8"} 4867 node_network_flags{device="veth69b48b8"} 4867 node_network_flags{device="veth6abf383"} 4867 node_network_flags{device="veth6e003b0"} 4867 node_network_flags{device="veth70ef54b"} 4867 node_network_flags{device="veth72209c4"} 4867 node_network_flags{device="veth72da8ca"} 4867 node_network_flags{device="veth72e6b1b"} 4867 node_network_flags{device="veth740fdba"} 4867 node_network_flags{device="veth7741c5c"} 4867 node_network_flags{device="veth7846116"} 4867 node_network_flags{device="veth7aeac03"} 4867 node_network_flags{device="veth7c479ae"} 4867 node_network_flags{device="veth80f7948"} 4867 node_network_flags{device="veth81dff31"} 4867 node_network_flags{device="veth82ef817"} 4867 node_network_flags{device="veth840e72c"} 4867 node_network_flags{device="veth8496ec4"} 4867 node_network_flags{device="veth851ee81"} 4867 node_network_flags{device="veth870036f"} 4867 node_network_flags{device="veth875f315"} 4867 node_network_flags{device="veth8bd5ad7"} 4867 node_network_flags{device="veth8be9d9e"} 4867 node_network_flags{device="veth9047b17"} 4867 node_network_flags{device="veth906781d"} 4867 node_network_flags{device="veth95f05a1"} 4867 node_network_flags{device="veth9e91e1b"} 4867 node_network_flags{device="vetha08c0f6"} 4867 node_network_flags{device="vetha41a105"} 4867 node_network_flags{device="vetha4875f6"} 4867 node_network_flags{device="vetha48929f"} 4867 node_network_flags{device="vetha723bd3"} 4867 node_network_flags{device="vetha919ca9"} 4867 node_network_flags{device="vetha98e772"} 4867 node_network_flags{device="vethab3bd25"} 4867 node_network_flags{device="vethb3d21a2"} 4867 node_network_flags{device="vethb417394"} 4867 node_network_flags{device="vethb7a269d"} 4867 node_network_flags{device="vethb9a9534"} 4867 node_network_flags{device="vethbac5f0e"} 4867 node_network_flags{device="vethbff2c68"} 4867 node_network_flags{device="vethc1a752d"} 4867 node_network_flags{device="vethc28585a"} 4867 node_network_flags{device="vethc2a5326"} 4867 node_network_flags{device="vethc2f0b04"} 4867 node_network_flags{device="vethc3858da"} 4867 node_network_flags{device="vethc4e97b5"} 4867 node_network_flags{device="vethcdacbb8"} 4867 node_network_flags{device="vethd05d5e7"} 4867 node_network_flags{device="vethd17323c"} 4867 node_network_flags{device="vethd340908"} 4867 node_network_flags{device="vethd65fca9"} 4867 node_network_flags{device="vethd892625"} 4867 node_network_flags{device="vethd8954ee"} 4867 node_network_flags{device="vethdac71f4"} 4867 node_network_flags{device="vethdccb4f6"} 4867 node_network_flags{device="vethe0fac9c"} 4867 node_network_flags{device="vethe34198b"} 4867 node_network_flags{device="vethe99736b"} 4867 node_network_flags{device="vethebfb87a"} 4867 node_network_flags{device="vethf3cf17d"} 4867 node_network_flags{device="vethf519f6b"} 4867 node_network_flags{device="vethf58cac9"} 4867 node_network_flags{device="vethf5fad42"} 4867 node_network_flags{device="vethf759056"} 4867 node_network_flags{device="vethf8a6138"} 4867 node_network_flags{device="vethf9b8825"} 4867 node_network_flags{device="vethfa0f62a"} 4867 node_network_flags{device="vethfaafd44"} 4867 node_network_flags{device="vethfd1485f"} 4867 node_network_flags{device="vethfd64dbe"} 4867 node_network_flags{device="vethfe7a3ce"} 4867 node_network_flags{device="vethff353f2"} 4867 node_network_flags{device="vethffeed84"} 4867 node_network_flags{device="vethfff17ca"} 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="veth0ad2fa5"} 102261 node_network_iface_id{device="veth0e90167"} 102141 node_network_iface_id{device="veth100e03a"} 102197 node_network_iface_id{device="veth138692d"} 102257 node_network_iface_id{device="veth144b61f"} 102114 node_network_iface_id{device="veth1cd6b24"} 102280 node_network_iface_id{device="veth1db16fb"} 100507 node_network_iface_id{device="veth1db2b07"} 100511 node_network_iface_id{device="veth1dbf6f5"} 102130 node_network_iface_id{device="veth1ebf049"} 102172 node_network_iface_id{device="veth25bdfad"} 102160 node_network_iface_id{device="veth2611028"} 102282 node_network_iface_id{device="veth2714122"} 102281 node_network_iface_id{device="veth290d06b"} 102187 node_network_iface_id{device="veth2aece78"} 102256 node_network_iface_id{device="veth2e4ae1b"} 102154 node_network_iface_id{device="veth2ea4150"} 102346 node_network_iface_id{device="veth2ed0628"} 102195 node_network_iface_id{device="veth30e4046"} 102309 node_network_iface_id{device="veth3512d74"} 102162 node_network_iface_id{device="veth38a02fa"} 102322 node_network_iface_id{device="veth40449c7"} 102193 node_network_iface_id{device="veth418e500"} 102198 node_network_iface_id{device="veth45bfb70"} 102248 node_network_iface_id{device="veth492e223"} 100517 node_network_iface_id{device="veth4ba7277"} 102118 node_network_iface_id{device="veth4e00fb2"} 102326 node_network_iface_id{device="veth517a107"} 102134 node_network_iface_id{device="veth54dd04c"} 100510 node_network_iface_id{device="veth5551825"} 102263 node_network_iface_id{device="veth58aa8e8"} 102113 node_network_iface_id{device="veth59470d0"} 102424 node_network_iface_id{device="veth59cdaa2"} 102308 node_network_iface_id{device="veth5a2e143"} 102117 node_network_iface_id{device="veth5eff982"} 102269 node_network_iface_id{device="veth5f6a0b2"} 102186 node_network_iface_id{device="veth6814fd6"} 102180 node_network_iface_id{device="veth68d6ab8"} 102112 node_network_iface_id{device="veth69b48b8"} 102274 node_network_iface_id{device="veth6abf383"} 102244 node_network_iface_id{device="veth6e003b0"} 100520 node_network_iface_id{device="veth70ef54b"} 102425 node_network_iface_id{device="veth72209c4"} 102323 node_network_iface_id{device="veth72da8ca"} 102111 node_network_iface_id{device="veth72e6b1b"} 102175 node_network_iface_id{device="veth740fdba"} 102247 node_network_iface_id{device="veth7741c5c"} 102267 node_network_iface_id{device="veth7846116"} 102173 node_network_iface_id{device="veth7aeac03"} 100505 node_network_iface_id{device="veth7c479ae"} 102363 node_network_iface_id{device="veth80f7948"} 102273 node_network_iface_id{device="veth81dff31"} 102190 node_network_iface_id{device="veth82ef817"} 102156 node_network_iface_id{device="veth840e72c"} 102258 node_network_iface_id{device="veth8496ec4"} 102148 node_network_iface_id{device="veth851ee81"} 100504 node_network_iface_id{device="veth870036f"} 102259 node_network_iface_id{device="veth875f315"} 102262 node_network_iface_id{device="veth8bd5ad7"} 102136 node_network_iface_id{device="veth8be9d9e"} 102152 node_network_iface_id{device="veth9047b17"} 100521 node_network_iface_id{device="veth906781d"} 102139 node_network_iface_id{device="veth95f05a1"} 102251 node_network_iface_id{device="veth9e91e1b"} 100506 node_network_iface_id{device="vetha08c0f6"} 102137 node_network_iface_id{device="vetha41a105"} 102158 node_network_iface_id{device="vetha4875f6"} 102327 node_network_iface_id{device="vetha48929f"} 102348 node_network_iface_id{device="vetha723bd3"} 102115 node_network_iface_id{device="vetha919ca9"} 100526 node_network_iface_id{device="vetha98e772"} 102266 node_network_iface_id{device="vethab3bd25"} 102150 node_network_iface_id{device="vethb3d21a2"} 102349 node_network_iface_id{device="vethb417394"} 102245 node_network_iface_id{device="vethb7a269d"} 102166 node_network_iface_id{device="vethb9a9534"} 100500 node_network_iface_id{device="vethbac5f0e"} 102135 node_network_iface_id{device="vethbff2c68"} 102271 node_network_iface_id{device="vethc1a752d"} 102246 node_network_iface_id{device="vethc28585a"} 102252 node_network_iface_id{device="vethc2a5326"} 100528 node_network_iface_id{device="vethc2f0b04"} 102176 node_network_iface_id{device="vethc3858da"} 102144 node_network_iface_id{device="vethc4e97b5"} 102189 node_network_iface_id{device="vethcdacbb8"} 102286 node_network_iface_id{device="vethd05d5e7"} 100514 node_network_iface_id{device="vethd17323c"} 102275 node_network_iface_id{device="vethd340908"} 102362 node_network_iface_id{device="vethd65fca9"} 102178 node_network_iface_id{device="vethd892625"} 102347 node_network_iface_id{device="vethd8954ee"} 102249 node_network_iface_id{device="vethdac71f4"} 102268 node_network_iface_id{device="vethdccb4f6"} 102116 node_network_iface_id{device="vethe0fac9c"} 102250 node_network_iface_id{device="vethe34198b"} 102272 node_network_iface_id{device="vethe99736b"} 102126 node_network_iface_id{device="vethebfb87a"} 102125 node_network_iface_id{device="vethf3cf17d"} 102264 node_network_iface_id{device="vethf519f6b"} 102132 node_network_iface_id{device="vethf58cac9"} 102184 node_network_iface_id{device="vethf5fad42"} 102277 node_network_iface_id{device="vethf759056"} 102321 node_network_iface_id{device="vethf8a6138"} 100524 node_network_iface_id{device="vethf9b8825"} 100509 node_network_iface_id{device="vethfa0f62a"} 102128 node_network_iface_id{device="vethfaafd44"} 100532 node_network_iface_id{device="vethfd1485f"} 102253 node_network_iface_id{device="vethfd64dbe"} 102276 node_network_iface_id{device="vethfe7a3ce"} 102163 node_network_iface_id{device="vethff353f2"} 100530 node_network_iface_id{device="vethffeed84"} 102287 node_network_iface_id{device="vethfff17ca"} 102254 # 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="veth0ad2fa5"} 4 node_network_iface_link{device="veth0e90167"} 2 node_network_iface_link{device="veth100e03a"} 2 node_network_iface_link{device="veth138692d"} 4 node_network_iface_link{device="veth144b61f"} 2 node_network_iface_link{device="veth1cd6b24"} 2 node_network_iface_link{device="veth1db16fb"} 3 node_network_iface_link{device="veth1db2b07"} 2 node_network_iface_link{device="veth1dbf6f5"} 2 node_network_iface_link{device="veth1ebf049"} 2 node_network_iface_link{device="veth25bdfad"} 2 node_network_iface_link{device="veth2611028"} 3 node_network_iface_link{device="veth2714122"} 3 node_network_iface_link{device="veth290d06b"} 3 node_network_iface_link{device="veth2aece78"} 4 node_network_iface_link{device="veth2e4ae1b"} 2 node_network_iface_link{device="veth2ea4150"} 2 node_network_iface_link{device="veth2ed0628"} 2 node_network_iface_link{device="veth30e4046"} 3 node_network_iface_link{device="veth3512d74"} 2 node_network_iface_link{device="veth38a02fa"} 3 node_network_iface_link{device="veth40449c7"} 2 node_network_iface_link{device="veth418e500"} 2 node_network_iface_link{device="veth45bfb70"} 4 node_network_iface_link{device="veth492e223"} 2 node_network_iface_link{device="veth4ba7277"} 2 node_network_iface_link{device="veth4e00fb2"} 2 node_network_iface_link{device="veth517a107"} 2 node_network_iface_link{device="veth54dd04c"} 2 node_network_iface_link{device="veth5551825"} 4 node_network_iface_link{device="veth58aa8e8"} 2 node_network_iface_link{device="veth59470d0"} 2 node_network_iface_link{device="veth59cdaa2"} 2 node_network_iface_link{device="veth5a2e143"} 3 node_network_iface_link{device="veth5eff982"} 4 node_network_iface_link{device="veth5f6a0b2"} 2 node_network_iface_link{device="veth6814fd6"} 2 node_network_iface_link{device="veth68d6ab8"} 2 node_network_iface_link{device="veth69b48b8"} 4 node_network_iface_link{device="veth6abf383"} 4 node_network_iface_link{device="veth6e003b0"} 2 node_network_iface_link{device="veth70ef54b"} 3 node_network_iface_link{device="veth72209c4"} 4 node_network_iface_link{device="veth72da8ca"} 2 node_network_iface_link{device="veth72e6b1b"} 2 node_network_iface_link{device="veth740fdba"} 4 node_network_iface_link{device="veth7741c5c"} 4 node_network_iface_link{device="veth7846116"} 2 node_network_iface_link{device="veth7aeac03"} 2 node_network_iface_link{device="veth7c479ae"} 3 node_network_iface_link{device="veth80f7948"} 4 node_network_iface_link{device="veth81dff31"} 3 node_network_iface_link{device="veth82ef817"} 2 node_network_iface_link{device="veth840e72c"} 4 node_network_iface_link{device="veth8496ec4"} 2 node_network_iface_link{device="veth851ee81"} 2 node_network_iface_link{device="veth870036f"} 4 node_network_iface_link{device="veth875f315"} 4 node_network_iface_link{device="veth8bd5ad7"} 3 node_network_iface_link{device="veth8be9d9e"} 2 node_network_iface_link{device="veth9047b17"} 2 node_network_iface_link{device="veth906781d"} 2 node_network_iface_link{device="veth95f05a1"} 4 node_network_iface_link{device="veth9e91e1b"} 2 node_network_iface_link{device="vetha08c0f6"} 2 node_network_iface_link{device="vetha41a105"} 2 node_network_iface_link{device="vetha4875f6"} 2 node_network_iface_link{device="vetha48929f"} 3 node_network_iface_link{device="vetha723bd3"} 2 node_network_iface_link{device="vetha919ca9"} 2 node_network_iface_link{device="vetha98e772"} 4 node_network_iface_link{device="vethab3bd25"} 2 node_network_iface_link{device="vethb3d21a2"} 3 node_network_iface_link{device="vethb417394"} 4 node_network_iface_link{device="vethb7a269d"} 2 node_network_iface_link{device="vethb9a9534"} 2 node_network_iface_link{device="vethbac5f0e"} 3 node_network_iface_link{device="vethbff2c68"} 4 node_network_iface_link{device="vethc1a752d"} 4 node_network_iface_link{device="vethc28585a"} 4 node_network_iface_link{device="vethc2a5326"} 2 node_network_iface_link{device="vethc2f0b04"} 2 node_network_iface_link{device="vethc3858da"} 2 node_network_iface_link{device="vethc4e97b5"} 3 node_network_iface_link{device="vethcdacbb8"} 2 node_network_iface_link{device="vethd05d5e7"} 2 node_network_iface_link{device="vethd17323c"} 4 node_network_iface_link{device="vethd340908"} 2 node_network_iface_link{device="vethd65fca9"} 2 node_network_iface_link{device="vethd892625"} 2 node_network_iface_link{device="vethd8954ee"} 4 node_network_iface_link{device="vethdac71f4"} 4 node_network_iface_link{device="vethdccb4f6"} 3 node_network_iface_link{device="vethe0fac9c"} 4 node_network_iface_link{device="vethe34198b"} 4 node_network_iface_link{device="vethe99736b"} 3 node_network_iface_link{device="vethebfb87a"} 2 node_network_iface_link{device="vethf3cf17d"} 4 node_network_iface_link{device="vethf519f6b"} 2 node_network_iface_link{device="vethf58cac9"} 2 node_network_iface_link{device="vethf5fad42"} 4 node_network_iface_link{device="vethf759056"} 2 node_network_iface_link{device="vethf8a6138"} 2 node_network_iface_link{device="vethf9b8825"} 2 node_network_iface_link{device="vethfa0f62a"} 3 node_network_iface_link{device="vethfaafd44"} 3 node_network_iface_link{device="vethfd1485f"} 4 node_network_iface_link{device="vethfd64dbe"} 4 node_network_iface_link{device="vethfe7a3ce"} 2 node_network_iface_link{device="vethff353f2"} 3 node_network_iface_link{device="vethffeed84"} 3 node_network_iface_link{device="vethfff17ca"} 4 # 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="veth0ad2fa5"} 0 node_network_iface_link_mode{device="veth0e90167"} 0 node_network_iface_link_mode{device="veth100e03a"} 0 node_network_iface_link_mode{device="veth138692d"} 0 node_network_iface_link_mode{device="veth144b61f"} 0 node_network_iface_link_mode{device="veth1cd6b24"} 0 node_network_iface_link_mode{device="veth1db16fb"} 0 node_network_iface_link_mode{device="veth1db2b07"} 0 node_network_iface_link_mode{device="veth1dbf6f5"} 0 node_network_iface_link_mode{device="veth1ebf049"} 0 node_network_iface_link_mode{device="veth25bdfad"} 0 node_network_iface_link_mode{device="veth2611028"} 0 node_network_iface_link_mode{device="veth2714122"} 0 node_network_iface_link_mode{device="veth290d06b"} 0 node_network_iface_link_mode{device="veth2aece78"} 0 node_network_iface_link_mode{device="veth2e4ae1b"} 0 node_network_iface_link_mode{device="veth2ea4150"} 0 node_network_iface_link_mode{device="veth2ed0628"} 0 node_network_iface_link_mode{device="veth30e4046"} 0 node_network_iface_link_mode{device="veth3512d74"} 0 node_network_iface_link_mode{device="veth38a02fa"} 0 node_network_iface_link_mode{device="veth40449c7"} 0 node_network_iface_link_mode{device="veth418e500"} 0 node_network_iface_link_mode{device="veth45bfb70"} 0 node_network_iface_link_mode{device="veth492e223"} 0 node_network_iface_link_mode{device="veth4ba7277"} 0 node_network_iface_link_mode{device="veth4e00fb2"} 0 node_network_iface_link_mode{device="veth517a107"} 0 node_network_iface_link_mode{device="veth54dd04c"} 0 node_network_iface_link_mode{device="veth5551825"} 0 node_network_iface_link_mode{device="veth58aa8e8"} 0 node_network_iface_link_mode{device="veth59470d0"} 0 node_network_iface_link_mode{device="veth59cdaa2"} 0 node_network_iface_link_mode{device="veth5a2e143"} 0 node_network_iface_link_mode{device="veth5eff982"} 0 node_network_iface_link_mode{device="veth5f6a0b2"} 0 node_network_iface_link_mode{device="veth6814fd6"} 0 node_network_iface_link_mode{device="veth68d6ab8"} 0 node_network_iface_link_mode{device="veth69b48b8"} 0 node_network_iface_link_mode{device="veth6abf383"} 0 node_network_iface_link_mode{device="veth6e003b0"} 0 node_network_iface_link_mode{device="veth70ef54b"} 0 node_network_iface_link_mode{device="veth72209c4"} 0 node_network_iface_link_mode{device="veth72da8ca"} 0 node_network_iface_link_mode{device="veth72e6b1b"} 0 node_network_iface_link_mode{device="veth740fdba"} 0 node_network_iface_link_mode{device="veth7741c5c"} 0 node_network_iface_link_mode{device="veth7846116"} 0 node_network_iface_link_mode{device="veth7aeac03"} 0 node_network_iface_link_mode{device="veth7c479ae"} 0 node_network_iface_link_mode{device="veth80f7948"} 0 node_network_iface_link_mode{device="veth81dff31"} 0 node_network_iface_link_mode{device="veth82ef817"} 0 node_network_iface_link_mode{device="veth840e72c"} 0 node_network_iface_link_mode{device="veth8496ec4"} 0 node_network_iface_link_mode{device="veth851ee81"} 0 node_network_iface_link_mode{device="veth870036f"} 0 node_network_iface_link_mode{device="veth875f315"} 0 node_network_iface_link_mode{device="veth8bd5ad7"} 0 node_network_iface_link_mode{device="veth8be9d9e"} 0 node_network_iface_link_mode{device="veth9047b17"} 0 node_network_iface_link_mode{device="veth906781d"} 0 node_network_iface_link_mode{device="veth95f05a1"} 0 node_network_iface_link_mode{device="veth9e91e1b"} 0 node_network_iface_link_mode{device="vetha08c0f6"} 0 node_network_iface_link_mode{device="vetha41a105"} 0 node_network_iface_link_mode{device="vetha4875f6"} 0 node_network_iface_link_mode{device="vetha48929f"} 0 node_network_iface_link_mode{device="vetha723bd3"} 0 node_network_iface_link_mode{device="vetha919ca9"} 0 node_network_iface_link_mode{device="vetha98e772"} 0 node_network_iface_link_mode{device="vethab3bd25"} 0 node_network_iface_link_mode{device="vethb3d21a2"} 0 node_network_iface_link_mode{device="vethb417394"} 0 node_network_iface_link_mode{device="vethb7a269d"} 0 node_network_iface_link_mode{device="vethb9a9534"} 0 node_network_iface_link_mode{device="vethbac5f0e"} 0 node_network_iface_link_mode{device="vethbff2c68"} 0 node_network_iface_link_mode{device="vethc1a752d"} 0 node_network_iface_link_mode{device="vethc28585a"} 0 node_network_iface_link_mode{device="vethc2a5326"} 0 node_network_iface_link_mode{device="vethc2f0b04"} 0 node_network_iface_link_mode{device="vethc3858da"} 0 node_network_iface_link_mode{device="vethc4e97b5"} 0 node_network_iface_link_mode{device="vethcdacbb8"} 0 node_network_iface_link_mode{device="vethd05d5e7"} 0 node_network_iface_link_mode{device="vethd17323c"} 0 node_network_iface_link_mode{device="vethd340908"} 0 node_network_iface_link_mode{device="vethd65fca9"} 0 node_network_iface_link_mode{device="vethd892625"} 0 node_network_iface_link_mode{device="vethd8954ee"} 0 node_network_iface_link_mode{device="vethdac71f4"} 0 node_network_iface_link_mode{device="vethdccb4f6"} 0 node_network_iface_link_mode{device="vethe0fac9c"} 0 node_network_iface_link_mode{device="vethe34198b"} 0 node_network_iface_link_mode{device="vethe99736b"} 0 node_network_iface_link_mode{device="vethebfb87a"} 0 node_network_iface_link_mode{device="vethf3cf17d"} 0 node_network_iface_link_mode{device="vethf519f6b"} 0 node_network_iface_link_mode{device="vethf58cac9"} 0 node_network_iface_link_mode{device="vethf5fad42"} 0 node_network_iface_link_mode{device="vethf759056"} 0 node_network_iface_link_mode{device="vethf8a6138"} 0 node_network_iface_link_mode{device="vethf9b8825"} 0 node_network_iface_link_mode{device="vethfa0f62a"} 0 node_network_iface_link_mode{device="vethfaafd44"} 0 node_network_iface_link_mode{device="vethfd1485f"} 0 node_network_iface_link_mode{device="vethfd64dbe"} 0 node_network_iface_link_mode{device="vethfe7a3ce"} 0 node_network_iface_link_mode{device="vethff353f2"} 0 node_network_iface_link_mode{device="vethffeed84"} 0 node_network_iface_link_mode{device="vethfff17ca"} 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:47:a0:c8:3e:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e91e1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:50:70:15:d2:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3cf17d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:6b:ae:57:47:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82ef817",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ad:c3:80:c1:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7aeac03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:ff:30:3b:2f:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5eff982",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:87:77:0c:7a:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha919ca9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:8b:d9:4d:f2:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf58cac9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:9b:85:28:e3:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81dff31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:49:17:7f:d9:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1a752d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:86:a0:76:3b:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4875f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:d0:bf:25:59:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9047b17",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:71:ee:f5:18:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80f7948",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ce:61:ba:5a:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3d21a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:86:99:b1:4c:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5551825",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8f:4d:10:ae:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth740fdba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9a:82:7d:40:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2aece78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9d:87:e5:f0:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth875f315",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:da:66:b6:37:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95f05a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:79:cd:8b:5d:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59470d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:7d:c8:8b:0b:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd340908",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:7b:1a:dc:df:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc28585a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c1:63:f4:e8:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9a9534",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:1e:ba:23:fe:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a2e143",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4e:76:91:ff:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54dd04c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:57:9e:05:cc:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth100e03a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b4:90:33:7b:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7a269d",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: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="32:21:7f:54:9e:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59cdaa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:da:4b:59:19:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd05d5e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:f7:46:7c:4d:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3512d74",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:25:71:02:1c:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf759056",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:48:8b:62:78:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd65fca9",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="42:1b:6f:07:ec:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd64dbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:5d:c1:6f:9f:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2f0b04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:35:52:25:af:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ba7277",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:a8:c7:28:b5:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdac71f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:d9:a8:de:37:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40449c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:34:0a:c9:dd:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72209c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:d3:02:43:2c:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdacbb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:50:2d:b6:b9:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c479ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:67:e3:1e:4b:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth851ee81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c8:9f:ae:13:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bd5ad7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:73:fe:58:62:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cd6b24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:fe:e3:9a:7d:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbff2c68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:17:34:50:f0:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72e6b1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c0:49:26:f2:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfaafd44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ca:0e:5f:a9:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth138692d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:23:7d:9f:3e:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebfb87a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:7c:4b:e4:76:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45bfb70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:93:52:79:74:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe7a3ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:d9:d9:8f:e4:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab3bd25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:22:4e:0a:42:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e003b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:cd:01:a5:e7:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha98e772",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:b3:c7:4a:40:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfff17ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:56:17:69:8b:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38a02fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:ec:51:e3:9d:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe34198b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:e3:f5:81:a7:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8496ec4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:58:17:3c:9a:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd892625",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:99:9d:84:68:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ea4150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:ab:e1:c2:03:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e4ae1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:09:28:5a:34:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha48929f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f5:31:4d:d3:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30e4046",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:32:3a:68:ee:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ad2fa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:69:ca:39:81:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth840e72c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:75:fb:ec:2c:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dbf6f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:fe:21:59:91:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2a5326",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:be:0b:24:5c:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha723bd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ce:db:eb:0f:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdccb4f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:aa:bc:01:0f:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6814fd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:c3:8f:29:19:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69b48b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d8:67:c0:23:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff353f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:f4:11:ad:37:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1db16fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:4d:a9:7a:a5:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth870036f",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="a6:22:48:3b:43:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth492e223",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:1d:03:bc:67:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf519f6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:a2:0d:2e:1f:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e00fb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:28:7a:d9:ae:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8be9d9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:c3:70:30:48:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7846116",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:ca:c0:5c:b1:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7741c5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:51:3f:a1:ae:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha08c0f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:d0:a7:8c:40:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth517a107",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:50:36:9f:0d:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0fac9c",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:5a:ea:68:c2:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth144b61f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c7:a0:bd:1f:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f6a0b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c9:3d:86:f0:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72da8ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:1c:7f:a5:2e:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8a6138",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:5b:15:dc:14:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68d6ab8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:67:82:b4:b7:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e90167",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:dd:b8:c6:ad:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe99736b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:24:da:8c:ea:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ed0628",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:60:85:57:da:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ebf049",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:f7:ac:4a:47:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5fad42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a9:3c:27:9f:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58aa8e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:60:2b:a1:a8:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9b8825",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:1b:ec:13:d1:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2714122",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:72:35:bb:e1:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd17323c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d6:c0:4c:a6:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4e97b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:35:34:47:9e:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth906781d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:91:9c:f5:bb:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd1485f",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:c1:6b:ee:63:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1db2b07",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:d5:2e:d2:ef:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa0f62a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e3:3f:5f:63:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2611028",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:35:c7:d4:f7:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbac5f0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:ac:d7:03:c3:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth290d06b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:c7:22:5c:06:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70ef54b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:00:f1:9f:cd:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb417394",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:43:74:79:d9:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha41a105",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:19:eb:c3:63:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6abf383",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:3a:0d:be:ce:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffeed84",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:79:84:ac:64:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3858da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:66:77:85:c8:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth418e500",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:d0:10:2d:98:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25bdfad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:cd:bf:83:ea:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8954ee",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="veth0ad2fa5"} 1500 node_network_mtu_bytes{device="veth0e90167"} 1500 node_network_mtu_bytes{device="veth100e03a"} 1500 node_network_mtu_bytes{device="veth138692d"} 1500 node_network_mtu_bytes{device="veth144b61f"} 1500 node_network_mtu_bytes{device="veth1cd6b24"} 1500 node_network_mtu_bytes{device="veth1db16fb"} 1500 node_network_mtu_bytes{device="veth1db2b07"} 1500 node_network_mtu_bytes{device="veth1dbf6f5"} 1500 node_network_mtu_bytes{device="veth1ebf049"} 1500 node_network_mtu_bytes{device="veth25bdfad"} 1500 node_network_mtu_bytes{device="veth2611028"} 1500 node_network_mtu_bytes{device="veth2714122"} 1500 node_network_mtu_bytes{device="veth290d06b"} 1500 node_network_mtu_bytes{device="veth2aece78"} 1500 node_network_mtu_bytes{device="veth2e4ae1b"} 1500 node_network_mtu_bytes{device="veth2ea4150"} 1500 node_network_mtu_bytes{device="veth2ed0628"} 1500 node_network_mtu_bytes{device="veth30e4046"} 1500 node_network_mtu_bytes{device="veth3512d74"} 1500 node_network_mtu_bytes{device="veth38a02fa"} 1500 node_network_mtu_bytes{device="veth40449c7"} 1500 node_network_mtu_bytes{device="veth418e500"} 1500 node_network_mtu_bytes{device="veth45bfb70"} 1500 node_network_mtu_bytes{device="veth492e223"} 1500 node_network_mtu_bytes{device="veth4ba7277"} 1500 node_network_mtu_bytes{device="veth4e00fb2"} 1500 node_network_mtu_bytes{device="veth517a107"} 1500 node_network_mtu_bytes{device="veth54dd04c"} 1500 node_network_mtu_bytes{device="veth5551825"} 1500 node_network_mtu_bytes{device="veth58aa8e8"} 1500 node_network_mtu_bytes{device="veth59470d0"} 1500 node_network_mtu_bytes{device="veth59cdaa2"} 1500 node_network_mtu_bytes{device="veth5a2e143"} 1500 node_network_mtu_bytes{device="veth5eff982"} 1500 node_network_mtu_bytes{device="veth5f6a0b2"} 1500 node_network_mtu_bytes{device="veth6814fd6"} 1500 node_network_mtu_bytes{device="veth68d6ab8"} 1500 node_network_mtu_bytes{device="veth69b48b8"} 1500 node_network_mtu_bytes{device="veth6abf383"} 1500 node_network_mtu_bytes{device="veth6e003b0"} 1500 node_network_mtu_bytes{device="veth70ef54b"} 1500 node_network_mtu_bytes{device="veth72209c4"} 1500 node_network_mtu_bytes{device="veth72da8ca"} 1500 node_network_mtu_bytes{device="veth72e6b1b"} 1500 node_network_mtu_bytes{device="veth740fdba"} 1500 node_network_mtu_bytes{device="veth7741c5c"} 1500 node_network_mtu_bytes{device="veth7846116"} 1500 node_network_mtu_bytes{device="veth7aeac03"} 1500 node_network_mtu_bytes{device="veth7c479ae"} 1500 node_network_mtu_bytes{device="veth80f7948"} 1500 node_network_mtu_bytes{device="veth81dff31"} 1500 node_network_mtu_bytes{device="veth82ef817"} 1500 node_network_mtu_bytes{device="veth840e72c"} 1500 node_network_mtu_bytes{device="veth8496ec4"} 1500 node_network_mtu_bytes{device="veth851ee81"} 1500 node_network_mtu_bytes{device="veth870036f"} 1500 node_network_mtu_bytes{device="veth875f315"} 1500 node_network_mtu_bytes{device="veth8bd5ad7"} 1500 node_network_mtu_bytes{device="veth8be9d9e"} 1500 node_network_mtu_bytes{device="veth9047b17"} 1500 node_network_mtu_bytes{device="veth906781d"} 1500 node_network_mtu_bytes{device="veth95f05a1"} 1500 node_network_mtu_bytes{device="veth9e91e1b"} 1500 node_network_mtu_bytes{device="vetha08c0f6"} 1500 node_network_mtu_bytes{device="vetha41a105"} 1500 node_network_mtu_bytes{device="vetha4875f6"} 1500 node_network_mtu_bytes{device="vetha48929f"} 1500 node_network_mtu_bytes{device="vetha723bd3"} 1500 node_network_mtu_bytes{device="vetha919ca9"} 1500 node_network_mtu_bytes{device="vetha98e772"} 1500 node_network_mtu_bytes{device="vethab3bd25"} 1500 node_network_mtu_bytes{device="vethb3d21a2"} 1500 node_network_mtu_bytes{device="vethb417394"} 1500 node_network_mtu_bytes{device="vethb7a269d"} 1500 node_network_mtu_bytes{device="vethb9a9534"} 1500 node_network_mtu_bytes{device="vethbac5f0e"} 1500 node_network_mtu_bytes{device="vethbff2c68"} 1500 node_network_mtu_bytes{device="vethc1a752d"} 1500 node_network_mtu_bytes{device="vethc28585a"} 1500 node_network_mtu_bytes{device="vethc2a5326"} 1500 node_network_mtu_bytes{device="vethc2f0b04"} 1500 node_network_mtu_bytes{device="vethc3858da"} 1500 node_network_mtu_bytes{device="vethc4e97b5"} 1500 node_network_mtu_bytes{device="vethcdacbb8"} 1500 node_network_mtu_bytes{device="vethd05d5e7"} 1500 node_network_mtu_bytes{device="vethd17323c"} 1500 node_network_mtu_bytes{device="vethd340908"} 1500 node_network_mtu_bytes{device="vethd65fca9"} 1500 node_network_mtu_bytes{device="vethd892625"} 1500 node_network_mtu_bytes{device="vethd8954ee"} 1500 node_network_mtu_bytes{device="vethdac71f4"} 1500 node_network_mtu_bytes{device="vethdccb4f6"} 1500 node_network_mtu_bytes{device="vethe0fac9c"} 1500 node_network_mtu_bytes{device="vethe34198b"} 1500 node_network_mtu_bytes{device="vethe99736b"} 1500 node_network_mtu_bytes{device="vethebfb87a"} 1500 node_network_mtu_bytes{device="vethf3cf17d"} 1500 node_network_mtu_bytes{device="vethf519f6b"} 1500 node_network_mtu_bytes{device="vethf58cac9"} 1500 node_network_mtu_bytes{device="vethf5fad42"} 1500 node_network_mtu_bytes{device="vethf759056"} 1500 node_network_mtu_bytes{device="vethf8a6138"} 1500 node_network_mtu_bytes{device="vethf9b8825"} 1500 node_network_mtu_bytes{device="vethfa0f62a"} 1500 node_network_mtu_bytes{device="vethfaafd44"} 1500 node_network_mtu_bytes{device="vethfd1485f"} 1500 node_network_mtu_bytes{device="vethfd64dbe"} 1500 node_network_mtu_bytes{device="vethfe7a3ce"} 1500 node_network_mtu_bytes{device="vethff353f2"} 1500 node_network_mtu_bytes{device="vethffeed84"} 1500 node_network_mtu_bytes{device="vethfff17ca"} 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="veth0ad2fa5"} 3 node_network_name_assign_type{device="veth0e90167"} 3 node_network_name_assign_type{device="veth100e03a"} 3 node_network_name_assign_type{device="veth138692d"} 3 node_network_name_assign_type{device="veth144b61f"} 3 node_network_name_assign_type{device="veth1cd6b24"} 3 node_network_name_assign_type{device="veth1db16fb"} 3 node_network_name_assign_type{device="veth1db2b07"} 3 node_network_name_assign_type{device="veth1dbf6f5"} 3 node_network_name_assign_type{device="veth1ebf049"} 3 node_network_name_assign_type{device="veth25bdfad"} 3 node_network_name_assign_type{device="veth2611028"} 3 node_network_name_assign_type{device="veth2714122"} 3 node_network_name_assign_type{device="veth290d06b"} 3 node_network_name_assign_type{device="veth2aece78"} 3 node_network_name_assign_type{device="veth2e4ae1b"} 3 node_network_name_assign_type{device="veth2ea4150"} 3 node_network_name_assign_type{device="veth2ed0628"} 3 node_network_name_assign_type{device="veth30e4046"} 3 node_network_name_assign_type{device="veth3512d74"} 3 node_network_name_assign_type{device="veth38a02fa"} 3 node_network_name_assign_type{device="veth40449c7"} 3 node_network_name_assign_type{device="veth418e500"} 3 node_network_name_assign_type{device="veth45bfb70"} 3 node_network_name_assign_type{device="veth492e223"} 3 node_network_name_assign_type{device="veth4ba7277"} 3 node_network_name_assign_type{device="veth4e00fb2"} 3 node_network_name_assign_type{device="veth517a107"} 3 node_network_name_assign_type{device="veth54dd04c"} 3 node_network_name_assign_type{device="veth5551825"} 3 node_network_name_assign_type{device="veth58aa8e8"} 3 node_network_name_assign_type{device="veth59470d0"} 3 node_network_name_assign_type{device="veth59cdaa2"} 3 node_network_name_assign_type{device="veth5a2e143"} 3 node_network_name_assign_type{device="veth5eff982"} 3 node_network_name_assign_type{device="veth5f6a0b2"} 3 node_network_name_assign_type{device="veth6814fd6"} 3 node_network_name_assign_type{device="veth68d6ab8"} 3 node_network_name_assign_type{device="veth69b48b8"} 3 node_network_name_assign_type{device="veth6abf383"} 3 node_network_name_assign_type{device="veth6e003b0"} 3 node_network_name_assign_type{device="veth70ef54b"} 3 node_network_name_assign_type{device="veth72209c4"} 3 node_network_name_assign_type{device="veth72da8ca"} 3 node_network_name_assign_type{device="veth72e6b1b"} 3 node_network_name_assign_type{device="veth740fdba"} 3 node_network_name_assign_type{device="veth7741c5c"} 3 node_network_name_assign_type{device="veth7846116"} 3 node_network_name_assign_type{device="veth7aeac03"} 3 node_network_name_assign_type{device="veth7c479ae"} 3 node_network_name_assign_type{device="veth80f7948"} 3 node_network_name_assign_type{device="veth81dff31"} 3 node_network_name_assign_type{device="veth82ef817"} 3 node_network_name_assign_type{device="veth840e72c"} 3 node_network_name_assign_type{device="veth8496ec4"} 3 node_network_name_assign_type{device="veth851ee81"} 3 node_network_name_assign_type{device="veth870036f"} 3 node_network_name_assign_type{device="veth875f315"} 3 node_network_name_assign_type{device="veth8bd5ad7"} 3 node_network_name_assign_type{device="veth8be9d9e"} 3 node_network_name_assign_type{device="veth9047b17"} 3 node_network_name_assign_type{device="veth906781d"} 3 node_network_name_assign_type{device="veth95f05a1"} 3 node_network_name_assign_type{device="veth9e91e1b"} 3 node_network_name_assign_type{device="vetha08c0f6"} 3 node_network_name_assign_type{device="vetha41a105"} 3 node_network_name_assign_type{device="vetha4875f6"} 3 node_network_name_assign_type{device="vetha48929f"} 3 node_network_name_assign_type{device="vetha723bd3"} 3 node_network_name_assign_type{device="vetha919ca9"} 3 node_network_name_assign_type{device="vetha98e772"} 3 node_network_name_assign_type{device="vethab3bd25"} 3 node_network_name_assign_type{device="vethb3d21a2"} 3 node_network_name_assign_type{device="vethb417394"} 3 node_network_name_assign_type{device="vethb7a269d"} 3 node_network_name_assign_type{device="vethb9a9534"} 3 node_network_name_assign_type{device="vethbac5f0e"} 3 node_network_name_assign_type{device="vethbff2c68"} 3 node_network_name_assign_type{device="vethc1a752d"} 3 node_network_name_assign_type{device="vethc28585a"} 3 node_network_name_assign_type{device="vethc2a5326"} 3 node_network_name_assign_type{device="vethc2f0b04"} 3 node_network_name_assign_type{device="vethc3858da"} 3 node_network_name_assign_type{device="vethc4e97b5"} 3 node_network_name_assign_type{device="vethcdacbb8"} 3 node_network_name_assign_type{device="vethd05d5e7"} 3 node_network_name_assign_type{device="vethd17323c"} 3 node_network_name_assign_type{device="vethd340908"} 3 node_network_name_assign_type{device="vethd65fca9"} 3 node_network_name_assign_type{device="vethd892625"} 3 node_network_name_assign_type{device="vethd8954ee"} 3 node_network_name_assign_type{device="vethdac71f4"} 3 node_network_name_assign_type{device="vethdccb4f6"} 3 node_network_name_assign_type{device="vethe0fac9c"} 3 node_network_name_assign_type{device="vethe34198b"} 3 node_network_name_assign_type{device="vethe99736b"} 3 node_network_name_assign_type{device="vethebfb87a"} 3 node_network_name_assign_type{device="vethf3cf17d"} 3 node_network_name_assign_type{device="vethf519f6b"} 3 node_network_name_assign_type{device="vethf58cac9"} 3 node_network_name_assign_type{device="vethf5fad42"} 3 node_network_name_assign_type{device="vethf759056"} 3 node_network_name_assign_type{device="vethf8a6138"} 3 node_network_name_assign_type{device="vethf9b8825"} 3 node_network_name_assign_type{device="vethfa0f62a"} 3 node_network_name_assign_type{device="vethfaafd44"} 3 node_network_name_assign_type{device="vethfd1485f"} 3 node_network_name_assign_type{device="vethfd64dbe"} 3 node_network_name_assign_type{device="vethfe7a3ce"} 3 node_network_name_assign_type{device="vethff353f2"} 3 node_network_name_assign_type{device="vethffeed84"} 3 node_network_name_assign_type{device="vethfff17ca"} 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="veth0ad2fa5"} 0 node_network_net_dev_group{device="veth0e90167"} 0 node_network_net_dev_group{device="veth100e03a"} 0 node_network_net_dev_group{device="veth138692d"} 0 node_network_net_dev_group{device="veth144b61f"} 0 node_network_net_dev_group{device="veth1cd6b24"} 0 node_network_net_dev_group{device="veth1db16fb"} 0 node_network_net_dev_group{device="veth1db2b07"} 0 node_network_net_dev_group{device="veth1dbf6f5"} 0 node_network_net_dev_group{device="veth1ebf049"} 0 node_network_net_dev_group{device="veth25bdfad"} 0 node_network_net_dev_group{device="veth2611028"} 0 node_network_net_dev_group{device="veth2714122"} 0 node_network_net_dev_group{device="veth290d06b"} 0 node_network_net_dev_group{device="veth2aece78"} 0 node_network_net_dev_group{device="veth2e4ae1b"} 0 node_network_net_dev_group{device="veth2ea4150"} 0 node_network_net_dev_group{device="veth2ed0628"} 0 node_network_net_dev_group{device="veth30e4046"} 0 node_network_net_dev_group{device="veth3512d74"} 0 node_network_net_dev_group{device="veth38a02fa"} 0 node_network_net_dev_group{device="veth40449c7"} 0 node_network_net_dev_group{device="veth418e500"} 0 node_network_net_dev_group{device="veth45bfb70"} 0 node_network_net_dev_group{device="veth492e223"} 0 node_network_net_dev_group{device="veth4ba7277"} 0 node_network_net_dev_group{device="veth4e00fb2"} 0 node_network_net_dev_group{device="veth517a107"} 0 node_network_net_dev_group{device="veth54dd04c"} 0 node_network_net_dev_group{device="veth5551825"} 0 node_network_net_dev_group{device="veth58aa8e8"} 0 node_network_net_dev_group{device="veth59470d0"} 0 node_network_net_dev_group{device="veth59cdaa2"} 0 node_network_net_dev_group{device="veth5a2e143"} 0 node_network_net_dev_group{device="veth5eff982"} 0 node_network_net_dev_group{device="veth5f6a0b2"} 0 node_network_net_dev_group{device="veth6814fd6"} 0 node_network_net_dev_group{device="veth68d6ab8"} 0 node_network_net_dev_group{device="veth69b48b8"} 0 node_network_net_dev_group{device="veth6abf383"} 0 node_network_net_dev_group{device="veth6e003b0"} 0 node_network_net_dev_group{device="veth70ef54b"} 0 node_network_net_dev_group{device="veth72209c4"} 0 node_network_net_dev_group{device="veth72da8ca"} 0 node_network_net_dev_group{device="veth72e6b1b"} 0 node_network_net_dev_group{device="veth740fdba"} 0 node_network_net_dev_group{device="veth7741c5c"} 0 node_network_net_dev_group{device="veth7846116"} 0 node_network_net_dev_group{device="veth7aeac03"} 0 node_network_net_dev_group{device="veth7c479ae"} 0 node_network_net_dev_group{device="veth80f7948"} 0 node_network_net_dev_group{device="veth81dff31"} 0 node_network_net_dev_group{device="veth82ef817"} 0 node_network_net_dev_group{device="veth840e72c"} 0 node_network_net_dev_group{device="veth8496ec4"} 0 node_network_net_dev_group{device="veth851ee81"} 0 node_network_net_dev_group{device="veth870036f"} 0 node_network_net_dev_group{device="veth875f315"} 0 node_network_net_dev_group{device="veth8bd5ad7"} 0 node_network_net_dev_group{device="veth8be9d9e"} 0 node_network_net_dev_group{device="veth9047b17"} 0 node_network_net_dev_group{device="veth906781d"} 0 node_network_net_dev_group{device="veth95f05a1"} 0 node_network_net_dev_group{device="veth9e91e1b"} 0 node_network_net_dev_group{device="vetha08c0f6"} 0 node_network_net_dev_group{device="vetha41a105"} 0 node_network_net_dev_group{device="vetha4875f6"} 0 node_network_net_dev_group{device="vetha48929f"} 0 node_network_net_dev_group{device="vetha723bd3"} 0 node_network_net_dev_group{device="vetha919ca9"} 0 node_network_net_dev_group{device="vetha98e772"} 0 node_network_net_dev_group{device="vethab3bd25"} 0 node_network_net_dev_group{device="vethb3d21a2"} 0 node_network_net_dev_group{device="vethb417394"} 0 node_network_net_dev_group{device="vethb7a269d"} 0 node_network_net_dev_group{device="vethb9a9534"} 0 node_network_net_dev_group{device="vethbac5f0e"} 0 node_network_net_dev_group{device="vethbff2c68"} 0 node_network_net_dev_group{device="vethc1a752d"} 0 node_network_net_dev_group{device="vethc28585a"} 0 node_network_net_dev_group{device="vethc2a5326"} 0 node_network_net_dev_group{device="vethc2f0b04"} 0 node_network_net_dev_group{device="vethc3858da"} 0 node_network_net_dev_group{device="vethc4e97b5"} 0 node_network_net_dev_group{device="vethcdacbb8"} 0 node_network_net_dev_group{device="vethd05d5e7"} 0 node_network_net_dev_group{device="vethd17323c"} 0 node_network_net_dev_group{device="vethd340908"} 0 node_network_net_dev_group{device="vethd65fca9"} 0 node_network_net_dev_group{device="vethd892625"} 0 node_network_net_dev_group{device="vethd8954ee"} 0 node_network_net_dev_group{device="vethdac71f4"} 0 node_network_net_dev_group{device="vethdccb4f6"} 0 node_network_net_dev_group{device="vethe0fac9c"} 0 node_network_net_dev_group{device="vethe34198b"} 0 node_network_net_dev_group{device="vethe99736b"} 0 node_network_net_dev_group{device="vethebfb87a"} 0 node_network_net_dev_group{device="vethf3cf17d"} 0 node_network_net_dev_group{device="vethf519f6b"} 0 node_network_net_dev_group{device="vethf58cac9"} 0 node_network_net_dev_group{device="vethf5fad42"} 0 node_network_net_dev_group{device="vethf759056"} 0 node_network_net_dev_group{device="vethf8a6138"} 0 node_network_net_dev_group{device="vethf9b8825"} 0 node_network_net_dev_group{device="vethfa0f62a"} 0 node_network_net_dev_group{device="vethfaafd44"} 0 node_network_net_dev_group{device="vethfd1485f"} 0 node_network_net_dev_group{device="vethfd64dbe"} 0 node_network_net_dev_group{device="vethfe7a3ce"} 0 node_network_net_dev_group{device="vethff353f2"} 0 node_network_net_dev_group{device="vethffeed84"} 0 node_network_net_dev_group{device="vethfff17ca"} 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="veth0ad2fa5"} 1 node_network_protocol_type{device="veth0e90167"} 1 node_network_protocol_type{device="veth100e03a"} 1 node_network_protocol_type{device="veth138692d"} 1 node_network_protocol_type{device="veth144b61f"} 1 node_network_protocol_type{device="veth1cd6b24"} 1 node_network_protocol_type{device="veth1db16fb"} 1 node_network_protocol_type{device="veth1db2b07"} 1 node_network_protocol_type{device="veth1dbf6f5"} 1 node_network_protocol_type{device="veth1ebf049"} 1 node_network_protocol_type{device="veth25bdfad"} 1 node_network_protocol_type{device="veth2611028"} 1 node_network_protocol_type{device="veth2714122"} 1 node_network_protocol_type{device="veth290d06b"} 1 node_network_protocol_type{device="veth2aece78"} 1 node_network_protocol_type{device="veth2e4ae1b"} 1 node_network_protocol_type{device="veth2ea4150"} 1 node_network_protocol_type{device="veth2ed0628"} 1 node_network_protocol_type{device="veth30e4046"} 1 node_network_protocol_type{device="veth3512d74"} 1 node_network_protocol_type{device="veth38a02fa"} 1 node_network_protocol_type{device="veth40449c7"} 1 node_network_protocol_type{device="veth418e500"} 1 node_network_protocol_type{device="veth45bfb70"} 1 node_network_protocol_type{device="veth492e223"} 1 node_network_protocol_type{device="veth4ba7277"} 1 node_network_protocol_type{device="veth4e00fb2"} 1 node_network_protocol_type{device="veth517a107"} 1 node_network_protocol_type{device="veth54dd04c"} 1 node_network_protocol_type{device="veth5551825"} 1 node_network_protocol_type{device="veth58aa8e8"} 1 node_network_protocol_type{device="veth59470d0"} 1 node_network_protocol_type{device="veth59cdaa2"} 1 node_network_protocol_type{device="veth5a2e143"} 1 node_network_protocol_type{device="veth5eff982"} 1 node_network_protocol_type{device="veth5f6a0b2"} 1 node_network_protocol_type{device="veth6814fd6"} 1 node_network_protocol_type{device="veth68d6ab8"} 1 node_network_protocol_type{device="veth69b48b8"} 1 node_network_protocol_type{device="veth6abf383"} 1 node_network_protocol_type{device="veth6e003b0"} 1 node_network_protocol_type{device="veth70ef54b"} 1 node_network_protocol_type{device="veth72209c4"} 1 node_network_protocol_type{device="veth72da8ca"} 1 node_network_protocol_type{device="veth72e6b1b"} 1 node_network_protocol_type{device="veth740fdba"} 1 node_network_protocol_type{device="veth7741c5c"} 1 node_network_protocol_type{device="veth7846116"} 1 node_network_protocol_type{device="veth7aeac03"} 1 node_network_protocol_type{device="veth7c479ae"} 1 node_network_protocol_type{device="veth80f7948"} 1 node_network_protocol_type{device="veth81dff31"} 1 node_network_protocol_type{device="veth82ef817"} 1 node_network_protocol_type{device="veth840e72c"} 1 node_network_protocol_type{device="veth8496ec4"} 1 node_network_protocol_type{device="veth851ee81"} 1 node_network_protocol_type{device="veth870036f"} 1 node_network_protocol_type{device="veth875f315"} 1 node_network_protocol_type{device="veth8bd5ad7"} 1 node_network_protocol_type{device="veth8be9d9e"} 1 node_network_protocol_type{device="veth9047b17"} 1 node_network_protocol_type{device="veth906781d"} 1 node_network_protocol_type{device="veth95f05a1"} 1 node_network_protocol_type{device="veth9e91e1b"} 1 node_network_protocol_type{device="vetha08c0f6"} 1 node_network_protocol_type{device="vetha41a105"} 1 node_network_protocol_type{device="vetha4875f6"} 1 node_network_protocol_type{device="vetha48929f"} 1 node_network_protocol_type{device="vetha723bd3"} 1 node_network_protocol_type{device="vetha919ca9"} 1 node_network_protocol_type{device="vetha98e772"} 1 node_network_protocol_type{device="vethab3bd25"} 1 node_network_protocol_type{device="vethb3d21a2"} 1 node_network_protocol_type{device="vethb417394"} 1 node_network_protocol_type{device="vethb7a269d"} 1 node_network_protocol_type{device="vethb9a9534"} 1 node_network_protocol_type{device="vethbac5f0e"} 1 node_network_protocol_type{device="vethbff2c68"} 1 node_network_protocol_type{device="vethc1a752d"} 1 node_network_protocol_type{device="vethc28585a"} 1 node_network_protocol_type{device="vethc2a5326"} 1 node_network_protocol_type{device="vethc2f0b04"} 1 node_network_protocol_type{device="vethc3858da"} 1 node_network_protocol_type{device="vethc4e97b5"} 1 node_network_protocol_type{device="vethcdacbb8"} 1 node_network_protocol_type{device="vethd05d5e7"} 1 node_network_protocol_type{device="vethd17323c"} 1 node_network_protocol_type{device="vethd340908"} 1 node_network_protocol_type{device="vethd65fca9"} 1 node_network_protocol_type{device="vethd892625"} 1 node_network_protocol_type{device="vethd8954ee"} 1 node_network_protocol_type{device="vethdac71f4"} 1 node_network_protocol_type{device="vethdccb4f6"} 1 node_network_protocol_type{device="vethe0fac9c"} 1 node_network_protocol_type{device="vethe34198b"} 1 node_network_protocol_type{device="vethe99736b"} 1 node_network_protocol_type{device="vethebfb87a"} 1 node_network_protocol_type{device="vethf3cf17d"} 1 node_network_protocol_type{device="vethf519f6b"} 1 node_network_protocol_type{device="vethf58cac9"} 1 node_network_protocol_type{device="vethf5fad42"} 1 node_network_protocol_type{device="vethf759056"} 1 node_network_protocol_type{device="vethf8a6138"} 1 node_network_protocol_type{device="vethf9b8825"} 1 node_network_protocol_type{device="vethfa0f62a"} 1 node_network_protocol_type{device="vethfaafd44"} 1 node_network_protocol_type{device="vethfd1485f"} 1 node_network_protocol_type{device="vethfd64dbe"} 1 node_network_protocol_type{device="vethfe7a3ce"} 1 node_network_protocol_type{device="vethff353f2"} 1 node_network_protocol_type{device="vethffeed84"} 1 node_network_protocol_type{device="vethfff17ca"} 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"} 580 node_network_receive_bytes_total{device="eth1"} 1.63863484e+08 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"} 6 node_network_receive_packets_total{device="eth1"} 1.284086e+06 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="veth0ad2fa5"} 1.25e+09 node_network_speed_bytes{device="veth0e90167"} 1.25e+09 node_network_speed_bytes{device="veth100e03a"} 1.25e+09 node_network_speed_bytes{device="veth138692d"} 1.25e+09 node_network_speed_bytes{device="veth144b61f"} 1.25e+09 node_network_speed_bytes{device="veth1cd6b24"} 1.25e+09 node_network_speed_bytes{device="veth1db16fb"} 1.25e+09 node_network_speed_bytes{device="veth1db2b07"} 1.25e+09 node_network_speed_bytes{device="veth1dbf6f5"} 1.25e+09 node_network_speed_bytes{device="veth1ebf049"} 1.25e+09 node_network_speed_bytes{device="veth25bdfad"} 1.25e+09 node_network_speed_bytes{device="veth2611028"} 1.25e+09 node_network_speed_bytes{device="veth2714122"} 1.25e+09 node_network_speed_bytes{device="veth290d06b"} 1.25e+09 node_network_speed_bytes{device="veth2aece78"} 1.25e+09 node_network_speed_bytes{device="veth2e4ae1b"} 1.25e+09 node_network_speed_bytes{device="veth2ea4150"} 1.25e+09 node_network_speed_bytes{device="veth2ed0628"} 1.25e+09 node_network_speed_bytes{device="veth30e4046"} 1.25e+09 node_network_speed_bytes{device="veth3512d74"} 1.25e+09 node_network_speed_bytes{device="veth38a02fa"} 1.25e+09 node_network_speed_bytes{device="veth40449c7"} 1.25e+09 node_network_speed_bytes{device="veth418e500"} 1.25e+09 node_network_speed_bytes{device="veth45bfb70"} 1.25e+09 node_network_speed_bytes{device="veth492e223"} 1.25e+09 node_network_speed_bytes{device="veth4ba7277"} 1.25e+09 node_network_speed_bytes{device="veth4e00fb2"} 1.25e+09 node_network_speed_bytes{device="veth517a107"} 1.25e+09 node_network_speed_bytes{device="veth54dd04c"} 1.25e+09 node_network_speed_bytes{device="veth5551825"} 1.25e+09 node_network_speed_bytes{device="veth58aa8e8"} 1.25e+09 node_network_speed_bytes{device="veth59470d0"} 1.25e+09 node_network_speed_bytes{device="veth59cdaa2"} 1.25e+09 node_network_speed_bytes{device="veth5a2e143"} 1.25e+09 node_network_speed_bytes{device="veth5eff982"} 1.25e+09 node_network_speed_bytes{device="veth5f6a0b2"} 1.25e+09 node_network_speed_bytes{device="veth6814fd6"} 1.25e+09 node_network_speed_bytes{device="veth68d6ab8"} 1.25e+09 node_network_speed_bytes{device="veth69b48b8"} 1.25e+09 node_network_speed_bytes{device="veth6abf383"} 1.25e+09 node_network_speed_bytes{device="veth6e003b0"} 1.25e+09 node_network_speed_bytes{device="veth70ef54b"} 1.25e+09 node_network_speed_bytes{device="veth72209c4"} 1.25e+09 node_network_speed_bytes{device="veth72da8ca"} 1.25e+09 node_network_speed_bytes{device="veth72e6b1b"} 1.25e+09 node_network_speed_bytes{device="veth740fdba"} 1.25e+09 node_network_speed_bytes{device="veth7741c5c"} 1.25e+09 node_network_speed_bytes{device="veth7846116"} 1.25e+09 node_network_speed_bytes{device="veth7aeac03"} 1.25e+09 node_network_speed_bytes{device="veth7c479ae"} 1.25e+09 node_network_speed_bytes{device="veth80f7948"} 1.25e+09 node_network_speed_bytes{device="veth81dff31"} 1.25e+09 node_network_speed_bytes{device="veth82ef817"} 1.25e+09 node_network_speed_bytes{device="veth840e72c"} 1.25e+09 node_network_speed_bytes{device="veth8496ec4"} 1.25e+09 node_network_speed_bytes{device="veth851ee81"} 1.25e+09 node_network_speed_bytes{device="veth870036f"} 1.25e+09 node_network_speed_bytes{device="veth875f315"} 1.25e+09 node_network_speed_bytes{device="veth8bd5ad7"} 1.25e+09 node_network_speed_bytes{device="veth8be9d9e"} 1.25e+09 node_network_speed_bytes{device="veth9047b17"} 1.25e+09 node_network_speed_bytes{device="veth906781d"} 1.25e+09 node_network_speed_bytes{device="veth95f05a1"} 1.25e+09 node_network_speed_bytes{device="veth9e91e1b"} 1.25e+09 node_network_speed_bytes{device="vetha08c0f6"} 1.25e+09 node_network_speed_bytes{device="vetha41a105"} 1.25e+09 node_network_speed_bytes{device="vetha4875f6"} 1.25e+09 node_network_speed_bytes{device="vetha48929f"} 1.25e+09 node_network_speed_bytes{device="vetha723bd3"} 1.25e+09 node_network_speed_bytes{device="vetha919ca9"} 1.25e+09 node_network_speed_bytes{device="vetha98e772"} 1.25e+09 node_network_speed_bytes{device="vethab3bd25"} 1.25e+09 node_network_speed_bytes{device="vethb3d21a2"} 1.25e+09 node_network_speed_bytes{device="vethb417394"} 1.25e+09 node_network_speed_bytes{device="vethb7a269d"} 1.25e+09 node_network_speed_bytes{device="vethb9a9534"} 1.25e+09 node_network_speed_bytes{device="vethbac5f0e"} 1.25e+09 node_network_speed_bytes{device="vethbff2c68"} 1.25e+09 node_network_speed_bytes{device="vethc1a752d"} 1.25e+09 node_network_speed_bytes{device="vethc28585a"} 1.25e+09 node_network_speed_bytes{device="vethc2a5326"} 1.25e+09 node_network_speed_bytes{device="vethc2f0b04"} 1.25e+09 node_network_speed_bytes{device="vethc3858da"} 1.25e+09 node_network_speed_bytes{device="vethc4e97b5"} 1.25e+09 node_network_speed_bytes{device="vethcdacbb8"} 1.25e+09 node_network_speed_bytes{device="vethd05d5e7"} 1.25e+09 node_network_speed_bytes{device="vethd17323c"} 1.25e+09 node_network_speed_bytes{device="vethd340908"} 1.25e+09 node_network_speed_bytes{device="vethd65fca9"} 1.25e+09 node_network_speed_bytes{device="vethd892625"} 1.25e+09 node_network_speed_bytes{device="vethd8954ee"} 1.25e+09 node_network_speed_bytes{device="vethdac71f4"} 1.25e+09 node_network_speed_bytes{device="vethdccb4f6"} 1.25e+09 node_network_speed_bytes{device="vethe0fac9c"} 1.25e+09 node_network_speed_bytes{device="vethe34198b"} 1.25e+09 node_network_speed_bytes{device="vethe99736b"} 1.25e+09 node_network_speed_bytes{device="vethebfb87a"} 1.25e+09 node_network_speed_bytes{device="vethf3cf17d"} 1.25e+09 node_network_speed_bytes{device="vethf519f6b"} 1.25e+09 node_network_speed_bytes{device="vethf58cac9"} 1.25e+09 node_network_speed_bytes{device="vethf5fad42"} 1.25e+09 node_network_speed_bytes{device="vethf759056"} 1.25e+09 node_network_speed_bytes{device="vethf8a6138"} 1.25e+09 node_network_speed_bytes{device="vethf9b8825"} 1.25e+09 node_network_speed_bytes{device="vethfa0f62a"} 1.25e+09 node_network_speed_bytes{device="vethfaafd44"} 1.25e+09 node_network_speed_bytes{device="vethfd1485f"} 1.25e+09 node_network_speed_bytes{device="vethfd64dbe"} 1.25e+09 node_network_speed_bytes{device="vethfe7a3ce"} 1.25e+09 node_network_speed_bytes{device="vethff353f2"} 1.25e+09 node_network_speed_bytes{device="vethffeed84"} 1.25e+09 node_network_speed_bytes{device="vethfff17ca"} 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"} 126 node_network_transmit_bytes_total{device="eth1"} 3.644633975e+09 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 node_network_transmit_packets_total{device="eth1"} 1.227224e+06 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="veth0ad2fa5"} 0 node_network_transmit_queue_length{device="veth0e90167"} 0 node_network_transmit_queue_length{device="veth100e03a"} 0 node_network_transmit_queue_length{device="veth138692d"} 0 node_network_transmit_queue_length{device="veth144b61f"} 0 node_network_transmit_queue_length{device="veth1cd6b24"} 0 node_network_transmit_queue_length{device="veth1db16fb"} 0 node_network_transmit_queue_length{device="veth1db2b07"} 0 node_network_transmit_queue_length{device="veth1dbf6f5"} 0 node_network_transmit_queue_length{device="veth1ebf049"} 0 node_network_transmit_queue_length{device="veth25bdfad"} 0 node_network_transmit_queue_length{device="veth2611028"} 0 node_network_transmit_queue_length{device="veth2714122"} 0 node_network_transmit_queue_length{device="veth290d06b"} 0 node_network_transmit_queue_length{device="veth2aece78"} 0 node_network_transmit_queue_length{device="veth2e4ae1b"} 0 node_network_transmit_queue_length{device="veth2ea4150"} 0 node_network_transmit_queue_length{device="veth2ed0628"} 0 node_network_transmit_queue_length{device="veth30e4046"} 0 node_network_transmit_queue_length{device="veth3512d74"} 0 node_network_transmit_queue_length{device="veth38a02fa"} 0 node_network_transmit_queue_length{device="veth40449c7"} 0 node_network_transmit_queue_length{device="veth418e500"} 0 node_network_transmit_queue_length{device="veth45bfb70"} 0 node_network_transmit_queue_length{device="veth492e223"} 0 node_network_transmit_queue_length{device="veth4ba7277"} 0 node_network_transmit_queue_length{device="veth4e00fb2"} 0 node_network_transmit_queue_length{device="veth517a107"} 0 node_network_transmit_queue_length{device="veth54dd04c"} 0 node_network_transmit_queue_length{device="veth5551825"} 0 node_network_transmit_queue_length{device="veth58aa8e8"} 0 node_network_transmit_queue_length{device="veth59470d0"} 0 node_network_transmit_queue_length{device="veth59cdaa2"} 0 node_network_transmit_queue_length{device="veth5a2e143"} 0 node_network_transmit_queue_length{device="veth5eff982"} 0 node_network_transmit_queue_length{device="veth5f6a0b2"} 0 node_network_transmit_queue_length{device="veth6814fd6"} 0 node_network_transmit_queue_length{device="veth68d6ab8"} 0 node_network_transmit_queue_length{device="veth69b48b8"} 0 node_network_transmit_queue_length{device="veth6abf383"} 0 node_network_transmit_queue_length{device="veth6e003b0"} 0 node_network_transmit_queue_length{device="veth70ef54b"} 0 node_network_transmit_queue_length{device="veth72209c4"} 0 node_network_transmit_queue_length{device="veth72da8ca"} 0 node_network_transmit_queue_length{device="veth72e6b1b"} 0 node_network_transmit_queue_length{device="veth740fdba"} 0 node_network_transmit_queue_length{device="veth7741c5c"} 0 node_network_transmit_queue_length{device="veth7846116"} 0 node_network_transmit_queue_length{device="veth7aeac03"} 0 node_network_transmit_queue_length{device="veth7c479ae"} 0 node_network_transmit_queue_length{device="veth80f7948"} 0 node_network_transmit_queue_length{device="veth81dff31"} 0 node_network_transmit_queue_length{device="veth82ef817"} 0 node_network_transmit_queue_length{device="veth840e72c"} 0 node_network_transmit_queue_length{device="veth8496ec4"} 0 node_network_transmit_queue_length{device="veth851ee81"} 0 node_network_transmit_queue_length{device="veth870036f"} 0 node_network_transmit_queue_length{device="veth875f315"} 0 node_network_transmit_queue_length{device="veth8bd5ad7"} 0 node_network_transmit_queue_length{device="veth8be9d9e"} 0 node_network_transmit_queue_length{device="veth9047b17"} 0 node_network_transmit_queue_length{device="veth906781d"} 0 node_network_transmit_queue_length{device="veth95f05a1"} 0 node_network_transmit_queue_length{device="veth9e91e1b"} 0 node_network_transmit_queue_length{device="vetha08c0f6"} 0 node_network_transmit_queue_length{device="vetha41a105"} 0 node_network_transmit_queue_length{device="vetha4875f6"} 0 node_network_transmit_queue_length{device="vetha48929f"} 0 node_network_transmit_queue_length{device="vetha723bd3"} 0 node_network_transmit_queue_length{device="vetha919ca9"} 0 node_network_transmit_queue_length{device="vetha98e772"} 0 node_network_transmit_queue_length{device="vethab3bd25"} 0 node_network_transmit_queue_length{device="vethb3d21a2"} 0 node_network_transmit_queue_length{device="vethb417394"} 0 node_network_transmit_queue_length{device="vethb7a269d"} 0 node_network_transmit_queue_length{device="vethb9a9534"} 0 node_network_transmit_queue_length{device="vethbac5f0e"} 0 node_network_transmit_queue_length{device="vethbff2c68"} 0 node_network_transmit_queue_length{device="vethc1a752d"} 0 node_network_transmit_queue_length{device="vethc28585a"} 0 node_network_transmit_queue_length{device="vethc2a5326"} 0 node_network_transmit_queue_length{device="vethc2f0b04"} 0 node_network_transmit_queue_length{device="vethc3858da"} 0 node_network_transmit_queue_length{device="vethc4e97b5"} 0 node_network_transmit_queue_length{device="vethcdacbb8"} 0 node_network_transmit_queue_length{device="vethd05d5e7"} 0 node_network_transmit_queue_length{device="vethd17323c"} 0 node_network_transmit_queue_length{device="vethd340908"} 0 node_network_transmit_queue_length{device="vethd65fca9"} 0 node_network_transmit_queue_length{device="vethd892625"} 0 node_network_transmit_queue_length{device="vethd8954ee"} 0 node_network_transmit_queue_length{device="vethdac71f4"} 0 node_network_transmit_queue_length{device="vethdccb4f6"} 0 node_network_transmit_queue_length{device="vethe0fac9c"} 0 node_network_transmit_queue_length{device="vethe34198b"} 0 node_network_transmit_queue_length{device="vethe99736b"} 0 node_network_transmit_queue_length{device="vethebfb87a"} 0 node_network_transmit_queue_length{device="vethf3cf17d"} 0 node_network_transmit_queue_length{device="vethf519f6b"} 0 node_network_transmit_queue_length{device="vethf58cac9"} 0 node_network_transmit_queue_length{device="vethf5fad42"} 0 node_network_transmit_queue_length{device="vethf759056"} 0 node_network_transmit_queue_length{device="vethf8a6138"} 0 node_network_transmit_queue_length{device="vethf9b8825"} 0 node_network_transmit_queue_length{device="vethfa0f62a"} 0 node_network_transmit_queue_length{device="vethfaafd44"} 0 node_network_transmit_queue_length{device="vethfd1485f"} 0 node_network_transmit_queue_length{device="vethfd64dbe"} 0 node_network_transmit_queue_length{device="vethfe7a3ce"} 0 node_network_transmit_queue_length{device="vethff353f2"} 0 node_network_transmit_queue_length{device="vethffeed84"} 0 node_network_transmit_queue_length{device="vethfff17ca"} 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="veth0ad2fa5"} 1 node_network_up{device="veth0e90167"} 1 node_network_up{device="veth100e03a"} 1 node_network_up{device="veth138692d"} 1 node_network_up{device="veth144b61f"} 1 node_network_up{device="veth1cd6b24"} 1 node_network_up{device="veth1db16fb"} 1 node_network_up{device="veth1db2b07"} 1 node_network_up{device="veth1dbf6f5"} 1 node_network_up{device="veth1ebf049"} 1 node_network_up{device="veth25bdfad"} 1 node_network_up{device="veth2611028"} 1 node_network_up{device="veth2714122"} 1 node_network_up{device="veth290d06b"} 1 node_network_up{device="veth2aece78"} 1 node_network_up{device="veth2e4ae1b"} 1 node_network_up{device="veth2ea4150"} 1 node_network_up{device="veth2ed0628"} 1 node_network_up{device="veth30e4046"} 1 node_network_up{device="veth3512d74"} 1 node_network_up{device="veth38a02fa"} 1 node_network_up{device="veth40449c7"} 1 node_network_up{device="veth418e500"} 1 node_network_up{device="veth45bfb70"} 1 node_network_up{device="veth492e223"} 1 node_network_up{device="veth4ba7277"} 1 node_network_up{device="veth4e00fb2"} 1 node_network_up{device="veth517a107"} 1 node_network_up{device="veth54dd04c"} 1 node_network_up{device="veth5551825"} 1 node_network_up{device="veth58aa8e8"} 1 node_network_up{device="veth59470d0"} 1 node_network_up{device="veth59cdaa2"} 1 node_network_up{device="veth5a2e143"} 1 node_network_up{device="veth5eff982"} 1 node_network_up{device="veth5f6a0b2"} 1 node_network_up{device="veth6814fd6"} 1 node_network_up{device="veth68d6ab8"} 1 node_network_up{device="veth69b48b8"} 1 node_network_up{device="veth6abf383"} 1 node_network_up{device="veth6e003b0"} 1 node_network_up{device="veth70ef54b"} 1 node_network_up{device="veth72209c4"} 1 node_network_up{device="veth72da8ca"} 1 node_network_up{device="veth72e6b1b"} 1 node_network_up{device="veth740fdba"} 1 node_network_up{device="veth7741c5c"} 1 node_network_up{device="veth7846116"} 1 node_network_up{device="veth7aeac03"} 1 node_network_up{device="veth7c479ae"} 1 node_network_up{device="veth80f7948"} 1 node_network_up{device="veth81dff31"} 1 node_network_up{device="veth82ef817"} 1 node_network_up{device="veth840e72c"} 1 node_network_up{device="veth8496ec4"} 1 node_network_up{device="veth851ee81"} 1 node_network_up{device="veth870036f"} 1 node_network_up{device="veth875f315"} 1 node_network_up{device="veth8bd5ad7"} 1 node_network_up{device="veth8be9d9e"} 1 node_network_up{device="veth9047b17"} 1 node_network_up{device="veth906781d"} 1 node_network_up{device="veth95f05a1"} 1 node_network_up{device="veth9e91e1b"} 1 node_network_up{device="vetha08c0f6"} 1 node_network_up{device="vetha41a105"} 1 node_network_up{device="vetha4875f6"} 1 node_network_up{device="vetha48929f"} 1 node_network_up{device="vetha723bd3"} 1 node_network_up{device="vetha919ca9"} 1 node_network_up{device="vetha98e772"} 1 node_network_up{device="vethab3bd25"} 1 node_network_up{device="vethb3d21a2"} 1 node_network_up{device="vethb417394"} 1 node_network_up{device="vethb7a269d"} 1 node_network_up{device="vethb9a9534"} 1 node_network_up{device="vethbac5f0e"} 1 node_network_up{device="vethbff2c68"} 1 node_network_up{device="vethc1a752d"} 1 node_network_up{device="vethc28585a"} 1 node_network_up{device="vethc2a5326"} 1 node_network_up{device="vethc2f0b04"} 1 node_network_up{device="vethc3858da"} 1 node_network_up{device="vethc4e97b5"} 1 node_network_up{device="vethcdacbb8"} 1 node_network_up{device="vethd05d5e7"} 1 node_network_up{device="vethd17323c"} 1 node_network_up{device="vethd340908"} 1 node_network_up{device="vethd65fca9"} 1 node_network_up{device="vethd892625"} 1 node_network_up{device="vethd8954ee"} 1 node_network_up{device="vethdac71f4"} 1 node_network_up{device="vethdccb4f6"} 1 node_network_up{device="vethe0fac9c"} 1 node_network_up{device="vethe34198b"} 1 node_network_up{device="vethe99736b"} 1 node_network_up{device="vethebfb87a"} 1 node_network_up{device="vethf3cf17d"} 1 node_network_up{device="vethf519f6b"} 1 node_network_up{device="vethf58cac9"} 1 node_network_up{device="vethf5fad42"} 1 node_network_up{device="vethf759056"} 1 node_network_up{device="vethf8a6138"} 1 node_network_up{device="vethf9b8825"} 1 node_network_up{device="vethfa0f62a"} 1 node_network_up{device="vethfaafd44"} 1 node_network_up{device="vethfd1485f"} 1 node_network_up{device="vethfd64dbe"} 1 node_network_up{device="vethfe7a3ce"} 1 node_network_up{device="vethff353f2"} 1 node_network_up{device="vethffeed84"} 1 node_network_up{device="vethfff17ca"} 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 4 # 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 107456.530095 # 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 456.356768 # 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 496.731007 # 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 1311.892968 # 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 1314.498676 # 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 1 # 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"} 1.179716314403748e+06 node_schedstat_running_seconds_total{cpu="1"} 1.104301104388364e+06 node_schedstat_running_seconds_total{cpu="10"} 2.043097812273589e+06 node_schedstat_running_seconds_total{cpu="11"} 1.264996624929812e+06 node_schedstat_running_seconds_total{cpu="12"} 617441.996003776 node_schedstat_running_seconds_total{cpu="13"} 439279.39769002 node_schedstat_running_seconds_total{cpu="14"} 403910.728288094 node_schedstat_running_seconds_total{cpu="15"} 384782.04019151 node_schedstat_running_seconds_total{cpu="16"} 317241.508397312 node_schedstat_running_seconds_total{cpu="17"} 308752.979029635 node_schedstat_running_seconds_total{cpu="18"} 297597.357099094 node_schedstat_running_seconds_total{cpu="19"} 289459.742145191 node_schedstat_running_seconds_total{cpu="2"} 1.780643557832907e+06 node_schedstat_running_seconds_total{cpu="3"} 981173.033803434 node_schedstat_running_seconds_total{cpu="4"} 1.966247015045939e+06 node_schedstat_running_seconds_total{cpu="5"} 994738.822438025 node_schedstat_running_seconds_total{cpu="6"} 2.035168854274768e+06 node_schedstat_running_seconds_total{cpu="7"} 1.042865708379486e+06 node_schedstat_running_seconds_total{cpu="8"} 2.034815450337949e+06 node_schedstat_running_seconds_total{cpu="9"} 1.156857325024666e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.38913957602e+11 node_schedstat_timeslices_total{cpu="1"} 1.17593245948e+11 node_schedstat_timeslices_total{cpu="10"} 2.56011019015e+11 node_schedstat_timeslices_total{cpu="11"} 7.4516414803e+10 node_schedstat_timeslices_total{cpu="12"} 2.9939761334e+10 node_schedstat_timeslices_total{cpu="13"} 2.554084893e+10 node_schedstat_timeslices_total{cpu="14"} 2.315865426e+10 node_schedstat_timeslices_total{cpu="15"} 1.9875336402e+10 node_schedstat_timeslices_total{cpu="16"} 1.0255762014e+10 node_schedstat_timeslices_total{cpu="17"} 1.0189430427e+10 node_schedstat_timeslices_total{cpu="18"} 8.42432719e+09 node_schedstat_timeslices_total{cpu="19"} 6.479147487e+09 node_schedstat_timeslices_total{cpu="2"} 2.26454806481e+11 node_schedstat_timeslices_total{cpu="3"} 7.9917784022e+10 node_schedstat_timeslices_total{cpu="4"} 2.53289179731e+11 node_schedstat_timeslices_total{cpu="5"} 7.0187056645e+10 node_schedstat_timeslices_total{cpu="6"} 2.578478927e+11 node_schedstat_timeslices_total{cpu="7"} 7.016880073e+10 node_schedstat_timeslices_total{cpu="8"} 2.52299254465e+11 node_schedstat_timeslices_total{cpu="9"} 7.5114466341e+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"} 35399.035671022 node_schedstat_waiting_seconds_total{cpu="1"} 24027.761153801 node_schedstat_waiting_seconds_total{cpu="10"} 32772.429268863 node_schedstat_waiting_seconds_total{cpu="11"} 27023.593527011 node_schedstat_waiting_seconds_total{cpu="12"} 33158.8767437 node_schedstat_waiting_seconds_total{cpu="13"} 32029.548174798 node_schedstat_waiting_seconds_total{cpu="14"} 31238.004712078 node_schedstat_waiting_seconds_total{cpu="15"} 30590.602433297 node_schedstat_waiting_seconds_total{cpu="16"} 33575.022542981 node_schedstat_waiting_seconds_total{cpu="17"} 30969.095450901 node_schedstat_waiting_seconds_total{cpu="18"} 29792.088613609 node_schedstat_waiting_seconds_total{cpu="19"} 28998.153954004 node_schedstat_waiting_seconds_total{cpu="2"} 33213.941418899 node_schedstat_waiting_seconds_total{cpu="3"} 24199.174449994 node_schedstat_waiting_seconds_total{cpu="4"} 33254.200670502 node_schedstat_waiting_seconds_total{cpu="5"} 25357.893946962 node_schedstat_waiting_seconds_total{cpu="6"} 33030.017583145 node_schedstat_waiting_seconds_total{cpu="7"} 26246.788582183 node_schedstat_waiting_seconds_total{cpu="8"} 32545.971790414 node_schedstat_waiting_seconds_total{cpu="9"} 26111.585843051 # 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"} 8.5069e-05 node_scrape_collector_duration_seconds{collector="bcache"} 6.195e-06 node_scrape_collector_duration_seconds{collector="bonding"} 4.425e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00192713 node_scrape_collector_duration_seconds{collector="conntrack"} 2.4015e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.002461087 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.010916855 node_scrape_collector_duration_seconds{collector="diskstats"} 0.00077609 node_scrape_collector_duration_seconds{collector="dmi"} 3.4357e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.4394e-05 node_scrape_collector_duration_seconds{collector="entropy"} 2.6435e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 4.29e-06 node_scrape_collector_duration_seconds{collector="filefd"} 1.7463e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.029880215 node_scrape_collector_duration_seconds{collector="hwmon"} 0.016803736 node_scrape_collector_duration_seconds{collector="infiniband"} 3.092e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 4.668e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 1.1144e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.010935051 node_scrape_collector_duration_seconds{collector="meminfo"} 6.3474e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.028194888 node_scrape_collector_duration_seconds{collector="netdev"} 0.000131575 node_scrape_collector_duration_seconds{collector="netstat"} 0.00029586 node_scrape_collector_duration_seconds{collector="nfs"} 4.658e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 1.1538e-05 node_scrape_collector_duration_seconds{collector="nvme"} 8.1344e-05 node_scrape_collector_duration_seconds{collector="os"} 1.9074e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.4642e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.9993e-05 node_scrape_collector_duration_seconds{collector="rapl"} 1.7066e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 8.2233e-05 node_scrape_collector_duration_seconds{collector="selinux"} 4.98e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 5.2567e-05 node_scrape_collector_duration_seconds{collector="softnet"} 6.8034e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000771934 node_scrape_collector_duration_seconds{collector="tapestats"} 4.361e-06 node_scrape_collector_duration_seconds{collector="textfile"} 7.163e-06 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000522592 node_scrape_collector_duration_seconds{collector="time"} 3.7436e-05 node_scrape_collector_duration_seconds{collector="timex"} 6.224e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000115429 node_scrape_collector_duration_seconds{collector="uname"} 1.9557e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 6.276e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 7.652e-06 node_scrape_collector_duration_seconds{collector="xfs"} 3.4951e-05 node_scrape_collector_duration_seconds{collector="zfs"} 4.512e-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 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1588 # 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 1812 # 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 7.421952e+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 1020 # 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 4.17792e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8 # 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"} 338 node_softnet_dropped_total{cpu="4"} 2 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 3 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"} 3.7576085e+08 node_softnet_processed_total{cpu="1"} 2.166251e+08 node_softnet_processed_total{cpu="10"} 3.38398522e+08 node_softnet_processed_total{cpu="11"} 1.65247089e+08 node_softnet_processed_total{cpu="12"} 3.59671197e+08 node_softnet_processed_total{cpu="13"} 3.37328752e+08 node_softnet_processed_total{cpu="14"} 3.2004225e+08 node_softnet_processed_total{cpu="15"} 3.14128865e+08 node_softnet_processed_total{cpu="16"} 3.21684964e+08 node_softnet_processed_total{cpu="17"} 2.85565057e+08 node_softnet_processed_total{cpu="18"} 2.65231869e+08 node_softnet_processed_total{cpu="19"} 2.47430434e+08 node_softnet_processed_total{cpu="2"} 3.7875107e+08 node_softnet_processed_total{cpu="3"} 1.93300181e+08 node_softnet_processed_total{cpu="4"} 3.75119159e+08 node_softnet_processed_total{cpu="5"} 1.8089885e+08 node_softnet_processed_total{cpu="6"} 5.58063955e+08 node_softnet_processed_total{cpu="7"} 1.73487504e+08 node_softnet_processed_total{cpu="8"} 3.54460359e+08 node_softnet_processed_total{cpu="9"} 1.68189616e+08 # 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"} 200 node_softnet_times_squeezed_total{cpu="1"} 493 node_softnet_times_squeezed_total{cpu="10"} 379 node_softnet_times_squeezed_total{cpu="11"} 531 node_softnet_times_squeezed_total{cpu="12"} 307 node_softnet_times_squeezed_total{cpu="13"} 343 node_softnet_times_squeezed_total{cpu="14"} 393 node_softnet_times_squeezed_total{cpu="15"} 406 node_softnet_times_squeezed_total{cpu="16"} 193 node_softnet_times_squeezed_total{cpu="17"} 182 node_softnet_times_squeezed_total{cpu="18"} 172 node_softnet_times_squeezed_total{cpu="19"} 200 node_softnet_times_squeezed_total{cpu="2"} 239 node_softnet_times_squeezed_total{cpu="3"} 539 node_softnet_times_squeezed_total{cpu="4"} 305 node_softnet_times_squeezed_total{cpu="5"} 566 node_softnet_times_squeezed_total{cpu="6"} 2556 node_softnet_times_squeezed_total{cpu="7"} 557 node_softnet_times_squeezed_total{cpu="8"} 367 node_softnet_times_squeezed_total{cpu="9"} 549 # 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"} 43 # 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.7803235148447196e+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.0000057704467773 # 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.4945 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -2.9759e-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 1.12658125163e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.345574e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.239053495e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.59309701e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 5.556454e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 1.609693e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 7373.7 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65535 # 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 1.45842888e+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 3.627451999e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.8837504e+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.77848975234e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.27430656e+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"} 122134 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0