# 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"} 4.209e-06 go_gc_duration_seconds{quantile="0.25"} 9.056e-06 go_gc_duration_seconds{quantile="0.5"} 1.2935e-05 go_gc_duration_seconds{quantile="0.75"} 1.6913e-05 go_gc_duration_seconds{quantile="1"} 3.0638e-05 go_gc_duration_seconds_sum 85.502058821 go_gc_duration_seconds_count 6.771442e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.398008e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.4171081210296e+13 # 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.41532e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.87736947781e+11 # 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.35636e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.398008e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0092544e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.16096e+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 41329 # 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.348224e+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.5253504e+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.7700903579950778e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.8773698911e+11 # 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 1200 # 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 31200 # 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 97760 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 163200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.94224e+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 953352 # 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 1.507328e+06 # 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 1.507328e+06 # 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.3680264e+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 24 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.747308729e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.3931026328e+10 # 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="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 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="LCD"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 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="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="16",type="LCD"} 49 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # 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"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="1"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="10"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="11"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="12"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="13"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="14"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="15"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="2"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="3"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="4"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="5"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="6"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="7"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="8"} 5.388281e+09 node_cpu_frequency_max_hertz{cpu="9"} 5.388281e+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"} 3e+09 node_cpu_frequency_min_hertz{cpu="1"} 3e+09 node_cpu_frequency_min_hertz{cpu="10"} 3e+09 node_cpu_frequency_min_hertz{cpu="11"} 3e+09 node_cpu_frequency_min_hertz{cpu="12"} 3e+09 node_cpu_frequency_min_hertz{cpu="13"} 3e+09 node_cpu_frequency_min_hertz{cpu="14"} 3e+09 node_cpu_frequency_min_hertz{cpu="15"} 3e+09 node_cpu_frequency_min_hertz{cpu="2"} 3e+09 node_cpu_frequency_min_hertz{cpu="3"} 3e+09 node_cpu_frequency_min_hertz{cpu="4"} 3e+09 node_cpu_frequency_min_hertz{cpu="5"} 3e+09 node_cpu_frequency_min_hertz{cpu="6"} 3e+09 node_cpu_frequency_min_hertz{cpu="7"} 3e+09 node_cpu_frequency_min_hertz{cpu="8"} 3e+09 node_cpu_frequency_min_hertz{cpu="9"} 3e+09 # 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="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"} 5.285537e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 3.705041e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.644443e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 5.160961e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 2.64404e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.643846e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.643674e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 2.643857e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.644525e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 4.748819e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.636086e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.644098e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.644466e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.637272e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 5.288716e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.932547e+09 # HELP node_cpu_scaling_frequency_max_hertz Maximum scaled CPU thread frequency in hertz. # TYPE node_cpu_scaling_frequency_max_hertz gauge node_cpu_scaling_frequency_max_hertz{cpu="0"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="12"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="13"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="14"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="15"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.8e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.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"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="12"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="13"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="14"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="15"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 3e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 3e+09 # HELP node_cpu_scaling_governor Current enabled CPU frequency governor. # TYPE node_cpu_scaling_governor gauge node_cpu_scaling_governor{cpu="0",governor="conservative"} 0 node_cpu_scaling_governor{cpu="0",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="0",governor="performance"} 0 node_cpu_scaling_governor{cpu="0",governor="powersave"} 0 node_cpu_scaling_governor{cpu="0",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="0",governor="userspace"} 0 node_cpu_scaling_governor{cpu="1",governor="conservative"} 0 node_cpu_scaling_governor{cpu="1",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="1",governor="performance"} 0 node_cpu_scaling_governor{cpu="1",governor="powersave"} 0 node_cpu_scaling_governor{cpu="1",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="1",governor="userspace"} 0 node_cpu_scaling_governor{cpu="10",governor="conservative"} 0 node_cpu_scaling_governor{cpu="10",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="10",governor="performance"} 0 node_cpu_scaling_governor{cpu="10",governor="powersave"} 0 node_cpu_scaling_governor{cpu="10",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="10",governor="userspace"} 0 node_cpu_scaling_governor{cpu="11",governor="conservative"} 0 node_cpu_scaling_governor{cpu="11",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="11",governor="performance"} 0 node_cpu_scaling_governor{cpu="11",governor="powersave"} 0 node_cpu_scaling_governor{cpu="11",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="11",governor="userspace"} 0 node_cpu_scaling_governor{cpu="12",governor="conservative"} 0 node_cpu_scaling_governor{cpu="12",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="12",governor="performance"} 0 node_cpu_scaling_governor{cpu="12",governor="powersave"} 0 node_cpu_scaling_governor{cpu="12",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="12",governor="userspace"} 0 node_cpu_scaling_governor{cpu="13",governor="conservative"} 0 node_cpu_scaling_governor{cpu="13",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="13",governor="performance"} 0 node_cpu_scaling_governor{cpu="13",governor="powersave"} 0 node_cpu_scaling_governor{cpu="13",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="13",governor="userspace"} 0 node_cpu_scaling_governor{cpu="14",governor="conservative"} 0 node_cpu_scaling_governor{cpu="14",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="14",governor="performance"} 0 node_cpu_scaling_governor{cpu="14",governor="powersave"} 0 node_cpu_scaling_governor{cpu="14",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="14",governor="userspace"} 0 node_cpu_scaling_governor{cpu="15",governor="conservative"} 0 node_cpu_scaling_governor{cpu="15",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="15",governor="performance"} 0 node_cpu_scaling_governor{cpu="15",governor="powersave"} 0 node_cpu_scaling_governor{cpu="15",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="15",governor="userspace"} 0 node_cpu_scaling_governor{cpu="2",governor="conservative"} 0 node_cpu_scaling_governor{cpu="2",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="2",governor="performance"} 0 node_cpu_scaling_governor{cpu="2",governor="powersave"} 0 node_cpu_scaling_governor{cpu="2",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="2",governor="userspace"} 0 node_cpu_scaling_governor{cpu="3",governor="conservative"} 0 node_cpu_scaling_governor{cpu="3",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="3",governor="performance"} 0 node_cpu_scaling_governor{cpu="3",governor="powersave"} 0 node_cpu_scaling_governor{cpu="3",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="3",governor="userspace"} 0 node_cpu_scaling_governor{cpu="4",governor="conservative"} 0 node_cpu_scaling_governor{cpu="4",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="4",governor="performance"} 0 node_cpu_scaling_governor{cpu="4",governor="powersave"} 0 node_cpu_scaling_governor{cpu="4",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="4",governor="userspace"} 0 node_cpu_scaling_governor{cpu="5",governor="conservative"} 0 node_cpu_scaling_governor{cpu="5",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="5",governor="performance"} 0 node_cpu_scaling_governor{cpu="5",governor="powersave"} 0 node_cpu_scaling_governor{cpu="5",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="5",governor="userspace"} 0 node_cpu_scaling_governor{cpu="6",governor="conservative"} 0 node_cpu_scaling_governor{cpu="6",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="6",governor="performance"} 0 node_cpu_scaling_governor{cpu="6",governor="powersave"} 0 node_cpu_scaling_governor{cpu="6",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="6",governor="userspace"} 0 node_cpu_scaling_governor{cpu="7",governor="conservative"} 0 node_cpu_scaling_governor{cpu="7",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="7",governor="performance"} 0 node_cpu_scaling_governor{cpu="7",governor="powersave"} 0 node_cpu_scaling_governor{cpu="7",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="7",governor="userspace"} 0 node_cpu_scaling_governor{cpu="8",governor="conservative"} 0 node_cpu_scaling_governor{cpu="8",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="8",governor="performance"} 0 node_cpu_scaling_governor{cpu="8",governor="powersave"} 0 node_cpu_scaling_governor{cpu="8",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="8",governor="userspace"} 0 node_cpu_scaling_governor{cpu="9",governor="conservative"} 0 node_cpu_scaling_governor{cpu="9",governor="ondemand"} 0 node_cpu_scaling_governor{cpu="9",governor="performance"} 0 node_cpu_scaling_governor{cpu="9",governor="powersave"} 0 node_cpu_scaling_governor{cpu="9",governor="schedutil"} 1 node_cpu_scaling_governor{cpu="9",governor="userspace"} 0 # 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"} 2.142147058e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 8414.77 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 47.22 node_cpu_seconds_total{cpu="0",mode="softirq"} 820028.9 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 237880.62 node_cpu_seconds_total{cpu="0",mode="user"} 1.04138417e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.155202953e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 8851 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 49.06 node_cpu_seconds_total{cpu="1",mode="softirq"} 188311.48 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 217984.84 node_cpu_seconds_total{cpu="1",mode="user"} 961385.82 node_cpu_seconds_total{cpu="10",mode="idle"} 2.104812392e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 8637.74 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 45.92 node_cpu_seconds_total{cpu="10",mode="softirq"} 517.52 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 312642.68 node_cpu_seconds_total{cpu="10",mode="user"} 1.3726071e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 2.105598305e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 8653.37 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 43.6 node_cpu_seconds_total{cpu="11",mode="softirq"} 436.75 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 311962.47 node_cpu_seconds_total{cpu="11",mode="user"} 1.36581504e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 2.107846295e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 8747.64 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 47.67 node_cpu_seconds_total{cpu="12",mode="softirq"} 438.18 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 309889.36 node_cpu_seconds_total{cpu="12",mode="user"} 1.34554815e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 2.111153756e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 8569.31 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 38.08 node_cpu_seconds_total{cpu="13",mode="softirq"} 292.8 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 303448.09 node_cpu_seconds_total{cpu="13",mode="user"} 1.32018761e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 2.112679587e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 8666.93 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 40.52 node_cpu_seconds_total{cpu="14",mode="softirq"} 274.24 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 300040.88 node_cpu_seconds_total{cpu="14",mode="user"} 1.30740474e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 2.117403437e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 8583.49 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 42.04 node_cpu_seconds_total{cpu="15",mode="softirq"} 330.11 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 291256.26 node_cpu_seconds_total{cpu="15",mode="user"} 1.26941976e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.157798696e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 9037.39 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 52.54 node_cpu_seconds_total{cpu="2",mode="softirq"} 46069.95 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 213879.69 node_cpu_seconds_total{cpu="2",mode="user"} 943331.69 node_cpu_seconds_total{cpu="3",mode="idle"} 2.158376541e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 9097.64 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 58.4 node_cpu_seconds_total{cpu="3",mode="softirq"} 13635.41 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 212483.56 node_cpu_seconds_total{cpu="3",mode="user"} 940134.41 node_cpu_seconds_total{cpu="4",mode="idle"} 2.157135373e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 9228.02 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 45.46 node_cpu_seconds_total{cpu="4",mode="softirq"} 5003.04 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 214856.16 node_cpu_seconds_total{cpu="4",mode="user"} 949596.85 node_cpu_seconds_total{cpu="5",mode="idle"} 2.155171916e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 9077.96 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 46.05 node_cpu_seconds_total{cpu="5",mode="softirq"} 2108.32 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 218499.28 node_cpu_seconds_total{cpu="5",mode="user"} 966251.63 node_cpu_seconds_total{cpu="6",mode="idle"} 2.149808544e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 9043.57 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 37.18 node_cpu_seconds_total{cpu="6",mode="softirq"} 1064.62 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 227318.26 node_cpu_seconds_total{cpu="6",mode="user"} 1.0094346e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.146182242e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 9214 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 47.58 node_cpu_seconds_total{cpu="7",mode="softirq"} 770.58 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 234629.56 node_cpu_seconds_total{cpu="7",mode="user"} 1.03741564e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 2.119641611e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 8866.53 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 45.64 node_cpu_seconds_total{cpu="8",mode="softirq"} 473.05 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 283910.72 node_cpu_seconds_total{cpu="8",mode="user"} 1.25342823e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 2.107820925e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 8800.57 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 43.49 node_cpu_seconds_total{cpu="9",mode="softirq"} 391.19 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 306377.62 node_cpu_seconds_total{cpu="9",mode="user"} 1.35027876e+06 # 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"} 683.0600000000001 node_disk_discard_time_seconds_total{device="md0"} 0.744 node_disk_discard_time_seconds_total{device="md1"} 990.912 node_disk_discard_time_seconds_total{device="nvme0n1"} 405.26300000000003 node_disk_discard_time_seconds_total{device="nvme1n1"} 398.44100000000003 # 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"} 5.416525344e+09 node_disk_discarded_sectors_total{device="md0"} 1.5565096e+07 node_disk_discarded_sectors_total{device="md1"} 5.416525344e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 5.43209044e+09 node_disk_discarded_sectors_total{device="nvme1n1"} 5.451968392e+09 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 733974 node_disk_discards_completed_total{device="md0"} 1500 node_disk_discards_completed_total{device="md1"} 775538 node_disk_discards_completed_total{device="nvme0n1"} 776736 node_disk_discards_completed_total{device="nvme1n1"} 776888 # 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"} 302 node_disk_discards_merged_total{device="nvme1n1"} 302 # 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"} 503014.467 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 491030.591 # 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"} 1.51146255e+08 node_disk_flush_requests_total{device="nvme1n1"} 1.51146304e+08 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",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="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="4",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"} 154.416 node_disk_io_time_seconds_total{device="dm-1"} 968284.704 node_disk_io_time_seconds_total{device="md0"} 5.44 node_disk_io_time_seconds_total{device="md1"} 586065.5480000001 node_disk_io_time_seconds_total{device="nvme0n1"} 1.717348952e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 1.691793692e+06 # 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"} 1.072601384e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 44151.308000000005 node_disk_io_time_weighted_seconds_total{device="md0"} 166.62 node_disk_io_time_weighted_seconds_total{device="md1"} 563737.076 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 2.679735842e+06 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 2.601124205e+06 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 2.943270912e+09 node_disk_read_bytes_total{device="dm-1"} 3.0917112832e+10 node_disk_read_bytes_total{device="md0"} 9.118208e+07 node_disk_read_bytes_total{device="md1"} 3.3949852672e+10 node_disk_read_bytes_total{device="nvme0n1"} 8.21463611648e+12 node_disk_read_bytes_total{device="nvme1n1"} 8.201154352128e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 147.16 node_disk_read_time_seconds_total{device="dm-1"} 396.156 node_disk_read_time_seconds_total{device="md0"} 0.232 node_disk_read_time_seconds_total{device="md1"} 541.456 node_disk_read_time_seconds_total{device="nvme0n1"} 5876.725 node_disk_read_time_seconds_total{device="nvme1n1"} 6535.101000000001 # 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"} 717689 node_disk_reads_completed_total{device="dm-1"} 1.256509e+06 node_disk_reads_completed_total{device="md0"} 1561 node_disk_reads_completed_total{device="md1"} 1.975212e+06 node_disk_reads_completed_total{device="nvme0n1"} 1.7817665e+07 node_disk_reads_completed_total{device="nvme1n1"} 1.7201404e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="nvme0n1"} 1.08617799e+08 node_disk_reads_merged_total{device="nvme1n1"} 1.0831921e+08 # 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"} 1.072454224e+06 node_disk_write_time_seconds_total{device="dm-1"} 43072.092000000004 node_disk_write_time_seconds_total{device="md0"} 165.644 node_disk_write_time_seconds_total{device="md1"} 562204.708 node_disk_write_time_seconds_total{device="nvme0n1"} 2.170439387e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 2.103160071e+06 # 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"} 4.079691e+06 node_disk_writes_completed_total{device="dm-1"} 6.38101744e+08 node_disk_writes_completed_total{device="md0"} 11171 node_disk_writes_completed_total{device="md1"} 6.31941389e+08 node_disk_writes_completed_total{device="nvme0n1"} 5.55011116e+08 node_disk_writes_completed_total{device="nvme1n1"} 5.55004273e+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"} 2.28087777e+08 node_disk_writes_merged_total{device="nvme1n1"} 2.28094621e+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.6710414336e+10 node_disk_written_bytes_total{device="dm-1"} 1.4651468005376e+13 node_disk_written_bytes_total{device="md0"} 3.117346816e+09 node_disk_written_bytes_total{device="md1"} 1.4668178419712e+13 node_disk_written_bytes_total{device="nvme0n1"} 1.4903259509248e+13 node_disk_written_bytes_total{device="nvme1n1"} 1.490325950976e+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="10/24/2024",bios_release="5.35",bios_vendor="American Megatrends International, LLC.",bios_version="20.11",board_asset_tag="To Be Filled By O.E.M.",board_name="B665D4U-1L",board_vendor="ASRockRack",board_version="3.03",chassis_asset_tag="To Be Filled By O.E.M.",chassis_vendor="To Be Filled By O.E.M.",chassis_version="To Be Filled By O.E.M.",product_family="",product_name="",product_sku="",product_version="1.0",system_vendor="Hetzner"} 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.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 70944 # 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="/"} 8.28351627264e+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/nvme1n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 6.1374464e+07 # 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="/"} 5.8752007e+07 # 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="/"} 8.78645735424e+11 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vg0-root",major="253",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/nvme1n1p2",device_error="no such file or directory",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 9.8861070336e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 8.3673588e+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 # 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_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 # 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"} 29.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 29.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 28.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 28.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 38.85 # 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 # 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"} 80.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_nvme1",sensor="temp1"} 80.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 # 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"} -273.15000000000003 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_nvme1",sensor="temp1"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme1",sensor="temp3"} -273.15000000000003 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 9.4163020124e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.99 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.42 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.54 # HELP node_md_blocks Total number of blocks on device. # TYPE node_md_blocks gauge node_md_blocks{device="md0"} 1.046528e+06 node_md_blocks{device="md1"} 9.98759744e+08 # HELP node_md_blocks_synced Number of blocks synced on device. # TYPE node_md_blocks_synced gauge node_md_blocks_synced{device="md0"} 1.046528e+06 node_md_blocks_synced{device="md1"} 9.98759744e+08 # 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_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 3.224092672e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.541420032e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 4.31732736e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 0 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.1868258304e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.255354368e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 9.048346624e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 5.0419597312e+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.2072121344e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.221225472e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 6.2270734336e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.278854656e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 663552 # 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 4.8381304832e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.4627581952e+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 6.24627712e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.23158528e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.162817536e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.2396367872e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.220898816e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.6479464448e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.9052928e+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 4.41737216e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.5458944e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.351479296e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 7.74414336e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.17694208e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 2.125893632e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.6390528e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.3422030848e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.7179865088e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.9052928e+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 1.59809536e+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_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 992 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.967243728e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 5.1412394599e+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 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.0130001e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 36 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 4.3323158e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.523269e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1 # 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-1208434784fe"} 3 node_network_address_assign_type{device="br-17075da66b69"} 3 node_network_address_assign_type{device="br-1cc5b9430b0f"} 3 node_network_address_assign_type{device="br-1ec8a57c0693"} 3 node_network_address_assign_type{device="br-43b824a2bee3"} 3 node_network_address_assign_type{device="br-a0144fd8fc9b"} 3 node_network_address_assign_type{device="br-a83c2d884601"} 3 node_network_address_assign_type{device="br-ad32afc14aee"} 3 node_network_address_assign_type{device="br-cb5c60e04531"} 3 node_network_address_assign_type{device="br-cc038379bb34"} 3 node_network_address_assign_type{device="br-d0f5f56ac3da"} 3 node_network_address_assign_type{device="br-e0a5f7c7fdd8"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp6s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth01a4523"} 3 node_network_address_assign_type{device="veth01f4fb5"} 3 node_network_address_assign_type{device="veth0263dc9"} 3 node_network_address_assign_type{device="veth02c2ee2"} 3 node_network_address_assign_type{device="veth0363e8e"} 3 node_network_address_assign_type{device="veth04811d4"} 3 node_network_address_assign_type{device="veth04e134c"} 3 node_network_address_assign_type{device="veth06386a8"} 3 node_network_address_assign_type{device="veth0725f97"} 3 node_network_address_assign_type{device="veth08d4173"} 3 node_network_address_assign_type{device="veth0983ec1"} 3 node_network_address_assign_type{device="veth0d46dec"} 3 node_network_address_assign_type{device="veth0d4969b"} 3 node_network_address_assign_type{device="veth0dc1806"} 3 node_network_address_assign_type{device="veth0ff0390"} 3 node_network_address_assign_type{device="veth11ec4af"} 3 node_network_address_assign_type{device="veth11f1a58"} 3 node_network_address_assign_type{device="veth1388665"} 3 node_network_address_assign_type{device="veth139be56"} 3 node_network_address_assign_type{device="veth13d497b"} 3 node_network_address_assign_type{device="veth140b313"} 3 node_network_address_assign_type{device="veth1761ae9"} 3 node_network_address_assign_type{device="veth1e03f09"} 3 node_network_address_assign_type{device="veth1f4b362"} 3 node_network_address_assign_type{device="veth20a8b8e"} 3 node_network_address_assign_type{device="veth224f89d"} 3 node_network_address_assign_type{device="veth23915ec"} 3 node_network_address_assign_type{device="veth25fb7d5"} 3 node_network_address_assign_type{device="veth2650507"} 3 node_network_address_assign_type{device="veth287fee9"} 3 node_network_address_assign_type{device="veth2a4396a"} 3 node_network_address_assign_type{device="veth2b6e647"} 3 node_network_address_assign_type{device="veth2bc62c5"} 3 node_network_address_assign_type{device="veth2dd3288"} 3 node_network_address_assign_type{device="veth2ddf7e1"} 3 node_network_address_assign_type{device="veth2ee1684"} 3 node_network_address_assign_type{device="veth32abe6e"} 3 node_network_address_assign_type{device="veth33825c0"} 3 node_network_address_assign_type{device="veth35140bc"} 3 node_network_address_assign_type{device="veth35a48bf"} 3 node_network_address_assign_type{device="veth35c0c4c"} 3 node_network_address_assign_type{device="veth3738b60"} 3 node_network_address_assign_type{device="veth39390d4"} 3 node_network_address_assign_type{device="veth3a0af66"} 3 node_network_address_assign_type{device="veth3b31283"} 3 node_network_address_assign_type{device="veth3f3da42"} 3 node_network_address_assign_type{device="veth3f6b769"} 3 node_network_address_assign_type{device="veth40d3df2"} 3 node_network_address_assign_type{device="veth417edf6"} 3 node_network_address_assign_type{device="veth4200ed8"} 3 node_network_address_assign_type{device="veth4289883"} 3 node_network_address_assign_type{device="veth4382b79"} 3 node_network_address_assign_type{device="veth457ed67"} 3 node_network_address_assign_type{device="veth47f974e"} 3 node_network_address_assign_type{device="veth49d719c"} 3 node_network_address_assign_type{device="veth49df819"} 3 node_network_address_assign_type{device="veth4b8eff5"} 3 node_network_address_assign_type{device="veth5053a50"} 3 node_network_address_assign_type{device="veth5087deb"} 3 node_network_address_assign_type{device="veth5090b57"} 3 node_network_address_assign_type{device="veth5462551"} 3 node_network_address_assign_type{device="veth57bc285"} 3 node_network_address_assign_type{device="veth591a4e5"} 3 node_network_address_assign_type{device="veth59d61a2"} 3 node_network_address_assign_type{device="veth5b29780"} 3 node_network_address_assign_type{device="veth5cc9265"} 3 node_network_address_assign_type{device="veth6097074"} 3 node_network_address_assign_type{device="veth6197d73"} 3 node_network_address_assign_type{device="veth66fe80a"} 3 node_network_address_assign_type{device="veth6864a94"} 3 node_network_address_assign_type{device="veth68c6b3b"} 3 node_network_address_assign_type{device="veth68c9de2"} 3 node_network_address_assign_type{device="veth68ea62e"} 3 node_network_address_assign_type{device="veth693d267"} 3 node_network_address_assign_type{device="veth6c6b5d7"} 3 node_network_address_assign_type{device="veth6d28251"} 3 node_network_address_assign_type{device="veth6d76d2e"} 3 node_network_address_assign_type{device="veth6fed348"} 3 node_network_address_assign_type{device="veth70fc496"} 3 node_network_address_assign_type{device="veth7339464"} 3 node_network_address_assign_type{device="veth7536a20"} 3 node_network_address_assign_type{device="veth76263cb"} 3 node_network_address_assign_type{device="veth7702c4a"} 3 node_network_address_assign_type{device="veth779a9b0"} 3 node_network_address_assign_type{device="veth78280c1"} 3 node_network_address_assign_type{device="veth7a04c25"} 3 node_network_address_assign_type{device="veth7a53c4c"} 3 node_network_address_assign_type{device="veth7b68e53"} 3 node_network_address_assign_type{device="veth8362b0e"} 3 node_network_address_assign_type{device="veth84cf683"} 3 node_network_address_assign_type{device="veth85000d5"} 3 node_network_address_assign_type{device="veth8553213"} 3 node_network_address_assign_type{device="veth8701e4b"} 3 node_network_address_assign_type{device="veth8c5b58a"} 3 node_network_address_assign_type{device="veth8c77172"} 3 node_network_address_assign_type{device="veth8c905e4"} 3 node_network_address_assign_type{device="veth8d5e09c"} 3 node_network_address_assign_type{device="veth8e9752f"} 3 node_network_address_assign_type{device="veth8ee2bf2"} 3 node_network_address_assign_type{device="veth8f43250"} 3 node_network_address_assign_type{device="veth95ba65a"} 3 node_network_address_assign_type{device="veth95d23fd"} 3 node_network_address_assign_type{device="veth970153a"} 3 node_network_address_assign_type{device="veth97b739c"} 3 node_network_address_assign_type{device="veth980e0d6"} 3 node_network_address_assign_type{device="veth9a18514"} 3 node_network_address_assign_type{device="vetha005716"} 3 node_network_address_assign_type{device="vetha02e9ec"} 3 node_network_address_assign_type{device="vetha2c84ef"} 3 node_network_address_assign_type{device="vetha328a00"} 3 node_network_address_assign_type{device="vetha358798"} 3 node_network_address_assign_type{device="vethaa201e8"} 3 node_network_address_assign_type{device="vethac48cf5"} 3 node_network_address_assign_type{device="vethadde449"} 3 node_network_address_assign_type{device="vethb0b41d8"} 3 node_network_address_assign_type{device="vethb0e6818"} 3 node_network_address_assign_type{device="vethb181e74"} 3 node_network_address_assign_type{device="vethb3c88b7"} 3 node_network_address_assign_type{device="vethb3f6289"} 3 node_network_address_assign_type{device="vethb60e47e"} 3 node_network_address_assign_type{device="vethbbafdd5"} 3 node_network_address_assign_type{device="vethbbb893e"} 3 node_network_address_assign_type{device="vethbe348d0"} 3 node_network_address_assign_type{device="vethc0c6935"} 3 node_network_address_assign_type{device="vethc462a78"} 3 node_network_address_assign_type{device="vethc696a6d"} 3 node_network_address_assign_type{device="vethc7e7940"} 3 node_network_address_assign_type{device="vethc863ebe"} 3 node_network_address_assign_type{device="vethc8f4e8c"} 3 node_network_address_assign_type{device="vethc94c23c"} 3 node_network_address_assign_type{device="vethc9e4d8d"} 3 node_network_address_assign_type{device="vethcb5dfad"} 3 node_network_address_assign_type{device="vethccc59ae"} 3 node_network_address_assign_type{device="vethcfea7a6"} 3 node_network_address_assign_type{device="vethd297e42"} 3 node_network_address_assign_type{device="vethd2a1d3a"} 3 node_network_address_assign_type{device="vethd7796f3"} 3 node_network_address_assign_type{device="vethd80c984"} 3 node_network_address_assign_type{device="vethd8f6d18"} 3 node_network_address_assign_type{device="vethd9153c2"} 3 node_network_address_assign_type{device="vethda7b6f4"} 3 node_network_address_assign_type{device="vethdb0e485"} 3 node_network_address_assign_type{device="vethdbda231"} 3 node_network_address_assign_type{device="vethdbe575e"} 3 node_network_address_assign_type{device="vethdcc39a6"} 3 node_network_address_assign_type{device="vethe10942c"} 3 node_network_address_assign_type{device="vethe17211e"} 3 node_network_address_assign_type{device="vethe2f5dd5"} 3 node_network_address_assign_type{device="vethe489fbc"} 3 node_network_address_assign_type{device="vethe7bc640"} 3 node_network_address_assign_type{device="vethe8a12b2"} 3 node_network_address_assign_type{device="vethecc2692"} 3 node_network_address_assign_type{device="vethee8a542"} 3 node_network_address_assign_type{device="vethef3c4e1"} 3 node_network_address_assign_type{device="vethf05f0fd"} 3 node_network_address_assign_type{device="vethf21e1e6"} 3 node_network_address_assign_type{device="vethf354b58"} 3 node_network_address_assign_type{device="vethf3f8f86"} 3 node_network_address_assign_type{device="vethf478f47"} 3 node_network_address_assign_type{device="vethf4b3f2d"} 3 node_network_address_assign_type{device="vethf4cf909"} 3 node_network_address_assign_type{device="vethf4ef1a1"} 3 node_network_address_assign_type{device="vethf881f42"} 3 node_network_address_assign_type{device="vethf92aee6"} 3 node_network_address_assign_type{device="vethf949b41"} 3 node_network_address_assign_type{device="vethfbe1764"} 3 node_network_address_assign_type{device="vethfdd6287"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-1208434784fe"} 1 node_network_carrier{device="br-17075da66b69"} 1 node_network_carrier{device="br-1cc5b9430b0f"} 1 node_network_carrier{device="br-1ec8a57c0693"} 1 node_network_carrier{device="br-43b824a2bee3"} 1 node_network_carrier{device="br-a0144fd8fc9b"} 1 node_network_carrier{device="br-a83c2d884601"} 1 node_network_carrier{device="br-ad32afc14aee"} 1 node_network_carrier{device="br-cb5c60e04531"} 1 node_network_carrier{device="br-cc038379bb34"} 1 node_network_carrier{device="br-d0f5f56ac3da"} 1 node_network_carrier{device="br-e0a5f7c7fdd8"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="enp6s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth01a4523"} 1 node_network_carrier{device="veth01f4fb5"} 1 node_network_carrier{device="veth0263dc9"} 1 node_network_carrier{device="veth02c2ee2"} 1 node_network_carrier{device="veth0363e8e"} 1 node_network_carrier{device="veth04811d4"} 1 node_network_carrier{device="veth04e134c"} 1 node_network_carrier{device="veth06386a8"} 1 node_network_carrier{device="veth0725f97"} 1 node_network_carrier{device="veth08d4173"} 1 node_network_carrier{device="veth0983ec1"} 1 node_network_carrier{device="veth0d46dec"} 1 node_network_carrier{device="veth0d4969b"} 1 node_network_carrier{device="veth0dc1806"} 1 node_network_carrier{device="veth0ff0390"} 1 node_network_carrier{device="veth11ec4af"} 1 node_network_carrier{device="veth11f1a58"} 1 node_network_carrier{device="veth1388665"} 1 node_network_carrier{device="veth139be56"} 1 node_network_carrier{device="veth13d497b"} 1 node_network_carrier{device="veth140b313"} 1 node_network_carrier{device="veth1761ae9"} 1 node_network_carrier{device="veth1e03f09"} 1 node_network_carrier{device="veth1f4b362"} 1 node_network_carrier{device="veth20a8b8e"} 1 node_network_carrier{device="veth224f89d"} 1 node_network_carrier{device="veth23915ec"} 1 node_network_carrier{device="veth25fb7d5"} 1 node_network_carrier{device="veth2650507"} 1 node_network_carrier{device="veth287fee9"} 1 node_network_carrier{device="veth2a4396a"} 1 node_network_carrier{device="veth2b6e647"} 1 node_network_carrier{device="veth2bc62c5"} 1 node_network_carrier{device="veth2dd3288"} 1 node_network_carrier{device="veth2ddf7e1"} 1 node_network_carrier{device="veth2ee1684"} 1 node_network_carrier{device="veth32abe6e"} 1 node_network_carrier{device="veth33825c0"} 1 node_network_carrier{device="veth35140bc"} 1 node_network_carrier{device="veth35a48bf"} 1 node_network_carrier{device="veth35c0c4c"} 1 node_network_carrier{device="veth3738b60"} 1 node_network_carrier{device="veth39390d4"} 1 node_network_carrier{device="veth3a0af66"} 1 node_network_carrier{device="veth3b31283"} 1 node_network_carrier{device="veth3f3da42"} 1 node_network_carrier{device="veth3f6b769"} 1 node_network_carrier{device="veth40d3df2"} 1 node_network_carrier{device="veth417edf6"} 1 node_network_carrier{device="veth4200ed8"} 1 node_network_carrier{device="veth4289883"} 1 node_network_carrier{device="veth4382b79"} 1 node_network_carrier{device="veth457ed67"} 1 node_network_carrier{device="veth47f974e"} 1 node_network_carrier{device="veth49d719c"} 1 node_network_carrier{device="veth49df819"} 1 node_network_carrier{device="veth4b8eff5"} 1 node_network_carrier{device="veth5053a50"} 1 node_network_carrier{device="veth5087deb"} 1 node_network_carrier{device="veth5090b57"} 1 node_network_carrier{device="veth5462551"} 1 node_network_carrier{device="veth57bc285"} 1 node_network_carrier{device="veth591a4e5"} 1 node_network_carrier{device="veth59d61a2"} 1 node_network_carrier{device="veth5b29780"} 1 node_network_carrier{device="veth5cc9265"} 1 node_network_carrier{device="veth6097074"} 1 node_network_carrier{device="veth6197d73"} 1 node_network_carrier{device="veth66fe80a"} 1 node_network_carrier{device="veth6864a94"} 1 node_network_carrier{device="veth68c6b3b"} 1 node_network_carrier{device="veth68c9de2"} 1 node_network_carrier{device="veth68ea62e"} 1 node_network_carrier{device="veth693d267"} 1 node_network_carrier{device="veth6c6b5d7"} 1 node_network_carrier{device="veth6d28251"} 1 node_network_carrier{device="veth6d76d2e"} 1 node_network_carrier{device="veth6fed348"} 1 node_network_carrier{device="veth70fc496"} 1 node_network_carrier{device="veth7339464"} 1 node_network_carrier{device="veth7536a20"} 1 node_network_carrier{device="veth76263cb"} 1 node_network_carrier{device="veth7702c4a"} 1 node_network_carrier{device="veth779a9b0"} 1 node_network_carrier{device="veth78280c1"} 1 node_network_carrier{device="veth7a04c25"} 1 node_network_carrier{device="veth7a53c4c"} 1 node_network_carrier{device="veth7b68e53"} 1 node_network_carrier{device="veth8362b0e"} 1 node_network_carrier{device="veth84cf683"} 1 node_network_carrier{device="veth85000d5"} 1 node_network_carrier{device="veth8553213"} 1 node_network_carrier{device="veth8701e4b"} 1 node_network_carrier{device="veth8c5b58a"} 1 node_network_carrier{device="veth8c77172"} 1 node_network_carrier{device="veth8c905e4"} 1 node_network_carrier{device="veth8d5e09c"} 1 node_network_carrier{device="veth8e9752f"} 1 node_network_carrier{device="veth8ee2bf2"} 1 node_network_carrier{device="veth8f43250"} 1 node_network_carrier{device="veth95ba65a"} 1 node_network_carrier{device="veth95d23fd"} 1 node_network_carrier{device="veth970153a"} 1 node_network_carrier{device="veth97b739c"} 1 node_network_carrier{device="veth980e0d6"} 1 node_network_carrier{device="veth9a18514"} 1 node_network_carrier{device="vetha005716"} 1 node_network_carrier{device="vetha02e9ec"} 1 node_network_carrier{device="vetha2c84ef"} 1 node_network_carrier{device="vetha328a00"} 1 node_network_carrier{device="vetha358798"} 1 node_network_carrier{device="vethaa201e8"} 1 node_network_carrier{device="vethac48cf5"} 1 node_network_carrier{device="vethadde449"} 1 node_network_carrier{device="vethb0b41d8"} 1 node_network_carrier{device="vethb0e6818"} 1 node_network_carrier{device="vethb181e74"} 1 node_network_carrier{device="vethb3c88b7"} 1 node_network_carrier{device="vethb3f6289"} 1 node_network_carrier{device="vethb60e47e"} 1 node_network_carrier{device="vethbbafdd5"} 1 node_network_carrier{device="vethbbb893e"} 1 node_network_carrier{device="vethbe348d0"} 1 node_network_carrier{device="vethc0c6935"} 1 node_network_carrier{device="vethc462a78"} 1 node_network_carrier{device="vethc696a6d"} 1 node_network_carrier{device="vethc7e7940"} 1 node_network_carrier{device="vethc863ebe"} 1 node_network_carrier{device="vethc8f4e8c"} 1 node_network_carrier{device="vethc94c23c"} 1 node_network_carrier{device="vethc9e4d8d"} 1 node_network_carrier{device="vethcb5dfad"} 1 node_network_carrier{device="vethccc59ae"} 1 node_network_carrier{device="vethcfea7a6"} 1 node_network_carrier{device="vethd297e42"} 1 node_network_carrier{device="vethd2a1d3a"} 1 node_network_carrier{device="vethd7796f3"} 1 node_network_carrier{device="vethd80c984"} 1 node_network_carrier{device="vethd8f6d18"} 1 node_network_carrier{device="vethd9153c2"} 1 node_network_carrier{device="vethda7b6f4"} 1 node_network_carrier{device="vethdb0e485"} 1 node_network_carrier{device="vethdbda231"} 1 node_network_carrier{device="vethdbe575e"} 1 node_network_carrier{device="vethdcc39a6"} 1 node_network_carrier{device="vethe10942c"} 1 node_network_carrier{device="vethe17211e"} 1 node_network_carrier{device="vethe2f5dd5"} 1 node_network_carrier{device="vethe489fbc"} 1 node_network_carrier{device="vethe7bc640"} 1 node_network_carrier{device="vethe8a12b2"} 1 node_network_carrier{device="vethecc2692"} 1 node_network_carrier{device="vethee8a542"} 1 node_network_carrier{device="vethef3c4e1"} 1 node_network_carrier{device="vethf05f0fd"} 1 node_network_carrier{device="vethf21e1e6"} 1 node_network_carrier{device="vethf354b58"} 1 node_network_carrier{device="vethf3f8f86"} 1 node_network_carrier{device="vethf478f47"} 1 node_network_carrier{device="vethf4b3f2d"} 1 node_network_carrier{device="vethf4cf909"} 1 node_network_carrier{device="vethf4ef1a1"} 1 node_network_carrier{device="vethf881f42"} 1 node_network_carrier{device="vethf92aee6"} 1 node_network_carrier{device="vethf949b41"} 1 node_network_carrier{device="vethfbe1764"} 1 node_network_carrier{device="vethfdd6287"} 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-1208434784fe"} 6 node_network_carrier_changes_total{device="br-17075da66b69"} 4 node_network_carrier_changes_total{device="br-1cc5b9430b0f"} 2 node_network_carrier_changes_total{device="br-1ec8a57c0693"} 6 node_network_carrier_changes_total{device="br-43b824a2bee3"} 6 node_network_carrier_changes_total{device="br-a0144fd8fc9b"} 6 node_network_carrier_changes_total{device="br-a83c2d884601"} 6 node_network_carrier_changes_total{device="br-ad32afc14aee"} 4 node_network_carrier_changes_total{device="br-cb5c60e04531"} 4 node_network_carrier_changes_total{device="br-cc038379bb34"} 6 node_network_carrier_changes_total{device="br-d0f5f56ac3da"} 4 node_network_carrier_changes_total{device="br-e0a5f7c7fdd8"} 6 node_network_carrier_changes_total{device="docker0"} 2 node_network_carrier_changes_total{device="enp6s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth01a4523"} 2 node_network_carrier_changes_total{device="veth01f4fb5"} 2 node_network_carrier_changes_total{device="veth0263dc9"} 2 node_network_carrier_changes_total{device="veth02c2ee2"} 2 node_network_carrier_changes_total{device="veth0363e8e"} 2 node_network_carrier_changes_total{device="veth04811d4"} 2 node_network_carrier_changes_total{device="veth04e134c"} 2 node_network_carrier_changes_total{device="veth06386a8"} 2 node_network_carrier_changes_total{device="veth0725f97"} 2 node_network_carrier_changes_total{device="veth08d4173"} 2 node_network_carrier_changes_total{device="veth0983ec1"} 2 node_network_carrier_changes_total{device="veth0d46dec"} 2 node_network_carrier_changes_total{device="veth0d4969b"} 2 node_network_carrier_changes_total{device="veth0dc1806"} 2 node_network_carrier_changes_total{device="veth0ff0390"} 2 node_network_carrier_changes_total{device="veth11ec4af"} 2 node_network_carrier_changes_total{device="veth11f1a58"} 2 node_network_carrier_changes_total{device="veth1388665"} 2 node_network_carrier_changes_total{device="veth139be56"} 2 node_network_carrier_changes_total{device="veth13d497b"} 2 node_network_carrier_changes_total{device="veth140b313"} 2 node_network_carrier_changes_total{device="veth1761ae9"} 2 node_network_carrier_changes_total{device="veth1e03f09"} 2 node_network_carrier_changes_total{device="veth1f4b362"} 2 node_network_carrier_changes_total{device="veth20a8b8e"} 2 node_network_carrier_changes_total{device="veth224f89d"} 2 node_network_carrier_changes_total{device="veth23915ec"} 2 node_network_carrier_changes_total{device="veth25fb7d5"} 2 node_network_carrier_changes_total{device="veth2650507"} 2 node_network_carrier_changes_total{device="veth287fee9"} 2 node_network_carrier_changes_total{device="veth2a4396a"} 2 node_network_carrier_changes_total{device="veth2b6e647"} 2 node_network_carrier_changes_total{device="veth2bc62c5"} 2 node_network_carrier_changes_total{device="veth2dd3288"} 2 node_network_carrier_changes_total{device="veth2ddf7e1"} 2 node_network_carrier_changes_total{device="veth2ee1684"} 2 node_network_carrier_changes_total{device="veth32abe6e"} 2 node_network_carrier_changes_total{device="veth33825c0"} 2 node_network_carrier_changes_total{device="veth35140bc"} 2 node_network_carrier_changes_total{device="veth35a48bf"} 2 node_network_carrier_changes_total{device="veth35c0c4c"} 2 node_network_carrier_changes_total{device="veth3738b60"} 2 node_network_carrier_changes_total{device="veth39390d4"} 2 node_network_carrier_changes_total{device="veth3a0af66"} 2 node_network_carrier_changes_total{device="veth3b31283"} 2 node_network_carrier_changes_total{device="veth3f3da42"} 2 node_network_carrier_changes_total{device="veth3f6b769"} 2 node_network_carrier_changes_total{device="veth40d3df2"} 2 node_network_carrier_changes_total{device="veth417edf6"} 2 node_network_carrier_changes_total{device="veth4200ed8"} 2 node_network_carrier_changes_total{device="veth4289883"} 2 node_network_carrier_changes_total{device="veth4382b79"} 2 node_network_carrier_changes_total{device="veth457ed67"} 2 node_network_carrier_changes_total{device="veth47f974e"} 2 node_network_carrier_changes_total{device="veth49d719c"} 2 node_network_carrier_changes_total{device="veth49df819"} 2 node_network_carrier_changes_total{device="veth4b8eff5"} 2 node_network_carrier_changes_total{device="veth5053a50"} 2 node_network_carrier_changes_total{device="veth5087deb"} 2 node_network_carrier_changes_total{device="veth5090b57"} 2 node_network_carrier_changes_total{device="veth5462551"} 2 node_network_carrier_changes_total{device="veth57bc285"} 2 node_network_carrier_changes_total{device="veth591a4e5"} 2 node_network_carrier_changes_total{device="veth59d61a2"} 2 node_network_carrier_changes_total{device="veth5b29780"} 2 node_network_carrier_changes_total{device="veth5cc9265"} 2 node_network_carrier_changes_total{device="veth6097074"} 2 node_network_carrier_changes_total{device="veth6197d73"} 2 node_network_carrier_changes_total{device="veth66fe80a"} 2 node_network_carrier_changes_total{device="veth6864a94"} 2 node_network_carrier_changes_total{device="veth68c6b3b"} 2 node_network_carrier_changes_total{device="veth68c9de2"} 2 node_network_carrier_changes_total{device="veth68ea62e"} 2 node_network_carrier_changes_total{device="veth693d267"} 2 node_network_carrier_changes_total{device="veth6c6b5d7"} 2 node_network_carrier_changes_total{device="veth6d28251"} 2 node_network_carrier_changes_total{device="veth6d76d2e"} 2 node_network_carrier_changes_total{device="veth6fed348"} 2 node_network_carrier_changes_total{device="veth70fc496"} 2 node_network_carrier_changes_total{device="veth7339464"} 2 node_network_carrier_changes_total{device="veth7536a20"} 2 node_network_carrier_changes_total{device="veth76263cb"} 2 node_network_carrier_changes_total{device="veth7702c4a"} 2 node_network_carrier_changes_total{device="veth779a9b0"} 2 node_network_carrier_changes_total{device="veth78280c1"} 2 node_network_carrier_changes_total{device="veth7a04c25"} 2 node_network_carrier_changes_total{device="veth7a53c4c"} 2 node_network_carrier_changes_total{device="veth7b68e53"} 2 node_network_carrier_changes_total{device="veth8362b0e"} 2 node_network_carrier_changes_total{device="veth84cf683"} 2 node_network_carrier_changes_total{device="veth85000d5"} 2 node_network_carrier_changes_total{device="veth8553213"} 2 node_network_carrier_changes_total{device="veth8701e4b"} 2 node_network_carrier_changes_total{device="veth8c5b58a"} 2 node_network_carrier_changes_total{device="veth8c77172"} 2 node_network_carrier_changes_total{device="veth8c905e4"} 2 node_network_carrier_changes_total{device="veth8d5e09c"} 2 node_network_carrier_changes_total{device="veth8e9752f"} 2 node_network_carrier_changes_total{device="veth8ee2bf2"} 2 node_network_carrier_changes_total{device="veth8f43250"} 2 node_network_carrier_changes_total{device="veth95ba65a"} 2 node_network_carrier_changes_total{device="veth95d23fd"} 2 node_network_carrier_changes_total{device="veth970153a"} 2 node_network_carrier_changes_total{device="veth97b739c"} 2 node_network_carrier_changes_total{device="veth980e0d6"} 2 node_network_carrier_changes_total{device="veth9a18514"} 2 node_network_carrier_changes_total{device="vetha005716"} 2 node_network_carrier_changes_total{device="vetha02e9ec"} 2 node_network_carrier_changes_total{device="vetha2c84ef"} 2 node_network_carrier_changes_total{device="vetha328a00"} 2 node_network_carrier_changes_total{device="vetha358798"} 2 node_network_carrier_changes_total{device="vethaa201e8"} 2 node_network_carrier_changes_total{device="vethac48cf5"} 2 node_network_carrier_changes_total{device="vethadde449"} 2 node_network_carrier_changes_total{device="vethb0b41d8"} 2 node_network_carrier_changes_total{device="vethb0e6818"} 2 node_network_carrier_changes_total{device="vethb181e74"} 2 node_network_carrier_changes_total{device="vethb3c88b7"} 2 node_network_carrier_changes_total{device="vethb3f6289"} 2 node_network_carrier_changes_total{device="vethb60e47e"} 2 node_network_carrier_changes_total{device="vethbbafdd5"} 2 node_network_carrier_changes_total{device="vethbbb893e"} 2 node_network_carrier_changes_total{device="vethbe348d0"} 2 node_network_carrier_changes_total{device="vethc0c6935"} 2 node_network_carrier_changes_total{device="vethc462a78"} 2 node_network_carrier_changes_total{device="vethc696a6d"} 2 node_network_carrier_changes_total{device="vethc7e7940"} 2 node_network_carrier_changes_total{device="vethc863ebe"} 2 node_network_carrier_changes_total{device="vethc8f4e8c"} 2 node_network_carrier_changes_total{device="vethc94c23c"} 2 node_network_carrier_changes_total{device="vethc9e4d8d"} 2 node_network_carrier_changes_total{device="vethcb5dfad"} 2 node_network_carrier_changes_total{device="vethccc59ae"} 2 node_network_carrier_changes_total{device="vethcfea7a6"} 2 node_network_carrier_changes_total{device="vethd297e42"} 2 node_network_carrier_changes_total{device="vethd2a1d3a"} 2 node_network_carrier_changes_total{device="vethd7796f3"} 2 node_network_carrier_changes_total{device="vethd80c984"} 2 node_network_carrier_changes_total{device="vethd8f6d18"} 2 node_network_carrier_changes_total{device="vethd9153c2"} 2 node_network_carrier_changes_total{device="vethda7b6f4"} 2 node_network_carrier_changes_total{device="vethdb0e485"} 2 node_network_carrier_changes_total{device="vethdbda231"} 2 node_network_carrier_changes_total{device="vethdbe575e"} 2 node_network_carrier_changes_total{device="vethdcc39a6"} 2 node_network_carrier_changes_total{device="vethe10942c"} 2 node_network_carrier_changes_total{device="vethe17211e"} 2 node_network_carrier_changes_total{device="vethe2f5dd5"} 2 node_network_carrier_changes_total{device="vethe489fbc"} 2 node_network_carrier_changes_total{device="vethe7bc640"} 2 node_network_carrier_changes_total{device="vethe8a12b2"} 2 node_network_carrier_changes_total{device="vethecc2692"} 2 node_network_carrier_changes_total{device="vethee8a542"} 2 node_network_carrier_changes_total{device="vethef3c4e1"} 2 node_network_carrier_changes_total{device="vethf05f0fd"} 2 node_network_carrier_changes_total{device="vethf21e1e6"} 2 node_network_carrier_changes_total{device="vethf354b58"} 2 node_network_carrier_changes_total{device="vethf3f8f86"} 2 node_network_carrier_changes_total{device="vethf478f47"} 2 node_network_carrier_changes_total{device="vethf4b3f2d"} 2 node_network_carrier_changes_total{device="vethf4cf909"} 2 node_network_carrier_changes_total{device="vethf4ef1a1"} 2 node_network_carrier_changes_total{device="vethf881f42"} 2 node_network_carrier_changes_total{device="vethf92aee6"} 2 node_network_carrier_changes_total{device="vethf949b41"} 2 node_network_carrier_changes_total{device="vethfbe1764"} 2 node_network_carrier_changes_total{device="vethfdd6287"} 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-1208434784fe"} 3 node_network_carrier_down_changes_total{device="br-17075da66b69"} 2 node_network_carrier_down_changes_total{device="br-1cc5b9430b0f"} 1 node_network_carrier_down_changes_total{device="br-1ec8a57c0693"} 3 node_network_carrier_down_changes_total{device="br-43b824a2bee3"} 3 node_network_carrier_down_changes_total{device="br-a0144fd8fc9b"} 3 node_network_carrier_down_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_down_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_down_changes_total{device="br-cb5c60e04531"} 2 node_network_carrier_down_changes_total{device="br-cc038379bb34"} 3 node_network_carrier_down_changes_total{device="br-d0f5f56ac3da"} 2 node_network_carrier_down_changes_total{device="br-e0a5f7c7fdd8"} 3 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="enp6s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth01a4523"} 1 node_network_carrier_down_changes_total{device="veth01f4fb5"} 1 node_network_carrier_down_changes_total{device="veth0263dc9"} 1 node_network_carrier_down_changes_total{device="veth02c2ee2"} 1 node_network_carrier_down_changes_total{device="veth0363e8e"} 1 node_network_carrier_down_changes_total{device="veth04811d4"} 1 node_network_carrier_down_changes_total{device="veth04e134c"} 1 node_network_carrier_down_changes_total{device="veth06386a8"} 1 node_network_carrier_down_changes_total{device="veth0725f97"} 1 node_network_carrier_down_changes_total{device="veth08d4173"} 1 node_network_carrier_down_changes_total{device="veth0983ec1"} 1 node_network_carrier_down_changes_total{device="veth0d46dec"} 1 node_network_carrier_down_changes_total{device="veth0d4969b"} 1 node_network_carrier_down_changes_total{device="veth0dc1806"} 1 node_network_carrier_down_changes_total{device="veth0ff0390"} 1 node_network_carrier_down_changes_total{device="veth11ec4af"} 1 node_network_carrier_down_changes_total{device="veth11f1a58"} 1 node_network_carrier_down_changes_total{device="veth1388665"} 1 node_network_carrier_down_changes_total{device="veth139be56"} 1 node_network_carrier_down_changes_total{device="veth13d497b"} 1 node_network_carrier_down_changes_total{device="veth140b313"} 1 node_network_carrier_down_changes_total{device="veth1761ae9"} 1 node_network_carrier_down_changes_total{device="veth1e03f09"} 1 node_network_carrier_down_changes_total{device="veth1f4b362"} 1 node_network_carrier_down_changes_total{device="veth20a8b8e"} 1 node_network_carrier_down_changes_total{device="veth224f89d"} 1 node_network_carrier_down_changes_total{device="veth23915ec"} 1 node_network_carrier_down_changes_total{device="veth25fb7d5"} 1 node_network_carrier_down_changes_total{device="veth2650507"} 1 node_network_carrier_down_changes_total{device="veth287fee9"} 1 node_network_carrier_down_changes_total{device="veth2a4396a"} 1 node_network_carrier_down_changes_total{device="veth2b6e647"} 1 node_network_carrier_down_changes_total{device="veth2bc62c5"} 1 node_network_carrier_down_changes_total{device="veth2dd3288"} 1 node_network_carrier_down_changes_total{device="veth2ddf7e1"} 1 node_network_carrier_down_changes_total{device="veth2ee1684"} 1 node_network_carrier_down_changes_total{device="veth32abe6e"} 1 node_network_carrier_down_changes_total{device="veth33825c0"} 1 node_network_carrier_down_changes_total{device="veth35140bc"} 1 node_network_carrier_down_changes_total{device="veth35a48bf"} 1 node_network_carrier_down_changes_total{device="veth35c0c4c"} 1 node_network_carrier_down_changes_total{device="veth3738b60"} 1 node_network_carrier_down_changes_total{device="veth39390d4"} 1 node_network_carrier_down_changes_total{device="veth3a0af66"} 1 node_network_carrier_down_changes_total{device="veth3b31283"} 1 node_network_carrier_down_changes_total{device="veth3f3da42"} 1 node_network_carrier_down_changes_total{device="veth3f6b769"} 1 node_network_carrier_down_changes_total{device="veth40d3df2"} 1 node_network_carrier_down_changes_total{device="veth417edf6"} 1 node_network_carrier_down_changes_total{device="veth4200ed8"} 1 node_network_carrier_down_changes_total{device="veth4289883"} 1 node_network_carrier_down_changes_total{device="veth4382b79"} 1 node_network_carrier_down_changes_total{device="veth457ed67"} 1 node_network_carrier_down_changes_total{device="veth47f974e"} 1 node_network_carrier_down_changes_total{device="veth49d719c"} 1 node_network_carrier_down_changes_total{device="veth49df819"} 1 node_network_carrier_down_changes_total{device="veth4b8eff5"} 1 node_network_carrier_down_changes_total{device="veth5053a50"} 1 node_network_carrier_down_changes_total{device="veth5087deb"} 1 node_network_carrier_down_changes_total{device="veth5090b57"} 1 node_network_carrier_down_changes_total{device="veth5462551"} 1 node_network_carrier_down_changes_total{device="veth57bc285"} 1 node_network_carrier_down_changes_total{device="veth591a4e5"} 1 node_network_carrier_down_changes_total{device="veth59d61a2"} 1 node_network_carrier_down_changes_total{device="veth5b29780"} 1 node_network_carrier_down_changes_total{device="veth5cc9265"} 1 node_network_carrier_down_changes_total{device="veth6097074"} 1 node_network_carrier_down_changes_total{device="veth6197d73"} 1 node_network_carrier_down_changes_total{device="veth66fe80a"} 1 node_network_carrier_down_changes_total{device="veth6864a94"} 1 node_network_carrier_down_changes_total{device="veth68c6b3b"} 1 node_network_carrier_down_changes_total{device="veth68c9de2"} 1 node_network_carrier_down_changes_total{device="veth68ea62e"} 1 node_network_carrier_down_changes_total{device="veth693d267"} 1 node_network_carrier_down_changes_total{device="veth6c6b5d7"} 1 node_network_carrier_down_changes_total{device="veth6d28251"} 1 node_network_carrier_down_changes_total{device="veth6d76d2e"} 1 node_network_carrier_down_changes_total{device="veth6fed348"} 1 node_network_carrier_down_changes_total{device="veth70fc496"} 1 node_network_carrier_down_changes_total{device="veth7339464"} 1 node_network_carrier_down_changes_total{device="veth7536a20"} 1 node_network_carrier_down_changes_total{device="veth76263cb"} 1 node_network_carrier_down_changes_total{device="veth7702c4a"} 1 node_network_carrier_down_changes_total{device="veth779a9b0"} 1 node_network_carrier_down_changes_total{device="veth78280c1"} 1 node_network_carrier_down_changes_total{device="veth7a04c25"} 1 node_network_carrier_down_changes_total{device="veth7a53c4c"} 1 node_network_carrier_down_changes_total{device="veth7b68e53"} 1 node_network_carrier_down_changes_total{device="veth8362b0e"} 1 node_network_carrier_down_changes_total{device="veth84cf683"} 1 node_network_carrier_down_changes_total{device="veth85000d5"} 1 node_network_carrier_down_changes_total{device="veth8553213"} 1 node_network_carrier_down_changes_total{device="veth8701e4b"} 1 node_network_carrier_down_changes_total{device="veth8c5b58a"} 1 node_network_carrier_down_changes_total{device="veth8c77172"} 1 node_network_carrier_down_changes_total{device="veth8c905e4"} 1 node_network_carrier_down_changes_total{device="veth8d5e09c"} 1 node_network_carrier_down_changes_total{device="veth8e9752f"} 1 node_network_carrier_down_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_down_changes_total{device="veth8f43250"} 1 node_network_carrier_down_changes_total{device="veth95ba65a"} 1 node_network_carrier_down_changes_total{device="veth95d23fd"} 1 node_network_carrier_down_changes_total{device="veth970153a"} 1 node_network_carrier_down_changes_total{device="veth97b739c"} 1 node_network_carrier_down_changes_total{device="veth980e0d6"} 1 node_network_carrier_down_changes_total{device="veth9a18514"} 1 node_network_carrier_down_changes_total{device="vetha005716"} 1 node_network_carrier_down_changes_total{device="vetha02e9ec"} 1 node_network_carrier_down_changes_total{device="vetha2c84ef"} 1 node_network_carrier_down_changes_total{device="vetha328a00"} 1 node_network_carrier_down_changes_total{device="vetha358798"} 1 node_network_carrier_down_changes_total{device="vethaa201e8"} 1 node_network_carrier_down_changes_total{device="vethac48cf5"} 1 node_network_carrier_down_changes_total{device="vethadde449"} 1 node_network_carrier_down_changes_total{device="vethb0b41d8"} 1 node_network_carrier_down_changes_total{device="vethb0e6818"} 1 node_network_carrier_down_changes_total{device="vethb181e74"} 1 node_network_carrier_down_changes_total{device="vethb3c88b7"} 1 node_network_carrier_down_changes_total{device="vethb3f6289"} 1 node_network_carrier_down_changes_total{device="vethb60e47e"} 1 node_network_carrier_down_changes_total{device="vethbbafdd5"} 1 node_network_carrier_down_changes_total{device="vethbbb893e"} 1 node_network_carrier_down_changes_total{device="vethbe348d0"} 1 node_network_carrier_down_changes_total{device="vethc0c6935"} 1 node_network_carrier_down_changes_total{device="vethc462a78"} 1 node_network_carrier_down_changes_total{device="vethc696a6d"} 1 node_network_carrier_down_changes_total{device="vethc7e7940"} 1 node_network_carrier_down_changes_total{device="vethc863ebe"} 1 node_network_carrier_down_changes_total{device="vethc8f4e8c"} 1 node_network_carrier_down_changes_total{device="vethc94c23c"} 1 node_network_carrier_down_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_down_changes_total{device="vethcb5dfad"} 1 node_network_carrier_down_changes_total{device="vethccc59ae"} 1 node_network_carrier_down_changes_total{device="vethcfea7a6"} 1 node_network_carrier_down_changes_total{device="vethd297e42"} 1 node_network_carrier_down_changes_total{device="vethd2a1d3a"} 1 node_network_carrier_down_changes_total{device="vethd7796f3"} 1 node_network_carrier_down_changes_total{device="vethd80c984"} 1 node_network_carrier_down_changes_total{device="vethd8f6d18"} 1 node_network_carrier_down_changes_total{device="vethd9153c2"} 1 node_network_carrier_down_changes_total{device="vethda7b6f4"} 1 node_network_carrier_down_changes_total{device="vethdb0e485"} 1 node_network_carrier_down_changes_total{device="vethdbda231"} 1 node_network_carrier_down_changes_total{device="vethdbe575e"} 1 node_network_carrier_down_changes_total{device="vethdcc39a6"} 1 node_network_carrier_down_changes_total{device="vethe10942c"} 1 node_network_carrier_down_changes_total{device="vethe17211e"} 1 node_network_carrier_down_changes_total{device="vethe2f5dd5"} 1 node_network_carrier_down_changes_total{device="vethe489fbc"} 1 node_network_carrier_down_changes_total{device="vethe7bc640"} 1 node_network_carrier_down_changes_total{device="vethe8a12b2"} 1 node_network_carrier_down_changes_total{device="vethecc2692"} 1 node_network_carrier_down_changes_total{device="vethee8a542"} 1 node_network_carrier_down_changes_total{device="vethef3c4e1"} 1 node_network_carrier_down_changes_total{device="vethf05f0fd"} 1 node_network_carrier_down_changes_total{device="vethf21e1e6"} 1 node_network_carrier_down_changes_total{device="vethf354b58"} 1 node_network_carrier_down_changes_total{device="vethf3f8f86"} 1 node_network_carrier_down_changes_total{device="vethf478f47"} 1 node_network_carrier_down_changes_total{device="vethf4b3f2d"} 1 node_network_carrier_down_changes_total{device="vethf4cf909"} 1 node_network_carrier_down_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_down_changes_total{device="vethf881f42"} 1 node_network_carrier_down_changes_total{device="vethf92aee6"} 1 node_network_carrier_down_changes_total{device="vethf949b41"} 1 node_network_carrier_down_changes_total{device="vethfbe1764"} 1 node_network_carrier_down_changes_total{device="vethfdd6287"} 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-1208434784fe"} 3 node_network_carrier_up_changes_total{device="br-17075da66b69"} 2 node_network_carrier_up_changes_total{device="br-1cc5b9430b0f"} 1 node_network_carrier_up_changes_total{device="br-1ec8a57c0693"} 3 node_network_carrier_up_changes_total{device="br-43b824a2bee3"} 3 node_network_carrier_up_changes_total{device="br-a0144fd8fc9b"} 3 node_network_carrier_up_changes_total{device="br-a83c2d884601"} 3 node_network_carrier_up_changes_total{device="br-ad32afc14aee"} 2 node_network_carrier_up_changes_total{device="br-cb5c60e04531"} 2 node_network_carrier_up_changes_total{device="br-cc038379bb34"} 3 node_network_carrier_up_changes_total{device="br-d0f5f56ac3da"} 2 node_network_carrier_up_changes_total{device="br-e0a5f7c7fdd8"} 3 node_network_carrier_up_changes_total{device="docker0"} 1 node_network_carrier_up_changes_total{device="enp6s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth01a4523"} 1 node_network_carrier_up_changes_total{device="veth01f4fb5"} 1 node_network_carrier_up_changes_total{device="veth0263dc9"} 1 node_network_carrier_up_changes_total{device="veth02c2ee2"} 1 node_network_carrier_up_changes_total{device="veth0363e8e"} 1 node_network_carrier_up_changes_total{device="veth04811d4"} 1 node_network_carrier_up_changes_total{device="veth04e134c"} 1 node_network_carrier_up_changes_total{device="veth06386a8"} 1 node_network_carrier_up_changes_total{device="veth0725f97"} 1 node_network_carrier_up_changes_total{device="veth08d4173"} 1 node_network_carrier_up_changes_total{device="veth0983ec1"} 1 node_network_carrier_up_changes_total{device="veth0d46dec"} 1 node_network_carrier_up_changes_total{device="veth0d4969b"} 1 node_network_carrier_up_changes_total{device="veth0dc1806"} 1 node_network_carrier_up_changes_total{device="veth0ff0390"} 1 node_network_carrier_up_changes_total{device="veth11ec4af"} 1 node_network_carrier_up_changes_total{device="veth11f1a58"} 1 node_network_carrier_up_changes_total{device="veth1388665"} 1 node_network_carrier_up_changes_total{device="veth139be56"} 1 node_network_carrier_up_changes_total{device="veth13d497b"} 1 node_network_carrier_up_changes_total{device="veth140b313"} 1 node_network_carrier_up_changes_total{device="veth1761ae9"} 1 node_network_carrier_up_changes_total{device="veth1e03f09"} 1 node_network_carrier_up_changes_total{device="veth1f4b362"} 1 node_network_carrier_up_changes_total{device="veth20a8b8e"} 1 node_network_carrier_up_changes_total{device="veth224f89d"} 1 node_network_carrier_up_changes_total{device="veth23915ec"} 1 node_network_carrier_up_changes_total{device="veth25fb7d5"} 1 node_network_carrier_up_changes_total{device="veth2650507"} 1 node_network_carrier_up_changes_total{device="veth287fee9"} 1 node_network_carrier_up_changes_total{device="veth2a4396a"} 1 node_network_carrier_up_changes_total{device="veth2b6e647"} 1 node_network_carrier_up_changes_total{device="veth2bc62c5"} 1 node_network_carrier_up_changes_total{device="veth2dd3288"} 1 node_network_carrier_up_changes_total{device="veth2ddf7e1"} 1 node_network_carrier_up_changes_total{device="veth2ee1684"} 1 node_network_carrier_up_changes_total{device="veth32abe6e"} 1 node_network_carrier_up_changes_total{device="veth33825c0"} 1 node_network_carrier_up_changes_total{device="veth35140bc"} 1 node_network_carrier_up_changes_total{device="veth35a48bf"} 1 node_network_carrier_up_changes_total{device="veth35c0c4c"} 1 node_network_carrier_up_changes_total{device="veth3738b60"} 1 node_network_carrier_up_changes_total{device="veth39390d4"} 1 node_network_carrier_up_changes_total{device="veth3a0af66"} 1 node_network_carrier_up_changes_total{device="veth3b31283"} 1 node_network_carrier_up_changes_total{device="veth3f3da42"} 1 node_network_carrier_up_changes_total{device="veth3f6b769"} 1 node_network_carrier_up_changes_total{device="veth40d3df2"} 1 node_network_carrier_up_changes_total{device="veth417edf6"} 1 node_network_carrier_up_changes_total{device="veth4200ed8"} 1 node_network_carrier_up_changes_total{device="veth4289883"} 1 node_network_carrier_up_changes_total{device="veth4382b79"} 1 node_network_carrier_up_changes_total{device="veth457ed67"} 1 node_network_carrier_up_changes_total{device="veth47f974e"} 1 node_network_carrier_up_changes_total{device="veth49d719c"} 1 node_network_carrier_up_changes_total{device="veth49df819"} 1 node_network_carrier_up_changes_total{device="veth4b8eff5"} 1 node_network_carrier_up_changes_total{device="veth5053a50"} 1 node_network_carrier_up_changes_total{device="veth5087deb"} 1 node_network_carrier_up_changes_total{device="veth5090b57"} 1 node_network_carrier_up_changes_total{device="veth5462551"} 1 node_network_carrier_up_changes_total{device="veth57bc285"} 1 node_network_carrier_up_changes_total{device="veth591a4e5"} 1 node_network_carrier_up_changes_total{device="veth59d61a2"} 1 node_network_carrier_up_changes_total{device="veth5b29780"} 1 node_network_carrier_up_changes_total{device="veth5cc9265"} 1 node_network_carrier_up_changes_total{device="veth6097074"} 1 node_network_carrier_up_changes_total{device="veth6197d73"} 1 node_network_carrier_up_changes_total{device="veth66fe80a"} 1 node_network_carrier_up_changes_total{device="veth6864a94"} 1 node_network_carrier_up_changes_total{device="veth68c6b3b"} 1 node_network_carrier_up_changes_total{device="veth68c9de2"} 1 node_network_carrier_up_changes_total{device="veth68ea62e"} 1 node_network_carrier_up_changes_total{device="veth693d267"} 1 node_network_carrier_up_changes_total{device="veth6c6b5d7"} 1 node_network_carrier_up_changes_total{device="veth6d28251"} 1 node_network_carrier_up_changes_total{device="veth6d76d2e"} 1 node_network_carrier_up_changes_total{device="veth6fed348"} 1 node_network_carrier_up_changes_total{device="veth70fc496"} 1 node_network_carrier_up_changes_total{device="veth7339464"} 1 node_network_carrier_up_changes_total{device="veth7536a20"} 1 node_network_carrier_up_changes_total{device="veth76263cb"} 1 node_network_carrier_up_changes_total{device="veth7702c4a"} 1 node_network_carrier_up_changes_total{device="veth779a9b0"} 1 node_network_carrier_up_changes_total{device="veth78280c1"} 1 node_network_carrier_up_changes_total{device="veth7a04c25"} 1 node_network_carrier_up_changes_total{device="veth7a53c4c"} 1 node_network_carrier_up_changes_total{device="veth7b68e53"} 1 node_network_carrier_up_changes_total{device="veth8362b0e"} 1 node_network_carrier_up_changes_total{device="veth84cf683"} 1 node_network_carrier_up_changes_total{device="veth85000d5"} 1 node_network_carrier_up_changes_total{device="veth8553213"} 1 node_network_carrier_up_changes_total{device="veth8701e4b"} 1 node_network_carrier_up_changes_total{device="veth8c5b58a"} 1 node_network_carrier_up_changes_total{device="veth8c77172"} 1 node_network_carrier_up_changes_total{device="veth8c905e4"} 1 node_network_carrier_up_changes_total{device="veth8d5e09c"} 1 node_network_carrier_up_changes_total{device="veth8e9752f"} 1 node_network_carrier_up_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_up_changes_total{device="veth8f43250"} 1 node_network_carrier_up_changes_total{device="veth95ba65a"} 1 node_network_carrier_up_changes_total{device="veth95d23fd"} 1 node_network_carrier_up_changes_total{device="veth970153a"} 1 node_network_carrier_up_changes_total{device="veth97b739c"} 1 node_network_carrier_up_changes_total{device="veth980e0d6"} 1 node_network_carrier_up_changes_total{device="veth9a18514"} 1 node_network_carrier_up_changes_total{device="vetha005716"} 1 node_network_carrier_up_changes_total{device="vetha02e9ec"} 1 node_network_carrier_up_changes_total{device="vetha2c84ef"} 1 node_network_carrier_up_changes_total{device="vetha328a00"} 1 node_network_carrier_up_changes_total{device="vetha358798"} 1 node_network_carrier_up_changes_total{device="vethaa201e8"} 1 node_network_carrier_up_changes_total{device="vethac48cf5"} 1 node_network_carrier_up_changes_total{device="vethadde449"} 1 node_network_carrier_up_changes_total{device="vethb0b41d8"} 1 node_network_carrier_up_changes_total{device="vethb0e6818"} 1 node_network_carrier_up_changes_total{device="vethb181e74"} 1 node_network_carrier_up_changes_total{device="vethb3c88b7"} 1 node_network_carrier_up_changes_total{device="vethb3f6289"} 1 node_network_carrier_up_changes_total{device="vethb60e47e"} 1 node_network_carrier_up_changes_total{device="vethbbafdd5"} 1 node_network_carrier_up_changes_total{device="vethbbb893e"} 1 node_network_carrier_up_changes_total{device="vethbe348d0"} 1 node_network_carrier_up_changes_total{device="vethc0c6935"} 1 node_network_carrier_up_changes_total{device="vethc462a78"} 1 node_network_carrier_up_changes_total{device="vethc696a6d"} 1 node_network_carrier_up_changes_total{device="vethc7e7940"} 1 node_network_carrier_up_changes_total{device="vethc863ebe"} 1 node_network_carrier_up_changes_total{device="vethc8f4e8c"} 1 node_network_carrier_up_changes_total{device="vethc94c23c"} 1 node_network_carrier_up_changes_total{device="vethc9e4d8d"} 1 node_network_carrier_up_changes_total{device="vethcb5dfad"} 1 node_network_carrier_up_changes_total{device="vethccc59ae"} 1 node_network_carrier_up_changes_total{device="vethcfea7a6"} 1 node_network_carrier_up_changes_total{device="vethd297e42"} 1 node_network_carrier_up_changes_total{device="vethd2a1d3a"} 1 node_network_carrier_up_changes_total{device="vethd7796f3"} 1 node_network_carrier_up_changes_total{device="vethd80c984"} 1 node_network_carrier_up_changes_total{device="vethd8f6d18"} 1 node_network_carrier_up_changes_total{device="vethd9153c2"} 1 node_network_carrier_up_changes_total{device="vethda7b6f4"} 1 node_network_carrier_up_changes_total{device="vethdb0e485"} 1 node_network_carrier_up_changes_total{device="vethdbda231"} 1 node_network_carrier_up_changes_total{device="vethdbe575e"} 1 node_network_carrier_up_changes_total{device="vethdcc39a6"} 1 node_network_carrier_up_changes_total{device="vethe10942c"} 1 node_network_carrier_up_changes_total{device="vethe17211e"} 1 node_network_carrier_up_changes_total{device="vethe2f5dd5"} 1 node_network_carrier_up_changes_total{device="vethe489fbc"} 1 node_network_carrier_up_changes_total{device="vethe7bc640"} 1 node_network_carrier_up_changes_total{device="vethe8a12b2"} 1 node_network_carrier_up_changes_total{device="vethecc2692"} 1 node_network_carrier_up_changes_total{device="vethee8a542"} 1 node_network_carrier_up_changes_total{device="vethef3c4e1"} 1 node_network_carrier_up_changes_total{device="vethf05f0fd"} 1 node_network_carrier_up_changes_total{device="vethf21e1e6"} 1 node_network_carrier_up_changes_total{device="vethf354b58"} 1 node_network_carrier_up_changes_total{device="vethf3f8f86"} 1 node_network_carrier_up_changes_total{device="vethf478f47"} 1 node_network_carrier_up_changes_total{device="vethf4b3f2d"} 1 node_network_carrier_up_changes_total{device="vethf4cf909"} 1 node_network_carrier_up_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_up_changes_total{device="vethf881f42"} 1 node_network_carrier_up_changes_total{device="vethf92aee6"} 1 node_network_carrier_up_changes_total{device="vethf949b41"} 1 node_network_carrier_up_changes_total{device="vethfbe1764"} 1 node_network_carrier_up_changes_total{device="vethfdd6287"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-1208434784fe"} 0 node_network_device_id{device="br-17075da66b69"} 0 node_network_device_id{device="br-1cc5b9430b0f"} 0 node_network_device_id{device="br-1ec8a57c0693"} 0 node_network_device_id{device="br-43b824a2bee3"} 0 node_network_device_id{device="br-a0144fd8fc9b"} 0 node_network_device_id{device="br-a83c2d884601"} 0 node_network_device_id{device="br-ad32afc14aee"} 0 node_network_device_id{device="br-cb5c60e04531"} 0 node_network_device_id{device="br-cc038379bb34"} 0 node_network_device_id{device="br-d0f5f56ac3da"} 0 node_network_device_id{device="br-e0a5f7c7fdd8"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp6s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth01a4523"} 0 node_network_device_id{device="veth01f4fb5"} 0 node_network_device_id{device="veth0263dc9"} 0 node_network_device_id{device="veth02c2ee2"} 0 node_network_device_id{device="veth0363e8e"} 0 node_network_device_id{device="veth04811d4"} 0 node_network_device_id{device="veth04e134c"} 0 node_network_device_id{device="veth06386a8"} 0 node_network_device_id{device="veth0725f97"} 0 node_network_device_id{device="veth08d4173"} 0 node_network_device_id{device="veth0983ec1"} 0 node_network_device_id{device="veth0d46dec"} 0 node_network_device_id{device="veth0d4969b"} 0 node_network_device_id{device="veth0dc1806"} 0 node_network_device_id{device="veth0ff0390"} 0 node_network_device_id{device="veth11ec4af"} 0 node_network_device_id{device="veth11f1a58"} 0 node_network_device_id{device="veth1388665"} 0 node_network_device_id{device="veth139be56"} 0 node_network_device_id{device="veth13d497b"} 0 node_network_device_id{device="veth140b313"} 0 node_network_device_id{device="veth1761ae9"} 0 node_network_device_id{device="veth1e03f09"} 0 node_network_device_id{device="veth1f4b362"} 0 node_network_device_id{device="veth20a8b8e"} 0 node_network_device_id{device="veth224f89d"} 0 node_network_device_id{device="veth23915ec"} 0 node_network_device_id{device="veth25fb7d5"} 0 node_network_device_id{device="veth2650507"} 0 node_network_device_id{device="veth287fee9"} 0 node_network_device_id{device="veth2a4396a"} 0 node_network_device_id{device="veth2b6e647"} 0 node_network_device_id{device="veth2bc62c5"} 0 node_network_device_id{device="veth2dd3288"} 0 node_network_device_id{device="veth2ddf7e1"} 0 node_network_device_id{device="veth2ee1684"} 0 node_network_device_id{device="veth32abe6e"} 0 node_network_device_id{device="veth33825c0"} 0 node_network_device_id{device="veth35140bc"} 0 node_network_device_id{device="veth35a48bf"} 0 node_network_device_id{device="veth35c0c4c"} 0 node_network_device_id{device="veth3738b60"} 0 node_network_device_id{device="veth39390d4"} 0 node_network_device_id{device="veth3a0af66"} 0 node_network_device_id{device="veth3b31283"} 0 node_network_device_id{device="veth3f3da42"} 0 node_network_device_id{device="veth3f6b769"} 0 node_network_device_id{device="veth40d3df2"} 0 node_network_device_id{device="veth417edf6"} 0 node_network_device_id{device="veth4200ed8"} 0 node_network_device_id{device="veth4289883"} 0 node_network_device_id{device="veth4382b79"} 0 node_network_device_id{device="veth457ed67"} 0 node_network_device_id{device="veth47f974e"} 0 node_network_device_id{device="veth49d719c"} 0 node_network_device_id{device="veth49df819"} 0 node_network_device_id{device="veth4b8eff5"} 0 node_network_device_id{device="veth5053a50"} 0 node_network_device_id{device="veth5087deb"} 0 node_network_device_id{device="veth5090b57"} 0 node_network_device_id{device="veth5462551"} 0 node_network_device_id{device="veth57bc285"} 0 node_network_device_id{device="veth591a4e5"} 0 node_network_device_id{device="veth59d61a2"} 0 node_network_device_id{device="veth5b29780"} 0 node_network_device_id{device="veth5cc9265"} 0 node_network_device_id{device="veth6097074"} 0 node_network_device_id{device="veth6197d73"} 0 node_network_device_id{device="veth66fe80a"} 0 node_network_device_id{device="veth6864a94"} 0 node_network_device_id{device="veth68c6b3b"} 0 node_network_device_id{device="veth68c9de2"} 0 node_network_device_id{device="veth68ea62e"} 0 node_network_device_id{device="veth693d267"} 0 node_network_device_id{device="veth6c6b5d7"} 0 node_network_device_id{device="veth6d28251"} 0 node_network_device_id{device="veth6d76d2e"} 0 node_network_device_id{device="veth6fed348"} 0 node_network_device_id{device="veth70fc496"} 0 node_network_device_id{device="veth7339464"} 0 node_network_device_id{device="veth7536a20"} 0 node_network_device_id{device="veth76263cb"} 0 node_network_device_id{device="veth7702c4a"} 0 node_network_device_id{device="veth779a9b0"} 0 node_network_device_id{device="veth78280c1"} 0 node_network_device_id{device="veth7a04c25"} 0 node_network_device_id{device="veth7a53c4c"} 0 node_network_device_id{device="veth7b68e53"} 0 node_network_device_id{device="veth8362b0e"} 0 node_network_device_id{device="veth84cf683"} 0 node_network_device_id{device="veth85000d5"} 0 node_network_device_id{device="veth8553213"} 0 node_network_device_id{device="veth8701e4b"} 0 node_network_device_id{device="veth8c5b58a"} 0 node_network_device_id{device="veth8c77172"} 0 node_network_device_id{device="veth8c905e4"} 0 node_network_device_id{device="veth8d5e09c"} 0 node_network_device_id{device="veth8e9752f"} 0 node_network_device_id{device="veth8ee2bf2"} 0 node_network_device_id{device="veth8f43250"} 0 node_network_device_id{device="veth95ba65a"} 0 node_network_device_id{device="veth95d23fd"} 0 node_network_device_id{device="veth970153a"} 0 node_network_device_id{device="veth97b739c"} 0 node_network_device_id{device="veth980e0d6"} 0 node_network_device_id{device="veth9a18514"} 0 node_network_device_id{device="vetha005716"} 0 node_network_device_id{device="vetha02e9ec"} 0 node_network_device_id{device="vetha2c84ef"} 0 node_network_device_id{device="vetha328a00"} 0 node_network_device_id{device="vetha358798"} 0 node_network_device_id{device="vethaa201e8"} 0 node_network_device_id{device="vethac48cf5"} 0 node_network_device_id{device="vethadde449"} 0 node_network_device_id{device="vethb0b41d8"} 0 node_network_device_id{device="vethb0e6818"} 0 node_network_device_id{device="vethb181e74"} 0 node_network_device_id{device="vethb3c88b7"} 0 node_network_device_id{device="vethb3f6289"} 0 node_network_device_id{device="vethb60e47e"} 0 node_network_device_id{device="vethbbafdd5"} 0 node_network_device_id{device="vethbbb893e"} 0 node_network_device_id{device="vethbe348d0"} 0 node_network_device_id{device="vethc0c6935"} 0 node_network_device_id{device="vethc462a78"} 0 node_network_device_id{device="vethc696a6d"} 0 node_network_device_id{device="vethc7e7940"} 0 node_network_device_id{device="vethc863ebe"} 0 node_network_device_id{device="vethc8f4e8c"} 0 node_network_device_id{device="vethc94c23c"} 0 node_network_device_id{device="vethc9e4d8d"} 0 node_network_device_id{device="vethcb5dfad"} 0 node_network_device_id{device="vethccc59ae"} 0 node_network_device_id{device="vethcfea7a6"} 0 node_network_device_id{device="vethd297e42"} 0 node_network_device_id{device="vethd2a1d3a"} 0 node_network_device_id{device="vethd7796f3"} 0 node_network_device_id{device="vethd80c984"} 0 node_network_device_id{device="vethd8f6d18"} 0 node_network_device_id{device="vethd9153c2"} 0 node_network_device_id{device="vethda7b6f4"} 0 node_network_device_id{device="vethdb0e485"} 0 node_network_device_id{device="vethdbda231"} 0 node_network_device_id{device="vethdbe575e"} 0 node_network_device_id{device="vethdcc39a6"} 0 node_network_device_id{device="vethe10942c"} 0 node_network_device_id{device="vethe17211e"} 0 node_network_device_id{device="vethe2f5dd5"} 0 node_network_device_id{device="vethe489fbc"} 0 node_network_device_id{device="vethe7bc640"} 0 node_network_device_id{device="vethe8a12b2"} 0 node_network_device_id{device="vethecc2692"} 0 node_network_device_id{device="vethee8a542"} 0 node_network_device_id{device="vethef3c4e1"} 0 node_network_device_id{device="vethf05f0fd"} 0 node_network_device_id{device="vethf21e1e6"} 0 node_network_device_id{device="vethf354b58"} 0 node_network_device_id{device="vethf3f8f86"} 0 node_network_device_id{device="vethf478f47"} 0 node_network_device_id{device="vethf4b3f2d"} 0 node_network_device_id{device="vethf4cf909"} 0 node_network_device_id{device="vethf4ef1a1"} 0 node_network_device_id{device="vethf881f42"} 0 node_network_device_id{device="vethf92aee6"} 0 node_network_device_id{device="vethf949b41"} 0 node_network_device_id{device="vethfbe1764"} 0 node_network_device_id{device="vethfdd6287"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-1208434784fe"} 0 node_network_dormant{device="br-17075da66b69"} 0 node_network_dormant{device="br-1cc5b9430b0f"} 0 node_network_dormant{device="br-1ec8a57c0693"} 0 node_network_dormant{device="br-43b824a2bee3"} 0 node_network_dormant{device="br-a0144fd8fc9b"} 0 node_network_dormant{device="br-a83c2d884601"} 0 node_network_dormant{device="br-ad32afc14aee"} 0 node_network_dormant{device="br-cb5c60e04531"} 0 node_network_dormant{device="br-cc038379bb34"} 0 node_network_dormant{device="br-d0f5f56ac3da"} 0 node_network_dormant{device="br-e0a5f7c7fdd8"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp6s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth01a4523"} 0 node_network_dormant{device="veth01f4fb5"} 0 node_network_dormant{device="veth0263dc9"} 0 node_network_dormant{device="veth02c2ee2"} 0 node_network_dormant{device="veth0363e8e"} 0 node_network_dormant{device="veth04811d4"} 0 node_network_dormant{device="veth04e134c"} 0 node_network_dormant{device="veth06386a8"} 0 node_network_dormant{device="veth0725f97"} 0 node_network_dormant{device="veth08d4173"} 0 node_network_dormant{device="veth0983ec1"} 0 node_network_dormant{device="veth0d46dec"} 0 node_network_dormant{device="veth0d4969b"} 0 node_network_dormant{device="veth0dc1806"} 0 node_network_dormant{device="veth0ff0390"} 0 node_network_dormant{device="veth11ec4af"} 0 node_network_dormant{device="veth11f1a58"} 0 node_network_dormant{device="veth1388665"} 0 node_network_dormant{device="veth139be56"} 0 node_network_dormant{device="veth13d497b"} 0 node_network_dormant{device="veth140b313"} 0 node_network_dormant{device="veth1761ae9"} 0 node_network_dormant{device="veth1e03f09"} 0 node_network_dormant{device="veth1f4b362"} 0 node_network_dormant{device="veth20a8b8e"} 0 node_network_dormant{device="veth224f89d"} 0 node_network_dormant{device="veth23915ec"} 0 node_network_dormant{device="veth25fb7d5"} 0 node_network_dormant{device="veth2650507"} 0 node_network_dormant{device="veth287fee9"} 0 node_network_dormant{device="veth2a4396a"} 0 node_network_dormant{device="veth2b6e647"} 0 node_network_dormant{device="veth2bc62c5"} 0 node_network_dormant{device="veth2dd3288"} 0 node_network_dormant{device="veth2ddf7e1"} 0 node_network_dormant{device="veth2ee1684"} 0 node_network_dormant{device="veth32abe6e"} 0 node_network_dormant{device="veth33825c0"} 0 node_network_dormant{device="veth35140bc"} 0 node_network_dormant{device="veth35a48bf"} 0 node_network_dormant{device="veth35c0c4c"} 0 node_network_dormant{device="veth3738b60"} 0 node_network_dormant{device="veth39390d4"} 0 node_network_dormant{device="veth3a0af66"} 0 node_network_dormant{device="veth3b31283"} 0 node_network_dormant{device="veth3f3da42"} 0 node_network_dormant{device="veth3f6b769"} 0 node_network_dormant{device="veth40d3df2"} 0 node_network_dormant{device="veth417edf6"} 0 node_network_dormant{device="veth4200ed8"} 0 node_network_dormant{device="veth4289883"} 0 node_network_dormant{device="veth4382b79"} 0 node_network_dormant{device="veth457ed67"} 0 node_network_dormant{device="veth47f974e"} 0 node_network_dormant{device="veth49d719c"} 0 node_network_dormant{device="veth49df819"} 0 node_network_dormant{device="veth4b8eff5"} 0 node_network_dormant{device="veth5053a50"} 0 node_network_dormant{device="veth5087deb"} 0 node_network_dormant{device="veth5090b57"} 0 node_network_dormant{device="veth5462551"} 0 node_network_dormant{device="veth57bc285"} 0 node_network_dormant{device="veth591a4e5"} 0 node_network_dormant{device="veth59d61a2"} 0 node_network_dormant{device="veth5b29780"} 0 node_network_dormant{device="veth5cc9265"} 0 node_network_dormant{device="veth6097074"} 0 node_network_dormant{device="veth6197d73"} 0 node_network_dormant{device="veth66fe80a"} 0 node_network_dormant{device="veth6864a94"} 0 node_network_dormant{device="veth68c6b3b"} 0 node_network_dormant{device="veth68c9de2"} 0 node_network_dormant{device="veth68ea62e"} 0 node_network_dormant{device="veth693d267"} 0 node_network_dormant{device="veth6c6b5d7"} 0 node_network_dormant{device="veth6d28251"} 0 node_network_dormant{device="veth6d76d2e"} 0 node_network_dormant{device="veth6fed348"} 0 node_network_dormant{device="veth70fc496"} 0 node_network_dormant{device="veth7339464"} 0 node_network_dormant{device="veth7536a20"} 0 node_network_dormant{device="veth76263cb"} 0 node_network_dormant{device="veth7702c4a"} 0 node_network_dormant{device="veth779a9b0"} 0 node_network_dormant{device="veth78280c1"} 0 node_network_dormant{device="veth7a04c25"} 0 node_network_dormant{device="veth7a53c4c"} 0 node_network_dormant{device="veth7b68e53"} 0 node_network_dormant{device="veth8362b0e"} 0 node_network_dormant{device="veth84cf683"} 0 node_network_dormant{device="veth85000d5"} 0 node_network_dormant{device="veth8553213"} 0 node_network_dormant{device="veth8701e4b"} 0 node_network_dormant{device="veth8c5b58a"} 0 node_network_dormant{device="veth8c77172"} 0 node_network_dormant{device="veth8c905e4"} 0 node_network_dormant{device="veth8d5e09c"} 0 node_network_dormant{device="veth8e9752f"} 0 node_network_dormant{device="veth8ee2bf2"} 0 node_network_dormant{device="veth8f43250"} 0 node_network_dormant{device="veth95ba65a"} 0 node_network_dormant{device="veth95d23fd"} 0 node_network_dormant{device="veth970153a"} 0 node_network_dormant{device="veth97b739c"} 0 node_network_dormant{device="veth980e0d6"} 0 node_network_dormant{device="veth9a18514"} 0 node_network_dormant{device="vetha005716"} 0 node_network_dormant{device="vetha02e9ec"} 0 node_network_dormant{device="vetha2c84ef"} 0 node_network_dormant{device="vetha328a00"} 0 node_network_dormant{device="vetha358798"} 0 node_network_dormant{device="vethaa201e8"} 0 node_network_dormant{device="vethac48cf5"} 0 node_network_dormant{device="vethadde449"} 0 node_network_dormant{device="vethb0b41d8"} 0 node_network_dormant{device="vethb0e6818"} 0 node_network_dormant{device="vethb181e74"} 0 node_network_dormant{device="vethb3c88b7"} 0 node_network_dormant{device="vethb3f6289"} 0 node_network_dormant{device="vethb60e47e"} 0 node_network_dormant{device="vethbbafdd5"} 0 node_network_dormant{device="vethbbb893e"} 0 node_network_dormant{device="vethbe348d0"} 0 node_network_dormant{device="vethc0c6935"} 0 node_network_dormant{device="vethc462a78"} 0 node_network_dormant{device="vethc696a6d"} 0 node_network_dormant{device="vethc7e7940"} 0 node_network_dormant{device="vethc863ebe"} 0 node_network_dormant{device="vethc8f4e8c"} 0 node_network_dormant{device="vethc94c23c"} 0 node_network_dormant{device="vethc9e4d8d"} 0 node_network_dormant{device="vethcb5dfad"} 0 node_network_dormant{device="vethccc59ae"} 0 node_network_dormant{device="vethcfea7a6"} 0 node_network_dormant{device="vethd297e42"} 0 node_network_dormant{device="vethd2a1d3a"} 0 node_network_dormant{device="vethd7796f3"} 0 node_network_dormant{device="vethd80c984"} 0 node_network_dormant{device="vethd8f6d18"} 0 node_network_dormant{device="vethd9153c2"} 0 node_network_dormant{device="vethda7b6f4"} 0 node_network_dormant{device="vethdb0e485"} 0 node_network_dormant{device="vethdbda231"} 0 node_network_dormant{device="vethdbe575e"} 0 node_network_dormant{device="vethdcc39a6"} 0 node_network_dormant{device="vethe10942c"} 0 node_network_dormant{device="vethe17211e"} 0 node_network_dormant{device="vethe2f5dd5"} 0 node_network_dormant{device="vethe489fbc"} 0 node_network_dormant{device="vethe7bc640"} 0 node_network_dormant{device="vethe8a12b2"} 0 node_network_dormant{device="vethecc2692"} 0 node_network_dormant{device="vethee8a542"} 0 node_network_dormant{device="vethef3c4e1"} 0 node_network_dormant{device="vethf05f0fd"} 0 node_network_dormant{device="vethf21e1e6"} 0 node_network_dormant{device="vethf354b58"} 0 node_network_dormant{device="vethf3f8f86"} 0 node_network_dormant{device="vethf478f47"} 0 node_network_dormant{device="vethf4b3f2d"} 0 node_network_dormant{device="vethf4cf909"} 0 node_network_dormant{device="vethf4ef1a1"} 0 node_network_dormant{device="vethf881f42"} 0 node_network_dormant{device="vethf92aee6"} 0 node_network_dormant{device="vethf949b41"} 0 node_network_dormant{device="vethfbe1764"} 0 node_network_dormant{device="vethfdd6287"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-1208434784fe"} 4099 node_network_flags{device="br-17075da66b69"} 4099 node_network_flags{device="br-1cc5b9430b0f"} 4099 node_network_flags{device="br-1ec8a57c0693"} 4099 node_network_flags{device="br-43b824a2bee3"} 4099 node_network_flags{device="br-a0144fd8fc9b"} 4099 node_network_flags{device="br-a83c2d884601"} 4099 node_network_flags{device="br-ad32afc14aee"} 4099 node_network_flags{device="br-cb5c60e04531"} 4099 node_network_flags{device="br-cc038379bb34"} 4099 node_network_flags{device="br-d0f5f56ac3da"} 4099 node_network_flags{device="br-e0a5f7c7fdd8"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp6s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth01a4523"} 4867 node_network_flags{device="veth01f4fb5"} 4867 node_network_flags{device="veth0263dc9"} 4867 node_network_flags{device="veth02c2ee2"} 4867 node_network_flags{device="veth0363e8e"} 4867 node_network_flags{device="veth04811d4"} 4867 node_network_flags{device="veth04e134c"} 4867 node_network_flags{device="veth06386a8"} 4867 node_network_flags{device="veth0725f97"} 4867 node_network_flags{device="veth08d4173"} 4867 node_network_flags{device="veth0983ec1"} 4867 node_network_flags{device="veth0d46dec"} 4867 node_network_flags{device="veth0d4969b"} 4867 node_network_flags{device="veth0dc1806"} 4867 node_network_flags{device="veth0ff0390"} 4867 node_network_flags{device="veth11ec4af"} 4867 node_network_flags{device="veth11f1a58"} 4867 node_network_flags{device="veth1388665"} 4867 node_network_flags{device="veth139be56"} 4867 node_network_flags{device="veth13d497b"} 4867 node_network_flags{device="veth140b313"} 4867 node_network_flags{device="veth1761ae9"} 4867 node_network_flags{device="veth1e03f09"} 4867 node_network_flags{device="veth1f4b362"} 4867 node_network_flags{device="veth20a8b8e"} 4867 node_network_flags{device="veth224f89d"} 4867 node_network_flags{device="veth23915ec"} 4867 node_network_flags{device="veth25fb7d5"} 4867 node_network_flags{device="veth2650507"} 4867 node_network_flags{device="veth287fee9"} 4867 node_network_flags{device="veth2a4396a"} 4867 node_network_flags{device="veth2b6e647"} 4867 node_network_flags{device="veth2bc62c5"} 4867 node_network_flags{device="veth2dd3288"} 4867 node_network_flags{device="veth2ddf7e1"} 4867 node_network_flags{device="veth2ee1684"} 4867 node_network_flags{device="veth32abe6e"} 4867 node_network_flags{device="veth33825c0"} 4867 node_network_flags{device="veth35140bc"} 4867 node_network_flags{device="veth35a48bf"} 4867 node_network_flags{device="veth35c0c4c"} 4867 node_network_flags{device="veth3738b60"} 4867 node_network_flags{device="veth39390d4"} 4867 node_network_flags{device="veth3a0af66"} 4867 node_network_flags{device="veth3b31283"} 4867 node_network_flags{device="veth3f3da42"} 4867 node_network_flags{device="veth3f6b769"} 4867 node_network_flags{device="veth40d3df2"} 4867 node_network_flags{device="veth417edf6"} 4867 node_network_flags{device="veth4200ed8"} 4867 node_network_flags{device="veth4289883"} 4867 node_network_flags{device="veth4382b79"} 4867 node_network_flags{device="veth457ed67"} 4867 node_network_flags{device="veth47f974e"} 4867 node_network_flags{device="veth49d719c"} 4867 node_network_flags{device="veth49df819"} 4867 node_network_flags{device="veth4b8eff5"} 4867 node_network_flags{device="veth5053a50"} 4867 node_network_flags{device="veth5087deb"} 4867 node_network_flags{device="veth5090b57"} 4867 node_network_flags{device="veth5462551"} 4867 node_network_flags{device="veth57bc285"} 4867 node_network_flags{device="veth591a4e5"} 4867 node_network_flags{device="veth59d61a2"} 4867 node_network_flags{device="veth5b29780"} 4867 node_network_flags{device="veth5cc9265"} 4867 node_network_flags{device="veth6097074"} 4867 node_network_flags{device="veth6197d73"} 4867 node_network_flags{device="veth66fe80a"} 4867 node_network_flags{device="veth6864a94"} 4867 node_network_flags{device="veth68c6b3b"} 4867 node_network_flags{device="veth68c9de2"} 4867 node_network_flags{device="veth68ea62e"} 4867 node_network_flags{device="veth693d267"} 4867 node_network_flags{device="veth6c6b5d7"} 4867 node_network_flags{device="veth6d28251"} 4867 node_network_flags{device="veth6d76d2e"} 4867 node_network_flags{device="veth6fed348"} 4867 node_network_flags{device="veth70fc496"} 4867 node_network_flags{device="veth7339464"} 4867 node_network_flags{device="veth7536a20"} 4867 node_network_flags{device="veth76263cb"} 4867 node_network_flags{device="veth7702c4a"} 4867 node_network_flags{device="veth779a9b0"} 4867 node_network_flags{device="veth78280c1"} 4867 node_network_flags{device="veth7a04c25"} 4867 node_network_flags{device="veth7a53c4c"} 4867 node_network_flags{device="veth7b68e53"} 4867 node_network_flags{device="veth8362b0e"} 4867 node_network_flags{device="veth84cf683"} 4867 node_network_flags{device="veth85000d5"} 4867 node_network_flags{device="veth8553213"} 4867 node_network_flags{device="veth8701e4b"} 4867 node_network_flags{device="veth8c5b58a"} 4867 node_network_flags{device="veth8c77172"} 4867 node_network_flags{device="veth8c905e4"} 4867 node_network_flags{device="veth8d5e09c"} 4867 node_network_flags{device="veth8e9752f"} 4867 node_network_flags{device="veth8ee2bf2"} 4867 node_network_flags{device="veth8f43250"} 4867 node_network_flags{device="veth95ba65a"} 4867 node_network_flags{device="veth95d23fd"} 4867 node_network_flags{device="veth970153a"} 4867 node_network_flags{device="veth97b739c"} 4867 node_network_flags{device="veth980e0d6"} 4867 node_network_flags{device="veth9a18514"} 4867 node_network_flags{device="vetha005716"} 4867 node_network_flags{device="vetha02e9ec"} 4867 node_network_flags{device="vetha2c84ef"} 4867 node_network_flags{device="vetha328a00"} 4867 node_network_flags{device="vetha358798"} 4867 node_network_flags{device="vethaa201e8"} 4867 node_network_flags{device="vethac48cf5"} 4867 node_network_flags{device="vethadde449"} 4867 node_network_flags{device="vethb0b41d8"} 4867 node_network_flags{device="vethb0e6818"} 4867 node_network_flags{device="vethb181e74"} 4867 node_network_flags{device="vethb3c88b7"} 4867 node_network_flags{device="vethb3f6289"} 4867 node_network_flags{device="vethb60e47e"} 4867 node_network_flags{device="vethbbafdd5"} 4867 node_network_flags{device="vethbbb893e"} 4867 node_network_flags{device="vethbe348d0"} 4867 node_network_flags{device="vethc0c6935"} 4867 node_network_flags{device="vethc462a78"} 4867 node_network_flags{device="vethc696a6d"} 4867 node_network_flags{device="vethc7e7940"} 4867 node_network_flags{device="vethc863ebe"} 4867 node_network_flags{device="vethc8f4e8c"} 4867 node_network_flags{device="vethc94c23c"} 4867 node_network_flags{device="vethc9e4d8d"} 4867 node_network_flags{device="vethcb5dfad"} 4867 node_network_flags{device="vethccc59ae"} 4867 node_network_flags{device="vethcfea7a6"} 4867 node_network_flags{device="vethd297e42"} 4867 node_network_flags{device="vethd2a1d3a"} 4867 node_network_flags{device="vethd7796f3"} 4867 node_network_flags{device="vethd80c984"} 4867 node_network_flags{device="vethd8f6d18"} 4867 node_network_flags{device="vethd9153c2"} 4867 node_network_flags{device="vethda7b6f4"} 4867 node_network_flags{device="vethdb0e485"} 4867 node_network_flags{device="vethdbda231"} 4867 node_network_flags{device="vethdbe575e"} 4867 node_network_flags{device="vethdcc39a6"} 4867 node_network_flags{device="vethe10942c"} 4867 node_network_flags{device="vethe17211e"} 4867 node_network_flags{device="vethe2f5dd5"} 4867 node_network_flags{device="vethe489fbc"} 4867 node_network_flags{device="vethe7bc640"} 4867 node_network_flags{device="vethe8a12b2"} 4867 node_network_flags{device="vethecc2692"} 4867 node_network_flags{device="vethee8a542"} 4867 node_network_flags{device="vethef3c4e1"} 4867 node_network_flags{device="vethf05f0fd"} 4867 node_network_flags{device="vethf21e1e6"} 4867 node_network_flags{device="vethf354b58"} 4867 node_network_flags{device="vethf3f8f86"} 4867 node_network_flags{device="vethf478f47"} 4867 node_network_flags{device="vethf4b3f2d"} 4867 node_network_flags{device="vethf4cf909"} 4867 node_network_flags{device="vethf4ef1a1"} 4867 node_network_flags{device="vethf881f42"} 4867 node_network_flags{device="vethf92aee6"} 4867 node_network_flags{device="vethf949b41"} 4867 node_network_flags{device="vethfbe1764"} 4867 node_network_flags{device="vethfdd6287"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-1208434784fe"} 3 node_network_iface_id{device="br-17075da66b69"} 4 node_network_iface_id{device="br-1cc5b9430b0f"} 5 node_network_iface_id{device="br-1ec8a57c0693"} 9 node_network_iface_id{device="br-43b824a2bee3"} 6 node_network_iface_id{device="br-a0144fd8fc9b"} 10 node_network_iface_id{device="br-a83c2d884601"} 7833 node_network_iface_id{device="br-ad32afc14aee"} 11 node_network_iface_id{device="br-cb5c60e04531"} 13 node_network_iface_id{device="br-cc038379bb34"} 8588 node_network_iface_id{device="br-d0f5f56ac3da"} 7 node_network_iface_id{device="br-e0a5f7c7fdd8"} 8 node_network_iface_id{device="docker0"} 12 node_network_iface_id{device="enp6s0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth01a4523"} 90652 node_network_iface_id{device="veth01f4fb5"} 23 node_network_iface_id{device="veth0263dc9"} 141582 node_network_iface_id{device="veth02c2ee2"} 32 node_network_iface_id{device="veth0363e8e"} 8597 node_network_iface_id{device="veth04811d4"} 39 node_network_iface_id{device="veth04e134c"} 7837 node_network_iface_id{device="veth06386a8"} 129 node_network_iface_id{device="veth0725f97"} 141586 node_network_iface_id{device="veth08d4173"} 78 node_network_iface_id{device="veth0983ec1"} 8606 node_network_iface_id{device="veth0d46dec"} 75923 node_network_iface_id{device="veth0d4969b"} 8604 node_network_iface_id{device="veth0dc1806"} 97 node_network_iface_id{device="veth0ff0390"} 53 node_network_iface_id{device="veth11ec4af"} 141552 node_network_iface_id{device="veth11f1a58"} 90647 node_network_iface_id{device="veth1388665"} 87 node_network_iface_id{device="veth139be56"} 43 node_network_iface_id{device="veth13d497b"} 7848 node_network_iface_id{device="veth140b313"} 7852 node_network_iface_id{device="veth1761ae9"} 90644 node_network_iface_id{device="veth1e03f09"} 7842 node_network_iface_id{device="veth1f4b362"} 141564 node_network_iface_id{device="veth20a8b8e"} 7840 node_network_iface_id{device="veth224f89d"} 90637 node_network_iface_id{device="veth23915ec"} 102 node_network_iface_id{device="veth25fb7d5"} 90651 node_network_iface_id{device="veth2650507"} 98 node_network_iface_id{device="veth287fee9"} 7843 node_network_iface_id{device="veth2a4396a"} 141594 node_network_iface_id{device="veth2b6e647"} 109 node_network_iface_id{device="veth2bc62c5"} 117 node_network_iface_id{device="veth2dd3288"} 8590 node_network_iface_id{device="veth2ddf7e1"} 141561 node_network_iface_id{device="veth2ee1684"} 63 node_network_iface_id{device="veth32abe6e"} 141583 node_network_iface_id{device="veth33825c0"} 141545 node_network_iface_id{device="veth35140bc"} 7839 node_network_iface_id{device="veth35a48bf"} 64 node_network_iface_id{device="veth35c0c4c"} 110 node_network_iface_id{device="veth3738b60"} 16 node_network_iface_id{device="veth39390d4"} 7856 node_network_iface_id{device="veth3a0af66"} 141546 node_network_iface_id{device="veth3b31283"} 141569 node_network_iface_id{device="veth3f3da42"} 1394 node_network_iface_id{device="veth3f6b769"} 141580 node_network_iface_id{device="veth40d3df2"} 66 node_network_iface_id{device="veth417edf6"} 90645 node_network_iface_id{device="veth4200ed8"} 90648 node_network_iface_id{device="veth4289883"} 7841 node_network_iface_id{device="veth4382b79"} 76 node_network_iface_id{device="veth457ed67"} 90638 node_network_iface_id{device="veth47f974e"} 44 node_network_iface_id{device="veth49d719c"} 79 node_network_iface_id{device="veth49df819"} 141595 node_network_iface_id{device="veth4b8eff5"} 8602 node_network_iface_id{device="veth5053a50"} 141548 node_network_iface_id{device="veth5087deb"} 7855 node_network_iface_id{device="veth5090b57"} 94 node_network_iface_id{device="veth5462551"} 7849 node_network_iface_id{device="veth57bc285"} 7835 node_network_iface_id{device="veth591a4e5"} 7851 node_network_iface_id{device="veth59d61a2"} 141568 node_network_iface_id{device="veth5b29780"} 141560 node_network_iface_id{device="veth5cc9265"} 141587 node_network_iface_id{device="veth6097074"} 8598 node_network_iface_id{device="veth6197d73"} 90641 node_network_iface_id{device="veth66fe80a"} 8603 node_network_iface_id{device="veth6864a94"} 7846 node_network_iface_id{device="veth68c6b3b"} 42 node_network_iface_id{device="veth68c9de2"} 49 node_network_iface_id{device="veth68ea62e"} 90661 node_network_iface_id{device="veth693d267"} 7850 node_network_iface_id{device="veth6c6b5d7"} 141549 node_network_iface_id{device="veth6d28251"} 7857 node_network_iface_id{device="veth6d76d2e"} 34 node_network_iface_id{device="veth6fed348"} 67 node_network_iface_id{device="veth70fc496"} 20 node_network_iface_id{device="veth7339464"} 85 node_network_iface_id{device="veth7536a20"} 141559 node_network_iface_id{device="veth76263cb"} 141584 node_network_iface_id{device="veth7702c4a"} 141579 node_network_iface_id{device="veth779a9b0"} 8592 node_network_iface_id{device="veth78280c1"} 111 node_network_iface_id{device="veth7a04c25"} 127 node_network_iface_id{device="veth7a53c4c"} 7860 node_network_iface_id{device="veth7b68e53"} 8596 node_network_iface_id{device="veth8362b0e"} 8601 node_network_iface_id{device="veth84cf683"} 88 node_network_iface_id{device="veth85000d5"} 52 node_network_iface_id{device="veth8553213"} 69 node_network_iface_id{device="veth8701e4b"} 100 node_network_iface_id{device="veth8c5b58a"} 7858 node_network_iface_id{device="veth8c77172"} 8591 node_network_iface_id{device="veth8c905e4"} 121 node_network_iface_id{device="veth8d5e09c"} 4248 node_network_iface_id{device="veth8e9752f"} 8589 node_network_iface_id{device="veth8ee2bf2"} 8594 node_network_iface_id{device="veth8f43250"} 141551 node_network_iface_id{device="veth95ba65a"} 141547 node_network_iface_id{device="veth95d23fd"} 90642 node_network_iface_id{device="veth970153a"} 7847 node_network_iface_id{device="veth97b739c"} 7859 node_network_iface_id{device="veth980e0d6"} 82 node_network_iface_id{device="veth9a18514"} 118 node_network_iface_id{device="vetha005716"} 7904 node_network_iface_id{device="vetha02e9ec"} 141599 node_network_iface_id{device="vetha2c84ef"} 141593 node_network_iface_id{device="vetha328a00"} 115 node_network_iface_id{device="vetha358798"} 90624 node_network_iface_id{device="vethaa201e8"} 7854 node_network_iface_id{device="vethac48cf5"} 8593 node_network_iface_id{device="vethadde449"} 60 node_network_iface_id{device="vethb0b41d8"} 90671 node_network_iface_id{device="vethb0e6818"} 141553 node_network_iface_id{device="vethb181e74"} 141565 node_network_iface_id{device="vethb3c88b7"} 90653 node_network_iface_id{device="vethb3f6289"} 7132 node_network_iface_id{device="vethb60e47e"} 141602 node_network_iface_id{device="vethbbafdd5"} 7845 node_network_iface_id{device="vethbbb893e"} 141635 node_network_iface_id{device="vethbe348d0"} 37 node_network_iface_id{device="vethc0c6935"} 90659 node_network_iface_id{device="vethc462a78"} 73 node_network_iface_id{device="vethc696a6d"} 141603 node_network_iface_id{device="vethc7e7940"} 22 node_network_iface_id{device="vethc863ebe"} 8600 node_network_iface_id{device="vethc8f4e8c"} 141581 node_network_iface_id{device="vethc94c23c"} 15 node_network_iface_id{device="vethc9e4d8d"} 7853 node_network_iface_id{device="vethcb5dfad"} 57 node_network_iface_id{device="vethccc59ae"} 7844 node_network_iface_id{device="vethcfea7a6"} 15359 node_network_iface_id{device="vethd297e42"} 84 node_network_iface_id{device="vethd2a1d3a"} 1393 node_network_iface_id{device="vethd7796f3"} 90654 node_network_iface_id{device="vethd80c984"} 90655 node_network_iface_id{device="vethd8f6d18"} 141598 node_network_iface_id{device="vethd9153c2"} 90657 node_network_iface_id{device="vethda7b6f4"} 51 node_network_iface_id{device="vethdb0e485"} 90646 node_network_iface_id{device="vethdbda231"} 19 node_network_iface_id{device="vethdbe575e"} 90 node_network_iface_id{device="vethdcc39a6"} 141585 node_network_iface_id{device="vethe10942c"} 141592 node_network_iface_id{device="vethe17211e"} 8605 node_network_iface_id{device="vethe2f5dd5"} 141606 node_network_iface_id{device="vethe489fbc"} 90636 node_network_iface_id{device="vethe7bc640"} 58 node_network_iface_id{device="vethe8a12b2"} 29 node_network_iface_id{device="vethecc2692"} 90640 node_network_iface_id{device="vethee8a542"} 71 node_network_iface_id{device="vethef3c4e1"} 105 node_network_iface_id{device="vethf05f0fd"} 7836 node_network_iface_id{device="vethf21e1e6"} 27 node_network_iface_id{device="vethf354b58"} 31 node_network_iface_id{device="vethf3f8f86"} 90639 node_network_iface_id{device="vethf478f47"} 8595 node_network_iface_id{device="vethf4b3f2d"} 90656 node_network_iface_id{device="vethf4cf909"} 90643 node_network_iface_id{device="vethf4ef1a1"} 68 node_network_iface_id{device="vethf881f42"} 91 node_network_iface_id{device="vethf92aee6"} 141550 node_network_iface_id{device="vethf949b41"} 141609 node_network_iface_id{device="vethfbe1764"} 141558 node_network_iface_id{device="vethfdd6287"} 26 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-1208434784fe"} 3 node_network_iface_link{device="br-17075da66b69"} 4 node_network_iface_link{device="br-1cc5b9430b0f"} 5 node_network_iface_link{device="br-1ec8a57c0693"} 9 node_network_iface_link{device="br-43b824a2bee3"} 6 node_network_iface_link{device="br-a0144fd8fc9b"} 10 node_network_iface_link{device="br-a83c2d884601"} 7833 node_network_iface_link{device="br-ad32afc14aee"} 11 node_network_iface_link{device="br-cb5c60e04531"} 13 node_network_iface_link{device="br-cc038379bb34"} 8588 node_network_iface_link{device="br-d0f5f56ac3da"} 7 node_network_iface_link{device="br-e0a5f7c7fdd8"} 8 node_network_iface_link{device="docker0"} 12 node_network_iface_link{device="enp6s0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth01a4523"} 2 node_network_iface_link{device="veth01f4fb5"} 2 node_network_iface_link{device="veth0263dc9"} 2 node_network_iface_link{device="veth02c2ee2"} 3 node_network_iface_link{device="veth0363e8e"} 2 node_network_iface_link{device="veth04811d4"} 2 node_network_iface_link{device="veth04e134c"} 2 node_network_iface_link{device="veth06386a8"} 2 node_network_iface_link{device="veth0725f97"} 2 node_network_iface_link{device="veth08d4173"} 2 node_network_iface_link{device="veth0983ec1"} 2 node_network_iface_link{device="veth0d46dec"} 2 node_network_iface_link{device="veth0d4969b"} 2 node_network_iface_link{device="veth0dc1806"} 2 node_network_iface_link{device="veth0ff0390"} 2 node_network_iface_link{device="veth11ec4af"} 2 node_network_iface_link{device="veth11f1a58"} 2 node_network_iface_link{device="veth1388665"} 2 node_network_iface_link{device="veth139be56"} 3 node_network_iface_link{device="veth13d497b"} 2 node_network_iface_link{device="veth140b313"} 3 node_network_iface_link{device="veth1761ae9"} 2 node_network_iface_link{device="veth1e03f09"} 2 node_network_iface_link{device="veth1f4b362"} 2 node_network_iface_link{device="veth20a8b8e"} 2 node_network_iface_link{device="veth224f89d"} 2 node_network_iface_link{device="veth23915ec"} 2 node_network_iface_link{device="veth25fb7d5"} 2 node_network_iface_link{device="veth2650507"} 2 node_network_iface_link{device="veth287fee9"} 2 node_network_iface_link{device="veth2a4396a"} 2 node_network_iface_link{device="veth2b6e647"} 2 node_network_iface_link{device="veth2bc62c5"} 3 node_network_iface_link{device="veth2dd3288"} 2 node_network_iface_link{device="veth2ddf7e1"} 2 node_network_iface_link{device="veth2ee1684"} 2 node_network_iface_link{device="veth32abe6e"} 2 node_network_iface_link{device="veth33825c0"} 2 node_network_iface_link{device="veth35140bc"} 2 node_network_iface_link{device="veth35a48bf"} 2 node_network_iface_link{device="veth35c0c4c"} 2 node_network_iface_link{device="veth3738b60"} 2 node_network_iface_link{device="veth39390d4"} 2 node_network_iface_link{device="veth3a0af66"} 2 node_network_iface_link{device="veth3b31283"} 3 node_network_iface_link{device="veth3f3da42"} 3 node_network_iface_link{device="veth3f6b769"} 2 node_network_iface_link{device="veth40d3df2"} 2 node_network_iface_link{device="veth417edf6"} 2 node_network_iface_link{device="veth4200ed8"} 2 node_network_iface_link{device="veth4289883"} 2 node_network_iface_link{device="veth4382b79"} 2 node_network_iface_link{device="veth457ed67"} 2 node_network_iface_link{device="veth47f974e"} 2 node_network_iface_link{device="veth49d719c"} 2 node_network_iface_link{device="veth49df819"} 2 node_network_iface_link{device="veth4b8eff5"} 2 node_network_iface_link{device="veth5053a50"} 2 node_network_iface_link{device="veth5087deb"} 2 node_network_iface_link{device="veth5090b57"} 2 node_network_iface_link{device="veth5462551"} 2 node_network_iface_link{device="veth57bc285"} 2 node_network_iface_link{device="veth591a4e5"} 2 node_network_iface_link{device="veth59d61a2"} 2 node_network_iface_link{device="veth5b29780"} 2 node_network_iface_link{device="veth5cc9265"} 2 node_network_iface_link{device="veth6097074"} 2 node_network_iface_link{device="veth6197d73"} 3 node_network_iface_link{device="veth66fe80a"} 2 node_network_iface_link{device="veth6864a94"} 2 node_network_iface_link{device="veth68c6b3b"} 2 node_network_iface_link{device="veth68c9de2"} 2 node_network_iface_link{device="veth68ea62e"} 2 node_network_iface_link{device="veth693d267"} 2 node_network_iface_link{device="veth6c6b5d7"} 2 node_network_iface_link{device="veth6d28251"} 2 node_network_iface_link{device="veth6d76d2e"} 2 node_network_iface_link{device="veth6fed348"} 2 node_network_iface_link{device="veth70fc496"} 2 node_network_iface_link{device="veth7339464"} 2 node_network_iface_link{device="veth7536a20"} 2 node_network_iface_link{device="veth76263cb"} 2 node_network_iface_link{device="veth7702c4a"} 2 node_network_iface_link{device="veth779a9b0"} 2 node_network_iface_link{device="veth78280c1"} 2 node_network_iface_link{device="veth7a04c25"} 2 node_network_iface_link{device="veth7a53c4c"} 2 node_network_iface_link{device="veth7b68e53"} 2 node_network_iface_link{device="veth8362b0e"} 2 node_network_iface_link{device="veth84cf683"} 3 node_network_iface_link{device="veth85000d5"} 2 node_network_iface_link{device="veth8553213"} 2 node_network_iface_link{device="veth8701e4b"} 2 node_network_iface_link{device="veth8c5b58a"} 2 node_network_iface_link{device="veth8c77172"} 2 node_network_iface_link{device="veth8c905e4"} 2 node_network_iface_link{device="veth8d5e09c"} 2 node_network_iface_link{device="veth8e9752f"} 2 node_network_iface_link{device="veth8ee2bf2"} 2 node_network_iface_link{device="veth8f43250"} 2 node_network_iface_link{device="veth95ba65a"} 2 node_network_iface_link{device="veth95d23fd"} 2 node_network_iface_link{device="veth970153a"} 2 node_network_iface_link{device="veth97b739c"} 2 node_network_iface_link{device="veth980e0d6"} 2 node_network_iface_link{device="veth9a18514"} 2 node_network_iface_link{device="vetha005716"} 2 node_network_iface_link{device="vetha02e9ec"} 2 node_network_iface_link{device="vetha2c84ef"} 2 node_network_iface_link{device="vetha328a00"} 2 node_network_iface_link{device="vetha358798"} 2 node_network_iface_link{device="vethaa201e8"} 2 node_network_iface_link{device="vethac48cf5"} 3 node_network_iface_link{device="vethadde449"} 2 node_network_iface_link{device="vethb0b41d8"} 2 node_network_iface_link{device="vethb0e6818"} 2 node_network_iface_link{device="vethb181e74"} 2 node_network_iface_link{device="vethb3c88b7"} 2 node_network_iface_link{device="vethb3f6289"} 2 node_network_iface_link{device="vethb60e47e"} 2 node_network_iface_link{device="vethbbafdd5"} 2 node_network_iface_link{device="vethbbb893e"} 2 node_network_iface_link{device="vethbe348d0"} 2 node_network_iface_link{device="vethc0c6935"} 2 node_network_iface_link{device="vethc462a78"} 2 node_network_iface_link{device="vethc696a6d"} 3 node_network_iface_link{device="vethc7e7940"} 2 node_network_iface_link{device="vethc863ebe"} 2 node_network_iface_link{device="vethc8f4e8c"} 2 node_network_iface_link{device="vethc94c23c"} 2 node_network_iface_link{device="vethc9e4d8d"} 2 node_network_iface_link{device="vethcb5dfad"} 2 node_network_iface_link{device="vethccc59ae"} 2 node_network_iface_link{device="vethcfea7a6"} 2 node_network_iface_link{device="vethd297e42"} 3 node_network_iface_link{device="vethd2a1d3a"} 2 node_network_iface_link{device="vethd7796f3"} 2 node_network_iface_link{device="vethd80c984"} 2 node_network_iface_link{device="vethd8f6d18"} 2 node_network_iface_link{device="vethd9153c2"} 2 node_network_iface_link{device="vethda7b6f4"} 2 node_network_iface_link{device="vethdb0e485"} 2 node_network_iface_link{device="vethdbda231"} 2 node_network_iface_link{device="vethdbe575e"} 2 node_network_iface_link{device="vethdcc39a6"} 2 node_network_iface_link{device="vethe10942c"} 2 node_network_iface_link{device="vethe17211e"} 2 node_network_iface_link{device="vethe2f5dd5"} 2 node_network_iface_link{device="vethe489fbc"} 2 node_network_iface_link{device="vethe7bc640"} 2 node_network_iface_link{device="vethe8a12b2"} 2 node_network_iface_link{device="vethecc2692"} 2 node_network_iface_link{device="vethee8a542"} 3 node_network_iface_link{device="vethef3c4e1"} 2 node_network_iface_link{device="vethf05f0fd"} 2 node_network_iface_link{device="vethf21e1e6"} 2 node_network_iface_link{device="vethf354b58"} 2 node_network_iface_link{device="vethf3f8f86"} 2 node_network_iface_link{device="vethf478f47"} 2 node_network_iface_link{device="vethf4b3f2d"} 2 node_network_iface_link{device="vethf4cf909"} 2 node_network_iface_link{device="vethf4ef1a1"} 2 node_network_iface_link{device="vethf881f42"} 2 node_network_iface_link{device="vethf92aee6"} 2 node_network_iface_link{device="vethf949b41"} 2 node_network_iface_link{device="vethfbe1764"} 2 node_network_iface_link{device="vethfdd6287"} 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-1208434784fe"} 0 node_network_iface_link_mode{device="br-17075da66b69"} 0 node_network_iface_link_mode{device="br-1cc5b9430b0f"} 0 node_network_iface_link_mode{device="br-1ec8a57c0693"} 0 node_network_iface_link_mode{device="br-43b824a2bee3"} 0 node_network_iface_link_mode{device="br-a0144fd8fc9b"} 0 node_network_iface_link_mode{device="br-a83c2d884601"} 0 node_network_iface_link_mode{device="br-ad32afc14aee"} 0 node_network_iface_link_mode{device="br-cb5c60e04531"} 0 node_network_iface_link_mode{device="br-cc038379bb34"} 0 node_network_iface_link_mode{device="br-d0f5f56ac3da"} 0 node_network_iface_link_mode{device="br-e0a5f7c7fdd8"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp6s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth01a4523"} 0 node_network_iface_link_mode{device="veth01f4fb5"} 0 node_network_iface_link_mode{device="veth0263dc9"} 0 node_network_iface_link_mode{device="veth02c2ee2"} 0 node_network_iface_link_mode{device="veth0363e8e"} 0 node_network_iface_link_mode{device="veth04811d4"} 0 node_network_iface_link_mode{device="veth04e134c"} 0 node_network_iface_link_mode{device="veth06386a8"} 0 node_network_iface_link_mode{device="veth0725f97"} 0 node_network_iface_link_mode{device="veth08d4173"} 0 node_network_iface_link_mode{device="veth0983ec1"} 0 node_network_iface_link_mode{device="veth0d46dec"} 0 node_network_iface_link_mode{device="veth0d4969b"} 0 node_network_iface_link_mode{device="veth0dc1806"} 0 node_network_iface_link_mode{device="veth0ff0390"} 0 node_network_iface_link_mode{device="veth11ec4af"} 0 node_network_iface_link_mode{device="veth11f1a58"} 0 node_network_iface_link_mode{device="veth1388665"} 0 node_network_iface_link_mode{device="veth139be56"} 0 node_network_iface_link_mode{device="veth13d497b"} 0 node_network_iface_link_mode{device="veth140b313"} 0 node_network_iface_link_mode{device="veth1761ae9"} 0 node_network_iface_link_mode{device="veth1e03f09"} 0 node_network_iface_link_mode{device="veth1f4b362"} 0 node_network_iface_link_mode{device="veth20a8b8e"} 0 node_network_iface_link_mode{device="veth224f89d"} 0 node_network_iface_link_mode{device="veth23915ec"} 0 node_network_iface_link_mode{device="veth25fb7d5"} 0 node_network_iface_link_mode{device="veth2650507"} 0 node_network_iface_link_mode{device="veth287fee9"} 0 node_network_iface_link_mode{device="veth2a4396a"} 0 node_network_iface_link_mode{device="veth2b6e647"} 0 node_network_iface_link_mode{device="veth2bc62c5"} 0 node_network_iface_link_mode{device="veth2dd3288"} 0 node_network_iface_link_mode{device="veth2ddf7e1"} 0 node_network_iface_link_mode{device="veth2ee1684"} 0 node_network_iface_link_mode{device="veth32abe6e"} 0 node_network_iface_link_mode{device="veth33825c0"} 0 node_network_iface_link_mode{device="veth35140bc"} 0 node_network_iface_link_mode{device="veth35a48bf"} 0 node_network_iface_link_mode{device="veth35c0c4c"} 0 node_network_iface_link_mode{device="veth3738b60"} 0 node_network_iface_link_mode{device="veth39390d4"} 0 node_network_iface_link_mode{device="veth3a0af66"} 0 node_network_iface_link_mode{device="veth3b31283"} 0 node_network_iface_link_mode{device="veth3f3da42"} 0 node_network_iface_link_mode{device="veth3f6b769"} 0 node_network_iface_link_mode{device="veth40d3df2"} 0 node_network_iface_link_mode{device="veth417edf6"} 0 node_network_iface_link_mode{device="veth4200ed8"} 0 node_network_iface_link_mode{device="veth4289883"} 0 node_network_iface_link_mode{device="veth4382b79"} 0 node_network_iface_link_mode{device="veth457ed67"} 0 node_network_iface_link_mode{device="veth47f974e"} 0 node_network_iface_link_mode{device="veth49d719c"} 0 node_network_iface_link_mode{device="veth49df819"} 0 node_network_iface_link_mode{device="veth4b8eff5"} 0 node_network_iface_link_mode{device="veth5053a50"} 0 node_network_iface_link_mode{device="veth5087deb"} 0 node_network_iface_link_mode{device="veth5090b57"} 0 node_network_iface_link_mode{device="veth5462551"} 0 node_network_iface_link_mode{device="veth57bc285"} 0 node_network_iface_link_mode{device="veth591a4e5"} 0 node_network_iface_link_mode{device="veth59d61a2"} 0 node_network_iface_link_mode{device="veth5b29780"} 0 node_network_iface_link_mode{device="veth5cc9265"} 0 node_network_iface_link_mode{device="veth6097074"} 0 node_network_iface_link_mode{device="veth6197d73"} 0 node_network_iface_link_mode{device="veth66fe80a"} 0 node_network_iface_link_mode{device="veth6864a94"} 0 node_network_iface_link_mode{device="veth68c6b3b"} 0 node_network_iface_link_mode{device="veth68c9de2"} 0 node_network_iface_link_mode{device="veth68ea62e"} 0 node_network_iface_link_mode{device="veth693d267"} 0 node_network_iface_link_mode{device="veth6c6b5d7"} 0 node_network_iface_link_mode{device="veth6d28251"} 0 node_network_iface_link_mode{device="veth6d76d2e"} 0 node_network_iface_link_mode{device="veth6fed348"} 0 node_network_iface_link_mode{device="veth70fc496"} 0 node_network_iface_link_mode{device="veth7339464"} 0 node_network_iface_link_mode{device="veth7536a20"} 0 node_network_iface_link_mode{device="veth76263cb"} 0 node_network_iface_link_mode{device="veth7702c4a"} 0 node_network_iface_link_mode{device="veth779a9b0"} 0 node_network_iface_link_mode{device="veth78280c1"} 0 node_network_iface_link_mode{device="veth7a04c25"} 0 node_network_iface_link_mode{device="veth7a53c4c"} 0 node_network_iface_link_mode{device="veth7b68e53"} 0 node_network_iface_link_mode{device="veth8362b0e"} 0 node_network_iface_link_mode{device="veth84cf683"} 0 node_network_iface_link_mode{device="veth85000d5"} 0 node_network_iface_link_mode{device="veth8553213"} 0 node_network_iface_link_mode{device="veth8701e4b"} 0 node_network_iface_link_mode{device="veth8c5b58a"} 0 node_network_iface_link_mode{device="veth8c77172"} 0 node_network_iface_link_mode{device="veth8c905e4"} 0 node_network_iface_link_mode{device="veth8d5e09c"} 0 node_network_iface_link_mode{device="veth8e9752f"} 0 node_network_iface_link_mode{device="veth8ee2bf2"} 0 node_network_iface_link_mode{device="veth8f43250"} 0 node_network_iface_link_mode{device="veth95ba65a"} 0 node_network_iface_link_mode{device="veth95d23fd"} 0 node_network_iface_link_mode{device="veth970153a"} 0 node_network_iface_link_mode{device="veth97b739c"} 0 node_network_iface_link_mode{device="veth980e0d6"} 0 node_network_iface_link_mode{device="veth9a18514"} 0 node_network_iface_link_mode{device="vetha005716"} 0 node_network_iface_link_mode{device="vetha02e9ec"} 0 node_network_iface_link_mode{device="vetha2c84ef"} 0 node_network_iface_link_mode{device="vetha328a00"} 0 node_network_iface_link_mode{device="vetha358798"} 0 node_network_iface_link_mode{device="vethaa201e8"} 0 node_network_iface_link_mode{device="vethac48cf5"} 0 node_network_iface_link_mode{device="vethadde449"} 0 node_network_iface_link_mode{device="vethb0b41d8"} 0 node_network_iface_link_mode{device="vethb0e6818"} 0 node_network_iface_link_mode{device="vethb181e74"} 0 node_network_iface_link_mode{device="vethb3c88b7"} 0 node_network_iface_link_mode{device="vethb3f6289"} 0 node_network_iface_link_mode{device="vethb60e47e"} 0 node_network_iface_link_mode{device="vethbbafdd5"} 0 node_network_iface_link_mode{device="vethbbb893e"} 0 node_network_iface_link_mode{device="vethbe348d0"} 0 node_network_iface_link_mode{device="vethc0c6935"} 0 node_network_iface_link_mode{device="vethc462a78"} 0 node_network_iface_link_mode{device="vethc696a6d"} 0 node_network_iface_link_mode{device="vethc7e7940"} 0 node_network_iface_link_mode{device="vethc863ebe"} 0 node_network_iface_link_mode{device="vethc8f4e8c"} 0 node_network_iface_link_mode{device="vethc94c23c"} 0 node_network_iface_link_mode{device="vethc9e4d8d"} 0 node_network_iface_link_mode{device="vethcb5dfad"} 0 node_network_iface_link_mode{device="vethccc59ae"} 0 node_network_iface_link_mode{device="vethcfea7a6"} 0 node_network_iface_link_mode{device="vethd297e42"} 0 node_network_iface_link_mode{device="vethd2a1d3a"} 0 node_network_iface_link_mode{device="vethd7796f3"} 0 node_network_iface_link_mode{device="vethd80c984"} 0 node_network_iface_link_mode{device="vethd8f6d18"} 0 node_network_iface_link_mode{device="vethd9153c2"} 0 node_network_iface_link_mode{device="vethda7b6f4"} 0 node_network_iface_link_mode{device="vethdb0e485"} 0 node_network_iface_link_mode{device="vethdbda231"} 0 node_network_iface_link_mode{device="vethdbe575e"} 0 node_network_iface_link_mode{device="vethdcc39a6"} 0 node_network_iface_link_mode{device="vethe10942c"} 0 node_network_iface_link_mode{device="vethe17211e"} 0 node_network_iface_link_mode{device="vethe2f5dd5"} 0 node_network_iface_link_mode{device="vethe489fbc"} 0 node_network_iface_link_mode{device="vethe7bc640"} 0 node_network_iface_link_mode{device="vethe8a12b2"} 0 node_network_iface_link_mode{device="vethecc2692"} 0 node_network_iface_link_mode{device="vethee8a542"} 0 node_network_iface_link_mode{device="vethef3c4e1"} 0 node_network_iface_link_mode{device="vethf05f0fd"} 0 node_network_iface_link_mode{device="vethf21e1e6"} 0 node_network_iface_link_mode{device="vethf354b58"} 0 node_network_iface_link_mode{device="vethf3f8f86"} 0 node_network_iface_link_mode{device="vethf478f47"} 0 node_network_iface_link_mode{device="vethf4b3f2d"} 0 node_network_iface_link_mode{device="vethf4cf909"} 0 node_network_iface_link_mode{device="vethf4ef1a1"} 0 node_network_iface_link_mode{device="vethf881f42"} 0 node_network_iface_link_mode{device="vethf92aee6"} 0 node_network_iface_link_mode{device="vethf949b41"} 0 node_network_iface_link_mode{device="vethfbe1764"} 0 node_network_iface_link_mode{device="vethfdd6287"} 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:6a:67:c3:32:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a18514",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:87:ee:b3:4f:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25fb7d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:88:e4:c1:72:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13d497b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:93:ee:31:ce:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2650507",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:a7:3c:44:06:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbb893e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:cf:c5:03:b7:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0c6935",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:dc:8f:a1:5f:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda7b6f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:00:2c:21:04:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7796f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:38:52:f1:6c:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac48cf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c3:4f:43:43:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1388665",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:8f:df:e3:a2:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadde449",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:4c:f8:7e:75:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a0af66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:52:22:2c:50:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9e4d8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:66:53:b0:03:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa201e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:68:5e:6e:32:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2c84ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:91:f8:d1:3e:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7bc640",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e0:99:9a:7b:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccc59ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f8:53:81:99:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35a48bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f9:6c:07:ae:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c6b3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:02:d8:10:d9:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ad32afc14aee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:04:bb:eb:8a:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e03f09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:36:ba:37:72:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth779a9b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5c:b8:4c:39:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02c2ee2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:99:e6:ce:a8:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1761ae9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:a6:f9:0a:16:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01a4523",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e0:16:d6:43:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a04c25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:0c:5b:d2:4b:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ee2bf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3b:e9:9c:27:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbe575e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:7a:f7:d8:76:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a0144fd8fc9b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:a8:4f:03:78:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f4b362",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:58:ea:63:05:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9153c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:54:78:9b:f1:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78280c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c2:4e:2a:f7:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11ec4af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:01:40:fa:70:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5462551",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3d:c1:6c:d4:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth591a4e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:87:18:7b:4f:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d5e09c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:97:86:f6:42:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b31283",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:a8:30:bf:cd:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32abe6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:40:4b:f1:34:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth224f89d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ba:c9:1f:8e:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb5c60e04531",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="2e:bd:cd:e9:a8:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth417edf6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:02:6f:02:88:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66fe80a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:83:e0:14:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97b739c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:79:0f:b4:2d:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe348d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a2:d0:0c:62:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3738b60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a5:ca:38:6a:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc863ebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:1e:c7:83:c4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth693d267",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:2f:59:56:b6:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0725f97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:a1:be:39:17:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d76d2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:de:5b:35:56:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0363e8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:fd:a2:c0:0a:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49df819",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:31:6d:f2:ef:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6097074",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c0:11:65:86:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf478f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:fd:98:81:d4:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd80c984",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:09:fa:3b:ca:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04811d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:27:00:b0:11:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f3da42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:9a:f3:db:33:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb181e74",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:1a:d3:77:60:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fed348",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:70:dc:b1:31:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdd6287",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:90:59:65:85:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0b41d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:fd:57:24:ed:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha02e9ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:01:56:93:96:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ddf7e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:6c:3a:14:37:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d28251",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:8f:ab:63:01:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08d4173",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a3:84:fd:0f:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-43b824a2bee3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:05:38:34:d1:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c6b5d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:42:bb:b2:7b:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc94c23c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a0:23:86:43:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8553213",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:c7:5d:36:99:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3f8f86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:ce:85:0c:6c:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc696a6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:3e:d7:9d:58:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68ea62e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:61:4a:c5:31:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7536a20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:99:a7:cf:e3:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1cc5b9430b0f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:a0:29:c9:b2:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d0f5f56ac3da",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:a6:43:34:9a:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2f5dd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:dc:eb:2d:ca:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd297e42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:80:92:7a:f7:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3c88b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:b1:97:b8:de:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c905e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:71:43:ce:88:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-17075da66b69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5a:d7:bf:90:f6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth980e0d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:14:63:35:0d:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c77172",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:37:4e:a2:36:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70fc496",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:86:0d:cb:0d:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe10942c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c5:5e:95:b9:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f43250",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5d:f3:6b:f0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0263dc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:92:33:29:a9:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b68e53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:d7:44:ce:a5:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb60e47e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:14:13:d9:5d:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbe1764",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:44:86:49:dc:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b8eff5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5f:ee:f3:78:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8701e4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:93:01:ff:79:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5053a50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:0b:e5:80:51:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b29780",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:1c:d6:b4:0a:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe489fbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:51:ea:6b:76:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3f6289",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9a:7b:51:eb:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ee1684",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a6:e4:73:26:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2dd3288",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:19:50:b3:ce:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bc62c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:2b:03:2a:d7:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0e6818",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a5:02:76:7a:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth140b313",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:aa:63:e2:22:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35140bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:be:71:6e:7a:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d46dec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:69:81:b8:2d:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb5dfad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:a2:01:36:72:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfea7a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:de:cc:0b:6b:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c5b58a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:8c:f8:cc:af:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dc1806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b6:63:54:bf:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbda231",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:c4:e1:63:81:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf21e1e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:dc:e4:1b:83:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth287fee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:26:59:d3:00:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68c9de2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7d:07:7a:f4:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23915ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:8b:9d:81:6d:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4289883",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0c:d1:50:c0:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe17211e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d1:ce:92:76:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf92aee6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:06:d7:19:8e:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8f6d18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:5d:34:db:70:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4382b79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a3:af:f1:69:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f6b769",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:fb:eb:28:2e:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b6e647",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9c:6b:00:0c:05:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp6s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:5d:12:d8:83:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a4396a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:5d:c6:57:ed:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8362b0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:18:78:3e:97:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha005716",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:28:80:e6:9c:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6197d73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:31:a6:48:be:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95d23fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:0b:de:29:e9:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="a6:6d:89:cd:8e:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4b3f2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:40:a7:7b:51:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee8a542",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4b:8d:b4:af:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcc39a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:6c:df:4d:cb:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47f974e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ab:7b:57:33:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8f4e8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:fd:e1:d2:69:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4cf909",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:f0:1f:9c:4f:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf354b58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:56:d3:ea:61:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb0e485",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:af:bb:2b:52:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f4fb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c6:a7:87:0e:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76263cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:25:eb:5e:03:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84cf683",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:35:dc:08:0f:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbafdd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:68:5d:e4:6f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf881f42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:d6:4d:74:27:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4ef1a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:84:57:c8:74:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7702c4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:f0:d6:96:67:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethecc2692",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:c9:95:fe:fb:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11f1a58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fc:97:d8:7e:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20a8b8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0a:62:d7:5e:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33825c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:26:60:31:51:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4200ed8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:31:72:33:9d:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6864a94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:72:84:23:35:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8a12b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:8f:7c:a0:9e:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39390d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9b:a2:24:97:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a53c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e5:14:bb:bd:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06386a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:45:d6:e5:73:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cc9265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:67:df:d0:6a:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04e134c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:05:99:b4:6a:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth970153a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:2e:b3:ed:ba:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth457ed67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:75:6e:83:57:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d4969b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:e3:ab:bc:12:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e9752f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:21:c1:1c:28:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef3c4e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:56:c8:46:22:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7339464",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d1:7c:d5:93:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0a5f7c7fdd8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="da:e2:8a:31:ca:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5090b57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:60:6a:5e:80:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35c0c4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:67:1f:b0:ff:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cc038379bb34",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:81:f4:33:bc:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49d719c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:b6:2d:61:f5:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1208434784fe",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:19:99:62:d7:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7e7940",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:30:f1:31:48:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a83c2d884601",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:b0:7d:9a:17:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf949b41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:cc:5b:23:59:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0983ec1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:eb:5e:b9:e9:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5087deb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:cd:46:4b:99:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc462a78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:cb:5f:b7:7a:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha358798",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:90:23:91:1c:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57bc285",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ef:66:7e:0c:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59d61a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a1:b4:51:65:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1ec8a57c0693",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:a3:69:fa:f3:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40d3df2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:f1:e3:4b:4e:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a1d3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:9f:8a:d1:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ff0390",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:0d:b2:81:10:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf05f0fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:34:0a:e2:b3:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth139be56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:35:7e:cb:eb:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95ba65a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:4a:24:59:26:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85000d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:61:01:0d:ed:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha328a00",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-1208434784fe"} 1500 node_network_mtu_bytes{device="br-17075da66b69"} 1500 node_network_mtu_bytes{device="br-1cc5b9430b0f"} 1500 node_network_mtu_bytes{device="br-1ec8a57c0693"} 1500 node_network_mtu_bytes{device="br-43b824a2bee3"} 1500 node_network_mtu_bytes{device="br-a0144fd8fc9b"} 1500 node_network_mtu_bytes{device="br-a83c2d884601"} 1500 node_network_mtu_bytes{device="br-ad32afc14aee"} 1500 node_network_mtu_bytes{device="br-cb5c60e04531"} 1500 node_network_mtu_bytes{device="br-cc038379bb34"} 1500 node_network_mtu_bytes{device="br-d0f5f56ac3da"} 1500 node_network_mtu_bytes{device="br-e0a5f7c7fdd8"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp6s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth01a4523"} 1500 node_network_mtu_bytes{device="veth01f4fb5"} 1500 node_network_mtu_bytes{device="veth0263dc9"} 1500 node_network_mtu_bytes{device="veth02c2ee2"} 1500 node_network_mtu_bytes{device="veth0363e8e"} 1500 node_network_mtu_bytes{device="veth04811d4"} 1500 node_network_mtu_bytes{device="veth04e134c"} 1500 node_network_mtu_bytes{device="veth06386a8"} 1500 node_network_mtu_bytes{device="veth0725f97"} 1500 node_network_mtu_bytes{device="veth08d4173"} 1500 node_network_mtu_bytes{device="veth0983ec1"} 1500 node_network_mtu_bytes{device="veth0d46dec"} 1500 node_network_mtu_bytes{device="veth0d4969b"} 1500 node_network_mtu_bytes{device="veth0dc1806"} 1500 node_network_mtu_bytes{device="veth0ff0390"} 1500 node_network_mtu_bytes{device="veth11ec4af"} 1500 node_network_mtu_bytes{device="veth11f1a58"} 1500 node_network_mtu_bytes{device="veth1388665"} 1500 node_network_mtu_bytes{device="veth139be56"} 1500 node_network_mtu_bytes{device="veth13d497b"} 1500 node_network_mtu_bytes{device="veth140b313"} 1500 node_network_mtu_bytes{device="veth1761ae9"} 1500 node_network_mtu_bytes{device="veth1e03f09"} 1500 node_network_mtu_bytes{device="veth1f4b362"} 1500 node_network_mtu_bytes{device="veth20a8b8e"} 1500 node_network_mtu_bytes{device="veth224f89d"} 1500 node_network_mtu_bytes{device="veth23915ec"} 1500 node_network_mtu_bytes{device="veth25fb7d5"} 1500 node_network_mtu_bytes{device="veth2650507"} 1500 node_network_mtu_bytes{device="veth287fee9"} 1500 node_network_mtu_bytes{device="veth2a4396a"} 1500 node_network_mtu_bytes{device="veth2b6e647"} 1500 node_network_mtu_bytes{device="veth2bc62c5"} 1500 node_network_mtu_bytes{device="veth2dd3288"} 1500 node_network_mtu_bytes{device="veth2ddf7e1"} 1500 node_network_mtu_bytes{device="veth2ee1684"} 1500 node_network_mtu_bytes{device="veth32abe6e"} 1500 node_network_mtu_bytes{device="veth33825c0"} 1500 node_network_mtu_bytes{device="veth35140bc"} 1500 node_network_mtu_bytes{device="veth35a48bf"} 1500 node_network_mtu_bytes{device="veth35c0c4c"} 1500 node_network_mtu_bytes{device="veth3738b60"} 1500 node_network_mtu_bytes{device="veth39390d4"} 1500 node_network_mtu_bytes{device="veth3a0af66"} 1500 node_network_mtu_bytes{device="veth3b31283"} 1500 node_network_mtu_bytes{device="veth3f3da42"} 1500 node_network_mtu_bytes{device="veth3f6b769"} 1500 node_network_mtu_bytes{device="veth40d3df2"} 1500 node_network_mtu_bytes{device="veth417edf6"} 1500 node_network_mtu_bytes{device="veth4200ed8"} 1500 node_network_mtu_bytes{device="veth4289883"} 1500 node_network_mtu_bytes{device="veth4382b79"} 1500 node_network_mtu_bytes{device="veth457ed67"} 1500 node_network_mtu_bytes{device="veth47f974e"} 1500 node_network_mtu_bytes{device="veth49d719c"} 1500 node_network_mtu_bytes{device="veth49df819"} 1500 node_network_mtu_bytes{device="veth4b8eff5"} 1500 node_network_mtu_bytes{device="veth5053a50"} 1500 node_network_mtu_bytes{device="veth5087deb"} 1500 node_network_mtu_bytes{device="veth5090b57"} 1500 node_network_mtu_bytes{device="veth5462551"} 1500 node_network_mtu_bytes{device="veth57bc285"} 1500 node_network_mtu_bytes{device="veth591a4e5"} 1500 node_network_mtu_bytes{device="veth59d61a2"} 1500 node_network_mtu_bytes{device="veth5b29780"} 1500 node_network_mtu_bytes{device="veth5cc9265"} 1500 node_network_mtu_bytes{device="veth6097074"} 1500 node_network_mtu_bytes{device="veth6197d73"} 1500 node_network_mtu_bytes{device="veth66fe80a"} 1500 node_network_mtu_bytes{device="veth6864a94"} 1500 node_network_mtu_bytes{device="veth68c6b3b"} 1500 node_network_mtu_bytes{device="veth68c9de2"} 1500 node_network_mtu_bytes{device="veth68ea62e"} 1500 node_network_mtu_bytes{device="veth693d267"} 1500 node_network_mtu_bytes{device="veth6c6b5d7"} 1500 node_network_mtu_bytes{device="veth6d28251"} 1500 node_network_mtu_bytes{device="veth6d76d2e"} 1500 node_network_mtu_bytes{device="veth6fed348"} 1500 node_network_mtu_bytes{device="veth70fc496"} 1500 node_network_mtu_bytes{device="veth7339464"} 1500 node_network_mtu_bytes{device="veth7536a20"} 1500 node_network_mtu_bytes{device="veth76263cb"} 1500 node_network_mtu_bytes{device="veth7702c4a"} 1500 node_network_mtu_bytes{device="veth779a9b0"} 1500 node_network_mtu_bytes{device="veth78280c1"} 1500 node_network_mtu_bytes{device="veth7a04c25"} 1500 node_network_mtu_bytes{device="veth7a53c4c"} 1500 node_network_mtu_bytes{device="veth7b68e53"} 1500 node_network_mtu_bytes{device="veth8362b0e"} 1500 node_network_mtu_bytes{device="veth84cf683"} 1500 node_network_mtu_bytes{device="veth85000d5"} 1500 node_network_mtu_bytes{device="veth8553213"} 1500 node_network_mtu_bytes{device="veth8701e4b"} 1500 node_network_mtu_bytes{device="veth8c5b58a"} 1500 node_network_mtu_bytes{device="veth8c77172"} 1500 node_network_mtu_bytes{device="veth8c905e4"} 1500 node_network_mtu_bytes{device="veth8d5e09c"} 1500 node_network_mtu_bytes{device="veth8e9752f"} 1500 node_network_mtu_bytes{device="veth8ee2bf2"} 1500 node_network_mtu_bytes{device="veth8f43250"} 1500 node_network_mtu_bytes{device="veth95ba65a"} 1500 node_network_mtu_bytes{device="veth95d23fd"} 1500 node_network_mtu_bytes{device="veth970153a"} 1500 node_network_mtu_bytes{device="veth97b739c"} 1500 node_network_mtu_bytes{device="veth980e0d6"} 1500 node_network_mtu_bytes{device="veth9a18514"} 1500 node_network_mtu_bytes{device="vetha005716"} 1500 node_network_mtu_bytes{device="vetha02e9ec"} 1500 node_network_mtu_bytes{device="vetha2c84ef"} 1500 node_network_mtu_bytes{device="vetha328a00"} 1500 node_network_mtu_bytes{device="vetha358798"} 1500 node_network_mtu_bytes{device="vethaa201e8"} 1500 node_network_mtu_bytes{device="vethac48cf5"} 1500 node_network_mtu_bytes{device="vethadde449"} 1500 node_network_mtu_bytes{device="vethb0b41d8"} 1500 node_network_mtu_bytes{device="vethb0e6818"} 1500 node_network_mtu_bytes{device="vethb181e74"} 1500 node_network_mtu_bytes{device="vethb3c88b7"} 1500 node_network_mtu_bytes{device="vethb3f6289"} 1500 node_network_mtu_bytes{device="vethb60e47e"} 1500 node_network_mtu_bytes{device="vethbbafdd5"} 1500 node_network_mtu_bytes{device="vethbbb893e"} 1500 node_network_mtu_bytes{device="vethbe348d0"} 1500 node_network_mtu_bytes{device="vethc0c6935"} 1500 node_network_mtu_bytes{device="vethc462a78"} 1500 node_network_mtu_bytes{device="vethc696a6d"} 1500 node_network_mtu_bytes{device="vethc7e7940"} 1500 node_network_mtu_bytes{device="vethc863ebe"} 1500 node_network_mtu_bytes{device="vethc8f4e8c"} 1500 node_network_mtu_bytes{device="vethc94c23c"} 1500 node_network_mtu_bytes{device="vethc9e4d8d"} 1500 node_network_mtu_bytes{device="vethcb5dfad"} 1500 node_network_mtu_bytes{device="vethccc59ae"} 1500 node_network_mtu_bytes{device="vethcfea7a6"} 1500 node_network_mtu_bytes{device="vethd297e42"} 1500 node_network_mtu_bytes{device="vethd2a1d3a"} 1500 node_network_mtu_bytes{device="vethd7796f3"} 1500 node_network_mtu_bytes{device="vethd80c984"} 1500 node_network_mtu_bytes{device="vethd8f6d18"} 1500 node_network_mtu_bytes{device="vethd9153c2"} 1500 node_network_mtu_bytes{device="vethda7b6f4"} 1500 node_network_mtu_bytes{device="vethdb0e485"} 1500 node_network_mtu_bytes{device="vethdbda231"} 1500 node_network_mtu_bytes{device="vethdbe575e"} 1500 node_network_mtu_bytes{device="vethdcc39a6"} 1500 node_network_mtu_bytes{device="vethe10942c"} 1500 node_network_mtu_bytes{device="vethe17211e"} 1500 node_network_mtu_bytes{device="vethe2f5dd5"} 1500 node_network_mtu_bytes{device="vethe489fbc"} 1500 node_network_mtu_bytes{device="vethe7bc640"} 1500 node_network_mtu_bytes{device="vethe8a12b2"} 1500 node_network_mtu_bytes{device="vethecc2692"} 1500 node_network_mtu_bytes{device="vethee8a542"} 1500 node_network_mtu_bytes{device="vethef3c4e1"} 1500 node_network_mtu_bytes{device="vethf05f0fd"} 1500 node_network_mtu_bytes{device="vethf21e1e6"} 1500 node_network_mtu_bytes{device="vethf354b58"} 1500 node_network_mtu_bytes{device="vethf3f8f86"} 1500 node_network_mtu_bytes{device="vethf478f47"} 1500 node_network_mtu_bytes{device="vethf4b3f2d"} 1500 node_network_mtu_bytes{device="vethf4cf909"} 1500 node_network_mtu_bytes{device="vethf4ef1a1"} 1500 node_network_mtu_bytes{device="vethf881f42"} 1500 node_network_mtu_bytes{device="vethf92aee6"} 1500 node_network_mtu_bytes{device="vethf949b41"} 1500 node_network_mtu_bytes{device="vethfbe1764"} 1500 node_network_mtu_bytes{device="vethfdd6287"} 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-1208434784fe"} 3 node_network_name_assign_type{device="br-17075da66b69"} 3 node_network_name_assign_type{device="br-1cc5b9430b0f"} 3 node_network_name_assign_type{device="br-1ec8a57c0693"} 3 node_network_name_assign_type{device="br-43b824a2bee3"} 3 node_network_name_assign_type{device="br-a0144fd8fc9b"} 3 node_network_name_assign_type{device="br-a83c2d884601"} 3 node_network_name_assign_type{device="br-ad32afc14aee"} 3 node_network_name_assign_type{device="br-cb5c60e04531"} 3 node_network_name_assign_type{device="br-cc038379bb34"} 3 node_network_name_assign_type{device="br-d0f5f56ac3da"} 3 node_network_name_assign_type{device="br-e0a5f7c7fdd8"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp6s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth01a4523"} 3 node_network_name_assign_type{device="veth01f4fb5"} 3 node_network_name_assign_type{device="veth0263dc9"} 3 node_network_name_assign_type{device="veth02c2ee2"} 3 node_network_name_assign_type{device="veth0363e8e"} 3 node_network_name_assign_type{device="veth04811d4"} 3 node_network_name_assign_type{device="veth04e134c"} 3 node_network_name_assign_type{device="veth06386a8"} 3 node_network_name_assign_type{device="veth0725f97"} 3 node_network_name_assign_type{device="veth08d4173"} 3 node_network_name_assign_type{device="veth0983ec1"} 3 node_network_name_assign_type{device="veth0d46dec"} 3 node_network_name_assign_type{device="veth0d4969b"} 3 node_network_name_assign_type{device="veth0dc1806"} 3 node_network_name_assign_type{device="veth0ff0390"} 3 node_network_name_assign_type{device="veth11ec4af"} 3 node_network_name_assign_type{device="veth11f1a58"} 3 node_network_name_assign_type{device="veth1388665"} 3 node_network_name_assign_type{device="veth139be56"} 3 node_network_name_assign_type{device="veth13d497b"} 3 node_network_name_assign_type{device="veth140b313"} 3 node_network_name_assign_type{device="veth1761ae9"} 3 node_network_name_assign_type{device="veth1e03f09"} 3 node_network_name_assign_type{device="veth1f4b362"} 3 node_network_name_assign_type{device="veth20a8b8e"} 3 node_network_name_assign_type{device="veth224f89d"} 3 node_network_name_assign_type{device="veth23915ec"} 3 node_network_name_assign_type{device="veth25fb7d5"} 3 node_network_name_assign_type{device="veth2650507"} 3 node_network_name_assign_type{device="veth287fee9"} 3 node_network_name_assign_type{device="veth2a4396a"} 3 node_network_name_assign_type{device="veth2b6e647"} 3 node_network_name_assign_type{device="veth2bc62c5"} 3 node_network_name_assign_type{device="veth2dd3288"} 3 node_network_name_assign_type{device="veth2ddf7e1"} 3 node_network_name_assign_type{device="veth2ee1684"} 3 node_network_name_assign_type{device="veth32abe6e"} 3 node_network_name_assign_type{device="veth33825c0"} 3 node_network_name_assign_type{device="veth35140bc"} 3 node_network_name_assign_type{device="veth35a48bf"} 3 node_network_name_assign_type{device="veth35c0c4c"} 3 node_network_name_assign_type{device="veth3738b60"} 3 node_network_name_assign_type{device="veth39390d4"} 3 node_network_name_assign_type{device="veth3a0af66"} 3 node_network_name_assign_type{device="veth3b31283"} 3 node_network_name_assign_type{device="veth3f3da42"} 3 node_network_name_assign_type{device="veth3f6b769"} 3 node_network_name_assign_type{device="veth40d3df2"} 3 node_network_name_assign_type{device="veth417edf6"} 3 node_network_name_assign_type{device="veth4200ed8"} 3 node_network_name_assign_type{device="veth4289883"} 3 node_network_name_assign_type{device="veth4382b79"} 3 node_network_name_assign_type{device="veth457ed67"} 3 node_network_name_assign_type{device="veth47f974e"} 3 node_network_name_assign_type{device="veth49d719c"} 3 node_network_name_assign_type{device="veth49df819"} 3 node_network_name_assign_type{device="veth4b8eff5"} 3 node_network_name_assign_type{device="veth5053a50"} 3 node_network_name_assign_type{device="veth5087deb"} 3 node_network_name_assign_type{device="veth5090b57"} 3 node_network_name_assign_type{device="veth5462551"} 3 node_network_name_assign_type{device="veth57bc285"} 3 node_network_name_assign_type{device="veth591a4e5"} 3 node_network_name_assign_type{device="veth59d61a2"} 3 node_network_name_assign_type{device="veth5b29780"} 3 node_network_name_assign_type{device="veth5cc9265"} 3 node_network_name_assign_type{device="veth6097074"} 3 node_network_name_assign_type{device="veth6197d73"} 3 node_network_name_assign_type{device="veth66fe80a"} 3 node_network_name_assign_type{device="veth6864a94"} 3 node_network_name_assign_type{device="veth68c6b3b"} 3 node_network_name_assign_type{device="veth68c9de2"} 3 node_network_name_assign_type{device="veth68ea62e"} 3 node_network_name_assign_type{device="veth693d267"} 3 node_network_name_assign_type{device="veth6c6b5d7"} 3 node_network_name_assign_type{device="veth6d28251"} 3 node_network_name_assign_type{device="veth6d76d2e"} 3 node_network_name_assign_type{device="veth6fed348"} 3 node_network_name_assign_type{device="veth70fc496"} 3 node_network_name_assign_type{device="veth7339464"} 3 node_network_name_assign_type{device="veth7536a20"} 3 node_network_name_assign_type{device="veth76263cb"} 3 node_network_name_assign_type{device="veth7702c4a"} 3 node_network_name_assign_type{device="veth779a9b0"} 3 node_network_name_assign_type{device="veth78280c1"} 3 node_network_name_assign_type{device="veth7a04c25"} 3 node_network_name_assign_type{device="veth7a53c4c"} 3 node_network_name_assign_type{device="veth7b68e53"} 3 node_network_name_assign_type{device="veth8362b0e"} 3 node_network_name_assign_type{device="veth84cf683"} 3 node_network_name_assign_type{device="veth85000d5"} 3 node_network_name_assign_type{device="veth8553213"} 3 node_network_name_assign_type{device="veth8701e4b"} 3 node_network_name_assign_type{device="veth8c5b58a"} 3 node_network_name_assign_type{device="veth8c77172"} 3 node_network_name_assign_type{device="veth8c905e4"} 3 node_network_name_assign_type{device="veth8d5e09c"} 3 node_network_name_assign_type{device="veth8e9752f"} 3 node_network_name_assign_type{device="veth8ee2bf2"} 3 node_network_name_assign_type{device="veth8f43250"} 3 node_network_name_assign_type{device="veth95ba65a"} 3 node_network_name_assign_type{device="veth95d23fd"} 3 node_network_name_assign_type{device="veth970153a"} 3 node_network_name_assign_type{device="veth97b739c"} 3 node_network_name_assign_type{device="veth980e0d6"} 3 node_network_name_assign_type{device="veth9a18514"} 3 node_network_name_assign_type{device="vetha005716"} 3 node_network_name_assign_type{device="vetha02e9ec"} 3 node_network_name_assign_type{device="vetha2c84ef"} 3 node_network_name_assign_type{device="vetha328a00"} 3 node_network_name_assign_type{device="vetha358798"} 3 node_network_name_assign_type{device="vethaa201e8"} 3 node_network_name_assign_type{device="vethac48cf5"} 3 node_network_name_assign_type{device="vethadde449"} 3 node_network_name_assign_type{device="vethb0b41d8"} 3 node_network_name_assign_type{device="vethb0e6818"} 3 node_network_name_assign_type{device="vethb181e74"} 3 node_network_name_assign_type{device="vethb3c88b7"} 3 node_network_name_assign_type{device="vethb3f6289"} 3 node_network_name_assign_type{device="vethb60e47e"} 3 node_network_name_assign_type{device="vethbbafdd5"} 3 node_network_name_assign_type{device="vethbbb893e"} 3 node_network_name_assign_type{device="vethbe348d0"} 3 node_network_name_assign_type{device="vethc0c6935"} 3 node_network_name_assign_type{device="vethc462a78"} 3 node_network_name_assign_type{device="vethc696a6d"} 3 node_network_name_assign_type{device="vethc7e7940"} 3 node_network_name_assign_type{device="vethc863ebe"} 3 node_network_name_assign_type{device="vethc8f4e8c"} 3 node_network_name_assign_type{device="vethc94c23c"} 3 node_network_name_assign_type{device="vethc9e4d8d"} 3 node_network_name_assign_type{device="vethcb5dfad"} 3 node_network_name_assign_type{device="vethccc59ae"} 3 node_network_name_assign_type{device="vethcfea7a6"} 3 node_network_name_assign_type{device="vethd297e42"} 3 node_network_name_assign_type{device="vethd2a1d3a"} 3 node_network_name_assign_type{device="vethd7796f3"} 3 node_network_name_assign_type{device="vethd80c984"} 3 node_network_name_assign_type{device="vethd8f6d18"} 3 node_network_name_assign_type{device="vethd9153c2"} 3 node_network_name_assign_type{device="vethda7b6f4"} 3 node_network_name_assign_type{device="vethdb0e485"} 3 node_network_name_assign_type{device="vethdbda231"} 3 node_network_name_assign_type{device="vethdbe575e"} 3 node_network_name_assign_type{device="vethdcc39a6"} 3 node_network_name_assign_type{device="vethe10942c"} 3 node_network_name_assign_type{device="vethe17211e"} 3 node_network_name_assign_type{device="vethe2f5dd5"} 3 node_network_name_assign_type{device="vethe489fbc"} 3 node_network_name_assign_type{device="vethe7bc640"} 3 node_network_name_assign_type{device="vethe8a12b2"} 3 node_network_name_assign_type{device="vethecc2692"} 3 node_network_name_assign_type{device="vethee8a542"} 3 node_network_name_assign_type{device="vethef3c4e1"} 3 node_network_name_assign_type{device="vethf05f0fd"} 3 node_network_name_assign_type{device="vethf21e1e6"} 3 node_network_name_assign_type{device="vethf354b58"} 3 node_network_name_assign_type{device="vethf3f8f86"} 3 node_network_name_assign_type{device="vethf478f47"} 3 node_network_name_assign_type{device="vethf4b3f2d"} 3 node_network_name_assign_type{device="vethf4cf909"} 3 node_network_name_assign_type{device="vethf4ef1a1"} 3 node_network_name_assign_type{device="vethf881f42"} 3 node_network_name_assign_type{device="vethf92aee6"} 3 node_network_name_assign_type{device="vethf949b41"} 3 node_network_name_assign_type{device="vethfbe1764"} 3 node_network_name_assign_type{device="vethfdd6287"} 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-1208434784fe"} 0 node_network_net_dev_group{device="br-17075da66b69"} 0 node_network_net_dev_group{device="br-1cc5b9430b0f"} 0 node_network_net_dev_group{device="br-1ec8a57c0693"} 0 node_network_net_dev_group{device="br-43b824a2bee3"} 0 node_network_net_dev_group{device="br-a0144fd8fc9b"} 0 node_network_net_dev_group{device="br-a83c2d884601"} 0 node_network_net_dev_group{device="br-ad32afc14aee"} 0 node_network_net_dev_group{device="br-cb5c60e04531"} 0 node_network_net_dev_group{device="br-cc038379bb34"} 0 node_network_net_dev_group{device="br-d0f5f56ac3da"} 0 node_network_net_dev_group{device="br-e0a5f7c7fdd8"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp6s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth01a4523"} 0 node_network_net_dev_group{device="veth01f4fb5"} 0 node_network_net_dev_group{device="veth0263dc9"} 0 node_network_net_dev_group{device="veth02c2ee2"} 0 node_network_net_dev_group{device="veth0363e8e"} 0 node_network_net_dev_group{device="veth04811d4"} 0 node_network_net_dev_group{device="veth04e134c"} 0 node_network_net_dev_group{device="veth06386a8"} 0 node_network_net_dev_group{device="veth0725f97"} 0 node_network_net_dev_group{device="veth08d4173"} 0 node_network_net_dev_group{device="veth0983ec1"} 0 node_network_net_dev_group{device="veth0d46dec"} 0 node_network_net_dev_group{device="veth0d4969b"} 0 node_network_net_dev_group{device="veth0dc1806"} 0 node_network_net_dev_group{device="veth0ff0390"} 0 node_network_net_dev_group{device="veth11ec4af"} 0 node_network_net_dev_group{device="veth11f1a58"} 0 node_network_net_dev_group{device="veth1388665"} 0 node_network_net_dev_group{device="veth139be56"} 0 node_network_net_dev_group{device="veth13d497b"} 0 node_network_net_dev_group{device="veth140b313"} 0 node_network_net_dev_group{device="veth1761ae9"} 0 node_network_net_dev_group{device="veth1e03f09"} 0 node_network_net_dev_group{device="veth1f4b362"} 0 node_network_net_dev_group{device="veth20a8b8e"} 0 node_network_net_dev_group{device="veth224f89d"} 0 node_network_net_dev_group{device="veth23915ec"} 0 node_network_net_dev_group{device="veth25fb7d5"} 0 node_network_net_dev_group{device="veth2650507"} 0 node_network_net_dev_group{device="veth287fee9"} 0 node_network_net_dev_group{device="veth2a4396a"} 0 node_network_net_dev_group{device="veth2b6e647"} 0 node_network_net_dev_group{device="veth2bc62c5"} 0 node_network_net_dev_group{device="veth2dd3288"} 0 node_network_net_dev_group{device="veth2ddf7e1"} 0 node_network_net_dev_group{device="veth2ee1684"} 0 node_network_net_dev_group{device="veth32abe6e"} 0 node_network_net_dev_group{device="veth33825c0"} 0 node_network_net_dev_group{device="veth35140bc"} 0 node_network_net_dev_group{device="veth35a48bf"} 0 node_network_net_dev_group{device="veth35c0c4c"} 0 node_network_net_dev_group{device="veth3738b60"} 0 node_network_net_dev_group{device="veth39390d4"} 0 node_network_net_dev_group{device="veth3a0af66"} 0 node_network_net_dev_group{device="veth3b31283"} 0 node_network_net_dev_group{device="veth3f3da42"} 0 node_network_net_dev_group{device="veth3f6b769"} 0 node_network_net_dev_group{device="veth40d3df2"} 0 node_network_net_dev_group{device="veth417edf6"} 0 node_network_net_dev_group{device="veth4200ed8"} 0 node_network_net_dev_group{device="veth4289883"} 0 node_network_net_dev_group{device="veth4382b79"} 0 node_network_net_dev_group{device="veth457ed67"} 0 node_network_net_dev_group{device="veth47f974e"} 0 node_network_net_dev_group{device="veth49d719c"} 0 node_network_net_dev_group{device="veth49df819"} 0 node_network_net_dev_group{device="veth4b8eff5"} 0 node_network_net_dev_group{device="veth5053a50"} 0 node_network_net_dev_group{device="veth5087deb"} 0 node_network_net_dev_group{device="veth5090b57"} 0 node_network_net_dev_group{device="veth5462551"} 0 node_network_net_dev_group{device="veth57bc285"} 0 node_network_net_dev_group{device="veth591a4e5"} 0 node_network_net_dev_group{device="veth59d61a2"} 0 node_network_net_dev_group{device="veth5b29780"} 0 node_network_net_dev_group{device="veth5cc9265"} 0 node_network_net_dev_group{device="veth6097074"} 0 node_network_net_dev_group{device="veth6197d73"} 0 node_network_net_dev_group{device="veth66fe80a"} 0 node_network_net_dev_group{device="veth6864a94"} 0 node_network_net_dev_group{device="veth68c6b3b"} 0 node_network_net_dev_group{device="veth68c9de2"} 0 node_network_net_dev_group{device="veth68ea62e"} 0 node_network_net_dev_group{device="veth693d267"} 0 node_network_net_dev_group{device="veth6c6b5d7"} 0 node_network_net_dev_group{device="veth6d28251"} 0 node_network_net_dev_group{device="veth6d76d2e"} 0 node_network_net_dev_group{device="veth6fed348"} 0 node_network_net_dev_group{device="veth70fc496"} 0 node_network_net_dev_group{device="veth7339464"} 0 node_network_net_dev_group{device="veth7536a20"} 0 node_network_net_dev_group{device="veth76263cb"} 0 node_network_net_dev_group{device="veth7702c4a"} 0 node_network_net_dev_group{device="veth779a9b0"} 0 node_network_net_dev_group{device="veth78280c1"} 0 node_network_net_dev_group{device="veth7a04c25"} 0 node_network_net_dev_group{device="veth7a53c4c"} 0 node_network_net_dev_group{device="veth7b68e53"} 0 node_network_net_dev_group{device="veth8362b0e"} 0 node_network_net_dev_group{device="veth84cf683"} 0 node_network_net_dev_group{device="veth85000d5"} 0 node_network_net_dev_group{device="veth8553213"} 0 node_network_net_dev_group{device="veth8701e4b"} 0 node_network_net_dev_group{device="veth8c5b58a"} 0 node_network_net_dev_group{device="veth8c77172"} 0 node_network_net_dev_group{device="veth8c905e4"} 0 node_network_net_dev_group{device="veth8d5e09c"} 0 node_network_net_dev_group{device="veth8e9752f"} 0 node_network_net_dev_group{device="veth8ee2bf2"} 0 node_network_net_dev_group{device="veth8f43250"} 0 node_network_net_dev_group{device="veth95ba65a"} 0 node_network_net_dev_group{device="veth95d23fd"} 0 node_network_net_dev_group{device="veth970153a"} 0 node_network_net_dev_group{device="veth97b739c"} 0 node_network_net_dev_group{device="veth980e0d6"} 0 node_network_net_dev_group{device="veth9a18514"} 0 node_network_net_dev_group{device="vetha005716"} 0 node_network_net_dev_group{device="vetha02e9ec"} 0 node_network_net_dev_group{device="vetha2c84ef"} 0 node_network_net_dev_group{device="vetha328a00"} 0 node_network_net_dev_group{device="vetha358798"} 0 node_network_net_dev_group{device="vethaa201e8"} 0 node_network_net_dev_group{device="vethac48cf5"} 0 node_network_net_dev_group{device="vethadde449"} 0 node_network_net_dev_group{device="vethb0b41d8"} 0 node_network_net_dev_group{device="vethb0e6818"} 0 node_network_net_dev_group{device="vethb181e74"} 0 node_network_net_dev_group{device="vethb3c88b7"} 0 node_network_net_dev_group{device="vethb3f6289"} 0 node_network_net_dev_group{device="vethb60e47e"} 0 node_network_net_dev_group{device="vethbbafdd5"} 0 node_network_net_dev_group{device="vethbbb893e"} 0 node_network_net_dev_group{device="vethbe348d0"} 0 node_network_net_dev_group{device="vethc0c6935"} 0 node_network_net_dev_group{device="vethc462a78"} 0 node_network_net_dev_group{device="vethc696a6d"} 0 node_network_net_dev_group{device="vethc7e7940"} 0 node_network_net_dev_group{device="vethc863ebe"} 0 node_network_net_dev_group{device="vethc8f4e8c"} 0 node_network_net_dev_group{device="vethc94c23c"} 0 node_network_net_dev_group{device="vethc9e4d8d"} 0 node_network_net_dev_group{device="vethcb5dfad"} 0 node_network_net_dev_group{device="vethccc59ae"} 0 node_network_net_dev_group{device="vethcfea7a6"} 0 node_network_net_dev_group{device="vethd297e42"} 0 node_network_net_dev_group{device="vethd2a1d3a"} 0 node_network_net_dev_group{device="vethd7796f3"} 0 node_network_net_dev_group{device="vethd80c984"} 0 node_network_net_dev_group{device="vethd8f6d18"} 0 node_network_net_dev_group{device="vethd9153c2"} 0 node_network_net_dev_group{device="vethda7b6f4"} 0 node_network_net_dev_group{device="vethdb0e485"} 0 node_network_net_dev_group{device="vethdbda231"} 0 node_network_net_dev_group{device="vethdbe575e"} 0 node_network_net_dev_group{device="vethdcc39a6"} 0 node_network_net_dev_group{device="vethe10942c"} 0 node_network_net_dev_group{device="vethe17211e"} 0 node_network_net_dev_group{device="vethe2f5dd5"} 0 node_network_net_dev_group{device="vethe489fbc"} 0 node_network_net_dev_group{device="vethe7bc640"} 0 node_network_net_dev_group{device="vethe8a12b2"} 0 node_network_net_dev_group{device="vethecc2692"} 0 node_network_net_dev_group{device="vethee8a542"} 0 node_network_net_dev_group{device="vethef3c4e1"} 0 node_network_net_dev_group{device="vethf05f0fd"} 0 node_network_net_dev_group{device="vethf21e1e6"} 0 node_network_net_dev_group{device="vethf354b58"} 0 node_network_net_dev_group{device="vethf3f8f86"} 0 node_network_net_dev_group{device="vethf478f47"} 0 node_network_net_dev_group{device="vethf4b3f2d"} 0 node_network_net_dev_group{device="vethf4cf909"} 0 node_network_net_dev_group{device="vethf4ef1a1"} 0 node_network_net_dev_group{device="vethf881f42"} 0 node_network_net_dev_group{device="vethf92aee6"} 0 node_network_net_dev_group{device="vethf949b41"} 0 node_network_net_dev_group{device="vethfbe1764"} 0 node_network_net_dev_group{device="vethfdd6287"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-1208434784fe"} 1 node_network_protocol_type{device="br-17075da66b69"} 1 node_network_protocol_type{device="br-1cc5b9430b0f"} 1 node_network_protocol_type{device="br-1ec8a57c0693"} 1 node_network_protocol_type{device="br-43b824a2bee3"} 1 node_network_protocol_type{device="br-a0144fd8fc9b"} 1 node_network_protocol_type{device="br-a83c2d884601"} 1 node_network_protocol_type{device="br-ad32afc14aee"} 1 node_network_protocol_type{device="br-cb5c60e04531"} 1 node_network_protocol_type{device="br-cc038379bb34"} 1 node_network_protocol_type{device="br-d0f5f56ac3da"} 1 node_network_protocol_type{device="br-e0a5f7c7fdd8"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp6s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth01a4523"} 1 node_network_protocol_type{device="veth01f4fb5"} 1 node_network_protocol_type{device="veth0263dc9"} 1 node_network_protocol_type{device="veth02c2ee2"} 1 node_network_protocol_type{device="veth0363e8e"} 1 node_network_protocol_type{device="veth04811d4"} 1 node_network_protocol_type{device="veth04e134c"} 1 node_network_protocol_type{device="veth06386a8"} 1 node_network_protocol_type{device="veth0725f97"} 1 node_network_protocol_type{device="veth08d4173"} 1 node_network_protocol_type{device="veth0983ec1"} 1 node_network_protocol_type{device="veth0d46dec"} 1 node_network_protocol_type{device="veth0d4969b"} 1 node_network_protocol_type{device="veth0dc1806"} 1 node_network_protocol_type{device="veth0ff0390"} 1 node_network_protocol_type{device="veth11ec4af"} 1 node_network_protocol_type{device="veth11f1a58"} 1 node_network_protocol_type{device="veth1388665"} 1 node_network_protocol_type{device="veth139be56"} 1 node_network_protocol_type{device="veth13d497b"} 1 node_network_protocol_type{device="veth140b313"} 1 node_network_protocol_type{device="veth1761ae9"} 1 node_network_protocol_type{device="veth1e03f09"} 1 node_network_protocol_type{device="veth1f4b362"} 1 node_network_protocol_type{device="veth20a8b8e"} 1 node_network_protocol_type{device="veth224f89d"} 1 node_network_protocol_type{device="veth23915ec"} 1 node_network_protocol_type{device="veth25fb7d5"} 1 node_network_protocol_type{device="veth2650507"} 1 node_network_protocol_type{device="veth287fee9"} 1 node_network_protocol_type{device="veth2a4396a"} 1 node_network_protocol_type{device="veth2b6e647"} 1 node_network_protocol_type{device="veth2bc62c5"} 1 node_network_protocol_type{device="veth2dd3288"} 1 node_network_protocol_type{device="veth2ddf7e1"} 1 node_network_protocol_type{device="veth2ee1684"} 1 node_network_protocol_type{device="veth32abe6e"} 1 node_network_protocol_type{device="veth33825c0"} 1 node_network_protocol_type{device="veth35140bc"} 1 node_network_protocol_type{device="veth35a48bf"} 1 node_network_protocol_type{device="veth35c0c4c"} 1 node_network_protocol_type{device="veth3738b60"} 1 node_network_protocol_type{device="veth39390d4"} 1 node_network_protocol_type{device="veth3a0af66"} 1 node_network_protocol_type{device="veth3b31283"} 1 node_network_protocol_type{device="veth3f3da42"} 1 node_network_protocol_type{device="veth3f6b769"} 1 node_network_protocol_type{device="veth40d3df2"} 1 node_network_protocol_type{device="veth417edf6"} 1 node_network_protocol_type{device="veth4200ed8"} 1 node_network_protocol_type{device="veth4289883"} 1 node_network_protocol_type{device="veth4382b79"} 1 node_network_protocol_type{device="veth457ed67"} 1 node_network_protocol_type{device="veth47f974e"} 1 node_network_protocol_type{device="veth49d719c"} 1 node_network_protocol_type{device="veth49df819"} 1 node_network_protocol_type{device="veth4b8eff5"} 1 node_network_protocol_type{device="veth5053a50"} 1 node_network_protocol_type{device="veth5087deb"} 1 node_network_protocol_type{device="veth5090b57"} 1 node_network_protocol_type{device="veth5462551"} 1 node_network_protocol_type{device="veth57bc285"} 1 node_network_protocol_type{device="veth591a4e5"} 1 node_network_protocol_type{device="veth59d61a2"} 1 node_network_protocol_type{device="veth5b29780"} 1 node_network_protocol_type{device="veth5cc9265"} 1 node_network_protocol_type{device="veth6097074"} 1 node_network_protocol_type{device="veth6197d73"} 1 node_network_protocol_type{device="veth66fe80a"} 1 node_network_protocol_type{device="veth6864a94"} 1 node_network_protocol_type{device="veth68c6b3b"} 1 node_network_protocol_type{device="veth68c9de2"} 1 node_network_protocol_type{device="veth68ea62e"} 1 node_network_protocol_type{device="veth693d267"} 1 node_network_protocol_type{device="veth6c6b5d7"} 1 node_network_protocol_type{device="veth6d28251"} 1 node_network_protocol_type{device="veth6d76d2e"} 1 node_network_protocol_type{device="veth6fed348"} 1 node_network_protocol_type{device="veth70fc496"} 1 node_network_protocol_type{device="veth7339464"} 1 node_network_protocol_type{device="veth7536a20"} 1 node_network_protocol_type{device="veth76263cb"} 1 node_network_protocol_type{device="veth7702c4a"} 1 node_network_protocol_type{device="veth779a9b0"} 1 node_network_protocol_type{device="veth78280c1"} 1 node_network_protocol_type{device="veth7a04c25"} 1 node_network_protocol_type{device="veth7a53c4c"} 1 node_network_protocol_type{device="veth7b68e53"} 1 node_network_protocol_type{device="veth8362b0e"} 1 node_network_protocol_type{device="veth84cf683"} 1 node_network_protocol_type{device="veth85000d5"} 1 node_network_protocol_type{device="veth8553213"} 1 node_network_protocol_type{device="veth8701e4b"} 1 node_network_protocol_type{device="veth8c5b58a"} 1 node_network_protocol_type{device="veth8c77172"} 1 node_network_protocol_type{device="veth8c905e4"} 1 node_network_protocol_type{device="veth8d5e09c"} 1 node_network_protocol_type{device="veth8e9752f"} 1 node_network_protocol_type{device="veth8ee2bf2"} 1 node_network_protocol_type{device="veth8f43250"} 1 node_network_protocol_type{device="veth95ba65a"} 1 node_network_protocol_type{device="veth95d23fd"} 1 node_network_protocol_type{device="veth970153a"} 1 node_network_protocol_type{device="veth97b739c"} 1 node_network_protocol_type{device="veth980e0d6"} 1 node_network_protocol_type{device="veth9a18514"} 1 node_network_protocol_type{device="vetha005716"} 1 node_network_protocol_type{device="vetha02e9ec"} 1 node_network_protocol_type{device="vetha2c84ef"} 1 node_network_protocol_type{device="vetha328a00"} 1 node_network_protocol_type{device="vetha358798"} 1 node_network_protocol_type{device="vethaa201e8"} 1 node_network_protocol_type{device="vethac48cf5"} 1 node_network_protocol_type{device="vethadde449"} 1 node_network_protocol_type{device="vethb0b41d8"} 1 node_network_protocol_type{device="vethb0e6818"} 1 node_network_protocol_type{device="vethb181e74"} 1 node_network_protocol_type{device="vethb3c88b7"} 1 node_network_protocol_type{device="vethb3f6289"} 1 node_network_protocol_type{device="vethb60e47e"} 1 node_network_protocol_type{device="vethbbafdd5"} 1 node_network_protocol_type{device="vethbbb893e"} 1 node_network_protocol_type{device="vethbe348d0"} 1 node_network_protocol_type{device="vethc0c6935"} 1 node_network_protocol_type{device="vethc462a78"} 1 node_network_protocol_type{device="vethc696a6d"} 1 node_network_protocol_type{device="vethc7e7940"} 1 node_network_protocol_type{device="vethc863ebe"} 1 node_network_protocol_type{device="vethc8f4e8c"} 1 node_network_protocol_type{device="vethc94c23c"} 1 node_network_protocol_type{device="vethc9e4d8d"} 1 node_network_protocol_type{device="vethcb5dfad"} 1 node_network_protocol_type{device="vethccc59ae"} 1 node_network_protocol_type{device="vethcfea7a6"} 1 node_network_protocol_type{device="vethd297e42"} 1 node_network_protocol_type{device="vethd2a1d3a"} 1 node_network_protocol_type{device="vethd7796f3"} 1 node_network_protocol_type{device="vethd80c984"} 1 node_network_protocol_type{device="vethd8f6d18"} 1 node_network_protocol_type{device="vethd9153c2"} 1 node_network_protocol_type{device="vethda7b6f4"} 1 node_network_protocol_type{device="vethdb0e485"} 1 node_network_protocol_type{device="vethdbda231"} 1 node_network_protocol_type{device="vethdbe575e"} 1 node_network_protocol_type{device="vethdcc39a6"} 1 node_network_protocol_type{device="vethe10942c"} 1 node_network_protocol_type{device="vethe17211e"} 1 node_network_protocol_type{device="vethe2f5dd5"} 1 node_network_protocol_type{device="vethe489fbc"} 1 node_network_protocol_type{device="vethe7bc640"} 1 node_network_protocol_type{device="vethe8a12b2"} 1 node_network_protocol_type{device="vethecc2692"} 1 node_network_protocol_type{device="vethee8a542"} 1 node_network_protocol_type{device="vethef3c4e1"} 1 node_network_protocol_type{device="vethf05f0fd"} 1 node_network_protocol_type{device="vethf21e1e6"} 1 node_network_protocol_type{device="vethf354b58"} 1 node_network_protocol_type{device="vethf3f8f86"} 1 node_network_protocol_type{device="vethf478f47"} 1 node_network_protocol_type{device="vethf4b3f2d"} 1 node_network_protocol_type{device="vethf4cf909"} 1 node_network_protocol_type{device="vethf4ef1a1"} 1 node_network_protocol_type{device="vethf881f42"} 1 node_network_protocol_type{device="vethf92aee6"} 1 node_network_protocol_type{device="vethf949b41"} 1 node_network_protocol_type{device="vethfbe1764"} 1 node_network_protocol_type{device="vethfdd6287"} 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"} 2.249788362e+09 node_network_receive_bytes_total{device="eth1"} 800 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"} 2.0143183e+07 node_network_receive_packets_total{device="eth1"} 8 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-1208434784fe"} 1.25e+09 node_network_speed_bytes{device="br-17075da66b69"} 1.25e+09 node_network_speed_bytes{device="br-1cc5b9430b0f"} 1.25e+09 node_network_speed_bytes{device="br-1ec8a57c0693"} 1.25e+09 node_network_speed_bytes{device="br-43b824a2bee3"} 1.25e+09 node_network_speed_bytes{device="br-a0144fd8fc9b"} 1.25e+09 node_network_speed_bytes{device="br-a83c2d884601"} 1.25e+09 node_network_speed_bytes{device="br-ad32afc14aee"} 1.25e+09 node_network_speed_bytes{device="br-cb5c60e04531"} 1.25e+09 node_network_speed_bytes{device="br-cc038379bb34"} 1.25e+09 node_network_speed_bytes{device="br-d0f5f56ac3da"} 1.25e+09 node_network_speed_bytes{device="br-e0a5f7c7fdd8"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="enp6s0"} 1.25e+08 node_network_speed_bytes{device="veth01a4523"} 1.25e+09 node_network_speed_bytes{device="veth01f4fb5"} 1.25e+09 node_network_speed_bytes{device="veth0263dc9"} 1.25e+09 node_network_speed_bytes{device="veth02c2ee2"} 1.25e+09 node_network_speed_bytes{device="veth0363e8e"} 1.25e+09 node_network_speed_bytes{device="veth04811d4"} 1.25e+09 node_network_speed_bytes{device="veth04e134c"} 1.25e+09 node_network_speed_bytes{device="veth06386a8"} 1.25e+09 node_network_speed_bytes{device="veth0725f97"} 1.25e+09 node_network_speed_bytes{device="veth08d4173"} 1.25e+09 node_network_speed_bytes{device="veth0983ec1"} 1.25e+09 node_network_speed_bytes{device="veth0d46dec"} 1.25e+09 node_network_speed_bytes{device="veth0d4969b"} 1.25e+09 node_network_speed_bytes{device="veth0dc1806"} 1.25e+09 node_network_speed_bytes{device="veth0ff0390"} 1.25e+09 node_network_speed_bytes{device="veth11ec4af"} 1.25e+09 node_network_speed_bytes{device="veth11f1a58"} 1.25e+09 node_network_speed_bytes{device="veth1388665"} 1.25e+09 node_network_speed_bytes{device="veth139be56"} 1.25e+09 node_network_speed_bytes{device="veth13d497b"} 1.25e+09 node_network_speed_bytes{device="veth140b313"} 1.25e+09 node_network_speed_bytes{device="veth1761ae9"} 1.25e+09 node_network_speed_bytes{device="veth1e03f09"} 1.25e+09 node_network_speed_bytes{device="veth1f4b362"} 1.25e+09 node_network_speed_bytes{device="veth20a8b8e"} 1.25e+09 node_network_speed_bytes{device="veth224f89d"} 1.25e+09 node_network_speed_bytes{device="veth23915ec"} 1.25e+09 node_network_speed_bytes{device="veth25fb7d5"} 1.25e+09 node_network_speed_bytes{device="veth2650507"} 1.25e+09 node_network_speed_bytes{device="veth287fee9"} 1.25e+09 node_network_speed_bytes{device="veth2a4396a"} 1.25e+09 node_network_speed_bytes{device="veth2b6e647"} 1.25e+09 node_network_speed_bytes{device="veth2bc62c5"} 1.25e+09 node_network_speed_bytes{device="veth2dd3288"} 1.25e+09 node_network_speed_bytes{device="veth2ddf7e1"} 1.25e+09 node_network_speed_bytes{device="veth2ee1684"} 1.25e+09 node_network_speed_bytes{device="veth32abe6e"} 1.25e+09 node_network_speed_bytes{device="veth33825c0"} 1.25e+09 node_network_speed_bytes{device="veth35140bc"} 1.25e+09 node_network_speed_bytes{device="veth35a48bf"} 1.25e+09 node_network_speed_bytes{device="veth35c0c4c"} 1.25e+09 node_network_speed_bytes{device="veth3738b60"} 1.25e+09 node_network_speed_bytes{device="veth39390d4"} 1.25e+09 node_network_speed_bytes{device="veth3a0af66"} 1.25e+09 node_network_speed_bytes{device="veth3b31283"} 1.25e+09 node_network_speed_bytes{device="veth3f3da42"} 1.25e+09 node_network_speed_bytes{device="veth3f6b769"} 1.25e+09 node_network_speed_bytes{device="veth40d3df2"} 1.25e+09 node_network_speed_bytes{device="veth417edf6"} 1.25e+09 node_network_speed_bytes{device="veth4200ed8"} 1.25e+09 node_network_speed_bytes{device="veth4289883"} 1.25e+09 node_network_speed_bytes{device="veth4382b79"} 1.25e+09 node_network_speed_bytes{device="veth457ed67"} 1.25e+09 node_network_speed_bytes{device="veth47f974e"} 1.25e+09 node_network_speed_bytes{device="veth49d719c"} 1.25e+09 node_network_speed_bytes{device="veth49df819"} 1.25e+09 node_network_speed_bytes{device="veth4b8eff5"} 1.25e+09 node_network_speed_bytes{device="veth5053a50"} 1.25e+09 node_network_speed_bytes{device="veth5087deb"} 1.25e+09 node_network_speed_bytes{device="veth5090b57"} 1.25e+09 node_network_speed_bytes{device="veth5462551"} 1.25e+09 node_network_speed_bytes{device="veth57bc285"} 1.25e+09 node_network_speed_bytes{device="veth591a4e5"} 1.25e+09 node_network_speed_bytes{device="veth59d61a2"} 1.25e+09 node_network_speed_bytes{device="veth5b29780"} 1.25e+09 node_network_speed_bytes{device="veth5cc9265"} 1.25e+09 node_network_speed_bytes{device="veth6097074"} 1.25e+09 node_network_speed_bytes{device="veth6197d73"} 1.25e+09 node_network_speed_bytes{device="veth66fe80a"} 1.25e+09 node_network_speed_bytes{device="veth6864a94"} 1.25e+09 node_network_speed_bytes{device="veth68c6b3b"} 1.25e+09 node_network_speed_bytes{device="veth68c9de2"} 1.25e+09 node_network_speed_bytes{device="veth68ea62e"} 1.25e+09 node_network_speed_bytes{device="veth693d267"} 1.25e+09 node_network_speed_bytes{device="veth6c6b5d7"} 1.25e+09 node_network_speed_bytes{device="veth6d28251"} 1.25e+09 node_network_speed_bytes{device="veth6d76d2e"} 1.25e+09 node_network_speed_bytes{device="veth6fed348"} 1.25e+09 node_network_speed_bytes{device="veth70fc496"} 1.25e+09 node_network_speed_bytes{device="veth7339464"} 1.25e+09 node_network_speed_bytes{device="veth7536a20"} 1.25e+09 node_network_speed_bytes{device="veth76263cb"} 1.25e+09 node_network_speed_bytes{device="veth7702c4a"} 1.25e+09 node_network_speed_bytes{device="veth779a9b0"} 1.25e+09 node_network_speed_bytes{device="veth78280c1"} 1.25e+09 node_network_speed_bytes{device="veth7a04c25"} 1.25e+09 node_network_speed_bytes{device="veth7a53c4c"} 1.25e+09 node_network_speed_bytes{device="veth7b68e53"} 1.25e+09 node_network_speed_bytes{device="veth8362b0e"} 1.25e+09 node_network_speed_bytes{device="veth84cf683"} 1.25e+09 node_network_speed_bytes{device="veth85000d5"} 1.25e+09 node_network_speed_bytes{device="veth8553213"} 1.25e+09 node_network_speed_bytes{device="veth8701e4b"} 1.25e+09 node_network_speed_bytes{device="veth8c5b58a"} 1.25e+09 node_network_speed_bytes{device="veth8c77172"} 1.25e+09 node_network_speed_bytes{device="veth8c905e4"} 1.25e+09 node_network_speed_bytes{device="veth8d5e09c"} 1.25e+09 node_network_speed_bytes{device="veth8e9752f"} 1.25e+09 node_network_speed_bytes{device="veth8ee2bf2"} 1.25e+09 node_network_speed_bytes{device="veth8f43250"} 1.25e+09 node_network_speed_bytes{device="veth95ba65a"} 1.25e+09 node_network_speed_bytes{device="veth95d23fd"} 1.25e+09 node_network_speed_bytes{device="veth970153a"} 1.25e+09 node_network_speed_bytes{device="veth97b739c"} 1.25e+09 node_network_speed_bytes{device="veth980e0d6"} 1.25e+09 node_network_speed_bytes{device="veth9a18514"} 1.25e+09 node_network_speed_bytes{device="vetha005716"} 1.25e+09 node_network_speed_bytes{device="vetha02e9ec"} 1.25e+09 node_network_speed_bytes{device="vetha2c84ef"} 1.25e+09 node_network_speed_bytes{device="vetha328a00"} 1.25e+09 node_network_speed_bytes{device="vetha358798"} 1.25e+09 node_network_speed_bytes{device="vethaa201e8"} 1.25e+09 node_network_speed_bytes{device="vethac48cf5"} 1.25e+09 node_network_speed_bytes{device="vethadde449"} 1.25e+09 node_network_speed_bytes{device="vethb0b41d8"} 1.25e+09 node_network_speed_bytes{device="vethb0e6818"} 1.25e+09 node_network_speed_bytes{device="vethb181e74"} 1.25e+09 node_network_speed_bytes{device="vethb3c88b7"} 1.25e+09 node_network_speed_bytes{device="vethb3f6289"} 1.25e+09 node_network_speed_bytes{device="vethb60e47e"} 1.25e+09 node_network_speed_bytes{device="vethbbafdd5"} 1.25e+09 node_network_speed_bytes{device="vethbbb893e"} 1.25e+09 node_network_speed_bytes{device="vethbe348d0"} 1.25e+09 node_network_speed_bytes{device="vethc0c6935"} 1.25e+09 node_network_speed_bytes{device="vethc462a78"} 1.25e+09 node_network_speed_bytes{device="vethc696a6d"} 1.25e+09 node_network_speed_bytes{device="vethc7e7940"} 1.25e+09 node_network_speed_bytes{device="vethc863ebe"} 1.25e+09 node_network_speed_bytes{device="vethc8f4e8c"} 1.25e+09 node_network_speed_bytes{device="vethc94c23c"} 1.25e+09 node_network_speed_bytes{device="vethc9e4d8d"} 1.25e+09 node_network_speed_bytes{device="vethcb5dfad"} 1.25e+09 node_network_speed_bytes{device="vethccc59ae"} 1.25e+09 node_network_speed_bytes{device="vethcfea7a6"} 1.25e+09 node_network_speed_bytes{device="vethd297e42"} 1.25e+09 node_network_speed_bytes{device="vethd2a1d3a"} 1.25e+09 node_network_speed_bytes{device="vethd7796f3"} 1.25e+09 node_network_speed_bytes{device="vethd80c984"} 1.25e+09 node_network_speed_bytes{device="vethd8f6d18"} 1.25e+09 node_network_speed_bytes{device="vethd9153c2"} 1.25e+09 node_network_speed_bytes{device="vethda7b6f4"} 1.25e+09 node_network_speed_bytes{device="vethdb0e485"} 1.25e+09 node_network_speed_bytes{device="vethdbda231"} 1.25e+09 node_network_speed_bytes{device="vethdbe575e"} 1.25e+09 node_network_speed_bytes{device="vethdcc39a6"} 1.25e+09 node_network_speed_bytes{device="vethe10942c"} 1.25e+09 node_network_speed_bytes{device="vethe17211e"} 1.25e+09 node_network_speed_bytes{device="vethe2f5dd5"} 1.25e+09 node_network_speed_bytes{device="vethe489fbc"} 1.25e+09 node_network_speed_bytes{device="vethe7bc640"} 1.25e+09 node_network_speed_bytes{device="vethe8a12b2"} 1.25e+09 node_network_speed_bytes{device="vethecc2692"} 1.25e+09 node_network_speed_bytes{device="vethee8a542"} 1.25e+09 node_network_speed_bytes{device="vethef3c4e1"} 1.25e+09 node_network_speed_bytes{device="vethf05f0fd"} 1.25e+09 node_network_speed_bytes{device="vethf21e1e6"} 1.25e+09 node_network_speed_bytes{device="vethf354b58"} 1.25e+09 node_network_speed_bytes{device="vethf3f8f86"} 1.25e+09 node_network_speed_bytes{device="vethf478f47"} 1.25e+09 node_network_speed_bytes{device="vethf4b3f2d"} 1.25e+09 node_network_speed_bytes{device="vethf4cf909"} 1.25e+09 node_network_speed_bytes{device="vethf4ef1a1"} 1.25e+09 node_network_speed_bytes{device="vethf881f42"} 1.25e+09 node_network_speed_bytes{device="vethf92aee6"} 1.25e+09 node_network_speed_bytes{device="vethf949b41"} 1.25e+09 node_network_speed_bytes{device="vethfbe1764"} 1.25e+09 node_network_speed_bytes{device="vethfdd6287"} 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"} 5.1675983043e+10 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 1.8827672e+07 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-1208434784fe"} 0 node_network_transmit_queue_length{device="br-17075da66b69"} 0 node_network_transmit_queue_length{device="br-1cc5b9430b0f"} 0 node_network_transmit_queue_length{device="br-1ec8a57c0693"} 0 node_network_transmit_queue_length{device="br-43b824a2bee3"} 0 node_network_transmit_queue_length{device="br-a0144fd8fc9b"} 0 node_network_transmit_queue_length{device="br-a83c2d884601"} 0 node_network_transmit_queue_length{device="br-ad32afc14aee"} 0 node_network_transmit_queue_length{device="br-cb5c60e04531"} 0 node_network_transmit_queue_length{device="br-cc038379bb34"} 0 node_network_transmit_queue_length{device="br-d0f5f56ac3da"} 0 node_network_transmit_queue_length{device="br-e0a5f7c7fdd8"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp6s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth01a4523"} 0 node_network_transmit_queue_length{device="veth01f4fb5"} 0 node_network_transmit_queue_length{device="veth0263dc9"} 0 node_network_transmit_queue_length{device="veth02c2ee2"} 0 node_network_transmit_queue_length{device="veth0363e8e"} 0 node_network_transmit_queue_length{device="veth04811d4"} 0 node_network_transmit_queue_length{device="veth04e134c"} 0 node_network_transmit_queue_length{device="veth06386a8"} 0 node_network_transmit_queue_length{device="veth0725f97"} 0 node_network_transmit_queue_length{device="veth08d4173"} 0 node_network_transmit_queue_length{device="veth0983ec1"} 0 node_network_transmit_queue_length{device="veth0d46dec"} 0 node_network_transmit_queue_length{device="veth0d4969b"} 0 node_network_transmit_queue_length{device="veth0dc1806"} 0 node_network_transmit_queue_length{device="veth0ff0390"} 0 node_network_transmit_queue_length{device="veth11ec4af"} 0 node_network_transmit_queue_length{device="veth11f1a58"} 0 node_network_transmit_queue_length{device="veth1388665"} 0 node_network_transmit_queue_length{device="veth139be56"} 0 node_network_transmit_queue_length{device="veth13d497b"} 0 node_network_transmit_queue_length{device="veth140b313"} 0 node_network_transmit_queue_length{device="veth1761ae9"} 0 node_network_transmit_queue_length{device="veth1e03f09"} 0 node_network_transmit_queue_length{device="veth1f4b362"} 0 node_network_transmit_queue_length{device="veth20a8b8e"} 0 node_network_transmit_queue_length{device="veth224f89d"} 0 node_network_transmit_queue_length{device="veth23915ec"} 0 node_network_transmit_queue_length{device="veth25fb7d5"} 0 node_network_transmit_queue_length{device="veth2650507"} 0 node_network_transmit_queue_length{device="veth287fee9"} 0 node_network_transmit_queue_length{device="veth2a4396a"} 0 node_network_transmit_queue_length{device="veth2b6e647"} 0 node_network_transmit_queue_length{device="veth2bc62c5"} 0 node_network_transmit_queue_length{device="veth2dd3288"} 0 node_network_transmit_queue_length{device="veth2ddf7e1"} 0 node_network_transmit_queue_length{device="veth2ee1684"} 0 node_network_transmit_queue_length{device="veth32abe6e"} 0 node_network_transmit_queue_length{device="veth33825c0"} 0 node_network_transmit_queue_length{device="veth35140bc"} 0 node_network_transmit_queue_length{device="veth35a48bf"} 0 node_network_transmit_queue_length{device="veth35c0c4c"} 0 node_network_transmit_queue_length{device="veth3738b60"} 0 node_network_transmit_queue_length{device="veth39390d4"} 0 node_network_transmit_queue_length{device="veth3a0af66"} 0 node_network_transmit_queue_length{device="veth3b31283"} 0 node_network_transmit_queue_length{device="veth3f3da42"} 0 node_network_transmit_queue_length{device="veth3f6b769"} 0 node_network_transmit_queue_length{device="veth40d3df2"} 0 node_network_transmit_queue_length{device="veth417edf6"} 0 node_network_transmit_queue_length{device="veth4200ed8"} 0 node_network_transmit_queue_length{device="veth4289883"} 0 node_network_transmit_queue_length{device="veth4382b79"} 0 node_network_transmit_queue_length{device="veth457ed67"} 0 node_network_transmit_queue_length{device="veth47f974e"} 0 node_network_transmit_queue_length{device="veth49d719c"} 0 node_network_transmit_queue_length{device="veth49df819"} 0 node_network_transmit_queue_length{device="veth4b8eff5"} 0 node_network_transmit_queue_length{device="veth5053a50"} 0 node_network_transmit_queue_length{device="veth5087deb"} 0 node_network_transmit_queue_length{device="veth5090b57"} 0 node_network_transmit_queue_length{device="veth5462551"} 0 node_network_transmit_queue_length{device="veth57bc285"} 0 node_network_transmit_queue_length{device="veth591a4e5"} 0 node_network_transmit_queue_length{device="veth59d61a2"} 0 node_network_transmit_queue_length{device="veth5b29780"} 0 node_network_transmit_queue_length{device="veth5cc9265"} 0 node_network_transmit_queue_length{device="veth6097074"} 0 node_network_transmit_queue_length{device="veth6197d73"} 0 node_network_transmit_queue_length{device="veth66fe80a"} 0 node_network_transmit_queue_length{device="veth6864a94"} 0 node_network_transmit_queue_length{device="veth68c6b3b"} 0 node_network_transmit_queue_length{device="veth68c9de2"} 0 node_network_transmit_queue_length{device="veth68ea62e"} 0 node_network_transmit_queue_length{device="veth693d267"} 0 node_network_transmit_queue_length{device="veth6c6b5d7"} 0 node_network_transmit_queue_length{device="veth6d28251"} 0 node_network_transmit_queue_length{device="veth6d76d2e"} 0 node_network_transmit_queue_length{device="veth6fed348"} 0 node_network_transmit_queue_length{device="veth70fc496"} 0 node_network_transmit_queue_length{device="veth7339464"} 0 node_network_transmit_queue_length{device="veth7536a20"} 0 node_network_transmit_queue_length{device="veth76263cb"} 0 node_network_transmit_queue_length{device="veth7702c4a"} 0 node_network_transmit_queue_length{device="veth779a9b0"} 0 node_network_transmit_queue_length{device="veth78280c1"} 0 node_network_transmit_queue_length{device="veth7a04c25"} 0 node_network_transmit_queue_length{device="veth7a53c4c"} 0 node_network_transmit_queue_length{device="veth7b68e53"} 0 node_network_transmit_queue_length{device="veth8362b0e"} 0 node_network_transmit_queue_length{device="veth84cf683"} 0 node_network_transmit_queue_length{device="veth85000d5"} 0 node_network_transmit_queue_length{device="veth8553213"} 0 node_network_transmit_queue_length{device="veth8701e4b"} 0 node_network_transmit_queue_length{device="veth8c5b58a"} 0 node_network_transmit_queue_length{device="veth8c77172"} 0 node_network_transmit_queue_length{device="veth8c905e4"} 0 node_network_transmit_queue_length{device="veth8d5e09c"} 0 node_network_transmit_queue_length{device="veth8e9752f"} 0 node_network_transmit_queue_length{device="veth8ee2bf2"} 0 node_network_transmit_queue_length{device="veth8f43250"} 0 node_network_transmit_queue_length{device="veth95ba65a"} 0 node_network_transmit_queue_length{device="veth95d23fd"} 0 node_network_transmit_queue_length{device="veth970153a"} 0 node_network_transmit_queue_length{device="veth97b739c"} 0 node_network_transmit_queue_length{device="veth980e0d6"} 0 node_network_transmit_queue_length{device="veth9a18514"} 0 node_network_transmit_queue_length{device="vetha005716"} 0 node_network_transmit_queue_length{device="vetha02e9ec"} 0 node_network_transmit_queue_length{device="vetha2c84ef"} 0 node_network_transmit_queue_length{device="vetha328a00"} 0 node_network_transmit_queue_length{device="vetha358798"} 0 node_network_transmit_queue_length{device="vethaa201e8"} 0 node_network_transmit_queue_length{device="vethac48cf5"} 0 node_network_transmit_queue_length{device="vethadde449"} 0 node_network_transmit_queue_length{device="vethb0b41d8"} 0 node_network_transmit_queue_length{device="vethb0e6818"} 0 node_network_transmit_queue_length{device="vethb181e74"} 0 node_network_transmit_queue_length{device="vethb3c88b7"} 0 node_network_transmit_queue_length{device="vethb3f6289"} 0 node_network_transmit_queue_length{device="vethb60e47e"} 0 node_network_transmit_queue_length{device="vethbbafdd5"} 0 node_network_transmit_queue_length{device="vethbbb893e"} 0 node_network_transmit_queue_length{device="vethbe348d0"} 0 node_network_transmit_queue_length{device="vethc0c6935"} 0 node_network_transmit_queue_length{device="vethc462a78"} 0 node_network_transmit_queue_length{device="vethc696a6d"} 0 node_network_transmit_queue_length{device="vethc7e7940"} 0 node_network_transmit_queue_length{device="vethc863ebe"} 0 node_network_transmit_queue_length{device="vethc8f4e8c"} 0 node_network_transmit_queue_length{device="vethc94c23c"} 0 node_network_transmit_queue_length{device="vethc9e4d8d"} 0 node_network_transmit_queue_length{device="vethcb5dfad"} 0 node_network_transmit_queue_length{device="vethccc59ae"} 0 node_network_transmit_queue_length{device="vethcfea7a6"} 0 node_network_transmit_queue_length{device="vethd297e42"} 0 node_network_transmit_queue_length{device="vethd2a1d3a"} 0 node_network_transmit_queue_length{device="vethd7796f3"} 0 node_network_transmit_queue_length{device="vethd80c984"} 0 node_network_transmit_queue_length{device="vethd8f6d18"} 0 node_network_transmit_queue_length{device="vethd9153c2"} 0 node_network_transmit_queue_length{device="vethda7b6f4"} 0 node_network_transmit_queue_length{device="vethdb0e485"} 0 node_network_transmit_queue_length{device="vethdbda231"} 0 node_network_transmit_queue_length{device="vethdbe575e"} 0 node_network_transmit_queue_length{device="vethdcc39a6"} 0 node_network_transmit_queue_length{device="vethe10942c"} 0 node_network_transmit_queue_length{device="vethe17211e"} 0 node_network_transmit_queue_length{device="vethe2f5dd5"} 0 node_network_transmit_queue_length{device="vethe489fbc"} 0 node_network_transmit_queue_length{device="vethe7bc640"} 0 node_network_transmit_queue_length{device="vethe8a12b2"} 0 node_network_transmit_queue_length{device="vethecc2692"} 0 node_network_transmit_queue_length{device="vethee8a542"} 0 node_network_transmit_queue_length{device="vethef3c4e1"} 0 node_network_transmit_queue_length{device="vethf05f0fd"} 0 node_network_transmit_queue_length{device="vethf21e1e6"} 0 node_network_transmit_queue_length{device="vethf354b58"} 0 node_network_transmit_queue_length{device="vethf3f8f86"} 0 node_network_transmit_queue_length{device="vethf478f47"} 0 node_network_transmit_queue_length{device="vethf4b3f2d"} 0 node_network_transmit_queue_length{device="vethf4cf909"} 0 node_network_transmit_queue_length{device="vethf4ef1a1"} 0 node_network_transmit_queue_length{device="vethf881f42"} 0 node_network_transmit_queue_length{device="vethf92aee6"} 0 node_network_transmit_queue_length{device="vethf949b41"} 0 node_network_transmit_queue_length{device="vethfbe1764"} 0 node_network_transmit_queue_length{device="vethfdd6287"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-1208434784fe"} 1 node_network_up{device="br-17075da66b69"} 1 node_network_up{device="br-1cc5b9430b0f"} 1 node_network_up{device="br-1ec8a57c0693"} 1 node_network_up{device="br-43b824a2bee3"} 1 node_network_up{device="br-a0144fd8fc9b"} 1 node_network_up{device="br-a83c2d884601"} 1 node_network_up{device="br-ad32afc14aee"} 1 node_network_up{device="br-cb5c60e04531"} 1 node_network_up{device="br-cc038379bb34"} 1 node_network_up{device="br-d0f5f56ac3da"} 1 node_network_up{device="br-e0a5f7c7fdd8"} 1 node_network_up{device="docker0"} 1 node_network_up{device="enp6s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth01a4523"} 1 node_network_up{device="veth01f4fb5"} 1 node_network_up{device="veth0263dc9"} 1 node_network_up{device="veth02c2ee2"} 1 node_network_up{device="veth0363e8e"} 1 node_network_up{device="veth04811d4"} 1 node_network_up{device="veth04e134c"} 1 node_network_up{device="veth06386a8"} 1 node_network_up{device="veth0725f97"} 1 node_network_up{device="veth08d4173"} 1 node_network_up{device="veth0983ec1"} 1 node_network_up{device="veth0d46dec"} 1 node_network_up{device="veth0d4969b"} 1 node_network_up{device="veth0dc1806"} 1 node_network_up{device="veth0ff0390"} 1 node_network_up{device="veth11ec4af"} 1 node_network_up{device="veth11f1a58"} 1 node_network_up{device="veth1388665"} 1 node_network_up{device="veth139be56"} 1 node_network_up{device="veth13d497b"} 1 node_network_up{device="veth140b313"} 1 node_network_up{device="veth1761ae9"} 1 node_network_up{device="veth1e03f09"} 1 node_network_up{device="veth1f4b362"} 1 node_network_up{device="veth20a8b8e"} 1 node_network_up{device="veth224f89d"} 1 node_network_up{device="veth23915ec"} 1 node_network_up{device="veth25fb7d5"} 1 node_network_up{device="veth2650507"} 1 node_network_up{device="veth287fee9"} 1 node_network_up{device="veth2a4396a"} 1 node_network_up{device="veth2b6e647"} 1 node_network_up{device="veth2bc62c5"} 1 node_network_up{device="veth2dd3288"} 1 node_network_up{device="veth2ddf7e1"} 1 node_network_up{device="veth2ee1684"} 1 node_network_up{device="veth32abe6e"} 1 node_network_up{device="veth33825c0"} 1 node_network_up{device="veth35140bc"} 1 node_network_up{device="veth35a48bf"} 1 node_network_up{device="veth35c0c4c"} 1 node_network_up{device="veth3738b60"} 1 node_network_up{device="veth39390d4"} 1 node_network_up{device="veth3a0af66"} 1 node_network_up{device="veth3b31283"} 1 node_network_up{device="veth3f3da42"} 1 node_network_up{device="veth3f6b769"} 1 node_network_up{device="veth40d3df2"} 1 node_network_up{device="veth417edf6"} 1 node_network_up{device="veth4200ed8"} 1 node_network_up{device="veth4289883"} 1 node_network_up{device="veth4382b79"} 1 node_network_up{device="veth457ed67"} 1 node_network_up{device="veth47f974e"} 1 node_network_up{device="veth49d719c"} 1 node_network_up{device="veth49df819"} 1 node_network_up{device="veth4b8eff5"} 1 node_network_up{device="veth5053a50"} 1 node_network_up{device="veth5087deb"} 1 node_network_up{device="veth5090b57"} 1 node_network_up{device="veth5462551"} 1 node_network_up{device="veth57bc285"} 1 node_network_up{device="veth591a4e5"} 1 node_network_up{device="veth59d61a2"} 1 node_network_up{device="veth5b29780"} 1 node_network_up{device="veth5cc9265"} 1 node_network_up{device="veth6097074"} 1 node_network_up{device="veth6197d73"} 1 node_network_up{device="veth66fe80a"} 1 node_network_up{device="veth6864a94"} 1 node_network_up{device="veth68c6b3b"} 1 node_network_up{device="veth68c9de2"} 1 node_network_up{device="veth68ea62e"} 1 node_network_up{device="veth693d267"} 1 node_network_up{device="veth6c6b5d7"} 1 node_network_up{device="veth6d28251"} 1 node_network_up{device="veth6d76d2e"} 1 node_network_up{device="veth6fed348"} 1 node_network_up{device="veth70fc496"} 1 node_network_up{device="veth7339464"} 1 node_network_up{device="veth7536a20"} 1 node_network_up{device="veth76263cb"} 1 node_network_up{device="veth7702c4a"} 1 node_network_up{device="veth779a9b0"} 1 node_network_up{device="veth78280c1"} 1 node_network_up{device="veth7a04c25"} 1 node_network_up{device="veth7a53c4c"} 1 node_network_up{device="veth7b68e53"} 1 node_network_up{device="veth8362b0e"} 1 node_network_up{device="veth84cf683"} 1 node_network_up{device="veth85000d5"} 1 node_network_up{device="veth8553213"} 1 node_network_up{device="veth8701e4b"} 1 node_network_up{device="veth8c5b58a"} 1 node_network_up{device="veth8c77172"} 1 node_network_up{device="veth8c905e4"} 1 node_network_up{device="veth8d5e09c"} 1 node_network_up{device="veth8e9752f"} 1 node_network_up{device="veth8ee2bf2"} 1 node_network_up{device="veth8f43250"} 1 node_network_up{device="veth95ba65a"} 1 node_network_up{device="veth95d23fd"} 1 node_network_up{device="veth970153a"} 1 node_network_up{device="veth97b739c"} 1 node_network_up{device="veth980e0d6"} 1 node_network_up{device="veth9a18514"} 1 node_network_up{device="vetha005716"} 1 node_network_up{device="vetha02e9ec"} 1 node_network_up{device="vetha2c84ef"} 1 node_network_up{device="vetha328a00"} 1 node_network_up{device="vetha358798"} 1 node_network_up{device="vethaa201e8"} 1 node_network_up{device="vethac48cf5"} 1 node_network_up{device="vethadde449"} 1 node_network_up{device="vethb0b41d8"} 1 node_network_up{device="vethb0e6818"} 1 node_network_up{device="vethb181e74"} 1 node_network_up{device="vethb3c88b7"} 1 node_network_up{device="vethb3f6289"} 1 node_network_up{device="vethb60e47e"} 1 node_network_up{device="vethbbafdd5"} 1 node_network_up{device="vethbbb893e"} 1 node_network_up{device="vethbe348d0"} 1 node_network_up{device="vethc0c6935"} 1 node_network_up{device="vethc462a78"} 1 node_network_up{device="vethc696a6d"} 1 node_network_up{device="vethc7e7940"} 1 node_network_up{device="vethc863ebe"} 1 node_network_up{device="vethc8f4e8c"} 1 node_network_up{device="vethc94c23c"} 1 node_network_up{device="vethc9e4d8d"} 1 node_network_up{device="vethcb5dfad"} 1 node_network_up{device="vethccc59ae"} 1 node_network_up{device="vethcfea7a6"} 1 node_network_up{device="vethd297e42"} 1 node_network_up{device="vethd2a1d3a"} 1 node_network_up{device="vethd7796f3"} 1 node_network_up{device="vethd80c984"} 1 node_network_up{device="vethd8f6d18"} 1 node_network_up{device="vethd9153c2"} 1 node_network_up{device="vethda7b6f4"} 1 node_network_up{device="vethdb0e485"} 1 node_network_up{device="vethdbda231"} 1 node_network_up{device="vethdbe575e"} 1 node_network_up{device="vethdcc39a6"} 1 node_network_up{device="vethe10942c"} 1 node_network_up{device="vethe17211e"} 1 node_network_up{device="vethe2f5dd5"} 1 node_network_up{device="vethe489fbc"} 1 node_network_up{device="vethe7bc640"} 1 node_network_up{device="vethe8a12b2"} 1 node_network_up{device="vethecc2692"} 1 node_network_up{device="vethee8a542"} 1 node_network_up{device="vethef3c4e1"} 1 node_network_up{device="vethf05f0fd"} 1 node_network_up{device="vethf21e1e6"} 1 node_network_up{device="vethf354b58"} 1 node_network_up{device="vethf3f8f86"} 1 node_network_up{device="vethf478f47"} 1 node_network_up{device="vethf4b3f2d"} 1 node_network_up{device="vethf4cf909"} 1 node_network_up{device="vethf4ef1a1"} 1 node_network_up{device="vethf881f42"} 1 node_network_up{device="vethf92aee6"} 1 node_network_up{device="vethf949b41"} 1 node_network_up{device="vethfbe1764"} 1 node_network_up{device="vethfdd6287"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 13 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="GXA7801Q",model="SAMSUNG MZVL21T0HCLR-00B00",serial="S676NL0W210722",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="GXA7801Q",model="SAMSUNG MZVL21T0HCLR-00B00",serial="S676NL0W210742",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 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.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"} 22.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 16978.303536 # 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 18430.635732000002 # 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 18760.954511999997 # 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 15.201048 # 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 15.701797000000001 # 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.298351775778004e+06 node_schedstat_running_seconds_total{cpu="1"} 1.19576830498626e+06 node_schedstat_running_seconds_total{cpu="10"} 1.706677177091041e+06 node_schedstat_running_seconds_total{cpu="11"} 1.699264641795916e+06 node_schedstat_running_seconds_total{cpu="12"} 1.676791485865745e+06 node_schedstat_running_seconds_total{cpu="13"} 1.644464633981817e+06 node_schedstat_running_seconds_total{cpu="14"} 1.629156809206339e+06 node_schedstat_running_seconds_total{cpu="15"} 1.58184023658877e+06 node_schedstat_running_seconds_total{cpu="2"} 1.174270710714676e+06 node_schedstat_running_seconds_total{cpu="3"} 1.169230969419033e+06 node_schedstat_running_seconds_total{cpu="4"} 1.181311871247058e+06 node_schedstat_running_seconds_total{cpu="5"} 1.201445082220444e+06 node_schedstat_running_seconds_total{cpu="6"} 1.255132370442829e+06 node_schedstat_running_seconds_total{cpu="7"} 1.290832287497516e+06 node_schedstat_running_seconds_total{cpu="8"} 1.558107975115351e+06 node_schedstat_running_seconds_total{cpu="9"} 1.676825688249716e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.948319305e+09 node_schedstat_timeslices_total{cpu="1"} 3.023182869e+09 node_schedstat_timeslices_total{cpu="10"} 2.97111666e+09 node_schedstat_timeslices_total{cpu="11"} 2.936516486e+09 node_schedstat_timeslices_total{cpu="12"} 2.909642871e+09 node_schedstat_timeslices_total{cpu="13"} 2.888424475e+09 node_schedstat_timeslices_total{cpu="14"} 2.864753446e+09 node_schedstat_timeslices_total{cpu="15"} 2.833601543e+09 node_schedstat_timeslices_total{cpu="2"} 3.037639594e+09 node_schedstat_timeslices_total{cpu="3"} 3.080678102e+09 node_schedstat_timeslices_total{cpu="4"} 3.10340732e+09 node_schedstat_timeslices_total{cpu="5"} 3.126946914e+09 node_schedstat_timeslices_total{cpu="6"} 3.161745946e+09 node_schedstat_timeslices_total{cpu="7"} 3.14694267e+09 node_schedstat_timeslices_total{cpu="8"} 3.038174391e+09 node_schedstat_timeslices_total{cpu="9"} 3.008262138e+09 # 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"} 3260.924641476 node_schedstat_waiting_seconds_total{cpu="1"} 2925.943443505 node_schedstat_waiting_seconds_total{cpu="10"} 3421.684701986 node_schedstat_waiting_seconds_total{cpu="11"} 3412.359137096 node_schedstat_waiting_seconds_total{cpu="12"} 3349.117938751 node_schedstat_waiting_seconds_total{cpu="13"} 3256.176221262 node_schedstat_waiting_seconds_total{cpu="14"} 3193.532320071 node_schedstat_waiting_seconds_total{cpu="15"} 3119.818662056 node_schedstat_waiting_seconds_total{cpu="2"} 2877.264775524 node_schedstat_waiting_seconds_total{cpu="3"} 2862.197466561 node_schedstat_waiting_seconds_total{cpu="4"} 2853.986794313 node_schedstat_waiting_seconds_total{cpu="5"} 2818.264722625 node_schedstat_waiting_seconds_total{cpu="6"} 2914.432008439 node_schedstat_waiting_seconds_total{cpu="7"} 2911.707476558 node_schedstat_waiting_seconds_total{cpu="8"} 3414.932481793 node_schedstat_waiting_seconds_total{cpu="9"} 3423.901941985 # 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.000119015 node_scrape_collector_duration_seconds{collector="bcache"} 7.083e-06 node_scrape_collector_duration_seconds{collector="bonding"} 8.797e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00463548 node_scrape_collector_duration_seconds{collector="conntrack"} 6.2608e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001085782 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.090340363 node_scrape_collector_duration_seconds{collector="diskstats"} 0.003059862 node_scrape_collector_duration_seconds{collector="dmi"} 9.918e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.659e-05 node_scrape_collector_duration_seconds{collector="entropy"} 8.3668e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.787e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.2743e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.009575575 node_scrape_collector_duration_seconds{collector="hwmon"} 0.008032007 node_scrape_collector_duration_seconds{collector="infiniband"} 9.528e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 1.0109e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.0208e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.1917e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 9.2495e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.096459646 node_scrape_collector_duration_seconds{collector="netdev"} 0.000247317 node_scrape_collector_duration_seconds{collector="netstat"} 0.000581238 node_scrape_collector_duration_seconds{collector="nfs"} 9.919e-06 node_scrape_collector_duration_seconds{collector="nfsd"} 8.015e-06 node_scrape_collector_duration_seconds{collector="nvme"} 0.000228392 node_scrape_collector_duration_seconds{collector="os"} 1.9046e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.2081e-05 node_scrape_collector_duration_seconds{collector="pressure"} 8.1664e-05 node_scrape_collector_duration_seconds{collector="rapl"} 5.4824e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000162206 node_scrape_collector_duration_seconds{collector="selinux"} 8.22e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 6.6506e-05 node_scrape_collector_duration_seconds{collector="softnet"} 9.8266e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000196211 node_scrape_collector_duration_seconds{collector="tapestats"} 7.675e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.0961e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000553666 node_scrape_collector_duration_seconds{collector="time"} 8.0602e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.1061e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000221178 node_scrape_collector_duration_seconds{collector="uname"} 3.827e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 6.0896e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 1.2644e-05 node_scrape_collector_duration_seconds{collector="xfs"} 1.1892e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.1712e-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 56986 # 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 33581 # 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 1.37547776e+08 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 4 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 2 # 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 114 # 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 466944 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # 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="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="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"} 0 node_softnet_dropped_total{cpu="1"} 8 node_softnet_dropped_total{cpu="10"} 4 node_softnet_dropped_total{cpu="11"} 5 node_softnet_dropped_total{cpu="12"} 11 node_softnet_dropped_total{cpu="13"} 1 node_softnet_dropped_total{cpu="14"} 0 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="2"} 11 node_softnet_dropped_total{cpu="3"} 8 node_softnet_dropped_total{cpu="4"} 9 node_softnet_dropped_total{cpu="5"} 2 node_softnet_dropped_total{cpu="6"} 1 node_softnet_dropped_total{cpu="7"} 9 node_softnet_dropped_total{cpu="8"} 1 node_softnet_dropped_total{cpu="9"} 1 # 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="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"} 7.0931874e+07 node_softnet_processed_total{cpu="1"} 9.2384925e+07 node_softnet_processed_total{cpu="10"} 1.13241822e+08 node_softnet_processed_total{cpu="11"} 9.530486e+07 node_softnet_processed_total{cpu="12"} 9.9436002e+07 node_softnet_processed_total{cpu="13"} 6.9744962e+07 node_softnet_processed_total{cpu="14"} 6.8192078e+07 node_softnet_processed_total{cpu="15"} 8.0129923e+07 node_softnet_processed_total{cpu="2"} 1.2246418e+08 node_softnet_processed_total{cpu="3"} 1.07570609e+08 node_softnet_processed_total{cpu="4"} 1.14450471e+08 node_softnet_processed_total{cpu="5"} 8.3958809e+07 node_softnet_processed_total{cpu="6"} 7.5594793e+07 node_softnet_processed_total{cpu="7"} 9.5719264e+07 node_softnet_processed_total{cpu="8"} 7.0022277e+07 node_softnet_processed_total{cpu="9"} 7.4946353e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 0 node_softnet_times_squeezed_total{cpu="1"} 0 node_softnet_times_squeezed_total{cpu="10"} 0 node_softnet_times_squeezed_total{cpu="11"} 0 node_softnet_times_squeezed_total{cpu="12"} 0 node_softnet_times_squeezed_total{cpu="13"} 0 node_softnet_times_squeezed_total{cpu="14"} 0 node_softnet_times_squeezed_total{cpu="15"} 0 node_softnet_times_squeezed_total{cpu="2"} 0 node_softnet_times_squeezed_total{cpu="3"} 0 node_softnet_times_squeezed_total{cpu="4"} 0 node_softnet_times_squeezed_total{cpu="5"} 0 node_softnet_times_squeezed_total{cpu="6"} 0 node_softnet_times_squeezed_total{cpu="7"} 0 node_softnet_times_squeezed_total{cpu="8"} 0 node_softnet_times_squeezed_total{cpu="9"} 0 # 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_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="hpet",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.77009036944228e+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.0000098975524903 # 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.3645 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -2.3734e-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="e80c039b0379",release="5.15.0-139-generic",sysname="Linux",version="#149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 12 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.079026840915e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 322430 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.4145027e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.4780491457e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 717495 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 4.079691e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 170135.96 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.967243728e+09 # 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 5.1412394599e+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 1.8280448e+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.74730875648e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273409536e+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"} 72 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"} 1.511229e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0