# 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.369e-06 go_gc_duration_seconds{quantile="0.25"} 8.945e-06 go_gc_duration_seconds{quantile="0.5"} 1.0655e-05 go_gc_duration_seconds{quantile="0.75"} 1.9127e-05 go_gc_duration_seconds{quantile="1"} 0.000110119 go_gc_duration_seconds_sum 48.461730409 go_gc_duration_seconds_count 2.351794e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 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 4.66832e+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 5.145059692088e+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.463611e+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 4.9913781368e+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.540752e+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 4.66832e+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 9.25696e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.79936e+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 54157 # 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 7.602176e+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.605632e+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.784668072430717e+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 4.9913835525e+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 110880 # 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 212160 # 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.615194e+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 918285 # 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 720896 # 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 720896 # 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.3943432e+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.07376849463e+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"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="10"} 2.634188e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="12"} 8.01005e+08 node_cpu_scaling_frequency_hertz{cpu="13"} 8.04115e+08 node_cpu_scaling_frequency_hertz{cpu="14"} 8.01041e+08 node_cpu_scaling_frequency_hertz{cpu="15"} 8.4669e+08 node_cpu_scaling_frequency_hertz{cpu="16"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="17"} 8.26519e+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"} 8.01372e+08 node_cpu_scaling_frequency_hertz{cpu="3"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="4"} 7.99017e+08 node_cpu_scaling_frequency_hertz{cpu="5"} 2.07812e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 7.99751e+08 node_cpu_scaling_frequency_hertz{cpu="7"} 8e+08 node_cpu_scaling_frequency_hertz{cpu="8"} 4.499954e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 8e+08 # 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"} 1.285117729e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 562.46 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 32.21 node_cpu_seconds_total{cpu="0",mode="softirq"} 72347.15 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 492663.99 node_cpu_seconds_total{cpu="0",mode="user"} 871623.03 node_cpu_seconds_total{cpu="1",mode="idle"} 1.304645358e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 430.87 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 41.61 node_cpu_seconds_total{cpu="1",mode="softirq"} 54291.96 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 437110.61 node_cpu_seconds_total{cpu="1",mode="user"} 857477.19 node_cpu_seconds_total{cpu="10",mode="idle"} 1.195300701e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 524.34 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 45.02 node_cpu_seconds_total{cpu="10",mode="softirq"} 2696.01 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 820443.56 node_cpu_seconds_total{cpu="10",mode="user"} 1.42910511e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 1.29906752e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 269.03 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 16.76 node_cpu_seconds_total{cpu="11",mode="softirq"} 1431.01 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 421314.85 node_cpu_seconds_total{cpu="11",mode="user"} 1.01834469e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 1.3434187e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 183.3 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 2.48 node_cpu_seconds_total{cpu="12",mode="softirq"} 4078.58 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 293825.05 node_cpu_seconds_total{cpu="12",mode="user"} 636580.77 node_cpu_seconds_total{cpu="13",mode="idle"} 1.363757977e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 341.15 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 2.36 node_cpu_seconds_total{cpu="13",mode="softirq"} 3891.99 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 224059.96 node_cpu_seconds_total{cpu="13",mode="user"} 518581.48 node_cpu_seconds_total{cpu="14",mode="idle"} 1.369252787e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 154.08 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 1.37 node_cpu_seconds_total{cpu="14",mode="softirq"} 3644.13 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 208501.47 node_cpu_seconds_total{cpu="14",mode="user"} 494742.23 node_cpu_seconds_total{cpu="15",mode="idle"} 1.372885872e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 118.73 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 2.52 node_cpu_seconds_total{cpu="15",mode="softirq"} 3416.84 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 200065.92 node_cpu_seconds_total{cpu="15",mode="user"} 483043.84 node_cpu_seconds_total{cpu="16",mode="idle"} 1.382832136e+07 node_cpu_seconds_total{cpu="16",mode="iowait"} 89.54 node_cpu_seconds_total{cpu="16",mode="irq"} 0 node_cpu_seconds_total{cpu="16",mode="nice"} 0.75 node_cpu_seconds_total{cpu="16",mode="softirq"} 3658.02 node_cpu_seconds_total{cpu="16",mode="steal"} 0 node_cpu_seconds_total{cpu="16",mode="system"} 191784.67 node_cpu_seconds_total{cpu="16",mode="user"} 428766.99 node_cpu_seconds_total{cpu="17",mode="idle"} 1.384124884e+07 node_cpu_seconds_total{cpu="17",mode="iowait"} 82 node_cpu_seconds_total{cpu="17",mode="irq"} 0 node_cpu_seconds_total{cpu="17",mode="nice"} 0.72 node_cpu_seconds_total{cpu="17",mode="softirq"} 3265.99 node_cpu_seconds_total{cpu="17",mode="steal"} 0 node_cpu_seconds_total{cpu="17",mode="system"} 187450.17 node_cpu_seconds_total{cpu="17",mode="user"} 422812.07 node_cpu_seconds_total{cpu="18",mode="idle"} 1.386161452e+07 node_cpu_seconds_total{cpu="18",mode="iowait"} 76.63 node_cpu_seconds_total{cpu="18",mode="irq"} 0 node_cpu_seconds_total{cpu="18",mode="nice"} 0.76 node_cpu_seconds_total{cpu="18",mode="softirq"} 3045.52 node_cpu_seconds_total{cpu="18",mode="steal"} 0 node_cpu_seconds_total{cpu="18",mode="system"} 183772.52 node_cpu_seconds_total{cpu="18",mode="user"} 417367.61 node_cpu_seconds_total{cpu="19",mode="idle"} 1.387711868e+07 node_cpu_seconds_total{cpu="19",mode="iowait"} 69.88 node_cpu_seconds_total{cpu="19",mode="irq"} 0 node_cpu_seconds_total{cpu="19",mode="nice"} 1.37 node_cpu_seconds_total{cpu="19",mode="softirq"} 2885.54 node_cpu_seconds_total{cpu="19",mode="steal"} 0 node_cpu_seconds_total{cpu="19",mode="system"} 181586.98 node_cpu_seconds_total{cpu="19",mode="user"} 413144.37 node_cpu_seconds_total{cpu="2",mode="idle"} 1.224369596e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 581.42 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 52.46 node_cpu_seconds_total{cpu="2",mode="softirq"} 5312.28 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 736386.41 node_cpu_seconds_total{cpu="2",mode="user"} 1.23390875e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 1.324749241e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 453.51 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 26.8 node_cpu_seconds_total{cpu="3",mode="softirq"} 5452.63 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 365841.68 node_cpu_seconds_total{cpu="3",mode="user"} 800594.13 node_cpu_seconds_total{cpu="4",mode="idle"} 1.203767844e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 568.42 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 57.51 node_cpu_seconds_total{cpu="4",mode="softirq"} 3068.6 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 802131.13 node_cpu_seconds_total{cpu="4",mode="user"} 1.35618733e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.325070708e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 294.26 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 28.69 node_cpu_seconds_total{cpu="5",mode="softirq"} 1939.33 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 354505.47 node_cpu_seconds_total{cpu="5",mode="user"} 824785.84 node_cpu_seconds_total{cpu="6",mode="idle"} 1.195464176e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 541.19 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 59.38 node_cpu_seconds_total{cpu="6",mode="softirq"} 6265.73 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 818102.38 node_cpu_seconds_total{cpu="6",mode="user"} 1.41434108e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.32072027e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 277.94 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 24.33 node_cpu_seconds_total{cpu="7",mode="softirq"} 1583.85 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 364344.39 node_cpu_seconds_total{cpu="7",mode="user"} 860571.98 node_cpu_seconds_total{cpu="8",mode="idle"} 1.196421567e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 531.39 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 52.69 node_cpu_seconds_total{cpu="8",mode="softirq"} 2851.09 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 811939.43 node_cpu_seconds_total{cpu="8",mode="user"} 1.42480911e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 1.309076718e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 269.98 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 26.08 node_cpu_seconds_total{cpu="9",mode="softirq"} 1472.58 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 394574.09 node_cpu_seconds_total{cpu="9",mode="user"} 942392.81 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 137.099 node_disk_discard_time_seconds_total{device="md0"} 0.359 node_disk_discard_time_seconds_total{device="md1"} 240.06300000000002 node_disk_discard_time_seconds_total{device="nvme0n1"} 212.643 node_disk_discard_time_seconds_total{device="nvme1n1"} 213.898 # 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.470055212e+10 node_disk_discarded_sectors_total{device="md0"} 1.280492e+07 node_disk_discarded_sectors_total{device="md1"} 1.470055212e+10 node_disk_discarded_sectors_total{device="nvme0n1"} 1.4738456816e+10 node_disk_discarded_sectors_total{device="nvme1n1"} 1.471335704e+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"} 560538 node_disk_discards_completed_total{device="md0"} 1092 node_disk_discards_completed_total{device="md1"} 673490 node_disk_discards_completed_total{device="nvme0n1"} 674331 node_disk_discards_completed_total{device="nvme1n1"} 674307 # 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"} 275 node_disk_discards_merged_total{device="nvme1n1"} 275 # 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"} 7570.911 node_disk_io_time_seconds_total{device="dm-1"} 329593.621 node_disk_io_time_seconds_total{device="md0"} 1.099 node_disk_io_time_seconds_total{device="md1"} 739379.469 node_disk_io_time_seconds_total{device="nvme0n1"} 14426.332 node_disk_io_time_seconds_total{device="nvme1n1"} 13726.007 # 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"} 33831.691 node_disk_io_time_weighted_seconds_total{device="dm-1"} 169183.71600000001 node_disk_io_time_weighted_seconds_total{device="md0"} 57.624 node_disk_io_time_weighted_seconds_total{device="md1"} 507197.822 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 249525.212 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 246370.003 # 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"} 3.3920217088e+10 node_disk_read_bytes_total{device="dm-1"} 6.229999055872e+12 node_disk_read_bytes_total{device="md0"} 1.06222592e+08 node_disk_read_bytes_total{device="md1"} 6.26398308864e+12 node_disk_read_bytes_total{device="nvme0n1"} 1.5183190544384e+13 node_disk_read_bytes_total{device="nvme1n1"} 1.4600818644992e+13 # 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"} 889.999 node_disk_read_time_seconds_total{device="dm-1"} 10577.75 node_disk_read_time_seconds_total{device="md0"} 0.41300000000000003 node_disk_read_time_seconds_total{device="md1"} 11712.186 node_disk_read_time_seconds_total{device="nvme0n1"} 28450.069 node_disk_read_time_seconds_total{device="nvme1n1"} 25630.86 # 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"} 8.280432e+06 node_disk_reads_completed_total{device="dm-1"} 6.0622822e+07 node_disk_reads_completed_total{device="md0"} 2064 node_disk_reads_completed_total{device="md1"} 7.0387762e+07 node_disk_reads_completed_total{device="nvme0n1"} 1.29435471e+08 node_disk_reads_completed_total{device="nvme1n1"} 1.18261088e+08 # 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"} 9.2407026e+07 node_disk_reads_merged_total{device="nvme1n1"} 8.9197416e+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"} 32941.692 node_disk_write_time_seconds_total{device="dm-1"} 158468.867 node_disk_write_time_seconds_total{device="md0"} 56.852000000000004 node_disk_write_time_seconds_total{device="md1"} 495245.57300000003 node_disk_write_time_seconds_total{device="nvme0n1"} 220862.499 node_disk_write_time_seconds_total{device="nvme1n1"} 220525.244 # 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"} 2.6699409e+07 node_disk_writes_completed_total{device="dm-1"} 3.43808402e+08 node_disk_writes_completed_total{device="md0"} 15808 node_disk_writes_completed_total{device="md1"} 4.3318787e+08 node_disk_writes_completed_total{device="nvme0n1"} 3.21814485e+08 node_disk_writes_completed_total{device="nvme1n1"} 3.25523469e+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.642422e+08 node_disk_writes_merged_total{device="nvme1n1"} 1.67899763e+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"} 1.10212653056e+11 node_disk_written_bytes_total{device="dm-1"} 1.2898523848704e+13 node_disk_written_bytes_total{device="md0"} 1.693028352e+09 node_disk_written_bytes_total{device="md1"} 1.300873650176e+13 node_disk_written_bytes_total{device="nvme0n1"} 1.3156379459584e+13 node_disk_written_bytes_total{device="nvme1n1"} 1.3639153613824e+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 18984 # 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="/"} 9.5474778112e+11 # 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.0835441e+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.048924585984e+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 6.7590128e+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"} 34.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"} 34.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"} 39 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp10"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp14"} 34 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp18"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp2"} 36 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp22"} 32 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp26"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp27"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp28"} 35 node_hwmon_temp_celsius{chip="platform_coretemp_0",sensor="temp29"} 35 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"} 36 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.6149419521e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.8 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.07 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.84 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 2.09408e+06 node_md_blocks{device="md1"} 1.872618816e+09 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 2.09408e+06 node_md_blocks_synced{device="md1"} 1.872618816e+09 # HELP node_md_degraded Number of degraded disks on device. # TYPE node_md_degraded gauge node_md_degraded{device="md0"} 0 node_md_degraded{device="md1"} 0 # HELP node_md_disks Number of active/failed/spare disks of device. # TYPE node_md_disks gauge node_md_disks{device="md0",state="active"} 2 node_md_disks{device="md0",state="failed"} 0 node_md_disks{device="md0",state="spare"} 0 node_md_disks{device="md1",state="active"} 2 node_md_disks{device="md1",state="failed"} 0 node_md_disks{device="md1",state="spare"} 0 # HELP node_md_disks_required Total number of disks of device. # TYPE node_md_disks_required gauge node_md_disks_required{device="md0"} 2 node_md_disks_required{device="md1"} 2 # HELP node_md_raid_disks Number of raid disks on device. # TYPE node_md_raid_disks gauge node_md_raid_disks{device="md0"} 2 node_md_raid_disks{device="md1"} 2 # HELP node_md_state Indicates the state of md-device. # TYPE node_md_state gauge node_md_state{device="md0",state="active"} 1 node_md_state{device="md0",state="check"} 0 node_md_state{device="md0",state="inactive"} 0 node_md_state{device="md0",state="recovering"} 0 node_md_state{device="md0",state="resync"} 0 node_md_state{device="md1",state="active"} 1 node_md_state{device="md1",state="check"} 0 node_md_state{device="md1",state="inactive"} 0 node_md_state{device="md1",state="recovering"} 0 node_md_state{device="md1",state="resync"} 0 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 1.814966272e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 2.2020210688e+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 3.870547968e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 3.81681664e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 2.717413376e+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 7.98814208e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.0584869888e+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 8.3460370432e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 0 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.1298435072e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.7192255488e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 98304 # 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 7.726567424e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.6566909952e+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 1.8840342528e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.18325248e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.299172352e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 3.825063936e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.2387708928e+10 # 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.3201792e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 9.33888e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 3.899170816e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.00880384e+09 # 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 5.42081024e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.907974656e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.89091328e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.8026597376e+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 3.33840384e+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 4.80852125e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.3204100491e+10 # 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 4.107912e+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 1.0263202e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 54566 # 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-0f5a5cd3e92f"} 3 node_network_address_assign_type{device="br-17dd4f18d1cf"} 3 node_network_address_assign_type{device="br-4722995021df"} 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-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="veth0037546"} 3 node_network_address_assign_type{device="veth02aa82e"} 3 node_network_address_assign_type{device="veth0371e48"} 3 node_network_address_assign_type{device="veth0430222"} 3 node_network_address_assign_type{device="veth04bfbae"} 3 node_network_address_assign_type{device="veth04d0d33"} 3 node_network_address_assign_type{device="veth063647e"} 3 node_network_address_assign_type{device="veth074a0e6"} 3 node_network_address_assign_type{device="veth08bdc7f"} 3 node_network_address_assign_type{device="veth0c2e00c"} 3 node_network_address_assign_type{device="veth0c3d146"} 3 node_network_address_assign_type{device="veth0c7af94"} 3 node_network_address_assign_type{device="veth0d722e4"} 3 node_network_address_assign_type{device="veth10ec835"} 3 node_network_address_assign_type{device="veth12029b5"} 3 node_network_address_assign_type{device="veth1293ea6"} 3 node_network_address_assign_type{device="veth15020d2"} 3 node_network_address_assign_type{device="veth181943e"} 3 node_network_address_assign_type{device="veth195eff7"} 3 node_network_address_assign_type{device="veth19c5ccc"} 3 node_network_address_assign_type{device="veth1a0000e"} 3 node_network_address_assign_type{device="veth1b1df75"} 3 node_network_address_assign_type{device="veth1db16fb"} 3 node_network_address_assign_type{device="veth1db2b07"} 3 node_network_address_assign_type{device="veth1f16c1b"} 3 node_network_address_assign_type{device="veth2324fe5"} 3 node_network_address_assign_type{device="veth2503118"} 3 node_network_address_assign_type{device="veth25c8f9d"} 3 node_network_address_assign_type{device="veth260d822"} 3 node_network_address_assign_type{device="veth26dd160"} 3 node_network_address_assign_type{device="veth2be6386"} 3 node_network_address_assign_type{device="veth2cbdae3"} 3 node_network_address_assign_type{device="veth3064541"} 3 node_network_address_assign_type{device="veth3286b42"} 3 node_network_address_assign_type{device="veth3559065"} 3 node_network_address_assign_type{device="veth381a117"} 3 node_network_address_assign_type{device="veth38d3352"} 3 node_network_address_assign_type{device="veth391a572"} 3 node_network_address_assign_type{device="veth3b77dd3"} 3 node_network_address_assign_type{device="veth3cff021"} 3 node_network_address_assign_type{device="veth3d51f19"} 3 node_network_address_assign_type{device="veth421e34a"} 3 node_network_address_assign_type{device="veth429f863"} 3 node_network_address_assign_type{device="veth42d7fd8"} 3 node_network_address_assign_type{device="veth4755f58"} 3 node_network_address_assign_type{device="veth48da534"} 3 node_network_address_assign_type{device="veth492e223"} 3 node_network_address_assign_type{device="veth493eebc"} 3 node_network_address_assign_type{device="veth5193bd9"} 3 node_network_address_assign_type{device="veth52d6197"} 3 node_network_address_assign_type{device="veth56afc3b"} 3 node_network_address_assign_type{device="veth5901a27"} 3 node_network_address_assign_type{device="veth5b17626"} 3 node_network_address_assign_type{device="veth5b89988"} 3 node_network_address_assign_type{device="veth5ffe571"} 3 node_network_address_assign_type{device="veth65e05d6"} 3 node_network_address_assign_type{device="veth671bc20"} 3 node_network_address_assign_type{device="veth6c64c72"} 3 node_network_address_assign_type{device="veth6d18852"} 3 node_network_address_assign_type{device="veth6e003b0"} 3 node_network_address_assign_type{device="veth6f02eca"} 3 node_network_address_assign_type{device="veth7730e80"} 3 node_network_address_assign_type{device="veth776d20c"} 3 node_network_address_assign_type{device="veth79f310f"} 3 node_network_address_assign_type{device="veth7b6ae85"} 3 node_network_address_assign_type{device="veth7fbe048"} 3 node_network_address_assign_type{device="veth804ba4e"} 3 node_network_address_assign_type{device="veth809d6f7"} 3 node_network_address_assign_type{device="veth843ce45"} 3 node_network_address_assign_type{device="veth849100f"} 3 node_network_address_assign_type{device="veth851ee81"} 3 node_network_address_assign_type{device="veth85518e0"} 3 node_network_address_assign_type{device="veth85a1d8c"} 3 node_network_address_assign_type{device="veth873e891"} 3 node_network_address_assign_type{device="veth88232f1"} 3 node_network_address_assign_type{device="veth88a1d70"} 3 node_network_address_assign_type{device="veth8a2848d"} 3 node_network_address_assign_type{device="veth8b5e03a"} 3 node_network_address_assign_type{device="veth8b875fc"} 3 node_network_address_assign_type{device="veth8dcb4a3"} 3 node_network_address_assign_type{device="veth8f0a5ff"} 3 node_network_address_assign_type{device="veth9047b17"} 3 node_network_address_assign_type{device="veth90959d6"} 3 node_network_address_assign_type{device="veth90fd90e"} 3 node_network_address_assign_type{device="veth9306a5e"} 3 node_network_address_assign_type{device="veth93e8300"} 3 node_network_address_assign_type{device="veth949de06"} 3 node_network_address_assign_type{device="veth94d9393"} 3 node_network_address_assign_type{device="veth9659c28"} 3 node_network_address_assign_type{device="veth97594df"} 3 node_network_address_assign_type{device="veth979decc"} 3 node_network_address_assign_type{device="veth97e99e1"} 3 node_network_address_assign_type{device="veth9b403a9"} 3 node_network_address_assign_type{device="veth9e91e1b"} 3 node_network_address_assign_type{device="vetha7a89af"} 3 node_network_address_assign_type{device="vetha809669"} 3 node_network_address_assign_type{device="vetha919ca9"} 3 node_network_address_assign_type{device="vethb1b9811"} 3 node_network_address_assign_type{device="vethb23992d"} 3 node_network_address_assign_type{device="vethb27d50d"} 3 node_network_address_assign_type{device="vethb2ca8d1"} 3 node_network_address_assign_type{device="vethb3e3423"} 3 node_network_address_assign_type{device="vethb4849ae"} 3 node_network_address_assign_type{device="vethb627013"} 3 node_network_address_assign_type{device="vethb9a9534"} 3 node_network_address_assign_type{device="vethba210e1"} 3 node_network_address_assign_type{device="vethbaedaf0"} 3 node_network_address_assign_type{device="vethbb407d6"} 3 node_network_address_assign_type{device="vethbde77cd"} 3 node_network_address_assign_type{device="vethc04e8f6"} 3 node_network_address_assign_type{device="vethc2a5326"} 3 node_network_address_assign_type{device="vethc39338e"} 3 node_network_address_assign_type{device="vethc58db7b"} 3 node_network_address_assign_type{device="vethc60f63a"} 3 node_network_address_assign_type{device="vethc74d4a8"} 3 node_network_address_assign_type{device="vethc88c801"} 3 node_network_address_assign_type{device="vethc90d0c2"} 3 node_network_address_assign_type{device="vethcad7775"} 3 node_network_address_assign_type{device="vethccb9806"} 3 node_network_address_assign_type{device="vethd05d5e7"} 3 node_network_address_assign_type{device="vethd286740"} 3 node_network_address_assign_type{device="vethd40e074"} 3 node_network_address_assign_type{device="vethd808d2c"} 3 node_network_address_assign_type{device="vethd83f9ed"} 3 node_network_address_assign_type{device="vethda07a54"} 3 node_network_address_assign_type{device="vethdcc994b"} 3 node_network_address_assign_type{device="vethdd26e6f"} 3 node_network_address_assign_type{device="vethde60225"} 3 node_network_address_assign_type{device="vethdff1c5d"} 3 node_network_address_assign_type{device="vethe06fee2"} 3 node_network_address_assign_type{device="vethe1611a3"} 3 node_network_address_assign_type{device="vethe3c9a50"} 3 node_network_address_assign_type{device="vethe4b6fa3"} 3 node_network_address_assign_type{device="vethea8d69d"} 3 node_network_address_assign_type{device="vethec2cca7"} 3 node_network_address_assign_type{device="vetheeba1d9"} 3 node_network_address_assign_type{device="vethefbcb7d"} 3 node_network_address_assign_type{device="vethefcd61c"} 3 node_network_address_assign_type{device="vethf025cdf"} 3 node_network_address_assign_type{device="vethf4a1995"} 3 node_network_address_assign_type{device="vethf5220cf"} 3 node_network_address_assign_type{device="vethf54ee92"} 3 node_network_address_assign_type{device="vethf6dd31c"} 3 node_network_address_assign_type{device="vethf7ee7e5"} 3 node_network_address_assign_type{device="vethf8a6138"} 3 node_network_address_assign_type{device="vethf9b8825"} 3 node_network_address_assign_type{device="vethfaafd44"} 3 node_network_address_assign_type{device="vethfaf3588"} 3 node_network_address_assign_type{device="vethff353f2"} 3 node_network_address_assign_type{device="vethff61782"} 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-0f5a5cd3e92f"} 1 node_network_carrier{device="br-17dd4f18d1cf"} 0 node_network_carrier{device="br-4722995021df"} 1 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-a370276f885d"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="enp4s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0037546"} 1 node_network_carrier{device="veth02aa82e"} 1 node_network_carrier{device="veth0371e48"} 1 node_network_carrier{device="veth0430222"} 1 node_network_carrier{device="veth04bfbae"} 1 node_network_carrier{device="veth04d0d33"} 1 node_network_carrier{device="veth063647e"} 1 node_network_carrier{device="veth074a0e6"} 1 node_network_carrier{device="veth08bdc7f"} 1 node_network_carrier{device="veth0c2e00c"} 1 node_network_carrier{device="veth0c3d146"} 1 node_network_carrier{device="veth0c7af94"} 1 node_network_carrier{device="veth0d722e4"} 1 node_network_carrier{device="veth10ec835"} 1 node_network_carrier{device="veth12029b5"} 1 node_network_carrier{device="veth1293ea6"} 1 node_network_carrier{device="veth15020d2"} 1 node_network_carrier{device="veth181943e"} 1 node_network_carrier{device="veth195eff7"} 1 node_network_carrier{device="veth19c5ccc"} 1 node_network_carrier{device="veth1a0000e"} 1 node_network_carrier{device="veth1b1df75"} 1 node_network_carrier{device="veth1db16fb"} 1 node_network_carrier{device="veth1db2b07"} 1 node_network_carrier{device="veth1f16c1b"} 1 node_network_carrier{device="veth2324fe5"} 1 node_network_carrier{device="veth2503118"} 1 node_network_carrier{device="veth25c8f9d"} 1 node_network_carrier{device="veth260d822"} 1 node_network_carrier{device="veth26dd160"} 1 node_network_carrier{device="veth2be6386"} 1 node_network_carrier{device="veth2cbdae3"} 1 node_network_carrier{device="veth3064541"} 1 node_network_carrier{device="veth3286b42"} 1 node_network_carrier{device="veth3559065"} 1 node_network_carrier{device="veth381a117"} 1 node_network_carrier{device="veth38d3352"} 1 node_network_carrier{device="veth391a572"} 1 node_network_carrier{device="veth3b77dd3"} 1 node_network_carrier{device="veth3cff021"} 1 node_network_carrier{device="veth3d51f19"} 1 node_network_carrier{device="veth421e34a"} 1 node_network_carrier{device="veth429f863"} 1 node_network_carrier{device="veth42d7fd8"} 1 node_network_carrier{device="veth4755f58"} 1 node_network_carrier{device="veth48da534"} 1 node_network_carrier{device="veth492e223"} 1 node_network_carrier{device="veth493eebc"} 1 node_network_carrier{device="veth5193bd9"} 1 node_network_carrier{device="veth52d6197"} 1 node_network_carrier{device="veth56afc3b"} 1 node_network_carrier{device="veth5901a27"} 1 node_network_carrier{device="veth5b17626"} 1 node_network_carrier{device="veth5b89988"} 1 node_network_carrier{device="veth5ffe571"} 1 node_network_carrier{device="veth65e05d6"} 1 node_network_carrier{device="veth671bc20"} 1 node_network_carrier{device="veth6c64c72"} 1 node_network_carrier{device="veth6d18852"} 1 node_network_carrier{device="veth6e003b0"} 1 node_network_carrier{device="veth6f02eca"} 1 node_network_carrier{device="veth7730e80"} 1 node_network_carrier{device="veth776d20c"} 1 node_network_carrier{device="veth79f310f"} 1 node_network_carrier{device="veth7b6ae85"} 1 node_network_carrier{device="veth7fbe048"} 1 node_network_carrier{device="veth804ba4e"} 1 node_network_carrier{device="veth809d6f7"} 1 node_network_carrier{device="veth843ce45"} 1 node_network_carrier{device="veth849100f"} 1 node_network_carrier{device="veth851ee81"} 1 node_network_carrier{device="veth85518e0"} 1 node_network_carrier{device="veth85a1d8c"} 1 node_network_carrier{device="veth873e891"} 1 node_network_carrier{device="veth88232f1"} 1 node_network_carrier{device="veth88a1d70"} 1 node_network_carrier{device="veth8a2848d"} 1 node_network_carrier{device="veth8b5e03a"} 1 node_network_carrier{device="veth8b875fc"} 1 node_network_carrier{device="veth8dcb4a3"} 1 node_network_carrier{device="veth8f0a5ff"} 1 node_network_carrier{device="veth9047b17"} 1 node_network_carrier{device="veth90959d6"} 1 node_network_carrier{device="veth90fd90e"} 1 node_network_carrier{device="veth9306a5e"} 1 node_network_carrier{device="veth93e8300"} 1 node_network_carrier{device="veth949de06"} 1 node_network_carrier{device="veth94d9393"} 1 node_network_carrier{device="veth9659c28"} 1 node_network_carrier{device="veth97594df"} 1 node_network_carrier{device="veth979decc"} 1 node_network_carrier{device="veth97e99e1"} 1 node_network_carrier{device="veth9b403a9"} 1 node_network_carrier{device="veth9e91e1b"} 1 node_network_carrier{device="vetha7a89af"} 1 node_network_carrier{device="vetha809669"} 1 node_network_carrier{device="vetha919ca9"} 1 node_network_carrier{device="vethb1b9811"} 1 node_network_carrier{device="vethb23992d"} 1 node_network_carrier{device="vethb27d50d"} 1 node_network_carrier{device="vethb2ca8d1"} 1 node_network_carrier{device="vethb3e3423"} 1 node_network_carrier{device="vethb4849ae"} 1 node_network_carrier{device="vethb627013"} 1 node_network_carrier{device="vethb9a9534"} 1 node_network_carrier{device="vethba210e1"} 1 node_network_carrier{device="vethbaedaf0"} 1 node_network_carrier{device="vethbb407d6"} 1 node_network_carrier{device="vethbde77cd"} 1 node_network_carrier{device="vethc04e8f6"} 1 node_network_carrier{device="vethc2a5326"} 1 node_network_carrier{device="vethc39338e"} 1 node_network_carrier{device="vethc58db7b"} 1 node_network_carrier{device="vethc60f63a"} 1 node_network_carrier{device="vethc74d4a8"} 1 node_network_carrier{device="vethc88c801"} 1 node_network_carrier{device="vethc90d0c2"} 1 node_network_carrier{device="vethcad7775"} 1 node_network_carrier{device="vethccb9806"} 1 node_network_carrier{device="vethd05d5e7"} 1 node_network_carrier{device="vethd286740"} 1 node_network_carrier{device="vethd40e074"} 1 node_network_carrier{device="vethd808d2c"} 1 node_network_carrier{device="vethd83f9ed"} 1 node_network_carrier{device="vethda07a54"} 1 node_network_carrier{device="vethdcc994b"} 1 node_network_carrier{device="vethdd26e6f"} 1 node_network_carrier{device="vethde60225"} 1 node_network_carrier{device="vethdff1c5d"} 1 node_network_carrier{device="vethe06fee2"} 1 node_network_carrier{device="vethe1611a3"} 1 node_network_carrier{device="vethe3c9a50"} 1 node_network_carrier{device="vethe4b6fa3"} 1 node_network_carrier{device="vethea8d69d"} 1 node_network_carrier{device="vethec2cca7"} 1 node_network_carrier{device="vetheeba1d9"} 1 node_network_carrier{device="vethefbcb7d"} 1 node_network_carrier{device="vethefcd61c"} 1 node_network_carrier{device="vethf025cdf"} 1 node_network_carrier{device="vethf4a1995"} 1 node_network_carrier{device="vethf5220cf"} 1 node_network_carrier{device="vethf54ee92"} 1 node_network_carrier{device="vethf6dd31c"} 1 node_network_carrier{device="vethf7ee7e5"} 1 node_network_carrier{device="vethf8a6138"} 1 node_network_carrier{device="vethf9b8825"} 1 node_network_carrier{device="vethfaafd44"} 1 node_network_carrier{device="vethfaf3588"} 1 node_network_carrier{device="vethff353f2"} 1 node_network_carrier{device="vethff61782"} 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-0f5a5cd3e92f"} 10 node_network_carrier_changes_total{device="br-17dd4f18d1cf"} 3 node_network_carrier_changes_total{device="br-4722995021df"} 2 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-a370276f885d"} 10 node_network_carrier_changes_total{device="docker0"} 1046 node_network_carrier_changes_total{device="enp4s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0037546"} 2 node_network_carrier_changes_total{device="veth02aa82e"} 2 node_network_carrier_changes_total{device="veth0371e48"} 2 node_network_carrier_changes_total{device="veth0430222"} 2 node_network_carrier_changes_total{device="veth04bfbae"} 2 node_network_carrier_changes_total{device="veth04d0d33"} 2 node_network_carrier_changes_total{device="veth063647e"} 2 node_network_carrier_changes_total{device="veth074a0e6"} 2 node_network_carrier_changes_total{device="veth08bdc7f"} 2 node_network_carrier_changes_total{device="veth0c2e00c"} 2 node_network_carrier_changes_total{device="veth0c3d146"} 2 node_network_carrier_changes_total{device="veth0c7af94"} 2 node_network_carrier_changes_total{device="veth0d722e4"} 2 node_network_carrier_changes_total{device="veth10ec835"} 2 node_network_carrier_changes_total{device="veth12029b5"} 2 node_network_carrier_changes_total{device="veth1293ea6"} 2 node_network_carrier_changes_total{device="veth15020d2"} 2 node_network_carrier_changes_total{device="veth181943e"} 2 node_network_carrier_changes_total{device="veth195eff7"} 2 node_network_carrier_changes_total{device="veth19c5ccc"} 2 node_network_carrier_changes_total{device="veth1a0000e"} 2 node_network_carrier_changes_total{device="veth1b1df75"} 2 node_network_carrier_changes_total{device="veth1db16fb"} 2 node_network_carrier_changes_total{device="veth1db2b07"} 2 node_network_carrier_changes_total{device="veth1f16c1b"} 2 node_network_carrier_changes_total{device="veth2324fe5"} 2 node_network_carrier_changes_total{device="veth2503118"} 2 node_network_carrier_changes_total{device="veth25c8f9d"} 2 node_network_carrier_changes_total{device="veth260d822"} 2 node_network_carrier_changes_total{device="veth26dd160"} 2 node_network_carrier_changes_total{device="veth2be6386"} 2 node_network_carrier_changes_total{device="veth2cbdae3"} 2 node_network_carrier_changes_total{device="veth3064541"} 2 node_network_carrier_changes_total{device="veth3286b42"} 2 node_network_carrier_changes_total{device="veth3559065"} 2 node_network_carrier_changes_total{device="veth381a117"} 2 node_network_carrier_changes_total{device="veth38d3352"} 2 node_network_carrier_changes_total{device="veth391a572"} 2 node_network_carrier_changes_total{device="veth3b77dd3"} 2 node_network_carrier_changes_total{device="veth3cff021"} 2 node_network_carrier_changes_total{device="veth3d51f19"} 2 node_network_carrier_changes_total{device="veth421e34a"} 2 node_network_carrier_changes_total{device="veth429f863"} 2 node_network_carrier_changes_total{device="veth42d7fd8"} 2 node_network_carrier_changes_total{device="veth4755f58"} 2 node_network_carrier_changes_total{device="veth48da534"} 2 node_network_carrier_changes_total{device="veth492e223"} 2 node_network_carrier_changes_total{device="veth493eebc"} 2 node_network_carrier_changes_total{device="veth5193bd9"} 2 node_network_carrier_changes_total{device="veth52d6197"} 2 node_network_carrier_changes_total{device="veth56afc3b"} 2 node_network_carrier_changes_total{device="veth5901a27"} 2 node_network_carrier_changes_total{device="veth5b17626"} 2 node_network_carrier_changes_total{device="veth5b89988"} 2 node_network_carrier_changes_total{device="veth5ffe571"} 2 node_network_carrier_changes_total{device="veth65e05d6"} 2 node_network_carrier_changes_total{device="veth671bc20"} 2 node_network_carrier_changes_total{device="veth6c64c72"} 2 node_network_carrier_changes_total{device="veth6d18852"} 2 node_network_carrier_changes_total{device="veth6e003b0"} 2 node_network_carrier_changes_total{device="veth6f02eca"} 2 node_network_carrier_changes_total{device="veth7730e80"} 2 node_network_carrier_changes_total{device="veth776d20c"} 2 node_network_carrier_changes_total{device="veth79f310f"} 2 node_network_carrier_changes_total{device="veth7b6ae85"} 2 node_network_carrier_changes_total{device="veth7fbe048"} 2 node_network_carrier_changes_total{device="veth804ba4e"} 2 node_network_carrier_changes_total{device="veth809d6f7"} 2 node_network_carrier_changes_total{device="veth843ce45"} 2 node_network_carrier_changes_total{device="veth849100f"} 2 node_network_carrier_changes_total{device="veth851ee81"} 2 node_network_carrier_changes_total{device="veth85518e0"} 2 node_network_carrier_changes_total{device="veth85a1d8c"} 2 node_network_carrier_changes_total{device="veth873e891"} 2 node_network_carrier_changes_total{device="veth88232f1"} 2 node_network_carrier_changes_total{device="veth88a1d70"} 2 node_network_carrier_changes_total{device="veth8a2848d"} 2 node_network_carrier_changes_total{device="veth8b5e03a"} 2 node_network_carrier_changes_total{device="veth8b875fc"} 2 node_network_carrier_changes_total{device="veth8dcb4a3"} 2 node_network_carrier_changes_total{device="veth8f0a5ff"} 2 node_network_carrier_changes_total{device="veth9047b17"} 2 node_network_carrier_changes_total{device="veth90959d6"} 2 node_network_carrier_changes_total{device="veth90fd90e"} 2 node_network_carrier_changes_total{device="veth9306a5e"} 2 node_network_carrier_changes_total{device="veth93e8300"} 2 node_network_carrier_changes_total{device="veth949de06"} 2 node_network_carrier_changes_total{device="veth94d9393"} 2 node_network_carrier_changes_total{device="veth9659c28"} 2 node_network_carrier_changes_total{device="veth97594df"} 2 node_network_carrier_changes_total{device="veth979decc"} 2 node_network_carrier_changes_total{device="veth97e99e1"} 2 node_network_carrier_changes_total{device="veth9b403a9"} 2 node_network_carrier_changes_total{device="veth9e91e1b"} 2 node_network_carrier_changes_total{device="vetha7a89af"} 2 node_network_carrier_changes_total{device="vetha809669"} 2 node_network_carrier_changes_total{device="vetha919ca9"} 2 node_network_carrier_changes_total{device="vethb1b9811"} 2 node_network_carrier_changes_total{device="vethb23992d"} 2 node_network_carrier_changes_total{device="vethb27d50d"} 2 node_network_carrier_changes_total{device="vethb2ca8d1"} 2 node_network_carrier_changes_total{device="vethb3e3423"} 2 node_network_carrier_changes_total{device="vethb4849ae"} 2 node_network_carrier_changes_total{device="vethb627013"} 2 node_network_carrier_changes_total{device="vethb9a9534"} 2 node_network_carrier_changes_total{device="vethba210e1"} 2 node_network_carrier_changes_total{device="vethbaedaf0"} 2 node_network_carrier_changes_total{device="vethbb407d6"} 2 node_network_carrier_changes_total{device="vethbde77cd"} 2 node_network_carrier_changes_total{device="vethc04e8f6"} 2 node_network_carrier_changes_total{device="vethc2a5326"} 2 node_network_carrier_changes_total{device="vethc39338e"} 2 node_network_carrier_changes_total{device="vethc58db7b"} 2 node_network_carrier_changes_total{device="vethc60f63a"} 2 node_network_carrier_changes_total{device="vethc74d4a8"} 2 node_network_carrier_changes_total{device="vethc88c801"} 2 node_network_carrier_changes_total{device="vethc90d0c2"} 2 node_network_carrier_changes_total{device="vethcad7775"} 2 node_network_carrier_changes_total{device="vethccb9806"} 2 node_network_carrier_changes_total{device="vethd05d5e7"} 2 node_network_carrier_changes_total{device="vethd286740"} 2 node_network_carrier_changes_total{device="vethd40e074"} 2 node_network_carrier_changes_total{device="vethd808d2c"} 2 node_network_carrier_changes_total{device="vethd83f9ed"} 2 node_network_carrier_changes_total{device="vethda07a54"} 2 node_network_carrier_changes_total{device="vethdcc994b"} 2 node_network_carrier_changes_total{device="vethdd26e6f"} 2 node_network_carrier_changes_total{device="vethde60225"} 2 node_network_carrier_changes_total{device="vethdff1c5d"} 2 node_network_carrier_changes_total{device="vethe06fee2"} 2 node_network_carrier_changes_total{device="vethe1611a3"} 2 node_network_carrier_changes_total{device="vethe3c9a50"} 2 node_network_carrier_changes_total{device="vethe4b6fa3"} 2 node_network_carrier_changes_total{device="vethea8d69d"} 2 node_network_carrier_changes_total{device="vethec2cca7"} 2 node_network_carrier_changes_total{device="vetheeba1d9"} 2 node_network_carrier_changes_total{device="vethefbcb7d"} 2 node_network_carrier_changes_total{device="vethefcd61c"} 2 node_network_carrier_changes_total{device="vethf025cdf"} 2 node_network_carrier_changes_total{device="vethf4a1995"} 2 node_network_carrier_changes_total{device="vethf5220cf"} 2 node_network_carrier_changes_total{device="vethf54ee92"} 2 node_network_carrier_changes_total{device="vethf6dd31c"} 2 node_network_carrier_changes_total{device="vethf7ee7e5"} 2 node_network_carrier_changes_total{device="vethf8a6138"} 2 node_network_carrier_changes_total{device="vethf9b8825"} 2 node_network_carrier_changes_total{device="vethfaafd44"} 2 node_network_carrier_changes_total{device="vethfaf3588"} 2 node_network_carrier_changes_total{device="vethff353f2"} 2 node_network_carrier_changes_total{device="vethff61782"} 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-0f5a5cd3e92f"} 5 node_network_carrier_down_changes_total{device="br-17dd4f18d1cf"} 2 node_network_carrier_down_changes_total{device="br-4722995021df"} 1 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-a370276f885d"} 5 node_network_carrier_down_changes_total{device="docker0"} 523 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="veth0037546"} 1 node_network_carrier_down_changes_total{device="veth02aa82e"} 1 node_network_carrier_down_changes_total{device="veth0371e48"} 1 node_network_carrier_down_changes_total{device="veth0430222"} 1 node_network_carrier_down_changes_total{device="veth04bfbae"} 1 node_network_carrier_down_changes_total{device="veth04d0d33"} 1 node_network_carrier_down_changes_total{device="veth063647e"} 1 node_network_carrier_down_changes_total{device="veth074a0e6"} 1 node_network_carrier_down_changes_total{device="veth08bdc7f"} 1 node_network_carrier_down_changes_total{device="veth0c2e00c"} 1 node_network_carrier_down_changes_total{device="veth0c3d146"} 1 node_network_carrier_down_changes_total{device="veth0c7af94"} 1 node_network_carrier_down_changes_total{device="veth0d722e4"} 1 node_network_carrier_down_changes_total{device="veth10ec835"} 1 node_network_carrier_down_changes_total{device="veth12029b5"} 1 node_network_carrier_down_changes_total{device="veth1293ea6"} 1 node_network_carrier_down_changes_total{device="veth15020d2"} 1 node_network_carrier_down_changes_total{device="veth181943e"} 1 node_network_carrier_down_changes_total{device="veth195eff7"} 1 node_network_carrier_down_changes_total{device="veth19c5ccc"} 1 node_network_carrier_down_changes_total{device="veth1a0000e"} 1 node_network_carrier_down_changes_total{device="veth1b1df75"} 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="veth1f16c1b"} 1 node_network_carrier_down_changes_total{device="veth2324fe5"} 1 node_network_carrier_down_changes_total{device="veth2503118"} 1 node_network_carrier_down_changes_total{device="veth25c8f9d"} 1 node_network_carrier_down_changes_total{device="veth260d822"} 1 node_network_carrier_down_changes_total{device="veth26dd160"} 1 node_network_carrier_down_changes_total{device="veth2be6386"} 1 node_network_carrier_down_changes_total{device="veth2cbdae3"} 1 node_network_carrier_down_changes_total{device="veth3064541"} 1 node_network_carrier_down_changes_total{device="veth3286b42"} 1 node_network_carrier_down_changes_total{device="veth3559065"} 1 node_network_carrier_down_changes_total{device="veth381a117"} 1 node_network_carrier_down_changes_total{device="veth38d3352"} 1 node_network_carrier_down_changes_total{device="veth391a572"} 1 node_network_carrier_down_changes_total{device="veth3b77dd3"} 1 node_network_carrier_down_changes_total{device="veth3cff021"} 1 node_network_carrier_down_changes_total{device="veth3d51f19"} 1 node_network_carrier_down_changes_total{device="veth421e34a"} 1 node_network_carrier_down_changes_total{device="veth429f863"} 1 node_network_carrier_down_changes_total{device="veth42d7fd8"} 1 node_network_carrier_down_changes_total{device="veth4755f58"} 1 node_network_carrier_down_changes_total{device="veth48da534"} 1 node_network_carrier_down_changes_total{device="veth492e223"} 1 node_network_carrier_down_changes_total{device="veth493eebc"} 1 node_network_carrier_down_changes_total{device="veth5193bd9"} 1 node_network_carrier_down_changes_total{device="veth52d6197"} 1 node_network_carrier_down_changes_total{device="veth56afc3b"} 1 node_network_carrier_down_changes_total{device="veth5901a27"} 1 node_network_carrier_down_changes_total{device="veth5b17626"} 1 node_network_carrier_down_changes_total{device="veth5b89988"} 1 node_network_carrier_down_changes_total{device="veth5ffe571"} 1 node_network_carrier_down_changes_total{device="veth65e05d6"} 1 node_network_carrier_down_changes_total{device="veth671bc20"} 1 node_network_carrier_down_changes_total{device="veth6c64c72"} 1 node_network_carrier_down_changes_total{device="veth6d18852"} 1 node_network_carrier_down_changes_total{device="veth6e003b0"} 1 node_network_carrier_down_changes_total{device="veth6f02eca"} 1 node_network_carrier_down_changes_total{device="veth7730e80"} 1 node_network_carrier_down_changes_total{device="veth776d20c"} 1 node_network_carrier_down_changes_total{device="veth79f310f"} 1 node_network_carrier_down_changes_total{device="veth7b6ae85"} 1 node_network_carrier_down_changes_total{device="veth7fbe048"} 1 node_network_carrier_down_changes_total{device="veth804ba4e"} 1 node_network_carrier_down_changes_total{device="veth809d6f7"} 1 node_network_carrier_down_changes_total{device="veth843ce45"} 1 node_network_carrier_down_changes_total{device="veth849100f"} 1 node_network_carrier_down_changes_total{device="veth851ee81"} 1 node_network_carrier_down_changes_total{device="veth85518e0"} 1 node_network_carrier_down_changes_total{device="veth85a1d8c"} 1 node_network_carrier_down_changes_total{device="veth873e891"} 1 node_network_carrier_down_changes_total{device="veth88232f1"} 1 node_network_carrier_down_changes_total{device="veth88a1d70"} 1 node_network_carrier_down_changes_total{device="veth8a2848d"} 1 node_network_carrier_down_changes_total{device="veth8b5e03a"} 1 node_network_carrier_down_changes_total{device="veth8b875fc"} 1 node_network_carrier_down_changes_total{device="veth8dcb4a3"} 1 node_network_carrier_down_changes_total{device="veth8f0a5ff"} 1 node_network_carrier_down_changes_total{device="veth9047b17"} 1 node_network_carrier_down_changes_total{device="veth90959d6"} 1 node_network_carrier_down_changes_total{device="veth90fd90e"} 1 node_network_carrier_down_changes_total{device="veth9306a5e"} 1 node_network_carrier_down_changes_total{device="veth93e8300"} 1 node_network_carrier_down_changes_total{device="veth949de06"} 1 node_network_carrier_down_changes_total{device="veth94d9393"} 1 node_network_carrier_down_changes_total{device="veth9659c28"} 1 node_network_carrier_down_changes_total{device="veth97594df"} 1 node_network_carrier_down_changes_total{device="veth979decc"} 1 node_network_carrier_down_changes_total{device="veth97e99e1"} 1 node_network_carrier_down_changes_total{device="veth9b403a9"} 1 node_network_carrier_down_changes_total{device="veth9e91e1b"} 1 node_network_carrier_down_changes_total{device="vetha7a89af"} 1 node_network_carrier_down_changes_total{device="vetha809669"} 1 node_network_carrier_down_changes_total{device="vetha919ca9"} 1 node_network_carrier_down_changes_total{device="vethb1b9811"} 1 node_network_carrier_down_changes_total{device="vethb23992d"} 1 node_network_carrier_down_changes_total{device="vethb27d50d"} 1 node_network_carrier_down_changes_total{device="vethb2ca8d1"} 1 node_network_carrier_down_changes_total{device="vethb3e3423"} 1 node_network_carrier_down_changes_total{device="vethb4849ae"} 1 node_network_carrier_down_changes_total{device="vethb627013"} 1 node_network_carrier_down_changes_total{device="vethb9a9534"} 1 node_network_carrier_down_changes_total{device="vethba210e1"} 1 node_network_carrier_down_changes_total{device="vethbaedaf0"} 1 node_network_carrier_down_changes_total{device="vethbb407d6"} 1 node_network_carrier_down_changes_total{device="vethbde77cd"} 1 node_network_carrier_down_changes_total{device="vethc04e8f6"} 1 node_network_carrier_down_changes_total{device="vethc2a5326"} 1 node_network_carrier_down_changes_total{device="vethc39338e"} 1 node_network_carrier_down_changes_total{device="vethc58db7b"} 1 node_network_carrier_down_changes_total{device="vethc60f63a"} 1 node_network_carrier_down_changes_total{device="vethc74d4a8"} 1 node_network_carrier_down_changes_total{device="vethc88c801"} 1 node_network_carrier_down_changes_total{device="vethc90d0c2"} 1 node_network_carrier_down_changes_total{device="vethcad7775"} 1 node_network_carrier_down_changes_total{device="vethccb9806"} 1 node_network_carrier_down_changes_total{device="vethd05d5e7"} 1 node_network_carrier_down_changes_total{device="vethd286740"} 1 node_network_carrier_down_changes_total{device="vethd40e074"} 1 node_network_carrier_down_changes_total{device="vethd808d2c"} 1 node_network_carrier_down_changes_total{device="vethd83f9ed"} 1 node_network_carrier_down_changes_total{device="vethda07a54"} 1 node_network_carrier_down_changes_total{device="vethdcc994b"} 1 node_network_carrier_down_changes_total{device="vethdd26e6f"} 1 node_network_carrier_down_changes_total{device="vethde60225"} 1 node_network_carrier_down_changes_total{device="vethdff1c5d"} 1 node_network_carrier_down_changes_total{device="vethe06fee2"} 1 node_network_carrier_down_changes_total{device="vethe1611a3"} 1 node_network_carrier_down_changes_total{device="vethe3c9a50"} 1 node_network_carrier_down_changes_total{device="vethe4b6fa3"} 1 node_network_carrier_down_changes_total{device="vethea8d69d"} 1 node_network_carrier_down_changes_total{device="vethec2cca7"} 1 node_network_carrier_down_changes_total{device="vetheeba1d9"} 1 node_network_carrier_down_changes_total{device="vethefbcb7d"} 1 node_network_carrier_down_changes_total{device="vethefcd61c"} 1 node_network_carrier_down_changes_total{device="vethf025cdf"} 1 node_network_carrier_down_changes_total{device="vethf4a1995"} 1 node_network_carrier_down_changes_total{device="vethf5220cf"} 1 node_network_carrier_down_changes_total{device="vethf54ee92"} 1 node_network_carrier_down_changes_total{device="vethf6dd31c"} 1 node_network_carrier_down_changes_total{device="vethf7ee7e5"} 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="vethfaafd44"} 1 node_network_carrier_down_changes_total{device="vethfaf3588"} 1 node_network_carrier_down_changes_total{device="vethff353f2"} 1 node_network_carrier_down_changes_total{device="vethff61782"} 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-0f5a5cd3e92f"} 5 node_network_carrier_up_changes_total{device="br-17dd4f18d1cf"} 1 node_network_carrier_up_changes_total{device="br-4722995021df"} 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-a370276f885d"} 5 node_network_carrier_up_changes_total{device="docker0"} 523 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="veth0037546"} 1 node_network_carrier_up_changes_total{device="veth02aa82e"} 1 node_network_carrier_up_changes_total{device="veth0371e48"} 1 node_network_carrier_up_changes_total{device="veth0430222"} 1 node_network_carrier_up_changes_total{device="veth04bfbae"} 1 node_network_carrier_up_changes_total{device="veth04d0d33"} 1 node_network_carrier_up_changes_total{device="veth063647e"} 1 node_network_carrier_up_changes_total{device="veth074a0e6"} 1 node_network_carrier_up_changes_total{device="veth08bdc7f"} 1 node_network_carrier_up_changes_total{device="veth0c2e00c"} 1 node_network_carrier_up_changes_total{device="veth0c3d146"} 1 node_network_carrier_up_changes_total{device="veth0c7af94"} 1 node_network_carrier_up_changes_total{device="veth0d722e4"} 1 node_network_carrier_up_changes_total{device="veth10ec835"} 1 node_network_carrier_up_changes_total{device="veth12029b5"} 1 node_network_carrier_up_changes_total{device="veth1293ea6"} 1 node_network_carrier_up_changes_total{device="veth15020d2"} 1 node_network_carrier_up_changes_total{device="veth181943e"} 1 node_network_carrier_up_changes_total{device="veth195eff7"} 1 node_network_carrier_up_changes_total{device="veth19c5ccc"} 1 node_network_carrier_up_changes_total{device="veth1a0000e"} 1 node_network_carrier_up_changes_total{device="veth1b1df75"} 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="veth1f16c1b"} 1 node_network_carrier_up_changes_total{device="veth2324fe5"} 1 node_network_carrier_up_changes_total{device="veth2503118"} 1 node_network_carrier_up_changes_total{device="veth25c8f9d"} 1 node_network_carrier_up_changes_total{device="veth260d822"} 1 node_network_carrier_up_changes_total{device="veth26dd160"} 1 node_network_carrier_up_changes_total{device="veth2be6386"} 1 node_network_carrier_up_changes_total{device="veth2cbdae3"} 1 node_network_carrier_up_changes_total{device="veth3064541"} 1 node_network_carrier_up_changes_total{device="veth3286b42"} 1 node_network_carrier_up_changes_total{device="veth3559065"} 1 node_network_carrier_up_changes_total{device="veth381a117"} 1 node_network_carrier_up_changes_total{device="veth38d3352"} 1 node_network_carrier_up_changes_total{device="veth391a572"} 1 node_network_carrier_up_changes_total{device="veth3b77dd3"} 1 node_network_carrier_up_changes_total{device="veth3cff021"} 1 node_network_carrier_up_changes_total{device="veth3d51f19"} 1 node_network_carrier_up_changes_total{device="veth421e34a"} 1 node_network_carrier_up_changes_total{device="veth429f863"} 1 node_network_carrier_up_changes_total{device="veth42d7fd8"} 1 node_network_carrier_up_changes_total{device="veth4755f58"} 1 node_network_carrier_up_changes_total{device="veth48da534"} 1 node_network_carrier_up_changes_total{device="veth492e223"} 1 node_network_carrier_up_changes_total{device="veth493eebc"} 1 node_network_carrier_up_changes_total{device="veth5193bd9"} 1 node_network_carrier_up_changes_total{device="veth52d6197"} 1 node_network_carrier_up_changes_total{device="veth56afc3b"} 1 node_network_carrier_up_changes_total{device="veth5901a27"} 1 node_network_carrier_up_changes_total{device="veth5b17626"} 1 node_network_carrier_up_changes_total{device="veth5b89988"} 1 node_network_carrier_up_changes_total{device="veth5ffe571"} 1 node_network_carrier_up_changes_total{device="veth65e05d6"} 1 node_network_carrier_up_changes_total{device="veth671bc20"} 1 node_network_carrier_up_changes_total{device="veth6c64c72"} 1 node_network_carrier_up_changes_total{device="veth6d18852"} 1 node_network_carrier_up_changes_total{device="veth6e003b0"} 1 node_network_carrier_up_changes_total{device="veth6f02eca"} 1 node_network_carrier_up_changes_total{device="veth7730e80"} 1 node_network_carrier_up_changes_total{device="veth776d20c"} 1 node_network_carrier_up_changes_total{device="veth79f310f"} 1 node_network_carrier_up_changes_total{device="veth7b6ae85"} 1 node_network_carrier_up_changes_total{device="veth7fbe048"} 1 node_network_carrier_up_changes_total{device="veth804ba4e"} 1 node_network_carrier_up_changes_total{device="veth809d6f7"} 1 node_network_carrier_up_changes_total{device="veth843ce45"} 1 node_network_carrier_up_changes_total{device="veth849100f"} 1 node_network_carrier_up_changes_total{device="veth851ee81"} 1 node_network_carrier_up_changes_total{device="veth85518e0"} 1 node_network_carrier_up_changes_total{device="veth85a1d8c"} 1 node_network_carrier_up_changes_total{device="veth873e891"} 1 node_network_carrier_up_changes_total{device="veth88232f1"} 1 node_network_carrier_up_changes_total{device="veth88a1d70"} 1 node_network_carrier_up_changes_total{device="veth8a2848d"} 1 node_network_carrier_up_changes_total{device="veth8b5e03a"} 1 node_network_carrier_up_changes_total{device="veth8b875fc"} 1 node_network_carrier_up_changes_total{device="veth8dcb4a3"} 1 node_network_carrier_up_changes_total{device="veth8f0a5ff"} 1 node_network_carrier_up_changes_total{device="veth9047b17"} 1 node_network_carrier_up_changes_total{device="veth90959d6"} 1 node_network_carrier_up_changes_total{device="veth90fd90e"} 1 node_network_carrier_up_changes_total{device="veth9306a5e"} 1 node_network_carrier_up_changes_total{device="veth93e8300"} 1 node_network_carrier_up_changes_total{device="veth949de06"} 1 node_network_carrier_up_changes_total{device="veth94d9393"} 1 node_network_carrier_up_changes_total{device="veth9659c28"} 1 node_network_carrier_up_changes_total{device="veth97594df"} 1 node_network_carrier_up_changes_total{device="veth979decc"} 1 node_network_carrier_up_changes_total{device="veth97e99e1"} 1 node_network_carrier_up_changes_total{device="veth9b403a9"} 1 node_network_carrier_up_changes_total{device="veth9e91e1b"} 1 node_network_carrier_up_changes_total{device="vetha7a89af"} 1 node_network_carrier_up_changes_total{device="vetha809669"} 1 node_network_carrier_up_changes_total{device="vetha919ca9"} 1 node_network_carrier_up_changes_total{device="vethb1b9811"} 1 node_network_carrier_up_changes_total{device="vethb23992d"} 1 node_network_carrier_up_changes_total{device="vethb27d50d"} 1 node_network_carrier_up_changes_total{device="vethb2ca8d1"} 1 node_network_carrier_up_changes_total{device="vethb3e3423"} 1 node_network_carrier_up_changes_total{device="vethb4849ae"} 1 node_network_carrier_up_changes_total{device="vethb627013"} 1 node_network_carrier_up_changes_total{device="vethb9a9534"} 1 node_network_carrier_up_changes_total{device="vethba210e1"} 1 node_network_carrier_up_changes_total{device="vethbaedaf0"} 1 node_network_carrier_up_changes_total{device="vethbb407d6"} 1 node_network_carrier_up_changes_total{device="vethbde77cd"} 1 node_network_carrier_up_changes_total{device="vethc04e8f6"} 1 node_network_carrier_up_changes_total{device="vethc2a5326"} 1 node_network_carrier_up_changes_total{device="vethc39338e"} 1 node_network_carrier_up_changes_total{device="vethc58db7b"} 1 node_network_carrier_up_changes_total{device="vethc60f63a"} 1 node_network_carrier_up_changes_total{device="vethc74d4a8"} 1 node_network_carrier_up_changes_total{device="vethc88c801"} 1 node_network_carrier_up_changes_total{device="vethc90d0c2"} 1 node_network_carrier_up_changes_total{device="vethcad7775"} 1 node_network_carrier_up_changes_total{device="vethccb9806"} 1 node_network_carrier_up_changes_total{device="vethd05d5e7"} 1 node_network_carrier_up_changes_total{device="vethd286740"} 1 node_network_carrier_up_changes_total{device="vethd40e074"} 1 node_network_carrier_up_changes_total{device="vethd808d2c"} 1 node_network_carrier_up_changes_total{device="vethd83f9ed"} 1 node_network_carrier_up_changes_total{device="vethda07a54"} 1 node_network_carrier_up_changes_total{device="vethdcc994b"} 1 node_network_carrier_up_changes_total{device="vethdd26e6f"} 1 node_network_carrier_up_changes_total{device="vethde60225"} 1 node_network_carrier_up_changes_total{device="vethdff1c5d"} 1 node_network_carrier_up_changes_total{device="vethe06fee2"} 1 node_network_carrier_up_changes_total{device="vethe1611a3"} 1 node_network_carrier_up_changes_total{device="vethe3c9a50"} 1 node_network_carrier_up_changes_total{device="vethe4b6fa3"} 1 node_network_carrier_up_changes_total{device="vethea8d69d"} 1 node_network_carrier_up_changes_total{device="vethec2cca7"} 1 node_network_carrier_up_changes_total{device="vetheeba1d9"} 1 node_network_carrier_up_changes_total{device="vethefbcb7d"} 1 node_network_carrier_up_changes_total{device="vethefcd61c"} 1 node_network_carrier_up_changes_total{device="vethf025cdf"} 1 node_network_carrier_up_changes_total{device="vethf4a1995"} 1 node_network_carrier_up_changes_total{device="vethf5220cf"} 1 node_network_carrier_up_changes_total{device="vethf54ee92"} 1 node_network_carrier_up_changes_total{device="vethf6dd31c"} 1 node_network_carrier_up_changes_total{device="vethf7ee7e5"} 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="vethfaafd44"} 1 node_network_carrier_up_changes_total{device="vethfaf3588"} 1 node_network_carrier_up_changes_total{device="vethff353f2"} 1 node_network_carrier_up_changes_total{device="vethff61782"} 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-0f5a5cd3e92f"} 0 node_network_device_id{device="br-17dd4f18d1cf"} 0 node_network_device_id{device="br-4722995021df"} 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-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="veth0037546"} 0 node_network_device_id{device="veth02aa82e"} 0 node_network_device_id{device="veth0371e48"} 0 node_network_device_id{device="veth0430222"} 0 node_network_device_id{device="veth04bfbae"} 0 node_network_device_id{device="veth04d0d33"} 0 node_network_device_id{device="veth063647e"} 0 node_network_device_id{device="veth074a0e6"} 0 node_network_device_id{device="veth08bdc7f"} 0 node_network_device_id{device="veth0c2e00c"} 0 node_network_device_id{device="veth0c3d146"} 0 node_network_device_id{device="veth0c7af94"} 0 node_network_device_id{device="veth0d722e4"} 0 node_network_device_id{device="veth10ec835"} 0 node_network_device_id{device="veth12029b5"} 0 node_network_device_id{device="veth1293ea6"} 0 node_network_device_id{device="veth15020d2"} 0 node_network_device_id{device="veth181943e"} 0 node_network_device_id{device="veth195eff7"} 0 node_network_device_id{device="veth19c5ccc"} 0 node_network_device_id{device="veth1a0000e"} 0 node_network_device_id{device="veth1b1df75"} 0 node_network_device_id{device="veth1db16fb"} 0 node_network_device_id{device="veth1db2b07"} 0 node_network_device_id{device="veth1f16c1b"} 0 node_network_device_id{device="veth2324fe5"} 0 node_network_device_id{device="veth2503118"} 0 node_network_device_id{device="veth25c8f9d"} 0 node_network_device_id{device="veth260d822"} 0 node_network_device_id{device="veth26dd160"} 0 node_network_device_id{device="veth2be6386"} 0 node_network_device_id{device="veth2cbdae3"} 0 node_network_device_id{device="veth3064541"} 0 node_network_device_id{device="veth3286b42"} 0 node_network_device_id{device="veth3559065"} 0 node_network_device_id{device="veth381a117"} 0 node_network_device_id{device="veth38d3352"} 0 node_network_device_id{device="veth391a572"} 0 node_network_device_id{device="veth3b77dd3"} 0 node_network_device_id{device="veth3cff021"} 0 node_network_device_id{device="veth3d51f19"} 0 node_network_device_id{device="veth421e34a"} 0 node_network_device_id{device="veth429f863"} 0 node_network_device_id{device="veth42d7fd8"} 0 node_network_device_id{device="veth4755f58"} 0 node_network_device_id{device="veth48da534"} 0 node_network_device_id{device="veth492e223"} 0 node_network_device_id{device="veth493eebc"} 0 node_network_device_id{device="veth5193bd9"} 0 node_network_device_id{device="veth52d6197"} 0 node_network_device_id{device="veth56afc3b"} 0 node_network_device_id{device="veth5901a27"} 0 node_network_device_id{device="veth5b17626"} 0 node_network_device_id{device="veth5b89988"} 0 node_network_device_id{device="veth5ffe571"} 0 node_network_device_id{device="veth65e05d6"} 0 node_network_device_id{device="veth671bc20"} 0 node_network_device_id{device="veth6c64c72"} 0 node_network_device_id{device="veth6d18852"} 0 node_network_device_id{device="veth6e003b0"} 0 node_network_device_id{device="veth6f02eca"} 0 node_network_device_id{device="veth7730e80"} 0 node_network_device_id{device="veth776d20c"} 0 node_network_device_id{device="veth79f310f"} 0 node_network_device_id{device="veth7b6ae85"} 0 node_network_device_id{device="veth7fbe048"} 0 node_network_device_id{device="veth804ba4e"} 0 node_network_device_id{device="veth809d6f7"} 0 node_network_device_id{device="veth843ce45"} 0 node_network_device_id{device="veth849100f"} 0 node_network_device_id{device="veth851ee81"} 0 node_network_device_id{device="veth85518e0"} 0 node_network_device_id{device="veth85a1d8c"} 0 node_network_device_id{device="veth873e891"} 0 node_network_device_id{device="veth88232f1"} 0 node_network_device_id{device="veth88a1d70"} 0 node_network_device_id{device="veth8a2848d"} 0 node_network_device_id{device="veth8b5e03a"} 0 node_network_device_id{device="veth8b875fc"} 0 node_network_device_id{device="veth8dcb4a3"} 0 node_network_device_id{device="veth8f0a5ff"} 0 node_network_device_id{device="veth9047b17"} 0 node_network_device_id{device="veth90959d6"} 0 node_network_device_id{device="veth90fd90e"} 0 node_network_device_id{device="veth9306a5e"} 0 node_network_device_id{device="veth93e8300"} 0 node_network_device_id{device="veth949de06"} 0 node_network_device_id{device="veth94d9393"} 0 node_network_device_id{device="veth9659c28"} 0 node_network_device_id{device="veth97594df"} 0 node_network_device_id{device="veth979decc"} 0 node_network_device_id{device="veth97e99e1"} 0 node_network_device_id{device="veth9b403a9"} 0 node_network_device_id{device="veth9e91e1b"} 0 node_network_device_id{device="vetha7a89af"} 0 node_network_device_id{device="vetha809669"} 0 node_network_device_id{device="vetha919ca9"} 0 node_network_device_id{device="vethb1b9811"} 0 node_network_device_id{device="vethb23992d"} 0 node_network_device_id{device="vethb27d50d"} 0 node_network_device_id{device="vethb2ca8d1"} 0 node_network_device_id{device="vethb3e3423"} 0 node_network_device_id{device="vethb4849ae"} 0 node_network_device_id{device="vethb627013"} 0 node_network_device_id{device="vethb9a9534"} 0 node_network_device_id{device="vethba210e1"} 0 node_network_device_id{device="vethbaedaf0"} 0 node_network_device_id{device="vethbb407d6"} 0 node_network_device_id{device="vethbde77cd"} 0 node_network_device_id{device="vethc04e8f6"} 0 node_network_device_id{device="vethc2a5326"} 0 node_network_device_id{device="vethc39338e"} 0 node_network_device_id{device="vethc58db7b"} 0 node_network_device_id{device="vethc60f63a"} 0 node_network_device_id{device="vethc74d4a8"} 0 node_network_device_id{device="vethc88c801"} 0 node_network_device_id{device="vethc90d0c2"} 0 node_network_device_id{device="vethcad7775"} 0 node_network_device_id{device="vethccb9806"} 0 node_network_device_id{device="vethd05d5e7"} 0 node_network_device_id{device="vethd286740"} 0 node_network_device_id{device="vethd40e074"} 0 node_network_device_id{device="vethd808d2c"} 0 node_network_device_id{device="vethd83f9ed"} 0 node_network_device_id{device="vethda07a54"} 0 node_network_device_id{device="vethdcc994b"} 0 node_network_device_id{device="vethdd26e6f"} 0 node_network_device_id{device="vethde60225"} 0 node_network_device_id{device="vethdff1c5d"} 0 node_network_device_id{device="vethe06fee2"} 0 node_network_device_id{device="vethe1611a3"} 0 node_network_device_id{device="vethe3c9a50"} 0 node_network_device_id{device="vethe4b6fa3"} 0 node_network_device_id{device="vethea8d69d"} 0 node_network_device_id{device="vethec2cca7"} 0 node_network_device_id{device="vetheeba1d9"} 0 node_network_device_id{device="vethefbcb7d"} 0 node_network_device_id{device="vethefcd61c"} 0 node_network_device_id{device="vethf025cdf"} 0 node_network_device_id{device="vethf4a1995"} 0 node_network_device_id{device="vethf5220cf"} 0 node_network_device_id{device="vethf54ee92"} 0 node_network_device_id{device="vethf6dd31c"} 0 node_network_device_id{device="vethf7ee7e5"} 0 node_network_device_id{device="vethf8a6138"} 0 node_network_device_id{device="vethf9b8825"} 0 node_network_device_id{device="vethfaafd44"} 0 node_network_device_id{device="vethfaf3588"} 0 node_network_device_id{device="vethff353f2"} 0 node_network_device_id{device="vethff61782"} 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-0f5a5cd3e92f"} 0 node_network_dormant{device="br-17dd4f18d1cf"} 0 node_network_dormant{device="br-4722995021df"} 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-a370276f885d"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp4s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0037546"} 0 node_network_dormant{device="veth02aa82e"} 0 node_network_dormant{device="veth0371e48"} 0 node_network_dormant{device="veth0430222"} 0 node_network_dormant{device="veth04bfbae"} 0 node_network_dormant{device="veth04d0d33"} 0 node_network_dormant{device="veth063647e"} 0 node_network_dormant{device="veth074a0e6"} 0 node_network_dormant{device="veth08bdc7f"} 0 node_network_dormant{device="veth0c2e00c"} 0 node_network_dormant{device="veth0c3d146"} 0 node_network_dormant{device="veth0c7af94"} 0 node_network_dormant{device="veth0d722e4"} 0 node_network_dormant{device="veth10ec835"} 0 node_network_dormant{device="veth12029b5"} 0 node_network_dormant{device="veth1293ea6"} 0 node_network_dormant{device="veth15020d2"} 0 node_network_dormant{device="veth181943e"} 0 node_network_dormant{device="veth195eff7"} 0 node_network_dormant{device="veth19c5ccc"} 0 node_network_dormant{device="veth1a0000e"} 0 node_network_dormant{device="veth1b1df75"} 0 node_network_dormant{device="veth1db16fb"} 0 node_network_dormant{device="veth1db2b07"} 0 node_network_dormant{device="veth1f16c1b"} 0 node_network_dormant{device="veth2324fe5"} 0 node_network_dormant{device="veth2503118"} 0 node_network_dormant{device="veth25c8f9d"} 0 node_network_dormant{device="veth260d822"} 0 node_network_dormant{device="veth26dd160"} 0 node_network_dormant{device="veth2be6386"} 0 node_network_dormant{device="veth2cbdae3"} 0 node_network_dormant{device="veth3064541"} 0 node_network_dormant{device="veth3286b42"} 0 node_network_dormant{device="veth3559065"} 0 node_network_dormant{device="veth381a117"} 0 node_network_dormant{device="veth38d3352"} 0 node_network_dormant{device="veth391a572"} 0 node_network_dormant{device="veth3b77dd3"} 0 node_network_dormant{device="veth3cff021"} 0 node_network_dormant{device="veth3d51f19"} 0 node_network_dormant{device="veth421e34a"} 0 node_network_dormant{device="veth429f863"} 0 node_network_dormant{device="veth42d7fd8"} 0 node_network_dormant{device="veth4755f58"} 0 node_network_dormant{device="veth48da534"} 0 node_network_dormant{device="veth492e223"} 0 node_network_dormant{device="veth493eebc"} 0 node_network_dormant{device="veth5193bd9"} 0 node_network_dormant{device="veth52d6197"} 0 node_network_dormant{device="veth56afc3b"} 0 node_network_dormant{device="veth5901a27"} 0 node_network_dormant{device="veth5b17626"} 0 node_network_dormant{device="veth5b89988"} 0 node_network_dormant{device="veth5ffe571"} 0 node_network_dormant{device="veth65e05d6"} 0 node_network_dormant{device="veth671bc20"} 0 node_network_dormant{device="veth6c64c72"} 0 node_network_dormant{device="veth6d18852"} 0 node_network_dormant{device="veth6e003b0"} 0 node_network_dormant{device="veth6f02eca"} 0 node_network_dormant{device="veth7730e80"} 0 node_network_dormant{device="veth776d20c"} 0 node_network_dormant{device="veth79f310f"} 0 node_network_dormant{device="veth7b6ae85"} 0 node_network_dormant{device="veth7fbe048"} 0 node_network_dormant{device="veth804ba4e"} 0 node_network_dormant{device="veth809d6f7"} 0 node_network_dormant{device="veth843ce45"} 0 node_network_dormant{device="veth849100f"} 0 node_network_dormant{device="veth851ee81"} 0 node_network_dormant{device="veth85518e0"} 0 node_network_dormant{device="veth85a1d8c"} 0 node_network_dormant{device="veth873e891"} 0 node_network_dormant{device="veth88232f1"} 0 node_network_dormant{device="veth88a1d70"} 0 node_network_dormant{device="veth8a2848d"} 0 node_network_dormant{device="veth8b5e03a"} 0 node_network_dormant{device="veth8b875fc"} 0 node_network_dormant{device="veth8dcb4a3"} 0 node_network_dormant{device="veth8f0a5ff"} 0 node_network_dormant{device="veth9047b17"} 0 node_network_dormant{device="veth90959d6"} 0 node_network_dormant{device="veth90fd90e"} 0 node_network_dormant{device="veth9306a5e"} 0 node_network_dormant{device="veth93e8300"} 0 node_network_dormant{device="veth949de06"} 0 node_network_dormant{device="veth94d9393"} 0 node_network_dormant{device="veth9659c28"} 0 node_network_dormant{device="veth97594df"} 0 node_network_dormant{device="veth979decc"} 0 node_network_dormant{device="veth97e99e1"} 0 node_network_dormant{device="veth9b403a9"} 0 node_network_dormant{device="veth9e91e1b"} 0 node_network_dormant{device="vetha7a89af"} 0 node_network_dormant{device="vetha809669"} 0 node_network_dormant{device="vetha919ca9"} 0 node_network_dormant{device="vethb1b9811"} 0 node_network_dormant{device="vethb23992d"} 0 node_network_dormant{device="vethb27d50d"} 0 node_network_dormant{device="vethb2ca8d1"} 0 node_network_dormant{device="vethb3e3423"} 0 node_network_dormant{device="vethb4849ae"} 0 node_network_dormant{device="vethb627013"} 0 node_network_dormant{device="vethb9a9534"} 0 node_network_dormant{device="vethba210e1"} 0 node_network_dormant{device="vethbaedaf0"} 0 node_network_dormant{device="vethbb407d6"} 0 node_network_dormant{device="vethbde77cd"} 0 node_network_dormant{device="vethc04e8f6"} 0 node_network_dormant{device="vethc2a5326"} 0 node_network_dormant{device="vethc39338e"} 0 node_network_dormant{device="vethc58db7b"} 0 node_network_dormant{device="vethc60f63a"} 0 node_network_dormant{device="vethc74d4a8"} 0 node_network_dormant{device="vethc88c801"} 0 node_network_dormant{device="vethc90d0c2"} 0 node_network_dormant{device="vethcad7775"} 0 node_network_dormant{device="vethccb9806"} 0 node_network_dormant{device="vethd05d5e7"} 0 node_network_dormant{device="vethd286740"} 0 node_network_dormant{device="vethd40e074"} 0 node_network_dormant{device="vethd808d2c"} 0 node_network_dormant{device="vethd83f9ed"} 0 node_network_dormant{device="vethda07a54"} 0 node_network_dormant{device="vethdcc994b"} 0 node_network_dormant{device="vethdd26e6f"} 0 node_network_dormant{device="vethde60225"} 0 node_network_dormant{device="vethdff1c5d"} 0 node_network_dormant{device="vethe06fee2"} 0 node_network_dormant{device="vethe1611a3"} 0 node_network_dormant{device="vethe3c9a50"} 0 node_network_dormant{device="vethe4b6fa3"} 0 node_network_dormant{device="vethea8d69d"} 0 node_network_dormant{device="vethec2cca7"} 0 node_network_dormant{device="vetheeba1d9"} 0 node_network_dormant{device="vethefbcb7d"} 0 node_network_dormant{device="vethefcd61c"} 0 node_network_dormant{device="vethf025cdf"} 0 node_network_dormant{device="vethf4a1995"} 0 node_network_dormant{device="vethf5220cf"} 0 node_network_dormant{device="vethf54ee92"} 0 node_network_dormant{device="vethf6dd31c"} 0 node_network_dormant{device="vethf7ee7e5"} 0 node_network_dormant{device="vethf8a6138"} 0 node_network_dormant{device="vethf9b8825"} 0 node_network_dormant{device="vethfaafd44"} 0 node_network_dormant{device="vethfaf3588"} 0 node_network_dormant{device="vethff353f2"} 0 node_network_dormant{device="vethff61782"} 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-0f5a5cd3e92f"} 4099 node_network_flags{device="br-17dd4f18d1cf"} 4099 node_network_flags{device="br-4722995021df"} 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-a370276f885d"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp4s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0037546"} 4867 node_network_flags{device="veth02aa82e"} 4867 node_network_flags{device="veth0371e48"} 4867 node_network_flags{device="veth0430222"} 4867 node_network_flags{device="veth04bfbae"} 4867 node_network_flags{device="veth04d0d33"} 4867 node_network_flags{device="veth063647e"} 4867 node_network_flags{device="veth074a0e6"} 4867 node_network_flags{device="veth08bdc7f"} 4867 node_network_flags{device="veth0c2e00c"} 4867 node_network_flags{device="veth0c3d146"} 4867 node_network_flags{device="veth0c7af94"} 4867 node_network_flags{device="veth0d722e4"} 4867 node_network_flags{device="veth10ec835"} 4867 node_network_flags{device="veth12029b5"} 4867 node_network_flags{device="veth1293ea6"} 4867 node_network_flags{device="veth15020d2"} 4867 node_network_flags{device="veth181943e"} 4867 node_network_flags{device="veth195eff7"} 4867 node_network_flags{device="veth19c5ccc"} 4867 node_network_flags{device="veth1a0000e"} 4867 node_network_flags{device="veth1b1df75"} 4867 node_network_flags{device="veth1db16fb"} 4867 node_network_flags{device="veth1db2b07"} 4867 node_network_flags{device="veth1f16c1b"} 4867 node_network_flags{device="veth2324fe5"} 4867 node_network_flags{device="veth2503118"} 4867 node_network_flags{device="veth25c8f9d"} 4867 node_network_flags{device="veth260d822"} 4867 node_network_flags{device="veth26dd160"} 4867 node_network_flags{device="veth2be6386"} 4867 node_network_flags{device="veth2cbdae3"} 4867 node_network_flags{device="veth3064541"} 4867 node_network_flags{device="veth3286b42"} 4867 node_network_flags{device="veth3559065"} 4867 node_network_flags{device="veth381a117"} 4867 node_network_flags{device="veth38d3352"} 4867 node_network_flags{device="veth391a572"} 4867 node_network_flags{device="veth3b77dd3"} 4867 node_network_flags{device="veth3cff021"} 4867 node_network_flags{device="veth3d51f19"} 4867 node_network_flags{device="veth421e34a"} 4867 node_network_flags{device="veth429f863"} 4867 node_network_flags{device="veth42d7fd8"} 4867 node_network_flags{device="veth4755f58"} 4867 node_network_flags{device="veth48da534"} 4867 node_network_flags{device="veth492e223"} 4867 node_network_flags{device="veth493eebc"} 4867 node_network_flags{device="veth5193bd9"} 4867 node_network_flags{device="veth52d6197"} 4867 node_network_flags{device="veth56afc3b"} 4867 node_network_flags{device="veth5901a27"} 4867 node_network_flags{device="veth5b17626"} 4867 node_network_flags{device="veth5b89988"} 4867 node_network_flags{device="veth5ffe571"} 4867 node_network_flags{device="veth65e05d6"} 4867 node_network_flags{device="veth671bc20"} 4867 node_network_flags{device="veth6c64c72"} 4867 node_network_flags{device="veth6d18852"} 4867 node_network_flags{device="veth6e003b0"} 4867 node_network_flags{device="veth6f02eca"} 4867 node_network_flags{device="veth7730e80"} 4867 node_network_flags{device="veth776d20c"} 4867 node_network_flags{device="veth79f310f"} 4867 node_network_flags{device="veth7b6ae85"} 4867 node_network_flags{device="veth7fbe048"} 4867 node_network_flags{device="veth804ba4e"} 4867 node_network_flags{device="veth809d6f7"} 4867 node_network_flags{device="veth843ce45"} 4867 node_network_flags{device="veth849100f"} 4867 node_network_flags{device="veth851ee81"} 4867 node_network_flags{device="veth85518e0"} 4867 node_network_flags{device="veth85a1d8c"} 4867 node_network_flags{device="veth873e891"} 4867 node_network_flags{device="veth88232f1"} 4867 node_network_flags{device="veth88a1d70"} 4867 node_network_flags{device="veth8a2848d"} 4867 node_network_flags{device="veth8b5e03a"} 4867 node_network_flags{device="veth8b875fc"} 4867 node_network_flags{device="veth8dcb4a3"} 4867 node_network_flags{device="veth8f0a5ff"} 4867 node_network_flags{device="veth9047b17"} 4867 node_network_flags{device="veth90959d6"} 4867 node_network_flags{device="veth90fd90e"} 4867 node_network_flags{device="veth9306a5e"} 4867 node_network_flags{device="veth93e8300"} 4867 node_network_flags{device="veth949de06"} 4867 node_network_flags{device="veth94d9393"} 4867 node_network_flags{device="veth9659c28"} 4867 node_network_flags{device="veth97594df"} 4867 node_network_flags{device="veth979decc"} 4867 node_network_flags{device="veth97e99e1"} 4867 node_network_flags{device="veth9b403a9"} 4867 node_network_flags{device="veth9e91e1b"} 4867 node_network_flags{device="vetha7a89af"} 4867 node_network_flags{device="vetha809669"} 4867 node_network_flags{device="vetha919ca9"} 4867 node_network_flags{device="vethb1b9811"} 4867 node_network_flags{device="vethb23992d"} 4867 node_network_flags{device="vethb27d50d"} 4867 node_network_flags{device="vethb2ca8d1"} 4867 node_network_flags{device="vethb3e3423"} 4867 node_network_flags{device="vethb4849ae"} 4867 node_network_flags{device="vethb627013"} 4867 node_network_flags{device="vethb9a9534"} 4867 node_network_flags{device="vethba210e1"} 4867 node_network_flags{device="vethbaedaf0"} 4867 node_network_flags{device="vethbb407d6"} 4867 node_network_flags{device="vethbde77cd"} 4867 node_network_flags{device="vethc04e8f6"} 4867 node_network_flags{device="vethc2a5326"} 4867 node_network_flags{device="vethc39338e"} 4867 node_network_flags{device="vethc58db7b"} 4867 node_network_flags{device="vethc60f63a"} 4867 node_network_flags{device="vethc74d4a8"} 4867 node_network_flags{device="vethc88c801"} 4867 node_network_flags{device="vethc90d0c2"} 4867 node_network_flags{device="vethcad7775"} 4867 node_network_flags{device="vethccb9806"} 4867 node_network_flags{device="vethd05d5e7"} 4867 node_network_flags{device="vethd286740"} 4867 node_network_flags{device="vethd40e074"} 4867 node_network_flags{device="vethd808d2c"} 4867 node_network_flags{device="vethd83f9ed"} 4867 node_network_flags{device="vethda07a54"} 4867 node_network_flags{device="vethdcc994b"} 4867 node_network_flags{device="vethdd26e6f"} 4867 node_network_flags{device="vethde60225"} 4867 node_network_flags{device="vethdff1c5d"} 4867 node_network_flags{device="vethe06fee2"} 4867 node_network_flags{device="vethe1611a3"} 4867 node_network_flags{device="vethe3c9a50"} 4867 node_network_flags{device="vethe4b6fa3"} 4867 node_network_flags{device="vethea8d69d"} 4867 node_network_flags{device="vethec2cca7"} 4867 node_network_flags{device="vetheeba1d9"} 4867 node_network_flags{device="vethefbcb7d"} 4867 node_network_flags{device="vethefcd61c"} 4867 node_network_flags{device="vethf025cdf"} 4867 node_network_flags{device="vethf4a1995"} 4867 node_network_flags{device="vethf5220cf"} 4867 node_network_flags{device="vethf54ee92"} 4867 node_network_flags{device="vethf6dd31c"} 4867 node_network_flags{device="vethf7ee7e5"} 4867 node_network_flags{device="vethf8a6138"} 4867 node_network_flags{device="vethf9b8825"} 4867 node_network_flags{device="vethfaafd44"} 4867 node_network_flags{device="vethfaf3588"} 4867 node_network_flags{device="vethff353f2"} 4867 node_network_flags{device="vethff61782"} 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-0f5a5cd3e92f"} 103299 node_network_iface_id{device="br-17dd4f18d1cf"} 190 node_network_iface_id{device="br-4722995021df"} 103927 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-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="veth0037546"} 158845 node_network_iface_id{device="veth02aa82e"} 159055 node_network_iface_id{device="veth0371e48"} 159054 node_network_iface_id{device="veth0430222"} 158849 node_network_iface_id{device="veth04bfbae"} 159064 node_network_iface_id{device="veth04d0d33"} 158828 node_network_iface_id{device="veth063647e"} 158869 node_network_iface_id{device="veth074a0e6"} 103934 node_network_iface_id{device="veth08bdc7f"} 103956 node_network_iface_id{device="veth0c2e00c"} 103965 node_network_iface_id{device="veth0c3d146"} 158852 node_network_iface_id{device="veth0c7af94"} 158836 node_network_iface_id{device="veth0d722e4"} 103932 node_network_iface_id{device="veth10ec835"} 158939 node_network_iface_id{device="veth12029b5"} 159035 node_network_iface_id{device="veth1293ea6"} 158922 node_network_iface_id{device="veth15020d2"} 159029 node_network_iface_id{device="veth181943e"} 103964 node_network_iface_id{device="veth195eff7"} 110370 node_network_iface_id{device="veth19c5ccc"} 158907 node_network_iface_id{device="veth1a0000e"} 158898 node_network_iface_id{device="veth1b1df75"} 104326 node_network_iface_id{device="veth1db16fb"} 100507 node_network_iface_id{device="veth1db2b07"} 100511 node_network_iface_id{device="veth1f16c1b"} 159066 node_network_iface_id{device="veth2324fe5"} 158932 node_network_iface_id{device="veth2503118"} 158941 node_network_iface_id{device="veth25c8f9d"} 103939 node_network_iface_id{device="veth260d822"} 158910 node_network_iface_id{device="veth26dd160"} 158861 node_network_iface_id{device="veth2be6386"} 158928 node_network_iface_id{device="veth2cbdae3"} 103928 node_network_iface_id{device="veth3064541"} 158831 node_network_iface_id{device="veth3286b42"} 158914 node_network_iface_id{device="veth3559065"} 159096 node_network_iface_id{device="veth381a117"} 158926 node_network_iface_id{device="veth38d3352"} 103958 node_network_iface_id{device="veth391a572"} 158919 node_network_iface_id{device="veth3b77dd3"} 158872 node_network_iface_id{device="veth3cff021"} 103936 node_network_iface_id{device="veth3d51f19"} 158856 node_network_iface_id{device="veth421e34a"} 159012 node_network_iface_id{device="veth429f863"} 158916 node_network_iface_id{device="veth42d7fd8"} 103991 node_network_iface_id{device="veth4755f58"} 158944 node_network_iface_id{device="veth48da534"} 158842 node_network_iface_id{device="veth492e223"} 100517 node_network_iface_id{device="veth493eebc"} 158921 node_network_iface_id{device="veth5193bd9"} 158936 node_network_iface_id{device="veth52d6197"} 158873 node_network_iface_id{device="veth56afc3b"} 158917 node_network_iface_id{device="veth5901a27"} 158918 node_network_iface_id{device="veth5b17626"} 158883 node_network_iface_id{device="veth5b89988"} 158937 node_network_iface_id{device="veth5ffe571"} 158901 node_network_iface_id{device="veth65e05d6"} 158854 node_network_iface_id{device="veth671bc20"} 103938 node_network_iface_id{device="veth6c64c72"} 103929 node_network_iface_id{device="veth6d18852"} 158840 node_network_iface_id{device="veth6e003b0"} 100520 node_network_iface_id{device="veth6f02eca"} 103931 node_network_iface_id{device="veth7730e80"} 158841 node_network_iface_id{device="veth776d20c"} 158923 node_network_iface_id{device="veth79f310f"} 159004 node_network_iface_id{device="veth7b6ae85"} 158860 node_network_iface_id{device="veth7fbe048"} 158839 node_network_iface_id{device="veth804ba4e"} 159047 node_network_iface_id{device="veth809d6f7"} 158850 node_network_iface_id{device="veth843ce45"} 159056 node_network_iface_id{device="veth849100f"} 158877 node_network_iface_id{device="veth851ee81"} 100504 node_network_iface_id{device="veth85518e0"} 159010 node_network_iface_id{device="veth85a1d8c"} 158942 node_network_iface_id{device="veth873e891"} 159057 node_network_iface_id{device="veth88232f1"} 159011 node_network_iface_id{device="veth88a1d70"} 158938 node_network_iface_id{device="veth8a2848d"} 159032 node_network_iface_id{device="veth8b5e03a"} 158870 node_network_iface_id{device="veth8b875fc"} 158902 node_network_iface_id{device="veth8dcb4a3"} 158857 node_network_iface_id{device="veth8f0a5ff"} 158855 node_network_iface_id{device="veth9047b17"} 100521 node_network_iface_id{device="veth90959d6"} 159028 node_network_iface_id{device="veth90fd90e"} 159030 node_network_iface_id{device="veth9306a5e"} 158920 node_network_iface_id{device="veth93e8300"} 103959 node_network_iface_id{device="veth949de06"} 158913 node_network_iface_id{device="veth94d9393"} 159008 node_network_iface_id{device="veth9659c28"} 158863 node_network_iface_id{device="veth97594df"} 103957 node_network_iface_id{device="veth979decc"} 158868 node_network_iface_id{device="veth97e99e1"} 158927 node_network_iface_id{device="veth9b403a9"} 158867 node_network_iface_id{device="veth9e91e1b"} 100506 node_network_iface_id{device="vetha7a89af"} 158945 node_network_iface_id{device="vetha809669"} 158853 node_network_iface_id{device="vetha919ca9"} 100526 node_network_iface_id{device="vethb1b9811"} 158905 node_network_iface_id{device="vethb23992d"} 159067 node_network_iface_id{device="vethb27d50d"} 103933 node_network_iface_id{device="vethb2ca8d1"} 158935 node_network_iface_id{device="vethb3e3423"} 103961 node_network_iface_id{device="vethb4849ae"} 158859 node_network_iface_id{device="vethb627013"} 158911 node_network_iface_id{device="vethb9a9534"} 100500 node_network_iface_id{device="vethba210e1"} 158865 node_network_iface_id{device="vethbaedaf0"} 158904 node_network_iface_id{device="vethbb407d6"} 158880 node_network_iface_id{device="vethbde77cd"} 159034 node_network_iface_id{device="vethc04e8f6"} 103962 node_network_iface_id{device="vethc2a5326"} 100528 node_network_iface_id{device="vethc39338e"} 103955 node_network_iface_id{device="vethc58db7b"} 103963 node_network_iface_id{device="vethc60f63a"} 158832 node_network_iface_id{device="vethc74d4a8"} 158875 node_network_iface_id{device="vethc88c801"} 158881 node_network_iface_id{device="vethc90d0c2"} 159095 node_network_iface_id{device="vethcad7775"} 159065 node_network_iface_id{device="vethccb9806"} 158903 node_network_iface_id{device="vethd05d5e7"} 100514 node_network_iface_id{device="vethd286740"} 158826 node_network_iface_id{device="vethd40e074"} 158844 node_network_iface_id{device="vethd808d2c"} 159005 node_network_iface_id{device="vethd83f9ed"} 110372 node_network_iface_id{device="vethda07a54"} 158843 node_network_iface_id{device="vethdcc994b"} 158933 node_network_iface_id{device="vethdd26e6f"} 158929 node_network_iface_id{device="vethde60225"} 103941 node_network_iface_id{device="vethdff1c5d"} 158833 node_network_iface_id{device="vethe06fee2"} 103960 node_network_iface_id{device="vethe1611a3"} 158834 node_network_iface_id{device="vethe3c9a50"} 158948 node_network_iface_id{device="vethe4b6fa3"} 158897 node_network_iface_id{device="vethea8d69d"} 159033 node_network_iface_id{device="vethec2cca7"} 158925 node_network_iface_id{device="vetheeba1d9"} 158876 node_network_iface_id{device="vethefbcb7d"} 158896 node_network_iface_id{device="vethefcd61c"} 158909 node_network_iface_id{device="vethf025cdf"} 159031 node_network_iface_id{device="vethf4a1995"} 103990 node_network_iface_id{device="vethf5220cf"} 158931 node_network_iface_id{device="vethf54ee92"} 103935 node_network_iface_id{device="vethf6dd31c"} 103930 node_network_iface_id{device="vethf7ee7e5"} 158837 node_network_iface_id{device="vethf8a6138"} 100524 node_network_iface_id{device="vethf9b8825"} 100509 node_network_iface_id{device="vethfaafd44"} 100532 node_network_iface_id{device="vethfaf3588"} 158879 node_network_iface_id{device="vethff353f2"} 100530 node_network_iface_id{device="vethff61782"} 158874 # 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-0f5a5cd3e92f"} 103299 node_network_iface_link{device="br-17dd4f18d1cf"} 190 node_network_iface_link{device="br-4722995021df"} 103927 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-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="veth0037546"} 2 node_network_iface_link{device="veth02aa82e"} 3 node_network_iface_link{device="veth0371e48"} 2 node_network_iface_link{device="veth0430222"} 2 node_network_iface_link{device="veth04bfbae"} 2 node_network_iface_link{device="veth04d0d33"} 4 node_network_iface_link{device="veth063647e"} 2 node_network_iface_link{device="veth074a0e6"} 2 node_network_iface_link{device="veth08bdc7f"} 3 node_network_iface_link{device="veth0c2e00c"} 3 node_network_iface_link{device="veth0c3d146"} 2 node_network_iface_link{device="veth0c7af94"} 2 node_network_iface_link{device="veth0d722e4"} 3 node_network_iface_link{device="veth10ec835"} 3 node_network_iface_link{device="veth12029b5"} 3 node_network_iface_link{device="veth1293ea6"} 3 node_network_iface_link{device="veth15020d2"} 2 node_network_iface_link{device="veth181943e"} 3 node_network_iface_link{device="veth195eff7"} 2 node_network_iface_link{device="veth19c5ccc"} 3 node_network_iface_link{device="veth1a0000e"} 3 node_network_iface_link{device="veth1b1df75"} 2 node_network_iface_link{device="veth1db16fb"} 3 node_network_iface_link{device="veth1db2b07"} 2 node_network_iface_link{device="veth1f16c1b"} 3 node_network_iface_link{device="veth2324fe5"} 3 node_network_iface_link{device="veth2503118"} 3 node_network_iface_link{device="veth25c8f9d"} 2 node_network_iface_link{device="veth260d822"} 3 node_network_iface_link{device="veth26dd160"} 2 node_network_iface_link{device="veth2be6386"} 3 node_network_iface_link{device="veth2cbdae3"} 2 node_network_iface_link{device="veth3064541"} 2 node_network_iface_link{device="veth3286b42"} 3 node_network_iface_link{device="veth3559065"} 2 node_network_iface_link{device="veth381a117"} 3 node_network_iface_link{device="veth38d3352"} 3 node_network_iface_link{device="veth391a572"} 3 node_network_iface_link{device="veth3b77dd3"} 2 node_network_iface_link{device="veth3cff021"} 2 node_network_iface_link{device="veth3d51f19"} 2 node_network_iface_link{device="veth421e34a"} 3 node_network_iface_link{device="veth429f863"} 3 node_network_iface_link{device="veth42d7fd8"} 3 node_network_iface_link{device="veth4755f58"} 3 node_network_iface_link{device="veth48da534"} 2 node_network_iface_link{device="veth492e223"} 2 node_network_iface_link{device="veth493eebc"} 3 node_network_iface_link{device="veth5193bd9"} 3 node_network_iface_link{device="veth52d6197"} 2 node_network_iface_link{device="veth56afc3b"} 3 node_network_iface_link{device="veth5901a27"} 3 node_network_iface_link{device="veth5b17626"} 2 node_network_iface_link{device="veth5b89988"} 3 node_network_iface_link{device="veth5ffe571"} 3 node_network_iface_link{device="veth65e05d6"} 2 node_network_iface_link{device="veth671bc20"} 2 node_network_iface_link{device="veth6c64c72"} 2 node_network_iface_link{device="veth6d18852"} 2 node_network_iface_link{device="veth6e003b0"} 2 node_network_iface_link{device="veth6f02eca"} 2 node_network_iface_link{device="veth7730e80"} 2 node_network_iface_link{device="veth776d20c"} 2 node_network_iface_link{device="veth79f310f"} 2 node_network_iface_link{device="veth7b6ae85"} 2 node_network_iface_link{device="veth7fbe048"} 2 node_network_iface_link{device="veth804ba4e"} 2 node_network_iface_link{device="veth809d6f7"} 2 node_network_iface_link{device="veth843ce45"} 2 node_network_iface_link{device="veth849100f"} 2 node_network_iface_link{device="veth851ee81"} 2 node_network_iface_link{device="veth85518e0"} 3 node_network_iface_link{device="veth85a1d8c"} 3 node_network_iface_link{device="veth873e891"} 3 node_network_iface_link{device="veth88232f1"} 3 node_network_iface_link{device="veth88a1d70"} 3 node_network_iface_link{device="veth8a2848d"} 3 node_network_iface_link{device="veth8b5e03a"} 2 node_network_iface_link{device="veth8b875fc"} 3 node_network_iface_link{device="veth8dcb4a3"} 2 node_network_iface_link{device="veth8f0a5ff"} 2 node_network_iface_link{device="veth9047b17"} 2 node_network_iface_link{device="veth90959d6"} 2 node_network_iface_link{device="veth90fd90e"} 2 node_network_iface_link{device="veth9306a5e"} 3 node_network_iface_link{device="veth93e8300"} 3 node_network_iface_link{device="veth949de06"} 4 node_network_iface_link{device="veth94d9393"} 2 node_network_iface_link{device="veth9659c28"} 2 node_network_iface_link{device="veth97594df"} 3 node_network_iface_link{device="veth979decc"} 2 node_network_iface_link{device="veth97e99e1"} 3 node_network_iface_link{device="veth9b403a9"} 2 node_network_iface_link{device="veth9e91e1b"} 2 node_network_iface_link{device="vetha7a89af"} 3 node_network_iface_link{device="vetha809669"} 2 node_network_iface_link{device="vetha919ca9"} 2 node_network_iface_link{device="vethb1b9811"} 3 node_network_iface_link{device="vethb23992d"} 3 node_network_iface_link{device="vethb27d50d"} 2 node_network_iface_link{device="vethb2ca8d1"} 3 node_network_iface_link{device="vethb3e3423"} 3 node_network_iface_link{device="vethb4849ae"} 2 node_network_iface_link{device="vethb627013"} 3 node_network_iface_link{device="vethb9a9534"} 2 node_network_iface_link{device="vethba210e1"} 2 node_network_iface_link{device="vethbaedaf0"} 3 node_network_iface_link{device="vethbb407d6"} 2 node_network_iface_link{device="vethbde77cd"} 3 node_network_iface_link{device="vethc04e8f6"} 3 node_network_iface_link{device="vethc2a5326"} 2 node_network_iface_link{device="vethc39338e"} 3 node_network_iface_link{device="vethc58db7b"} 4 node_network_iface_link{device="vethc60f63a"} 2 node_network_iface_link{device="vethc74d4a8"} 2 node_network_iface_link{device="vethc88c801"} 2 node_network_iface_link{device="vethc90d0c2"} 2 node_network_iface_link{device="vethcad7775"} 2 node_network_iface_link{device="vethccb9806"} 3 node_network_iface_link{device="vethd05d5e7"} 2 node_network_iface_link{device="vethd286740"} 3 node_network_iface_link{device="vethd40e074"} 2 node_network_iface_link{device="vethd808d2c"} 2 node_network_iface_link{device="vethd83f9ed"} 2 node_network_iface_link{device="vethda07a54"} 2 node_network_iface_link{device="vethdcc994b"} 3 node_network_iface_link{device="vethdd26e6f"} 3 node_network_iface_link{device="vethde60225"} 2 node_network_iface_link{device="vethdff1c5d"} 2 node_network_iface_link{device="vethe06fee2"} 3 node_network_iface_link{device="vethe1611a3"} 2 node_network_iface_link{device="vethe3c9a50"} 3 node_network_iface_link{device="vethe4b6fa3"} 3 node_network_iface_link{device="vethea8d69d"} 3 node_network_iface_link{device="vethec2cca7"} 3 node_network_iface_link{device="vetheeba1d9"} 2 node_network_iface_link{device="vethefbcb7d"} 2 node_network_iface_link{device="vethefcd61c"} 3 node_network_iface_link{device="vethf025cdf"} 2 node_network_iface_link{device="vethf4a1995"} 2 node_network_iface_link{device="vethf5220cf"} 3 node_network_iface_link{device="vethf54ee92"} 2 node_network_iface_link{device="vethf6dd31c"} 2 node_network_iface_link{device="vethf7ee7e5"} 2 node_network_iface_link{device="vethf8a6138"} 2 node_network_iface_link{device="vethf9b8825"} 2 node_network_iface_link{device="vethfaafd44"} 3 node_network_iface_link{device="vethfaf3588"} 3 node_network_iface_link{device="vethff353f2"} 3 node_network_iface_link{device="vethff61782"} 2 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-073534efd5ec"} 0 node_network_iface_link_mode{device="br-0f5a5cd3e92f"} 0 node_network_iface_link_mode{device="br-17dd4f18d1cf"} 0 node_network_iface_link_mode{device="br-4722995021df"} 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-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="veth0037546"} 0 node_network_iface_link_mode{device="veth02aa82e"} 0 node_network_iface_link_mode{device="veth0371e48"} 0 node_network_iface_link_mode{device="veth0430222"} 0 node_network_iface_link_mode{device="veth04bfbae"} 0 node_network_iface_link_mode{device="veth04d0d33"} 0 node_network_iface_link_mode{device="veth063647e"} 0 node_network_iface_link_mode{device="veth074a0e6"} 0 node_network_iface_link_mode{device="veth08bdc7f"} 0 node_network_iface_link_mode{device="veth0c2e00c"} 0 node_network_iface_link_mode{device="veth0c3d146"} 0 node_network_iface_link_mode{device="veth0c7af94"} 0 node_network_iface_link_mode{device="veth0d722e4"} 0 node_network_iface_link_mode{device="veth10ec835"} 0 node_network_iface_link_mode{device="veth12029b5"} 0 node_network_iface_link_mode{device="veth1293ea6"} 0 node_network_iface_link_mode{device="veth15020d2"} 0 node_network_iface_link_mode{device="veth181943e"} 0 node_network_iface_link_mode{device="veth195eff7"} 0 node_network_iface_link_mode{device="veth19c5ccc"} 0 node_network_iface_link_mode{device="veth1a0000e"} 0 node_network_iface_link_mode{device="veth1b1df75"} 0 node_network_iface_link_mode{device="veth1db16fb"} 0 node_network_iface_link_mode{device="veth1db2b07"} 0 node_network_iface_link_mode{device="veth1f16c1b"} 0 node_network_iface_link_mode{device="veth2324fe5"} 0 node_network_iface_link_mode{device="veth2503118"} 0 node_network_iface_link_mode{device="veth25c8f9d"} 0 node_network_iface_link_mode{device="veth260d822"} 0 node_network_iface_link_mode{device="veth26dd160"} 0 node_network_iface_link_mode{device="veth2be6386"} 0 node_network_iface_link_mode{device="veth2cbdae3"} 0 node_network_iface_link_mode{device="veth3064541"} 0 node_network_iface_link_mode{device="veth3286b42"} 0 node_network_iface_link_mode{device="veth3559065"} 0 node_network_iface_link_mode{device="veth381a117"} 0 node_network_iface_link_mode{device="veth38d3352"} 0 node_network_iface_link_mode{device="veth391a572"} 0 node_network_iface_link_mode{device="veth3b77dd3"} 0 node_network_iface_link_mode{device="veth3cff021"} 0 node_network_iface_link_mode{device="veth3d51f19"} 0 node_network_iface_link_mode{device="veth421e34a"} 0 node_network_iface_link_mode{device="veth429f863"} 0 node_network_iface_link_mode{device="veth42d7fd8"} 0 node_network_iface_link_mode{device="veth4755f58"} 0 node_network_iface_link_mode{device="veth48da534"} 0 node_network_iface_link_mode{device="veth492e223"} 0 node_network_iface_link_mode{device="veth493eebc"} 0 node_network_iface_link_mode{device="veth5193bd9"} 0 node_network_iface_link_mode{device="veth52d6197"} 0 node_network_iface_link_mode{device="veth56afc3b"} 0 node_network_iface_link_mode{device="veth5901a27"} 0 node_network_iface_link_mode{device="veth5b17626"} 0 node_network_iface_link_mode{device="veth5b89988"} 0 node_network_iface_link_mode{device="veth5ffe571"} 0 node_network_iface_link_mode{device="veth65e05d6"} 0 node_network_iface_link_mode{device="veth671bc20"} 0 node_network_iface_link_mode{device="veth6c64c72"} 0 node_network_iface_link_mode{device="veth6d18852"} 0 node_network_iface_link_mode{device="veth6e003b0"} 0 node_network_iface_link_mode{device="veth6f02eca"} 0 node_network_iface_link_mode{device="veth7730e80"} 0 node_network_iface_link_mode{device="veth776d20c"} 0 node_network_iface_link_mode{device="veth79f310f"} 0 node_network_iface_link_mode{device="veth7b6ae85"} 0 node_network_iface_link_mode{device="veth7fbe048"} 0 node_network_iface_link_mode{device="veth804ba4e"} 0 node_network_iface_link_mode{device="veth809d6f7"} 0 node_network_iface_link_mode{device="veth843ce45"} 0 node_network_iface_link_mode{device="veth849100f"} 0 node_network_iface_link_mode{device="veth851ee81"} 0 node_network_iface_link_mode{device="veth85518e0"} 0 node_network_iface_link_mode{device="veth85a1d8c"} 0 node_network_iface_link_mode{device="veth873e891"} 0 node_network_iface_link_mode{device="veth88232f1"} 0 node_network_iface_link_mode{device="veth88a1d70"} 0 node_network_iface_link_mode{device="veth8a2848d"} 0 node_network_iface_link_mode{device="veth8b5e03a"} 0 node_network_iface_link_mode{device="veth8b875fc"} 0 node_network_iface_link_mode{device="veth8dcb4a3"} 0 node_network_iface_link_mode{device="veth8f0a5ff"} 0 node_network_iface_link_mode{device="veth9047b17"} 0 node_network_iface_link_mode{device="veth90959d6"} 0 node_network_iface_link_mode{device="veth90fd90e"} 0 node_network_iface_link_mode{device="veth9306a5e"} 0 node_network_iface_link_mode{device="veth93e8300"} 0 node_network_iface_link_mode{device="veth949de06"} 0 node_network_iface_link_mode{device="veth94d9393"} 0 node_network_iface_link_mode{device="veth9659c28"} 0 node_network_iface_link_mode{device="veth97594df"} 0 node_network_iface_link_mode{device="veth979decc"} 0 node_network_iface_link_mode{device="veth97e99e1"} 0 node_network_iface_link_mode{device="veth9b403a9"} 0 node_network_iface_link_mode{device="veth9e91e1b"} 0 node_network_iface_link_mode{device="vetha7a89af"} 0 node_network_iface_link_mode{device="vetha809669"} 0 node_network_iface_link_mode{device="vetha919ca9"} 0 node_network_iface_link_mode{device="vethb1b9811"} 0 node_network_iface_link_mode{device="vethb23992d"} 0 node_network_iface_link_mode{device="vethb27d50d"} 0 node_network_iface_link_mode{device="vethb2ca8d1"} 0 node_network_iface_link_mode{device="vethb3e3423"} 0 node_network_iface_link_mode{device="vethb4849ae"} 0 node_network_iface_link_mode{device="vethb627013"} 0 node_network_iface_link_mode{device="vethb9a9534"} 0 node_network_iface_link_mode{device="vethba210e1"} 0 node_network_iface_link_mode{device="vethbaedaf0"} 0 node_network_iface_link_mode{device="vethbb407d6"} 0 node_network_iface_link_mode{device="vethbde77cd"} 0 node_network_iface_link_mode{device="vethc04e8f6"} 0 node_network_iface_link_mode{device="vethc2a5326"} 0 node_network_iface_link_mode{device="vethc39338e"} 0 node_network_iface_link_mode{device="vethc58db7b"} 0 node_network_iface_link_mode{device="vethc60f63a"} 0 node_network_iface_link_mode{device="vethc74d4a8"} 0 node_network_iface_link_mode{device="vethc88c801"} 0 node_network_iface_link_mode{device="vethc90d0c2"} 0 node_network_iface_link_mode{device="vethcad7775"} 0 node_network_iface_link_mode{device="vethccb9806"} 0 node_network_iface_link_mode{device="vethd05d5e7"} 0 node_network_iface_link_mode{device="vethd286740"} 0 node_network_iface_link_mode{device="vethd40e074"} 0 node_network_iface_link_mode{device="vethd808d2c"} 0 node_network_iface_link_mode{device="vethd83f9ed"} 0 node_network_iface_link_mode{device="vethda07a54"} 0 node_network_iface_link_mode{device="vethdcc994b"} 0 node_network_iface_link_mode{device="vethdd26e6f"} 0 node_network_iface_link_mode{device="vethde60225"} 0 node_network_iface_link_mode{device="vethdff1c5d"} 0 node_network_iface_link_mode{device="vethe06fee2"} 0 node_network_iface_link_mode{device="vethe1611a3"} 0 node_network_iface_link_mode{device="vethe3c9a50"} 0 node_network_iface_link_mode{device="vethe4b6fa3"} 0 node_network_iface_link_mode{device="vethea8d69d"} 0 node_network_iface_link_mode{device="vethec2cca7"} 0 node_network_iface_link_mode{device="vetheeba1d9"} 0 node_network_iface_link_mode{device="vethefbcb7d"} 0 node_network_iface_link_mode{device="vethefcd61c"} 0 node_network_iface_link_mode{device="vethf025cdf"} 0 node_network_iface_link_mode{device="vethf4a1995"} 0 node_network_iface_link_mode{device="vethf5220cf"} 0 node_network_iface_link_mode{device="vethf54ee92"} 0 node_network_iface_link_mode{device="vethf6dd31c"} 0 node_network_iface_link_mode{device="vethf7ee7e5"} 0 node_network_iface_link_mode{device="vethf8a6138"} 0 node_network_iface_link_mode{device="vethf9b8825"} 0 node_network_iface_link_mode{device="vethfaafd44"} 0 node_network_iface_link_mode{device="vethfaf3588"} 0 node_network_iface_link_mode{device="vethff353f2"} 0 node_network_iface_link_mode{device="vethff61782"} 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:14:22:53:6e:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19c5ccc",duplex="full",ifalias="",operstate="up"} 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:d0:e1:ab:c4:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b89988",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:5b:c9:be:10:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb27d50d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:ae:72:35:20:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a0000e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:e9:67:e8:6a:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d18852",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:f3:ce:8c:a1:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc74d4a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:78:fc:3f:23:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde60225",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:f4:92:fa:43:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5220cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:16:8a:7c:b6:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec2cca7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:13:e4:1d:23:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd808d2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:33:6c:79:e3:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12029b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:62:d9:18:5f:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf54ee92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:ac:41:e9:ba:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5901a27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:ba:ed:de:a8:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c3d146",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:38:86:1f:f3:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth776d20c",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:ab:5c:05:d6:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc58db7b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ff:83:d1:53:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth949de06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9b:00:b3:9d:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcc994b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d9:1c:c9:e5:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7730e80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:91:a2:4d:50:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1293ea6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:e5:d0:26:62:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b6ae85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:1e:41:fe:7e:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dcb4a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:50:40:36:43:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2503118",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:89:d1:af:a6:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f16c1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:26:aa:19:5c:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7ee7e5",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:be:10:02:f3:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth671bc20",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="2a:f5:92:e9:04:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85518e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:cd:d5:78:f2:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85a1d8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:da:50:c3:3c:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a370276f885d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:da:7b:09:e3:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0f5a5cd3e92f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:2a:69:75:62:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc04e8f6",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="3a:12:a3:e2:95:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3e3423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:49:ac:ca:33:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b1df75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:55:09:f6:40:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90fd90e",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:13:8b:18:a4:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42d7fd8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:55:06:39:dc:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94d9393",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:cc:0e:f0:9d:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38d3352",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:a7:48:af:f2:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88232f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:04:6b:84:5b:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f0a5ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:11:35:fb:f3:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb407d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:21:a6:ef:31:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cbdae3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:76:5a:00:78:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth074a0e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:9f:4e:ae:09:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4849ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:3e:09:8a:1e:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15020d2",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="5a:30:ed:4b:c3:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth181943e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:39:c9:ee:98:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6dd31c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:96:85:d1:1c:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88c801",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9b:ac:4b:56:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26dd160",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9d:d8:85:91:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0371e48",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:c1:b7:08:28:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97e99e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c8:7c:f5:b2:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1b9811",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:e6:dc:00:b2:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2324fe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fa:a1:86:79:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93e8300",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:3c:05:83:45:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4b6fa3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a9:b8:19:18:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha809669",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:e5:de:2a:4c:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9306a5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:29:76:80:26:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda07a54",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:58:f8:be:31:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd83f9ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:60:5c:d6:86:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfaf3588",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:94:30:4b:61:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcad7775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9b:77:7d:7c:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b875fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9b:89:94:25:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56afc3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:21:fc:82:70:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth391a572",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:27:2e:5d:22:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccb9806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:2f:be:2d:f7:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd286740",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:ce:73:eb:c2:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48da534",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:49:eb:ae:f7:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25c8f9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:82:32:a8:29:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth195eff7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:aa:bc:8c:49:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7a89af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:20:04:db:3a:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth843ce45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ac:68:8a:49:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c64c72",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="8a:12:0a:68:2b:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth809d6f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:9e:2f:ee:01:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3064541",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:2e:df:d7:9e:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d51f19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:bf:ea:e4:ef:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ffe571",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ec:87:14:b5:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc60f63a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:24:ba:8a:58:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth979decc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:5a:d0:48:b2:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08bdc7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:4f:70:6c:e6:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb23992d",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:19:c4:c5:9d:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fbe048",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:c5:75:c1:20:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba210e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:18:25:bf:30:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-78935d12dd36",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="a2:28:74:d6:a7:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth849100f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:bd:66:00:31:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0037546",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:19:95:15:e2:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth381a117",duplex="full",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="a6:6c:f4:01:f1:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb627013",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:7b:39:59:3c:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4755f58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:84:db:24:40:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3c9a50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:94:9a:03:56:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2be6386",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:9b:d5:16:4f:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79f310f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:dd:33:d9:e4:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc39338e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:60:85:a3:11:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4a1995",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5a:91:9d:74:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth804ba4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e6:d0:dd:3f:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth493eebc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:a5:5a:7d:e3:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d722e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:fc:2d:6c:e5:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97594df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:92:7b:25:45:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52d6197",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:16:c8:a9:8c:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth421e34a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:68:b8:67:45:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth063647e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:e4:b4:61:90:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b77dd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:15:3d:42:b2:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b403a9",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:37:b6:5c:31:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe06fee2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:f2:73:49:03:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c2e00c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:ad:ce:48:8b:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3286b42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:52:81:8e:32:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff61782",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:8c:a0:c0:54:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90959d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:46:fa:af:86:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth873e891",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:a1:2e:cc:0f:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2ca8d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:30:68:ab:a5:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefbcb7d",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="d6:78:4a:43:af:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04d0d33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:9b:63:7e:51:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9659c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d3:60:11:76:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f02eca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:20:18:65:3c:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04bfbae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:b0:d7:27:98:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a2848d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e6:3e:bb:cd:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea8d69d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:80:f3:c3:d8:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5193bd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e5:24:14:26:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4722995021df",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:29:59:04:b3:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b5e03a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:88:2c:ff:51:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88a1d70",duplex="full",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:38:e5:d1:06:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b17626",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:9a:7d:14:55:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth260d822",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:9b:43:66:71:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbde77cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:ac:f4:31:bb:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1611a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:d4:73:5a:eb:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdff1c5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:3f:40:dd:a1:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c7af94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:6a:a4:57:07:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10ec835",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:c6:7c:e5:35:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65e05d6",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="up"} 1 node_network_info{address="f6:88:d8:36:f5:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd26e6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:94:cf:b6:1f:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefcd61c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:26:64:b5:b6:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3559065",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:74:d0:0b:e6:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc90d0c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:8f:2b:89:30:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cff021",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:37:48:8e:7b:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf025cdf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:3b:93:f1:25:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaedaf0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ae:64:6c:20:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth429f863",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ca:8e:03:1d:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheeba1d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d1:3e:1f:a2:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd40e074",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d5:f2:ac:60:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0430222",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:e2:79:43:3f:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02aa82e",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-0f5a5cd3e92f"} 1500 node_network_mtu_bytes{device="br-17dd4f18d1cf"} 1500 node_network_mtu_bytes{device="br-4722995021df"} 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-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="veth0037546"} 1500 node_network_mtu_bytes{device="veth02aa82e"} 1500 node_network_mtu_bytes{device="veth0371e48"} 1500 node_network_mtu_bytes{device="veth0430222"} 1500 node_network_mtu_bytes{device="veth04bfbae"} 1500 node_network_mtu_bytes{device="veth04d0d33"} 1500 node_network_mtu_bytes{device="veth063647e"} 1500 node_network_mtu_bytes{device="veth074a0e6"} 1500 node_network_mtu_bytes{device="veth08bdc7f"} 1500 node_network_mtu_bytes{device="veth0c2e00c"} 1500 node_network_mtu_bytes{device="veth0c3d146"} 1500 node_network_mtu_bytes{device="veth0c7af94"} 1500 node_network_mtu_bytes{device="veth0d722e4"} 1500 node_network_mtu_bytes{device="veth10ec835"} 1500 node_network_mtu_bytes{device="veth12029b5"} 1500 node_network_mtu_bytes{device="veth1293ea6"} 1500 node_network_mtu_bytes{device="veth15020d2"} 1500 node_network_mtu_bytes{device="veth181943e"} 1500 node_network_mtu_bytes{device="veth195eff7"} 1500 node_network_mtu_bytes{device="veth19c5ccc"} 1500 node_network_mtu_bytes{device="veth1a0000e"} 1500 node_network_mtu_bytes{device="veth1b1df75"} 1500 node_network_mtu_bytes{device="veth1db16fb"} 1500 node_network_mtu_bytes{device="veth1db2b07"} 1500 node_network_mtu_bytes{device="veth1f16c1b"} 1500 node_network_mtu_bytes{device="veth2324fe5"} 1500 node_network_mtu_bytes{device="veth2503118"} 1500 node_network_mtu_bytes{device="veth25c8f9d"} 1500 node_network_mtu_bytes{device="veth260d822"} 1500 node_network_mtu_bytes{device="veth26dd160"} 1500 node_network_mtu_bytes{device="veth2be6386"} 1500 node_network_mtu_bytes{device="veth2cbdae3"} 1500 node_network_mtu_bytes{device="veth3064541"} 1500 node_network_mtu_bytes{device="veth3286b42"} 1500 node_network_mtu_bytes{device="veth3559065"} 1500 node_network_mtu_bytes{device="veth381a117"} 1500 node_network_mtu_bytes{device="veth38d3352"} 1500 node_network_mtu_bytes{device="veth391a572"} 1500 node_network_mtu_bytes{device="veth3b77dd3"} 1500 node_network_mtu_bytes{device="veth3cff021"} 1500 node_network_mtu_bytes{device="veth3d51f19"} 1500 node_network_mtu_bytes{device="veth421e34a"} 1500 node_network_mtu_bytes{device="veth429f863"} 1500 node_network_mtu_bytes{device="veth42d7fd8"} 1500 node_network_mtu_bytes{device="veth4755f58"} 1500 node_network_mtu_bytes{device="veth48da534"} 1500 node_network_mtu_bytes{device="veth492e223"} 1500 node_network_mtu_bytes{device="veth493eebc"} 1500 node_network_mtu_bytes{device="veth5193bd9"} 1500 node_network_mtu_bytes{device="veth52d6197"} 1500 node_network_mtu_bytes{device="veth56afc3b"} 1500 node_network_mtu_bytes{device="veth5901a27"} 1500 node_network_mtu_bytes{device="veth5b17626"} 1500 node_network_mtu_bytes{device="veth5b89988"} 1500 node_network_mtu_bytes{device="veth5ffe571"} 1500 node_network_mtu_bytes{device="veth65e05d6"} 1500 node_network_mtu_bytes{device="veth671bc20"} 1500 node_network_mtu_bytes{device="veth6c64c72"} 1500 node_network_mtu_bytes{device="veth6d18852"} 1500 node_network_mtu_bytes{device="veth6e003b0"} 1500 node_network_mtu_bytes{device="veth6f02eca"} 1500 node_network_mtu_bytes{device="veth7730e80"} 1500 node_network_mtu_bytes{device="veth776d20c"} 1500 node_network_mtu_bytes{device="veth79f310f"} 1500 node_network_mtu_bytes{device="veth7b6ae85"} 1500 node_network_mtu_bytes{device="veth7fbe048"} 1500 node_network_mtu_bytes{device="veth804ba4e"} 1500 node_network_mtu_bytes{device="veth809d6f7"} 1500 node_network_mtu_bytes{device="veth843ce45"} 1500 node_network_mtu_bytes{device="veth849100f"} 1500 node_network_mtu_bytes{device="veth851ee81"} 1500 node_network_mtu_bytes{device="veth85518e0"} 1500 node_network_mtu_bytes{device="veth85a1d8c"} 1500 node_network_mtu_bytes{device="veth873e891"} 1500 node_network_mtu_bytes{device="veth88232f1"} 1500 node_network_mtu_bytes{device="veth88a1d70"} 1500 node_network_mtu_bytes{device="veth8a2848d"} 1500 node_network_mtu_bytes{device="veth8b5e03a"} 1500 node_network_mtu_bytes{device="veth8b875fc"} 1500 node_network_mtu_bytes{device="veth8dcb4a3"} 1500 node_network_mtu_bytes{device="veth8f0a5ff"} 1500 node_network_mtu_bytes{device="veth9047b17"} 1500 node_network_mtu_bytes{device="veth90959d6"} 1500 node_network_mtu_bytes{device="veth90fd90e"} 1500 node_network_mtu_bytes{device="veth9306a5e"} 1500 node_network_mtu_bytes{device="veth93e8300"} 1500 node_network_mtu_bytes{device="veth949de06"} 1500 node_network_mtu_bytes{device="veth94d9393"} 1500 node_network_mtu_bytes{device="veth9659c28"} 1500 node_network_mtu_bytes{device="veth97594df"} 1500 node_network_mtu_bytes{device="veth979decc"} 1500 node_network_mtu_bytes{device="veth97e99e1"} 1500 node_network_mtu_bytes{device="veth9b403a9"} 1500 node_network_mtu_bytes{device="veth9e91e1b"} 1500 node_network_mtu_bytes{device="vetha7a89af"} 1500 node_network_mtu_bytes{device="vetha809669"} 1500 node_network_mtu_bytes{device="vetha919ca9"} 1500 node_network_mtu_bytes{device="vethb1b9811"} 1500 node_network_mtu_bytes{device="vethb23992d"} 1500 node_network_mtu_bytes{device="vethb27d50d"} 1500 node_network_mtu_bytes{device="vethb2ca8d1"} 1500 node_network_mtu_bytes{device="vethb3e3423"} 1500 node_network_mtu_bytes{device="vethb4849ae"} 1500 node_network_mtu_bytes{device="vethb627013"} 1500 node_network_mtu_bytes{device="vethb9a9534"} 1500 node_network_mtu_bytes{device="vethba210e1"} 1500 node_network_mtu_bytes{device="vethbaedaf0"} 1500 node_network_mtu_bytes{device="vethbb407d6"} 1500 node_network_mtu_bytes{device="vethbde77cd"} 1500 node_network_mtu_bytes{device="vethc04e8f6"} 1500 node_network_mtu_bytes{device="vethc2a5326"} 1500 node_network_mtu_bytes{device="vethc39338e"} 1500 node_network_mtu_bytes{device="vethc58db7b"} 1500 node_network_mtu_bytes{device="vethc60f63a"} 1500 node_network_mtu_bytes{device="vethc74d4a8"} 1500 node_network_mtu_bytes{device="vethc88c801"} 1500 node_network_mtu_bytes{device="vethc90d0c2"} 1500 node_network_mtu_bytes{device="vethcad7775"} 1500 node_network_mtu_bytes{device="vethccb9806"} 1500 node_network_mtu_bytes{device="vethd05d5e7"} 1500 node_network_mtu_bytes{device="vethd286740"} 1500 node_network_mtu_bytes{device="vethd40e074"} 1500 node_network_mtu_bytes{device="vethd808d2c"} 1500 node_network_mtu_bytes{device="vethd83f9ed"} 1500 node_network_mtu_bytes{device="vethda07a54"} 1500 node_network_mtu_bytes{device="vethdcc994b"} 1500 node_network_mtu_bytes{device="vethdd26e6f"} 1500 node_network_mtu_bytes{device="vethde60225"} 1500 node_network_mtu_bytes{device="vethdff1c5d"} 1500 node_network_mtu_bytes{device="vethe06fee2"} 1500 node_network_mtu_bytes{device="vethe1611a3"} 1500 node_network_mtu_bytes{device="vethe3c9a50"} 1500 node_network_mtu_bytes{device="vethe4b6fa3"} 1500 node_network_mtu_bytes{device="vethea8d69d"} 1500 node_network_mtu_bytes{device="vethec2cca7"} 1500 node_network_mtu_bytes{device="vetheeba1d9"} 1500 node_network_mtu_bytes{device="vethefbcb7d"} 1500 node_network_mtu_bytes{device="vethefcd61c"} 1500 node_network_mtu_bytes{device="vethf025cdf"} 1500 node_network_mtu_bytes{device="vethf4a1995"} 1500 node_network_mtu_bytes{device="vethf5220cf"} 1500 node_network_mtu_bytes{device="vethf54ee92"} 1500 node_network_mtu_bytes{device="vethf6dd31c"} 1500 node_network_mtu_bytes{device="vethf7ee7e5"} 1500 node_network_mtu_bytes{device="vethf8a6138"} 1500 node_network_mtu_bytes{device="vethf9b8825"} 1500 node_network_mtu_bytes{device="vethfaafd44"} 1500 node_network_mtu_bytes{device="vethfaf3588"} 1500 node_network_mtu_bytes{device="vethff353f2"} 1500 node_network_mtu_bytes{device="vethff61782"} 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-0f5a5cd3e92f"} 3 node_network_name_assign_type{device="br-17dd4f18d1cf"} 3 node_network_name_assign_type{device="br-4722995021df"} 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-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="veth0037546"} 3 node_network_name_assign_type{device="veth02aa82e"} 3 node_network_name_assign_type{device="veth0371e48"} 3 node_network_name_assign_type{device="veth0430222"} 3 node_network_name_assign_type{device="veth04bfbae"} 3 node_network_name_assign_type{device="veth04d0d33"} 3 node_network_name_assign_type{device="veth063647e"} 3 node_network_name_assign_type{device="veth074a0e6"} 3 node_network_name_assign_type{device="veth08bdc7f"} 3 node_network_name_assign_type{device="veth0c2e00c"} 3 node_network_name_assign_type{device="veth0c3d146"} 3 node_network_name_assign_type{device="veth0c7af94"} 3 node_network_name_assign_type{device="veth0d722e4"} 3 node_network_name_assign_type{device="veth10ec835"} 3 node_network_name_assign_type{device="veth12029b5"} 3 node_network_name_assign_type{device="veth1293ea6"} 3 node_network_name_assign_type{device="veth15020d2"} 3 node_network_name_assign_type{device="veth181943e"} 3 node_network_name_assign_type{device="veth195eff7"} 3 node_network_name_assign_type{device="veth19c5ccc"} 3 node_network_name_assign_type{device="veth1a0000e"} 3 node_network_name_assign_type{device="veth1b1df75"} 3 node_network_name_assign_type{device="veth1db16fb"} 3 node_network_name_assign_type{device="veth1db2b07"} 3 node_network_name_assign_type{device="veth1f16c1b"} 3 node_network_name_assign_type{device="veth2324fe5"} 3 node_network_name_assign_type{device="veth2503118"} 3 node_network_name_assign_type{device="veth25c8f9d"} 3 node_network_name_assign_type{device="veth260d822"} 3 node_network_name_assign_type{device="veth26dd160"} 3 node_network_name_assign_type{device="veth2be6386"} 3 node_network_name_assign_type{device="veth2cbdae3"} 3 node_network_name_assign_type{device="veth3064541"} 3 node_network_name_assign_type{device="veth3286b42"} 3 node_network_name_assign_type{device="veth3559065"} 3 node_network_name_assign_type{device="veth381a117"} 3 node_network_name_assign_type{device="veth38d3352"} 3 node_network_name_assign_type{device="veth391a572"} 3 node_network_name_assign_type{device="veth3b77dd3"} 3 node_network_name_assign_type{device="veth3cff021"} 3 node_network_name_assign_type{device="veth3d51f19"} 3 node_network_name_assign_type{device="veth421e34a"} 3 node_network_name_assign_type{device="veth429f863"} 3 node_network_name_assign_type{device="veth42d7fd8"} 3 node_network_name_assign_type{device="veth4755f58"} 3 node_network_name_assign_type{device="veth48da534"} 3 node_network_name_assign_type{device="veth492e223"} 3 node_network_name_assign_type{device="veth493eebc"} 3 node_network_name_assign_type{device="veth5193bd9"} 3 node_network_name_assign_type{device="veth52d6197"} 3 node_network_name_assign_type{device="veth56afc3b"} 3 node_network_name_assign_type{device="veth5901a27"} 3 node_network_name_assign_type{device="veth5b17626"} 3 node_network_name_assign_type{device="veth5b89988"} 3 node_network_name_assign_type{device="veth5ffe571"} 3 node_network_name_assign_type{device="veth65e05d6"} 3 node_network_name_assign_type{device="veth671bc20"} 3 node_network_name_assign_type{device="veth6c64c72"} 3 node_network_name_assign_type{device="veth6d18852"} 3 node_network_name_assign_type{device="veth6e003b0"} 3 node_network_name_assign_type{device="veth6f02eca"} 3 node_network_name_assign_type{device="veth7730e80"} 3 node_network_name_assign_type{device="veth776d20c"} 3 node_network_name_assign_type{device="veth79f310f"} 3 node_network_name_assign_type{device="veth7b6ae85"} 3 node_network_name_assign_type{device="veth7fbe048"} 3 node_network_name_assign_type{device="veth804ba4e"} 3 node_network_name_assign_type{device="veth809d6f7"} 3 node_network_name_assign_type{device="veth843ce45"} 3 node_network_name_assign_type{device="veth849100f"} 3 node_network_name_assign_type{device="veth851ee81"} 3 node_network_name_assign_type{device="veth85518e0"} 3 node_network_name_assign_type{device="veth85a1d8c"} 3 node_network_name_assign_type{device="veth873e891"} 3 node_network_name_assign_type{device="veth88232f1"} 3 node_network_name_assign_type{device="veth88a1d70"} 3 node_network_name_assign_type{device="veth8a2848d"} 3 node_network_name_assign_type{device="veth8b5e03a"} 3 node_network_name_assign_type{device="veth8b875fc"} 3 node_network_name_assign_type{device="veth8dcb4a3"} 3 node_network_name_assign_type{device="veth8f0a5ff"} 3 node_network_name_assign_type{device="veth9047b17"} 3 node_network_name_assign_type{device="veth90959d6"} 3 node_network_name_assign_type{device="veth90fd90e"} 3 node_network_name_assign_type{device="veth9306a5e"} 3 node_network_name_assign_type{device="veth93e8300"} 3 node_network_name_assign_type{device="veth949de06"} 3 node_network_name_assign_type{device="veth94d9393"} 3 node_network_name_assign_type{device="veth9659c28"} 3 node_network_name_assign_type{device="veth97594df"} 3 node_network_name_assign_type{device="veth979decc"} 3 node_network_name_assign_type{device="veth97e99e1"} 3 node_network_name_assign_type{device="veth9b403a9"} 3 node_network_name_assign_type{device="veth9e91e1b"} 3 node_network_name_assign_type{device="vetha7a89af"} 3 node_network_name_assign_type{device="vetha809669"} 3 node_network_name_assign_type{device="vetha919ca9"} 3 node_network_name_assign_type{device="vethb1b9811"} 3 node_network_name_assign_type{device="vethb23992d"} 3 node_network_name_assign_type{device="vethb27d50d"} 3 node_network_name_assign_type{device="vethb2ca8d1"} 3 node_network_name_assign_type{device="vethb3e3423"} 3 node_network_name_assign_type{device="vethb4849ae"} 3 node_network_name_assign_type{device="vethb627013"} 3 node_network_name_assign_type{device="vethb9a9534"} 3 node_network_name_assign_type{device="vethba210e1"} 3 node_network_name_assign_type{device="vethbaedaf0"} 3 node_network_name_assign_type{device="vethbb407d6"} 3 node_network_name_assign_type{device="vethbde77cd"} 3 node_network_name_assign_type{device="vethc04e8f6"} 3 node_network_name_assign_type{device="vethc2a5326"} 3 node_network_name_assign_type{device="vethc39338e"} 3 node_network_name_assign_type{device="vethc58db7b"} 3 node_network_name_assign_type{device="vethc60f63a"} 3 node_network_name_assign_type{device="vethc74d4a8"} 3 node_network_name_assign_type{device="vethc88c801"} 3 node_network_name_assign_type{device="vethc90d0c2"} 3 node_network_name_assign_type{device="vethcad7775"} 3 node_network_name_assign_type{device="vethccb9806"} 3 node_network_name_assign_type{device="vethd05d5e7"} 3 node_network_name_assign_type{device="vethd286740"} 3 node_network_name_assign_type{device="vethd40e074"} 3 node_network_name_assign_type{device="vethd808d2c"} 3 node_network_name_assign_type{device="vethd83f9ed"} 3 node_network_name_assign_type{device="vethda07a54"} 3 node_network_name_assign_type{device="vethdcc994b"} 3 node_network_name_assign_type{device="vethdd26e6f"} 3 node_network_name_assign_type{device="vethde60225"} 3 node_network_name_assign_type{device="vethdff1c5d"} 3 node_network_name_assign_type{device="vethe06fee2"} 3 node_network_name_assign_type{device="vethe1611a3"} 3 node_network_name_assign_type{device="vethe3c9a50"} 3 node_network_name_assign_type{device="vethe4b6fa3"} 3 node_network_name_assign_type{device="vethea8d69d"} 3 node_network_name_assign_type{device="vethec2cca7"} 3 node_network_name_assign_type{device="vetheeba1d9"} 3 node_network_name_assign_type{device="vethefbcb7d"} 3 node_network_name_assign_type{device="vethefcd61c"} 3 node_network_name_assign_type{device="vethf025cdf"} 3 node_network_name_assign_type{device="vethf4a1995"} 3 node_network_name_assign_type{device="vethf5220cf"} 3 node_network_name_assign_type{device="vethf54ee92"} 3 node_network_name_assign_type{device="vethf6dd31c"} 3 node_network_name_assign_type{device="vethf7ee7e5"} 3 node_network_name_assign_type{device="vethf8a6138"} 3 node_network_name_assign_type{device="vethf9b8825"} 3 node_network_name_assign_type{device="vethfaafd44"} 3 node_network_name_assign_type{device="vethfaf3588"} 3 node_network_name_assign_type{device="vethff353f2"} 3 node_network_name_assign_type{device="vethff61782"} 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-0f5a5cd3e92f"} 0 node_network_net_dev_group{device="br-17dd4f18d1cf"} 0 node_network_net_dev_group{device="br-4722995021df"} 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-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="veth0037546"} 0 node_network_net_dev_group{device="veth02aa82e"} 0 node_network_net_dev_group{device="veth0371e48"} 0 node_network_net_dev_group{device="veth0430222"} 0 node_network_net_dev_group{device="veth04bfbae"} 0 node_network_net_dev_group{device="veth04d0d33"} 0 node_network_net_dev_group{device="veth063647e"} 0 node_network_net_dev_group{device="veth074a0e6"} 0 node_network_net_dev_group{device="veth08bdc7f"} 0 node_network_net_dev_group{device="veth0c2e00c"} 0 node_network_net_dev_group{device="veth0c3d146"} 0 node_network_net_dev_group{device="veth0c7af94"} 0 node_network_net_dev_group{device="veth0d722e4"} 0 node_network_net_dev_group{device="veth10ec835"} 0 node_network_net_dev_group{device="veth12029b5"} 0 node_network_net_dev_group{device="veth1293ea6"} 0 node_network_net_dev_group{device="veth15020d2"} 0 node_network_net_dev_group{device="veth181943e"} 0 node_network_net_dev_group{device="veth195eff7"} 0 node_network_net_dev_group{device="veth19c5ccc"} 0 node_network_net_dev_group{device="veth1a0000e"} 0 node_network_net_dev_group{device="veth1b1df75"} 0 node_network_net_dev_group{device="veth1db16fb"} 0 node_network_net_dev_group{device="veth1db2b07"} 0 node_network_net_dev_group{device="veth1f16c1b"} 0 node_network_net_dev_group{device="veth2324fe5"} 0 node_network_net_dev_group{device="veth2503118"} 0 node_network_net_dev_group{device="veth25c8f9d"} 0 node_network_net_dev_group{device="veth260d822"} 0 node_network_net_dev_group{device="veth26dd160"} 0 node_network_net_dev_group{device="veth2be6386"} 0 node_network_net_dev_group{device="veth2cbdae3"} 0 node_network_net_dev_group{device="veth3064541"} 0 node_network_net_dev_group{device="veth3286b42"} 0 node_network_net_dev_group{device="veth3559065"} 0 node_network_net_dev_group{device="veth381a117"} 0 node_network_net_dev_group{device="veth38d3352"} 0 node_network_net_dev_group{device="veth391a572"} 0 node_network_net_dev_group{device="veth3b77dd3"} 0 node_network_net_dev_group{device="veth3cff021"} 0 node_network_net_dev_group{device="veth3d51f19"} 0 node_network_net_dev_group{device="veth421e34a"} 0 node_network_net_dev_group{device="veth429f863"} 0 node_network_net_dev_group{device="veth42d7fd8"} 0 node_network_net_dev_group{device="veth4755f58"} 0 node_network_net_dev_group{device="veth48da534"} 0 node_network_net_dev_group{device="veth492e223"} 0 node_network_net_dev_group{device="veth493eebc"} 0 node_network_net_dev_group{device="veth5193bd9"} 0 node_network_net_dev_group{device="veth52d6197"} 0 node_network_net_dev_group{device="veth56afc3b"} 0 node_network_net_dev_group{device="veth5901a27"} 0 node_network_net_dev_group{device="veth5b17626"} 0 node_network_net_dev_group{device="veth5b89988"} 0 node_network_net_dev_group{device="veth5ffe571"} 0 node_network_net_dev_group{device="veth65e05d6"} 0 node_network_net_dev_group{device="veth671bc20"} 0 node_network_net_dev_group{device="veth6c64c72"} 0 node_network_net_dev_group{device="veth6d18852"} 0 node_network_net_dev_group{device="veth6e003b0"} 0 node_network_net_dev_group{device="veth6f02eca"} 0 node_network_net_dev_group{device="veth7730e80"} 0 node_network_net_dev_group{device="veth776d20c"} 0 node_network_net_dev_group{device="veth79f310f"} 0 node_network_net_dev_group{device="veth7b6ae85"} 0 node_network_net_dev_group{device="veth7fbe048"} 0 node_network_net_dev_group{device="veth804ba4e"} 0 node_network_net_dev_group{device="veth809d6f7"} 0 node_network_net_dev_group{device="veth843ce45"} 0 node_network_net_dev_group{device="veth849100f"} 0 node_network_net_dev_group{device="veth851ee81"} 0 node_network_net_dev_group{device="veth85518e0"} 0 node_network_net_dev_group{device="veth85a1d8c"} 0 node_network_net_dev_group{device="veth873e891"} 0 node_network_net_dev_group{device="veth88232f1"} 0 node_network_net_dev_group{device="veth88a1d70"} 0 node_network_net_dev_group{device="veth8a2848d"} 0 node_network_net_dev_group{device="veth8b5e03a"} 0 node_network_net_dev_group{device="veth8b875fc"} 0 node_network_net_dev_group{device="veth8dcb4a3"} 0 node_network_net_dev_group{device="veth8f0a5ff"} 0 node_network_net_dev_group{device="veth9047b17"} 0 node_network_net_dev_group{device="veth90959d6"} 0 node_network_net_dev_group{device="veth90fd90e"} 0 node_network_net_dev_group{device="veth9306a5e"} 0 node_network_net_dev_group{device="veth93e8300"} 0 node_network_net_dev_group{device="veth949de06"} 0 node_network_net_dev_group{device="veth94d9393"} 0 node_network_net_dev_group{device="veth9659c28"} 0 node_network_net_dev_group{device="veth97594df"} 0 node_network_net_dev_group{device="veth979decc"} 0 node_network_net_dev_group{device="veth97e99e1"} 0 node_network_net_dev_group{device="veth9b403a9"} 0 node_network_net_dev_group{device="veth9e91e1b"} 0 node_network_net_dev_group{device="vetha7a89af"} 0 node_network_net_dev_group{device="vetha809669"} 0 node_network_net_dev_group{device="vetha919ca9"} 0 node_network_net_dev_group{device="vethb1b9811"} 0 node_network_net_dev_group{device="vethb23992d"} 0 node_network_net_dev_group{device="vethb27d50d"} 0 node_network_net_dev_group{device="vethb2ca8d1"} 0 node_network_net_dev_group{device="vethb3e3423"} 0 node_network_net_dev_group{device="vethb4849ae"} 0 node_network_net_dev_group{device="vethb627013"} 0 node_network_net_dev_group{device="vethb9a9534"} 0 node_network_net_dev_group{device="vethba210e1"} 0 node_network_net_dev_group{device="vethbaedaf0"} 0 node_network_net_dev_group{device="vethbb407d6"} 0 node_network_net_dev_group{device="vethbde77cd"} 0 node_network_net_dev_group{device="vethc04e8f6"} 0 node_network_net_dev_group{device="vethc2a5326"} 0 node_network_net_dev_group{device="vethc39338e"} 0 node_network_net_dev_group{device="vethc58db7b"} 0 node_network_net_dev_group{device="vethc60f63a"} 0 node_network_net_dev_group{device="vethc74d4a8"} 0 node_network_net_dev_group{device="vethc88c801"} 0 node_network_net_dev_group{device="vethc90d0c2"} 0 node_network_net_dev_group{device="vethcad7775"} 0 node_network_net_dev_group{device="vethccb9806"} 0 node_network_net_dev_group{device="vethd05d5e7"} 0 node_network_net_dev_group{device="vethd286740"} 0 node_network_net_dev_group{device="vethd40e074"} 0 node_network_net_dev_group{device="vethd808d2c"} 0 node_network_net_dev_group{device="vethd83f9ed"} 0 node_network_net_dev_group{device="vethda07a54"} 0 node_network_net_dev_group{device="vethdcc994b"} 0 node_network_net_dev_group{device="vethdd26e6f"} 0 node_network_net_dev_group{device="vethde60225"} 0 node_network_net_dev_group{device="vethdff1c5d"} 0 node_network_net_dev_group{device="vethe06fee2"} 0 node_network_net_dev_group{device="vethe1611a3"} 0 node_network_net_dev_group{device="vethe3c9a50"} 0 node_network_net_dev_group{device="vethe4b6fa3"} 0 node_network_net_dev_group{device="vethea8d69d"} 0 node_network_net_dev_group{device="vethec2cca7"} 0 node_network_net_dev_group{device="vetheeba1d9"} 0 node_network_net_dev_group{device="vethefbcb7d"} 0 node_network_net_dev_group{device="vethefcd61c"} 0 node_network_net_dev_group{device="vethf025cdf"} 0 node_network_net_dev_group{device="vethf4a1995"} 0 node_network_net_dev_group{device="vethf5220cf"} 0 node_network_net_dev_group{device="vethf54ee92"} 0 node_network_net_dev_group{device="vethf6dd31c"} 0 node_network_net_dev_group{device="vethf7ee7e5"} 0 node_network_net_dev_group{device="vethf8a6138"} 0 node_network_net_dev_group{device="vethf9b8825"} 0 node_network_net_dev_group{device="vethfaafd44"} 0 node_network_net_dev_group{device="vethfaf3588"} 0 node_network_net_dev_group{device="vethff353f2"} 0 node_network_net_dev_group{device="vethff61782"} 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-0f5a5cd3e92f"} 1 node_network_protocol_type{device="br-17dd4f18d1cf"} 1 node_network_protocol_type{device="br-4722995021df"} 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-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="veth0037546"} 1 node_network_protocol_type{device="veth02aa82e"} 1 node_network_protocol_type{device="veth0371e48"} 1 node_network_protocol_type{device="veth0430222"} 1 node_network_protocol_type{device="veth04bfbae"} 1 node_network_protocol_type{device="veth04d0d33"} 1 node_network_protocol_type{device="veth063647e"} 1 node_network_protocol_type{device="veth074a0e6"} 1 node_network_protocol_type{device="veth08bdc7f"} 1 node_network_protocol_type{device="veth0c2e00c"} 1 node_network_protocol_type{device="veth0c3d146"} 1 node_network_protocol_type{device="veth0c7af94"} 1 node_network_protocol_type{device="veth0d722e4"} 1 node_network_protocol_type{device="veth10ec835"} 1 node_network_protocol_type{device="veth12029b5"} 1 node_network_protocol_type{device="veth1293ea6"} 1 node_network_protocol_type{device="veth15020d2"} 1 node_network_protocol_type{device="veth181943e"} 1 node_network_protocol_type{device="veth195eff7"} 1 node_network_protocol_type{device="veth19c5ccc"} 1 node_network_protocol_type{device="veth1a0000e"} 1 node_network_protocol_type{device="veth1b1df75"} 1 node_network_protocol_type{device="veth1db16fb"} 1 node_network_protocol_type{device="veth1db2b07"} 1 node_network_protocol_type{device="veth1f16c1b"} 1 node_network_protocol_type{device="veth2324fe5"} 1 node_network_protocol_type{device="veth2503118"} 1 node_network_protocol_type{device="veth25c8f9d"} 1 node_network_protocol_type{device="veth260d822"} 1 node_network_protocol_type{device="veth26dd160"} 1 node_network_protocol_type{device="veth2be6386"} 1 node_network_protocol_type{device="veth2cbdae3"} 1 node_network_protocol_type{device="veth3064541"} 1 node_network_protocol_type{device="veth3286b42"} 1 node_network_protocol_type{device="veth3559065"} 1 node_network_protocol_type{device="veth381a117"} 1 node_network_protocol_type{device="veth38d3352"} 1 node_network_protocol_type{device="veth391a572"} 1 node_network_protocol_type{device="veth3b77dd3"} 1 node_network_protocol_type{device="veth3cff021"} 1 node_network_protocol_type{device="veth3d51f19"} 1 node_network_protocol_type{device="veth421e34a"} 1 node_network_protocol_type{device="veth429f863"} 1 node_network_protocol_type{device="veth42d7fd8"} 1 node_network_protocol_type{device="veth4755f58"} 1 node_network_protocol_type{device="veth48da534"} 1 node_network_protocol_type{device="veth492e223"} 1 node_network_protocol_type{device="veth493eebc"} 1 node_network_protocol_type{device="veth5193bd9"} 1 node_network_protocol_type{device="veth52d6197"} 1 node_network_protocol_type{device="veth56afc3b"} 1 node_network_protocol_type{device="veth5901a27"} 1 node_network_protocol_type{device="veth5b17626"} 1 node_network_protocol_type{device="veth5b89988"} 1 node_network_protocol_type{device="veth5ffe571"} 1 node_network_protocol_type{device="veth65e05d6"} 1 node_network_protocol_type{device="veth671bc20"} 1 node_network_protocol_type{device="veth6c64c72"} 1 node_network_protocol_type{device="veth6d18852"} 1 node_network_protocol_type{device="veth6e003b0"} 1 node_network_protocol_type{device="veth6f02eca"} 1 node_network_protocol_type{device="veth7730e80"} 1 node_network_protocol_type{device="veth776d20c"} 1 node_network_protocol_type{device="veth79f310f"} 1 node_network_protocol_type{device="veth7b6ae85"} 1 node_network_protocol_type{device="veth7fbe048"} 1 node_network_protocol_type{device="veth804ba4e"} 1 node_network_protocol_type{device="veth809d6f7"} 1 node_network_protocol_type{device="veth843ce45"} 1 node_network_protocol_type{device="veth849100f"} 1 node_network_protocol_type{device="veth851ee81"} 1 node_network_protocol_type{device="veth85518e0"} 1 node_network_protocol_type{device="veth85a1d8c"} 1 node_network_protocol_type{device="veth873e891"} 1 node_network_protocol_type{device="veth88232f1"} 1 node_network_protocol_type{device="veth88a1d70"} 1 node_network_protocol_type{device="veth8a2848d"} 1 node_network_protocol_type{device="veth8b5e03a"} 1 node_network_protocol_type{device="veth8b875fc"} 1 node_network_protocol_type{device="veth8dcb4a3"} 1 node_network_protocol_type{device="veth8f0a5ff"} 1 node_network_protocol_type{device="veth9047b17"} 1 node_network_protocol_type{device="veth90959d6"} 1 node_network_protocol_type{device="veth90fd90e"} 1 node_network_protocol_type{device="veth9306a5e"} 1 node_network_protocol_type{device="veth93e8300"} 1 node_network_protocol_type{device="veth949de06"} 1 node_network_protocol_type{device="veth94d9393"} 1 node_network_protocol_type{device="veth9659c28"} 1 node_network_protocol_type{device="veth97594df"} 1 node_network_protocol_type{device="veth979decc"} 1 node_network_protocol_type{device="veth97e99e1"} 1 node_network_protocol_type{device="veth9b403a9"} 1 node_network_protocol_type{device="veth9e91e1b"} 1 node_network_protocol_type{device="vetha7a89af"} 1 node_network_protocol_type{device="vetha809669"} 1 node_network_protocol_type{device="vetha919ca9"} 1 node_network_protocol_type{device="vethb1b9811"} 1 node_network_protocol_type{device="vethb23992d"} 1 node_network_protocol_type{device="vethb27d50d"} 1 node_network_protocol_type{device="vethb2ca8d1"} 1 node_network_protocol_type{device="vethb3e3423"} 1 node_network_protocol_type{device="vethb4849ae"} 1 node_network_protocol_type{device="vethb627013"} 1 node_network_protocol_type{device="vethb9a9534"} 1 node_network_protocol_type{device="vethba210e1"} 1 node_network_protocol_type{device="vethbaedaf0"} 1 node_network_protocol_type{device="vethbb407d6"} 1 node_network_protocol_type{device="vethbde77cd"} 1 node_network_protocol_type{device="vethc04e8f6"} 1 node_network_protocol_type{device="vethc2a5326"} 1 node_network_protocol_type{device="vethc39338e"} 1 node_network_protocol_type{device="vethc58db7b"} 1 node_network_protocol_type{device="vethc60f63a"} 1 node_network_protocol_type{device="vethc74d4a8"} 1 node_network_protocol_type{device="vethc88c801"} 1 node_network_protocol_type{device="vethc90d0c2"} 1 node_network_protocol_type{device="vethcad7775"} 1 node_network_protocol_type{device="vethccb9806"} 1 node_network_protocol_type{device="vethd05d5e7"} 1 node_network_protocol_type{device="vethd286740"} 1 node_network_protocol_type{device="vethd40e074"} 1 node_network_protocol_type{device="vethd808d2c"} 1 node_network_protocol_type{device="vethd83f9ed"} 1 node_network_protocol_type{device="vethda07a54"} 1 node_network_protocol_type{device="vethdcc994b"} 1 node_network_protocol_type{device="vethdd26e6f"} 1 node_network_protocol_type{device="vethde60225"} 1 node_network_protocol_type{device="vethdff1c5d"} 1 node_network_protocol_type{device="vethe06fee2"} 1 node_network_protocol_type{device="vethe1611a3"} 1 node_network_protocol_type{device="vethe3c9a50"} 1 node_network_protocol_type{device="vethe4b6fa3"} 1 node_network_protocol_type{device="vethea8d69d"} 1 node_network_protocol_type{device="vethec2cca7"} 1 node_network_protocol_type{device="vetheeba1d9"} 1 node_network_protocol_type{device="vethefbcb7d"} 1 node_network_protocol_type{device="vethefcd61c"} 1 node_network_protocol_type{device="vethf025cdf"} 1 node_network_protocol_type{device="vethf4a1995"} 1 node_network_protocol_type{device="vethf5220cf"} 1 node_network_protocol_type{device="vethf54ee92"} 1 node_network_protocol_type{device="vethf6dd31c"} 1 node_network_protocol_type{device="vethf7ee7e5"} 1 node_network_protocol_type{device="vethf8a6138"} 1 node_network_protocol_type{device="vethf9b8825"} 1 node_network_protocol_type{device="vethfaafd44"} 1 node_network_protocol_type{device="vethfaf3588"} 1 node_network_protocol_type{device="vethff353f2"} 1 node_network_protocol_type{device="vethff61782"} 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"} 5.38603083e+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"} 4.113623e+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-0f5a5cd3e92f"} 1.25e+09 node_network_speed_bytes{device="br-17dd4f18d1cf"} -125000 node_network_speed_bytes{device="br-4722995021df"} 1.25e+09 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-a370276f885d"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="enp4s0"} 1.25e+08 node_network_speed_bytes{device="veth0037546"} 1.25e+09 node_network_speed_bytes{device="veth02aa82e"} 1.25e+09 node_network_speed_bytes{device="veth0371e48"} 1.25e+09 node_network_speed_bytes{device="veth0430222"} 1.25e+09 node_network_speed_bytes{device="veth04bfbae"} 1.25e+09 node_network_speed_bytes{device="veth04d0d33"} 1.25e+09 node_network_speed_bytes{device="veth063647e"} 1.25e+09 node_network_speed_bytes{device="veth074a0e6"} 1.25e+09 node_network_speed_bytes{device="veth08bdc7f"} 1.25e+09 node_network_speed_bytes{device="veth0c2e00c"} 1.25e+09 node_network_speed_bytes{device="veth0c3d146"} 1.25e+09 node_network_speed_bytes{device="veth0c7af94"} 1.25e+09 node_network_speed_bytes{device="veth0d722e4"} 1.25e+09 node_network_speed_bytes{device="veth10ec835"} 1.25e+09 node_network_speed_bytes{device="veth12029b5"} 1.25e+09 node_network_speed_bytes{device="veth1293ea6"} 1.25e+09 node_network_speed_bytes{device="veth15020d2"} 1.25e+09 node_network_speed_bytes{device="veth181943e"} 1.25e+09 node_network_speed_bytes{device="veth195eff7"} 1.25e+09 node_network_speed_bytes{device="veth19c5ccc"} 1.25e+09 node_network_speed_bytes{device="veth1a0000e"} 1.25e+09 node_network_speed_bytes{device="veth1b1df75"} 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="veth1f16c1b"} 1.25e+09 node_network_speed_bytes{device="veth2324fe5"} 1.25e+09 node_network_speed_bytes{device="veth2503118"} 1.25e+09 node_network_speed_bytes{device="veth25c8f9d"} 1.25e+09 node_network_speed_bytes{device="veth260d822"} 1.25e+09 node_network_speed_bytes{device="veth26dd160"} 1.25e+09 node_network_speed_bytes{device="veth2be6386"} 1.25e+09 node_network_speed_bytes{device="veth2cbdae3"} 1.25e+09 node_network_speed_bytes{device="veth3064541"} 1.25e+09 node_network_speed_bytes{device="veth3286b42"} 1.25e+09 node_network_speed_bytes{device="veth3559065"} 1.25e+09 node_network_speed_bytes{device="veth381a117"} 1.25e+09 node_network_speed_bytes{device="veth38d3352"} 1.25e+09 node_network_speed_bytes{device="veth391a572"} 1.25e+09 node_network_speed_bytes{device="veth3b77dd3"} 1.25e+09 node_network_speed_bytes{device="veth3cff021"} 1.25e+09 node_network_speed_bytes{device="veth3d51f19"} 1.25e+09 node_network_speed_bytes{device="veth421e34a"} 1.25e+09 node_network_speed_bytes{device="veth429f863"} 1.25e+09 node_network_speed_bytes{device="veth42d7fd8"} 1.25e+09 node_network_speed_bytes{device="veth4755f58"} 1.25e+09 node_network_speed_bytes{device="veth48da534"} 1.25e+09 node_network_speed_bytes{device="veth492e223"} 1.25e+09 node_network_speed_bytes{device="veth493eebc"} 1.25e+09 node_network_speed_bytes{device="veth5193bd9"} 1.25e+09 node_network_speed_bytes{device="veth52d6197"} 1.25e+09 node_network_speed_bytes{device="veth56afc3b"} 1.25e+09 node_network_speed_bytes{device="veth5901a27"} 1.25e+09 node_network_speed_bytes{device="veth5b17626"} 1.25e+09 node_network_speed_bytes{device="veth5b89988"} 1.25e+09 node_network_speed_bytes{device="veth5ffe571"} 1.25e+09 node_network_speed_bytes{device="veth65e05d6"} 1.25e+09 node_network_speed_bytes{device="veth671bc20"} 1.25e+09 node_network_speed_bytes{device="veth6c64c72"} 1.25e+09 node_network_speed_bytes{device="veth6d18852"} 1.25e+09 node_network_speed_bytes{device="veth6e003b0"} 1.25e+09 node_network_speed_bytes{device="veth6f02eca"} 1.25e+09 node_network_speed_bytes{device="veth7730e80"} 1.25e+09 node_network_speed_bytes{device="veth776d20c"} 1.25e+09 node_network_speed_bytes{device="veth79f310f"} 1.25e+09 node_network_speed_bytes{device="veth7b6ae85"} 1.25e+09 node_network_speed_bytes{device="veth7fbe048"} 1.25e+09 node_network_speed_bytes{device="veth804ba4e"} 1.25e+09 node_network_speed_bytes{device="veth809d6f7"} 1.25e+09 node_network_speed_bytes{device="veth843ce45"} 1.25e+09 node_network_speed_bytes{device="veth849100f"} 1.25e+09 node_network_speed_bytes{device="veth851ee81"} 1.25e+09 node_network_speed_bytes{device="veth85518e0"} 1.25e+09 node_network_speed_bytes{device="veth85a1d8c"} 1.25e+09 node_network_speed_bytes{device="veth873e891"} 1.25e+09 node_network_speed_bytes{device="veth88232f1"} 1.25e+09 node_network_speed_bytes{device="veth88a1d70"} 1.25e+09 node_network_speed_bytes{device="veth8a2848d"} 1.25e+09 node_network_speed_bytes{device="veth8b5e03a"} 1.25e+09 node_network_speed_bytes{device="veth8b875fc"} 1.25e+09 node_network_speed_bytes{device="veth8dcb4a3"} 1.25e+09 node_network_speed_bytes{device="veth8f0a5ff"} 1.25e+09 node_network_speed_bytes{device="veth9047b17"} 1.25e+09 node_network_speed_bytes{device="veth90959d6"} 1.25e+09 node_network_speed_bytes{device="veth90fd90e"} 1.25e+09 node_network_speed_bytes{device="veth9306a5e"} 1.25e+09 node_network_speed_bytes{device="veth93e8300"} 1.25e+09 node_network_speed_bytes{device="veth949de06"} 1.25e+09 node_network_speed_bytes{device="veth94d9393"} 1.25e+09 node_network_speed_bytes{device="veth9659c28"} 1.25e+09 node_network_speed_bytes{device="veth97594df"} 1.25e+09 node_network_speed_bytes{device="veth979decc"} 1.25e+09 node_network_speed_bytes{device="veth97e99e1"} 1.25e+09 node_network_speed_bytes{device="veth9b403a9"} 1.25e+09 node_network_speed_bytes{device="veth9e91e1b"} 1.25e+09 node_network_speed_bytes{device="vetha7a89af"} 1.25e+09 node_network_speed_bytes{device="vetha809669"} 1.25e+09 node_network_speed_bytes{device="vetha919ca9"} 1.25e+09 node_network_speed_bytes{device="vethb1b9811"} 1.25e+09 node_network_speed_bytes{device="vethb23992d"} 1.25e+09 node_network_speed_bytes{device="vethb27d50d"} 1.25e+09 node_network_speed_bytes{device="vethb2ca8d1"} 1.25e+09 node_network_speed_bytes{device="vethb3e3423"} 1.25e+09 node_network_speed_bytes{device="vethb4849ae"} 1.25e+09 node_network_speed_bytes{device="vethb627013"} 1.25e+09 node_network_speed_bytes{device="vethb9a9534"} 1.25e+09 node_network_speed_bytes{device="vethba210e1"} 1.25e+09 node_network_speed_bytes{device="vethbaedaf0"} 1.25e+09 node_network_speed_bytes{device="vethbb407d6"} 1.25e+09 node_network_speed_bytes{device="vethbde77cd"} 1.25e+09 node_network_speed_bytes{device="vethc04e8f6"} 1.25e+09 node_network_speed_bytes{device="vethc2a5326"} 1.25e+09 node_network_speed_bytes{device="vethc39338e"} 1.25e+09 node_network_speed_bytes{device="vethc58db7b"} 1.25e+09 node_network_speed_bytes{device="vethc60f63a"} 1.25e+09 node_network_speed_bytes{device="vethc74d4a8"} 1.25e+09 node_network_speed_bytes{device="vethc88c801"} 1.25e+09 node_network_speed_bytes{device="vethc90d0c2"} 1.25e+09 node_network_speed_bytes{device="vethcad7775"} 1.25e+09 node_network_speed_bytes{device="vethccb9806"} 1.25e+09 node_network_speed_bytes{device="vethd05d5e7"} 1.25e+09 node_network_speed_bytes{device="vethd286740"} 1.25e+09 node_network_speed_bytes{device="vethd40e074"} 1.25e+09 node_network_speed_bytes{device="vethd808d2c"} 1.25e+09 node_network_speed_bytes{device="vethd83f9ed"} 1.25e+09 node_network_speed_bytes{device="vethda07a54"} 1.25e+09 node_network_speed_bytes{device="vethdcc994b"} 1.25e+09 node_network_speed_bytes{device="vethdd26e6f"} 1.25e+09 node_network_speed_bytes{device="vethde60225"} 1.25e+09 node_network_speed_bytes{device="vethdff1c5d"} 1.25e+09 node_network_speed_bytes{device="vethe06fee2"} 1.25e+09 node_network_speed_bytes{device="vethe1611a3"} 1.25e+09 node_network_speed_bytes{device="vethe3c9a50"} 1.25e+09 node_network_speed_bytes{device="vethe4b6fa3"} 1.25e+09 node_network_speed_bytes{device="vethea8d69d"} 1.25e+09 node_network_speed_bytes{device="vethec2cca7"} 1.25e+09 node_network_speed_bytes{device="vetheeba1d9"} 1.25e+09 node_network_speed_bytes{device="vethefbcb7d"} 1.25e+09 node_network_speed_bytes{device="vethefcd61c"} 1.25e+09 node_network_speed_bytes{device="vethf025cdf"} 1.25e+09 node_network_speed_bytes{device="vethf4a1995"} 1.25e+09 node_network_speed_bytes{device="vethf5220cf"} 1.25e+09 node_network_speed_bytes{device="vethf54ee92"} 1.25e+09 node_network_speed_bytes{device="vethf6dd31c"} 1.25e+09 node_network_speed_bytes{device="vethf7ee7e5"} 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="vethfaafd44"} 1.25e+09 node_network_speed_bytes{device="vethfaf3588"} 1.25e+09 node_network_speed_bytes{device="vethff353f2"} 1.25e+09 node_network_speed_bytes{device="vethff61782"} 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"} 1.3260707559e+10 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"} 4.043282e+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-0f5a5cd3e92f"} 0 node_network_transmit_queue_length{device="br-17dd4f18d1cf"} 0 node_network_transmit_queue_length{device="br-4722995021df"} 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-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="veth0037546"} 0 node_network_transmit_queue_length{device="veth02aa82e"} 0 node_network_transmit_queue_length{device="veth0371e48"} 0 node_network_transmit_queue_length{device="veth0430222"} 0 node_network_transmit_queue_length{device="veth04bfbae"} 0 node_network_transmit_queue_length{device="veth04d0d33"} 0 node_network_transmit_queue_length{device="veth063647e"} 0 node_network_transmit_queue_length{device="veth074a0e6"} 0 node_network_transmit_queue_length{device="veth08bdc7f"} 0 node_network_transmit_queue_length{device="veth0c2e00c"} 0 node_network_transmit_queue_length{device="veth0c3d146"} 0 node_network_transmit_queue_length{device="veth0c7af94"} 0 node_network_transmit_queue_length{device="veth0d722e4"} 0 node_network_transmit_queue_length{device="veth10ec835"} 0 node_network_transmit_queue_length{device="veth12029b5"} 0 node_network_transmit_queue_length{device="veth1293ea6"} 0 node_network_transmit_queue_length{device="veth15020d2"} 0 node_network_transmit_queue_length{device="veth181943e"} 0 node_network_transmit_queue_length{device="veth195eff7"} 0 node_network_transmit_queue_length{device="veth19c5ccc"} 0 node_network_transmit_queue_length{device="veth1a0000e"} 0 node_network_transmit_queue_length{device="veth1b1df75"} 0 node_network_transmit_queue_length{device="veth1db16fb"} 0 node_network_transmit_queue_length{device="veth1db2b07"} 0 node_network_transmit_queue_length{device="veth1f16c1b"} 0 node_network_transmit_queue_length{device="veth2324fe5"} 0 node_network_transmit_queue_length{device="veth2503118"} 0 node_network_transmit_queue_length{device="veth25c8f9d"} 0 node_network_transmit_queue_length{device="veth260d822"} 0 node_network_transmit_queue_length{device="veth26dd160"} 0 node_network_transmit_queue_length{device="veth2be6386"} 0 node_network_transmit_queue_length{device="veth2cbdae3"} 0 node_network_transmit_queue_length{device="veth3064541"} 0 node_network_transmit_queue_length{device="veth3286b42"} 0 node_network_transmit_queue_length{device="veth3559065"} 0 node_network_transmit_queue_length{device="veth381a117"} 0 node_network_transmit_queue_length{device="veth38d3352"} 0 node_network_transmit_queue_length{device="veth391a572"} 0 node_network_transmit_queue_length{device="veth3b77dd3"} 0 node_network_transmit_queue_length{device="veth3cff021"} 0 node_network_transmit_queue_length{device="veth3d51f19"} 0 node_network_transmit_queue_length{device="veth421e34a"} 0 node_network_transmit_queue_length{device="veth429f863"} 0 node_network_transmit_queue_length{device="veth42d7fd8"} 0 node_network_transmit_queue_length{device="veth4755f58"} 0 node_network_transmit_queue_length{device="veth48da534"} 0 node_network_transmit_queue_length{device="veth492e223"} 0 node_network_transmit_queue_length{device="veth493eebc"} 0 node_network_transmit_queue_length{device="veth5193bd9"} 0 node_network_transmit_queue_length{device="veth52d6197"} 0 node_network_transmit_queue_length{device="veth56afc3b"} 0 node_network_transmit_queue_length{device="veth5901a27"} 0 node_network_transmit_queue_length{device="veth5b17626"} 0 node_network_transmit_queue_length{device="veth5b89988"} 0 node_network_transmit_queue_length{device="veth5ffe571"} 0 node_network_transmit_queue_length{device="veth65e05d6"} 0 node_network_transmit_queue_length{device="veth671bc20"} 0 node_network_transmit_queue_length{device="veth6c64c72"} 0 node_network_transmit_queue_length{device="veth6d18852"} 0 node_network_transmit_queue_length{device="veth6e003b0"} 0 node_network_transmit_queue_length{device="veth6f02eca"} 0 node_network_transmit_queue_length{device="veth7730e80"} 0 node_network_transmit_queue_length{device="veth776d20c"} 0 node_network_transmit_queue_length{device="veth79f310f"} 0 node_network_transmit_queue_length{device="veth7b6ae85"} 0 node_network_transmit_queue_length{device="veth7fbe048"} 0 node_network_transmit_queue_length{device="veth804ba4e"} 0 node_network_transmit_queue_length{device="veth809d6f7"} 0 node_network_transmit_queue_length{device="veth843ce45"} 0 node_network_transmit_queue_length{device="veth849100f"} 0 node_network_transmit_queue_length{device="veth851ee81"} 0 node_network_transmit_queue_length{device="veth85518e0"} 0 node_network_transmit_queue_length{device="veth85a1d8c"} 0 node_network_transmit_queue_length{device="veth873e891"} 0 node_network_transmit_queue_length{device="veth88232f1"} 0 node_network_transmit_queue_length{device="veth88a1d70"} 0 node_network_transmit_queue_length{device="veth8a2848d"} 0 node_network_transmit_queue_length{device="veth8b5e03a"} 0 node_network_transmit_queue_length{device="veth8b875fc"} 0 node_network_transmit_queue_length{device="veth8dcb4a3"} 0 node_network_transmit_queue_length{device="veth8f0a5ff"} 0 node_network_transmit_queue_length{device="veth9047b17"} 0 node_network_transmit_queue_length{device="veth90959d6"} 0 node_network_transmit_queue_length{device="veth90fd90e"} 0 node_network_transmit_queue_length{device="veth9306a5e"} 0 node_network_transmit_queue_length{device="veth93e8300"} 0 node_network_transmit_queue_length{device="veth949de06"} 0 node_network_transmit_queue_length{device="veth94d9393"} 0 node_network_transmit_queue_length{device="veth9659c28"} 0 node_network_transmit_queue_length{device="veth97594df"} 0 node_network_transmit_queue_length{device="veth979decc"} 0 node_network_transmit_queue_length{device="veth97e99e1"} 0 node_network_transmit_queue_length{device="veth9b403a9"} 0 node_network_transmit_queue_length{device="veth9e91e1b"} 0 node_network_transmit_queue_length{device="vetha7a89af"} 0 node_network_transmit_queue_length{device="vetha809669"} 0 node_network_transmit_queue_length{device="vetha919ca9"} 0 node_network_transmit_queue_length{device="vethb1b9811"} 0 node_network_transmit_queue_length{device="vethb23992d"} 0 node_network_transmit_queue_length{device="vethb27d50d"} 0 node_network_transmit_queue_length{device="vethb2ca8d1"} 0 node_network_transmit_queue_length{device="vethb3e3423"} 0 node_network_transmit_queue_length{device="vethb4849ae"} 0 node_network_transmit_queue_length{device="vethb627013"} 0 node_network_transmit_queue_length{device="vethb9a9534"} 0 node_network_transmit_queue_length{device="vethba210e1"} 0 node_network_transmit_queue_length{device="vethbaedaf0"} 0 node_network_transmit_queue_length{device="vethbb407d6"} 0 node_network_transmit_queue_length{device="vethbde77cd"} 0 node_network_transmit_queue_length{device="vethc04e8f6"} 0 node_network_transmit_queue_length{device="vethc2a5326"} 0 node_network_transmit_queue_length{device="vethc39338e"} 0 node_network_transmit_queue_length{device="vethc58db7b"} 0 node_network_transmit_queue_length{device="vethc60f63a"} 0 node_network_transmit_queue_length{device="vethc74d4a8"} 0 node_network_transmit_queue_length{device="vethc88c801"} 0 node_network_transmit_queue_length{device="vethc90d0c2"} 0 node_network_transmit_queue_length{device="vethcad7775"} 0 node_network_transmit_queue_length{device="vethccb9806"} 0 node_network_transmit_queue_length{device="vethd05d5e7"} 0 node_network_transmit_queue_length{device="vethd286740"} 0 node_network_transmit_queue_length{device="vethd40e074"} 0 node_network_transmit_queue_length{device="vethd808d2c"} 0 node_network_transmit_queue_length{device="vethd83f9ed"} 0 node_network_transmit_queue_length{device="vethda07a54"} 0 node_network_transmit_queue_length{device="vethdcc994b"} 0 node_network_transmit_queue_length{device="vethdd26e6f"} 0 node_network_transmit_queue_length{device="vethde60225"} 0 node_network_transmit_queue_length{device="vethdff1c5d"} 0 node_network_transmit_queue_length{device="vethe06fee2"} 0 node_network_transmit_queue_length{device="vethe1611a3"} 0 node_network_transmit_queue_length{device="vethe3c9a50"} 0 node_network_transmit_queue_length{device="vethe4b6fa3"} 0 node_network_transmit_queue_length{device="vethea8d69d"} 0 node_network_transmit_queue_length{device="vethec2cca7"} 0 node_network_transmit_queue_length{device="vetheeba1d9"} 0 node_network_transmit_queue_length{device="vethefbcb7d"} 0 node_network_transmit_queue_length{device="vethefcd61c"} 0 node_network_transmit_queue_length{device="vethf025cdf"} 0 node_network_transmit_queue_length{device="vethf4a1995"} 0 node_network_transmit_queue_length{device="vethf5220cf"} 0 node_network_transmit_queue_length{device="vethf54ee92"} 0 node_network_transmit_queue_length{device="vethf6dd31c"} 0 node_network_transmit_queue_length{device="vethf7ee7e5"} 0 node_network_transmit_queue_length{device="vethf8a6138"} 0 node_network_transmit_queue_length{device="vethf9b8825"} 0 node_network_transmit_queue_length{device="vethfaafd44"} 0 node_network_transmit_queue_length{device="vethfaf3588"} 0 node_network_transmit_queue_length{device="vethff353f2"} 0 node_network_transmit_queue_length{device="vethff61782"} 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-0f5a5cd3e92f"} 1 node_network_up{device="br-17dd4f18d1cf"} 0 node_network_up{device="br-4722995021df"} 1 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-a370276f885d"} 1 node_network_up{device="docker0"} 1 node_network_up{device="enp4s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0037546"} 1 node_network_up{device="veth02aa82e"} 1 node_network_up{device="veth0371e48"} 1 node_network_up{device="veth0430222"} 1 node_network_up{device="veth04bfbae"} 1 node_network_up{device="veth04d0d33"} 1 node_network_up{device="veth063647e"} 1 node_network_up{device="veth074a0e6"} 1 node_network_up{device="veth08bdc7f"} 1 node_network_up{device="veth0c2e00c"} 1 node_network_up{device="veth0c3d146"} 1 node_network_up{device="veth0c7af94"} 1 node_network_up{device="veth0d722e4"} 1 node_network_up{device="veth10ec835"} 1 node_network_up{device="veth12029b5"} 1 node_network_up{device="veth1293ea6"} 1 node_network_up{device="veth15020d2"} 1 node_network_up{device="veth181943e"} 1 node_network_up{device="veth195eff7"} 1 node_network_up{device="veth19c5ccc"} 1 node_network_up{device="veth1a0000e"} 1 node_network_up{device="veth1b1df75"} 1 node_network_up{device="veth1db16fb"} 1 node_network_up{device="veth1db2b07"} 1 node_network_up{device="veth1f16c1b"} 1 node_network_up{device="veth2324fe5"} 1 node_network_up{device="veth2503118"} 1 node_network_up{device="veth25c8f9d"} 1 node_network_up{device="veth260d822"} 1 node_network_up{device="veth26dd160"} 1 node_network_up{device="veth2be6386"} 1 node_network_up{device="veth2cbdae3"} 1 node_network_up{device="veth3064541"} 1 node_network_up{device="veth3286b42"} 1 node_network_up{device="veth3559065"} 1 node_network_up{device="veth381a117"} 1 node_network_up{device="veth38d3352"} 1 node_network_up{device="veth391a572"} 1 node_network_up{device="veth3b77dd3"} 1 node_network_up{device="veth3cff021"} 1 node_network_up{device="veth3d51f19"} 1 node_network_up{device="veth421e34a"} 1 node_network_up{device="veth429f863"} 1 node_network_up{device="veth42d7fd8"} 1 node_network_up{device="veth4755f58"} 1 node_network_up{device="veth48da534"} 1 node_network_up{device="veth492e223"} 1 node_network_up{device="veth493eebc"} 1 node_network_up{device="veth5193bd9"} 1 node_network_up{device="veth52d6197"} 1 node_network_up{device="veth56afc3b"} 1 node_network_up{device="veth5901a27"} 1 node_network_up{device="veth5b17626"} 1 node_network_up{device="veth5b89988"} 1 node_network_up{device="veth5ffe571"} 1 node_network_up{device="veth65e05d6"} 1 node_network_up{device="veth671bc20"} 1 node_network_up{device="veth6c64c72"} 1 node_network_up{device="veth6d18852"} 1 node_network_up{device="veth6e003b0"} 1 node_network_up{device="veth6f02eca"} 1 node_network_up{device="veth7730e80"} 1 node_network_up{device="veth776d20c"} 1 node_network_up{device="veth79f310f"} 1 node_network_up{device="veth7b6ae85"} 1 node_network_up{device="veth7fbe048"} 1 node_network_up{device="veth804ba4e"} 1 node_network_up{device="veth809d6f7"} 1 node_network_up{device="veth843ce45"} 1 node_network_up{device="veth849100f"} 1 node_network_up{device="veth851ee81"} 1 node_network_up{device="veth85518e0"} 1 node_network_up{device="veth85a1d8c"} 1 node_network_up{device="veth873e891"} 1 node_network_up{device="veth88232f1"} 1 node_network_up{device="veth88a1d70"} 1 node_network_up{device="veth8a2848d"} 1 node_network_up{device="veth8b5e03a"} 1 node_network_up{device="veth8b875fc"} 1 node_network_up{device="veth8dcb4a3"} 1 node_network_up{device="veth8f0a5ff"} 1 node_network_up{device="veth9047b17"} 1 node_network_up{device="veth90959d6"} 1 node_network_up{device="veth90fd90e"} 1 node_network_up{device="veth9306a5e"} 1 node_network_up{device="veth93e8300"} 1 node_network_up{device="veth949de06"} 1 node_network_up{device="veth94d9393"} 1 node_network_up{device="veth9659c28"} 1 node_network_up{device="veth97594df"} 1 node_network_up{device="veth979decc"} 1 node_network_up{device="veth97e99e1"} 1 node_network_up{device="veth9b403a9"} 1 node_network_up{device="veth9e91e1b"} 1 node_network_up{device="vetha7a89af"} 1 node_network_up{device="vetha809669"} 1 node_network_up{device="vetha919ca9"} 1 node_network_up{device="vethb1b9811"} 1 node_network_up{device="vethb23992d"} 1 node_network_up{device="vethb27d50d"} 1 node_network_up{device="vethb2ca8d1"} 1 node_network_up{device="vethb3e3423"} 1 node_network_up{device="vethb4849ae"} 1 node_network_up{device="vethb627013"} 1 node_network_up{device="vethb9a9534"} 1 node_network_up{device="vethba210e1"} 1 node_network_up{device="vethbaedaf0"} 1 node_network_up{device="vethbb407d6"} 1 node_network_up{device="vethbde77cd"} 1 node_network_up{device="vethc04e8f6"} 1 node_network_up{device="vethc2a5326"} 1 node_network_up{device="vethc39338e"} 1 node_network_up{device="vethc58db7b"} 1 node_network_up{device="vethc60f63a"} 1 node_network_up{device="vethc74d4a8"} 1 node_network_up{device="vethc88c801"} 1 node_network_up{device="vethc90d0c2"} 1 node_network_up{device="vethcad7775"} 1 node_network_up{device="vethccb9806"} 1 node_network_up{device="vethd05d5e7"} 1 node_network_up{device="vethd286740"} 1 node_network_up{device="vethd40e074"} 1 node_network_up{device="vethd808d2c"} 1 node_network_up{device="vethd83f9ed"} 1 node_network_up{device="vethda07a54"} 1 node_network_up{device="vethdcc994b"} 1 node_network_up{device="vethdd26e6f"} 1 node_network_up{device="vethde60225"} 1 node_network_up{device="vethdff1c5d"} 1 node_network_up{device="vethe06fee2"} 1 node_network_up{device="vethe1611a3"} 1 node_network_up{device="vethe3c9a50"} 1 node_network_up{device="vethe4b6fa3"} 1 node_network_up{device="vethea8d69d"} 1 node_network_up{device="vethec2cca7"} 1 node_network_up{device="vetheeba1d9"} 1 node_network_up{device="vethefbcb7d"} 1 node_network_up{device="vethefcd61c"} 1 node_network_up{device="vethf025cdf"} 1 node_network_up{device="vethf4a1995"} 1 node_network_up{device="vethf5220cf"} 1 node_network_up{device="vethf54ee92"} 1 node_network_up{device="vethf6dd31c"} 1 node_network_up{device="vethf7ee7e5"} 1 node_network_up{device="vethf8a6138"} 1 node_network_up{device="vethf9b8825"} 1 node_network_up{device="vethfaafd44"} 1 node_network_up{device="vethfaf3588"} 1 node_network_up{device="vethff353f2"} 1 node_network_up{device="vethff61782"} 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 2 # 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 130553.979469 # 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 706.048804 # 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 769.907243 # 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 1349.259501 # 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 1353.397626 # 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 2 # 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.455064223811961e+06 node_schedstat_running_seconds_total{cpu="1"} 1.354082767538022e+06 node_schedstat_running_seconds_total{cpu="10"} 2.368986553665932e+06 node_schedstat_running_seconds_total{cpu="11"} 1.478088899160654e+06 node_schedstat_running_seconds_total{cpu="12"} 1.004747293599952e+06 node_schedstat_running_seconds_total{cpu="13"} 813808.567168788 node_schedstat_running_seconds_total{cpu="14"} 768253.690075461 node_schedstat_running_seconds_total{cpu="15"} 740539.759422281 node_schedstat_running_seconds_total{cpu="16"} 652852.99573565 node_schedstat_running_seconds_total{cpu="17"} 641997.591334384 node_schedstat_running_seconds_total{cpu="18"} 628468.460832417 node_schedstat_running_seconds_total{cpu="19"} 618565.406703517 node_schedstat_running_seconds_total{cpu="2"} 2.087498000782857e+06 node_schedstat_running_seconds_total{cpu="3"} 1.209785895964186e+06 node_schedstat_running_seconds_total{cpu="4"} 2.282029615986428e+06 node_schedstat_running_seconds_total{cpu="5"} 1.218126624951523e+06 node_schedstat_running_seconds_total{cpu="6"} 2.356644506298234e+06 node_schedstat_running_seconds_total{cpu="7"} 1.263035277525284e+06 node_schedstat_running_seconds_total{cpu="8"} 2.357598565286267e+06 node_schedstat_running_seconds_total{cpu="9"} 1.376398928725821e+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.41462339053e+11 node_schedstat_timeslices_total{cpu="1"} 1.18604492522e+11 node_schedstat_timeslices_total{cpu="10"} 2.58393735256e+11 node_schedstat_timeslices_total{cpu="11"} 7.5277929106e+10 node_schedstat_timeslices_total{cpu="12"} 3.2042400374e+10 node_schedstat_timeslices_total{cpu="13"} 2.7472254151e+10 node_schedstat_timeslices_total{cpu="14"} 2.492954699e+10 node_schedstat_timeslices_total{cpu="15"} 2.1516380696e+10 node_schedstat_timeslices_total{cpu="16"} 1.2142894881e+10 node_schedstat_timeslices_total{cpu="17"} 1.1890961968e+10 node_schedstat_timeslices_total{cpu="18"} 9.972979802e+09 node_schedstat_timeslices_total{cpu="19"} 7.906464678e+09 node_schedstat_timeslices_total{cpu="2"} 2.29130215133e+11 node_schedstat_timeslices_total{cpu="3"} 8.0832984461e+10 node_schedstat_timeslices_total{cpu="4"} 2.55968484281e+11 node_schedstat_timeslices_total{cpu="5"} 7.1057071818e+10 node_schedstat_timeslices_total{cpu="6"} 2.60465536714e+11 node_schedstat_timeslices_total{cpu="7"} 7.1005654202e+10 node_schedstat_timeslices_total{cpu="8"} 2.54815787104e+11 node_schedstat_timeslices_total{cpu="9"} 7.5908630635e+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"} 55278.22610582 node_schedstat_waiting_seconds_total{cpu="1"} 35639.818966923 node_schedstat_waiting_seconds_total{cpu="10"} 53260.70967675 node_schedstat_waiting_seconds_total{cpu="11"} 42110.776560398 node_schedstat_waiting_seconds_total{cpu="12"} 53725.635719796 node_schedstat_waiting_seconds_total{cpu="13"} 51085.722674951 node_schedstat_waiting_seconds_total{cpu="14"} 49376.744456115 node_schedstat_waiting_seconds_total{cpu="15"} 48001.367248345 node_schedstat_waiting_seconds_total{cpu="16"} 52225.854932415 node_schedstat_waiting_seconds_total{cpu="17"} 47206.945361712 node_schedstat_waiting_seconds_total{cpu="18"} 45164.054226803 node_schedstat_waiting_seconds_total{cpu="19"} 43910.514621754 node_schedstat_waiting_seconds_total{cpu="2"} 52087.607635255 node_schedstat_waiting_seconds_total{cpu="3"} 36102.184722853 node_schedstat_waiting_seconds_total{cpu="4"} 53027.143653458 node_schedstat_waiting_seconds_total{cpu="5"} 38244.223596752 node_schedstat_waiting_seconds_total{cpu="6"} 52814.20789691 node_schedstat_waiting_seconds_total{cpu="7"} 39785.353594819 node_schedstat_waiting_seconds_total{cpu="8"} 52381.33421715 node_schedstat_waiting_seconds_total{cpu="9"} 40080.608679617 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="arp"} 0.000100307 node_scrape_collector_duration_seconds{collector="bcache"} 1.2632e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.1276e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.003568501 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000100966 node_scrape_collector_duration_seconds{collector="cpu"} 0.001406301 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.024345097 node_scrape_collector_duration_seconds{collector="diskstats"} 0.006484236 node_scrape_collector_duration_seconds{collector="dmi"} 1.2388e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000129734 node_scrape_collector_duration_seconds{collector="entropy"} 0.00024245 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.45e-05 node_scrape_collector_duration_seconds{collector="filefd"} 1.589e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.003934557 node_scrape_collector_duration_seconds{collector="hwmon"} 0.01063165 node_scrape_collector_duration_seconds{collector="infiniband"} 1.692e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.6143e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.7494e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000205675 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000438051 node_scrape_collector_duration_seconds{collector="netclass"} 0.065295332 node_scrape_collector_duration_seconds{collector="netdev"} 0.000101427 node_scrape_collector_duration_seconds{collector="netstat"} 0.000298362 node_scrape_collector_duration_seconds{collector="nfs"} 2.4851e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.3381e-05 node_scrape_collector_duration_seconds{collector="nvme"} 7.934e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000113104 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.0247e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000247145 node_scrape_collector_duration_seconds{collector="rapl"} 1.8246e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.064165815 node_scrape_collector_duration_seconds{collector="selinux"} 2.196e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000303752 node_scrape_collector_duration_seconds{collector="softnet"} 0.000832052 node_scrape_collector_duration_seconds{collector="stat"} 0.000312092 node_scrape_collector_duration_seconds{collector="tapestats"} 3.879e-06 node_scrape_collector_duration_seconds{collector="textfile"} 3.9505e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000535555 node_scrape_collector_duration_seconds{collector="time"} 3.4508e-05 node_scrape_collector_duration_seconds{collector="timex"} 3.2513e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000607557 node_scrape_collector_duration_seconds{collector="uname"} 6.808e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000353528 node_scrape_collector_duration_seconds{collector="watchdog"} 4.1716e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.0874e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.418e-05 # 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 7407 # 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 7785 # 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 3.188736e+07 # 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 508 # 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 2.080768e+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"} 3 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="16"} 2 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"} 4 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"} 5.64017751e+08 node_softnet_processed_total{cpu="1"} 3.4107886e+08 node_softnet_processed_total{cpu="10"} 5.35152731e+08 node_softnet_processed_total{cpu="11"} 2.74916668e+08 node_softnet_processed_total{cpu="12"} 5.05702207e+08 node_softnet_processed_total{cpu="13"} 4.78739771e+08 node_softnet_processed_total{cpu="14"} 4.53386788e+08 node_softnet_processed_total{cpu="15"} 4.40242996e+08 node_softnet_processed_total{cpu="16"} 4.45367948e+08 node_softnet_processed_total{cpu="17"} 3.96537983e+08 node_softnet_processed_total{cpu="18"} 3.69341933e+08 node_softnet_processed_total{cpu="19"} 3.4670884e+08 node_softnet_processed_total{cpu="2"} 5.81938952e+08 node_softnet_processed_total{cpu="3"} 3.06462227e+08 node_softnet_processed_total{cpu="4"} 5.83382363e+08 node_softnet_processed_total{cpu="5"} 2.90549467e+08 node_softnet_processed_total{cpu="6"} 8.31857711e+08 node_softnet_processed_total{cpu="7"} 2.82933768e+08 node_softnet_processed_total{cpu="8"} 5.60637228e+08 node_softnet_processed_total{cpu="9"} 2.76722794e+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"} 401 node_softnet_times_squeezed_total{cpu="1"} 684 node_softnet_times_squeezed_total{cpu="10"} 692 node_softnet_times_squeezed_total{cpu="11"} 812 node_softnet_times_squeezed_total{cpu="12"} 981 node_softnet_times_squeezed_total{cpu="13"} 972 node_softnet_times_squeezed_total{cpu="14"} 976 node_softnet_times_squeezed_total{cpu="15"} 972 node_softnet_times_squeezed_total{cpu="16"} 471 node_softnet_times_squeezed_total{cpu="17"} 416 node_softnet_times_squeezed_total{cpu="18"} 402 node_softnet_times_squeezed_total{cpu="19"} 417 node_softnet_times_squeezed_total{cpu="2"} 490 node_softnet_times_squeezed_total{cpu="3"} 746 node_softnet_times_squeezed_total{cpu="4"} 545 node_softnet_times_squeezed_total{cpu="5"} 783 node_softnet_times_squeezed_total{cpu="6"} 4418 node_softnet_times_squeezed_total{cpu="7"} 813 node_softnet_times_squeezed_total{cpu="8"} 682 node_softnet_times_squeezed_total{cpu="9"} 825 # 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"} 41 # 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.7846680809584394e+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.000006167892456 # 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.3865 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -5.3655e-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 2.69202086492e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 5.261748e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 6.11793262e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.2990556043e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 8.280225e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.6907386e+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 27611.85 # 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 4.80852125e+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 1.3204100491e+10 # 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 2.0672512e+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.274568704e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 100 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"} 411780 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0