# 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"} 3.997e-06 go_gc_duration_seconds{quantile="0.25"} 8.928e-06 go_gc_duration_seconds{quantile="0.5"} 1.2744e-05 go_gc_duration_seconds{quantile="0.75"} 1.6331e-05 go_gc_duration_seconds{quantile="1"} 2.5289e-05 go_gc_duration_seconds_sum 146.465868918 go_gc_duration_seconds_count 1.1471166e+07 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.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 4.51348e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.4117346139512e+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.451048e+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 3.20892309791e+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.3666e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 4.51348e+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 8.88832e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.397952e+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 56856 # 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.561216e+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.5286272e+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.7853832930052779e+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 3.20892366647e+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 112960 # 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 7.04296e+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 907384 # 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.47456e+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.47456e+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 1.81563350152e+11 # 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"} 2.694888e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.715685e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.779114e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.698276e+09 node_cpu_scaling_frequency_hertz{cpu="12"} 2.906091e+09 node_cpu_scaling_frequency_hertz{cpu="13"} 2.901207e+09 node_cpu_scaling_frequency_hertz{cpu="14"} 2.734469e+09 node_cpu_scaling_frequency_hertz{cpu="15"} 5.221752e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.78147e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.843817e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.859566e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.797468e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 2.88844e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 5.220364e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.776473e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.640395e+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"} 3.546511631e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 18078.44 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 78.33 node_cpu_seconds_total{cpu="0",mode="softirq"} 1.57152718e+06 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 454569.43 node_cpu_seconds_total{cpu="0",mode="user"} 1.99846644e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 3.574730122e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 18678.41 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 97.9 node_cpu_seconds_total{cpu="1",mode="softirq"} 362429.68 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 408398.36 node_cpu_seconds_total{cpu="1",mode="user"} 1.82222847e+06 node_cpu_seconds_total{cpu="10",mode="idle"} 3.471216152e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 18379.49 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 90.62 node_cpu_seconds_total{cpu="10",mode="softirq"} 1022.99 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 605916.35 node_cpu_seconds_total{cpu="10",mode="user"} 2.66419785e+06 node_cpu_seconds_total{cpu="11",mode="idle"} 3.475593607e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 18405.37 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 84.83 node_cpu_seconds_total{cpu="11",mode="softirq"} 875.2 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 598796.35 node_cpu_seconds_total{cpu="11",mode="user"} 2.62856642e+06 node_cpu_seconds_total{cpu="12",mode="idle"} 3.482239371e+07 node_cpu_seconds_total{cpu="12",mode="iowait"} 18621.56 node_cpu_seconds_total{cpu="12",mode="irq"} 0 node_cpu_seconds_total{cpu="12",mode="nice"} 83.28 node_cpu_seconds_total{cpu="12",mode="softirq"} 862.82 node_cpu_seconds_total{cpu="12",mode="steal"} 0 node_cpu_seconds_total{cpu="12",mode="system"} 589608.45 node_cpu_seconds_total{cpu="12",mode="user"} 2.57163586e+06 node_cpu_seconds_total{cpu="13",mode="idle"} 3.489979593e+07 node_cpu_seconds_total{cpu="13",mode="iowait"} 18395.76 node_cpu_seconds_total{cpu="13",mode="irq"} 0 node_cpu_seconds_total{cpu="13",mode="nice"} 77.76 node_cpu_seconds_total{cpu="13",mode="softirq"} 570.24 node_cpu_seconds_total{cpu="13",mode="steal"} 0 node_cpu_seconds_total{cpu="13",mode="system"} 574380.07 node_cpu_seconds_total{cpu="13",mode="user"} 2.5118311e+06 node_cpu_seconds_total{cpu="14",mode="idle"} 3.492944643e+07 node_cpu_seconds_total{cpu="14",mode="iowait"} 18585.24 node_cpu_seconds_total{cpu="14",mode="irq"} 0 node_cpu_seconds_total{cpu="14",mode="nice"} 85.44 node_cpu_seconds_total{cpu="14",mode="softirq"} 538.49 node_cpu_seconds_total{cpu="14",mode="steal"} 0 node_cpu_seconds_total{cpu="14",mode="system"} 568144.5 node_cpu_seconds_total{cpu="14",mode="user"} 2.4868194e+06 node_cpu_seconds_total{cpu="15",mode="idle"} 3.503467933e+07 node_cpu_seconds_total{cpu="15",mode="iowait"} 18472.9 node_cpu_seconds_total{cpu="15",mode="irq"} 0 node_cpu_seconds_total{cpu="15",mode="nice"} 92.3 node_cpu_seconds_total{cpu="15",mode="softirq"} 650.9 node_cpu_seconds_total{cpu="15",mode="steal"} 0 node_cpu_seconds_total{cpu="15",mode="system"} 547961.85 node_cpu_seconds_total{cpu="15",mode="user"} 2.40262496e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 3.577616612e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 18984.45 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 105.79 node_cpu_seconds_total{cpu="2",mode="softirq"} 87980.32 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 403405.17 node_cpu_seconds_total{cpu="2",mode="user"} 1.80612679e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 3.575407167e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 19013.86 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 102.4 node_cpu_seconds_total{cpu="3",mode="softirq"} 26338.89 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 407424.11 node_cpu_seconds_total{cpu="3",mode="user"} 1.82611329e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 3.570517906e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 19226.48 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 88.48 node_cpu_seconds_total{cpu="4",mode="softirq"} 9838.87 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 417360.39 node_cpu_seconds_total{cpu="4",mode="user"} 1.86392526e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 3.564798527e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 19075.67 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 100 node_cpu_seconds_total{cpu="5",mode="softirq"} 4280.24 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 428022.07 node_cpu_seconds_total{cpu="5",mode="user"} 1.91124546e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 3.554603252e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 19022.93 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 81.96 node_cpu_seconds_total{cpu="6",mode="softirq"} 2222.14 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 444688.62 node_cpu_seconds_total{cpu="6",mode="user"} 1.99369394e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 3.546359152e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 19286.43 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 90.08 node_cpu_seconds_total{cpu="7",mode="softirq"} 1611.52 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 461562.4 node_cpu_seconds_total{cpu="7",mode="user"} 2.05742058e+06 node_cpu_seconds_total{cpu="8",mode="idle"} 3.500601019e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 18589.13 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 90.92 node_cpu_seconds_total{cpu="8",mode="softirq"} 999.03 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 546161.45 node_cpu_seconds_total{cpu="8",mode="user"} 2.43051231e+06 node_cpu_seconds_total{cpu="9",mode="idle"} 3.47483554e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 18589.03 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 86.45 node_cpu_seconds_total{cpu="9",mode="softirq"} 789.06 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 597684.36 node_cpu_seconds_total{cpu="9",mode="user"} 2.63876952e+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"} 1461.032 node_disk_discard_time_seconds_total{device="md0"} 1.248 node_disk_discard_time_seconds_total{device="md1"} 2164.56 node_disk_discard_time_seconds_total{device="nvme0n1"} 794.89 node_disk_discard_time_seconds_total{device="nvme1n1"} 784.063 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 1.1665342232e+10 node_disk_discarded_sectors_total{device="md0"} 2.5633832e+07 node_disk_discarded_sectors_total{device="md1"} 1.1665342232e+10 node_disk_discarded_sectors_total{device="nvme0n1"} 1.1690976064e+10 node_disk_discarded_sectors_total{device="nvme1n1"} 1.1723931616e+10 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 1.453636e+06 node_disk_discards_completed_total{device="md0"} 2568 node_disk_discards_completed_total{device="md1"} 1.544551e+06 node_disk_discards_completed_total{device="nvme0n1"} 1.546564e+06 node_disk_discards_completed_total{device="nvme1n1"} 1.546816e+06 # 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"} 555 node_disk_discards_merged_total{device="nvme1n1"} 555 # 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"} 937743.343 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 932065.998 # 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"} 2.90060803e+08 node_disk_flush_requests_total{device="nvme1n1"} 2.90060882e+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"} 650.708 node_disk_io_time_seconds_total{device="dm-1"} 1.872507712e+06 node_disk_io_time_seconds_total{device="md0"} 9.996 node_disk_io_time_seconds_total{device="md1"} 1.1040833360000001e+06 node_disk_io_time_seconds_total{device="nvme0n1"} 3.2035429960000003e+06 node_disk_io_time_seconds_total{device="nvme1n1"} 3.1898108680000002e+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"} 2.425763904e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 1.656851764e+06 node_disk_io_time_weighted_seconds_total{device="md0"} 306.136 node_disk_io_time_weighted_seconds_total{device="md1"} 3.0603294760000003e+06 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 792983.362 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 772165.8740000001 # 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"} 1.7544749056e+10 node_disk_read_bytes_total{device="dm-1"} 9.3538243584e+10 node_disk_read_bytes_total{device="md0"} 1.8160128e+08 node_disk_read_bytes_total{device="md1"} 1.11241667584e+11 node_disk_read_bytes_total{device="nvme0n1"} 1.4411907093504e+13 node_disk_read_bytes_total{device="nvme1n1"} 1.436759921152e+13 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 658.884 node_disk_read_time_seconds_total{device="dm-1"} 1042.6200000000001 node_disk_read_time_seconds_total{device="md0"} 0.41600000000000004 node_disk_read_time_seconds_total{device="md1"} 1694.152 node_disk_read_time_seconds_total{device="nvme0n1"} 10690.594000000001 node_disk_read_time_seconds_total{device="nvme1n1"} 11091.422 # 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"} 4.282503e+06 node_disk_reads_completed_total{device="dm-1"} 4.017328e+06 node_disk_reads_completed_total{device="md0"} 2992 node_disk_reads_completed_total{device="md1"} 8.302032e+06 node_disk_reads_completed_total{device="nvme0n1"} 3.3052746e+07 node_disk_reads_completed_total{device="nvme1n1"} 3.0558967e+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.91799121e+08 node_disk_reads_merged_total{device="nvme1n1"} 1.90357964e+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"} 2.42510502e+06 node_disk_write_time_seconds_total{device="dm-1"} 1.654348112e+06 node_disk_write_time_seconds_total{device="md0"} 304.472 node_disk_write_time_seconds_total{device="md1"} 3.056470764e+06 node_disk_write_time_seconds_total{device="nvme0n1"} 4.13872183e+06 node_disk_write_time_seconds_total{device="nvme1n1"} 4.123191686e+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"} 1.3271332e+07 node_disk_writes_completed_total{device="dm-1"} 1.381868882e+09 node_disk_writes_completed_total{device="md0"} 18732 node_disk_writes_completed_total{device="md1"} 1.365912068e+09 node_disk_writes_completed_total{device="nvme0n1"} 1.15804908e+09 node_disk_writes_completed_total{device="nvme1n1"} 1.158041653e+09 # 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"} 4.97942661e+08 node_disk_writes_merged_total{device="nvme1n1"} 4.97950089e+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"} 5.4359375872e+10 node_disk_written_bytes_total{device="dm-1"} 2.8666303021056e+13 node_disk_written_bytes_total{device="md0"} 5.013209088e+09 node_disk_written_bytes_total{device="md1"} 2.8720662396928e+13 node_disk_written_bytes_total{device="nvme0n1"} 2.9158945138176e+13 node_disk_written_bytes_total{device="nvme1n1"} 2.9158945138688e+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 14624 # 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.18341793792e+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.8360278e+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.68635901952e+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 1.631636154e+09 # 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"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 31.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 30.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 30.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 4.7185218191e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.26 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.48 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.44 # 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 1.720950784e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.362900992e+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 3.641950208e+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.569937408e+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.093619712e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 4.123045888e+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.7287058432e+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.2216208384e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.333380608e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 544768 # 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 5.410367488e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.5678537728e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 1.574862848e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.22847232e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 8.28653568e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 8.268898304e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.66418176e+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.76606464e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.7949312e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.165266944e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.16615936e+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.42855936e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.78188288e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 1.56008448e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.2837974016e+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.59608832e+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 3.242185774e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 8.7502287206e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.2662856e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 40 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 7.2611808e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 2.164543e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 2 # 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="veth02b7bb4"} 3 node_network_address_assign_type{device="veth02c2ee2"} 3 node_network_address_assign_type{device="veth0363e8e"} 3 node_network_address_assign_type{device="veth0458d6c"} 3 node_network_address_assign_type{device="veth04643cd"} 3 node_network_address_assign_type{device="veth04811d4"} 3 node_network_address_assign_type{device="veth04e134c"} 3 node_network_address_assign_type{device="veth05a8d16"} 3 node_network_address_assign_type{device="veth05f79f0"} 3 node_network_address_assign_type{device="veth095bf66"} 3 node_network_address_assign_type{device="veth0983ec1"} 3 node_network_address_assign_type{device="veth09da01d"} 3 node_network_address_assign_type{device="veth0d4969b"} 3 node_network_address_assign_type{device="veth0d51f3a"} 3 node_network_address_assign_type{device="veth0dc1806"} 3 node_network_address_assign_type{device="veth13d497b"} 3 node_network_address_assign_type{device="veth140b313"} 3 node_network_address_assign_type{device="veth1560051"} 3 node_network_address_assign_type{device="veth183285b"} 3 node_network_address_assign_type{device="veth1dadce2"} 3 node_network_address_assign_type{device="veth1df3caa"} 3 node_network_address_assign_type{device="veth1e03f09"} 3 node_network_address_assign_type{device="veth1e06647"} 3 node_network_address_assign_type{device="veth1ed9995"} 3 node_network_address_assign_type{device="veth1f25339"} 3 node_network_address_assign_type{device="veth20a8b8e"} 3 node_network_address_assign_type{device="veth225b651"} 3 node_network_address_assign_type{device="veth23915ec"} 3 node_network_address_assign_type{device="veth25c0ce8"} 3 node_network_address_assign_type{device="veth27f73d6"} 3 node_network_address_assign_type{device="veth287fee9"} 3 node_network_address_assign_type{device="veth29a61a8"} 3 node_network_address_assign_type{device="veth2d4dc03"} 3 node_network_address_assign_type{device="veth2dd3288"} 3 node_network_address_assign_type{device="veth2e75874"} 3 node_network_address_assign_type{device="veth2ee1684"} 3 node_network_address_assign_type{device="veth34c3bbe"} 3 node_network_address_assign_type{device="veth35140bc"} 3 node_network_address_assign_type{device="veth3524d53"} 3 node_network_address_assign_type{device="veth35c0c4c"} 3 node_network_address_assign_type{device="veth373079a"} 3 node_network_address_assign_type{device="veth3738b60"} 3 node_network_address_assign_type{device="veth39390d4"} 3 node_network_address_assign_type{device="veth3a8a547"} 3 node_network_address_assign_type{device="veth3cc64ab"} 3 node_network_address_assign_type{device="veth3f3da42"} 3 node_network_address_assign_type{device="veth409b936"} 3 node_network_address_assign_type{device="veth41d413f"} 3 node_network_address_assign_type{device="veth420e02a"} 3 node_network_address_assign_type{device="veth4289883"} 3 node_network_address_assign_type{device="veth42e42c6"} 3 node_network_address_assign_type{device="veth4662bc7"} 3 node_network_address_assign_type{device="veth48031a7"} 3 node_network_address_assign_type{device="veth48a2b92"} 3 node_network_address_assign_type{device="veth4b8eff5"} 3 node_network_address_assign_type{device="veth5087deb"} 3 node_network_address_assign_type{device="veth50c15bc"} 3 node_network_address_assign_type{device="veth53867cd"} 3 node_network_address_assign_type{device="veth5462551"} 3 node_network_address_assign_type{device="veth54855bb"} 3 node_network_address_assign_type{device="veth5676db4"} 3 node_network_address_assign_type{device="veth56dd7d0"} 3 node_network_address_assign_type{device="veth57bc285"} 3 node_network_address_assign_type{device="veth591a4e5"} 3 node_network_address_assign_type{device="veth5a1c243"} 3 node_network_address_assign_type{device="veth5a2536e"} 3 node_network_address_assign_type{device="veth5a9c858"} 3 node_network_address_assign_type{device="veth5b5f5d8"} 3 node_network_address_assign_type{device="veth5cd9d69"} 3 node_network_address_assign_type{device="veth5ebd44b"} 3 node_network_address_assign_type{device="veth5f86a6e"} 3 node_network_address_assign_type{device="veth6097074"} 3 node_network_address_assign_type{device="veth662d243"} 3 node_network_address_assign_type{device="veth66fe80a"} 3 node_network_address_assign_type{device="veth6864a94"} 3 node_network_address_assign_type{device="veth68c9de2"} 3 node_network_address_assign_type{device="veth693d267"} 3 node_network_address_assign_type{device="veth6a8db05"} 3 node_network_address_assign_type{device="veth6adcbd2"} 3 node_network_address_assign_type{device="veth6d28251"} 3 node_network_address_assign_type{device="veth6d76d2e"} 3 node_network_address_assign_type{device="veth7174790"} 3 node_network_address_assign_type{device="veth71f8729"} 3 node_network_address_assign_type{device="veth779a9b0"} 3 node_network_address_assign_type{device="veth7a53c4c"} 3 node_network_address_assign_type{device="veth7b68e53"} 3 node_network_address_assign_type{device="veth7c5d892"} 3 node_network_address_assign_type{device="veth7e4453e"} 3 node_network_address_assign_type{device="veth8362b0e"} 3 node_network_address_assign_type{device="veth8490e20"} 3 node_network_address_assign_type{device="veth862c62b"} 3 node_network_address_assign_type{device="veth8685de7"} 3 node_network_address_assign_type{device="veth86976de"} 3 node_network_address_assign_type{device="veth87c67df"} 3 node_network_address_assign_type{device="veth8ac86d6"} 3 node_network_address_assign_type{device="veth8ad3e08"} 3 node_network_address_assign_type{device="veth8ae1a4f"} 3 node_network_address_assign_type{device="veth8c5b58a"} 3 node_network_address_assign_type{device="veth8c77172"} 3 node_network_address_assign_type{device="veth8e9752f"} 3 node_network_address_assign_type{device="veth8ee2bf2"} 3 node_network_address_assign_type{device="veth967c2a6"} 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="veth98d1797"} 3 node_network_address_assign_type{device="veth9cdf57d"} 3 node_network_address_assign_type{device="veth9dbbc7a"} 3 node_network_address_assign_type{device="veth9e31ae2"} 3 node_network_address_assign_type{device="veth9efa94d"} 3 node_network_address_assign_type{device="veth9f3303f"} 3 node_network_address_assign_type{device="veth9f3eb3b"} 3 node_network_address_assign_type{device="vetha005716"} 3 node_network_address_assign_type{device="vetha328a00"} 3 node_network_address_assign_type{device="vetha6d002c"} 3 node_network_address_assign_type{device="vethaa201e8"} 3 node_network_address_assign_type{device="vethab6f40e"} 3 node_network_address_assign_type{device="vethac48cf5"} 3 node_network_address_assign_type{device="vethadadf9d"} 3 node_network_address_assign_type{device="vethadde449"} 3 node_network_address_assign_type{device="vethaebf1c6"} 3 node_network_address_assign_type{device="vethaf43d3c"} 3 node_network_address_assign_type{device="vethb094914"} 3 node_network_address_assign_type{device="vethb1a51b9"} 3 node_network_address_assign_type{device="vethb3f6289"} 3 node_network_address_assign_type{device="vethbb7528c"} 3 node_network_address_assign_type{device="vethbbafdd5"} 3 node_network_address_assign_type{device="vethbe02f5c"} 3 node_network_address_assign_type{device="vethc462a78"} 3 node_network_address_assign_type{device="vethc565bf7"} 3 node_network_address_assign_type{device="vethc5ba843"} 3 node_network_address_assign_type{device="vethc802cca"} 3 node_network_address_assign_type{device="vethc863ebe"} 3 node_network_address_assign_type{device="vethc88ee41"} 3 node_network_address_assign_type{device="vethc8a0de9"} 3 node_network_address_assign_type{device="vethc9825ed"} 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="vethcd87a56"} 3 node_network_address_assign_type{device="vethce2c824"} 3 node_network_address_assign_type{device="vethcebcf57"} 3 node_network_address_assign_type{device="vethced832e"} 3 node_network_address_assign_type{device="vethd297e42"} 3 node_network_address_assign_type{device="vethd2a1d3a"} 3 node_network_address_assign_type{device="vethd60073b"} 3 node_network_address_assign_type{device="vethdafaaf7"} 3 node_network_address_assign_type{device="vethdbda231"} 3 node_network_address_assign_type{device="vethdbe575e"} 3 node_network_address_assign_type{device="vethdd8cafa"} 3 node_network_address_assign_type{device="vethe17211e"} 3 node_network_address_assign_type{device="vethe5aab79"} 3 node_network_address_assign_type{device="vethe7740d0"} 3 node_network_address_assign_type{device="vethe7c8af8"} 3 node_network_address_assign_type{device="vethe7d1fc6"} 3 node_network_address_assign_type{device="vetheafd782"} 3 node_network_address_assign_type{device="vethee2dd22"} 3 node_network_address_assign_type{device="vethee8a542"} 3 node_network_address_assign_type{device="vetheeb8f83"} 3 node_network_address_assign_type{device="vethef64759"} 3 node_network_address_assign_type{device="vethf05f0fd"} 3 node_network_address_assign_type{device="vethf1f550c"} 3 node_network_address_assign_type{device="vethf478f47"} 3 node_network_address_assign_type{device="vethf4ef1a1"} 3 node_network_address_assign_type{device="vethf5fa974"} 3 node_network_address_assign_type{device="vethf96b0a5"} 3 node_network_address_assign_type{device="vethfdd6287"} 3 node_network_address_assign_type{device="vethfff41ad"} 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="veth02b7bb4"} 1 node_network_carrier{device="veth02c2ee2"} 1 node_network_carrier{device="veth0363e8e"} 1 node_network_carrier{device="veth0458d6c"} 1 node_network_carrier{device="veth04643cd"} 1 node_network_carrier{device="veth04811d4"} 1 node_network_carrier{device="veth04e134c"} 1 node_network_carrier{device="veth05a8d16"} 1 node_network_carrier{device="veth05f79f0"} 1 node_network_carrier{device="veth095bf66"} 1 node_network_carrier{device="veth0983ec1"} 1 node_network_carrier{device="veth09da01d"} 1 node_network_carrier{device="veth0d4969b"} 1 node_network_carrier{device="veth0d51f3a"} 1 node_network_carrier{device="veth0dc1806"} 1 node_network_carrier{device="veth13d497b"} 1 node_network_carrier{device="veth140b313"} 1 node_network_carrier{device="veth1560051"} 1 node_network_carrier{device="veth183285b"} 1 node_network_carrier{device="veth1dadce2"} 1 node_network_carrier{device="veth1df3caa"} 1 node_network_carrier{device="veth1e03f09"} 1 node_network_carrier{device="veth1e06647"} 1 node_network_carrier{device="veth1ed9995"} 1 node_network_carrier{device="veth1f25339"} 1 node_network_carrier{device="veth20a8b8e"} 1 node_network_carrier{device="veth225b651"} 1 node_network_carrier{device="veth23915ec"} 1 node_network_carrier{device="veth25c0ce8"} 1 node_network_carrier{device="veth27f73d6"} 1 node_network_carrier{device="veth287fee9"} 1 node_network_carrier{device="veth29a61a8"} 1 node_network_carrier{device="veth2d4dc03"} 1 node_network_carrier{device="veth2dd3288"} 1 node_network_carrier{device="veth2e75874"} 1 node_network_carrier{device="veth2ee1684"} 1 node_network_carrier{device="veth34c3bbe"} 1 node_network_carrier{device="veth35140bc"} 1 node_network_carrier{device="veth3524d53"} 1 node_network_carrier{device="veth35c0c4c"} 1 node_network_carrier{device="veth373079a"} 1 node_network_carrier{device="veth3738b60"} 1 node_network_carrier{device="veth39390d4"} 1 node_network_carrier{device="veth3a8a547"} 1 node_network_carrier{device="veth3cc64ab"} 1 node_network_carrier{device="veth3f3da42"} 1 node_network_carrier{device="veth409b936"} 1 node_network_carrier{device="veth41d413f"} 1 node_network_carrier{device="veth420e02a"} 1 node_network_carrier{device="veth4289883"} 1 node_network_carrier{device="veth42e42c6"} 1 node_network_carrier{device="veth4662bc7"} 1 node_network_carrier{device="veth48031a7"} 1 node_network_carrier{device="veth48a2b92"} 1 node_network_carrier{device="veth4b8eff5"} 1 node_network_carrier{device="veth5087deb"} 1 node_network_carrier{device="veth50c15bc"} 1 node_network_carrier{device="veth53867cd"} 1 node_network_carrier{device="veth5462551"} 1 node_network_carrier{device="veth54855bb"} 1 node_network_carrier{device="veth5676db4"} 1 node_network_carrier{device="veth56dd7d0"} 1 node_network_carrier{device="veth57bc285"} 1 node_network_carrier{device="veth591a4e5"} 1 node_network_carrier{device="veth5a1c243"} 1 node_network_carrier{device="veth5a2536e"} 1 node_network_carrier{device="veth5a9c858"} 1 node_network_carrier{device="veth5b5f5d8"} 1 node_network_carrier{device="veth5cd9d69"} 1 node_network_carrier{device="veth5ebd44b"} 1 node_network_carrier{device="veth5f86a6e"} 1 node_network_carrier{device="veth6097074"} 1 node_network_carrier{device="veth662d243"} 1 node_network_carrier{device="veth66fe80a"} 1 node_network_carrier{device="veth6864a94"} 1 node_network_carrier{device="veth68c9de2"} 1 node_network_carrier{device="veth693d267"} 1 node_network_carrier{device="veth6a8db05"} 1 node_network_carrier{device="veth6adcbd2"} 1 node_network_carrier{device="veth6d28251"} 1 node_network_carrier{device="veth6d76d2e"} 1 node_network_carrier{device="veth7174790"} 1 node_network_carrier{device="veth71f8729"} 1 node_network_carrier{device="veth779a9b0"} 1 node_network_carrier{device="veth7a53c4c"} 1 node_network_carrier{device="veth7b68e53"} 1 node_network_carrier{device="veth7c5d892"} 1 node_network_carrier{device="veth7e4453e"} 1 node_network_carrier{device="veth8362b0e"} 1 node_network_carrier{device="veth8490e20"} 1 node_network_carrier{device="veth862c62b"} 1 node_network_carrier{device="veth8685de7"} 1 node_network_carrier{device="veth86976de"} 1 node_network_carrier{device="veth87c67df"} 1 node_network_carrier{device="veth8ac86d6"} 1 node_network_carrier{device="veth8ad3e08"} 1 node_network_carrier{device="veth8ae1a4f"} 1 node_network_carrier{device="veth8c5b58a"} 1 node_network_carrier{device="veth8c77172"} 1 node_network_carrier{device="veth8e9752f"} 1 node_network_carrier{device="veth8ee2bf2"} 1 node_network_carrier{device="veth967c2a6"} 1 node_network_carrier{device="veth970153a"} 1 node_network_carrier{device="veth97b739c"} 1 node_network_carrier{device="veth980e0d6"} 1 node_network_carrier{device="veth98d1797"} 1 node_network_carrier{device="veth9cdf57d"} 1 node_network_carrier{device="veth9dbbc7a"} 1 node_network_carrier{device="veth9e31ae2"} 1 node_network_carrier{device="veth9efa94d"} 1 node_network_carrier{device="veth9f3303f"} 1 node_network_carrier{device="veth9f3eb3b"} 1 node_network_carrier{device="vetha005716"} 1 node_network_carrier{device="vetha328a00"} 1 node_network_carrier{device="vetha6d002c"} 1 node_network_carrier{device="vethaa201e8"} 1 node_network_carrier{device="vethab6f40e"} 1 node_network_carrier{device="vethac48cf5"} 1 node_network_carrier{device="vethadadf9d"} 1 node_network_carrier{device="vethadde449"} 1 node_network_carrier{device="vethaebf1c6"} 1 node_network_carrier{device="vethaf43d3c"} 1 node_network_carrier{device="vethb094914"} 1 node_network_carrier{device="vethb1a51b9"} 1 node_network_carrier{device="vethb3f6289"} 1 node_network_carrier{device="vethbb7528c"} 1 node_network_carrier{device="vethbbafdd5"} 1 node_network_carrier{device="vethbe02f5c"} 1 node_network_carrier{device="vethc462a78"} 1 node_network_carrier{device="vethc565bf7"} 1 node_network_carrier{device="vethc5ba843"} 1 node_network_carrier{device="vethc802cca"} 1 node_network_carrier{device="vethc863ebe"} 1 node_network_carrier{device="vethc88ee41"} 1 node_network_carrier{device="vethc8a0de9"} 1 node_network_carrier{device="vethc9825ed"} 1 node_network_carrier{device="vethc9e4d8d"} 1 node_network_carrier{device="vethcb5dfad"} 1 node_network_carrier{device="vethccc59ae"} 1 node_network_carrier{device="vethcd87a56"} 1 node_network_carrier{device="vethce2c824"} 1 node_network_carrier{device="vethcebcf57"} 1 node_network_carrier{device="vethced832e"} 1 node_network_carrier{device="vethd297e42"} 1 node_network_carrier{device="vethd2a1d3a"} 1 node_network_carrier{device="vethd60073b"} 1 node_network_carrier{device="vethdafaaf7"} 1 node_network_carrier{device="vethdbda231"} 1 node_network_carrier{device="vethdbe575e"} 1 node_network_carrier{device="vethdd8cafa"} 1 node_network_carrier{device="vethe17211e"} 1 node_network_carrier{device="vethe5aab79"} 1 node_network_carrier{device="vethe7740d0"} 1 node_network_carrier{device="vethe7c8af8"} 1 node_network_carrier{device="vethe7d1fc6"} 1 node_network_carrier{device="vetheafd782"} 1 node_network_carrier{device="vethee2dd22"} 1 node_network_carrier{device="vethee8a542"} 1 node_network_carrier{device="vetheeb8f83"} 1 node_network_carrier{device="vethef64759"} 1 node_network_carrier{device="vethf05f0fd"} 1 node_network_carrier{device="vethf1f550c"} 1 node_network_carrier{device="vethf478f47"} 1 node_network_carrier{device="vethf4ef1a1"} 1 node_network_carrier{device="vethf5fa974"} 1 node_network_carrier{device="vethf96b0a5"} 1 node_network_carrier{device="vethfdd6287"} 1 node_network_carrier{device="vethfff41ad"} 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"} 10 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"} 8 node_network_carrier_changes_total{device="br-a0144fd8fc9b"} 10 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"} 8 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="veth02b7bb4"} 2 node_network_carrier_changes_total{device="veth02c2ee2"} 2 node_network_carrier_changes_total{device="veth0363e8e"} 2 node_network_carrier_changes_total{device="veth0458d6c"} 2 node_network_carrier_changes_total{device="veth04643cd"} 2 node_network_carrier_changes_total{device="veth04811d4"} 2 node_network_carrier_changes_total{device="veth04e134c"} 2 node_network_carrier_changes_total{device="veth05a8d16"} 2 node_network_carrier_changes_total{device="veth05f79f0"} 2 node_network_carrier_changes_total{device="veth095bf66"} 2 node_network_carrier_changes_total{device="veth0983ec1"} 2 node_network_carrier_changes_total{device="veth09da01d"} 2 node_network_carrier_changes_total{device="veth0d4969b"} 2 node_network_carrier_changes_total{device="veth0d51f3a"} 2 node_network_carrier_changes_total{device="veth0dc1806"} 2 node_network_carrier_changes_total{device="veth13d497b"} 2 node_network_carrier_changes_total{device="veth140b313"} 2 node_network_carrier_changes_total{device="veth1560051"} 2 node_network_carrier_changes_total{device="veth183285b"} 2 node_network_carrier_changes_total{device="veth1dadce2"} 2 node_network_carrier_changes_total{device="veth1df3caa"} 2 node_network_carrier_changes_total{device="veth1e03f09"} 2 node_network_carrier_changes_total{device="veth1e06647"} 2 node_network_carrier_changes_total{device="veth1ed9995"} 2 node_network_carrier_changes_total{device="veth1f25339"} 2 node_network_carrier_changes_total{device="veth20a8b8e"} 2 node_network_carrier_changes_total{device="veth225b651"} 2 node_network_carrier_changes_total{device="veth23915ec"} 2 node_network_carrier_changes_total{device="veth25c0ce8"} 2 node_network_carrier_changes_total{device="veth27f73d6"} 2 node_network_carrier_changes_total{device="veth287fee9"} 2 node_network_carrier_changes_total{device="veth29a61a8"} 2 node_network_carrier_changes_total{device="veth2d4dc03"} 2 node_network_carrier_changes_total{device="veth2dd3288"} 2 node_network_carrier_changes_total{device="veth2e75874"} 2 node_network_carrier_changes_total{device="veth2ee1684"} 2 node_network_carrier_changes_total{device="veth34c3bbe"} 2 node_network_carrier_changes_total{device="veth35140bc"} 2 node_network_carrier_changes_total{device="veth3524d53"} 2 node_network_carrier_changes_total{device="veth35c0c4c"} 2 node_network_carrier_changes_total{device="veth373079a"} 2 node_network_carrier_changes_total{device="veth3738b60"} 2 node_network_carrier_changes_total{device="veth39390d4"} 2 node_network_carrier_changes_total{device="veth3a8a547"} 2 node_network_carrier_changes_total{device="veth3cc64ab"} 2 node_network_carrier_changes_total{device="veth3f3da42"} 2 node_network_carrier_changes_total{device="veth409b936"} 2 node_network_carrier_changes_total{device="veth41d413f"} 2 node_network_carrier_changes_total{device="veth420e02a"} 2 node_network_carrier_changes_total{device="veth4289883"} 2 node_network_carrier_changes_total{device="veth42e42c6"} 2 node_network_carrier_changes_total{device="veth4662bc7"} 2 node_network_carrier_changes_total{device="veth48031a7"} 2 node_network_carrier_changes_total{device="veth48a2b92"} 2 node_network_carrier_changes_total{device="veth4b8eff5"} 2 node_network_carrier_changes_total{device="veth5087deb"} 2 node_network_carrier_changes_total{device="veth50c15bc"} 2 node_network_carrier_changes_total{device="veth53867cd"} 2 node_network_carrier_changes_total{device="veth5462551"} 2 node_network_carrier_changes_total{device="veth54855bb"} 2 node_network_carrier_changes_total{device="veth5676db4"} 2 node_network_carrier_changes_total{device="veth56dd7d0"} 2 node_network_carrier_changes_total{device="veth57bc285"} 2 node_network_carrier_changes_total{device="veth591a4e5"} 2 node_network_carrier_changes_total{device="veth5a1c243"} 2 node_network_carrier_changes_total{device="veth5a2536e"} 2 node_network_carrier_changes_total{device="veth5a9c858"} 2 node_network_carrier_changes_total{device="veth5b5f5d8"} 2 node_network_carrier_changes_total{device="veth5cd9d69"} 2 node_network_carrier_changes_total{device="veth5ebd44b"} 2 node_network_carrier_changes_total{device="veth5f86a6e"} 2 node_network_carrier_changes_total{device="veth6097074"} 2 node_network_carrier_changes_total{device="veth662d243"} 2 node_network_carrier_changes_total{device="veth66fe80a"} 2 node_network_carrier_changes_total{device="veth6864a94"} 2 node_network_carrier_changes_total{device="veth68c9de2"} 2 node_network_carrier_changes_total{device="veth693d267"} 2 node_network_carrier_changes_total{device="veth6a8db05"} 2 node_network_carrier_changes_total{device="veth6adcbd2"} 2 node_network_carrier_changes_total{device="veth6d28251"} 2 node_network_carrier_changes_total{device="veth6d76d2e"} 2 node_network_carrier_changes_total{device="veth7174790"} 2 node_network_carrier_changes_total{device="veth71f8729"} 2 node_network_carrier_changes_total{device="veth779a9b0"} 2 node_network_carrier_changes_total{device="veth7a53c4c"} 2 node_network_carrier_changes_total{device="veth7b68e53"} 2 node_network_carrier_changes_total{device="veth7c5d892"} 2 node_network_carrier_changes_total{device="veth7e4453e"} 2 node_network_carrier_changes_total{device="veth8362b0e"} 2 node_network_carrier_changes_total{device="veth8490e20"} 2 node_network_carrier_changes_total{device="veth862c62b"} 2 node_network_carrier_changes_total{device="veth8685de7"} 2 node_network_carrier_changes_total{device="veth86976de"} 2 node_network_carrier_changes_total{device="veth87c67df"} 2 node_network_carrier_changes_total{device="veth8ac86d6"} 2 node_network_carrier_changes_total{device="veth8ad3e08"} 2 node_network_carrier_changes_total{device="veth8ae1a4f"} 2 node_network_carrier_changes_total{device="veth8c5b58a"} 2 node_network_carrier_changes_total{device="veth8c77172"} 2 node_network_carrier_changes_total{device="veth8e9752f"} 2 node_network_carrier_changes_total{device="veth8ee2bf2"} 2 node_network_carrier_changes_total{device="veth967c2a6"} 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="veth98d1797"} 2 node_network_carrier_changes_total{device="veth9cdf57d"} 2 node_network_carrier_changes_total{device="veth9dbbc7a"} 2 node_network_carrier_changes_total{device="veth9e31ae2"} 2 node_network_carrier_changes_total{device="veth9efa94d"} 2 node_network_carrier_changes_total{device="veth9f3303f"} 2 node_network_carrier_changes_total{device="veth9f3eb3b"} 2 node_network_carrier_changes_total{device="vetha005716"} 2 node_network_carrier_changes_total{device="vetha328a00"} 2 node_network_carrier_changes_total{device="vetha6d002c"} 2 node_network_carrier_changes_total{device="vethaa201e8"} 2 node_network_carrier_changes_total{device="vethab6f40e"} 2 node_network_carrier_changes_total{device="vethac48cf5"} 2 node_network_carrier_changes_total{device="vethadadf9d"} 2 node_network_carrier_changes_total{device="vethadde449"} 2 node_network_carrier_changes_total{device="vethaebf1c6"} 2 node_network_carrier_changes_total{device="vethaf43d3c"} 2 node_network_carrier_changes_total{device="vethb094914"} 2 node_network_carrier_changes_total{device="vethb1a51b9"} 2 node_network_carrier_changes_total{device="vethb3f6289"} 2 node_network_carrier_changes_total{device="vethbb7528c"} 2 node_network_carrier_changes_total{device="vethbbafdd5"} 2 node_network_carrier_changes_total{device="vethbe02f5c"} 2 node_network_carrier_changes_total{device="vethc462a78"} 2 node_network_carrier_changes_total{device="vethc565bf7"} 2 node_network_carrier_changes_total{device="vethc5ba843"} 2 node_network_carrier_changes_total{device="vethc802cca"} 2 node_network_carrier_changes_total{device="vethc863ebe"} 2 node_network_carrier_changes_total{device="vethc88ee41"} 2 node_network_carrier_changes_total{device="vethc8a0de9"} 2 node_network_carrier_changes_total{device="vethc9825ed"} 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="vethcd87a56"} 2 node_network_carrier_changes_total{device="vethce2c824"} 2 node_network_carrier_changes_total{device="vethcebcf57"} 2 node_network_carrier_changes_total{device="vethced832e"} 2 node_network_carrier_changes_total{device="vethd297e42"} 2 node_network_carrier_changes_total{device="vethd2a1d3a"} 2 node_network_carrier_changes_total{device="vethd60073b"} 2 node_network_carrier_changes_total{device="vethdafaaf7"} 2 node_network_carrier_changes_total{device="vethdbda231"} 2 node_network_carrier_changes_total{device="vethdbe575e"} 2 node_network_carrier_changes_total{device="vethdd8cafa"} 2 node_network_carrier_changes_total{device="vethe17211e"} 2 node_network_carrier_changes_total{device="vethe5aab79"} 2 node_network_carrier_changes_total{device="vethe7740d0"} 2 node_network_carrier_changes_total{device="vethe7c8af8"} 2 node_network_carrier_changes_total{device="vethe7d1fc6"} 2 node_network_carrier_changes_total{device="vetheafd782"} 2 node_network_carrier_changes_total{device="vethee2dd22"} 2 node_network_carrier_changes_total{device="vethee8a542"} 2 node_network_carrier_changes_total{device="vetheeb8f83"} 2 node_network_carrier_changes_total{device="vethef64759"} 2 node_network_carrier_changes_total{device="vethf05f0fd"} 2 node_network_carrier_changes_total{device="vethf1f550c"} 2 node_network_carrier_changes_total{device="vethf478f47"} 2 node_network_carrier_changes_total{device="vethf4ef1a1"} 2 node_network_carrier_changes_total{device="vethf5fa974"} 2 node_network_carrier_changes_total{device="vethf96b0a5"} 2 node_network_carrier_changes_total{device="vethfdd6287"} 2 node_network_carrier_changes_total{device="vethfff41ad"} 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"} 5 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"} 4 node_network_carrier_down_changes_total{device="br-a0144fd8fc9b"} 5 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"} 4 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="veth02b7bb4"} 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="veth0458d6c"} 1 node_network_carrier_down_changes_total{device="veth04643cd"} 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="veth05a8d16"} 1 node_network_carrier_down_changes_total{device="veth05f79f0"} 1 node_network_carrier_down_changes_total{device="veth095bf66"} 1 node_network_carrier_down_changes_total{device="veth0983ec1"} 1 node_network_carrier_down_changes_total{device="veth09da01d"} 1 node_network_carrier_down_changes_total{device="veth0d4969b"} 1 node_network_carrier_down_changes_total{device="veth0d51f3a"} 1 node_network_carrier_down_changes_total{device="veth0dc1806"} 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="veth1560051"} 1 node_network_carrier_down_changes_total{device="veth183285b"} 1 node_network_carrier_down_changes_total{device="veth1dadce2"} 1 node_network_carrier_down_changes_total{device="veth1df3caa"} 1 node_network_carrier_down_changes_total{device="veth1e03f09"} 1 node_network_carrier_down_changes_total{device="veth1e06647"} 1 node_network_carrier_down_changes_total{device="veth1ed9995"} 1 node_network_carrier_down_changes_total{device="veth1f25339"} 1 node_network_carrier_down_changes_total{device="veth20a8b8e"} 1 node_network_carrier_down_changes_total{device="veth225b651"} 1 node_network_carrier_down_changes_total{device="veth23915ec"} 1 node_network_carrier_down_changes_total{device="veth25c0ce8"} 1 node_network_carrier_down_changes_total{device="veth27f73d6"} 1 node_network_carrier_down_changes_total{device="veth287fee9"} 1 node_network_carrier_down_changes_total{device="veth29a61a8"} 1 node_network_carrier_down_changes_total{device="veth2d4dc03"} 1 node_network_carrier_down_changes_total{device="veth2dd3288"} 1 node_network_carrier_down_changes_total{device="veth2e75874"} 1 node_network_carrier_down_changes_total{device="veth2ee1684"} 1 node_network_carrier_down_changes_total{device="veth34c3bbe"} 1 node_network_carrier_down_changes_total{device="veth35140bc"} 1 node_network_carrier_down_changes_total{device="veth3524d53"} 1 node_network_carrier_down_changes_total{device="veth35c0c4c"} 1 node_network_carrier_down_changes_total{device="veth373079a"} 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="veth3a8a547"} 1 node_network_carrier_down_changes_total{device="veth3cc64ab"} 1 node_network_carrier_down_changes_total{device="veth3f3da42"} 1 node_network_carrier_down_changes_total{device="veth409b936"} 1 node_network_carrier_down_changes_total{device="veth41d413f"} 1 node_network_carrier_down_changes_total{device="veth420e02a"} 1 node_network_carrier_down_changes_total{device="veth4289883"} 1 node_network_carrier_down_changes_total{device="veth42e42c6"} 1 node_network_carrier_down_changes_total{device="veth4662bc7"} 1 node_network_carrier_down_changes_total{device="veth48031a7"} 1 node_network_carrier_down_changes_total{device="veth48a2b92"} 1 node_network_carrier_down_changes_total{device="veth4b8eff5"} 1 node_network_carrier_down_changes_total{device="veth5087deb"} 1 node_network_carrier_down_changes_total{device="veth50c15bc"} 1 node_network_carrier_down_changes_total{device="veth53867cd"} 1 node_network_carrier_down_changes_total{device="veth5462551"} 1 node_network_carrier_down_changes_total{device="veth54855bb"} 1 node_network_carrier_down_changes_total{device="veth5676db4"} 1 node_network_carrier_down_changes_total{device="veth56dd7d0"} 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="veth5a1c243"} 1 node_network_carrier_down_changes_total{device="veth5a2536e"} 1 node_network_carrier_down_changes_total{device="veth5a9c858"} 1 node_network_carrier_down_changes_total{device="veth5b5f5d8"} 1 node_network_carrier_down_changes_total{device="veth5cd9d69"} 1 node_network_carrier_down_changes_total{device="veth5ebd44b"} 1 node_network_carrier_down_changes_total{device="veth5f86a6e"} 1 node_network_carrier_down_changes_total{device="veth6097074"} 1 node_network_carrier_down_changes_total{device="veth662d243"} 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="veth68c9de2"} 1 node_network_carrier_down_changes_total{device="veth693d267"} 1 node_network_carrier_down_changes_total{device="veth6a8db05"} 1 node_network_carrier_down_changes_total{device="veth6adcbd2"} 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="veth7174790"} 1 node_network_carrier_down_changes_total{device="veth71f8729"} 1 node_network_carrier_down_changes_total{device="veth779a9b0"} 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="veth7c5d892"} 1 node_network_carrier_down_changes_total{device="veth7e4453e"} 1 node_network_carrier_down_changes_total{device="veth8362b0e"} 1 node_network_carrier_down_changes_total{device="veth8490e20"} 1 node_network_carrier_down_changes_total{device="veth862c62b"} 1 node_network_carrier_down_changes_total{device="veth8685de7"} 1 node_network_carrier_down_changes_total{device="veth86976de"} 1 node_network_carrier_down_changes_total{device="veth87c67df"} 1 node_network_carrier_down_changes_total{device="veth8ac86d6"} 1 node_network_carrier_down_changes_total{device="veth8ad3e08"} 1 node_network_carrier_down_changes_total{device="veth8ae1a4f"} 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="veth8e9752f"} 1 node_network_carrier_down_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_down_changes_total{device="veth967c2a6"} 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="veth98d1797"} 1 node_network_carrier_down_changes_total{device="veth9cdf57d"} 1 node_network_carrier_down_changes_total{device="veth9dbbc7a"} 1 node_network_carrier_down_changes_total{device="veth9e31ae2"} 1 node_network_carrier_down_changes_total{device="veth9efa94d"} 1 node_network_carrier_down_changes_total{device="veth9f3303f"} 1 node_network_carrier_down_changes_total{device="veth9f3eb3b"} 1 node_network_carrier_down_changes_total{device="vetha005716"} 1 node_network_carrier_down_changes_total{device="vetha328a00"} 1 node_network_carrier_down_changes_total{device="vetha6d002c"} 1 node_network_carrier_down_changes_total{device="vethaa201e8"} 1 node_network_carrier_down_changes_total{device="vethab6f40e"} 1 node_network_carrier_down_changes_total{device="vethac48cf5"} 1 node_network_carrier_down_changes_total{device="vethadadf9d"} 1 node_network_carrier_down_changes_total{device="vethadde449"} 1 node_network_carrier_down_changes_total{device="vethaebf1c6"} 1 node_network_carrier_down_changes_total{device="vethaf43d3c"} 1 node_network_carrier_down_changes_total{device="vethb094914"} 1 node_network_carrier_down_changes_total{device="vethb1a51b9"} 1 node_network_carrier_down_changes_total{device="vethb3f6289"} 1 node_network_carrier_down_changes_total{device="vethbb7528c"} 1 node_network_carrier_down_changes_total{device="vethbbafdd5"} 1 node_network_carrier_down_changes_total{device="vethbe02f5c"} 1 node_network_carrier_down_changes_total{device="vethc462a78"} 1 node_network_carrier_down_changes_total{device="vethc565bf7"} 1 node_network_carrier_down_changes_total{device="vethc5ba843"} 1 node_network_carrier_down_changes_total{device="vethc802cca"} 1 node_network_carrier_down_changes_total{device="vethc863ebe"} 1 node_network_carrier_down_changes_total{device="vethc88ee41"} 1 node_network_carrier_down_changes_total{device="vethc8a0de9"} 1 node_network_carrier_down_changes_total{device="vethc9825ed"} 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="vethcd87a56"} 1 node_network_carrier_down_changes_total{device="vethce2c824"} 1 node_network_carrier_down_changes_total{device="vethcebcf57"} 1 node_network_carrier_down_changes_total{device="vethced832e"} 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="vethd60073b"} 1 node_network_carrier_down_changes_total{device="vethdafaaf7"} 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="vethdd8cafa"} 1 node_network_carrier_down_changes_total{device="vethe17211e"} 1 node_network_carrier_down_changes_total{device="vethe5aab79"} 1 node_network_carrier_down_changes_total{device="vethe7740d0"} 1 node_network_carrier_down_changes_total{device="vethe7c8af8"} 1 node_network_carrier_down_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_down_changes_total{device="vetheafd782"} 1 node_network_carrier_down_changes_total{device="vethee2dd22"} 1 node_network_carrier_down_changes_total{device="vethee8a542"} 1 node_network_carrier_down_changes_total{device="vetheeb8f83"} 1 node_network_carrier_down_changes_total{device="vethef64759"} 1 node_network_carrier_down_changes_total{device="vethf05f0fd"} 1 node_network_carrier_down_changes_total{device="vethf1f550c"} 1 node_network_carrier_down_changes_total{device="vethf478f47"} 1 node_network_carrier_down_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_down_changes_total{device="vethf5fa974"} 1 node_network_carrier_down_changes_total{device="vethf96b0a5"} 1 node_network_carrier_down_changes_total{device="vethfdd6287"} 1 node_network_carrier_down_changes_total{device="vethfff41ad"} 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"} 5 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"} 4 node_network_carrier_up_changes_total{device="br-a0144fd8fc9b"} 5 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"} 4 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="veth02b7bb4"} 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="veth0458d6c"} 1 node_network_carrier_up_changes_total{device="veth04643cd"} 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="veth05a8d16"} 1 node_network_carrier_up_changes_total{device="veth05f79f0"} 1 node_network_carrier_up_changes_total{device="veth095bf66"} 1 node_network_carrier_up_changes_total{device="veth0983ec1"} 1 node_network_carrier_up_changes_total{device="veth09da01d"} 1 node_network_carrier_up_changes_total{device="veth0d4969b"} 1 node_network_carrier_up_changes_total{device="veth0d51f3a"} 1 node_network_carrier_up_changes_total{device="veth0dc1806"} 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="veth1560051"} 1 node_network_carrier_up_changes_total{device="veth183285b"} 1 node_network_carrier_up_changes_total{device="veth1dadce2"} 1 node_network_carrier_up_changes_total{device="veth1df3caa"} 1 node_network_carrier_up_changes_total{device="veth1e03f09"} 1 node_network_carrier_up_changes_total{device="veth1e06647"} 1 node_network_carrier_up_changes_total{device="veth1ed9995"} 1 node_network_carrier_up_changes_total{device="veth1f25339"} 1 node_network_carrier_up_changes_total{device="veth20a8b8e"} 1 node_network_carrier_up_changes_total{device="veth225b651"} 1 node_network_carrier_up_changes_total{device="veth23915ec"} 1 node_network_carrier_up_changes_total{device="veth25c0ce8"} 1 node_network_carrier_up_changes_total{device="veth27f73d6"} 1 node_network_carrier_up_changes_total{device="veth287fee9"} 1 node_network_carrier_up_changes_total{device="veth29a61a8"} 1 node_network_carrier_up_changes_total{device="veth2d4dc03"} 1 node_network_carrier_up_changes_total{device="veth2dd3288"} 1 node_network_carrier_up_changes_total{device="veth2e75874"} 1 node_network_carrier_up_changes_total{device="veth2ee1684"} 1 node_network_carrier_up_changes_total{device="veth34c3bbe"} 1 node_network_carrier_up_changes_total{device="veth35140bc"} 1 node_network_carrier_up_changes_total{device="veth3524d53"} 1 node_network_carrier_up_changes_total{device="veth35c0c4c"} 1 node_network_carrier_up_changes_total{device="veth373079a"} 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="veth3a8a547"} 1 node_network_carrier_up_changes_total{device="veth3cc64ab"} 1 node_network_carrier_up_changes_total{device="veth3f3da42"} 1 node_network_carrier_up_changes_total{device="veth409b936"} 1 node_network_carrier_up_changes_total{device="veth41d413f"} 1 node_network_carrier_up_changes_total{device="veth420e02a"} 1 node_network_carrier_up_changes_total{device="veth4289883"} 1 node_network_carrier_up_changes_total{device="veth42e42c6"} 1 node_network_carrier_up_changes_total{device="veth4662bc7"} 1 node_network_carrier_up_changes_total{device="veth48031a7"} 1 node_network_carrier_up_changes_total{device="veth48a2b92"} 1 node_network_carrier_up_changes_total{device="veth4b8eff5"} 1 node_network_carrier_up_changes_total{device="veth5087deb"} 1 node_network_carrier_up_changes_total{device="veth50c15bc"} 1 node_network_carrier_up_changes_total{device="veth53867cd"} 1 node_network_carrier_up_changes_total{device="veth5462551"} 1 node_network_carrier_up_changes_total{device="veth54855bb"} 1 node_network_carrier_up_changes_total{device="veth5676db4"} 1 node_network_carrier_up_changes_total{device="veth56dd7d0"} 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="veth5a1c243"} 1 node_network_carrier_up_changes_total{device="veth5a2536e"} 1 node_network_carrier_up_changes_total{device="veth5a9c858"} 1 node_network_carrier_up_changes_total{device="veth5b5f5d8"} 1 node_network_carrier_up_changes_total{device="veth5cd9d69"} 1 node_network_carrier_up_changes_total{device="veth5ebd44b"} 1 node_network_carrier_up_changes_total{device="veth5f86a6e"} 1 node_network_carrier_up_changes_total{device="veth6097074"} 1 node_network_carrier_up_changes_total{device="veth662d243"} 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="veth68c9de2"} 1 node_network_carrier_up_changes_total{device="veth693d267"} 1 node_network_carrier_up_changes_total{device="veth6a8db05"} 1 node_network_carrier_up_changes_total{device="veth6adcbd2"} 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="veth7174790"} 1 node_network_carrier_up_changes_total{device="veth71f8729"} 1 node_network_carrier_up_changes_total{device="veth779a9b0"} 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="veth7c5d892"} 1 node_network_carrier_up_changes_total{device="veth7e4453e"} 1 node_network_carrier_up_changes_total{device="veth8362b0e"} 1 node_network_carrier_up_changes_total{device="veth8490e20"} 1 node_network_carrier_up_changes_total{device="veth862c62b"} 1 node_network_carrier_up_changes_total{device="veth8685de7"} 1 node_network_carrier_up_changes_total{device="veth86976de"} 1 node_network_carrier_up_changes_total{device="veth87c67df"} 1 node_network_carrier_up_changes_total{device="veth8ac86d6"} 1 node_network_carrier_up_changes_total{device="veth8ad3e08"} 1 node_network_carrier_up_changes_total{device="veth8ae1a4f"} 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="veth8e9752f"} 1 node_network_carrier_up_changes_total{device="veth8ee2bf2"} 1 node_network_carrier_up_changes_total{device="veth967c2a6"} 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="veth98d1797"} 1 node_network_carrier_up_changes_total{device="veth9cdf57d"} 1 node_network_carrier_up_changes_total{device="veth9dbbc7a"} 1 node_network_carrier_up_changes_total{device="veth9e31ae2"} 1 node_network_carrier_up_changes_total{device="veth9efa94d"} 1 node_network_carrier_up_changes_total{device="veth9f3303f"} 1 node_network_carrier_up_changes_total{device="veth9f3eb3b"} 1 node_network_carrier_up_changes_total{device="vetha005716"} 1 node_network_carrier_up_changes_total{device="vetha328a00"} 1 node_network_carrier_up_changes_total{device="vetha6d002c"} 1 node_network_carrier_up_changes_total{device="vethaa201e8"} 1 node_network_carrier_up_changes_total{device="vethab6f40e"} 1 node_network_carrier_up_changes_total{device="vethac48cf5"} 1 node_network_carrier_up_changes_total{device="vethadadf9d"} 1 node_network_carrier_up_changes_total{device="vethadde449"} 1 node_network_carrier_up_changes_total{device="vethaebf1c6"} 1 node_network_carrier_up_changes_total{device="vethaf43d3c"} 1 node_network_carrier_up_changes_total{device="vethb094914"} 1 node_network_carrier_up_changes_total{device="vethb1a51b9"} 1 node_network_carrier_up_changes_total{device="vethb3f6289"} 1 node_network_carrier_up_changes_total{device="vethbb7528c"} 1 node_network_carrier_up_changes_total{device="vethbbafdd5"} 1 node_network_carrier_up_changes_total{device="vethbe02f5c"} 1 node_network_carrier_up_changes_total{device="vethc462a78"} 1 node_network_carrier_up_changes_total{device="vethc565bf7"} 1 node_network_carrier_up_changes_total{device="vethc5ba843"} 1 node_network_carrier_up_changes_total{device="vethc802cca"} 1 node_network_carrier_up_changes_total{device="vethc863ebe"} 1 node_network_carrier_up_changes_total{device="vethc88ee41"} 1 node_network_carrier_up_changes_total{device="vethc8a0de9"} 1 node_network_carrier_up_changes_total{device="vethc9825ed"} 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="vethcd87a56"} 1 node_network_carrier_up_changes_total{device="vethce2c824"} 1 node_network_carrier_up_changes_total{device="vethcebcf57"} 1 node_network_carrier_up_changes_total{device="vethced832e"} 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="vethd60073b"} 1 node_network_carrier_up_changes_total{device="vethdafaaf7"} 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="vethdd8cafa"} 1 node_network_carrier_up_changes_total{device="vethe17211e"} 1 node_network_carrier_up_changes_total{device="vethe5aab79"} 1 node_network_carrier_up_changes_total{device="vethe7740d0"} 1 node_network_carrier_up_changes_total{device="vethe7c8af8"} 1 node_network_carrier_up_changes_total{device="vethe7d1fc6"} 1 node_network_carrier_up_changes_total{device="vetheafd782"} 1 node_network_carrier_up_changes_total{device="vethee2dd22"} 1 node_network_carrier_up_changes_total{device="vethee8a542"} 1 node_network_carrier_up_changes_total{device="vetheeb8f83"} 1 node_network_carrier_up_changes_total{device="vethef64759"} 1 node_network_carrier_up_changes_total{device="vethf05f0fd"} 1 node_network_carrier_up_changes_total{device="vethf1f550c"} 1 node_network_carrier_up_changes_total{device="vethf478f47"} 1 node_network_carrier_up_changes_total{device="vethf4ef1a1"} 1 node_network_carrier_up_changes_total{device="vethf5fa974"} 1 node_network_carrier_up_changes_total{device="vethf96b0a5"} 1 node_network_carrier_up_changes_total{device="vethfdd6287"} 1 node_network_carrier_up_changes_total{device="vethfff41ad"} 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="veth02b7bb4"} 0 node_network_device_id{device="veth02c2ee2"} 0 node_network_device_id{device="veth0363e8e"} 0 node_network_device_id{device="veth0458d6c"} 0 node_network_device_id{device="veth04643cd"} 0 node_network_device_id{device="veth04811d4"} 0 node_network_device_id{device="veth04e134c"} 0 node_network_device_id{device="veth05a8d16"} 0 node_network_device_id{device="veth05f79f0"} 0 node_network_device_id{device="veth095bf66"} 0 node_network_device_id{device="veth0983ec1"} 0 node_network_device_id{device="veth09da01d"} 0 node_network_device_id{device="veth0d4969b"} 0 node_network_device_id{device="veth0d51f3a"} 0 node_network_device_id{device="veth0dc1806"} 0 node_network_device_id{device="veth13d497b"} 0 node_network_device_id{device="veth140b313"} 0 node_network_device_id{device="veth1560051"} 0 node_network_device_id{device="veth183285b"} 0 node_network_device_id{device="veth1dadce2"} 0 node_network_device_id{device="veth1df3caa"} 0 node_network_device_id{device="veth1e03f09"} 0 node_network_device_id{device="veth1e06647"} 0 node_network_device_id{device="veth1ed9995"} 0 node_network_device_id{device="veth1f25339"} 0 node_network_device_id{device="veth20a8b8e"} 0 node_network_device_id{device="veth225b651"} 0 node_network_device_id{device="veth23915ec"} 0 node_network_device_id{device="veth25c0ce8"} 0 node_network_device_id{device="veth27f73d6"} 0 node_network_device_id{device="veth287fee9"} 0 node_network_device_id{device="veth29a61a8"} 0 node_network_device_id{device="veth2d4dc03"} 0 node_network_device_id{device="veth2dd3288"} 0 node_network_device_id{device="veth2e75874"} 0 node_network_device_id{device="veth2ee1684"} 0 node_network_device_id{device="veth34c3bbe"} 0 node_network_device_id{device="veth35140bc"} 0 node_network_device_id{device="veth3524d53"} 0 node_network_device_id{device="veth35c0c4c"} 0 node_network_device_id{device="veth373079a"} 0 node_network_device_id{device="veth3738b60"} 0 node_network_device_id{device="veth39390d4"} 0 node_network_device_id{device="veth3a8a547"} 0 node_network_device_id{device="veth3cc64ab"} 0 node_network_device_id{device="veth3f3da42"} 0 node_network_device_id{device="veth409b936"} 0 node_network_device_id{device="veth41d413f"} 0 node_network_device_id{device="veth420e02a"} 0 node_network_device_id{device="veth4289883"} 0 node_network_device_id{device="veth42e42c6"} 0 node_network_device_id{device="veth4662bc7"} 0 node_network_device_id{device="veth48031a7"} 0 node_network_device_id{device="veth48a2b92"} 0 node_network_device_id{device="veth4b8eff5"} 0 node_network_device_id{device="veth5087deb"} 0 node_network_device_id{device="veth50c15bc"} 0 node_network_device_id{device="veth53867cd"} 0 node_network_device_id{device="veth5462551"} 0 node_network_device_id{device="veth54855bb"} 0 node_network_device_id{device="veth5676db4"} 0 node_network_device_id{device="veth56dd7d0"} 0 node_network_device_id{device="veth57bc285"} 0 node_network_device_id{device="veth591a4e5"} 0 node_network_device_id{device="veth5a1c243"} 0 node_network_device_id{device="veth5a2536e"} 0 node_network_device_id{device="veth5a9c858"} 0 node_network_device_id{device="veth5b5f5d8"} 0 node_network_device_id{device="veth5cd9d69"} 0 node_network_device_id{device="veth5ebd44b"} 0 node_network_device_id{device="veth5f86a6e"} 0 node_network_device_id{device="veth6097074"} 0 node_network_device_id{device="veth662d243"} 0 node_network_device_id{device="veth66fe80a"} 0 node_network_device_id{device="veth6864a94"} 0 node_network_device_id{device="veth68c9de2"} 0 node_network_device_id{device="veth693d267"} 0 node_network_device_id{device="veth6a8db05"} 0 node_network_device_id{device="veth6adcbd2"} 0 node_network_device_id{device="veth6d28251"} 0 node_network_device_id{device="veth6d76d2e"} 0 node_network_device_id{device="veth7174790"} 0 node_network_device_id{device="veth71f8729"} 0 node_network_device_id{device="veth779a9b0"} 0 node_network_device_id{device="veth7a53c4c"} 0 node_network_device_id{device="veth7b68e53"} 0 node_network_device_id{device="veth7c5d892"} 0 node_network_device_id{device="veth7e4453e"} 0 node_network_device_id{device="veth8362b0e"} 0 node_network_device_id{device="veth8490e20"} 0 node_network_device_id{device="veth862c62b"} 0 node_network_device_id{device="veth8685de7"} 0 node_network_device_id{device="veth86976de"} 0 node_network_device_id{device="veth87c67df"} 0 node_network_device_id{device="veth8ac86d6"} 0 node_network_device_id{device="veth8ad3e08"} 0 node_network_device_id{device="veth8ae1a4f"} 0 node_network_device_id{device="veth8c5b58a"} 0 node_network_device_id{device="veth8c77172"} 0 node_network_device_id{device="veth8e9752f"} 0 node_network_device_id{device="veth8ee2bf2"} 0 node_network_device_id{device="veth967c2a6"} 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="veth98d1797"} 0 node_network_device_id{device="veth9cdf57d"} 0 node_network_device_id{device="veth9dbbc7a"} 0 node_network_device_id{device="veth9e31ae2"} 0 node_network_device_id{device="veth9efa94d"} 0 node_network_device_id{device="veth9f3303f"} 0 node_network_device_id{device="veth9f3eb3b"} 0 node_network_device_id{device="vetha005716"} 0 node_network_device_id{device="vetha328a00"} 0 node_network_device_id{device="vetha6d002c"} 0 node_network_device_id{device="vethaa201e8"} 0 node_network_device_id{device="vethab6f40e"} 0 node_network_device_id{device="vethac48cf5"} 0 node_network_device_id{device="vethadadf9d"} 0 node_network_device_id{device="vethadde449"} 0 node_network_device_id{device="vethaebf1c6"} 0 node_network_device_id{device="vethaf43d3c"} 0 node_network_device_id{device="vethb094914"} 0 node_network_device_id{device="vethb1a51b9"} 0 node_network_device_id{device="vethb3f6289"} 0 node_network_device_id{device="vethbb7528c"} 0 node_network_device_id{device="vethbbafdd5"} 0 node_network_device_id{device="vethbe02f5c"} 0 node_network_device_id{device="vethc462a78"} 0 node_network_device_id{device="vethc565bf7"} 0 node_network_device_id{device="vethc5ba843"} 0 node_network_device_id{device="vethc802cca"} 0 node_network_device_id{device="vethc863ebe"} 0 node_network_device_id{device="vethc88ee41"} 0 node_network_device_id{device="vethc8a0de9"} 0 node_network_device_id{device="vethc9825ed"} 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="vethcd87a56"} 0 node_network_device_id{device="vethce2c824"} 0 node_network_device_id{device="vethcebcf57"} 0 node_network_device_id{device="vethced832e"} 0 node_network_device_id{device="vethd297e42"} 0 node_network_device_id{device="vethd2a1d3a"} 0 node_network_device_id{device="vethd60073b"} 0 node_network_device_id{device="vethdafaaf7"} 0 node_network_device_id{device="vethdbda231"} 0 node_network_device_id{device="vethdbe575e"} 0 node_network_device_id{device="vethdd8cafa"} 0 node_network_device_id{device="vethe17211e"} 0 node_network_device_id{device="vethe5aab79"} 0 node_network_device_id{device="vethe7740d0"} 0 node_network_device_id{device="vethe7c8af8"} 0 node_network_device_id{device="vethe7d1fc6"} 0 node_network_device_id{device="vetheafd782"} 0 node_network_device_id{device="vethee2dd22"} 0 node_network_device_id{device="vethee8a542"} 0 node_network_device_id{device="vetheeb8f83"} 0 node_network_device_id{device="vethef64759"} 0 node_network_device_id{device="vethf05f0fd"} 0 node_network_device_id{device="vethf1f550c"} 0 node_network_device_id{device="vethf478f47"} 0 node_network_device_id{device="vethf4ef1a1"} 0 node_network_device_id{device="vethf5fa974"} 0 node_network_device_id{device="vethf96b0a5"} 0 node_network_device_id{device="vethfdd6287"} 0 node_network_device_id{device="vethfff41ad"} 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="veth02b7bb4"} 0 node_network_dormant{device="veth02c2ee2"} 0 node_network_dormant{device="veth0363e8e"} 0 node_network_dormant{device="veth0458d6c"} 0 node_network_dormant{device="veth04643cd"} 0 node_network_dormant{device="veth04811d4"} 0 node_network_dormant{device="veth04e134c"} 0 node_network_dormant{device="veth05a8d16"} 0 node_network_dormant{device="veth05f79f0"} 0 node_network_dormant{device="veth095bf66"} 0 node_network_dormant{device="veth0983ec1"} 0 node_network_dormant{device="veth09da01d"} 0 node_network_dormant{device="veth0d4969b"} 0 node_network_dormant{device="veth0d51f3a"} 0 node_network_dormant{device="veth0dc1806"} 0 node_network_dormant{device="veth13d497b"} 0 node_network_dormant{device="veth140b313"} 0 node_network_dormant{device="veth1560051"} 0 node_network_dormant{device="veth183285b"} 0 node_network_dormant{device="veth1dadce2"} 0 node_network_dormant{device="veth1df3caa"} 0 node_network_dormant{device="veth1e03f09"} 0 node_network_dormant{device="veth1e06647"} 0 node_network_dormant{device="veth1ed9995"} 0 node_network_dormant{device="veth1f25339"} 0 node_network_dormant{device="veth20a8b8e"} 0 node_network_dormant{device="veth225b651"} 0 node_network_dormant{device="veth23915ec"} 0 node_network_dormant{device="veth25c0ce8"} 0 node_network_dormant{device="veth27f73d6"} 0 node_network_dormant{device="veth287fee9"} 0 node_network_dormant{device="veth29a61a8"} 0 node_network_dormant{device="veth2d4dc03"} 0 node_network_dormant{device="veth2dd3288"} 0 node_network_dormant{device="veth2e75874"} 0 node_network_dormant{device="veth2ee1684"} 0 node_network_dormant{device="veth34c3bbe"} 0 node_network_dormant{device="veth35140bc"} 0 node_network_dormant{device="veth3524d53"} 0 node_network_dormant{device="veth35c0c4c"} 0 node_network_dormant{device="veth373079a"} 0 node_network_dormant{device="veth3738b60"} 0 node_network_dormant{device="veth39390d4"} 0 node_network_dormant{device="veth3a8a547"} 0 node_network_dormant{device="veth3cc64ab"} 0 node_network_dormant{device="veth3f3da42"} 0 node_network_dormant{device="veth409b936"} 0 node_network_dormant{device="veth41d413f"} 0 node_network_dormant{device="veth420e02a"} 0 node_network_dormant{device="veth4289883"} 0 node_network_dormant{device="veth42e42c6"} 0 node_network_dormant{device="veth4662bc7"} 0 node_network_dormant{device="veth48031a7"} 0 node_network_dormant{device="veth48a2b92"} 0 node_network_dormant{device="veth4b8eff5"} 0 node_network_dormant{device="veth5087deb"} 0 node_network_dormant{device="veth50c15bc"} 0 node_network_dormant{device="veth53867cd"} 0 node_network_dormant{device="veth5462551"} 0 node_network_dormant{device="veth54855bb"} 0 node_network_dormant{device="veth5676db4"} 0 node_network_dormant{device="veth56dd7d0"} 0 node_network_dormant{device="veth57bc285"} 0 node_network_dormant{device="veth591a4e5"} 0 node_network_dormant{device="veth5a1c243"} 0 node_network_dormant{device="veth5a2536e"} 0 node_network_dormant{device="veth5a9c858"} 0 node_network_dormant{device="veth5b5f5d8"} 0 node_network_dormant{device="veth5cd9d69"} 0 node_network_dormant{device="veth5ebd44b"} 0 node_network_dormant{device="veth5f86a6e"} 0 node_network_dormant{device="veth6097074"} 0 node_network_dormant{device="veth662d243"} 0 node_network_dormant{device="veth66fe80a"} 0 node_network_dormant{device="veth6864a94"} 0 node_network_dormant{device="veth68c9de2"} 0 node_network_dormant{device="veth693d267"} 0 node_network_dormant{device="veth6a8db05"} 0 node_network_dormant{device="veth6adcbd2"} 0 node_network_dormant{device="veth6d28251"} 0 node_network_dormant{device="veth6d76d2e"} 0 node_network_dormant{device="veth7174790"} 0 node_network_dormant{device="veth71f8729"} 0 node_network_dormant{device="veth779a9b0"} 0 node_network_dormant{device="veth7a53c4c"} 0 node_network_dormant{device="veth7b68e53"} 0 node_network_dormant{device="veth7c5d892"} 0 node_network_dormant{device="veth7e4453e"} 0 node_network_dormant{device="veth8362b0e"} 0 node_network_dormant{device="veth8490e20"} 0 node_network_dormant{device="veth862c62b"} 0 node_network_dormant{device="veth8685de7"} 0 node_network_dormant{device="veth86976de"} 0 node_network_dormant{device="veth87c67df"} 0 node_network_dormant{device="veth8ac86d6"} 0 node_network_dormant{device="veth8ad3e08"} 0 node_network_dormant{device="veth8ae1a4f"} 0 node_network_dormant{device="veth8c5b58a"} 0 node_network_dormant{device="veth8c77172"} 0 node_network_dormant{device="veth8e9752f"} 0 node_network_dormant{device="veth8ee2bf2"} 0 node_network_dormant{device="veth967c2a6"} 0 node_network_dormant{device="veth970153a"} 0 node_network_dormant{device="veth97b739c"} 0 node_network_dormant{device="veth980e0d6"} 0 node_network_dormant{device="veth98d1797"} 0 node_network_dormant{device="veth9cdf57d"} 0 node_network_dormant{device="veth9dbbc7a"} 0 node_network_dormant{device="veth9e31ae2"} 0 node_network_dormant{device="veth9efa94d"} 0 node_network_dormant{device="veth9f3303f"} 0 node_network_dormant{device="veth9f3eb3b"} 0 node_network_dormant{device="vetha005716"} 0 node_network_dormant{device="vetha328a00"} 0 node_network_dormant{device="vetha6d002c"} 0 node_network_dormant{device="vethaa201e8"} 0 node_network_dormant{device="vethab6f40e"} 0 node_network_dormant{device="vethac48cf5"} 0 node_network_dormant{device="vethadadf9d"} 0 node_network_dormant{device="vethadde449"} 0 node_network_dormant{device="vethaebf1c6"} 0 node_network_dormant{device="vethaf43d3c"} 0 node_network_dormant{device="vethb094914"} 0 node_network_dormant{device="vethb1a51b9"} 0 node_network_dormant{device="vethb3f6289"} 0 node_network_dormant{device="vethbb7528c"} 0 node_network_dormant{device="vethbbafdd5"} 0 node_network_dormant{device="vethbe02f5c"} 0 node_network_dormant{device="vethc462a78"} 0 node_network_dormant{device="vethc565bf7"} 0 node_network_dormant{device="vethc5ba843"} 0 node_network_dormant{device="vethc802cca"} 0 node_network_dormant{device="vethc863ebe"} 0 node_network_dormant{device="vethc88ee41"} 0 node_network_dormant{device="vethc8a0de9"} 0 node_network_dormant{device="vethc9825ed"} 0 node_network_dormant{device="vethc9e4d8d"} 0 node_network_dormant{device="vethcb5dfad"} 0 node_network_dormant{device="vethccc59ae"} 0 node_network_dormant{device="vethcd87a56"} 0 node_network_dormant{device="vethce2c824"} 0 node_network_dormant{device="vethcebcf57"} 0 node_network_dormant{device="vethced832e"} 0 node_network_dormant{device="vethd297e42"} 0 node_network_dormant{device="vethd2a1d3a"} 0 node_network_dormant{device="vethd60073b"} 0 node_network_dormant{device="vethdafaaf7"} 0 node_network_dormant{device="vethdbda231"} 0 node_network_dormant{device="vethdbe575e"} 0 node_network_dormant{device="vethdd8cafa"} 0 node_network_dormant{device="vethe17211e"} 0 node_network_dormant{device="vethe5aab79"} 0 node_network_dormant{device="vethe7740d0"} 0 node_network_dormant{device="vethe7c8af8"} 0 node_network_dormant{device="vethe7d1fc6"} 0 node_network_dormant{device="vetheafd782"} 0 node_network_dormant{device="vethee2dd22"} 0 node_network_dormant{device="vethee8a542"} 0 node_network_dormant{device="vetheeb8f83"} 0 node_network_dormant{device="vethef64759"} 0 node_network_dormant{device="vethf05f0fd"} 0 node_network_dormant{device="vethf1f550c"} 0 node_network_dormant{device="vethf478f47"} 0 node_network_dormant{device="vethf4ef1a1"} 0 node_network_dormant{device="vethf5fa974"} 0 node_network_dormant{device="vethf96b0a5"} 0 node_network_dormant{device="vethfdd6287"} 0 node_network_dormant{device="vethfff41ad"} 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="veth02b7bb4"} 4867 node_network_flags{device="veth02c2ee2"} 4867 node_network_flags{device="veth0363e8e"} 4867 node_network_flags{device="veth0458d6c"} 4867 node_network_flags{device="veth04643cd"} 4867 node_network_flags{device="veth04811d4"} 4867 node_network_flags{device="veth04e134c"} 4867 node_network_flags{device="veth05a8d16"} 4867 node_network_flags{device="veth05f79f0"} 4867 node_network_flags{device="veth095bf66"} 4867 node_network_flags{device="veth0983ec1"} 4867 node_network_flags{device="veth09da01d"} 4867 node_network_flags{device="veth0d4969b"} 4867 node_network_flags{device="veth0d51f3a"} 4867 node_network_flags{device="veth0dc1806"} 4867 node_network_flags{device="veth13d497b"} 4867 node_network_flags{device="veth140b313"} 4867 node_network_flags{device="veth1560051"} 4867 node_network_flags{device="veth183285b"} 4867 node_network_flags{device="veth1dadce2"} 4867 node_network_flags{device="veth1df3caa"} 4867 node_network_flags{device="veth1e03f09"} 4867 node_network_flags{device="veth1e06647"} 4867 node_network_flags{device="veth1ed9995"} 4867 node_network_flags{device="veth1f25339"} 4867 node_network_flags{device="veth20a8b8e"} 4867 node_network_flags{device="veth225b651"} 4867 node_network_flags{device="veth23915ec"} 4867 node_network_flags{device="veth25c0ce8"} 4867 node_network_flags{device="veth27f73d6"} 4867 node_network_flags{device="veth287fee9"} 4867 node_network_flags{device="veth29a61a8"} 4867 node_network_flags{device="veth2d4dc03"} 4867 node_network_flags{device="veth2dd3288"} 4867 node_network_flags{device="veth2e75874"} 4867 node_network_flags{device="veth2ee1684"} 4867 node_network_flags{device="veth34c3bbe"} 4867 node_network_flags{device="veth35140bc"} 4867 node_network_flags{device="veth3524d53"} 4867 node_network_flags{device="veth35c0c4c"} 4867 node_network_flags{device="veth373079a"} 4867 node_network_flags{device="veth3738b60"} 4867 node_network_flags{device="veth39390d4"} 4867 node_network_flags{device="veth3a8a547"} 4867 node_network_flags{device="veth3cc64ab"} 4867 node_network_flags{device="veth3f3da42"} 4867 node_network_flags{device="veth409b936"} 4867 node_network_flags{device="veth41d413f"} 4867 node_network_flags{device="veth420e02a"} 4867 node_network_flags{device="veth4289883"} 4867 node_network_flags{device="veth42e42c6"} 4867 node_network_flags{device="veth4662bc7"} 4867 node_network_flags{device="veth48031a7"} 4867 node_network_flags{device="veth48a2b92"} 4867 node_network_flags{device="veth4b8eff5"} 4867 node_network_flags{device="veth5087deb"} 4867 node_network_flags{device="veth50c15bc"} 4867 node_network_flags{device="veth53867cd"} 4867 node_network_flags{device="veth5462551"} 4867 node_network_flags{device="veth54855bb"} 4867 node_network_flags{device="veth5676db4"} 4867 node_network_flags{device="veth56dd7d0"} 4867 node_network_flags{device="veth57bc285"} 4867 node_network_flags{device="veth591a4e5"} 4867 node_network_flags{device="veth5a1c243"} 4867 node_network_flags{device="veth5a2536e"} 4867 node_network_flags{device="veth5a9c858"} 4867 node_network_flags{device="veth5b5f5d8"} 4867 node_network_flags{device="veth5cd9d69"} 4867 node_network_flags{device="veth5ebd44b"} 4867 node_network_flags{device="veth5f86a6e"} 4867 node_network_flags{device="veth6097074"} 4867 node_network_flags{device="veth662d243"} 4867 node_network_flags{device="veth66fe80a"} 4867 node_network_flags{device="veth6864a94"} 4867 node_network_flags{device="veth68c9de2"} 4867 node_network_flags{device="veth693d267"} 4867 node_network_flags{device="veth6a8db05"} 4867 node_network_flags{device="veth6adcbd2"} 4867 node_network_flags{device="veth6d28251"} 4867 node_network_flags{device="veth6d76d2e"} 4867 node_network_flags{device="veth7174790"} 4867 node_network_flags{device="veth71f8729"} 4867 node_network_flags{device="veth779a9b0"} 4867 node_network_flags{device="veth7a53c4c"} 4867 node_network_flags{device="veth7b68e53"} 4867 node_network_flags{device="veth7c5d892"} 4867 node_network_flags{device="veth7e4453e"} 4867 node_network_flags{device="veth8362b0e"} 4867 node_network_flags{device="veth8490e20"} 4867 node_network_flags{device="veth862c62b"} 4867 node_network_flags{device="veth8685de7"} 4867 node_network_flags{device="veth86976de"} 4867 node_network_flags{device="veth87c67df"} 4867 node_network_flags{device="veth8ac86d6"} 4867 node_network_flags{device="veth8ad3e08"} 4867 node_network_flags{device="veth8ae1a4f"} 4867 node_network_flags{device="veth8c5b58a"} 4867 node_network_flags{device="veth8c77172"} 4867 node_network_flags{device="veth8e9752f"} 4867 node_network_flags{device="veth8ee2bf2"} 4867 node_network_flags{device="veth967c2a6"} 4867 node_network_flags{device="veth970153a"} 4867 node_network_flags{device="veth97b739c"} 4867 node_network_flags{device="veth980e0d6"} 4867 node_network_flags{device="veth98d1797"} 4867 node_network_flags{device="veth9cdf57d"} 4867 node_network_flags{device="veth9dbbc7a"} 4867 node_network_flags{device="veth9e31ae2"} 4867 node_network_flags{device="veth9efa94d"} 4867 node_network_flags{device="veth9f3303f"} 4867 node_network_flags{device="veth9f3eb3b"} 4867 node_network_flags{device="vetha005716"} 4867 node_network_flags{device="vetha328a00"} 4867 node_network_flags{device="vetha6d002c"} 4867 node_network_flags{device="vethaa201e8"} 4867 node_network_flags{device="vethab6f40e"} 4867 node_network_flags{device="vethac48cf5"} 4867 node_network_flags{device="vethadadf9d"} 4867 node_network_flags{device="vethadde449"} 4867 node_network_flags{device="vethaebf1c6"} 4867 node_network_flags{device="vethaf43d3c"} 4867 node_network_flags{device="vethb094914"} 4867 node_network_flags{device="vethb1a51b9"} 4867 node_network_flags{device="vethb3f6289"} 4867 node_network_flags{device="vethbb7528c"} 4867 node_network_flags{device="vethbbafdd5"} 4867 node_network_flags{device="vethbe02f5c"} 4867 node_network_flags{device="vethc462a78"} 4867 node_network_flags{device="vethc565bf7"} 4867 node_network_flags{device="vethc5ba843"} 4867 node_network_flags{device="vethc802cca"} 4867 node_network_flags{device="vethc863ebe"} 4867 node_network_flags{device="vethc88ee41"} 4867 node_network_flags{device="vethc8a0de9"} 4867 node_network_flags{device="vethc9825ed"} 4867 node_network_flags{device="vethc9e4d8d"} 4867 node_network_flags{device="vethcb5dfad"} 4867 node_network_flags{device="vethccc59ae"} 4867 node_network_flags{device="vethcd87a56"} 4867 node_network_flags{device="vethce2c824"} 4867 node_network_flags{device="vethcebcf57"} 4867 node_network_flags{device="vethced832e"} 4867 node_network_flags{device="vethd297e42"} 4867 node_network_flags{device="vethd2a1d3a"} 4867 node_network_flags{device="vethd60073b"} 4867 node_network_flags{device="vethdafaaf7"} 4867 node_network_flags{device="vethdbda231"} 4867 node_network_flags{device="vethdbe575e"} 4867 node_network_flags{device="vethdd8cafa"} 4867 node_network_flags{device="vethe17211e"} 4867 node_network_flags{device="vethe5aab79"} 4867 node_network_flags{device="vethe7740d0"} 4867 node_network_flags{device="vethe7c8af8"} 4867 node_network_flags{device="vethe7d1fc6"} 4867 node_network_flags{device="vetheafd782"} 4867 node_network_flags{device="vethee2dd22"} 4867 node_network_flags{device="vethee8a542"} 4867 node_network_flags{device="vetheeb8f83"} 4867 node_network_flags{device="vethef64759"} 4867 node_network_flags{device="vethf05f0fd"} 4867 node_network_flags{device="vethf1f550c"} 4867 node_network_flags{device="vethf478f47"} 4867 node_network_flags{device="vethf4ef1a1"} 4867 node_network_flags{device="vethf5fa974"} 4867 node_network_flags{device="vethf96b0a5"} 4867 node_network_flags{device="vethfdd6287"} 4867 node_network_flags{device="vethfff41ad"} 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="veth02b7bb4"} 496773 node_network_iface_id{device="veth02c2ee2"} 32 node_network_iface_id{device="veth0363e8e"} 8597 node_network_iface_id{device="veth0458d6c"} 202265 node_network_iface_id{device="veth04643cd"} 530099 node_network_iface_id{device="veth04811d4"} 39 node_network_iface_id{device="veth04e134c"} 7837 node_network_iface_id{device="veth05a8d16"} 496783 node_network_iface_id{device="veth05f79f0"} 841049 node_network_iface_id{device="veth095bf66"} 338383 node_network_iface_id{device="veth0983ec1"} 8606 node_network_iface_id{device="veth09da01d"} 496787 node_network_iface_id{device="veth0d4969b"} 8604 node_network_iface_id{device="veth0d51f3a"} 354167 node_network_iface_id{device="veth0dc1806"} 97 node_network_iface_id{device="veth13d497b"} 7848 node_network_iface_id{device="veth140b313"} 7852 node_network_iface_id{device="veth1560051"} 354203 node_network_iface_id{device="veth183285b"} 841052 node_network_iface_id{device="veth1dadce2"} 841041 node_network_iface_id{device="veth1df3caa"} 202238 node_network_iface_id{device="veth1e03f09"} 7842 node_network_iface_id{device="veth1e06647"} 496772 node_network_iface_id{device="veth1ed9995"} 544922 node_network_iface_id{device="veth1f25339"} 202258 node_network_iface_id{device="veth20a8b8e"} 7840 node_network_iface_id{device="veth225b651"} 202261 node_network_iface_id{device="veth23915ec"} 102 node_network_iface_id{device="veth25c0ce8"} 716434 node_network_iface_id{device="veth27f73d6"} 841056 node_network_iface_id{device="veth287fee9"} 7843 node_network_iface_id{device="veth29a61a8"} 202269 node_network_iface_id{device="veth2d4dc03"} 338166 node_network_iface_id{device="veth2dd3288"} 8590 node_network_iface_id{device="veth2e75874"} 338546 node_network_iface_id{device="veth2ee1684"} 63 node_network_iface_id{device="veth34c3bbe"} 431837 node_network_iface_id{device="veth35140bc"} 7839 node_network_iface_id{device="veth3524d53"} 338380 node_network_iface_id{device="veth35c0c4c"} 110 node_network_iface_id{device="veth373079a"} 841050 node_network_iface_id{device="veth3738b60"} 16 node_network_iface_id{device="veth39390d4"} 7856 node_network_iface_id{device="veth3a8a547"} 874211 node_network_iface_id{device="veth3cc64ab"} 496774 node_network_iface_id{device="veth3f3da42"} 1394 node_network_iface_id{device="veth409b936"} 338159 node_network_iface_id{device="veth41d413f"} 492543 node_network_iface_id{device="veth420e02a"} 333809 node_network_iface_id{device="veth4289883"} 7841 node_network_iface_id{device="veth42e42c6"} 202257 node_network_iface_id{device="veth4662bc7"} 496785 node_network_iface_id{device="veth48031a7"} 496779 node_network_iface_id{device="veth48a2b92"} 716431 node_network_iface_id{device="veth4b8eff5"} 8602 node_network_iface_id{device="veth5087deb"} 7855 node_network_iface_id{device="veth50c15bc"} 841044 node_network_iface_id{device="veth53867cd"} 686009 node_network_iface_id{device="veth5462551"} 7849 node_network_iface_id{device="veth54855bb"} 338153 node_network_iface_id{device="veth5676db4"} 841047 node_network_iface_id{device="veth56dd7d0"} 841051 node_network_iface_id{device="veth57bc285"} 7835 node_network_iface_id{device="veth591a4e5"} 7851 node_network_iface_id{device="veth5a1c243"} 841043 node_network_iface_id{device="veth5a2536e"} 496795 node_network_iface_id{device="veth5a9c858"} 496768 node_network_iface_id{device="veth5b5f5d8"} 202243 node_network_iface_id{device="veth5cd9d69"} 716432 node_network_iface_id{device="veth5ebd44b"} 202267 node_network_iface_id{device="veth5f86a6e"} 202266 node_network_iface_id{device="veth6097074"} 8598 node_network_iface_id{device="veth662d243"} 496788 node_network_iface_id{device="veth66fe80a"} 8603 node_network_iface_id{device="veth6864a94"} 7846 node_network_iface_id{device="veth68c9de2"} 49 node_network_iface_id{device="veth693d267"} 7850 node_network_iface_id{device="veth6a8db05"} 338160 node_network_iface_id{device="veth6adcbd2"} 496776 node_network_iface_id{device="veth6d28251"} 7857 node_network_iface_id{device="veth6d76d2e"} 34 node_network_iface_id{device="veth7174790"} 530101 node_network_iface_id{device="veth71f8729"} 338149 node_network_iface_id{device="veth779a9b0"} 8592 node_network_iface_id{device="veth7a53c4c"} 7860 node_network_iface_id{device="veth7b68e53"} 8596 node_network_iface_id{device="veth7c5d892"} 496784 node_network_iface_id{device="veth7e4453e"} 841042 node_network_iface_id{device="veth8362b0e"} 8601 node_network_iface_id{device="veth8490e20"} 338154 node_network_iface_id{device="veth862c62b"} 338162 node_network_iface_id{device="veth8685de7"} 338378 node_network_iface_id{device="veth86976de"} 202271 node_network_iface_id{device="veth87c67df"} 710426 node_network_iface_id{device="veth8ac86d6"} 496764 node_network_iface_id{device="veth8ad3e08"} 338150 node_network_iface_id{device="veth8ae1a4f"} 496778 node_network_iface_id{device="veth8c5b58a"} 7858 node_network_iface_id{device="veth8c77172"} 8591 node_network_iface_id{device="veth8e9752f"} 8589 node_network_iface_id{device="veth8ee2bf2"} 8594 node_network_iface_id{device="veth967c2a6"} 496791 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="veth98d1797"} 841045 node_network_iface_id{device="veth9cdf57d"} 496781 node_network_iface_id{device="veth9dbbc7a"} 354202 node_network_iface_id{device="veth9e31ae2"} 338157 node_network_iface_id{device="veth9efa94d"} 338545 node_network_iface_id{device="veth9f3303f"} 545233 node_network_iface_id{device="veth9f3eb3b"} 338547 node_network_iface_id{device="vetha005716"} 7904 node_network_iface_id{device="vetha328a00"} 115 node_network_iface_id{device="vetha6d002c"} 841057 node_network_iface_id{device="vethaa201e8"} 7854 node_network_iface_id{device="vethab6f40e"} 338551 node_network_iface_id{device="vethac48cf5"} 8593 node_network_iface_id{device="vethadadf9d"} 841053 node_network_iface_id{device="vethadde449"} 60 node_network_iface_id{device="vethaebf1c6"} 841048 node_network_iface_id{device="vethaf43d3c"} 202259 node_network_iface_id{device="vethb094914"} 354169 node_network_iface_id{device="vethb1a51b9"} 202264 node_network_iface_id{device="vethb3f6289"} 7132 node_network_iface_id{device="vethbb7528c"} 338540 node_network_iface_id{device="vethbbafdd5"} 7845 node_network_iface_id{device="vethbe02f5c"} 202263 node_network_iface_id{device="vethc462a78"} 73 node_network_iface_id{device="vethc565bf7"} 496780 node_network_iface_id{device="vethc5ba843"} 496790 node_network_iface_id{device="vethc802cca"} 545232 node_network_iface_id{device="vethc863ebe"} 8600 node_network_iface_id{device="vethc88ee41"} 492545 node_network_iface_id{device="vethc8a0de9"} 716424 node_network_iface_id{device="vethc9825ed"} 202239 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="vethcd87a56"} 496894 node_network_iface_id{device="vethce2c824"} 338161 node_network_iface_id{device="vethcebcf57"} 496771 node_network_iface_id{device="vethced832e"} 202268 node_network_iface_id{device="vethd297e42"} 84 node_network_iface_id{device="vethd2a1d3a"} 1393 node_network_iface_id{device="vethd60073b"} 354199 node_network_iface_id{device="vethdafaaf7"} 716426 node_network_iface_id{device="vethdbda231"} 19 node_network_iface_id{device="vethdbe575e"} 90 node_network_iface_id{device="vethdd8cafa"} 338382 node_network_iface_id{device="vethe17211e"} 8605 node_network_iface_id{device="vethe5aab79"} 496767 node_network_iface_id{device="vethe7740d0"} 338379 node_network_iface_id{device="vethe7c8af8"} 841054 node_network_iface_id{device="vethe7d1fc6"} 202260 node_network_iface_id{device="vetheafd782"} 841046 node_network_iface_id{device="vethee2dd22"} 496794 node_network_iface_id{device="vethee8a542"} 71 node_network_iface_id{device="vetheeb8f83"} 338377 node_network_iface_id{device="vethef64759"} 496792 node_network_iface_id{device="vethf05f0fd"} 7836 node_network_iface_id{device="vethf1f550c"} 841055 node_network_iface_id{device="vethf478f47"} 8595 node_network_iface_id{device="vethf4ef1a1"} 68 node_network_iface_id{device="vethf5fa974"} 202262 node_network_iface_id{device="vethf96b0a5"} 354170 node_network_iface_id{device="vethfdd6287"} 26 node_network_iface_id{device="vethfff41ad"} 496793 # 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="veth02b7bb4"} 2 node_network_iface_link{device="veth02c2ee2"} 3 node_network_iface_link{device="veth0363e8e"} 2 node_network_iface_link{device="veth0458d6c"} 2 node_network_iface_link{device="veth04643cd"} 2 node_network_iface_link{device="veth04811d4"} 2 node_network_iface_link{device="veth04e134c"} 2 node_network_iface_link{device="veth05a8d16"} 2 node_network_iface_link{device="veth05f79f0"} 2 node_network_iface_link{device="veth095bf66"} 2 node_network_iface_link{device="veth0983ec1"} 2 node_network_iface_link{device="veth09da01d"} 2 node_network_iface_link{device="veth0d4969b"} 2 node_network_iface_link{device="veth0d51f3a"} 2 node_network_iface_link{device="veth0dc1806"} 2 node_network_iface_link{device="veth13d497b"} 2 node_network_iface_link{device="veth140b313"} 3 node_network_iface_link{device="veth1560051"} 3 node_network_iface_link{device="veth183285b"} 2 node_network_iface_link{device="veth1dadce2"} 2 node_network_iface_link{device="veth1df3caa"} 2 node_network_iface_link{device="veth1e03f09"} 2 node_network_iface_link{device="veth1e06647"} 2 node_network_iface_link{device="veth1ed9995"} 2 node_network_iface_link{device="veth1f25339"} 2 node_network_iface_link{device="veth20a8b8e"} 2 node_network_iface_link{device="veth225b651"} 2 node_network_iface_link{device="veth23915ec"} 2 node_network_iface_link{device="veth25c0ce8"} 2 node_network_iface_link{device="veth27f73d6"} 2 node_network_iface_link{device="veth287fee9"} 2 node_network_iface_link{device="veth29a61a8"} 2 node_network_iface_link{device="veth2d4dc03"} 3 node_network_iface_link{device="veth2dd3288"} 2 node_network_iface_link{device="veth2e75874"} 2 node_network_iface_link{device="veth2ee1684"} 2 node_network_iface_link{device="veth34c3bbe"} 2 node_network_iface_link{device="veth35140bc"} 2 node_network_iface_link{device="veth3524d53"} 2 node_network_iface_link{device="veth35c0c4c"} 2 node_network_iface_link{device="veth373079a"} 2 node_network_iface_link{device="veth3738b60"} 2 node_network_iface_link{device="veth39390d4"} 2 node_network_iface_link{device="veth3a8a547"} 2 node_network_iface_link{device="veth3cc64ab"} 2 node_network_iface_link{device="veth3f3da42"} 3 node_network_iface_link{device="veth409b936"} 2 node_network_iface_link{device="veth41d413f"} 2 node_network_iface_link{device="veth420e02a"} 2 node_network_iface_link{device="veth4289883"} 2 node_network_iface_link{device="veth42e42c6"} 2 node_network_iface_link{device="veth4662bc7"} 2 node_network_iface_link{device="veth48031a7"} 2 node_network_iface_link{device="veth48a2b92"} 2 node_network_iface_link{device="veth4b8eff5"} 2 node_network_iface_link{device="veth5087deb"} 2 node_network_iface_link{device="veth50c15bc"} 2 node_network_iface_link{device="veth53867cd"} 2 node_network_iface_link{device="veth5462551"} 2 node_network_iface_link{device="veth54855bb"} 2 node_network_iface_link{device="veth5676db4"} 2 node_network_iface_link{device="veth56dd7d0"} 2 node_network_iface_link{device="veth57bc285"} 2 node_network_iface_link{device="veth591a4e5"} 2 node_network_iface_link{device="veth5a1c243"} 2 node_network_iface_link{device="veth5a2536e"} 2 node_network_iface_link{device="veth5a9c858"} 2 node_network_iface_link{device="veth5b5f5d8"} 2 node_network_iface_link{device="veth5cd9d69"} 2 node_network_iface_link{device="veth5ebd44b"} 2 node_network_iface_link{device="veth5f86a6e"} 2 node_network_iface_link{device="veth6097074"} 2 node_network_iface_link{device="veth662d243"} 2 node_network_iface_link{device="veth66fe80a"} 2 node_network_iface_link{device="veth6864a94"} 2 node_network_iface_link{device="veth68c9de2"} 2 node_network_iface_link{device="veth693d267"} 2 node_network_iface_link{device="veth6a8db05"} 2 node_network_iface_link{device="veth6adcbd2"} 2 node_network_iface_link{device="veth6d28251"} 2 node_network_iface_link{device="veth6d76d2e"} 2 node_network_iface_link{device="veth7174790"} 2 node_network_iface_link{device="veth71f8729"} 2 node_network_iface_link{device="veth779a9b0"} 2 node_network_iface_link{device="veth7a53c4c"} 2 node_network_iface_link{device="veth7b68e53"} 2 node_network_iface_link{device="veth7c5d892"} 2 node_network_iface_link{device="veth7e4453e"} 2 node_network_iface_link{device="veth8362b0e"} 2 node_network_iface_link{device="veth8490e20"} 2 node_network_iface_link{device="veth862c62b"} 2 node_network_iface_link{device="veth8685de7"} 2 node_network_iface_link{device="veth86976de"} 2 node_network_iface_link{device="veth87c67df"} 2 node_network_iface_link{device="veth8ac86d6"} 2 node_network_iface_link{device="veth8ad3e08"} 2 node_network_iface_link{device="veth8ae1a4f"} 2 node_network_iface_link{device="veth8c5b58a"} 2 node_network_iface_link{device="veth8c77172"} 2 node_network_iface_link{device="veth8e9752f"} 2 node_network_iface_link{device="veth8ee2bf2"} 2 node_network_iface_link{device="veth967c2a6"} 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="veth98d1797"} 2 node_network_iface_link{device="veth9cdf57d"} 2 node_network_iface_link{device="veth9dbbc7a"} 2 node_network_iface_link{device="veth9e31ae2"} 2 node_network_iface_link{device="veth9efa94d"} 2 node_network_iface_link{device="veth9f3303f"} 2 node_network_iface_link{device="veth9f3eb3b"} 2 node_network_iface_link{device="vetha005716"} 2 node_network_iface_link{device="vetha328a00"} 2 node_network_iface_link{device="vetha6d002c"} 3 node_network_iface_link{device="vethaa201e8"} 2 node_network_iface_link{device="vethab6f40e"} 2 node_network_iface_link{device="vethac48cf5"} 3 node_network_iface_link{device="vethadadf9d"} 2 node_network_iface_link{device="vethadde449"} 2 node_network_iface_link{device="vethaebf1c6"} 2 node_network_iface_link{device="vethaf43d3c"} 2 node_network_iface_link{device="vethb094914"} 3 node_network_iface_link{device="vethb1a51b9"} 2 node_network_iface_link{device="vethb3f6289"} 2 node_network_iface_link{device="vethbb7528c"} 2 node_network_iface_link{device="vethbbafdd5"} 2 node_network_iface_link{device="vethbe02f5c"} 2 node_network_iface_link{device="vethc462a78"} 2 node_network_iface_link{device="vethc565bf7"} 2 node_network_iface_link{device="vethc5ba843"} 3 node_network_iface_link{device="vethc802cca"} 2 node_network_iface_link{device="vethc863ebe"} 2 node_network_iface_link{device="vethc88ee41"} 2 node_network_iface_link{device="vethc8a0de9"} 2 node_network_iface_link{device="vethc9825ed"} 3 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="vethcd87a56"} 2 node_network_iface_link{device="vethce2c824"} 2 node_network_iface_link{device="vethcebcf57"} 2 node_network_iface_link{device="vethced832e"} 2 node_network_iface_link{device="vethd297e42"} 3 node_network_iface_link{device="vethd2a1d3a"} 2 node_network_iface_link{device="vethd60073b"} 2 node_network_iface_link{device="vethdafaaf7"} 2 node_network_iface_link{device="vethdbda231"} 2 node_network_iface_link{device="vethdbe575e"} 2 node_network_iface_link{device="vethdd8cafa"} 2 node_network_iface_link{device="vethe17211e"} 2 node_network_iface_link{device="vethe5aab79"} 2 node_network_iface_link{device="vethe7740d0"} 2 node_network_iface_link{device="vethe7c8af8"} 2 node_network_iface_link{device="vethe7d1fc6"} 2 node_network_iface_link{device="vetheafd782"} 2 node_network_iface_link{device="vethee2dd22"} 2 node_network_iface_link{device="vethee8a542"} 3 node_network_iface_link{device="vetheeb8f83"} 2 node_network_iface_link{device="vethef64759"} 2 node_network_iface_link{device="vethf05f0fd"} 2 node_network_iface_link{device="vethf1f550c"} 2 node_network_iface_link{device="vethf478f47"} 2 node_network_iface_link{device="vethf4ef1a1"} 2 node_network_iface_link{device="vethf5fa974"} 2 node_network_iface_link{device="vethf96b0a5"} 2 node_network_iface_link{device="vethfdd6287"} 2 node_network_iface_link{device="vethfff41ad"} 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="veth02b7bb4"} 0 node_network_iface_link_mode{device="veth02c2ee2"} 0 node_network_iface_link_mode{device="veth0363e8e"} 0 node_network_iface_link_mode{device="veth0458d6c"} 0 node_network_iface_link_mode{device="veth04643cd"} 0 node_network_iface_link_mode{device="veth04811d4"} 0 node_network_iface_link_mode{device="veth04e134c"} 0 node_network_iface_link_mode{device="veth05a8d16"} 0 node_network_iface_link_mode{device="veth05f79f0"} 0 node_network_iface_link_mode{device="veth095bf66"} 0 node_network_iface_link_mode{device="veth0983ec1"} 0 node_network_iface_link_mode{device="veth09da01d"} 0 node_network_iface_link_mode{device="veth0d4969b"} 0 node_network_iface_link_mode{device="veth0d51f3a"} 0 node_network_iface_link_mode{device="veth0dc1806"} 0 node_network_iface_link_mode{device="veth13d497b"} 0 node_network_iface_link_mode{device="veth140b313"} 0 node_network_iface_link_mode{device="veth1560051"} 0 node_network_iface_link_mode{device="veth183285b"} 0 node_network_iface_link_mode{device="veth1dadce2"} 0 node_network_iface_link_mode{device="veth1df3caa"} 0 node_network_iface_link_mode{device="veth1e03f09"} 0 node_network_iface_link_mode{device="veth1e06647"} 0 node_network_iface_link_mode{device="veth1ed9995"} 0 node_network_iface_link_mode{device="veth1f25339"} 0 node_network_iface_link_mode{device="veth20a8b8e"} 0 node_network_iface_link_mode{device="veth225b651"} 0 node_network_iface_link_mode{device="veth23915ec"} 0 node_network_iface_link_mode{device="veth25c0ce8"} 0 node_network_iface_link_mode{device="veth27f73d6"} 0 node_network_iface_link_mode{device="veth287fee9"} 0 node_network_iface_link_mode{device="veth29a61a8"} 0 node_network_iface_link_mode{device="veth2d4dc03"} 0 node_network_iface_link_mode{device="veth2dd3288"} 0 node_network_iface_link_mode{device="veth2e75874"} 0 node_network_iface_link_mode{device="veth2ee1684"} 0 node_network_iface_link_mode{device="veth34c3bbe"} 0 node_network_iface_link_mode{device="veth35140bc"} 0 node_network_iface_link_mode{device="veth3524d53"} 0 node_network_iface_link_mode{device="veth35c0c4c"} 0 node_network_iface_link_mode{device="veth373079a"} 0 node_network_iface_link_mode{device="veth3738b60"} 0 node_network_iface_link_mode{device="veth39390d4"} 0 node_network_iface_link_mode{device="veth3a8a547"} 0 node_network_iface_link_mode{device="veth3cc64ab"} 0 node_network_iface_link_mode{device="veth3f3da42"} 0 node_network_iface_link_mode{device="veth409b936"} 0 node_network_iface_link_mode{device="veth41d413f"} 0 node_network_iface_link_mode{device="veth420e02a"} 0 node_network_iface_link_mode{device="veth4289883"} 0 node_network_iface_link_mode{device="veth42e42c6"} 0 node_network_iface_link_mode{device="veth4662bc7"} 0 node_network_iface_link_mode{device="veth48031a7"} 0 node_network_iface_link_mode{device="veth48a2b92"} 0 node_network_iface_link_mode{device="veth4b8eff5"} 0 node_network_iface_link_mode{device="veth5087deb"} 0 node_network_iface_link_mode{device="veth50c15bc"} 0 node_network_iface_link_mode{device="veth53867cd"} 0 node_network_iface_link_mode{device="veth5462551"} 0 node_network_iface_link_mode{device="veth54855bb"} 0 node_network_iface_link_mode{device="veth5676db4"} 0 node_network_iface_link_mode{device="veth56dd7d0"} 0 node_network_iface_link_mode{device="veth57bc285"} 0 node_network_iface_link_mode{device="veth591a4e5"} 0 node_network_iface_link_mode{device="veth5a1c243"} 0 node_network_iface_link_mode{device="veth5a2536e"} 0 node_network_iface_link_mode{device="veth5a9c858"} 0 node_network_iface_link_mode{device="veth5b5f5d8"} 0 node_network_iface_link_mode{device="veth5cd9d69"} 0 node_network_iface_link_mode{device="veth5ebd44b"} 0 node_network_iface_link_mode{device="veth5f86a6e"} 0 node_network_iface_link_mode{device="veth6097074"} 0 node_network_iface_link_mode{device="veth662d243"} 0 node_network_iface_link_mode{device="veth66fe80a"} 0 node_network_iface_link_mode{device="veth6864a94"} 0 node_network_iface_link_mode{device="veth68c9de2"} 0 node_network_iface_link_mode{device="veth693d267"} 0 node_network_iface_link_mode{device="veth6a8db05"} 0 node_network_iface_link_mode{device="veth6adcbd2"} 0 node_network_iface_link_mode{device="veth6d28251"} 0 node_network_iface_link_mode{device="veth6d76d2e"} 0 node_network_iface_link_mode{device="veth7174790"} 0 node_network_iface_link_mode{device="veth71f8729"} 0 node_network_iface_link_mode{device="veth779a9b0"} 0 node_network_iface_link_mode{device="veth7a53c4c"} 0 node_network_iface_link_mode{device="veth7b68e53"} 0 node_network_iface_link_mode{device="veth7c5d892"} 0 node_network_iface_link_mode{device="veth7e4453e"} 0 node_network_iface_link_mode{device="veth8362b0e"} 0 node_network_iface_link_mode{device="veth8490e20"} 0 node_network_iface_link_mode{device="veth862c62b"} 0 node_network_iface_link_mode{device="veth8685de7"} 0 node_network_iface_link_mode{device="veth86976de"} 0 node_network_iface_link_mode{device="veth87c67df"} 0 node_network_iface_link_mode{device="veth8ac86d6"} 0 node_network_iface_link_mode{device="veth8ad3e08"} 0 node_network_iface_link_mode{device="veth8ae1a4f"} 0 node_network_iface_link_mode{device="veth8c5b58a"} 0 node_network_iface_link_mode{device="veth8c77172"} 0 node_network_iface_link_mode{device="veth8e9752f"} 0 node_network_iface_link_mode{device="veth8ee2bf2"} 0 node_network_iface_link_mode{device="veth967c2a6"} 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="veth98d1797"} 0 node_network_iface_link_mode{device="veth9cdf57d"} 0 node_network_iface_link_mode{device="veth9dbbc7a"} 0 node_network_iface_link_mode{device="veth9e31ae2"} 0 node_network_iface_link_mode{device="veth9efa94d"} 0 node_network_iface_link_mode{device="veth9f3303f"} 0 node_network_iface_link_mode{device="veth9f3eb3b"} 0 node_network_iface_link_mode{device="vetha005716"} 0 node_network_iface_link_mode{device="vetha328a00"} 0 node_network_iface_link_mode{device="vetha6d002c"} 0 node_network_iface_link_mode{device="vethaa201e8"} 0 node_network_iface_link_mode{device="vethab6f40e"} 0 node_network_iface_link_mode{device="vethac48cf5"} 0 node_network_iface_link_mode{device="vethadadf9d"} 0 node_network_iface_link_mode{device="vethadde449"} 0 node_network_iface_link_mode{device="vethaebf1c6"} 0 node_network_iface_link_mode{device="vethaf43d3c"} 0 node_network_iface_link_mode{device="vethb094914"} 0 node_network_iface_link_mode{device="vethb1a51b9"} 0 node_network_iface_link_mode{device="vethb3f6289"} 0 node_network_iface_link_mode{device="vethbb7528c"} 0 node_network_iface_link_mode{device="vethbbafdd5"} 0 node_network_iface_link_mode{device="vethbe02f5c"} 0 node_network_iface_link_mode{device="vethc462a78"} 0 node_network_iface_link_mode{device="vethc565bf7"} 0 node_network_iface_link_mode{device="vethc5ba843"} 0 node_network_iface_link_mode{device="vethc802cca"} 0 node_network_iface_link_mode{device="vethc863ebe"} 0 node_network_iface_link_mode{device="vethc88ee41"} 0 node_network_iface_link_mode{device="vethc8a0de9"} 0 node_network_iface_link_mode{device="vethc9825ed"} 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="vethcd87a56"} 0 node_network_iface_link_mode{device="vethce2c824"} 0 node_network_iface_link_mode{device="vethcebcf57"} 0 node_network_iface_link_mode{device="vethced832e"} 0 node_network_iface_link_mode{device="vethd297e42"} 0 node_network_iface_link_mode{device="vethd2a1d3a"} 0 node_network_iface_link_mode{device="vethd60073b"} 0 node_network_iface_link_mode{device="vethdafaaf7"} 0 node_network_iface_link_mode{device="vethdbda231"} 0 node_network_iface_link_mode{device="vethdbe575e"} 0 node_network_iface_link_mode{device="vethdd8cafa"} 0 node_network_iface_link_mode{device="vethe17211e"} 0 node_network_iface_link_mode{device="vethe5aab79"} 0 node_network_iface_link_mode{device="vethe7740d0"} 0 node_network_iface_link_mode{device="vethe7c8af8"} 0 node_network_iface_link_mode{device="vethe7d1fc6"} 0 node_network_iface_link_mode{device="vetheafd782"} 0 node_network_iface_link_mode{device="vethee2dd22"} 0 node_network_iface_link_mode{device="vethee8a542"} 0 node_network_iface_link_mode{device="vetheeb8f83"} 0 node_network_iface_link_mode{device="vethef64759"} 0 node_network_iface_link_mode{device="vethf05f0fd"} 0 node_network_iface_link_mode{device="vethf1f550c"} 0 node_network_iface_link_mode{device="vethf478f47"} 0 node_network_iface_link_mode{device="vethf4ef1a1"} 0 node_network_iface_link_mode{device="vethf5fa974"} 0 node_network_iface_link_mode{device="vethf96b0a5"} 0 node_network_iface_link_mode{device="vethfdd6287"} 0 node_network_iface_link_mode{device="vethfff41ad"} 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: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:ed:e0:18:bd:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1a51b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:f2:10:52:15:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfff41ad",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:b4:69:15:73:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cd9d69",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="0a:be:97:67:43:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9efa94d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:fc:41:eb:41:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth420e02a",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:56:24:52:95:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29a61a8",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:76:dd:65:4c:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cdf57d",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="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:14:af:06:19:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f3303f",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:6d:a0:6a:89:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a1c243",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:0d:fc:f1:45:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8490e20",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:4b:d6:bf:d8:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d4dc03",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="22:65:72:a2:18:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04643cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:96:46:77:e6:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b5f5d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:d3:f9:e1:0e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1f550c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:40:e6:ec:16:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc802cca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b0:0e:21:20:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb094914",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:2c:61:da:3e:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cc64ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:32:cc:62:db:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d413f",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:4a:2d:53:99:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6d002c",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:c6:4a:6d:d9:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee2dd22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ee:74:40:1c:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25c0ce8",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:15:37:56:4d:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5ba843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:24:d5:83:a6:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42e42c6",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:a1:bd:86:82:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dbbc7a",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:14:78:33:ab:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8db05",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:7c:9d:0b:20:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05a8d16",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:e2:66:cb:f0:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7d1fc6",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:e7:e5:31:f7:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd8cafa",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:85:52:15:92:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7174790",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="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: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:48:de:5e:42:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth373079a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:72:44:66:9b:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf96b0a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a5:53:13:9b:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5aab79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:d3:62:f9:43:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e4453e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:5e:c8:18:2b:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadadf9d",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:ac:89:6b:fe:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a9c858",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:be:6b:5c:52:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8685de7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:c2:19:42:74:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth409b936",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="52:eb:42:33:56:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd60073b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:2f:d2:3b:0f:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a2536e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:5f:4f:5f:88:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ac86d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:16:e6:9c:01:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05f79f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:3f:99:40:3b:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf43d3c",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:88:6f:81:40:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56dd7d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:f8:2a:a8:33:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ebd44b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fb:f8:ae:ef:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c5d892",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:19:d6:a9:82:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09da01d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7d:85:bf:0d:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth862c62b",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="66:99:b0:9c:64:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53867cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:dd:9a:8a:1c:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71f8729",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="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:06:17:73:ce:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc565bf7",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:3a:af:4d:d0:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02b7bb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:bf:07:bd:7e:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6adcbd2",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: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="7e:eb:9a:05:37:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dadce2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:39:6c:ce:90:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98d1797",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: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="82:ef:f5:ac:d6:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f3eb3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:00:16:c3:05:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9825ed",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="86:8c:b5:fc:a7:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f25339",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:27:ed:82:92:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaebf1c6",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="92:b4:2e:2c:4e:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab6f40e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:c3:47:47:e3:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheafd782",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:8e:c8:d4:e6:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27f73d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:18:9f:82:d3:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth967c2a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a5:89:94:d6:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7740d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:e5:71:96:77:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheeb8f83",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:1f:2a:44:75:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef64759",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="9e:9a:9a:c8:50:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87c67df",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:82:59:ac:fe:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth662d243",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:7f:fb:a9:8f:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5676db4",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:7d:5b:b0:e4:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d51f3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:84:c4:03:4b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1df3caa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:37:27:84:f0:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e06647",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a6:ab:aa:dc:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34c3bbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b2:ee:6b:bc:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e75874",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:0a:49:1d:ce:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdafaaf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:38:fd:e5:ed:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth225b651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:77:a2:16:d0:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1560051",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:99:91:00:3f:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48031a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:cb:d7:b9:1b:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5fa974",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:29:b0:40:2c:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3524d53",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:95:13:9e:ae:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7c8af8",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:9f:cc:b4:ee:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86976de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:37:6f:49:5b:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50c15bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:71:dd:e4:54:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth183285b",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="c2:fe:e5:65:d8:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f86a6e",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:6c:7a:3a:83:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe02f5c",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:a7:7c:47:7e:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ae1a4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:37:8c:1d:49:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8a0de9",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:40:c2:a6:3b:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48a2b92",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:b9:75:32:ff:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ed9995",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:7f:79:09:d5:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ad3e08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:a5:bc:2c:d7:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethced832e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d2:d0:c8:23:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a8a547",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:62:02:e3:03:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4662bc7",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="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: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: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: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="e6:8a:3c:e7:65:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e31ae2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e5:f8:0a:e0:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcebcf57",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="f2:1e:88:0b:1a:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce2c824",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:4a:48:b8:ec:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd87a56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:73:55:aa:b4:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88ee41",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:9f:0b:25:f8:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth095bf66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6a:3b:9d:40:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54855bb",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: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:8b:f5:fe:b8:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0458d6c",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:25:73:52:e0:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb7528c",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="veth02b7bb4"} 1500 node_network_mtu_bytes{device="veth02c2ee2"} 1500 node_network_mtu_bytes{device="veth0363e8e"} 1500 node_network_mtu_bytes{device="veth0458d6c"} 1500 node_network_mtu_bytes{device="veth04643cd"} 1500 node_network_mtu_bytes{device="veth04811d4"} 1500 node_network_mtu_bytes{device="veth04e134c"} 1500 node_network_mtu_bytes{device="veth05a8d16"} 1500 node_network_mtu_bytes{device="veth05f79f0"} 1500 node_network_mtu_bytes{device="veth095bf66"} 1500 node_network_mtu_bytes{device="veth0983ec1"} 1500 node_network_mtu_bytes{device="veth09da01d"} 1500 node_network_mtu_bytes{device="veth0d4969b"} 1500 node_network_mtu_bytes{device="veth0d51f3a"} 1500 node_network_mtu_bytes{device="veth0dc1806"} 1500 node_network_mtu_bytes{device="veth13d497b"} 1500 node_network_mtu_bytes{device="veth140b313"} 1500 node_network_mtu_bytes{device="veth1560051"} 1500 node_network_mtu_bytes{device="veth183285b"} 1500 node_network_mtu_bytes{device="veth1dadce2"} 1500 node_network_mtu_bytes{device="veth1df3caa"} 1500 node_network_mtu_bytes{device="veth1e03f09"} 1500 node_network_mtu_bytes{device="veth1e06647"} 1500 node_network_mtu_bytes{device="veth1ed9995"} 1500 node_network_mtu_bytes{device="veth1f25339"} 1500 node_network_mtu_bytes{device="veth20a8b8e"} 1500 node_network_mtu_bytes{device="veth225b651"} 1500 node_network_mtu_bytes{device="veth23915ec"} 1500 node_network_mtu_bytes{device="veth25c0ce8"} 1500 node_network_mtu_bytes{device="veth27f73d6"} 1500 node_network_mtu_bytes{device="veth287fee9"} 1500 node_network_mtu_bytes{device="veth29a61a8"} 1500 node_network_mtu_bytes{device="veth2d4dc03"} 1500 node_network_mtu_bytes{device="veth2dd3288"} 1500 node_network_mtu_bytes{device="veth2e75874"} 1500 node_network_mtu_bytes{device="veth2ee1684"} 1500 node_network_mtu_bytes{device="veth34c3bbe"} 1500 node_network_mtu_bytes{device="veth35140bc"} 1500 node_network_mtu_bytes{device="veth3524d53"} 1500 node_network_mtu_bytes{device="veth35c0c4c"} 1500 node_network_mtu_bytes{device="veth373079a"} 1500 node_network_mtu_bytes{device="veth3738b60"} 1500 node_network_mtu_bytes{device="veth39390d4"} 1500 node_network_mtu_bytes{device="veth3a8a547"} 1500 node_network_mtu_bytes{device="veth3cc64ab"} 1500 node_network_mtu_bytes{device="veth3f3da42"} 1500 node_network_mtu_bytes{device="veth409b936"} 1500 node_network_mtu_bytes{device="veth41d413f"} 1500 node_network_mtu_bytes{device="veth420e02a"} 1500 node_network_mtu_bytes{device="veth4289883"} 1500 node_network_mtu_bytes{device="veth42e42c6"} 1500 node_network_mtu_bytes{device="veth4662bc7"} 1500 node_network_mtu_bytes{device="veth48031a7"} 1500 node_network_mtu_bytes{device="veth48a2b92"} 1500 node_network_mtu_bytes{device="veth4b8eff5"} 1500 node_network_mtu_bytes{device="veth5087deb"} 1500 node_network_mtu_bytes{device="veth50c15bc"} 1500 node_network_mtu_bytes{device="veth53867cd"} 1500 node_network_mtu_bytes{device="veth5462551"} 1500 node_network_mtu_bytes{device="veth54855bb"} 1500 node_network_mtu_bytes{device="veth5676db4"} 1500 node_network_mtu_bytes{device="veth56dd7d0"} 1500 node_network_mtu_bytes{device="veth57bc285"} 1500 node_network_mtu_bytes{device="veth591a4e5"} 1500 node_network_mtu_bytes{device="veth5a1c243"} 1500 node_network_mtu_bytes{device="veth5a2536e"} 1500 node_network_mtu_bytes{device="veth5a9c858"} 1500 node_network_mtu_bytes{device="veth5b5f5d8"} 1500 node_network_mtu_bytes{device="veth5cd9d69"} 1500 node_network_mtu_bytes{device="veth5ebd44b"} 1500 node_network_mtu_bytes{device="veth5f86a6e"} 1500 node_network_mtu_bytes{device="veth6097074"} 1500 node_network_mtu_bytes{device="veth662d243"} 1500 node_network_mtu_bytes{device="veth66fe80a"} 1500 node_network_mtu_bytes{device="veth6864a94"} 1500 node_network_mtu_bytes{device="veth68c9de2"} 1500 node_network_mtu_bytes{device="veth693d267"} 1500 node_network_mtu_bytes{device="veth6a8db05"} 1500 node_network_mtu_bytes{device="veth6adcbd2"} 1500 node_network_mtu_bytes{device="veth6d28251"} 1500 node_network_mtu_bytes{device="veth6d76d2e"} 1500 node_network_mtu_bytes{device="veth7174790"} 1500 node_network_mtu_bytes{device="veth71f8729"} 1500 node_network_mtu_bytes{device="veth779a9b0"} 1500 node_network_mtu_bytes{device="veth7a53c4c"} 1500 node_network_mtu_bytes{device="veth7b68e53"} 1500 node_network_mtu_bytes{device="veth7c5d892"} 1500 node_network_mtu_bytes{device="veth7e4453e"} 1500 node_network_mtu_bytes{device="veth8362b0e"} 1500 node_network_mtu_bytes{device="veth8490e20"} 1500 node_network_mtu_bytes{device="veth862c62b"} 1500 node_network_mtu_bytes{device="veth8685de7"} 1500 node_network_mtu_bytes{device="veth86976de"} 1500 node_network_mtu_bytes{device="veth87c67df"} 1500 node_network_mtu_bytes{device="veth8ac86d6"} 1500 node_network_mtu_bytes{device="veth8ad3e08"} 1500 node_network_mtu_bytes{device="veth8ae1a4f"} 1500 node_network_mtu_bytes{device="veth8c5b58a"} 1500 node_network_mtu_bytes{device="veth8c77172"} 1500 node_network_mtu_bytes{device="veth8e9752f"} 1500 node_network_mtu_bytes{device="veth8ee2bf2"} 1500 node_network_mtu_bytes{device="veth967c2a6"} 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="veth98d1797"} 1500 node_network_mtu_bytes{device="veth9cdf57d"} 1500 node_network_mtu_bytes{device="veth9dbbc7a"} 1500 node_network_mtu_bytes{device="veth9e31ae2"} 1500 node_network_mtu_bytes{device="veth9efa94d"} 1500 node_network_mtu_bytes{device="veth9f3303f"} 1500 node_network_mtu_bytes{device="veth9f3eb3b"} 1500 node_network_mtu_bytes{device="vetha005716"} 1500 node_network_mtu_bytes{device="vetha328a00"} 1500 node_network_mtu_bytes{device="vetha6d002c"} 1500 node_network_mtu_bytes{device="vethaa201e8"} 1500 node_network_mtu_bytes{device="vethab6f40e"} 1500 node_network_mtu_bytes{device="vethac48cf5"} 1500 node_network_mtu_bytes{device="vethadadf9d"} 1500 node_network_mtu_bytes{device="vethadde449"} 1500 node_network_mtu_bytes{device="vethaebf1c6"} 1500 node_network_mtu_bytes{device="vethaf43d3c"} 1500 node_network_mtu_bytes{device="vethb094914"} 1500 node_network_mtu_bytes{device="vethb1a51b9"} 1500 node_network_mtu_bytes{device="vethb3f6289"} 1500 node_network_mtu_bytes{device="vethbb7528c"} 1500 node_network_mtu_bytes{device="vethbbafdd5"} 1500 node_network_mtu_bytes{device="vethbe02f5c"} 1500 node_network_mtu_bytes{device="vethc462a78"} 1500 node_network_mtu_bytes{device="vethc565bf7"} 1500 node_network_mtu_bytes{device="vethc5ba843"} 1500 node_network_mtu_bytes{device="vethc802cca"} 1500 node_network_mtu_bytes{device="vethc863ebe"} 1500 node_network_mtu_bytes{device="vethc88ee41"} 1500 node_network_mtu_bytes{device="vethc8a0de9"} 1500 node_network_mtu_bytes{device="vethc9825ed"} 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="vethcd87a56"} 1500 node_network_mtu_bytes{device="vethce2c824"} 1500 node_network_mtu_bytes{device="vethcebcf57"} 1500 node_network_mtu_bytes{device="vethced832e"} 1500 node_network_mtu_bytes{device="vethd297e42"} 1500 node_network_mtu_bytes{device="vethd2a1d3a"} 1500 node_network_mtu_bytes{device="vethd60073b"} 1500 node_network_mtu_bytes{device="vethdafaaf7"} 1500 node_network_mtu_bytes{device="vethdbda231"} 1500 node_network_mtu_bytes{device="vethdbe575e"} 1500 node_network_mtu_bytes{device="vethdd8cafa"} 1500 node_network_mtu_bytes{device="vethe17211e"} 1500 node_network_mtu_bytes{device="vethe5aab79"} 1500 node_network_mtu_bytes{device="vethe7740d0"} 1500 node_network_mtu_bytes{device="vethe7c8af8"} 1500 node_network_mtu_bytes{device="vethe7d1fc6"} 1500 node_network_mtu_bytes{device="vetheafd782"} 1500 node_network_mtu_bytes{device="vethee2dd22"} 1500 node_network_mtu_bytes{device="vethee8a542"} 1500 node_network_mtu_bytes{device="vetheeb8f83"} 1500 node_network_mtu_bytes{device="vethef64759"} 1500 node_network_mtu_bytes{device="vethf05f0fd"} 1500 node_network_mtu_bytes{device="vethf1f550c"} 1500 node_network_mtu_bytes{device="vethf478f47"} 1500 node_network_mtu_bytes{device="vethf4ef1a1"} 1500 node_network_mtu_bytes{device="vethf5fa974"} 1500 node_network_mtu_bytes{device="vethf96b0a5"} 1500 node_network_mtu_bytes{device="vethfdd6287"} 1500 node_network_mtu_bytes{device="vethfff41ad"} 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="veth02b7bb4"} 3 node_network_name_assign_type{device="veth02c2ee2"} 3 node_network_name_assign_type{device="veth0363e8e"} 3 node_network_name_assign_type{device="veth0458d6c"} 3 node_network_name_assign_type{device="veth04643cd"} 3 node_network_name_assign_type{device="veth04811d4"} 3 node_network_name_assign_type{device="veth04e134c"} 3 node_network_name_assign_type{device="veth05a8d16"} 3 node_network_name_assign_type{device="veth05f79f0"} 3 node_network_name_assign_type{device="veth095bf66"} 3 node_network_name_assign_type{device="veth0983ec1"} 3 node_network_name_assign_type{device="veth09da01d"} 3 node_network_name_assign_type{device="veth0d4969b"} 3 node_network_name_assign_type{device="veth0d51f3a"} 3 node_network_name_assign_type{device="veth0dc1806"} 3 node_network_name_assign_type{device="veth13d497b"} 3 node_network_name_assign_type{device="veth140b313"} 3 node_network_name_assign_type{device="veth1560051"} 3 node_network_name_assign_type{device="veth183285b"} 3 node_network_name_assign_type{device="veth1dadce2"} 3 node_network_name_assign_type{device="veth1df3caa"} 3 node_network_name_assign_type{device="veth1e03f09"} 3 node_network_name_assign_type{device="veth1e06647"} 3 node_network_name_assign_type{device="veth1ed9995"} 3 node_network_name_assign_type{device="veth1f25339"} 3 node_network_name_assign_type{device="veth20a8b8e"} 3 node_network_name_assign_type{device="veth225b651"} 3 node_network_name_assign_type{device="veth23915ec"} 3 node_network_name_assign_type{device="veth25c0ce8"} 3 node_network_name_assign_type{device="veth27f73d6"} 3 node_network_name_assign_type{device="veth287fee9"} 3 node_network_name_assign_type{device="veth29a61a8"} 3 node_network_name_assign_type{device="veth2d4dc03"} 3 node_network_name_assign_type{device="veth2dd3288"} 3 node_network_name_assign_type{device="veth2e75874"} 3 node_network_name_assign_type{device="veth2ee1684"} 3 node_network_name_assign_type{device="veth34c3bbe"} 3 node_network_name_assign_type{device="veth35140bc"} 3 node_network_name_assign_type{device="veth3524d53"} 3 node_network_name_assign_type{device="veth35c0c4c"} 3 node_network_name_assign_type{device="veth373079a"} 3 node_network_name_assign_type{device="veth3738b60"} 3 node_network_name_assign_type{device="veth39390d4"} 3 node_network_name_assign_type{device="veth3a8a547"} 3 node_network_name_assign_type{device="veth3cc64ab"} 3 node_network_name_assign_type{device="veth3f3da42"} 3 node_network_name_assign_type{device="veth409b936"} 3 node_network_name_assign_type{device="veth41d413f"} 3 node_network_name_assign_type{device="veth420e02a"} 3 node_network_name_assign_type{device="veth4289883"} 3 node_network_name_assign_type{device="veth42e42c6"} 3 node_network_name_assign_type{device="veth4662bc7"} 3 node_network_name_assign_type{device="veth48031a7"} 3 node_network_name_assign_type{device="veth48a2b92"} 3 node_network_name_assign_type{device="veth4b8eff5"} 3 node_network_name_assign_type{device="veth5087deb"} 3 node_network_name_assign_type{device="veth50c15bc"} 3 node_network_name_assign_type{device="veth53867cd"} 3 node_network_name_assign_type{device="veth5462551"} 3 node_network_name_assign_type{device="veth54855bb"} 3 node_network_name_assign_type{device="veth5676db4"} 3 node_network_name_assign_type{device="veth56dd7d0"} 3 node_network_name_assign_type{device="veth57bc285"} 3 node_network_name_assign_type{device="veth591a4e5"} 3 node_network_name_assign_type{device="veth5a1c243"} 3 node_network_name_assign_type{device="veth5a2536e"} 3 node_network_name_assign_type{device="veth5a9c858"} 3 node_network_name_assign_type{device="veth5b5f5d8"} 3 node_network_name_assign_type{device="veth5cd9d69"} 3 node_network_name_assign_type{device="veth5ebd44b"} 3 node_network_name_assign_type{device="veth5f86a6e"} 3 node_network_name_assign_type{device="veth6097074"} 3 node_network_name_assign_type{device="veth662d243"} 3 node_network_name_assign_type{device="veth66fe80a"} 3 node_network_name_assign_type{device="veth6864a94"} 3 node_network_name_assign_type{device="veth68c9de2"} 3 node_network_name_assign_type{device="veth693d267"} 3 node_network_name_assign_type{device="veth6a8db05"} 3 node_network_name_assign_type{device="veth6adcbd2"} 3 node_network_name_assign_type{device="veth6d28251"} 3 node_network_name_assign_type{device="veth6d76d2e"} 3 node_network_name_assign_type{device="veth7174790"} 3 node_network_name_assign_type{device="veth71f8729"} 3 node_network_name_assign_type{device="veth779a9b0"} 3 node_network_name_assign_type{device="veth7a53c4c"} 3 node_network_name_assign_type{device="veth7b68e53"} 3 node_network_name_assign_type{device="veth7c5d892"} 3 node_network_name_assign_type{device="veth7e4453e"} 3 node_network_name_assign_type{device="veth8362b0e"} 3 node_network_name_assign_type{device="veth8490e20"} 3 node_network_name_assign_type{device="veth862c62b"} 3 node_network_name_assign_type{device="veth8685de7"} 3 node_network_name_assign_type{device="veth86976de"} 3 node_network_name_assign_type{device="veth87c67df"} 3 node_network_name_assign_type{device="veth8ac86d6"} 3 node_network_name_assign_type{device="veth8ad3e08"} 3 node_network_name_assign_type{device="veth8ae1a4f"} 3 node_network_name_assign_type{device="veth8c5b58a"} 3 node_network_name_assign_type{device="veth8c77172"} 3 node_network_name_assign_type{device="veth8e9752f"} 3 node_network_name_assign_type{device="veth8ee2bf2"} 3 node_network_name_assign_type{device="veth967c2a6"} 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="veth98d1797"} 3 node_network_name_assign_type{device="veth9cdf57d"} 3 node_network_name_assign_type{device="veth9dbbc7a"} 3 node_network_name_assign_type{device="veth9e31ae2"} 3 node_network_name_assign_type{device="veth9efa94d"} 3 node_network_name_assign_type{device="veth9f3303f"} 3 node_network_name_assign_type{device="veth9f3eb3b"} 3 node_network_name_assign_type{device="vetha005716"} 3 node_network_name_assign_type{device="vetha328a00"} 3 node_network_name_assign_type{device="vetha6d002c"} 3 node_network_name_assign_type{device="vethaa201e8"} 3 node_network_name_assign_type{device="vethab6f40e"} 3 node_network_name_assign_type{device="vethac48cf5"} 3 node_network_name_assign_type{device="vethadadf9d"} 3 node_network_name_assign_type{device="vethadde449"} 3 node_network_name_assign_type{device="vethaebf1c6"} 3 node_network_name_assign_type{device="vethaf43d3c"} 3 node_network_name_assign_type{device="vethb094914"} 3 node_network_name_assign_type{device="vethb1a51b9"} 3 node_network_name_assign_type{device="vethb3f6289"} 3 node_network_name_assign_type{device="vethbb7528c"} 3 node_network_name_assign_type{device="vethbbafdd5"} 3 node_network_name_assign_type{device="vethbe02f5c"} 3 node_network_name_assign_type{device="vethc462a78"} 3 node_network_name_assign_type{device="vethc565bf7"} 3 node_network_name_assign_type{device="vethc5ba843"} 3 node_network_name_assign_type{device="vethc802cca"} 3 node_network_name_assign_type{device="vethc863ebe"} 3 node_network_name_assign_type{device="vethc88ee41"} 3 node_network_name_assign_type{device="vethc8a0de9"} 3 node_network_name_assign_type{device="vethc9825ed"} 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="vethcd87a56"} 3 node_network_name_assign_type{device="vethce2c824"} 3 node_network_name_assign_type{device="vethcebcf57"} 3 node_network_name_assign_type{device="vethced832e"} 3 node_network_name_assign_type{device="vethd297e42"} 3 node_network_name_assign_type{device="vethd2a1d3a"} 3 node_network_name_assign_type{device="vethd60073b"} 3 node_network_name_assign_type{device="vethdafaaf7"} 3 node_network_name_assign_type{device="vethdbda231"} 3 node_network_name_assign_type{device="vethdbe575e"} 3 node_network_name_assign_type{device="vethdd8cafa"} 3 node_network_name_assign_type{device="vethe17211e"} 3 node_network_name_assign_type{device="vethe5aab79"} 3 node_network_name_assign_type{device="vethe7740d0"} 3 node_network_name_assign_type{device="vethe7c8af8"} 3 node_network_name_assign_type{device="vethe7d1fc6"} 3 node_network_name_assign_type{device="vetheafd782"} 3 node_network_name_assign_type{device="vethee2dd22"} 3 node_network_name_assign_type{device="vethee8a542"} 3 node_network_name_assign_type{device="vetheeb8f83"} 3 node_network_name_assign_type{device="vethef64759"} 3 node_network_name_assign_type{device="vethf05f0fd"} 3 node_network_name_assign_type{device="vethf1f550c"} 3 node_network_name_assign_type{device="vethf478f47"} 3 node_network_name_assign_type{device="vethf4ef1a1"} 3 node_network_name_assign_type{device="vethf5fa974"} 3 node_network_name_assign_type{device="vethf96b0a5"} 3 node_network_name_assign_type{device="vethfdd6287"} 3 node_network_name_assign_type{device="vethfff41ad"} 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="veth02b7bb4"} 0 node_network_net_dev_group{device="veth02c2ee2"} 0 node_network_net_dev_group{device="veth0363e8e"} 0 node_network_net_dev_group{device="veth0458d6c"} 0 node_network_net_dev_group{device="veth04643cd"} 0 node_network_net_dev_group{device="veth04811d4"} 0 node_network_net_dev_group{device="veth04e134c"} 0 node_network_net_dev_group{device="veth05a8d16"} 0 node_network_net_dev_group{device="veth05f79f0"} 0 node_network_net_dev_group{device="veth095bf66"} 0 node_network_net_dev_group{device="veth0983ec1"} 0 node_network_net_dev_group{device="veth09da01d"} 0 node_network_net_dev_group{device="veth0d4969b"} 0 node_network_net_dev_group{device="veth0d51f3a"} 0 node_network_net_dev_group{device="veth0dc1806"} 0 node_network_net_dev_group{device="veth13d497b"} 0 node_network_net_dev_group{device="veth140b313"} 0 node_network_net_dev_group{device="veth1560051"} 0 node_network_net_dev_group{device="veth183285b"} 0 node_network_net_dev_group{device="veth1dadce2"} 0 node_network_net_dev_group{device="veth1df3caa"} 0 node_network_net_dev_group{device="veth1e03f09"} 0 node_network_net_dev_group{device="veth1e06647"} 0 node_network_net_dev_group{device="veth1ed9995"} 0 node_network_net_dev_group{device="veth1f25339"} 0 node_network_net_dev_group{device="veth20a8b8e"} 0 node_network_net_dev_group{device="veth225b651"} 0 node_network_net_dev_group{device="veth23915ec"} 0 node_network_net_dev_group{device="veth25c0ce8"} 0 node_network_net_dev_group{device="veth27f73d6"} 0 node_network_net_dev_group{device="veth287fee9"} 0 node_network_net_dev_group{device="veth29a61a8"} 0 node_network_net_dev_group{device="veth2d4dc03"} 0 node_network_net_dev_group{device="veth2dd3288"} 0 node_network_net_dev_group{device="veth2e75874"} 0 node_network_net_dev_group{device="veth2ee1684"} 0 node_network_net_dev_group{device="veth34c3bbe"} 0 node_network_net_dev_group{device="veth35140bc"} 0 node_network_net_dev_group{device="veth3524d53"} 0 node_network_net_dev_group{device="veth35c0c4c"} 0 node_network_net_dev_group{device="veth373079a"} 0 node_network_net_dev_group{device="veth3738b60"} 0 node_network_net_dev_group{device="veth39390d4"} 0 node_network_net_dev_group{device="veth3a8a547"} 0 node_network_net_dev_group{device="veth3cc64ab"} 0 node_network_net_dev_group{device="veth3f3da42"} 0 node_network_net_dev_group{device="veth409b936"} 0 node_network_net_dev_group{device="veth41d413f"} 0 node_network_net_dev_group{device="veth420e02a"} 0 node_network_net_dev_group{device="veth4289883"} 0 node_network_net_dev_group{device="veth42e42c6"} 0 node_network_net_dev_group{device="veth4662bc7"} 0 node_network_net_dev_group{device="veth48031a7"} 0 node_network_net_dev_group{device="veth48a2b92"} 0 node_network_net_dev_group{device="veth4b8eff5"} 0 node_network_net_dev_group{device="veth5087deb"} 0 node_network_net_dev_group{device="veth50c15bc"} 0 node_network_net_dev_group{device="veth53867cd"} 0 node_network_net_dev_group{device="veth5462551"} 0 node_network_net_dev_group{device="veth54855bb"} 0 node_network_net_dev_group{device="veth5676db4"} 0 node_network_net_dev_group{device="veth56dd7d0"} 0 node_network_net_dev_group{device="veth57bc285"} 0 node_network_net_dev_group{device="veth591a4e5"} 0 node_network_net_dev_group{device="veth5a1c243"} 0 node_network_net_dev_group{device="veth5a2536e"} 0 node_network_net_dev_group{device="veth5a9c858"} 0 node_network_net_dev_group{device="veth5b5f5d8"} 0 node_network_net_dev_group{device="veth5cd9d69"} 0 node_network_net_dev_group{device="veth5ebd44b"} 0 node_network_net_dev_group{device="veth5f86a6e"} 0 node_network_net_dev_group{device="veth6097074"} 0 node_network_net_dev_group{device="veth662d243"} 0 node_network_net_dev_group{device="veth66fe80a"} 0 node_network_net_dev_group{device="veth6864a94"} 0 node_network_net_dev_group{device="veth68c9de2"} 0 node_network_net_dev_group{device="veth693d267"} 0 node_network_net_dev_group{device="veth6a8db05"} 0 node_network_net_dev_group{device="veth6adcbd2"} 0 node_network_net_dev_group{device="veth6d28251"} 0 node_network_net_dev_group{device="veth6d76d2e"} 0 node_network_net_dev_group{device="veth7174790"} 0 node_network_net_dev_group{device="veth71f8729"} 0 node_network_net_dev_group{device="veth779a9b0"} 0 node_network_net_dev_group{device="veth7a53c4c"} 0 node_network_net_dev_group{device="veth7b68e53"} 0 node_network_net_dev_group{device="veth7c5d892"} 0 node_network_net_dev_group{device="veth7e4453e"} 0 node_network_net_dev_group{device="veth8362b0e"} 0 node_network_net_dev_group{device="veth8490e20"} 0 node_network_net_dev_group{device="veth862c62b"} 0 node_network_net_dev_group{device="veth8685de7"} 0 node_network_net_dev_group{device="veth86976de"} 0 node_network_net_dev_group{device="veth87c67df"} 0 node_network_net_dev_group{device="veth8ac86d6"} 0 node_network_net_dev_group{device="veth8ad3e08"} 0 node_network_net_dev_group{device="veth8ae1a4f"} 0 node_network_net_dev_group{device="veth8c5b58a"} 0 node_network_net_dev_group{device="veth8c77172"} 0 node_network_net_dev_group{device="veth8e9752f"} 0 node_network_net_dev_group{device="veth8ee2bf2"} 0 node_network_net_dev_group{device="veth967c2a6"} 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="veth98d1797"} 0 node_network_net_dev_group{device="veth9cdf57d"} 0 node_network_net_dev_group{device="veth9dbbc7a"} 0 node_network_net_dev_group{device="veth9e31ae2"} 0 node_network_net_dev_group{device="veth9efa94d"} 0 node_network_net_dev_group{device="veth9f3303f"} 0 node_network_net_dev_group{device="veth9f3eb3b"} 0 node_network_net_dev_group{device="vetha005716"} 0 node_network_net_dev_group{device="vetha328a00"} 0 node_network_net_dev_group{device="vetha6d002c"} 0 node_network_net_dev_group{device="vethaa201e8"} 0 node_network_net_dev_group{device="vethab6f40e"} 0 node_network_net_dev_group{device="vethac48cf5"} 0 node_network_net_dev_group{device="vethadadf9d"} 0 node_network_net_dev_group{device="vethadde449"} 0 node_network_net_dev_group{device="vethaebf1c6"} 0 node_network_net_dev_group{device="vethaf43d3c"} 0 node_network_net_dev_group{device="vethb094914"} 0 node_network_net_dev_group{device="vethb1a51b9"} 0 node_network_net_dev_group{device="vethb3f6289"} 0 node_network_net_dev_group{device="vethbb7528c"} 0 node_network_net_dev_group{device="vethbbafdd5"} 0 node_network_net_dev_group{device="vethbe02f5c"} 0 node_network_net_dev_group{device="vethc462a78"} 0 node_network_net_dev_group{device="vethc565bf7"} 0 node_network_net_dev_group{device="vethc5ba843"} 0 node_network_net_dev_group{device="vethc802cca"} 0 node_network_net_dev_group{device="vethc863ebe"} 0 node_network_net_dev_group{device="vethc88ee41"} 0 node_network_net_dev_group{device="vethc8a0de9"} 0 node_network_net_dev_group{device="vethc9825ed"} 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="vethcd87a56"} 0 node_network_net_dev_group{device="vethce2c824"} 0 node_network_net_dev_group{device="vethcebcf57"} 0 node_network_net_dev_group{device="vethced832e"} 0 node_network_net_dev_group{device="vethd297e42"} 0 node_network_net_dev_group{device="vethd2a1d3a"} 0 node_network_net_dev_group{device="vethd60073b"} 0 node_network_net_dev_group{device="vethdafaaf7"} 0 node_network_net_dev_group{device="vethdbda231"} 0 node_network_net_dev_group{device="vethdbe575e"} 0 node_network_net_dev_group{device="vethdd8cafa"} 0 node_network_net_dev_group{device="vethe17211e"} 0 node_network_net_dev_group{device="vethe5aab79"} 0 node_network_net_dev_group{device="vethe7740d0"} 0 node_network_net_dev_group{device="vethe7c8af8"} 0 node_network_net_dev_group{device="vethe7d1fc6"} 0 node_network_net_dev_group{device="vetheafd782"} 0 node_network_net_dev_group{device="vethee2dd22"} 0 node_network_net_dev_group{device="vethee8a542"} 0 node_network_net_dev_group{device="vetheeb8f83"} 0 node_network_net_dev_group{device="vethef64759"} 0 node_network_net_dev_group{device="vethf05f0fd"} 0 node_network_net_dev_group{device="vethf1f550c"} 0 node_network_net_dev_group{device="vethf478f47"} 0 node_network_net_dev_group{device="vethf4ef1a1"} 0 node_network_net_dev_group{device="vethf5fa974"} 0 node_network_net_dev_group{device="vethf96b0a5"} 0 node_network_net_dev_group{device="vethfdd6287"} 0 node_network_net_dev_group{device="vethfff41ad"} 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="veth02b7bb4"} 1 node_network_protocol_type{device="veth02c2ee2"} 1 node_network_protocol_type{device="veth0363e8e"} 1 node_network_protocol_type{device="veth0458d6c"} 1 node_network_protocol_type{device="veth04643cd"} 1 node_network_protocol_type{device="veth04811d4"} 1 node_network_protocol_type{device="veth04e134c"} 1 node_network_protocol_type{device="veth05a8d16"} 1 node_network_protocol_type{device="veth05f79f0"} 1 node_network_protocol_type{device="veth095bf66"} 1 node_network_protocol_type{device="veth0983ec1"} 1 node_network_protocol_type{device="veth09da01d"} 1 node_network_protocol_type{device="veth0d4969b"} 1 node_network_protocol_type{device="veth0d51f3a"} 1 node_network_protocol_type{device="veth0dc1806"} 1 node_network_protocol_type{device="veth13d497b"} 1 node_network_protocol_type{device="veth140b313"} 1 node_network_protocol_type{device="veth1560051"} 1 node_network_protocol_type{device="veth183285b"} 1 node_network_protocol_type{device="veth1dadce2"} 1 node_network_protocol_type{device="veth1df3caa"} 1 node_network_protocol_type{device="veth1e03f09"} 1 node_network_protocol_type{device="veth1e06647"} 1 node_network_protocol_type{device="veth1ed9995"} 1 node_network_protocol_type{device="veth1f25339"} 1 node_network_protocol_type{device="veth20a8b8e"} 1 node_network_protocol_type{device="veth225b651"} 1 node_network_protocol_type{device="veth23915ec"} 1 node_network_protocol_type{device="veth25c0ce8"} 1 node_network_protocol_type{device="veth27f73d6"} 1 node_network_protocol_type{device="veth287fee9"} 1 node_network_protocol_type{device="veth29a61a8"} 1 node_network_protocol_type{device="veth2d4dc03"} 1 node_network_protocol_type{device="veth2dd3288"} 1 node_network_protocol_type{device="veth2e75874"} 1 node_network_protocol_type{device="veth2ee1684"} 1 node_network_protocol_type{device="veth34c3bbe"} 1 node_network_protocol_type{device="veth35140bc"} 1 node_network_protocol_type{device="veth3524d53"} 1 node_network_protocol_type{device="veth35c0c4c"} 1 node_network_protocol_type{device="veth373079a"} 1 node_network_protocol_type{device="veth3738b60"} 1 node_network_protocol_type{device="veth39390d4"} 1 node_network_protocol_type{device="veth3a8a547"} 1 node_network_protocol_type{device="veth3cc64ab"} 1 node_network_protocol_type{device="veth3f3da42"} 1 node_network_protocol_type{device="veth409b936"} 1 node_network_protocol_type{device="veth41d413f"} 1 node_network_protocol_type{device="veth420e02a"} 1 node_network_protocol_type{device="veth4289883"} 1 node_network_protocol_type{device="veth42e42c6"} 1 node_network_protocol_type{device="veth4662bc7"} 1 node_network_protocol_type{device="veth48031a7"} 1 node_network_protocol_type{device="veth48a2b92"} 1 node_network_protocol_type{device="veth4b8eff5"} 1 node_network_protocol_type{device="veth5087deb"} 1 node_network_protocol_type{device="veth50c15bc"} 1 node_network_protocol_type{device="veth53867cd"} 1 node_network_protocol_type{device="veth5462551"} 1 node_network_protocol_type{device="veth54855bb"} 1 node_network_protocol_type{device="veth5676db4"} 1 node_network_protocol_type{device="veth56dd7d0"} 1 node_network_protocol_type{device="veth57bc285"} 1 node_network_protocol_type{device="veth591a4e5"} 1 node_network_protocol_type{device="veth5a1c243"} 1 node_network_protocol_type{device="veth5a2536e"} 1 node_network_protocol_type{device="veth5a9c858"} 1 node_network_protocol_type{device="veth5b5f5d8"} 1 node_network_protocol_type{device="veth5cd9d69"} 1 node_network_protocol_type{device="veth5ebd44b"} 1 node_network_protocol_type{device="veth5f86a6e"} 1 node_network_protocol_type{device="veth6097074"} 1 node_network_protocol_type{device="veth662d243"} 1 node_network_protocol_type{device="veth66fe80a"} 1 node_network_protocol_type{device="veth6864a94"} 1 node_network_protocol_type{device="veth68c9de2"} 1 node_network_protocol_type{device="veth693d267"} 1 node_network_protocol_type{device="veth6a8db05"} 1 node_network_protocol_type{device="veth6adcbd2"} 1 node_network_protocol_type{device="veth6d28251"} 1 node_network_protocol_type{device="veth6d76d2e"} 1 node_network_protocol_type{device="veth7174790"} 1 node_network_protocol_type{device="veth71f8729"} 1 node_network_protocol_type{device="veth779a9b0"} 1 node_network_protocol_type{device="veth7a53c4c"} 1 node_network_protocol_type{device="veth7b68e53"} 1 node_network_protocol_type{device="veth7c5d892"} 1 node_network_protocol_type{device="veth7e4453e"} 1 node_network_protocol_type{device="veth8362b0e"} 1 node_network_protocol_type{device="veth8490e20"} 1 node_network_protocol_type{device="veth862c62b"} 1 node_network_protocol_type{device="veth8685de7"} 1 node_network_protocol_type{device="veth86976de"} 1 node_network_protocol_type{device="veth87c67df"} 1 node_network_protocol_type{device="veth8ac86d6"} 1 node_network_protocol_type{device="veth8ad3e08"} 1 node_network_protocol_type{device="veth8ae1a4f"} 1 node_network_protocol_type{device="veth8c5b58a"} 1 node_network_protocol_type{device="veth8c77172"} 1 node_network_protocol_type{device="veth8e9752f"} 1 node_network_protocol_type{device="veth8ee2bf2"} 1 node_network_protocol_type{device="veth967c2a6"} 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="veth98d1797"} 1 node_network_protocol_type{device="veth9cdf57d"} 1 node_network_protocol_type{device="veth9dbbc7a"} 1 node_network_protocol_type{device="veth9e31ae2"} 1 node_network_protocol_type{device="veth9efa94d"} 1 node_network_protocol_type{device="veth9f3303f"} 1 node_network_protocol_type{device="veth9f3eb3b"} 1 node_network_protocol_type{device="vetha005716"} 1 node_network_protocol_type{device="vetha328a00"} 1 node_network_protocol_type{device="vetha6d002c"} 1 node_network_protocol_type{device="vethaa201e8"} 1 node_network_protocol_type{device="vethab6f40e"} 1 node_network_protocol_type{device="vethac48cf5"} 1 node_network_protocol_type{device="vethadadf9d"} 1 node_network_protocol_type{device="vethadde449"} 1 node_network_protocol_type{device="vethaebf1c6"} 1 node_network_protocol_type{device="vethaf43d3c"} 1 node_network_protocol_type{device="vethb094914"} 1 node_network_protocol_type{device="vethb1a51b9"} 1 node_network_protocol_type{device="vethb3f6289"} 1 node_network_protocol_type{device="vethbb7528c"} 1 node_network_protocol_type{device="vethbbafdd5"} 1 node_network_protocol_type{device="vethbe02f5c"} 1 node_network_protocol_type{device="vethc462a78"} 1 node_network_protocol_type{device="vethc565bf7"} 1 node_network_protocol_type{device="vethc5ba843"} 1 node_network_protocol_type{device="vethc802cca"} 1 node_network_protocol_type{device="vethc863ebe"} 1 node_network_protocol_type{device="vethc88ee41"} 1 node_network_protocol_type{device="vethc8a0de9"} 1 node_network_protocol_type{device="vethc9825ed"} 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="vethcd87a56"} 1 node_network_protocol_type{device="vethce2c824"} 1 node_network_protocol_type{device="vethcebcf57"} 1 node_network_protocol_type{device="vethced832e"} 1 node_network_protocol_type{device="vethd297e42"} 1 node_network_protocol_type{device="vethd2a1d3a"} 1 node_network_protocol_type{device="vethd60073b"} 1 node_network_protocol_type{device="vethdafaaf7"} 1 node_network_protocol_type{device="vethdbda231"} 1 node_network_protocol_type{device="vethdbe575e"} 1 node_network_protocol_type{device="vethdd8cafa"} 1 node_network_protocol_type{device="vethe17211e"} 1 node_network_protocol_type{device="vethe5aab79"} 1 node_network_protocol_type{device="vethe7740d0"} 1 node_network_protocol_type{device="vethe7c8af8"} 1 node_network_protocol_type{device="vethe7d1fc6"} 1 node_network_protocol_type{device="vetheafd782"} 1 node_network_protocol_type{device="vethee2dd22"} 1 node_network_protocol_type{device="vethee8a542"} 1 node_network_protocol_type{device="vetheeb8f83"} 1 node_network_protocol_type{device="vethef64759"} 1 node_network_protocol_type{device="vethf05f0fd"} 1 node_network_protocol_type{device="vethf1f550c"} 1 node_network_protocol_type{device="vethf478f47"} 1 node_network_protocol_type{device="vethf4ef1a1"} 1 node_network_protocol_type{device="vethf5fa974"} 1 node_network_protocol_type{device="vethf96b0a5"} 1 node_network_protocol_type{device="vethfdd6287"} 1 node_network_protocol_type{device="vethfff41ad"} 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"} 3.700964904e+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"} 3.2692153e+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="veth02b7bb4"} 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="veth0458d6c"} 1.25e+09 node_network_speed_bytes{device="veth04643cd"} 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="veth05a8d16"} 1.25e+09 node_network_speed_bytes{device="veth05f79f0"} 1.25e+09 node_network_speed_bytes{device="veth095bf66"} 1.25e+09 node_network_speed_bytes{device="veth0983ec1"} 1.25e+09 node_network_speed_bytes{device="veth09da01d"} 1.25e+09 node_network_speed_bytes{device="veth0d4969b"} 1.25e+09 node_network_speed_bytes{device="veth0d51f3a"} 1.25e+09 node_network_speed_bytes{device="veth0dc1806"} 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="veth1560051"} 1.25e+09 node_network_speed_bytes{device="veth183285b"} 1.25e+09 node_network_speed_bytes{device="veth1dadce2"} 1.25e+09 node_network_speed_bytes{device="veth1df3caa"} 1.25e+09 node_network_speed_bytes{device="veth1e03f09"} 1.25e+09 node_network_speed_bytes{device="veth1e06647"} 1.25e+09 node_network_speed_bytes{device="veth1ed9995"} 1.25e+09 node_network_speed_bytes{device="veth1f25339"} 1.25e+09 node_network_speed_bytes{device="veth20a8b8e"} 1.25e+09 node_network_speed_bytes{device="veth225b651"} 1.25e+09 node_network_speed_bytes{device="veth23915ec"} 1.25e+09 node_network_speed_bytes{device="veth25c0ce8"} 1.25e+09 node_network_speed_bytes{device="veth27f73d6"} 1.25e+09 node_network_speed_bytes{device="veth287fee9"} 1.25e+09 node_network_speed_bytes{device="veth29a61a8"} 1.25e+09 node_network_speed_bytes{device="veth2d4dc03"} 1.25e+09 node_network_speed_bytes{device="veth2dd3288"} 1.25e+09 node_network_speed_bytes{device="veth2e75874"} 1.25e+09 node_network_speed_bytes{device="veth2ee1684"} 1.25e+09 node_network_speed_bytes{device="veth34c3bbe"} 1.25e+09 node_network_speed_bytes{device="veth35140bc"} 1.25e+09 node_network_speed_bytes{device="veth3524d53"} 1.25e+09 node_network_speed_bytes{device="veth35c0c4c"} 1.25e+09 node_network_speed_bytes{device="veth373079a"} 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="veth3a8a547"} 1.25e+09 node_network_speed_bytes{device="veth3cc64ab"} 1.25e+09 node_network_speed_bytes{device="veth3f3da42"} 1.25e+09 node_network_speed_bytes{device="veth409b936"} 1.25e+09 node_network_speed_bytes{device="veth41d413f"} 1.25e+09 node_network_speed_bytes{device="veth420e02a"} 1.25e+09 node_network_speed_bytes{device="veth4289883"} 1.25e+09 node_network_speed_bytes{device="veth42e42c6"} 1.25e+09 node_network_speed_bytes{device="veth4662bc7"} 1.25e+09 node_network_speed_bytes{device="veth48031a7"} 1.25e+09 node_network_speed_bytes{device="veth48a2b92"} 1.25e+09 node_network_speed_bytes{device="veth4b8eff5"} 1.25e+09 node_network_speed_bytes{device="veth5087deb"} 1.25e+09 node_network_speed_bytes{device="veth50c15bc"} 1.25e+09 node_network_speed_bytes{device="veth53867cd"} 1.25e+09 node_network_speed_bytes{device="veth5462551"} 1.25e+09 node_network_speed_bytes{device="veth54855bb"} 1.25e+09 node_network_speed_bytes{device="veth5676db4"} 1.25e+09 node_network_speed_bytes{device="veth56dd7d0"} 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="veth5a1c243"} 1.25e+09 node_network_speed_bytes{device="veth5a2536e"} 1.25e+09 node_network_speed_bytes{device="veth5a9c858"} 1.25e+09 node_network_speed_bytes{device="veth5b5f5d8"} 1.25e+09 node_network_speed_bytes{device="veth5cd9d69"} 1.25e+09 node_network_speed_bytes{device="veth5ebd44b"} 1.25e+09 node_network_speed_bytes{device="veth5f86a6e"} 1.25e+09 node_network_speed_bytes{device="veth6097074"} 1.25e+09 node_network_speed_bytes{device="veth662d243"} 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="veth68c9de2"} 1.25e+09 node_network_speed_bytes{device="veth693d267"} 1.25e+09 node_network_speed_bytes{device="veth6a8db05"} 1.25e+09 node_network_speed_bytes{device="veth6adcbd2"} 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="veth7174790"} 1.25e+09 node_network_speed_bytes{device="veth71f8729"} 1.25e+09 node_network_speed_bytes{device="veth779a9b0"} 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="veth7c5d892"} 1.25e+09 node_network_speed_bytes{device="veth7e4453e"} 1.25e+09 node_network_speed_bytes{device="veth8362b0e"} 1.25e+09 node_network_speed_bytes{device="veth8490e20"} 1.25e+09 node_network_speed_bytes{device="veth862c62b"} 1.25e+09 node_network_speed_bytes{device="veth8685de7"} 1.25e+09 node_network_speed_bytes{device="veth86976de"} 1.25e+09 node_network_speed_bytes{device="veth87c67df"} 1.25e+09 node_network_speed_bytes{device="veth8ac86d6"} 1.25e+09 node_network_speed_bytes{device="veth8ad3e08"} 1.25e+09 node_network_speed_bytes{device="veth8ae1a4f"} 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="veth8e9752f"} 1.25e+09 node_network_speed_bytes{device="veth8ee2bf2"} 1.25e+09 node_network_speed_bytes{device="veth967c2a6"} 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="veth98d1797"} 1.25e+09 node_network_speed_bytes{device="veth9cdf57d"} 1.25e+09 node_network_speed_bytes{device="veth9dbbc7a"} 1.25e+09 node_network_speed_bytes{device="veth9e31ae2"} 1.25e+09 node_network_speed_bytes{device="veth9efa94d"} 1.25e+09 node_network_speed_bytes{device="veth9f3303f"} 1.25e+09 node_network_speed_bytes{device="veth9f3eb3b"} 1.25e+09 node_network_speed_bytes{device="vetha005716"} 1.25e+09 node_network_speed_bytes{device="vetha328a00"} 1.25e+09 node_network_speed_bytes{device="vetha6d002c"} 1.25e+09 node_network_speed_bytes{device="vethaa201e8"} 1.25e+09 node_network_speed_bytes{device="vethab6f40e"} 1.25e+09 node_network_speed_bytes{device="vethac48cf5"} 1.25e+09 node_network_speed_bytes{device="vethadadf9d"} 1.25e+09 node_network_speed_bytes{device="vethadde449"} 1.25e+09 node_network_speed_bytes{device="vethaebf1c6"} 1.25e+09 node_network_speed_bytes{device="vethaf43d3c"} 1.25e+09 node_network_speed_bytes{device="vethb094914"} 1.25e+09 node_network_speed_bytes{device="vethb1a51b9"} 1.25e+09 node_network_speed_bytes{device="vethb3f6289"} 1.25e+09 node_network_speed_bytes{device="vethbb7528c"} 1.25e+09 node_network_speed_bytes{device="vethbbafdd5"} 1.25e+09 node_network_speed_bytes{device="vethbe02f5c"} 1.25e+09 node_network_speed_bytes{device="vethc462a78"} 1.25e+09 node_network_speed_bytes{device="vethc565bf7"} 1.25e+09 node_network_speed_bytes{device="vethc5ba843"} 1.25e+09 node_network_speed_bytes{device="vethc802cca"} 1.25e+09 node_network_speed_bytes{device="vethc863ebe"} 1.25e+09 node_network_speed_bytes{device="vethc88ee41"} 1.25e+09 node_network_speed_bytes{device="vethc8a0de9"} 1.25e+09 node_network_speed_bytes{device="vethc9825ed"} 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="vethcd87a56"} 1.25e+09 node_network_speed_bytes{device="vethce2c824"} 1.25e+09 node_network_speed_bytes{device="vethcebcf57"} 1.25e+09 node_network_speed_bytes{device="vethced832e"} 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="vethd60073b"} 1.25e+09 node_network_speed_bytes{device="vethdafaaf7"} 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="vethdd8cafa"} 1.25e+09 node_network_speed_bytes{device="vethe17211e"} 1.25e+09 node_network_speed_bytes{device="vethe5aab79"} 1.25e+09 node_network_speed_bytes{device="vethe7740d0"} 1.25e+09 node_network_speed_bytes{device="vethe7c8af8"} 1.25e+09 node_network_speed_bytes{device="vethe7d1fc6"} 1.25e+09 node_network_speed_bytes{device="vetheafd782"} 1.25e+09 node_network_speed_bytes{device="vethee2dd22"} 1.25e+09 node_network_speed_bytes{device="vethee8a542"} 1.25e+09 node_network_speed_bytes{device="vetheeb8f83"} 1.25e+09 node_network_speed_bytes{device="vethef64759"} 1.25e+09 node_network_speed_bytes{device="vethf05f0fd"} 1.25e+09 node_network_speed_bytes{device="vethf1f550c"} 1.25e+09 node_network_speed_bytes{device="vethf478f47"} 1.25e+09 node_network_speed_bytes{device="vethf4ef1a1"} 1.25e+09 node_network_speed_bytes{device="vethf5fa974"} 1.25e+09 node_network_speed_bytes{device="vethf96b0a5"} 1.25e+09 node_network_speed_bytes{device="vethfdd6287"} 1.25e+09 node_network_speed_bytes{device="vethfff41ad"} 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"} 8.7933514772e+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"} 3.0801801e+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="veth02b7bb4"} 0 node_network_transmit_queue_length{device="veth02c2ee2"} 0 node_network_transmit_queue_length{device="veth0363e8e"} 0 node_network_transmit_queue_length{device="veth0458d6c"} 0 node_network_transmit_queue_length{device="veth04643cd"} 0 node_network_transmit_queue_length{device="veth04811d4"} 0 node_network_transmit_queue_length{device="veth04e134c"} 0 node_network_transmit_queue_length{device="veth05a8d16"} 0 node_network_transmit_queue_length{device="veth05f79f0"} 0 node_network_transmit_queue_length{device="veth095bf66"} 0 node_network_transmit_queue_length{device="veth0983ec1"} 0 node_network_transmit_queue_length{device="veth09da01d"} 0 node_network_transmit_queue_length{device="veth0d4969b"} 0 node_network_transmit_queue_length{device="veth0d51f3a"} 0 node_network_transmit_queue_length{device="veth0dc1806"} 0 node_network_transmit_queue_length{device="veth13d497b"} 0 node_network_transmit_queue_length{device="veth140b313"} 0 node_network_transmit_queue_length{device="veth1560051"} 0 node_network_transmit_queue_length{device="veth183285b"} 0 node_network_transmit_queue_length{device="veth1dadce2"} 0 node_network_transmit_queue_length{device="veth1df3caa"} 0 node_network_transmit_queue_length{device="veth1e03f09"} 0 node_network_transmit_queue_length{device="veth1e06647"} 0 node_network_transmit_queue_length{device="veth1ed9995"} 0 node_network_transmit_queue_length{device="veth1f25339"} 0 node_network_transmit_queue_length{device="veth20a8b8e"} 0 node_network_transmit_queue_length{device="veth225b651"} 0 node_network_transmit_queue_length{device="veth23915ec"} 0 node_network_transmit_queue_length{device="veth25c0ce8"} 0 node_network_transmit_queue_length{device="veth27f73d6"} 0 node_network_transmit_queue_length{device="veth287fee9"} 0 node_network_transmit_queue_length{device="veth29a61a8"} 0 node_network_transmit_queue_length{device="veth2d4dc03"} 0 node_network_transmit_queue_length{device="veth2dd3288"} 0 node_network_transmit_queue_length{device="veth2e75874"} 0 node_network_transmit_queue_length{device="veth2ee1684"} 0 node_network_transmit_queue_length{device="veth34c3bbe"} 0 node_network_transmit_queue_length{device="veth35140bc"} 0 node_network_transmit_queue_length{device="veth3524d53"} 0 node_network_transmit_queue_length{device="veth35c0c4c"} 0 node_network_transmit_queue_length{device="veth373079a"} 0 node_network_transmit_queue_length{device="veth3738b60"} 0 node_network_transmit_queue_length{device="veth39390d4"} 0 node_network_transmit_queue_length{device="veth3a8a547"} 0 node_network_transmit_queue_length{device="veth3cc64ab"} 0 node_network_transmit_queue_length{device="veth3f3da42"} 0 node_network_transmit_queue_length{device="veth409b936"} 0 node_network_transmit_queue_length{device="veth41d413f"} 0 node_network_transmit_queue_length{device="veth420e02a"} 0 node_network_transmit_queue_length{device="veth4289883"} 0 node_network_transmit_queue_length{device="veth42e42c6"} 0 node_network_transmit_queue_length{device="veth4662bc7"} 0 node_network_transmit_queue_length{device="veth48031a7"} 0 node_network_transmit_queue_length{device="veth48a2b92"} 0 node_network_transmit_queue_length{device="veth4b8eff5"} 0 node_network_transmit_queue_length{device="veth5087deb"} 0 node_network_transmit_queue_length{device="veth50c15bc"} 0 node_network_transmit_queue_length{device="veth53867cd"} 0 node_network_transmit_queue_length{device="veth5462551"} 0 node_network_transmit_queue_length{device="veth54855bb"} 0 node_network_transmit_queue_length{device="veth5676db4"} 0 node_network_transmit_queue_length{device="veth56dd7d0"} 0 node_network_transmit_queue_length{device="veth57bc285"} 0 node_network_transmit_queue_length{device="veth591a4e5"} 0 node_network_transmit_queue_length{device="veth5a1c243"} 0 node_network_transmit_queue_length{device="veth5a2536e"} 0 node_network_transmit_queue_length{device="veth5a9c858"} 0 node_network_transmit_queue_length{device="veth5b5f5d8"} 0 node_network_transmit_queue_length{device="veth5cd9d69"} 0 node_network_transmit_queue_length{device="veth5ebd44b"} 0 node_network_transmit_queue_length{device="veth5f86a6e"} 0 node_network_transmit_queue_length{device="veth6097074"} 0 node_network_transmit_queue_length{device="veth662d243"} 0 node_network_transmit_queue_length{device="veth66fe80a"} 0 node_network_transmit_queue_length{device="veth6864a94"} 0 node_network_transmit_queue_length{device="veth68c9de2"} 0 node_network_transmit_queue_length{device="veth693d267"} 0 node_network_transmit_queue_length{device="veth6a8db05"} 0 node_network_transmit_queue_length{device="veth6adcbd2"} 0 node_network_transmit_queue_length{device="veth6d28251"} 0 node_network_transmit_queue_length{device="veth6d76d2e"} 0 node_network_transmit_queue_length{device="veth7174790"} 0 node_network_transmit_queue_length{device="veth71f8729"} 0 node_network_transmit_queue_length{device="veth779a9b0"} 0 node_network_transmit_queue_length{device="veth7a53c4c"} 0 node_network_transmit_queue_length{device="veth7b68e53"} 0 node_network_transmit_queue_length{device="veth7c5d892"} 0 node_network_transmit_queue_length{device="veth7e4453e"} 0 node_network_transmit_queue_length{device="veth8362b0e"} 0 node_network_transmit_queue_length{device="veth8490e20"} 0 node_network_transmit_queue_length{device="veth862c62b"} 0 node_network_transmit_queue_length{device="veth8685de7"} 0 node_network_transmit_queue_length{device="veth86976de"} 0 node_network_transmit_queue_length{device="veth87c67df"} 0 node_network_transmit_queue_length{device="veth8ac86d6"} 0 node_network_transmit_queue_length{device="veth8ad3e08"} 0 node_network_transmit_queue_length{device="veth8ae1a4f"} 0 node_network_transmit_queue_length{device="veth8c5b58a"} 0 node_network_transmit_queue_length{device="veth8c77172"} 0 node_network_transmit_queue_length{device="veth8e9752f"} 0 node_network_transmit_queue_length{device="veth8ee2bf2"} 0 node_network_transmit_queue_length{device="veth967c2a6"} 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="veth98d1797"} 0 node_network_transmit_queue_length{device="veth9cdf57d"} 0 node_network_transmit_queue_length{device="veth9dbbc7a"} 0 node_network_transmit_queue_length{device="veth9e31ae2"} 0 node_network_transmit_queue_length{device="veth9efa94d"} 0 node_network_transmit_queue_length{device="veth9f3303f"} 0 node_network_transmit_queue_length{device="veth9f3eb3b"} 0 node_network_transmit_queue_length{device="vetha005716"} 0 node_network_transmit_queue_length{device="vetha328a00"} 0 node_network_transmit_queue_length{device="vetha6d002c"} 0 node_network_transmit_queue_length{device="vethaa201e8"} 0 node_network_transmit_queue_length{device="vethab6f40e"} 0 node_network_transmit_queue_length{device="vethac48cf5"} 0 node_network_transmit_queue_length{device="vethadadf9d"} 0 node_network_transmit_queue_length{device="vethadde449"} 0 node_network_transmit_queue_length{device="vethaebf1c6"} 0 node_network_transmit_queue_length{device="vethaf43d3c"} 0 node_network_transmit_queue_length{device="vethb094914"} 0 node_network_transmit_queue_length{device="vethb1a51b9"} 0 node_network_transmit_queue_length{device="vethb3f6289"} 0 node_network_transmit_queue_length{device="vethbb7528c"} 0 node_network_transmit_queue_length{device="vethbbafdd5"} 0 node_network_transmit_queue_length{device="vethbe02f5c"} 0 node_network_transmit_queue_length{device="vethc462a78"} 0 node_network_transmit_queue_length{device="vethc565bf7"} 0 node_network_transmit_queue_length{device="vethc5ba843"} 0 node_network_transmit_queue_length{device="vethc802cca"} 0 node_network_transmit_queue_length{device="vethc863ebe"} 0 node_network_transmit_queue_length{device="vethc88ee41"} 0 node_network_transmit_queue_length{device="vethc8a0de9"} 0 node_network_transmit_queue_length{device="vethc9825ed"} 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="vethcd87a56"} 0 node_network_transmit_queue_length{device="vethce2c824"} 0 node_network_transmit_queue_length{device="vethcebcf57"} 0 node_network_transmit_queue_length{device="vethced832e"} 0 node_network_transmit_queue_length{device="vethd297e42"} 0 node_network_transmit_queue_length{device="vethd2a1d3a"} 0 node_network_transmit_queue_length{device="vethd60073b"} 0 node_network_transmit_queue_length{device="vethdafaaf7"} 0 node_network_transmit_queue_length{device="vethdbda231"} 0 node_network_transmit_queue_length{device="vethdbe575e"} 0 node_network_transmit_queue_length{device="vethdd8cafa"} 0 node_network_transmit_queue_length{device="vethe17211e"} 0 node_network_transmit_queue_length{device="vethe5aab79"} 0 node_network_transmit_queue_length{device="vethe7740d0"} 0 node_network_transmit_queue_length{device="vethe7c8af8"} 0 node_network_transmit_queue_length{device="vethe7d1fc6"} 0 node_network_transmit_queue_length{device="vetheafd782"} 0 node_network_transmit_queue_length{device="vethee2dd22"} 0 node_network_transmit_queue_length{device="vethee8a542"} 0 node_network_transmit_queue_length{device="vetheeb8f83"} 0 node_network_transmit_queue_length{device="vethef64759"} 0 node_network_transmit_queue_length{device="vethf05f0fd"} 0 node_network_transmit_queue_length{device="vethf1f550c"} 0 node_network_transmit_queue_length{device="vethf478f47"} 0 node_network_transmit_queue_length{device="vethf4ef1a1"} 0 node_network_transmit_queue_length{device="vethf5fa974"} 0 node_network_transmit_queue_length{device="vethf96b0a5"} 0 node_network_transmit_queue_length{device="vethfdd6287"} 0 node_network_transmit_queue_length{device="vethfff41ad"} 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="veth02b7bb4"} 1 node_network_up{device="veth02c2ee2"} 1 node_network_up{device="veth0363e8e"} 1 node_network_up{device="veth0458d6c"} 1 node_network_up{device="veth04643cd"} 1 node_network_up{device="veth04811d4"} 1 node_network_up{device="veth04e134c"} 1 node_network_up{device="veth05a8d16"} 1 node_network_up{device="veth05f79f0"} 1 node_network_up{device="veth095bf66"} 1 node_network_up{device="veth0983ec1"} 1 node_network_up{device="veth09da01d"} 1 node_network_up{device="veth0d4969b"} 1 node_network_up{device="veth0d51f3a"} 1 node_network_up{device="veth0dc1806"} 1 node_network_up{device="veth13d497b"} 1 node_network_up{device="veth140b313"} 1 node_network_up{device="veth1560051"} 1 node_network_up{device="veth183285b"} 1 node_network_up{device="veth1dadce2"} 1 node_network_up{device="veth1df3caa"} 1 node_network_up{device="veth1e03f09"} 1 node_network_up{device="veth1e06647"} 1 node_network_up{device="veth1ed9995"} 1 node_network_up{device="veth1f25339"} 1 node_network_up{device="veth20a8b8e"} 1 node_network_up{device="veth225b651"} 1 node_network_up{device="veth23915ec"} 1 node_network_up{device="veth25c0ce8"} 1 node_network_up{device="veth27f73d6"} 1 node_network_up{device="veth287fee9"} 1 node_network_up{device="veth29a61a8"} 1 node_network_up{device="veth2d4dc03"} 1 node_network_up{device="veth2dd3288"} 1 node_network_up{device="veth2e75874"} 1 node_network_up{device="veth2ee1684"} 1 node_network_up{device="veth34c3bbe"} 1 node_network_up{device="veth35140bc"} 1 node_network_up{device="veth3524d53"} 1 node_network_up{device="veth35c0c4c"} 1 node_network_up{device="veth373079a"} 1 node_network_up{device="veth3738b60"} 1 node_network_up{device="veth39390d4"} 1 node_network_up{device="veth3a8a547"} 1 node_network_up{device="veth3cc64ab"} 1 node_network_up{device="veth3f3da42"} 1 node_network_up{device="veth409b936"} 1 node_network_up{device="veth41d413f"} 1 node_network_up{device="veth420e02a"} 1 node_network_up{device="veth4289883"} 1 node_network_up{device="veth42e42c6"} 1 node_network_up{device="veth4662bc7"} 1 node_network_up{device="veth48031a7"} 1 node_network_up{device="veth48a2b92"} 1 node_network_up{device="veth4b8eff5"} 1 node_network_up{device="veth5087deb"} 1 node_network_up{device="veth50c15bc"} 1 node_network_up{device="veth53867cd"} 1 node_network_up{device="veth5462551"} 1 node_network_up{device="veth54855bb"} 1 node_network_up{device="veth5676db4"} 1 node_network_up{device="veth56dd7d0"} 1 node_network_up{device="veth57bc285"} 1 node_network_up{device="veth591a4e5"} 1 node_network_up{device="veth5a1c243"} 1 node_network_up{device="veth5a2536e"} 1 node_network_up{device="veth5a9c858"} 1 node_network_up{device="veth5b5f5d8"} 1 node_network_up{device="veth5cd9d69"} 1 node_network_up{device="veth5ebd44b"} 1 node_network_up{device="veth5f86a6e"} 1 node_network_up{device="veth6097074"} 1 node_network_up{device="veth662d243"} 1 node_network_up{device="veth66fe80a"} 1 node_network_up{device="veth6864a94"} 1 node_network_up{device="veth68c9de2"} 1 node_network_up{device="veth693d267"} 1 node_network_up{device="veth6a8db05"} 1 node_network_up{device="veth6adcbd2"} 1 node_network_up{device="veth6d28251"} 1 node_network_up{device="veth6d76d2e"} 1 node_network_up{device="veth7174790"} 1 node_network_up{device="veth71f8729"} 1 node_network_up{device="veth779a9b0"} 1 node_network_up{device="veth7a53c4c"} 1 node_network_up{device="veth7b68e53"} 1 node_network_up{device="veth7c5d892"} 1 node_network_up{device="veth7e4453e"} 1 node_network_up{device="veth8362b0e"} 1 node_network_up{device="veth8490e20"} 1 node_network_up{device="veth862c62b"} 1 node_network_up{device="veth8685de7"} 1 node_network_up{device="veth86976de"} 1 node_network_up{device="veth87c67df"} 1 node_network_up{device="veth8ac86d6"} 1 node_network_up{device="veth8ad3e08"} 1 node_network_up{device="veth8ae1a4f"} 1 node_network_up{device="veth8c5b58a"} 1 node_network_up{device="veth8c77172"} 1 node_network_up{device="veth8e9752f"} 1 node_network_up{device="veth8ee2bf2"} 1 node_network_up{device="veth967c2a6"} 1 node_network_up{device="veth970153a"} 1 node_network_up{device="veth97b739c"} 1 node_network_up{device="veth980e0d6"} 1 node_network_up{device="veth98d1797"} 1 node_network_up{device="veth9cdf57d"} 1 node_network_up{device="veth9dbbc7a"} 1 node_network_up{device="veth9e31ae2"} 1 node_network_up{device="veth9efa94d"} 1 node_network_up{device="veth9f3303f"} 1 node_network_up{device="veth9f3eb3b"} 1 node_network_up{device="vetha005716"} 1 node_network_up{device="vetha328a00"} 1 node_network_up{device="vetha6d002c"} 1 node_network_up{device="vethaa201e8"} 1 node_network_up{device="vethab6f40e"} 1 node_network_up{device="vethac48cf5"} 1 node_network_up{device="vethadadf9d"} 1 node_network_up{device="vethadde449"} 1 node_network_up{device="vethaebf1c6"} 1 node_network_up{device="vethaf43d3c"} 1 node_network_up{device="vethb094914"} 1 node_network_up{device="vethb1a51b9"} 1 node_network_up{device="vethb3f6289"} 1 node_network_up{device="vethbb7528c"} 1 node_network_up{device="vethbbafdd5"} 1 node_network_up{device="vethbe02f5c"} 1 node_network_up{device="vethc462a78"} 1 node_network_up{device="vethc565bf7"} 1 node_network_up{device="vethc5ba843"} 1 node_network_up{device="vethc802cca"} 1 node_network_up{device="vethc863ebe"} 1 node_network_up{device="vethc88ee41"} 1 node_network_up{device="vethc8a0de9"} 1 node_network_up{device="vethc9825ed"} 1 node_network_up{device="vethc9e4d8d"} 1 node_network_up{device="vethcb5dfad"} 1 node_network_up{device="vethccc59ae"} 1 node_network_up{device="vethcd87a56"} 1 node_network_up{device="vethce2c824"} 1 node_network_up{device="vethcebcf57"} 1 node_network_up{device="vethced832e"} 1 node_network_up{device="vethd297e42"} 1 node_network_up{device="vethd2a1d3a"} 1 node_network_up{device="vethd60073b"} 1 node_network_up{device="vethdafaaf7"} 1 node_network_up{device="vethdbda231"} 1 node_network_up{device="vethdbe575e"} 1 node_network_up{device="vethdd8cafa"} 1 node_network_up{device="vethe17211e"} 1 node_network_up{device="vethe5aab79"} 1 node_network_up{device="vethe7740d0"} 1 node_network_up{device="vethe7c8af8"} 1 node_network_up{device="vethe7d1fc6"} 1 node_network_up{device="vetheafd782"} 1 node_network_up{device="vethee2dd22"} 1 node_network_up{device="vethee8a542"} 1 node_network_up{device="vetheeb8f83"} 1 node_network_up{device="vethef64759"} 1 node_network_up{device="vethf05f0fd"} 1 node_network_up{device="vethf1f550c"} 1 node_network_up{device="vethf478f47"} 1 node_network_up{device="vethf4ef1a1"} 1 node_network_up{device="vethf5fa974"} 1 node_network_up{device="vethf96b0a5"} 1 node_network_up{device="vethfdd6287"} 1 node_network_up{device="vethfff41ad"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nvme_info Non-numeric data from /sys/class/nvme/, value is always 1. # TYPE node_nvme_info gauge node_nvme_info{device="nvme0",firmware_revision="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 29876.946509 # 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 29373.640078 # 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 30141.691252999997 # 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 56.860148 # 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 57.996935 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 3 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 2.489616441105372e+06 node_schedstat_running_seconds_total{cpu="1"} 2.262776846933081e+06 node_schedstat_running_seconds_total{cpu="10"} 3.311730212855433e+06 node_schedstat_running_seconds_total{cpu="11"} 3.268564178885136e+06 node_schedstat_running_seconds_total{cpu="12"} 3.202002690743395e+06 node_schedstat_running_seconds_total{cpu="13"} 3.125806262667215e+06 node_schedstat_running_seconds_total{cpu="14"} 3.096083547254187e+06 node_schedstat_running_seconds_total{cpu="15"} 2.99060065389874e+06 node_schedstat_running_seconds_total{cpu="2"} 2.243039439107992e+06 node_schedstat_running_seconds_total{cpu="3"} 2.266580763710754e+06 node_schedstat_running_seconds_total{cpu="4"} 2.315107249775527e+06 node_schedstat_running_seconds_total{cpu="5"} 2.373041579880405e+06 node_schedstat_running_seconds_total{cpu="6"} 2.475041805096205e+06 node_schedstat_running_seconds_total{cpu="7"} 2.556606100783281e+06 node_schedstat_running_seconds_total{cpu="8"} 3.017387052602476e+06 node_schedstat_running_seconds_total{cpu="9"} 3.276051268274705e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 5.73382063e+09 node_schedstat_timeslices_total{cpu="1"} 5.860692057e+09 node_schedstat_timeslices_total{cpu="10"} 5.738457807e+09 node_schedstat_timeslices_total{cpu="11"} 5.681100849e+09 node_schedstat_timeslices_total{cpu="12"} 5.63855497e+09 node_schedstat_timeslices_total{cpu="13"} 5.600905761e+09 node_schedstat_timeslices_total{cpu="14"} 5.552326446e+09 node_schedstat_timeslices_total{cpu="15"} 5.500302925e+09 node_schedstat_timeslices_total{cpu="2"} 5.886063438e+09 node_schedstat_timeslices_total{cpu="3"} 5.951521054e+09 node_schedstat_timeslices_total{cpu="4"} 5.984009204e+09 node_schedstat_timeslices_total{cpu="5"} 6.01382038e+09 node_schedstat_timeslices_total{cpu="6"} 6.076802616e+09 node_schedstat_timeslices_total{cpu="7"} 6.043099864e+09 node_schedstat_timeslices_total{cpu="8"} 5.859954096e+09 node_schedstat_timeslices_total{cpu="9"} 5.802450384e+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"} 6492.129974819 node_schedstat_waiting_seconds_total{cpu="1"} 5854.462903666 node_schedstat_waiting_seconds_total{cpu="10"} 6882.066991853 node_schedstat_waiting_seconds_total{cpu="11"} 6805.375679153 node_schedstat_waiting_seconds_total{cpu="12"} 6650.093002539 node_schedstat_waiting_seconds_total{cpu="13"} 6461.460510371 node_schedstat_waiting_seconds_total{cpu="14"} 6337.123771471 node_schedstat_waiting_seconds_total{cpu="15"} 6183.58070441 node_schedstat_waiting_seconds_total{cpu="2"} 5771.525724659 node_schedstat_waiting_seconds_total{cpu="3"} 5779.918444789 node_schedstat_waiting_seconds_total{cpu="4"} 5795.149269488 node_schedstat_waiting_seconds_total{cpu="5"} 5769.585019994 node_schedstat_waiting_seconds_total{cpu="6"} 5905.495955909 node_schedstat_waiting_seconds_total{cpu="7"} 5944.267320912 node_schedstat_waiting_seconds_total{cpu="8"} 6852.573261619 node_schedstat_waiting_seconds_total{cpu="9"} 6892.540166159 # 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.000110148 node_scrape_collector_duration_seconds{collector="bcache"} 1.4167e-05 node_scrape_collector_duration_seconds{collector="bonding"} 5.912e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.003165471 node_scrape_collector_duration_seconds{collector="conntrack"} 3.732e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000712959 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.065660216 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002543403 node_scrape_collector_duration_seconds{collector="dmi"} 8.305e-06 node_scrape_collector_duration_seconds{collector="edac"} 1.4958e-05 node_scrape_collector_duration_seconds{collector="entropy"} 5.8992e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 6.142e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.5448e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.047354028 node_scrape_collector_duration_seconds{collector="hwmon"} 0.112709067 node_scrape_collector_duration_seconds{collector="infiniband"} 5.962e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 6.723e-06 node_scrape_collector_duration_seconds{collector="loadavg"} 1.4638e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 4.6347e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 8.5672e-05 node_scrape_collector_duration_seconds{collector="netclass"} 0.122877323 node_scrape_collector_duration_seconds{collector="netdev"} 0.000152439 node_scrape_collector_duration_seconds{collector="netstat"} 0.000351305 node_scrape_collector_duration_seconds{collector="nfs"} 1.57e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 6.392e-06 node_scrape_collector_duration_seconds{collector="nvme"} 0.000207282 node_scrape_collector_duration_seconds{collector="os"} 2.0428e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.3195e-05 node_scrape_collector_duration_seconds{collector="pressure"} 6.3169e-05 node_scrape_collector_duration_seconds{collector="rapl"} 6.863e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 9.5731e-05 node_scrape_collector_duration_seconds{collector="selinux"} 5.71e-07 node_scrape_collector_duration_seconds{collector="sockstat"} 5.6747e-05 node_scrape_collector_duration_seconds{collector="softnet"} 6.2368e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000140035 node_scrape_collector_duration_seconds{collector="tapestats"} 4.859e-06 node_scrape_collector_duration_seconds{collector="textfile"} 8.025e-06 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000562475 node_scrape_collector_duration_seconds{collector="time"} 6.2849e-05 node_scrape_collector_duration_seconds{collector="timex"} 7.063e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000140827 node_scrape_collector_duration_seconds{collector="uname"} 4.037e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 8.7385e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 8.656e-06 node_scrape_collector_duration_seconds{collector="xfs"} 5.731e-06 node_scrape_collector_duration_seconds{collector="zfs"} 8.136e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 544 # 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 1475 # 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 6.0416e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 111 # 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 454656 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="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"} 13763 node_softnet_dropped_total{cpu="1"} 52 node_softnet_dropped_total{cpu="10"} 3626 node_softnet_dropped_total{cpu="11"} 146 node_softnet_dropped_total{cpu="12"} 24355 node_softnet_dropped_total{cpu="13"} 5 node_softnet_dropped_total{cpu="14"} 4533 node_softnet_dropped_total{cpu="15"} 34 node_softnet_dropped_total{cpu="2"} 91 node_softnet_dropped_total{cpu="3"} 153 node_softnet_dropped_total{cpu="4"} 858 node_softnet_dropped_total{cpu="5"} 31 node_softnet_dropped_total{cpu="6"} 23476 node_softnet_dropped_total{cpu="7"} 102 node_softnet_dropped_total{cpu="8"} 15306 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"} 1.31403155e+08 node_softnet_processed_total{cpu="1"} 1.75015868e+08 node_softnet_processed_total{cpu="10"} 2.10618214e+08 node_softnet_processed_total{cpu="11"} 1.8358643e+08 node_softnet_processed_total{cpu="12"} 1.89869491e+08 node_softnet_processed_total{cpu="13"} 1.32140403e+08 node_softnet_processed_total{cpu="14"} 1.30286623e+08 node_softnet_processed_total{cpu="15"} 1.5694163e+08 node_softnet_processed_total{cpu="2"} 2.20127002e+08 node_softnet_processed_total{cpu="3"} 2.05459539e+08 node_softnet_processed_total{cpu="4"} 2.15587617e+08 node_softnet_processed_total{cpu="5"} 1.6211807e+08 node_softnet_processed_total{cpu="6"} 1.45623385e+08 node_softnet_processed_total{cpu="7"} 1.84906928e+08 node_softnet_processed_total{cpu="8"} 1.3421659e+08 node_softnet_processed_total{cpu="9"} 1.36792686e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="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.785383301908141e+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.0000128637237549 # 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.7105 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 3.0231e-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 41 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.064898935607e+12 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.79394e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.1041101e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.8898647139e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 4.282309e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 1.3271332e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 289475.36 # 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 3.242185774e+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 8.7502287206e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.839104e+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"} 2.530664e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0