# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 6.973e-06 go_gc_duration_seconds{quantile="0.25"} 1.5569e-05 go_gc_duration_seconds{quantile="0.5"} 2.0839e-05 go_gc_duration_seconds{quantile="0.75"} 2.5658e-05 go_gc_duration_seconds{quantile="1"} 4.5846e-05 go_gc_duration_seconds_sum 20.253345429 go_gc_duration_seconds_count 902364 # 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 10 # 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 6.805184e+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.27965118112e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.310192e+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.8511209993e+10 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.2948e+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 6.805184e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.643136e+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 8.462336e+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 96466 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.029888e+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.6105472e+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.776164284609375e+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.8511306459e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 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 15600 # 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 137600 # 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 228480 # 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 1.150128e+07 # 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 808216 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 655360 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 655360 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.341812e+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 8 # 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.756302357e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.41619810005e+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="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"} 3 node_cooling_device_max_state{name="1",type="Processor"} 3 node_cooling_device_max_state{name="10",type="Processor"} 3 node_cooling_device_max_state{name="11",type="Processor"} 3 node_cooling_device_max_state{name="2",type="Processor"} 3 node_cooling_device_max_state{name="3",type="Processor"} 3 node_cooling_device_max_state{name="4",type="Processor"} 3 node_cooling_device_max_state{name="5",type="Processor"} 3 node_cooling_device_max_state{name="6",type="Processor"} 3 node_cooling_device_max_state{name="7",type="Processor"} 3 node_cooling_device_max_state{name="8",type="Processor"} 3 node_cooling_device_max_state{name="9",type="Processor"} 3 # HELP node_cpu_frequency_max_hertz Maximum CPU thread frequency in hertz. # TYPE node_cpu_frequency_max_hertz gauge node_cpu_frequency_max_hertz{cpu="0"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="1"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="10"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="11"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="2"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="3"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="4"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="5"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="6"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="7"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="8"} 3.6e+09 node_cpu_frequency_max_hertz{cpu="9"} 3.6e+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"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="1"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="10"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="11"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="2"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="3"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="4"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="5"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="6"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="7"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="8"} 2.2e+09 node_cpu_frequency_min_hertz{cpu="9"} 2.2e+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="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.2e+09 node_cpu_scaling_frequency_hertz{cpu="1"} 2.083245e+09 node_cpu_scaling_frequency_hertz{cpu="10"} 2.200469e+09 node_cpu_scaling_frequency_hertz{cpu="11"} 2.2e+09 node_cpu_scaling_frequency_hertz{cpu="2"} 2.093921e+09 node_cpu_scaling_frequency_hertz{cpu="3"} 2.2e+09 node_cpu_scaling_frequency_hertz{cpu="4"} 2.194229e+09 node_cpu_scaling_frequency_hertz{cpu="5"} 2.2e+09 node_cpu_scaling_frequency_hertz{cpu="6"} 4.191774e+09 node_cpu_scaling_frequency_hertz{cpu="7"} 2.094594e+09 node_cpu_scaling_frequency_hertz{cpu="8"} 2.2e+09 node_cpu_scaling_frequency_hertz{cpu="9"} 2.195228e+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.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="1"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="10"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="11"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="2"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="3"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="4"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="5"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="6"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="7"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="8"} 3.6e+09 node_cpu_scaling_frequency_max_hertz{cpu="9"} 3.6e+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"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="1"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="10"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="11"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="2"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="3"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="4"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="5"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="6"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="7"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="8"} 2.2e+09 node_cpu_scaling_frequency_min_hertz{cpu="9"} 2.2e+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="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"} 1.846616037e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 23728.39 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 97.16 node_cpu_seconds_total{cpu="0",mode="softirq"} 20182.59 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 178483.91 node_cpu_seconds_total{cpu="0",mode="user"} 1.0908441e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 1.860464522e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 24234.32 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 82.81 node_cpu_seconds_total{cpu="1",mode="softirq"} 6990.36 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 180739.78 node_cpu_seconds_total{cpu="1",mode="user"} 973424.56 node_cpu_seconds_total{cpu="10",mode="idle"} 1.860602986e+07 node_cpu_seconds_total{cpu="10",mode="iowait"} 25973.17 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 71.48 node_cpu_seconds_total{cpu="10",mode="softirq"} 3996.54 node_cpu_seconds_total{cpu="10",mode="steal"} 0 node_cpu_seconds_total{cpu="10",mode="system"} 187027.71 node_cpu_seconds_total{cpu="10",mode="user"} 968668.18 node_cpu_seconds_total{cpu="11",mode="idle"} 1.857739758e+07 node_cpu_seconds_total{cpu="11",mode="iowait"} 25813.49 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 71.8 node_cpu_seconds_total{cpu="11",mode="softirq"} 4095.82 node_cpu_seconds_total{cpu="11",mode="steal"} 0 node_cpu_seconds_total{cpu="11",mode="system"} 187104.59 node_cpu_seconds_total{cpu="11",mode="user"} 997194.97 node_cpu_seconds_total{cpu="2",mode="idle"} 1.863568683e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 24394.47 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 85.44 node_cpu_seconds_total{cpu="2",mode="softirq"} 4153.7 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 179220.45 node_cpu_seconds_total{cpu="2",mode="user"} 949685.84 node_cpu_seconds_total{cpu="3",mode="idle"} 1.825048832e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 26755.03 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 130.27 node_cpu_seconds_total{cpu="3",mode="softirq"} 3449.99 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 191436.93 node_cpu_seconds_total{cpu="3",mode="user"} 1.3211004e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 1.856073996e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 26698.25 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 90.41 node_cpu_seconds_total{cpu="4",mode="softirq"} 3143.12 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 189968.56 node_cpu_seconds_total{cpu="4",mode="user"} 1.01356988e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 1.855411007e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 26144.58 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 72.89 node_cpu_seconds_total{cpu="5",mode="softirq"} 3028.96 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 187101.43 node_cpu_seconds_total{cpu="5",mode="user"} 1.02454607e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 1.844021236e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 23658.82 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 90.71 node_cpu_seconds_total{cpu="6",mode="softirq"} 2904.3 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 178551.66 node_cpu_seconds_total{cpu="6",mode="user"} 1.15193364e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 1.870784803e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 23589.62 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 65.52 node_cpu_seconds_total{cpu="7",mode="softirq"} 2909.84 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 177258.92 node_cpu_seconds_total{cpu="7",mode="user"} 883290.3 node_cpu_seconds_total{cpu="8",mode="idle"} 1.866100916e+07 node_cpu_seconds_total{cpu="8",mode="iowait"} 23395.36 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 65.09 node_cpu_seconds_total{cpu="8",mode="softirq"} 3962.85 node_cpu_seconds_total{cpu="8",mode="steal"} 0 node_cpu_seconds_total{cpu="8",mode="system"} 177588.85 node_cpu_seconds_total{cpu="8",mode="user"} 926283.84 node_cpu_seconds_total{cpu="9",mode="idle"} 1.834197656e+07 node_cpu_seconds_total{cpu="9",mode="iowait"} 25467.15 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 84.95 node_cpu_seconds_total{cpu="9",mode="softirq"} 3957.18 node_cpu_seconds_total{cpu="9",mode="steal"} 0 node_cpu_seconds_total{cpu="9",mode="system"} 184583.04 node_cpu_seconds_total{cpu="9",mode="user"} 1.23753158e+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"} 560.871 node_disk_discard_time_seconds_total{device="md0"} 0.232 node_disk_discard_time_seconds_total{device="md1"} 0 node_disk_discard_time_seconds_total{device="md2"} 212.445 node_disk_discard_time_seconds_total{device="md3"} 494.187 node_disk_discard_time_seconds_total{device="nvme0n1"} 72.443 node_disk_discard_time_seconds_total{device="nvme1n1"} 75.614 node_disk_discard_time_seconds_total{device="nvme2n1"} 422.17400000000004 node_disk_discard_time_seconds_total{device="nvme3n1"} 390.902 # 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"} 6.801335712e+09 node_disk_discarded_sectors_total{device="md0"} 9.77492e+06 node_disk_discarded_sectors_total{device="md1"} 0 node_disk_discarded_sectors_total{device="md2"} 9.07107048e+08 node_disk_discarded_sectors_total{device="md3"} 5.894228664e+09 node_disk_discarded_sectors_total{device="nvme0n1"} 9.16881968e+08 node_disk_discarded_sectors_total{device="nvme1n1"} 9.16881968e+08 node_disk_discarded_sectors_total{device="nvme2n1"} 5.894228664e+09 node_disk_discarded_sectors_total{device="nvme3n1"} 5.894228664e+09 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="dm-0"} 1.183899e+06 node_disk_discards_completed_total{device="md0"} 470 node_disk_discards_completed_total{device="md1"} 0 node_disk_discards_completed_total{device="md2"} 164857 node_disk_discards_completed_total{device="md3"} 1.071731e+06 node_disk_discards_completed_total{device="nvme0n1"} 165242 node_disk_discards_completed_total{device="nvme1n1"} 165242 node_disk_discards_completed_total{device="nvme2n1"} 1.070595e+06 node_disk_discards_completed_total{device="nvme3n1"} 1.070595e+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="md0"} 0 node_disk_discards_merged_total{device="md1"} 0 node_disk_discards_merged_total{device="md2"} 0 node_disk_discards_merged_total{device="md3"} 0 node_disk_discards_merged_total{device="nvme0n1"} 85 node_disk_discards_merged_total{device="nvme1n1"} 85 node_disk_discards_merged_total{device="nvme2n1"} 1136 node_disk_discards_merged_total{device="nvme3n1"} 1136 # 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="md0"} 0 node_disk_flush_requests_time_seconds_total{device="md1"} 0 node_disk_flush_requests_time_seconds_total{device="md2"} 0 node_disk_flush_requests_time_seconds_total{device="md3"} 0 node_disk_flush_requests_time_seconds_total{device="nvme0n1"} 233448.035 node_disk_flush_requests_time_seconds_total{device="nvme1n1"} 174823.339 node_disk_flush_requests_time_seconds_total{device="nvme2n1"} 94634.077 node_disk_flush_requests_time_seconds_total{device="nvme3n1"} 94661.166 # 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="md0"} 0 node_disk_flush_requests_total{device="md1"} 0 node_disk_flush_requests_total{device="md2"} 0 node_disk_flush_requests_total{device="md3"} 0 node_disk_flush_requests_total{device="nvme0n1"} 9.0864183e+07 node_disk_flush_requests_total{device="nvme1n1"} 9.0864203e+07 node_disk_flush_requests_total{device="nvme2n1"} 1.15285873e+08 node_disk_flush_requests_total{device="nvme3n1"} 1.15285753e+08 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="252",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="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="md2",major="9",minor="2",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="md3",major="9",minor="3",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme0n1",major="259",minor="4",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme1n1",major="259",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme2n1",major="259",minor="8",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="nvme3n1",major="259",minor="9",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"} 1 node_disk_io_now{device="md0"} 0 node_disk_io_now{device="md1"} 0 node_disk_io_now{device="md2"} 1 node_disk_io_now{device="md3"} 0 node_disk_io_now{device="nvme0n1"} 0 node_disk_io_now{device="nvme1n1"} 1 node_disk_io_now{device="nvme2n1"} 0 node_disk_io_now{device="nvme3n1"} 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"} 2.008113305e+06 node_disk_io_time_seconds_total{device="md0"} 2.8080000000000003 node_disk_io_time_seconds_total{device="md1"} 2395.107 node_disk_io_time_seconds_total{device="md2"} 1.196325143e+06 node_disk_io_time_seconds_total{device="md3"} 3.669437213e+06 node_disk_io_time_seconds_total{device="nvme0n1"} 453702.101 node_disk_io_time_seconds_total{device="nvme1n1"} 350169.582 node_disk_io_time_seconds_total{device="nvme2n1"} 115707.806 node_disk_io_time_seconds_total{device="nvme3n1"} 119629.886 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 1.435757196e+06 node_disk_io_time_weighted_seconds_total{device="md0"} 71.38 node_disk_io_time_weighted_seconds_total{device="md1"} 8334.781 node_disk_io_time_weighted_seconds_total{device="md2"} 638872.826 node_disk_io_time_weighted_seconds_total{device="md3"} 546916.894 node_disk_io_time_weighted_seconds_total{device="nvme0n1"} 808159.177 node_disk_io_time_weighted_seconds_total{device="nvme1n1"} 623116.567 node_disk_io_time_weighted_seconds_total{device="nvme2n1"} 340367.204 node_disk_io_time_weighted_seconds_total{device="nvme3n1"} 368673.68200000003 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 3.75837758464e+11 node_disk_read_bytes_total{device="md0"} 1.22889216e+08 node_disk_read_bytes_total{device="md1"} 3.411902464e+09 node_disk_read_bytes_total{device="md2"} 4.6977963008e+10 node_disk_read_bytes_total{device="md3"} 3.28974954496e+11 node_disk_read_bytes_total{device="nvme0n1"} 4.102281173504e+12 node_disk_read_bytes_total{device="nvme1n1"} 4.13937699328e+12 node_disk_read_bytes_total{device="nvme2n1"} 1.6431131273216e+13 node_disk_read_bytes_total{device="nvme3n1"} 1.667050811904e+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"} 2487.305 node_disk_read_time_seconds_total{device="md0"} 0.5 node_disk_read_time_seconds_total{device="md1"} 1103.602 node_disk_read_time_seconds_total{device="md2"} 503.938 node_disk_read_time_seconds_total{device="md3"} 1966.228 node_disk_read_time_seconds_total{device="nvme0n1"} 7892.697 node_disk_read_time_seconds_total{device="nvme1n1"} 8523.116 node_disk_read_time_seconds_total{device="nvme2n1"} 26864.47 node_disk_read_time_seconds_total{device="nvme3n1"} 31830.051 # 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"} 7.321574e+06 node_disk_reads_completed_total{device="md0"} 1393 node_disk_reads_completed_total{device="md1"} 828061 node_disk_reads_completed_total{device="md2"} 1.186684e+06 node_disk_reads_completed_total{device="md3"} 6.150492e+06 node_disk_reads_completed_total{device="nvme0n1"} 3.1581426e+07 node_disk_reads_completed_total{device="nvme1n1"} 3.2827326e+07 node_disk_reads_completed_total{device="nvme2n1"} 1.26141077e+08 node_disk_reads_completed_total{device="nvme3n1"} 1.30182388e+08 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="md0"} 0 node_disk_reads_merged_total{device="md1"} 0 node_disk_reads_merged_total{device="md2"} 0 node_disk_reads_merged_total{device="md3"} 0 node_disk_reads_merged_total{device="nvme0n1"} 3.1284233e+07 node_disk_reads_merged_total{device="nvme1n1"} 3.1318787e+07 node_disk_reads_merged_total{device="nvme2n1"} 1.24929139e+08 node_disk_reads_merged_total{device="nvme3n1"} 1.24972992e+08 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 1.43270902e+06 node_disk_write_time_seconds_total{device="md0"} 70.648 node_disk_write_time_seconds_total{device="md1"} 7231.179 node_disk_write_time_seconds_total{device="md2"} 638156.443 node_disk_write_time_seconds_total{device="md3"} 544456.479 node_disk_write_time_seconds_total{device="nvme0n1"} 566746 node_disk_write_time_seconds_total{device="nvme1n1"} 439694.496 node_disk_write_time_seconds_total{device="nvme2n1"} 218446.481 node_disk_write_time_seconds_total{device="nvme3n1"} 241791.56100000002 # 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.10258125e+09 node_disk_writes_completed_total{device="md0"} 14907 node_disk_writes_completed_total{device="md1"} 5.10964e+06 node_disk_writes_completed_total{device="md2"} 4.68249096e+08 node_disk_writes_completed_total{device="md3"} 6.20872796e+08 node_disk_writes_completed_total{device="nvme0n1"} 2.1287285e+08 node_disk_writes_completed_total{device="nvme1n1"} 2.1287592e+08 node_disk_writes_completed_total{device="nvme2n1"} 7.04857889e+08 node_disk_writes_completed_total{device="nvme3n1"} 7.04894817e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="md0"} 0 node_disk_writes_merged_total{device="md1"} 0 node_disk_writes_merged_total{device="md2"} 0 node_disk_writes_merged_total{device="md3"} 0 node_disk_writes_merged_total{device="nvme0n1"} 3.51365068e+08 node_disk_writes_merged_total{device="nvme1n1"} 3.51361998e+08 node_disk_writes_merged_total{device="nvme2n1"} 3.1302696e+07 node_disk_writes_merged_total{device="nvme3n1"} 3.1265768e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 1.1583276167168e+13 node_disk_written_bytes_total{device="md0"} 1.682829312e+09 node_disk_written_bytes_total{device="md1"} 2.092908544e+10 node_disk_written_bytes_total{device="md2"} 2.738276712448e+12 node_disk_written_bytes_total{device="md3"} 8.84499945472e+12 node_disk_written_bytes_total{device="nvme0n1"} 2.797257482752e+12 node_disk_written_bytes_total{device="nvme1n1"} 2.797257482752e+12 node_disk_written_bytes_total{device="nvme2n1"} 9.0100467072e+12 node_disk_written_bytes_total{device="nvme3n1"} 9.0100467072e+12 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="09/04/2024",bios_release="5.17",bios_vendor="American Megatrends Inc.",bios_version="3702",board_asset_tag="Default string",board_name="Pro WS 565-ACE",board_vendor="ASUSTeK COMPUTER INC.",board_version="Rev X.0x",chassis_asset_tag="Default string",chassis_vendor="Default string",chassis_version="Default string",product_family="To be filled by O.E.M.",product_name="System Product Name",product_sku="SKU",product_version="System Version",system_vendor="ASUS"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.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 108224 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.373546942464e+12 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/md0",device_error="no such file or directory",fstype="ext4",mountpoint="/boot"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.52010752e+08 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.46189463e+08 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/vg0-root",device_error="",fstype="ext4",mountpoint="/"} 1.47759833088e+12 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/vg0-root",major="252",minor="0",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="ext4",mountpoint="/boot"} 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="/"} 2.450210353152e+12 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 2.38346962e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="nvme_nvme0",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme1",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme2",chip_name="nvme"} 1 node_hwmon_chip_names{chip="nvme_nvme3",chip_name="nvme"} 1 node_hwmon_chip_names{chip="pci0000:00_0000:00:18_3",chip_name="k10temp"} 1 node_hwmon_chip_names{chip="platform_eeepc_wmi",chip_name="asus"} 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 node_hwmon_sensor_label{chip="nvme_nvme2",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme2",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="nvme_nvme3",label="Composite",sensor="temp1"} 1 node_hwmon_sensor_label{chip="nvme_nvme3",label="Sensor 1",sensor="temp2"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tccd1",sensor="temp3"} 1 node_hwmon_sensor_label{chip="pci0000:00_0000:00:18_3",label="Tctl",sensor="temp1"} 1 # HELP node_hwmon_temp_alarm Hardware sensor alarm status (temp) # TYPE node_hwmon_temp_alarm gauge node_hwmon_temp_alarm{chip="nvme_nvme0",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme1",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme2",sensor="temp1"} 0 node_hwmon_temp_alarm{chip="nvme_nvme3",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"} 36.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp2"} 36.85 node_hwmon_temp_celsius{chip="nvme_nvme0",sensor="temp3"} 44.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp1"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp2"} 38.85 node_hwmon_temp_celsius{chip="nvme_nvme1",sensor="temp3"} 50.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp1"} 52.85 node_hwmon_temp_celsius{chip="nvme_nvme2",sensor="temp2"} 53.85 node_hwmon_temp_celsius{chip="nvme_nvme3",sensor="temp1"} 52.85 node_hwmon_temp_celsius{chip="nvme_nvme3",sensor="temp2"} 52.85 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp1"} 42.25 node_hwmon_temp_celsius{chip="pci0000:00_0000:00:18_3",sensor="temp3"} 45.5 # HELP node_hwmon_temp_crit_celsius Hardware monitor for temperature (crit) # TYPE node_hwmon_temp_crit_celsius gauge node_hwmon_temp_crit_celsius{chip="nvme_nvme0",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme1",sensor="temp1"} 84.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme2",sensor="temp1"} 81.85000000000001 node_hwmon_temp_crit_celsius{chip="nvme_nvme3",sensor="temp1"} 81.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 node_hwmon_temp_max_celsius{chip="nvme_nvme2",sensor="temp1"} 79.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme2",sensor="temp2"} 65261.85 node_hwmon_temp_max_celsius{chip="nvme_nvme3",sensor="temp1"} 79.85000000000001 node_hwmon_temp_max_celsius{chip="nvme_nvme3",sensor="temp2"} 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 node_hwmon_temp_min_celsius{chip="nvme_nvme2",sensor="temp1"} -0.15 node_hwmon_temp_min_celsius{chip="nvme_nvme2",sensor="temp2"} -273.15000000000003 node_hwmon_temp_min_celsius{chip="nvme_nvme3",sensor="temp1"} -0.15 node_hwmon_temp_min_celsius{chip="nvme_nvme3",sensor="temp2"} -273.15000000000003 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.2097704221e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.19 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.28 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.16 # 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"} 6.7042304e+07 node_md_blocks{device="md2"} 4.31816e+08 node_md_blocks{device="md3"} 2.000265216e+09 # 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"} 6.7042304e+07 node_md_blocks_synced{device="md2"} 4.31816e+08 node_md_blocks_synced{device="md3"} 2.000265216e+09 # 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 node_md_disks{device="md2",state="active"} 2 node_md_disks{device="md2",state="failed"} 0 node_md_disks{device="md2",state="spare"} 0 node_md_disks{device="md3",state="active"} 2 node_md_disks{device="md3",state="failed"} 0 node_md_disks{device="md3",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 node_md_disks_required{device="md2"} 2 node_md_disks_required{device="md3"} 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 node_md_state{device="md2",state="active"} 1 node_md_state{device="md2",state="check"} 0 node_md_state{device="md2",state="inactive"} 0 node_md_state{device="md2",state="recovering"} 0 node_md_state{device="md2",state="resync"} 0 node_md_state{device="md3",state="active"} 1 node_md_state{device="md3",state="check"} 0 node_md_state{device="md3",state="inactive"} 0 node_md_state{device="md3",state="recovering"} 0 node_md_state{device="md3",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 6.950023168e+10 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.0480621568e+10 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 9.80389888e+08 # 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 8.6482092032e+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.297399808e+09 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.1889654784e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.36131997696e+11 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.369229312e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.68435456e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.04727576576e+11 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 5.764472832e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 655360 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.6240848896e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.9157305344e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.2916456448e+10 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.57711872e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.242120192e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 4.1837338624e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.84425216e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.34961364992e+11 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8065792e+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 6.222848e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.21380608e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.3365702656e+10 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.45300992e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.84561664e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.6818712576e+10 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 339968 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 6.8626673664e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 6.86513152e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.121152e+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 4.16804864e+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 800 # 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 2.11929304e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.114481723e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.764092e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 7.077941e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 115408 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-026d8e52a915"} 3 node_network_address_assign_type{device="br-028df7dbe79c"} 3 node_network_address_assign_type{device="br-0c77bfc382c5"} 3 node_network_address_assign_type{device="br-393152ee2ab7"} 3 node_network_address_assign_type{device="br-6acdaa8c9f1b"} 3 node_network_address_assign_type{device="br-895d39099eb3"} 3 node_network_address_assign_type{device="br-9a4c633e7389"} 3 node_network_address_assign_type{device="br-b2db2f4bc8e1"} 3 node_network_address_assign_type{device="br-b83cbe748b37"} 3 node_network_address_assign_type{device="br-c7afcacea542"} 3 node_network_address_assign_type{device="br-c829cf887623"} 3 node_network_address_assign_type{device="br-eb0faf84288b"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp7s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0073e6a"} 3 node_network_address_assign_type{device="veth010e82a"} 3 node_network_address_assign_type{device="veth01683b7"} 3 node_network_address_assign_type{device="veth01f0e03"} 3 node_network_address_assign_type{device="veth02129bc"} 3 node_network_address_assign_type{device="veth0294e47"} 3 node_network_address_assign_type{device="veth02edd68"} 3 node_network_address_assign_type{device="veth03f6d35"} 3 node_network_address_assign_type{device="veth0487eab"} 3 node_network_address_assign_type{device="veth04a02fa"} 3 node_network_address_assign_type{device="veth04a792c"} 3 node_network_address_assign_type{device="veth0520912"} 3 node_network_address_assign_type{device="veth053b7ea"} 3 node_network_address_assign_type{device="veth054d183"} 3 node_network_address_assign_type{device="veth0588159"} 3 node_network_address_assign_type{device="veth06087df"} 3 node_network_address_assign_type{device="veth0683bd7"} 3 node_network_address_assign_type{device="veth0770762"} 3 node_network_address_assign_type{device="veth07b3d46"} 3 node_network_address_assign_type{device="veth07b7237"} 3 node_network_address_assign_type{device="veth083dcb1"} 3 node_network_address_assign_type{device="veth0843d47"} 3 node_network_address_assign_type{device="veth08b2ce6"} 3 node_network_address_assign_type{device="veth08f5c22"} 3 node_network_address_assign_type{device="veth0983dc8"} 3 node_network_address_assign_type{device="veth099bbf7"} 3 node_network_address_assign_type{device="veth0a33edc"} 3 node_network_address_assign_type{device="veth0a3e5dc"} 3 node_network_address_assign_type{device="veth0a406ae"} 3 node_network_address_assign_type{device="veth0a9af9f"} 3 node_network_address_assign_type{device="veth0c504cf"} 3 node_network_address_assign_type{device="veth0c8b368"} 3 node_network_address_assign_type{device="veth0cc91c8"} 3 node_network_address_assign_type{device="veth10365a8"} 3 node_network_address_assign_type{device="veth114179a"} 3 node_network_address_assign_type{device="veth12120a3"} 3 node_network_address_assign_type{device="veth123b9c2"} 3 node_network_address_assign_type{device="veth1325997"} 3 node_network_address_assign_type{device="veth13fab17"} 3 node_network_address_assign_type{device="veth14b0c9a"} 3 node_network_address_assign_type{device="veth151647c"} 3 node_network_address_assign_type{device="veth159f326"} 3 node_network_address_assign_type{device="veth15bf0a1"} 3 node_network_address_assign_type{device="veth15c0fe2"} 3 node_network_address_assign_type{device="veth160053f"} 3 node_network_address_assign_type{device="veth1616278"} 3 node_network_address_assign_type{device="veth1678242"} 3 node_network_address_assign_type{device="veth168e16f"} 3 node_network_address_assign_type{device="veth17def85"} 3 node_network_address_assign_type{device="veth17ecd66"} 3 node_network_address_assign_type{device="veth1821b35"} 3 node_network_address_assign_type{device="veth1899649"} 3 node_network_address_assign_type{device="veth18cbbb8"} 3 node_network_address_assign_type{device="veth18d511e"} 3 node_network_address_assign_type{device="veth18e9634"} 3 node_network_address_assign_type{device="veth1929fb1"} 3 node_network_address_assign_type{device="veth1957071"} 3 node_network_address_assign_type{device="veth19fc3cd"} 3 node_network_address_assign_type{device="veth1a3e11a"} 3 node_network_address_assign_type{device="veth1a786f9"} 3 node_network_address_assign_type{device="veth1a8dbfb"} 3 node_network_address_assign_type{device="veth1aeaa71"} 3 node_network_address_assign_type{device="veth1b8cce8"} 3 node_network_address_assign_type{device="veth1d309cb"} 3 node_network_address_assign_type{device="veth1d56af8"} 3 node_network_address_assign_type{device="veth1d7db64"} 3 node_network_address_assign_type{device="veth1eb823c"} 3 node_network_address_assign_type{device="veth1f6f24d"} 3 node_network_address_assign_type{device="veth202aa31"} 3 node_network_address_assign_type{device="veth207fd71"} 3 node_network_address_assign_type{device="veth2081a27"} 3 node_network_address_assign_type{device="veth209dd7a"} 3 node_network_address_assign_type{device="veth20be67e"} 3 node_network_address_assign_type{device="veth212af81"} 3 node_network_address_assign_type{device="veth221aac3"} 3 node_network_address_assign_type{device="veth22d8e40"} 3 node_network_address_assign_type{device="veth22fad06"} 3 node_network_address_assign_type{device="veth230c5dd"} 3 node_network_address_assign_type{device="veth2323bf7"} 3 node_network_address_assign_type{device="veth239a22d"} 3 node_network_address_assign_type{device="veth23aa81a"} 3 node_network_address_assign_type{device="veth23aaf8d"} 3 node_network_address_assign_type{device="veth24105bf"} 3 node_network_address_assign_type{device="veth2495899"} 3 node_network_address_assign_type{device="veth2615dda"} 3 node_network_address_assign_type{device="veth26654a4"} 3 node_network_address_assign_type{device="veth2679a47"} 3 node_network_address_assign_type{device="veth27af53a"} 3 node_network_address_assign_type{device="veth29020dd"} 3 node_network_address_assign_type{device="veth292ba70"} 3 node_network_address_assign_type{device="veth29b3b3c"} 3 node_network_address_assign_type{device="veth29f0eab"} 3 node_network_address_assign_type{device="veth2a74a99"} 3 node_network_address_assign_type{device="veth2ad52f5"} 3 node_network_address_assign_type{device="veth2c1d381"} 3 node_network_address_assign_type{device="veth2c9a8c2"} 3 node_network_address_assign_type{device="veth2ce4c6a"} 3 node_network_address_assign_type{device="veth2d58f81"} 3 node_network_address_assign_type{device="veth2d94cfa"} 3 node_network_address_assign_type{device="veth2ddadd1"} 3 node_network_address_assign_type{device="veth2e85db2"} 3 node_network_address_assign_type{device="veth2e92b86"} 3 node_network_address_assign_type{device="veth2ebb250"} 3 node_network_address_assign_type{device="veth2f20774"} 3 node_network_address_assign_type{device="veth2fe230f"} 3 node_network_address_assign_type{device="veth3082d47"} 3 node_network_address_assign_type{device="veth30ab815"} 3 node_network_address_assign_type{device="veth30b8afd"} 3 node_network_address_assign_type{device="veth30c2ec1"} 3 node_network_address_assign_type{device="veth30f0922"} 3 node_network_address_assign_type{device="veth3141554"} 3 node_network_address_assign_type{device="veth3151ba5"} 3 node_network_address_assign_type{device="veth31d2eaa"} 3 node_network_address_assign_type{device="veth320cba1"} 3 node_network_address_assign_type{device="veth320f850"} 3 node_network_address_assign_type{device="veth322b9b8"} 3 node_network_address_assign_type{device="veth328eadb"} 3 node_network_address_assign_type{device="veth32d6589"} 3 node_network_address_assign_type{device="veth337f453"} 3 node_network_address_assign_type{device="veth33aa790"} 3 node_network_address_assign_type{device="veth33c2333"} 3 node_network_address_assign_type{device="veth33ff62d"} 3 node_network_address_assign_type{device="veth344048f"} 3 node_network_address_assign_type{device="veth345d8aa"} 3 node_network_address_assign_type{device="veth350043e"} 3 node_network_address_assign_type{device="veth357f9a6"} 3 node_network_address_assign_type{device="veth35ba668"} 3 node_network_address_assign_type{device="veth36351a0"} 3 node_network_address_assign_type{device="veth3681ad5"} 3 node_network_address_assign_type{device="veth368fb65"} 3 node_network_address_assign_type{device="veth36e51bf"} 3 node_network_address_assign_type{device="veth36ff62d"} 3 node_network_address_assign_type{device="veth374c886"} 3 node_network_address_assign_type{device="veth384adb9"} 3 node_network_address_assign_type{device="veth3880ae5"} 3 node_network_address_assign_type{device="veth38a1e62"} 3 node_network_address_assign_type{device="veth38dd5d6"} 3 node_network_address_assign_type{device="veth391bdb4"} 3 node_network_address_assign_type{device="veth3940776"} 3 node_network_address_assign_type{device="veth395fce7"} 3 node_network_address_assign_type{device="veth398f945"} 3 node_network_address_assign_type{device="veth3a6420a"} 3 node_network_address_assign_type{device="veth3a6d0d0"} 3 node_network_address_assign_type{device="veth3ab2f83"} 3 node_network_address_assign_type{device="veth3af42ba"} 3 node_network_address_assign_type{device="veth3b3a088"} 3 node_network_address_assign_type{device="veth3b98e11"} 3 node_network_address_assign_type{device="veth3b9bec1"} 3 node_network_address_assign_type{device="veth3bf8415"} 3 node_network_address_assign_type{device="veth3d40be3"} 3 node_network_address_assign_type{device="veth3dd5600"} 3 node_network_address_assign_type{device="veth3dd9a17"} 3 node_network_address_assign_type{device="veth3e20285"} 3 node_network_address_assign_type{device="veth3edbccf"} 3 node_network_address_assign_type{device="veth3efd193"} 3 node_network_address_assign_type{device="veth3f107ab"} 3 node_network_address_assign_type{device="veth3f604c5"} 3 node_network_address_assign_type{device="veth3fcc46c"} 3 node_network_address_assign_type{device="veth40272ae"} 3 node_network_address_assign_type{device="veth4034003"} 3 node_network_address_assign_type{device="veth4044350"} 3 node_network_address_assign_type{device="veth4069685"} 3 node_network_address_assign_type{device="veth416f8f4"} 3 node_network_address_assign_type{device="veth419304f"} 3 node_network_address_assign_type{device="veth41a3a93"} 3 node_network_address_assign_type{device="veth41fb34a"} 3 node_network_address_assign_type{device="veth41fcef0"} 3 node_network_address_assign_type{device="veth428e028"} 3 node_network_address_assign_type{device="veth443b91c"} 3 node_network_address_assign_type{device="veth44f1fa8"} 3 node_network_address_assign_type{device="veth4550804"} 3 node_network_address_assign_type{device="veth4562f04"} 3 node_network_address_assign_type{device="veth457a795"} 3 node_network_address_assign_type{device="veth458490d"} 3 node_network_address_assign_type{device="veth459832e"} 3 node_network_address_assign_type{device="veth45f2515"} 3 node_network_address_assign_type{device="veth4677387"} 3 node_network_address_assign_type{device="veth469233d"} 3 node_network_address_assign_type{device="veth47f4190"} 3 node_network_address_assign_type{device="veth48023de"} 3 node_network_address_assign_type{device="veth483ae51"} 3 node_network_address_assign_type{device="veth48dde12"} 3 node_network_address_assign_type{device="veth4a6d44e"} 3 node_network_address_assign_type{device="veth4aba26b"} 3 node_network_address_assign_type{device="veth4b6a8ab"} 3 node_network_address_assign_type{device="veth4d7ab27"} 3 node_network_address_assign_type{device="veth4e09deb"} 3 node_network_address_assign_type{device="veth4e9c762"} 3 node_network_address_assign_type{device="veth4ef1b57"} 3 node_network_address_assign_type{device="veth4f48dee"} 3 node_network_address_assign_type{device="veth4f982a3"} 3 node_network_address_assign_type{device="veth4fb59f4"} 3 node_network_address_assign_type{device="veth503a1ec"} 3 node_network_address_assign_type{device="veth503c493"} 3 node_network_address_assign_type{device="veth504df73"} 3 node_network_address_assign_type{device="veth5067620"} 3 node_network_address_assign_type{device="veth506ef7a"} 3 node_network_address_assign_type{device="veth5078bd4"} 3 node_network_address_assign_type{device="veth50e5845"} 3 node_network_address_assign_type{device="veth514bb8f"} 3 node_network_address_assign_type{device="veth5164377"} 3 node_network_address_assign_type{device="veth520248a"} 3 node_network_address_assign_type{device="veth5287b89"} 3 node_network_address_assign_type{device="veth52bc56b"} 3 node_network_address_assign_type{device="veth52f1bd3"} 3 node_network_address_assign_type{device="veth544a0b6"} 3 node_network_address_assign_type{device="veth55240b9"} 3 node_network_address_assign_type{device="veth56cffbb"} 3 node_network_address_assign_type{device="veth56ed7c1"} 3 node_network_address_assign_type{device="veth5708788"} 3 node_network_address_assign_type{device="veth576344a"} 3 node_network_address_assign_type{device="veth577d8bb"} 3 node_network_address_assign_type{device="veth596fd33"} 3 node_network_address_assign_type{device="veth5aad8aa"} 3 node_network_address_assign_type{device="veth5ab0b2a"} 3 node_network_address_assign_type{device="veth5b434a4"} 3 node_network_address_assign_type{device="veth5c40725"} 3 node_network_address_assign_type{device="veth5c6c998"} 3 node_network_address_assign_type{device="veth5cbcf24"} 3 node_network_address_assign_type{device="veth5cf1150"} 3 node_network_address_assign_type{device="veth5cf99c9"} 3 node_network_address_assign_type{device="veth5db1800"} 3 node_network_address_assign_type{device="veth5ecb0b2"} 3 node_network_address_assign_type{device="veth5f39e07"} 3 node_network_address_assign_type{device="veth605305d"} 3 node_network_address_assign_type{device="veth6163981"} 3 node_network_address_assign_type{device="veth61cf889"} 3 node_network_address_assign_type{device="veth61da541"} 3 node_network_address_assign_type{device="veth628bbe9"} 3 node_network_address_assign_type{device="veth639387f"} 3 node_network_address_assign_type{device="veth63ffe69"} 3 node_network_address_assign_type{device="veth648a707"} 3 node_network_address_assign_type{device="veth654fb49"} 3 node_network_address_assign_type{device="veth65689f8"} 3 node_network_address_assign_type{device="veth6675659"} 3 node_network_address_assign_type{device="veth66bd85c"} 3 node_network_address_assign_type{device="veth66f2b16"} 3 node_network_address_assign_type{device="veth6719010"} 3 node_network_address_assign_type{device="veth672a31a"} 3 node_network_address_assign_type{device="veth67b5571"} 3 node_network_address_assign_type{device="veth682c78b"} 3 node_network_address_assign_type{device="veth683b1d0"} 3 node_network_address_assign_type{device="veth6888178"} 3 node_network_address_assign_type{device="veth699f465"} 3 node_network_address_assign_type{device="veth69efa93"} 3 node_network_address_assign_type{device="veth6a8066d"} 3 node_network_address_assign_type{device="veth6bb5987"} 3 node_network_address_assign_type{device="veth6c2abab"} 3 node_network_address_assign_type{device="veth6c4dbe3"} 3 node_network_address_assign_type{device="veth6c6fca6"} 3 node_network_address_assign_type{device="veth6d09418"} 3 node_network_address_assign_type{device="veth6ec4c37"} 3 node_network_address_assign_type{device="veth6f0ff64"} 3 node_network_address_assign_type{device="veth6f7335c"} 3 node_network_address_assign_type{device="veth700b714"} 3 node_network_address_assign_type{device="veth703f646"} 3 node_network_address_assign_type{device="veth70ce227"} 3 node_network_address_assign_type{device="veth712c663"} 3 node_network_address_assign_type{device="veth716d6c7"} 3 node_network_address_assign_type{device="veth719781b"} 3 node_network_address_assign_type{device="veth729d504"} 3 node_network_address_assign_type{device="veth746f620"} 3 node_network_address_assign_type{device="veth74b10b9"} 3 node_network_address_assign_type{device="veth74d1731"} 3 node_network_address_assign_type{device="veth74e024f"} 3 node_network_address_assign_type{device="veth758cb42"} 3 node_network_address_assign_type{device="veth7590df4"} 3 node_network_address_assign_type{device="veth75a56e0"} 3 node_network_address_assign_type{device="veth75dc34d"} 3 node_network_address_assign_type{device="veth75ed4dc"} 3 node_network_address_assign_type{device="veth793ade8"} 3 node_network_address_assign_type{device="veth79c5141"} 3 node_network_address_assign_type{device="veth7afd9d3"} 3 node_network_address_assign_type{device="veth7ba76be"} 3 node_network_address_assign_type{device="veth7c22dd3"} 3 node_network_address_assign_type{device="veth7c2565d"} 3 node_network_address_assign_type{device="veth7c702ad"} 3 node_network_address_assign_type{device="veth7c83e5c"} 3 node_network_address_assign_type{device="veth7d16666"} 3 node_network_address_assign_type{device="veth7d30658"} 3 node_network_address_assign_type{device="veth7d40ded"} 3 node_network_address_assign_type{device="veth7d94491"} 3 node_network_address_assign_type{device="veth7d9d5f6"} 3 node_network_address_assign_type{device="veth7ea6d28"} 3 node_network_address_assign_type{device="veth7f1ce99"} 3 node_network_address_assign_type{device="veth7fa51ee"} 3 node_network_address_assign_type{device="veth7fbec60"} 3 node_network_address_assign_type{device="veth80af51e"} 3 node_network_address_assign_type{device="veth810edf5"} 3 node_network_address_assign_type{device="veth81f49ff"} 3 node_network_address_assign_type{device="veth82471a9"} 3 node_network_address_assign_type{device="veth8347724"} 3 node_network_address_assign_type{device="veth83bc7e8"} 3 node_network_address_assign_type{device="veth841efb4"} 3 node_network_address_assign_type{device="veth84341ad"} 3 node_network_address_assign_type{device="veth848770f"} 3 node_network_address_assign_type{device="veth849e867"} 3 node_network_address_assign_type{device="veth84a62fb"} 3 node_network_address_assign_type{device="veth84d9527"} 3 node_network_address_assign_type{device="veth853da8f"} 3 node_network_address_assign_type{device="veth8606e91"} 3 node_network_address_assign_type{device="veth863f7a4"} 3 node_network_address_assign_type{device="veth8678e16"} 3 node_network_address_assign_type{device="veth86c903b"} 3 node_network_address_assign_type{device="veth872b030"} 3 node_network_address_assign_type{device="veth88f0ac0"} 3 node_network_address_assign_type{device="veth892e775"} 3 node_network_address_assign_type{device="veth89e5167"} 3 node_network_address_assign_type{device="veth8a33db5"} 3 node_network_address_assign_type{device="veth8acd4c4"} 3 node_network_address_assign_type{device="veth8c55edf"} 3 node_network_address_assign_type{device="veth8c8400b"} 3 node_network_address_assign_type{device="veth8d958d0"} 3 node_network_address_assign_type{device="veth8dabee9"} 3 node_network_address_assign_type{device="veth8e00e4f"} 3 node_network_address_assign_type{device="veth8edd906"} 3 node_network_address_assign_type{device="veth8fa6ffb"} 3 node_network_address_assign_type{device="veth900167c"} 3 node_network_address_assign_type{device="veth91d026f"} 3 node_network_address_assign_type{device="veth92ac478"} 3 node_network_address_assign_type{device="veth946c1de"} 3 node_network_address_assign_type{device="veth946c5cd"} 3 node_network_address_assign_type{device="veth94def52"} 3 node_network_address_assign_type{device="veth95fb0da"} 3 node_network_address_assign_type{device="veth962c636"} 3 node_network_address_assign_type{device="veth9729cc7"} 3 node_network_address_assign_type{device="veth98115bf"} 3 node_network_address_assign_type{device="veth9894f21"} 3 node_network_address_assign_type{device="veth9970996"} 3 node_network_address_assign_type{device="veth9a138aa"} 3 node_network_address_assign_type{device="veth9a152cc"} 3 node_network_address_assign_type{device="veth9a59911"} 3 node_network_address_assign_type{device="veth9ab7cea"} 3 node_network_address_assign_type{device="veth9b084c6"} 3 node_network_address_assign_type{device="veth9b8eeb9"} 3 node_network_address_assign_type{device="veth9be17ae"} 3 node_network_address_assign_type{device="veth9c8ad8b"} 3 node_network_address_assign_type{device="veth9ca41c2"} 3 node_network_address_assign_type{device="veth9cd890b"} 3 node_network_address_assign_type{device="veth9d6a7bc"} 3 node_network_address_assign_type{device="veth9dd756f"} 3 node_network_address_assign_type{device="veth9df5a85"} 3 node_network_address_assign_type{device="veth9ee34dc"} 3 node_network_address_assign_type{device="veth9f0e9bc"} 3 node_network_address_assign_type{device="veth9f11fce"} 3 node_network_address_assign_type{device="veth9fb5f57"} 3 node_network_address_assign_type{device="veth9fc1c8b"} 3 node_network_address_assign_type{device="vetha0d8fd7"} 3 node_network_address_assign_type{device="vetha0dbb0e"} 3 node_network_address_assign_type{device="vetha0f070c"} 3 node_network_address_assign_type{device="vetha1d4491"} 3 node_network_address_assign_type{device="vetha2479b0"} 3 node_network_address_assign_type{device="vetha267906"} 3 node_network_address_assign_type{device="vetha2c7d1b"} 3 node_network_address_assign_type{device="vetha340e8c"} 3 node_network_address_assign_type{device="vetha365085"} 3 node_network_address_assign_type{device="vetha3cdccc"} 3 node_network_address_assign_type{device="vetha44899b"} 3 node_network_address_assign_type{device="vetha4c6ac9"} 3 node_network_address_assign_type{device="vetha4d381c"} 3 node_network_address_assign_type{device="vetha558068"} 3 node_network_address_assign_type{device="vetha5ed2bf"} 3 node_network_address_assign_type{device="vetha7661ca"} 3 node_network_address_assign_type{device="vetha8b7fa4"} 3 node_network_address_assign_type{device="vetha8f99c8"} 3 node_network_address_assign_type{device="vetha91a27c"} 3 node_network_address_assign_type{device="vetha96b7be"} 3 node_network_address_assign_type{device="vethaa45e89"} 3 node_network_address_assign_type{device="vethab6915b"} 3 node_network_address_assign_type{device="vethabb965f"} 3 node_network_address_assign_type{device="vethac93a1a"} 3 node_network_address_assign_type{device="vethacf3fd1"} 3 node_network_address_assign_type{device="vethae8b5de"} 3 node_network_address_assign_type{device="vethaefa773"} 3 node_network_address_assign_type{device="vethafca1f2"} 3 node_network_address_assign_type{device="vethafd40c3"} 3 node_network_address_assign_type{device="vethafdfb61"} 3 node_network_address_assign_type{device="vethb174b7c"} 3 node_network_address_assign_type{device="vethb1d3234"} 3 node_network_address_assign_type{device="vethb1d492d"} 3 node_network_address_assign_type{device="vethb2715f8"} 3 node_network_address_assign_type{device="vethb2e3f54"} 3 node_network_address_assign_type{device="vethb3532dd"} 3 node_network_address_assign_type{device="vethb3cc631"} 3 node_network_address_assign_type{device="vethb421518"} 3 node_network_address_assign_type{device="vethb541e00"} 3 node_network_address_assign_type{device="vethb54ab4e"} 3 node_network_address_assign_type{device="vethb58e487"} 3 node_network_address_assign_type{device="vethb5cf9d4"} 3 node_network_address_assign_type{device="vethb5df291"} 3 node_network_address_assign_type{device="vethb79060e"} 3 node_network_address_assign_type{device="vethb7d0ffc"} 3 node_network_address_assign_type{device="vethb81f225"} 3 node_network_address_assign_type{device="vethb8d6278"} 3 node_network_address_assign_type{device="vethb90ec2b"} 3 node_network_address_assign_type{device="vethb921f9d"} 3 node_network_address_assign_type{device="vethb9aadf5"} 3 node_network_address_assign_type{device="vethbb3fe72"} 3 node_network_address_assign_type{device="vethbb4e364"} 3 node_network_address_assign_type{device="vethbb9533e"} 3 node_network_address_assign_type{device="vethbc09edc"} 3 node_network_address_assign_type{device="vethbc16364"} 3 node_network_address_assign_type{device="vethbc2e354"} 3 node_network_address_assign_type{device="vethbc96882"} 3 node_network_address_assign_type{device="vethbcc666a"} 3 node_network_address_assign_type{device="vethbd115d2"} 3 node_network_address_assign_type{device="vethbd22d95"} 3 node_network_address_assign_type{device="vethbd50c49"} 3 node_network_address_assign_type{device="vethbd939c9"} 3 node_network_address_assign_type{device="vethbdb2bf0"} 3 node_network_address_assign_type{device="vethbe2f9af"} 3 node_network_address_assign_type{device="vethbe5573b"} 3 node_network_address_assign_type{device="vethbeb46b5"} 3 node_network_address_assign_type{device="vethbeee8f8"} 3 node_network_address_assign_type{device="vethbf26e2e"} 3 node_network_address_assign_type{device="vethbf27ea7"} 3 node_network_address_assign_type{device="vethbf3e7a4"} 3 node_network_address_assign_type{device="vethbf48ed1"} 3 node_network_address_assign_type{device="vethbffa4b0"} 3 node_network_address_assign_type{device="vethc097a42"} 3 node_network_address_assign_type{device="vethc0e8e4a"} 3 node_network_address_assign_type{device="vethc171628"} 3 node_network_address_assign_type{device="vethc1b3d9a"} 3 node_network_address_assign_type{device="vethc283146"} 3 node_network_address_assign_type{device="vethc2b7b26"} 3 node_network_address_assign_type{device="vethc326f73"} 3 node_network_address_assign_type{device="vethc393cfd"} 3 node_network_address_assign_type{device="vethc3e0111"} 3 node_network_address_assign_type{device="vethc3f7661"} 3 node_network_address_assign_type{device="vethc4deb04"} 3 node_network_address_assign_type{device="vethc50c474"} 3 node_network_address_assign_type{device="vethc54d293"} 3 node_network_address_assign_type{device="vethc5d5b9d"} 3 node_network_address_assign_type{device="vethc607859"} 3 node_network_address_assign_type{device="vethc64d99d"} 3 node_network_address_assign_type{device="vethc69d766"} 3 node_network_address_assign_type{device="vethc6b8da5"} 3 node_network_address_assign_type{device="vethc72834f"} 3 node_network_address_assign_type{device="vethc76495d"} 3 node_network_address_assign_type{device="vethc7c552e"} 3 node_network_address_assign_type{device="vethc7d5e61"} 3 node_network_address_assign_type{device="vethc8c3b71"} 3 node_network_address_assign_type{device="vethc919987"} 3 node_network_address_assign_type{device="vethc996ac7"} 3 node_network_address_assign_type{device="vethca97906"} 3 node_network_address_assign_type{device="vethcbc8c45"} 3 node_network_address_assign_type{device="vethcc41921"} 3 node_network_address_assign_type{device="vethcc52e3d"} 3 node_network_address_assign_type{device="vethcc994c9"} 3 node_network_address_assign_type{device="vethccf6d29"} 3 node_network_address_assign_type{device="vethce241be"} 3 node_network_address_assign_type{device="vethcf354b0"} 3 node_network_address_assign_type{device="vethcff22cf"} 3 node_network_address_assign_type{device="vethd06f5d2"} 3 node_network_address_assign_type{device="vethd0d84db"} 3 node_network_address_assign_type{device="vethd0f0797"} 3 node_network_address_assign_type{device="vethd1070ff"} 3 node_network_address_assign_type{device="vethd185802"} 3 node_network_address_assign_type{device="vethd1942a6"} 3 node_network_address_assign_type{device="vethd1e0f0f"} 3 node_network_address_assign_type{device="vethd21a7f0"} 3 node_network_address_assign_type{device="vethd2374a1"} 3 node_network_address_assign_type{device="vethd268ff7"} 3 node_network_address_assign_type{device="vethd35d652"} 3 node_network_address_assign_type{device="vethd3ddef0"} 3 node_network_address_assign_type{device="vethd408fa4"} 3 node_network_address_assign_type{device="vethd4b883a"} 3 node_network_address_assign_type{device="vethd529fd4"} 3 node_network_address_assign_type{device="vethd5d2986"} 3 node_network_address_assign_type{device="vethd5d44f1"} 3 node_network_address_assign_type{device="vethd618e36"} 3 node_network_address_assign_type{device="vethd6641b3"} 3 node_network_address_assign_type{device="vethd70d558"} 3 node_network_address_assign_type{device="vethd774c27"} 3 node_network_address_assign_type{device="vethd79e9f5"} 3 node_network_address_assign_type{device="vethd7c8767"} 3 node_network_address_assign_type{device="vethd7f39b3"} 3 node_network_address_assign_type{device="vethd84aaa2"} 3 node_network_address_assign_type{device="vethd887cc8"} 3 node_network_address_assign_type{device="vethd8ed3b7"} 3 node_network_address_assign_type{device="vethd9041b9"} 3 node_network_address_assign_type{device="vethd922e96"} 3 node_network_address_assign_type{device="vethd93c801"} 3 node_network_address_assign_type{device="vethd96e53a"} 3 node_network_address_assign_type{device="vethd9e80a7"} 3 node_network_address_assign_type{device="vethd9f9021"} 3 node_network_address_assign_type{device="vethda1c202"} 3 node_network_address_assign_type{device="vethdc03552"} 3 node_network_address_assign_type{device="vethdcc414f"} 3 node_network_address_assign_type{device="vethdcd7a42"} 3 node_network_address_assign_type{device="vethdd93b52"} 3 node_network_address_assign_type{device="vethddbee4c"} 3 node_network_address_assign_type{device="vethde0a9a6"} 3 node_network_address_assign_type{device="vethde1d4af"} 3 node_network_address_assign_type{device="vethde3c5db"} 3 node_network_address_assign_type{device="vethde6cf02"} 3 node_network_address_assign_type{device="vethe0607e3"} 3 node_network_address_assign_type{device="vethe07ace6"} 3 node_network_address_assign_type{device="vethe0c1701"} 3 node_network_address_assign_type{device="vethe1343dc"} 3 node_network_address_assign_type{device="vethe13fea7"} 3 node_network_address_assign_type{device="vethe1c4b8e"} 3 node_network_address_assign_type{device="vethe2df25b"} 3 node_network_address_assign_type{device="vethe3fadda"} 3 node_network_address_assign_type{device="vethe41ffcf"} 3 node_network_address_assign_type{device="vethe48c931"} 3 node_network_address_assign_type{device="vethe514c96"} 3 node_network_address_assign_type{device="vethe5413d3"} 3 node_network_address_assign_type{device="vethe5b26a5"} 3 node_network_address_assign_type{device="vethe617ba9"} 3 node_network_address_assign_type{device="vethe664b0e"} 3 node_network_address_assign_type{device="vethe6c8ced"} 3 node_network_address_assign_type{device="vethe736cf4"} 3 node_network_address_assign_type{device="vethe748123"} 3 node_network_address_assign_type{device="vethe78bb37"} 3 node_network_address_assign_type{device="vethe959666"} 3 node_network_address_assign_type{device="vethe9a832d"} 3 node_network_address_assign_type{device="vethe9f6b95"} 3 node_network_address_assign_type{device="vetheaafa33"} 3 node_network_address_assign_type{device="vetheb6c5e2"} 3 node_network_address_assign_type{device="vethec55a93"} 3 node_network_address_assign_type{device="vethecbca0a"} 3 node_network_address_assign_type{device="vethed65eeb"} 3 node_network_address_assign_type{device="vethed8cf8f"} 3 node_network_address_assign_type{device="vetheeeb839"} 3 node_network_address_assign_type{device="vethf0535f5"} 3 node_network_address_assign_type{device="vethf07cd82"} 3 node_network_address_assign_type{device="vethf07e04f"} 3 node_network_address_assign_type{device="vethf10af27"} 3 node_network_address_assign_type{device="vethf13be56"} 3 node_network_address_assign_type{device="vethf225b65"} 3 node_network_address_assign_type{device="vethf24cf0b"} 3 node_network_address_assign_type{device="vethf25f762"} 3 node_network_address_assign_type{device="vethf3e1b6a"} 3 node_network_address_assign_type{device="vethf41c1e8"} 3 node_network_address_assign_type{device="vethf44e733"} 3 node_network_address_assign_type{device="vethf57c3bb"} 3 node_network_address_assign_type{device="vethf5b3fd0"} 3 node_network_address_assign_type{device="vethf61906e"} 3 node_network_address_assign_type{device="vethf6b70c6"} 3 node_network_address_assign_type{device="vethf700626"} 3 node_network_address_assign_type{device="vethf719e39"} 3 node_network_address_assign_type{device="vethf76ee93"} 3 node_network_address_assign_type{device="vethf77cc2b"} 3 node_network_address_assign_type{device="vethf81eade"} 3 node_network_address_assign_type{device="vethf8c86df"} 3 node_network_address_assign_type{device="vethf9b8ad4"} 3 node_network_address_assign_type{device="vethfa1b0e8"} 3 node_network_address_assign_type{device="vethfa1f320"} 3 node_network_address_assign_type{device="vethfa2dd43"} 3 node_network_address_assign_type{device="vethfadc2ac"} 3 node_network_address_assign_type{device="vethfafe27c"} 3 node_network_address_assign_type{device="vethfb1de8a"} 3 node_network_address_assign_type{device="vethfb5a12c"} 3 node_network_address_assign_type{device="vethfb79591"} 3 node_network_address_assign_type{device="vethfc28698"} 3 node_network_address_assign_type{device="vethfc4799a"} 3 node_network_address_assign_type{device="vethfe615fb"} 3 node_network_address_assign_type{device="vethff2e95b"} 3 node_network_address_assign_type{device="vethffa3629"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-026d8e52a915"} 1 node_network_carrier{device="br-028df7dbe79c"} 1 node_network_carrier{device="br-0c77bfc382c5"} 1 node_network_carrier{device="br-393152ee2ab7"} 1 node_network_carrier{device="br-6acdaa8c9f1b"} 1 node_network_carrier{device="br-895d39099eb3"} 1 node_network_carrier{device="br-9a4c633e7389"} 1 node_network_carrier{device="br-b2db2f4bc8e1"} 1 node_network_carrier{device="br-b83cbe748b37"} 1 node_network_carrier{device="br-c7afcacea542"} 1 node_network_carrier{device="br-c829cf887623"} 1 node_network_carrier{device="br-eb0faf84288b"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="enp7s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0073e6a"} 1 node_network_carrier{device="veth01f0e03"} 1 node_network_carrier{device="veth0294e47"} 1 node_network_carrier{device="veth02edd68"} 1 node_network_carrier{device="veth0487eab"} 0 node_network_carrier{device="veth04a02fa"} 1 node_network_carrier{device="veth04a792c"} 0 node_network_carrier{device="veth0520912"} 0 node_network_carrier{device="veth053b7ea"} 1 node_network_carrier{device="veth054d183"} 1 node_network_carrier{device="veth0588159"} 1 node_network_carrier{device="veth06087df"} 1 node_network_carrier{device="veth0683bd7"} 1 node_network_carrier{device="veth0770762"} 1 node_network_carrier{device="veth07b7237"} 0 node_network_carrier{device="veth08b2ce6"} 1 node_network_carrier{device="veth08f5c22"} 1 node_network_carrier{device="veth0983dc8"} 1 node_network_carrier{device="veth099bbf7"} 1 node_network_carrier{device="veth0a33edc"} 1 node_network_carrier{device="veth0a3e5dc"} 1 node_network_carrier{device="veth0a406ae"} 1 node_network_carrier{device="veth0a9af9f"} 1 node_network_carrier{device="veth0c504cf"} 0 node_network_carrier{device="veth0c8b368"} 1 node_network_carrier{device="veth0cc91c8"} 0 node_network_carrier{device="veth10365a8"} 0 node_network_carrier{device="veth114179a"} 1 node_network_carrier{device="veth123b9c2"} 1 node_network_carrier{device="veth151647c"} 0 node_network_carrier{device="veth159f326"} 0 node_network_carrier{device="veth15bf0a1"} 1 node_network_carrier{device="veth15c0fe2"} 1 node_network_carrier{device="veth160053f"} 1 node_network_carrier{device="veth1678242"} 1 node_network_carrier{device="veth168e16f"} 1 node_network_carrier{device="veth17ecd66"} 0 node_network_carrier{device="veth1821b35"} 1 node_network_carrier{device="veth1899649"} 1 node_network_carrier{device="veth1929fb1"} 1 node_network_carrier{device="veth1957071"} 0 node_network_carrier{device="veth19fc3cd"} 1 node_network_carrier{device="veth1a3e11a"} 1 node_network_carrier{device="veth1a8dbfb"} 0 node_network_carrier{device="veth1aeaa71"} 1 node_network_carrier{device="veth1b8cce8"} 0 node_network_carrier{device="veth1d56af8"} 1 node_network_carrier{device="veth1d7db64"} 1 node_network_carrier{device="veth1eb823c"} 0 node_network_carrier{device="veth1f6f24d"} 1 node_network_carrier{device="veth202aa31"} 0 node_network_carrier{device="veth207fd71"} 1 node_network_carrier{device="veth2081a27"} 1 node_network_carrier{device="veth209dd7a"} 1 node_network_carrier{device="veth20be67e"} 1 node_network_carrier{device="veth221aac3"} 1 node_network_carrier{device="veth22d8e40"} 1 node_network_carrier{device="veth230c5dd"} 1 node_network_carrier{device="veth2323bf7"} 1 node_network_carrier{device="veth239a22d"} 1 node_network_carrier{device="veth23aa81a"} 0 node_network_carrier{device="veth23aaf8d"} 1 node_network_carrier{device="veth2495899"} 1 node_network_carrier{device="veth26654a4"} 1 node_network_carrier{device="veth2679a47"} 1 node_network_carrier{device="veth27af53a"} 1 node_network_carrier{device="veth29020dd"} 1 node_network_carrier{device="veth29f0eab"} 1 node_network_carrier{device="veth2ad52f5"} 1 node_network_carrier{device="veth2c9a8c2"} 1 node_network_carrier{device="veth2ce4c6a"} 1 node_network_carrier{device="veth2d58f81"} 0 node_network_carrier{device="veth2d94cfa"} 1 node_network_carrier{device="veth2ddadd1"} 1 node_network_carrier{device="veth2e92b86"} 0 node_network_carrier{device="veth2ebb250"} 0 node_network_carrier{device="veth2fe230f"} 0 node_network_carrier{device="veth3082d47"} 0 node_network_carrier{device="veth30b8afd"} 1 node_network_carrier{device="veth30c2ec1"} 1 node_network_carrier{device="veth30f0922"} 0 node_network_carrier{device="veth3141554"} 1 node_network_carrier{device="veth3151ba5"} 1 node_network_carrier{device="veth31d2eaa"} 1 node_network_carrier{device="veth320cba1"} 1 node_network_carrier{device="veth320f850"} 1 node_network_carrier{device="veth322b9b8"} 1 node_network_carrier{device="veth328eadb"} 0 node_network_carrier{device="veth32d6589"} 1 node_network_carrier{device="veth33aa790"} 1 node_network_carrier{device="veth33c2333"} 1 node_network_carrier{device="veth33ff62d"} 0 node_network_carrier{device="veth344048f"} 1 node_network_carrier{device="veth350043e"} 0 node_network_carrier{device="veth357f9a6"} 1 node_network_carrier{device="veth35ba668"} 1 node_network_carrier{device="veth36351a0"} 1 node_network_carrier{device="veth3681ad5"} 1 node_network_carrier{device="veth36ff62d"} 1 node_network_carrier{device="veth384adb9"} 1 node_network_carrier{device="veth3880ae5"} 1 node_network_carrier{device="veth38a1e62"} 0 node_network_carrier{device="veth38dd5d6"} 1 node_network_carrier{device="veth391bdb4"} 0 node_network_carrier{device="veth3940776"} 0 node_network_carrier{device="veth395fce7"} 0 node_network_carrier{device="veth398f945"} 0 node_network_carrier{device="veth3a6420a"} 0 node_network_carrier{device="veth3a6d0d0"} 1 node_network_carrier{device="veth3ab2f83"} 0 node_network_carrier{device="veth3af42ba"} 0 node_network_carrier{device="veth3b3a088"} 0 node_network_carrier{device="veth3b98e11"} 1 node_network_carrier{device="veth3b9bec1"} 0 node_network_carrier{device="veth3d40be3"} 0 node_network_carrier{device="veth3dd5600"} 0 node_network_carrier{device="veth3dd9a17"} 1 node_network_carrier{device="veth3e20285"} 1 node_network_carrier{device="veth3edbccf"} 1 node_network_carrier{device="veth3f107ab"} 0 node_network_carrier{device="veth3f604c5"} 0 node_network_carrier{device="veth40272ae"} 0 node_network_carrier{device="veth4034003"} 1 node_network_carrier{device="veth4069685"} 1 node_network_carrier{device="veth416f8f4"} 1 node_network_carrier{device="veth41a3a93"} 0 node_network_carrier{device="veth41fb34a"} 1 node_network_carrier{device="veth41fcef0"} 0 node_network_carrier{device="veth428e028"} 0 node_network_carrier{device="veth443b91c"} 1 node_network_carrier{device="veth457a795"} 1 node_network_carrier{device="veth458490d"} 0 node_network_carrier{device="veth459832e"} 1 node_network_carrier{device="veth45f2515"} 0 node_network_carrier{device="veth47f4190"} 0 node_network_carrier{device="veth48023de"} 1 node_network_carrier{device="veth483ae51"} 1 node_network_carrier{device="veth48dde12"} 0 node_network_carrier{device="veth4aba26b"} 0 node_network_carrier{device="veth4d7ab27"} 1 node_network_carrier{device="veth4e09deb"} 0 node_network_carrier{device="veth4ef1b57"} 1 node_network_carrier{device="veth4f982a3"} 1 node_network_carrier{device="veth4fb59f4"} 1 node_network_carrier{device="veth503a1ec"} 1 node_network_carrier{device="veth503c493"} 0 node_network_carrier{device="veth504df73"} 0 node_network_carrier{device="veth5067620"} 1 node_network_carrier{device="veth5078bd4"} 0 node_network_carrier{device="veth5164377"} 1 node_network_carrier{device="veth520248a"} 1 node_network_carrier{device="veth5287b89"} 1 node_network_carrier{device="veth52bc56b"} 1 node_network_carrier{device="veth52f1bd3"} 1 node_network_carrier{device="veth544a0b6"} 1 node_network_carrier{device="veth55240b9"} 1 node_network_carrier{device="veth56cffbb"} 1 node_network_carrier{device="veth56ed7c1"} 1 node_network_carrier{device="veth577d8bb"} 1 node_network_carrier{device="veth5aad8aa"} 0 node_network_carrier{device="veth5ab0b2a"} 0 node_network_carrier{device="veth5b434a4"} 1 node_network_carrier{device="veth5c40725"} 1 node_network_carrier{device="veth5c6c998"} 1 node_network_carrier{device="veth5cbcf24"} 1 node_network_carrier{device="veth5cf1150"} 1 node_network_carrier{device="veth5cf99c9"} 0 node_network_carrier{device="veth5db1800"} 1 node_network_carrier{device="veth5ecb0b2"} 0 node_network_carrier{device="veth5f39e07"} 0 node_network_carrier{device="veth6163981"} 0 node_network_carrier{device="veth61cf889"} 0 node_network_carrier{device="veth61da541"} 0 node_network_carrier{device="veth628bbe9"} 0 node_network_carrier{device="veth639387f"} 0 node_network_carrier{device="veth63ffe69"} 1 node_network_carrier{device="veth648a707"} 0 node_network_carrier{device="veth654fb49"} 1 node_network_carrier{device="veth65689f8"} 1 node_network_carrier{device="veth66bd85c"} 1 node_network_carrier{device="veth66f2b16"} 1 node_network_carrier{device="veth6719010"} 1 node_network_carrier{device="veth672a31a"} 1 node_network_carrier{device="veth67b5571"} 1 node_network_carrier{device="veth682c78b"} 1 node_network_carrier{device="veth683b1d0"} 0 node_network_carrier{device="veth6888178"} 0 node_network_carrier{device="veth699f465"} 0 node_network_carrier{device="veth69efa93"} 1 node_network_carrier{device="veth6bb5987"} 0 node_network_carrier{device="veth6c2abab"} 1 node_network_carrier{device="veth6c4dbe3"} 1 node_network_carrier{device="veth6ec4c37"} 1 node_network_carrier{device="veth6f0ff64"} 1 node_network_carrier{device="veth700b714"} 1 node_network_carrier{device="veth703f646"} 0 node_network_carrier{device="veth70ce227"} 1 node_network_carrier{device="veth716d6c7"} 0 node_network_carrier{device="veth729d504"} 1 node_network_carrier{device="veth746f620"} 1 node_network_carrier{device="veth74b10b9"} 1 node_network_carrier{device="veth74e024f"} 0 node_network_carrier{device="veth758cb42"} 0 node_network_carrier{device="veth7590df4"} 1 node_network_carrier{device="veth75a56e0"} 1 node_network_carrier{device="veth75dc34d"} 1 node_network_carrier{device="veth75ed4dc"} 1 node_network_carrier{device="veth793ade8"} 0 node_network_carrier{device="veth79c5141"} 0 node_network_carrier{device="veth7ba76be"} 0 node_network_carrier{device="veth7c22dd3"} 0 node_network_carrier{device="veth7c2565d"} 0 node_network_carrier{device="veth7c83e5c"} 0 node_network_carrier{device="veth7d40ded"} 0 node_network_carrier{device="veth7d9d5f6"} 0 node_network_carrier{device="veth7ea6d28"} 1 node_network_carrier{device="veth7f1ce99"} 1 node_network_carrier{device="veth7fa51ee"} 1 node_network_carrier{device="veth7fbec60"} 1 node_network_carrier{device="veth80af51e"} 1 node_network_carrier{device="veth810edf5"} 1 node_network_carrier{device="veth81f49ff"} 1 node_network_carrier{device="veth82471a9"} 0 node_network_carrier{device="veth841efb4"} 0 node_network_carrier{device="veth84341ad"} 1 node_network_carrier{device="veth848770f"} 1 node_network_carrier{device="veth849e867"} 1 node_network_carrier{device="veth84a62fb"} 1 node_network_carrier{device="veth84d9527"} 1 node_network_carrier{device="veth853da8f"} 1 node_network_carrier{device="veth8606e91"} 1 node_network_carrier{device="veth863f7a4"} 0 node_network_carrier{device="veth86c903b"} 0 node_network_carrier{device="veth872b030"} 0 node_network_carrier{device="veth88f0ac0"} 0 node_network_carrier{device="veth892e775"} 1 node_network_carrier{device="veth89e5167"} 0 node_network_carrier{device="veth8acd4c4"} 0 node_network_carrier{device="veth8c55edf"} 1 node_network_carrier{device="veth8c8400b"} 1 node_network_carrier{device="veth8d958d0"} 1 node_network_carrier{device="veth8e00e4f"} 1 node_network_carrier{device="veth8fa6ffb"} 0 node_network_carrier{device="veth900167c"} 0 node_network_carrier{device="veth91d026f"} 0 node_network_carrier{device="veth92ac478"} 0 node_network_carrier{device="veth946c1de"} 0 node_network_carrier{device="veth946c5cd"} 1 node_network_carrier{device="veth94def52"} 1 node_network_carrier{device="veth95fb0da"} 1 node_network_carrier{device="veth962c636"} 1 node_network_carrier{device="veth9729cc7"} 1 node_network_carrier{device="veth98115bf"} 1 node_network_carrier{device="veth9970996"} 0 node_network_carrier{device="veth9a59911"} 0 node_network_carrier{device="veth9ab7cea"} 1 node_network_carrier{device="veth9b084c6"} 1 node_network_carrier{device="veth9c8ad8b"} 1 node_network_carrier{device="veth9ca41c2"} 1 node_network_carrier{device="veth9cd890b"} 0 node_network_carrier{device="veth9d6a7bc"} 1 node_network_carrier{device="veth9dd756f"} 0 node_network_carrier{device="veth9df5a85"} 1 node_network_carrier{device="veth9ee34dc"} 0 node_network_carrier{device="veth9f0e9bc"} 1 node_network_carrier{device="veth9fb5f57"} 1 node_network_carrier{device="veth9fc1c8b"} 0 node_network_carrier{device="vetha0d8fd7"} 1 node_network_carrier{device="vetha0f070c"} 0 node_network_carrier{device="vetha1d4491"} 1 node_network_carrier{device="vetha267906"} 0 node_network_carrier{device="vetha2c7d1b"} 0 node_network_carrier{device="vetha365085"} 1 node_network_carrier{device="vetha3cdccc"} 1 node_network_carrier{device="vetha4c6ac9"} 0 node_network_carrier{device="vetha4d381c"} 1 node_network_carrier{device="vetha558068"} 1 node_network_carrier{device="vetha5ed2bf"} 1 node_network_carrier{device="vetha7661ca"} 1 node_network_carrier{device="vetha8f99c8"} 0 node_network_carrier{device="vetha91a27c"} 1 node_network_carrier{device="vetha96b7be"} 1 node_network_carrier{device="vethaa45e89"} 1 node_network_carrier{device="vethab6915b"} 1 node_network_carrier{device="vethacf3fd1"} 1 node_network_carrier{device="vethae8b5de"} 1 node_network_carrier{device="vethaefa773"} 0 node_network_carrier{device="vethafd40c3"} 1 node_network_carrier{device="vethafdfb61"} 0 node_network_carrier{device="vethb174b7c"} 0 node_network_carrier{device="vethb1d3234"} 1 node_network_carrier{device="vethb1d492d"} 1 node_network_carrier{device="vethb2715f8"} 0 node_network_carrier{device="vethb3cc631"} 1 node_network_carrier{device="vethb421518"} 0 node_network_carrier{device="vethb541e00"} 1 node_network_carrier{device="vethb54ab4e"} 1 node_network_carrier{device="vethb58e487"} 0 node_network_carrier{device="vethb5cf9d4"} 0 node_network_carrier{device="vethb5df291"} 0 node_network_carrier{device="vethb79060e"} 1 node_network_carrier{device="vethb81f225"} 1 node_network_carrier{device="vethb90ec2b"} 0 node_network_carrier{device="vethb921f9d"} 1 node_network_carrier{device="vethb9aadf5"} 1 node_network_carrier{device="vethbb4e364"} 1 node_network_carrier{device="vethbb9533e"} 1 node_network_carrier{device="vethbc2e354"} 0 node_network_carrier{device="vethbc96882"} 1 node_network_carrier{device="vethbd115d2"} 1 node_network_carrier{device="vethbd22d95"} 1 node_network_carrier{device="vethbd50c49"} 1 node_network_carrier{device="vethbd939c9"} 0 node_network_carrier{device="vethbe2f9af"} 1 node_network_carrier{device="vethbe5573b"} 1 node_network_carrier{device="vethbeb46b5"} 0 node_network_carrier{device="vethbeee8f8"} 1 node_network_carrier{device="vethbf3e7a4"} 1 node_network_carrier{device="vethbffa4b0"} 0 node_network_carrier{device="vethc0e8e4a"} 0 node_network_carrier{device="vethc171628"} 1 node_network_carrier{device="vethc1b3d9a"} 0 node_network_carrier{device="vethc326f73"} 1 node_network_carrier{device="vethc393cfd"} 0 node_network_carrier{device="vethc3f7661"} 1 node_network_carrier{device="vethc4deb04"} 1 node_network_carrier{device="vethc54d293"} 0 node_network_carrier{device="vethc64d99d"} 1 node_network_carrier{device="vethc6b8da5"} 1 node_network_carrier{device="vethc72834f"} 1 node_network_carrier{device="vethc76495d"} 1 node_network_carrier{device="vethc7c552e"} 1 node_network_carrier{device="vethc8c3b71"} 0 node_network_carrier{device="vethc919987"} 1 node_network_carrier{device="vethc996ac7"} 1 node_network_carrier{device="vethca97906"} 1 node_network_carrier{device="vethcbc8c45"} 1 node_network_carrier{device="vethcc41921"} 1 node_network_carrier{device="vethcc52e3d"} 1 node_network_carrier{device="vethcc994c9"} 0 node_network_carrier{device="vethccf6d29"} 0 node_network_carrier{device="vethce241be"} 1 node_network_carrier{device="vethd06f5d2"} 0 node_network_carrier{device="vethd0d84db"} 1 node_network_carrier{device="vethd185802"} 1 node_network_carrier{device="vethd1942a6"} 1 node_network_carrier{device="vethd268ff7"} 0 node_network_carrier{device="vethd35d652"} 0 node_network_carrier{device="vethd3ddef0"} 1 node_network_carrier{device="vethd408fa4"} 0 node_network_carrier{device="vethd4b883a"} 1 node_network_carrier{device="vethd529fd4"} 1 node_network_carrier{device="vethd5d2986"} 1 node_network_carrier{device="vethd618e36"} 1 node_network_carrier{device="vethd6641b3"} 0 node_network_carrier{device="vethd774c27"} 1 node_network_carrier{device="vethd7f39b3"} 0 node_network_carrier{device="vethd84aaa2"} 1 node_network_carrier{device="vethd887cc8"} 0 node_network_carrier{device="vethd8ed3b7"} 1 node_network_carrier{device="vethd9041b9"} 1 node_network_carrier{device="vethd922e96"} 1 node_network_carrier{device="vethd93c801"} 0 node_network_carrier{device="vethd9e80a7"} 1 node_network_carrier{device="vethd9f9021"} 1 node_network_carrier{device="vethda1c202"} 1 node_network_carrier{device="vethdc03552"} 0 node_network_carrier{device="vethdcc414f"} 0 node_network_carrier{device="vethdd93b52"} 0 node_network_carrier{device="vethddbee4c"} 0 node_network_carrier{device="vethde0a9a6"} 1 node_network_carrier{device="vethe07ace6"} 1 node_network_carrier{device="vethe1343dc"} 1 node_network_carrier{device="vethe13fea7"} 1 node_network_carrier{device="vethe1c4b8e"} 0 node_network_carrier{device="vethe2df25b"} 0 node_network_carrier{device="vethe3fadda"} 1 node_network_carrier{device="vethe41ffcf"} 1 node_network_carrier{device="vethe514c96"} 1 node_network_carrier{device="vethe5413d3"} 1 node_network_carrier{device="vethe617ba9"} 1 node_network_carrier{device="vethe664b0e"} 1 node_network_carrier{device="vethe736cf4"} 1 node_network_carrier{device="vethe748123"} 1 node_network_carrier{device="vethe78bb37"} 0 node_network_carrier{device="vethe9a832d"} 0 node_network_carrier{device="vetheaafa33"} 1 node_network_carrier{device="vethec55a93"} 0 node_network_carrier{device="vethed65eeb"} 0 node_network_carrier{device="vetheeeb839"} 1 node_network_carrier{device="vethf07e04f"} 0 node_network_carrier{device="vethf10af27"} 0 node_network_carrier{device="vethf25f762"} 0 node_network_carrier{device="vethf41c1e8"} 0 node_network_carrier{device="vethf44e733"} 1 node_network_carrier{device="vethf57c3bb"} 0 node_network_carrier{device="vethf5b3fd0"} 1 node_network_carrier{device="vethf61906e"} 1 node_network_carrier{device="vethf700626"} 0 node_network_carrier{device="vethf719e39"} 0 node_network_carrier{device="vethf76ee93"} 0 node_network_carrier{device="vethf77cc2b"} 1 node_network_carrier{device="vethf81eade"} 1 node_network_carrier{device="vethf8c86df"} 1 node_network_carrier{device="vethf9b8ad4"} 1 node_network_carrier{device="vethfa1f320"} 1 node_network_carrier{device="vethfa2dd43"} 1 node_network_carrier{device="vethfb5a12c"} 1 node_network_carrier{device="vethfc28698"} 1 node_network_carrier{device="vethfe615fb"} 1 node_network_carrier{device="vethff2e95b"} 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-026d8e52a915"} 6 node_network_carrier_changes_total{device="br-028df7dbe79c"} 4 node_network_carrier_changes_total{device="br-0c77bfc382c5"} 6 node_network_carrier_changes_total{device="br-393152ee2ab7"} 4 node_network_carrier_changes_total{device="br-6acdaa8c9f1b"} 10 node_network_carrier_changes_total{device="br-895d39099eb3"} 6 node_network_carrier_changes_total{device="br-9a4c633e7389"} 6 node_network_carrier_changes_total{device="br-b2db2f4bc8e1"} 6 node_network_carrier_changes_total{device="br-b83cbe748b37"} 6 node_network_carrier_changes_total{device="br-c7afcacea542"} 10 node_network_carrier_changes_total{device="br-c829cf887623"} 6 node_network_carrier_changes_total{device="br-eb0faf84288b"} 6 node_network_carrier_changes_total{device="docker0"} 437 node_network_carrier_changes_total{device="enp7s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0073e6a"} 2 node_network_carrier_changes_total{device="veth010e82a"} 3 node_network_carrier_changes_total{device="veth01683b7"} 3 node_network_carrier_changes_total{device="veth01f0e03"} 2 node_network_carrier_changes_total{device="veth02129bc"} 3 node_network_carrier_changes_total{device="veth0294e47"} 2 node_network_carrier_changes_total{device="veth02edd68"} 2 node_network_carrier_changes_total{device="veth03f6d35"} 3 node_network_carrier_changes_total{device="veth0487eab"} 3 node_network_carrier_changes_total{device="veth04a02fa"} 2 node_network_carrier_changes_total{device="veth04a792c"} 3 node_network_carrier_changes_total{device="veth0520912"} 3 node_network_carrier_changes_total{device="veth053b7ea"} 2 node_network_carrier_changes_total{device="veth054d183"} 2 node_network_carrier_changes_total{device="veth0588159"} 2 node_network_carrier_changes_total{device="veth06087df"} 2 node_network_carrier_changes_total{device="veth0683bd7"} 2 node_network_carrier_changes_total{device="veth0770762"} 2 node_network_carrier_changes_total{device="veth07b3d46"} 3 node_network_carrier_changes_total{device="veth07b7237"} 3 node_network_carrier_changes_total{device="veth083dcb1"} 3 node_network_carrier_changes_total{device="veth0843d47"} 3 node_network_carrier_changes_total{device="veth08b2ce6"} 2 node_network_carrier_changes_total{device="veth08f5c22"} 2 node_network_carrier_changes_total{device="veth0983dc8"} 2 node_network_carrier_changes_total{device="veth099bbf7"} 2 node_network_carrier_changes_total{device="veth0a33edc"} 2 node_network_carrier_changes_total{device="veth0a3e5dc"} 2 node_network_carrier_changes_total{device="veth0a406ae"} 2 node_network_carrier_changes_total{device="veth0a9af9f"} 2 node_network_carrier_changes_total{device="veth0c504cf"} 3 node_network_carrier_changes_total{device="veth0c8b368"} 2 node_network_carrier_changes_total{device="veth0cc91c8"} 3 node_network_carrier_changes_total{device="veth10365a8"} 3 node_network_carrier_changes_total{device="veth114179a"} 2 node_network_carrier_changes_total{device="veth12120a3"} 3 node_network_carrier_changes_total{device="veth123b9c2"} 2 node_network_carrier_changes_total{device="veth1325997"} 3 node_network_carrier_changes_total{device="veth13fab17"} 3 node_network_carrier_changes_total{device="veth14b0c9a"} 3 node_network_carrier_changes_total{device="veth151647c"} 3 node_network_carrier_changes_total{device="veth159f326"} 3 node_network_carrier_changes_total{device="veth15bf0a1"} 2 node_network_carrier_changes_total{device="veth15c0fe2"} 2 node_network_carrier_changes_total{device="veth160053f"} 2 node_network_carrier_changes_total{device="veth1616278"} 3 node_network_carrier_changes_total{device="veth1678242"} 2 node_network_carrier_changes_total{device="veth168e16f"} 2 node_network_carrier_changes_total{device="veth17def85"} 3 node_network_carrier_changes_total{device="veth17ecd66"} 3 node_network_carrier_changes_total{device="veth1821b35"} 2 node_network_carrier_changes_total{device="veth1899649"} 2 node_network_carrier_changes_total{device="veth18cbbb8"} 3 node_network_carrier_changes_total{device="veth18d511e"} 3 node_network_carrier_changes_total{device="veth18e9634"} 3 node_network_carrier_changes_total{device="veth1929fb1"} 2 node_network_carrier_changes_total{device="veth1957071"} 3 node_network_carrier_changes_total{device="veth19fc3cd"} 2 node_network_carrier_changes_total{device="veth1a3e11a"} 2 node_network_carrier_changes_total{device="veth1a786f9"} 3 node_network_carrier_changes_total{device="veth1a8dbfb"} 3 node_network_carrier_changes_total{device="veth1aeaa71"} 2 node_network_carrier_changes_total{device="veth1b8cce8"} 3 node_network_carrier_changes_total{device="veth1d309cb"} 3 node_network_carrier_changes_total{device="veth1d56af8"} 2 node_network_carrier_changes_total{device="veth1d7db64"} 2 node_network_carrier_changes_total{device="veth1eb823c"} 3 node_network_carrier_changes_total{device="veth1f6f24d"} 2 node_network_carrier_changes_total{device="veth202aa31"} 3 node_network_carrier_changes_total{device="veth207fd71"} 2 node_network_carrier_changes_total{device="veth2081a27"} 2 node_network_carrier_changes_total{device="veth209dd7a"} 2 node_network_carrier_changes_total{device="veth20be67e"} 2 node_network_carrier_changes_total{device="veth212af81"} 3 node_network_carrier_changes_total{device="veth221aac3"} 2 node_network_carrier_changes_total{device="veth22d8e40"} 2 node_network_carrier_changes_total{device="veth22fad06"} 3 node_network_carrier_changes_total{device="veth230c5dd"} 2 node_network_carrier_changes_total{device="veth2323bf7"} 2 node_network_carrier_changes_total{device="veth239a22d"} 2 node_network_carrier_changes_total{device="veth23aa81a"} 3 node_network_carrier_changes_total{device="veth23aaf8d"} 2 node_network_carrier_changes_total{device="veth24105bf"} 3 node_network_carrier_changes_total{device="veth2495899"} 2 node_network_carrier_changes_total{device="veth2615dda"} 3 node_network_carrier_changes_total{device="veth26654a4"} 2 node_network_carrier_changes_total{device="veth2679a47"} 2 node_network_carrier_changes_total{device="veth27af53a"} 2 node_network_carrier_changes_total{device="veth29020dd"} 2 node_network_carrier_changes_total{device="veth292ba70"} 3 node_network_carrier_changes_total{device="veth29b3b3c"} 3 node_network_carrier_changes_total{device="veth29f0eab"} 2 node_network_carrier_changes_total{device="veth2a74a99"} 3 node_network_carrier_changes_total{device="veth2ad52f5"} 2 node_network_carrier_changes_total{device="veth2c1d381"} 3 node_network_carrier_changes_total{device="veth2c9a8c2"} 2 node_network_carrier_changes_total{device="veth2ce4c6a"} 2 node_network_carrier_changes_total{device="veth2d58f81"} 3 node_network_carrier_changes_total{device="veth2d94cfa"} 2 node_network_carrier_changes_total{device="veth2ddadd1"} 2 node_network_carrier_changes_total{device="veth2e85db2"} 3 node_network_carrier_changes_total{device="veth2e92b86"} 3 node_network_carrier_changes_total{device="veth2ebb250"} 3 node_network_carrier_changes_total{device="veth2f20774"} 3 node_network_carrier_changes_total{device="veth2fe230f"} 3 node_network_carrier_changes_total{device="veth3082d47"} 3 node_network_carrier_changes_total{device="veth30ab815"} 3 node_network_carrier_changes_total{device="veth30b8afd"} 2 node_network_carrier_changes_total{device="veth30c2ec1"} 2 node_network_carrier_changes_total{device="veth30f0922"} 3 node_network_carrier_changes_total{device="veth3141554"} 2 node_network_carrier_changes_total{device="veth3151ba5"} 2 node_network_carrier_changes_total{device="veth31d2eaa"} 2 node_network_carrier_changes_total{device="veth320cba1"} 2 node_network_carrier_changes_total{device="veth320f850"} 2 node_network_carrier_changes_total{device="veth322b9b8"} 2 node_network_carrier_changes_total{device="veth328eadb"} 3 node_network_carrier_changes_total{device="veth32d6589"} 2 node_network_carrier_changes_total{device="veth337f453"} 3 node_network_carrier_changes_total{device="veth33aa790"} 2 node_network_carrier_changes_total{device="veth33c2333"} 2 node_network_carrier_changes_total{device="veth33ff62d"} 3 node_network_carrier_changes_total{device="veth344048f"} 2 node_network_carrier_changes_total{device="veth345d8aa"} 3 node_network_carrier_changes_total{device="veth350043e"} 3 node_network_carrier_changes_total{device="veth357f9a6"} 2 node_network_carrier_changes_total{device="veth35ba668"} 2 node_network_carrier_changes_total{device="veth36351a0"} 2 node_network_carrier_changes_total{device="veth3681ad5"} 2 node_network_carrier_changes_total{device="veth368fb65"} 3 node_network_carrier_changes_total{device="veth36e51bf"} 3 node_network_carrier_changes_total{device="veth36ff62d"} 2 node_network_carrier_changes_total{device="veth374c886"} 3 node_network_carrier_changes_total{device="veth384adb9"} 2 node_network_carrier_changes_total{device="veth3880ae5"} 2 node_network_carrier_changes_total{device="veth38a1e62"} 3 node_network_carrier_changes_total{device="veth38dd5d6"} 2 node_network_carrier_changes_total{device="veth391bdb4"} 3 node_network_carrier_changes_total{device="veth3940776"} 3 node_network_carrier_changes_total{device="veth395fce7"} 3 node_network_carrier_changes_total{device="veth398f945"} 3 node_network_carrier_changes_total{device="veth3a6420a"} 3 node_network_carrier_changes_total{device="veth3a6d0d0"} 2 node_network_carrier_changes_total{device="veth3ab2f83"} 3 node_network_carrier_changes_total{device="veth3af42ba"} 3 node_network_carrier_changes_total{device="veth3b3a088"} 3 node_network_carrier_changes_total{device="veth3b98e11"} 2 node_network_carrier_changes_total{device="veth3b9bec1"} 3 node_network_carrier_changes_total{device="veth3bf8415"} 3 node_network_carrier_changes_total{device="veth3d40be3"} 3 node_network_carrier_changes_total{device="veth3dd5600"} 3 node_network_carrier_changes_total{device="veth3dd9a17"} 2 node_network_carrier_changes_total{device="veth3e20285"} 2 node_network_carrier_changes_total{device="veth3edbccf"} 2 node_network_carrier_changes_total{device="veth3efd193"} 3 node_network_carrier_changes_total{device="veth3f107ab"} 3 node_network_carrier_changes_total{device="veth3f604c5"} 3 node_network_carrier_changes_total{device="veth3fcc46c"} 3 node_network_carrier_changes_total{device="veth40272ae"} 3 node_network_carrier_changes_total{device="veth4034003"} 2 node_network_carrier_changes_total{device="veth4044350"} 3 node_network_carrier_changes_total{device="veth4069685"} 2 node_network_carrier_changes_total{device="veth416f8f4"} 2 node_network_carrier_changes_total{device="veth419304f"} 3 node_network_carrier_changes_total{device="veth41a3a93"} 3 node_network_carrier_changes_total{device="veth41fb34a"} 2 node_network_carrier_changes_total{device="veth41fcef0"} 3 node_network_carrier_changes_total{device="veth428e028"} 3 node_network_carrier_changes_total{device="veth443b91c"} 2 node_network_carrier_changes_total{device="veth44f1fa8"} 3 node_network_carrier_changes_total{device="veth4550804"} 3 node_network_carrier_changes_total{device="veth4562f04"} 3 node_network_carrier_changes_total{device="veth457a795"} 2 node_network_carrier_changes_total{device="veth458490d"} 3 node_network_carrier_changes_total{device="veth459832e"} 2 node_network_carrier_changes_total{device="veth45f2515"} 3 node_network_carrier_changes_total{device="veth4677387"} 3 node_network_carrier_changes_total{device="veth469233d"} 3 node_network_carrier_changes_total{device="veth47f4190"} 3 node_network_carrier_changes_total{device="veth48023de"} 2 node_network_carrier_changes_total{device="veth483ae51"} 2 node_network_carrier_changes_total{device="veth48dde12"} 3 node_network_carrier_changes_total{device="veth4a6d44e"} 3 node_network_carrier_changes_total{device="veth4aba26b"} 3 node_network_carrier_changes_total{device="veth4b6a8ab"} 3 node_network_carrier_changes_total{device="veth4d7ab27"} 2 node_network_carrier_changes_total{device="veth4e09deb"} 3 node_network_carrier_changes_total{device="veth4e9c762"} 3 node_network_carrier_changes_total{device="veth4ef1b57"} 2 node_network_carrier_changes_total{device="veth4f48dee"} 3 node_network_carrier_changes_total{device="veth4f982a3"} 2 node_network_carrier_changes_total{device="veth4fb59f4"} 2 node_network_carrier_changes_total{device="veth503a1ec"} 2 node_network_carrier_changes_total{device="veth503c493"} 3 node_network_carrier_changes_total{device="veth504df73"} 3 node_network_carrier_changes_total{device="veth5067620"} 2 node_network_carrier_changes_total{device="veth506ef7a"} 3 node_network_carrier_changes_total{device="veth5078bd4"} 3 node_network_carrier_changes_total{device="veth50e5845"} 3 node_network_carrier_changes_total{device="veth514bb8f"} 3 node_network_carrier_changes_total{device="veth5164377"} 2 node_network_carrier_changes_total{device="veth520248a"} 2 node_network_carrier_changes_total{device="veth5287b89"} 2 node_network_carrier_changes_total{device="veth52bc56b"} 2 node_network_carrier_changes_total{device="veth52f1bd3"} 2 node_network_carrier_changes_total{device="veth544a0b6"} 2 node_network_carrier_changes_total{device="veth55240b9"} 2 node_network_carrier_changes_total{device="veth56cffbb"} 2 node_network_carrier_changes_total{device="veth56ed7c1"} 2 node_network_carrier_changes_total{device="veth5708788"} 3 node_network_carrier_changes_total{device="veth576344a"} 3 node_network_carrier_changes_total{device="veth577d8bb"} 2 node_network_carrier_changes_total{device="veth596fd33"} 3 node_network_carrier_changes_total{device="veth5aad8aa"} 3 node_network_carrier_changes_total{device="veth5ab0b2a"} 3 node_network_carrier_changes_total{device="veth5b434a4"} 2 node_network_carrier_changes_total{device="veth5c40725"} 2 node_network_carrier_changes_total{device="veth5c6c998"} 2 node_network_carrier_changes_total{device="veth5cbcf24"} 2 node_network_carrier_changes_total{device="veth5cf1150"} 2 node_network_carrier_changes_total{device="veth5cf99c9"} 3 node_network_carrier_changes_total{device="veth5db1800"} 2 node_network_carrier_changes_total{device="veth5ecb0b2"} 3 node_network_carrier_changes_total{device="veth5f39e07"} 3 node_network_carrier_changes_total{device="veth605305d"} 3 node_network_carrier_changes_total{device="veth6163981"} 3 node_network_carrier_changes_total{device="veth61cf889"} 3 node_network_carrier_changes_total{device="veth61da541"} 3 node_network_carrier_changes_total{device="veth628bbe9"} 3 node_network_carrier_changes_total{device="veth639387f"} 3 node_network_carrier_changes_total{device="veth63ffe69"} 2 node_network_carrier_changes_total{device="veth648a707"} 3 node_network_carrier_changes_total{device="veth654fb49"} 2 node_network_carrier_changes_total{device="veth65689f8"} 2 node_network_carrier_changes_total{device="veth6675659"} 3 node_network_carrier_changes_total{device="veth66bd85c"} 2 node_network_carrier_changes_total{device="veth66f2b16"} 2 node_network_carrier_changes_total{device="veth6719010"} 2 node_network_carrier_changes_total{device="veth672a31a"} 2 node_network_carrier_changes_total{device="veth67b5571"} 2 node_network_carrier_changes_total{device="veth682c78b"} 2 node_network_carrier_changes_total{device="veth683b1d0"} 3 node_network_carrier_changes_total{device="veth6888178"} 3 node_network_carrier_changes_total{device="veth699f465"} 3 node_network_carrier_changes_total{device="veth69efa93"} 2 node_network_carrier_changes_total{device="veth6a8066d"} 3 node_network_carrier_changes_total{device="veth6bb5987"} 3 node_network_carrier_changes_total{device="veth6c2abab"} 2 node_network_carrier_changes_total{device="veth6c4dbe3"} 2 node_network_carrier_changes_total{device="veth6c6fca6"} 3 node_network_carrier_changes_total{device="veth6d09418"} 3 node_network_carrier_changes_total{device="veth6ec4c37"} 2 node_network_carrier_changes_total{device="veth6f0ff64"} 2 node_network_carrier_changes_total{device="veth6f7335c"} 3 node_network_carrier_changes_total{device="veth700b714"} 2 node_network_carrier_changes_total{device="veth703f646"} 3 node_network_carrier_changes_total{device="veth70ce227"} 2 node_network_carrier_changes_total{device="veth712c663"} 3 node_network_carrier_changes_total{device="veth716d6c7"} 3 node_network_carrier_changes_total{device="veth719781b"} 3 node_network_carrier_changes_total{device="veth729d504"} 2 node_network_carrier_changes_total{device="veth746f620"} 2 node_network_carrier_changes_total{device="veth74b10b9"} 2 node_network_carrier_changes_total{device="veth74d1731"} 3 node_network_carrier_changes_total{device="veth74e024f"} 3 node_network_carrier_changes_total{device="veth758cb42"} 3 node_network_carrier_changes_total{device="veth7590df4"} 2 node_network_carrier_changes_total{device="veth75a56e0"} 2 node_network_carrier_changes_total{device="veth75dc34d"} 2 node_network_carrier_changes_total{device="veth75ed4dc"} 2 node_network_carrier_changes_total{device="veth793ade8"} 3 node_network_carrier_changes_total{device="veth79c5141"} 3 node_network_carrier_changes_total{device="veth7afd9d3"} 3 node_network_carrier_changes_total{device="veth7ba76be"} 3 node_network_carrier_changes_total{device="veth7c22dd3"} 3 node_network_carrier_changes_total{device="veth7c2565d"} 3 node_network_carrier_changes_total{device="veth7c702ad"} 3 node_network_carrier_changes_total{device="veth7c83e5c"} 3 node_network_carrier_changes_total{device="veth7d16666"} 3 node_network_carrier_changes_total{device="veth7d30658"} 3 node_network_carrier_changes_total{device="veth7d40ded"} 3 node_network_carrier_changes_total{device="veth7d94491"} 3 node_network_carrier_changes_total{device="veth7d9d5f6"} 3 node_network_carrier_changes_total{device="veth7ea6d28"} 2 node_network_carrier_changes_total{device="veth7f1ce99"} 2 node_network_carrier_changes_total{device="veth7fa51ee"} 2 node_network_carrier_changes_total{device="veth7fbec60"} 2 node_network_carrier_changes_total{device="veth80af51e"} 2 node_network_carrier_changes_total{device="veth810edf5"} 2 node_network_carrier_changes_total{device="veth81f49ff"} 2 node_network_carrier_changes_total{device="veth82471a9"} 3 node_network_carrier_changes_total{device="veth8347724"} 3 node_network_carrier_changes_total{device="veth83bc7e8"} 3 node_network_carrier_changes_total{device="veth841efb4"} 3 node_network_carrier_changes_total{device="veth84341ad"} 2 node_network_carrier_changes_total{device="veth848770f"} 2 node_network_carrier_changes_total{device="veth849e867"} 2 node_network_carrier_changes_total{device="veth84a62fb"} 2 node_network_carrier_changes_total{device="veth84d9527"} 2 node_network_carrier_changes_total{device="veth853da8f"} 2 node_network_carrier_changes_total{device="veth8606e91"} 2 node_network_carrier_changes_total{device="veth863f7a4"} 3 node_network_carrier_changes_total{device="veth8678e16"} 3 node_network_carrier_changes_total{device="veth86c903b"} 3 node_network_carrier_changes_total{device="veth872b030"} 3 node_network_carrier_changes_total{device="veth88f0ac0"} 3 node_network_carrier_changes_total{device="veth892e775"} 2 node_network_carrier_changes_total{device="veth89e5167"} 3 node_network_carrier_changes_total{device="veth8a33db5"} 3 node_network_carrier_changes_total{device="veth8acd4c4"} 3 node_network_carrier_changes_total{device="veth8c55edf"} 2 node_network_carrier_changes_total{device="veth8c8400b"} 2 node_network_carrier_changes_total{device="veth8d958d0"} 2 node_network_carrier_changes_total{device="veth8dabee9"} 3 node_network_carrier_changes_total{device="veth8e00e4f"} 2 node_network_carrier_changes_total{device="veth8edd906"} 3 node_network_carrier_changes_total{device="veth8fa6ffb"} 3 node_network_carrier_changes_total{device="veth900167c"} 3 node_network_carrier_changes_total{device="veth91d026f"} 3 node_network_carrier_changes_total{device="veth92ac478"} 3 node_network_carrier_changes_total{device="veth946c1de"} 3 node_network_carrier_changes_total{device="veth946c5cd"} 2 node_network_carrier_changes_total{device="veth94def52"} 2 node_network_carrier_changes_total{device="veth95fb0da"} 2 node_network_carrier_changes_total{device="veth962c636"} 2 node_network_carrier_changes_total{device="veth9729cc7"} 2 node_network_carrier_changes_total{device="veth98115bf"} 2 node_network_carrier_changes_total{device="veth9894f21"} 3 node_network_carrier_changes_total{device="veth9970996"} 3 node_network_carrier_changes_total{device="veth9a138aa"} 3 node_network_carrier_changes_total{device="veth9a152cc"} 3 node_network_carrier_changes_total{device="veth9a59911"} 3 node_network_carrier_changes_total{device="veth9ab7cea"} 2 node_network_carrier_changes_total{device="veth9b084c6"} 2 node_network_carrier_changes_total{device="veth9b8eeb9"} 3 node_network_carrier_changes_total{device="veth9be17ae"} 3 node_network_carrier_changes_total{device="veth9c8ad8b"} 2 node_network_carrier_changes_total{device="veth9ca41c2"} 2 node_network_carrier_changes_total{device="veth9cd890b"} 3 node_network_carrier_changes_total{device="veth9d6a7bc"} 2 node_network_carrier_changes_total{device="veth9dd756f"} 3 node_network_carrier_changes_total{device="veth9df5a85"} 2 node_network_carrier_changes_total{device="veth9ee34dc"} 3 node_network_carrier_changes_total{device="veth9f0e9bc"} 2 node_network_carrier_changes_total{device="veth9f11fce"} 3 node_network_carrier_changes_total{device="veth9fb5f57"} 2 node_network_carrier_changes_total{device="veth9fc1c8b"} 3 node_network_carrier_changes_total{device="vetha0d8fd7"} 2 node_network_carrier_changes_total{device="vetha0dbb0e"} 3 node_network_carrier_changes_total{device="vetha0f070c"} 3 node_network_carrier_changes_total{device="vetha1d4491"} 2 node_network_carrier_changes_total{device="vetha2479b0"} 3 node_network_carrier_changes_total{device="vetha267906"} 3 node_network_carrier_changes_total{device="vetha2c7d1b"} 3 node_network_carrier_changes_total{device="vetha340e8c"} 3 node_network_carrier_changes_total{device="vetha365085"} 2 node_network_carrier_changes_total{device="vetha3cdccc"} 2 node_network_carrier_changes_total{device="vetha44899b"} 3 node_network_carrier_changes_total{device="vetha4c6ac9"} 3 node_network_carrier_changes_total{device="vetha4d381c"} 2 node_network_carrier_changes_total{device="vetha558068"} 2 node_network_carrier_changes_total{device="vetha5ed2bf"} 2 node_network_carrier_changes_total{device="vetha7661ca"} 2 node_network_carrier_changes_total{device="vetha8b7fa4"} 3 node_network_carrier_changes_total{device="vetha8f99c8"} 3 node_network_carrier_changes_total{device="vetha91a27c"} 2 node_network_carrier_changes_total{device="vetha96b7be"} 2 node_network_carrier_changes_total{device="vethaa45e89"} 2 node_network_carrier_changes_total{device="vethab6915b"} 2 node_network_carrier_changes_total{device="vethabb965f"} 3 node_network_carrier_changes_total{device="vethac93a1a"} 3 node_network_carrier_changes_total{device="vethacf3fd1"} 2 node_network_carrier_changes_total{device="vethae8b5de"} 2 node_network_carrier_changes_total{device="vethaefa773"} 3 node_network_carrier_changes_total{device="vethafca1f2"} 3 node_network_carrier_changes_total{device="vethafd40c3"} 2 node_network_carrier_changes_total{device="vethafdfb61"} 3 node_network_carrier_changes_total{device="vethb174b7c"} 3 node_network_carrier_changes_total{device="vethb1d3234"} 2 node_network_carrier_changes_total{device="vethb1d492d"} 2 node_network_carrier_changes_total{device="vethb2715f8"} 3 node_network_carrier_changes_total{device="vethb2e3f54"} 3 node_network_carrier_changes_total{device="vethb3532dd"} 3 node_network_carrier_changes_total{device="vethb3cc631"} 2 node_network_carrier_changes_total{device="vethb421518"} 3 node_network_carrier_changes_total{device="vethb541e00"} 2 node_network_carrier_changes_total{device="vethb54ab4e"} 2 node_network_carrier_changes_total{device="vethb58e487"} 3 node_network_carrier_changes_total{device="vethb5cf9d4"} 3 node_network_carrier_changes_total{device="vethb5df291"} 3 node_network_carrier_changes_total{device="vethb79060e"} 2 node_network_carrier_changes_total{device="vethb7d0ffc"} 3 node_network_carrier_changes_total{device="vethb81f225"} 2 node_network_carrier_changes_total{device="vethb8d6278"} 3 node_network_carrier_changes_total{device="vethb90ec2b"} 3 node_network_carrier_changes_total{device="vethb921f9d"} 2 node_network_carrier_changes_total{device="vethb9aadf5"} 2 node_network_carrier_changes_total{device="vethbb3fe72"} 3 node_network_carrier_changes_total{device="vethbb4e364"} 2 node_network_carrier_changes_total{device="vethbb9533e"} 2 node_network_carrier_changes_total{device="vethbc09edc"} 3 node_network_carrier_changes_total{device="vethbc16364"} 3 node_network_carrier_changes_total{device="vethbc2e354"} 3 node_network_carrier_changes_total{device="vethbc96882"} 2 node_network_carrier_changes_total{device="vethbcc666a"} 3 node_network_carrier_changes_total{device="vethbd115d2"} 2 node_network_carrier_changes_total{device="vethbd22d95"} 2 node_network_carrier_changes_total{device="vethbd50c49"} 2 node_network_carrier_changes_total{device="vethbd939c9"} 3 node_network_carrier_changes_total{device="vethbdb2bf0"} 3 node_network_carrier_changes_total{device="vethbe2f9af"} 2 node_network_carrier_changes_total{device="vethbe5573b"} 2 node_network_carrier_changes_total{device="vethbeb46b5"} 3 node_network_carrier_changes_total{device="vethbeee8f8"} 2 node_network_carrier_changes_total{device="vethbf26e2e"} 3 node_network_carrier_changes_total{device="vethbf27ea7"} 3 node_network_carrier_changes_total{device="vethbf3e7a4"} 2 node_network_carrier_changes_total{device="vethbf48ed1"} 3 node_network_carrier_changes_total{device="vethbffa4b0"} 3 node_network_carrier_changes_total{device="vethc097a42"} 3 node_network_carrier_changes_total{device="vethc0e8e4a"} 3 node_network_carrier_changes_total{device="vethc171628"} 2 node_network_carrier_changes_total{device="vethc1b3d9a"} 3 node_network_carrier_changes_total{device="vethc283146"} 3 node_network_carrier_changes_total{device="vethc2b7b26"} 3 node_network_carrier_changes_total{device="vethc326f73"} 2 node_network_carrier_changes_total{device="vethc393cfd"} 3 node_network_carrier_changes_total{device="vethc3e0111"} 3 node_network_carrier_changes_total{device="vethc3f7661"} 2 node_network_carrier_changes_total{device="vethc4deb04"} 2 node_network_carrier_changes_total{device="vethc50c474"} 3 node_network_carrier_changes_total{device="vethc54d293"} 3 node_network_carrier_changes_total{device="vethc5d5b9d"} 3 node_network_carrier_changes_total{device="vethc607859"} 3 node_network_carrier_changes_total{device="vethc64d99d"} 2 node_network_carrier_changes_total{device="vethc69d766"} 3 node_network_carrier_changes_total{device="vethc6b8da5"} 2 node_network_carrier_changes_total{device="vethc72834f"} 2 node_network_carrier_changes_total{device="vethc76495d"} 2 node_network_carrier_changes_total{device="vethc7c552e"} 2 node_network_carrier_changes_total{device="vethc7d5e61"} 3 node_network_carrier_changes_total{device="vethc8c3b71"} 3 node_network_carrier_changes_total{device="vethc919987"} 2 node_network_carrier_changes_total{device="vethc996ac7"} 2 node_network_carrier_changes_total{device="vethca97906"} 2 node_network_carrier_changes_total{device="vethcbc8c45"} 2 node_network_carrier_changes_total{device="vethcc41921"} 2 node_network_carrier_changes_total{device="vethcc52e3d"} 2 node_network_carrier_changes_total{device="vethcc994c9"} 3 node_network_carrier_changes_total{device="vethccf6d29"} 3 node_network_carrier_changes_total{device="vethce241be"} 2 node_network_carrier_changes_total{device="vethcf354b0"} 3 node_network_carrier_changes_total{device="vethcff22cf"} 3 node_network_carrier_changes_total{device="vethd06f5d2"} 3 node_network_carrier_changes_total{device="vethd0d84db"} 2 node_network_carrier_changes_total{device="vethd0f0797"} 3 node_network_carrier_changes_total{device="vethd1070ff"} 3 node_network_carrier_changes_total{device="vethd185802"} 2 node_network_carrier_changes_total{device="vethd1942a6"} 2 node_network_carrier_changes_total{device="vethd1e0f0f"} 3 node_network_carrier_changes_total{device="vethd21a7f0"} 3 node_network_carrier_changes_total{device="vethd2374a1"} 3 node_network_carrier_changes_total{device="vethd268ff7"} 3 node_network_carrier_changes_total{device="vethd35d652"} 3 node_network_carrier_changes_total{device="vethd3ddef0"} 2 node_network_carrier_changes_total{device="vethd408fa4"} 3 node_network_carrier_changes_total{device="vethd4b883a"} 2 node_network_carrier_changes_total{device="vethd529fd4"} 2 node_network_carrier_changes_total{device="vethd5d2986"} 2 node_network_carrier_changes_total{device="vethd5d44f1"} 3 node_network_carrier_changes_total{device="vethd618e36"} 2 node_network_carrier_changes_total{device="vethd6641b3"} 3 node_network_carrier_changes_total{device="vethd70d558"} 3 node_network_carrier_changes_total{device="vethd774c27"} 2 node_network_carrier_changes_total{device="vethd79e9f5"} 3 node_network_carrier_changes_total{device="vethd7c8767"} 3 node_network_carrier_changes_total{device="vethd7f39b3"} 3 node_network_carrier_changes_total{device="vethd84aaa2"} 2 node_network_carrier_changes_total{device="vethd887cc8"} 3 node_network_carrier_changes_total{device="vethd8ed3b7"} 2 node_network_carrier_changes_total{device="vethd9041b9"} 2 node_network_carrier_changes_total{device="vethd922e96"} 2 node_network_carrier_changes_total{device="vethd93c801"} 3 node_network_carrier_changes_total{device="vethd96e53a"} 3 node_network_carrier_changes_total{device="vethd9e80a7"} 2 node_network_carrier_changes_total{device="vethd9f9021"} 2 node_network_carrier_changes_total{device="vethda1c202"} 2 node_network_carrier_changes_total{device="vethdc03552"} 3 node_network_carrier_changes_total{device="vethdcc414f"} 3 node_network_carrier_changes_total{device="vethdcd7a42"} 3 node_network_carrier_changes_total{device="vethdd93b52"} 3 node_network_carrier_changes_total{device="vethddbee4c"} 3 node_network_carrier_changes_total{device="vethde0a9a6"} 2 node_network_carrier_changes_total{device="vethde1d4af"} 3 node_network_carrier_changes_total{device="vethde3c5db"} 3 node_network_carrier_changes_total{device="vethde6cf02"} 3 node_network_carrier_changes_total{device="vethe0607e3"} 3 node_network_carrier_changes_total{device="vethe07ace6"} 2 node_network_carrier_changes_total{device="vethe0c1701"} 3 node_network_carrier_changes_total{device="vethe1343dc"} 2 node_network_carrier_changes_total{device="vethe13fea7"} 2 node_network_carrier_changes_total{device="vethe1c4b8e"} 3 node_network_carrier_changes_total{device="vethe2df25b"} 3 node_network_carrier_changes_total{device="vethe3fadda"} 2 node_network_carrier_changes_total{device="vethe41ffcf"} 2 node_network_carrier_changes_total{device="vethe48c931"} 3 node_network_carrier_changes_total{device="vethe514c96"} 2 node_network_carrier_changes_total{device="vethe5413d3"} 2 node_network_carrier_changes_total{device="vethe5b26a5"} 3 node_network_carrier_changes_total{device="vethe617ba9"} 2 node_network_carrier_changes_total{device="vethe664b0e"} 2 node_network_carrier_changes_total{device="vethe6c8ced"} 3 node_network_carrier_changes_total{device="vethe736cf4"} 2 node_network_carrier_changes_total{device="vethe748123"} 2 node_network_carrier_changes_total{device="vethe78bb37"} 3 node_network_carrier_changes_total{device="vethe959666"} 3 node_network_carrier_changes_total{device="vethe9a832d"} 3 node_network_carrier_changes_total{device="vethe9f6b95"} 3 node_network_carrier_changes_total{device="vetheaafa33"} 2 node_network_carrier_changes_total{device="vetheb6c5e2"} 3 node_network_carrier_changes_total{device="vethec55a93"} 3 node_network_carrier_changes_total{device="vethecbca0a"} 3 node_network_carrier_changes_total{device="vethed65eeb"} 3 node_network_carrier_changes_total{device="vethed8cf8f"} 3 node_network_carrier_changes_total{device="vetheeeb839"} 2 node_network_carrier_changes_total{device="vethf0535f5"} 3 node_network_carrier_changes_total{device="vethf07cd82"} 3 node_network_carrier_changes_total{device="vethf07e04f"} 3 node_network_carrier_changes_total{device="vethf10af27"} 3 node_network_carrier_changes_total{device="vethf13be56"} 3 node_network_carrier_changes_total{device="vethf225b65"} 3 node_network_carrier_changes_total{device="vethf24cf0b"} 3 node_network_carrier_changes_total{device="vethf25f762"} 3 node_network_carrier_changes_total{device="vethf3e1b6a"} 3 node_network_carrier_changes_total{device="vethf41c1e8"} 3 node_network_carrier_changes_total{device="vethf44e733"} 2 node_network_carrier_changes_total{device="vethf57c3bb"} 3 node_network_carrier_changes_total{device="vethf5b3fd0"} 2 node_network_carrier_changes_total{device="vethf61906e"} 2 node_network_carrier_changes_total{device="vethf6b70c6"} 3 node_network_carrier_changes_total{device="vethf700626"} 3 node_network_carrier_changes_total{device="vethf719e39"} 3 node_network_carrier_changes_total{device="vethf76ee93"} 3 node_network_carrier_changes_total{device="vethf77cc2b"} 2 node_network_carrier_changes_total{device="vethf81eade"} 2 node_network_carrier_changes_total{device="vethf8c86df"} 2 node_network_carrier_changes_total{device="vethf9b8ad4"} 2 node_network_carrier_changes_total{device="vethfa1b0e8"} 3 node_network_carrier_changes_total{device="vethfa1f320"} 2 node_network_carrier_changes_total{device="vethfa2dd43"} 2 node_network_carrier_changes_total{device="vethfadc2ac"} 3 node_network_carrier_changes_total{device="vethfafe27c"} 3 node_network_carrier_changes_total{device="vethfb1de8a"} 3 node_network_carrier_changes_total{device="vethfb5a12c"} 2 node_network_carrier_changes_total{device="vethfb79591"} 3 node_network_carrier_changes_total{device="vethfc28698"} 2 node_network_carrier_changes_total{device="vethfc4799a"} 3 node_network_carrier_changes_total{device="vethfe615fb"} 2 node_network_carrier_changes_total{device="vethff2e95b"} 2 node_network_carrier_changes_total{device="vethffa3629"} 3 # 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-026d8e52a915"} 3 node_network_carrier_down_changes_total{device="br-028df7dbe79c"} 2 node_network_carrier_down_changes_total{device="br-0c77bfc382c5"} 3 node_network_carrier_down_changes_total{device="br-393152ee2ab7"} 2 node_network_carrier_down_changes_total{device="br-6acdaa8c9f1b"} 5 node_network_carrier_down_changes_total{device="br-895d39099eb3"} 3 node_network_carrier_down_changes_total{device="br-9a4c633e7389"} 3 node_network_carrier_down_changes_total{device="br-b2db2f4bc8e1"} 3 node_network_carrier_down_changes_total{device="br-b83cbe748b37"} 3 node_network_carrier_down_changes_total{device="br-c7afcacea542"} 5 node_network_carrier_down_changes_total{device="br-c829cf887623"} 3 node_network_carrier_down_changes_total{device="br-eb0faf84288b"} 3 node_network_carrier_down_changes_total{device="docker0"} 219 node_network_carrier_down_changes_total{device="enp7s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0073e6a"} 1 node_network_carrier_down_changes_total{device="veth010e82a"} 2 node_network_carrier_down_changes_total{device="veth01683b7"} 2 node_network_carrier_down_changes_total{device="veth01f0e03"} 1 node_network_carrier_down_changes_total{device="veth02129bc"} 2 node_network_carrier_down_changes_total{device="veth0294e47"} 1 node_network_carrier_down_changes_total{device="veth02edd68"} 1 node_network_carrier_down_changes_total{device="veth03f6d35"} 2 node_network_carrier_down_changes_total{device="veth0487eab"} 2 node_network_carrier_down_changes_total{device="veth04a02fa"} 1 node_network_carrier_down_changes_total{device="veth04a792c"} 2 node_network_carrier_down_changes_total{device="veth0520912"} 2 node_network_carrier_down_changes_total{device="veth053b7ea"} 1 node_network_carrier_down_changes_total{device="veth054d183"} 1 node_network_carrier_down_changes_total{device="veth0588159"} 1 node_network_carrier_down_changes_total{device="veth06087df"} 1 node_network_carrier_down_changes_total{device="veth0683bd7"} 1 node_network_carrier_down_changes_total{device="veth0770762"} 1 node_network_carrier_down_changes_total{device="veth07b3d46"} 2 node_network_carrier_down_changes_total{device="veth07b7237"} 2 node_network_carrier_down_changes_total{device="veth083dcb1"} 2 node_network_carrier_down_changes_total{device="veth0843d47"} 2 node_network_carrier_down_changes_total{device="veth08b2ce6"} 1 node_network_carrier_down_changes_total{device="veth08f5c22"} 1 node_network_carrier_down_changes_total{device="veth0983dc8"} 1 node_network_carrier_down_changes_total{device="veth099bbf7"} 1 node_network_carrier_down_changes_total{device="veth0a33edc"} 1 node_network_carrier_down_changes_total{device="veth0a3e5dc"} 1 node_network_carrier_down_changes_total{device="veth0a406ae"} 1 node_network_carrier_down_changes_total{device="veth0a9af9f"} 1 node_network_carrier_down_changes_total{device="veth0c504cf"} 2 node_network_carrier_down_changes_total{device="veth0c8b368"} 1 node_network_carrier_down_changes_total{device="veth0cc91c8"} 2 node_network_carrier_down_changes_total{device="veth10365a8"} 2 node_network_carrier_down_changes_total{device="veth114179a"} 1 node_network_carrier_down_changes_total{device="veth12120a3"} 2 node_network_carrier_down_changes_total{device="veth123b9c2"} 1 node_network_carrier_down_changes_total{device="veth1325997"} 2 node_network_carrier_down_changes_total{device="veth13fab17"} 2 node_network_carrier_down_changes_total{device="veth14b0c9a"} 2 node_network_carrier_down_changes_total{device="veth151647c"} 2 node_network_carrier_down_changes_total{device="veth159f326"} 2 node_network_carrier_down_changes_total{device="veth15bf0a1"} 1 node_network_carrier_down_changes_total{device="veth15c0fe2"} 1 node_network_carrier_down_changes_total{device="veth160053f"} 1 node_network_carrier_down_changes_total{device="veth1616278"} 2 node_network_carrier_down_changes_total{device="veth1678242"} 1 node_network_carrier_down_changes_total{device="veth168e16f"} 1 node_network_carrier_down_changes_total{device="veth17def85"} 2 node_network_carrier_down_changes_total{device="veth17ecd66"} 2 node_network_carrier_down_changes_total{device="veth1821b35"} 1 node_network_carrier_down_changes_total{device="veth1899649"} 1 node_network_carrier_down_changes_total{device="veth18cbbb8"} 2 node_network_carrier_down_changes_total{device="veth18d511e"} 2 node_network_carrier_down_changes_total{device="veth18e9634"} 2 node_network_carrier_down_changes_total{device="veth1929fb1"} 1 node_network_carrier_down_changes_total{device="veth1957071"} 2 node_network_carrier_down_changes_total{device="veth19fc3cd"} 1 node_network_carrier_down_changes_total{device="veth1a3e11a"} 1 node_network_carrier_down_changes_total{device="veth1a786f9"} 2 node_network_carrier_down_changes_total{device="veth1a8dbfb"} 2 node_network_carrier_down_changes_total{device="veth1aeaa71"} 1 node_network_carrier_down_changes_total{device="veth1b8cce8"} 2 node_network_carrier_down_changes_total{device="veth1d309cb"} 2 node_network_carrier_down_changes_total{device="veth1d56af8"} 1 node_network_carrier_down_changes_total{device="veth1d7db64"} 1 node_network_carrier_down_changes_total{device="veth1eb823c"} 2 node_network_carrier_down_changes_total{device="veth1f6f24d"} 1 node_network_carrier_down_changes_total{device="veth202aa31"} 2 node_network_carrier_down_changes_total{device="veth207fd71"} 1 node_network_carrier_down_changes_total{device="veth2081a27"} 1 node_network_carrier_down_changes_total{device="veth209dd7a"} 1 node_network_carrier_down_changes_total{device="veth20be67e"} 1 node_network_carrier_down_changes_total{device="veth212af81"} 2 node_network_carrier_down_changes_total{device="veth221aac3"} 1 node_network_carrier_down_changes_total{device="veth22d8e40"} 1 node_network_carrier_down_changes_total{device="veth22fad06"} 2 node_network_carrier_down_changes_total{device="veth230c5dd"} 1 node_network_carrier_down_changes_total{device="veth2323bf7"} 1 node_network_carrier_down_changes_total{device="veth239a22d"} 1 node_network_carrier_down_changes_total{device="veth23aa81a"} 2 node_network_carrier_down_changes_total{device="veth23aaf8d"} 1 node_network_carrier_down_changes_total{device="veth24105bf"} 2 node_network_carrier_down_changes_total{device="veth2495899"} 1 node_network_carrier_down_changes_total{device="veth2615dda"} 2 node_network_carrier_down_changes_total{device="veth26654a4"} 1 node_network_carrier_down_changes_total{device="veth2679a47"} 1 node_network_carrier_down_changes_total{device="veth27af53a"} 1 node_network_carrier_down_changes_total{device="veth29020dd"} 1 node_network_carrier_down_changes_total{device="veth292ba70"} 2 node_network_carrier_down_changes_total{device="veth29b3b3c"} 2 node_network_carrier_down_changes_total{device="veth29f0eab"} 1 node_network_carrier_down_changes_total{device="veth2a74a99"} 2 node_network_carrier_down_changes_total{device="veth2ad52f5"} 1 node_network_carrier_down_changes_total{device="veth2c1d381"} 2 node_network_carrier_down_changes_total{device="veth2c9a8c2"} 1 node_network_carrier_down_changes_total{device="veth2ce4c6a"} 1 node_network_carrier_down_changes_total{device="veth2d58f81"} 2 node_network_carrier_down_changes_total{device="veth2d94cfa"} 1 node_network_carrier_down_changes_total{device="veth2ddadd1"} 1 node_network_carrier_down_changes_total{device="veth2e85db2"} 2 node_network_carrier_down_changes_total{device="veth2e92b86"} 2 node_network_carrier_down_changes_total{device="veth2ebb250"} 2 node_network_carrier_down_changes_total{device="veth2f20774"} 2 node_network_carrier_down_changes_total{device="veth2fe230f"} 2 node_network_carrier_down_changes_total{device="veth3082d47"} 2 node_network_carrier_down_changes_total{device="veth30ab815"} 2 node_network_carrier_down_changes_total{device="veth30b8afd"} 1 node_network_carrier_down_changes_total{device="veth30c2ec1"} 1 node_network_carrier_down_changes_total{device="veth30f0922"} 2 node_network_carrier_down_changes_total{device="veth3141554"} 1 node_network_carrier_down_changes_total{device="veth3151ba5"} 1 node_network_carrier_down_changes_total{device="veth31d2eaa"} 1 node_network_carrier_down_changes_total{device="veth320cba1"} 1 node_network_carrier_down_changes_total{device="veth320f850"} 1 node_network_carrier_down_changes_total{device="veth322b9b8"} 1 node_network_carrier_down_changes_total{device="veth328eadb"} 2 node_network_carrier_down_changes_total{device="veth32d6589"} 1 node_network_carrier_down_changes_total{device="veth337f453"} 2 node_network_carrier_down_changes_total{device="veth33aa790"} 1 node_network_carrier_down_changes_total{device="veth33c2333"} 1 node_network_carrier_down_changes_total{device="veth33ff62d"} 2 node_network_carrier_down_changes_total{device="veth344048f"} 1 node_network_carrier_down_changes_total{device="veth345d8aa"} 2 node_network_carrier_down_changes_total{device="veth350043e"} 2 node_network_carrier_down_changes_total{device="veth357f9a6"} 1 node_network_carrier_down_changes_total{device="veth35ba668"} 1 node_network_carrier_down_changes_total{device="veth36351a0"} 1 node_network_carrier_down_changes_total{device="veth3681ad5"} 1 node_network_carrier_down_changes_total{device="veth368fb65"} 2 node_network_carrier_down_changes_total{device="veth36e51bf"} 2 node_network_carrier_down_changes_total{device="veth36ff62d"} 1 node_network_carrier_down_changes_total{device="veth374c886"} 2 node_network_carrier_down_changes_total{device="veth384adb9"} 1 node_network_carrier_down_changes_total{device="veth3880ae5"} 1 node_network_carrier_down_changes_total{device="veth38a1e62"} 2 node_network_carrier_down_changes_total{device="veth38dd5d6"} 1 node_network_carrier_down_changes_total{device="veth391bdb4"} 2 node_network_carrier_down_changes_total{device="veth3940776"} 2 node_network_carrier_down_changes_total{device="veth395fce7"} 2 node_network_carrier_down_changes_total{device="veth398f945"} 2 node_network_carrier_down_changes_total{device="veth3a6420a"} 2 node_network_carrier_down_changes_total{device="veth3a6d0d0"} 1 node_network_carrier_down_changes_total{device="veth3ab2f83"} 2 node_network_carrier_down_changes_total{device="veth3af42ba"} 2 node_network_carrier_down_changes_total{device="veth3b3a088"} 2 node_network_carrier_down_changes_total{device="veth3b98e11"} 1 node_network_carrier_down_changes_total{device="veth3b9bec1"} 2 node_network_carrier_down_changes_total{device="veth3bf8415"} 2 node_network_carrier_down_changes_total{device="veth3d40be3"} 2 node_network_carrier_down_changes_total{device="veth3dd5600"} 2 node_network_carrier_down_changes_total{device="veth3dd9a17"} 1 node_network_carrier_down_changes_total{device="veth3e20285"} 1 node_network_carrier_down_changes_total{device="veth3edbccf"} 1 node_network_carrier_down_changes_total{device="veth3efd193"} 2 node_network_carrier_down_changes_total{device="veth3f107ab"} 2 node_network_carrier_down_changes_total{device="veth3f604c5"} 2 node_network_carrier_down_changes_total{device="veth3fcc46c"} 2 node_network_carrier_down_changes_total{device="veth40272ae"} 2 node_network_carrier_down_changes_total{device="veth4034003"} 1 node_network_carrier_down_changes_total{device="veth4044350"} 2 node_network_carrier_down_changes_total{device="veth4069685"} 1 node_network_carrier_down_changes_total{device="veth416f8f4"} 1 node_network_carrier_down_changes_total{device="veth419304f"} 2 node_network_carrier_down_changes_total{device="veth41a3a93"} 2 node_network_carrier_down_changes_total{device="veth41fb34a"} 1 node_network_carrier_down_changes_total{device="veth41fcef0"} 2 node_network_carrier_down_changes_total{device="veth428e028"} 2 node_network_carrier_down_changes_total{device="veth443b91c"} 1 node_network_carrier_down_changes_total{device="veth44f1fa8"} 2 node_network_carrier_down_changes_total{device="veth4550804"} 2 node_network_carrier_down_changes_total{device="veth4562f04"} 2 node_network_carrier_down_changes_total{device="veth457a795"} 1 node_network_carrier_down_changes_total{device="veth458490d"} 2 node_network_carrier_down_changes_total{device="veth459832e"} 1 node_network_carrier_down_changes_total{device="veth45f2515"} 2 node_network_carrier_down_changes_total{device="veth4677387"} 2 node_network_carrier_down_changes_total{device="veth469233d"} 2 node_network_carrier_down_changes_total{device="veth47f4190"} 2 node_network_carrier_down_changes_total{device="veth48023de"} 1 node_network_carrier_down_changes_total{device="veth483ae51"} 1 node_network_carrier_down_changes_total{device="veth48dde12"} 2 node_network_carrier_down_changes_total{device="veth4a6d44e"} 2 node_network_carrier_down_changes_total{device="veth4aba26b"} 2 node_network_carrier_down_changes_total{device="veth4b6a8ab"} 2 node_network_carrier_down_changes_total{device="veth4d7ab27"} 1 node_network_carrier_down_changes_total{device="veth4e09deb"} 2 node_network_carrier_down_changes_total{device="veth4e9c762"} 2 node_network_carrier_down_changes_total{device="veth4ef1b57"} 1 node_network_carrier_down_changes_total{device="veth4f48dee"} 2 node_network_carrier_down_changes_total{device="veth4f982a3"} 1 node_network_carrier_down_changes_total{device="veth4fb59f4"} 1 node_network_carrier_down_changes_total{device="veth503a1ec"} 1 node_network_carrier_down_changes_total{device="veth503c493"} 2 node_network_carrier_down_changes_total{device="veth504df73"} 2 node_network_carrier_down_changes_total{device="veth5067620"} 1 node_network_carrier_down_changes_total{device="veth506ef7a"} 2 node_network_carrier_down_changes_total{device="veth5078bd4"} 2 node_network_carrier_down_changes_total{device="veth50e5845"} 2 node_network_carrier_down_changes_total{device="veth514bb8f"} 2 node_network_carrier_down_changes_total{device="veth5164377"} 1 node_network_carrier_down_changes_total{device="veth520248a"} 1 node_network_carrier_down_changes_total{device="veth5287b89"} 1 node_network_carrier_down_changes_total{device="veth52bc56b"} 1 node_network_carrier_down_changes_total{device="veth52f1bd3"} 1 node_network_carrier_down_changes_total{device="veth544a0b6"} 1 node_network_carrier_down_changes_total{device="veth55240b9"} 1 node_network_carrier_down_changes_total{device="veth56cffbb"} 1 node_network_carrier_down_changes_total{device="veth56ed7c1"} 1 node_network_carrier_down_changes_total{device="veth5708788"} 2 node_network_carrier_down_changes_total{device="veth576344a"} 2 node_network_carrier_down_changes_total{device="veth577d8bb"} 1 node_network_carrier_down_changes_total{device="veth596fd33"} 2 node_network_carrier_down_changes_total{device="veth5aad8aa"} 2 node_network_carrier_down_changes_total{device="veth5ab0b2a"} 2 node_network_carrier_down_changes_total{device="veth5b434a4"} 1 node_network_carrier_down_changes_total{device="veth5c40725"} 1 node_network_carrier_down_changes_total{device="veth5c6c998"} 1 node_network_carrier_down_changes_total{device="veth5cbcf24"} 1 node_network_carrier_down_changes_total{device="veth5cf1150"} 1 node_network_carrier_down_changes_total{device="veth5cf99c9"} 2 node_network_carrier_down_changes_total{device="veth5db1800"} 1 node_network_carrier_down_changes_total{device="veth5ecb0b2"} 2 node_network_carrier_down_changes_total{device="veth5f39e07"} 2 node_network_carrier_down_changes_total{device="veth605305d"} 2 node_network_carrier_down_changes_total{device="veth6163981"} 2 node_network_carrier_down_changes_total{device="veth61cf889"} 2 node_network_carrier_down_changes_total{device="veth61da541"} 2 node_network_carrier_down_changes_total{device="veth628bbe9"} 2 node_network_carrier_down_changes_total{device="veth639387f"} 2 node_network_carrier_down_changes_total{device="veth63ffe69"} 1 node_network_carrier_down_changes_total{device="veth648a707"} 2 node_network_carrier_down_changes_total{device="veth654fb49"} 1 node_network_carrier_down_changes_total{device="veth65689f8"} 1 node_network_carrier_down_changes_total{device="veth6675659"} 2 node_network_carrier_down_changes_total{device="veth66bd85c"} 1 node_network_carrier_down_changes_total{device="veth66f2b16"} 1 node_network_carrier_down_changes_total{device="veth6719010"} 1 node_network_carrier_down_changes_total{device="veth672a31a"} 1 node_network_carrier_down_changes_total{device="veth67b5571"} 1 node_network_carrier_down_changes_total{device="veth682c78b"} 1 node_network_carrier_down_changes_total{device="veth683b1d0"} 2 node_network_carrier_down_changes_total{device="veth6888178"} 2 node_network_carrier_down_changes_total{device="veth699f465"} 2 node_network_carrier_down_changes_total{device="veth69efa93"} 1 node_network_carrier_down_changes_total{device="veth6a8066d"} 2 node_network_carrier_down_changes_total{device="veth6bb5987"} 2 node_network_carrier_down_changes_total{device="veth6c2abab"} 1 node_network_carrier_down_changes_total{device="veth6c4dbe3"} 1 node_network_carrier_down_changes_total{device="veth6c6fca6"} 2 node_network_carrier_down_changes_total{device="veth6d09418"} 2 node_network_carrier_down_changes_total{device="veth6ec4c37"} 1 node_network_carrier_down_changes_total{device="veth6f0ff64"} 1 node_network_carrier_down_changes_total{device="veth6f7335c"} 2 node_network_carrier_down_changes_total{device="veth700b714"} 1 node_network_carrier_down_changes_total{device="veth703f646"} 2 node_network_carrier_down_changes_total{device="veth70ce227"} 1 node_network_carrier_down_changes_total{device="veth712c663"} 2 node_network_carrier_down_changes_total{device="veth716d6c7"} 2 node_network_carrier_down_changes_total{device="veth719781b"} 2 node_network_carrier_down_changes_total{device="veth729d504"} 1 node_network_carrier_down_changes_total{device="veth746f620"} 1 node_network_carrier_down_changes_total{device="veth74b10b9"} 1 node_network_carrier_down_changes_total{device="veth74d1731"} 2 node_network_carrier_down_changes_total{device="veth74e024f"} 2 node_network_carrier_down_changes_total{device="veth758cb42"} 2 node_network_carrier_down_changes_total{device="veth7590df4"} 1 node_network_carrier_down_changes_total{device="veth75a56e0"} 1 node_network_carrier_down_changes_total{device="veth75dc34d"} 1 node_network_carrier_down_changes_total{device="veth75ed4dc"} 1 node_network_carrier_down_changes_total{device="veth793ade8"} 2 node_network_carrier_down_changes_total{device="veth79c5141"} 2 node_network_carrier_down_changes_total{device="veth7afd9d3"} 2 node_network_carrier_down_changes_total{device="veth7ba76be"} 2 node_network_carrier_down_changes_total{device="veth7c22dd3"} 2 node_network_carrier_down_changes_total{device="veth7c2565d"} 2 node_network_carrier_down_changes_total{device="veth7c702ad"} 2 node_network_carrier_down_changes_total{device="veth7c83e5c"} 2 node_network_carrier_down_changes_total{device="veth7d16666"} 2 node_network_carrier_down_changes_total{device="veth7d30658"} 2 node_network_carrier_down_changes_total{device="veth7d40ded"} 2 node_network_carrier_down_changes_total{device="veth7d94491"} 2 node_network_carrier_down_changes_total{device="veth7d9d5f6"} 2 node_network_carrier_down_changes_total{device="veth7ea6d28"} 1 node_network_carrier_down_changes_total{device="veth7f1ce99"} 1 node_network_carrier_down_changes_total{device="veth7fa51ee"} 1 node_network_carrier_down_changes_total{device="veth7fbec60"} 1 node_network_carrier_down_changes_total{device="veth80af51e"} 1 node_network_carrier_down_changes_total{device="veth810edf5"} 1 node_network_carrier_down_changes_total{device="veth81f49ff"} 1 node_network_carrier_down_changes_total{device="veth82471a9"} 2 node_network_carrier_down_changes_total{device="veth8347724"} 2 node_network_carrier_down_changes_total{device="veth83bc7e8"} 2 node_network_carrier_down_changes_total{device="veth841efb4"} 2 node_network_carrier_down_changes_total{device="veth84341ad"} 1 node_network_carrier_down_changes_total{device="veth848770f"} 1 node_network_carrier_down_changes_total{device="veth849e867"} 1 node_network_carrier_down_changes_total{device="veth84a62fb"} 1 node_network_carrier_down_changes_total{device="veth84d9527"} 1 node_network_carrier_down_changes_total{device="veth853da8f"} 1 node_network_carrier_down_changes_total{device="veth8606e91"} 1 node_network_carrier_down_changes_total{device="veth863f7a4"} 2 node_network_carrier_down_changes_total{device="veth8678e16"} 2 node_network_carrier_down_changes_total{device="veth86c903b"} 2 node_network_carrier_down_changes_total{device="veth872b030"} 2 node_network_carrier_down_changes_total{device="veth88f0ac0"} 2 node_network_carrier_down_changes_total{device="veth892e775"} 1 node_network_carrier_down_changes_total{device="veth89e5167"} 2 node_network_carrier_down_changes_total{device="veth8a33db5"} 2 node_network_carrier_down_changes_total{device="veth8acd4c4"} 2 node_network_carrier_down_changes_total{device="veth8c55edf"} 1 node_network_carrier_down_changes_total{device="veth8c8400b"} 1 node_network_carrier_down_changes_total{device="veth8d958d0"} 1 node_network_carrier_down_changes_total{device="veth8dabee9"} 2 node_network_carrier_down_changes_total{device="veth8e00e4f"} 1 node_network_carrier_down_changes_total{device="veth8edd906"} 2 node_network_carrier_down_changes_total{device="veth8fa6ffb"} 2 node_network_carrier_down_changes_total{device="veth900167c"} 2 node_network_carrier_down_changes_total{device="veth91d026f"} 2 node_network_carrier_down_changes_total{device="veth92ac478"} 2 node_network_carrier_down_changes_total{device="veth946c1de"} 2 node_network_carrier_down_changes_total{device="veth946c5cd"} 1 node_network_carrier_down_changes_total{device="veth94def52"} 1 node_network_carrier_down_changes_total{device="veth95fb0da"} 1 node_network_carrier_down_changes_total{device="veth962c636"} 1 node_network_carrier_down_changes_total{device="veth9729cc7"} 1 node_network_carrier_down_changes_total{device="veth98115bf"} 1 node_network_carrier_down_changes_total{device="veth9894f21"} 2 node_network_carrier_down_changes_total{device="veth9970996"} 2 node_network_carrier_down_changes_total{device="veth9a138aa"} 2 node_network_carrier_down_changes_total{device="veth9a152cc"} 2 node_network_carrier_down_changes_total{device="veth9a59911"} 2 node_network_carrier_down_changes_total{device="veth9ab7cea"} 1 node_network_carrier_down_changes_total{device="veth9b084c6"} 1 node_network_carrier_down_changes_total{device="veth9b8eeb9"} 2 node_network_carrier_down_changes_total{device="veth9be17ae"} 2 node_network_carrier_down_changes_total{device="veth9c8ad8b"} 1 node_network_carrier_down_changes_total{device="veth9ca41c2"} 1 node_network_carrier_down_changes_total{device="veth9cd890b"} 2 node_network_carrier_down_changes_total{device="veth9d6a7bc"} 1 node_network_carrier_down_changes_total{device="veth9dd756f"} 2 node_network_carrier_down_changes_total{device="veth9df5a85"} 1 node_network_carrier_down_changes_total{device="veth9ee34dc"} 2 node_network_carrier_down_changes_total{device="veth9f0e9bc"} 1 node_network_carrier_down_changes_total{device="veth9f11fce"} 2 node_network_carrier_down_changes_total{device="veth9fb5f57"} 1 node_network_carrier_down_changes_total{device="veth9fc1c8b"} 2 node_network_carrier_down_changes_total{device="vetha0d8fd7"} 1 node_network_carrier_down_changes_total{device="vetha0dbb0e"} 2 node_network_carrier_down_changes_total{device="vetha0f070c"} 2 node_network_carrier_down_changes_total{device="vetha1d4491"} 1 node_network_carrier_down_changes_total{device="vetha2479b0"} 2 node_network_carrier_down_changes_total{device="vetha267906"} 2 node_network_carrier_down_changes_total{device="vetha2c7d1b"} 2 node_network_carrier_down_changes_total{device="vetha340e8c"} 2 node_network_carrier_down_changes_total{device="vetha365085"} 1 node_network_carrier_down_changes_total{device="vetha3cdccc"} 1 node_network_carrier_down_changes_total{device="vetha44899b"} 2 node_network_carrier_down_changes_total{device="vetha4c6ac9"} 2 node_network_carrier_down_changes_total{device="vetha4d381c"} 1 node_network_carrier_down_changes_total{device="vetha558068"} 1 node_network_carrier_down_changes_total{device="vetha5ed2bf"} 1 node_network_carrier_down_changes_total{device="vetha7661ca"} 1 node_network_carrier_down_changes_total{device="vetha8b7fa4"} 2 node_network_carrier_down_changes_total{device="vetha8f99c8"} 2 node_network_carrier_down_changes_total{device="vetha91a27c"} 1 node_network_carrier_down_changes_total{device="vetha96b7be"} 1 node_network_carrier_down_changes_total{device="vethaa45e89"} 1 node_network_carrier_down_changes_total{device="vethab6915b"} 1 node_network_carrier_down_changes_total{device="vethabb965f"} 2 node_network_carrier_down_changes_total{device="vethac93a1a"} 2 node_network_carrier_down_changes_total{device="vethacf3fd1"} 1 node_network_carrier_down_changes_total{device="vethae8b5de"} 1 node_network_carrier_down_changes_total{device="vethaefa773"} 2 node_network_carrier_down_changes_total{device="vethafca1f2"} 2 node_network_carrier_down_changes_total{device="vethafd40c3"} 1 node_network_carrier_down_changes_total{device="vethafdfb61"} 2 node_network_carrier_down_changes_total{device="vethb174b7c"} 2 node_network_carrier_down_changes_total{device="vethb1d3234"} 1 node_network_carrier_down_changes_total{device="vethb1d492d"} 1 node_network_carrier_down_changes_total{device="vethb2715f8"} 2 node_network_carrier_down_changes_total{device="vethb2e3f54"} 2 node_network_carrier_down_changes_total{device="vethb3532dd"} 2 node_network_carrier_down_changes_total{device="vethb3cc631"} 1 node_network_carrier_down_changes_total{device="vethb421518"} 2 node_network_carrier_down_changes_total{device="vethb541e00"} 1 node_network_carrier_down_changes_total{device="vethb54ab4e"} 1 node_network_carrier_down_changes_total{device="vethb58e487"} 2 node_network_carrier_down_changes_total{device="vethb5cf9d4"} 2 node_network_carrier_down_changes_total{device="vethb5df291"} 2 node_network_carrier_down_changes_total{device="vethb79060e"} 1 node_network_carrier_down_changes_total{device="vethb7d0ffc"} 2 node_network_carrier_down_changes_total{device="vethb81f225"} 1 node_network_carrier_down_changes_total{device="vethb8d6278"} 2 node_network_carrier_down_changes_total{device="vethb90ec2b"} 2 node_network_carrier_down_changes_total{device="vethb921f9d"} 1 node_network_carrier_down_changes_total{device="vethb9aadf5"} 1 node_network_carrier_down_changes_total{device="vethbb3fe72"} 2 node_network_carrier_down_changes_total{device="vethbb4e364"} 1 node_network_carrier_down_changes_total{device="vethbb9533e"} 1 node_network_carrier_down_changes_total{device="vethbc09edc"} 2 node_network_carrier_down_changes_total{device="vethbc16364"} 2 node_network_carrier_down_changes_total{device="vethbc2e354"} 2 node_network_carrier_down_changes_total{device="vethbc96882"} 1 node_network_carrier_down_changes_total{device="vethbcc666a"} 2 node_network_carrier_down_changes_total{device="vethbd115d2"} 1 node_network_carrier_down_changes_total{device="vethbd22d95"} 1 node_network_carrier_down_changes_total{device="vethbd50c49"} 1 node_network_carrier_down_changes_total{device="vethbd939c9"} 2 node_network_carrier_down_changes_total{device="vethbdb2bf0"} 2 node_network_carrier_down_changes_total{device="vethbe2f9af"} 1 node_network_carrier_down_changes_total{device="vethbe5573b"} 1 node_network_carrier_down_changes_total{device="vethbeb46b5"} 2 node_network_carrier_down_changes_total{device="vethbeee8f8"} 1 node_network_carrier_down_changes_total{device="vethbf26e2e"} 2 node_network_carrier_down_changes_total{device="vethbf27ea7"} 2 node_network_carrier_down_changes_total{device="vethbf3e7a4"} 1 node_network_carrier_down_changes_total{device="vethbf48ed1"} 2 node_network_carrier_down_changes_total{device="vethbffa4b0"} 2 node_network_carrier_down_changes_total{device="vethc097a42"} 2 node_network_carrier_down_changes_total{device="vethc0e8e4a"} 2 node_network_carrier_down_changes_total{device="vethc171628"} 1 node_network_carrier_down_changes_total{device="vethc1b3d9a"} 2 node_network_carrier_down_changes_total{device="vethc283146"} 2 node_network_carrier_down_changes_total{device="vethc2b7b26"} 2 node_network_carrier_down_changes_total{device="vethc326f73"} 1 node_network_carrier_down_changes_total{device="vethc393cfd"} 2 node_network_carrier_down_changes_total{device="vethc3e0111"} 2 node_network_carrier_down_changes_total{device="vethc3f7661"} 1 node_network_carrier_down_changes_total{device="vethc4deb04"} 1 node_network_carrier_down_changes_total{device="vethc50c474"} 2 node_network_carrier_down_changes_total{device="vethc54d293"} 2 node_network_carrier_down_changes_total{device="vethc5d5b9d"} 2 node_network_carrier_down_changes_total{device="vethc607859"} 2 node_network_carrier_down_changes_total{device="vethc64d99d"} 1 node_network_carrier_down_changes_total{device="vethc69d766"} 2 node_network_carrier_down_changes_total{device="vethc6b8da5"} 1 node_network_carrier_down_changes_total{device="vethc72834f"} 1 node_network_carrier_down_changes_total{device="vethc76495d"} 1 node_network_carrier_down_changes_total{device="vethc7c552e"} 1 node_network_carrier_down_changes_total{device="vethc7d5e61"} 2 node_network_carrier_down_changes_total{device="vethc8c3b71"} 2 node_network_carrier_down_changes_total{device="vethc919987"} 1 node_network_carrier_down_changes_total{device="vethc996ac7"} 1 node_network_carrier_down_changes_total{device="vethca97906"} 1 node_network_carrier_down_changes_total{device="vethcbc8c45"} 1 node_network_carrier_down_changes_total{device="vethcc41921"} 1 node_network_carrier_down_changes_total{device="vethcc52e3d"} 1 node_network_carrier_down_changes_total{device="vethcc994c9"} 2 node_network_carrier_down_changes_total{device="vethccf6d29"} 2 node_network_carrier_down_changes_total{device="vethce241be"} 1 node_network_carrier_down_changes_total{device="vethcf354b0"} 2 node_network_carrier_down_changes_total{device="vethcff22cf"} 2 node_network_carrier_down_changes_total{device="vethd06f5d2"} 2 node_network_carrier_down_changes_total{device="vethd0d84db"} 1 node_network_carrier_down_changes_total{device="vethd0f0797"} 2 node_network_carrier_down_changes_total{device="vethd1070ff"} 2 node_network_carrier_down_changes_total{device="vethd185802"} 1 node_network_carrier_down_changes_total{device="vethd1942a6"} 1 node_network_carrier_down_changes_total{device="vethd1e0f0f"} 2 node_network_carrier_down_changes_total{device="vethd21a7f0"} 2 node_network_carrier_down_changes_total{device="vethd2374a1"} 2 node_network_carrier_down_changes_total{device="vethd268ff7"} 2 node_network_carrier_down_changes_total{device="vethd35d652"} 2 node_network_carrier_down_changes_total{device="vethd3ddef0"} 1 node_network_carrier_down_changes_total{device="vethd408fa4"} 2 node_network_carrier_down_changes_total{device="vethd4b883a"} 1 node_network_carrier_down_changes_total{device="vethd529fd4"} 1 node_network_carrier_down_changes_total{device="vethd5d2986"} 1 node_network_carrier_down_changes_total{device="vethd5d44f1"} 2 node_network_carrier_down_changes_total{device="vethd618e36"} 1 node_network_carrier_down_changes_total{device="vethd6641b3"} 2 node_network_carrier_down_changes_total{device="vethd70d558"} 2 node_network_carrier_down_changes_total{device="vethd774c27"} 1 node_network_carrier_down_changes_total{device="vethd79e9f5"} 2 node_network_carrier_down_changes_total{device="vethd7c8767"} 2 node_network_carrier_down_changes_total{device="vethd7f39b3"} 2 node_network_carrier_down_changes_total{device="vethd84aaa2"} 1 node_network_carrier_down_changes_total{device="vethd887cc8"} 2 node_network_carrier_down_changes_total{device="vethd8ed3b7"} 1 node_network_carrier_down_changes_total{device="vethd9041b9"} 1 node_network_carrier_down_changes_total{device="vethd922e96"} 1 node_network_carrier_down_changes_total{device="vethd93c801"} 2 node_network_carrier_down_changes_total{device="vethd96e53a"} 2 node_network_carrier_down_changes_total{device="vethd9e80a7"} 1 node_network_carrier_down_changes_total{device="vethd9f9021"} 1 node_network_carrier_down_changes_total{device="vethda1c202"} 1 node_network_carrier_down_changes_total{device="vethdc03552"} 2 node_network_carrier_down_changes_total{device="vethdcc414f"} 2 node_network_carrier_down_changes_total{device="vethdcd7a42"} 2 node_network_carrier_down_changes_total{device="vethdd93b52"} 2 node_network_carrier_down_changes_total{device="vethddbee4c"} 2 node_network_carrier_down_changes_total{device="vethde0a9a6"} 1 node_network_carrier_down_changes_total{device="vethde1d4af"} 2 node_network_carrier_down_changes_total{device="vethde3c5db"} 2 node_network_carrier_down_changes_total{device="vethde6cf02"} 2 node_network_carrier_down_changes_total{device="vethe0607e3"} 2 node_network_carrier_down_changes_total{device="vethe07ace6"} 1 node_network_carrier_down_changes_total{device="vethe0c1701"} 2 node_network_carrier_down_changes_total{device="vethe1343dc"} 1 node_network_carrier_down_changes_total{device="vethe13fea7"} 1 node_network_carrier_down_changes_total{device="vethe1c4b8e"} 2 node_network_carrier_down_changes_total{device="vethe2df25b"} 2 node_network_carrier_down_changes_total{device="vethe3fadda"} 1 node_network_carrier_down_changes_total{device="vethe41ffcf"} 1 node_network_carrier_down_changes_total{device="vethe48c931"} 2 node_network_carrier_down_changes_total{device="vethe514c96"} 1 node_network_carrier_down_changes_total{device="vethe5413d3"} 1 node_network_carrier_down_changes_total{device="vethe5b26a5"} 2 node_network_carrier_down_changes_total{device="vethe617ba9"} 1 node_network_carrier_down_changes_total{device="vethe664b0e"} 1 node_network_carrier_down_changes_total{device="vethe6c8ced"} 2 node_network_carrier_down_changes_total{device="vethe736cf4"} 1 node_network_carrier_down_changes_total{device="vethe748123"} 1 node_network_carrier_down_changes_total{device="vethe78bb37"} 2 node_network_carrier_down_changes_total{device="vethe959666"} 2 node_network_carrier_down_changes_total{device="vethe9a832d"} 2 node_network_carrier_down_changes_total{device="vethe9f6b95"} 2 node_network_carrier_down_changes_total{device="vetheaafa33"} 1 node_network_carrier_down_changes_total{device="vetheb6c5e2"} 2 node_network_carrier_down_changes_total{device="vethec55a93"} 2 node_network_carrier_down_changes_total{device="vethecbca0a"} 2 node_network_carrier_down_changes_total{device="vethed65eeb"} 2 node_network_carrier_down_changes_total{device="vethed8cf8f"} 2 node_network_carrier_down_changes_total{device="vetheeeb839"} 1 node_network_carrier_down_changes_total{device="vethf0535f5"} 2 node_network_carrier_down_changes_total{device="vethf07cd82"} 2 node_network_carrier_down_changes_total{device="vethf07e04f"} 2 node_network_carrier_down_changes_total{device="vethf10af27"} 2 node_network_carrier_down_changes_total{device="vethf13be56"} 2 node_network_carrier_down_changes_total{device="vethf225b65"} 2 node_network_carrier_down_changes_total{device="vethf24cf0b"} 2 node_network_carrier_down_changes_total{device="vethf25f762"} 2 node_network_carrier_down_changes_total{device="vethf3e1b6a"} 2 node_network_carrier_down_changes_total{device="vethf41c1e8"} 2 node_network_carrier_down_changes_total{device="vethf44e733"} 1 node_network_carrier_down_changes_total{device="vethf57c3bb"} 2 node_network_carrier_down_changes_total{device="vethf5b3fd0"} 1 node_network_carrier_down_changes_total{device="vethf61906e"} 1 node_network_carrier_down_changes_total{device="vethf6b70c6"} 2 node_network_carrier_down_changes_total{device="vethf700626"} 2 node_network_carrier_down_changes_total{device="vethf719e39"} 2 node_network_carrier_down_changes_total{device="vethf76ee93"} 2 node_network_carrier_down_changes_total{device="vethf77cc2b"} 1 node_network_carrier_down_changes_total{device="vethf81eade"} 1 node_network_carrier_down_changes_total{device="vethf8c86df"} 1 node_network_carrier_down_changes_total{device="vethf9b8ad4"} 1 node_network_carrier_down_changes_total{device="vethfa1b0e8"} 2 node_network_carrier_down_changes_total{device="vethfa1f320"} 1 node_network_carrier_down_changes_total{device="vethfa2dd43"} 1 node_network_carrier_down_changes_total{device="vethfadc2ac"} 2 node_network_carrier_down_changes_total{device="vethfafe27c"} 2 node_network_carrier_down_changes_total{device="vethfb1de8a"} 2 node_network_carrier_down_changes_total{device="vethfb5a12c"} 1 node_network_carrier_down_changes_total{device="vethfb79591"} 2 node_network_carrier_down_changes_total{device="vethfc28698"} 1 node_network_carrier_down_changes_total{device="vethfc4799a"} 2 node_network_carrier_down_changes_total{device="vethfe615fb"} 1 node_network_carrier_down_changes_total{device="vethff2e95b"} 1 node_network_carrier_down_changes_total{device="vethffa3629"} 2 # 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-026d8e52a915"} 3 node_network_carrier_up_changes_total{device="br-028df7dbe79c"} 2 node_network_carrier_up_changes_total{device="br-0c77bfc382c5"} 3 node_network_carrier_up_changes_total{device="br-393152ee2ab7"} 2 node_network_carrier_up_changes_total{device="br-6acdaa8c9f1b"} 5 node_network_carrier_up_changes_total{device="br-895d39099eb3"} 3 node_network_carrier_up_changes_total{device="br-9a4c633e7389"} 3 node_network_carrier_up_changes_total{device="br-b2db2f4bc8e1"} 3 node_network_carrier_up_changes_total{device="br-b83cbe748b37"} 3 node_network_carrier_up_changes_total{device="br-c7afcacea542"} 5 node_network_carrier_up_changes_total{device="br-c829cf887623"} 3 node_network_carrier_up_changes_total{device="br-eb0faf84288b"} 3 node_network_carrier_up_changes_total{device="docker0"} 218 node_network_carrier_up_changes_total{device="enp7s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0073e6a"} 1 node_network_carrier_up_changes_total{device="veth010e82a"} 1 node_network_carrier_up_changes_total{device="veth01683b7"} 1 node_network_carrier_up_changes_total{device="veth01f0e03"} 1 node_network_carrier_up_changes_total{device="veth02129bc"} 1 node_network_carrier_up_changes_total{device="veth0294e47"} 1 node_network_carrier_up_changes_total{device="veth02edd68"} 1 node_network_carrier_up_changes_total{device="veth03f6d35"} 1 node_network_carrier_up_changes_total{device="veth0487eab"} 1 node_network_carrier_up_changes_total{device="veth04a02fa"} 1 node_network_carrier_up_changes_total{device="veth04a792c"} 1 node_network_carrier_up_changes_total{device="veth0520912"} 1 node_network_carrier_up_changes_total{device="veth053b7ea"} 1 node_network_carrier_up_changes_total{device="veth054d183"} 1 node_network_carrier_up_changes_total{device="veth0588159"} 1 node_network_carrier_up_changes_total{device="veth06087df"} 1 node_network_carrier_up_changes_total{device="veth0683bd7"} 1 node_network_carrier_up_changes_total{device="veth0770762"} 1 node_network_carrier_up_changes_total{device="veth07b3d46"} 1 node_network_carrier_up_changes_total{device="veth07b7237"} 1 node_network_carrier_up_changes_total{device="veth083dcb1"} 1 node_network_carrier_up_changes_total{device="veth0843d47"} 1 node_network_carrier_up_changes_total{device="veth08b2ce6"} 1 node_network_carrier_up_changes_total{device="veth08f5c22"} 1 node_network_carrier_up_changes_total{device="veth0983dc8"} 1 node_network_carrier_up_changes_total{device="veth099bbf7"} 1 node_network_carrier_up_changes_total{device="veth0a33edc"} 1 node_network_carrier_up_changes_total{device="veth0a3e5dc"} 1 node_network_carrier_up_changes_total{device="veth0a406ae"} 1 node_network_carrier_up_changes_total{device="veth0a9af9f"} 1 node_network_carrier_up_changes_total{device="veth0c504cf"} 1 node_network_carrier_up_changes_total{device="veth0c8b368"} 1 node_network_carrier_up_changes_total{device="veth0cc91c8"} 1 node_network_carrier_up_changes_total{device="veth10365a8"} 1 node_network_carrier_up_changes_total{device="veth114179a"} 1 node_network_carrier_up_changes_total{device="veth12120a3"} 1 node_network_carrier_up_changes_total{device="veth123b9c2"} 1 node_network_carrier_up_changes_total{device="veth1325997"} 1 node_network_carrier_up_changes_total{device="veth13fab17"} 1 node_network_carrier_up_changes_total{device="veth14b0c9a"} 1 node_network_carrier_up_changes_total{device="veth151647c"} 1 node_network_carrier_up_changes_total{device="veth159f326"} 1 node_network_carrier_up_changes_total{device="veth15bf0a1"} 1 node_network_carrier_up_changes_total{device="veth15c0fe2"} 1 node_network_carrier_up_changes_total{device="veth160053f"} 1 node_network_carrier_up_changes_total{device="veth1616278"} 1 node_network_carrier_up_changes_total{device="veth1678242"} 1 node_network_carrier_up_changes_total{device="veth168e16f"} 1 node_network_carrier_up_changes_total{device="veth17def85"} 1 node_network_carrier_up_changes_total{device="veth17ecd66"} 1 node_network_carrier_up_changes_total{device="veth1821b35"} 1 node_network_carrier_up_changes_total{device="veth1899649"} 1 node_network_carrier_up_changes_total{device="veth18cbbb8"} 1 node_network_carrier_up_changes_total{device="veth18d511e"} 1 node_network_carrier_up_changes_total{device="veth18e9634"} 1 node_network_carrier_up_changes_total{device="veth1929fb1"} 1 node_network_carrier_up_changes_total{device="veth1957071"} 1 node_network_carrier_up_changes_total{device="veth19fc3cd"} 1 node_network_carrier_up_changes_total{device="veth1a3e11a"} 1 node_network_carrier_up_changes_total{device="veth1a786f9"} 1 node_network_carrier_up_changes_total{device="veth1a8dbfb"} 1 node_network_carrier_up_changes_total{device="veth1aeaa71"} 1 node_network_carrier_up_changes_total{device="veth1b8cce8"} 1 node_network_carrier_up_changes_total{device="veth1d309cb"} 1 node_network_carrier_up_changes_total{device="veth1d56af8"} 1 node_network_carrier_up_changes_total{device="veth1d7db64"} 1 node_network_carrier_up_changes_total{device="veth1eb823c"} 1 node_network_carrier_up_changes_total{device="veth1f6f24d"} 1 node_network_carrier_up_changes_total{device="veth202aa31"} 1 node_network_carrier_up_changes_total{device="veth207fd71"} 1 node_network_carrier_up_changes_total{device="veth2081a27"} 1 node_network_carrier_up_changes_total{device="veth209dd7a"} 1 node_network_carrier_up_changes_total{device="veth20be67e"} 1 node_network_carrier_up_changes_total{device="veth212af81"} 1 node_network_carrier_up_changes_total{device="veth221aac3"} 1 node_network_carrier_up_changes_total{device="veth22d8e40"} 1 node_network_carrier_up_changes_total{device="veth22fad06"} 1 node_network_carrier_up_changes_total{device="veth230c5dd"} 1 node_network_carrier_up_changes_total{device="veth2323bf7"} 1 node_network_carrier_up_changes_total{device="veth239a22d"} 1 node_network_carrier_up_changes_total{device="veth23aa81a"} 1 node_network_carrier_up_changes_total{device="veth23aaf8d"} 1 node_network_carrier_up_changes_total{device="veth24105bf"} 1 node_network_carrier_up_changes_total{device="veth2495899"} 1 node_network_carrier_up_changes_total{device="veth2615dda"} 1 node_network_carrier_up_changes_total{device="veth26654a4"} 1 node_network_carrier_up_changes_total{device="veth2679a47"} 1 node_network_carrier_up_changes_total{device="veth27af53a"} 1 node_network_carrier_up_changes_total{device="veth29020dd"} 1 node_network_carrier_up_changes_total{device="veth292ba70"} 1 node_network_carrier_up_changes_total{device="veth29b3b3c"} 1 node_network_carrier_up_changes_total{device="veth29f0eab"} 1 node_network_carrier_up_changes_total{device="veth2a74a99"} 1 node_network_carrier_up_changes_total{device="veth2ad52f5"} 1 node_network_carrier_up_changes_total{device="veth2c1d381"} 1 node_network_carrier_up_changes_total{device="veth2c9a8c2"} 1 node_network_carrier_up_changes_total{device="veth2ce4c6a"} 1 node_network_carrier_up_changes_total{device="veth2d58f81"} 1 node_network_carrier_up_changes_total{device="veth2d94cfa"} 1 node_network_carrier_up_changes_total{device="veth2ddadd1"} 1 node_network_carrier_up_changes_total{device="veth2e85db2"} 1 node_network_carrier_up_changes_total{device="veth2e92b86"} 1 node_network_carrier_up_changes_total{device="veth2ebb250"} 1 node_network_carrier_up_changes_total{device="veth2f20774"} 1 node_network_carrier_up_changes_total{device="veth2fe230f"} 1 node_network_carrier_up_changes_total{device="veth3082d47"} 1 node_network_carrier_up_changes_total{device="veth30ab815"} 1 node_network_carrier_up_changes_total{device="veth30b8afd"} 1 node_network_carrier_up_changes_total{device="veth30c2ec1"} 1 node_network_carrier_up_changes_total{device="veth30f0922"} 1 node_network_carrier_up_changes_total{device="veth3141554"} 1 node_network_carrier_up_changes_total{device="veth3151ba5"} 1 node_network_carrier_up_changes_total{device="veth31d2eaa"} 1 node_network_carrier_up_changes_total{device="veth320cba1"} 1 node_network_carrier_up_changes_total{device="veth320f850"} 1 node_network_carrier_up_changes_total{device="veth322b9b8"} 1 node_network_carrier_up_changes_total{device="veth328eadb"} 1 node_network_carrier_up_changes_total{device="veth32d6589"} 1 node_network_carrier_up_changes_total{device="veth337f453"} 1 node_network_carrier_up_changes_total{device="veth33aa790"} 1 node_network_carrier_up_changes_total{device="veth33c2333"} 1 node_network_carrier_up_changes_total{device="veth33ff62d"} 1 node_network_carrier_up_changes_total{device="veth344048f"} 1 node_network_carrier_up_changes_total{device="veth345d8aa"} 1 node_network_carrier_up_changes_total{device="veth350043e"} 1 node_network_carrier_up_changes_total{device="veth357f9a6"} 1 node_network_carrier_up_changes_total{device="veth35ba668"} 1 node_network_carrier_up_changes_total{device="veth36351a0"} 1 node_network_carrier_up_changes_total{device="veth3681ad5"} 1 node_network_carrier_up_changes_total{device="veth368fb65"} 1 node_network_carrier_up_changes_total{device="veth36e51bf"} 1 node_network_carrier_up_changes_total{device="veth36ff62d"} 1 node_network_carrier_up_changes_total{device="veth374c886"} 1 node_network_carrier_up_changes_total{device="veth384adb9"} 1 node_network_carrier_up_changes_total{device="veth3880ae5"} 1 node_network_carrier_up_changes_total{device="veth38a1e62"} 1 node_network_carrier_up_changes_total{device="veth38dd5d6"} 1 node_network_carrier_up_changes_total{device="veth391bdb4"} 1 node_network_carrier_up_changes_total{device="veth3940776"} 1 node_network_carrier_up_changes_total{device="veth395fce7"} 1 node_network_carrier_up_changes_total{device="veth398f945"} 1 node_network_carrier_up_changes_total{device="veth3a6420a"} 1 node_network_carrier_up_changes_total{device="veth3a6d0d0"} 1 node_network_carrier_up_changes_total{device="veth3ab2f83"} 1 node_network_carrier_up_changes_total{device="veth3af42ba"} 1 node_network_carrier_up_changes_total{device="veth3b3a088"} 1 node_network_carrier_up_changes_total{device="veth3b98e11"} 1 node_network_carrier_up_changes_total{device="veth3b9bec1"} 1 node_network_carrier_up_changes_total{device="veth3bf8415"} 1 node_network_carrier_up_changes_total{device="veth3d40be3"} 1 node_network_carrier_up_changes_total{device="veth3dd5600"} 1 node_network_carrier_up_changes_total{device="veth3dd9a17"} 1 node_network_carrier_up_changes_total{device="veth3e20285"} 1 node_network_carrier_up_changes_total{device="veth3edbccf"} 1 node_network_carrier_up_changes_total{device="veth3efd193"} 1 node_network_carrier_up_changes_total{device="veth3f107ab"} 1 node_network_carrier_up_changes_total{device="veth3f604c5"} 1 node_network_carrier_up_changes_total{device="veth3fcc46c"} 1 node_network_carrier_up_changes_total{device="veth40272ae"} 1 node_network_carrier_up_changes_total{device="veth4034003"} 1 node_network_carrier_up_changes_total{device="veth4044350"} 1 node_network_carrier_up_changes_total{device="veth4069685"} 1 node_network_carrier_up_changes_total{device="veth416f8f4"} 1 node_network_carrier_up_changes_total{device="veth419304f"} 1 node_network_carrier_up_changes_total{device="veth41a3a93"} 1 node_network_carrier_up_changes_total{device="veth41fb34a"} 1 node_network_carrier_up_changes_total{device="veth41fcef0"} 1 node_network_carrier_up_changes_total{device="veth428e028"} 1 node_network_carrier_up_changes_total{device="veth443b91c"} 1 node_network_carrier_up_changes_total{device="veth44f1fa8"} 1 node_network_carrier_up_changes_total{device="veth4550804"} 1 node_network_carrier_up_changes_total{device="veth4562f04"} 1 node_network_carrier_up_changes_total{device="veth457a795"} 1 node_network_carrier_up_changes_total{device="veth458490d"} 1 node_network_carrier_up_changes_total{device="veth459832e"} 1 node_network_carrier_up_changes_total{device="veth45f2515"} 1 node_network_carrier_up_changes_total{device="veth4677387"} 1 node_network_carrier_up_changes_total{device="veth469233d"} 1 node_network_carrier_up_changes_total{device="veth47f4190"} 1 node_network_carrier_up_changes_total{device="veth48023de"} 1 node_network_carrier_up_changes_total{device="veth483ae51"} 1 node_network_carrier_up_changes_total{device="veth48dde12"} 1 node_network_carrier_up_changes_total{device="veth4a6d44e"} 1 node_network_carrier_up_changes_total{device="veth4aba26b"} 1 node_network_carrier_up_changes_total{device="veth4b6a8ab"} 1 node_network_carrier_up_changes_total{device="veth4d7ab27"} 1 node_network_carrier_up_changes_total{device="veth4e09deb"} 1 node_network_carrier_up_changes_total{device="veth4e9c762"} 1 node_network_carrier_up_changes_total{device="veth4ef1b57"} 1 node_network_carrier_up_changes_total{device="veth4f48dee"} 1 node_network_carrier_up_changes_total{device="veth4f982a3"} 1 node_network_carrier_up_changes_total{device="veth4fb59f4"} 1 node_network_carrier_up_changes_total{device="veth503a1ec"} 1 node_network_carrier_up_changes_total{device="veth503c493"} 1 node_network_carrier_up_changes_total{device="veth504df73"} 1 node_network_carrier_up_changes_total{device="veth5067620"} 1 node_network_carrier_up_changes_total{device="veth506ef7a"} 1 node_network_carrier_up_changes_total{device="veth5078bd4"} 1 node_network_carrier_up_changes_total{device="veth50e5845"} 1 node_network_carrier_up_changes_total{device="veth514bb8f"} 1 node_network_carrier_up_changes_total{device="veth5164377"} 1 node_network_carrier_up_changes_total{device="veth520248a"} 1 node_network_carrier_up_changes_total{device="veth5287b89"} 1 node_network_carrier_up_changes_total{device="veth52bc56b"} 1 node_network_carrier_up_changes_total{device="veth52f1bd3"} 1 node_network_carrier_up_changes_total{device="veth544a0b6"} 1 node_network_carrier_up_changes_total{device="veth55240b9"} 1 node_network_carrier_up_changes_total{device="veth56cffbb"} 1 node_network_carrier_up_changes_total{device="veth56ed7c1"} 1 node_network_carrier_up_changes_total{device="veth5708788"} 1 node_network_carrier_up_changes_total{device="veth576344a"} 1 node_network_carrier_up_changes_total{device="veth577d8bb"} 1 node_network_carrier_up_changes_total{device="veth596fd33"} 1 node_network_carrier_up_changes_total{device="veth5aad8aa"} 1 node_network_carrier_up_changes_total{device="veth5ab0b2a"} 1 node_network_carrier_up_changes_total{device="veth5b434a4"} 1 node_network_carrier_up_changes_total{device="veth5c40725"} 1 node_network_carrier_up_changes_total{device="veth5c6c998"} 1 node_network_carrier_up_changes_total{device="veth5cbcf24"} 1 node_network_carrier_up_changes_total{device="veth5cf1150"} 1 node_network_carrier_up_changes_total{device="veth5cf99c9"} 1 node_network_carrier_up_changes_total{device="veth5db1800"} 1 node_network_carrier_up_changes_total{device="veth5ecb0b2"} 1 node_network_carrier_up_changes_total{device="veth5f39e07"} 1 node_network_carrier_up_changes_total{device="veth605305d"} 1 node_network_carrier_up_changes_total{device="veth6163981"} 1 node_network_carrier_up_changes_total{device="veth61cf889"} 1 node_network_carrier_up_changes_total{device="veth61da541"} 1 node_network_carrier_up_changes_total{device="veth628bbe9"} 1 node_network_carrier_up_changes_total{device="veth639387f"} 1 node_network_carrier_up_changes_total{device="veth63ffe69"} 1 node_network_carrier_up_changes_total{device="veth648a707"} 1 node_network_carrier_up_changes_total{device="veth654fb49"} 1 node_network_carrier_up_changes_total{device="veth65689f8"} 1 node_network_carrier_up_changes_total{device="veth6675659"} 1 node_network_carrier_up_changes_total{device="veth66bd85c"} 1 node_network_carrier_up_changes_total{device="veth66f2b16"} 1 node_network_carrier_up_changes_total{device="veth6719010"} 1 node_network_carrier_up_changes_total{device="veth672a31a"} 1 node_network_carrier_up_changes_total{device="veth67b5571"} 1 node_network_carrier_up_changes_total{device="veth682c78b"} 1 node_network_carrier_up_changes_total{device="veth683b1d0"} 1 node_network_carrier_up_changes_total{device="veth6888178"} 1 node_network_carrier_up_changes_total{device="veth699f465"} 1 node_network_carrier_up_changes_total{device="veth69efa93"} 1 node_network_carrier_up_changes_total{device="veth6a8066d"} 1 node_network_carrier_up_changes_total{device="veth6bb5987"} 1 node_network_carrier_up_changes_total{device="veth6c2abab"} 1 node_network_carrier_up_changes_total{device="veth6c4dbe3"} 1 node_network_carrier_up_changes_total{device="veth6c6fca6"} 1 node_network_carrier_up_changes_total{device="veth6d09418"} 1 node_network_carrier_up_changes_total{device="veth6ec4c37"} 1 node_network_carrier_up_changes_total{device="veth6f0ff64"} 1 node_network_carrier_up_changes_total{device="veth6f7335c"} 1 node_network_carrier_up_changes_total{device="veth700b714"} 1 node_network_carrier_up_changes_total{device="veth703f646"} 1 node_network_carrier_up_changes_total{device="veth70ce227"} 1 node_network_carrier_up_changes_total{device="veth712c663"} 1 node_network_carrier_up_changes_total{device="veth716d6c7"} 1 node_network_carrier_up_changes_total{device="veth719781b"} 1 node_network_carrier_up_changes_total{device="veth729d504"} 1 node_network_carrier_up_changes_total{device="veth746f620"} 1 node_network_carrier_up_changes_total{device="veth74b10b9"} 1 node_network_carrier_up_changes_total{device="veth74d1731"} 1 node_network_carrier_up_changes_total{device="veth74e024f"} 1 node_network_carrier_up_changes_total{device="veth758cb42"} 1 node_network_carrier_up_changes_total{device="veth7590df4"} 1 node_network_carrier_up_changes_total{device="veth75a56e0"} 1 node_network_carrier_up_changes_total{device="veth75dc34d"} 1 node_network_carrier_up_changes_total{device="veth75ed4dc"} 1 node_network_carrier_up_changes_total{device="veth793ade8"} 1 node_network_carrier_up_changes_total{device="veth79c5141"} 1 node_network_carrier_up_changes_total{device="veth7afd9d3"} 1 node_network_carrier_up_changes_total{device="veth7ba76be"} 1 node_network_carrier_up_changes_total{device="veth7c22dd3"} 1 node_network_carrier_up_changes_total{device="veth7c2565d"} 1 node_network_carrier_up_changes_total{device="veth7c702ad"} 1 node_network_carrier_up_changes_total{device="veth7c83e5c"} 1 node_network_carrier_up_changes_total{device="veth7d16666"} 1 node_network_carrier_up_changes_total{device="veth7d30658"} 1 node_network_carrier_up_changes_total{device="veth7d40ded"} 1 node_network_carrier_up_changes_total{device="veth7d94491"} 1 node_network_carrier_up_changes_total{device="veth7d9d5f6"} 1 node_network_carrier_up_changes_total{device="veth7ea6d28"} 1 node_network_carrier_up_changes_total{device="veth7f1ce99"} 1 node_network_carrier_up_changes_total{device="veth7fa51ee"} 1 node_network_carrier_up_changes_total{device="veth7fbec60"} 1 node_network_carrier_up_changes_total{device="veth80af51e"} 1 node_network_carrier_up_changes_total{device="veth810edf5"} 1 node_network_carrier_up_changes_total{device="veth81f49ff"} 1 node_network_carrier_up_changes_total{device="veth82471a9"} 1 node_network_carrier_up_changes_total{device="veth8347724"} 1 node_network_carrier_up_changes_total{device="veth83bc7e8"} 1 node_network_carrier_up_changes_total{device="veth841efb4"} 1 node_network_carrier_up_changes_total{device="veth84341ad"} 1 node_network_carrier_up_changes_total{device="veth848770f"} 1 node_network_carrier_up_changes_total{device="veth849e867"} 1 node_network_carrier_up_changes_total{device="veth84a62fb"} 1 node_network_carrier_up_changes_total{device="veth84d9527"} 1 node_network_carrier_up_changes_total{device="veth853da8f"} 1 node_network_carrier_up_changes_total{device="veth8606e91"} 1 node_network_carrier_up_changes_total{device="veth863f7a4"} 1 node_network_carrier_up_changes_total{device="veth8678e16"} 1 node_network_carrier_up_changes_total{device="veth86c903b"} 1 node_network_carrier_up_changes_total{device="veth872b030"} 1 node_network_carrier_up_changes_total{device="veth88f0ac0"} 1 node_network_carrier_up_changes_total{device="veth892e775"} 1 node_network_carrier_up_changes_total{device="veth89e5167"} 1 node_network_carrier_up_changes_total{device="veth8a33db5"} 1 node_network_carrier_up_changes_total{device="veth8acd4c4"} 1 node_network_carrier_up_changes_total{device="veth8c55edf"} 1 node_network_carrier_up_changes_total{device="veth8c8400b"} 1 node_network_carrier_up_changes_total{device="veth8d958d0"} 1 node_network_carrier_up_changes_total{device="veth8dabee9"} 1 node_network_carrier_up_changes_total{device="veth8e00e4f"} 1 node_network_carrier_up_changes_total{device="veth8edd906"} 1 node_network_carrier_up_changes_total{device="veth8fa6ffb"} 1 node_network_carrier_up_changes_total{device="veth900167c"} 1 node_network_carrier_up_changes_total{device="veth91d026f"} 1 node_network_carrier_up_changes_total{device="veth92ac478"} 1 node_network_carrier_up_changes_total{device="veth946c1de"} 1 node_network_carrier_up_changes_total{device="veth946c5cd"} 1 node_network_carrier_up_changes_total{device="veth94def52"} 1 node_network_carrier_up_changes_total{device="veth95fb0da"} 1 node_network_carrier_up_changes_total{device="veth962c636"} 1 node_network_carrier_up_changes_total{device="veth9729cc7"} 1 node_network_carrier_up_changes_total{device="veth98115bf"} 1 node_network_carrier_up_changes_total{device="veth9894f21"} 1 node_network_carrier_up_changes_total{device="veth9970996"} 1 node_network_carrier_up_changes_total{device="veth9a138aa"} 1 node_network_carrier_up_changes_total{device="veth9a152cc"} 1 node_network_carrier_up_changes_total{device="veth9a59911"} 1 node_network_carrier_up_changes_total{device="veth9ab7cea"} 1 node_network_carrier_up_changes_total{device="veth9b084c6"} 1 node_network_carrier_up_changes_total{device="veth9b8eeb9"} 1 node_network_carrier_up_changes_total{device="veth9be17ae"} 1 node_network_carrier_up_changes_total{device="veth9c8ad8b"} 1 node_network_carrier_up_changes_total{device="veth9ca41c2"} 1 node_network_carrier_up_changes_total{device="veth9cd890b"} 1 node_network_carrier_up_changes_total{device="veth9d6a7bc"} 1 node_network_carrier_up_changes_total{device="veth9dd756f"} 1 node_network_carrier_up_changes_total{device="veth9df5a85"} 1 node_network_carrier_up_changes_total{device="veth9ee34dc"} 1 node_network_carrier_up_changes_total{device="veth9f0e9bc"} 1 node_network_carrier_up_changes_total{device="veth9f11fce"} 1 node_network_carrier_up_changes_total{device="veth9fb5f57"} 1 node_network_carrier_up_changes_total{device="veth9fc1c8b"} 1 node_network_carrier_up_changes_total{device="vetha0d8fd7"} 1 node_network_carrier_up_changes_total{device="vetha0dbb0e"} 1 node_network_carrier_up_changes_total{device="vetha0f070c"} 1 node_network_carrier_up_changes_total{device="vetha1d4491"} 1 node_network_carrier_up_changes_total{device="vetha2479b0"} 1 node_network_carrier_up_changes_total{device="vetha267906"} 1 node_network_carrier_up_changes_total{device="vetha2c7d1b"} 1 node_network_carrier_up_changes_total{device="vetha340e8c"} 1 node_network_carrier_up_changes_total{device="vetha365085"} 1 node_network_carrier_up_changes_total{device="vetha3cdccc"} 1 node_network_carrier_up_changes_total{device="vetha44899b"} 1 node_network_carrier_up_changes_total{device="vetha4c6ac9"} 1 node_network_carrier_up_changes_total{device="vetha4d381c"} 1 node_network_carrier_up_changes_total{device="vetha558068"} 1 node_network_carrier_up_changes_total{device="vetha5ed2bf"} 1 node_network_carrier_up_changes_total{device="vetha7661ca"} 1 node_network_carrier_up_changes_total{device="vetha8b7fa4"} 1 node_network_carrier_up_changes_total{device="vetha8f99c8"} 1 node_network_carrier_up_changes_total{device="vetha91a27c"} 1 node_network_carrier_up_changes_total{device="vetha96b7be"} 1 node_network_carrier_up_changes_total{device="vethaa45e89"} 1 node_network_carrier_up_changes_total{device="vethab6915b"} 1 node_network_carrier_up_changes_total{device="vethabb965f"} 1 node_network_carrier_up_changes_total{device="vethac93a1a"} 1 node_network_carrier_up_changes_total{device="vethacf3fd1"} 1 node_network_carrier_up_changes_total{device="vethae8b5de"} 1 node_network_carrier_up_changes_total{device="vethaefa773"} 1 node_network_carrier_up_changes_total{device="vethafca1f2"} 1 node_network_carrier_up_changes_total{device="vethafd40c3"} 1 node_network_carrier_up_changes_total{device="vethafdfb61"} 1 node_network_carrier_up_changes_total{device="vethb174b7c"} 1 node_network_carrier_up_changes_total{device="vethb1d3234"} 1 node_network_carrier_up_changes_total{device="vethb1d492d"} 1 node_network_carrier_up_changes_total{device="vethb2715f8"} 1 node_network_carrier_up_changes_total{device="vethb2e3f54"} 1 node_network_carrier_up_changes_total{device="vethb3532dd"} 1 node_network_carrier_up_changes_total{device="vethb3cc631"} 1 node_network_carrier_up_changes_total{device="vethb421518"} 1 node_network_carrier_up_changes_total{device="vethb541e00"} 1 node_network_carrier_up_changes_total{device="vethb54ab4e"} 1 node_network_carrier_up_changes_total{device="vethb58e487"} 1 node_network_carrier_up_changes_total{device="vethb5cf9d4"} 1 node_network_carrier_up_changes_total{device="vethb5df291"} 1 node_network_carrier_up_changes_total{device="vethb79060e"} 1 node_network_carrier_up_changes_total{device="vethb7d0ffc"} 1 node_network_carrier_up_changes_total{device="vethb81f225"} 1 node_network_carrier_up_changes_total{device="vethb8d6278"} 1 node_network_carrier_up_changes_total{device="vethb90ec2b"} 1 node_network_carrier_up_changes_total{device="vethb921f9d"} 1 node_network_carrier_up_changes_total{device="vethb9aadf5"} 1 node_network_carrier_up_changes_total{device="vethbb3fe72"} 1 node_network_carrier_up_changes_total{device="vethbb4e364"} 1 node_network_carrier_up_changes_total{device="vethbb9533e"} 1 node_network_carrier_up_changes_total{device="vethbc09edc"} 1 node_network_carrier_up_changes_total{device="vethbc16364"} 1 node_network_carrier_up_changes_total{device="vethbc2e354"} 1 node_network_carrier_up_changes_total{device="vethbc96882"} 1 node_network_carrier_up_changes_total{device="vethbcc666a"} 1 node_network_carrier_up_changes_total{device="vethbd115d2"} 1 node_network_carrier_up_changes_total{device="vethbd22d95"} 1 node_network_carrier_up_changes_total{device="vethbd50c49"} 1 node_network_carrier_up_changes_total{device="vethbd939c9"} 1 node_network_carrier_up_changes_total{device="vethbdb2bf0"} 1 node_network_carrier_up_changes_total{device="vethbe2f9af"} 1 node_network_carrier_up_changes_total{device="vethbe5573b"} 1 node_network_carrier_up_changes_total{device="vethbeb46b5"} 1 node_network_carrier_up_changes_total{device="vethbeee8f8"} 1 node_network_carrier_up_changes_total{device="vethbf26e2e"} 1 node_network_carrier_up_changes_total{device="vethbf27ea7"} 1 node_network_carrier_up_changes_total{device="vethbf3e7a4"} 1 node_network_carrier_up_changes_total{device="vethbf48ed1"} 1 node_network_carrier_up_changes_total{device="vethbffa4b0"} 1 node_network_carrier_up_changes_total{device="vethc097a42"} 1 node_network_carrier_up_changes_total{device="vethc0e8e4a"} 1 node_network_carrier_up_changes_total{device="vethc171628"} 1 node_network_carrier_up_changes_total{device="vethc1b3d9a"} 1 node_network_carrier_up_changes_total{device="vethc283146"} 1 node_network_carrier_up_changes_total{device="vethc2b7b26"} 1 node_network_carrier_up_changes_total{device="vethc326f73"} 1 node_network_carrier_up_changes_total{device="vethc393cfd"} 1 node_network_carrier_up_changes_total{device="vethc3e0111"} 1 node_network_carrier_up_changes_total{device="vethc3f7661"} 1 node_network_carrier_up_changes_total{device="vethc4deb04"} 1 node_network_carrier_up_changes_total{device="vethc50c474"} 1 node_network_carrier_up_changes_total{device="vethc54d293"} 1 node_network_carrier_up_changes_total{device="vethc5d5b9d"} 1 node_network_carrier_up_changes_total{device="vethc607859"} 1 node_network_carrier_up_changes_total{device="vethc64d99d"} 1 node_network_carrier_up_changes_total{device="vethc69d766"} 1 node_network_carrier_up_changes_total{device="vethc6b8da5"} 1 node_network_carrier_up_changes_total{device="vethc72834f"} 1 node_network_carrier_up_changes_total{device="vethc76495d"} 1 node_network_carrier_up_changes_total{device="vethc7c552e"} 1 node_network_carrier_up_changes_total{device="vethc7d5e61"} 1 node_network_carrier_up_changes_total{device="vethc8c3b71"} 1 node_network_carrier_up_changes_total{device="vethc919987"} 1 node_network_carrier_up_changes_total{device="vethc996ac7"} 1 node_network_carrier_up_changes_total{device="vethca97906"} 1 node_network_carrier_up_changes_total{device="vethcbc8c45"} 1 node_network_carrier_up_changes_total{device="vethcc41921"} 1 node_network_carrier_up_changes_total{device="vethcc52e3d"} 1 node_network_carrier_up_changes_total{device="vethcc994c9"} 1 node_network_carrier_up_changes_total{device="vethccf6d29"} 1 node_network_carrier_up_changes_total{device="vethce241be"} 1 node_network_carrier_up_changes_total{device="vethcf354b0"} 1 node_network_carrier_up_changes_total{device="vethcff22cf"} 1 node_network_carrier_up_changes_total{device="vethd06f5d2"} 1 node_network_carrier_up_changes_total{device="vethd0d84db"} 1 node_network_carrier_up_changes_total{device="vethd0f0797"} 1 node_network_carrier_up_changes_total{device="vethd1070ff"} 1 node_network_carrier_up_changes_total{device="vethd185802"} 1 node_network_carrier_up_changes_total{device="vethd1942a6"} 1 node_network_carrier_up_changes_total{device="vethd1e0f0f"} 1 node_network_carrier_up_changes_total{device="vethd21a7f0"} 1 node_network_carrier_up_changes_total{device="vethd2374a1"} 1 node_network_carrier_up_changes_total{device="vethd268ff7"} 1 node_network_carrier_up_changes_total{device="vethd35d652"} 1 node_network_carrier_up_changes_total{device="vethd3ddef0"} 1 node_network_carrier_up_changes_total{device="vethd408fa4"} 1 node_network_carrier_up_changes_total{device="vethd4b883a"} 1 node_network_carrier_up_changes_total{device="vethd529fd4"} 1 node_network_carrier_up_changes_total{device="vethd5d2986"} 1 node_network_carrier_up_changes_total{device="vethd5d44f1"} 1 node_network_carrier_up_changes_total{device="vethd618e36"} 1 node_network_carrier_up_changes_total{device="vethd6641b3"} 1 node_network_carrier_up_changes_total{device="vethd70d558"} 1 node_network_carrier_up_changes_total{device="vethd774c27"} 1 node_network_carrier_up_changes_total{device="vethd79e9f5"} 1 node_network_carrier_up_changes_total{device="vethd7c8767"} 1 node_network_carrier_up_changes_total{device="vethd7f39b3"} 1 node_network_carrier_up_changes_total{device="vethd84aaa2"} 1 node_network_carrier_up_changes_total{device="vethd887cc8"} 1 node_network_carrier_up_changes_total{device="vethd8ed3b7"} 1 node_network_carrier_up_changes_total{device="vethd9041b9"} 1 node_network_carrier_up_changes_total{device="vethd922e96"} 1 node_network_carrier_up_changes_total{device="vethd93c801"} 1 node_network_carrier_up_changes_total{device="vethd96e53a"} 1 node_network_carrier_up_changes_total{device="vethd9e80a7"} 1 node_network_carrier_up_changes_total{device="vethd9f9021"} 1 node_network_carrier_up_changes_total{device="vethda1c202"} 1 node_network_carrier_up_changes_total{device="vethdc03552"} 1 node_network_carrier_up_changes_total{device="vethdcc414f"} 1 node_network_carrier_up_changes_total{device="vethdcd7a42"} 1 node_network_carrier_up_changes_total{device="vethdd93b52"} 1 node_network_carrier_up_changes_total{device="vethddbee4c"} 1 node_network_carrier_up_changes_total{device="vethde0a9a6"} 1 node_network_carrier_up_changes_total{device="vethde1d4af"} 1 node_network_carrier_up_changes_total{device="vethde3c5db"} 1 node_network_carrier_up_changes_total{device="vethde6cf02"} 1 node_network_carrier_up_changes_total{device="vethe0607e3"} 1 node_network_carrier_up_changes_total{device="vethe07ace6"} 1 node_network_carrier_up_changes_total{device="vethe0c1701"} 1 node_network_carrier_up_changes_total{device="vethe1343dc"} 1 node_network_carrier_up_changes_total{device="vethe13fea7"} 1 node_network_carrier_up_changes_total{device="vethe1c4b8e"} 1 node_network_carrier_up_changes_total{device="vethe2df25b"} 1 node_network_carrier_up_changes_total{device="vethe3fadda"} 1 node_network_carrier_up_changes_total{device="vethe41ffcf"} 1 node_network_carrier_up_changes_total{device="vethe48c931"} 1 node_network_carrier_up_changes_total{device="vethe514c96"} 1 node_network_carrier_up_changes_total{device="vethe5413d3"} 1 node_network_carrier_up_changes_total{device="vethe5b26a5"} 1 node_network_carrier_up_changes_total{device="vethe617ba9"} 1 node_network_carrier_up_changes_total{device="vethe664b0e"} 1 node_network_carrier_up_changes_total{device="vethe6c8ced"} 1 node_network_carrier_up_changes_total{device="vethe736cf4"} 1 node_network_carrier_up_changes_total{device="vethe748123"} 1 node_network_carrier_up_changes_total{device="vethe78bb37"} 1 node_network_carrier_up_changes_total{device="vethe959666"} 1 node_network_carrier_up_changes_total{device="vethe9a832d"} 1 node_network_carrier_up_changes_total{device="vethe9f6b95"} 1 node_network_carrier_up_changes_total{device="vetheaafa33"} 1 node_network_carrier_up_changes_total{device="vetheb6c5e2"} 1 node_network_carrier_up_changes_total{device="vethec55a93"} 1 node_network_carrier_up_changes_total{device="vethecbca0a"} 1 node_network_carrier_up_changes_total{device="vethed65eeb"} 1 node_network_carrier_up_changes_total{device="vethed8cf8f"} 1 node_network_carrier_up_changes_total{device="vetheeeb839"} 1 node_network_carrier_up_changes_total{device="vethf0535f5"} 1 node_network_carrier_up_changes_total{device="vethf07cd82"} 1 node_network_carrier_up_changes_total{device="vethf07e04f"} 1 node_network_carrier_up_changes_total{device="vethf10af27"} 1 node_network_carrier_up_changes_total{device="vethf13be56"} 1 node_network_carrier_up_changes_total{device="vethf225b65"} 1 node_network_carrier_up_changes_total{device="vethf24cf0b"} 1 node_network_carrier_up_changes_total{device="vethf25f762"} 1 node_network_carrier_up_changes_total{device="vethf3e1b6a"} 1 node_network_carrier_up_changes_total{device="vethf41c1e8"} 1 node_network_carrier_up_changes_total{device="vethf44e733"} 1 node_network_carrier_up_changes_total{device="vethf57c3bb"} 1 node_network_carrier_up_changes_total{device="vethf5b3fd0"} 1 node_network_carrier_up_changes_total{device="vethf61906e"} 1 node_network_carrier_up_changes_total{device="vethf6b70c6"} 1 node_network_carrier_up_changes_total{device="vethf700626"} 1 node_network_carrier_up_changes_total{device="vethf719e39"} 1 node_network_carrier_up_changes_total{device="vethf76ee93"} 1 node_network_carrier_up_changes_total{device="vethf77cc2b"} 1 node_network_carrier_up_changes_total{device="vethf81eade"} 1 node_network_carrier_up_changes_total{device="vethf8c86df"} 1 node_network_carrier_up_changes_total{device="vethf9b8ad4"} 1 node_network_carrier_up_changes_total{device="vethfa1b0e8"} 1 node_network_carrier_up_changes_total{device="vethfa1f320"} 1 node_network_carrier_up_changes_total{device="vethfa2dd43"} 1 node_network_carrier_up_changes_total{device="vethfadc2ac"} 1 node_network_carrier_up_changes_total{device="vethfafe27c"} 1 node_network_carrier_up_changes_total{device="vethfb1de8a"} 1 node_network_carrier_up_changes_total{device="vethfb5a12c"} 1 node_network_carrier_up_changes_total{device="vethfb79591"} 1 node_network_carrier_up_changes_total{device="vethfc28698"} 1 node_network_carrier_up_changes_total{device="vethfc4799a"} 1 node_network_carrier_up_changes_total{device="vethfe615fb"} 1 node_network_carrier_up_changes_total{device="vethff2e95b"} 1 node_network_carrier_up_changes_total{device="vethffa3629"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-026d8e52a915"} 0 node_network_device_id{device="br-028df7dbe79c"} 0 node_network_device_id{device="br-0c77bfc382c5"} 0 node_network_device_id{device="br-393152ee2ab7"} 0 node_network_device_id{device="br-6acdaa8c9f1b"} 0 node_network_device_id{device="br-895d39099eb3"} 0 node_network_device_id{device="br-9a4c633e7389"} 0 node_network_device_id{device="br-b2db2f4bc8e1"} 0 node_network_device_id{device="br-b83cbe748b37"} 0 node_network_device_id{device="br-c7afcacea542"} 0 node_network_device_id{device="br-c829cf887623"} 0 node_network_device_id{device="br-eb0faf84288b"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp7s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0073e6a"} 0 node_network_device_id{device="veth010e82a"} 0 node_network_device_id{device="veth01683b7"} 0 node_network_device_id{device="veth01f0e03"} 0 node_network_device_id{device="veth02129bc"} 0 node_network_device_id{device="veth0294e47"} 0 node_network_device_id{device="veth02edd68"} 0 node_network_device_id{device="veth03f6d35"} 0 node_network_device_id{device="veth0487eab"} 0 node_network_device_id{device="veth04a02fa"} 0 node_network_device_id{device="veth04a792c"} 0 node_network_device_id{device="veth0520912"} 0 node_network_device_id{device="veth053b7ea"} 0 node_network_device_id{device="veth054d183"} 0 node_network_device_id{device="veth0588159"} 0 node_network_device_id{device="veth06087df"} 0 node_network_device_id{device="veth0683bd7"} 0 node_network_device_id{device="veth0770762"} 0 node_network_device_id{device="veth07b3d46"} 0 node_network_device_id{device="veth07b7237"} 0 node_network_device_id{device="veth083dcb1"} 0 node_network_device_id{device="veth0843d47"} 0 node_network_device_id{device="veth08b2ce6"} 0 node_network_device_id{device="veth08f5c22"} 0 node_network_device_id{device="veth0983dc8"} 0 node_network_device_id{device="veth099bbf7"} 0 node_network_device_id{device="veth0a33edc"} 0 node_network_device_id{device="veth0a3e5dc"} 0 node_network_device_id{device="veth0a406ae"} 0 node_network_device_id{device="veth0a9af9f"} 0 node_network_device_id{device="veth0c504cf"} 0 node_network_device_id{device="veth0c8b368"} 0 node_network_device_id{device="veth0cc91c8"} 0 node_network_device_id{device="veth10365a8"} 0 node_network_device_id{device="veth114179a"} 0 node_network_device_id{device="veth12120a3"} 0 node_network_device_id{device="veth123b9c2"} 0 node_network_device_id{device="veth1325997"} 0 node_network_device_id{device="veth13fab17"} 0 node_network_device_id{device="veth14b0c9a"} 0 node_network_device_id{device="veth151647c"} 0 node_network_device_id{device="veth159f326"} 0 node_network_device_id{device="veth15bf0a1"} 0 node_network_device_id{device="veth15c0fe2"} 0 node_network_device_id{device="veth160053f"} 0 node_network_device_id{device="veth1616278"} 0 node_network_device_id{device="veth1678242"} 0 node_network_device_id{device="veth168e16f"} 0 node_network_device_id{device="veth17def85"} 0 node_network_device_id{device="veth17ecd66"} 0 node_network_device_id{device="veth1821b35"} 0 node_network_device_id{device="veth1899649"} 0 node_network_device_id{device="veth18cbbb8"} 0 node_network_device_id{device="veth18d511e"} 0 node_network_device_id{device="veth18e9634"} 0 node_network_device_id{device="veth1929fb1"} 0 node_network_device_id{device="veth1957071"} 0 node_network_device_id{device="veth19fc3cd"} 0 node_network_device_id{device="veth1a3e11a"} 0 node_network_device_id{device="veth1a786f9"} 0 node_network_device_id{device="veth1a8dbfb"} 0 node_network_device_id{device="veth1aeaa71"} 0 node_network_device_id{device="veth1b8cce8"} 0 node_network_device_id{device="veth1d309cb"} 0 node_network_device_id{device="veth1d56af8"} 0 node_network_device_id{device="veth1d7db64"} 0 node_network_device_id{device="veth1eb823c"} 0 node_network_device_id{device="veth1f6f24d"} 0 node_network_device_id{device="veth202aa31"} 0 node_network_device_id{device="veth207fd71"} 0 node_network_device_id{device="veth2081a27"} 0 node_network_device_id{device="veth209dd7a"} 0 node_network_device_id{device="veth20be67e"} 0 node_network_device_id{device="veth212af81"} 0 node_network_device_id{device="veth221aac3"} 0 node_network_device_id{device="veth22d8e40"} 0 node_network_device_id{device="veth22fad06"} 0 node_network_device_id{device="veth230c5dd"} 0 node_network_device_id{device="veth2323bf7"} 0 node_network_device_id{device="veth239a22d"} 0 node_network_device_id{device="veth23aa81a"} 0 node_network_device_id{device="veth23aaf8d"} 0 node_network_device_id{device="veth24105bf"} 0 node_network_device_id{device="veth2495899"} 0 node_network_device_id{device="veth2615dda"} 0 node_network_device_id{device="veth26654a4"} 0 node_network_device_id{device="veth2679a47"} 0 node_network_device_id{device="veth27af53a"} 0 node_network_device_id{device="veth29020dd"} 0 node_network_device_id{device="veth292ba70"} 0 node_network_device_id{device="veth29b3b3c"} 0 node_network_device_id{device="veth29f0eab"} 0 node_network_device_id{device="veth2a74a99"} 0 node_network_device_id{device="veth2ad52f5"} 0 node_network_device_id{device="veth2c1d381"} 0 node_network_device_id{device="veth2c9a8c2"} 0 node_network_device_id{device="veth2ce4c6a"} 0 node_network_device_id{device="veth2d58f81"} 0 node_network_device_id{device="veth2d94cfa"} 0 node_network_device_id{device="veth2ddadd1"} 0 node_network_device_id{device="veth2e85db2"} 0 node_network_device_id{device="veth2e92b86"} 0 node_network_device_id{device="veth2ebb250"} 0 node_network_device_id{device="veth2f20774"} 0 node_network_device_id{device="veth2fe230f"} 0 node_network_device_id{device="veth3082d47"} 0 node_network_device_id{device="veth30ab815"} 0 node_network_device_id{device="veth30b8afd"} 0 node_network_device_id{device="veth30c2ec1"} 0 node_network_device_id{device="veth30f0922"} 0 node_network_device_id{device="veth3141554"} 0 node_network_device_id{device="veth3151ba5"} 0 node_network_device_id{device="veth31d2eaa"} 0 node_network_device_id{device="veth320cba1"} 0 node_network_device_id{device="veth320f850"} 0 node_network_device_id{device="veth322b9b8"} 0 node_network_device_id{device="veth328eadb"} 0 node_network_device_id{device="veth32d6589"} 0 node_network_device_id{device="veth337f453"} 0 node_network_device_id{device="veth33aa790"} 0 node_network_device_id{device="veth33c2333"} 0 node_network_device_id{device="veth33ff62d"} 0 node_network_device_id{device="veth344048f"} 0 node_network_device_id{device="veth345d8aa"} 0 node_network_device_id{device="veth350043e"} 0 node_network_device_id{device="veth357f9a6"} 0 node_network_device_id{device="veth35ba668"} 0 node_network_device_id{device="veth36351a0"} 0 node_network_device_id{device="veth3681ad5"} 0 node_network_device_id{device="veth368fb65"} 0 node_network_device_id{device="veth36e51bf"} 0 node_network_device_id{device="veth36ff62d"} 0 node_network_device_id{device="veth374c886"} 0 node_network_device_id{device="veth384adb9"} 0 node_network_device_id{device="veth3880ae5"} 0 node_network_device_id{device="veth38a1e62"} 0 node_network_device_id{device="veth38dd5d6"} 0 node_network_device_id{device="veth391bdb4"} 0 node_network_device_id{device="veth3940776"} 0 node_network_device_id{device="veth395fce7"} 0 node_network_device_id{device="veth398f945"} 0 node_network_device_id{device="veth3a6420a"} 0 node_network_device_id{device="veth3a6d0d0"} 0 node_network_device_id{device="veth3ab2f83"} 0 node_network_device_id{device="veth3af42ba"} 0 node_network_device_id{device="veth3b3a088"} 0 node_network_device_id{device="veth3b98e11"} 0 node_network_device_id{device="veth3b9bec1"} 0 node_network_device_id{device="veth3bf8415"} 0 node_network_device_id{device="veth3d40be3"} 0 node_network_device_id{device="veth3dd5600"} 0 node_network_device_id{device="veth3dd9a17"} 0 node_network_device_id{device="veth3e20285"} 0 node_network_device_id{device="veth3edbccf"} 0 node_network_device_id{device="veth3efd193"} 0 node_network_device_id{device="veth3f107ab"} 0 node_network_device_id{device="veth3f604c5"} 0 node_network_device_id{device="veth3fcc46c"} 0 node_network_device_id{device="veth40272ae"} 0 node_network_device_id{device="veth4034003"} 0 node_network_device_id{device="veth4044350"} 0 node_network_device_id{device="veth4069685"} 0 node_network_device_id{device="veth416f8f4"} 0 node_network_device_id{device="veth419304f"} 0 node_network_device_id{device="veth41a3a93"} 0 node_network_device_id{device="veth41fb34a"} 0 node_network_device_id{device="veth41fcef0"} 0 node_network_device_id{device="veth428e028"} 0 node_network_device_id{device="veth443b91c"} 0 node_network_device_id{device="veth44f1fa8"} 0 node_network_device_id{device="veth4550804"} 0 node_network_device_id{device="veth4562f04"} 0 node_network_device_id{device="veth457a795"} 0 node_network_device_id{device="veth458490d"} 0 node_network_device_id{device="veth459832e"} 0 node_network_device_id{device="veth45f2515"} 0 node_network_device_id{device="veth4677387"} 0 node_network_device_id{device="veth469233d"} 0 node_network_device_id{device="veth47f4190"} 0 node_network_device_id{device="veth48023de"} 0 node_network_device_id{device="veth483ae51"} 0 node_network_device_id{device="veth48dde12"} 0 node_network_device_id{device="veth4a6d44e"} 0 node_network_device_id{device="veth4aba26b"} 0 node_network_device_id{device="veth4b6a8ab"} 0 node_network_device_id{device="veth4d7ab27"} 0 node_network_device_id{device="veth4e09deb"} 0 node_network_device_id{device="veth4e9c762"} 0 node_network_device_id{device="veth4ef1b57"} 0 node_network_device_id{device="veth4f48dee"} 0 node_network_device_id{device="veth4f982a3"} 0 node_network_device_id{device="veth4fb59f4"} 0 node_network_device_id{device="veth503a1ec"} 0 node_network_device_id{device="veth503c493"} 0 node_network_device_id{device="veth504df73"} 0 node_network_device_id{device="veth5067620"} 0 node_network_device_id{device="veth506ef7a"} 0 node_network_device_id{device="veth5078bd4"} 0 node_network_device_id{device="veth50e5845"} 0 node_network_device_id{device="veth514bb8f"} 0 node_network_device_id{device="veth5164377"} 0 node_network_device_id{device="veth520248a"} 0 node_network_device_id{device="veth5287b89"} 0 node_network_device_id{device="veth52bc56b"} 0 node_network_device_id{device="veth52f1bd3"} 0 node_network_device_id{device="veth544a0b6"} 0 node_network_device_id{device="veth55240b9"} 0 node_network_device_id{device="veth56cffbb"} 0 node_network_device_id{device="veth56ed7c1"} 0 node_network_device_id{device="veth5708788"} 0 node_network_device_id{device="veth576344a"} 0 node_network_device_id{device="veth577d8bb"} 0 node_network_device_id{device="veth596fd33"} 0 node_network_device_id{device="veth5aad8aa"} 0 node_network_device_id{device="veth5ab0b2a"} 0 node_network_device_id{device="veth5b434a4"} 0 node_network_device_id{device="veth5c40725"} 0 node_network_device_id{device="veth5c6c998"} 0 node_network_device_id{device="veth5cbcf24"} 0 node_network_device_id{device="veth5cf1150"} 0 node_network_device_id{device="veth5cf99c9"} 0 node_network_device_id{device="veth5db1800"} 0 node_network_device_id{device="veth5ecb0b2"} 0 node_network_device_id{device="veth5f39e07"} 0 node_network_device_id{device="veth605305d"} 0 node_network_device_id{device="veth6163981"} 0 node_network_device_id{device="veth61cf889"} 0 node_network_device_id{device="veth61da541"} 0 node_network_device_id{device="veth628bbe9"} 0 node_network_device_id{device="veth639387f"} 0 node_network_device_id{device="veth63ffe69"} 0 node_network_device_id{device="veth648a707"} 0 node_network_device_id{device="veth654fb49"} 0 node_network_device_id{device="veth65689f8"} 0 node_network_device_id{device="veth6675659"} 0 node_network_device_id{device="veth66bd85c"} 0 node_network_device_id{device="veth66f2b16"} 0 node_network_device_id{device="veth6719010"} 0 node_network_device_id{device="veth672a31a"} 0 node_network_device_id{device="veth67b5571"} 0 node_network_device_id{device="veth682c78b"} 0 node_network_device_id{device="veth683b1d0"} 0 node_network_device_id{device="veth6888178"} 0 node_network_device_id{device="veth699f465"} 0 node_network_device_id{device="veth69efa93"} 0 node_network_device_id{device="veth6a8066d"} 0 node_network_device_id{device="veth6bb5987"} 0 node_network_device_id{device="veth6c2abab"} 0 node_network_device_id{device="veth6c4dbe3"} 0 node_network_device_id{device="veth6c6fca6"} 0 node_network_device_id{device="veth6d09418"} 0 node_network_device_id{device="veth6ec4c37"} 0 node_network_device_id{device="veth6f0ff64"} 0 node_network_device_id{device="veth6f7335c"} 0 node_network_device_id{device="veth700b714"} 0 node_network_device_id{device="veth703f646"} 0 node_network_device_id{device="veth70ce227"} 0 node_network_device_id{device="veth712c663"} 0 node_network_device_id{device="veth716d6c7"} 0 node_network_device_id{device="veth719781b"} 0 node_network_device_id{device="veth729d504"} 0 node_network_device_id{device="veth746f620"} 0 node_network_device_id{device="veth74b10b9"} 0 node_network_device_id{device="veth74d1731"} 0 node_network_device_id{device="veth74e024f"} 0 node_network_device_id{device="veth758cb42"} 0 node_network_device_id{device="veth7590df4"} 0 node_network_device_id{device="veth75a56e0"} 0 node_network_device_id{device="veth75dc34d"} 0 node_network_device_id{device="veth75ed4dc"} 0 node_network_device_id{device="veth793ade8"} 0 node_network_device_id{device="veth79c5141"} 0 node_network_device_id{device="veth7afd9d3"} 0 node_network_device_id{device="veth7ba76be"} 0 node_network_device_id{device="veth7c22dd3"} 0 node_network_device_id{device="veth7c2565d"} 0 node_network_device_id{device="veth7c702ad"} 0 node_network_device_id{device="veth7c83e5c"} 0 node_network_device_id{device="veth7d16666"} 0 node_network_device_id{device="veth7d30658"} 0 node_network_device_id{device="veth7d40ded"} 0 node_network_device_id{device="veth7d94491"} 0 node_network_device_id{device="veth7d9d5f6"} 0 node_network_device_id{device="veth7ea6d28"} 0 node_network_device_id{device="veth7f1ce99"} 0 node_network_device_id{device="veth7fa51ee"} 0 node_network_device_id{device="veth7fbec60"} 0 node_network_device_id{device="veth80af51e"} 0 node_network_device_id{device="veth810edf5"} 0 node_network_device_id{device="veth81f49ff"} 0 node_network_device_id{device="veth82471a9"} 0 node_network_device_id{device="veth8347724"} 0 node_network_device_id{device="veth83bc7e8"} 0 node_network_device_id{device="veth841efb4"} 0 node_network_device_id{device="veth84341ad"} 0 node_network_device_id{device="veth848770f"} 0 node_network_device_id{device="veth849e867"} 0 node_network_device_id{device="veth84a62fb"} 0 node_network_device_id{device="veth84d9527"} 0 node_network_device_id{device="veth853da8f"} 0 node_network_device_id{device="veth8606e91"} 0 node_network_device_id{device="veth863f7a4"} 0 node_network_device_id{device="veth8678e16"} 0 node_network_device_id{device="veth86c903b"} 0 node_network_device_id{device="veth872b030"} 0 node_network_device_id{device="veth88f0ac0"} 0 node_network_device_id{device="veth892e775"} 0 node_network_device_id{device="veth89e5167"} 0 node_network_device_id{device="veth8a33db5"} 0 node_network_device_id{device="veth8acd4c4"} 0 node_network_device_id{device="veth8c55edf"} 0 node_network_device_id{device="veth8c8400b"} 0 node_network_device_id{device="veth8d958d0"} 0 node_network_device_id{device="veth8dabee9"} 0 node_network_device_id{device="veth8e00e4f"} 0 node_network_device_id{device="veth8edd906"} 0 node_network_device_id{device="veth8fa6ffb"} 0 node_network_device_id{device="veth900167c"} 0 node_network_device_id{device="veth91d026f"} 0 node_network_device_id{device="veth92ac478"} 0 node_network_device_id{device="veth946c1de"} 0 node_network_device_id{device="veth946c5cd"} 0 node_network_device_id{device="veth94def52"} 0 node_network_device_id{device="veth95fb0da"} 0 node_network_device_id{device="veth962c636"} 0 node_network_device_id{device="veth9729cc7"} 0 node_network_device_id{device="veth98115bf"} 0 node_network_device_id{device="veth9894f21"} 0 node_network_device_id{device="veth9970996"} 0 node_network_device_id{device="veth9a138aa"} 0 node_network_device_id{device="veth9a152cc"} 0 node_network_device_id{device="veth9a59911"} 0 node_network_device_id{device="veth9ab7cea"} 0 node_network_device_id{device="veth9b084c6"} 0 node_network_device_id{device="veth9b8eeb9"} 0 node_network_device_id{device="veth9be17ae"} 0 node_network_device_id{device="veth9c8ad8b"} 0 node_network_device_id{device="veth9ca41c2"} 0 node_network_device_id{device="veth9cd890b"} 0 node_network_device_id{device="veth9d6a7bc"} 0 node_network_device_id{device="veth9dd756f"} 0 node_network_device_id{device="veth9df5a85"} 0 node_network_device_id{device="veth9ee34dc"} 0 node_network_device_id{device="veth9f0e9bc"} 0 node_network_device_id{device="veth9f11fce"} 0 node_network_device_id{device="veth9fb5f57"} 0 node_network_device_id{device="veth9fc1c8b"} 0 node_network_device_id{device="vetha0d8fd7"} 0 node_network_device_id{device="vetha0dbb0e"} 0 node_network_device_id{device="vetha0f070c"} 0 node_network_device_id{device="vetha1d4491"} 0 node_network_device_id{device="vetha2479b0"} 0 node_network_device_id{device="vetha267906"} 0 node_network_device_id{device="vetha2c7d1b"} 0 node_network_device_id{device="vetha340e8c"} 0 node_network_device_id{device="vetha365085"} 0 node_network_device_id{device="vetha3cdccc"} 0 node_network_device_id{device="vetha44899b"} 0 node_network_device_id{device="vetha4c6ac9"} 0 node_network_device_id{device="vetha4d381c"} 0 node_network_device_id{device="vetha558068"} 0 node_network_device_id{device="vetha5ed2bf"} 0 node_network_device_id{device="vetha7661ca"} 0 node_network_device_id{device="vetha8b7fa4"} 0 node_network_device_id{device="vetha8f99c8"} 0 node_network_device_id{device="vetha91a27c"} 0 node_network_device_id{device="vetha96b7be"} 0 node_network_device_id{device="vethaa45e89"} 0 node_network_device_id{device="vethab6915b"} 0 node_network_device_id{device="vethabb965f"} 0 node_network_device_id{device="vethac93a1a"} 0 node_network_device_id{device="vethacf3fd1"} 0 node_network_device_id{device="vethae8b5de"} 0 node_network_device_id{device="vethaefa773"} 0 node_network_device_id{device="vethafca1f2"} 0 node_network_device_id{device="vethafd40c3"} 0 node_network_device_id{device="vethafdfb61"} 0 node_network_device_id{device="vethb174b7c"} 0 node_network_device_id{device="vethb1d3234"} 0 node_network_device_id{device="vethb1d492d"} 0 node_network_device_id{device="vethb2715f8"} 0 node_network_device_id{device="vethb2e3f54"} 0 node_network_device_id{device="vethb3532dd"} 0 node_network_device_id{device="vethb3cc631"} 0 node_network_device_id{device="vethb421518"} 0 node_network_device_id{device="vethb541e00"} 0 node_network_device_id{device="vethb54ab4e"} 0 node_network_device_id{device="vethb58e487"} 0 node_network_device_id{device="vethb5cf9d4"} 0 node_network_device_id{device="vethb5df291"} 0 node_network_device_id{device="vethb79060e"} 0 node_network_device_id{device="vethb7d0ffc"} 0 node_network_device_id{device="vethb81f225"} 0 node_network_device_id{device="vethb8d6278"} 0 node_network_device_id{device="vethb90ec2b"} 0 node_network_device_id{device="vethb921f9d"} 0 node_network_device_id{device="vethb9aadf5"} 0 node_network_device_id{device="vethbb3fe72"} 0 node_network_device_id{device="vethbb4e364"} 0 node_network_device_id{device="vethbb9533e"} 0 node_network_device_id{device="vethbc09edc"} 0 node_network_device_id{device="vethbc16364"} 0 node_network_device_id{device="vethbc2e354"} 0 node_network_device_id{device="vethbc96882"} 0 node_network_device_id{device="vethbcc666a"} 0 node_network_device_id{device="vethbd115d2"} 0 node_network_device_id{device="vethbd22d95"} 0 node_network_device_id{device="vethbd50c49"} 0 node_network_device_id{device="vethbd939c9"} 0 node_network_device_id{device="vethbdb2bf0"} 0 node_network_device_id{device="vethbe2f9af"} 0 node_network_device_id{device="vethbe5573b"} 0 node_network_device_id{device="vethbeb46b5"} 0 node_network_device_id{device="vethbeee8f8"} 0 node_network_device_id{device="vethbf26e2e"} 0 node_network_device_id{device="vethbf27ea7"} 0 node_network_device_id{device="vethbf3e7a4"} 0 node_network_device_id{device="vethbf48ed1"} 0 node_network_device_id{device="vethbffa4b0"} 0 node_network_device_id{device="vethc097a42"} 0 node_network_device_id{device="vethc0e8e4a"} 0 node_network_device_id{device="vethc171628"} 0 node_network_device_id{device="vethc1b3d9a"} 0 node_network_device_id{device="vethc283146"} 0 node_network_device_id{device="vethc2b7b26"} 0 node_network_device_id{device="vethc326f73"} 0 node_network_device_id{device="vethc393cfd"} 0 node_network_device_id{device="vethc3e0111"} 0 node_network_device_id{device="vethc3f7661"} 0 node_network_device_id{device="vethc4deb04"} 0 node_network_device_id{device="vethc50c474"} 0 node_network_device_id{device="vethc54d293"} 0 node_network_device_id{device="vethc5d5b9d"} 0 node_network_device_id{device="vethc607859"} 0 node_network_device_id{device="vethc64d99d"} 0 node_network_device_id{device="vethc69d766"} 0 node_network_device_id{device="vethc6b8da5"} 0 node_network_device_id{device="vethc72834f"} 0 node_network_device_id{device="vethc76495d"} 0 node_network_device_id{device="vethc7c552e"} 0 node_network_device_id{device="vethc7d5e61"} 0 node_network_device_id{device="vethc8c3b71"} 0 node_network_device_id{device="vethc919987"} 0 node_network_device_id{device="vethc996ac7"} 0 node_network_device_id{device="vethca97906"} 0 node_network_device_id{device="vethcbc8c45"} 0 node_network_device_id{device="vethcc41921"} 0 node_network_device_id{device="vethcc52e3d"} 0 node_network_device_id{device="vethcc994c9"} 0 node_network_device_id{device="vethccf6d29"} 0 node_network_device_id{device="vethce241be"} 0 node_network_device_id{device="vethcf354b0"} 0 node_network_device_id{device="vethcff22cf"} 0 node_network_device_id{device="vethd06f5d2"} 0 node_network_device_id{device="vethd0d84db"} 0 node_network_device_id{device="vethd0f0797"} 0 node_network_device_id{device="vethd1070ff"} 0 node_network_device_id{device="vethd185802"} 0 node_network_device_id{device="vethd1942a6"} 0 node_network_device_id{device="vethd1e0f0f"} 0 node_network_device_id{device="vethd21a7f0"} 0 node_network_device_id{device="vethd2374a1"} 0 node_network_device_id{device="vethd268ff7"} 0 node_network_device_id{device="vethd35d652"} 0 node_network_device_id{device="vethd3ddef0"} 0 node_network_device_id{device="vethd408fa4"} 0 node_network_device_id{device="vethd4b883a"} 0 node_network_device_id{device="vethd529fd4"} 0 node_network_device_id{device="vethd5d2986"} 0 node_network_device_id{device="vethd5d44f1"} 0 node_network_device_id{device="vethd618e36"} 0 node_network_device_id{device="vethd6641b3"} 0 node_network_device_id{device="vethd70d558"} 0 node_network_device_id{device="vethd774c27"} 0 node_network_device_id{device="vethd79e9f5"} 0 node_network_device_id{device="vethd7c8767"} 0 node_network_device_id{device="vethd7f39b3"} 0 node_network_device_id{device="vethd84aaa2"} 0 node_network_device_id{device="vethd887cc8"} 0 node_network_device_id{device="vethd8ed3b7"} 0 node_network_device_id{device="vethd9041b9"} 0 node_network_device_id{device="vethd922e96"} 0 node_network_device_id{device="vethd93c801"} 0 node_network_device_id{device="vethd96e53a"} 0 node_network_device_id{device="vethd9e80a7"} 0 node_network_device_id{device="vethd9f9021"} 0 node_network_device_id{device="vethda1c202"} 0 node_network_device_id{device="vethdc03552"} 0 node_network_device_id{device="vethdcc414f"} 0 node_network_device_id{device="vethdcd7a42"} 0 node_network_device_id{device="vethdd93b52"} 0 node_network_device_id{device="vethddbee4c"} 0 node_network_device_id{device="vethde0a9a6"} 0 node_network_device_id{device="vethde1d4af"} 0 node_network_device_id{device="vethde3c5db"} 0 node_network_device_id{device="vethde6cf02"} 0 node_network_device_id{device="vethe0607e3"} 0 node_network_device_id{device="vethe07ace6"} 0 node_network_device_id{device="vethe0c1701"} 0 node_network_device_id{device="vethe1343dc"} 0 node_network_device_id{device="vethe13fea7"} 0 node_network_device_id{device="vethe1c4b8e"} 0 node_network_device_id{device="vethe2df25b"} 0 node_network_device_id{device="vethe3fadda"} 0 node_network_device_id{device="vethe41ffcf"} 0 node_network_device_id{device="vethe48c931"} 0 node_network_device_id{device="vethe514c96"} 0 node_network_device_id{device="vethe5413d3"} 0 node_network_device_id{device="vethe5b26a5"} 0 node_network_device_id{device="vethe617ba9"} 0 node_network_device_id{device="vethe664b0e"} 0 node_network_device_id{device="vethe6c8ced"} 0 node_network_device_id{device="vethe736cf4"} 0 node_network_device_id{device="vethe748123"} 0 node_network_device_id{device="vethe78bb37"} 0 node_network_device_id{device="vethe959666"} 0 node_network_device_id{device="vethe9a832d"} 0 node_network_device_id{device="vethe9f6b95"} 0 node_network_device_id{device="vetheaafa33"} 0 node_network_device_id{device="vetheb6c5e2"} 0 node_network_device_id{device="vethec55a93"} 0 node_network_device_id{device="vethecbca0a"} 0 node_network_device_id{device="vethed65eeb"} 0 node_network_device_id{device="vethed8cf8f"} 0 node_network_device_id{device="vetheeeb839"} 0 node_network_device_id{device="vethf0535f5"} 0 node_network_device_id{device="vethf07cd82"} 0 node_network_device_id{device="vethf07e04f"} 0 node_network_device_id{device="vethf10af27"} 0 node_network_device_id{device="vethf13be56"} 0 node_network_device_id{device="vethf225b65"} 0 node_network_device_id{device="vethf24cf0b"} 0 node_network_device_id{device="vethf25f762"} 0 node_network_device_id{device="vethf3e1b6a"} 0 node_network_device_id{device="vethf41c1e8"} 0 node_network_device_id{device="vethf44e733"} 0 node_network_device_id{device="vethf57c3bb"} 0 node_network_device_id{device="vethf5b3fd0"} 0 node_network_device_id{device="vethf61906e"} 0 node_network_device_id{device="vethf6b70c6"} 0 node_network_device_id{device="vethf700626"} 0 node_network_device_id{device="vethf719e39"} 0 node_network_device_id{device="vethf76ee93"} 0 node_network_device_id{device="vethf77cc2b"} 0 node_network_device_id{device="vethf81eade"} 0 node_network_device_id{device="vethf8c86df"} 0 node_network_device_id{device="vethf9b8ad4"} 0 node_network_device_id{device="vethfa1b0e8"} 0 node_network_device_id{device="vethfa1f320"} 0 node_network_device_id{device="vethfa2dd43"} 0 node_network_device_id{device="vethfadc2ac"} 0 node_network_device_id{device="vethfafe27c"} 0 node_network_device_id{device="vethfb1de8a"} 0 node_network_device_id{device="vethfb5a12c"} 0 node_network_device_id{device="vethfb79591"} 0 node_network_device_id{device="vethfc28698"} 0 node_network_device_id{device="vethfc4799a"} 0 node_network_device_id{device="vethfe615fb"} 0 node_network_device_id{device="vethff2e95b"} 0 node_network_device_id{device="vethffa3629"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-026d8e52a915"} 0 node_network_dormant{device="br-028df7dbe79c"} 0 node_network_dormant{device="br-0c77bfc382c5"} 0 node_network_dormant{device="br-393152ee2ab7"} 0 node_network_dormant{device="br-6acdaa8c9f1b"} 0 node_network_dormant{device="br-895d39099eb3"} 0 node_network_dormant{device="br-9a4c633e7389"} 0 node_network_dormant{device="br-b2db2f4bc8e1"} 0 node_network_dormant{device="br-b83cbe748b37"} 0 node_network_dormant{device="br-c7afcacea542"} 0 node_network_dormant{device="br-c829cf887623"} 0 node_network_dormant{device="br-eb0faf84288b"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp7s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0073e6a"} 0 node_network_dormant{device="veth01f0e03"} 0 node_network_dormant{device="veth0294e47"} 0 node_network_dormant{device="veth02edd68"} 0 node_network_dormant{device="veth0487eab"} 0 node_network_dormant{device="veth04a02fa"} 0 node_network_dormant{device="veth04a792c"} 0 node_network_dormant{device="veth0520912"} 0 node_network_dormant{device="veth053b7ea"} 0 node_network_dormant{device="veth054d183"} 0 node_network_dormant{device="veth0588159"} 0 node_network_dormant{device="veth06087df"} 0 node_network_dormant{device="veth0683bd7"} 0 node_network_dormant{device="veth0770762"} 0 node_network_dormant{device="veth07b7237"} 0 node_network_dormant{device="veth08b2ce6"} 0 node_network_dormant{device="veth08f5c22"} 0 node_network_dormant{device="veth0983dc8"} 0 node_network_dormant{device="veth099bbf7"} 0 node_network_dormant{device="veth0a33edc"} 0 node_network_dormant{device="veth0a3e5dc"} 0 node_network_dormant{device="veth0a406ae"} 0 node_network_dormant{device="veth0a9af9f"} 0 node_network_dormant{device="veth0c504cf"} 0 node_network_dormant{device="veth0c8b368"} 0 node_network_dormant{device="veth0cc91c8"} 0 node_network_dormant{device="veth10365a8"} 0 node_network_dormant{device="veth114179a"} 0 node_network_dormant{device="veth123b9c2"} 0 node_network_dormant{device="veth151647c"} 0 node_network_dormant{device="veth159f326"} 0 node_network_dormant{device="veth15bf0a1"} 0 node_network_dormant{device="veth15c0fe2"} 0 node_network_dormant{device="veth160053f"} 0 node_network_dormant{device="veth1678242"} 0 node_network_dormant{device="veth168e16f"} 0 node_network_dormant{device="veth17ecd66"} 0 node_network_dormant{device="veth1821b35"} 0 node_network_dormant{device="veth1899649"} 0 node_network_dormant{device="veth1929fb1"} 0 node_network_dormant{device="veth1957071"} 0 node_network_dormant{device="veth19fc3cd"} 0 node_network_dormant{device="veth1a3e11a"} 0 node_network_dormant{device="veth1a8dbfb"} 0 node_network_dormant{device="veth1aeaa71"} 0 node_network_dormant{device="veth1b8cce8"} 0 node_network_dormant{device="veth1d56af8"} 0 node_network_dormant{device="veth1d7db64"} 0 node_network_dormant{device="veth1eb823c"} 0 node_network_dormant{device="veth1f6f24d"} 0 node_network_dormant{device="veth202aa31"} 0 node_network_dormant{device="veth207fd71"} 0 node_network_dormant{device="veth2081a27"} 0 node_network_dormant{device="veth209dd7a"} 0 node_network_dormant{device="veth20be67e"} 0 node_network_dormant{device="veth221aac3"} 0 node_network_dormant{device="veth22d8e40"} 0 node_network_dormant{device="veth230c5dd"} 0 node_network_dormant{device="veth2323bf7"} 0 node_network_dormant{device="veth239a22d"} 0 node_network_dormant{device="veth23aa81a"} 0 node_network_dormant{device="veth23aaf8d"} 0 node_network_dormant{device="veth2495899"} 0 node_network_dormant{device="veth26654a4"} 0 node_network_dormant{device="veth2679a47"} 0 node_network_dormant{device="veth27af53a"} 0 node_network_dormant{device="veth29020dd"} 0 node_network_dormant{device="veth29f0eab"} 0 node_network_dormant{device="veth2ad52f5"} 0 node_network_dormant{device="veth2c9a8c2"} 0 node_network_dormant{device="veth2ce4c6a"} 0 node_network_dormant{device="veth2d58f81"} 0 node_network_dormant{device="veth2d94cfa"} 0 node_network_dormant{device="veth2ddadd1"} 0 node_network_dormant{device="veth2e92b86"} 0 node_network_dormant{device="veth2ebb250"} 0 node_network_dormant{device="veth2fe230f"} 0 node_network_dormant{device="veth3082d47"} 0 node_network_dormant{device="veth30b8afd"} 0 node_network_dormant{device="veth30c2ec1"} 0 node_network_dormant{device="veth30f0922"} 0 node_network_dormant{device="veth3141554"} 0 node_network_dormant{device="veth3151ba5"} 0 node_network_dormant{device="veth31d2eaa"} 0 node_network_dormant{device="veth320cba1"} 0 node_network_dormant{device="veth320f850"} 0 node_network_dormant{device="veth322b9b8"} 0 node_network_dormant{device="veth328eadb"} 0 node_network_dormant{device="veth32d6589"} 0 node_network_dormant{device="veth33aa790"} 0 node_network_dormant{device="veth33c2333"} 0 node_network_dormant{device="veth33ff62d"} 0 node_network_dormant{device="veth344048f"} 0 node_network_dormant{device="veth350043e"} 0 node_network_dormant{device="veth357f9a6"} 0 node_network_dormant{device="veth35ba668"} 0 node_network_dormant{device="veth36351a0"} 0 node_network_dormant{device="veth3681ad5"} 0 node_network_dormant{device="veth36ff62d"} 0 node_network_dormant{device="veth384adb9"} 0 node_network_dormant{device="veth3880ae5"} 0 node_network_dormant{device="veth38a1e62"} 0 node_network_dormant{device="veth38dd5d6"} 0 node_network_dormant{device="veth391bdb4"} 0 node_network_dormant{device="veth3940776"} 0 node_network_dormant{device="veth395fce7"} 0 node_network_dormant{device="veth398f945"} 0 node_network_dormant{device="veth3a6420a"} 0 node_network_dormant{device="veth3a6d0d0"} 0 node_network_dormant{device="veth3ab2f83"} 0 node_network_dormant{device="veth3af42ba"} 0 node_network_dormant{device="veth3b3a088"} 0 node_network_dormant{device="veth3b98e11"} 0 node_network_dormant{device="veth3b9bec1"} 0 node_network_dormant{device="veth3d40be3"} 0 node_network_dormant{device="veth3dd5600"} 0 node_network_dormant{device="veth3dd9a17"} 0 node_network_dormant{device="veth3e20285"} 0 node_network_dormant{device="veth3edbccf"} 0 node_network_dormant{device="veth3f107ab"} 0 node_network_dormant{device="veth3f604c5"} 0 node_network_dormant{device="veth40272ae"} 0 node_network_dormant{device="veth4034003"} 0 node_network_dormant{device="veth4069685"} 0 node_network_dormant{device="veth416f8f4"} 0 node_network_dormant{device="veth41a3a93"} 0 node_network_dormant{device="veth41fb34a"} 0 node_network_dormant{device="veth41fcef0"} 0 node_network_dormant{device="veth428e028"} 0 node_network_dormant{device="veth443b91c"} 0 node_network_dormant{device="veth457a795"} 0 node_network_dormant{device="veth458490d"} 0 node_network_dormant{device="veth459832e"} 0 node_network_dormant{device="veth45f2515"} 0 node_network_dormant{device="veth47f4190"} 0 node_network_dormant{device="veth48023de"} 0 node_network_dormant{device="veth483ae51"} 0 node_network_dormant{device="veth48dde12"} 0 node_network_dormant{device="veth4aba26b"} 0 node_network_dormant{device="veth4d7ab27"} 0 node_network_dormant{device="veth4e09deb"} 0 node_network_dormant{device="veth4ef1b57"} 0 node_network_dormant{device="veth4f982a3"} 0 node_network_dormant{device="veth4fb59f4"} 0 node_network_dormant{device="veth503a1ec"} 0 node_network_dormant{device="veth503c493"} 0 node_network_dormant{device="veth504df73"} 0 node_network_dormant{device="veth5067620"} 0 node_network_dormant{device="veth5078bd4"} 0 node_network_dormant{device="veth5164377"} 0 node_network_dormant{device="veth520248a"} 0 node_network_dormant{device="veth5287b89"} 0 node_network_dormant{device="veth52bc56b"} 0 node_network_dormant{device="veth52f1bd3"} 0 node_network_dormant{device="veth544a0b6"} 0 node_network_dormant{device="veth55240b9"} 0 node_network_dormant{device="veth56cffbb"} 0 node_network_dormant{device="veth56ed7c1"} 0 node_network_dormant{device="veth577d8bb"} 0 node_network_dormant{device="veth5aad8aa"} 0 node_network_dormant{device="veth5ab0b2a"} 0 node_network_dormant{device="veth5b434a4"} 0 node_network_dormant{device="veth5c40725"} 0 node_network_dormant{device="veth5c6c998"} 0 node_network_dormant{device="veth5cbcf24"} 0 node_network_dormant{device="veth5cf1150"} 0 node_network_dormant{device="veth5cf99c9"} 0 node_network_dormant{device="veth5db1800"} 0 node_network_dormant{device="veth5ecb0b2"} 0 node_network_dormant{device="veth5f39e07"} 0 node_network_dormant{device="veth6163981"} 0 node_network_dormant{device="veth61cf889"} 0 node_network_dormant{device="veth61da541"} 0 node_network_dormant{device="veth628bbe9"} 0 node_network_dormant{device="veth639387f"} 0 node_network_dormant{device="veth63ffe69"} 0 node_network_dormant{device="veth648a707"} 0 node_network_dormant{device="veth654fb49"} 0 node_network_dormant{device="veth65689f8"} 0 node_network_dormant{device="veth66bd85c"} 0 node_network_dormant{device="veth66f2b16"} 0 node_network_dormant{device="veth6719010"} 0 node_network_dormant{device="veth672a31a"} 0 node_network_dormant{device="veth67b5571"} 0 node_network_dormant{device="veth682c78b"} 0 node_network_dormant{device="veth683b1d0"} 0 node_network_dormant{device="veth6888178"} 0 node_network_dormant{device="veth699f465"} 0 node_network_dormant{device="veth69efa93"} 0 node_network_dormant{device="veth6bb5987"} 0 node_network_dormant{device="veth6c2abab"} 0 node_network_dormant{device="veth6c4dbe3"} 0 node_network_dormant{device="veth6ec4c37"} 0 node_network_dormant{device="veth6f0ff64"} 0 node_network_dormant{device="veth700b714"} 0 node_network_dormant{device="veth703f646"} 0 node_network_dormant{device="veth70ce227"} 0 node_network_dormant{device="veth716d6c7"} 0 node_network_dormant{device="veth729d504"} 0 node_network_dormant{device="veth746f620"} 0 node_network_dormant{device="veth74b10b9"} 0 node_network_dormant{device="veth74e024f"} 0 node_network_dormant{device="veth758cb42"} 0 node_network_dormant{device="veth7590df4"} 0 node_network_dormant{device="veth75a56e0"} 0 node_network_dormant{device="veth75dc34d"} 0 node_network_dormant{device="veth75ed4dc"} 0 node_network_dormant{device="veth793ade8"} 0 node_network_dormant{device="veth79c5141"} 0 node_network_dormant{device="veth7ba76be"} 0 node_network_dormant{device="veth7c22dd3"} 0 node_network_dormant{device="veth7c2565d"} 0 node_network_dormant{device="veth7c83e5c"} 0 node_network_dormant{device="veth7d40ded"} 0 node_network_dormant{device="veth7d9d5f6"} 0 node_network_dormant{device="veth7ea6d28"} 0 node_network_dormant{device="veth7f1ce99"} 0 node_network_dormant{device="veth7fa51ee"} 0 node_network_dormant{device="veth7fbec60"} 0 node_network_dormant{device="veth80af51e"} 0 node_network_dormant{device="veth810edf5"} 0 node_network_dormant{device="veth81f49ff"} 0 node_network_dormant{device="veth82471a9"} 0 node_network_dormant{device="veth841efb4"} 0 node_network_dormant{device="veth84341ad"} 0 node_network_dormant{device="veth848770f"} 0 node_network_dormant{device="veth849e867"} 0 node_network_dormant{device="veth84a62fb"} 0 node_network_dormant{device="veth84d9527"} 0 node_network_dormant{device="veth853da8f"} 0 node_network_dormant{device="veth8606e91"} 0 node_network_dormant{device="veth863f7a4"} 0 node_network_dormant{device="veth86c903b"} 0 node_network_dormant{device="veth872b030"} 0 node_network_dormant{device="veth88f0ac0"} 0 node_network_dormant{device="veth892e775"} 0 node_network_dormant{device="veth89e5167"} 0 node_network_dormant{device="veth8acd4c4"} 0 node_network_dormant{device="veth8c55edf"} 0 node_network_dormant{device="veth8c8400b"} 0 node_network_dormant{device="veth8d958d0"} 0 node_network_dormant{device="veth8e00e4f"} 0 node_network_dormant{device="veth8fa6ffb"} 0 node_network_dormant{device="veth900167c"} 0 node_network_dormant{device="veth91d026f"} 0 node_network_dormant{device="veth92ac478"} 0 node_network_dormant{device="veth946c1de"} 0 node_network_dormant{device="veth946c5cd"} 0 node_network_dormant{device="veth94def52"} 0 node_network_dormant{device="veth95fb0da"} 0 node_network_dormant{device="veth962c636"} 0 node_network_dormant{device="veth9729cc7"} 0 node_network_dormant{device="veth98115bf"} 0 node_network_dormant{device="veth9970996"} 0 node_network_dormant{device="veth9a59911"} 0 node_network_dormant{device="veth9ab7cea"} 0 node_network_dormant{device="veth9b084c6"} 0 node_network_dormant{device="veth9c8ad8b"} 0 node_network_dormant{device="veth9ca41c2"} 0 node_network_dormant{device="veth9cd890b"} 0 node_network_dormant{device="veth9d6a7bc"} 0 node_network_dormant{device="veth9dd756f"} 0 node_network_dormant{device="veth9df5a85"} 0 node_network_dormant{device="veth9ee34dc"} 0 node_network_dormant{device="veth9f0e9bc"} 0 node_network_dormant{device="veth9fb5f57"} 0 node_network_dormant{device="veth9fc1c8b"} 0 node_network_dormant{device="vetha0d8fd7"} 0 node_network_dormant{device="vetha0f070c"} 0 node_network_dormant{device="vetha1d4491"} 0 node_network_dormant{device="vetha267906"} 0 node_network_dormant{device="vetha2c7d1b"} 0 node_network_dormant{device="vetha365085"} 0 node_network_dormant{device="vetha3cdccc"} 0 node_network_dormant{device="vetha4c6ac9"} 0 node_network_dormant{device="vetha4d381c"} 0 node_network_dormant{device="vetha558068"} 0 node_network_dormant{device="vetha5ed2bf"} 0 node_network_dormant{device="vetha7661ca"} 0 node_network_dormant{device="vetha8f99c8"} 0 node_network_dormant{device="vetha91a27c"} 0 node_network_dormant{device="vetha96b7be"} 0 node_network_dormant{device="vethaa45e89"} 0 node_network_dormant{device="vethab6915b"} 0 node_network_dormant{device="vethacf3fd1"} 0 node_network_dormant{device="vethae8b5de"} 0 node_network_dormant{device="vethaefa773"} 0 node_network_dormant{device="vethafd40c3"} 0 node_network_dormant{device="vethafdfb61"} 0 node_network_dormant{device="vethb174b7c"} 0 node_network_dormant{device="vethb1d3234"} 0 node_network_dormant{device="vethb1d492d"} 0 node_network_dormant{device="vethb2715f8"} 0 node_network_dormant{device="vethb3cc631"} 0 node_network_dormant{device="vethb421518"} 0 node_network_dormant{device="vethb541e00"} 0 node_network_dormant{device="vethb54ab4e"} 0 node_network_dormant{device="vethb58e487"} 0 node_network_dormant{device="vethb5cf9d4"} 0 node_network_dormant{device="vethb5df291"} 0 node_network_dormant{device="vethb79060e"} 0 node_network_dormant{device="vethb81f225"} 0 node_network_dormant{device="vethb90ec2b"} 0 node_network_dormant{device="vethb921f9d"} 0 node_network_dormant{device="vethb9aadf5"} 0 node_network_dormant{device="vethbb4e364"} 0 node_network_dormant{device="vethbb9533e"} 0 node_network_dormant{device="vethbc2e354"} 0 node_network_dormant{device="vethbc96882"} 0 node_network_dormant{device="vethbd115d2"} 0 node_network_dormant{device="vethbd22d95"} 0 node_network_dormant{device="vethbd50c49"} 0 node_network_dormant{device="vethbd939c9"} 0 node_network_dormant{device="vethbe2f9af"} 0 node_network_dormant{device="vethbe5573b"} 0 node_network_dormant{device="vethbeb46b5"} 0 node_network_dormant{device="vethbeee8f8"} 0 node_network_dormant{device="vethbf3e7a4"} 0 node_network_dormant{device="vethbffa4b0"} 0 node_network_dormant{device="vethc0e8e4a"} 0 node_network_dormant{device="vethc171628"} 0 node_network_dormant{device="vethc1b3d9a"} 0 node_network_dormant{device="vethc326f73"} 0 node_network_dormant{device="vethc393cfd"} 0 node_network_dormant{device="vethc3f7661"} 0 node_network_dormant{device="vethc4deb04"} 0 node_network_dormant{device="vethc54d293"} 0 node_network_dormant{device="vethc64d99d"} 0 node_network_dormant{device="vethc6b8da5"} 0 node_network_dormant{device="vethc72834f"} 0 node_network_dormant{device="vethc76495d"} 0 node_network_dormant{device="vethc7c552e"} 0 node_network_dormant{device="vethc8c3b71"} 0 node_network_dormant{device="vethc919987"} 0 node_network_dormant{device="vethc996ac7"} 0 node_network_dormant{device="vethca97906"} 0 node_network_dormant{device="vethcbc8c45"} 0 node_network_dormant{device="vethcc41921"} 0 node_network_dormant{device="vethcc52e3d"} 0 node_network_dormant{device="vethcc994c9"} 0 node_network_dormant{device="vethccf6d29"} 0 node_network_dormant{device="vethce241be"} 0 node_network_dormant{device="vethd06f5d2"} 0 node_network_dormant{device="vethd0d84db"} 0 node_network_dormant{device="vethd185802"} 0 node_network_dormant{device="vethd1942a6"} 0 node_network_dormant{device="vethd268ff7"} 0 node_network_dormant{device="vethd35d652"} 0 node_network_dormant{device="vethd3ddef0"} 0 node_network_dormant{device="vethd408fa4"} 0 node_network_dormant{device="vethd4b883a"} 0 node_network_dormant{device="vethd529fd4"} 0 node_network_dormant{device="vethd5d2986"} 0 node_network_dormant{device="vethd618e36"} 0 node_network_dormant{device="vethd6641b3"} 0 node_network_dormant{device="vethd774c27"} 0 node_network_dormant{device="vethd7f39b3"} 0 node_network_dormant{device="vethd84aaa2"} 0 node_network_dormant{device="vethd887cc8"} 0 node_network_dormant{device="vethd8ed3b7"} 0 node_network_dormant{device="vethd9041b9"} 0 node_network_dormant{device="vethd922e96"} 0 node_network_dormant{device="vethd93c801"} 0 node_network_dormant{device="vethd9e80a7"} 0 node_network_dormant{device="vethd9f9021"} 0 node_network_dormant{device="vethda1c202"} 0 node_network_dormant{device="vethdc03552"} 0 node_network_dormant{device="vethdcc414f"} 0 node_network_dormant{device="vethdd93b52"} 0 node_network_dormant{device="vethddbee4c"} 0 node_network_dormant{device="vethde0a9a6"} 0 node_network_dormant{device="vethe07ace6"} 0 node_network_dormant{device="vethe1343dc"} 0 node_network_dormant{device="vethe13fea7"} 0 node_network_dormant{device="vethe1c4b8e"} 0 node_network_dormant{device="vethe2df25b"} 0 node_network_dormant{device="vethe3fadda"} 0 node_network_dormant{device="vethe41ffcf"} 0 node_network_dormant{device="vethe514c96"} 0 node_network_dormant{device="vethe5413d3"} 0 node_network_dormant{device="vethe617ba9"} 0 node_network_dormant{device="vethe664b0e"} 0 node_network_dormant{device="vethe736cf4"} 0 node_network_dormant{device="vethe748123"} 0 node_network_dormant{device="vethe78bb37"} 0 node_network_dormant{device="vethe9a832d"} 0 node_network_dormant{device="vetheaafa33"} 0 node_network_dormant{device="vethec55a93"} 0 node_network_dormant{device="vethed65eeb"} 0 node_network_dormant{device="vetheeeb839"} 0 node_network_dormant{device="vethf07e04f"} 0 node_network_dormant{device="vethf10af27"} 0 node_network_dormant{device="vethf25f762"} 0 node_network_dormant{device="vethf41c1e8"} 0 node_network_dormant{device="vethf44e733"} 0 node_network_dormant{device="vethf57c3bb"} 0 node_network_dormant{device="vethf5b3fd0"} 0 node_network_dormant{device="vethf61906e"} 0 node_network_dormant{device="vethf700626"} 0 node_network_dormant{device="vethf719e39"} 0 node_network_dormant{device="vethf76ee93"} 0 node_network_dormant{device="vethf77cc2b"} 0 node_network_dormant{device="vethf81eade"} 0 node_network_dormant{device="vethf8c86df"} 0 node_network_dormant{device="vethf9b8ad4"} 0 node_network_dormant{device="vethfa1f320"} 0 node_network_dormant{device="vethfa2dd43"} 0 node_network_dormant{device="vethfb5a12c"} 0 node_network_dormant{device="vethfc28698"} 0 node_network_dormant{device="vethfe615fb"} 0 node_network_dormant{device="vethff2e95b"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-026d8e52a915"} 4099 node_network_flags{device="br-028df7dbe79c"} 4099 node_network_flags{device="br-0c77bfc382c5"} 4099 node_network_flags{device="br-393152ee2ab7"} 4099 node_network_flags{device="br-6acdaa8c9f1b"} 4099 node_network_flags{device="br-895d39099eb3"} 4099 node_network_flags{device="br-9a4c633e7389"} 4099 node_network_flags{device="br-b2db2f4bc8e1"} 4099 node_network_flags{device="br-b83cbe748b37"} 4099 node_network_flags{device="br-c7afcacea542"} 4099 node_network_flags{device="br-c829cf887623"} 4099 node_network_flags{device="br-eb0faf84288b"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp7s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0073e6a"} 4867 node_network_flags{device="veth010e82a"} 4098 node_network_flags{device="veth01683b7"} 4098 node_network_flags{device="veth01f0e03"} 4867 node_network_flags{device="veth02129bc"} 4098 node_network_flags{device="veth0294e47"} 4867 node_network_flags{device="veth02edd68"} 4867 node_network_flags{device="veth03f6d35"} 4098 node_network_flags{device="veth0487eab"} 4867 node_network_flags{device="veth04a02fa"} 4867 node_network_flags{device="veth04a792c"} 4867 node_network_flags{device="veth0520912"} 4867 node_network_flags{device="veth053b7ea"} 4867 node_network_flags{device="veth054d183"} 4867 node_network_flags{device="veth0588159"} 4867 node_network_flags{device="veth06087df"} 4867 node_network_flags{device="veth0683bd7"} 4867 node_network_flags{device="veth0770762"} 4867 node_network_flags{device="veth07b3d46"} 4098 node_network_flags{device="veth07b7237"} 4867 node_network_flags{device="veth083dcb1"} 4098 node_network_flags{device="veth0843d47"} 4098 node_network_flags{device="veth08b2ce6"} 4867 node_network_flags{device="veth08f5c22"} 4867 node_network_flags{device="veth0983dc8"} 4867 node_network_flags{device="veth099bbf7"} 4867 node_network_flags{device="veth0a33edc"} 4867 node_network_flags{device="veth0a3e5dc"} 4867 node_network_flags{device="veth0a406ae"} 4867 node_network_flags{device="veth0a9af9f"} 4867 node_network_flags{device="veth0c504cf"} 4867 node_network_flags{device="veth0c8b368"} 4867 node_network_flags{device="veth0cc91c8"} 4867 node_network_flags{device="veth10365a8"} 4867 node_network_flags{device="veth114179a"} 4867 node_network_flags{device="veth12120a3"} 4098 node_network_flags{device="veth123b9c2"} 4867 node_network_flags{device="veth1325997"} 4098 node_network_flags{device="veth13fab17"} 4098 node_network_flags{device="veth14b0c9a"} 4098 node_network_flags{device="veth151647c"} 4867 node_network_flags{device="veth159f326"} 4867 node_network_flags{device="veth15bf0a1"} 4867 node_network_flags{device="veth15c0fe2"} 4867 node_network_flags{device="veth160053f"} 4867 node_network_flags{device="veth1616278"} 4098 node_network_flags{device="veth1678242"} 4867 node_network_flags{device="veth168e16f"} 4867 node_network_flags{device="veth17def85"} 4098 node_network_flags{device="veth17ecd66"} 4867 node_network_flags{device="veth1821b35"} 4867 node_network_flags{device="veth1899649"} 4867 node_network_flags{device="veth18cbbb8"} 4098 node_network_flags{device="veth18d511e"} 4098 node_network_flags{device="veth18e9634"} 4098 node_network_flags{device="veth1929fb1"} 4867 node_network_flags{device="veth1957071"} 4867 node_network_flags{device="veth19fc3cd"} 4867 node_network_flags{device="veth1a3e11a"} 4867 node_network_flags{device="veth1a786f9"} 4098 node_network_flags{device="veth1a8dbfb"} 4867 node_network_flags{device="veth1aeaa71"} 4867 node_network_flags{device="veth1b8cce8"} 4867 node_network_flags{device="veth1d309cb"} 4098 node_network_flags{device="veth1d56af8"} 4867 node_network_flags{device="veth1d7db64"} 4867 node_network_flags{device="veth1eb823c"} 4867 node_network_flags{device="veth1f6f24d"} 4867 node_network_flags{device="veth202aa31"} 4867 node_network_flags{device="veth207fd71"} 4867 node_network_flags{device="veth2081a27"} 4867 node_network_flags{device="veth209dd7a"} 4867 node_network_flags{device="veth20be67e"} 4867 node_network_flags{device="veth212af81"} 4098 node_network_flags{device="veth221aac3"} 4867 node_network_flags{device="veth22d8e40"} 4867 node_network_flags{device="veth22fad06"} 4098 node_network_flags{device="veth230c5dd"} 4867 node_network_flags{device="veth2323bf7"} 4867 node_network_flags{device="veth239a22d"} 4867 node_network_flags{device="veth23aa81a"} 4867 node_network_flags{device="veth23aaf8d"} 4867 node_network_flags{device="veth24105bf"} 4098 node_network_flags{device="veth2495899"} 4867 node_network_flags{device="veth2615dda"} 4098 node_network_flags{device="veth26654a4"} 4867 node_network_flags{device="veth2679a47"} 4867 node_network_flags{device="veth27af53a"} 4867 node_network_flags{device="veth29020dd"} 4867 node_network_flags{device="veth292ba70"} 4098 node_network_flags{device="veth29b3b3c"} 4098 node_network_flags{device="veth29f0eab"} 4867 node_network_flags{device="veth2a74a99"} 4098 node_network_flags{device="veth2ad52f5"} 4867 node_network_flags{device="veth2c1d381"} 4098 node_network_flags{device="veth2c9a8c2"} 4867 node_network_flags{device="veth2ce4c6a"} 4867 node_network_flags{device="veth2d58f81"} 4867 node_network_flags{device="veth2d94cfa"} 4867 node_network_flags{device="veth2ddadd1"} 4867 node_network_flags{device="veth2e85db2"} 4098 node_network_flags{device="veth2e92b86"} 4867 node_network_flags{device="veth2ebb250"} 4867 node_network_flags{device="veth2f20774"} 4098 node_network_flags{device="veth2fe230f"} 4867 node_network_flags{device="veth3082d47"} 4867 node_network_flags{device="veth30ab815"} 4098 node_network_flags{device="veth30b8afd"} 4867 node_network_flags{device="veth30c2ec1"} 4867 node_network_flags{device="veth30f0922"} 4867 node_network_flags{device="veth3141554"} 4867 node_network_flags{device="veth3151ba5"} 4867 node_network_flags{device="veth31d2eaa"} 4867 node_network_flags{device="veth320cba1"} 4867 node_network_flags{device="veth320f850"} 4867 node_network_flags{device="veth322b9b8"} 4867 node_network_flags{device="veth328eadb"} 4867 node_network_flags{device="veth32d6589"} 4867 node_network_flags{device="veth337f453"} 4098 node_network_flags{device="veth33aa790"} 4867 node_network_flags{device="veth33c2333"} 4867 node_network_flags{device="veth33ff62d"} 4867 node_network_flags{device="veth344048f"} 4867 node_network_flags{device="veth345d8aa"} 4098 node_network_flags{device="veth350043e"} 4867 node_network_flags{device="veth357f9a6"} 4867 node_network_flags{device="veth35ba668"} 4867 node_network_flags{device="veth36351a0"} 4867 node_network_flags{device="veth3681ad5"} 4867 node_network_flags{device="veth368fb65"} 4098 node_network_flags{device="veth36e51bf"} 4098 node_network_flags{device="veth36ff62d"} 4867 node_network_flags{device="veth374c886"} 4098 node_network_flags{device="veth384adb9"} 4867 node_network_flags{device="veth3880ae5"} 4867 node_network_flags{device="veth38a1e62"} 4867 node_network_flags{device="veth38dd5d6"} 4867 node_network_flags{device="veth391bdb4"} 4867 node_network_flags{device="veth3940776"} 4867 node_network_flags{device="veth395fce7"} 4867 node_network_flags{device="veth398f945"} 4867 node_network_flags{device="veth3a6420a"} 4867 node_network_flags{device="veth3a6d0d0"} 4867 node_network_flags{device="veth3ab2f83"} 4867 node_network_flags{device="veth3af42ba"} 4867 node_network_flags{device="veth3b3a088"} 4867 node_network_flags{device="veth3b98e11"} 4867 node_network_flags{device="veth3b9bec1"} 4867 node_network_flags{device="veth3bf8415"} 4098 node_network_flags{device="veth3d40be3"} 4867 node_network_flags{device="veth3dd5600"} 4867 node_network_flags{device="veth3dd9a17"} 4867 node_network_flags{device="veth3e20285"} 4867 node_network_flags{device="veth3edbccf"} 4867 node_network_flags{device="veth3efd193"} 4098 node_network_flags{device="veth3f107ab"} 4867 node_network_flags{device="veth3f604c5"} 4867 node_network_flags{device="veth3fcc46c"} 4098 node_network_flags{device="veth40272ae"} 4867 node_network_flags{device="veth4034003"} 4867 node_network_flags{device="veth4044350"} 4098 node_network_flags{device="veth4069685"} 4867 node_network_flags{device="veth416f8f4"} 4867 node_network_flags{device="veth419304f"} 4098 node_network_flags{device="veth41a3a93"} 4867 node_network_flags{device="veth41fb34a"} 4867 node_network_flags{device="veth41fcef0"} 4867 node_network_flags{device="veth428e028"} 4867 node_network_flags{device="veth443b91c"} 4867 node_network_flags{device="veth44f1fa8"} 4098 node_network_flags{device="veth4550804"} 4098 node_network_flags{device="veth4562f04"} 4098 node_network_flags{device="veth457a795"} 4867 node_network_flags{device="veth458490d"} 4867 node_network_flags{device="veth459832e"} 4867 node_network_flags{device="veth45f2515"} 4867 node_network_flags{device="veth4677387"} 4098 node_network_flags{device="veth469233d"} 4098 node_network_flags{device="veth47f4190"} 4867 node_network_flags{device="veth48023de"} 4867 node_network_flags{device="veth483ae51"} 4867 node_network_flags{device="veth48dde12"} 4867 node_network_flags{device="veth4a6d44e"} 4098 node_network_flags{device="veth4aba26b"} 4867 node_network_flags{device="veth4b6a8ab"} 4098 node_network_flags{device="veth4d7ab27"} 4867 node_network_flags{device="veth4e09deb"} 4867 node_network_flags{device="veth4e9c762"} 4098 node_network_flags{device="veth4ef1b57"} 4867 node_network_flags{device="veth4f48dee"} 4098 node_network_flags{device="veth4f982a3"} 4867 node_network_flags{device="veth4fb59f4"} 4867 node_network_flags{device="veth503a1ec"} 4867 node_network_flags{device="veth503c493"} 4867 node_network_flags{device="veth504df73"} 4867 node_network_flags{device="veth5067620"} 4867 node_network_flags{device="veth506ef7a"} 4098 node_network_flags{device="veth5078bd4"} 4867 node_network_flags{device="veth50e5845"} 4098 node_network_flags{device="veth514bb8f"} 4098 node_network_flags{device="veth5164377"} 4867 node_network_flags{device="veth520248a"} 4867 node_network_flags{device="veth5287b89"} 4867 node_network_flags{device="veth52bc56b"} 4867 node_network_flags{device="veth52f1bd3"} 4867 node_network_flags{device="veth544a0b6"} 4867 node_network_flags{device="veth55240b9"} 4867 node_network_flags{device="veth56cffbb"} 4867 node_network_flags{device="veth56ed7c1"} 4867 node_network_flags{device="veth5708788"} 4098 node_network_flags{device="veth576344a"} 4098 node_network_flags{device="veth577d8bb"} 4867 node_network_flags{device="veth596fd33"} 4098 node_network_flags{device="veth5aad8aa"} 4867 node_network_flags{device="veth5ab0b2a"} 4867 node_network_flags{device="veth5b434a4"} 4867 node_network_flags{device="veth5c40725"} 4867 node_network_flags{device="veth5c6c998"} 4867 node_network_flags{device="veth5cbcf24"} 4867 node_network_flags{device="veth5cf1150"} 4867 node_network_flags{device="veth5cf99c9"} 4867 node_network_flags{device="veth5db1800"} 4867 node_network_flags{device="veth5ecb0b2"} 4867 node_network_flags{device="veth5f39e07"} 4867 node_network_flags{device="veth605305d"} 4098 node_network_flags{device="veth6163981"} 4867 node_network_flags{device="veth61cf889"} 4867 node_network_flags{device="veth61da541"} 4867 node_network_flags{device="veth628bbe9"} 4867 node_network_flags{device="veth639387f"} 4867 node_network_flags{device="veth63ffe69"} 4867 node_network_flags{device="veth648a707"} 4867 node_network_flags{device="veth654fb49"} 4867 node_network_flags{device="veth65689f8"} 4867 node_network_flags{device="veth6675659"} 4098 node_network_flags{device="veth66bd85c"} 4867 node_network_flags{device="veth66f2b16"} 4867 node_network_flags{device="veth6719010"} 4867 node_network_flags{device="veth672a31a"} 4867 node_network_flags{device="veth67b5571"} 4867 node_network_flags{device="veth682c78b"} 4867 node_network_flags{device="veth683b1d0"} 4867 node_network_flags{device="veth6888178"} 4867 node_network_flags{device="veth699f465"} 4867 node_network_flags{device="veth69efa93"} 4867 node_network_flags{device="veth6a8066d"} 4098 node_network_flags{device="veth6bb5987"} 4867 node_network_flags{device="veth6c2abab"} 4867 node_network_flags{device="veth6c4dbe3"} 4867 node_network_flags{device="veth6c6fca6"} 4098 node_network_flags{device="veth6d09418"} 4098 node_network_flags{device="veth6ec4c37"} 4867 node_network_flags{device="veth6f0ff64"} 4867 node_network_flags{device="veth6f7335c"} 4098 node_network_flags{device="veth700b714"} 4867 node_network_flags{device="veth703f646"} 4867 node_network_flags{device="veth70ce227"} 4867 node_network_flags{device="veth712c663"} 4098 node_network_flags{device="veth716d6c7"} 4867 node_network_flags{device="veth719781b"} 4098 node_network_flags{device="veth729d504"} 4867 node_network_flags{device="veth746f620"} 4867 node_network_flags{device="veth74b10b9"} 4867 node_network_flags{device="veth74d1731"} 4098 node_network_flags{device="veth74e024f"} 4867 node_network_flags{device="veth758cb42"} 4867 node_network_flags{device="veth7590df4"} 4867 node_network_flags{device="veth75a56e0"} 4867 node_network_flags{device="veth75dc34d"} 4867 node_network_flags{device="veth75ed4dc"} 4867 node_network_flags{device="veth793ade8"} 4867 node_network_flags{device="veth79c5141"} 4867 node_network_flags{device="veth7afd9d3"} 4098 node_network_flags{device="veth7ba76be"} 4867 node_network_flags{device="veth7c22dd3"} 4867 node_network_flags{device="veth7c2565d"} 4867 node_network_flags{device="veth7c702ad"} 4098 node_network_flags{device="veth7c83e5c"} 4867 node_network_flags{device="veth7d16666"} 4098 node_network_flags{device="veth7d30658"} 4098 node_network_flags{device="veth7d40ded"} 4867 node_network_flags{device="veth7d94491"} 4098 node_network_flags{device="veth7d9d5f6"} 4867 node_network_flags{device="veth7ea6d28"} 4867 node_network_flags{device="veth7f1ce99"} 4867 node_network_flags{device="veth7fa51ee"} 4867 node_network_flags{device="veth7fbec60"} 4867 node_network_flags{device="veth80af51e"} 4867 node_network_flags{device="veth810edf5"} 4867 node_network_flags{device="veth81f49ff"} 4867 node_network_flags{device="veth82471a9"} 4867 node_network_flags{device="veth8347724"} 4098 node_network_flags{device="veth83bc7e8"} 4098 node_network_flags{device="veth841efb4"} 4867 node_network_flags{device="veth84341ad"} 4867 node_network_flags{device="veth848770f"} 4867 node_network_flags{device="veth849e867"} 4867 node_network_flags{device="veth84a62fb"} 4867 node_network_flags{device="veth84d9527"} 4867 node_network_flags{device="veth853da8f"} 4867 node_network_flags{device="veth8606e91"} 4867 node_network_flags{device="veth863f7a4"} 4867 node_network_flags{device="veth8678e16"} 4098 node_network_flags{device="veth86c903b"} 4867 node_network_flags{device="veth872b030"} 4867 node_network_flags{device="veth88f0ac0"} 4867 node_network_flags{device="veth892e775"} 4867 node_network_flags{device="veth89e5167"} 4867 node_network_flags{device="veth8a33db5"} 4098 node_network_flags{device="veth8acd4c4"} 4867 node_network_flags{device="veth8c55edf"} 4867 node_network_flags{device="veth8c8400b"} 4867 node_network_flags{device="veth8d958d0"} 4867 node_network_flags{device="veth8dabee9"} 4098 node_network_flags{device="veth8e00e4f"} 4867 node_network_flags{device="veth8edd906"} 4098 node_network_flags{device="veth8fa6ffb"} 4867 node_network_flags{device="veth900167c"} 4867 node_network_flags{device="veth91d026f"} 4867 node_network_flags{device="veth92ac478"} 4867 node_network_flags{device="veth946c1de"} 4867 node_network_flags{device="veth946c5cd"} 4867 node_network_flags{device="veth94def52"} 4867 node_network_flags{device="veth95fb0da"} 4867 node_network_flags{device="veth962c636"} 4867 node_network_flags{device="veth9729cc7"} 4867 node_network_flags{device="veth98115bf"} 4867 node_network_flags{device="veth9894f21"} 4098 node_network_flags{device="veth9970996"} 4867 node_network_flags{device="veth9a138aa"} 4098 node_network_flags{device="veth9a152cc"} 4098 node_network_flags{device="veth9a59911"} 4867 node_network_flags{device="veth9ab7cea"} 4867 node_network_flags{device="veth9b084c6"} 4867 node_network_flags{device="veth9b8eeb9"} 4098 node_network_flags{device="veth9be17ae"} 4098 node_network_flags{device="veth9c8ad8b"} 4867 node_network_flags{device="veth9ca41c2"} 4867 node_network_flags{device="veth9cd890b"} 4867 node_network_flags{device="veth9d6a7bc"} 4867 node_network_flags{device="veth9dd756f"} 4867 node_network_flags{device="veth9df5a85"} 4867 node_network_flags{device="veth9ee34dc"} 4867 node_network_flags{device="veth9f0e9bc"} 4867 node_network_flags{device="veth9f11fce"} 4098 node_network_flags{device="veth9fb5f57"} 4867 node_network_flags{device="veth9fc1c8b"} 4867 node_network_flags{device="vetha0d8fd7"} 4867 node_network_flags{device="vetha0dbb0e"} 4098 node_network_flags{device="vetha0f070c"} 4867 node_network_flags{device="vetha1d4491"} 4867 node_network_flags{device="vetha2479b0"} 4098 node_network_flags{device="vetha267906"} 4867 node_network_flags{device="vetha2c7d1b"} 4867 node_network_flags{device="vetha340e8c"} 4098 node_network_flags{device="vetha365085"} 4867 node_network_flags{device="vetha3cdccc"} 4867 node_network_flags{device="vetha44899b"} 4098 node_network_flags{device="vetha4c6ac9"} 4867 node_network_flags{device="vetha4d381c"} 4867 node_network_flags{device="vetha558068"} 4867 node_network_flags{device="vetha5ed2bf"} 4867 node_network_flags{device="vetha7661ca"} 4867 node_network_flags{device="vetha8b7fa4"} 4098 node_network_flags{device="vetha8f99c8"} 4867 node_network_flags{device="vetha91a27c"} 4867 node_network_flags{device="vetha96b7be"} 4867 node_network_flags{device="vethaa45e89"} 4867 node_network_flags{device="vethab6915b"} 4867 node_network_flags{device="vethabb965f"} 4098 node_network_flags{device="vethac93a1a"} 4098 node_network_flags{device="vethacf3fd1"} 4867 node_network_flags{device="vethae8b5de"} 4867 node_network_flags{device="vethaefa773"} 4867 node_network_flags{device="vethafca1f2"} 4098 node_network_flags{device="vethafd40c3"} 4867 node_network_flags{device="vethafdfb61"} 4867 node_network_flags{device="vethb174b7c"} 4867 node_network_flags{device="vethb1d3234"} 4867 node_network_flags{device="vethb1d492d"} 4867 node_network_flags{device="vethb2715f8"} 4867 node_network_flags{device="vethb2e3f54"} 4098 node_network_flags{device="vethb3532dd"} 4098 node_network_flags{device="vethb3cc631"} 4867 node_network_flags{device="vethb421518"} 4867 node_network_flags{device="vethb541e00"} 4867 node_network_flags{device="vethb54ab4e"} 4867 node_network_flags{device="vethb58e487"} 4867 node_network_flags{device="vethb5cf9d4"} 4867 node_network_flags{device="vethb5df291"} 4867 node_network_flags{device="vethb79060e"} 4867 node_network_flags{device="vethb7d0ffc"} 4098 node_network_flags{device="vethb81f225"} 4867 node_network_flags{device="vethb8d6278"} 4098 node_network_flags{device="vethb90ec2b"} 4867 node_network_flags{device="vethb921f9d"} 4867 node_network_flags{device="vethb9aadf5"} 4867 node_network_flags{device="vethbb3fe72"} 4098 node_network_flags{device="vethbb4e364"} 4867 node_network_flags{device="vethbb9533e"} 4867 node_network_flags{device="vethbc09edc"} 4098 node_network_flags{device="vethbc16364"} 4098 node_network_flags{device="vethbc2e354"} 4867 node_network_flags{device="vethbc96882"} 4867 node_network_flags{device="vethbcc666a"} 4098 node_network_flags{device="vethbd115d2"} 4867 node_network_flags{device="vethbd22d95"} 4867 node_network_flags{device="vethbd50c49"} 4867 node_network_flags{device="vethbd939c9"} 4867 node_network_flags{device="vethbdb2bf0"} 4098 node_network_flags{device="vethbe2f9af"} 4867 node_network_flags{device="vethbe5573b"} 4867 node_network_flags{device="vethbeb46b5"} 4867 node_network_flags{device="vethbeee8f8"} 4867 node_network_flags{device="vethbf26e2e"} 4098 node_network_flags{device="vethbf27ea7"} 4098 node_network_flags{device="vethbf3e7a4"} 4867 node_network_flags{device="vethbf48ed1"} 4098 node_network_flags{device="vethbffa4b0"} 4867 node_network_flags{device="vethc097a42"} 4098 node_network_flags{device="vethc0e8e4a"} 4867 node_network_flags{device="vethc171628"} 4867 node_network_flags{device="vethc1b3d9a"} 4867 node_network_flags{device="vethc283146"} 4098 node_network_flags{device="vethc2b7b26"} 4098 node_network_flags{device="vethc326f73"} 4867 node_network_flags{device="vethc393cfd"} 4867 node_network_flags{device="vethc3e0111"} 4098 node_network_flags{device="vethc3f7661"} 4867 node_network_flags{device="vethc4deb04"} 4867 node_network_flags{device="vethc50c474"} 4098 node_network_flags{device="vethc54d293"} 4867 node_network_flags{device="vethc5d5b9d"} 4098 node_network_flags{device="vethc607859"} 4098 node_network_flags{device="vethc64d99d"} 4867 node_network_flags{device="vethc69d766"} 4098 node_network_flags{device="vethc6b8da5"} 4867 node_network_flags{device="vethc72834f"} 4867 node_network_flags{device="vethc76495d"} 4867 node_network_flags{device="vethc7c552e"} 4867 node_network_flags{device="vethc7d5e61"} 4098 node_network_flags{device="vethc8c3b71"} 4867 node_network_flags{device="vethc919987"} 4867 node_network_flags{device="vethc996ac7"} 4867 node_network_flags{device="vethca97906"} 4867 node_network_flags{device="vethcbc8c45"} 4867 node_network_flags{device="vethcc41921"} 4867 node_network_flags{device="vethcc52e3d"} 4867 node_network_flags{device="vethcc994c9"} 4867 node_network_flags{device="vethccf6d29"} 4867 node_network_flags{device="vethce241be"} 4867 node_network_flags{device="vethcf354b0"} 4098 node_network_flags{device="vethcff22cf"} 4098 node_network_flags{device="vethd06f5d2"} 4867 node_network_flags{device="vethd0d84db"} 4867 node_network_flags{device="vethd0f0797"} 4098 node_network_flags{device="vethd1070ff"} 4098 node_network_flags{device="vethd185802"} 4867 node_network_flags{device="vethd1942a6"} 4867 node_network_flags{device="vethd1e0f0f"} 4098 node_network_flags{device="vethd21a7f0"} 4098 node_network_flags{device="vethd2374a1"} 4098 node_network_flags{device="vethd268ff7"} 4867 node_network_flags{device="vethd35d652"} 4867 node_network_flags{device="vethd3ddef0"} 4867 node_network_flags{device="vethd408fa4"} 4867 node_network_flags{device="vethd4b883a"} 4867 node_network_flags{device="vethd529fd4"} 4867 node_network_flags{device="vethd5d2986"} 4867 node_network_flags{device="vethd5d44f1"} 4098 node_network_flags{device="vethd618e36"} 4867 node_network_flags{device="vethd6641b3"} 4867 node_network_flags{device="vethd70d558"} 4098 node_network_flags{device="vethd774c27"} 4867 node_network_flags{device="vethd79e9f5"} 4098 node_network_flags{device="vethd7c8767"} 4098 node_network_flags{device="vethd7f39b3"} 4867 node_network_flags{device="vethd84aaa2"} 4867 node_network_flags{device="vethd887cc8"} 4867 node_network_flags{device="vethd8ed3b7"} 4867 node_network_flags{device="vethd9041b9"} 4867 node_network_flags{device="vethd922e96"} 4867 node_network_flags{device="vethd93c801"} 4867 node_network_flags{device="vethd96e53a"} 4098 node_network_flags{device="vethd9e80a7"} 4867 node_network_flags{device="vethd9f9021"} 4867 node_network_flags{device="vethda1c202"} 4867 node_network_flags{device="vethdc03552"} 4867 node_network_flags{device="vethdcc414f"} 4867 node_network_flags{device="vethdcd7a42"} 4098 node_network_flags{device="vethdd93b52"} 4867 node_network_flags{device="vethddbee4c"} 4867 node_network_flags{device="vethde0a9a6"} 4867 node_network_flags{device="vethde1d4af"} 4098 node_network_flags{device="vethde3c5db"} 4098 node_network_flags{device="vethde6cf02"} 4098 node_network_flags{device="vethe0607e3"} 4098 node_network_flags{device="vethe07ace6"} 4867 node_network_flags{device="vethe0c1701"} 4098 node_network_flags{device="vethe1343dc"} 4867 node_network_flags{device="vethe13fea7"} 4867 node_network_flags{device="vethe1c4b8e"} 4867 node_network_flags{device="vethe2df25b"} 4867 node_network_flags{device="vethe3fadda"} 4867 node_network_flags{device="vethe41ffcf"} 4867 node_network_flags{device="vethe48c931"} 4098 node_network_flags{device="vethe514c96"} 4867 node_network_flags{device="vethe5413d3"} 4867 node_network_flags{device="vethe5b26a5"} 4098 node_network_flags{device="vethe617ba9"} 4867 node_network_flags{device="vethe664b0e"} 4867 node_network_flags{device="vethe6c8ced"} 4098 node_network_flags{device="vethe736cf4"} 4867 node_network_flags{device="vethe748123"} 4867 node_network_flags{device="vethe78bb37"} 4867 node_network_flags{device="vethe959666"} 4098 node_network_flags{device="vethe9a832d"} 4867 node_network_flags{device="vethe9f6b95"} 4098 node_network_flags{device="vetheaafa33"} 4867 node_network_flags{device="vetheb6c5e2"} 4098 node_network_flags{device="vethec55a93"} 4867 node_network_flags{device="vethecbca0a"} 4098 node_network_flags{device="vethed65eeb"} 4867 node_network_flags{device="vethed8cf8f"} 4098 node_network_flags{device="vetheeeb839"} 4867 node_network_flags{device="vethf0535f5"} 4098 node_network_flags{device="vethf07cd82"} 4098 node_network_flags{device="vethf07e04f"} 4867 node_network_flags{device="vethf10af27"} 4867 node_network_flags{device="vethf13be56"} 4098 node_network_flags{device="vethf225b65"} 4098 node_network_flags{device="vethf24cf0b"} 4098 node_network_flags{device="vethf25f762"} 4867 node_network_flags{device="vethf3e1b6a"} 4098 node_network_flags{device="vethf41c1e8"} 4867 node_network_flags{device="vethf44e733"} 4867 node_network_flags{device="vethf57c3bb"} 4867 node_network_flags{device="vethf5b3fd0"} 4867 node_network_flags{device="vethf61906e"} 4867 node_network_flags{device="vethf6b70c6"} 4098 node_network_flags{device="vethf700626"} 4867 node_network_flags{device="vethf719e39"} 4867 node_network_flags{device="vethf76ee93"} 4867 node_network_flags{device="vethf77cc2b"} 4867 node_network_flags{device="vethf81eade"} 4867 node_network_flags{device="vethf8c86df"} 4867 node_network_flags{device="vethf9b8ad4"} 4867 node_network_flags{device="vethfa1b0e8"} 4098 node_network_flags{device="vethfa1f320"} 4867 node_network_flags{device="vethfa2dd43"} 4867 node_network_flags{device="vethfadc2ac"} 4098 node_network_flags{device="vethfafe27c"} 4098 node_network_flags{device="vethfb1de8a"} 4098 node_network_flags{device="vethfb5a12c"} 4867 node_network_flags{device="vethfb79591"} 4098 node_network_flags{device="vethfc28698"} 4867 node_network_flags{device="vethfc4799a"} 4098 node_network_flags{device="vethfe615fb"} 4867 node_network_flags{device="vethff2e95b"} 4867 node_network_flags{device="vethffa3629"} 4098 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-026d8e52a915"} 1140 node_network_iface_id{device="br-028df7dbe79c"} 1163 node_network_iface_id{device="br-0c77bfc382c5"} 1248 node_network_iface_id{device="br-393152ee2ab7"} 2.403704e+06 node_network_iface_id{device="br-6acdaa8c9f1b"} 2.248484e+06 node_network_iface_id{device="br-895d39099eb3"} 3 node_network_iface_id{device="br-9a4c633e7389"} 1.84234e+06 node_network_iface_id{device="br-b2db2f4bc8e1"} 3958 node_network_iface_id{device="br-b83cbe748b37"} 4 node_network_iface_id{device="br-c7afcacea542"} 1330 node_network_iface_id{device="br-c829cf887623"} 2.011828e+06 node_network_iface_id{device="br-eb0faf84288b"} 1103 node_network_iface_id{device="docker0"} 5 node_network_iface_id{device="enp7s0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0073e6a"} 2.593115e+06 node_network_iface_id{device="veth010e82a"} 2.592954e+06 node_network_iface_id{device="veth01683b7"} 2.592557e+06 node_network_iface_id{device="veth01f0e03"} 2.593596e+06 node_network_iface_id{device="veth02129bc"} 2.592964e+06 node_network_iface_id{device="veth0294e47"} 2.593166e+06 node_network_iface_id{device="veth02edd68"} 2.609446e+06 node_network_iface_id{device="veth03f6d35"} 2.592581e+06 node_network_iface_id{device="veth0487eab"} 2.461736e+06 node_network_iface_id{device="veth04a02fa"} 2.593254e+06 node_network_iface_id{device="veth04a792c"} 2.592812e+06 node_network_iface_id{device="veth0520912"} 4019 node_network_iface_id{device="veth053b7ea"} 2.59319e+06 node_network_iface_id{device="veth054d183"} 2.593089e+06 node_network_iface_id{device="veth0588159"} 2.608897e+06 node_network_iface_id{device="veth06087df"} 2.593252e+06 node_network_iface_id{device="veth0683bd7"} 2.608871e+06 node_network_iface_id{device="veth0770762"} 2.593059e+06 node_network_iface_id{device="veth07b3d46"} 2.59258e+06 node_network_iface_id{device="veth07b7237"} 2.59277e+06 node_network_iface_id{device="veth083dcb1"} 2.592541e+06 node_network_iface_id{device="veth0843d47"} 2.592543e+06 node_network_iface_id{device="veth08b2ce6"} 2.609103e+06 node_network_iface_id{device="veth08f5c22"} 2.593131e+06 node_network_iface_id{device="veth0983dc8"} 2.593191e+06 node_network_iface_id{device="veth099bbf7"} 2.593173e+06 node_network_iface_id{device="veth0a33edc"} 2.593155e+06 node_network_iface_id{device="veth0a3e5dc"} 2.608872e+06 node_network_iface_id{device="veth0a406ae"} 2.593075e+06 node_network_iface_id{device="veth0a9af9f"} 2.59323e+06 node_network_iface_id{device="veth0c504cf"} 2.592777e+06 node_network_iface_id{device="veth0c8b368"} 2.608876e+06 node_network_iface_id{device="veth0cc91c8"} 2.592713e+06 node_network_iface_id{device="veth10365a8"} 2.592618e+06 node_network_iface_id{device="veth114179a"} 2.593147e+06 node_network_iface_id{device="veth12120a3"} 2.593007e+06 node_network_iface_id{device="veth123b9c2"} 2.593216e+06 node_network_iface_id{device="veth1325997"} 2.592926e+06 node_network_iface_id{device="veth13fab17"} 2.592941e+06 node_network_iface_id{device="veth14b0c9a"} 2.592984e+06 node_network_iface_id{device="veth151647c"} 2.592722e+06 node_network_iface_id{device="veth159f326"} 2.592781e+06 node_network_iface_id{device="veth15bf0a1"} 2.593116e+06 node_network_iface_id{device="veth15c0fe2"} 2.608886e+06 node_network_iface_id{device="veth160053f"} 2.593057e+06 node_network_iface_id{device="veth1616278"} 2.592539e+06 node_network_iface_id{device="veth1678242"} 2.60838e+06 node_network_iface_id{device="veth168e16f"} 2.593107e+06 node_network_iface_id{device="veth17def85"} 2.593004e+06 node_network_iface_id{device="veth17ecd66"} 2.592746e+06 node_network_iface_id{device="veth1821b35"} 2.593037e+06 node_network_iface_id{device="veth1899649"} 2.593163e+06 node_network_iface_id{device="veth18cbbb8"} 2.592956e+06 node_network_iface_id{device="veth18d511e"} 2.592552e+06 node_network_iface_id{device="veth18e9634"} 2.592569e+06 node_network_iface_id{device="veth1929fb1"} 2.593184e+06 node_network_iface_id{device="veth1957071"} 1.150073e+06 node_network_iface_id{device="veth19fc3cd"} 2.593218e+06 node_network_iface_id{device="veth1a3e11a"} 2.593073e+06 node_network_iface_id{device="veth1a786f9"} 2.592568e+06 node_network_iface_id{device="veth1a8dbfb"} 2.37505e+06 node_network_iface_id{device="veth1aeaa71"} 2.593113e+06 node_network_iface_id{device="veth1b8cce8"} 2.591932e+06 node_network_iface_id{device="veth1d309cb"} 2.592969e+06 node_network_iface_id{device="veth1d56af8"} 2.593174e+06 node_network_iface_id{device="veth1d7db64"} 2.593177e+06 node_network_iface_id{device="veth1eb823c"} 2.592675e+06 node_network_iface_id{device="veth1f6f24d"} 2.59309e+06 node_network_iface_id{device="veth202aa31"} 2.592814e+06 node_network_iface_id{device="veth207fd71"} 2.593235e+06 node_network_iface_id{device="veth2081a27"} 2.608916e+06 node_network_iface_id{device="veth209dd7a"} 2.608862e+06 node_network_iface_id{device="veth20be67e"} 2.593221e+06 node_network_iface_id{device="veth212af81"} 2.592963e+06 node_network_iface_id{device="veth221aac3"} 2.593593e+06 node_network_iface_id{device="veth22d8e40"} 2.593161e+06 node_network_iface_id{device="veth22fad06"} 2.592546e+06 node_network_iface_id{device="veth230c5dd"} 2.608018e+06 node_network_iface_id{device="veth2323bf7"} 2.593103e+06 node_network_iface_id{device="veth239a22d"} 2.59312e+06 node_network_iface_id{device="veth23aa81a"} 636992 node_network_iface_id{device="veth23aaf8d"} 2.593137e+06 node_network_iface_id{device="veth24105bf"} 2.592972e+06 node_network_iface_id{device="veth2495899"} 2.593158e+06 node_network_iface_id{device="veth2615dda"} 2.592533e+06 node_network_iface_id{device="veth26654a4"} 2.608013e+06 node_network_iface_id{device="veth2679a47"} 2.608875e+06 node_network_iface_id{device="veth27af53a"} 2.593195e+06 node_network_iface_id{device="veth29020dd"} 2.593087e+06 node_network_iface_id{device="veth292ba70"} 2.592945e+06 node_network_iface_id{device="veth29b3b3c"} 2.592988e+06 node_network_iface_id{device="veth29f0eab"} 2.593157e+06 node_network_iface_id{device="veth2a74a99"} 2.592927e+06 node_network_iface_id{device="veth2ad52f5"} 2.608406e+06 node_network_iface_id{device="veth2c1d381"} 2.592567e+06 node_network_iface_id{device="veth2c9a8c2"} 2.593056e+06 node_network_iface_id{device="veth2ce4c6a"} 2.593063e+06 node_network_iface_id{device="veth2d58f81"} 2.592767e+06 node_network_iface_id{device="veth2d94cfa"} 2.593022e+06 node_network_iface_id{device="veth2ddadd1"} 2.608376e+06 node_network_iface_id{device="veth2e85db2"} 2.592973e+06 node_network_iface_id{device="veth2e92b86"} 2.592666e+06 node_network_iface_id{device="veth2ebb250"} 2.592859e+06 node_network_iface_id{device="veth2f20774"} 2.592565e+06 node_network_iface_id{device="veth2fe230f"} 2.592595e+06 node_network_iface_id{device="veth3082d47"} 1.150058e+06 node_network_iface_id{device="veth30ab815"} 2.59257e+06 node_network_iface_id{device="veth30b8afd"} 2.608889e+06 node_network_iface_id{device="veth30c2ec1"} 2.593169e+06 node_network_iface_id{device="veth30f0922"} 2.592681e+06 node_network_iface_id{device="veth3141554"} 2.593229e+06 node_network_iface_id{device="veth3151ba5"} 2.593036e+06 node_network_iface_id{device="veth31d2eaa"} 2.608148e+06 node_network_iface_id{device="veth320cba1"} 2.608012e+06 node_network_iface_id{device="veth320f850"} 2.593225e+06 node_network_iface_id{device="veth322b9b8"} 2.593239e+06 node_network_iface_id{device="veth328eadb"} 1130 node_network_iface_id{device="veth32d6589"} 2.593248e+06 node_network_iface_id{device="veth337f453"} 2.592553e+06 node_network_iface_id{device="veth33aa790"} 2.593208e+06 node_network_iface_id{device="veth33c2333"} 2.593154e+06 node_network_iface_id{device="veth33ff62d"} 2.592619e+06 node_network_iface_id{device="veth344048f"} 2.608885e+06 node_network_iface_id{device="veth345d8aa"} 2.592959e+06 node_network_iface_id{device="veth350043e"} 2.592819e+06 node_network_iface_id{device="veth357f9a6"} 2.608899e+06 node_network_iface_id{device="veth35ba668"} 2.608884e+06 node_network_iface_id{device="veth36351a0"} 2.593196e+06 node_network_iface_id{device="veth3681ad5"} 2.593139e+06 node_network_iface_id{device="veth368fb65"} 2.59295e+06 node_network_iface_id{device="veth36e51bf"} 2.592983e+06 node_network_iface_id{device="veth36ff62d"} 2.593146e+06 node_network_iface_id{device="veth374c886"} 2.59299e+06 node_network_iface_id{device="veth384adb9"} 2.593193e+06 node_network_iface_id{device="veth3880ae5"} 2.593186e+06 node_network_iface_id{device="veth38a1e62"} 2.592622e+06 node_network_iface_id{device="veth38dd5d6"} 2.608879e+06 node_network_iface_id{device="veth391bdb4"} 2.592607e+06 node_network_iface_id{device="veth3940776"} 4033 node_network_iface_id{device="veth395fce7"} 2.592606e+06 node_network_iface_id{device="veth398f945"} 2.592689e+06 node_network_iface_id{device="veth3a6420a"} 2.592765e+06 node_network_iface_id{device="veth3a6d0d0"} 2.59315e+06 node_network_iface_id{device="veth3ab2f83"} 3960 node_network_iface_id{device="veth3af42ba"} 1.755402e+06 node_network_iface_id{device="veth3b3a088"} 1249 node_network_iface_id{device="veth3b98e11"} 2.593256e+06 node_network_iface_id{device="veth3b9bec1"} 2.592786e+06 node_network_iface_id{device="veth3bf8415"} 2.59293e+06 node_network_iface_id{device="veth3d40be3"} 1171 node_network_iface_id{device="veth3dd5600"} 2.592643e+06 node_network_iface_id{device="veth3dd9a17"} 2.608892e+06 node_network_iface_id{device="veth3e20285"} 2.593149e+06 node_network_iface_id{device="veth3edbccf"} 2.593049e+06 node_network_iface_id{device="veth3efd193"} 2.592525e+06 node_network_iface_id{device="veth3f107ab"} 2.59275e+06 node_network_iface_id{device="veth3f604c5"} 2.592817e+06 node_network_iface_id{device="veth3fcc46c"} 2.592951e+06 node_network_iface_id{device="veth40272ae"} 3999 node_network_iface_id{device="veth4034003"} 2.593143e+06 node_network_iface_id{device="veth4044350"} 2.592574e+06 node_network_iface_id{device="veth4069685"} 2.593187e+06 node_network_iface_id{device="veth416f8f4"} 2.593203e+06 node_network_iface_id{device="veth419304f"} 2.592955e+06 node_network_iface_id{device="veth41a3a93"} 1.614883e+06 node_network_iface_id{device="veth41fb34a"} 2.608401e+06 node_network_iface_id{device="veth41fcef0"} 2.591937e+06 node_network_iface_id{device="veth428e028"} 2.592624e+06 node_network_iface_id{device="veth443b91c"} 2.593021e+06 node_network_iface_id{device="veth44f1fa8"} 2.592523e+06 node_network_iface_id{device="veth4550804"} 2.592536e+06 node_network_iface_id{device="veth4562f04"} 2.593e+06 node_network_iface_id{device="veth457a795"} 2.593108e+06 node_network_iface_id{device="veth458490d"} 2.592753e+06 node_network_iface_id{device="veth459832e"} 2.5932e+06 node_network_iface_id{device="veth45f2515"} 2.588002e+06 node_network_iface_id{device="veth4677387"} 2.592982e+06 node_network_iface_id{device="veth469233d"} 2.592571e+06 node_network_iface_id{device="veth47f4190"} 2.592704e+06 node_network_iface_id{device="veth48023de"} 2.593076e+06 node_network_iface_id{device="veth483ae51"} 2.593236e+06 node_network_iface_id{device="veth48dde12"} 2.592784e+06 node_network_iface_id{device="veth4a6d44e"} 2.592545e+06 node_network_iface_id{device="veth4aba26b"} 420117 node_network_iface_id{device="veth4b6a8ab"} 2.592548e+06 node_network_iface_id{device="veth4d7ab27"} 2.59313e+06 node_network_iface_id{device="veth4e09deb"} 2.583926e+06 node_network_iface_id{device="veth4e9c762"} 2.593008e+06 node_network_iface_id{device="veth4ef1b57"} 2.593099e+06 node_network_iface_id{device="veth4f48dee"} 2.593003e+06 node_network_iface_id{device="veth4f982a3"} 2.608393e+06 node_network_iface_id{device="veth4fb59f4"} 2.608919e+06 node_network_iface_id{device="veth503a1ec"} 2.593102e+06 node_network_iface_id{device="veth503c493"} 2.59262e+06 node_network_iface_id{device="veth504df73"} 2.592739e+06 node_network_iface_id{device="veth5067620"} 2.593197e+06 node_network_iface_id{device="veth506ef7a"} 2.593006e+06 node_network_iface_id{device="veth5078bd4"} 2.592729e+06 node_network_iface_id{device="veth50e5845"} 2.592936e+06 node_network_iface_id{device="veth514bb8f"} 2.592559e+06 node_network_iface_id{device="veth5164377"} 2.593118e+06 node_network_iface_id{device="veth520248a"} 2.59318e+06 node_network_iface_id{device="veth5287b89"} 2.60887e+06 node_network_iface_id{device="veth52bc56b"} 2.608863e+06 node_network_iface_id{device="veth52f1bd3"} 2.593167e+06 node_network_iface_id{device="veth544a0b6"} 2.608388e+06 node_network_iface_id{device="veth55240b9"} 2.593097e+06 node_network_iface_id{device="veth56cffbb"} 2.608887e+06 node_network_iface_id{device="veth56ed7c1"} 2.608878e+06 node_network_iface_id{device="veth5708788"} 2.592577e+06 node_network_iface_id{device="veth576344a"} 2.592928e+06 node_network_iface_id{device="veth577d8bb"} 2.609429e+06 node_network_iface_id{device="veth596fd33"} 2.59253e+06 node_network_iface_id{device="veth5aad8aa"} 1122 node_network_iface_id{device="veth5ab0b2a"} 2.592772e+06 node_network_iface_id{device="veth5b434a4"} 2.593094e+06 node_network_iface_id{device="veth5c40725"} 2.609008e+06 node_network_iface_id{device="veth5c6c998"} 2.60888e+06 node_network_iface_id{device="veth5cbcf24"} 2.593119e+06 node_network_iface_id{device="veth5cf1150"} 2.593046e+06 node_network_iface_id{device="veth5cf99c9"} 2.592669e+06 node_network_iface_id{device="veth5db1800"} 2.609421e+06 node_network_iface_id{device="veth5ecb0b2"} 2.591273e+06 node_network_iface_id{device="veth5f39e07"} 2.592811e+06 node_network_iface_id{device="veth605305d"} 2.592986e+06 node_network_iface_id{device="veth6163981"} 2.592696e+06 node_network_iface_id{device="veth61cf889"} 2.592726e+06 node_network_iface_id{device="veth61da541"} 2.592629e+06 node_network_iface_id{device="veth628bbe9"} 1.755404e+06 node_network_iface_id{device="veth639387f"} 1.150088e+06 node_network_iface_id{device="veth63ffe69"} 2.608895e+06 node_network_iface_id{device="veth648a707"} 3964 node_network_iface_id{device="veth654fb49"} 2.608891e+06 node_network_iface_id{device="veth65689f8"} 2.59304e+06 node_network_iface_id{device="veth6675659"} 2.592547e+06 node_network_iface_id{device="veth66bd85c"} 2.59314e+06 node_network_iface_id{device="veth66f2b16"} 2.608877e+06 node_network_iface_id{device="veth6719010"} 2.608866e+06 node_network_iface_id{device="veth672a31a"} 2.593068e+06 node_network_iface_id{device="veth67b5571"} 2.609423e+06 node_network_iface_id{device="veth682c78b"} 2.59325e+06 node_network_iface_id{device="veth683b1d0"} 1.842344e+06 node_network_iface_id{device="veth6888178"} 2.592737e+06 node_network_iface_id{device="veth699f465"} 3961 node_network_iface_id{device="veth69efa93"} 2.593247e+06 node_network_iface_id{device="veth6a8066d"} 2.592566e+06 node_network_iface_id{device="veth6bb5987"} 1.755403e+06 node_network_iface_id{device="veth6c2abab"} 2.59305e+06 node_network_iface_id{device="veth6c4dbe3"} 2.608867e+06 node_network_iface_id{device="veth6c6fca6"} 2.592999e+06 node_network_iface_id{device="veth6d09418"} 2.592534e+06 node_network_iface_id{device="veth6ec4c37"} 2.608815e+06 node_network_iface_id{device="veth6f0ff64"} 2.593138e+06 node_network_iface_id{device="veth6f7335c"} 2.592958e+06 node_network_iface_id{device="veth700b714"} 2.593033e+06 node_network_iface_id{device="veth703f646"} 2.592736e+06 node_network_iface_id{device="veth70ce227"} 2.593152e+06 node_network_iface_id{device="veth712c663"} 2.592997e+06 node_network_iface_id{device="veth716d6c7"} 2.504887e+06 node_network_iface_id{device="veth719781b"} 2.592573e+06 node_network_iface_id{device="veth729d504"} 2.593042e+06 node_network_iface_id{device="veth746f620"} 2.593571e+06 node_network_iface_id{device="veth74b10b9"} 2.593255e+06 node_network_iface_id{device="veth74d1731"} 2.592522e+06 node_network_iface_id{device="veth74e024f"} 2.592685e+06 node_network_iface_id{device="veth758cb42"} 2.592617e+06 node_network_iface_id{device="veth7590df4"} 2.608874e+06 node_network_iface_id{device="veth75a56e0"} 2.593126e+06 node_network_iface_id{device="veth75dc34d"} 2.609437e+06 node_network_iface_id{device="veth75ed4dc"} 2.593212e+06 node_network_iface_id{device="veth793ade8"} 1.842356e+06 node_network_iface_id{device="veth79c5141"} 2.592805e+06 node_network_iface_id{device="veth7afd9d3"} 2.592995e+06 node_network_iface_id{device="veth7ba76be"} 2.592723e+06 node_network_iface_id{device="veth7c22dd3"} 1.755399e+06 node_network_iface_id{device="veth7c2565d"} 1258 node_network_iface_id{device="veth7c702ad"} 2.592538e+06 node_network_iface_id{device="veth7c83e5c"} 1124 node_network_iface_id{device="veth7d16666"} 2.592944e+06 node_network_iface_id{device="veth7d30658"} 2.592937e+06 node_network_iface_id{device="veth7d40ded"} 2.592708e+06 node_network_iface_id{device="veth7d94491"} 2.592976e+06 node_network_iface_id{device="veth7d9d5f6"} 2.504883e+06 node_network_iface_id{device="veth7ea6d28"} 2.608873e+06 node_network_iface_id{device="veth7f1ce99"} 2.608883e+06 node_network_iface_id{device="veth7fa51ee"} 2.593243e+06 node_network_iface_id{device="veth7fbec60"} 2.593098e+06 node_network_iface_id{device="veth80af51e"} 2.593144e+06 node_network_iface_id{device="veth810edf5"} 2.608881e+06 node_network_iface_id{device="veth81f49ff"} 2.593231e+06 node_network_iface_id{device="veth82471a9"} 2.592782e+06 node_network_iface_id{device="veth8347724"} 2.592517e+06 node_network_iface_id{device="veth83bc7e8"} 2.592572e+06 node_network_iface_id{device="veth841efb4"} 2.592605e+06 node_network_iface_id{device="veth84341ad"} 2.593179e+06 node_network_iface_id{device="veth848770f"} 2.593088e+06 node_network_iface_id{device="veth849e867"} 2.593034e+06 node_network_iface_id{device="veth84a62fb"} 2.593175e+06 node_network_iface_id{device="veth84d9527"} 2.608023e+06 node_network_iface_id{device="veth853da8f"} 2.593111e+06 node_network_iface_id{device="veth8606e91"} 2.60815e+06 node_network_iface_id{device="veth863f7a4"} 2.592705e+06 node_network_iface_id{device="veth8678e16"} 2.592953e+06 node_network_iface_id{device="veth86c903b"} 3984 node_network_iface_id{device="veth872b030"} 2.592734e+06 node_network_iface_id{device="veth88f0ac0"} 2.592748e+06 node_network_iface_id{device="veth892e775"} 2.593039e+06 node_network_iface_id{device="veth89e5167"} 2.592647e+06 node_network_iface_id{device="veth8a33db5"} 2.59254e+06 node_network_iface_id{device="veth8acd4c4"} 4004 node_network_iface_id{device="veth8c55edf"} 2.593228e+06 node_network_iface_id{device="veth8c8400b"} 2.593576e+06 node_network_iface_id{device="veth8d958d0"} 2.593074e+06 node_network_iface_id{device="veth8dabee9"} 2.592996e+06 node_network_iface_id{device="veth8e00e4f"} 2.609363e+06 node_network_iface_id{device="veth8edd906"} 2.592992e+06 node_network_iface_id{device="veth8fa6ffb"} 2.59268e+06 node_network_iface_id{device="veth900167c"} 2.5927e+06 node_network_iface_id{device="veth91d026f"} 2.504881e+06 node_network_iface_id{device="veth92ac478"} 2.592858e+06 node_network_iface_id{device="veth946c1de"} 1.842514e+06 node_network_iface_id{device="veth946c5cd"} 2.609449e+06 node_network_iface_id{device="veth94def52"} 2.59324e+06 node_network_iface_id{device="veth95fb0da"} 2.593072e+06 node_network_iface_id{device="veth962c636"} 2.593233e+06 node_network_iface_id{device="veth9729cc7"} 2.593038e+06 node_network_iface_id{device="veth98115bf"} 2.59316e+06 node_network_iface_id{device="veth9894f21"} 2.592961e+06 node_network_iface_id{device="veth9970996"} 2.592602e+06 node_network_iface_id{device="veth9a138aa"} 2.592544e+06 node_network_iface_id{device="veth9a152cc"} 2.59298e+06 node_network_iface_id{device="veth9a59911"} 2.504879e+06 node_network_iface_id{device="veth9ab7cea"} 2.593213e+06 node_network_iface_id{device="veth9b084c6"} 2.593172e+06 node_network_iface_id{device="veth9b8eeb9"} 2.592527e+06 node_network_iface_id{device="veth9be17ae"} 2.592971e+06 node_network_iface_id{device="veth9c8ad8b"} 2.593242e+06 node_network_iface_id{device="veth9ca41c2"} 2.59501e+06 node_network_iface_id{device="veth9cd890b"} 2.592695e+06 node_network_iface_id{device="veth9d6a7bc"} 2.593123e+06 node_network_iface_id{device="veth9dd756f"} 1.755401e+06 node_network_iface_id{device="veth9df5a85"} 2.593181e+06 node_network_iface_id{device="veth9ee34dc"} 2.592659e+06 node_network_iface_id{device="veth9f0e9bc"} 2.593052e+06 node_network_iface_id{device="veth9f11fce"} 2.592987e+06 node_network_iface_id{device="veth9fb5f57"} 2.593032e+06 node_network_iface_id{device="veth9fc1c8b"} 2.592656e+06 node_network_iface_id{device="vetha0d8fd7"} 2.593128e+06 node_network_iface_id{device="vetha0dbb0e"} 2.592949e+06 node_network_iface_id{device="vetha0f070c"} 2.592778e+06 node_network_iface_id{device="vetha1d4491"} 2.593246e+06 node_network_iface_id{device="vetha2479b0"} 2.592578e+06 node_network_iface_id{device="vetha267906"} 2.592611e+06 node_network_iface_id{device="vetha2c7d1b"} 2.592803e+06 node_network_iface_id{device="vetha340e8c"} 2.592952e+06 node_network_iface_id{device="vetha365085"} 2.593105e+06 node_network_iface_id{device="vetha3cdccc"} 2.608021e+06 node_network_iface_id{device="vetha44899b"} 2.59296e+06 node_network_iface_id{device="vetha4c6ac9"} 2.592802e+06 node_network_iface_id{device="vetha4d381c"} 2.609337e+06 node_network_iface_id{device="vetha558068"} 2.608379e+06 node_network_iface_id{device="vetha5ed2bf"} 2.593245e+06 node_network_iface_id{device="vetha7661ca"} 2.608019e+06 node_network_iface_id{device="vetha8b7fa4"} 2.593002e+06 node_network_iface_id{device="vetha8f99c8"} 2.592614e+06 node_network_iface_id{device="vetha91a27c"} 2.593069e+06 node_network_iface_id{device="vetha96b7be"} 2.608175e+06 node_network_iface_id{device="vethaa45e89"} 2.593232e+06 node_network_iface_id{device="vethab6915b"} 2.593189e+06 node_network_iface_id{device="vethabb965f"} 2.593005e+06 node_network_iface_id{device="vethac93a1a"} 2.592551e+06 node_network_iface_id{device="vethacf3fd1"} 2.608221e+06 node_network_iface_id{device="vethae8b5de"} 2.609353e+06 node_network_iface_id{device="vethaefa773"} 2.59265e+06 node_network_iface_id{device="vethafca1f2"} 2.592967e+06 node_network_iface_id{device="vethafd40c3"} 2.593043e+06 node_network_iface_id{device="vethafdfb61"} 2.59263e+06 node_network_iface_id{device="vethb174b7c"} 1.755405e+06 node_network_iface_id{device="vethb1d3234"} 2.593023e+06 node_network_iface_id{device="vethb1d492d"} 2.608864e+06 node_network_iface_id{device="vethb2715f8"} 1164 node_network_iface_id{device="vethb2e3f54"} 2.592549e+06 node_network_iface_id{device="vethb3532dd"} 2.592975e+06 node_network_iface_id{device="vethb3cc631"} 2.593127e+06 node_network_iface_id{device="vethb421518"} 4007 node_network_iface_id{device="vethb541e00"} 2.609092e+06 node_network_iface_id{device="vethb54ab4e"} 2.593241e+06 node_network_iface_id{device="vethb58e487"} 2.592616e+06 node_network_iface_id{device="vethb5cf9d4"} 2.592761e+06 node_network_iface_id{device="vethb5df291"} 2.592724e+06 node_network_iface_id{device="vethb79060e"} 2.593204e+06 node_network_iface_id{device="vethb7d0ffc"} 2.592532e+06 node_network_iface_id{device="vethb81f225"} 2.593084e+06 node_network_iface_id{device="vethb8d6278"} 2.59294e+06 node_network_iface_id{device="vethb90ec2b"} 2.59276e+06 node_network_iface_id{device="vethb921f9d"} 2.593577e+06 node_network_iface_id{device="vethb9aadf5"} 2.593199e+06 node_network_iface_id{device="vethbb3fe72"} 2.592575e+06 node_network_iface_id{device="vethbb4e364"} 2.60886e+06 node_network_iface_id{device="vethbb9533e"} 2.59303e+06 node_network_iface_id{device="vethbc09edc"} 2.59297e+06 node_network_iface_id{device="vethbc16364"} 2.592932e+06 node_network_iface_id{device="vethbc2e354"} 2.375057e+06 node_network_iface_id{device="vethbc96882"} 2.593044e+06 node_network_iface_id{device="vethbcc666a"} 2.592564e+06 node_network_iface_id{device="vethbd115d2"} 2.593065e+06 node_network_iface_id{device="vethbd22d95"} 2.593096e+06 node_network_iface_id{device="vethbd50c49"} 2.593054e+06 node_network_iface_id{device="vethbd939c9"} 1.150064e+06 node_network_iface_id{device="vethbdb2bf0"} 2.592561e+06 node_network_iface_id{device="vethbe2f9af"} 2.59322e+06 node_network_iface_id{device="vethbe5573b"} 2.593226e+06 node_network_iface_id{device="vethbeb46b5"} 2.592641e+06 node_network_iface_id{device="vethbeee8f8"} 2.593205e+06 node_network_iface_id{device="vethbf26e2e"} 2.592518e+06 node_network_iface_id{device="vethbf27ea7"} 2.592556e+06 node_network_iface_id{device="vethbf3e7a4"} 2.593061e+06 node_network_iface_id{device="vethbf48ed1"} 2.592993e+06 node_network_iface_id{device="vethbffa4b0"} 1.755413e+06 node_network_iface_id{device="vethc097a42"} 2.592979e+06 node_network_iface_id{device="vethc0e8e4a"} 2.592754e+06 node_network_iface_id{device="vethc171628"} 2.593051e+06 node_network_iface_id{device="vethc1b3d9a"} 4021 node_network_iface_id{device="vethc283146"} 2.59256e+06 node_network_iface_id{device="vethc2b7b26"} 2.592537e+06 node_network_iface_id{device="vethc326f73"} 2.593159e+06 node_network_iface_id{device="vethc393cfd"} 1177 node_network_iface_id{device="vethc3e0111"} 2.592966e+06 node_network_iface_id{device="vethc3f7661"} 2.593071e+06 node_network_iface_id{device="vethc4deb04"} 2.593214e+06 node_network_iface_id{device="vethc50c474"} 2.592998e+06 node_network_iface_id{device="vethc54d293"} 2.592771e+06 node_network_iface_id{device="vethc5d5b9d"} 2.592519e+06 node_network_iface_id{device="vethc607859"} 2.592524e+06 node_network_iface_id{device="vethc64d99d"} 2.608149e+06 node_network_iface_id{device="vethc69d766"} 2.592935e+06 node_network_iface_id{device="vethc6b8da5"} 2.593209e+06 node_network_iface_id{device="vethc72834f"} 2.59321e+06 node_network_iface_id{device="vethc76495d"} 2.593591e+06 node_network_iface_id{device="vethc7c552e"} 2.593064e+06 node_network_iface_id{device="vethc7d5e61"} 2.592968e+06 node_network_iface_id{device="vethc8c3b71"} 3981 node_network_iface_id{device="vethc919987"} 2.593192e+06 node_network_iface_id{device="vethc996ac7"} 2.593078e+06 node_network_iface_id{device="vethca97906"} 2.593145e+06 node_network_iface_id{device="vethcbc8c45"} 2.593058e+06 node_network_iface_id{device="vethcc41921"} 2.608865e+06 node_network_iface_id{device="vethcc52e3d"} 2.608869e+06 node_network_iface_id{device="vethcc994c9"} 2.59194e+06 node_network_iface_id{device="vethccf6d29"} 4029 node_network_iface_id{device="vethce241be"} 2.608868e+06 node_network_iface_id{device="vethcf354b0"} 2.592558e+06 node_network_iface_id{device="vethcff22cf"} 2.593001e+06 node_network_iface_id{device="vethd06f5d2"} 1107 node_network_iface_id{device="vethd0d84db"} 2.608374e+06 node_network_iface_id{device="vethd0f0797"} 2.592985e+06 node_network_iface_id{device="vethd1070ff"} 2.592925e+06 node_network_iface_id{device="vethd185802"} 2.593249e+06 node_network_iface_id{device="vethd1942a6"} 2.608174e+06 node_network_iface_id{device="vethd1e0f0f"} 2.592939e+06 node_network_iface_id{device="vethd21a7f0"} 2.592933e+06 node_network_iface_id{device="vethd2374a1"} 2.592528e+06 node_network_iface_id{device="vethd268ff7"} 2.592633e+06 node_network_iface_id{device="vethd35d652"} 2.375021e+06 node_network_iface_id{device="vethd3ddef0"} 2.593093e+06 node_network_iface_id{device="vethd408fa4"} 2.592652e+06 node_network_iface_id{device="vethd4b883a"} 2.593238e+06 node_network_iface_id{device="vethd529fd4"} 2.593234e+06 node_network_iface_id{device="vethd5d2986"} 2.608898e+06 node_network_iface_id{device="vethd5d44f1"} 2.592957e+06 node_network_iface_id{device="vethd618e36"} 2.593083e+06 node_network_iface_id{device="vethd6641b3"} 235652 node_network_iface_id{device="vethd70d558"} 2.592929e+06 node_network_iface_id{device="vethd774c27"} 2.609093e+06 node_network_iface_id{device="vethd79e9f5"} 2.59252e+06 node_network_iface_id{device="vethd7c8767"} 2.592946e+06 node_network_iface_id{device="vethd7f39b3"} 420118 node_network_iface_id{device="vethd84aaa2"} 2.593066e+06 node_network_iface_id{device="vethd887cc8"} 2.592672e+06 node_network_iface_id{device="vethd8ed3b7"} 2.593202e+06 node_network_iface_id{device="vethd9041b9"} 2.608896e+06 node_network_iface_id{device="vethd922e96"} 2.593079e+06 node_network_iface_id{device="vethd93c801"} 2.592816e+06 node_network_iface_id{device="vethd96e53a"} 2.592943e+06 node_network_iface_id{device="vethd9e80a7"} 2.593237e+06 node_network_iface_id{device="vethd9f9021"} 2.593112e+06 node_network_iface_id{device="vethda1c202"} 2.608024e+06 node_network_iface_id{device="vethdc03552"} 1.150075e+06 node_network_iface_id{device="vethdcc414f"} 236060 node_network_iface_id{device="vethdcd7a42"} 2.592942e+06 node_network_iface_id{device="vethdd93b52"} 2.592759e+06 node_network_iface_id{device="vethddbee4c"} 2.5449e+06 node_network_iface_id{device="vethde0a9a6"} 2.593217e+06 node_network_iface_id{device="vethde1d4af"} 2.592542e+06 node_network_iface_id{device="vethde3c5db"} 2.592526e+06 node_network_iface_id{device="vethde6cf02"} 2.592962e+06 node_network_iface_id{device="vethe0607e3"} 2.592563e+06 node_network_iface_id{device="vethe07ace6"} 2.608893e+06 node_network_iface_id{device="vethe0c1701"} 2.592931e+06 node_network_iface_id{device="vethe1343dc"} 2.608917e+06 node_network_iface_id{device="vethe13fea7"} 2.593045e+06 node_network_iface_id{device="vethe1c4b8e"} 1.150085e+06 node_network_iface_id{device="vethe2df25b"} 1.150068e+06 node_network_iface_id{device="vethe3fadda"} 2.59359e+06 node_network_iface_id{device="vethe41ffcf"} 2.593019e+06 node_network_iface_id{device="vethe48c931"} 2.592947e+06 node_network_iface_id{device="vethe514c96"} 2.593206e+06 node_network_iface_id{device="vethe5413d3"} 2.593132e+06 node_network_iface_id{device="vethe5b26a5"} 2.592934e+06 node_network_iface_id{device="vethe617ba9"} 2.593024e+06 node_network_iface_id{device="vethe664b0e"} 2.593156e+06 node_network_iface_id{device="vethe6c8ced"} 2.592938e+06 node_network_iface_id{device="vethe736cf4"} 2.593227e+06 node_network_iface_id{device="vethe748123"} 2.60935e+06 node_network_iface_id{device="vethe78bb37"} 2.592807e+06 node_network_iface_id{device="vethe959666"} 2.592994e+06 node_network_iface_id{device="vethe9a832d"} 2.592668e+06 node_network_iface_id{device="vethe9f6b95"} 2.592521e+06 node_network_iface_id{device="vetheaafa33"} 2.609327e+06 node_network_iface_id{device="vetheb6c5e2"} 2.592529e+06 node_network_iface_id{device="vethec55a93"} 3988 node_network_iface_id{device="vethecbca0a"} 2.592516e+06 node_network_iface_id{device="vethed65eeb"} 2.375054e+06 node_network_iface_id{device="vethed8cf8f"} 2.592562e+06 node_network_iface_id{device="vetheeeb839"} 2.593594e+06 node_network_iface_id{device="vethf0535f5"} 2.592978e+06 node_network_iface_id{device="vethf07cd82"} 2.592535e+06 node_network_iface_id{device="vethf07e04f"} 1.842353e+06 node_network_iface_id{device="vethf10af27"} 2.375045e+06 node_network_iface_id{device="vethf13be56"} 2.592977e+06 node_network_iface_id{device="vethf225b65"} 2.592981e+06 node_network_iface_id{device="vethf24cf0b"} 2.59255e+06 node_network_iface_id{device="vethf25f762"} 2.592593e+06 node_network_iface_id{device="vethf3e1b6a"} 2.592531e+06 node_network_iface_id{device="vethf41c1e8"} 2.592699e+06 node_network_iface_id{device="vethf44e733"} 2.593026e+06 node_network_iface_id{device="vethf57c3bb"} 2.592745e+06 node_network_iface_id{device="vethf5b3fd0"} 2.593176e+06 node_network_iface_id{device="vethf61906e"} 2.608022e+06 node_network_iface_id{device="vethf6b70c6"} 2.592555e+06 node_network_iface_id{device="vethf700626"} 1.15006e+06 node_network_iface_id{device="vethf719e39"} 316609 node_network_iface_id{device="vethf76ee93"} 2.592609e+06 node_network_iface_id{device="vethf77cc2b"} 2.593171e+06 node_network_iface_id{device="vethf81eade"} 2.609447e+06 node_network_iface_id{device="vethf8c86df"} 2.608173e+06 node_network_iface_id{device="vethf9b8ad4"} 2.593253e+06 node_network_iface_id{device="vethfa1b0e8"} 2.592989e+06 node_network_iface_id{device="vethfa1f320"} 2.593129e+06 node_network_iface_id{device="vethfa2dd43"} 2.593222e+06 node_network_iface_id{device="vethfadc2ac"} 2.592965e+06 node_network_iface_id{device="vethfafe27c"} 2.592576e+06 node_network_iface_id{device="vethfb1de8a"} 2.592974e+06 node_network_iface_id{device="vethfb5a12c"} 2.593251e+06 node_network_iface_id{device="vethfb79591"} 2.592579e+06 node_network_iface_id{device="vethfc28698"} 2.593182e+06 node_network_iface_id{device="vethfc4799a"} 2.592991e+06 node_network_iface_id{device="vethfe615fb"} 2.593081e+06 node_network_iface_id{device="vethff2e95b"} 2.593162e+06 node_network_iface_id{device="vethffa3629"} 2.592948e+06 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-026d8e52a915"} 1140 node_network_iface_link{device="br-028df7dbe79c"} 1163 node_network_iface_link{device="br-0c77bfc382c5"} 1248 node_network_iface_link{device="br-393152ee2ab7"} 2.403704e+06 node_network_iface_link{device="br-6acdaa8c9f1b"} 2.248484e+06 node_network_iface_link{device="br-895d39099eb3"} 3 node_network_iface_link{device="br-9a4c633e7389"} 1.84234e+06 node_network_iface_link{device="br-b2db2f4bc8e1"} 3958 node_network_iface_link{device="br-b83cbe748b37"} 4 node_network_iface_link{device="br-c7afcacea542"} 1330 node_network_iface_link{device="br-c829cf887623"} 2.011828e+06 node_network_iface_link{device="br-eb0faf84288b"} 1103 node_network_iface_link{device="docker0"} 5 node_network_iface_link{device="enp7s0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0073e6a"} 2 node_network_iface_link{device="veth010e82a"} 2.592761e+06 node_network_iface_link{device="veth01683b7"} 3964 node_network_iface_link{device="veth01f0e03"} 2 node_network_iface_link{device="veth02129bc"} 2.592689e+06 node_network_iface_link{device="veth0294e47"} 2 node_network_iface_link{device="veth02edd68"} 2 node_network_iface_link{device="veth03f6d35"} 2.588002e+06 node_network_iface_link{device="veth0487eab"} 2.592519e+06 node_network_iface_link{device="veth04a02fa"} 2 node_network_iface_link{device="veth04a792c"} 2.592948e+06 node_network_iface_link{device="veth0520912"} 2.592545e+06 node_network_iface_link{device="veth053b7ea"} 2 node_network_iface_link{device="veth054d183"} 2 node_network_iface_link{device="veth0588159"} 2 node_network_iface_link{device="veth06087df"} 2 node_network_iface_link{device="veth0683bd7"} 2 node_network_iface_link{device="veth0770762"} 2 node_network_iface_link{device="veth07b3d46"} 2.375054e+06 node_network_iface_link{device="veth07b7237"} 2.592941e+06 node_network_iface_link{device="veth083dcb1"} 2.591273e+06 node_network_iface_link{device="veth0843d47"} 3960 node_network_iface_link{device="veth08b2ce6"} 2 node_network_iface_link{device="veth08f5c22"} 2 node_network_iface_link{device="veth0983dc8"} 2 node_network_iface_link{device="veth099bbf7"} 2 node_network_iface_link{device="veth0a33edc"} 2 node_network_iface_link{device="veth0a3e5dc"} 2 node_network_iface_link{device="veth0a406ae"} 2 node_network_iface_link{device="veth0a9af9f"} 3 node_network_iface_link{device="veth0c504cf"} 2.592988e+06 node_network_iface_link{device="veth0c8b368"} 2 node_network_iface_link{device="veth0cc91c8"} 2.592987e+06 node_network_iface_link{device="veth10365a8"} 2.592998e+06 node_network_iface_link{device="veth114179a"} 3 node_network_iface_link{device="veth12120a3"} 2.592814e+06 node_network_iface_link{device="veth123b9c2"} 2 node_network_iface_link{device="veth1325997"} 2.592607e+06 node_network_iface_link{device="veth13fab17"} 2.59277e+06 node_network_iface_link{device="veth14b0c9a"} 2.592754e+06 node_network_iface_link{device="veth151647c"} 2.592986e+06 node_network_iface_link{device="veth159f326"} 2.592955e+06 node_network_iface_link{device="veth15bf0a1"} 2 node_network_iface_link{device="veth15c0fe2"} 2 node_network_iface_link{device="veth160053f"} 2 node_network_iface_link{device="veth1616278"} 1.755413e+06 node_network_iface_link{device="veth1678242"} 2 node_network_iface_link{device="veth168e16f"} 2 node_network_iface_link{device="veth17def85"} 2.592786e+06 node_network_iface_link{device="veth17ecd66"} 2.592983e+06 node_network_iface_link{device="veth1821b35"} 2 node_network_iface_link{device="veth1899649"} 2 node_network_iface_link{device="veth18cbbb8"} 2.592753e+06 node_network_iface_link{device="veth18d511e"} 3961 node_network_iface_link{device="veth18e9634"} 316609 node_network_iface_link{device="veth1929fb1"} 2 node_network_iface_link{device="veth1957071"} 2.59253e+06 node_network_iface_link{device="veth19fc3cd"} 2 node_network_iface_link{device="veth1a3e11a"} 2 node_network_iface_link{device="veth1a786f9"} 1.150085e+06 node_network_iface_link{device="veth1a8dbfb"} 2.592553e+06 node_network_iface_link{device="veth1aeaa71"} 2 node_network_iface_link{device="veth1b8cce8"} 2.592522e+06 node_network_iface_link{device="veth1d309cb"} 2.592672e+06 node_network_iface_link{device="veth1d56af8"} 2 node_network_iface_link{device="veth1d7db64"} 2 node_network_iface_link{device="veth1eb823c"} 2.59294e+06 node_network_iface_link{device="veth1f6f24d"} 2 node_network_iface_link{device="veth202aa31"} 2.593007e+06 node_network_iface_link{device="veth207fd71"} 2 node_network_iface_link{device="veth2081a27"} 2 node_network_iface_link{device="veth209dd7a"} 2 node_network_iface_link{device="veth20be67e"} 2 node_network_iface_link{device="veth212af81"} 2.592811e+06 node_network_iface_link{device="veth221aac3"} 2 node_network_iface_link{device="veth22d8e40"} 2 node_network_iface_link{device="veth22fad06"} 2.591937e+06 node_network_iface_link{device="veth230c5dd"} 2 node_network_iface_link{device="veth2323bf7"} 2 node_network_iface_link{device="veth239a22d"} 2 node_network_iface_link{device="veth23aa81a"} 2.592564e+06 node_network_iface_link{device="veth23aaf8d"} 2 node_network_iface_link{device="veth24105bf"} 2.592784e+06 node_network_iface_link{device="veth2495899"} 2 node_network_iface_link{device="veth2615dda"} 2.375021e+06 node_network_iface_link{device="veth26654a4"} 2 node_network_iface_link{device="veth2679a47"} 2 node_network_iface_link{device="veth27af53a"} 2 node_network_iface_link{device="veth29020dd"} 2 node_network_iface_link{device="veth292ba70"} 2.592765e+06 node_network_iface_link{device="veth29b3b3c"} 2.592777e+06 node_network_iface_link{device="veth29f0eab"} 2 node_network_iface_link{device="veth2a74a99"} 2.592606e+06 node_network_iface_link{device="veth2ad52f5"} 2 node_network_iface_link{device="veth2c1d381"} 3988 node_network_iface_link{device="veth2c9a8c2"} 2 node_network_iface_link{device="veth2ce4c6a"} 2 node_network_iface_link{device="veth2d58f81"} 2.592971e+06 node_network_iface_link{device="veth2d94cfa"} 2 node_network_iface_link{device="veth2ddadd1"} 2 node_network_iface_link{device="veth2e85db2"} 2.592659e+06 node_network_iface_link{device="veth2e92b86"} 2.59293e+06 node_network_iface_link{device="veth2ebb250"} 2.593003e+06 node_network_iface_link{device="veth2f20774"} 4004 node_network_iface_link{device="veth2fe230f"} 2.59295e+06 node_network_iface_link{device="veth3082d47"} 2.592534e+06 node_network_iface_link{device="veth30ab815"} 1.755404e+06 node_network_iface_link{device="veth30b8afd"} 2 node_network_iface_link{device="veth30c2ec1"} 2 node_network_iface_link{device="veth30f0922"} 2.592938e+06 node_network_iface_link{device="veth3141554"} 2 node_network_iface_link{device="veth3151ba5"} 2 node_network_iface_link{device="veth31d2eaa"} 2 node_network_iface_link{device="veth320cba1"} 2 node_network_iface_link{device="veth320f850"} 2 node_network_iface_link{device="veth322b9b8"} 3 node_network_iface_link{device="veth328eadb"} 2.592544e+06 node_network_iface_link{device="veth32d6589"} 2 node_network_iface_link{device="veth337f453"} 2.37505e+06 node_network_iface_link{device="veth33aa790"} 2 node_network_iface_link{device="veth33c2333"} 2 node_network_iface_link{device="veth33ff62d"} 2.592976e+06 node_network_iface_link{device="veth344048f"} 2 node_network_iface_link{device="veth345d8aa"} 2.592734e+06 node_network_iface_link{device="veth350043e"} 2.593006e+06 node_network_iface_link{device="veth357f9a6"} 2 node_network_iface_link{device="veth35ba668"} 2 node_network_iface_link{device="veth36351a0"} 2 node_network_iface_link{device="veth3681ad5"} 2 node_network_iface_link{device="veth368fb65"} 2.592595e+06 node_network_iface_link{device="veth36e51bf"} 2.592746e+06 node_network_iface_link{device="veth36ff62d"} 2 node_network_iface_link{device="veth374c886"} 2.592696e+06 node_network_iface_link{device="veth384adb9"} 2 node_network_iface_link{device="veth3880ae5"} 2 node_network_iface_link{device="veth38a1e62"} 2.592942e+06 node_network_iface_link{device="veth38dd5d6"} 2 node_network_iface_link{device="veth391bdb4"} 2.592926e+06 node_network_iface_link{device="veth3940776"} 2.592555e+06 node_network_iface_link{device="veth395fce7"} 2.592927e+06 node_network_iface_link{device="veth398f945"} 2.592964e+06 node_network_iface_link{device="veth3a6420a"} 2.592945e+06 node_network_iface_link{device="veth3a6d0d0"} 2 node_network_iface_link{device="veth3ab2f83"} 2.592543e+06 node_network_iface_link{device="veth3af42ba"} 2.592525e+06 node_network_iface_link{device="veth3b3a088"} 2.592529e+06 node_network_iface_link{device="veth3b98e11"} 2 node_network_iface_link{device="veth3b9bec1"} 2.593004e+06 node_network_iface_link{device="veth3bf8415"} 2.592666e+06 node_network_iface_link{device="veth3d40be3"} 2.592523e+06 node_network_iface_link{device="veth3dd5600"} 2.592951e+06 node_network_iface_link{device="veth3dd9a17"} 2 node_network_iface_link{device="veth3e20285"} 2 node_network_iface_link{device="veth3edbccf"} 2 node_network_iface_link{device="veth3efd193"} 1.755402e+06 node_network_iface_link{device="veth3f107ab"} 2.592949e+06 node_network_iface_link{device="veth3f604c5"} 2.592974e+06 node_network_iface_link{device="veth3fcc46c"} 2.592643e+06 node_network_iface_link{device="veth40272ae"} 2.59252e+06 node_network_iface_link{device="veth4034003"} 2 node_network_iface_link{device="veth4044350"} 1.842514e+06 node_network_iface_link{device="veth4069685"} 2 node_network_iface_link{device="veth416f8f4"} 2 node_network_iface_link{device="veth419304f"} 2.592781e+06 node_network_iface_link{device="veth41a3a93"} 2.59255e+06 node_network_iface_link{device="veth41fb34a"} 2 node_network_iface_link{device="veth41fcef0"} 2.592546e+06 node_network_iface_link{device="veth428e028"} 2.592947e+06 node_network_iface_link{device="veth443b91c"} 2 node_network_iface_link{device="veth44f1fa8"} 1171 node_network_iface_link{device="veth4550804"} 236060 node_network_iface_link{device="veth4562f04"} 2.592641e+06 node_network_iface_link{device="veth457a795"} 2 node_network_iface_link{device="veth458490d"} 2.592956e+06 node_network_iface_link{device="veth459832e"} 2 node_network_iface_link{device="veth45f2515"} 2.592581e+06 node_network_iface_link{device="veth4677387"} 2.592759e+06 node_network_iface_link{device="veth469233d"} 235652 node_network_iface_link{device="veth47f4190"} 2.592931e+06 node_network_iface_link{device="veth48023de"} 2 node_network_iface_link{device="veth483ae51"} 2 node_network_iface_link{device="veth48dde12"} 2.592972e+06 node_network_iface_link{device="veth4a6d44e"} 4019 node_network_iface_link{device="veth4aba26b"} 2.592577e+06 node_network_iface_link{device="veth4b6a8ab"} 1.150075e+06 node_network_iface_link{device="veth4d7ab27"} 3 node_network_iface_link{device="veth4e09deb"} 2.592532e+06 node_network_iface_link{device="veth4e9c762"} 2.59262e+06 node_network_iface_link{device="veth4ef1b57"} 2 node_network_iface_link{device="veth4f48dee"} 2.592859e+06 node_network_iface_link{device="veth4f982a3"} 2 node_network_iface_link{device="veth4fb59f4"} 2 node_network_iface_link{device="veth503a1ec"} 2 node_network_iface_link{device="veth503c493"} 2.593008e+06 node_network_iface_link{device="veth504df73"} 2.592937e+06 node_network_iface_link{device="veth5067620"} 2 node_network_iface_link{device="veth506ef7a"} 2.592819e+06 node_network_iface_link{device="veth5078bd4"} 2.592929e+06 node_network_iface_link{device="veth50e5845"} 2.592617e+06 node_network_iface_link{device="veth514bb8f"} 1.150064e+06 node_network_iface_link{device="veth5164377"} 2 node_network_iface_link{device="veth520248a"} 2 node_network_iface_link{device="veth5287b89"} 2 node_network_iface_link{device="veth52bc56b"} 2 node_network_iface_link{device="veth52f1bd3"} 2 node_network_iface_link{device="veth544a0b6"} 2 node_network_iface_link{device="veth55240b9"} 2 node_network_iface_link{device="veth56cffbb"} 2 node_network_iface_link{device="veth56ed7c1"} 2 node_network_iface_link{device="veth5708788"} 420117 node_network_iface_link{device="veth576344a"} 2.592772e+06 node_network_iface_link{device="veth577d8bb"} 2 node_network_iface_link{device="veth596fd33"} 1.150073e+06 node_network_iface_link{device="veth5aad8aa"} 2.592535e+06 node_network_iface_link{device="veth5ab0b2a"} 2.592928e+06 node_network_iface_link{device="veth5b434a4"} 2 node_network_iface_link{device="veth5c40725"} 2 node_network_iface_link{device="veth5c6c998"} 2 node_network_iface_link{device="veth5cbcf24"} 3 node_network_iface_link{device="veth5cf1150"} 2 node_network_iface_link{device="veth5cf99c9"} 2.593005e+06 node_network_iface_link{device="veth5db1800"} 2 node_network_iface_link{device="veth5ecb0b2"} 2.592541e+06 node_network_iface_link{device="veth5f39e07"} 2.592963e+06 node_network_iface_link{device="veth605305d"} 2.592722e+06 node_network_iface_link{device="veth6163981"} 2.59299e+06 node_network_iface_link{device="veth61cf889"} 2.592958e+06 node_network_iface_link{device="veth61da541"} 2.592968e+06 node_network_iface_link{device="veth628bbe9"} 2.59257e+06 node_network_iface_link{device="veth639387f"} 2.592573e+06 node_network_iface_link{device="veth63ffe69"} 2 node_network_iface_link{device="veth648a707"} 2.592557e+06 node_network_iface_link{device="veth654fb49"} 2 node_network_iface_link{device="veth65689f8"} 2 node_network_iface_link{device="veth6675659"} 1164 node_network_iface_link{device="veth66bd85c"} 2 node_network_iface_link{device="veth66f2b16"} 2 node_network_iface_link{device="veth6719010"} 2 node_network_iface_link{device="veth672a31a"} 2 node_network_iface_link{device="veth67b5571"} 2 node_network_iface_link{device="veth682c78b"} 2 node_network_iface_link{device="veth683b1d0"} 2.592562e+06 node_network_iface_link{device="veth6888178"} 2.592925e+06 node_network_iface_link{device="veth699f465"} 2.592552e+06 node_network_iface_link{device="veth69efa93"} 2 node_network_iface_link{device="veth6a8066d"} 2.504883e+06 node_network_iface_link{device="veth6bb5987"} 2.592549e+06 node_network_iface_link{device="veth6c2abab"} 2 node_network_iface_link{device="veth6c4dbe3"} 2 node_network_iface_link{device="veth6c6fca6"} 2.592614e+06 node_network_iface_link{device="veth6d09418"} 1.150058e+06 node_network_iface_link{device="veth6ec4c37"} 2 node_network_iface_link{device="veth6f0ff64"} 2 node_network_iface_link{device="veth6f7335c"} 2.592726e+06 node_network_iface_link{device="veth700b714"} 2 node_network_iface_link{device="veth703f646"} 2.59297e+06 node_network_iface_link{device="veth70ce227"} 2 node_network_iface_link{device="veth712c663"} 2.592611e+06 node_network_iface_link{device="veth716d6c7"} 2.592558e+06 node_network_iface_link{device="veth719781b"} 1.150088e+06 node_network_iface_link{device="veth729d504"} 2 node_network_iface_link{device="veth746f620"} 2 node_network_iface_link{device="veth74b10b9"} 2 node_network_iface_link{device="veth74d1731"} 2.591932e+06 node_network_iface_link{device="veth74e024f"} 2.592967e+06 node_network_iface_link{device="veth758cb42"} 2.592936e+06 node_network_iface_link{device="veth7590df4"} 2 node_network_iface_link{device="veth75a56e0"} 2 node_network_iface_link{device="veth75dc34d"} 2 node_network_iface_link{device="veth75ed4dc"} 2 node_network_iface_link{device="veth793ade8"} 2.592516e+06 node_network_iface_link{device="veth79c5141"} 2.592953e+06 node_network_iface_link{device="veth7afd9d3"} 2.592616e+06 node_network_iface_link{device="veth7ba76be"} 2.592996e+06 node_network_iface_link{device="veth7c22dd3"} 2.592528e+06 node_network_iface_link{device="veth7c2565d"} 2.592563e+06 node_network_iface_link{device="veth7c702ad"} 4007 node_network_iface_link{device="veth7c83e5c"} 2.592518e+06 node_network_iface_link{device="veth7d16666"} 2.592802e+06 node_network_iface_link{device="veth7d30658"} 2.592739e+06 node_network_iface_link{device="veth7d40ded"} 2.593001e+06 node_network_iface_link{device="veth7d94491"} 2.592619e+06 node_network_iface_link{device="veth7d9d5f6"} 2.592566e+06 node_network_iface_link{device="veth7ea6d28"} 2 node_network_iface_link{device="veth7f1ce99"} 2 node_network_iface_link{device="veth7fa51ee"} 2 node_network_iface_link{device="veth7fbec60"} 2 node_network_iface_link{device="veth80af51e"} 2 node_network_iface_link{device="veth810edf5"} 2 node_network_iface_link{device="veth81f49ff"} 2 node_network_iface_link{device="veth82471a9"} 2.592992e+06 node_network_iface_link{device="veth8347724"} 1.755405e+06 node_network_iface_link{device="veth83bc7e8"} 2.504881e+06 node_network_iface_link{device="veth841efb4"} 2.592979e+06 node_network_iface_link{device="veth84341ad"} 2 node_network_iface_link{device="veth848770f"} 2 node_network_iface_link{device="veth849e867"} 2 node_network_iface_link{device="veth84a62fb"} 2 node_network_iface_link{device="veth84d9527"} 3 node_network_iface_link{device="veth853da8f"} 2 node_network_iface_link{device="veth8606e91"} 2 node_network_iface_link{device="veth863f7a4"} 2.592934e+06 node_network_iface_link{device="veth8678e16"} 2.592805e+06 node_network_iface_link{device="veth86c903b"} 2.592575e+06 node_network_iface_link{device="veth872b030"} 2.592959e+06 node_network_iface_link{device="veth88f0ac0"} 2.592977e+06 node_network_iface_link{device="veth892e775"} 2 node_network_iface_link{device="veth89e5167"} 2.592978e+06 node_network_iface_link{device="veth8a33db5"} 2.5449e+06 node_network_iface_link{device="veth8acd4c4"} 2.592565e+06 node_network_iface_link{device="veth8c55edf"} 2 node_network_iface_link{device="veth8c8400b"} 2 node_network_iface_link{device="veth8d958d0"} 2 node_network_iface_link{device="veth8dabee9"} 2.592723e+06 node_network_iface_link{device="veth8e00e4f"} 2 node_network_iface_link{device="veth8edd906"} 2.592782e+06 node_network_iface_link{device="veth8fa6ffb"} 2.592989e+06 node_network_iface_link{device="veth900167c"} 2.592965e+06 node_network_iface_link{device="veth91d026f"} 2.592572e+06 node_network_iface_link{device="veth92ac478"} 2.592932e+06 node_network_iface_link{device="veth946c1de"} 2.592574e+06 node_network_iface_link{device="veth946c5cd"} 2 node_network_iface_link{device="veth94def52"} 2 node_network_iface_link{device="veth95fb0da"} 2 node_network_iface_link{device="veth962c636"} 2 node_network_iface_link{device="veth9729cc7"} 2 node_network_iface_link{device="veth98115bf"} 2 node_network_iface_link{device="veth9894f21"} 2.592609e+06 node_network_iface_link{device="veth9970996"} 2.592943e+06 node_network_iface_link{device="veth9a138aa"} 1130 node_network_iface_link{device="veth9a152cc"} 2.592593e+06 node_network_iface_link{device="veth9a59911"} 2.592578e+06 node_network_iface_link{device="veth9ab7cea"} 2 node_network_iface_link{device="veth9b084c6"} 2 node_network_iface_link{device="veth9b8eeb9"} 1177 node_network_iface_link{device="veth9be17ae"} 2.592767e+06 node_network_iface_link{device="veth9c8ad8b"} 2 node_network_iface_link{device="veth9ca41c2"} 2 node_network_iface_link{device="veth9cd890b"} 2.592985e+06 node_network_iface_link{device="veth9d6a7bc"} 2 node_network_iface_link{device="veth9dd756f"} 2.592531e+06 node_network_iface_link{device="veth9df5a85"} 3 node_network_iface_link{device="veth9ee34dc"} 2.592973e+06 node_network_iface_link{device="veth9f0e9bc"} 2 node_network_iface_link{device="veth9f11fce"} 2.592713e+06 node_network_iface_link{device="veth9fb5f57"} 2 node_network_iface_link{device="veth9fc1c8b"} 2.59296e+06 node_network_iface_link{device="vetha0d8fd7"} 2 node_network_iface_link{device="vetha0dbb0e"} 2.59275e+06 node_network_iface_link{device="vetha0f070c"} 2.592935e+06 node_network_iface_link{device="vetha1d4491"} 2 node_network_iface_link{device="vetha2479b0"} 2.504879e+06 node_network_iface_link{device="vetha267906"} 2.592997e+06 node_network_iface_link{device="vetha2c7d1b"} 2.592981e+06 node_network_iface_link{device="vetha340e8c"} 2.592668e+06 node_network_iface_link{device="vetha365085"} 2 node_network_iface_link{device="vetha3cdccc"} 2 node_network_iface_link{device="vetha44899b"} 2.592656e+06 node_network_iface_link{device="vetha4c6ac9"} 2.592944e+06 node_network_iface_link{device="vetha4d381c"} 2 node_network_iface_link{device="vetha558068"} 2 node_network_iface_link{device="vetha5ed2bf"} 2 node_network_iface_link{device="vetha7661ca"} 2 node_network_iface_link{device="vetha8b7fa4"} 2.592816e+06 node_network_iface_link{device="vetha8f99c8"} 2.592999e+06 node_network_iface_link{device="vetha91a27c"} 2 node_network_iface_link{device="vetha96b7be"} 3 node_network_iface_link{device="vethaa45e89"} 2 node_network_iface_link{device="vethab6915b"} 2 node_network_iface_link{device="vethabb965f"} 2.592669e+06 node_network_iface_link{device="vethac93a1a"} 4029 node_network_iface_link{device="vethacf3fd1"} 2 node_network_iface_link{device="vethae8b5de"} 2 node_network_iface_link{device="vethaefa773"} 2.592933e+06 node_network_iface_link{device="vethafca1f2"} 2.592685e+06 node_network_iface_link{device="vethafd40c3"} 2 node_network_iface_link{device="vethafdfb61"} 2.592994e+06 node_network_iface_link{device="vethb174b7c"} 2.592517e+06 node_network_iface_link{device="vethb1d3234"} 2 node_network_iface_link{device="vethb1d492d"} 2 node_network_iface_link{device="vethb2715f8"} 2.592547e+06 node_network_iface_link{device="vethb2e3f54"} 1.755403e+06 node_network_iface_link{device="vethb3532dd"} 2.59276e+06 node_network_iface_link{device="vethb3cc631"} 2 node_network_iface_link{device="vethb421518"} 2.592538e+06 node_network_iface_link{device="vethb541e00"} 2 node_network_iface_link{device="vethb54ab4e"} 2 node_network_iface_link{device="vethb58e487"} 2.592995e+06 node_network_iface_link{device="vethb5cf9d4"} 2.592954e+06 node_network_iface_link{device="vethb5df291"} 2.592957e+06 node_network_iface_link{device="vethb79060e"} 2 node_network_iface_link{device="vethb7d0ffc"} 2.583926e+06 node_network_iface_link{device="vethb81f225"} 2 node_network_iface_link{device="vethb8d6278"} 2.592675e+06 node_network_iface_link{device="vethb90ec2b"} 2.592975e+06 node_network_iface_link{device="vethb921f9d"} 3 node_network_iface_link{device="vethb9aadf5"} 2 node_network_iface_link{device="vethbb3fe72"} 3984 node_network_iface_link{device="vethbb4e364"} 2 node_network_iface_link{device="vethbb9533e"} 2 node_network_iface_link{device="vethbc09edc"} 2.592736e+06 node_network_iface_link{device="vethbc16364"} 2.592858e+06 node_network_iface_link{device="vethbc2e354"} 2.592526e+06 node_network_iface_link{device="vethbc96882"} 2 node_network_iface_link{device="vethbcc666a"} 636992 node_network_iface_link{device="vethbd115d2"} 2 node_network_iface_link{device="vethbd22d95"} 2 node_network_iface_link{device="vethbd50c49"} 2 node_network_iface_link{device="vethbd939c9"} 2.592559e+06 node_network_iface_link{device="vethbdb2bf0"} 1.842353e+06 node_network_iface_link{device="vethbe2f9af"} 2 node_network_iface_link{device="vethbe5573b"} 2 node_network_iface_link{device="vethbeb46b5"} 2.593e+06 node_network_iface_link{device="vethbeee8f8"} 2 node_network_iface_link{device="vethbf26e2e"} 1124 node_network_iface_link{device="vethbf27ea7"} 420118 node_network_iface_link{device="vethbf3e7a4"} 2 node_network_iface_link{device="vethbf48ed1"} 2.592771e+06 node_network_iface_link{device="vethbffa4b0"} 2.592539e+06 node_network_iface_link{device="vethc097a42"} 2.592605e+06 node_network_iface_link{device="vethc0e8e4a"} 2.592984e+06 node_network_iface_link{device="vethc171628"} 2 node_network_iface_link{device="vethc1b3d9a"} 2.592521e+06 node_network_iface_link{device="vethc283146"} 1.150068e+06 node_network_iface_link{device="vethc2b7b26"} 1107 node_network_iface_link{device="vethc326f73"} 2 node_network_iface_link{device="vethc393cfd"} 2.592527e+06 node_network_iface_link{device="vethc3e0111"} 2.592699e+06 node_network_iface_link{device="vethc3f7661"} 2 node_network_iface_link{device="vethc4deb04"} 2 node_network_iface_link{device="vethc50c474"} 2.592618e+06 node_network_iface_link{device="vethc54d293"} 2.592993e+06 node_network_iface_link{device="vethc5d5b9d"} 2.461736e+06 node_network_iface_link{device="vethc607859"} 2.59194e+06 node_network_iface_link{device="vethc64d99d"} 2 node_network_iface_link{device="vethc69d766"} 2.592778e+06 node_network_iface_link{device="vethc6b8da5"} 2 node_network_iface_link{device="vethc72834f"} 2 node_network_iface_link{device="vethc76495d"} 2 node_network_iface_link{device="vethc7c552e"} 2 node_network_iface_link{device="vethc7d5e61"} 2.592629e+06 node_network_iface_link{device="vethc8c3b71"} 2.592576e+06 node_network_iface_link{device="vethc919987"} 2 node_network_iface_link{device="vethc996ac7"} 2 node_network_iface_link{device="vethca97906"} 2 node_network_iface_link{device="vethcbc8c45"} 2 node_network_iface_link{device="vethcc41921"} 2 node_network_iface_link{device="vethcc52e3d"} 2 node_network_iface_link{device="vethcc994c9"} 2.592524e+06 node_network_iface_link{device="vethccf6d29"} 2.592551e+06 node_network_iface_link{device="vethce241be"} 2 node_network_iface_link{device="vethcf354b0"} 2.504887e+06 node_network_iface_link{device="vethcff22cf"} 2.592708e+06 node_network_iface_link{device="vethd06f5d2"} 2.592537e+06 node_network_iface_link{device="vethd0d84db"} 2 node_network_iface_link{device="vethd0f0797"} 2.592695e+06 node_network_iface_link{device="vethd1070ff"} 2.592737e+06 node_network_iface_link{device="vethd185802"} 2 node_network_iface_link{device="vethd1942a6"} 2 node_network_iface_link{device="vethd1e0f0f"} 2.592633e+06 node_network_iface_link{device="vethd21a7f0"} 2.59265e+06 node_network_iface_link{device="vethd2374a1"} 1.755399e+06 node_network_iface_link{device="vethd268ff7"} 2.592939e+06 node_network_iface_link{device="vethd35d652"} 2.592533e+06 node_network_iface_link{device="vethd3ddef0"} 2 node_network_iface_link{device="vethd408fa4"} 2.592991e+06 node_network_iface_link{device="vethd4b883a"} 2 node_network_iface_link{device="vethd529fd4"} 2 node_network_iface_link{device="vethd5d2986"} 2 node_network_iface_link{device="vethd5d44f1"} 2.592724e+06 node_network_iface_link{device="vethd618e36"} 3 node_network_iface_link{device="vethd6641b3"} 2.592571e+06 node_network_iface_link{device="vethd70d558"} 2.592729e+06 node_network_iface_link{device="vethd774c27"} 2 node_network_iface_link{device="vethd79e9f5"} 3999 node_network_iface_link{device="vethd7c8767"} 2.592807e+06 node_network_iface_link{device="vethd7f39b3"} 2.592556e+06 node_network_iface_link{device="vethd84aaa2"} 2 node_network_iface_link{device="vethd887cc8"} 2.592969e+06 node_network_iface_link{device="vethd8ed3b7"} 2 node_network_iface_link{device="vethd9041b9"} 3 node_network_iface_link{device="vethd922e96"} 2 node_network_iface_link{device="vethd93c801"} 2.593002e+06 node_network_iface_link{device="vethd96e53a"} 2.592602e+06 node_network_iface_link{device="vethd9e80a7"} 2 node_network_iface_link{device="vethd9f9021"} 2 node_network_iface_link{device="vethda1c202"} 2 node_network_iface_link{device="vethdc03552"} 2.592548e+06 node_network_iface_link{device="vethdcc414f"} 2.592536e+06 node_network_iface_link{device="vethdcd7a42"} 2.592622e+06 node_network_iface_link{device="vethdd93b52"} 2.592982e+06 node_network_iface_link{device="vethddbee4c"} 2.59254e+06 node_network_iface_link{device="vethde0a9a6"} 2 node_network_iface_link{device="vethde1d4af"} 1.15006e+06 node_network_iface_link{device="vethde3c5db"} 2.375057e+06 node_network_iface_link{device="vethde6cf02"} 2.592745e+06 node_network_iface_link{device="vethe0607e3"} 1258 node_network_iface_link{device="vethe07ace6"} 2 node_network_iface_link{device="vethe0c1701"} 2.592704e+06 node_network_iface_link{device="vethe1343dc"} 2 node_network_iface_link{device="vethe13fea7"} 2 node_network_iface_link{device="vethe1c4b8e"} 2.592568e+06 node_network_iface_link{device="vethe2df25b"} 2.59256e+06 node_network_iface_link{device="vethe3fadda"} 2 node_network_iface_link{device="vethe41ffcf"} 2 node_network_iface_link{device="vethe48c931"} 2.592624e+06 node_network_iface_link{device="vethe514c96"} 2 node_network_iface_link{device="vethe5413d3"} 2 node_network_iface_link{device="vethe5b26a5"} 2.592705e+06 node_network_iface_link{device="vethe617ba9"} 2 node_network_iface_link{device="vethe664b0e"} 2 node_network_iface_link{device="vethe6c8ced"} 2.592681e+06 node_network_iface_link{device="vethe736cf4"} 2 node_network_iface_link{device="vethe748123"} 2 node_network_iface_link{device="vethe78bb37"} 2.592946e+06 node_network_iface_link{device="vethe959666"} 2.59263e+06 node_network_iface_link{device="vethe9a832d"} 2.592952e+06 node_network_iface_link{device="vethe9f6b95"} 4021 node_network_iface_link{device="vetheaafa33"} 2 node_network_iface_link{device="vetheb6c5e2"} 1249 node_network_iface_link{device="vethec55a93"} 2.592567e+06 node_network_iface_link{device="vethecbca0a"} 1.842356e+06 node_network_iface_link{device="vethed65eeb"} 2.59258e+06 node_network_iface_link{device="vethed8cf8f"} 1.842344e+06 node_network_iface_link{device="vetheeeb839"} 2 node_network_iface_link{device="vethf0535f5"} 2.592647e+06 node_network_iface_link{device="vethf07cd82"} 1122 node_network_iface_link{device="vethf07e04f"} 2.592561e+06 node_network_iface_link{device="vethf10af27"} 2.592579e+06 node_network_iface_link{device="vethf13be56"} 2.592748e+06 node_network_iface_link{device="vethf225b65"} 2.592803e+06 node_network_iface_link{device="vethf24cf0b"} 1.614883e+06 node_network_iface_link{device="vethf25f762"} 2.59298e+06 node_network_iface_link{device="vethf3e1b6a"} 1.755401e+06 node_network_iface_link{device="vethf41c1e8"} 2.592966e+06 node_network_iface_link{device="vethf44e733"} 2 node_network_iface_link{device="vethf57c3bb"} 2.592962e+06 node_network_iface_link{device="vethf5b3fd0"} 3 node_network_iface_link{device="vethf61906e"} 2 node_network_iface_link{device="vethf6b70c6"} 4033 node_network_iface_link{device="vethf700626"} 2.592542e+06 node_network_iface_link{device="vethf719e39"} 2.592569e+06 node_network_iface_link{device="vethf76ee93"} 2.592961e+06 node_network_iface_link{device="vethf77cc2b"} 2 node_network_iface_link{device="vethf81eade"} 2 node_network_iface_link{device="vethf8c86df"} 2 node_network_iface_link{device="vethf9b8ad4"} 2 node_network_iface_link{device="vethfa1b0e8"} 2.59268e+06 node_network_iface_link{device="vethfa1f320"} 2 node_network_iface_link{device="vethfa2dd43"} 2 node_network_iface_link{device="vethfadc2ac"} 2.5927e+06 node_network_iface_link{device="vethfafe27c"} 3981 node_network_iface_link{device="vethfb1de8a"} 2.592817e+06 node_network_iface_link{device="vethfb5a12c"} 2 node_network_iface_link{device="vethfb79591"} 2.375045e+06 node_network_iface_link{device="vethfc28698"} 2 node_network_iface_link{device="vethfc4799a"} 2.592652e+06 node_network_iface_link{device="vethfe615fb"} 2 node_network_iface_link{device="vethff2e95b"} 2 node_network_iface_link{device="vethffa3629"} 2.592812e+06 # 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-026d8e52a915"} 0 node_network_iface_link_mode{device="br-028df7dbe79c"} 0 node_network_iface_link_mode{device="br-0c77bfc382c5"} 0 node_network_iface_link_mode{device="br-393152ee2ab7"} 0 node_network_iface_link_mode{device="br-6acdaa8c9f1b"} 0 node_network_iface_link_mode{device="br-895d39099eb3"} 0 node_network_iface_link_mode{device="br-9a4c633e7389"} 0 node_network_iface_link_mode{device="br-b2db2f4bc8e1"} 0 node_network_iface_link_mode{device="br-b83cbe748b37"} 0 node_network_iface_link_mode{device="br-c7afcacea542"} 0 node_network_iface_link_mode{device="br-c829cf887623"} 0 node_network_iface_link_mode{device="br-eb0faf84288b"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp7s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0073e6a"} 0 node_network_iface_link_mode{device="veth010e82a"} 0 node_network_iface_link_mode{device="veth01683b7"} 0 node_network_iface_link_mode{device="veth01f0e03"} 0 node_network_iface_link_mode{device="veth02129bc"} 0 node_network_iface_link_mode{device="veth0294e47"} 0 node_network_iface_link_mode{device="veth02edd68"} 0 node_network_iface_link_mode{device="veth03f6d35"} 0 node_network_iface_link_mode{device="veth0487eab"} 0 node_network_iface_link_mode{device="veth04a02fa"} 0 node_network_iface_link_mode{device="veth04a792c"} 0 node_network_iface_link_mode{device="veth0520912"} 0 node_network_iface_link_mode{device="veth053b7ea"} 0 node_network_iface_link_mode{device="veth054d183"} 0 node_network_iface_link_mode{device="veth0588159"} 0 node_network_iface_link_mode{device="veth06087df"} 0 node_network_iface_link_mode{device="veth0683bd7"} 0 node_network_iface_link_mode{device="veth0770762"} 0 node_network_iface_link_mode{device="veth07b3d46"} 0 node_network_iface_link_mode{device="veth07b7237"} 0 node_network_iface_link_mode{device="veth083dcb1"} 0 node_network_iface_link_mode{device="veth0843d47"} 0 node_network_iface_link_mode{device="veth08b2ce6"} 0 node_network_iface_link_mode{device="veth08f5c22"} 0 node_network_iface_link_mode{device="veth0983dc8"} 0 node_network_iface_link_mode{device="veth099bbf7"} 0 node_network_iface_link_mode{device="veth0a33edc"} 0 node_network_iface_link_mode{device="veth0a3e5dc"} 0 node_network_iface_link_mode{device="veth0a406ae"} 0 node_network_iface_link_mode{device="veth0a9af9f"} 0 node_network_iface_link_mode{device="veth0c504cf"} 0 node_network_iface_link_mode{device="veth0c8b368"} 0 node_network_iface_link_mode{device="veth0cc91c8"} 0 node_network_iface_link_mode{device="veth10365a8"} 0 node_network_iface_link_mode{device="veth114179a"} 0 node_network_iface_link_mode{device="veth12120a3"} 0 node_network_iface_link_mode{device="veth123b9c2"} 0 node_network_iface_link_mode{device="veth1325997"} 0 node_network_iface_link_mode{device="veth13fab17"} 0 node_network_iface_link_mode{device="veth14b0c9a"} 0 node_network_iface_link_mode{device="veth151647c"} 0 node_network_iface_link_mode{device="veth159f326"} 0 node_network_iface_link_mode{device="veth15bf0a1"} 0 node_network_iface_link_mode{device="veth15c0fe2"} 0 node_network_iface_link_mode{device="veth160053f"} 0 node_network_iface_link_mode{device="veth1616278"} 0 node_network_iface_link_mode{device="veth1678242"} 0 node_network_iface_link_mode{device="veth168e16f"} 0 node_network_iface_link_mode{device="veth17def85"} 0 node_network_iface_link_mode{device="veth17ecd66"} 0 node_network_iface_link_mode{device="veth1821b35"} 0 node_network_iface_link_mode{device="veth1899649"} 0 node_network_iface_link_mode{device="veth18cbbb8"} 0 node_network_iface_link_mode{device="veth18d511e"} 0 node_network_iface_link_mode{device="veth18e9634"} 0 node_network_iface_link_mode{device="veth1929fb1"} 0 node_network_iface_link_mode{device="veth1957071"} 0 node_network_iface_link_mode{device="veth19fc3cd"} 0 node_network_iface_link_mode{device="veth1a3e11a"} 0 node_network_iface_link_mode{device="veth1a786f9"} 0 node_network_iface_link_mode{device="veth1a8dbfb"} 0 node_network_iface_link_mode{device="veth1aeaa71"} 0 node_network_iface_link_mode{device="veth1b8cce8"} 0 node_network_iface_link_mode{device="veth1d309cb"} 0 node_network_iface_link_mode{device="veth1d56af8"} 0 node_network_iface_link_mode{device="veth1d7db64"} 0 node_network_iface_link_mode{device="veth1eb823c"} 0 node_network_iface_link_mode{device="veth1f6f24d"} 0 node_network_iface_link_mode{device="veth202aa31"} 0 node_network_iface_link_mode{device="veth207fd71"} 0 node_network_iface_link_mode{device="veth2081a27"} 0 node_network_iface_link_mode{device="veth209dd7a"} 0 node_network_iface_link_mode{device="veth20be67e"} 0 node_network_iface_link_mode{device="veth212af81"} 0 node_network_iface_link_mode{device="veth221aac3"} 0 node_network_iface_link_mode{device="veth22d8e40"} 0 node_network_iface_link_mode{device="veth22fad06"} 0 node_network_iface_link_mode{device="veth230c5dd"} 0 node_network_iface_link_mode{device="veth2323bf7"} 0 node_network_iface_link_mode{device="veth239a22d"} 0 node_network_iface_link_mode{device="veth23aa81a"} 0 node_network_iface_link_mode{device="veth23aaf8d"} 0 node_network_iface_link_mode{device="veth24105bf"} 0 node_network_iface_link_mode{device="veth2495899"} 0 node_network_iface_link_mode{device="veth2615dda"} 0 node_network_iface_link_mode{device="veth26654a4"} 0 node_network_iface_link_mode{device="veth2679a47"} 0 node_network_iface_link_mode{device="veth27af53a"} 0 node_network_iface_link_mode{device="veth29020dd"} 0 node_network_iface_link_mode{device="veth292ba70"} 0 node_network_iface_link_mode{device="veth29b3b3c"} 0 node_network_iface_link_mode{device="veth29f0eab"} 0 node_network_iface_link_mode{device="veth2a74a99"} 0 node_network_iface_link_mode{device="veth2ad52f5"} 0 node_network_iface_link_mode{device="veth2c1d381"} 0 node_network_iface_link_mode{device="veth2c9a8c2"} 0 node_network_iface_link_mode{device="veth2ce4c6a"} 0 node_network_iface_link_mode{device="veth2d58f81"} 0 node_network_iface_link_mode{device="veth2d94cfa"} 0 node_network_iface_link_mode{device="veth2ddadd1"} 0 node_network_iface_link_mode{device="veth2e85db2"} 0 node_network_iface_link_mode{device="veth2e92b86"} 0 node_network_iface_link_mode{device="veth2ebb250"} 0 node_network_iface_link_mode{device="veth2f20774"} 0 node_network_iface_link_mode{device="veth2fe230f"} 0 node_network_iface_link_mode{device="veth3082d47"} 0 node_network_iface_link_mode{device="veth30ab815"} 0 node_network_iface_link_mode{device="veth30b8afd"} 0 node_network_iface_link_mode{device="veth30c2ec1"} 0 node_network_iface_link_mode{device="veth30f0922"} 0 node_network_iface_link_mode{device="veth3141554"} 0 node_network_iface_link_mode{device="veth3151ba5"} 0 node_network_iface_link_mode{device="veth31d2eaa"} 0 node_network_iface_link_mode{device="veth320cba1"} 0 node_network_iface_link_mode{device="veth320f850"} 0 node_network_iface_link_mode{device="veth322b9b8"} 0 node_network_iface_link_mode{device="veth328eadb"} 0 node_network_iface_link_mode{device="veth32d6589"} 0 node_network_iface_link_mode{device="veth337f453"} 0 node_network_iface_link_mode{device="veth33aa790"} 0 node_network_iface_link_mode{device="veth33c2333"} 0 node_network_iface_link_mode{device="veth33ff62d"} 0 node_network_iface_link_mode{device="veth344048f"} 0 node_network_iface_link_mode{device="veth345d8aa"} 0 node_network_iface_link_mode{device="veth350043e"} 0 node_network_iface_link_mode{device="veth357f9a6"} 0 node_network_iface_link_mode{device="veth35ba668"} 0 node_network_iface_link_mode{device="veth36351a0"} 0 node_network_iface_link_mode{device="veth3681ad5"} 0 node_network_iface_link_mode{device="veth368fb65"} 0 node_network_iface_link_mode{device="veth36e51bf"} 0 node_network_iface_link_mode{device="veth36ff62d"} 0 node_network_iface_link_mode{device="veth374c886"} 0 node_network_iface_link_mode{device="veth384adb9"} 0 node_network_iface_link_mode{device="veth3880ae5"} 0 node_network_iface_link_mode{device="veth38a1e62"} 0 node_network_iface_link_mode{device="veth38dd5d6"} 0 node_network_iface_link_mode{device="veth391bdb4"} 0 node_network_iface_link_mode{device="veth3940776"} 0 node_network_iface_link_mode{device="veth395fce7"} 0 node_network_iface_link_mode{device="veth398f945"} 0 node_network_iface_link_mode{device="veth3a6420a"} 0 node_network_iface_link_mode{device="veth3a6d0d0"} 0 node_network_iface_link_mode{device="veth3ab2f83"} 0 node_network_iface_link_mode{device="veth3af42ba"} 0 node_network_iface_link_mode{device="veth3b3a088"} 0 node_network_iface_link_mode{device="veth3b98e11"} 0 node_network_iface_link_mode{device="veth3b9bec1"} 0 node_network_iface_link_mode{device="veth3bf8415"} 0 node_network_iface_link_mode{device="veth3d40be3"} 0 node_network_iface_link_mode{device="veth3dd5600"} 0 node_network_iface_link_mode{device="veth3dd9a17"} 0 node_network_iface_link_mode{device="veth3e20285"} 0 node_network_iface_link_mode{device="veth3edbccf"} 0 node_network_iface_link_mode{device="veth3efd193"} 0 node_network_iface_link_mode{device="veth3f107ab"} 0 node_network_iface_link_mode{device="veth3f604c5"} 0 node_network_iface_link_mode{device="veth3fcc46c"} 0 node_network_iface_link_mode{device="veth40272ae"} 0 node_network_iface_link_mode{device="veth4034003"} 0 node_network_iface_link_mode{device="veth4044350"} 0 node_network_iface_link_mode{device="veth4069685"} 0 node_network_iface_link_mode{device="veth416f8f4"} 0 node_network_iface_link_mode{device="veth419304f"} 0 node_network_iface_link_mode{device="veth41a3a93"} 0 node_network_iface_link_mode{device="veth41fb34a"} 0 node_network_iface_link_mode{device="veth41fcef0"} 0 node_network_iface_link_mode{device="veth428e028"} 0 node_network_iface_link_mode{device="veth443b91c"} 0 node_network_iface_link_mode{device="veth44f1fa8"} 0 node_network_iface_link_mode{device="veth4550804"} 0 node_network_iface_link_mode{device="veth4562f04"} 0 node_network_iface_link_mode{device="veth457a795"} 0 node_network_iface_link_mode{device="veth458490d"} 0 node_network_iface_link_mode{device="veth459832e"} 0 node_network_iface_link_mode{device="veth45f2515"} 0 node_network_iface_link_mode{device="veth4677387"} 0 node_network_iface_link_mode{device="veth469233d"} 0 node_network_iface_link_mode{device="veth47f4190"} 0 node_network_iface_link_mode{device="veth48023de"} 0 node_network_iface_link_mode{device="veth483ae51"} 0 node_network_iface_link_mode{device="veth48dde12"} 0 node_network_iface_link_mode{device="veth4a6d44e"} 0 node_network_iface_link_mode{device="veth4aba26b"} 0 node_network_iface_link_mode{device="veth4b6a8ab"} 0 node_network_iface_link_mode{device="veth4d7ab27"} 0 node_network_iface_link_mode{device="veth4e09deb"} 0 node_network_iface_link_mode{device="veth4e9c762"} 0 node_network_iface_link_mode{device="veth4ef1b57"} 0 node_network_iface_link_mode{device="veth4f48dee"} 0 node_network_iface_link_mode{device="veth4f982a3"} 0 node_network_iface_link_mode{device="veth4fb59f4"} 0 node_network_iface_link_mode{device="veth503a1ec"} 0 node_network_iface_link_mode{device="veth503c493"} 0 node_network_iface_link_mode{device="veth504df73"} 0 node_network_iface_link_mode{device="veth5067620"} 0 node_network_iface_link_mode{device="veth506ef7a"} 0 node_network_iface_link_mode{device="veth5078bd4"} 0 node_network_iface_link_mode{device="veth50e5845"} 0 node_network_iface_link_mode{device="veth514bb8f"} 0 node_network_iface_link_mode{device="veth5164377"} 0 node_network_iface_link_mode{device="veth520248a"} 0 node_network_iface_link_mode{device="veth5287b89"} 0 node_network_iface_link_mode{device="veth52bc56b"} 0 node_network_iface_link_mode{device="veth52f1bd3"} 0 node_network_iface_link_mode{device="veth544a0b6"} 0 node_network_iface_link_mode{device="veth55240b9"} 0 node_network_iface_link_mode{device="veth56cffbb"} 0 node_network_iface_link_mode{device="veth56ed7c1"} 0 node_network_iface_link_mode{device="veth5708788"} 0 node_network_iface_link_mode{device="veth576344a"} 0 node_network_iface_link_mode{device="veth577d8bb"} 0 node_network_iface_link_mode{device="veth596fd33"} 0 node_network_iface_link_mode{device="veth5aad8aa"} 0 node_network_iface_link_mode{device="veth5ab0b2a"} 0 node_network_iface_link_mode{device="veth5b434a4"} 0 node_network_iface_link_mode{device="veth5c40725"} 0 node_network_iface_link_mode{device="veth5c6c998"} 0 node_network_iface_link_mode{device="veth5cbcf24"} 0 node_network_iface_link_mode{device="veth5cf1150"} 0 node_network_iface_link_mode{device="veth5cf99c9"} 0 node_network_iface_link_mode{device="veth5db1800"} 0 node_network_iface_link_mode{device="veth5ecb0b2"} 0 node_network_iface_link_mode{device="veth5f39e07"} 0 node_network_iface_link_mode{device="veth605305d"} 0 node_network_iface_link_mode{device="veth6163981"} 0 node_network_iface_link_mode{device="veth61cf889"} 0 node_network_iface_link_mode{device="veth61da541"} 0 node_network_iface_link_mode{device="veth628bbe9"} 0 node_network_iface_link_mode{device="veth639387f"} 0 node_network_iface_link_mode{device="veth63ffe69"} 0 node_network_iface_link_mode{device="veth648a707"} 0 node_network_iface_link_mode{device="veth654fb49"} 0 node_network_iface_link_mode{device="veth65689f8"} 0 node_network_iface_link_mode{device="veth6675659"} 0 node_network_iface_link_mode{device="veth66bd85c"} 0 node_network_iface_link_mode{device="veth66f2b16"} 0 node_network_iface_link_mode{device="veth6719010"} 0 node_network_iface_link_mode{device="veth672a31a"} 0 node_network_iface_link_mode{device="veth67b5571"} 0 node_network_iface_link_mode{device="veth682c78b"} 0 node_network_iface_link_mode{device="veth683b1d0"} 0 node_network_iface_link_mode{device="veth6888178"} 0 node_network_iface_link_mode{device="veth699f465"} 0 node_network_iface_link_mode{device="veth69efa93"} 0 node_network_iface_link_mode{device="veth6a8066d"} 0 node_network_iface_link_mode{device="veth6bb5987"} 0 node_network_iface_link_mode{device="veth6c2abab"} 0 node_network_iface_link_mode{device="veth6c4dbe3"} 0 node_network_iface_link_mode{device="veth6c6fca6"} 0 node_network_iface_link_mode{device="veth6d09418"} 0 node_network_iface_link_mode{device="veth6ec4c37"} 0 node_network_iface_link_mode{device="veth6f0ff64"} 0 node_network_iface_link_mode{device="veth6f7335c"} 0 node_network_iface_link_mode{device="veth700b714"} 0 node_network_iface_link_mode{device="veth703f646"} 0 node_network_iface_link_mode{device="veth70ce227"} 0 node_network_iface_link_mode{device="veth712c663"} 0 node_network_iface_link_mode{device="veth716d6c7"} 0 node_network_iface_link_mode{device="veth719781b"} 0 node_network_iface_link_mode{device="veth729d504"} 0 node_network_iface_link_mode{device="veth746f620"} 0 node_network_iface_link_mode{device="veth74b10b9"} 0 node_network_iface_link_mode{device="veth74d1731"} 0 node_network_iface_link_mode{device="veth74e024f"} 0 node_network_iface_link_mode{device="veth758cb42"} 0 node_network_iface_link_mode{device="veth7590df4"} 0 node_network_iface_link_mode{device="veth75a56e0"} 0 node_network_iface_link_mode{device="veth75dc34d"} 0 node_network_iface_link_mode{device="veth75ed4dc"} 0 node_network_iface_link_mode{device="veth793ade8"} 0 node_network_iface_link_mode{device="veth79c5141"} 0 node_network_iface_link_mode{device="veth7afd9d3"} 0 node_network_iface_link_mode{device="veth7ba76be"} 0 node_network_iface_link_mode{device="veth7c22dd3"} 0 node_network_iface_link_mode{device="veth7c2565d"} 0 node_network_iface_link_mode{device="veth7c702ad"} 0 node_network_iface_link_mode{device="veth7c83e5c"} 0 node_network_iface_link_mode{device="veth7d16666"} 0 node_network_iface_link_mode{device="veth7d30658"} 0 node_network_iface_link_mode{device="veth7d40ded"} 0 node_network_iface_link_mode{device="veth7d94491"} 0 node_network_iface_link_mode{device="veth7d9d5f6"} 0 node_network_iface_link_mode{device="veth7ea6d28"} 0 node_network_iface_link_mode{device="veth7f1ce99"} 0 node_network_iface_link_mode{device="veth7fa51ee"} 0 node_network_iface_link_mode{device="veth7fbec60"} 0 node_network_iface_link_mode{device="veth80af51e"} 0 node_network_iface_link_mode{device="veth810edf5"} 0 node_network_iface_link_mode{device="veth81f49ff"} 0 node_network_iface_link_mode{device="veth82471a9"} 0 node_network_iface_link_mode{device="veth8347724"} 0 node_network_iface_link_mode{device="veth83bc7e8"} 0 node_network_iface_link_mode{device="veth841efb4"} 0 node_network_iface_link_mode{device="veth84341ad"} 0 node_network_iface_link_mode{device="veth848770f"} 0 node_network_iface_link_mode{device="veth849e867"} 0 node_network_iface_link_mode{device="veth84a62fb"} 0 node_network_iface_link_mode{device="veth84d9527"} 0 node_network_iface_link_mode{device="veth853da8f"} 0 node_network_iface_link_mode{device="veth8606e91"} 0 node_network_iface_link_mode{device="veth863f7a4"} 0 node_network_iface_link_mode{device="veth8678e16"} 0 node_network_iface_link_mode{device="veth86c903b"} 0 node_network_iface_link_mode{device="veth872b030"} 0 node_network_iface_link_mode{device="veth88f0ac0"} 0 node_network_iface_link_mode{device="veth892e775"} 0 node_network_iface_link_mode{device="veth89e5167"} 0 node_network_iface_link_mode{device="veth8a33db5"} 0 node_network_iface_link_mode{device="veth8acd4c4"} 0 node_network_iface_link_mode{device="veth8c55edf"} 0 node_network_iface_link_mode{device="veth8c8400b"} 0 node_network_iface_link_mode{device="veth8d958d0"} 0 node_network_iface_link_mode{device="veth8dabee9"} 0 node_network_iface_link_mode{device="veth8e00e4f"} 0 node_network_iface_link_mode{device="veth8edd906"} 0 node_network_iface_link_mode{device="veth8fa6ffb"} 0 node_network_iface_link_mode{device="veth900167c"} 0 node_network_iface_link_mode{device="veth91d026f"} 0 node_network_iface_link_mode{device="veth92ac478"} 0 node_network_iface_link_mode{device="veth946c1de"} 0 node_network_iface_link_mode{device="veth946c5cd"} 0 node_network_iface_link_mode{device="veth94def52"} 0 node_network_iface_link_mode{device="veth95fb0da"} 0 node_network_iface_link_mode{device="veth962c636"} 0 node_network_iface_link_mode{device="veth9729cc7"} 0 node_network_iface_link_mode{device="veth98115bf"} 0 node_network_iface_link_mode{device="veth9894f21"} 0 node_network_iface_link_mode{device="veth9970996"} 0 node_network_iface_link_mode{device="veth9a138aa"} 0 node_network_iface_link_mode{device="veth9a152cc"} 0 node_network_iface_link_mode{device="veth9a59911"} 0 node_network_iface_link_mode{device="veth9ab7cea"} 0 node_network_iface_link_mode{device="veth9b084c6"} 0 node_network_iface_link_mode{device="veth9b8eeb9"} 0 node_network_iface_link_mode{device="veth9be17ae"} 0 node_network_iface_link_mode{device="veth9c8ad8b"} 0 node_network_iface_link_mode{device="veth9ca41c2"} 0 node_network_iface_link_mode{device="veth9cd890b"} 0 node_network_iface_link_mode{device="veth9d6a7bc"} 0 node_network_iface_link_mode{device="veth9dd756f"} 0 node_network_iface_link_mode{device="veth9df5a85"} 0 node_network_iface_link_mode{device="veth9ee34dc"} 0 node_network_iface_link_mode{device="veth9f0e9bc"} 0 node_network_iface_link_mode{device="veth9f11fce"} 0 node_network_iface_link_mode{device="veth9fb5f57"} 0 node_network_iface_link_mode{device="veth9fc1c8b"} 0 node_network_iface_link_mode{device="vetha0d8fd7"} 0 node_network_iface_link_mode{device="vetha0dbb0e"} 0 node_network_iface_link_mode{device="vetha0f070c"} 0 node_network_iface_link_mode{device="vetha1d4491"} 0 node_network_iface_link_mode{device="vetha2479b0"} 0 node_network_iface_link_mode{device="vetha267906"} 0 node_network_iface_link_mode{device="vetha2c7d1b"} 0 node_network_iface_link_mode{device="vetha340e8c"} 0 node_network_iface_link_mode{device="vetha365085"} 0 node_network_iface_link_mode{device="vetha3cdccc"} 0 node_network_iface_link_mode{device="vetha44899b"} 0 node_network_iface_link_mode{device="vetha4c6ac9"} 0 node_network_iface_link_mode{device="vetha4d381c"} 0 node_network_iface_link_mode{device="vetha558068"} 0 node_network_iface_link_mode{device="vetha5ed2bf"} 0 node_network_iface_link_mode{device="vetha7661ca"} 0 node_network_iface_link_mode{device="vetha8b7fa4"} 0 node_network_iface_link_mode{device="vetha8f99c8"} 0 node_network_iface_link_mode{device="vetha91a27c"} 0 node_network_iface_link_mode{device="vetha96b7be"} 0 node_network_iface_link_mode{device="vethaa45e89"} 0 node_network_iface_link_mode{device="vethab6915b"} 0 node_network_iface_link_mode{device="vethabb965f"} 0 node_network_iface_link_mode{device="vethac93a1a"} 0 node_network_iface_link_mode{device="vethacf3fd1"} 0 node_network_iface_link_mode{device="vethae8b5de"} 0 node_network_iface_link_mode{device="vethaefa773"} 0 node_network_iface_link_mode{device="vethafca1f2"} 0 node_network_iface_link_mode{device="vethafd40c3"} 0 node_network_iface_link_mode{device="vethafdfb61"} 0 node_network_iface_link_mode{device="vethb174b7c"} 0 node_network_iface_link_mode{device="vethb1d3234"} 0 node_network_iface_link_mode{device="vethb1d492d"} 0 node_network_iface_link_mode{device="vethb2715f8"} 0 node_network_iface_link_mode{device="vethb2e3f54"} 0 node_network_iface_link_mode{device="vethb3532dd"} 0 node_network_iface_link_mode{device="vethb3cc631"} 0 node_network_iface_link_mode{device="vethb421518"} 0 node_network_iface_link_mode{device="vethb541e00"} 0 node_network_iface_link_mode{device="vethb54ab4e"} 0 node_network_iface_link_mode{device="vethb58e487"} 0 node_network_iface_link_mode{device="vethb5cf9d4"} 0 node_network_iface_link_mode{device="vethb5df291"} 0 node_network_iface_link_mode{device="vethb79060e"} 0 node_network_iface_link_mode{device="vethb7d0ffc"} 0 node_network_iface_link_mode{device="vethb81f225"} 0 node_network_iface_link_mode{device="vethb8d6278"} 0 node_network_iface_link_mode{device="vethb90ec2b"} 0 node_network_iface_link_mode{device="vethb921f9d"} 0 node_network_iface_link_mode{device="vethb9aadf5"} 0 node_network_iface_link_mode{device="vethbb3fe72"} 0 node_network_iface_link_mode{device="vethbb4e364"} 0 node_network_iface_link_mode{device="vethbb9533e"} 0 node_network_iface_link_mode{device="vethbc09edc"} 0 node_network_iface_link_mode{device="vethbc16364"} 0 node_network_iface_link_mode{device="vethbc2e354"} 0 node_network_iface_link_mode{device="vethbc96882"} 0 node_network_iface_link_mode{device="vethbcc666a"} 0 node_network_iface_link_mode{device="vethbd115d2"} 0 node_network_iface_link_mode{device="vethbd22d95"} 0 node_network_iface_link_mode{device="vethbd50c49"} 0 node_network_iface_link_mode{device="vethbd939c9"} 0 node_network_iface_link_mode{device="vethbdb2bf0"} 0 node_network_iface_link_mode{device="vethbe2f9af"} 0 node_network_iface_link_mode{device="vethbe5573b"} 0 node_network_iface_link_mode{device="vethbeb46b5"} 0 node_network_iface_link_mode{device="vethbeee8f8"} 0 node_network_iface_link_mode{device="vethbf26e2e"} 0 node_network_iface_link_mode{device="vethbf27ea7"} 0 node_network_iface_link_mode{device="vethbf3e7a4"} 0 node_network_iface_link_mode{device="vethbf48ed1"} 0 node_network_iface_link_mode{device="vethbffa4b0"} 0 node_network_iface_link_mode{device="vethc097a42"} 0 node_network_iface_link_mode{device="vethc0e8e4a"} 0 node_network_iface_link_mode{device="vethc171628"} 0 node_network_iface_link_mode{device="vethc1b3d9a"} 0 node_network_iface_link_mode{device="vethc283146"} 0 node_network_iface_link_mode{device="vethc2b7b26"} 0 node_network_iface_link_mode{device="vethc326f73"} 0 node_network_iface_link_mode{device="vethc393cfd"} 0 node_network_iface_link_mode{device="vethc3e0111"} 0 node_network_iface_link_mode{device="vethc3f7661"} 0 node_network_iface_link_mode{device="vethc4deb04"} 0 node_network_iface_link_mode{device="vethc50c474"} 0 node_network_iface_link_mode{device="vethc54d293"} 0 node_network_iface_link_mode{device="vethc5d5b9d"} 0 node_network_iface_link_mode{device="vethc607859"} 0 node_network_iface_link_mode{device="vethc64d99d"} 0 node_network_iface_link_mode{device="vethc69d766"} 0 node_network_iface_link_mode{device="vethc6b8da5"} 0 node_network_iface_link_mode{device="vethc72834f"} 0 node_network_iface_link_mode{device="vethc76495d"} 0 node_network_iface_link_mode{device="vethc7c552e"} 0 node_network_iface_link_mode{device="vethc7d5e61"} 0 node_network_iface_link_mode{device="vethc8c3b71"} 0 node_network_iface_link_mode{device="vethc919987"} 0 node_network_iface_link_mode{device="vethc996ac7"} 0 node_network_iface_link_mode{device="vethca97906"} 0 node_network_iface_link_mode{device="vethcbc8c45"} 0 node_network_iface_link_mode{device="vethcc41921"} 0 node_network_iface_link_mode{device="vethcc52e3d"} 0 node_network_iface_link_mode{device="vethcc994c9"} 0 node_network_iface_link_mode{device="vethccf6d29"} 0 node_network_iface_link_mode{device="vethce241be"} 0 node_network_iface_link_mode{device="vethcf354b0"} 0 node_network_iface_link_mode{device="vethcff22cf"} 0 node_network_iface_link_mode{device="vethd06f5d2"} 0 node_network_iface_link_mode{device="vethd0d84db"} 0 node_network_iface_link_mode{device="vethd0f0797"} 0 node_network_iface_link_mode{device="vethd1070ff"} 0 node_network_iface_link_mode{device="vethd185802"} 0 node_network_iface_link_mode{device="vethd1942a6"} 0 node_network_iface_link_mode{device="vethd1e0f0f"} 0 node_network_iface_link_mode{device="vethd21a7f0"} 0 node_network_iface_link_mode{device="vethd2374a1"} 0 node_network_iface_link_mode{device="vethd268ff7"} 0 node_network_iface_link_mode{device="vethd35d652"} 0 node_network_iface_link_mode{device="vethd3ddef0"} 0 node_network_iface_link_mode{device="vethd408fa4"} 0 node_network_iface_link_mode{device="vethd4b883a"} 0 node_network_iface_link_mode{device="vethd529fd4"} 0 node_network_iface_link_mode{device="vethd5d2986"} 0 node_network_iface_link_mode{device="vethd5d44f1"} 0 node_network_iface_link_mode{device="vethd618e36"} 0 node_network_iface_link_mode{device="vethd6641b3"} 0 node_network_iface_link_mode{device="vethd70d558"} 0 node_network_iface_link_mode{device="vethd774c27"} 0 node_network_iface_link_mode{device="vethd79e9f5"} 0 node_network_iface_link_mode{device="vethd7c8767"} 0 node_network_iface_link_mode{device="vethd7f39b3"} 0 node_network_iface_link_mode{device="vethd84aaa2"} 0 node_network_iface_link_mode{device="vethd887cc8"} 0 node_network_iface_link_mode{device="vethd8ed3b7"} 0 node_network_iface_link_mode{device="vethd9041b9"} 0 node_network_iface_link_mode{device="vethd922e96"} 0 node_network_iface_link_mode{device="vethd93c801"} 0 node_network_iface_link_mode{device="vethd96e53a"} 0 node_network_iface_link_mode{device="vethd9e80a7"} 0 node_network_iface_link_mode{device="vethd9f9021"} 0 node_network_iface_link_mode{device="vethda1c202"} 0 node_network_iface_link_mode{device="vethdc03552"} 0 node_network_iface_link_mode{device="vethdcc414f"} 0 node_network_iface_link_mode{device="vethdcd7a42"} 0 node_network_iface_link_mode{device="vethdd93b52"} 0 node_network_iface_link_mode{device="vethddbee4c"} 0 node_network_iface_link_mode{device="vethde0a9a6"} 0 node_network_iface_link_mode{device="vethde1d4af"} 0 node_network_iface_link_mode{device="vethde3c5db"} 0 node_network_iface_link_mode{device="vethde6cf02"} 0 node_network_iface_link_mode{device="vethe0607e3"} 0 node_network_iface_link_mode{device="vethe07ace6"} 0 node_network_iface_link_mode{device="vethe0c1701"} 0 node_network_iface_link_mode{device="vethe1343dc"} 0 node_network_iface_link_mode{device="vethe13fea7"} 0 node_network_iface_link_mode{device="vethe1c4b8e"} 0 node_network_iface_link_mode{device="vethe2df25b"} 0 node_network_iface_link_mode{device="vethe3fadda"} 0 node_network_iface_link_mode{device="vethe41ffcf"} 0 node_network_iface_link_mode{device="vethe48c931"} 0 node_network_iface_link_mode{device="vethe514c96"} 0 node_network_iface_link_mode{device="vethe5413d3"} 0 node_network_iface_link_mode{device="vethe5b26a5"} 0 node_network_iface_link_mode{device="vethe617ba9"} 0 node_network_iface_link_mode{device="vethe664b0e"} 0 node_network_iface_link_mode{device="vethe6c8ced"} 0 node_network_iface_link_mode{device="vethe736cf4"} 0 node_network_iface_link_mode{device="vethe748123"} 0 node_network_iface_link_mode{device="vethe78bb37"} 0 node_network_iface_link_mode{device="vethe959666"} 0 node_network_iface_link_mode{device="vethe9a832d"} 0 node_network_iface_link_mode{device="vethe9f6b95"} 0 node_network_iface_link_mode{device="vetheaafa33"} 0 node_network_iface_link_mode{device="vetheb6c5e2"} 0 node_network_iface_link_mode{device="vethec55a93"} 0 node_network_iface_link_mode{device="vethecbca0a"} 0 node_network_iface_link_mode{device="vethed65eeb"} 0 node_network_iface_link_mode{device="vethed8cf8f"} 0 node_network_iface_link_mode{device="vetheeeb839"} 0 node_network_iface_link_mode{device="vethf0535f5"} 0 node_network_iface_link_mode{device="vethf07cd82"} 0 node_network_iface_link_mode{device="vethf07e04f"} 0 node_network_iface_link_mode{device="vethf10af27"} 0 node_network_iface_link_mode{device="vethf13be56"} 0 node_network_iface_link_mode{device="vethf225b65"} 0 node_network_iface_link_mode{device="vethf24cf0b"} 0 node_network_iface_link_mode{device="vethf25f762"} 0 node_network_iface_link_mode{device="vethf3e1b6a"} 0 node_network_iface_link_mode{device="vethf41c1e8"} 0 node_network_iface_link_mode{device="vethf44e733"} 0 node_network_iface_link_mode{device="vethf57c3bb"} 0 node_network_iface_link_mode{device="vethf5b3fd0"} 0 node_network_iface_link_mode{device="vethf61906e"} 0 node_network_iface_link_mode{device="vethf6b70c6"} 0 node_network_iface_link_mode{device="vethf700626"} 0 node_network_iface_link_mode{device="vethf719e39"} 0 node_network_iface_link_mode{device="vethf76ee93"} 0 node_network_iface_link_mode{device="vethf77cc2b"} 0 node_network_iface_link_mode{device="vethf81eade"} 0 node_network_iface_link_mode{device="vethf8c86df"} 0 node_network_iface_link_mode{device="vethf9b8ad4"} 0 node_network_iface_link_mode{device="vethfa1b0e8"} 0 node_network_iface_link_mode{device="vethfa1f320"} 0 node_network_iface_link_mode{device="vethfa2dd43"} 0 node_network_iface_link_mode{device="vethfadc2ac"} 0 node_network_iface_link_mode{device="vethfafe27c"} 0 node_network_iface_link_mode{device="vethfb1de8a"} 0 node_network_iface_link_mode{device="vethfb5a12c"} 0 node_network_iface_link_mode{device="vethfb79591"} 0 node_network_iface_link_mode{device="vethfc28698"} 0 node_network_iface_link_mode{device="vethfc4799a"} 0 node_network_iface_link_mode{device="vethfe615fb"} 0 node_network_iface_link_mode{device="vethff2e95b"} 0 node_network_iface_link_mode{device="vethffa3629"} 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:18:31:16:30:11",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf07cd82",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:1c:bf:11:30:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e20285",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:2e:82:8e:24:9a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethabb965f",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:2f:a1:39:fc:b0",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0f0797",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:41:84:82:6c:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8606e91",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:53:32:5c:4a:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc393cfd",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="02:5f:c3:40:bf:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth520248a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:b9:9d:f5:b8:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27af53a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ba:bc:02:3c:3d",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d09418",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:d2:af:a4:eb:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethafd40c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:20:d2:22:c1:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d56af8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:39:5a:f7:8b:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda1c202",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:41:5c:13:e8:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98115bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:7a:36:33:63:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethafdfb61",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="06:a0:e6:cb:90:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd922e96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a7:f3:32:d5:2d",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb79591",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="06:b9:1b:08:11:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5d2986",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:bb:8a:be:98:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31d2eaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:d2:ad:88:5a:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61cf889",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="06:d5:41:70:a3:c0",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c702ad",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="06:e8:43:54:ce:15",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth576344a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0a:2b:75:99:2f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f1ce99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:40:b0:9b:fc:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3082d47",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="0a:ac:8a:80:5b:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9729cc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:ae:66:7a:ac:8f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7d5e61",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0e:0e:0b:ce:bc:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth416f8f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:4f:d4:c9:a3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8c86df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:68:c3:51:77:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1d492d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:81:5f:d5:64:57",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf27ea7",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="0e:94:8a:38:f0:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4d381c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2d:99:88:de:4e",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf48ed1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="12:32:bf:dd:1f:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaafa33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:67:2a:d8:9d:f8",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth83bc7e8",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="12:a6:79:06:d4:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf10af27",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="12:b7:7b:51:ef:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ab7cea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:c4:5d:a2:aa:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c8400b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:df:24:1a:0d:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f0e9bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:fc:7a:08:f4:8d",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethde6cf02",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="12:fd:f9:08:12:fa",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth50e5845",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="12:ff:00:9a:d8:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5cf9d4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="16:08:7d:71:43:e9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth719781b",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="16:09:d4:8f:5f:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb5a12c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:35:8e:5e:d9:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth577d8bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:38:7b:3c:73:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf13be56",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="16:66:76:b7:68:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-026d8e52a915",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:75:cd:92:13:bf",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f20774",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="16:9e:39:02:3f:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47f4190",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="16:b0:23:f8:7c:a9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0c1701",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="16:ea:b0:ba:5d:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32d6589",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:fc:80:09:13:ca",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9f6b95",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="1a:16:72:e4:56:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d7db64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:33:1c:f6:bf:07",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3e1b6a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="1a:54:9d:cb:28:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd268ff7",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="1a:5d:84:bc:26:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth946c5cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8d:52:55:ff:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7c552e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:96:7a:14:72:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ca41c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b3:4b:d0:4d:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5287b89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:01:30:a1:13:9c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5d44f1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="1e:07:dc:6d:55:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5413d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:14:be:43:a3:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36351a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:21:77:a5:bc:c5",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth010e82a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="1e:41:bc:df:dd:87",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2b7b26",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="1e:64:e7:2c:20:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75dc34d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:7b:7c:53:37:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75a56e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:ad:e7:ad:4b:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth395fce7",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="22:09:a6:7c:32:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc28698",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:0c:6f:d9:37:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheeeb839",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:0d:3c:39:f8:eb",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1070ff",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="22:1c:2f:68:cf:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d40ded",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="22:6d:5b:bf:86:b8",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth03f6d35",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="22:6f:08:78:ed:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa2dd43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:81:8b:f8:06:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fbec60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:a7:1d:c6:f4:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65689f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:ae:fb:fc:6f:d9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb1de8a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="22:b2:6d:a8:31:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84341ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1f:5c:94:20:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha267906",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="26:2d:c2:9c:0f:e6",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth6675659",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="26:48:f6:f3:a3:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33ff62d",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="26:4b:46:cc:ca:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth322b9b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:64:7d:40:da:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe78bb37",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="26:bd:e3:6c:2c:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth639387f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="26:dc:c5:48:5c:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce241be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f4:6a:de:0b:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth151647c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2a:0a:1f:3b:3a:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth900167c",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="2a:0a:d3:66:53:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e00e4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:0f:cf:4d:d7:f9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc607859",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2a:13:95:fa:4d:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3940776",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2a:2c:de:31:5b:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf76ee93",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2a:49:0b:d5:94:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb541e00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:6d:ab:48:cd:d8",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth17def85",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2a:6e:70:29:c4:3c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc16364",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2a:9d:28:73:02:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48023de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ca:bc:e2:63:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf44e733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e5:fe:d7:0f:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89e5167",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2a:ea:1d:f4:17:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd84aaa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f8:48:ba:7a:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5164377",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ff:b1:83:22:36",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetha44899b",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2e:21:82:87:57:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc96882",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:2d:de:54:7e:86",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2e3f54",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2e:3c:3e:42:4b:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccf6d29",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:51:92:05:8c:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82471a9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:52:5a:5a:a0:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a8dbfb",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:62:7d:ac:d1:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth230c5dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:62:84:c0:08:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b084c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:64:f1:7e:e5:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc171628",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:6c:04:9f:42:8c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth01683b7",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="2e:73:36:a6:cb:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth504df73",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:a2:d5:e1:33:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf07e04f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:a8:3b:45:28:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaefa773",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="2e:b0:b9:43:9f:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c22dd3",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:c8:2c:f2:0c:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2df25b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="2e:f7:92:47:18:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56cffbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:09:03:ac:c6:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3cc631",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:15:a3:5f:a5:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth398f945",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="32:32:bf:cc:df:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth384adb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:37:96:ee:37:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ea6d28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:55:16:5d:b1:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0520912",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="32:62:cb:0c:5e:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9b8ad4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:6f:0e:9c:b4:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth458490d",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="32:8c:08:fb:f6:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0e8e4a",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="32:ac:0d:1b:1e:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23aaf8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ac:ea:ec:9d:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63ffe69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:c8:58:fd:53:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8ed3b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ce:ba:09:90:a5",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b8eeb9",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="32:d2:85:13:92:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd529fd4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:04:a2:78:f8:98",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bf8415",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="36:0d:d3:5e:59:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha558068",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:28:71:01:c9:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth320cba1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:34:9e:16:53:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth703f646",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="36:4a:27:5c:1e:ba",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth07b3d46",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="36:7b:14:37:f3:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-895d39099eb3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:cf:5f:ad:0d:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd774c27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:eb:48:4f:52:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd50c49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:15:6c:5a:ac:86",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf26e2e",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3a:28:09:88:1e:59",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth13fab17",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3a:2a:67:16:22:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06087df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:35:f8:03:05:30",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc4799a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3a:57:65:b3:47:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf719e39",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3a:60:75:92:a5:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15c0fe2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:9d:60:69:43:53",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5d5b9d",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3a:ae:1b:01:c8:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4aba26b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3a:c1:33:48:ab:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66f2b16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e7:4a:07:9a:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd408fa4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3e:4d:81:d4:14:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ebb250",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3e:64:b0:b7:d1:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa1f320",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7e:df:4f:82:59",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c1d381",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="3e:9c:72:12:b1:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6888178",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3e:d5:15:67:57:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5df291",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="3e:ee:73:f7:5d:53",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth419304f",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="42:29:6e:85:3b:2f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd96e53a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="42:33:c5:16:3e:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e92b86",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="42:39:36:92:d2:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe514c96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:4a:55:84:4c:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fb5f57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:76:d9:69:4d:04",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth514bb8f",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="42:bc:13:16:83:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6163981",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="42:fb:9f:4c:5e:c9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0607e3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="46:1b:99:3d:06:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth962c636",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:20:03:84:a1:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed65eeb",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="46:33:76:ac:4c:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d40be3",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="46:5c:25:10:2c:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb4e364",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:a2:b3:d3:62:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd93c801",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="46:b5:87:93:01:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth853da8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:bc:d0:81:10:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth746f620",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:0f:fc:c7:73:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth209dd7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:1d:bc:52:04:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1821b35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:2f:2f:35:0c:c4",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetha340e8c",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="4a:ac:c6:95:e1:f8",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc283146",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="4a:b1:3e:7b:9b:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth099bbf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:3c:0e:43:43:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1343dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:62:8e:a9:60:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe617ba9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:8c:0e:45:f6:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd115d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:c9:32:ca:bf:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3151ba5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:cb:dc:62:fe:ed",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth18d511e",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="4e:ec:02:2d:d6:9a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8d6278",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="52:12:23:0c:07:7a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3532dd",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="52:14:0c:d4:b0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eb0faf84288b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:19:74:cf:21:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe664b0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4c:1c:e7:93:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe13fea7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:51:8e:6b:34:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbeb46b5",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="52:63:e9:92:02:8b",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8066d",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="52:73:e3:a3:4e:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91d026f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="52:8b:81:dc:d7:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe615fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:cc:23:5a:a0:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33aa790",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:e7:9a:eb:23:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86c903b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="52:f8:61:20:c4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe748123",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f8:70:18:c7:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c6c998",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:62:3b:45:bd:8e",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethecbca0a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="56:6f:68:54:24:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddbee4c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="56:7e:20:82:9d:36",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9be17ae",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="56:94:f1:8a:ce:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcc414f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="56:a2:e6:a2:74:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1678242",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:b3:ae:b0:c3:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth544a0b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:b5:69:b9:67:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7590df4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:bf:2f:04:6f:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb58e487",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="56:c9:a4:62:f0:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d6a7bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:0e:5b:19:73:1f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth3efd193",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5a:0f:2e:8c:a6:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23aa81a",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="5a:4a:ca:52:77:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70ce227",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:5d:97:20:2c:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fa51ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:68:3f:19:ae:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha96b7be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:6f:bf:2f:9d:42",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7d0ffc",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5a:9e:60:f4:99:b5",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth596fd33",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5a:bb:c5:b4:73:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b9bec1",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="5a:e8:a7:f2:7e:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1d3234",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:f1:d1:11:f6:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c504cf",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="5e:0f:dd:dd:55:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth221aac3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:42:18:33:61:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth428e028",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="5e:57:f3:a0:7b:ea",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcd7a42",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5e:5c:fa:48:57:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-393152ee2ab7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="5e:62:13:d1:6f:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd887cc8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="5e:67:b2:78:4f:64",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth8678e16",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5e:6b:fd:77:c1:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0d8fd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:90:b6:10:ba:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b8cce8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="5e:ab:62:fe:d8:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e09deb",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="5e:c2:28:89:bf:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth682c78b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:da:8c:11:0f:ca",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth74d1731",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="5e:fc:67:2f:96:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth328eadb",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="62:8f:c9:e2:db:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4b883a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:9b:dc:48:ae:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc76495d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:9e:ea:59:a2:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf700626",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="62:a7:25:84:fa:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3fadda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b5:11:ad:4b:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4069685",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:fb:57:7c:3f:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74e024f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="62:ff:3c:4d:96:af",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6b70c6",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="66:26:10:60:23:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ee34dc",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="66:37:13:af:ee:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb81f225",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:63:ce:52:bd:2c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe959666",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="66:64:68:4f:d7:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41a3a93",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="66:b3:1e:7a:6c:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a33edc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e1:a3:72:c4:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth483ae51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e9:26:bd:b8:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9a4c633e7389",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="66:f3:ce:3d:c9:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9aadf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:07:bb:3d:0a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb79060e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:38:00:c1:b4:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc919987",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3d:99:23:9b:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacf3fd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:43:00:44:ff:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3dd5600",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="6a:45:53:7c:35:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c8ad8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:59:1a:11:a1:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fb59f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5d:51:d5:c4:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth849e867",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5e:74:ee:1f:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth320f850",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:62:ad:e0:61:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52f1bd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:6a:03:16:95:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf41c1e8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="6a:71:35:34:cd:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6719010",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:88:c8:89:b9:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3ddef0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:a4:5b:fd:10:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07b7237",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="6a:d2:55:46:bf:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd618e36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:5b:80:bb:20:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc52e3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:5c:8f:b7:4a:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04a792c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="6e:81:83:1a:3d:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1899649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:96:1c:eb:a5:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc326f73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:9b:34:49:32:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth810edf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:c7:e4:36:b6:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1b3d9a",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="6e:f3:ae:ab:18:28",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd70d558",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="72:35:bd:c0:dc:76",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4562f04",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="72:84:34:d5:c7:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ba76be",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="72:c1:7b:10:a8:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab2f83",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="72:c9:30:d0:25:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cf99c9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="76:04:a8:23:6c:df",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth5708788",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="76:1f:38:2d:a3:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3f7661",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:4f:60:cd:51:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08f5c22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:87:bd:5c:3b:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20be67e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a0:fe:d3:02:e7",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdb2bf0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="76:c3:1c:98:f2:aa",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth24105bf",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7a:06:3b:85:5e:ff",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth7afd9d3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7a:14:74:f4:86:3b",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d30658",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7a:35:76:0a:b0:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8c3b71",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="7a:a6:02:8a:be:2a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a6d44e",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7a:ac:9c:0d:c6:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35ba668",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:df:b5:a0:2c:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbeee8f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e6:8c:af:de:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c2abab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:ec:57:0f:0d:a2",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethac93a1a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7c:10:c9:1d:54:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp7s0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:0f:80:89:ee:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a3e11a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:23:64:83:fa:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5ed2bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:34:d5:6d:c4:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7661ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:5a:e3:50:af:02",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a786f9",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7e:63:a4:b3:4e:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74b10b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6e:75:2f:34:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30b8afd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:a8:70:41:af:32",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth712c663",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7e:cd:0d:12:12:ec",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d309cb",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7e:d1:5f:ae:5f:4d",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth44f1fa8",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7e:d3:01:27:98:8f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f7335c",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="7e:f2:b5:a4:cd:cf",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth8edd906",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="82:0e:ab:5a:91:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9041b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:17:82:ce:ca:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf3e7a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:2e:51:4f:34:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth457a795",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:30:05:f8:86:04",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2374a1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="82:33:3c:24:55:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth054d183",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:44:6e:2b:15:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth357f9a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:4c:ff:06:5a:08",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1e0f0f",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="82:87:a5:a0:90:da",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc69d766",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="82:9a:ae:6c:70:f5",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2479b0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="82:9d:b7:df:ea:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3880ae5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:a4:cd:79:33:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84d9527",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:af:32:a9:81:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff2e95b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:c7:8f:63:41:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9970996",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="82:d7:8b:25:93:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80af51e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:d9:69:2b:e3:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc72834f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f5:52:69:85:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48dde12",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="86:0a:7b:d8:29:e2",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4677387",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="86:51:d3:8a:fd:37",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethed8cf8f",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="86:66:9a:b8:b1:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36ff62d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7e:0e:48:b6:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0487eab",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="86:89:e7:ff:94:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbc8c45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:f1:cd:93:be:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b3a088",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="86:f2:41:c9:0e:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf81eade",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:10:ba:e7:7f:48",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a152cc",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="8a:77:cd:c6:ce:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbffa4b0",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="8a:7b:af:9f:2e:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29f0eab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:8e:c1:cb:0f:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc03552",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="8a:b4:91:b6:0d:00",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc50c474",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="8a:fb:84:b7:9b:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30c2ec1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:92:bc:45:3e:4c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0535f5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="8e:a9:3e:d1:e7:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9e80a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b1:f2:18:a4:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7afcacea542",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8e:c0:cd:d4:f0:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4c6ac9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="8e:ed:8b:46:06:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10365a8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="8e:fb:ea:21:c0:3d",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc09edc",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="92:14:1f:e3:40:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41fcef0",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="92:5f:5c:94:a3:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0f070c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="92:96:e0:41:c1:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dd756f",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="92:c0:09:90:b2:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth946c1de",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="92:ed:27:61:11:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ec4c37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:f9:c6:fc:b3:ac",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c8ced",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="96:06:11:92:b9:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94def52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:12:84:1d:35:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81f49ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:35:41:04:60:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6acdaa8c9f1b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:6d:eb:58:1b:fc",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb6c5e2",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="96:83:ba:a2:01:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d58f81",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="96:8f:d4:c0:20:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f107ab",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="9a:0a:10:a9:55:07",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd79e9f5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="9a:45:82:12:68:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2081a27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:50:88:4a:4c:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0cc91c8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="9a:55:f3:b9:af:22",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth18e9634",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="9a:63:ce:f6:8d:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2495899",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:66:0f:63:63:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf61906e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a1:b0:09:f6:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth729d504",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:a6:9e:e2:ea:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38a1e62",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="9a:bb:6f:a3:d1:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth391bdb4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="9e:06:5c:fa:71:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth841efb4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="9e:0e:3b:cf:46:ca",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcc666a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="9e:48:b1:5c:ac:91",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fcc46c",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="9e:6d:a0:d3:dd:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9f9021",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:6f:90:f4:b4:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab6915b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:74:da:9d:44:a8",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf24cf0b",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="9e:80:85:16:56:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38dd5d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:80:89:2c:cd:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5067620",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:89:8f:c7:b5:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha91a27c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d4:f5:0e:05:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2679a47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:11:31:43:4b:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5b3fd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:22:bc:b3:82:fc",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e85db2",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a2:2c:4d:c8:fc:69",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth8347724",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a2:34:0d:d0:9c:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth503c493",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="a2:34:24:db:df:f6",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c6fca6",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a2:3a:18:a3:ac:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2323bf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:9d:4e:fe:ea:e6",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth368fb65",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a2:ac:60:f4:6e:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb921f9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c2:8d:01:f2:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth700b714",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c7:36:5b:25:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f6f24d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d2:fc:dd:c8:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c8b368",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:f8:d8:60:32:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth648a707",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="a6:0f:79:d8:68:04",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfadc2ac",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a6:0f:b6:e8:05:71",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth18cbbb8",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="a6:49:78:04:6c:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb90ec2b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="a6:5f:00:4c:41:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0683bd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:bc:9c:ae:bc:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95fb0da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c7:95:84:cb:6b",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b6a8ab",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="aa:26:61:7c:dc:55",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth374c886",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="aa:2a:55:ec:ee:3f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth506ef7a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="aa:50:d7:4c:b1:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d958d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:69:de:3b:88:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0983dc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:70:95:26:6c:d9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth1325997",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="aa:92:da:df:91:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66bd85c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:93:ba:a9:cb:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8acd4c4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="aa:ab:3e:b5:f3:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb9533e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c3:65:8b:75:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45f2515",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="aa:c8:8e:03:b3:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a406ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:f8:96:7b:e6:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3dd9a17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:00:45:27:b0:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fe230f",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="ae:04:ae:b8:9c:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0073e6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:12:e1:53:3b:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth92ac478",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="ae:2e:54:76:21:6a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd21a7f0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ae:41:7e:7d:49:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb421518",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ae:5a:7e:ef:92:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c55edf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:68:63:56:a4:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc64d99d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:68:e0:cc:9b:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ddadd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:76:48:31:aa:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth443b91c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:84:5e:cd:da:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55240b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:96:18:69:e7:54",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth1616278",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ae:b0:48:f2:3d:32",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth14b0c9a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ae:c4:a4:d5:3f:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d94cfa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:c8:39:84:c1:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc996ac7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:d7:fd:5c:62:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4034003",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:dd:25:19:43:4f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4044350",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ae:f2:ed:ed:36:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4deb04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:08:12:c6:a9:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe736cf4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2a:13:b2:39:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6641b3",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="b2:49:78:84:c4:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ce4c6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5f:bb:a9:e6:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc54d293",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="b2:7a:6e:ec:b7:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7f39b3",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="b2:bc:e1:50:74:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c829cf887623",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:bd:83:38:31:70",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth12120a3",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b2:c0:c0:46:d6:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29020dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:dc:b5:cd:ca:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22d8e40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:de:69:e8:4f:ff",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dabee9",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b6:00:59:15:59:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth892e775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:2c:6f:0e:14:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41fb34a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:58:83:6d:a4:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a6d0d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:6a:e8:c7:46:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15bf0a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:6b:b5:d9:cf:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1929fb1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:81:c8:4b:6f:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9df5a85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:92:01:68:d9:06",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4550804",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b6:a9:3d:f6:3e:7b",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth605305d",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="b6:c6:d6:35:11:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe5573b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:d4:7f:cb:e8:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04a02fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:09:6e:4b:c2:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ecb0b2",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ba:0a:5a:db:68:46",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfafe27c",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ba:48:05:39:80:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84a62fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:57:05:81:b9:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth758cb42",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ba:e3:a7:ce:cb:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ef1b57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e9:dc:7d:a9:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d9d5f6",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ba:f9:4e:33:5d:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9a832d",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="be:06:bc:65:a0:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cbcf24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9f:be:1d:11:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth114179a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:ad:36:25:69:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fa6ffb",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="be:bc:88:a5:43:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0588159",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c5:0d:1f:fd:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5db1800",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:06:53:87:0e:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth683b1d0",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c2:09:8b:e2:45:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth350043e",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c2:10:cc:79:1c:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha365085",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:15:7f:7f:2b:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ad52f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:29:d2:39:3e:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b434a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:2b:18:90:06:ca",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d16666",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="c2:46:22:88:99:75",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethde3c5db",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="c2:66:2b:fe:51:f9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8b7fa4",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="c2:75:39:6b:a1:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88f0ac0",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c2:78:8a:d0:45:3c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a74a99",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="c2:8b:59:b7:91:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth628bbe9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c2:a5:80:68:db:4f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f48dee",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="c2:b5:dc:40:fc:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf57c3bb",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c2:cb:12:5a:72:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69efa93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d9:76:9d:0c:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6b8da5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e0:7e:97:ec:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52bc56b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:ef:69:83:2a:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cf1150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fb:9c:f4:31:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30f0922",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c6:0d:85:17:c9:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth239a22d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:10:4d:17:bc:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe2f9af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:4f:69:c8:fc:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3681ad5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6a:bc:27:65:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd35d652",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c6:71:5a:c5:d0:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ab0b2a",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c6:84:73:e4:4e:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth053b7ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:93:e2:96:cc:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02edd68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:9c:7e:a9:70:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f604c5",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c6:d0:bf:28:a4:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth716d6c7",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="c6:da:2f:fa:8f:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf25f762",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ca:19:26:70:94:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa45e89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:21:ad:4b:8a:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb174b7c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ca:5d:94:3a:9d:ba",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth22fad06",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ca:5e:8d:00:b4:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1942a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:5f:d7:8d:20:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a9af9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:7a:c1:28:f4:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth159f326",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ca:c8:3b:cb:9a:ac",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth29b3b3c",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ca:d3:8c:16:1a:f0",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth292ba70",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ca:de:94:21:8f:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth344048f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:2d:92:70:a1:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0770762",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:3c:bf:23:ab:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth503a1ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:56:7b:38:c4:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c9a8c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:5e:01:87:b5:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3141554",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:6f:0d:00:04:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth672a31a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:8c:01:46:ca:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb54ab4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:ae:b4:5d:2c:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8f99c8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ce:ce:8f:a1:11:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79c5141",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d2:02:dd:1a:c8:6c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe48c931",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="d2:0b:6c:e8:f0:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth207fd71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:13:57:e1:73:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca97906",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:1f:3d:a1:29:89",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethcff22cf",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="d2:8c:bc:c1:36:32",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a138aa",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="d2:90:ce:7d:dd:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fc1c8b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d2:97:fd:98:e1:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cd890b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d2:d1:e9:b4:d9:11",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3e0111",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="d2:d7:6f:a3:a5:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth872b030",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d2:e8:7d:38:70:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd06f5d2",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d2:ec:dd:62:b4:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f39e07",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d6:05:c8:07:b9:55",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth212af81",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="d6:28:28:c5:bf:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth654fb49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:59:23:f1:b3:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a3e5dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:78:cb:81:75:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth793ade8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="d6:9e:d1:d1:25:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c4dbe3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:aa:ba:e0:75:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56ed7c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:f5:34:6d:f4:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d7ab27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:05:40:74:a7:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26654a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:06:39:ec:d6:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3af42ba",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="da:34:ad:08:eb:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf77cc2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:53:b1:2f:34:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd939c9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="da:86:0c:82:90:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc41921",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:bb:11:66:bb:f7",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethde1d4af",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="da:bb:ca:0b:87:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth123b9c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:c8:92:24:cf:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1d4491",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d3:e7:ce:1a:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19fc3cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d9:30:a9:4c:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2c7d1b",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="da:e6:4b:ce:03:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08b2ce6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:f0:08:bb:15:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3cdccc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:11:63:e8:d9:38",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth083dcb1",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="de:2b:16:90:22:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth160053f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:df:43:ed:82:b6",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethf225b65",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="de:ef:a9:78:02:e2",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa1b0e8",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:23:43:2d:0b:6c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth36e51bf",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:35:72:29:84:95",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7c8767",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:61:7a:98:4c:fc",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5b26a5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e2:a4:6f:01:51:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1eb823c",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="e2:b5:1b:ee:23:fc",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth469233d",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="e6:21:7a:d1:63:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc2e354",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="e6:3f:81:26:df:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a6420a",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="e6:83:4d:da:e0:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1c4b8e",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="e6:b3:56:db:0b:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0c77bfc382c5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e6:ef:e0:4b:75:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f0e03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:24:e9:8f:94:3a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9894f21",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ea:4d:cc:53:82:cf",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d94491",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ea:78:92:31:9d:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth459832e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:7c:8e:ba:4d:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f982a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a2:d9:38:af:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd185802",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a7:85:70:e6:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth17ecd66",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ea:b3:a4:90:e2:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5078bd4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ea:c0:5f:0f:eb:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c40725",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:c6:de:7b:d0:0c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth2615dda",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ea:ce:24:ed:5b:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth863f7a4",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ea:f1:0f:a5:ef:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b2db2f4bc8e1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ea:f6:e9:d4:02:23",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth30ab815",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ee:02:a4:18:a4:8a",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf354b0",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ee:06:3a:60:2c:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd22d95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:0f:53:74:66:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc994c9",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ee:12:55:60:ca:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a59911",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="ee:16:06:6d:66:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:68:91:37:aa:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe41ffcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:69:e2:5c:f0:6e",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f11fce",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ee:72:ba:aa:8c:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75ed4dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b0:ea:f8:6e:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth168e16f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b6:02:af:71:5c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0dbb0e",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ee:e2:ba:2f:ef:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd93b52",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="ee:e9:14:52:15:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth699f465",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="f2:0e:d0:6a:31:04",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethffa3629",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="f2:36:fd:4e:3c:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1aeaa71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:61:e9:b5:22:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61da541",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="f2:a7:d8:0e:2a:8e",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth02129bc",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="f2:ce:ed:1c:06:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33c2333",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d2:96:a5:8d:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67b5571",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:03:77:5b:73:88",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth0843d47",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="f6:32:96:ef:10:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40272ae",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="f6:76:9f:d1:a2:d9",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth337f453",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="f6:96:ac:f1:ae:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c2565d",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="f6:ab:5a:cc:28:bf",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e9c762",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="f6:b4:5d:f2:a7:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-028df7dbe79c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="f6:c8:b9:f5:c9:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b98e11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d5:a5:1e:4c:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe07ace6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:f9:c4:d6:2c:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0d84db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:07:6c:f2:9b:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3edbccf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:21:21:7b:11:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth202aa31",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fa:21:31:e0:b6:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec55a93",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fa:60:f6:c8:d9:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5aad8aa",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fa:71:aa:dc:b1:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bb5987",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fa:75:dd:5a:b8:20",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethc097a42",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="fa:8f:4d:b5:47:cf",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb3fe72",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="fa:8f:79:99:e3:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2715f8",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fa:c1:0e:a2:b7:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae8b5de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:d0:9e:d8:67:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0294e47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:ff:69:44:e0:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde0a9a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:04:09:a9:c7:f7",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth345d8aa",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="fe:4c:2d:f5:ef:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth848770f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:71:bc:c2:a1:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c83e5c",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="fe:8b:18:e5:62:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b83cbe748b37",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:95:28:01:8a:4f",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a33db5",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="fe:db:f6:1b:12:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f0ff64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:f1:c5:90:77:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1957071",duplex="full",ifalias="",operstate="down"} 1 node_network_info{address="fe:f5:a1:24:23:2c",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="vethafca1f2",duplex="",ifalias="",operstate="down"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-026d8e52a915"} 1500 node_network_mtu_bytes{device="br-028df7dbe79c"} 1500 node_network_mtu_bytes{device="br-0c77bfc382c5"} 1500 node_network_mtu_bytes{device="br-393152ee2ab7"} 1500 node_network_mtu_bytes{device="br-6acdaa8c9f1b"} 1500 node_network_mtu_bytes{device="br-895d39099eb3"} 1500 node_network_mtu_bytes{device="br-9a4c633e7389"} 1500 node_network_mtu_bytes{device="br-b2db2f4bc8e1"} 1500 node_network_mtu_bytes{device="br-b83cbe748b37"} 1500 node_network_mtu_bytes{device="br-c7afcacea542"} 1500 node_network_mtu_bytes{device="br-c829cf887623"} 1500 node_network_mtu_bytes{device="br-eb0faf84288b"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp7s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0073e6a"} 1500 node_network_mtu_bytes{device="veth010e82a"} 1500 node_network_mtu_bytes{device="veth01683b7"} 1500 node_network_mtu_bytes{device="veth01f0e03"} 1500 node_network_mtu_bytes{device="veth02129bc"} 1500 node_network_mtu_bytes{device="veth0294e47"} 1500 node_network_mtu_bytes{device="veth02edd68"} 1500 node_network_mtu_bytes{device="veth03f6d35"} 1500 node_network_mtu_bytes{device="veth0487eab"} 1500 node_network_mtu_bytes{device="veth04a02fa"} 1500 node_network_mtu_bytes{device="veth04a792c"} 1500 node_network_mtu_bytes{device="veth0520912"} 1500 node_network_mtu_bytes{device="veth053b7ea"} 1500 node_network_mtu_bytes{device="veth054d183"} 1500 node_network_mtu_bytes{device="veth0588159"} 1500 node_network_mtu_bytes{device="veth06087df"} 1500 node_network_mtu_bytes{device="veth0683bd7"} 1500 node_network_mtu_bytes{device="veth0770762"} 1500 node_network_mtu_bytes{device="veth07b3d46"} 1500 node_network_mtu_bytes{device="veth07b7237"} 1500 node_network_mtu_bytes{device="veth083dcb1"} 1500 node_network_mtu_bytes{device="veth0843d47"} 1500 node_network_mtu_bytes{device="veth08b2ce6"} 1500 node_network_mtu_bytes{device="veth08f5c22"} 1500 node_network_mtu_bytes{device="veth0983dc8"} 1500 node_network_mtu_bytes{device="veth099bbf7"} 1500 node_network_mtu_bytes{device="veth0a33edc"} 1500 node_network_mtu_bytes{device="veth0a3e5dc"} 1500 node_network_mtu_bytes{device="veth0a406ae"} 1500 node_network_mtu_bytes{device="veth0a9af9f"} 1500 node_network_mtu_bytes{device="veth0c504cf"} 1500 node_network_mtu_bytes{device="veth0c8b368"} 1500 node_network_mtu_bytes{device="veth0cc91c8"} 1500 node_network_mtu_bytes{device="veth10365a8"} 1500 node_network_mtu_bytes{device="veth114179a"} 1500 node_network_mtu_bytes{device="veth12120a3"} 1500 node_network_mtu_bytes{device="veth123b9c2"} 1500 node_network_mtu_bytes{device="veth1325997"} 1500 node_network_mtu_bytes{device="veth13fab17"} 1500 node_network_mtu_bytes{device="veth14b0c9a"} 1500 node_network_mtu_bytes{device="veth151647c"} 1500 node_network_mtu_bytes{device="veth159f326"} 1500 node_network_mtu_bytes{device="veth15bf0a1"} 1500 node_network_mtu_bytes{device="veth15c0fe2"} 1500 node_network_mtu_bytes{device="veth160053f"} 1500 node_network_mtu_bytes{device="veth1616278"} 1500 node_network_mtu_bytes{device="veth1678242"} 1500 node_network_mtu_bytes{device="veth168e16f"} 1500 node_network_mtu_bytes{device="veth17def85"} 1500 node_network_mtu_bytes{device="veth17ecd66"} 1500 node_network_mtu_bytes{device="veth1821b35"} 1500 node_network_mtu_bytes{device="veth1899649"} 1500 node_network_mtu_bytes{device="veth18cbbb8"} 1500 node_network_mtu_bytes{device="veth18d511e"} 1500 node_network_mtu_bytes{device="veth18e9634"} 1500 node_network_mtu_bytes{device="veth1929fb1"} 1500 node_network_mtu_bytes{device="veth1957071"} 1500 node_network_mtu_bytes{device="veth19fc3cd"} 1500 node_network_mtu_bytes{device="veth1a3e11a"} 1500 node_network_mtu_bytes{device="veth1a786f9"} 1500 node_network_mtu_bytes{device="veth1a8dbfb"} 1500 node_network_mtu_bytes{device="veth1aeaa71"} 1500 node_network_mtu_bytes{device="veth1b8cce8"} 1500 node_network_mtu_bytes{device="veth1d309cb"} 1500 node_network_mtu_bytes{device="veth1d56af8"} 1500 node_network_mtu_bytes{device="veth1d7db64"} 1500 node_network_mtu_bytes{device="veth1eb823c"} 1500 node_network_mtu_bytes{device="veth1f6f24d"} 1500 node_network_mtu_bytes{device="veth202aa31"} 1500 node_network_mtu_bytes{device="veth207fd71"} 1500 node_network_mtu_bytes{device="veth2081a27"} 1500 node_network_mtu_bytes{device="veth209dd7a"} 1500 node_network_mtu_bytes{device="veth20be67e"} 1500 node_network_mtu_bytes{device="veth212af81"} 1500 node_network_mtu_bytes{device="veth221aac3"} 1500 node_network_mtu_bytes{device="veth22d8e40"} 1500 node_network_mtu_bytes{device="veth22fad06"} 1500 node_network_mtu_bytes{device="veth230c5dd"} 1500 node_network_mtu_bytes{device="veth2323bf7"} 1500 node_network_mtu_bytes{device="veth239a22d"} 1500 node_network_mtu_bytes{device="veth23aa81a"} 1500 node_network_mtu_bytes{device="veth23aaf8d"} 1500 node_network_mtu_bytes{device="veth24105bf"} 1500 node_network_mtu_bytes{device="veth2495899"} 1500 node_network_mtu_bytes{device="veth2615dda"} 1500 node_network_mtu_bytes{device="veth26654a4"} 1500 node_network_mtu_bytes{device="veth2679a47"} 1500 node_network_mtu_bytes{device="veth27af53a"} 1500 node_network_mtu_bytes{device="veth29020dd"} 1500 node_network_mtu_bytes{device="veth292ba70"} 1500 node_network_mtu_bytes{device="veth29b3b3c"} 1500 node_network_mtu_bytes{device="veth29f0eab"} 1500 node_network_mtu_bytes{device="veth2a74a99"} 1500 node_network_mtu_bytes{device="veth2ad52f5"} 1500 node_network_mtu_bytes{device="veth2c1d381"} 1500 node_network_mtu_bytes{device="veth2c9a8c2"} 1500 node_network_mtu_bytes{device="veth2ce4c6a"} 1500 node_network_mtu_bytes{device="veth2d58f81"} 1500 node_network_mtu_bytes{device="veth2d94cfa"} 1500 node_network_mtu_bytes{device="veth2ddadd1"} 1500 node_network_mtu_bytes{device="veth2e85db2"} 1500 node_network_mtu_bytes{device="veth2e92b86"} 1500 node_network_mtu_bytes{device="veth2ebb250"} 1500 node_network_mtu_bytes{device="veth2f20774"} 1500 node_network_mtu_bytes{device="veth2fe230f"} 1500 node_network_mtu_bytes{device="veth3082d47"} 1500 node_network_mtu_bytes{device="veth30ab815"} 1500 node_network_mtu_bytes{device="veth30b8afd"} 1500 node_network_mtu_bytes{device="veth30c2ec1"} 1500 node_network_mtu_bytes{device="veth30f0922"} 1500 node_network_mtu_bytes{device="veth3141554"} 1500 node_network_mtu_bytes{device="veth3151ba5"} 1500 node_network_mtu_bytes{device="veth31d2eaa"} 1500 node_network_mtu_bytes{device="veth320cba1"} 1500 node_network_mtu_bytes{device="veth320f850"} 1500 node_network_mtu_bytes{device="veth322b9b8"} 1500 node_network_mtu_bytes{device="veth328eadb"} 1500 node_network_mtu_bytes{device="veth32d6589"} 1500 node_network_mtu_bytes{device="veth337f453"} 1500 node_network_mtu_bytes{device="veth33aa790"} 1500 node_network_mtu_bytes{device="veth33c2333"} 1500 node_network_mtu_bytes{device="veth33ff62d"} 1500 node_network_mtu_bytes{device="veth344048f"} 1500 node_network_mtu_bytes{device="veth345d8aa"} 1500 node_network_mtu_bytes{device="veth350043e"} 1500 node_network_mtu_bytes{device="veth357f9a6"} 1500 node_network_mtu_bytes{device="veth35ba668"} 1500 node_network_mtu_bytes{device="veth36351a0"} 1500 node_network_mtu_bytes{device="veth3681ad5"} 1500 node_network_mtu_bytes{device="veth368fb65"} 1500 node_network_mtu_bytes{device="veth36e51bf"} 1500 node_network_mtu_bytes{device="veth36ff62d"} 1500 node_network_mtu_bytes{device="veth374c886"} 1500 node_network_mtu_bytes{device="veth384adb9"} 1500 node_network_mtu_bytes{device="veth3880ae5"} 1500 node_network_mtu_bytes{device="veth38a1e62"} 1500 node_network_mtu_bytes{device="veth38dd5d6"} 1500 node_network_mtu_bytes{device="veth391bdb4"} 1500 node_network_mtu_bytes{device="veth3940776"} 1500 node_network_mtu_bytes{device="veth395fce7"} 1500 node_network_mtu_bytes{device="veth398f945"} 1500 node_network_mtu_bytes{device="veth3a6420a"} 1500 node_network_mtu_bytes{device="veth3a6d0d0"} 1500 node_network_mtu_bytes{device="veth3ab2f83"} 1500 node_network_mtu_bytes{device="veth3af42ba"} 1500 node_network_mtu_bytes{device="veth3b3a088"} 1500 node_network_mtu_bytes{device="veth3b98e11"} 1500 node_network_mtu_bytes{device="veth3b9bec1"} 1500 node_network_mtu_bytes{device="veth3bf8415"} 1500 node_network_mtu_bytes{device="veth3d40be3"} 1500 node_network_mtu_bytes{device="veth3dd5600"} 1500 node_network_mtu_bytes{device="veth3dd9a17"} 1500 node_network_mtu_bytes{device="veth3e20285"} 1500 node_network_mtu_bytes{device="veth3edbccf"} 1500 node_network_mtu_bytes{device="veth3efd193"} 1500 node_network_mtu_bytes{device="veth3f107ab"} 1500 node_network_mtu_bytes{device="veth3f604c5"} 1500 node_network_mtu_bytes{device="veth3fcc46c"} 1500 node_network_mtu_bytes{device="veth40272ae"} 1500 node_network_mtu_bytes{device="veth4034003"} 1500 node_network_mtu_bytes{device="veth4044350"} 1500 node_network_mtu_bytes{device="veth4069685"} 1500 node_network_mtu_bytes{device="veth416f8f4"} 1500 node_network_mtu_bytes{device="veth419304f"} 1500 node_network_mtu_bytes{device="veth41a3a93"} 1500 node_network_mtu_bytes{device="veth41fb34a"} 1500 node_network_mtu_bytes{device="veth41fcef0"} 1500 node_network_mtu_bytes{device="veth428e028"} 1500 node_network_mtu_bytes{device="veth443b91c"} 1500 node_network_mtu_bytes{device="veth44f1fa8"} 1500 node_network_mtu_bytes{device="veth4550804"} 1500 node_network_mtu_bytes{device="veth4562f04"} 1500 node_network_mtu_bytes{device="veth457a795"} 1500 node_network_mtu_bytes{device="veth458490d"} 1500 node_network_mtu_bytes{device="veth459832e"} 1500 node_network_mtu_bytes{device="veth45f2515"} 1500 node_network_mtu_bytes{device="veth4677387"} 1500 node_network_mtu_bytes{device="veth469233d"} 1500 node_network_mtu_bytes{device="veth47f4190"} 1500 node_network_mtu_bytes{device="veth48023de"} 1500 node_network_mtu_bytes{device="veth483ae51"} 1500 node_network_mtu_bytes{device="veth48dde12"} 1500 node_network_mtu_bytes{device="veth4a6d44e"} 1500 node_network_mtu_bytes{device="veth4aba26b"} 1500 node_network_mtu_bytes{device="veth4b6a8ab"} 1500 node_network_mtu_bytes{device="veth4d7ab27"} 1500 node_network_mtu_bytes{device="veth4e09deb"} 1500 node_network_mtu_bytes{device="veth4e9c762"} 1500 node_network_mtu_bytes{device="veth4ef1b57"} 1500 node_network_mtu_bytes{device="veth4f48dee"} 1500 node_network_mtu_bytes{device="veth4f982a3"} 1500 node_network_mtu_bytes{device="veth4fb59f4"} 1500 node_network_mtu_bytes{device="veth503a1ec"} 1500 node_network_mtu_bytes{device="veth503c493"} 1500 node_network_mtu_bytes{device="veth504df73"} 1500 node_network_mtu_bytes{device="veth5067620"} 1500 node_network_mtu_bytes{device="veth506ef7a"} 1500 node_network_mtu_bytes{device="veth5078bd4"} 1500 node_network_mtu_bytes{device="veth50e5845"} 1500 node_network_mtu_bytes{device="veth514bb8f"} 1500 node_network_mtu_bytes{device="veth5164377"} 1500 node_network_mtu_bytes{device="veth520248a"} 1500 node_network_mtu_bytes{device="veth5287b89"} 1500 node_network_mtu_bytes{device="veth52bc56b"} 1500 node_network_mtu_bytes{device="veth52f1bd3"} 1500 node_network_mtu_bytes{device="veth544a0b6"} 1500 node_network_mtu_bytes{device="veth55240b9"} 1500 node_network_mtu_bytes{device="veth56cffbb"} 1500 node_network_mtu_bytes{device="veth56ed7c1"} 1500 node_network_mtu_bytes{device="veth5708788"} 1500 node_network_mtu_bytes{device="veth576344a"} 1500 node_network_mtu_bytes{device="veth577d8bb"} 1500 node_network_mtu_bytes{device="veth596fd33"} 1500 node_network_mtu_bytes{device="veth5aad8aa"} 1500 node_network_mtu_bytes{device="veth5ab0b2a"} 1500 node_network_mtu_bytes{device="veth5b434a4"} 1500 node_network_mtu_bytes{device="veth5c40725"} 1500 node_network_mtu_bytes{device="veth5c6c998"} 1500 node_network_mtu_bytes{device="veth5cbcf24"} 1500 node_network_mtu_bytes{device="veth5cf1150"} 1500 node_network_mtu_bytes{device="veth5cf99c9"} 1500 node_network_mtu_bytes{device="veth5db1800"} 1500 node_network_mtu_bytes{device="veth5ecb0b2"} 1500 node_network_mtu_bytes{device="veth5f39e07"} 1500 node_network_mtu_bytes{device="veth605305d"} 1500 node_network_mtu_bytes{device="veth6163981"} 1500 node_network_mtu_bytes{device="veth61cf889"} 1500 node_network_mtu_bytes{device="veth61da541"} 1500 node_network_mtu_bytes{device="veth628bbe9"} 1500 node_network_mtu_bytes{device="veth639387f"} 1500 node_network_mtu_bytes{device="veth63ffe69"} 1500 node_network_mtu_bytes{device="veth648a707"} 1500 node_network_mtu_bytes{device="veth654fb49"} 1500 node_network_mtu_bytes{device="veth65689f8"} 1500 node_network_mtu_bytes{device="veth6675659"} 1500 node_network_mtu_bytes{device="veth66bd85c"} 1500 node_network_mtu_bytes{device="veth66f2b16"} 1500 node_network_mtu_bytes{device="veth6719010"} 1500 node_network_mtu_bytes{device="veth672a31a"} 1500 node_network_mtu_bytes{device="veth67b5571"} 1500 node_network_mtu_bytes{device="veth682c78b"} 1500 node_network_mtu_bytes{device="veth683b1d0"} 1500 node_network_mtu_bytes{device="veth6888178"} 1500 node_network_mtu_bytes{device="veth699f465"} 1500 node_network_mtu_bytes{device="veth69efa93"} 1500 node_network_mtu_bytes{device="veth6a8066d"} 1500 node_network_mtu_bytes{device="veth6bb5987"} 1500 node_network_mtu_bytes{device="veth6c2abab"} 1500 node_network_mtu_bytes{device="veth6c4dbe3"} 1500 node_network_mtu_bytes{device="veth6c6fca6"} 1500 node_network_mtu_bytes{device="veth6d09418"} 1500 node_network_mtu_bytes{device="veth6ec4c37"} 1500 node_network_mtu_bytes{device="veth6f0ff64"} 1500 node_network_mtu_bytes{device="veth6f7335c"} 1500 node_network_mtu_bytes{device="veth700b714"} 1500 node_network_mtu_bytes{device="veth703f646"} 1500 node_network_mtu_bytes{device="veth70ce227"} 1500 node_network_mtu_bytes{device="veth712c663"} 1500 node_network_mtu_bytes{device="veth716d6c7"} 1500 node_network_mtu_bytes{device="veth719781b"} 1500 node_network_mtu_bytes{device="veth729d504"} 1500 node_network_mtu_bytes{device="veth746f620"} 1500 node_network_mtu_bytes{device="veth74b10b9"} 1500 node_network_mtu_bytes{device="veth74d1731"} 1500 node_network_mtu_bytes{device="veth74e024f"} 1500 node_network_mtu_bytes{device="veth758cb42"} 1500 node_network_mtu_bytes{device="veth7590df4"} 1500 node_network_mtu_bytes{device="veth75a56e0"} 1500 node_network_mtu_bytes{device="veth75dc34d"} 1500 node_network_mtu_bytes{device="veth75ed4dc"} 1500 node_network_mtu_bytes{device="veth793ade8"} 1500 node_network_mtu_bytes{device="veth79c5141"} 1500 node_network_mtu_bytes{device="veth7afd9d3"} 1500 node_network_mtu_bytes{device="veth7ba76be"} 1500 node_network_mtu_bytes{device="veth7c22dd3"} 1500 node_network_mtu_bytes{device="veth7c2565d"} 1500 node_network_mtu_bytes{device="veth7c702ad"} 1500 node_network_mtu_bytes{device="veth7c83e5c"} 1500 node_network_mtu_bytes{device="veth7d16666"} 1500 node_network_mtu_bytes{device="veth7d30658"} 1500 node_network_mtu_bytes{device="veth7d40ded"} 1500 node_network_mtu_bytes{device="veth7d94491"} 1500 node_network_mtu_bytes{device="veth7d9d5f6"} 1500 node_network_mtu_bytes{device="veth7ea6d28"} 1500 node_network_mtu_bytes{device="veth7f1ce99"} 1500 node_network_mtu_bytes{device="veth7fa51ee"} 1500 node_network_mtu_bytes{device="veth7fbec60"} 1500 node_network_mtu_bytes{device="veth80af51e"} 1500 node_network_mtu_bytes{device="veth810edf5"} 1500 node_network_mtu_bytes{device="veth81f49ff"} 1500 node_network_mtu_bytes{device="veth82471a9"} 1500 node_network_mtu_bytes{device="veth8347724"} 1500 node_network_mtu_bytes{device="veth83bc7e8"} 1500 node_network_mtu_bytes{device="veth841efb4"} 1500 node_network_mtu_bytes{device="veth84341ad"} 1500 node_network_mtu_bytes{device="veth848770f"} 1500 node_network_mtu_bytes{device="veth849e867"} 1500 node_network_mtu_bytes{device="veth84a62fb"} 1500 node_network_mtu_bytes{device="veth84d9527"} 1500 node_network_mtu_bytes{device="veth853da8f"} 1500 node_network_mtu_bytes{device="veth8606e91"} 1500 node_network_mtu_bytes{device="veth863f7a4"} 1500 node_network_mtu_bytes{device="veth8678e16"} 1500 node_network_mtu_bytes{device="veth86c903b"} 1500 node_network_mtu_bytes{device="veth872b030"} 1500 node_network_mtu_bytes{device="veth88f0ac0"} 1500 node_network_mtu_bytes{device="veth892e775"} 1500 node_network_mtu_bytes{device="veth89e5167"} 1500 node_network_mtu_bytes{device="veth8a33db5"} 1500 node_network_mtu_bytes{device="veth8acd4c4"} 1500 node_network_mtu_bytes{device="veth8c55edf"} 1500 node_network_mtu_bytes{device="veth8c8400b"} 1500 node_network_mtu_bytes{device="veth8d958d0"} 1500 node_network_mtu_bytes{device="veth8dabee9"} 1500 node_network_mtu_bytes{device="veth8e00e4f"} 1500 node_network_mtu_bytes{device="veth8edd906"} 1500 node_network_mtu_bytes{device="veth8fa6ffb"} 1500 node_network_mtu_bytes{device="veth900167c"} 1500 node_network_mtu_bytes{device="veth91d026f"} 1500 node_network_mtu_bytes{device="veth92ac478"} 1500 node_network_mtu_bytes{device="veth946c1de"} 1500 node_network_mtu_bytes{device="veth946c5cd"} 1500 node_network_mtu_bytes{device="veth94def52"} 1500 node_network_mtu_bytes{device="veth95fb0da"} 1500 node_network_mtu_bytes{device="veth962c636"} 1500 node_network_mtu_bytes{device="veth9729cc7"} 1500 node_network_mtu_bytes{device="veth98115bf"} 1500 node_network_mtu_bytes{device="veth9894f21"} 1500 node_network_mtu_bytes{device="veth9970996"} 1500 node_network_mtu_bytes{device="veth9a138aa"} 1500 node_network_mtu_bytes{device="veth9a152cc"} 1500 node_network_mtu_bytes{device="veth9a59911"} 1500 node_network_mtu_bytes{device="veth9ab7cea"} 1500 node_network_mtu_bytes{device="veth9b084c6"} 1500 node_network_mtu_bytes{device="veth9b8eeb9"} 1500 node_network_mtu_bytes{device="veth9be17ae"} 1500 node_network_mtu_bytes{device="veth9c8ad8b"} 1500 node_network_mtu_bytes{device="veth9ca41c2"} 1500 node_network_mtu_bytes{device="veth9cd890b"} 1500 node_network_mtu_bytes{device="veth9d6a7bc"} 1500 node_network_mtu_bytes{device="veth9dd756f"} 1500 node_network_mtu_bytes{device="veth9df5a85"} 1500 node_network_mtu_bytes{device="veth9ee34dc"} 1500 node_network_mtu_bytes{device="veth9f0e9bc"} 1500 node_network_mtu_bytes{device="veth9f11fce"} 1500 node_network_mtu_bytes{device="veth9fb5f57"} 1500 node_network_mtu_bytes{device="veth9fc1c8b"} 1500 node_network_mtu_bytes{device="vetha0d8fd7"} 1500 node_network_mtu_bytes{device="vetha0dbb0e"} 1500 node_network_mtu_bytes{device="vetha0f070c"} 1500 node_network_mtu_bytes{device="vetha1d4491"} 1500 node_network_mtu_bytes{device="vetha2479b0"} 1500 node_network_mtu_bytes{device="vetha267906"} 1500 node_network_mtu_bytes{device="vetha2c7d1b"} 1500 node_network_mtu_bytes{device="vetha340e8c"} 1500 node_network_mtu_bytes{device="vetha365085"} 1500 node_network_mtu_bytes{device="vetha3cdccc"} 1500 node_network_mtu_bytes{device="vetha44899b"} 1500 node_network_mtu_bytes{device="vetha4c6ac9"} 1500 node_network_mtu_bytes{device="vetha4d381c"} 1500 node_network_mtu_bytes{device="vetha558068"} 1500 node_network_mtu_bytes{device="vetha5ed2bf"} 1500 node_network_mtu_bytes{device="vetha7661ca"} 1500 node_network_mtu_bytes{device="vetha8b7fa4"} 1500 node_network_mtu_bytes{device="vetha8f99c8"} 1500 node_network_mtu_bytes{device="vetha91a27c"} 1500 node_network_mtu_bytes{device="vetha96b7be"} 1500 node_network_mtu_bytes{device="vethaa45e89"} 1500 node_network_mtu_bytes{device="vethab6915b"} 1500 node_network_mtu_bytes{device="vethabb965f"} 1500 node_network_mtu_bytes{device="vethac93a1a"} 1500 node_network_mtu_bytes{device="vethacf3fd1"} 1500 node_network_mtu_bytes{device="vethae8b5de"} 1500 node_network_mtu_bytes{device="vethaefa773"} 1500 node_network_mtu_bytes{device="vethafca1f2"} 1500 node_network_mtu_bytes{device="vethafd40c3"} 1500 node_network_mtu_bytes{device="vethafdfb61"} 1500 node_network_mtu_bytes{device="vethb174b7c"} 1500 node_network_mtu_bytes{device="vethb1d3234"} 1500 node_network_mtu_bytes{device="vethb1d492d"} 1500 node_network_mtu_bytes{device="vethb2715f8"} 1500 node_network_mtu_bytes{device="vethb2e3f54"} 1500 node_network_mtu_bytes{device="vethb3532dd"} 1500 node_network_mtu_bytes{device="vethb3cc631"} 1500 node_network_mtu_bytes{device="vethb421518"} 1500 node_network_mtu_bytes{device="vethb541e00"} 1500 node_network_mtu_bytes{device="vethb54ab4e"} 1500 node_network_mtu_bytes{device="vethb58e487"} 1500 node_network_mtu_bytes{device="vethb5cf9d4"} 1500 node_network_mtu_bytes{device="vethb5df291"} 1500 node_network_mtu_bytes{device="vethb79060e"} 1500 node_network_mtu_bytes{device="vethb7d0ffc"} 1500 node_network_mtu_bytes{device="vethb81f225"} 1500 node_network_mtu_bytes{device="vethb8d6278"} 1500 node_network_mtu_bytes{device="vethb90ec2b"} 1500 node_network_mtu_bytes{device="vethb921f9d"} 1500 node_network_mtu_bytes{device="vethb9aadf5"} 1500 node_network_mtu_bytes{device="vethbb3fe72"} 1500 node_network_mtu_bytes{device="vethbb4e364"} 1500 node_network_mtu_bytes{device="vethbb9533e"} 1500 node_network_mtu_bytes{device="vethbc09edc"} 1500 node_network_mtu_bytes{device="vethbc16364"} 1500 node_network_mtu_bytes{device="vethbc2e354"} 1500 node_network_mtu_bytes{device="vethbc96882"} 1500 node_network_mtu_bytes{device="vethbcc666a"} 1500 node_network_mtu_bytes{device="vethbd115d2"} 1500 node_network_mtu_bytes{device="vethbd22d95"} 1500 node_network_mtu_bytes{device="vethbd50c49"} 1500 node_network_mtu_bytes{device="vethbd939c9"} 1500 node_network_mtu_bytes{device="vethbdb2bf0"} 1500 node_network_mtu_bytes{device="vethbe2f9af"} 1500 node_network_mtu_bytes{device="vethbe5573b"} 1500 node_network_mtu_bytes{device="vethbeb46b5"} 1500 node_network_mtu_bytes{device="vethbeee8f8"} 1500 node_network_mtu_bytes{device="vethbf26e2e"} 1500 node_network_mtu_bytes{device="vethbf27ea7"} 1500 node_network_mtu_bytes{device="vethbf3e7a4"} 1500 node_network_mtu_bytes{device="vethbf48ed1"} 1500 node_network_mtu_bytes{device="vethbffa4b0"} 1500 node_network_mtu_bytes{device="vethc097a42"} 1500 node_network_mtu_bytes{device="vethc0e8e4a"} 1500 node_network_mtu_bytes{device="vethc171628"} 1500 node_network_mtu_bytes{device="vethc1b3d9a"} 1500 node_network_mtu_bytes{device="vethc283146"} 1500 node_network_mtu_bytes{device="vethc2b7b26"} 1500 node_network_mtu_bytes{device="vethc326f73"} 1500 node_network_mtu_bytes{device="vethc393cfd"} 1500 node_network_mtu_bytes{device="vethc3e0111"} 1500 node_network_mtu_bytes{device="vethc3f7661"} 1500 node_network_mtu_bytes{device="vethc4deb04"} 1500 node_network_mtu_bytes{device="vethc50c474"} 1500 node_network_mtu_bytes{device="vethc54d293"} 1500 node_network_mtu_bytes{device="vethc5d5b9d"} 1500 node_network_mtu_bytes{device="vethc607859"} 1500 node_network_mtu_bytes{device="vethc64d99d"} 1500 node_network_mtu_bytes{device="vethc69d766"} 1500 node_network_mtu_bytes{device="vethc6b8da5"} 1500 node_network_mtu_bytes{device="vethc72834f"} 1500 node_network_mtu_bytes{device="vethc76495d"} 1500 node_network_mtu_bytes{device="vethc7c552e"} 1500 node_network_mtu_bytes{device="vethc7d5e61"} 1500 node_network_mtu_bytes{device="vethc8c3b71"} 1500 node_network_mtu_bytes{device="vethc919987"} 1500 node_network_mtu_bytes{device="vethc996ac7"} 1500 node_network_mtu_bytes{device="vethca97906"} 1500 node_network_mtu_bytes{device="vethcbc8c45"} 1500 node_network_mtu_bytes{device="vethcc41921"} 1500 node_network_mtu_bytes{device="vethcc52e3d"} 1500 node_network_mtu_bytes{device="vethcc994c9"} 1500 node_network_mtu_bytes{device="vethccf6d29"} 1500 node_network_mtu_bytes{device="vethce241be"} 1500 node_network_mtu_bytes{device="vethcf354b0"} 1500 node_network_mtu_bytes{device="vethcff22cf"} 1500 node_network_mtu_bytes{device="vethd06f5d2"} 1500 node_network_mtu_bytes{device="vethd0d84db"} 1500 node_network_mtu_bytes{device="vethd0f0797"} 1500 node_network_mtu_bytes{device="vethd1070ff"} 1500 node_network_mtu_bytes{device="vethd185802"} 1500 node_network_mtu_bytes{device="vethd1942a6"} 1500 node_network_mtu_bytes{device="vethd1e0f0f"} 1500 node_network_mtu_bytes{device="vethd21a7f0"} 1500 node_network_mtu_bytes{device="vethd2374a1"} 1500 node_network_mtu_bytes{device="vethd268ff7"} 1500 node_network_mtu_bytes{device="vethd35d652"} 1500 node_network_mtu_bytes{device="vethd3ddef0"} 1500 node_network_mtu_bytes{device="vethd408fa4"} 1500 node_network_mtu_bytes{device="vethd4b883a"} 1500 node_network_mtu_bytes{device="vethd529fd4"} 1500 node_network_mtu_bytes{device="vethd5d2986"} 1500 node_network_mtu_bytes{device="vethd5d44f1"} 1500 node_network_mtu_bytes{device="vethd618e36"} 1500 node_network_mtu_bytes{device="vethd6641b3"} 1500 node_network_mtu_bytes{device="vethd70d558"} 1500 node_network_mtu_bytes{device="vethd774c27"} 1500 node_network_mtu_bytes{device="vethd79e9f5"} 1500 node_network_mtu_bytes{device="vethd7c8767"} 1500 node_network_mtu_bytes{device="vethd7f39b3"} 1500 node_network_mtu_bytes{device="vethd84aaa2"} 1500 node_network_mtu_bytes{device="vethd887cc8"} 1500 node_network_mtu_bytes{device="vethd8ed3b7"} 1500 node_network_mtu_bytes{device="vethd9041b9"} 1500 node_network_mtu_bytes{device="vethd922e96"} 1500 node_network_mtu_bytes{device="vethd93c801"} 1500 node_network_mtu_bytes{device="vethd96e53a"} 1500 node_network_mtu_bytes{device="vethd9e80a7"} 1500 node_network_mtu_bytes{device="vethd9f9021"} 1500 node_network_mtu_bytes{device="vethda1c202"} 1500 node_network_mtu_bytes{device="vethdc03552"} 1500 node_network_mtu_bytes{device="vethdcc414f"} 1500 node_network_mtu_bytes{device="vethdcd7a42"} 1500 node_network_mtu_bytes{device="vethdd93b52"} 1500 node_network_mtu_bytes{device="vethddbee4c"} 1500 node_network_mtu_bytes{device="vethde0a9a6"} 1500 node_network_mtu_bytes{device="vethde1d4af"} 1500 node_network_mtu_bytes{device="vethde3c5db"} 1500 node_network_mtu_bytes{device="vethde6cf02"} 1500 node_network_mtu_bytes{device="vethe0607e3"} 1500 node_network_mtu_bytes{device="vethe07ace6"} 1500 node_network_mtu_bytes{device="vethe0c1701"} 1500 node_network_mtu_bytes{device="vethe1343dc"} 1500 node_network_mtu_bytes{device="vethe13fea7"} 1500 node_network_mtu_bytes{device="vethe1c4b8e"} 1500 node_network_mtu_bytes{device="vethe2df25b"} 1500 node_network_mtu_bytes{device="vethe3fadda"} 1500 node_network_mtu_bytes{device="vethe41ffcf"} 1500 node_network_mtu_bytes{device="vethe48c931"} 1500 node_network_mtu_bytes{device="vethe514c96"} 1500 node_network_mtu_bytes{device="vethe5413d3"} 1500 node_network_mtu_bytes{device="vethe5b26a5"} 1500 node_network_mtu_bytes{device="vethe617ba9"} 1500 node_network_mtu_bytes{device="vethe664b0e"} 1500 node_network_mtu_bytes{device="vethe6c8ced"} 1500 node_network_mtu_bytes{device="vethe736cf4"} 1500 node_network_mtu_bytes{device="vethe748123"} 1500 node_network_mtu_bytes{device="vethe78bb37"} 1500 node_network_mtu_bytes{device="vethe959666"} 1500 node_network_mtu_bytes{device="vethe9a832d"} 1500 node_network_mtu_bytes{device="vethe9f6b95"} 1500 node_network_mtu_bytes{device="vetheaafa33"} 1500 node_network_mtu_bytes{device="vetheb6c5e2"} 1500 node_network_mtu_bytes{device="vethec55a93"} 1500 node_network_mtu_bytes{device="vethecbca0a"} 1500 node_network_mtu_bytes{device="vethed65eeb"} 1500 node_network_mtu_bytes{device="vethed8cf8f"} 1500 node_network_mtu_bytes{device="vetheeeb839"} 1500 node_network_mtu_bytes{device="vethf0535f5"} 1500 node_network_mtu_bytes{device="vethf07cd82"} 1500 node_network_mtu_bytes{device="vethf07e04f"} 1500 node_network_mtu_bytes{device="vethf10af27"} 1500 node_network_mtu_bytes{device="vethf13be56"} 1500 node_network_mtu_bytes{device="vethf225b65"} 1500 node_network_mtu_bytes{device="vethf24cf0b"} 1500 node_network_mtu_bytes{device="vethf25f762"} 1500 node_network_mtu_bytes{device="vethf3e1b6a"} 1500 node_network_mtu_bytes{device="vethf41c1e8"} 1500 node_network_mtu_bytes{device="vethf44e733"} 1500 node_network_mtu_bytes{device="vethf57c3bb"} 1500 node_network_mtu_bytes{device="vethf5b3fd0"} 1500 node_network_mtu_bytes{device="vethf61906e"} 1500 node_network_mtu_bytes{device="vethf6b70c6"} 1500 node_network_mtu_bytes{device="vethf700626"} 1500 node_network_mtu_bytes{device="vethf719e39"} 1500 node_network_mtu_bytes{device="vethf76ee93"} 1500 node_network_mtu_bytes{device="vethf77cc2b"} 1500 node_network_mtu_bytes{device="vethf81eade"} 1500 node_network_mtu_bytes{device="vethf8c86df"} 1500 node_network_mtu_bytes{device="vethf9b8ad4"} 1500 node_network_mtu_bytes{device="vethfa1b0e8"} 1500 node_network_mtu_bytes{device="vethfa1f320"} 1500 node_network_mtu_bytes{device="vethfa2dd43"} 1500 node_network_mtu_bytes{device="vethfadc2ac"} 1500 node_network_mtu_bytes{device="vethfafe27c"} 1500 node_network_mtu_bytes{device="vethfb1de8a"} 1500 node_network_mtu_bytes{device="vethfb5a12c"} 1500 node_network_mtu_bytes{device="vethfb79591"} 1500 node_network_mtu_bytes{device="vethfc28698"} 1500 node_network_mtu_bytes{device="vethfc4799a"} 1500 node_network_mtu_bytes{device="vethfe615fb"} 1500 node_network_mtu_bytes{device="vethff2e95b"} 1500 node_network_mtu_bytes{device="vethffa3629"} 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-026d8e52a915"} 3 node_network_name_assign_type{device="br-028df7dbe79c"} 3 node_network_name_assign_type{device="br-0c77bfc382c5"} 3 node_network_name_assign_type{device="br-393152ee2ab7"} 3 node_network_name_assign_type{device="br-6acdaa8c9f1b"} 3 node_network_name_assign_type{device="br-895d39099eb3"} 3 node_network_name_assign_type{device="br-9a4c633e7389"} 3 node_network_name_assign_type{device="br-b2db2f4bc8e1"} 3 node_network_name_assign_type{device="br-b83cbe748b37"} 3 node_network_name_assign_type{device="br-c7afcacea542"} 3 node_network_name_assign_type{device="br-c829cf887623"} 3 node_network_name_assign_type{device="br-eb0faf84288b"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp7s0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0073e6a"} 3 node_network_name_assign_type{device="veth010e82a"} 4 node_network_name_assign_type{device="veth01683b7"} 4 node_network_name_assign_type{device="veth01f0e03"} 3 node_network_name_assign_type{device="veth02129bc"} 4 node_network_name_assign_type{device="veth0294e47"} 3 node_network_name_assign_type{device="veth02edd68"} 3 node_network_name_assign_type{device="veth03f6d35"} 4 node_network_name_assign_type{device="veth0487eab"} 3 node_network_name_assign_type{device="veth04a02fa"} 3 node_network_name_assign_type{device="veth04a792c"} 3 node_network_name_assign_type{device="veth0520912"} 3 node_network_name_assign_type{device="veth053b7ea"} 3 node_network_name_assign_type{device="veth054d183"} 3 node_network_name_assign_type{device="veth0588159"} 3 node_network_name_assign_type{device="veth06087df"} 3 node_network_name_assign_type{device="veth0683bd7"} 3 node_network_name_assign_type{device="veth0770762"} 3 node_network_name_assign_type{device="veth07b3d46"} 4 node_network_name_assign_type{device="veth07b7237"} 3 node_network_name_assign_type{device="veth083dcb1"} 4 node_network_name_assign_type{device="veth0843d47"} 4 node_network_name_assign_type{device="veth08b2ce6"} 3 node_network_name_assign_type{device="veth08f5c22"} 3 node_network_name_assign_type{device="veth0983dc8"} 3 node_network_name_assign_type{device="veth099bbf7"} 3 node_network_name_assign_type{device="veth0a33edc"} 3 node_network_name_assign_type{device="veth0a3e5dc"} 3 node_network_name_assign_type{device="veth0a406ae"} 3 node_network_name_assign_type{device="veth0a9af9f"} 3 node_network_name_assign_type{device="veth0c504cf"} 3 node_network_name_assign_type{device="veth0c8b368"} 3 node_network_name_assign_type{device="veth0cc91c8"} 3 node_network_name_assign_type{device="veth10365a8"} 3 node_network_name_assign_type{device="veth114179a"} 3 node_network_name_assign_type{device="veth12120a3"} 4 node_network_name_assign_type{device="veth123b9c2"} 3 node_network_name_assign_type{device="veth1325997"} 4 node_network_name_assign_type{device="veth13fab17"} 4 node_network_name_assign_type{device="veth14b0c9a"} 4 node_network_name_assign_type{device="veth151647c"} 3 node_network_name_assign_type{device="veth159f326"} 3 node_network_name_assign_type{device="veth15bf0a1"} 3 node_network_name_assign_type{device="veth15c0fe2"} 3 node_network_name_assign_type{device="veth160053f"} 3 node_network_name_assign_type{device="veth1616278"} 4 node_network_name_assign_type{device="veth1678242"} 3 node_network_name_assign_type{device="veth168e16f"} 3 node_network_name_assign_type{device="veth17def85"} 4 node_network_name_assign_type{device="veth17ecd66"} 3 node_network_name_assign_type{device="veth1821b35"} 3 node_network_name_assign_type{device="veth1899649"} 3 node_network_name_assign_type{device="veth18cbbb8"} 4 node_network_name_assign_type{device="veth18d511e"} 4 node_network_name_assign_type{device="veth18e9634"} 4 node_network_name_assign_type{device="veth1929fb1"} 3 node_network_name_assign_type{device="veth1957071"} 3 node_network_name_assign_type{device="veth19fc3cd"} 3 node_network_name_assign_type{device="veth1a3e11a"} 3 node_network_name_assign_type{device="veth1a786f9"} 4 node_network_name_assign_type{device="veth1a8dbfb"} 3 node_network_name_assign_type{device="veth1aeaa71"} 3 node_network_name_assign_type{device="veth1b8cce8"} 3 node_network_name_assign_type{device="veth1d309cb"} 4 node_network_name_assign_type{device="veth1d56af8"} 3 node_network_name_assign_type{device="veth1d7db64"} 3 node_network_name_assign_type{device="veth1eb823c"} 3 node_network_name_assign_type{device="veth1f6f24d"} 3 node_network_name_assign_type{device="veth202aa31"} 3 node_network_name_assign_type{device="veth207fd71"} 3 node_network_name_assign_type{device="veth2081a27"} 3 node_network_name_assign_type{device="veth209dd7a"} 3 node_network_name_assign_type{device="veth20be67e"} 3 node_network_name_assign_type{device="veth212af81"} 4 node_network_name_assign_type{device="veth221aac3"} 3 node_network_name_assign_type{device="veth22d8e40"} 3 node_network_name_assign_type{device="veth22fad06"} 4 node_network_name_assign_type{device="veth230c5dd"} 3 node_network_name_assign_type{device="veth2323bf7"} 3 node_network_name_assign_type{device="veth239a22d"} 3 node_network_name_assign_type{device="veth23aa81a"} 3 node_network_name_assign_type{device="veth23aaf8d"} 3 node_network_name_assign_type{device="veth24105bf"} 4 node_network_name_assign_type{device="veth2495899"} 3 node_network_name_assign_type{device="veth2615dda"} 4 node_network_name_assign_type{device="veth26654a4"} 3 node_network_name_assign_type{device="veth2679a47"} 3 node_network_name_assign_type{device="veth27af53a"} 3 node_network_name_assign_type{device="veth29020dd"} 3 node_network_name_assign_type{device="veth292ba70"} 4 node_network_name_assign_type{device="veth29b3b3c"} 4 node_network_name_assign_type{device="veth29f0eab"} 3 node_network_name_assign_type{device="veth2a74a99"} 4 node_network_name_assign_type{device="veth2ad52f5"} 3 node_network_name_assign_type{device="veth2c1d381"} 4 node_network_name_assign_type{device="veth2c9a8c2"} 3 node_network_name_assign_type{device="veth2ce4c6a"} 3 node_network_name_assign_type{device="veth2d58f81"} 3 node_network_name_assign_type{device="veth2d94cfa"} 3 node_network_name_assign_type{device="veth2ddadd1"} 3 node_network_name_assign_type{device="veth2e85db2"} 4 node_network_name_assign_type{device="veth2e92b86"} 3 node_network_name_assign_type{device="veth2ebb250"} 3 node_network_name_assign_type{device="veth2f20774"} 4 node_network_name_assign_type{device="veth2fe230f"} 3 node_network_name_assign_type{device="veth3082d47"} 3 node_network_name_assign_type{device="veth30ab815"} 4 node_network_name_assign_type{device="veth30b8afd"} 3 node_network_name_assign_type{device="veth30c2ec1"} 3 node_network_name_assign_type{device="veth30f0922"} 3 node_network_name_assign_type{device="veth3141554"} 3 node_network_name_assign_type{device="veth3151ba5"} 3 node_network_name_assign_type{device="veth31d2eaa"} 3 node_network_name_assign_type{device="veth320cba1"} 3 node_network_name_assign_type{device="veth320f850"} 3 node_network_name_assign_type{device="veth322b9b8"} 3 node_network_name_assign_type{device="veth328eadb"} 3 node_network_name_assign_type{device="veth32d6589"} 3 node_network_name_assign_type{device="veth337f453"} 4 node_network_name_assign_type{device="veth33aa790"} 3 node_network_name_assign_type{device="veth33c2333"} 3 node_network_name_assign_type{device="veth33ff62d"} 3 node_network_name_assign_type{device="veth344048f"} 3 node_network_name_assign_type{device="veth345d8aa"} 4 node_network_name_assign_type{device="veth350043e"} 3 node_network_name_assign_type{device="veth357f9a6"} 3 node_network_name_assign_type{device="veth35ba668"} 3 node_network_name_assign_type{device="veth36351a0"} 3 node_network_name_assign_type{device="veth3681ad5"} 3 node_network_name_assign_type{device="veth368fb65"} 4 node_network_name_assign_type{device="veth36e51bf"} 4 node_network_name_assign_type{device="veth36ff62d"} 3 node_network_name_assign_type{device="veth374c886"} 4 node_network_name_assign_type{device="veth384adb9"} 3 node_network_name_assign_type{device="veth3880ae5"} 3 node_network_name_assign_type{device="veth38a1e62"} 3 node_network_name_assign_type{device="veth38dd5d6"} 3 node_network_name_assign_type{device="veth391bdb4"} 3 node_network_name_assign_type{device="veth3940776"} 3 node_network_name_assign_type{device="veth395fce7"} 3 node_network_name_assign_type{device="veth398f945"} 3 node_network_name_assign_type{device="veth3a6420a"} 3 node_network_name_assign_type{device="veth3a6d0d0"} 3 node_network_name_assign_type{device="veth3ab2f83"} 3 node_network_name_assign_type{device="veth3af42ba"} 3 node_network_name_assign_type{device="veth3b3a088"} 3 node_network_name_assign_type{device="veth3b98e11"} 3 node_network_name_assign_type{device="veth3b9bec1"} 3 node_network_name_assign_type{device="veth3bf8415"} 4 node_network_name_assign_type{device="veth3d40be3"} 3 node_network_name_assign_type{device="veth3dd5600"} 3 node_network_name_assign_type{device="veth3dd9a17"} 3 node_network_name_assign_type{device="veth3e20285"} 3 node_network_name_assign_type{device="veth3edbccf"} 3 node_network_name_assign_type{device="veth3efd193"} 4 node_network_name_assign_type{device="veth3f107ab"} 3 node_network_name_assign_type{device="veth3f604c5"} 3 node_network_name_assign_type{device="veth3fcc46c"} 4 node_network_name_assign_type{device="veth40272ae"} 3 node_network_name_assign_type{device="veth4034003"} 3 node_network_name_assign_type{device="veth4044350"} 4 node_network_name_assign_type{device="veth4069685"} 3 node_network_name_assign_type{device="veth416f8f4"} 3 node_network_name_assign_type{device="veth419304f"} 4 node_network_name_assign_type{device="veth41a3a93"} 3 node_network_name_assign_type{device="veth41fb34a"} 3 node_network_name_assign_type{device="veth41fcef0"} 3 node_network_name_assign_type{device="veth428e028"} 3 node_network_name_assign_type{device="veth443b91c"} 3 node_network_name_assign_type{device="veth44f1fa8"} 4 node_network_name_assign_type{device="veth4550804"} 4 node_network_name_assign_type{device="veth4562f04"} 4 node_network_name_assign_type{device="veth457a795"} 3 node_network_name_assign_type{device="veth458490d"} 3 node_network_name_assign_type{device="veth459832e"} 3 node_network_name_assign_type{device="veth45f2515"} 3 node_network_name_assign_type{device="veth4677387"} 4 node_network_name_assign_type{device="veth469233d"} 4 node_network_name_assign_type{device="veth47f4190"} 3 node_network_name_assign_type{device="veth48023de"} 3 node_network_name_assign_type{device="veth483ae51"} 3 node_network_name_assign_type{device="veth48dde12"} 3 node_network_name_assign_type{device="veth4a6d44e"} 4 node_network_name_assign_type{device="veth4aba26b"} 3 node_network_name_assign_type{device="veth4b6a8ab"} 4 node_network_name_assign_type{device="veth4d7ab27"} 3 node_network_name_assign_type{device="veth4e09deb"} 3 node_network_name_assign_type{device="veth4e9c762"} 4 node_network_name_assign_type{device="veth4ef1b57"} 3 node_network_name_assign_type{device="veth4f48dee"} 4 node_network_name_assign_type{device="veth4f982a3"} 3 node_network_name_assign_type{device="veth4fb59f4"} 3 node_network_name_assign_type{device="veth503a1ec"} 3 node_network_name_assign_type{device="veth503c493"} 3 node_network_name_assign_type{device="veth504df73"} 3 node_network_name_assign_type{device="veth5067620"} 3 node_network_name_assign_type{device="veth506ef7a"} 4 node_network_name_assign_type{device="veth5078bd4"} 3 node_network_name_assign_type{device="veth50e5845"} 4 node_network_name_assign_type{device="veth514bb8f"} 4 node_network_name_assign_type{device="veth5164377"} 3 node_network_name_assign_type{device="veth520248a"} 3 node_network_name_assign_type{device="veth5287b89"} 3 node_network_name_assign_type{device="veth52bc56b"} 3 node_network_name_assign_type{device="veth52f1bd3"} 3 node_network_name_assign_type{device="veth544a0b6"} 3 node_network_name_assign_type{device="veth55240b9"} 3 node_network_name_assign_type{device="veth56cffbb"} 3 node_network_name_assign_type{device="veth56ed7c1"} 3 node_network_name_assign_type{device="veth5708788"} 4 node_network_name_assign_type{device="veth576344a"} 4 node_network_name_assign_type{device="veth577d8bb"} 3 node_network_name_assign_type{device="veth596fd33"} 4 node_network_name_assign_type{device="veth5aad8aa"} 3 node_network_name_assign_type{device="veth5ab0b2a"} 3 node_network_name_assign_type{device="veth5b434a4"} 3 node_network_name_assign_type{device="veth5c40725"} 3 node_network_name_assign_type{device="veth5c6c998"} 3 node_network_name_assign_type{device="veth5cbcf24"} 3 node_network_name_assign_type{device="veth5cf1150"} 3 node_network_name_assign_type{device="veth5cf99c9"} 3 node_network_name_assign_type{device="veth5db1800"} 3 node_network_name_assign_type{device="veth5ecb0b2"} 3 node_network_name_assign_type{device="veth5f39e07"} 3 node_network_name_assign_type{device="veth605305d"} 4 node_network_name_assign_type{device="veth6163981"} 3 node_network_name_assign_type{device="veth61cf889"} 3 node_network_name_assign_type{device="veth61da541"} 3 node_network_name_assign_type{device="veth628bbe9"} 3 node_network_name_assign_type{device="veth639387f"} 3 node_network_name_assign_type{device="veth63ffe69"} 3 node_network_name_assign_type{device="veth648a707"} 3 node_network_name_assign_type{device="veth654fb49"} 3 node_network_name_assign_type{device="veth65689f8"} 3 node_network_name_assign_type{device="veth6675659"} 4 node_network_name_assign_type{device="veth66bd85c"} 3 node_network_name_assign_type{device="veth66f2b16"} 3 node_network_name_assign_type{device="veth6719010"} 3 node_network_name_assign_type{device="veth672a31a"} 3 node_network_name_assign_type{device="veth67b5571"} 3 node_network_name_assign_type{device="veth682c78b"} 3 node_network_name_assign_type{device="veth683b1d0"} 3 node_network_name_assign_type{device="veth6888178"} 3 node_network_name_assign_type{device="veth699f465"} 3 node_network_name_assign_type{device="veth69efa93"} 3 node_network_name_assign_type{device="veth6a8066d"} 4 node_network_name_assign_type{device="veth6bb5987"} 3 node_network_name_assign_type{device="veth6c2abab"} 3 node_network_name_assign_type{device="veth6c4dbe3"} 3 node_network_name_assign_type{device="veth6c6fca6"} 4 node_network_name_assign_type{device="veth6d09418"} 4 node_network_name_assign_type{device="veth6ec4c37"} 3 node_network_name_assign_type{device="veth6f0ff64"} 3 node_network_name_assign_type{device="veth6f7335c"} 4 node_network_name_assign_type{device="veth700b714"} 3 node_network_name_assign_type{device="veth703f646"} 3 node_network_name_assign_type{device="veth70ce227"} 3 node_network_name_assign_type{device="veth712c663"} 4 node_network_name_assign_type{device="veth716d6c7"} 3 node_network_name_assign_type{device="veth719781b"} 4 node_network_name_assign_type{device="veth729d504"} 3 node_network_name_assign_type{device="veth746f620"} 3 node_network_name_assign_type{device="veth74b10b9"} 3 node_network_name_assign_type{device="veth74d1731"} 4 node_network_name_assign_type{device="veth74e024f"} 3 node_network_name_assign_type{device="veth758cb42"} 3 node_network_name_assign_type{device="veth7590df4"} 3 node_network_name_assign_type{device="veth75a56e0"} 3 node_network_name_assign_type{device="veth75dc34d"} 3 node_network_name_assign_type{device="veth75ed4dc"} 3 node_network_name_assign_type{device="veth793ade8"} 3 node_network_name_assign_type{device="veth79c5141"} 3 node_network_name_assign_type{device="veth7afd9d3"} 4 node_network_name_assign_type{device="veth7ba76be"} 3 node_network_name_assign_type{device="veth7c22dd3"} 3 node_network_name_assign_type{device="veth7c2565d"} 3 node_network_name_assign_type{device="veth7c702ad"} 4 node_network_name_assign_type{device="veth7c83e5c"} 3 node_network_name_assign_type{device="veth7d16666"} 4 node_network_name_assign_type{device="veth7d30658"} 4 node_network_name_assign_type{device="veth7d40ded"} 3 node_network_name_assign_type{device="veth7d94491"} 4 node_network_name_assign_type{device="veth7d9d5f6"} 3 node_network_name_assign_type{device="veth7ea6d28"} 3 node_network_name_assign_type{device="veth7f1ce99"} 3 node_network_name_assign_type{device="veth7fa51ee"} 3 node_network_name_assign_type{device="veth7fbec60"} 3 node_network_name_assign_type{device="veth80af51e"} 3 node_network_name_assign_type{device="veth810edf5"} 3 node_network_name_assign_type{device="veth81f49ff"} 3 node_network_name_assign_type{device="veth82471a9"} 3 node_network_name_assign_type{device="veth8347724"} 4 node_network_name_assign_type{device="veth83bc7e8"} 4 node_network_name_assign_type{device="veth841efb4"} 3 node_network_name_assign_type{device="veth84341ad"} 3 node_network_name_assign_type{device="veth848770f"} 3 node_network_name_assign_type{device="veth849e867"} 3 node_network_name_assign_type{device="veth84a62fb"} 3 node_network_name_assign_type{device="veth84d9527"} 3 node_network_name_assign_type{device="veth853da8f"} 3 node_network_name_assign_type{device="veth8606e91"} 3 node_network_name_assign_type{device="veth863f7a4"} 3 node_network_name_assign_type{device="veth8678e16"} 4 node_network_name_assign_type{device="veth86c903b"} 3 node_network_name_assign_type{device="veth872b030"} 3 node_network_name_assign_type{device="veth88f0ac0"} 3 node_network_name_assign_type{device="veth892e775"} 3 node_network_name_assign_type{device="veth89e5167"} 3 node_network_name_assign_type{device="veth8a33db5"} 4 node_network_name_assign_type{device="veth8acd4c4"} 3 node_network_name_assign_type{device="veth8c55edf"} 3 node_network_name_assign_type{device="veth8c8400b"} 3 node_network_name_assign_type{device="veth8d958d0"} 3 node_network_name_assign_type{device="veth8dabee9"} 4 node_network_name_assign_type{device="veth8e00e4f"} 3 node_network_name_assign_type{device="veth8edd906"} 4 node_network_name_assign_type{device="veth8fa6ffb"} 3 node_network_name_assign_type{device="veth900167c"} 3 node_network_name_assign_type{device="veth91d026f"} 3 node_network_name_assign_type{device="veth92ac478"} 3 node_network_name_assign_type{device="veth946c1de"} 3 node_network_name_assign_type{device="veth946c5cd"} 3 node_network_name_assign_type{device="veth94def52"} 3 node_network_name_assign_type{device="veth95fb0da"} 3 node_network_name_assign_type{device="veth962c636"} 3 node_network_name_assign_type{device="veth9729cc7"} 3 node_network_name_assign_type{device="veth98115bf"} 3 node_network_name_assign_type{device="veth9894f21"} 4 node_network_name_assign_type{device="veth9970996"} 3 node_network_name_assign_type{device="veth9a138aa"} 4 node_network_name_assign_type{device="veth9a152cc"} 4 node_network_name_assign_type{device="veth9a59911"} 3 node_network_name_assign_type{device="veth9ab7cea"} 3 node_network_name_assign_type{device="veth9b084c6"} 3 node_network_name_assign_type{device="veth9b8eeb9"} 4 node_network_name_assign_type{device="veth9be17ae"} 4 node_network_name_assign_type{device="veth9c8ad8b"} 3 node_network_name_assign_type{device="veth9ca41c2"} 3 node_network_name_assign_type{device="veth9cd890b"} 3 node_network_name_assign_type{device="veth9d6a7bc"} 3 node_network_name_assign_type{device="veth9dd756f"} 3 node_network_name_assign_type{device="veth9df5a85"} 3 node_network_name_assign_type{device="veth9ee34dc"} 3 node_network_name_assign_type{device="veth9f0e9bc"} 3 node_network_name_assign_type{device="veth9f11fce"} 4 node_network_name_assign_type{device="veth9fb5f57"} 3 node_network_name_assign_type{device="veth9fc1c8b"} 3 node_network_name_assign_type{device="vetha0d8fd7"} 3 node_network_name_assign_type{device="vetha0dbb0e"} 4 node_network_name_assign_type{device="vetha0f070c"} 3 node_network_name_assign_type{device="vetha1d4491"} 3 node_network_name_assign_type{device="vetha2479b0"} 4 node_network_name_assign_type{device="vetha267906"} 3 node_network_name_assign_type{device="vetha2c7d1b"} 3 node_network_name_assign_type{device="vetha340e8c"} 4 node_network_name_assign_type{device="vetha365085"} 3 node_network_name_assign_type{device="vetha3cdccc"} 3 node_network_name_assign_type{device="vetha44899b"} 4 node_network_name_assign_type{device="vetha4c6ac9"} 3 node_network_name_assign_type{device="vetha4d381c"} 3 node_network_name_assign_type{device="vetha558068"} 3 node_network_name_assign_type{device="vetha5ed2bf"} 3 node_network_name_assign_type{device="vetha7661ca"} 3 node_network_name_assign_type{device="vetha8b7fa4"} 4 node_network_name_assign_type{device="vetha8f99c8"} 3 node_network_name_assign_type{device="vetha91a27c"} 3 node_network_name_assign_type{device="vetha96b7be"} 3 node_network_name_assign_type{device="vethaa45e89"} 3 node_network_name_assign_type{device="vethab6915b"} 3 node_network_name_assign_type{device="vethabb965f"} 4 node_network_name_assign_type{device="vethac93a1a"} 4 node_network_name_assign_type{device="vethacf3fd1"} 3 node_network_name_assign_type{device="vethae8b5de"} 3 node_network_name_assign_type{device="vethaefa773"} 3 node_network_name_assign_type{device="vethafca1f2"} 4 node_network_name_assign_type{device="vethafd40c3"} 3 node_network_name_assign_type{device="vethafdfb61"} 3 node_network_name_assign_type{device="vethb174b7c"} 3 node_network_name_assign_type{device="vethb1d3234"} 3 node_network_name_assign_type{device="vethb1d492d"} 3 node_network_name_assign_type{device="vethb2715f8"} 3 node_network_name_assign_type{device="vethb2e3f54"} 4 node_network_name_assign_type{device="vethb3532dd"} 4 node_network_name_assign_type{device="vethb3cc631"} 3 node_network_name_assign_type{device="vethb421518"} 3 node_network_name_assign_type{device="vethb541e00"} 3 node_network_name_assign_type{device="vethb54ab4e"} 3 node_network_name_assign_type{device="vethb58e487"} 3 node_network_name_assign_type{device="vethb5cf9d4"} 3 node_network_name_assign_type{device="vethb5df291"} 3 node_network_name_assign_type{device="vethb79060e"} 3 node_network_name_assign_type{device="vethb7d0ffc"} 4 node_network_name_assign_type{device="vethb81f225"} 3 node_network_name_assign_type{device="vethb8d6278"} 4 node_network_name_assign_type{device="vethb90ec2b"} 3 node_network_name_assign_type{device="vethb921f9d"} 3 node_network_name_assign_type{device="vethb9aadf5"} 3 node_network_name_assign_type{device="vethbb3fe72"} 4 node_network_name_assign_type{device="vethbb4e364"} 3 node_network_name_assign_type{device="vethbb9533e"} 3 node_network_name_assign_type{device="vethbc09edc"} 4 node_network_name_assign_type{device="vethbc16364"} 4 node_network_name_assign_type{device="vethbc2e354"} 3 node_network_name_assign_type{device="vethbc96882"} 3 node_network_name_assign_type{device="vethbcc666a"} 4 node_network_name_assign_type{device="vethbd115d2"} 3 node_network_name_assign_type{device="vethbd22d95"} 3 node_network_name_assign_type{device="vethbd50c49"} 3 node_network_name_assign_type{device="vethbd939c9"} 3 node_network_name_assign_type{device="vethbdb2bf0"} 4 node_network_name_assign_type{device="vethbe2f9af"} 3 node_network_name_assign_type{device="vethbe5573b"} 3 node_network_name_assign_type{device="vethbeb46b5"} 3 node_network_name_assign_type{device="vethbeee8f8"} 3 node_network_name_assign_type{device="vethbf26e2e"} 4 node_network_name_assign_type{device="vethbf27ea7"} 4 node_network_name_assign_type{device="vethbf3e7a4"} 3 node_network_name_assign_type{device="vethbf48ed1"} 4 node_network_name_assign_type{device="vethbffa4b0"} 3 node_network_name_assign_type{device="vethc097a42"} 4 node_network_name_assign_type{device="vethc0e8e4a"} 3 node_network_name_assign_type{device="vethc171628"} 3 node_network_name_assign_type{device="vethc1b3d9a"} 3 node_network_name_assign_type{device="vethc283146"} 4 node_network_name_assign_type{device="vethc2b7b26"} 4 node_network_name_assign_type{device="vethc326f73"} 3 node_network_name_assign_type{device="vethc393cfd"} 3 node_network_name_assign_type{device="vethc3e0111"} 4 node_network_name_assign_type{device="vethc3f7661"} 3 node_network_name_assign_type{device="vethc4deb04"} 3 node_network_name_assign_type{device="vethc50c474"} 4 node_network_name_assign_type{device="vethc54d293"} 3 node_network_name_assign_type{device="vethc5d5b9d"} 4 node_network_name_assign_type{device="vethc607859"} 4 node_network_name_assign_type{device="vethc64d99d"} 3 node_network_name_assign_type{device="vethc69d766"} 4 node_network_name_assign_type{device="vethc6b8da5"} 3 node_network_name_assign_type{device="vethc72834f"} 3 node_network_name_assign_type{device="vethc76495d"} 3 node_network_name_assign_type{device="vethc7c552e"} 3 node_network_name_assign_type{device="vethc7d5e61"} 4 node_network_name_assign_type{device="vethc8c3b71"} 3 node_network_name_assign_type{device="vethc919987"} 3 node_network_name_assign_type{device="vethc996ac7"} 3 node_network_name_assign_type{device="vethca97906"} 3 node_network_name_assign_type{device="vethcbc8c45"} 3 node_network_name_assign_type{device="vethcc41921"} 3 node_network_name_assign_type{device="vethcc52e3d"} 3 node_network_name_assign_type{device="vethcc994c9"} 3 node_network_name_assign_type{device="vethccf6d29"} 3 node_network_name_assign_type{device="vethce241be"} 3 node_network_name_assign_type{device="vethcf354b0"} 4 node_network_name_assign_type{device="vethcff22cf"} 4 node_network_name_assign_type{device="vethd06f5d2"} 3 node_network_name_assign_type{device="vethd0d84db"} 3 node_network_name_assign_type{device="vethd0f0797"} 4 node_network_name_assign_type{device="vethd1070ff"} 4 node_network_name_assign_type{device="vethd185802"} 3 node_network_name_assign_type{device="vethd1942a6"} 3 node_network_name_assign_type{device="vethd1e0f0f"} 4 node_network_name_assign_type{device="vethd21a7f0"} 4 node_network_name_assign_type{device="vethd2374a1"} 4 node_network_name_assign_type{device="vethd268ff7"} 3 node_network_name_assign_type{device="vethd35d652"} 3 node_network_name_assign_type{device="vethd3ddef0"} 3 node_network_name_assign_type{device="vethd408fa4"} 3 node_network_name_assign_type{device="vethd4b883a"} 3 node_network_name_assign_type{device="vethd529fd4"} 3 node_network_name_assign_type{device="vethd5d2986"} 3 node_network_name_assign_type{device="vethd5d44f1"} 4 node_network_name_assign_type{device="vethd618e36"} 3 node_network_name_assign_type{device="vethd6641b3"} 3 node_network_name_assign_type{device="vethd70d558"} 4 node_network_name_assign_type{device="vethd774c27"} 3 node_network_name_assign_type{device="vethd79e9f5"} 4 node_network_name_assign_type{device="vethd7c8767"} 4 node_network_name_assign_type{device="vethd7f39b3"} 3 node_network_name_assign_type{device="vethd84aaa2"} 3 node_network_name_assign_type{device="vethd887cc8"} 3 node_network_name_assign_type{device="vethd8ed3b7"} 3 node_network_name_assign_type{device="vethd9041b9"} 3 node_network_name_assign_type{device="vethd922e96"} 3 node_network_name_assign_type{device="vethd93c801"} 3 node_network_name_assign_type{device="vethd96e53a"} 4 node_network_name_assign_type{device="vethd9e80a7"} 3 node_network_name_assign_type{device="vethd9f9021"} 3 node_network_name_assign_type{device="vethda1c202"} 3 node_network_name_assign_type{device="vethdc03552"} 3 node_network_name_assign_type{device="vethdcc414f"} 3 node_network_name_assign_type{device="vethdcd7a42"} 4 node_network_name_assign_type{device="vethdd93b52"} 3 node_network_name_assign_type{device="vethddbee4c"} 3 node_network_name_assign_type{device="vethde0a9a6"} 3 node_network_name_assign_type{device="vethde1d4af"} 4 node_network_name_assign_type{device="vethde3c5db"} 4 node_network_name_assign_type{device="vethde6cf02"} 4 node_network_name_assign_type{device="vethe0607e3"} 4 node_network_name_assign_type{device="vethe07ace6"} 3 node_network_name_assign_type{device="vethe0c1701"} 4 node_network_name_assign_type{device="vethe1343dc"} 3 node_network_name_assign_type{device="vethe13fea7"} 3 node_network_name_assign_type{device="vethe1c4b8e"} 3 node_network_name_assign_type{device="vethe2df25b"} 3 node_network_name_assign_type{device="vethe3fadda"} 3 node_network_name_assign_type{device="vethe41ffcf"} 3 node_network_name_assign_type{device="vethe48c931"} 4 node_network_name_assign_type{device="vethe514c96"} 3 node_network_name_assign_type{device="vethe5413d3"} 3 node_network_name_assign_type{device="vethe5b26a5"} 4 node_network_name_assign_type{device="vethe617ba9"} 3 node_network_name_assign_type{device="vethe664b0e"} 3 node_network_name_assign_type{device="vethe6c8ced"} 4 node_network_name_assign_type{device="vethe736cf4"} 3 node_network_name_assign_type{device="vethe748123"} 3 node_network_name_assign_type{device="vethe78bb37"} 3 node_network_name_assign_type{device="vethe959666"} 4 node_network_name_assign_type{device="vethe9a832d"} 3 node_network_name_assign_type{device="vethe9f6b95"} 4 node_network_name_assign_type{device="vetheaafa33"} 3 node_network_name_assign_type{device="vetheb6c5e2"} 4 node_network_name_assign_type{device="vethec55a93"} 3 node_network_name_assign_type{device="vethecbca0a"} 4 node_network_name_assign_type{device="vethed65eeb"} 3 node_network_name_assign_type{device="vethed8cf8f"} 4 node_network_name_assign_type{device="vetheeeb839"} 3 node_network_name_assign_type{device="vethf0535f5"} 4 node_network_name_assign_type{device="vethf07cd82"} 4 node_network_name_assign_type{device="vethf07e04f"} 3 node_network_name_assign_type{device="vethf10af27"} 3 node_network_name_assign_type{device="vethf13be56"} 4 node_network_name_assign_type{device="vethf225b65"} 4 node_network_name_assign_type{device="vethf24cf0b"} 4 node_network_name_assign_type{device="vethf25f762"} 3 node_network_name_assign_type{device="vethf3e1b6a"} 4 node_network_name_assign_type{device="vethf41c1e8"} 3 node_network_name_assign_type{device="vethf44e733"} 3 node_network_name_assign_type{device="vethf57c3bb"} 3 node_network_name_assign_type{device="vethf5b3fd0"} 3 node_network_name_assign_type{device="vethf61906e"} 3 node_network_name_assign_type{device="vethf6b70c6"} 4 node_network_name_assign_type{device="vethf700626"} 3 node_network_name_assign_type{device="vethf719e39"} 3 node_network_name_assign_type{device="vethf76ee93"} 3 node_network_name_assign_type{device="vethf77cc2b"} 3 node_network_name_assign_type{device="vethf81eade"} 3 node_network_name_assign_type{device="vethf8c86df"} 3 node_network_name_assign_type{device="vethf9b8ad4"} 3 node_network_name_assign_type{device="vethfa1b0e8"} 4 node_network_name_assign_type{device="vethfa1f320"} 3 node_network_name_assign_type{device="vethfa2dd43"} 3 node_network_name_assign_type{device="vethfadc2ac"} 4 node_network_name_assign_type{device="vethfafe27c"} 4 node_network_name_assign_type{device="vethfb1de8a"} 4 node_network_name_assign_type{device="vethfb5a12c"} 3 node_network_name_assign_type{device="vethfb79591"} 4 node_network_name_assign_type{device="vethfc28698"} 3 node_network_name_assign_type{device="vethfc4799a"} 4 node_network_name_assign_type{device="vethfe615fb"} 3 node_network_name_assign_type{device="vethff2e95b"} 3 node_network_name_assign_type{device="vethffa3629"} 4 # 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-026d8e52a915"} 0 node_network_net_dev_group{device="br-028df7dbe79c"} 0 node_network_net_dev_group{device="br-0c77bfc382c5"} 0 node_network_net_dev_group{device="br-393152ee2ab7"} 0 node_network_net_dev_group{device="br-6acdaa8c9f1b"} 0 node_network_net_dev_group{device="br-895d39099eb3"} 0 node_network_net_dev_group{device="br-9a4c633e7389"} 0 node_network_net_dev_group{device="br-b2db2f4bc8e1"} 0 node_network_net_dev_group{device="br-b83cbe748b37"} 0 node_network_net_dev_group{device="br-c7afcacea542"} 0 node_network_net_dev_group{device="br-c829cf887623"} 0 node_network_net_dev_group{device="br-eb0faf84288b"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp7s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0073e6a"} 0 node_network_net_dev_group{device="veth010e82a"} 0 node_network_net_dev_group{device="veth01683b7"} 0 node_network_net_dev_group{device="veth01f0e03"} 0 node_network_net_dev_group{device="veth02129bc"} 0 node_network_net_dev_group{device="veth0294e47"} 0 node_network_net_dev_group{device="veth02edd68"} 0 node_network_net_dev_group{device="veth03f6d35"} 0 node_network_net_dev_group{device="veth0487eab"} 0 node_network_net_dev_group{device="veth04a02fa"} 0 node_network_net_dev_group{device="veth04a792c"} 0 node_network_net_dev_group{device="veth0520912"} 0 node_network_net_dev_group{device="veth053b7ea"} 0 node_network_net_dev_group{device="veth054d183"} 0 node_network_net_dev_group{device="veth0588159"} 0 node_network_net_dev_group{device="veth06087df"} 0 node_network_net_dev_group{device="veth0683bd7"} 0 node_network_net_dev_group{device="veth0770762"} 0 node_network_net_dev_group{device="veth07b3d46"} 0 node_network_net_dev_group{device="veth07b7237"} 0 node_network_net_dev_group{device="veth083dcb1"} 0 node_network_net_dev_group{device="veth0843d47"} 0 node_network_net_dev_group{device="veth08b2ce6"} 0 node_network_net_dev_group{device="veth08f5c22"} 0 node_network_net_dev_group{device="veth0983dc8"} 0 node_network_net_dev_group{device="veth099bbf7"} 0 node_network_net_dev_group{device="veth0a33edc"} 0 node_network_net_dev_group{device="veth0a3e5dc"} 0 node_network_net_dev_group{device="veth0a406ae"} 0 node_network_net_dev_group{device="veth0a9af9f"} 0 node_network_net_dev_group{device="veth0c504cf"} 0 node_network_net_dev_group{device="veth0c8b368"} 0 node_network_net_dev_group{device="veth0cc91c8"} 0 node_network_net_dev_group{device="veth10365a8"} 0 node_network_net_dev_group{device="veth114179a"} 0 node_network_net_dev_group{device="veth12120a3"} 0 node_network_net_dev_group{device="veth123b9c2"} 0 node_network_net_dev_group{device="veth1325997"} 0 node_network_net_dev_group{device="veth13fab17"} 0 node_network_net_dev_group{device="veth14b0c9a"} 0 node_network_net_dev_group{device="veth151647c"} 0 node_network_net_dev_group{device="veth159f326"} 0 node_network_net_dev_group{device="veth15bf0a1"} 0 node_network_net_dev_group{device="veth15c0fe2"} 0 node_network_net_dev_group{device="veth160053f"} 0 node_network_net_dev_group{device="veth1616278"} 0 node_network_net_dev_group{device="veth1678242"} 0 node_network_net_dev_group{device="veth168e16f"} 0 node_network_net_dev_group{device="veth17def85"} 0 node_network_net_dev_group{device="veth17ecd66"} 0 node_network_net_dev_group{device="veth1821b35"} 0 node_network_net_dev_group{device="veth1899649"} 0 node_network_net_dev_group{device="veth18cbbb8"} 0 node_network_net_dev_group{device="veth18d511e"} 0 node_network_net_dev_group{device="veth18e9634"} 0 node_network_net_dev_group{device="veth1929fb1"} 0 node_network_net_dev_group{device="veth1957071"} 0 node_network_net_dev_group{device="veth19fc3cd"} 0 node_network_net_dev_group{device="veth1a3e11a"} 0 node_network_net_dev_group{device="veth1a786f9"} 0 node_network_net_dev_group{device="veth1a8dbfb"} 0 node_network_net_dev_group{device="veth1aeaa71"} 0 node_network_net_dev_group{device="veth1b8cce8"} 0 node_network_net_dev_group{device="veth1d309cb"} 0 node_network_net_dev_group{device="veth1d56af8"} 0 node_network_net_dev_group{device="veth1d7db64"} 0 node_network_net_dev_group{device="veth1eb823c"} 0 node_network_net_dev_group{device="veth1f6f24d"} 0 node_network_net_dev_group{device="veth202aa31"} 0 node_network_net_dev_group{device="veth207fd71"} 0 node_network_net_dev_group{device="veth2081a27"} 0 node_network_net_dev_group{device="veth209dd7a"} 0 node_network_net_dev_group{device="veth20be67e"} 0 node_network_net_dev_group{device="veth212af81"} 0 node_network_net_dev_group{device="veth221aac3"} 0 node_network_net_dev_group{device="veth22d8e40"} 0 node_network_net_dev_group{device="veth22fad06"} 0 node_network_net_dev_group{device="veth230c5dd"} 0 node_network_net_dev_group{device="veth2323bf7"} 0 node_network_net_dev_group{device="veth239a22d"} 0 node_network_net_dev_group{device="veth23aa81a"} 0 node_network_net_dev_group{device="veth23aaf8d"} 0 node_network_net_dev_group{device="veth24105bf"} 0 node_network_net_dev_group{device="veth2495899"} 0 node_network_net_dev_group{device="veth2615dda"} 0 node_network_net_dev_group{device="veth26654a4"} 0 node_network_net_dev_group{device="veth2679a47"} 0 node_network_net_dev_group{device="veth27af53a"} 0 node_network_net_dev_group{device="veth29020dd"} 0 node_network_net_dev_group{device="veth292ba70"} 0 node_network_net_dev_group{device="veth29b3b3c"} 0 node_network_net_dev_group{device="veth29f0eab"} 0 node_network_net_dev_group{device="veth2a74a99"} 0 node_network_net_dev_group{device="veth2ad52f5"} 0 node_network_net_dev_group{device="veth2c1d381"} 0 node_network_net_dev_group{device="veth2c9a8c2"} 0 node_network_net_dev_group{device="veth2ce4c6a"} 0 node_network_net_dev_group{device="veth2d58f81"} 0 node_network_net_dev_group{device="veth2d94cfa"} 0 node_network_net_dev_group{device="veth2ddadd1"} 0 node_network_net_dev_group{device="veth2e85db2"} 0 node_network_net_dev_group{device="veth2e92b86"} 0 node_network_net_dev_group{device="veth2ebb250"} 0 node_network_net_dev_group{device="veth2f20774"} 0 node_network_net_dev_group{device="veth2fe230f"} 0 node_network_net_dev_group{device="veth3082d47"} 0 node_network_net_dev_group{device="veth30ab815"} 0 node_network_net_dev_group{device="veth30b8afd"} 0 node_network_net_dev_group{device="veth30c2ec1"} 0 node_network_net_dev_group{device="veth30f0922"} 0 node_network_net_dev_group{device="veth3141554"} 0 node_network_net_dev_group{device="veth3151ba5"} 0 node_network_net_dev_group{device="veth31d2eaa"} 0 node_network_net_dev_group{device="veth320cba1"} 0 node_network_net_dev_group{device="veth320f850"} 0 node_network_net_dev_group{device="veth322b9b8"} 0 node_network_net_dev_group{device="veth328eadb"} 0 node_network_net_dev_group{device="veth32d6589"} 0 node_network_net_dev_group{device="veth337f453"} 0 node_network_net_dev_group{device="veth33aa790"} 0 node_network_net_dev_group{device="veth33c2333"} 0 node_network_net_dev_group{device="veth33ff62d"} 0 node_network_net_dev_group{device="veth344048f"} 0 node_network_net_dev_group{device="veth345d8aa"} 0 node_network_net_dev_group{device="veth350043e"} 0 node_network_net_dev_group{device="veth357f9a6"} 0 node_network_net_dev_group{device="veth35ba668"} 0 node_network_net_dev_group{device="veth36351a0"} 0 node_network_net_dev_group{device="veth3681ad5"} 0 node_network_net_dev_group{device="veth368fb65"} 0 node_network_net_dev_group{device="veth36e51bf"} 0 node_network_net_dev_group{device="veth36ff62d"} 0 node_network_net_dev_group{device="veth374c886"} 0 node_network_net_dev_group{device="veth384adb9"} 0 node_network_net_dev_group{device="veth3880ae5"} 0 node_network_net_dev_group{device="veth38a1e62"} 0 node_network_net_dev_group{device="veth38dd5d6"} 0 node_network_net_dev_group{device="veth391bdb4"} 0 node_network_net_dev_group{device="veth3940776"} 0 node_network_net_dev_group{device="veth395fce7"} 0 node_network_net_dev_group{device="veth398f945"} 0 node_network_net_dev_group{device="veth3a6420a"} 0 node_network_net_dev_group{device="veth3a6d0d0"} 0 node_network_net_dev_group{device="veth3ab2f83"} 0 node_network_net_dev_group{device="veth3af42ba"} 0 node_network_net_dev_group{device="veth3b3a088"} 0 node_network_net_dev_group{device="veth3b98e11"} 0 node_network_net_dev_group{device="veth3b9bec1"} 0 node_network_net_dev_group{device="veth3bf8415"} 0 node_network_net_dev_group{device="veth3d40be3"} 0 node_network_net_dev_group{device="veth3dd5600"} 0 node_network_net_dev_group{device="veth3dd9a17"} 0 node_network_net_dev_group{device="veth3e20285"} 0 node_network_net_dev_group{device="veth3edbccf"} 0 node_network_net_dev_group{device="veth3efd193"} 0 node_network_net_dev_group{device="veth3f107ab"} 0 node_network_net_dev_group{device="veth3f604c5"} 0 node_network_net_dev_group{device="veth3fcc46c"} 0 node_network_net_dev_group{device="veth40272ae"} 0 node_network_net_dev_group{device="veth4034003"} 0 node_network_net_dev_group{device="veth4044350"} 0 node_network_net_dev_group{device="veth4069685"} 0 node_network_net_dev_group{device="veth416f8f4"} 0 node_network_net_dev_group{device="veth419304f"} 0 node_network_net_dev_group{device="veth41a3a93"} 0 node_network_net_dev_group{device="veth41fb34a"} 0 node_network_net_dev_group{device="veth41fcef0"} 0 node_network_net_dev_group{device="veth428e028"} 0 node_network_net_dev_group{device="veth443b91c"} 0 node_network_net_dev_group{device="veth44f1fa8"} 0 node_network_net_dev_group{device="veth4550804"} 0 node_network_net_dev_group{device="veth4562f04"} 0 node_network_net_dev_group{device="veth457a795"} 0 node_network_net_dev_group{device="veth458490d"} 0 node_network_net_dev_group{device="veth459832e"} 0 node_network_net_dev_group{device="veth45f2515"} 0 node_network_net_dev_group{device="veth4677387"} 0 node_network_net_dev_group{device="veth469233d"} 0 node_network_net_dev_group{device="veth47f4190"} 0 node_network_net_dev_group{device="veth48023de"} 0 node_network_net_dev_group{device="veth483ae51"} 0 node_network_net_dev_group{device="veth48dde12"} 0 node_network_net_dev_group{device="veth4a6d44e"} 0 node_network_net_dev_group{device="veth4aba26b"} 0 node_network_net_dev_group{device="veth4b6a8ab"} 0 node_network_net_dev_group{device="veth4d7ab27"} 0 node_network_net_dev_group{device="veth4e09deb"} 0 node_network_net_dev_group{device="veth4e9c762"} 0 node_network_net_dev_group{device="veth4ef1b57"} 0 node_network_net_dev_group{device="veth4f48dee"} 0 node_network_net_dev_group{device="veth4f982a3"} 0 node_network_net_dev_group{device="veth4fb59f4"} 0 node_network_net_dev_group{device="veth503a1ec"} 0 node_network_net_dev_group{device="veth503c493"} 0 node_network_net_dev_group{device="veth504df73"} 0 node_network_net_dev_group{device="veth5067620"} 0 node_network_net_dev_group{device="veth506ef7a"} 0 node_network_net_dev_group{device="veth5078bd4"} 0 node_network_net_dev_group{device="veth50e5845"} 0 node_network_net_dev_group{device="veth514bb8f"} 0 node_network_net_dev_group{device="veth5164377"} 0 node_network_net_dev_group{device="veth520248a"} 0 node_network_net_dev_group{device="veth5287b89"} 0 node_network_net_dev_group{device="veth52bc56b"} 0 node_network_net_dev_group{device="veth52f1bd3"} 0 node_network_net_dev_group{device="veth544a0b6"} 0 node_network_net_dev_group{device="veth55240b9"} 0 node_network_net_dev_group{device="veth56cffbb"} 0 node_network_net_dev_group{device="veth56ed7c1"} 0 node_network_net_dev_group{device="veth5708788"} 0 node_network_net_dev_group{device="veth576344a"} 0 node_network_net_dev_group{device="veth577d8bb"} 0 node_network_net_dev_group{device="veth596fd33"} 0 node_network_net_dev_group{device="veth5aad8aa"} 0 node_network_net_dev_group{device="veth5ab0b2a"} 0 node_network_net_dev_group{device="veth5b434a4"} 0 node_network_net_dev_group{device="veth5c40725"} 0 node_network_net_dev_group{device="veth5c6c998"} 0 node_network_net_dev_group{device="veth5cbcf24"} 0 node_network_net_dev_group{device="veth5cf1150"} 0 node_network_net_dev_group{device="veth5cf99c9"} 0 node_network_net_dev_group{device="veth5db1800"} 0 node_network_net_dev_group{device="veth5ecb0b2"} 0 node_network_net_dev_group{device="veth5f39e07"} 0 node_network_net_dev_group{device="veth605305d"} 0 node_network_net_dev_group{device="veth6163981"} 0 node_network_net_dev_group{device="veth61cf889"} 0 node_network_net_dev_group{device="veth61da541"} 0 node_network_net_dev_group{device="veth628bbe9"} 0 node_network_net_dev_group{device="veth639387f"} 0 node_network_net_dev_group{device="veth63ffe69"} 0 node_network_net_dev_group{device="veth648a707"} 0 node_network_net_dev_group{device="veth654fb49"} 0 node_network_net_dev_group{device="veth65689f8"} 0 node_network_net_dev_group{device="veth6675659"} 0 node_network_net_dev_group{device="veth66bd85c"} 0 node_network_net_dev_group{device="veth66f2b16"} 0 node_network_net_dev_group{device="veth6719010"} 0 node_network_net_dev_group{device="veth672a31a"} 0 node_network_net_dev_group{device="veth67b5571"} 0 node_network_net_dev_group{device="veth682c78b"} 0 node_network_net_dev_group{device="veth683b1d0"} 0 node_network_net_dev_group{device="veth6888178"} 0 node_network_net_dev_group{device="veth699f465"} 0 node_network_net_dev_group{device="veth69efa93"} 0 node_network_net_dev_group{device="veth6a8066d"} 0 node_network_net_dev_group{device="veth6bb5987"} 0 node_network_net_dev_group{device="veth6c2abab"} 0 node_network_net_dev_group{device="veth6c4dbe3"} 0 node_network_net_dev_group{device="veth6c6fca6"} 0 node_network_net_dev_group{device="veth6d09418"} 0 node_network_net_dev_group{device="veth6ec4c37"} 0 node_network_net_dev_group{device="veth6f0ff64"} 0 node_network_net_dev_group{device="veth6f7335c"} 0 node_network_net_dev_group{device="veth700b714"} 0 node_network_net_dev_group{device="veth703f646"} 0 node_network_net_dev_group{device="veth70ce227"} 0 node_network_net_dev_group{device="veth712c663"} 0 node_network_net_dev_group{device="veth716d6c7"} 0 node_network_net_dev_group{device="veth719781b"} 0 node_network_net_dev_group{device="veth729d504"} 0 node_network_net_dev_group{device="veth746f620"} 0 node_network_net_dev_group{device="veth74b10b9"} 0 node_network_net_dev_group{device="veth74d1731"} 0 node_network_net_dev_group{device="veth74e024f"} 0 node_network_net_dev_group{device="veth758cb42"} 0 node_network_net_dev_group{device="veth7590df4"} 0 node_network_net_dev_group{device="veth75a56e0"} 0 node_network_net_dev_group{device="veth75dc34d"} 0 node_network_net_dev_group{device="veth75ed4dc"} 0 node_network_net_dev_group{device="veth793ade8"} 0 node_network_net_dev_group{device="veth79c5141"} 0 node_network_net_dev_group{device="veth7afd9d3"} 0 node_network_net_dev_group{device="veth7ba76be"} 0 node_network_net_dev_group{device="veth7c22dd3"} 0 node_network_net_dev_group{device="veth7c2565d"} 0 node_network_net_dev_group{device="veth7c702ad"} 0 node_network_net_dev_group{device="veth7c83e5c"} 0 node_network_net_dev_group{device="veth7d16666"} 0 node_network_net_dev_group{device="veth7d30658"} 0 node_network_net_dev_group{device="veth7d40ded"} 0 node_network_net_dev_group{device="veth7d94491"} 0 node_network_net_dev_group{device="veth7d9d5f6"} 0 node_network_net_dev_group{device="veth7ea6d28"} 0 node_network_net_dev_group{device="veth7f1ce99"} 0 node_network_net_dev_group{device="veth7fa51ee"} 0 node_network_net_dev_group{device="veth7fbec60"} 0 node_network_net_dev_group{device="veth80af51e"} 0 node_network_net_dev_group{device="veth810edf5"} 0 node_network_net_dev_group{device="veth81f49ff"} 0 node_network_net_dev_group{device="veth82471a9"} 0 node_network_net_dev_group{device="veth8347724"} 0 node_network_net_dev_group{device="veth83bc7e8"} 0 node_network_net_dev_group{device="veth841efb4"} 0 node_network_net_dev_group{device="veth84341ad"} 0 node_network_net_dev_group{device="veth848770f"} 0 node_network_net_dev_group{device="veth849e867"} 0 node_network_net_dev_group{device="veth84a62fb"} 0 node_network_net_dev_group{device="veth84d9527"} 0 node_network_net_dev_group{device="veth853da8f"} 0 node_network_net_dev_group{device="veth8606e91"} 0 node_network_net_dev_group{device="veth863f7a4"} 0 node_network_net_dev_group{device="veth8678e16"} 0 node_network_net_dev_group{device="veth86c903b"} 0 node_network_net_dev_group{device="veth872b030"} 0 node_network_net_dev_group{device="veth88f0ac0"} 0 node_network_net_dev_group{device="veth892e775"} 0 node_network_net_dev_group{device="veth89e5167"} 0 node_network_net_dev_group{device="veth8a33db5"} 0 node_network_net_dev_group{device="veth8acd4c4"} 0 node_network_net_dev_group{device="veth8c55edf"} 0 node_network_net_dev_group{device="veth8c8400b"} 0 node_network_net_dev_group{device="veth8d958d0"} 0 node_network_net_dev_group{device="veth8dabee9"} 0 node_network_net_dev_group{device="veth8e00e4f"} 0 node_network_net_dev_group{device="veth8edd906"} 0 node_network_net_dev_group{device="veth8fa6ffb"} 0 node_network_net_dev_group{device="veth900167c"} 0 node_network_net_dev_group{device="veth91d026f"} 0 node_network_net_dev_group{device="veth92ac478"} 0 node_network_net_dev_group{device="veth946c1de"} 0 node_network_net_dev_group{device="veth946c5cd"} 0 node_network_net_dev_group{device="veth94def52"} 0 node_network_net_dev_group{device="veth95fb0da"} 0 node_network_net_dev_group{device="veth962c636"} 0 node_network_net_dev_group{device="veth9729cc7"} 0 node_network_net_dev_group{device="veth98115bf"} 0 node_network_net_dev_group{device="veth9894f21"} 0 node_network_net_dev_group{device="veth9970996"} 0 node_network_net_dev_group{device="veth9a138aa"} 0 node_network_net_dev_group{device="veth9a152cc"} 0 node_network_net_dev_group{device="veth9a59911"} 0 node_network_net_dev_group{device="veth9ab7cea"} 0 node_network_net_dev_group{device="veth9b084c6"} 0 node_network_net_dev_group{device="veth9b8eeb9"} 0 node_network_net_dev_group{device="veth9be17ae"} 0 node_network_net_dev_group{device="veth9c8ad8b"} 0 node_network_net_dev_group{device="veth9ca41c2"} 0 node_network_net_dev_group{device="veth9cd890b"} 0 node_network_net_dev_group{device="veth9d6a7bc"} 0 node_network_net_dev_group{device="veth9dd756f"} 0 node_network_net_dev_group{device="veth9df5a85"} 0 node_network_net_dev_group{device="veth9ee34dc"} 0 node_network_net_dev_group{device="veth9f0e9bc"} 0 node_network_net_dev_group{device="veth9f11fce"} 0 node_network_net_dev_group{device="veth9fb5f57"} 0 node_network_net_dev_group{device="veth9fc1c8b"} 0 node_network_net_dev_group{device="vetha0d8fd7"} 0 node_network_net_dev_group{device="vetha0dbb0e"} 0 node_network_net_dev_group{device="vetha0f070c"} 0 node_network_net_dev_group{device="vetha1d4491"} 0 node_network_net_dev_group{device="vetha2479b0"} 0 node_network_net_dev_group{device="vetha267906"} 0 node_network_net_dev_group{device="vetha2c7d1b"} 0 node_network_net_dev_group{device="vetha340e8c"} 0 node_network_net_dev_group{device="vetha365085"} 0 node_network_net_dev_group{device="vetha3cdccc"} 0 node_network_net_dev_group{device="vetha44899b"} 0 node_network_net_dev_group{device="vetha4c6ac9"} 0 node_network_net_dev_group{device="vetha4d381c"} 0 node_network_net_dev_group{device="vetha558068"} 0 node_network_net_dev_group{device="vetha5ed2bf"} 0 node_network_net_dev_group{device="vetha7661ca"} 0 node_network_net_dev_group{device="vetha8b7fa4"} 0 node_network_net_dev_group{device="vetha8f99c8"} 0 node_network_net_dev_group{device="vetha91a27c"} 0 node_network_net_dev_group{device="vetha96b7be"} 0 node_network_net_dev_group{device="vethaa45e89"} 0 node_network_net_dev_group{device="vethab6915b"} 0 node_network_net_dev_group{device="vethabb965f"} 0 node_network_net_dev_group{device="vethac93a1a"} 0 node_network_net_dev_group{device="vethacf3fd1"} 0 node_network_net_dev_group{device="vethae8b5de"} 0 node_network_net_dev_group{device="vethaefa773"} 0 node_network_net_dev_group{device="vethafca1f2"} 0 node_network_net_dev_group{device="vethafd40c3"} 0 node_network_net_dev_group{device="vethafdfb61"} 0 node_network_net_dev_group{device="vethb174b7c"} 0 node_network_net_dev_group{device="vethb1d3234"} 0 node_network_net_dev_group{device="vethb1d492d"} 0 node_network_net_dev_group{device="vethb2715f8"} 0 node_network_net_dev_group{device="vethb2e3f54"} 0 node_network_net_dev_group{device="vethb3532dd"} 0 node_network_net_dev_group{device="vethb3cc631"} 0 node_network_net_dev_group{device="vethb421518"} 0 node_network_net_dev_group{device="vethb541e00"} 0 node_network_net_dev_group{device="vethb54ab4e"} 0 node_network_net_dev_group{device="vethb58e487"} 0 node_network_net_dev_group{device="vethb5cf9d4"} 0 node_network_net_dev_group{device="vethb5df291"} 0 node_network_net_dev_group{device="vethb79060e"} 0 node_network_net_dev_group{device="vethb7d0ffc"} 0 node_network_net_dev_group{device="vethb81f225"} 0 node_network_net_dev_group{device="vethb8d6278"} 0 node_network_net_dev_group{device="vethb90ec2b"} 0 node_network_net_dev_group{device="vethb921f9d"} 0 node_network_net_dev_group{device="vethb9aadf5"} 0 node_network_net_dev_group{device="vethbb3fe72"} 0 node_network_net_dev_group{device="vethbb4e364"} 0 node_network_net_dev_group{device="vethbb9533e"} 0 node_network_net_dev_group{device="vethbc09edc"} 0 node_network_net_dev_group{device="vethbc16364"} 0 node_network_net_dev_group{device="vethbc2e354"} 0 node_network_net_dev_group{device="vethbc96882"} 0 node_network_net_dev_group{device="vethbcc666a"} 0 node_network_net_dev_group{device="vethbd115d2"} 0 node_network_net_dev_group{device="vethbd22d95"} 0 node_network_net_dev_group{device="vethbd50c49"} 0 node_network_net_dev_group{device="vethbd939c9"} 0 node_network_net_dev_group{device="vethbdb2bf0"} 0 node_network_net_dev_group{device="vethbe2f9af"} 0 node_network_net_dev_group{device="vethbe5573b"} 0 node_network_net_dev_group{device="vethbeb46b5"} 0 node_network_net_dev_group{device="vethbeee8f8"} 0 node_network_net_dev_group{device="vethbf26e2e"} 0 node_network_net_dev_group{device="vethbf27ea7"} 0 node_network_net_dev_group{device="vethbf3e7a4"} 0 node_network_net_dev_group{device="vethbf48ed1"} 0 node_network_net_dev_group{device="vethbffa4b0"} 0 node_network_net_dev_group{device="vethc097a42"} 0 node_network_net_dev_group{device="vethc0e8e4a"} 0 node_network_net_dev_group{device="vethc171628"} 0 node_network_net_dev_group{device="vethc1b3d9a"} 0 node_network_net_dev_group{device="vethc283146"} 0 node_network_net_dev_group{device="vethc2b7b26"} 0 node_network_net_dev_group{device="vethc326f73"} 0 node_network_net_dev_group{device="vethc393cfd"} 0 node_network_net_dev_group{device="vethc3e0111"} 0 node_network_net_dev_group{device="vethc3f7661"} 0 node_network_net_dev_group{device="vethc4deb04"} 0 node_network_net_dev_group{device="vethc50c474"} 0 node_network_net_dev_group{device="vethc54d293"} 0 node_network_net_dev_group{device="vethc5d5b9d"} 0 node_network_net_dev_group{device="vethc607859"} 0 node_network_net_dev_group{device="vethc64d99d"} 0 node_network_net_dev_group{device="vethc69d766"} 0 node_network_net_dev_group{device="vethc6b8da5"} 0 node_network_net_dev_group{device="vethc72834f"} 0 node_network_net_dev_group{device="vethc76495d"} 0 node_network_net_dev_group{device="vethc7c552e"} 0 node_network_net_dev_group{device="vethc7d5e61"} 0 node_network_net_dev_group{device="vethc8c3b71"} 0 node_network_net_dev_group{device="vethc919987"} 0 node_network_net_dev_group{device="vethc996ac7"} 0 node_network_net_dev_group{device="vethca97906"} 0 node_network_net_dev_group{device="vethcbc8c45"} 0 node_network_net_dev_group{device="vethcc41921"} 0 node_network_net_dev_group{device="vethcc52e3d"} 0 node_network_net_dev_group{device="vethcc994c9"} 0 node_network_net_dev_group{device="vethccf6d29"} 0 node_network_net_dev_group{device="vethce241be"} 0 node_network_net_dev_group{device="vethcf354b0"} 0 node_network_net_dev_group{device="vethcff22cf"} 0 node_network_net_dev_group{device="vethd06f5d2"} 0 node_network_net_dev_group{device="vethd0d84db"} 0 node_network_net_dev_group{device="vethd0f0797"} 0 node_network_net_dev_group{device="vethd1070ff"} 0 node_network_net_dev_group{device="vethd185802"} 0 node_network_net_dev_group{device="vethd1942a6"} 0 node_network_net_dev_group{device="vethd1e0f0f"} 0 node_network_net_dev_group{device="vethd21a7f0"} 0 node_network_net_dev_group{device="vethd2374a1"} 0 node_network_net_dev_group{device="vethd268ff7"} 0 node_network_net_dev_group{device="vethd35d652"} 0 node_network_net_dev_group{device="vethd3ddef0"} 0 node_network_net_dev_group{device="vethd408fa4"} 0 node_network_net_dev_group{device="vethd4b883a"} 0 node_network_net_dev_group{device="vethd529fd4"} 0 node_network_net_dev_group{device="vethd5d2986"} 0 node_network_net_dev_group{device="vethd5d44f1"} 0 node_network_net_dev_group{device="vethd618e36"} 0 node_network_net_dev_group{device="vethd6641b3"} 0 node_network_net_dev_group{device="vethd70d558"} 0 node_network_net_dev_group{device="vethd774c27"} 0 node_network_net_dev_group{device="vethd79e9f5"} 0 node_network_net_dev_group{device="vethd7c8767"} 0 node_network_net_dev_group{device="vethd7f39b3"} 0 node_network_net_dev_group{device="vethd84aaa2"} 0 node_network_net_dev_group{device="vethd887cc8"} 0 node_network_net_dev_group{device="vethd8ed3b7"} 0 node_network_net_dev_group{device="vethd9041b9"} 0 node_network_net_dev_group{device="vethd922e96"} 0 node_network_net_dev_group{device="vethd93c801"} 0 node_network_net_dev_group{device="vethd96e53a"} 0 node_network_net_dev_group{device="vethd9e80a7"} 0 node_network_net_dev_group{device="vethd9f9021"} 0 node_network_net_dev_group{device="vethda1c202"} 0 node_network_net_dev_group{device="vethdc03552"} 0 node_network_net_dev_group{device="vethdcc414f"} 0 node_network_net_dev_group{device="vethdcd7a42"} 0 node_network_net_dev_group{device="vethdd93b52"} 0 node_network_net_dev_group{device="vethddbee4c"} 0 node_network_net_dev_group{device="vethde0a9a6"} 0 node_network_net_dev_group{device="vethde1d4af"} 0 node_network_net_dev_group{device="vethde3c5db"} 0 node_network_net_dev_group{device="vethde6cf02"} 0 node_network_net_dev_group{device="vethe0607e3"} 0 node_network_net_dev_group{device="vethe07ace6"} 0 node_network_net_dev_group{device="vethe0c1701"} 0 node_network_net_dev_group{device="vethe1343dc"} 0 node_network_net_dev_group{device="vethe13fea7"} 0 node_network_net_dev_group{device="vethe1c4b8e"} 0 node_network_net_dev_group{device="vethe2df25b"} 0 node_network_net_dev_group{device="vethe3fadda"} 0 node_network_net_dev_group{device="vethe41ffcf"} 0 node_network_net_dev_group{device="vethe48c931"} 0 node_network_net_dev_group{device="vethe514c96"} 0 node_network_net_dev_group{device="vethe5413d3"} 0 node_network_net_dev_group{device="vethe5b26a5"} 0 node_network_net_dev_group{device="vethe617ba9"} 0 node_network_net_dev_group{device="vethe664b0e"} 0 node_network_net_dev_group{device="vethe6c8ced"} 0 node_network_net_dev_group{device="vethe736cf4"} 0 node_network_net_dev_group{device="vethe748123"} 0 node_network_net_dev_group{device="vethe78bb37"} 0 node_network_net_dev_group{device="vethe959666"} 0 node_network_net_dev_group{device="vethe9a832d"} 0 node_network_net_dev_group{device="vethe9f6b95"} 0 node_network_net_dev_group{device="vetheaafa33"} 0 node_network_net_dev_group{device="vetheb6c5e2"} 0 node_network_net_dev_group{device="vethec55a93"} 0 node_network_net_dev_group{device="vethecbca0a"} 0 node_network_net_dev_group{device="vethed65eeb"} 0 node_network_net_dev_group{device="vethed8cf8f"} 0 node_network_net_dev_group{device="vetheeeb839"} 0 node_network_net_dev_group{device="vethf0535f5"} 0 node_network_net_dev_group{device="vethf07cd82"} 0 node_network_net_dev_group{device="vethf07e04f"} 0 node_network_net_dev_group{device="vethf10af27"} 0 node_network_net_dev_group{device="vethf13be56"} 0 node_network_net_dev_group{device="vethf225b65"} 0 node_network_net_dev_group{device="vethf24cf0b"} 0 node_network_net_dev_group{device="vethf25f762"} 0 node_network_net_dev_group{device="vethf3e1b6a"} 0 node_network_net_dev_group{device="vethf41c1e8"} 0 node_network_net_dev_group{device="vethf44e733"} 0 node_network_net_dev_group{device="vethf57c3bb"} 0 node_network_net_dev_group{device="vethf5b3fd0"} 0 node_network_net_dev_group{device="vethf61906e"} 0 node_network_net_dev_group{device="vethf6b70c6"} 0 node_network_net_dev_group{device="vethf700626"} 0 node_network_net_dev_group{device="vethf719e39"} 0 node_network_net_dev_group{device="vethf76ee93"} 0 node_network_net_dev_group{device="vethf77cc2b"} 0 node_network_net_dev_group{device="vethf81eade"} 0 node_network_net_dev_group{device="vethf8c86df"} 0 node_network_net_dev_group{device="vethf9b8ad4"} 0 node_network_net_dev_group{device="vethfa1b0e8"} 0 node_network_net_dev_group{device="vethfa1f320"} 0 node_network_net_dev_group{device="vethfa2dd43"} 0 node_network_net_dev_group{device="vethfadc2ac"} 0 node_network_net_dev_group{device="vethfafe27c"} 0 node_network_net_dev_group{device="vethfb1de8a"} 0 node_network_net_dev_group{device="vethfb5a12c"} 0 node_network_net_dev_group{device="vethfb79591"} 0 node_network_net_dev_group{device="vethfc28698"} 0 node_network_net_dev_group{device="vethfc4799a"} 0 node_network_net_dev_group{device="vethfe615fb"} 0 node_network_net_dev_group{device="vethff2e95b"} 0 node_network_net_dev_group{device="vethffa3629"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-026d8e52a915"} 1 node_network_protocol_type{device="br-028df7dbe79c"} 1 node_network_protocol_type{device="br-0c77bfc382c5"} 1 node_network_protocol_type{device="br-393152ee2ab7"} 1 node_network_protocol_type{device="br-6acdaa8c9f1b"} 1 node_network_protocol_type{device="br-895d39099eb3"} 1 node_network_protocol_type{device="br-9a4c633e7389"} 1 node_network_protocol_type{device="br-b2db2f4bc8e1"} 1 node_network_protocol_type{device="br-b83cbe748b37"} 1 node_network_protocol_type{device="br-c7afcacea542"} 1 node_network_protocol_type{device="br-c829cf887623"} 1 node_network_protocol_type{device="br-eb0faf84288b"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp7s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0073e6a"} 1 node_network_protocol_type{device="veth010e82a"} 1 node_network_protocol_type{device="veth01683b7"} 1 node_network_protocol_type{device="veth01f0e03"} 1 node_network_protocol_type{device="veth02129bc"} 1 node_network_protocol_type{device="veth0294e47"} 1 node_network_protocol_type{device="veth02edd68"} 1 node_network_protocol_type{device="veth03f6d35"} 1 node_network_protocol_type{device="veth0487eab"} 1 node_network_protocol_type{device="veth04a02fa"} 1 node_network_protocol_type{device="veth04a792c"} 1 node_network_protocol_type{device="veth0520912"} 1 node_network_protocol_type{device="veth053b7ea"} 1 node_network_protocol_type{device="veth054d183"} 1 node_network_protocol_type{device="veth0588159"} 1 node_network_protocol_type{device="veth06087df"} 1 node_network_protocol_type{device="veth0683bd7"} 1 node_network_protocol_type{device="veth0770762"} 1 node_network_protocol_type{device="veth07b3d46"} 1 node_network_protocol_type{device="veth07b7237"} 1 node_network_protocol_type{device="veth083dcb1"} 1 node_network_protocol_type{device="veth0843d47"} 1 node_network_protocol_type{device="veth08b2ce6"} 1 node_network_protocol_type{device="veth08f5c22"} 1 node_network_protocol_type{device="veth0983dc8"} 1 node_network_protocol_type{device="veth099bbf7"} 1 node_network_protocol_type{device="veth0a33edc"} 1 node_network_protocol_type{device="veth0a3e5dc"} 1 node_network_protocol_type{device="veth0a406ae"} 1 node_network_protocol_type{device="veth0a9af9f"} 1 node_network_protocol_type{device="veth0c504cf"} 1 node_network_protocol_type{device="veth0c8b368"} 1 node_network_protocol_type{device="veth0cc91c8"} 1 node_network_protocol_type{device="veth10365a8"} 1 node_network_protocol_type{device="veth114179a"} 1 node_network_protocol_type{device="veth12120a3"} 1 node_network_protocol_type{device="veth123b9c2"} 1 node_network_protocol_type{device="veth1325997"} 1 node_network_protocol_type{device="veth13fab17"} 1 node_network_protocol_type{device="veth14b0c9a"} 1 node_network_protocol_type{device="veth151647c"} 1 node_network_protocol_type{device="veth159f326"} 1 node_network_protocol_type{device="veth15bf0a1"} 1 node_network_protocol_type{device="veth15c0fe2"} 1 node_network_protocol_type{device="veth160053f"} 1 node_network_protocol_type{device="veth1616278"} 1 node_network_protocol_type{device="veth1678242"} 1 node_network_protocol_type{device="veth168e16f"} 1 node_network_protocol_type{device="veth17def85"} 1 node_network_protocol_type{device="veth17ecd66"} 1 node_network_protocol_type{device="veth1821b35"} 1 node_network_protocol_type{device="veth1899649"} 1 node_network_protocol_type{device="veth18cbbb8"} 1 node_network_protocol_type{device="veth18d511e"} 1 node_network_protocol_type{device="veth18e9634"} 1 node_network_protocol_type{device="veth1929fb1"} 1 node_network_protocol_type{device="veth1957071"} 1 node_network_protocol_type{device="veth19fc3cd"} 1 node_network_protocol_type{device="veth1a3e11a"} 1 node_network_protocol_type{device="veth1a786f9"} 1 node_network_protocol_type{device="veth1a8dbfb"} 1 node_network_protocol_type{device="veth1aeaa71"} 1 node_network_protocol_type{device="veth1b8cce8"} 1 node_network_protocol_type{device="veth1d309cb"} 1 node_network_protocol_type{device="veth1d56af8"} 1 node_network_protocol_type{device="veth1d7db64"} 1 node_network_protocol_type{device="veth1eb823c"} 1 node_network_protocol_type{device="veth1f6f24d"} 1 node_network_protocol_type{device="veth202aa31"} 1 node_network_protocol_type{device="veth207fd71"} 1 node_network_protocol_type{device="veth2081a27"} 1 node_network_protocol_type{device="veth209dd7a"} 1 node_network_protocol_type{device="veth20be67e"} 1 node_network_protocol_type{device="veth212af81"} 1 node_network_protocol_type{device="veth221aac3"} 1 node_network_protocol_type{device="veth22d8e40"} 1 node_network_protocol_type{device="veth22fad06"} 1 node_network_protocol_type{device="veth230c5dd"} 1 node_network_protocol_type{device="veth2323bf7"} 1 node_network_protocol_type{device="veth239a22d"} 1 node_network_protocol_type{device="veth23aa81a"} 1 node_network_protocol_type{device="veth23aaf8d"} 1 node_network_protocol_type{device="veth24105bf"} 1 node_network_protocol_type{device="veth2495899"} 1 node_network_protocol_type{device="veth2615dda"} 1 node_network_protocol_type{device="veth26654a4"} 1 node_network_protocol_type{device="veth2679a47"} 1 node_network_protocol_type{device="veth27af53a"} 1 node_network_protocol_type{device="veth29020dd"} 1 node_network_protocol_type{device="veth292ba70"} 1 node_network_protocol_type{device="veth29b3b3c"} 1 node_network_protocol_type{device="veth29f0eab"} 1 node_network_protocol_type{device="veth2a74a99"} 1 node_network_protocol_type{device="veth2ad52f5"} 1 node_network_protocol_type{device="veth2c1d381"} 1 node_network_protocol_type{device="veth2c9a8c2"} 1 node_network_protocol_type{device="veth2ce4c6a"} 1 node_network_protocol_type{device="veth2d58f81"} 1 node_network_protocol_type{device="veth2d94cfa"} 1 node_network_protocol_type{device="veth2ddadd1"} 1 node_network_protocol_type{device="veth2e85db2"} 1 node_network_protocol_type{device="veth2e92b86"} 1 node_network_protocol_type{device="veth2ebb250"} 1 node_network_protocol_type{device="veth2f20774"} 1 node_network_protocol_type{device="veth2fe230f"} 1 node_network_protocol_type{device="veth3082d47"} 1 node_network_protocol_type{device="veth30ab815"} 1 node_network_protocol_type{device="veth30b8afd"} 1 node_network_protocol_type{device="veth30c2ec1"} 1 node_network_protocol_type{device="veth30f0922"} 1 node_network_protocol_type{device="veth3141554"} 1 node_network_protocol_type{device="veth3151ba5"} 1 node_network_protocol_type{device="veth31d2eaa"} 1 node_network_protocol_type{device="veth320cba1"} 1 node_network_protocol_type{device="veth320f850"} 1 node_network_protocol_type{device="veth322b9b8"} 1 node_network_protocol_type{device="veth328eadb"} 1 node_network_protocol_type{device="veth32d6589"} 1 node_network_protocol_type{device="veth337f453"} 1 node_network_protocol_type{device="veth33aa790"} 1 node_network_protocol_type{device="veth33c2333"} 1 node_network_protocol_type{device="veth33ff62d"} 1 node_network_protocol_type{device="veth344048f"} 1 node_network_protocol_type{device="veth345d8aa"} 1 node_network_protocol_type{device="veth350043e"} 1 node_network_protocol_type{device="veth357f9a6"} 1 node_network_protocol_type{device="veth35ba668"} 1 node_network_protocol_type{device="veth36351a0"} 1 node_network_protocol_type{device="veth3681ad5"} 1 node_network_protocol_type{device="veth368fb65"} 1 node_network_protocol_type{device="veth36e51bf"} 1 node_network_protocol_type{device="veth36ff62d"} 1 node_network_protocol_type{device="veth374c886"} 1 node_network_protocol_type{device="veth384adb9"} 1 node_network_protocol_type{device="veth3880ae5"} 1 node_network_protocol_type{device="veth38a1e62"} 1 node_network_protocol_type{device="veth38dd5d6"} 1 node_network_protocol_type{device="veth391bdb4"} 1 node_network_protocol_type{device="veth3940776"} 1 node_network_protocol_type{device="veth395fce7"} 1 node_network_protocol_type{device="veth398f945"} 1 node_network_protocol_type{device="veth3a6420a"} 1 node_network_protocol_type{device="veth3a6d0d0"} 1 node_network_protocol_type{device="veth3ab2f83"} 1 node_network_protocol_type{device="veth3af42ba"} 1 node_network_protocol_type{device="veth3b3a088"} 1 node_network_protocol_type{device="veth3b98e11"} 1 node_network_protocol_type{device="veth3b9bec1"} 1 node_network_protocol_type{device="veth3bf8415"} 1 node_network_protocol_type{device="veth3d40be3"} 1 node_network_protocol_type{device="veth3dd5600"} 1 node_network_protocol_type{device="veth3dd9a17"} 1 node_network_protocol_type{device="veth3e20285"} 1 node_network_protocol_type{device="veth3edbccf"} 1 node_network_protocol_type{device="veth3efd193"} 1 node_network_protocol_type{device="veth3f107ab"} 1 node_network_protocol_type{device="veth3f604c5"} 1 node_network_protocol_type{device="veth3fcc46c"} 1 node_network_protocol_type{device="veth40272ae"} 1 node_network_protocol_type{device="veth4034003"} 1 node_network_protocol_type{device="veth4044350"} 1 node_network_protocol_type{device="veth4069685"} 1 node_network_protocol_type{device="veth416f8f4"} 1 node_network_protocol_type{device="veth419304f"} 1 node_network_protocol_type{device="veth41a3a93"} 1 node_network_protocol_type{device="veth41fb34a"} 1 node_network_protocol_type{device="veth41fcef0"} 1 node_network_protocol_type{device="veth428e028"} 1 node_network_protocol_type{device="veth443b91c"} 1 node_network_protocol_type{device="veth44f1fa8"} 1 node_network_protocol_type{device="veth4550804"} 1 node_network_protocol_type{device="veth4562f04"} 1 node_network_protocol_type{device="veth457a795"} 1 node_network_protocol_type{device="veth458490d"} 1 node_network_protocol_type{device="veth459832e"} 1 node_network_protocol_type{device="veth45f2515"} 1 node_network_protocol_type{device="veth4677387"} 1 node_network_protocol_type{device="veth469233d"} 1 node_network_protocol_type{device="veth47f4190"} 1 node_network_protocol_type{device="veth48023de"} 1 node_network_protocol_type{device="veth483ae51"} 1 node_network_protocol_type{device="veth48dde12"} 1 node_network_protocol_type{device="veth4a6d44e"} 1 node_network_protocol_type{device="veth4aba26b"} 1 node_network_protocol_type{device="veth4b6a8ab"} 1 node_network_protocol_type{device="veth4d7ab27"} 1 node_network_protocol_type{device="veth4e09deb"} 1 node_network_protocol_type{device="veth4e9c762"} 1 node_network_protocol_type{device="veth4ef1b57"} 1 node_network_protocol_type{device="veth4f48dee"} 1 node_network_protocol_type{device="veth4f982a3"} 1 node_network_protocol_type{device="veth4fb59f4"} 1 node_network_protocol_type{device="veth503a1ec"} 1 node_network_protocol_type{device="veth503c493"} 1 node_network_protocol_type{device="veth504df73"} 1 node_network_protocol_type{device="veth5067620"} 1 node_network_protocol_type{device="veth506ef7a"} 1 node_network_protocol_type{device="veth5078bd4"} 1 node_network_protocol_type{device="veth50e5845"} 1 node_network_protocol_type{device="veth514bb8f"} 1 node_network_protocol_type{device="veth5164377"} 1 node_network_protocol_type{device="veth520248a"} 1 node_network_protocol_type{device="veth5287b89"} 1 node_network_protocol_type{device="veth52bc56b"} 1 node_network_protocol_type{device="veth52f1bd3"} 1 node_network_protocol_type{device="veth544a0b6"} 1 node_network_protocol_type{device="veth55240b9"} 1 node_network_protocol_type{device="veth56cffbb"} 1 node_network_protocol_type{device="veth56ed7c1"} 1 node_network_protocol_type{device="veth5708788"} 1 node_network_protocol_type{device="veth576344a"} 1 node_network_protocol_type{device="veth577d8bb"} 1 node_network_protocol_type{device="veth596fd33"} 1 node_network_protocol_type{device="veth5aad8aa"} 1 node_network_protocol_type{device="veth5ab0b2a"} 1 node_network_protocol_type{device="veth5b434a4"} 1 node_network_protocol_type{device="veth5c40725"} 1 node_network_protocol_type{device="veth5c6c998"} 1 node_network_protocol_type{device="veth5cbcf24"} 1 node_network_protocol_type{device="veth5cf1150"} 1 node_network_protocol_type{device="veth5cf99c9"} 1 node_network_protocol_type{device="veth5db1800"} 1 node_network_protocol_type{device="veth5ecb0b2"} 1 node_network_protocol_type{device="veth5f39e07"} 1 node_network_protocol_type{device="veth605305d"} 1 node_network_protocol_type{device="veth6163981"} 1 node_network_protocol_type{device="veth61cf889"} 1 node_network_protocol_type{device="veth61da541"} 1 node_network_protocol_type{device="veth628bbe9"} 1 node_network_protocol_type{device="veth639387f"} 1 node_network_protocol_type{device="veth63ffe69"} 1 node_network_protocol_type{device="veth648a707"} 1 node_network_protocol_type{device="veth654fb49"} 1 node_network_protocol_type{device="veth65689f8"} 1 node_network_protocol_type{device="veth6675659"} 1 node_network_protocol_type{device="veth66bd85c"} 1 node_network_protocol_type{device="veth66f2b16"} 1 node_network_protocol_type{device="veth6719010"} 1 node_network_protocol_type{device="veth672a31a"} 1 node_network_protocol_type{device="veth67b5571"} 1 node_network_protocol_type{device="veth682c78b"} 1 node_network_protocol_type{device="veth683b1d0"} 1 node_network_protocol_type{device="veth6888178"} 1 node_network_protocol_type{device="veth699f465"} 1 node_network_protocol_type{device="veth69efa93"} 1 node_network_protocol_type{device="veth6a8066d"} 1 node_network_protocol_type{device="veth6bb5987"} 1 node_network_protocol_type{device="veth6c2abab"} 1 node_network_protocol_type{device="veth6c4dbe3"} 1 node_network_protocol_type{device="veth6c6fca6"} 1 node_network_protocol_type{device="veth6d09418"} 1 node_network_protocol_type{device="veth6ec4c37"} 1 node_network_protocol_type{device="veth6f0ff64"} 1 node_network_protocol_type{device="veth6f7335c"} 1 node_network_protocol_type{device="veth700b714"} 1 node_network_protocol_type{device="veth703f646"} 1 node_network_protocol_type{device="veth70ce227"} 1 node_network_protocol_type{device="veth712c663"} 1 node_network_protocol_type{device="veth716d6c7"} 1 node_network_protocol_type{device="veth719781b"} 1 node_network_protocol_type{device="veth729d504"} 1 node_network_protocol_type{device="veth746f620"} 1 node_network_protocol_type{device="veth74b10b9"} 1 node_network_protocol_type{device="veth74d1731"} 1 node_network_protocol_type{device="veth74e024f"} 1 node_network_protocol_type{device="veth758cb42"} 1 node_network_protocol_type{device="veth7590df4"} 1 node_network_protocol_type{device="veth75a56e0"} 1 node_network_protocol_type{device="veth75dc34d"} 1 node_network_protocol_type{device="veth75ed4dc"} 1 node_network_protocol_type{device="veth793ade8"} 1 node_network_protocol_type{device="veth79c5141"} 1 node_network_protocol_type{device="veth7afd9d3"} 1 node_network_protocol_type{device="veth7ba76be"} 1 node_network_protocol_type{device="veth7c22dd3"} 1 node_network_protocol_type{device="veth7c2565d"} 1 node_network_protocol_type{device="veth7c702ad"} 1 node_network_protocol_type{device="veth7c83e5c"} 1 node_network_protocol_type{device="veth7d16666"} 1 node_network_protocol_type{device="veth7d30658"} 1 node_network_protocol_type{device="veth7d40ded"} 1 node_network_protocol_type{device="veth7d94491"} 1 node_network_protocol_type{device="veth7d9d5f6"} 1 node_network_protocol_type{device="veth7ea6d28"} 1 node_network_protocol_type{device="veth7f1ce99"} 1 node_network_protocol_type{device="veth7fa51ee"} 1 node_network_protocol_type{device="veth7fbec60"} 1 node_network_protocol_type{device="veth80af51e"} 1 node_network_protocol_type{device="veth810edf5"} 1 node_network_protocol_type{device="veth81f49ff"} 1 node_network_protocol_type{device="veth82471a9"} 1 node_network_protocol_type{device="veth8347724"} 1 node_network_protocol_type{device="veth83bc7e8"} 1 node_network_protocol_type{device="veth841efb4"} 1 node_network_protocol_type{device="veth84341ad"} 1 node_network_protocol_type{device="veth848770f"} 1 node_network_protocol_type{device="veth849e867"} 1 node_network_protocol_type{device="veth84a62fb"} 1 node_network_protocol_type{device="veth84d9527"} 1 node_network_protocol_type{device="veth853da8f"} 1 node_network_protocol_type{device="veth8606e91"} 1 node_network_protocol_type{device="veth863f7a4"} 1 node_network_protocol_type{device="veth8678e16"} 1 node_network_protocol_type{device="veth86c903b"} 1 node_network_protocol_type{device="veth872b030"} 1 node_network_protocol_type{device="veth88f0ac0"} 1 node_network_protocol_type{device="veth892e775"} 1 node_network_protocol_type{device="veth89e5167"} 1 node_network_protocol_type{device="veth8a33db5"} 1 node_network_protocol_type{device="veth8acd4c4"} 1 node_network_protocol_type{device="veth8c55edf"} 1 node_network_protocol_type{device="veth8c8400b"} 1 node_network_protocol_type{device="veth8d958d0"} 1 node_network_protocol_type{device="veth8dabee9"} 1 node_network_protocol_type{device="veth8e00e4f"} 1 node_network_protocol_type{device="veth8edd906"} 1 node_network_protocol_type{device="veth8fa6ffb"} 1 node_network_protocol_type{device="veth900167c"} 1 node_network_protocol_type{device="veth91d026f"} 1 node_network_protocol_type{device="veth92ac478"} 1 node_network_protocol_type{device="veth946c1de"} 1 node_network_protocol_type{device="veth946c5cd"} 1 node_network_protocol_type{device="veth94def52"} 1 node_network_protocol_type{device="veth95fb0da"} 1 node_network_protocol_type{device="veth962c636"} 1 node_network_protocol_type{device="veth9729cc7"} 1 node_network_protocol_type{device="veth98115bf"} 1 node_network_protocol_type{device="veth9894f21"} 1 node_network_protocol_type{device="veth9970996"} 1 node_network_protocol_type{device="veth9a138aa"} 1 node_network_protocol_type{device="veth9a152cc"} 1 node_network_protocol_type{device="veth9a59911"} 1 node_network_protocol_type{device="veth9ab7cea"} 1 node_network_protocol_type{device="veth9b084c6"} 1 node_network_protocol_type{device="veth9b8eeb9"} 1 node_network_protocol_type{device="veth9be17ae"} 1 node_network_protocol_type{device="veth9c8ad8b"} 1 node_network_protocol_type{device="veth9ca41c2"} 1 node_network_protocol_type{device="veth9cd890b"} 1 node_network_protocol_type{device="veth9d6a7bc"} 1 node_network_protocol_type{device="veth9dd756f"} 1 node_network_protocol_type{device="veth9df5a85"} 1 node_network_protocol_type{device="veth9ee34dc"} 1 node_network_protocol_type{device="veth9f0e9bc"} 1 node_network_protocol_type{device="veth9f11fce"} 1 node_network_protocol_type{device="veth9fb5f57"} 1 node_network_protocol_type{device="veth9fc1c8b"} 1 node_network_protocol_type{device="vetha0d8fd7"} 1 node_network_protocol_type{device="vetha0dbb0e"} 1 node_network_protocol_type{device="vetha0f070c"} 1 node_network_protocol_type{device="vetha1d4491"} 1 node_network_protocol_type{device="vetha2479b0"} 1 node_network_protocol_type{device="vetha267906"} 1 node_network_protocol_type{device="vetha2c7d1b"} 1 node_network_protocol_type{device="vetha340e8c"} 1 node_network_protocol_type{device="vetha365085"} 1 node_network_protocol_type{device="vetha3cdccc"} 1 node_network_protocol_type{device="vetha44899b"} 1 node_network_protocol_type{device="vetha4c6ac9"} 1 node_network_protocol_type{device="vetha4d381c"} 1 node_network_protocol_type{device="vetha558068"} 1 node_network_protocol_type{device="vetha5ed2bf"} 1 node_network_protocol_type{device="vetha7661ca"} 1 node_network_protocol_type{device="vetha8b7fa4"} 1 node_network_protocol_type{device="vetha8f99c8"} 1 node_network_protocol_type{device="vetha91a27c"} 1 node_network_protocol_type{device="vetha96b7be"} 1 node_network_protocol_type{device="vethaa45e89"} 1 node_network_protocol_type{device="vethab6915b"} 1 node_network_protocol_type{device="vethabb965f"} 1 node_network_protocol_type{device="vethac93a1a"} 1 node_network_protocol_type{device="vethacf3fd1"} 1 node_network_protocol_type{device="vethae8b5de"} 1 node_network_protocol_type{device="vethaefa773"} 1 node_network_protocol_type{device="vethafca1f2"} 1 node_network_protocol_type{device="vethafd40c3"} 1 node_network_protocol_type{device="vethafdfb61"} 1 node_network_protocol_type{device="vethb174b7c"} 1 node_network_protocol_type{device="vethb1d3234"} 1 node_network_protocol_type{device="vethb1d492d"} 1 node_network_protocol_type{device="vethb2715f8"} 1 node_network_protocol_type{device="vethb2e3f54"} 1 node_network_protocol_type{device="vethb3532dd"} 1 node_network_protocol_type{device="vethb3cc631"} 1 node_network_protocol_type{device="vethb421518"} 1 node_network_protocol_type{device="vethb541e00"} 1 node_network_protocol_type{device="vethb54ab4e"} 1 node_network_protocol_type{device="vethb58e487"} 1 node_network_protocol_type{device="vethb5cf9d4"} 1 node_network_protocol_type{device="vethb5df291"} 1 node_network_protocol_type{device="vethb79060e"} 1 node_network_protocol_type{device="vethb7d0ffc"} 1 node_network_protocol_type{device="vethb81f225"} 1 node_network_protocol_type{device="vethb8d6278"} 1 node_network_protocol_type{device="vethb90ec2b"} 1 node_network_protocol_type{device="vethb921f9d"} 1 node_network_protocol_type{device="vethb9aadf5"} 1 node_network_protocol_type{device="vethbb3fe72"} 1 node_network_protocol_type{device="vethbb4e364"} 1 node_network_protocol_type{device="vethbb9533e"} 1 node_network_protocol_type{device="vethbc09edc"} 1 node_network_protocol_type{device="vethbc16364"} 1 node_network_protocol_type{device="vethbc2e354"} 1 node_network_protocol_type{device="vethbc96882"} 1 node_network_protocol_type{device="vethbcc666a"} 1 node_network_protocol_type{device="vethbd115d2"} 1 node_network_protocol_type{device="vethbd22d95"} 1 node_network_protocol_type{device="vethbd50c49"} 1 node_network_protocol_type{device="vethbd939c9"} 1 node_network_protocol_type{device="vethbdb2bf0"} 1 node_network_protocol_type{device="vethbe2f9af"} 1 node_network_protocol_type{device="vethbe5573b"} 1 node_network_protocol_type{device="vethbeb46b5"} 1 node_network_protocol_type{device="vethbeee8f8"} 1 node_network_protocol_type{device="vethbf26e2e"} 1 node_network_protocol_type{device="vethbf27ea7"} 1 node_network_protocol_type{device="vethbf3e7a4"} 1 node_network_protocol_type{device="vethbf48ed1"} 1 node_network_protocol_type{device="vethbffa4b0"} 1 node_network_protocol_type{device="vethc097a42"} 1 node_network_protocol_type{device="vethc0e8e4a"} 1 node_network_protocol_type{device="vethc171628"} 1 node_network_protocol_type{device="vethc1b3d9a"} 1 node_network_protocol_type{device="vethc283146"} 1 node_network_protocol_type{device="vethc2b7b26"} 1 node_network_protocol_type{device="vethc326f73"} 1 node_network_protocol_type{device="vethc393cfd"} 1 node_network_protocol_type{device="vethc3e0111"} 1 node_network_protocol_type{device="vethc3f7661"} 1 node_network_protocol_type{device="vethc4deb04"} 1 node_network_protocol_type{device="vethc50c474"} 1 node_network_protocol_type{device="vethc54d293"} 1 node_network_protocol_type{device="vethc5d5b9d"} 1 node_network_protocol_type{device="vethc607859"} 1 node_network_protocol_type{device="vethc64d99d"} 1 node_network_protocol_type{device="vethc69d766"} 1 node_network_protocol_type{device="vethc6b8da5"} 1 node_network_protocol_type{device="vethc72834f"} 1 node_network_protocol_type{device="vethc76495d"} 1 node_network_protocol_type{device="vethc7c552e"} 1 node_network_protocol_type{device="vethc7d5e61"} 1 node_network_protocol_type{device="vethc8c3b71"} 1 node_network_protocol_type{device="vethc919987"} 1 node_network_protocol_type{device="vethc996ac7"} 1 node_network_protocol_type{device="vethca97906"} 1 node_network_protocol_type{device="vethcbc8c45"} 1 node_network_protocol_type{device="vethcc41921"} 1 node_network_protocol_type{device="vethcc52e3d"} 1 node_network_protocol_type{device="vethcc994c9"} 1 node_network_protocol_type{device="vethccf6d29"} 1 node_network_protocol_type{device="vethce241be"} 1 node_network_protocol_type{device="vethcf354b0"} 1 node_network_protocol_type{device="vethcff22cf"} 1 node_network_protocol_type{device="vethd06f5d2"} 1 node_network_protocol_type{device="vethd0d84db"} 1 node_network_protocol_type{device="vethd0f0797"} 1 node_network_protocol_type{device="vethd1070ff"} 1 node_network_protocol_type{device="vethd185802"} 1 node_network_protocol_type{device="vethd1942a6"} 1 node_network_protocol_type{device="vethd1e0f0f"} 1 node_network_protocol_type{device="vethd21a7f0"} 1 node_network_protocol_type{device="vethd2374a1"} 1 node_network_protocol_type{device="vethd268ff7"} 1 node_network_protocol_type{device="vethd35d652"} 1 node_network_protocol_type{device="vethd3ddef0"} 1 node_network_protocol_type{device="vethd408fa4"} 1 node_network_protocol_type{device="vethd4b883a"} 1 node_network_protocol_type{device="vethd529fd4"} 1 node_network_protocol_type{device="vethd5d2986"} 1 node_network_protocol_type{device="vethd5d44f1"} 1 node_network_protocol_type{device="vethd618e36"} 1 node_network_protocol_type{device="vethd6641b3"} 1 node_network_protocol_type{device="vethd70d558"} 1 node_network_protocol_type{device="vethd774c27"} 1 node_network_protocol_type{device="vethd79e9f5"} 1 node_network_protocol_type{device="vethd7c8767"} 1 node_network_protocol_type{device="vethd7f39b3"} 1 node_network_protocol_type{device="vethd84aaa2"} 1 node_network_protocol_type{device="vethd887cc8"} 1 node_network_protocol_type{device="vethd8ed3b7"} 1 node_network_protocol_type{device="vethd9041b9"} 1 node_network_protocol_type{device="vethd922e96"} 1 node_network_protocol_type{device="vethd93c801"} 1 node_network_protocol_type{device="vethd96e53a"} 1 node_network_protocol_type{device="vethd9e80a7"} 1 node_network_protocol_type{device="vethd9f9021"} 1 node_network_protocol_type{device="vethda1c202"} 1 node_network_protocol_type{device="vethdc03552"} 1 node_network_protocol_type{device="vethdcc414f"} 1 node_network_protocol_type{device="vethdcd7a42"} 1 node_network_protocol_type{device="vethdd93b52"} 1 node_network_protocol_type{device="vethddbee4c"} 1 node_network_protocol_type{device="vethde0a9a6"} 1 node_network_protocol_type{device="vethde1d4af"} 1 node_network_protocol_type{device="vethde3c5db"} 1 node_network_protocol_type{device="vethde6cf02"} 1 node_network_protocol_type{device="vethe0607e3"} 1 node_network_protocol_type{device="vethe07ace6"} 1 node_network_protocol_type{device="vethe0c1701"} 1 node_network_protocol_type{device="vethe1343dc"} 1 node_network_protocol_type{device="vethe13fea7"} 1 node_network_protocol_type{device="vethe1c4b8e"} 1 node_network_protocol_type{device="vethe2df25b"} 1 node_network_protocol_type{device="vethe3fadda"} 1 node_network_protocol_type{device="vethe41ffcf"} 1 node_network_protocol_type{device="vethe48c931"} 1 node_network_protocol_type{device="vethe514c96"} 1 node_network_protocol_type{device="vethe5413d3"} 1 node_network_protocol_type{device="vethe5b26a5"} 1 node_network_protocol_type{device="vethe617ba9"} 1 node_network_protocol_type{device="vethe664b0e"} 1 node_network_protocol_type{device="vethe6c8ced"} 1 node_network_protocol_type{device="vethe736cf4"} 1 node_network_protocol_type{device="vethe748123"} 1 node_network_protocol_type{device="vethe78bb37"} 1 node_network_protocol_type{device="vethe959666"} 1 node_network_protocol_type{device="vethe9a832d"} 1 node_network_protocol_type{device="vethe9f6b95"} 1 node_network_protocol_type{device="vetheaafa33"} 1 node_network_protocol_type{device="vetheb6c5e2"} 1 node_network_protocol_type{device="vethec55a93"} 1 node_network_protocol_type{device="vethecbca0a"} 1 node_network_protocol_type{device="vethed65eeb"} 1 node_network_protocol_type{device="vethed8cf8f"} 1 node_network_protocol_type{device="vetheeeb839"} 1 node_network_protocol_type{device="vethf0535f5"} 1 node_network_protocol_type{device="vethf07cd82"} 1 node_network_protocol_type{device="vethf07e04f"} 1 node_network_protocol_type{device="vethf10af27"} 1 node_network_protocol_type{device="vethf13be56"} 1 node_network_protocol_type{device="vethf225b65"} 1 node_network_protocol_type{device="vethf24cf0b"} 1 node_network_protocol_type{device="vethf25f762"} 1 node_network_protocol_type{device="vethf3e1b6a"} 1 node_network_protocol_type{device="vethf41c1e8"} 1 node_network_protocol_type{device="vethf44e733"} 1 node_network_protocol_type{device="vethf57c3bb"} 1 node_network_protocol_type{device="vethf5b3fd0"} 1 node_network_protocol_type{device="vethf61906e"} 1 node_network_protocol_type{device="vethf6b70c6"} 1 node_network_protocol_type{device="vethf700626"} 1 node_network_protocol_type{device="vethf719e39"} 1 node_network_protocol_type{device="vethf76ee93"} 1 node_network_protocol_type{device="vethf77cc2b"} 1 node_network_protocol_type{device="vethf81eade"} 1 node_network_protocol_type{device="vethf8c86df"} 1 node_network_protocol_type{device="vethf9b8ad4"} 1 node_network_protocol_type{device="vethfa1b0e8"} 1 node_network_protocol_type{device="vethfa1f320"} 1 node_network_protocol_type{device="vethfa2dd43"} 1 node_network_protocol_type{device="vethfadc2ac"} 1 node_network_protocol_type{device="vethfafe27c"} 1 node_network_protocol_type{device="vethfb1de8a"} 1 node_network_protocol_type{device="vethfb5a12c"} 1 node_network_protocol_type{device="vethfb79591"} 1 node_network_protocol_type{device="vethfc28698"} 1 node_network_protocol_type{device="vethfc4799a"} 1 node_network_protocol_type{device="vethfe615fb"} 1 node_network_protocol_type{device="vethff2e95b"} 1 node_network_protocol_type{device="vethffa3629"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 2.51024934e+08 node_network_receive_bytes_total{device="eth1"} 580 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 2.773571e+06 node_network_receive_packets_total{device="eth1"} 6 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-026d8e52a915"} 1.25e+09 node_network_speed_bytes{device="br-028df7dbe79c"} 1.25e+09 node_network_speed_bytes{device="br-0c77bfc382c5"} 1.25e+09 node_network_speed_bytes{device="br-393152ee2ab7"} 1.25e+09 node_network_speed_bytes{device="br-6acdaa8c9f1b"} 1.25e+09 node_network_speed_bytes{device="br-895d39099eb3"} 1.25e+09 node_network_speed_bytes{device="br-9a4c633e7389"} 1.25e+09 node_network_speed_bytes{device="br-b2db2f4bc8e1"} 1.25e+09 node_network_speed_bytes{device="br-b83cbe748b37"} 1.25e+09 node_network_speed_bytes{device="br-c7afcacea542"} 1.25e+09 node_network_speed_bytes{device="br-c829cf887623"} 1.25e+09 node_network_speed_bytes{device="br-eb0faf84288b"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="enp7s0"} 1.25e+08 node_network_speed_bytes{device="veth0073e6a"} 1.25e+09 node_network_speed_bytes{device="veth01f0e03"} 1.25e+09 node_network_speed_bytes{device="veth0294e47"} 1.25e+09 node_network_speed_bytes{device="veth02edd68"} 1.25e+09 node_network_speed_bytes{device="veth0487eab"} 1.25e+09 node_network_speed_bytes{device="veth04a02fa"} 1.25e+09 node_network_speed_bytes{device="veth04a792c"} 1.25e+09 node_network_speed_bytes{device="veth0520912"} 1.25e+09 node_network_speed_bytes{device="veth053b7ea"} 1.25e+09 node_network_speed_bytes{device="veth054d183"} 1.25e+09 node_network_speed_bytes{device="veth0588159"} 1.25e+09 node_network_speed_bytes{device="veth06087df"} 1.25e+09 node_network_speed_bytes{device="veth0683bd7"} 1.25e+09 node_network_speed_bytes{device="veth0770762"} 1.25e+09 node_network_speed_bytes{device="veth07b7237"} 1.25e+09 node_network_speed_bytes{device="veth08b2ce6"} 1.25e+09 node_network_speed_bytes{device="veth08f5c22"} 1.25e+09 node_network_speed_bytes{device="veth0983dc8"} 1.25e+09 node_network_speed_bytes{device="veth099bbf7"} 1.25e+09 node_network_speed_bytes{device="veth0a33edc"} 1.25e+09 node_network_speed_bytes{device="veth0a3e5dc"} 1.25e+09 node_network_speed_bytes{device="veth0a406ae"} 1.25e+09 node_network_speed_bytes{device="veth0a9af9f"} 1.25e+09 node_network_speed_bytes{device="veth0c504cf"} 1.25e+09 node_network_speed_bytes{device="veth0c8b368"} 1.25e+09 node_network_speed_bytes{device="veth0cc91c8"} 1.25e+09 node_network_speed_bytes{device="veth10365a8"} 1.25e+09 node_network_speed_bytes{device="veth114179a"} 1.25e+09 node_network_speed_bytes{device="veth123b9c2"} 1.25e+09 node_network_speed_bytes{device="veth151647c"} 1.25e+09 node_network_speed_bytes{device="veth159f326"} 1.25e+09 node_network_speed_bytes{device="veth15bf0a1"} 1.25e+09 node_network_speed_bytes{device="veth15c0fe2"} 1.25e+09 node_network_speed_bytes{device="veth160053f"} 1.25e+09 node_network_speed_bytes{device="veth1678242"} 1.25e+09 node_network_speed_bytes{device="veth168e16f"} 1.25e+09 node_network_speed_bytes{device="veth17ecd66"} 1.25e+09 node_network_speed_bytes{device="veth1821b35"} 1.25e+09 node_network_speed_bytes{device="veth1899649"} 1.25e+09 node_network_speed_bytes{device="veth1929fb1"} 1.25e+09 node_network_speed_bytes{device="veth1957071"} 1.25e+09 node_network_speed_bytes{device="veth19fc3cd"} 1.25e+09 node_network_speed_bytes{device="veth1a3e11a"} 1.25e+09 node_network_speed_bytes{device="veth1a8dbfb"} 1.25e+09 node_network_speed_bytes{device="veth1aeaa71"} 1.25e+09 node_network_speed_bytes{device="veth1b8cce8"} 1.25e+09 node_network_speed_bytes{device="veth1d56af8"} 1.25e+09 node_network_speed_bytes{device="veth1d7db64"} 1.25e+09 node_network_speed_bytes{device="veth1eb823c"} 1.25e+09 node_network_speed_bytes{device="veth1f6f24d"} 1.25e+09 node_network_speed_bytes{device="veth202aa31"} 1.25e+09 node_network_speed_bytes{device="veth207fd71"} 1.25e+09 node_network_speed_bytes{device="veth2081a27"} 1.25e+09 node_network_speed_bytes{device="veth209dd7a"} 1.25e+09 node_network_speed_bytes{device="veth20be67e"} 1.25e+09 node_network_speed_bytes{device="veth221aac3"} 1.25e+09 node_network_speed_bytes{device="veth22d8e40"} 1.25e+09 node_network_speed_bytes{device="veth230c5dd"} 1.25e+09 node_network_speed_bytes{device="veth2323bf7"} 1.25e+09 node_network_speed_bytes{device="veth239a22d"} 1.25e+09 node_network_speed_bytes{device="veth23aa81a"} 1.25e+09 node_network_speed_bytes{device="veth23aaf8d"} 1.25e+09 node_network_speed_bytes{device="veth2495899"} 1.25e+09 node_network_speed_bytes{device="veth26654a4"} 1.25e+09 node_network_speed_bytes{device="veth2679a47"} 1.25e+09 node_network_speed_bytes{device="veth27af53a"} 1.25e+09 node_network_speed_bytes{device="veth29020dd"} 1.25e+09 node_network_speed_bytes{device="veth29f0eab"} 1.25e+09 node_network_speed_bytes{device="veth2ad52f5"} 1.25e+09 node_network_speed_bytes{device="veth2c9a8c2"} 1.25e+09 node_network_speed_bytes{device="veth2ce4c6a"} 1.25e+09 node_network_speed_bytes{device="veth2d58f81"} 1.25e+09 node_network_speed_bytes{device="veth2d94cfa"} 1.25e+09 node_network_speed_bytes{device="veth2ddadd1"} 1.25e+09 node_network_speed_bytes{device="veth2e92b86"} 1.25e+09 node_network_speed_bytes{device="veth2ebb250"} 1.25e+09 node_network_speed_bytes{device="veth2fe230f"} 1.25e+09 node_network_speed_bytes{device="veth3082d47"} 1.25e+09 node_network_speed_bytes{device="veth30b8afd"} 1.25e+09 node_network_speed_bytes{device="veth30c2ec1"} 1.25e+09 node_network_speed_bytes{device="veth30f0922"} 1.25e+09 node_network_speed_bytes{device="veth3141554"} 1.25e+09 node_network_speed_bytes{device="veth3151ba5"} 1.25e+09 node_network_speed_bytes{device="veth31d2eaa"} 1.25e+09 node_network_speed_bytes{device="veth320cba1"} 1.25e+09 node_network_speed_bytes{device="veth320f850"} 1.25e+09 node_network_speed_bytes{device="veth322b9b8"} 1.25e+09 node_network_speed_bytes{device="veth328eadb"} 1.25e+09 node_network_speed_bytes{device="veth32d6589"} 1.25e+09 node_network_speed_bytes{device="veth33aa790"} 1.25e+09 node_network_speed_bytes{device="veth33c2333"} 1.25e+09 node_network_speed_bytes{device="veth33ff62d"} 1.25e+09 node_network_speed_bytes{device="veth344048f"} 1.25e+09 node_network_speed_bytes{device="veth350043e"} 1.25e+09 node_network_speed_bytes{device="veth357f9a6"} 1.25e+09 node_network_speed_bytes{device="veth35ba668"} 1.25e+09 node_network_speed_bytes{device="veth36351a0"} 1.25e+09 node_network_speed_bytes{device="veth3681ad5"} 1.25e+09 node_network_speed_bytes{device="veth36ff62d"} 1.25e+09 node_network_speed_bytes{device="veth384adb9"} 1.25e+09 node_network_speed_bytes{device="veth3880ae5"} 1.25e+09 node_network_speed_bytes{device="veth38a1e62"} 1.25e+09 node_network_speed_bytes{device="veth38dd5d6"} 1.25e+09 node_network_speed_bytes{device="veth391bdb4"} 1.25e+09 node_network_speed_bytes{device="veth3940776"} 1.25e+09 node_network_speed_bytes{device="veth395fce7"} 1.25e+09 node_network_speed_bytes{device="veth398f945"} 1.25e+09 node_network_speed_bytes{device="veth3a6420a"} 1.25e+09 node_network_speed_bytes{device="veth3a6d0d0"} 1.25e+09 node_network_speed_bytes{device="veth3ab2f83"} 1.25e+09 node_network_speed_bytes{device="veth3af42ba"} 1.25e+09 node_network_speed_bytes{device="veth3b3a088"} 1.25e+09 node_network_speed_bytes{device="veth3b98e11"} 1.25e+09 node_network_speed_bytes{device="veth3b9bec1"} 1.25e+09 node_network_speed_bytes{device="veth3d40be3"} 1.25e+09 node_network_speed_bytes{device="veth3dd5600"} 1.25e+09 node_network_speed_bytes{device="veth3dd9a17"} 1.25e+09 node_network_speed_bytes{device="veth3e20285"} 1.25e+09 node_network_speed_bytes{device="veth3edbccf"} 1.25e+09 node_network_speed_bytes{device="veth3f107ab"} 1.25e+09 node_network_speed_bytes{device="veth3f604c5"} 1.25e+09 node_network_speed_bytes{device="veth40272ae"} 1.25e+09 node_network_speed_bytes{device="veth4034003"} 1.25e+09 node_network_speed_bytes{device="veth4069685"} 1.25e+09 node_network_speed_bytes{device="veth416f8f4"} 1.25e+09 node_network_speed_bytes{device="veth41a3a93"} 1.25e+09 node_network_speed_bytes{device="veth41fb34a"} 1.25e+09 node_network_speed_bytes{device="veth41fcef0"} 1.25e+09 node_network_speed_bytes{device="veth428e028"} 1.25e+09 node_network_speed_bytes{device="veth443b91c"} 1.25e+09 node_network_speed_bytes{device="veth457a795"} 1.25e+09 node_network_speed_bytes{device="veth458490d"} 1.25e+09 node_network_speed_bytes{device="veth459832e"} 1.25e+09 node_network_speed_bytes{device="veth45f2515"} 1.25e+09 node_network_speed_bytes{device="veth47f4190"} 1.25e+09 node_network_speed_bytes{device="veth48023de"} 1.25e+09 node_network_speed_bytes{device="veth483ae51"} 1.25e+09 node_network_speed_bytes{device="veth48dde12"} 1.25e+09 node_network_speed_bytes{device="veth4aba26b"} 1.25e+09 node_network_speed_bytes{device="veth4d7ab27"} 1.25e+09 node_network_speed_bytes{device="veth4e09deb"} 1.25e+09 node_network_speed_bytes{device="veth4ef1b57"} 1.25e+09 node_network_speed_bytes{device="veth4f982a3"} 1.25e+09 node_network_speed_bytes{device="veth4fb59f4"} 1.25e+09 node_network_speed_bytes{device="veth503a1ec"} 1.25e+09 node_network_speed_bytes{device="veth503c493"} 1.25e+09 node_network_speed_bytes{device="veth504df73"} 1.25e+09 node_network_speed_bytes{device="veth5067620"} 1.25e+09 node_network_speed_bytes{device="veth5078bd4"} 1.25e+09 node_network_speed_bytes{device="veth5164377"} 1.25e+09 node_network_speed_bytes{device="veth520248a"} 1.25e+09 node_network_speed_bytes{device="veth5287b89"} 1.25e+09 node_network_speed_bytes{device="veth52bc56b"} 1.25e+09 node_network_speed_bytes{device="veth52f1bd3"} 1.25e+09 node_network_speed_bytes{device="veth544a0b6"} 1.25e+09 node_network_speed_bytes{device="veth55240b9"} 1.25e+09 node_network_speed_bytes{device="veth56cffbb"} 1.25e+09 node_network_speed_bytes{device="veth56ed7c1"} 1.25e+09 node_network_speed_bytes{device="veth577d8bb"} 1.25e+09 node_network_speed_bytes{device="veth5aad8aa"} 1.25e+09 node_network_speed_bytes{device="veth5ab0b2a"} 1.25e+09 node_network_speed_bytes{device="veth5b434a4"} 1.25e+09 node_network_speed_bytes{device="veth5c40725"} 1.25e+09 node_network_speed_bytes{device="veth5c6c998"} 1.25e+09 node_network_speed_bytes{device="veth5cbcf24"} 1.25e+09 node_network_speed_bytes{device="veth5cf1150"} 1.25e+09 node_network_speed_bytes{device="veth5cf99c9"} 1.25e+09 node_network_speed_bytes{device="veth5db1800"} 1.25e+09 node_network_speed_bytes{device="veth5ecb0b2"} 1.25e+09 node_network_speed_bytes{device="veth5f39e07"} 1.25e+09 node_network_speed_bytes{device="veth6163981"} 1.25e+09 node_network_speed_bytes{device="veth61cf889"} 1.25e+09 node_network_speed_bytes{device="veth61da541"} 1.25e+09 node_network_speed_bytes{device="veth628bbe9"} 1.25e+09 node_network_speed_bytes{device="veth639387f"} 1.25e+09 node_network_speed_bytes{device="veth63ffe69"} 1.25e+09 node_network_speed_bytes{device="veth648a707"} 1.25e+09 node_network_speed_bytes{device="veth654fb49"} 1.25e+09 node_network_speed_bytes{device="veth65689f8"} 1.25e+09 node_network_speed_bytes{device="veth66bd85c"} 1.25e+09 node_network_speed_bytes{device="veth66f2b16"} 1.25e+09 node_network_speed_bytes{device="veth6719010"} 1.25e+09 node_network_speed_bytes{device="veth672a31a"} 1.25e+09 node_network_speed_bytes{device="veth67b5571"} 1.25e+09 node_network_speed_bytes{device="veth682c78b"} 1.25e+09 node_network_speed_bytes{device="veth683b1d0"} 1.25e+09 node_network_speed_bytes{device="veth6888178"} 1.25e+09 node_network_speed_bytes{device="veth699f465"} 1.25e+09 node_network_speed_bytes{device="veth69efa93"} 1.25e+09 node_network_speed_bytes{device="veth6bb5987"} 1.25e+09 node_network_speed_bytes{device="veth6c2abab"} 1.25e+09 node_network_speed_bytes{device="veth6c4dbe3"} 1.25e+09 node_network_speed_bytes{device="veth6ec4c37"} 1.25e+09 node_network_speed_bytes{device="veth6f0ff64"} 1.25e+09 node_network_speed_bytes{device="veth700b714"} 1.25e+09 node_network_speed_bytes{device="veth703f646"} 1.25e+09 node_network_speed_bytes{device="veth70ce227"} 1.25e+09 node_network_speed_bytes{device="veth716d6c7"} 1.25e+09 node_network_speed_bytes{device="veth729d504"} 1.25e+09 node_network_speed_bytes{device="veth746f620"} 1.25e+09 node_network_speed_bytes{device="veth74b10b9"} 1.25e+09 node_network_speed_bytes{device="veth74e024f"} 1.25e+09 node_network_speed_bytes{device="veth758cb42"} 1.25e+09 node_network_speed_bytes{device="veth7590df4"} 1.25e+09 node_network_speed_bytes{device="veth75a56e0"} 1.25e+09 node_network_speed_bytes{device="veth75dc34d"} 1.25e+09 node_network_speed_bytes{device="veth75ed4dc"} 1.25e+09 node_network_speed_bytes{device="veth793ade8"} 1.25e+09 node_network_speed_bytes{device="veth79c5141"} 1.25e+09 node_network_speed_bytes{device="veth7ba76be"} 1.25e+09 node_network_speed_bytes{device="veth7c22dd3"} 1.25e+09 node_network_speed_bytes{device="veth7c2565d"} 1.25e+09 node_network_speed_bytes{device="veth7c83e5c"} 1.25e+09 node_network_speed_bytes{device="veth7d40ded"} 1.25e+09 node_network_speed_bytes{device="veth7d9d5f6"} 1.25e+09 node_network_speed_bytes{device="veth7ea6d28"} 1.25e+09 node_network_speed_bytes{device="veth7f1ce99"} 1.25e+09 node_network_speed_bytes{device="veth7fa51ee"} 1.25e+09 node_network_speed_bytes{device="veth7fbec60"} 1.25e+09 node_network_speed_bytes{device="veth80af51e"} 1.25e+09 node_network_speed_bytes{device="veth810edf5"} 1.25e+09 node_network_speed_bytes{device="veth81f49ff"} 1.25e+09 node_network_speed_bytes{device="veth82471a9"} 1.25e+09 node_network_speed_bytes{device="veth841efb4"} 1.25e+09 node_network_speed_bytes{device="veth84341ad"} 1.25e+09 node_network_speed_bytes{device="veth848770f"} 1.25e+09 node_network_speed_bytes{device="veth849e867"} 1.25e+09 node_network_speed_bytes{device="veth84a62fb"} 1.25e+09 node_network_speed_bytes{device="veth84d9527"} 1.25e+09 node_network_speed_bytes{device="veth853da8f"} 1.25e+09 node_network_speed_bytes{device="veth8606e91"} 1.25e+09 node_network_speed_bytes{device="veth863f7a4"} 1.25e+09 node_network_speed_bytes{device="veth86c903b"} 1.25e+09 node_network_speed_bytes{device="veth872b030"} 1.25e+09 node_network_speed_bytes{device="veth88f0ac0"} 1.25e+09 node_network_speed_bytes{device="veth892e775"} 1.25e+09 node_network_speed_bytes{device="veth89e5167"} 1.25e+09 node_network_speed_bytes{device="veth8acd4c4"} 1.25e+09 node_network_speed_bytes{device="veth8c55edf"} 1.25e+09 node_network_speed_bytes{device="veth8c8400b"} 1.25e+09 node_network_speed_bytes{device="veth8d958d0"} 1.25e+09 node_network_speed_bytes{device="veth8e00e4f"} 1.25e+09 node_network_speed_bytes{device="veth8fa6ffb"} 1.25e+09 node_network_speed_bytes{device="veth900167c"} 1.25e+09 node_network_speed_bytes{device="veth91d026f"} 1.25e+09 node_network_speed_bytes{device="veth92ac478"} 1.25e+09 node_network_speed_bytes{device="veth946c1de"} 1.25e+09 node_network_speed_bytes{device="veth946c5cd"} 1.25e+09 node_network_speed_bytes{device="veth94def52"} 1.25e+09 node_network_speed_bytes{device="veth95fb0da"} 1.25e+09 node_network_speed_bytes{device="veth962c636"} 1.25e+09 node_network_speed_bytes{device="veth9729cc7"} 1.25e+09 node_network_speed_bytes{device="veth98115bf"} 1.25e+09 node_network_speed_bytes{device="veth9970996"} 1.25e+09 node_network_speed_bytes{device="veth9a59911"} 1.25e+09 node_network_speed_bytes{device="veth9ab7cea"} 1.25e+09 node_network_speed_bytes{device="veth9b084c6"} 1.25e+09 node_network_speed_bytes{device="veth9c8ad8b"} 1.25e+09 node_network_speed_bytes{device="veth9ca41c2"} 1.25e+09 node_network_speed_bytes{device="veth9cd890b"} 1.25e+09 node_network_speed_bytes{device="veth9d6a7bc"} 1.25e+09 node_network_speed_bytes{device="veth9dd756f"} 1.25e+09 node_network_speed_bytes{device="veth9df5a85"} 1.25e+09 node_network_speed_bytes{device="veth9ee34dc"} 1.25e+09 node_network_speed_bytes{device="veth9f0e9bc"} 1.25e+09 node_network_speed_bytes{device="veth9fb5f57"} 1.25e+09 node_network_speed_bytes{device="veth9fc1c8b"} 1.25e+09 node_network_speed_bytes{device="vetha0d8fd7"} 1.25e+09 node_network_speed_bytes{device="vetha0f070c"} 1.25e+09 node_network_speed_bytes{device="vetha1d4491"} 1.25e+09 node_network_speed_bytes{device="vetha267906"} 1.25e+09 node_network_speed_bytes{device="vetha2c7d1b"} 1.25e+09 node_network_speed_bytes{device="vetha365085"} 1.25e+09 node_network_speed_bytes{device="vetha3cdccc"} 1.25e+09 node_network_speed_bytes{device="vetha4c6ac9"} 1.25e+09 node_network_speed_bytes{device="vetha4d381c"} 1.25e+09 node_network_speed_bytes{device="vetha558068"} 1.25e+09 node_network_speed_bytes{device="vetha5ed2bf"} 1.25e+09 node_network_speed_bytes{device="vetha7661ca"} 1.25e+09 node_network_speed_bytes{device="vetha8f99c8"} 1.25e+09 node_network_speed_bytes{device="vetha91a27c"} 1.25e+09 node_network_speed_bytes{device="vetha96b7be"} 1.25e+09 node_network_speed_bytes{device="vethaa45e89"} 1.25e+09 node_network_speed_bytes{device="vethab6915b"} 1.25e+09 node_network_speed_bytes{device="vethacf3fd1"} 1.25e+09 node_network_speed_bytes{device="vethae8b5de"} 1.25e+09 node_network_speed_bytes{device="vethaefa773"} 1.25e+09 node_network_speed_bytes{device="vethafd40c3"} 1.25e+09 node_network_speed_bytes{device="vethafdfb61"} 1.25e+09 node_network_speed_bytes{device="vethb174b7c"} 1.25e+09 node_network_speed_bytes{device="vethb1d3234"} 1.25e+09 node_network_speed_bytes{device="vethb1d492d"} 1.25e+09 node_network_speed_bytes{device="vethb2715f8"} 1.25e+09 node_network_speed_bytes{device="vethb3cc631"} 1.25e+09 node_network_speed_bytes{device="vethb421518"} 1.25e+09 node_network_speed_bytes{device="vethb541e00"} 1.25e+09 node_network_speed_bytes{device="vethb54ab4e"} 1.25e+09 node_network_speed_bytes{device="vethb58e487"} 1.25e+09 node_network_speed_bytes{device="vethb5cf9d4"} 1.25e+09 node_network_speed_bytes{device="vethb5df291"} 1.25e+09 node_network_speed_bytes{device="vethb79060e"} 1.25e+09 node_network_speed_bytes{device="vethb81f225"} 1.25e+09 node_network_speed_bytes{device="vethb90ec2b"} 1.25e+09 node_network_speed_bytes{device="vethb921f9d"} 1.25e+09 node_network_speed_bytes{device="vethb9aadf5"} 1.25e+09 node_network_speed_bytes{device="vethbb4e364"} 1.25e+09 node_network_speed_bytes{device="vethbb9533e"} 1.25e+09 node_network_speed_bytes{device="vethbc2e354"} 1.25e+09 node_network_speed_bytes{device="vethbc96882"} 1.25e+09 node_network_speed_bytes{device="vethbd115d2"} 1.25e+09 node_network_speed_bytes{device="vethbd22d95"} 1.25e+09 node_network_speed_bytes{device="vethbd50c49"} 1.25e+09 node_network_speed_bytes{device="vethbd939c9"} 1.25e+09 node_network_speed_bytes{device="vethbe2f9af"} 1.25e+09 node_network_speed_bytes{device="vethbe5573b"} 1.25e+09 node_network_speed_bytes{device="vethbeb46b5"} 1.25e+09 node_network_speed_bytes{device="vethbeee8f8"} 1.25e+09 node_network_speed_bytes{device="vethbf3e7a4"} 1.25e+09 node_network_speed_bytes{device="vethbffa4b0"} 1.25e+09 node_network_speed_bytes{device="vethc0e8e4a"} 1.25e+09 node_network_speed_bytes{device="vethc171628"} 1.25e+09 node_network_speed_bytes{device="vethc1b3d9a"} 1.25e+09 node_network_speed_bytes{device="vethc326f73"} 1.25e+09 node_network_speed_bytes{device="vethc393cfd"} 1.25e+09 node_network_speed_bytes{device="vethc3f7661"} 1.25e+09 node_network_speed_bytes{device="vethc4deb04"} 1.25e+09 node_network_speed_bytes{device="vethc54d293"} 1.25e+09 node_network_speed_bytes{device="vethc64d99d"} 1.25e+09 node_network_speed_bytes{device="vethc6b8da5"} 1.25e+09 node_network_speed_bytes{device="vethc72834f"} 1.25e+09 node_network_speed_bytes{device="vethc76495d"} 1.25e+09 node_network_speed_bytes{device="vethc7c552e"} 1.25e+09 node_network_speed_bytes{device="vethc8c3b71"} 1.25e+09 node_network_speed_bytes{device="vethc919987"} 1.25e+09 node_network_speed_bytes{device="vethc996ac7"} 1.25e+09 node_network_speed_bytes{device="vethca97906"} 1.25e+09 node_network_speed_bytes{device="vethcbc8c45"} 1.25e+09 node_network_speed_bytes{device="vethcc41921"} 1.25e+09 node_network_speed_bytes{device="vethcc52e3d"} 1.25e+09 node_network_speed_bytes{device="vethcc994c9"} 1.25e+09 node_network_speed_bytes{device="vethccf6d29"} 1.25e+09 node_network_speed_bytes{device="vethce241be"} 1.25e+09 node_network_speed_bytes{device="vethd06f5d2"} 1.25e+09 node_network_speed_bytes{device="vethd0d84db"} 1.25e+09 node_network_speed_bytes{device="vethd185802"} 1.25e+09 node_network_speed_bytes{device="vethd1942a6"} 1.25e+09 node_network_speed_bytes{device="vethd268ff7"} 1.25e+09 node_network_speed_bytes{device="vethd35d652"} 1.25e+09 node_network_speed_bytes{device="vethd3ddef0"} 1.25e+09 node_network_speed_bytes{device="vethd408fa4"} 1.25e+09 node_network_speed_bytes{device="vethd4b883a"} 1.25e+09 node_network_speed_bytes{device="vethd529fd4"} 1.25e+09 node_network_speed_bytes{device="vethd5d2986"} 1.25e+09 node_network_speed_bytes{device="vethd618e36"} 1.25e+09 node_network_speed_bytes{device="vethd6641b3"} 1.25e+09 node_network_speed_bytes{device="vethd774c27"} 1.25e+09 node_network_speed_bytes{device="vethd7f39b3"} 1.25e+09 node_network_speed_bytes{device="vethd84aaa2"} 1.25e+09 node_network_speed_bytes{device="vethd887cc8"} 1.25e+09 node_network_speed_bytes{device="vethd8ed3b7"} 1.25e+09 node_network_speed_bytes{device="vethd9041b9"} 1.25e+09 node_network_speed_bytes{device="vethd922e96"} 1.25e+09 node_network_speed_bytes{device="vethd93c801"} 1.25e+09 node_network_speed_bytes{device="vethd9e80a7"} 1.25e+09 node_network_speed_bytes{device="vethd9f9021"} 1.25e+09 node_network_speed_bytes{device="vethda1c202"} 1.25e+09 node_network_speed_bytes{device="vethdc03552"} 1.25e+09 node_network_speed_bytes{device="vethdcc414f"} 1.25e+09 node_network_speed_bytes{device="vethdd93b52"} 1.25e+09 node_network_speed_bytes{device="vethddbee4c"} 1.25e+09 node_network_speed_bytes{device="vethde0a9a6"} 1.25e+09 node_network_speed_bytes{device="vethe07ace6"} 1.25e+09 node_network_speed_bytes{device="vethe1343dc"} 1.25e+09 node_network_speed_bytes{device="vethe13fea7"} 1.25e+09 node_network_speed_bytes{device="vethe1c4b8e"} 1.25e+09 node_network_speed_bytes{device="vethe2df25b"} 1.25e+09 node_network_speed_bytes{device="vethe3fadda"} 1.25e+09 node_network_speed_bytes{device="vethe41ffcf"} 1.25e+09 node_network_speed_bytes{device="vethe514c96"} 1.25e+09 node_network_speed_bytes{device="vethe5413d3"} 1.25e+09 node_network_speed_bytes{device="vethe617ba9"} 1.25e+09 node_network_speed_bytes{device="vethe664b0e"} 1.25e+09 node_network_speed_bytes{device="vethe736cf4"} 1.25e+09 node_network_speed_bytes{device="vethe748123"} 1.25e+09 node_network_speed_bytes{device="vethe78bb37"} 1.25e+09 node_network_speed_bytes{device="vethe9a832d"} 1.25e+09 node_network_speed_bytes{device="vetheaafa33"} 1.25e+09 node_network_speed_bytes{device="vethec55a93"} 1.25e+09 node_network_speed_bytes{device="vethed65eeb"} 1.25e+09 node_network_speed_bytes{device="vetheeeb839"} 1.25e+09 node_network_speed_bytes{device="vethf07e04f"} 1.25e+09 node_network_speed_bytes{device="vethf10af27"} 1.25e+09 node_network_speed_bytes{device="vethf25f762"} 1.25e+09 node_network_speed_bytes{device="vethf41c1e8"} 1.25e+09 node_network_speed_bytes{device="vethf44e733"} 1.25e+09 node_network_speed_bytes{device="vethf57c3bb"} 1.25e+09 node_network_speed_bytes{device="vethf5b3fd0"} 1.25e+09 node_network_speed_bytes{device="vethf61906e"} 1.25e+09 node_network_speed_bytes{device="vethf700626"} 1.25e+09 node_network_speed_bytes{device="vethf719e39"} 1.25e+09 node_network_speed_bytes{device="vethf76ee93"} 1.25e+09 node_network_speed_bytes{device="vethf77cc2b"} 1.25e+09 node_network_speed_bytes{device="vethf81eade"} 1.25e+09 node_network_speed_bytes{device="vethf8c86df"} 1.25e+09 node_network_speed_bytes{device="vethf9b8ad4"} 1.25e+09 node_network_speed_bytes{device="vethfa1f320"} 1.25e+09 node_network_speed_bytes{device="vethfa2dd43"} 1.25e+09 node_network_speed_bytes{device="vethfb5a12c"} 1.25e+09 node_network_speed_bytes{device="vethfc28698"} 1.25e+09 node_network_speed_bytes{device="vethfe615fb"} 1.25e+09 node_network_speed_bytes{device="vethff2e95b"} 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"} 9.152397965e+09 node_network_transmit_bytes_total{device="eth1"} 126 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 2.708295e+06 node_network_transmit_packets_total{device="eth1"} 3 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-026d8e52a915"} 0 node_network_transmit_queue_length{device="br-028df7dbe79c"} 0 node_network_transmit_queue_length{device="br-0c77bfc382c5"} 0 node_network_transmit_queue_length{device="br-393152ee2ab7"} 0 node_network_transmit_queue_length{device="br-6acdaa8c9f1b"} 0 node_network_transmit_queue_length{device="br-895d39099eb3"} 0 node_network_transmit_queue_length{device="br-9a4c633e7389"} 0 node_network_transmit_queue_length{device="br-b2db2f4bc8e1"} 0 node_network_transmit_queue_length{device="br-b83cbe748b37"} 0 node_network_transmit_queue_length{device="br-c7afcacea542"} 0 node_network_transmit_queue_length{device="br-c829cf887623"} 0 node_network_transmit_queue_length{device="br-eb0faf84288b"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp7s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0073e6a"} 0 node_network_transmit_queue_length{device="veth010e82a"} 0 node_network_transmit_queue_length{device="veth01683b7"} 0 node_network_transmit_queue_length{device="veth01f0e03"} 0 node_network_transmit_queue_length{device="veth02129bc"} 0 node_network_transmit_queue_length{device="veth0294e47"} 0 node_network_transmit_queue_length{device="veth02edd68"} 0 node_network_transmit_queue_length{device="veth03f6d35"} 0 node_network_transmit_queue_length{device="veth0487eab"} 0 node_network_transmit_queue_length{device="veth04a02fa"} 0 node_network_transmit_queue_length{device="veth04a792c"} 0 node_network_transmit_queue_length{device="veth0520912"} 0 node_network_transmit_queue_length{device="veth053b7ea"} 0 node_network_transmit_queue_length{device="veth054d183"} 0 node_network_transmit_queue_length{device="veth0588159"} 0 node_network_transmit_queue_length{device="veth06087df"} 0 node_network_transmit_queue_length{device="veth0683bd7"} 0 node_network_transmit_queue_length{device="veth0770762"} 0 node_network_transmit_queue_length{device="veth07b3d46"} 0 node_network_transmit_queue_length{device="veth07b7237"} 0 node_network_transmit_queue_length{device="veth083dcb1"} 0 node_network_transmit_queue_length{device="veth0843d47"} 0 node_network_transmit_queue_length{device="veth08b2ce6"} 0 node_network_transmit_queue_length{device="veth08f5c22"} 0 node_network_transmit_queue_length{device="veth0983dc8"} 0 node_network_transmit_queue_length{device="veth099bbf7"} 0 node_network_transmit_queue_length{device="veth0a33edc"} 0 node_network_transmit_queue_length{device="veth0a3e5dc"} 0 node_network_transmit_queue_length{device="veth0a406ae"} 0 node_network_transmit_queue_length{device="veth0a9af9f"} 0 node_network_transmit_queue_length{device="veth0c504cf"} 0 node_network_transmit_queue_length{device="veth0c8b368"} 0 node_network_transmit_queue_length{device="veth0cc91c8"} 0 node_network_transmit_queue_length{device="veth10365a8"} 0 node_network_transmit_queue_length{device="veth114179a"} 0 node_network_transmit_queue_length{device="veth12120a3"} 0 node_network_transmit_queue_length{device="veth123b9c2"} 0 node_network_transmit_queue_length{device="veth1325997"} 0 node_network_transmit_queue_length{device="veth13fab17"} 0 node_network_transmit_queue_length{device="veth14b0c9a"} 0 node_network_transmit_queue_length{device="veth151647c"} 0 node_network_transmit_queue_length{device="veth159f326"} 0 node_network_transmit_queue_length{device="veth15bf0a1"} 0 node_network_transmit_queue_length{device="veth15c0fe2"} 0 node_network_transmit_queue_length{device="veth160053f"} 0 node_network_transmit_queue_length{device="veth1616278"} 0 node_network_transmit_queue_length{device="veth1678242"} 0 node_network_transmit_queue_length{device="veth168e16f"} 0 node_network_transmit_queue_length{device="veth17def85"} 0 node_network_transmit_queue_length{device="veth17ecd66"} 0 node_network_transmit_queue_length{device="veth1821b35"} 0 node_network_transmit_queue_length{device="veth1899649"} 0 node_network_transmit_queue_length{device="veth18cbbb8"} 0 node_network_transmit_queue_length{device="veth18d511e"} 0 node_network_transmit_queue_length{device="veth18e9634"} 0 node_network_transmit_queue_length{device="veth1929fb1"} 0 node_network_transmit_queue_length{device="veth1957071"} 0 node_network_transmit_queue_length{device="veth19fc3cd"} 0 node_network_transmit_queue_length{device="veth1a3e11a"} 0 node_network_transmit_queue_length{device="veth1a786f9"} 0 node_network_transmit_queue_length{device="veth1a8dbfb"} 0 node_network_transmit_queue_length{device="veth1aeaa71"} 0 node_network_transmit_queue_length{device="veth1b8cce8"} 0 node_network_transmit_queue_length{device="veth1d309cb"} 0 node_network_transmit_queue_length{device="veth1d56af8"} 0 node_network_transmit_queue_length{device="veth1d7db64"} 0 node_network_transmit_queue_length{device="veth1eb823c"} 0 node_network_transmit_queue_length{device="veth1f6f24d"} 0 node_network_transmit_queue_length{device="veth202aa31"} 0 node_network_transmit_queue_length{device="veth207fd71"} 0 node_network_transmit_queue_length{device="veth2081a27"} 0 node_network_transmit_queue_length{device="veth209dd7a"} 0 node_network_transmit_queue_length{device="veth20be67e"} 0 node_network_transmit_queue_length{device="veth212af81"} 0 node_network_transmit_queue_length{device="veth221aac3"} 0 node_network_transmit_queue_length{device="veth22d8e40"} 0 node_network_transmit_queue_length{device="veth22fad06"} 0 node_network_transmit_queue_length{device="veth230c5dd"} 0 node_network_transmit_queue_length{device="veth2323bf7"} 0 node_network_transmit_queue_length{device="veth239a22d"} 0 node_network_transmit_queue_length{device="veth23aa81a"} 0 node_network_transmit_queue_length{device="veth23aaf8d"} 0 node_network_transmit_queue_length{device="veth24105bf"} 0 node_network_transmit_queue_length{device="veth2495899"} 0 node_network_transmit_queue_length{device="veth2615dda"} 0 node_network_transmit_queue_length{device="veth26654a4"} 0 node_network_transmit_queue_length{device="veth2679a47"} 0 node_network_transmit_queue_length{device="veth27af53a"} 0 node_network_transmit_queue_length{device="veth29020dd"} 0 node_network_transmit_queue_length{device="veth292ba70"} 0 node_network_transmit_queue_length{device="veth29b3b3c"} 0 node_network_transmit_queue_length{device="veth29f0eab"} 0 node_network_transmit_queue_length{device="veth2a74a99"} 0 node_network_transmit_queue_length{device="veth2ad52f5"} 0 node_network_transmit_queue_length{device="veth2c1d381"} 0 node_network_transmit_queue_length{device="veth2c9a8c2"} 0 node_network_transmit_queue_length{device="veth2ce4c6a"} 0 node_network_transmit_queue_length{device="veth2d58f81"} 0 node_network_transmit_queue_length{device="veth2d94cfa"} 0 node_network_transmit_queue_length{device="veth2ddadd1"} 0 node_network_transmit_queue_length{device="veth2e85db2"} 0 node_network_transmit_queue_length{device="veth2e92b86"} 0 node_network_transmit_queue_length{device="veth2ebb250"} 0 node_network_transmit_queue_length{device="veth2f20774"} 0 node_network_transmit_queue_length{device="veth2fe230f"} 0 node_network_transmit_queue_length{device="veth3082d47"} 0 node_network_transmit_queue_length{device="veth30ab815"} 0 node_network_transmit_queue_length{device="veth30b8afd"} 0 node_network_transmit_queue_length{device="veth30c2ec1"} 0 node_network_transmit_queue_length{device="veth30f0922"} 0 node_network_transmit_queue_length{device="veth3141554"} 0 node_network_transmit_queue_length{device="veth3151ba5"} 0 node_network_transmit_queue_length{device="veth31d2eaa"} 0 node_network_transmit_queue_length{device="veth320cba1"} 0 node_network_transmit_queue_length{device="veth320f850"} 0 node_network_transmit_queue_length{device="veth322b9b8"} 0 node_network_transmit_queue_length{device="veth328eadb"} 0 node_network_transmit_queue_length{device="veth32d6589"} 0 node_network_transmit_queue_length{device="veth337f453"} 0 node_network_transmit_queue_length{device="veth33aa790"} 0 node_network_transmit_queue_length{device="veth33c2333"} 0 node_network_transmit_queue_length{device="veth33ff62d"} 0 node_network_transmit_queue_length{device="veth344048f"} 0 node_network_transmit_queue_length{device="veth345d8aa"} 0 node_network_transmit_queue_length{device="veth350043e"} 0 node_network_transmit_queue_length{device="veth357f9a6"} 0 node_network_transmit_queue_length{device="veth35ba668"} 0 node_network_transmit_queue_length{device="veth36351a0"} 0 node_network_transmit_queue_length{device="veth3681ad5"} 0 node_network_transmit_queue_length{device="veth368fb65"} 0 node_network_transmit_queue_length{device="veth36e51bf"} 0 node_network_transmit_queue_length{device="veth36ff62d"} 0 node_network_transmit_queue_length{device="veth374c886"} 0 node_network_transmit_queue_length{device="veth384adb9"} 0 node_network_transmit_queue_length{device="veth3880ae5"} 0 node_network_transmit_queue_length{device="veth38a1e62"} 0 node_network_transmit_queue_length{device="veth38dd5d6"} 0 node_network_transmit_queue_length{device="veth391bdb4"} 0 node_network_transmit_queue_length{device="veth3940776"} 0 node_network_transmit_queue_length{device="veth395fce7"} 0 node_network_transmit_queue_length{device="veth398f945"} 0 node_network_transmit_queue_length{device="veth3a6420a"} 0 node_network_transmit_queue_length{device="veth3a6d0d0"} 0 node_network_transmit_queue_length{device="veth3ab2f83"} 0 node_network_transmit_queue_length{device="veth3af42ba"} 0 node_network_transmit_queue_length{device="veth3b3a088"} 0 node_network_transmit_queue_length{device="veth3b98e11"} 0 node_network_transmit_queue_length{device="veth3b9bec1"} 0 node_network_transmit_queue_length{device="veth3bf8415"} 0 node_network_transmit_queue_length{device="veth3d40be3"} 0 node_network_transmit_queue_length{device="veth3dd5600"} 0 node_network_transmit_queue_length{device="veth3dd9a17"} 0 node_network_transmit_queue_length{device="veth3e20285"} 0 node_network_transmit_queue_length{device="veth3edbccf"} 0 node_network_transmit_queue_length{device="veth3efd193"} 0 node_network_transmit_queue_length{device="veth3f107ab"} 0 node_network_transmit_queue_length{device="veth3f604c5"} 0 node_network_transmit_queue_length{device="veth3fcc46c"} 0 node_network_transmit_queue_length{device="veth40272ae"} 0 node_network_transmit_queue_length{device="veth4034003"} 0 node_network_transmit_queue_length{device="veth4044350"} 0 node_network_transmit_queue_length{device="veth4069685"} 0 node_network_transmit_queue_length{device="veth416f8f4"} 0 node_network_transmit_queue_length{device="veth419304f"} 0 node_network_transmit_queue_length{device="veth41a3a93"} 0 node_network_transmit_queue_length{device="veth41fb34a"} 0 node_network_transmit_queue_length{device="veth41fcef0"} 0 node_network_transmit_queue_length{device="veth428e028"} 0 node_network_transmit_queue_length{device="veth443b91c"} 0 node_network_transmit_queue_length{device="veth44f1fa8"} 0 node_network_transmit_queue_length{device="veth4550804"} 0 node_network_transmit_queue_length{device="veth4562f04"} 0 node_network_transmit_queue_length{device="veth457a795"} 0 node_network_transmit_queue_length{device="veth458490d"} 0 node_network_transmit_queue_length{device="veth459832e"} 0 node_network_transmit_queue_length{device="veth45f2515"} 0 node_network_transmit_queue_length{device="veth4677387"} 0 node_network_transmit_queue_length{device="veth469233d"} 0 node_network_transmit_queue_length{device="veth47f4190"} 0 node_network_transmit_queue_length{device="veth48023de"} 0 node_network_transmit_queue_length{device="veth483ae51"} 0 node_network_transmit_queue_length{device="veth48dde12"} 0 node_network_transmit_queue_length{device="veth4a6d44e"} 0 node_network_transmit_queue_length{device="veth4aba26b"} 0 node_network_transmit_queue_length{device="veth4b6a8ab"} 0 node_network_transmit_queue_length{device="veth4d7ab27"} 0 node_network_transmit_queue_length{device="veth4e09deb"} 0 node_network_transmit_queue_length{device="veth4e9c762"} 0 node_network_transmit_queue_length{device="veth4ef1b57"} 0 node_network_transmit_queue_length{device="veth4f48dee"} 0 node_network_transmit_queue_length{device="veth4f982a3"} 0 node_network_transmit_queue_length{device="veth4fb59f4"} 0 node_network_transmit_queue_length{device="veth503a1ec"} 0 node_network_transmit_queue_length{device="veth503c493"} 0 node_network_transmit_queue_length{device="veth504df73"} 0 node_network_transmit_queue_length{device="veth5067620"} 0 node_network_transmit_queue_length{device="veth506ef7a"} 0 node_network_transmit_queue_length{device="veth5078bd4"} 0 node_network_transmit_queue_length{device="veth50e5845"} 0 node_network_transmit_queue_length{device="veth514bb8f"} 0 node_network_transmit_queue_length{device="veth5164377"} 0 node_network_transmit_queue_length{device="veth520248a"} 0 node_network_transmit_queue_length{device="veth5287b89"} 0 node_network_transmit_queue_length{device="veth52bc56b"} 0 node_network_transmit_queue_length{device="veth52f1bd3"} 0 node_network_transmit_queue_length{device="veth544a0b6"} 0 node_network_transmit_queue_length{device="veth55240b9"} 0 node_network_transmit_queue_length{device="veth56cffbb"} 0 node_network_transmit_queue_length{device="veth56ed7c1"} 0 node_network_transmit_queue_length{device="veth5708788"} 0 node_network_transmit_queue_length{device="veth576344a"} 0 node_network_transmit_queue_length{device="veth577d8bb"} 0 node_network_transmit_queue_length{device="veth596fd33"} 0 node_network_transmit_queue_length{device="veth5aad8aa"} 0 node_network_transmit_queue_length{device="veth5ab0b2a"} 0 node_network_transmit_queue_length{device="veth5b434a4"} 0 node_network_transmit_queue_length{device="veth5c40725"} 0 node_network_transmit_queue_length{device="veth5c6c998"} 0 node_network_transmit_queue_length{device="veth5cbcf24"} 0 node_network_transmit_queue_length{device="veth5cf1150"} 0 node_network_transmit_queue_length{device="veth5cf99c9"} 0 node_network_transmit_queue_length{device="veth5db1800"} 0 node_network_transmit_queue_length{device="veth5ecb0b2"} 0 node_network_transmit_queue_length{device="veth5f39e07"} 0 node_network_transmit_queue_length{device="veth605305d"} 0 node_network_transmit_queue_length{device="veth6163981"} 0 node_network_transmit_queue_length{device="veth61cf889"} 0 node_network_transmit_queue_length{device="veth61da541"} 0 node_network_transmit_queue_length{device="veth628bbe9"} 0 node_network_transmit_queue_length{device="veth639387f"} 0 node_network_transmit_queue_length{device="veth63ffe69"} 0 node_network_transmit_queue_length{device="veth648a707"} 0 node_network_transmit_queue_length{device="veth654fb49"} 0 node_network_transmit_queue_length{device="veth65689f8"} 0 node_network_transmit_queue_length{device="veth6675659"} 0 node_network_transmit_queue_length{device="veth66bd85c"} 0 node_network_transmit_queue_length{device="veth66f2b16"} 0 node_network_transmit_queue_length{device="veth6719010"} 0 node_network_transmit_queue_length{device="veth672a31a"} 0 node_network_transmit_queue_length{device="veth67b5571"} 0 node_network_transmit_queue_length{device="veth682c78b"} 0 node_network_transmit_queue_length{device="veth683b1d0"} 0 node_network_transmit_queue_length{device="veth6888178"} 0 node_network_transmit_queue_length{device="veth699f465"} 0 node_network_transmit_queue_length{device="veth69efa93"} 0 node_network_transmit_queue_length{device="veth6a8066d"} 0 node_network_transmit_queue_length{device="veth6bb5987"} 0 node_network_transmit_queue_length{device="veth6c2abab"} 0 node_network_transmit_queue_length{device="veth6c4dbe3"} 0 node_network_transmit_queue_length{device="veth6c6fca6"} 0 node_network_transmit_queue_length{device="veth6d09418"} 0 node_network_transmit_queue_length{device="veth6ec4c37"} 0 node_network_transmit_queue_length{device="veth6f0ff64"} 0 node_network_transmit_queue_length{device="veth6f7335c"} 0 node_network_transmit_queue_length{device="veth700b714"} 0 node_network_transmit_queue_length{device="veth703f646"} 0 node_network_transmit_queue_length{device="veth70ce227"} 0 node_network_transmit_queue_length{device="veth712c663"} 0 node_network_transmit_queue_length{device="veth716d6c7"} 0 node_network_transmit_queue_length{device="veth719781b"} 0 node_network_transmit_queue_length{device="veth729d504"} 0 node_network_transmit_queue_length{device="veth746f620"} 0 node_network_transmit_queue_length{device="veth74b10b9"} 0 node_network_transmit_queue_length{device="veth74d1731"} 0 node_network_transmit_queue_length{device="veth74e024f"} 0 node_network_transmit_queue_length{device="veth758cb42"} 0 node_network_transmit_queue_length{device="veth7590df4"} 0 node_network_transmit_queue_length{device="veth75a56e0"} 0 node_network_transmit_queue_length{device="veth75dc34d"} 0 node_network_transmit_queue_length{device="veth75ed4dc"} 0 node_network_transmit_queue_length{device="veth793ade8"} 0 node_network_transmit_queue_length{device="veth79c5141"} 0 node_network_transmit_queue_length{device="veth7afd9d3"} 0 node_network_transmit_queue_length{device="veth7ba76be"} 0 node_network_transmit_queue_length{device="veth7c22dd3"} 0 node_network_transmit_queue_length{device="veth7c2565d"} 0 node_network_transmit_queue_length{device="veth7c702ad"} 0 node_network_transmit_queue_length{device="veth7c83e5c"} 0 node_network_transmit_queue_length{device="veth7d16666"} 0 node_network_transmit_queue_length{device="veth7d30658"} 0 node_network_transmit_queue_length{device="veth7d40ded"} 0 node_network_transmit_queue_length{device="veth7d94491"} 0 node_network_transmit_queue_length{device="veth7d9d5f6"} 0 node_network_transmit_queue_length{device="veth7ea6d28"} 0 node_network_transmit_queue_length{device="veth7f1ce99"} 0 node_network_transmit_queue_length{device="veth7fa51ee"} 0 node_network_transmit_queue_length{device="veth7fbec60"} 0 node_network_transmit_queue_length{device="veth80af51e"} 0 node_network_transmit_queue_length{device="veth810edf5"} 0 node_network_transmit_queue_length{device="veth81f49ff"} 0 node_network_transmit_queue_length{device="veth82471a9"} 0 node_network_transmit_queue_length{device="veth8347724"} 0 node_network_transmit_queue_length{device="veth83bc7e8"} 0 node_network_transmit_queue_length{device="veth841efb4"} 0 node_network_transmit_queue_length{device="veth84341ad"} 0 node_network_transmit_queue_length{device="veth848770f"} 0 node_network_transmit_queue_length{device="veth849e867"} 0 node_network_transmit_queue_length{device="veth84a62fb"} 0 node_network_transmit_queue_length{device="veth84d9527"} 0 node_network_transmit_queue_length{device="veth853da8f"} 0 node_network_transmit_queue_length{device="veth8606e91"} 0 node_network_transmit_queue_length{device="veth863f7a4"} 0 node_network_transmit_queue_length{device="veth8678e16"} 0 node_network_transmit_queue_length{device="veth86c903b"} 0 node_network_transmit_queue_length{device="veth872b030"} 0 node_network_transmit_queue_length{device="veth88f0ac0"} 0 node_network_transmit_queue_length{device="veth892e775"} 0 node_network_transmit_queue_length{device="veth89e5167"} 0 node_network_transmit_queue_length{device="veth8a33db5"} 0 node_network_transmit_queue_length{device="veth8acd4c4"} 0 node_network_transmit_queue_length{device="veth8c55edf"} 0 node_network_transmit_queue_length{device="veth8c8400b"} 0 node_network_transmit_queue_length{device="veth8d958d0"} 0 node_network_transmit_queue_length{device="veth8dabee9"} 0 node_network_transmit_queue_length{device="veth8e00e4f"} 0 node_network_transmit_queue_length{device="veth8edd906"} 0 node_network_transmit_queue_length{device="veth8fa6ffb"} 0 node_network_transmit_queue_length{device="veth900167c"} 0 node_network_transmit_queue_length{device="veth91d026f"} 0 node_network_transmit_queue_length{device="veth92ac478"} 0 node_network_transmit_queue_length{device="veth946c1de"} 0 node_network_transmit_queue_length{device="veth946c5cd"} 0 node_network_transmit_queue_length{device="veth94def52"} 0 node_network_transmit_queue_length{device="veth95fb0da"} 0 node_network_transmit_queue_length{device="veth962c636"} 0 node_network_transmit_queue_length{device="veth9729cc7"} 0 node_network_transmit_queue_length{device="veth98115bf"} 0 node_network_transmit_queue_length{device="veth9894f21"} 0 node_network_transmit_queue_length{device="veth9970996"} 0 node_network_transmit_queue_length{device="veth9a138aa"} 0 node_network_transmit_queue_length{device="veth9a152cc"} 0 node_network_transmit_queue_length{device="veth9a59911"} 0 node_network_transmit_queue_length{device="veth9ab7cea"} 0 node_network_transmit_queue_length{device="veth9b084c6"} 0 node_network_transmit_queue_length{device="veth9b8eeb9"} 0 node_network_transmit_queue_length{device="veth9be17ae"} 0 node_network_transmit_queue_length{device="veth9c8ad8b"} 0 node_network_transmit_queue_length{device="veth9ca41c2"} 0 node_network_transmit_queue_length{device="veth9cd890b"} 0 node_network_transmit_queue_length{device="veth9d6a7bc"} 0 node_network_transmit_queue_length{device="veth9dd756f"} 0 node_network_transmit_queue_length{device="veth9df5a85"} 0 node_network_transmit_queue_length{device="veth9ee34dc"} 0 node_network_transmit_queue_length{device="veth9f0e9bc"} 0 node_network_transmit_queue_length{device="veth9f11fce"} 0 node_network_transmit_queue_length{device="veth9fb5f57"} 0 node_network_transmit_queue_length{device="veth9fc1c8b"} 0 node_network_transmit_queue_length{device="vetha0d8fd7"} 0 node_network_transmit_queue_length{device="vetha0dbb0e"} 0 node_network_transmit_queue_length{device="vetha0f070c"} 0 node_network_transmit_queue_length{device="vetha1d4491"} 0 node_network_transmit_queue_length{device="vetha2479b0"} 0 node_network_transmit_queue_length{device="vetha267906"} 0 node_network_transmit_queue_length{device="vetha2c7d1b"} 0 node_network_transmit_queue_length{device="vetha340e8c"} 0 node_network_transmit_queue_length{device="vetha365085"} 0 node_network_transmit_queue_length{device="vetha3cdccc"} 0 node_network_transmit_queue_length{device="vetha44899b"} 0 node_network_transmit_queue_length{device="vetha4c6ac9"} 0 node_network_transmit_queue_length{device="vetha4d381c"} 0 node_network_transmit_queue_length{device="vetha558068"} 0 node_network_transmit_queue_length{device="vetha5ed2bf"} 0 node_network_transmit_queue_length{device="vetha7661ca"} 0 node_network_transmit_queue_length{device="vetha8b7fa4"} 0 node_network_transmit_queue_length{device="vetha8f99c8"} 0 node_network_transmit_queue_length{device="vetha91a27c"} 0 node_network_transmit_queue_length{device="vetha96b7be"} 0 node_network_transmit_queue_length{device="vethaa45e89"} 0 node_network_transmit_queue_length{device="vethab6915b"} 0 node_network_transmit_queue_length{device="vethabb965f"} 0 node_network_transmit_queue_length{device="vethac93a1a"} 0 node_network_transmit_queue_length{device="vethacf3fd1"} 0 node_network_transmit_queue_length{device="vethae8b5de"} 0 node_network_transmit_queue_length{device="vethaefa773"} 0 node_network_transmit_queue_length{device="vethafca1f2"} 0 node_network_transmit_queue_length{device="vethafd40c3"} 0 node_network_transmit_queue_length{device="vethafdfb61"} 0 node_network_transmit_queue_length{device="vethb174b7c"} 0 node_network_transmit_queue_length{device="vethb1d3234"} 0 node_network_transmit_queue_length{device="vethb1d492d"} 0 node_network_transmit_queue_length{device="vethb2715f8"} 0 node_network_transmit_queue_length{device="vethb2e3f54"} 0 node_network_transmit_queue_length{device="vethb3532dd"} 0 node_network_transmit_queue_length{device="vethb3cc631"} 0 node_network_transmit_queue_length{device="vethb421518"} 0 node_network_transmit_queue_length{device="vethb541e00"} 0 node_network_transmit_queue_length{device="vethb54ab4e"} 0 node_network_transmit_queue_length{device="vethb58e487"} 0 node_network_transmit_queue_length{device="vethb5cf9d4"} 0 node_network_transmit_queue_length{device="vethb5df291"} 0 node_network_transmit_queue_length{device="vethb79060e"} 0 node_network_transmit_queue_length{device="vethb7d0ffc"} 0 node_network_transmit_queue_length{device="vethb81f225"} 0 node_network_transmit_queue_length{device="vethb8d6278"} 0 node_network_transmit_queue_length{device="vethb90ec2b"} 0 node_network_transmit_queue_length{device="vethb921f9d"} 0 node_network_transmit_queue_length{device="vethb9aadf5"} 0 node_network_transmit_queue_length{device="vethbb3fe72"} 0 node_network_transmit_queue_length{device="vethbb4e364"} 0 node_network_transmit_queue_length{device="vethbb9533e"} 0 node_network_transmit_queue_length{device="vethbc09edc"} 0 node_network_transmit_queue_length{device="vethbc16364"} 0 node_network_transmit_queue_length{device="vethbc2e354"} 0 node_network_transmit_queue_length{device="vethbc96882"} 0 node_network_transmit_queue_length{device="vethbcc666a"} 0 node_network_transmit_queue_length{device="vethbd115d2"} 0 node_network_transmit_queue_length{device="vethbd22d95"} 0 node_network_transmit_queue_length{device="vethbd50c49"} 0 node_network_transmit_queue_length{device="vethbd939c9"} 0 node_network_transmit_queue_length{device="vethbdb2bf0"} 0 node_network_transmit_queue_length{device="vethbe2f9af"} 0 node_network_transmit_queue_length{device="vethbe5573b"} 0 node_network_transmit_queue_length{device="vethbeb46b5"} 0 node_network_transmit_queue_length{device="vethbeee8f8"} 0 node_network_transmit_queue_length{device="vethbf26e2e"} 0 node_network_transmit_queue_length{device="vethbf27ea7"} 0 node_network_transmit_queue_length{device="vethbf3e7a4"} 0 node_network_transmit_queue_length{device="vethbf48ed1"} 0 node_network_transmit_queue_length{device="vethbffa4b0"} 0 node_network_transmit_queue_length{device="vethc097a42"} 0 node_network_transmit_queue_length{device="vethc0e8e4a"} 0 node_network_transmit_queue_length{device="vethc171628"} 0 node_network_transmit_queue_length{device="vethc1b3d9a"} 0 node_network_transmit_queue_length{device="vethc283146"} 0 node_network_transmit_queue_length{device="vethc2b7b26"} 0 node_network_transmit_queue_length{device="vethc326f73"} 0 node_network_transmit_queue_length{device="vethc393cfd"} 0 node_network_transmit_queue_length{device="vethc3e0111"} 0 node_network_transmit_queue_length{device="vethc3f7661"} 0 node_network_transmit_queue_length{device="vethc4deb04"} 0 node_network_transmit_queue_length{device="vethc50c474"} 0 node_network_transmit_queue_length{device="vethc54d293"} 0 node_network_transmit_queue_length{device="vethc5d5b9d"} 0 node_network_transmit_queue_length{device="vethc607859"} 0 node_network_transmit_queue_length{device="vethc64d99d"} 0 node_network_transmit_queue_length{device="vethc69d766"} 0 node_network_transmit_queue_length{device="vethc6b8da5"} 0 node_network_transmit_queue_length{device="vethc72834f"} 0 node_network_transmit_queue_length{device="vethc76495d"} 0 node_network_transmit_queue_length{device="vethc7c552e"} 0 node_network_transmit_queue_length{device="vethc7d5e61"} 0 node_network_transmit_queue_length{device="vethc8c3b71"} 0 node_network_transmit_queue_length{device="vethc919987"} 0 node_network_transmit_queue_length{device="vethc996ac7"} 0 node_network_transmit_queue_length{device="vethca97906"} 0 node_network_transmit_queue_length{device="vethcbc8c45"} 0 node_network_transmit_queue_length{device="vethcc41921"} 0 node_network_transmit_queue_length{device="vethcc52e3d"} 0 node_network_transmit_queue_length{device="vethcc994c9"} 0 node_network_transmit_queue_length{device="vethccf6d29"} 0 node_network_transmit_queue_length{device="vethce241be"} 0 node_network_transmit_queue_length{device="vethcf354b0"} 0 node_network_transmit_queue_length{device="vethcff22cf"} 0 node_network_transmit_queue_length{device="vethd06f5d2"} 0 node_network_transmit_queue_length{device="vethd0d84db"} 0 node_network_transmit_queue_length{device="vethd0f0797"} 0 node_network_transmit_queue_length{device="vethd1070ff"} 0 node_network_transmit_queue_length{device="vethd185802"} 0 node_network_transmit_queue_length{device="vethd1942a6"} 0 node_network_transmit_queue_length{device="vethd1e0f0f"} 0 node_network_transmit_queue_length{device="vethd21a7f0"} 0 node_network_transmit_queue_length{device="vethd2374a1"} 0 node_network_transmit_queue_length{device="vethd268ff7"} 0 node_network_transmit_queue_length{device="vethd35d652"} 0 node_network_transmit_queue_length{device="vethd3ddef0"} 0 node_network_transmit_queue_length{device="vethd408fa4"} 0 node_network_transmit_queue_length{device="vethd4b883a"} 0 node_network_transmit_queue_length{device="vethd529fd4"} 0 node_network_transmit_queue_length{device="vethd5d2986"} 0 node_network_transmit_queue_length{device="vethd5d44f1"} 0 node_network_transmit_queue_length{device="vethd618e36"} 0 node_network_transmit_queue_length{device="vethd6641b3"} 0 node_network_transmit_queue_length{device="vethd70d558"} 0 node_network_transmit_queue_length{device="vethd774c27"} 0 node_network_transmit_queue_length{device="vethd79e9f5"} 0 node_network_transmit_queue_length{device="vethd7c8767"} 0 node_network_transmit_queue_length{device="vethd7f39b3"} 0 node_network_transmit_queue_length{device="vethd84aaa2"} 0 node_network_transmit_queue_length{device="vethd887cc8"} 0 node_network_transmit_queue_length{device="vethd8ed3b7"} 0 node_network_transmit_queue_length{device="vethd9041b9"} 0 node_network_transmit_queue_length{device="vethd922e96"} 0 node_network_transmit_queue_length{device="vethd93c801"} 0 node_network_transmit_queue_length{device="vethd96e53a"} 0 node_network_transmit_queue_length{device="vethd9e80a7"} 0 node_network_transmit_queue_length{device="vethd9f9021"} 0 node_network_transmit_queue_length{device="vethda1c202"} 0 node_network_transmit_queue_length{device="vethdc03552"} 0 node_network_transmit_queue_length{device="vethdcc414f"} 0 node_network_transmit_queue_length{device="vethdcd7a42"} 0 node_network_transmit_queue_length{device="vethdd93b52"} 0 node_network_transmit_queue_length{device="vethddbee4c"} 0 node_network_transmit_queue_length{device="vethde0a9a6"} 0 node_network_transmit_queue_length{device="vethde1d4af"} 0 node_network_transmit_queue_length{device="vethde3c5db"} 0 node_network_transmit_queue_length{device="vethde6cf02"} 0 node_network_transmit_queue_length{device="vethe0607e3"} 0 node_network_transmit_queue_length{device="vethe07ace6"} 0 node_network_transmit_queue_length{device="vethe0c1701"} 0 node_network_transmit_queue_length{device="vethe1343dc"} 0 node_network_transmit_queue_length{device="vethe13fea7"} 0 node_network_transmit_queue_length{device="vethe1c4b8e"} 0 node_network_transmit_queue_length{device="vethe2df25b"} 0 node_network_transmit_queue_length{device="vethe3fadda"} 0 node_network_transmit_queue_length{device="vethe41ffcf"} 0 node_network_transmit_queue_length{device="vethe48c931"} 0 node_network_transmit_queue_length{device="vethe514c96"} 0 node_network_transmit_queue_length{device="vethe5413d3"} 0 node_network_transmit_queue_length{device="vethe5b26a5"} 0 node_network_transmit_queue_length{device="vethe617ba9"} 0 node_network_transmit_queue_length{device="vethe664b0e"} 0 node_network_transmit_queue_length{device="vethe6c8ced"} 0 node_network_transmit_queue_length{device="vethe736cf4"} 0 node_network_transmit_queue_length{device="vethe748123"} 0 node_network_transmit_queue_length{device="vethe78bb37"} 0 node_network_transmit_queue_length{device="vethe959666"} 0 node_network_transmit_queue_length{device="vethe9a832d"} 0 node_network_transmit_queue_length{device="vethe9f6b95"} 0 node_network_transmit_queue_length{device="vetheaafa33"} 0 node_network_transmit_queue_length{device="vetheb6c5e2"} 0 node_network_transmit_queue_length{device="vethec55a93"} 0 node_network_transmit_queue_length{device="vethecbca0a"} 0 node_network_transmit_queue_length{device="vethed65eeb"} 0 node_network_transmit_queue_length{device="vethed8cf8f"} 0 node_network_transmit_queue_length{device="vetheeeb839"} 0 node_network_transmit_queue_length{device="vethf0535f5"} 0 node_network_transmit_queue_length{device="vethf07cd82"} 0 node_network_transmit_queue_length{device="vethf07e04f"} 0 node_network_transmit_queue_length{device="vethf10af27"} 0 node_network_transmit_queue_length{device="vethf13be56"} 0 node_network_transmit_queue_length{device="vethf225b65"} 0 node_network_transmit_queue_length{device="vethf24cf0b"} 0 node_network_transmit_queue_length{device="vethf25f762"} 0 node_network_transmit_queue_length{device="vethf3e1b6a"} 0 node_network_transmit_queue_length{device="vethf41c1e8"} 0 node_network_transmit_queue_length{device="vethf44e733"} 0 node_network_transmit_queue_length{device="vethf57c3bb"} 0 node_network_transmit_queue_length{device="vethf5b3fd0"} 0 node_network_transmit_queue_length{device="vethf61906e"} 0 node_network_transmit_queue_length{device="vethf6b70c6"} 0 node_network_transmit_queue_length{device="vethf700626"} 0 node_network_transmit_queue_length{device="vethf719e39"} 0 node_network_transmit_queue_length{device="vethf76ee93"} 0 node_network_transmit_queue_length{device="vethf77cc2b"} 0 node_network_transmit_queue_length{device="vethf81eade"} 0 node_network_transmit_queue_length{device="vethf8c86df"} 0 node_network_transmit_queue_length{device="vethf9b8ad4"} 0 node_network_transmit_queue_length{device="vethfa1b0e8"} 0 node_network_transmit_queue_length{device="vethfa1f320"} 0 node_network_transmit_queue_length{device="vethfa2dd43"} 0 node_network_transmit_queue_length{device="vethfadc2ac"} 0 node_network_transmit_queue_length{device="vethfafe27c"} 0 node_network_transmit_queue_length{device="vethfb1de8a"} 0 node_network_transmit_queue_length{device="vethfb5a12c"} 0 node_network_transmit_queue_length{device="vethfb79591"} 0 node_network_transmit_queue_length{device="vethfc28698"} 0 node_network_transmit_queue_length{device="vethfc4799a"} 0 node_network_transmit_queue_length{device="vethfe615fb"} 0 node_network_transmit_queue_length{device="vethff2e95b"} 0 node_network_transmit_queue_length{device="vethffa3629"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-026d8e52a915"} 1 node_network_up{device="br-028df7dbe79c"} 1 node_network_up{device="br-0c77bfc382c5"} 1 node_network_up{device="br-393152ee2ab7"} 1 node_network_up{device="br-6acdaa8c9f1b"} 1 node_network_up{device="br-895d39099eb3"} 1 node_network_up{device="br-9a4c633e7389"} 1 node_network_up{device="br-b2db2f4bc8e1"} 1 node_network_up{device="br-b83cbe748b37"} 1 node_network_up{device="br-c7afcacea542"} 1 node_network_up{device="br-c829cf887623"} 1 node_network_up{device="br-eb0faf84288b"} 1 node_network_up{device="docker0"} 0 node_network_up{device="enp7s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0073e6a"} 1 node_network_up{device="veth010e82a"} 0 node_network_up{device="veth01683b7"} 0 node_network_up{device="veth01f0e03"} 1 node_network_up{device="veth02129bc"} 0 node_network_up{device="veth0294e47"} 1 node_network_up{device="veth02edd68"} 1 node_network_up{device="veth03f6d35"} 0 node_network_up{device="veth0487eab"} 0 node_network_up{device="veth04a02fa"} 1 node_network_up{device="veth04a792c"} 0 node_network_up{device="veth0520912"} 0 node_network_up{device="veth053b7ea"} 1 node_network_up{device="veth054d183"} 1 node_network_up{device="veth0588159"} 1 node_network_up{device="veth06087df"} 1 node_network_up{device="veth0683bd7"} 1 node_network_up{device="veth0770762"} 1 node_network_up{device="veth07b3d46"} 0 node_network_up{device="veth07b7237"} 0 node_network_up{device="veth083dcb1"} 0 node_network_up{device="veth0843d47"} 0 node_network_up{device="veth08b2ce6"} 1 node_network_up{device="veth08f5c22"} 1 node_network_up{device="veth0983dc8"} 1 node_network_up{device="veth099bbf7"} 1 node_network_up{device="veth0a33edc"} 1 node_network_up{device="veth0a3e5dc"} 1 node_network_up{device="veth0a406ae"} 1 node_network_up{device="veth0a9af9f"} 1 node_network_up{device="veth0c504cf"} 0 node_network_up{device="veth0c8b368"} 1 node_network_up{device="veth0cc91c8"} 0 node_network_up{device="veth10365a8"} 0 node_network_up{device="veth114179a"} 1 node_network_up{device="veth12120a3"} 0 node_network_up{device="veth123b9c2"} 1 node_network_up{device="veth1325997"} 0 node_network_up{device="veth13fab17"} 0 node_network_up{device="veth14b0c9a"} 0 node_network_up{device="veth151647c"} 0 node_network_up{device="veth159f326"} 0 node_network_up{device="veth15bf0a1"} 1 node_network_up{device="veth15c0fe2"} 1 node_network_up{device="veth160053f"} 1 node_network_up{device="veth1616278"} 0 node_network_up{device="veth1678242"} 1 node_network_up{device="veth168e16f"} 1 node_network_up{device="veth17def85"} 0 node_network_up{device="veth17ecd66"} 0 node_network_up{device="veth1821b35"} 1 node_network_up{device="veth1899649"} 1 node_network_up{device="veth18cbbb8"} 0 node_network_up{device="veth18d511e"} 0 node_network_up{device="veth18e9634"} 0 node_network_up{device="veth1929fb1"} 1 node_network_up{device="veth1957071"} 0 node_network_up{device="veth19fc3cd"} 1 node_network_up{device="veth1a3e11a"} 1 node_network_up{device="veth1a786f9"} 0 node_network_up{device="veth1a8dbfb"} 0 node_network_up{device="veth1aeaa71"} 1 node_network_up{device="veth1b8cce8"} 0 node_network_up{device="veth1d309cb"} 0 node_network_up{device="veth1d56af8"} 1 node_network_up{device="veth1d7db64"} 1 node_network_up{device="veth1eb823c"} 0 node_network_up{device="veth1f6f24d"} 1 node_network_up{device="veth202aa31"} 0 node_network_up{device="veth207fd71"} 1 node_network_up{device="veth2081a27"} 1 node_network_up{device="veth209dd7a"} 1 node_network_up{device="veth20be67e"} 1 node_network_up{device="veth212af81"} 0 node_network_up{device="veth221aac3"} 1 node_network_up{device="veth22d8e40"} 1 node_network_up{device="veth22fad06"} 0 node_network_up{device="veth230c5dd"} 1 node_network_up{device="veth2323bf7"} 1 node_network_up{device="veth239a22d"} 1 node_network_up{device="veth23aa81a"} 0 node_network_up{device="veth23aaf8d"} 1 node_network_up{device="veth24105bf"} 0 node_network_up{device="veth2495899"} 1 node_network_up{device="veth2615dda"} 0 node_network_up{device="veth26654a4"} 1 node_network_up{device="veth2679a47"} 1 node_network_up{device="veth27af53a"} 1 node_network_up{device="veth29020dd"} 1 node_network_up{device="veth292ba70"} 0 node_network_up{device="veth29b3b3c"} 0 node_network_up{device="veth29f0eab"} 1 node_network_up{device="veth2a74a99"} 0 node_network_up{device="veth2ad52f5"} 1 node_network_up{device="veth2c1d381"} 0 node_network_up{device="veth2c9a8c2"} 1 node_network_up{device="veth2ce4c6a"} 1 node_network_up{device="veth2d58f81"} 0 node_network_up{device="veth2d94cfa"} 1 node_network_up{device="veth2ddadd1"} 1 node_network_up{device="veth2e85db2"} 0 node_network_up{device="veth2e92b86"} 0 node_network_up{device="veth2ebb250"} 0 node_network_up{device="veth2f20774"} 0 node_network_up{device="veth2fe230f"} 0 node_network_up{device="veth3082d47"} 0 node_network_up{device="veth30ab815"} 0 node_network_up{device="veth30b8afd"} 1 node_network_up{device="veth30c2ec1"} 1 node_network_up{device="veth30f0922"} 0 node_network_up{device="veth3141554"} 1 node_network_up{device="veth3151ba5"} 1 node_network_up{device="veth31d2eaa"} 1 node_network_up{device="veth320cba1"} 1 node_network_up{device="veth320f850"} 1 node_network_up{device="veth322b9b8"} 1 node_network_up{device="veth328eadb"} 0 node_network_up{device="veth32d6589"} 1 node_network_up{device="veth337f453"} 0 node_network_up{device="veth33aa790"} 1 node_network_up{device="veth33c2333"} 1 node_network_up{device="veth33ff62d"} 0 node_network_up{device="veth344048f"} 1 node_network_up{device="veth345d8aa"} 0 node_network_up{device="veth350043e"} 0 node_network_up{device="veth357f9a6"} 1 node_network_up{device="veth35ba668"} 1 node_network_up{device="veth36351a0"} 1 node_network_up{device="veth3681ad5"} 1 node_network_up{device="veth368fb65"} 0 node_network_up{device="veth36e51bf"} 0 node_network_up{device="veth36ff62d"} 1 node_network_up{device="veth374c886"} 0 node_network_up{device="veth384adb9"} 1 node_network_up{device="veth3880ae5"} 1 node_network_up{device="veth38a1e62"} 0 node_network_up{device="veth38dd5d6"} 1 node_network_up{device="veth391bdb4"} 0 node_network_up{device="veth3940776"} 0 node_network_up{device="veth395fce7"} 0 node_network_up{device="veth398f945"} 0 node_network_up{device="veth3a6420a"} 0 node_network_up{device="veth3a6d0d0"} 1 node_network_up{device="veth3ab2f83"} 0 node_network_up{device="veth3af42ba"} 0 node_network_up{device="veth3b3a088"} 0 node_network_up{device="veth3b98e11"} 1 node_network_up{device="veth3b9bec1"} 0 node_network_up{device="veth3bf8415"} 0 node_network_up{device="veth3d40be3"} 0 node_network_up{device="veth3dd5600"} 0 node_network_up{device="veth3dd9a17"} 1 node_network_up{device="veth3e20285"} 1 node_network_up{device="veth3edbccf"} 1 node_network_up{device="veth3efd193"} 0 node_network_up{device="veth3f107ab"} 0 node_network_up{device="veth3f604c5"} 0 node_network_up{device="veth3fcc46c"} 0 node_network_up{device="veth40272ae"} 0 node_network_up{device="veth4034003"} 1 node_network_up{device="veth4044350"} 0 node_network_up{device="veth4069685"} 1 node_network_up{device="veth416f8f4"} 1 node_network_up{device="veth419304f"} 0 node_network_up{device="veth41a3a93"} 0 node_network_up{device="veth41fb34a"} 1 node_network_up{device="veth41fcef0"} 0 node_network_up{device="veth428e028"} 0 node_network_up{device="veth443b91c"} 1 node_network_up{device="veth44f1fa8"} 0 node_network_up{device="veth4550804"} 0 node_network_up{device="veth4562f04"} 0 node_network_up{device="veth457a795"} 1 node_network_up{device="veth458490d"} 0 node_network_up{device="veth459832e"} 1 node_network_up{device="veth45f2515"} 0 node_network_up{device="veth4677387"} 0 node_network_up{device="veth469233d"} 0 node_network_up{device="veth47f4190"} 0 node_network_up{device="veth48023de"} 1 node_network_up{device="veth483ae51"} 1 node_network_up{device="veth48dde12"} 0 node_network_up{device="veth4a6d44e"} 0 node_network_up{device="veth4aba26b"} 0 node_network_up{device="veth4b6a8ab"} 0 node_network_up{device="veth4d7ab27"} 1 node_network_up{device="veth4e09deb"} 0 node_network_up{device="veth4e9c762"} 0 node_network_up{device="veth4ef1b57"} 1 node_network_up{device="veth4f48dee"} 0 node_network_up{device="veth4f982a3"} 1 node_network_up{device="veth4fb59f4"} 1 node_network_up{device="veth503a1ec"} 1 node_network_up{device="veth503c493"} 0 node_network_up{device="veth504df73"} 0 node_network_up{device="veth5067620"} 1 node_network_up{device="veth506ef7a"} 0 node_network_up{device="veth5078bd4"} 0 node_network_up{device="veth50e5845"} 0 node_network_up{device="veth514bb8f"} 0 node_network_up{device="veth5164377"} 1 node_network_up{device="veth520248a"} 1 node_network_up{device="veth5287b89"} 1 node_network_up{device="veth52bc56b"} 1 node_network_up{device="veth52f1bd3"} 1 node_network_up{device="veth544a0b6"} 1 node_network_up{device="veth55240b9"} 1 node_network_up{device="veth56cffbb"} 1 node_network_up{device="veth56ed7c1"} 1 node_network_up{device="veth5708788"} 0 node_network_up{device="veth576344a"} 0 node_network_up{device="veth577d8bb"} 1 node_network_up{device="veth596fd33"} 0 node_network_up{device="veth5aad8aa"} 0 node_network_up{device="veth5ab0b2a"} 0 node_network_up{device="veth5b434a4"} 1 node_network_up{device="veth5c40725"} 1 node_network_up{device="veth5c6c998"} 1 node_network_up{device="veth5cbcf24"} 1 node_network_up{device="veth5cf1150"} 1 node_network_up{device="veth5cf99c9"} 0 node_network_up{device="veth5db1800"} 1 node_network_up{device="veth5ecb0b2"} 0 node_network_up{device="veth5f39e07"} 0 node_network_up{device="veth605305d"} 0 node_network_up{device="veth6163981"} 0 node_network_up{device="veth61cf889"} 0 node_network_up{device="veth61da541"} 0 node_network_up{device="veth628bbe9"} 0 node_network_up{device="veth639387f"} 0 node_network_up{device="veth63ffe69"} 1 node_network_up{device="veth648a707"} 0 node_network_up{device="veth654fb49"} 1 node_network_up{device="veth65689f8"} 1 node_network_up{device="veth6675659"} 0 node_network_up{device="veth66bd85c"} 1 node_network_up{device="veth66f2b16"} 1 node_network_up{device="veth6719010"} 1 node_network_up{device="veth672a31a"} 1 node_network_up{device="veth67b5571"} 1 node_network_up{device="veth682c78b"} 1 node_network_up{device="veth683b1d0"} 0 node_network_up{device="veth6888178"} 0 node_network_up{device="veth699f465"} 0 node_network_up{device="veth69efa93"} 1 node_network_up{device="veth6a8066d"} 0 node_network_up{device="veth6bb5987"} 0 node_network_up{device="veth6c2abab"} 1 node_network_up{device="veth6c4dbe3"} 1 node_network_up{device="veth6c6fca6"} 0 node_network_up{device="veth6d09418"} 0 node_network_up{device="veth6ec4c37"} 1 node_network_up{device="veth6f0ff64"} 1 node_network_up{device="veth6f7335c"} 0 node_network_up{device="veth700b714"} 1 node_network_up{device="veth703f646"} 0 node_network_up{device="veth70ce227"} 1 node_network_up{device="veth712c663"} 0 node_network_up{device="veth716d6c7"} 0 node_network_up{device="veth719781b"} 0 node_network_up{device="veth729d504"} 1 node_network_up{device="veth746f620"} 1 node_network_up{device="veth74b10b9"} 1 node_network_up{device="veth74d1731"} 0 node_network_up{device="veth74e024f"} 0 node_network_up{device="veth758cb42"} 0 node_network_up{device="veth7590df4"} 1 node_network_up{device="veth75a56e0"} 1 node_network_up{device="veth75dc34d"} 1 node_network_up{device="veth75ed4dc"} 1 node_network_up{device="veth793ade8"} 0 node_network_up{device="veth79c5141"} 0 node_network_up{device="veth7afd9d3"} 0 node_network_up{device="veth7ba76be"} 0 node_network_up{device="veth7c22dd3"} 0 node_network_up{device="veth7c2565d"} 0 node_network_up{device="veth7c702ad"} 0 node_network_up{device="veth7c83e5c"} 0 node_network_up{device="veth7d16666"} 0 node_network_up{device="veth7d30658"} 0 node_network_up{device="veth7d40ded"} 0 node_network_up{device="veth7d94491"} 0 node_network_up{device="veth7d9d5f6"} 0 node_network_up{device="veth7ea6d28"} 1 node_network_up{device="veth7f1ce99"} 1 node_network_up{device="veth7fa51ee"} 1 node_network_up{device="veth7fbec60"} 1 node_network_up{device="veth80af51e"} 1 node_network_up{device="veth810edf5"} 1 node_network_up{device="veth81f49ff"} 1 node_network_up{device="veth82471a9"} 0 node_network_up{device="veth8347724"} 0 node_network_up{device="veth83bc7e8"} 0 node_network_up{device="veth841efb4"} 0 node_network_up{device="veth84341ad"} 1 node_network_up{device="veth848770f"} 1 node_network_up{device="veth849e867"} 1 node_network_up{device="veth84a62fb"} 1 node_network_up{device="veth84d9527"} 1 node_network_up{device="veth853da8f"} 1 node_network_up{device="veth8606e91"} 1 node_network_up{device="veth863f7a4"} 0 node_network_up{device="veth8678e16"} 0 node_network_up{device="veth86c903b"} 0 node_network_up{device="veth872b030"} 0 node_network_up{device="veth88f0ac0"} 0 node_network_up{device="veth892e775"} 1 node_network_up{device="veth89e5167"} 0 node_network_up{device="veth8a33db5"} 0 node_network_up{device="veth8acd4c4"} 0 node_network_up{device="veth8c55edf"} 1 node_network_up{device="veth8c8400b"} 1 node_network_up{device="veth8d958d0"} 1 node_network_up{device="veth8dabee9"} 0 node_network_up{device="veth8e00e4f"} 1 node_network_up{device="veth8edd906"} 0 node_network_up{device="veth8fa6ffb"} 0 node_network_up{device="veth900167c"} 0 node_network_up{device="veth91d026f"} 0 node_network_up{device="veth92ac478"} 0 node_network_up{device="veth946c1de"} 0 node_network_up{device="veth946c5cd"} 1 node_network_up{device="veth94def52"} 1 node_network_up{device="veth95fb0da"} 1 node_network_up{device="veth962c636"} 1 node_network_up{device="veth9729cc7"} 1 node_network_up{device="veth98115bf"} 1 node_network_up{device="veth9894f21"} 0 node_network_up{device="veth9970996"} 0 node_network_up{device="veth9a138aa"} 0 node_network_up{device="veth9a152cc"} 0 node_network_up{device="veth9a59911"} 0 node_network_up{device="veth9ab7cea"} 1 node_network_up{device="veth9b084c6"} 1 node_network_up{device="veth9b8eeb9"} 0 node_network_up{device="veth9be17ae"} 0 node_network_up{device="veth9c8ad8b"} 1 node_network_up{device="veth9ca41c2"} 1 node_network_up{device="veth9cd890b"} 0 node_network_up{device="veth9d6a7bc"} 1 node_network_up{device="veth9dd756f"} 0 node_network_up{device="veth9df5a85"} 1 node_network_up{device="veth9ee34dc"} 0 node_network_up{device="veth9f0e9bc"} 1 node_network_up{device="veth9f11fce"} 0 node_network_up{device="veth9fb5f57"} 1 node_network_up{device="veth9fc1c8b"} 0 node_network_up{device="vetha0d8fd7"} 1 node_network_up{device="vetha0dbb0e"} 0 node_network_up{device="vetha0f070c"} 0 node_network_up{device="vetha1d4491"} 1 node_network_up{device="vetha2479b0"} 0 node_network_up{device="vetha267906"} 0 node_network_up{device="vetha2c7d1b"} 0 node_network_up{device="vetha340e8c"} 0 node_network_up{device="vetha365085"} 1 node_network_up{device="vetha3cdccc"} 1 node_network_up{device="vetha44899b"} 0 node_network_up{device="vetha4c6ac9"} 0 node_network_up{device="vetha4d381c"} 1 node_network_up{device="vetha558068"} 1 node_network_up{device="vetha5ed2bf"} 1 node_network_up{device="vetha7661ca"} 1 node_network_up{device="vetha8b7fa4"} 0 node_network_up{device="vetha8f99c8"} 0 node_network_up{device="vetha91a27c"} 1 node_network_up{device="vetha96b7be"} 1 node_network_up{device="vethaa45e89"} 1 node_network_up{device="vethab6915b"} 1 node_network_up{device="vethabb965f"} 0 node_network_up{device="vethac93a1a"} 0 node_network_up{device="vethacf3fd1"} 1 node_network_up{device="vethae8b5de"} 1 node_network_up{device="vethaefa773"} 0 node_network_up{device="vethafca1f2"} 0 node_network_up{device="vethafd40c3"} 1 node_network_up{device="vethafdfb61"} 0 node_network_up{device="vethb174b7c"} 0 node_network_up{device="vethb1d3234"} 1 node_network_up{device="vethb1d492d"} 1 node_network_up{device="vethb2715f8"} 0 node_network_up{device="vethb2e3f54"} 0 node_network_up{device="vethb3532dd"} 0 node_network_up{device="vethb3cc631"} 1 node_network_up{device="vethb421518"} 0 node_network_up{device="vethb541e00"} 1 node_network_up{device="vethb54ab4e"} 1 node_network_up{device="vethb58e487"} 0 node_network_up{device="vethb5cf9d4"} 0 node_network_up{device="vethb5df291"} 0 node_network_up{device="vethb79060e"} 1 node_network_up{device="vethb7d0ffc"} 0 node_network_up{device="vethb81f225"} 1 node_network_up{device="vethb8d6278"} 0 node_network_up{device="vethb90ec2b"} 0 node_network_up{device="vethb921f9d"} 1 node_network_up{device="vethb9aadf5"} 1 node_network_up{device="vethbb3fe72"} 0 node_network_up{device="vethbb4e364"} 1 node_network_up{device="vethbb9533e"} 1 node_network_up{device="vethbc09edc"} 0 node_network_up{device="vethbc16364"} 0 node_network_up{device="vethbc2e354"} 0 node_network_up{device="vethbc96882"} 1 node_network_up{device="vethbcc666a"} 0 node_network_up{device="vethbd115d2"} 1 node_network_up{device="vethbd22d95"} 1 node_network_up{device="vethbd50c49"} 1 node_network_up{device="vethbd939c9"} 0 node_network_up{device="vethbdb2bf0"} 0 node_network_up{device="vethbe2f9af"} 1 node_network_up{device="vethbe5573b"} 1 node_network_up{device="vethbeb46b5"} 0 node_network_up{device="vethbeee8f8"} 1 node_network_up{device="vethbf26e2e"} 0 node_network_up{device="vethbf27ea7"} 0 node_network_up{device="vethbf3e7a4"} 1 node_network_up{device="vethbf48ed1"} 0 node_network_up{device="vethbffa4b0"} 0 node_network_up{device="vethc097a42"} 0 node_network_up{device="vethc0e8e4a"} 0 node_network_up{device="vethc171628"} 1 node_network_up{device="vethc1b3d9a"} 0 node_network_up{device="vethc283146"} 0 node_network_up{device="vethc2b7b26"} 0 node_network_up{device="vethc326f73"} 1 node_network_up{device="vethc393cfd"} 0 node_network_up{device="vethc3e0111"} 0 node_network_up{device="vethc3f7661"} 1 node_network_up{device="vethc4deb04"} 1 node_network_up{device="vethc50c474"} 0 node_network_up{device="vethc54d293"} 0 node_network_up{device="vethc5d5b9d"} 0 node_network_up{device="vethc607859"} 0 node_network_up{device="vethc64d99d"} 1 node_network_up{device="vethc69d766"} 0 node_network_up{device="vethc6b8da5"} 1 node_network_up{device="vethc72834f"} 1 node_network_up{device="vethc76495d"} 1 node_network_up{device="vethc7c552e"} 1 node_network_up{device="vethc7d5e61"} 0 node_network_up{device="vethc8c3b71"} 0 node_network_up{device="vethc919987"} 1 node_network_up{device="vethc996ac7"} 1 node_network_up{device="vethca97906"} 1 node_network_up{device="vethcbc8c45"} 1 node_network_up{device="vethcc41921"} 1 node_network_up{device="vethcc52e3d"} 1 node_network_up{device="vethcc994c9"} 0 node_network_up{device="vethccf6d29"} 0 node_network_up{device="vethce241be"} 1 node_network_up{device="vethcf354b0"} 0 node_network_up{device="vethcff22cf"} 0 node_network_up{device="vethd06f5d2"} 0 node_network_up{device="vethd0d84db"} 1 node_network_up{device="vethd0f0797"} 0 node_network_up{device="vethd1070ff"} 0 node_network_up{device="vethd185802"} 1 node_network_up{device="vethd1942a6"} 1 node_network_up{device="vethd1e0f0f"} 0 node_network_up{device="vethd21a7f0"} 0 node_network_up{device="vethd2374a1"} 0 node_network_up{device="vethd268ff7"} 0 node_network_up{device="vethd35d652"} 0 node_network_up{device="vethd3ddef0"} 1 node_network_up{device="vethd408fa4"} 0 node_network_up{device="vethd4b883a"} 1 node_network_up{device="vethd529fd4"} 1 node_network_up{device="vethd5d2986"} 1 node_network_up{device="vethd5d44f1"} 0 node_network_up{device="vethd618e36"} 1 node_network_up{device="vethd6641b3"} 0 node_network_up{device="vethd70d558"} 0 node_network_up{device="vethd774c27"} 1 node_network_up{device="vethd79e9f5"} 0 node_network_up{device="vethd7c8767"} 0 node_network_up{device="vethd7f39b3"} 0 node_network_up{device="vethd84aaa2"} 1 node_network_up{device="vethd887cc8"} 0 node_network_up{device="vethd8ed3b7"} 1 node_network_up{device="vethd9041b9"} 1 node_network_up{device="vethd922e96"} 1 node_network_up{device="vethd93c801"} 0 node_network_up{device="vethd96e53a"} 0 node_network_up{device="vethd9e80a7"} 1 node_network_up{device="vethd9f9021"} 1 node_network_up{device="vethda1c202"} 1 node_network_up{device="vethdc03552"} 0 node_network_up{device="vethdcc414f"} 0 node_network_up{device="vethdcd7a42"} 0 node_network_up{device="vethdd93b52"} 0 node_network_up{device="vethddbee4c"} 0 node_network_up{device="vethde0a9a6"} 1 node_network_up{device="vethde1d4af"} 0 node_network_up{device="vethde3c5db"} 0 node_network_up{device="vethde6cf02"} 0 node_network_up{device="vethe0607e3"} 0 node_network_up{device="vethe07ace6"} 1 node_network_up{device="vethe0c1701"} 0 node_network_up{device="vethe1343dc"} 1 node_network_up{device="vethe13fea7"} 1 node_network_up{device="vethe1c4b8e"} 0 node_network_up{device="vethe2df25b"} 0 node_network_up{device="vethe3fadda"} 1 node_network_up{device="vethe41ffcf"} 1 node_network_up{device="vethe48c931"} 0 node_network_up{device="vethe514c96"} 1 node_network_up{device="vethe5413d3"} 1 node_network_up{device="vethe5b26a5"} 0 node_network_up{device="vethe617ba9"} 1 node_network_up{device="vethe664b0e"} 1 node_network_up{device="vethe6c8ced"} 0 node_network_up{device="vethe736cf4"} 1 node_network_up{device="vethe748123"} 1 node_network_up{device="vethe78bb37"} 0 node_network_up{device="vethe959666"} 0 node_network_up{device="vethe9a832d"} 0 node_network_up{device="vethe9f6b95"} 0 node_network_up{device="vetheaafa33"} 1 node_network_up{device="vetheb6c5e2"} 0 node_network_up{device="vethec55a93"} 0 node_network_up{device="vethecbca0a"} 0 node_network_up{device="vethed65eeb"} 0 node_network_up{device="vethed8cf8f"} 0 node_network_up{device="vetheeeb839"} 1 node_network_up{device="vethf0535f5"} 0 node_network_up{device="vethf07cd82"} 0 node_network_up{device="vethf07e04f"} 0 node_network_up{device="vethf10af27"} 0 node_network_up{device="vethf13be56"} 0 node_network_up{device="vethf225b65"} 0 node_network_up{device="vethf24cf0b"} 0 node_network_up{device="vethf25f762"} 0 node_network_up{device="vethf3e1b6a"} 0 node_network_up{device="vethf41c1e8"} 0 node_network_up{device="vethf44e733"} 1 node_network_up{device="vethf57c3bb"} 0 node_network_up{device="vethf5b3fd0"} 1 node_network_up{device="vethf61906e"} 1 node_network_up{device="vethf6b70c6"} 0 node_network_up{device="vethf700626"} 0 node_network_up{device="vethf719e39"} 0 node_network_up{device="vethf76ee93"} 0 node_network_up{device="vethf77cc2b"} 1 node_network_up{device="vethf81eade"} 1 node_network_up{device="vethf8c86df"} 1 node_network_up{device="vethf9b8ad4"} 1 node_network_up{device="vethfa1b0e8"} 0 node_network_up{device="vethfa1f320"} 1 node_network_up{device="vethfa2dd43"} 1 node_network_up{device="vethfadc2ac"} 0 node_network_up{device="vethfafe27c"} 0 node_network_up{device="vethfb1de8a"} 0 node_network_up{device="vethfb5a12c"} 1 node_network_up{device="vethfb79591"} 0 node_network_up{device="vethfc28698"} 1 node_network_up{device="vethfc4799a"} 0 node_network_up{device="vethfe615fb"} 1 node_network_up{device="vethff2e95b"} 1 node_network_up{device="vethffa3629"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 14 # 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 MZVL2512HCJQ-00B00",serial="S675NF0R518437",state="live"} 1 node_nvme_info{device="nvme1",firmware_revision="GXA7801Q",model="SAMSUNG MZVL2512HCJQ-00B00",serial="S675NF0R518436",state="live"} 1 node_nvme_info{device="nvme2",firmware_revision="P7MU002",model="Micron_3400_MTFDKBA2T0TFH",serial="235047AF617D",state="live"} 1 node_nvme_info{device="nvme3",firmware_revision="P7MU002",model="Micron_3400_MTFDKBA2T0TFH",serial="240247AF05EC",state="live"} 1 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 94530.832995 # 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 43009.749416 # 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 47596.510638 # 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 78.74967600000001 # 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 90.808337 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 2 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.303866882877804e+06 node_schedstat_running_seconds_total{cpu="1"} 1.188201053316575e+06 node_schedstat_running_seconds_total{cpu="10"} 1.190962761135394e+06 node_schedstat_running_seconds_total{cpu="11"} 1.219619475574809e+06 node_schedstat_running_seconds_total{cpu="2"} 1.163015625887587e+06 node_schedstat_running_seconds_total{cpu="3"} 1.546367753469157e+06 node_schedstat_running_seconds_total{cpu="4"} 1.237810466851632e+06 node_schedstat_running_seconds_total{cpu="5"} 1.245758228894359e+06 node_schedstat_running_seconds_total{cpu="6"} 1.363723058382457e+06 node_schedstat_running_seconds_total{cpu="7"} 1.095807612225285e+06 node_schedstat_running_seconds_total{cpu="8"} 1.138653605489429e+06 node_schedstat_running_seconds_total{cpu="9"} 1.456485500539198e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 6.426665796e+09 node_schedstat_timeslices_total{cpu="1"} 6.460418569e+09 node_schedstat_timeslices_total{cpu="10"} 6.523972793e+09 node_schedstat_timeslices_total{cpu="11"} 6.532944115e+09 node_schedstat_timeslices_total{cpu="2"} 6.458530723e+09 node_schedstat_timeslices_total{cpu="3"} 6.354274288e+09 node_schedstat_timeslices_total{cpu="4"} 6.4678457e+09 node_schedstat_timeslices_total{cpu="5"} 6.44553141e+09 node_schedstat_timeslices_total{cpu="6"} 6.369660387e+09 node_schedstat_timeslices_total{cpu="7"} 6.472063307e+09 node_schedstat_timeslices_total{cpu="8"} 6.515759472e+09 node_schedstat_timeslices_total{cpu="9"} 6.392955944e+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"} 122752.160200054 node_schedstat_waiting_seconds_total{cpu="1"} 122299.162963386 node_schedstat_waiting_seconds_total{cpu="10"} 128706.850870262 node_schedstat_waiting_seconds_total{cpu="11"} 129175.687102751 node_schedstat_waiting_seconds_total{cpu="2"} 123230.767417757 node_schedstat_waiting_seconds_total{cpu="3"} 121521.347966873 node_schedstat_waiting_seconds_total{cpu="4"} 123058.759161344 node_schedstat_waiting_seconds_total{cpu="5"} 124096.008698352 node_schedstat_waiting_seconds_total{cpu="6"} 123907.670087594 node_schedstat_waiting_seconds_total{cpu="7"} 125141.45910953 node_schedstat_waiting_seconds_total{cpu="8"} 127514.099294673 node_schedstat_waiting_seconds_total{cpu="9"} 127024.166946977 # 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.000261321 node_scrape_collector_duration_seconds{collector="bcache"} 1.2714e-05 node_scrape_collector_duration_seconds{collector="bonding"} 7.724e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00795654 node_scrape_collector_duration_seconds{collector="conntrack"} 6.0563e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.026366848 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.015512337 node_scrape_collector_duration_seconds{collector="diskstats"} 0.031140901 node_scrape_collector_duration_seconds{collector="dmi"} 1.57e-05 node_scrape_collector_duration_seconds{collector="edac"} 6.7497e-05 node_scrape_collector_duration_seconds{collector="entropy"} 9.3255e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.1702e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.9965e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.040167129 node_scrape_collector_duration_seconds{collector="hwmon"} 0.126161496 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4107e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.061e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.3813e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 9.3606e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000242215 node_scrape_collector_duration_seconds{collector="netclass"} 0.532901126 node_scrape_collector_duration_seconds{collector="netdev"} 0.000320552 node_scrape_collector_duration_seconds{collector="netstat"} 0.039840286 node_scrape_collector_duration_seconds{collector="nfs"} 2.682e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.3262e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000321644 node_scrape_collector_duration_seconds{collector="os"} 7.5232e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.5845e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000174257 node_scrape_collector_duration_seconds{collector="rapl"} 0.035886151 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000187431 node_scrape_collector_duration_seconds{collector="selinux"} 1.312e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.00021818 node_scrape_collector_duration_seconds{collector="softnet"} 0.000169699 node_scrape_collector_duration_seconds{collector="stat"} 0.000410751 node_scrape_collector_duration_seconds{collector="tapestats"} 1.4407e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.2883e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.02020592 node_scrape_collector_duration_seconds{collector="time"} 0.00010673 node_scrape_collector_duration_seconds{collector="timex"} 1.9306e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.025283403 node_scrape_collector_duration_seconds{collector="uname"} 9.848e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000238598 node_scrape_collector_duration_seconds{collector="watchdog"} 3.0176e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.6499e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.2043e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 1 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 91117 # 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 33995 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.3924352e+08 # 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 3 # 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 256 # 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 1.048576e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="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="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"} 82 node_softnet_dropped_total{cpu="1"} 91 node_softnet_dropped_total{cpu="10"} 79 node_softnet_dropped_total{cpu="11"} 84 node_softnet_dropped_total{cpu="2"} 3054 node_softnet_dropped_total{cpu="3"} 85 node_softnet_dropped_total{cpu="4"} 95 node_softnet_dropped_total{cpu="5"} 83 node_softnet_dropped_total{cpu="6"} 84 node_softnet_dropped_total{cpu="7"} 4491 node_softnet_dropped_total{cpu="8"} 6528 node_softnet_dropped_total{cpu="9"} 94 # 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="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 5.11161173e+08 node_softnet_processed_total{cpu="1"} 5.10279011e+08 node_softnet_processed_total{cpu="10"} 7.28418847e+08 node_softnet_processed_total{cpu="11"} 7.38313301e+08 node_softnet_processed_total{cpu="2"} 5.08868164e+08 node_softnet_processed_total{cpu="3"} 5.1846954e+08 node_softnet_processed_total{cpu="4"} 5.1735818e+08 node_softnet_processed_total{cpu="5"} 5.13883576e+08 node_softnet_processed_total{cpu="6"} 5.07556394e+08 node_softnet_processed_total{cpu="7"} 5.10916484e+08 node_softnet_processed_total{cpu="8"} 7.25175732e+08 node_softnet_processed_total{cpu="9"} 7.15190427e+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="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"} 485 node_softnet_times_squeezed_total{cpu="1"} 362 node_softnet_times_squeezed_total{cpu="10"} 435 node_softnet_times_squeezed_total{cpu="11"} 457 node_softnet_times_squeezed_total{cpu="2"} 410 node_softnet_times_squeezed_total{cpu="3"} 485 node_softnet_times_squeezed_total{cpu="4"} 418 node_softnet_times_squeezed_total{cpu="5"} 405 node_softnet_times_squeezed_total{cpu="6"} 458 node_softnet_times_squeezed_total{cpu="7"} 419 node_softnet_times_squeezed_total{cpu="8"} 421 node_softnet_times_squeezed_total{cpu="9"} 440 # 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.7761642860755255e+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.000002274734497 # 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.386 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 5.85e-06 # 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="699622be113a",release="6.8.0-79-generic",sysname="Linux",version="#79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 1.20455772515e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 614424 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.71593296e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.1727265916e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 826920 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 5.10964e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 63005.89 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 65535 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 2.11929304e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 9.114481723e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.7701248e+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.77443513886e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273147392e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 115276 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0