# 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"} 1.4828e-05 go_gc_duration_seconds{quantile="0.25"} 2.4615e-05 go_gc_duration_seconds{quantile="0.5"} 3.5525e-05 go_gc_duration_seconds{quantile="0.75"} 4.1305e-05 go_gc_duration_seconds{quantile="1"} 8.1425e-05 go_gc_duration_seconds_sum 11.666703988 go_gc_duration_seconds_count 313928 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.0756824e+07 # 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 9.27464841568e+11 # 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.131288e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.6149080692e+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.337736e+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 1.0756824e+07 # 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.544832e+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 1.2623872e+07 # 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 187295 # 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 6.643712e+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 2.0168704e+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.7882160695764205e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.6149267987e+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 31200 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 209280 # 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 310080 # 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.752496e+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 1.174664e+06 # 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 786432 # 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 786432 # 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.7940104e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.787228027e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.72212313e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 node_cooling_device_cur_state{name="8",type="Processor"} 0 node_cooling_device_cur_state{name="9",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="10",type="Processor"} 0 node_cooling_device_max_state{name="11",type="Processor"} 0 node_cooling_device_max_state{name="12",type="Processor"} 0 node_cooling_device_max_state{name="13",type="Processor"} 0 node_cooling_device_max_state{name="14",type="Processor"} 0 node_cooling_device_max_state{name="15",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 node_cooling_device_max_state{name="8",type="Processor"} 0 node_cooling_device_max_state{name="9",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="10",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="10",mode="user"} 0 node_cpu_guest_seconds_total{cpu="11",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="11",mode="user"} 0 node_cpu_guest_seconds_total{cpu="12",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="12",mode="user"} 0 node_cpu_guest_seconds_total{cpu="13",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="13",mode="user"} 0 node_cpu_guest_seconds_total{cpu="14",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="14",mode="user"} 0 node_cpu_guest_seconds_total{cpu="15",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="15",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 node_cpu_guest_seconds_total{cpu="8",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="8",mode="user"} 0 node_cpu_guest_seconds_total{cpu="9",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="9",mode="user"} 0 # HELP node_cpu_online CPUs that are online and being scheduled. # TYPE node_cpu_online gauge node_cpu_online{cpu="0"} 1 node_cpu_online{cpu="1"} 1 node_cpu_online{cpu="10"} 1 node_cpu_online{cpu="11"} 1 node_cpu_online{cpu="12"} 1 node_cpu_online{cpu="13"} 1 node_cpu_online{cpu="14"} 1 node_cpu_online{cpu="15"} 1 node_cpu_online{cpu="2"} 1 node_cpu_online{cpu="3"} 1 node_cpu_online{cpu="4"} 1 node_cpu_online{cpu="5"} 1 node_cpu_online{cpu="6"} 1 node_cpu_online{cpu="7"} 1 node_cpu_online{cpu="8"} 1 node_cpu_online{cpu="9"} 1 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 880786.84 node_cpu_seconds_total{cpu="0",mode="iowait"} 58.27 node_cpu_seconds_total{cpu="0",mode="irq"} 4478.24 node_cpu_seconds_total{cpu="0",mode="nice"} 25.94 node_cpu_seconds_total{cpu="0",mode="softirq"} 7482.12 node_cpu_seconds_total{cpu="0",mode="steal"} 127.65 node_cpu_seconds_total{cpu="0",mode="system"} 20982.96 node_cpu_seconds_total{cpu="0",mode="user"} 71856.24 node_cpu_seconds_total{cpu="1",mode="idle"} 875503.28 node_cpu_seconds_total{cpu="1",mode="iowait"} 60.9 node_cpu_seconds_total{cpu="1",mode="irq"} 4927.7 node_cpu_seconds_total{cpu="1",mode="nice"} 32.72 node_cpu_seconds_total{cpu="1",mode="softirq"} 5802.5 node_cpu_seconds_total{cpu="1",mode="steal"} 136.53 node_cpu_seconds_total{cpu="1",mode="system"} 22172.23 node_cpu_seconds_total{cpu="1",mode="user"} 76855.26 node_cpu_seconds_total{cpu="10",mode="idle"} 880545.13 node_cpu_seconds_total{cpu="10",mode="iowait"} 59.7 node_cpu_seconds_total{cpu="10",mode="irq"} 4541.25 node_cpu_seconds_total{cpu="10",mode="nice"} 43.79 node_cpu_seconds_total{cpu="10",mode="softirq"} 4638.67 node_cpu_seconds_total{cpu="10",mode="steal"} 126.62 node_cpu_seconds_total{cpu="10",mode="system"} 21497.25 node_cpu_seconds_total{cpu="10",mode="user"} 74293.2 node_cpu_seconds_total{cpu="11",mode="idle"} 881080.48 node_cpu_seconds_total{cpu="11",mode="iowait"} 58.21 node_cpu_seconds_total{cpu="11",mode="irq"} 4513.44 node_cpu_seconds_total{cpu="11",mode="nice"} 23.34 node_cpu_seconds_total{cpu="11",mode="softirq"} 4634.26 node_cpu_seconds_total{cpu="11",mode="steal"} 126.12 node_cpu_seconds_total{cpu="11",mode="system"} 21468.46 node_cpu_seconds_total{cpu="11",mode="user"} 73856.95 node_cpu_seconds_total{cpu="12",mode="idle"} 880847.18 node_cpu_seconds_total{cpu="12",mode="iowait"} 63.01 node_cpu_seconds_total{cpu="12",mode="irq"} 4551.93 node_cpu_seconds_total{cpu="12",mode="nice"} 46.36 node_cpu_seconds_total{cpu="12",mode="softirq"} 4607.63 node_cpu_seconds_total{cpu="12",mode="steal"} 125.35 node_cpu_seconds_total{cpu="12",mode="system"} 21405.61 node_cpu_seconds_total{cpu="12",mode="user"} 74105.93 node_cpu_seconds_total{cpu="13",mode="idle"} 881875.2 node_cpu_seconds_total{cpu="13",mode="iowait"} 57.72 node_cpu_seconds_total{cpu="13",mode="irq"} 4502.31 node_cpu_seconds_total{cpu="13",mode="nice"} 42.27 node_cpu_seconds_total{cpu="13",mode="softirq"} 4576.2 node_cpu_seconds_total{cpu="13",mode="steal"} 125.7 node_cpu_seconds_total{cpu="13",mode="system"} 21331.68 node_cpu_seconds_total{cpu="13",mode="user"} 73252.11 node_cpu_seconds_total{cpu="14",mode="idle"} 878419.25 node_cpu_seconds_total{cpu="14",mode="iowait"} 52.53 node_cpu_seconds_total{cpu="14",mode="irq"} 4738.82 node_cpu_seconds_total{cpu="14",mode="nice"} 26.17 node_cpu_seconds_total{cpu="14",mode="softirq"} 23297.45 node_cpu_seconds_total{cpu="14",mode="steal"} 132.88 node_cpu_seconds_total{cpu="14",mode="system"} 21070.13 node_cpu_seconds_total{cpu="14",mode="user"} 57849.19 node_cpu_seconds_total{cpu="15",mode="idle"} 882547.72 node_cpu_seconds_total{cpu="15",mode="iowait"} 60.22 node_cpu_seconds_total{cpu="15",mode="irq"} 4447.83 node_cpu_seconds_total{cpu="15",mode="nice"} 32.3 node_cpu_seconds_total{cpu="15",mode="softirq"} 4549.45 node_cpu_seconds_total{cpu="15",mode="steal"} 125.06 node_cpu_seconds_total{cpu="15",mode="system"} 21213.22 node_cpu_seconds_total{cpu="15",mode="user"} 72815.82 node_cpu_seconds_total{cpu="2",mode="idle"} 876294.93 node_cpu_seconds_total{cpu="2",mode="iowait"} 61.6 node_cpu_seconds_total{cpu="2",mode="irq"} 4924.93 node_cpu_seconds_total{cpu="2",mode="nice"} 33.1 node_cpu_seconds_total{cpu="2",mode="softirq"} 5261.98 node_cpu_seconds_total{cpu="2",mode="steal"} 136.31 node_cpu_seconds_total{cpu="2",mode="system"} 22196.96 node_cpu_seconds_total{cpu="2",mode="user"} 76552.22 node_cpu_seconds_total{cpu="3",mode="idle"} 876718.38 node_cpu_seconds_total{cpu="3",mode="iowait"} 60.35 node_cpu_seconds_total{cpu="3",mode="irq"} 4855.68 node_cpu_seconds_total{cpu="3",mode="nice"} 59.83 node_cpu_seconds_total{cpu="3",mode="softirq"} 5035.57 node_cpu_seconds_total{cpu="3",mode="steal"} 132.98 node_cpu_seconds_total{cpu="3",mode="system"} 22192.05 node_cpu_seconds_total{cpu="3",mode="user"} 76474.37 node_cpu_seconds_total{cpu="4",mode="idle"} 877668.7 node_cpu_seconds_total{cpu="4",mode="iowait"} 62.88 node_cpu_seconds_total{cpu="4",mode="irq"} 4786.55 node_cpu_seconds_total{cpu="4",mode="nice"} 26.44 node_cpu_seconds_total{cpu="4",mode="softirq"} 5360.09 node_cpu_seconds_total{cpu="4",mode="steal"} 131.54 node_cpu_seconds_total{cpu="4",mode="system"} 21995.69 node_cpu_seconds_total{cpu="4",mode="user"} 75524.15 node_cpu_seconds_total{cpu="5",mode="idle"} 877933.28 node_cpu_seconds_total{cpu="5",mode="iowait"} 59.14 node_cpu_seconds_total{cpu="5",mode="irq"} 4721.19 node_cpu_seconds_total{cpu="5",mode="nice"} 50.12 node_cpu_seconds_total{cpu="5",mode="softirq"} 4842.21 node_cpu_seconds_total{cpu="5",mode="steal"} 130.22 node_cpu_seconds_total{cpu="5",mode="system"} 21995.57 node_cpu_seconds_total{cpu="5",mode="user"} 75895.16 node_cpu_seconds_total{cpu="6",mode="idle"} 878259.23 node_cpu_seconds_total{cpu="6",mode="iowait"} 59.38 node_cpu_seconds_total{cpu="6",mode="irq"} 4649.97 node_cpu_seconds_total{cpu="6",mode="nice"} 22.33 node_cpu_seconds_total{cpu="6",mode="softirq"} 4763.35 node_cpu_seconds_total{cpu="6",mode="steal"} 129.96 node_cpu_seconds_total{cpu="6",mode="system"} 21839.25 node_cpu_seconds_total{cpu="6",mode="user"} 75935.13 node_cpu_seconds_total{cpu="7",mode="idle"} 879786.83 node_cpu_seconds_total{cpu="7",mode="iowait"} 60.27 node_cpu_seconds_total{cpu="7",mode="irq"} 5151.13 node_cpu_seconds_total{cpu="7",mode="nice"} 35.09 node_cpu_seconds_total{cpu="7",mode="softirq"} 5342.93 node_cpu_seconds_total{cpu="7",mode="steal"} 142.16 node_cpu_seconds_total{cpu="7",mode="system"} 22526.16 node_cpu_seconds_total{cpu="7",mode="user"} 72475.5 node_cpu_seconds_total{cpu="8",mode="idle"} 881131.97 node_cpu_seconds_total{cpu="8",mode="iowait"} 61.3 node_cpu_seconds_total{cpu="8",mode="irq"} 4915.21 node_cpu_seconds_total{cpu="8",mode="nice"} 38.42 node_cpu_seconds_total{cpu="8",mode="softirq"} 4767.34 node_cpu_seconds_total{cpu="8",mode="steal"} 136.71 node_cpu_seconds_total{cpu="8",mode="system"} 21509.47 node_cpu_seconds_total{cpu="8",mode="user"} 72477.03 node_cpu_seconds_total{cpu="9",mode="idle"} 880243.25 node_cpu_seconds_total{cpu="9",mode="iowait"} 59.66 node_cpu_seconds_total{cpu="9",mode="irq"} 4560.67 node_cpu_seconds_total{cpu="9",mode="nice"} 72.9 node_cpu_seconds_total{cpu="9",mode="softirq"} 4669.45 node_cpu_seconds_total{cpu="9",mode="steal"} 127.36 node_cpu_seconds_total{cpu="9",mode="system"} 21550.7 node_cpu_seconds_total{cpu="9",mode="user"} 74434.23 # 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="sda"} 0 node_disk_discard_time_seconds_total{device="sdb"} 0 # 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="sda"} 0 node_disk_discarded_sectors_total{device="sdb"} 0 # 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="sda"} 0 node_disk_discards_completed_total{device="sdb"} 0 # 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="sda"} 0 node_disk_discards_merged_total{device="sdb"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 node_disk_info{device="sdb",major="8",minor="16",model="",path="",revision="",rotational="1",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="sda"} 0 node_disk_io_now{device="sdb"} 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="sda"} 1678.101 node_disk_io_time_seconds_total{device="sdb"} 370.423 # 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="sda"} 14878.571 node_disk_io_time_weighted_seconds_total{device="sdb"} 1412.242 # 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="sda"} 4.6359716352e+10 node_disk_read_bytes_total{device="sdb"} 3.9729942016e+10 # 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="sda"} 448.35900000000004 node_disk_read_time_seconds_total{device="sdb"} 864.118 # 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="sda"} 1.53622e+06 node_disk_reads_completed_total{device="sdb"} 418096 # 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="sda"} 1641 node_disk_reads_merged_total{device="sdb"} 305 # 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="sda"} 14430.211000000001 node_disk_write_time_seconds_total{device="sdb"} 548.123 # 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="sda"} 1.6143893e+07 node_disk_writes_completed_total{device="sdb"} 380825 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.581567e+06 node_disk_writes_merged_total{device="sdb"} 302756 # 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="sda"} 1.03049859328e+12 node_disk_written_bytes_total{device="sdb"} 7.37163264e+09 # 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="04/01/2014",bios_vendor="SeaBIOS",bios_version="1.16.3-debian-1.16.3-2~bpo12+1",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.2",product_family="Virtual Machine",product_name="OpenStack Nova",product_sku="",product_version="19.3.2",system_vendor="OpenStack Foundation"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 4036 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 4096 # 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 58944 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 5.985361e+06 # 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.7529856e+07 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 3.65293568e+08 node_filesystem_avail_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.44386455552e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 1.9838642176e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.9526802432e+10 # 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 512000 node_filesystem_files{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.09148864e+08 node_filesystem_files{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 3.2768e+07 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.51256e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 511671 node_filesystem_files_free{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.02031686e+08 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 3.1383375e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.49922e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.7529856e+07 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 3.65293568e+08 node_filesystem_free_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.44386455552e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 2.2524649472e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.9526802432e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sda5",major="8",minor="5",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sdb1",major="8",minor="17",mountpoint="/app/storage"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="23",mountpoint="/run"} 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/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.03585792e+08 node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 1.042161664e+09 node_filesystem_size_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 4.28326498304e+11 node_filesystem_size_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 5.28305639424e+11 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.077144576e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.2305207e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.3465341099e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.93 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.26 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.11 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.025046528e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.325287424e+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 8.227827712e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 7.625244672e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.8578157568e+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 3.05188864e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.6166464512e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.077144576e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.48205604864e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.5698259968e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.21614848e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 49152 # 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 2.7611676672e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.6639309824e+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 9.027633152e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.55819776e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 8.340819968e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.0704202752e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.71716608e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.1542895616e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # 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 5.86461184e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.46735104e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.438148096e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 5.448482816e+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 9.25609984e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 7.886630912e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 0 # 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.16677888e+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 15776 # 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 7.5558554e+07 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.226524308e+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 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.052425e+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 3.129921e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 44 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 121 # 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-02823e0b21f8"} 3 node_network_address_assign_type{device="br-04cbf9ad21fb"} 3 node_network_address_assign_type{device="br-07e352042c28"} 3 node_network_address_assign_type{device="br-08dd0c9852c8"} 3 node_network_address_assign_type{device="br-0a8e30067c8e"} 3 node_network_address_assign_type{device="br-0b7a81bcb7e3"} 3 node_network_address_assign_type{device="br-0bcc3cc90f11"} 3 node_network_address_assign_type{device="br-0d9fdd0cf163"} 3 node_network_address_assign_type{device="br-159df358c552"} 3 node_network_address_assign_type{device="br-15dab3c5a2fb"} 3 node_network_address_assign_type{device="br-19518ca3b773"} 3 node_network_address_assign_type{device="br-1a025aacb82b"} 3 node_network_address_assign_type{device="br-1b283e1e5128"} 3 node_network_address_assign_type{device="br-1ba83a528099"} 3 node_network_address_assign_type{device="br-1c3bd3909a8a"} 3 node_network_address_assign_type{device="br-1c535b11677a"} 3 node_network_address_assign_type{device="br-1de64be72380"} 3 node_network_address_assign_type{device="br-208ab78feaa3"} 3 node_network_address_assign_type{device="br-217d6415a970"} 3 node_network_address_assign_type{device="br-27771a4b5e1c"} 3 node_network_address_assign_type{device="br-2860d01a9c36"} 3 node_network_address_assign_type{device="br-28853d2b1974"} 3 node_network_address_assign_type{device="br-2cd18bfafc5e"} 3 node_network_address_assign_type{device="br-2f10de396682"} 3 node_network_address_assign_type{device="br-349eb65873d4"} 3 node_network_address_assign_type{device="br-3718da5a7dac"} 3 node_network_address_assign_type{device="br-37f17f8c2f41"} 3 node_network_address_assign_type{device="br-39ee20d64532"} 3 node_network_address_assign_type{device="br-3a7803651a32"} 3 node_network_address_assign_type{device="br-3b46cefe7982"} 3 node_network_address_assign_type{device="br-3d8e222ceb4d"} 3 node_network_address_assign_type{device="br-3d9cd1c09975"} 3 node_network_address_assign_type{device="br-3db3cc2bc444"} 3 node_network_address_assign_type{device="br-3e66b6d4d599"} 3 node_network_address_assign_type{device="br-3ee00523d99d"} 3 node_network_address_assign_type{device="br-402682b9212c"} 3 node_network_address_assign_type{device="br-447189b64663"} 3 node_network_address_assign_type{device="br-44fbf271d024"} 3 node_network_address_assign_type{device="br-458514748e86"} 3 node_network_address_assign_type{device="br-483851ad6d82"} 3 node_network_address_assign_type{device="br-4b6104651907"} 3 node_network_address_assign_type{device="br-4dbe0bd05d7e"} 3 node_network_address_assign_type{device="br-4fac6072ea97"} 3 node_network_address_assign_type{device="br-5064110da1f6"} 3 node_network_address_assign_type{device="br-52ce8deae651"} 3 node_network_address_assign_type{device="br-559d36b72748"} 3 node_network_address_assign_type{device="br-56145531d617"} 3 node_network_address_assign_type{device="br-566d230839cf"} 3 node_network_address_assign_type{device="br-56a5fa614b52"} 3 node_network_address_assign_type{device="br-5748fcd1e7ca"} 3 node_network_address_assign_type{device="br-595b89a771c2"} 3 node_network_address_assign_type{device="br-59aa9f4171dd"} 3 node_network_address_assign_type{device="br-5a1c61a6d482"} 3 node_network_address_assign_type{device="br-5b324be20854"} 3 node_network_address_assign_type{device="br-5f11f2c9115a"} 3 node_network_address_assign_type{device="br-606bd002e3a4"} 3 node_network_address_assign_type{device="br-61e477cf95da"} 3 node_network_address_assign_type{device="br-65df7dba5a66"} 3 node_network_address_assign_type{device="br-6654a6f415ef"} 3 node_network_address_assign_type{device="br-665d979d60c7"} 3 node_network_address_assign_type{device="br-6746be184829"} 3 node_network_address_assign_type{device="br-67b6f2b09055"} 3 node_network_address_assign_type{device="br-6d59a9037e7f"} 3 node_network_address_assign_type{device="br-6e8e8bec63f7"} 3 node_network_address_assign_type{device="br-6fdd4f05699e"} 3 node_network_address_assign_type{device="br-70a43ddb765f"} 3 node_network_address_assign_type{device="br-7151fb21ebc7"} 3 node_network_address_assign_type{device="br-757cf8ccd099"} 3 node_network_address_assign_type{device="br-7783edd4fb63"} 3 node_network_address_assign_type{device="br-7967b93cb965"} 3 node_network_address_assign_type{device="br-7a05c4b4c71c"} 3 node_network_address_assign_type{device="br-7f1c0840c41b"} 3 node_network_address_assign_type{device="br-8291479ee6f8"} 3 node_network_address_assign_type{device="br-82b59b3e5c30"} 3 node_network_address_assign_type{device="br-831a310fd395"} 3 node_network_address_assign_type{device="br-832e21b6735f"} 3 node_network_address_assign_type{device="br-84962c4a05ff"} 3 node_network_address_assign_type{device="br-89456f9f0577"} 3 node_network_address_assign_type{device="br-8c90f08921d2"} 3 node_network_address_assign_type{device="br-8d1ae48ba56b"} 3 node_network_address_assign_type{device="br-8d5f8dfdd165"} 3 node_network_address_assign_type{device="br-8f019a492357"} 3 node_network_address_assign_type{device="br-8f2fb4b87f97"} 3 node_network_address_assign_type{device="br-9122d919d3da"} 3 node_network_address_assign_type{device="br-91e32aebc9b9"} 3 node_network_address_assign_type{device="br-973daca1c7c2"} 3 node_network_address_assign_type{device="br-98551e817ad3"} 3 node_network_address_assign_type{device="br-a01a29421e12"} 3 node_network_address_assign_type{device="br-a194f29d52a3"} 3 node_network_address_assign_type{device="br-a19b8bbcb4ba"} 3 node_network_address_assign_type{device="br-a384ecbfdb6c"} 3 node_network_address_assign_type{device="br-a5d1efbd6302"} 3 node_network_address_assign_type{device="br-a9242a3d7305"} 3 node_network_address_assign_type{device="br-ab4fc0c8f205"} 3 node_network_address_assign_type{device="br-ac5441a8184d"} 3 node_network_address_assign_type{device="br-ad296b058e6c"} 3 node_network_address_assign_type{device="br-b0d3385258be"} 3 node_network_address_assign_type{device="br-b5cc1abc8af1"} 3 node_network_address_assign_type{device="br-b84a81030c46"} 3 node_network_address_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_address_assign_type{device="br-bbf479fecfd1"} 3 node_network_address_assign_type{device="br-bf24405639d1"} 3 node_network_address_assign_type{device="br-bf75749e355d"} 3 node_network_address_assign_type{device="br-bfa260e794d9"} 3 node_network_address_assign_type{device="br-c121b68147b6"} 3 node_network_address_assign_type{device="br-c1af548193f3"} 3 node_network_address_assign_type{device="br-c60789b54f4a"} 3 node_network_address_assign_type{device="br-c7ec91768290"} 3 node_network_address_assign_type{device="br-c8047895107e"} 3 node_network_address_assign_type{device="br-c8dc093516dd"} 3 node_network_address_assign_type{device="br-c9441662f35b"} 3 node_network_address_assign_type{device="br-cca3eb0bd63d"} 3 node_network_address_assign_type{device="br-cfa83479df17"} 3 node_network_address_assign_type{device="br-cfa8e5dacf79"} 3 node_network_address_assign_type{device="br-d08110bc3e31"} 3 node_network_address_assign_type{device="br-d286f920faa7"} 3 node_network_address_assign_type{device="br-d36675741a6d"} 3 node_network_address_assign_type{device="br-d4ad227661d1"} 3 node_network_address_assign_type{device="br-d54d8e4f9ca5"} 3 node_network_address_assign_type{device="br-d6aad0d2a913"} 3 node_network_address_assign_type{device="br-dbca5566e641"} 3 node_network_address_assign_type{device="br-dc87a7504ded"} 3 node_network_address_assign_type{device="br-ddde99c88d06"} 3 node_network_address_assign_type{device="br-e0e95d87f3e0"} 3 node_network_address_assign_type{device="br-e5714f199361"} 3 node_network_address_assign_type{device="br-e63b0d1593b5"} 3 node_network_address_assign_type{device="br-e6ca372c02c0"} 3 node_network_address_assign_type{device="br-ea12a1764685"} 3 node_network_address_assign_type{device="br-edfd70c2aede"} 3 node_network_address_assign_type{device="br-ef37d58f8fe1"} 3 node_network_address_assign_type{device="br-f7269b4b25bf"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0009c48"} 1 node_network_address_assign_type{device="veth0057f22"} 1 node_network_address_assign_type{device="veth008ddfb"} 1 node_network_address_assign_type{device="veth00e3c78"} 1 node_network_address_assign_type{device="veth01c5e43"} 1 node_network_address_assign_type{device="veth01d1acf"} 1 node_network_address_assign_type{device="veth01f4e0b"} 1 node_network_address_assign_type{device="veth02fa58b"} 1 node_network_address_assign_type{device="veth032511c"} 1 node_network_address_assign_type{device="veth032853a"} 1 node_network_address_assign_type{device="veth0379a17"} 1 node_network_address_assign_type{device="veth039b82d"} 1 node_network_address_assign_type{device="veth03dd035"} 1 node_network_address_assign_type{device="veth04159af"} 1 node_network_address_assign_type{device="veth041f04f"} 1 node_network_address_assign_type{device="veth048c9d9"} 1 node_network_address_assign_type{device="veth0521f31"} 1 node_network_address_assign_type{device="veth059040d"} 1 node_network_address_assign_type{device="veth05a06a7"} 1 node_network_address_assign_type{device="veth067e6e9"} 1 node_network_address_assign_type{device="veth06e31b1"} 1 node_network_address_assign_type{device="veth06f27a2"} 1 node_network_address_assign_type{device="veth07a049d"} 1 node_network_address_assign_type{device="veth0808d98"} 1 node_network_address_assign_type{device="veth0886055"} 1 node_network_address_assign_type{device="veth08ae0d6"} 1 node_network_address_assign_type{device="veth096258a"} 1 node_network_address_assign_type{device="veth0b64779"} 1 node_network_address_assign_type{device="veth0bfbe46"} 1 node_network_address_assign_type{device="veth0d263b9"} 1 node_network_address_assign_type{device="veth0d26989"} 1 node_network_address_assign_type{device="veth0e4628c"} 1 node_network_address_assign_type{device="veth0e6c375"} 1 node_network_address_assign_type{device="veth0e86ab7"} 1 node_network_address_assign_type{device="veth0ec88d9"} 1 node_network_address_assign_type{device="veth0f039e4"} 1 node_network_address_assign_type{device="veth0f6e4c2"} 1 node_network_address_assign_type{device="veth0f8da12"} 1 node_network_address_assign_type{device="veth0fc3400"} 1 node_network_address_assign_type{device="veth0fe6ce8"} 1 node_network_address_assign_type{device="veth100d8fb"} 1 node_network_address_assign_type{device="veth107e808"} 1 node_network_address_assign_type{device="veth1093ea4"} 1 node_network_address_assign_type{device="veth10e276d"} 1 node_network_address_assign_type{device="veth11210db"} 1 node_network_address_assign_type{device="veth11507a2"} 1 node_network_address_assign_type{device="veth115219d"} 1 node_network_address_assign_type{device="veth12b4062"} 1 node_network_address_assign_type{device="veth13756cd"} 1 node_network_address_assign_type{device="veth1380211"} 1 node_network_address_assign_type{device="veth139d69d"} 1 node_network_address_assign_type{device="veth148ba09"} 1 node_network_address_assign_type{device="veth1498546"} 1 node_network_address_assign_type{device="veth1568435"} 1 node_network_address_assign_type{device="veth182b299"} 1 node_network_address_assign_type{device="veth1a57969"} 1 node_network_address_assign_type{device="veth1a5d00b"} 1 node_network_address_assign_type{device="veth1aee0c9"} 1 node_network_address_assign_type{device="veth1af829a"} 1 node_network_address_assign_type{device="veth1af887e"} 1 node_network_address_assign_type{device="veth1bb281d"} 1 node_network_address_assign_type{device="veth1be69a9"} 1 node_network_address_assign_type{device="veth1c2382f"} 1 node_network_address_assign_type{device="veth1c86f94"} 1 node_network_address_assign_type{device="veth1cd53f4"} 1 node_network_address_assign_type{device="veth1d5e1a4"} 1 node_network_address_assign_type{device="veth1dc4860"} 1 node_network_address_assign_type{device="veth1dea2fe"} 1 node_network_address_assign_type{device="veth1e7f00c"} 1 node_network_address_assign_type{device="veth1ec0310"} 1 node_network_address_assign_type{device="veth1fda973"} 1 node_network_address_assign_type{device="veth1fe94a9"} 1 node_network_address_assign_type{device="veth20489bb"} 1 node_network_address_assign_type{device="veth20787b5"} 1 node_network_address_assign_type{device="veth208ca1a"} 1 node_network_address_assign_type{device="veth21c0fe7"} 1 node_network_address_assign_type{device="veth2214e42"} 1 node_network_address_assign_type{device="veth228bd69"} 1 node_network_address_assign_type{device="veth229b6d4"} 1 node_network_address_assign_type{device="veth22f2fec"} 1 node_network_address_assign_type{device="veth231c261"} 1 node_network_address_assign_type{device="veth231d40e"} 1 node_network_address_assign_type{device="veth232533d"} 1 node_network_address_assign_type{device="veth235d53e"} 1 node_network_address_assign_type{device="veth237b6c4"} 1 node_network_address_assign_type{device="veth23e1e40"} 1 node_network_address_assign_type{device="veth24fc934"} 1 node_network_address_assign_type{device="veth25d516d"} 1 node_network_address_assign_type{device="veth268dc93"} 1 node_network_address_assign_type{device="veth279aa19"} 1 node_network_address_assign_type{device="veth27a3e0d"} 1 node_network_address_assign_type{device="veth27aa3e1"} 1 node_network_address_assign_type{device="veth27bf25e"} 1 node_network_address_assign_type{device="veth27eb3a1"} 1 node_network_address_assign_type{device="veth2817a39"} 1 node_network_address_assign_type{device="veth298a150"} 1 node_network_address_assign_type{device="veth29e1cdf"} 1 node_network_address_assign_type{device="veth2a938c7"} 1 node_network_address_assign_type{device="veth2b6f776"} 1 node_network_address_assign_type{device="veth2bea18d"} 1 node_network_address_assign_type{device="veth2cb2aa6"} 1 node_network_address_assign_type{device="veth2cc6b5d"} 1 node_network_address_assign_type{device="veth2cd33a1"} 1 node_network_address_assign_type{device="veth2d03ca6"} 1 node_network_address_assign_type{device="veth2d2c9f2"} 1 node_network_address_assign_type{device="veth2d41a73"} 1 node_network_address_assign_type{device="veth2d9918b"} 1 node_network_address_assign_type{device="veth2e4245c"} 1 node_network_address_assign_type{device="veth2e5029d"} 1 node_network_address_assign_type{device="veth2eac8e4"} 1 node_network_address_assign_type{device="veth2eb60e4"} 1 node_network_address_assign_type{device="veth2f1ad78"} 1 node_network_address_assign_type{device="veth2f899b3"} 1 node_network_address_assign_type{device="veth2f9b6e7"} 1 node_network_address_assign_type{device="veth2f9e651"} 1 node_network_address_assign_type{device="veth2ffb90c"} 1 node_network_address_assign_type{device="veth305c11f"} 1 node_network_address_assign_type{device="veth30b95b0"} 1 node_network_address_assign_type{device="veth3110731"} 1 node_network_address_assign_type{device="veth315b30d"} 1 node_network_address_assign_type{device="veth3168355"} 1 node_network_address_assign_type{device="veth3245e1c"} 1 node_network_address_assign_type{device="veth329ca59"} 1 node_network_address_assign_type{device="veth32da86b"} 1 node_network_address_assign_type{device="veth32f0bd7"} 1 node_network_address_assign_type{device="veth33d65d5"} 1 node_network_address_assign_type{device="veth33d87e8"} 1 node_network_address_assign_type{device="veth3540510"} 1 node_network_address_assign_type{device="veth354d054"} 1 node_network_address_assign_type{device="veth357116f"} 1 node_network_address_assign_type{device="veth35886d9"} 1 node_network_address_assign_type{device="veth358dbf2"} 1 node_network_address_assign_type{device="veth359cbb7"} 1 node_network_address_assign_type{device="veth359d04a"} 1 node_network_address_assign_type{device="veth35b4532"} 1 node_network_address_assign_type{device="veth37d058e"} 1 node_network_address_assign_type{device="veth37de2e1"} 1 node_network_address_assign_type{device="veth37e7130"} 1 node_network_address_assign_type{device="veth3823199"} 1 node_network_address_assign_type{device="veth38668ad"} 1 node_network_address_assign_type{device="veth3899e00"} 1 node_network_address_assign_type{device="veth38af7f4"} 1 node_network_address_assign_type{device="veth38c06e7"} 1 node_network_address_assign_type{device="veth391740a"} 1 node_network_address_assign_type{device="veth3961560"} 1 node_network_address_assign_type{device="veth39a84d1"} 1 node_network_address_assign_type{device="veth39ec3c6"} 1 node_network_address_assign_type{device="veth39f418e"} 1 node_network_address_assign_type{device="veth39f7983"} 1 node_network_address_assign_type{device="veth3a04f6c"} 1 node_network_address_assign_type{device="veth3a28292"} 1 node_network_address_assign_type{device="veth3ab5921"} 1 node_network_address_assign_type{device="veth3b81dbc"} 1 node_network_address_assign_type{device="veth3be47e3"} 1 node_network_address_assign_type{device="veth3bf1c8d"} 1 node_network_address_assign_type{device="veth3c3790f"} 1 node_network_address_assign_type{device="veth3d221c4"} 1 node_network_address_assign_type{device="veth3d60dba"} 1 node_network_address_assign_type{device="veth3de6d9c"} 1 node_network_address_assign_type{device="veth3df8638"} 1 node_network_address_assign_type{device="veth3e0fb0b"} 1 node_network_address_assign_type{device="veth3ebb118"} 1 node_network_address_assign_type{device="veth3ef3733"} 1 node_network_address_assign_type{device="veth3f0586e"} 1 node_network_address_assign_type{device="veth3f38956"} 1 node_network_address_assign_type{device="veth3f3ac76"} 1 node_network_address_assign_type{device="veth3f41be9"} 1 node_network_address_assign_type{device="veth3f6e007"} 1 node_network_address_assign_type{device="veth406e4fd"} 1 node_network_address_assign_type{device="veth4179d44"} 1 node_network_address_assign_type{device="veth419db48"} 1 node_network_address_assign_type{device="veth41a5dd6"} 1 node_network_address_assign_type{device="veth41cd559"} 1 node_network_address_assign_type{device="veth41d7f45"} 1 node_network_address_assign_type{device="veth423f820"} 1 node_network_address_assign_type{device="veth42a984b"} 1 node_network_address_assign_type{device="veth4314bf5"} 1 node_network_address_assign_type{device="veth43e182c"} 1 node_network_address_assign_type{device="veth4413734"} 1 node_network_address_assign_type{device="veth450a62c"} 1 node_network_address_assign_type{device="veth450c1a7"} 1 node_network_address_assign_type{device="veth4580c7e"} 1 node_network_address_assign_type{device="veth45d2560"} 1 node_network_address_assign_type{device="veth4600cbe"} 1 node_network_address_assign_type{device="veth4622c58"} 1 node_network_address_assign_type{device="veth47275f8"} 1 node_network_address_assign_type{device="veth472cfec"} 1 node_network_address_assign_type{device="veth47a0f99"} 1 node_network_address_assign_type{device="veth48050a3"} 1 node_network_address_assign_type{device="veth484e5a7"} 1 node_network_address_assign_type{device="veth487c580"} 1 node_network_address_assign_type{device="veth48bbb3e"} 1 node_network_address_assign_type{device="veth48c9eb6"} 1 node_network_address_assign_type{device="veth48fa74a"} 1 node_network_address_assign_type{device="veth4919473"} 1 node_network_address_assign_type{device="veth491f00e"} 1 node_network_address_assign_type{device="veth4971f59"} 1 node_network_address_assign_type{device="veth49a95ae"} 1 node_network_address_assign_type{device="veth4a773af"} 1 node_network_address_assign_type{device="veth4a8a86b"} 1 node_network_address_assign_type{device="veth4b8fe58"} 1 node_network_address_assign_type{device="veth4bdb4d9"} 1 node_network_address_assign_type{device="veth4bf3046"} 1 node_network_address_assign_type{device="veth4d292f2"} 1 node_network_address_assign_type{device="veth4d2cca3"} 1 node_network_address_assign_type{device="veth4d31c40"} 1 node_network_address_assign_type{device="veth4d49f16"} 1 node_network_address_assign_type{device="veth4d6ffca"} 1 node_network_address_assign_type{device="veth4e685b7"} 1 node_network_address_assign_type{device="veth4eb2990"} 1 node_network_address_assign_type{device="veth4ef981b"} 1 node_network_address_assign_type{device="veth4f30eb7"} 1 node_network_address_assign_type{device="veth4f61226"} 1 node_network_address_assign_type{device="veth4ff09ee"} 1 node_network_address_assign_type{device="veth5054e93"} 1 node_network_address_assign_type{device="veth50865f9"} 1 node_network_address_assign_type{device="veth5088dc3"} 1 node_network_address_assign_type{device="veth519857b"} 1 node_network_address_assign_type{device="veth51d9ece"} 1 node_network_address_assign_type{device="veth5210908"} 1 node_network_address_assign_type{device="veth5284787"} 1 node_network_address_assign_type{device="veth52cfc45"} 1 node_network_address_assign_type{device="veth52e330e"} 1 node_network_address_assign_type{device="veth5365cc9"} 1 node_network_address_assign_type{device="veth54e9292"} 1 node_network_address_assign_type{device="veth564c8a0"} 1 node_network_address_assign_type{device="veth5675ed9"} 1 node_network_address_assign_type{device="veth56f8c0c"} 1 node_network_address_assign_type{device="veth57d2b8b"} 1 node_network_address_assign_type{device="veth57d676c"} 1 node_network_address_assign_type{device="veth57ec583"} 1 node_network_address_assign_type{device="veth5804bd9"} 1 node_network_address_assign_type{device="veth58598dd"} 1 node_network_address_assign_type{device="veth58b55e5"} 1 node_network_address_assign_type{device="veth5965e63"} 1 node_network_address_assign_type{device="veth5aa30fc"} 1 node_network_address_assign_type{device="veth5ac6b24"} 1 node_network_address_assign_type{device="veth5af51bd"} 1 node_network_address_assign_type{device="veth5afbbb6"} 1 node_network_address_assign_type{device="veth5bbabc3"} 1 node_network_address_assign_type{device="veth5bdd045"} 1 node_network_address_assign_type{device="veth5c571c8"} 1 node_network_address_assign_type{device="veth5c61f57"} 1 node_network_address_assign_type{device="veth5d012dd"} 1 node_network_address_assign_type{device="veth5e12c5b"} 1 node_network_address_assign_type{device="veth5e4f007"} 1 node_network_address_assign_type{device="veth5ee2818"} 1 node_network_address_assign_type{device="veth5f39032"} 1 node_network_address_assign_type{device="veth5f4e2d0"} 1 node_network_address_assign_type{device="veth5fc3d12"} 1 node_network_address_assign_type{device="veth61185ee"} 1 node_network_address_assign_type{device="veth6131e75"} 1 node_network_address_assign_type{device="veth6168483"} 1 node_network_address_assign_type{device="veth6250a44"} 1 node_network_address_assign_type{device="veth62645db"} 1 node_network_address_assign_type{device="veth626da15"} 1 node_network_address_assign_type{device="veth6280f39"} 1 node_network_address_assign_type{device="veth629c943"} 1 node_network_address_assign_type{device="veth62adda3"} 1 node_network_address_assign_type{device="veth634d1ed"} 1 node_network_address_assign_type{device="veth6453baa"} 1 node_network_address_assign_type{device="veth64c3431"} 1 node_network_address_assign_type{device="veth651818e"} 1 node_network_address_assign_type{device="veth651c5d0"} 1 node_network_address_assign_type{device="veth65337b2"} 1 node_network_address_assign_type{device="veth65c360e"} 1 node_network_address_assign_type{device="veth6630733"} 1 node_network_address_assign_type{device="veth66b7fed"} 1 node_network_address_assign_type{device="veth670d042"} 1 node_network_address_assign_type{device="veth6774070"} 1 node_network_address_assign_type{device="veth67e3876"} 1 node_network_address_assign_type{device="veth684d2c7"} 1 node_network_address_assign_type{device="veth688908c"} 1 node_network_address_assign_type{device="veth6898f5c"} 1 node_network_address_assign_type{device="veth68fd89d"} 1 node_network_address_assign_type{device="veth690503f"} 1 node_network_address_assign_type{device="veth69a31f5"} 1 node_network_address_assign_type{device="veth69cb16e"} 1 node_network_address_assign_type{device="veth69d3433"} 1 node_network_address_assign_type{device="veth69f30b8"} 1 node_network_address_assign_type{device="veth69f82f1"} 1 node_network_address_assign_type{device="veth6a008e6"} 1 node_network_address_assign_type{device="veth6a08252"} 1 node_network_address_assign_type{device="veth6a552ae"} 1 node_network_address_assign_type{device="veth6a9654d"} 1 node_network_address_assign_type{device="veth6ac2ad5"} 1 node_network_address_assign_type{device="veth6b2d933"} 1 node_network_address_assign_type{device="veth6b3dad4"} 1 node_network_address_assign_type{device="veth6b52f37"} 1 node_network_address_assign_type{device="veth6befc8c"} 1 node_network_address_assign_type{device="veth6c33543"} 1 node_network_address_assign_type{device="veth6c58b6c"} 1 node_network_address_assign_type{device="veth6c5ad94"} 1 node_network_address_assign_type{device="veth6ca3495"} 1 node_network_address_assign_type{device="veth6ce5f51"} 1 node_network_address_assign_type{device="veth6d0a089"} 1 node_network_address_assign_type{device="veth6d3ac08"} 1 node_network_address_assign_type{device="veth6e44940"} 1 node_network_address_assign_type{device="veth6e6c1f7"} 1 node_network_address_assign_type{device="veth6ed1d48"} 1 node_network_address_assign_type{device="veth70c4d49"} 1 node_network_address_assign_type{device="veth71776a8"} 1 node_network_address_assign_type{device="veth7188a44"} 1 node_network_address_assign_type{device="veth718a7eb"} 1 node_network_address_assign_type{device="veth71ffa2e"} 1 node_network_address_assign_type{device="veth72d266b"} 1 node_network_address_assign_type{device="veth73369bb"} 1 node_network_address_assign_type{device="veth73b2056"} 1 node_network_address_assign_type{device="veth73ead52"} 1 node_network_address_assign_type{device="veth7429a6e"} 1 node_network_address_assign_type{device="veth745dadb"} 1 node_network_address_assign_type{device="veth750eb48"} 1 node_network_address_assign_type{device="veth752218d"} 1 node_network_address_assign_type{device="veth757493a"} 1 node_network_address_assign_type{device="veth757efe6"} 1 node_network_address_assign_type{device="veth757fccd"} 1 node_network_address_assign_type{device="veth75e9ad3"} 1 node_network_address_assign_type{device="veth760c07f"} 1 node_network_address_assign_type{device="veth7632291"} 1 node_network_address_assign_type{device="veth76dc8a9"} 1 node_network_address_assign_type{device="veth76f5b59"} 1 node_network_address_assign_type{device="veth7708a2a"} 1 node_network_address_assign_type{device="veth7731308"} 1 node_network_address_assign_type{device="veth774a0cf"} 1 node_network_address_assign_type{device="veth7758da8"} 1 node_network_address_assign_type{device="veth77f5539"} 1 node_network_address_assign_type{device="veth78a6a45"} 1 node_network_address_assign_type{device="veth78df8ba"} 1 node_network_address_assign_type{device="veth797e46a"} 1 node_network_address_assign_type{device="veth79e6c25"} 1 node_network_address_assign_type{device="veth79ef071"} 1 node_network_address_assign_type{device="veth7a37e75"} 1 node_network_address_assign_type{device="veth7a4ee0a"} 1 node_network_address_assign_type{device="veth7a84b20"} 1 node_network_address_assign_type{device="veth7a8d1bc"} 1 node_network_address_assign_type{device="veth7b5aa98"} 1 node_network_address_assign_type{device="veth7b76de0"} 1 node_network_address_assign_type{device="veth7bbc3fb"} 1 node_network_address_assign_type{device="veth7bdbf78"} 1 node_network_address_assign_type{device="veth7c00c6f"} 1 node_network_address_assign_type{device="veth7c170e8"} 1 node_network_address_assign_type{device="veth7c79405"} 1 node_network_address_assign_type{device="veth7c7c6a4"} 1 node_network_address_assign_type{device="veth7c7edf8"} 1 node_network_address_assign_type{device="veth7cd2b86"} 1 node_network_address_assign_type{device="veth7ceb6c5"} 1 node_network_address_assign_type{device="veth7d0a9c9"} 1 node_network_address_assign_type{device="veth7da5a3d"} 1 node_network_address_assign_type{device="veth7e7a5a2"} 1 node_network_address_assign_type{device="veth7e90c50"} 1 node_network_address_assign_type{device="veth7efb584"} 1 node_network_address_assign_type{device="veth7efb9a4"} 1 node_network_address_assign_type{device="veth7f219e6"} 1 node_network_address_assign_type{device="veth7f349f1"} 1 node_network_address_assign_type{device="veth7f7adf7"} 1 node_network_address_assign_type{device="veth7fbccd1"} 1 node_network_address_assign_type{device="veth7ff9da9"} 1 node_network_address_assign_type{device="veth804203c"} 1 node_network_address_assign_type{device="veth80abb3a"} 1 node_network_address_assign_type{device="veth80bc918"} 1 node_network_address_assign_type{device="veth80db113"} 1 node_network_address_assign_type{device="veth8115deb"} 1 node_network_address_assign_type{device="veth818e1b4"} 1 node_network_address_assign_type{device="veth81cd17e"} 1 node_network_address_assign_type{device="veth81e6903"} 1 node_network_address_assign_type{device="veth81f0a15"} 1 node_network_address_assign_type{device="veth824a73a"} 1 node_network_address_assign_type{device="veth8286cb8"} 1 node_network_address_assign_type{device="veth82bcac8"} 1 node_network_address_assign_type{device="veth82c8314"} 1 node_network_address_assign_type{device="veth82d54d6"} 1 node_network_address_assign_type{device="veth82e7162"} 1 node_network_address_assign_type{device="veth82f9bb2"} 1 node_network_address_assign_type{device="veth83c076f"} 1 node_network_address_assign_type{device="veth841b31f"} 1 node_network_address_assign_type{device="veth8491d68"} 1 node_network_address_assign_type{device="veth8575f2f"} 1 node_network_address_assign_type{device="veth86b5718"} 1 node_network_address_assign_type{device="veth86b8fa2"} 1 node_network_address_assign_type{device="veth86c5967"} 1 node_network_address_assign_type{device="veth86f7933"} 1 node_network_address_assign_type{device="veth873a2e1"} 1 node_network_address_assign_type{device="veth87bf2d7"} 1 node_network_address_assign_type{device="veth87de5ef"} 1 node_network_address_assign_type{device="veth880729a"} 1 node_network_address_assign_type{device="veth8899f2d"} 1 node_network_address_assign_type{device="veth89df824"} 1 node_network_address_assign_type{device="veth8a757d1"} 1 node_network_address_assign_type{device="veth8ac6051"} 1 node_network_address_assign_type{device="veth8aec1f4"} 1 node_network_address_assign_type{device="veth8bb71ef"} 1 node_network_address_assign_type{device="veth8c359ba"} 1 node_network_address_assign_type{device="veth8c3728a"} 1 node_network_address_assign_type{device="veth8c3b2b4"} 1 node_network_address_assign_type{device="veth8d365d7"} 1 node_network_address_assign_type{device="veth8d79659"} 1 node_network_address_assign_type{device="veth8e0aa38"} 1 node_network_address_assign_type{device="veth8f8d551"} 1 node_network_address_assign_type{device="veth8fbb10d"} 1 node_network_address_assign_type{device="veth900bd70"} 1 node_network_address_assign_type{device="veth902cadc"} 1 node_network_address_assign_type{device="veth9047572"} 1 node_network_address_assign_type{device="veth9057c62"} 1 node_network_address_assign_type{device="veth9073787"} 1 node_network_address_assign_type{device="veth9166eaa"} 1 node_network_address_assign_type{device="veth9193b16"} 1 node_network_address_assign_type{device="veth91a6689"} 1 node_network_address_assign_type{device="veth91f1a12"} 1 node_network_address_assign_type{device="veth91fabb4"} 1 node_network_address_assign_type{device="veth9267946"} 1 node_network_address_assign_type{device="veth9371418"} 1 node_network_address_assign_type{device="veth93f3c9f"} 1 node_network_address_assign_type{device="veth9488f04"} 1 node_network_address_assign_type{device="veth948cd1e"} 1 node_network_address_assign_type{device="veth951eef4"} 1 node_network_address_assign_type{device="veth9675397"} 1 node_network_address_assign_type{device="veth9681927"} 1 node_network_address_assign_type{device="veth96e0471"} 1 node_network_address_assign_type{device="veth98feb57"} 1 node_network_address_assign_type{device="veth994a72a"} 1 node_network_address_assign_type{device="veth9985b4e"} 1 node_network_address_assign_type{device="veth99cdb12"} 1 node_network_address_assign_type{device="veth9a9e7eb"} 1 node_network_address_assign_type{device="veth9b18d92"} 1 node_network_address_assign_type{device="veth9b23960"} 1 node_network_address_assign_type{device="veth9bbbd3e"} 1 node_network_address_assign_type{device="veth9bde175"} 1 node_network_address_assign_type{device="veth9bed411"} 1 node_network_address_assign_type{device="veth9c4e77f"} 1 node_network_address_assign_type{device="veth9c9a350"} 1 node_network_address_assign_type{device="veth9cb0c0f"} 1 node_network_address_assign_type{device="veth9cfe767"} 1 node_network_address_assign_type{device="veth9d35c37"} 1 node_network_address_assign_type{device="veth9d674e8"} 1 node_network_address_assign_type{device="veth9d8fc99"} 1 node_network_address_assign_type{device="veth9d98eba"} 1 node_network_address_assign_type{device="veth9da8b8d"} 1 node_network_address_assign_type{device="veth9df3ecb"} 1 node_network_address_assign_type{device="veth9e9fce6"} 1 node_network_address_assign_type{device="veth9ed817d"} 1 node_network_address_assign_type{device="veth9f3233d"} 1 node_network_address_assign_type{device="veth9f82c51"} 1 node_network_address_assign_type{device="veth9f8faa5"} 1 node_network_address_assign_type{device="vetha0c1437"} 1 node_network_address_assign_type{device="vetha0e80a0"} 1 node_network_address_assign_type{device="vetha106075"} 1 node_network_address_assign_type{device="vetha10ed6f"} 1 node_network_address_assign_type{device="vetha131bbc"} 1 node_network_address_assign_type{device="vetha187e3b"} 1 node_network_address_assign_type{device="vetha19ce39"} 1 node_network_address_assign_type{device="vetha1a96b5"} 1 node_network_address_assign_type{device="vetha1db4d4"} 1 node_network_address_assign_type{device="vetha208f1d"} 1 node_network_address_assign_type{device="vetha20f05a"} 1 node_network_address_assign_type{device="vetha21095f"} 1 node_network_address_assign_type{device="vetha29c587"} 1 node_network_address_assign_type{device="vetha2d62f9"} 1 node_network_address_assign_type{device="vetha2e6ee7"} 1 node_network_address_assign_type{device="vetha2efe45"} 1 node_network_address_assign_type{device="vetha334ff9"} 1 node_network_address_assign_type{device="vetha33b595"} 1 node_network_address_assign_type{device="vetha356001"} 1 node_network_address_assign_type{device="vetha3d3064"} 1 node_network_address_assign_type{device="vetha3e8c9c"} 1 node_network_address_assign_type{device="vetha3f126e"} 1 node_network_address_assign_type{device="vetha4878ac"} 1 node_network_address_assign_type{device="vetha5244b8"} 1 node_network_address_assign_type{device="vetha588f6c"} 1 node_network_address_assign_type{device="vetha58e162"} 1 node_network_address_assign_type{device="vetha80a84c"} 1 node_network_address_assign_type{device="vetha81db62"} 1 node_network_address_assign_type{device="vetha8da15f"} 1 node_network_address_assign_type{device="vetha95fac3"} 1 node_network_address_assign_type{device="vethaa460d0"} 1 node_network_address_assign_type{device="vethaa5252d"} 1 node_network_address_assign_type{device="vethabd5525"} 1 node_network_address_assign_type{device="vethac309ae"} 1 node_network_address_assign_type{device="vethacc9983"} 1 node_network_address_assign_type{device="vethadaa61e"} 1 node_network_address_assign_type{device="vethadd6779"} 1 node_network_address_assign_type{device="vethae07fdb"} 1 node_network_address_assign_type{device="vethae2e166"} 1 node_network_address_assign_type{device="vethae6aaad"} 1 node_network_address_assign_type{device="vethae899be"} 1 node_network_address_assign_type{device="vethaf2d319"} 1 node_network_address_assign_type{device="vethaff0c5f"} 1 node_network_address_assign_type{device="vethb11d1d5"} 1 node_network_address_assign_type{device="vethb146b3d"} 1 node_network_address_assign_type{device="vethb17b307"} 1 node_network_address_assign_type{device="vethb24125c"} 1 node_network_address_assign_type{device="vethb25b930"} 1 node_network_address_assign_type{device="vethb264074"} 1 node_network_address_assign_type{device="vethb26da6e"} 1 node_network_address_assign_type{device="vethb2f7e0f"} 1 node_network_address_assign_type{device="vethb413da6"} 1 node_network_address_assign_type{device="vethb436b35"} 1 node_network_address_assign_type{device="vethb466aea"} 1 node_network_address_assign_type{device="vethb4a4c76"} 1 node_network_address_assign_type{device="vethb4fafb4"} 1 node_network_address_assign_type{device="vethb5afb08"} 1 node_network_address_assign_type{device="vethb72a42c"} 1 node_network_address_assign_type{device="vethb80e0f0"} 1 node_network_address_assign_type{device="vethb8148cc"} 1 node_network_address_assign_type{device="vethb85e063"} 1 node_network_address_assign_type{device="vethb92f9d3"} 1 node_network_address_assign_type{device="vethb92fe3f"} 1 node_network_address_assign_type{device="vethba942aa"} 1 node_network_address_assign_type{device="vethbae8967"} 1 node_network_address_assign_type{device="vethbb0b4fe"} 1 node_network_address_assign_type{device="vethbbaaafe"} 1 node_network_address_assign_type{device="vethbc2b4ad"} 1 node_network_address_assign_type{device="vethbc58d49"} 1 node_network_address_assign_type{device="vethbcde7a6"} 1 node_network_address_assign_type{device="vethbce62a9"} 1 node_network_address_assign_type{device="vethbe194c8"} 1 node_network_address_assign_type{device="vethbe2c80a"} 1 node_network_address_assign_type{device="vethbe97de8"} 1 node_network_address_assign_type{device="vethbfb44f0"} 1 node_network_address_assign_type{device="vethc00de3e"} 1 node_network_address_assign_type{device="vethc02588e"} 1 node_network_address_assign_type{device="vethc033a93"} 1 node_network_address_assign_type{device="vethc060fb3"} 1 node_network_address_assign_type{device="vethc122dad"} 1 node_network_address_assign_type{device="vethc12e527"} 1 node_network_address_assign_type{device="vethc140d9c"} 1 node_network_address_assign_type{device="vethc17e1ec"} 1 node_network_address_assign_type{device="vethc1d7f4f"} 1 node_network_address_assign_type{device="vethc1ec8f5"} 1 node_network_address_assign_type{device="vethc20d812"} 1 node_network_address_assign_type{device="vethc22a5c0"} 1 node_network_address_assign_type{device="vethc239fc6"} 1 node_network_address_assign_type{device="vethc311203"} 1 node_network_address_assign_type{device="vethc3412aa"} 1 node_network_address_assign_type{device="vethc3f0337"} 1 node_network_address_assign_type{device="vethc42048e"} 1 node_network_address_assign_type{device="vethc4617ba"} 1 node_network_address_assign_type{device="vethc498aec"} 1 node_network_address_assign_type{device="vethc4f407f"} 1 node_network_address_assign_type{device="vethc554c32"} 1 node_network_address_assign_type{device="vethc5aaafd"} 1 node_network_address_assign_type{device="vethc5ace02"} 1 node_network_address_assign_type{device="vethc5b36ba"} 1 node_network_address_assign_type{device="vethc5dd649"} 1 node_network_address_assign_type{device="vethc5eb73b"} 1 node_network_address_assign_type{device="vethc5eca53"} 1 node_network_address_assign_type{device="vethc68deb2"} 1 node_network_address_assign_type{device="vethc69e5b9"} 1 node_network_address_assign_type{device="vethc6fe840"} 1 node_network_address_assign_type{device="vethc7016cb"} 1 node_network_address_assign_type{device="vethc75d66d"} 1 node_network_address_assign_type{device="vethc790a6e"} 1 node_network_address_assign_type{device="vethc84e290"} 1 node_network_address_assign_type{device="vethc8739b3"} 1 node_network_address_assign_type{device="vethc87da99"} 1 node_network_address_assign_type{device="vethc88bbcf"} 1 node_network_address_assign_type{device="vethc928fb9"} 1 node_network_address_assign_type{device="vethc959280"} 1 node_network_address_assign_type{device="vethc97be75"} 1 node_network_address_assign_type{device="vethc99df73"} 1 node_network_address_assign_type{device="vethc9e1b23"} 1 node_network_address_assign_type{device="vethca8e8cd"} 1 node_network_address_assign_type{device="vethcb7fed6"} 1 node_network_address_assign_type{device="vethcb89e48"} 1 node_network_address_assign_type{device="vethcc43237"} 1 node_network_address_assign_type{device="vethcc4fef3"} 1 node_network_address_assign_type{device="vethcc7f6ac"} 1 node_network_address_assign_type{device="vethccb9f9c"} 1 node_network_address_assign_type{device="vethccdb53f"} 1 node_network_address_assign_type{device="vethcd6e0c9"} 1 node_network_address_assign_type{device="vethce1a2f7"} 1 node_network_address_assign_type{device="vethce4e99b"} 1 node_network_address_assign_type{device="vethce521ba"} 1 node_network_address_assign_type{device="vethcf53b01"} 1 node_network_address_assign_type{device="vethcfd9fe1"} 1 node_network_address_assign_type{device="vethd0b2173"} 1 node_network_address_assign_type{device="vethd0f1488"} 1 node_network_address_assign_type{device="vethd0f34e4"} 1 node_network_address_assign_type{device="vethd0ffc64"} 1 node_network_address_assign_type{device="vethd1ec6d3"} 1 node_network_address_assign_type{device="vethd2010fb"} 1 node_network_address_assign_type{device="vethd2deb54"} 1 node_network_address_assign_type{device="vethd2f4531"} 1 node_network_address_assign_type{device="vethd34362b"} 1 node_network_address_assign_type{device="vethd347820"} 1 node_network_address_assign_type{device="vethd3608f1"} 1 node_network_address_assign_type{device="vethd42c82d"} 1 node_network_address_assign_type{device="vethd45b81a"} 1 node_network_address_assign_type{device="vethd466b1f"} 1 node_network_address_assign_type{device="vethd49c6b2"} 1 node_network_address_assign_type{device="vethd5344cc"} 1 node_network_address_assign_type{device="vethd60e2bd"} 1 node_network_address_assign_type{device="vethd64322f"} 1 node_network_address_assign_type{device="vethd65b5b3"} 1 node_network_address_assign_type{device="vethd681481"} 1 node_network_address_assign_type{device="vethd6ceb54"} 1 node_network_address_assign_type{device="vethd6fa258"} 1 node_network_address_assign_type{device="vethd71b7e5"} 1 node_network_address_assign_type{device="vethd752c61"} 1 node_network_address_assign_type{device="vethd760c58"} 1 node_network_address_assign_type{device="vethd768a42"} 1 node_network_address_assign_type{device="vethd76e941"} 1 node_network_address_assign_type{device="vethd81eb6c"} 1 node_network_address_assign_type{device="vethd868ed3"} 1 node_network_address_assign_type{device="vethd8a170f"} 1 node_network_address_assign_type{device="vethd8b4b5b"} 1 node_network_address_assign_type{device="vethd97f7eb"} 1 node_network_address_assign_type{device="vethd9c86a8"} 1 node_network_address_assign_type{device="vethda452a5"} 1 node_network_address_assign_type{device="vethdaa52c9"} 1 node_network_address_assign_type{device="vethdae085c"} 1 node_network_address_assign_type{device="vethdb552be"} 1 node_network_address_assign_type{device="vethdba1b3a"} 1 node_network_address_assign_type{device="vethdc4d810"} 1 node_network_address_assign_type{device="vethdd1fe39"} 1 node_network_address_assign_type{device="vethdd25bde"} 1 node_network_address_assign_type{device="vethdd3daca"} 1 node_network_address_assign_type{device="vethdd432a7"} 1 node_network_address_assign_type{device="vethdd77089"} 1 node_network_address_assign_type{device="vethdd88546"} 1 node_network_address_assign_type{device="vethdda7569"} 1 node_network_address_assign_type{device="vethddb4b12"} 1 node_network_address_assign_type{device="vethde79ae2"} 1 node_network_address_assign_type{device="vethde8673b"} 1 node_network_address_assign_type{device="vethdf825a0"} 1 node_network_address_assign_type{device="vethdf861f8"} 1 node_network_address_assign_type{device="vethdfcbb7b"} 1 node_network_address_assign_type{device="vethe028419"} 1 node_network_address_assign_type{device="vethe05e953"} 1 node_network_address_assign_type{device="vethe0c38b7"} 1 node_network_address_assign_type{device="vethe101bab"} 1 node_network_address_assign_type{device="vethe1189bd"} 1 node_network_address_assign_type{device="vethe13fa27"} 1 node_network_address_assign_type{device="vethe177f5b"} 1 node_network_address_assign_type{device="vethe1ebb25"} 1 node_network_address_assign_type{device="vethe209306"} 1 node_network_address_assign_type{device="vethe33aa29"} 1 node_network_address_assign_type{device="vethe38290a"} 1 node_network_address_assign_type{device="vethe39934f"} 1 node_network_address_assign_type{device="vethe39dd06"} 1 node_network_address_assign_type{device="vethe45952d"} 1 node_network_address_assign_type{device="vethe54bc00"} 1 node_network_address_assign_type{device="vethe5621bc"} 1 node_network_address_assign_type{device="vethe5723c0"} 1 node_network_address_assign_type{device="vethe64b47d"} 1 node_network_address_assign_type{device="vethe660bdb"} 1 node_network_address_assign_type{device="vethe6b515e"} 1 node_network_address_assign_type{device="vethe6e8924"} 1 node_network_address_assign_type{device="vethe6f5fae"} 1 node_network_address_assign_type{device="vethe7dc6b0"} 1 node_network_address_assign_type{device="vethe7e6bbf"} 1 node_network_address_assign_type{device="vethe8000ea"} 1 node_network_address_assign_type{device="vethe8094b1"} 1 node_network_address_assign_type{device="vethe8551b4"} 1 node_network_address_assign_type{device="vethe8c6bde"} 1 node_network_address_assign_type{device="vethe8f63bd"} 1 node_network_address_assign_type{device="vethe93a649"} 1 node_network_address_assign_type{device="vethe9de379"} 1 node_network_address_assign_type{device="vethe9ef82b"} 1 node_network_address_assign_type{device="vethea2004e"} 1 node_network_address_assign_type{device="vethea7b5b1"} 1 node_network_address_assign_type{device="vetheafba5d"} 1 node_network_address_assign_type{device="vetheafdff8"} 1 node_network_address_assign_type{device="vetheb96a22"} 1 node_network_address_assign_type{device="vethec666e8"} 1 node_network_address_assign_type{device="vethed11450"} 1 node_network_address_assign_type{device="vethed19b20"} 1 node_network_address_assign_type{device="vethed3ab9d"} 1 node_network_address_assign_type{device="vetheddb648"} 1 node_network_address_assign_type{device="vethedeec24"} 1 node_network_address_assign_type{device="vethedf40f5"} 1 node_network_address_assign_type{device="vetheefaddf"} 1 node_network_address_assign_type{device="vethef58697"} 1 node_network_address_assign_type{device="vethefe8ba7"} 1 node_network_address_assign_type{device="vethf09ac69"} 1 node_network_address_assign_type{device="vethf14b507"} 1 node_network_address_assign_type{device="vethf14bf3b"} 1 node_network_address_assign_type{device="vethf14e041"} 1 node_network_address_assign_type{device="vethf185ebb"} 1 node_network_address_assign_type{device="vethf2509ba"} 1 node_network_address_assign_type{device="vethf25387f"} 1 node_network_address_assign_type{device="vethf2a6c87"} 1 node_network_address_assign_type{device="vethf2b1dab"} 1 node_network_address_assign_type{device="vethf2badff"} 1 node_network_address_assign_type{device="vethf33a028"} 1 node_network_address_assign_type{device="vethf342283"} 1 node_network_address_assign_type{device="vethf47c7ff"} 1 node_network_address_assign_type{device="vethf4ac138"} 1 node_network_address_assign_type{device="vethf4b1b2a"} 1 node_network_address_assign_type{device="vethf4bd777"} 1 node_network_address_assign_type{device="vethf5aeeda"} 1 node_network_address_assign_type{device="vethf5e58af"} 1 node_network_address_assign_type{device="vethf60f5e6"} 1 node_network_address_assign_type{device="vethf63a7c4"} 1 node_network_address_assign_type{device="vethf6bd349"} 1 node_network_address_assign_type{device="vethf6ce5b6"} 1 node_network_address_assign_type{device="vethf7684fa"} 1 node_network_address_assign_type{device="vethf7e9d2c"} 1 node_network_address_assign_type{device="vethf8128a9"} 1 node_network_address_assign_type{device="vethf81e612"} 1 node_network_address_assign_type{device="vethf855174"} 1 node_network_address_assign_type{device="vethf894d6d"} 1 node_network_address_assign_type{device="vethf979695"} 1 node_network_address_assign_type{device="vethf98530e"} 1 node_network_address_assign_type{device="vethf9986ef"} 1 node_network_address_assign_type{device="vethf9b3f86"} 1 node_network_address_assign_type{device="vethfb8b857"} 1 node_network_address_assign_type{device="vethfb9458b"} 1 node_network_address_assign_type{device="vethfbf1832"} 1 node_network_address_assign_type{device="vethfbf1a8f"} 1 node_network_address_assign_type{device="vethfc87a12"} 1 node_network_address_assign_type{device="vethfc9a925"} 1 node_network_address_assign_type{device="vethfcccc71"} 1 node_network_address_assign_type{device="vethfd1bace"} 1 node_network_address_assign_type{device="vethfd1daa5"} 1 node_network_address_assign_type{device="vethfd685e4"} 1 node_network_address_assign_type{device="vethfdacab6"} 1 node_network_address_assign_type{device="vethfe15339"} 1 node_network_address_assign_type{device="vethfe36666"} 1 node_network_address_assign_type{device="vethfe7040e"} 1 node_network_address_assign_type{device="vethfec16de"} 1 node_network_address_assign_type{device="vethfedbea0"} 1 node_network_address_assign_type{device="vethff12d55"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-02823e0b21f8"} 1 node_network_carrier{device="br-04cbf9ad21fb"} 1 node_network_carrier{device="br-07e352042c28"} 1 node_network_carrier{device="br-08dd0c9852c8"} 1 node_network_carrier{device="br-0a8e30067c8e"} 1 node_network_carrier{device="br-0b7a81bcb7e3"} 1 node_network_carrier{device="br-0bcc3cc90f11"} 1 node_network_carrier{device="br-0d9fdd0cf163"} 0 node_network_carrier{device="br-159df358c552"} 1 node_network_carrier{device="br-15dab3c5a2fb"} 0 node_network_carrier{device="br-19518ca3b773"} 1 node_network_carrier{device="br-1a025aacb82b"} 1 node_network_carrier{device="br-1b283e1e5128"} 1 node_network_carrier{device="br-1ba83a528099"} 1 node_network_carrier{device="br-1c3bd3909a8a"} 1 node_network_carrier{device="br-1c535b11677a"} 1 node_network_carrier{device="br-1de64be72380"} 1 node_network_carrier{device="br-208ab78feaa3"} 1 node_network_carrier{device="br-217d6415a970"} 1 node_network_carrier{device="br-27771a4b5e1c"} 1 node_network_carrier{device="br-2860d01a9c36"} 1 node_network_carrier{device="br-28853d2b1974"} 1 node_network_carrier{device="br-2cd18bfafc5e"} 1 node_network_carrier{device="br-2f10de396682"} 1 node_network_carrier{device="br-349eb65873d4"} 1 node_network_carrier{device="br-3718da5a7dac"} 1 node_network_carrier{device="br-37f17f8c2f41"} 1 node_network_carrier{device="br-39ee20d64532"} 1 node_network_carrier{device="br-3a7803651a32"} 1 node_network_carrier{device="br-3b46cefe7982"} 1 node_network_carrier{device="br-3d8e222ceb4d"} 1 node_network_carrier{device="br-3d9cd1c09975"} 1 node_network_carrier{device="br-3db3cc2bc444"} 1 node_network_carrier{device="br-3e66b6d4d599"} 1 node_network_carrier{device="br-3ee00523d99d"} 1 node_network_carrier{device="br-402682b9212c"} 1 node_network_carrier{device="br-447189b64663"} 1 node_network_carrier{device="br-44fbf271d024"} 1 node_network_carrier{device="br-458514748e86"} 1 node_network_carrier{device="br-483851ad6d82"} 1 node_network_carrier{device="br-4b6104651907"} 1 node_network_carrier{device="br-4dbe0bd05d7e"} 1 node_network_carrier{device="br-4fac6072ea97"} 1 node_network_carrier{device="br-5064110da1f6"} 1 node_network_carrier{device="br-52ce8deae651"} 1 node_network_carrier{device="br-559d36b72748"} 1 node_network_carrier{device="br-56145531d617"} 1 node_network_carrier{device="br-566d230839cf"} 1 node_network_carrier{device="br-56a5fa614b52"} 1 node_network_carrier{device="br-5748fcd1e7ca"} 0 node_network_carrier{device="br-595b89a771c2"} 1 node_network_carrier{device="br-59aa9f4171dd"} 1 node_network_carrier{device="br-5a1c61a6d482"} 1 node_network_carrier{device="br-5b324be20854"} 1 node_network_carrier{device="br-5f11f2c9115a"} 1 node_network_carrier{device="br-606bd002e3a4"} 1 node_network_carrier{device="br-61e477cf95da"} 1 node_network_carrier{device="br-65df7dba5a66"} 1 node_network_carrier{device="br-6654a6f415ef"} 1 node_network_carrier{device="br-665d979d60c7"} 1 node_network_carrier{device="br-6746be184829"} 1 node_network_carrier{device="br-67b6f2b09055"} 1 node_network_carrier{device="br-6d59a9037e7f"} 1 node_network_carrier{device="br-6e8e8bec63f7"} 1 node_network_carrier{device="br-6fdd4f05699e"} 1 node_network_carrier{device="br-70a43ddb765f"} 1 node_network_carrier{device="br-7151fb21ebc7"} 1 node_network_carrier{device="br-757cf8ccd099"} 1 node_network_carrier{device="br-7783edd4fb63"} 1 node_network_carrier{device="br-7967b93cb965"} 1 node_network_carrier{device="br-7a05c4b4c71c"} 0 node_network_carrier{device="br-7f1c0840c41b"} 1 node_network_carrier{device="br-8291479ee6f8"} 1 node_network_carrier{device="br-82b59b3e5c30"} 1 node_network_carrier{device="br-831a310fd395"} 1 node_network_carrier{device="br-832e21b6735f"} 1 node_network_carrier{device="br-84962c4a05ff"} 0 node_network_carrier{device="br-89456f9f0577"} 1 node_network_carrier{device="br-8c90f08921d2"} 1 node_network_carrier{device="br-8d1ae48ba56b"} 1 node_network_carrier{device="br-8d5f8dfdd165"} 1 node_network_carrier{device="br-8f019a492357"} 1 node_network_carrier{device="br-8f2fb4b87f97"} 1 node_network_carrier{device="br-9122d919d3da"} 1 node_network_carrier{device="br-91e32aebc9b9"} 1 node_network_carrier{device="br-973daca1c7c2"} 1 node_network_carrier{device="br-98551e817ad3"} 1 node_network_carrier{device="br-a01a29421e12"} 1 node_network_carrier{device="br-a194f29d52a3"} 1 node_network_carrier{device="br-a19b8bbcb4ba"} 1 node_network_carrier{device="br-a384ecbfdb6c"} 1 node_network_carrier{device="br-a5d1efbd6302"} 1 node_network_carrier{device="br-a9242a3d7305"} 1 node_network_carrier{device="br-ab4fc0c8f205"} 1 node_network_carrier{device="br-ac5441a8184d"} 1 node_network_carrier{device="br-ad296b058e6c"} 1 node_network_carrier{device="br-b0d3385258be"} 1 node_network_carrier{device="br-b5cc1abc8af1"} 1 node_network_carrier{device="br-b84a81030c46"} 1 node_network_carrier{device="br-b9ddcd38e3d5"} 0 node_network_carrier{device="br-bbf479fecfd1"} 1 node_network_carrier{device="br-bf24405639d1"} 1 node_network_carrier{device="br-bf75749e355d"} 1 node_network_carrier{device="br-bfa260e794d9"} 1 node_network_carrier{device="br-c121b68147b6"} 1 node_network_carrier{device="br-c1af548193f3"} 1 node_network_carrier{device="br-c60789b54f4a"} 1 node_network_carrier{device="br-c7ec91768290"} 1 node_network_carrier{device="br-c8047895107e"} 1 node_network_carrier{device="br-c8dc093516dd"} 1 node_network_carrier{device="br-c9441662f35b"} 1 node_network_carrier{device="br-cca3eb0bd63d"} 1 node_network_carrier{device="br-cfa83479df17"} 1 node_network_carrier{device="br-cfa8e5dacf79"} 1 node_network_carrier{device="br-d08110bc3e31"} 1 node_network_carrier{device="br-d286f920faa7"} 1 node_network_carrier{device="br-d36675741a6d"} 1 node_network_carrier{device="br-d4ad227661d1"} 1 node_network_carrier{device="br-d54d8e4f9ca5"} 1 node_network_carrier{device="br-d6aad0d2a913"} 1 node_network_carrier{device="br-dbca5566e641"} 1 node_network_carrier{device="br-dc87a7504ded"} 1 node_network_carrier{device="br-ddde99c88d06"} 1 node_network_carrier{device="br-e0e95d87f3e0"} 1 node_network_carrier{device="br-e5714f199361"} 1 node_network_carrier{device="br-e63b0d1593b5"} 1 node_network_carrier{device="br-e6ca372c02c0"} 1 node_network_carrier{device="br-ea12a1764685"} 1 node_network_carrier{device="br-edfd70c2aede"} 1 node_network_carrier{device="br-ef37d58f8fe1"} 1 node_network_carrier{device="br-f7269b4b25bf"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0009c48"} 1 node_network_carrier{device="veth0057f22"} 1 node_network_carrier{device="veth008ddfb"} 1 node_network_carrier{device="veth00e3c78"} 1 node_network_carrier{device="veth01c5e43"} 1 node_network_carrier{device="veth01d1acf"} 1 node_network_carrier{device="veth01f4e0b"} 1 node_network_carrier{device="veth02fa58b"} 1 node_network_carrier{device="veth032511c"} 1 node_network_carrier{device="veth032853a"} 1 node_network_carrier{device="veth0379a17"} 1 node_network_carrier{device="veth039b82d"} 1 node_network_carrier{device="veth03dd035"} 1 node_network_carrier{device="veth04159af"} 1 node_network_carrier{device="veth041f04f"} 1 node_network_carrier{device="veth048c9d9"} 1 node_network_carrier{device="veth0521f31"} 1 node_network_carrier{device="veth059040d"} 1 node_network_carrier{device="veth05a06a7"} 1 node_network_carrier{device="veth067e6e9"} 1 node_network_carrier{device="veth06e31b1"} 1 node_network_carrier{device="veth06f27a2"} 1 node_network_carrier{device="veth07a049d"} 1 node_network_carrier{device="veth0808d98"} 1 node_network_carrier{device="veth0886055"} 1 node_network_carrier{device="veth08ae0d6"} 1 node_network_carrier{device="veth096258a"} 1 node_network_carrier{device="veth0b64779"} 1 node_network_carrier{device="veth0bfbe46"} 1 node_network_carrier{device="veth0d263b9"} 1 node_network_carrier{device="veth0d26989"} 1 node_network_carrier{device="veth0e4628c"} 1 node_network_carrier{device="veth0e6c375"} 1 node_network_carrier{device="veth0e86ab7"} 1 node_network_carrier{device="veth0ec88d9"} 1 node_network_carrier{device="veth0f039e4"} 1 node_network_carrier{device="veth0f6e4c2"} 1 node_network_carrier{device="veth0f8da12"} 1 node_network_carrier{device="veth0fc3400"} 1 node_network_carrier{device="veth0fe6ce8"} 1 node_network_carrier{device="veth100d8fb"} 1 node_network_carrier{device="veth107e808"} 1 node_network_carrier{device="veth1093ea4"} 1 node_network_carrier{device="veth10e276d"} 1 node_network_carrier{device="veth11210db"} 1 node_network_carrier{device="veth11507a2"} 1 node_network_carrier{device="veth115219d"} 1 node_network_carrier{device="veth12b4062"} 1 node_network_carrier{device="veth13756cd"} 1 node_network_carrier{device="veth1380211"} 1 node_network_carrier{device="veth139d69d"} 1 node_network_carrier{device="veth148ba09"} 1 node_network_carrier{device="veth1498546"} 1 node_network_carrier{device="veth1568435"} 1 node_network_carrier{device="veth182b299"} 1 node_network_carrier{device="veth1a57969"} 1 node_network_carrier{device="veth1a5d00b"} 1 node_network_carrier{device="veth1aee0c9"} 1 node_network_carrier{device="veth1af829a"} 1 node_network_carrier{device="veth1af887e"} 1 node_network_carrier{device="veth1bb281d"} 1 node_network_carrier{device="veth1be69a9"} 1 node_network_carrier{device="veth1c2382f"} 1 node_network_carrier{device="veth1c86f94"} 1 node_network_carrier{device="veth1cd53f4"} 1 node_network_carrier{device="veth1d5e1a4"} 1 node_network_carrier{device="veth1dc4860"} 1 node_network_carrier{device="veth1dea2fe"} 1 node_network_carrier{device="veth1e7f00c"} 1 node_network_carrier{device="veth1ec0310"} 1 node_network_carrier{device="veth1fda973"} 1 node_network_carrier{device="veth1fe94a9"} 1 node_network_carrier{device="veth20489bb"} 1 node_network_carrier{device="veth20787b5"} 1 node_network_carrier{device="veth208ca1a"} 1 node_network_carrier{device="veth21c0fe7"} 1 node_network_carrier{device="veth2214e42"} 1 node_network_carrier{device="veth228bd69"} 1 node_network_carrier{device="veth229b6d4"} 1 node_network_carrier{device="veth22f2fec"} 1 node_network_carrier{device="veth231c261"} 1 node_network_carrier{device="veth231d40e"} 1 node_network_carrier{device="veth232533d"} 1 node_network_carrier{device="veth235d53e"} 1 node_network_carrier{device="veth237b6c4"} 1 node_network_carrier{device="veth23e1e40"} 1 node_network_carrier{device="veth24fc934"} 1 node_network_carrier{device="veth25d516d"} 1 node_network_carrier{device="veth268dc93"} 1 node_network_carrier{device="veth279aa19"} 1 node_network_carrier{device="veth27a3e0d"} 1 node_network_carrier{device="veth27aa3e1"} 1 node_network_carrier{device="veth27bf25e"} 1 node_network_carrier{device="veth27eb3a1"} 1 node_network_carrier{device="veth2817a39"} 1 node_network_carrier{device="veth298a150"} 1 node_network_carrier{device="veth29e1cdf"} 1 node_network_carrier{device="veth2a938c7"} 1 node_network_carrier{device="veth2b6f776"} 1 node_network_carrier{device="veth2bea18d"} 1 node_network_carrier{device="veth2cb2aa6"} 1 node_network_carrier{device="veth2cc6b5d"} 1 node_network_carrier{device="veth2cd33a1"} 1 node_network_carrier{device="veth2d03ca6"} 1 node_network_carrier{device="veth2d2c9f2"} 1 node_network_carrier{device="veth2d41a73"} 1 node_network_carrier{device="veth2d9918b"} 1 node_network_carrier{device="veth2e4245c"} 1 node_network_carrier{device="veth2e5029d"} 1 node_network_carrier{device="veth2eac8e4"} 1 node_network_carrier{device="veth2eb60e4"} 1 node_network_carrier{device="veth2f1ad78"} 1 node_network_carrier{device="veth2f899b3"} 1 node_network_carrier{device="veth2f9b6e7"} 1 node_network_carrier{device="veth2f9e651"} 1 node_network_carrier{device="veth2ffb90c"} 1 node_network_carrier{device="veth305c11f"} 1 node_network_carrier{device="veth30b95b0"} 1 node_network_carrier{device="veth3110731"} 1 node_network_carrier{device="veth315b30d"} 1 node_network_carrier{device="veth3168355"} 1 node_network_carrier{device="veth3245e1c"} 1 node_network_carrier{device="veth329ca59"} 1 node_network_carrier{device="veth32da86b"} 1 node_network_carrier{device="veth32f0bd7"} 1 node_network_carrier{device="veth33d65d5"} 1 node_network_carrier{device="veth33d87e8"} 1 node_network_carrier{device="veth3540510"} 1 node_network_carrier{device="veth354d054"} 1 node_network_carrier{device="veth357116f"} 1 node_network_carrier{device="veth35886d9"} 1 node_network_carrier{device="veth358dbf2"} 1 node_network_carrier{device="veth359cbb7"} 1 node_network_carrier{device="veth359d04a"} 1 node_network_carrier{device="veth35b4532"} 1 node_network_carrier{device="veth37d058e"} 1 node_network_carrier{device="veth37de2e1"} 1 node_network_carrier{device="veth37e7130"} 1 node_network_carrier{device="veth3823199"} 1 node_network_carrier{device="veth38668ad"} 1 node_network_carrier{device="veth3899e00"} 1 node_network_carrier{device="veth38af7f4"} 1 node_network_carrier{device="veth38c06e7"} 1 node_network_carrier{device="veth391740a"} 1 node_network_carrier{device="veth3961560"} 1 node_network_carrier{device="veth39a84d1"} 1 node_network_carrier{device="veth39ec3c6"} 1 node_network_carrier{device="veth39f418e"} 1 node_network_carrier{device="veth39f7983"} 1 node_network_carrier{device="veth3a04f6c"} 1 node_network_carrier{device="veth3a28292"} 1 node_network_carrier{device="veth3ab5921"} 1 node_network_carrier{device="veth3b81dbc"} 1 node_network_carrier{device="veth3be47e3"} 1 node_network_carrier{device="veth3bf1c8d"} 1 node_network_carrier{device="veth3c3790f"} 1 node_network_carrier{device="veth3d221c4"} 1 node_network_carrier{device="veth3d60dba"} 1 node_network_carrier{device="veth3de6d9c"} 1 node_network_carrier{device="veth3df8638"} 1 node_network_carrier{device="veth3e0fb0b"} 1 node_network_carrier{device="veth3ebb118"} 1 node_network_carrier{device="veth3ef3733"} 1 node_network_carrier{device="veth3f0586e"} 1 node_network_carrier{device="veth3f38956"} 1 node_network_carrier{device="veth3f3ac76"} 1 node_network_carrier{device="veth3f41be9"} 1 node_network_carrier{device="veth3f6e007"} 1 node_network_carrier{device="veth406e4fd"} 1 node_network_carrier{device="veth4179d44"} 1 node_network_carrier{device="veth419db48"} 1 node_network_carrier{device="veth41a5dd6"} 1 node_network_carrier{device="veth41cd559"} 1 node_network_carrier{device="veth41d7f45"} 1 node_network_carrier{device="veth423f820"} 1 node_network_carrier{device="veth42a984b"} 1 node_network_carrier{device="veth4314bf5"} 1 node_network_carrier{device="veth43e182c"} 1 node_network_carrier{device="veth4413734"} 1 node_network_carrier{device="veth450a62c"} 1 node_network_carrier{device="veth450c1a7"} 1 node_network_carrier{device="veth4580c7e"} 1 node_network_carrier{device="veth45d2560"} 1 node_network_carrier{device="veth4600cbe"} 1 node_network_carrier{device="veth4622c58"} 1 node_network_carrier{device="veth47275f8"} 1 node_network_carrier{device="veth472cfec"} 1 node_network_carrier{device="veth47a0f99"} 1 node_network_carrier{device="veth48050a3"} 1 node_network_carrier{device="veth484e5a7"} 1 node_network_carrier{device="veth487c580"} 1 node_network_carrier{device="veth48bbb3e"} 1 node_network_carrier{device="veth48c9eb6"} 1 node_network_carrier{device="veth48fa74a"} 1 node_network_carrier{device="veth4919473"} 1 node_network_carrier{device="veth491f00e"} 1 node_network_carrier{device="veth4971f59"} 1 node_network_carrier{device="veth49a95ae"} 1 node_network_carrier{device="veth4a773af"} 1 node_network_carrier{device="veth4a8a86b"} 1 node_network_carrier{device="veth4b8fe58"} 1 node_network_carrier{device="veth4bdb4d9"} 1 node_network_carrier{device="veth4bf3046"} 1 node_network_carrier{device="veth4d292f2"} 1 node_network_carrier{device="veth4d2cca3"} 1 node_network_carrier{device="veth4d31c40"} 1 node_network_carrier{device="veth4d49f16"} 1 node_network_carrier{device="veth4d6ffca"} 1 node_network_carrier{device="veth4e685b7"} 1 node_network_carrier{device="veth4eb2990"} 1 node_network_carrier{device="veth4ef981b"} 1 node_network_carrier{device="veth4f30eb7"} 1 node_network_carrier{device="veth4f61226"} 1 node_network_carrier{device="veth4ff09ee"} 1 node_network_carrier{device="veth5054e93"} 1 node_network_carrier{device="veth50865f9"} 1 node_network_carrier{device="veth5088dc3"} 1 node_network_carrier{device="veth519857b"} 1 node_network_carrier{device="veth51d9ece"} 1 node_network_carrier{device="veth5210908"} 1 node_network_carrier{device="veth5284787"} 1 node_network_carrier{device="veth52cfc45"} 1 node_network_carrier{device="veth52e330e"} 1 node_network_carrier{device="veth5365cc9"} 1 node_network_carrier{device="veth54e9292"} 1 node_network_carrier{device="veth564c8a0"} 1 node_network_carrier{device="veth5675ed9"} 1 node_network_carrier{device="veth56f8c0c"} 1 node_network_carrier{device="veth57d2b8b"} 1 node_network_carrier{device="veth57d676c"} 1 node_network_carrier{device="veth57ec583"} 1 node_network_carrier{device="veth5804bd9"} 1 node_network_carrier{device="veth58598dd"} 1 node_network_carrier{device="veth58b55e5"} 1 node_network_carrier{device="veth5965e63"} 1 node_network_carrier{device="veth5aa30fc"} 1 node_network_carrier{device="veth5ac6b24"} 1 node_network_carrier{device="veth5af51bd"} 1 node_network_carrier{device="veth5afbbb6"} 1 node_network_carrier{device="veth5bbabc3"} 1 node_network_carrier{device="veth5bdd045"} 1 node_network_carrier{device="veth5c571c8"} 1 node_network_carrier{device="veth5c61f57"} 1 node_network_carrier{device="veth5d012dd"} 1 node_network_carrier{device="veth5e12c5b"} 1 node_network_carrier{device="veth5e4f007"} 1 node_network_carrier{device="veth5ee2818"} 1 node_network_carrier{device="veth5f39032"} 1 node_network_carrier{device="veth5f4e2d0"} 1 node_network_carrier{device="veth5fc3d12"} 1 node_network_carrier{device="veth61185ee"} 1 node_network_carrier{device="veth6131e75"} 1 node_network_carrier{device="veth6168483"} 1 node_network_carrier{device="veth6250a44"} 1 node_network_carrier{device="veth62645db"} 1 node_network_carrier{device="veth626da15"} 1 node_network_carrier{device="veth6280f39"} 1 node_network_carrier{device="veth629c943"} 1 node_network_carrier{device="veth62adda3"} 1 node_network_carrier{device="veth634d1ed"} 1 node_network_carrier{device="veth6453baa"} 1 node_network_carrier{device="veth64c3431"} 1 node_network_carrier{device="veth651818e"} 1 node_network_carrier{device="veth651c5d0"} 1 node_network_carrier{device="veth65337b2"} 1 node_network_carrier{device="veth65c360e"} 1 node_network_carrier{device="veth6630733"} 1 node_network_carrier{device="veth66b7fed"} 1 node_network_carrier{device="veth670d042"} 1 node_network_carrier{device="veth6774070"} 1 node_network_carrier{device="veth67e3876"} 1 node_network_carrier{device="veth684d2c7"} 1 node_network_carrier{device="veth688908c"} 1 node_network_carrier{device="veth6898f5c"} 1 node_network_carrier{device="veth68fd89d"} 1 node_network_carrier{device="veth690503f"} 1 node_network_carrier{device="veth69a31f5"} 1 node_network_carrier{device="veth69cb16e"} 1 node_network_carrier{device="veth69d3433"} 1 node_network_carrier{device="veth69f30b8"} 1 node_network_carrier{device="veth69f82f1"} 1 node_network_carrier{device="veth6a008e6"} 1 node_network_carrier{device="veth6a08252"} 1 node_network_carrier{device="veth6a552ae"} 1 node_network_carrier{device="veth6a9654d"} 1 node_network_carrier{device="veth6ac2ad5"} 1 node_network_carrier{device="veth6b2d933"} 1 node_network_carrier{device="veth6b3dad4"} 1 node_network_carrier{device="veth6b52f37"} 1 node_network_carrier{device="veth6befc8c"} 1 node_network_carrier{device="veth6c33543"} 1 node_network_carrier{device="veth6c58b6c"} 1 node_network_carrier{device="veth6c5ad94"} 1 node_network_carrier{device="veth6ca3495"} 1 node_network_carrier{device="veth6ce5f51"} 1 node_network_carrier{device="veth6d0a089"} 1 node_network_carrier{device="veth6d3ac08"} 1 node_network_carrier{device="veth6e44940"} 1 node_network_carrier{device="veth6e6c1f7"} 1 node_network_carrier{device="veth6ed1d48"} 1 node_network_carrier{device="veth70c4d49"} 1 node_network_carrier{device="veth71776a8"} 1 node_network_carrier{device="veth7188a44"} 1 node_network_carrier{device="veth718a7eb"} 1 node_network_carrier{device="veth71ffa2e"} 1 node_network_carrier{device="veth72d266b"} 1 node_network_carrier{device="veth73369bb"} 1 node_network_carrier{device="veth73b2056"} 1 node_network_carrier{device="veth73ead52"} 1 node_network_carrier{device="veth7429a6e"} 1 node_network_carrier{device="veth745dadb"} 1 node_network_carrier{device="veth750eb48"} 1 node_network_carrier{device="veth752218d"} 1 node_network_carrier{device="veth757493a"} 1 node_network_carrier{device="veth757efe6"} 1 node_network_carrier{device="veth757fccd"} 1 node_network_carrier{device="veth75e9ad3"} 1 node_network_carrier{device="veth760c07f"} 1 node_network_carrier{device="veth7632291"} 1 node_network_carrier{device="veth76dc8a9"} 1 node_network_carrier{device="veth76f5b59"} 1 node_network_carrier{device="veth7708a2a"} 1 node_network_carrier{device="veth7731308"} 1 node_network_carrier{device="veth774a0cf"} 1 node_network_carrier{device="veth7758da8"} 1 node_network_carrier{device="veth77f5539"} 1 node_network_carrier{device="veth78a6a45"} 1 node_network_carrier{device="veth78df8ba"} 1 node_network_carrier{device="veth797e46a"} 1 node_network_carrier{device="veth79e6c25"} 1 node_network_carrier{device="veth79ef071"} 1 node_network_carrier{device="veth7a37e75"} 1 node_network_carrier{device="veth7a4ee0a"} 1 node_network_carrier{device="veth7a84b20"} 1 node_network_carrier{device="veth7a8d1bc"} 1 node_network_carrier{device="veth7b5aa98"} 1 node_network_carrier{device="veth7b76de0"} 1 node_network_carrier{device="veth7bbc3fb"} 1 node_network_carrier{device="veth7bdbf78"} 1 node_network_carrier{device="veth7c00c6f"} 1 node_network_carrier{device="veth7c170e8"} 1 node_network_carrier{device="veth7c79405"} 1 node_network_carrier{device="veth7c7c6a4"} 1 node_network_carrier{device="veth7c7edf8"} 1 node_network_carrier{device="veth7cd2b86"} 1 node_network_carrier{device="veth7ceb6c5"} 1 node_network_carrier{device="veth7d0a9c9"} 1 node_network_carrier{device="veth7da5a3d"} 1 node_network_carrier{device="veth7e7a5a2"} 1 node_network_carrier{device="veth7e90c50"} 1 node_network_carrier{device="veth7efb584"} 1 node_network_carrier{device="veth7efb9a4"} 1 node_network_carrier{device="veth7f219e6"} 1 node_network_carrier{device="veth7f349f1"} 1 node_network_carrier{device="veth7f7adf7"} 1 node_network_carrier{device="veth7fbccd1"} 1 node_network_carrier{device="veth7ff9da9"} 1 node_network_carrier{device="veth804203c"} 1 node_network_carrier{device="veth80abb3a"} 1 node_network_carrier{device="veth80bc918"} 1 node_network_carrier{device="veth80db113"} 1 node_network_carrier{device="veth8115deb"} 1 node_network_carrier{device="veth818e1b4"} 1 node_network_carrier{device="veth81cd17e"} 1 node_network_carrier{device="veth81e6903"} 1 node_network_carrier{device="veth81f0a15"} 1 node_network_carrier{device="veth824a73a"} 1 node_network_carrier{device="veth8286cb8"} 1 node_network_carrier{device="veth82bcac8"} 1 node_network_carrier{device="veth82c8314"} 1 node_network_carrier{device="veth82d54d6"} 1 node_network_carrier{device="veth82e7162"} 1 node_network_carrier{device="veth82f9bb2"} 1 node_network_carrier{device="veth83c076f"} 1 node_network_carrier{device="veth841b31f"} 1 node_network_carrier{device="veth8491d68"} 1 node_network_carrier{device="veth8575f2f"} 1 node_network_carrier{device="veth86b5718"} 1 node_network_carrier{device="veth86b8fa2"} 1 node_network_carrier{device="veth86c5967"} 1 node_network_carrier{device="veth86f7933"} 1 node_network_carrier{device="veth873a2e1"} 1 node_network_carrier{device="veth87bf2d7"} 1 node_network_carrier{device="veth87de5ef"} 1 node_network_carrier{device="veth880729a"} 1 node_network_carrier{device="veth8899f2d"} 1 node_network_carrier{device="veth89df824"} 1 node_network_carrier{device="veth8a757d1"} 1 node_network_carrier{device="veth8ac6051"} 1 node_network_carrier{device="veth8aec1f4"} 1 node_network_carrier{device="veth8bb71ef"} 1 node_network_carrier{device="veth8c359ba"} 1 node_network_carrier{device="veth8c3728a"} 1 node_network_carrier{device="veth8c3b2b4"} 1 node_network_carrier{device="veth8d365d7"} 1 node_network_carrier{device="veth8d79659"} 1 node_network_carrier{device="veth8e0aa38"} 1 node_network_carrier{device="veth8f8d551"} 1 node_network_carrier{device="veth8fbb10d"} 1 node_network_carrier{device="veth900bd70"} 1 node_network_carrier{device="veth902cadc"} 1 node_network_carrier{device="veth9047572"} 1 node_network_carrier{device="veth9057c62"} 1 node_network_carrier{device="veth9073787"} 1 node_network_carrier{device="veth9166eaa"} 1 node_network_carrier{device="veth9193b16"} 1 node_network_carrier{device="veth91a6689"} 1 node_network_carrier{device="veth91f1a12"} 1 node_network_carrier{device="veth91fabb4"} 1 node_network_carrier{device="veth9267946"} 1 node_network_carrier{device="veth9371418"} 1 node_network_carrier{device="veth93f3c9f"} 1 node_network_carrier{device="veth9488f04"} 1 node_network_carrier{device="veth948cd1e"} 1 node_network_carrier{device="veth951eef4"} 1 node_network_carrier{device="veth9675397"} 1 node_network_carrier{device="veth9681927"} 1 node_network_carrier{device="veth96e0471"} 1 node_network_carrier{device="veth98feb57"} 1 node_network_carrier{device="veth994a72a"} 1 node_network_carrier{device="veth9985b4e"} 1 node_network_carrier{device="veth99cdb12"} 1 node_network_carrier{device="veth9a9e7eb"} 1 node_network_carrier{device="veth9b18d92"} 1 node_network_carrier{device="veth9b23960"} 1 node_network_carrier{device="veth9bbbd3e"} 1 node_network_carrier{device="veth9bde175"} 1 node_network_carrier{device="veth9bed411"} 1 node_network_carrier{device="veth9c4e77f"} 1 node_network_carrier{device="veth9c9a350"} 1 node_network_carrier{device="veth9cb0c0f"} 1 node_network_carrier{device="veth9cfe767"} 1 node_network_carrier{device="veth9d35c37"} 1 node_network_carrier{device="veth9d674e8"} 1 node_network_carrier{device="veth9d8fc99"} 1 node_network_carrier{device="veth9d98eba"} 1 node_network_carrier{device="veth9da8b8d"} 1 node_network_carrier{device="veth9df3ecb"} 1 node_network_carrier{device="veth9e9fce6"} 1 node_network_carrier{device="veth9ed817d"} 1 node_network_carrier{device="veth9f3233d"} 1 node_network_carrier{device="veth9f82c51"} 1 node_network_carrier{device="veth9f8faa5"} 1 node_network_carrier{device="vetha0c1437"} 1 node_network_carrier{device="vetha0e80a0"} 1 node_network_carrier{device="vetha106075"} 1 node_network_carrier{device="vetha10ed6f"} 1 node_network_carrier{device="vetha131bbc"} 1 node_network_carrier{device="vetha187e3b"} 1 node_network_carrier{device="vetha19ce39"} 1 node_network_carrier{device="vetha1a96b5"} 1 node_network_carrier{device="vetha1db4d4"} 1 node_network_carrier{device="vetha208f1d"} 1 node_network_carrier{device="vetha20f05a"} 1 node_network_carrier{device="vetha21095f"} 1 node_network_carrier{device="vetha29c587"} 1 node_network_carrier{device="vetha2d62f9"} 1 node_network_carrier{device="vetha2e6ee7"} 1 node_network_carrier{device="vetha2efe45"} 1 node_network_carrier{device="vetha334ff9"} 1 node_network_carrier{device="vetha33b595"} 1 node_network_carrier{device="vetha356001"} 1 node_network_carrier{device="vetha3d3064"} 1 node_network_carrier{device="vetha3e8c9c"} 1 node_network_carrier{device="vetha3f126e"} 1 node_network_carrier{device="vetha4878ac"} 1 node_network_carrier{device="vetha5244b8"} 1 node_network_carrier{device="vetha588f6c"} 1 node_network_carrier{device="vetha58e162"} 1 node_network_carrier{device="vetha80a84c"} 1 node_network_carrier{device="vetha81db62"} 1 node_network_carrier{device="vetha8da15f"} 1 node_network_carrier{device="vetha95fac3"} 1 node_network_carrier{device="vethaa460d0"} 1 node_network_carrier{device="vethaa5252d"} 1 node_network_carrier{device="vethabd5525"} 1 node_network_carrier{device="vethac309ae"} 1 node_network_carrier{device="vethacc9983"} 1 node_network_carrier{device="vethadaa61e"} 1 node_network_carrier{device="vethadd6779"} 1 node_network_carrier{device="vethae07fdb"} 1 node_network_carrier{device="vethae2e166"} 1 node_network_carrier{device="vethae6aaad"} 1 node_network_carrier{device="vethae899be"} 1 node_network_carrier{device="vethaf2d319"} 1 node_network_carrier{device="vethaff0c5f"} 1 node_network_carrier{device="vethb11d1d5"} 1 node_network_carrier{device="vethb146b3d"} 1 node_network_carrier{device="vethb17b307"} 1 node_network_carrier{device="vethb24125c"} 1 node_network_carrier{device="vethb25b930"} 1 node_network_carrier{device="vethb264074"} 1 node_network_carrier{device="vethb26da6e"} 1 node_network_carrier{device="vethb2f7e0f"} 1 node_network_carrier{device="vethb413da6"} 1 node_network_carrier{device="vethb436b35"} 1 node_network_carrier{device="vethb466aea"} 1 node_network_carrier{device="vethb4a4c76"} 1 node_network_carrier{device="vethb4fafb4"} 1 node_network_carrier{device="vethb5afb08"} 1 node_network_carrier{device="vethb72a42c"} 1 node_network_carrier{device="vethb80e0f0"} 1 node_network_carrier{device="vethb8148cc"} 1 node_network_carrier{device="vethb85e063"} 1 node_network_carrier{device="vethb92f9d3"} 1 node_network_carrier{device="vethb92fe3f"} 1 node_network_carrier{device="vethba942aa"} 1 node_network_carrier{device="vethbae8967"} 1 node_network_carrier{device="vethbb0b4fe"} 1 node_network_carrier{device="vethbbaaafe"} 1 node_network_carrier{device="vethbc2b4ad"} 1 node_network_carrier{device="vethbc58d49"} 1 node_network_carrier{device="vethbcde7a6"} 1 node_network_carrier{device="vethbce62a9"} 1 node_network_carrier{device="vethbe194c8"} 1 node_network_carrier{device="vethbe2c80a"} 1 node_network_carrier{device="vethbe97de8"} 1 node_network_carrier{device="vethbfb44f0"} 1 node_network_carrier{device="vethc00de3e"} 1 node_network_carrier{device="vethc02588e"} 1 node_network_carrier{device="vethc033a93"} 1 node_network_carrier{device="vethc060fb3"} 1 node_network_carrier{device="vethc122dad"} 1 node_network_carrier{device="vethc12e527"} 1 node_network_carrier{device="vethc140d9c"} 1 node_network_carrier{device="vethc17e1ec"} 1 node_network_carrier{device="vethc1d7f4f"} 1 node_network_carrier{device="vethc1ec8f5"} 1 node_network_carrier{device="vethc20d812"} 1 node_network_carrier{device="vethc22a5c0"} 1 node_network_carrier{device="vethc239fc6"} 1 node_network_carrier{device="vethc311203"} 1 node_network_carrier{device="vethc3412aa"} 1 node_network_carrier{device="vethc3f0337"} 1 node_network_carrier{device="vethc42048e"} 1 node_network_carrier{device="vethc4617ba"} 1 node_network_carrier{device="vethc498aec"} 1 node_network_carrier{device="vethc4f407f"} 1 node_network_carrier{device="vethc554c32"} 1 node_network_carrier{device="vethc5aaafd"} 1 node_network_carrier{device="vethc5ace02"} 1 node_network_carrier{device="vethc5b36ba"} 1 node_network_carrier{device="vethc5dd649"} 1 node_network_carrier{device="vethc5eb73b"} 1 node_network_carrier{device="vethc5eca53"} 1 node_network_carrier{device="vethc68deb2"} 1 node_network_carrier{device="vethc69e5b9"} 1 node_network_carrier{device="vethc6fe840"} 1 node_network_carrier{device="vethc7016cb"} 1 node_network_carrier{device="vethc75d66d"} 1 node_network_carrier{device="vethc790a6e"} 1 node_network_carrier{device="vethc84e290"} 1 node_network_carrier{device="vethc8739b3"} 1 node_network_carrier{device="vethc87da99"} 1 node_network_carrier{device="vethc88bbcf"} 1 node_network_carrier{device="vethc928fb9"} 1 node_network_carrier{device="vethc959280"} 1 node_network_carrier{device="vethc97be75"} 1 node_network_carrier{device="vethc99df73"} 1 node_network_carrier{device="vethc9e1b23"} 1 node_network_carrier{device="vethca8e8cd"} 1 node_network_carrier{device="vethcb7fed6"} 1 node_network_carrier{device="vethcb89e48"} 1 node_network_carrier{device="vethcc43237"} 1 node_network_carrier{device="vethcc4fef3"} 1 node_network_carrier{device="vethcc7f6ac"} 1 node_network_carrier{device="vethccb9f9c"} 1 node_network_carrier{device="vethccdb53f"} 1 node_network_carrier{device="vethcd6e0c9"} 1 node_network_carrier{device="vethce1a2f7"} 1 node_network_carrier{device="vethce4e99b"} 1 node_network_carrier{device="vethce521ba"} 1 node_network_carrier{device="vethcf53b01"} 1 node_network_carrier{device="vethcfd9fe1"} 1 node_network_carrier{device="vethd0b2173"} 1 node_network_carrier{device="vethd0f1488"} 1 node_network_carrier{device="vethd0f34e4"} 1 node_network_carrier{device="vethd0ffc64"} 1 node_network_carrier{device="vethd1ec6d3"} 1 node_network_carrier{device="vethd2010fb"} 1 node_network_carrier{device="vethd2deb54"} 1 node_network_carrier{device="vethd2f4531"} 1 node_network_carrier{device="vethd34362b"} 1 node_network_carrier{device="vethd347820"} 1 node_network_carrier{device="vethd3608f1"} 1 node_network_carrier{device="vethd42c82d"} 1 node_network_carrier{device="vethd45b81a"} 1 node_network_carrier{device="vethd466b1f"} 1 node_network_carrier{device="vethd49c6b2"} 1 node_network_carrier{device="vethd5344cc"} 1 node_network_carrier{device="vethd60e2bd"} 1 node_network_carrier{device="vethd64322f"} 1 node_network_carrier{device="vethd65b5b3"} 1 node_network_carrier{device="vethd681481"} 1 node_network_carrier{device="vethd6ceb54"} 1 node_network_carrier{device="vethd6fa258"} 1 node_network_carrier{device="vethd71b7e5"} 1 node_network_carrier{device="vethd752c61"} 1 node_network_carrier{device="vethd760c58"} 1 node_network_carrier{device="vethd768a42"} 1 node_network_carrier{device="vethd76e941"} 1 node_network_carrier{device="vethd81eb6c"} 1 node_network_carrier{device="vethd868ed3"} 1 node_network_carrier{device="vethd8a170f"} 1 node_network_carrier{device="vethd8b4b5b"} 1 node_network_carrier{device="vethd97f7eb"} 1 node_network_carrier{device="vethd9c86a8"} 1 node_network_carrier{device="vethda452a5"} 1 node_network_carrier{device="vethdaa52c9"} 1 node_network_carrier{device="vethdae085c"} 1 node_network_carrier{device="vethdb552be"} 1 node_network_carrier{device="vethdba1b3a"} 1 node_network_carrier{device="vethdc4d810"} 1 node_network_carrier{device="vethdd1fe39"} 1 node_network_carrier{device="vethdd25bde"} 1 node_network_carrier{device="vethdd3daca"} 1 node_network_carrier{device="vethdd432a7"} 1 node_network_carrier{device="vethdd77089"} 1 node_network_carrier{device="vethdd88546"} 1 node_network_carrier{device="vethdda7569"} 1 node_network_carrier{device="vethddb4b12"} 1 node_network_carrier{device="vethde79ae2"} 1 node_network_carrier{device="vethde8673b"} 1 node_network_carrier{device="vethdf825a0"} 1 node_network_carrier{device="vethdf861f8"} 1 node_network_carrier{device="vethdfcbb7b"} 1 node_network_carrier{device="vethe028419"} 1 node_network_carrier{device="vethe05e953"} 1 node_network_carrier{device="vethe0c38b7"} 1 node_network_carrier{device="vethe101bab"} 1 node_network_carrier{device="vethe1189bd"} 1 node_network_carrier{device="vethe13fa27"} 1 node_network_carrier{device="vethe177f5b"} 1 node_network_carrier{device="vethe1ebb25"} 1 node_network_carrier{device="vethe209306"} 1 node_network_carrier{device="vethe33aa29"} 1 node_network_carrier{device="vethe38290a"} 1 node_network_carrier{device="vethe39934f"} 1 node_network_carrier{device="vethe39dd06"} 1 node_network_carrier{device="vethe45952d"} 1 node_network_carrier{device="vethe54bc00"} 1 node_network_carrier{device="vethe5621bc"} 1 node_network_carrier{device="vethe5723c0"} 1 node_network_carrier{device="vethe64b47d"} 1 node_network_carrier{device="vethe660bdb"} 1 node_network_carrier{device="vethe6b515e"} 1 node_network_carrier{device="vethe6e8924"} 1 node_network_carrier{device="vethe6f5fae"} 1 node_network_carrier{device="vethe7dc6b0"} 1 node_network_carrier{device="vethe7e6bbf"} 1 node_network_carrier{device="vethe8000ea"} 1 node_network_carrier{device="vethe8094b1"} 1 node_network_carrier{device="vethe8551b4"} 1 node_network_carrier{device="vethe8c6bde"} 1 node_network_carrier{device="vethe8f63bd"} 1 node_network_carrier{device="vethe93a649"} 1 node_network_carrier{device="vethe9de379"} 1 node_network_carrier{device="vethe9ef82b"} 1 node_network_carrier{device="vethea2004e"} 1 node_network_carrier{device="vethea7b5b1"} 1 node_network_carrier{device="vetheafba5d"} 1 node_network_carrier{device="vetheafdff8"} 1 node_network_carrier{device="vetheb96a22"} 1 node_network_carrier{device="vethec666e8"} 1 node_network_carrier{device="vethed11450"} 1 node_network_carrier{device="vethed19b20"} 1 node_network_carrier{device="vethed3ab9d"} 1 node_network_carrier{device="vetheddb648"} 1 node_network_carrier{device="vethedeec24"} 1 node_network_carrier{device="vethedf40f5"} 1 node_network_carrier{device="vetheefaddf"} 1 node_network_carrier{device="vethef58697"} 1 node_network_carrier{device="vethefe8ba7"} 1 node_network_carrier{device="vethf09ac69"} 1 node_network_carrier{device="vethf14b507"} 1 node_network_carrier{device="vethf14bf3b"} 1 node_network_carrier{device="vethf14e041"} 1 node_network_carrier{device="vethf185ebb"} 1 node_network_carrier{device="vethf2509ba"} 1 node_network_carrier{device="vethf25387f"} 1 node_network_carrier{device="vethf2a6c87"} 1 node_network_carrier{device="vethf2b1dab"} 1 node_network_carrier{device="vethf2badff"} 1 node_network_carrier{device="vethf33a028"} 1 node_network_carrier{device="vethf342283"} 1 node_network_carrier{device="vethf47c7ff"} 1 node_network_carrier{device="vethf4ac138"} 1 node_network_carrier{device="vethf4b1b2a"} 1 node_network_carrier{device="vethf4bd777"} 1 node_network_carrier{device="vethf5aeeda"} 1 node_network_carrier{device="vethf5e58af"} 1 node_network_carrier{device="vethf60f5e6"} 1 node_network_carrier{device="vethf63a7c4"} 1 node_network_carrier{device="vethf6bd349"} 1 node_network_carrier{device="vethf6ce5b6"} 1 node_network_carrier{device="vethf7684fa"} 1 node_network_carrier{device="vethf7e9d2c"} 1 node_network_carrier{device="vethf8128a9"} 1 node_network_carrier{device="vethf81e612"} 1 node_network_carrier{device="vethf855174"} 1 node_network_carrier{device="vethf894d6d"} 1 node_network_carrier{device="vethf979695"} 1 node_network_carrier{device="vethf98530e"} 1 node_network_carrier{device="vethf9986ef"} 1 node_network_carrier{device="vethf9b3f86"} 1 node_network_carrier{device="vethfb8b857"} 1 node_network_carrier{device="vethfb9458b"} 1 node_network_carrier{device="vethfbf1832"} 1 node_network_carrier{device="vethfbf1a8f"} 1 node_network_carrier{device="vethfc87a12"} 1 node_network_carrier{device="vethfc9a925"} 1 node_network_carrier{device="vethfcccc71"} 1 node_network_carrier{device="vethfd1bace"} 1 node_network_carrier{device="vethfd1daa5"} 1 node_network_carrier{device="vethfd685e4"} 1 node_network_carrier{device="vethfdacab6"} 1 node_network_carrier{device="vethfe15339"} 1 node_network_carrier{device="vethfe36666"} 1 node_network_carrier{device="vethfe7040e"} 1 node_network_carrier{device="vethfec16de"} 1 node_network_carrier{device="vethfedbea0"} 1 node_network_carrier{device="vethff12d55"} 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-02823e0b21f8"} 6 node_network_carrier_changes_total{device="br-04cbf9ad21fb"} 6 node_network_carrier_changes_total{device="br-07e352042c28"} 8 node_network_carrier_changes_total{device="br-08dd0c9852c8"} 10 node_network_carrier_changes_total{device="br-0a8e30067c8e"} 8 node_network_carrier_changes_total{device="br-0b7a81bcb7e3"} 8 node_network_carrier_changes_total{device="br-0bcc3cc90f11"} 6 node_network_carrier_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_changes_total{device="br-159df358c552"} 8 node_network_carrier_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_changes_total{device="br-19518ca3b773"} 8 node_network_carrier_changes_total{device="br-1a025aacb82b"} 6 node_network_carrier_changes_total{device="br-1b283e1e5128"} 52 node_network_carrier_changes_total{device="br-1ba83a528099"} 8 node_network_carrier_changes_total{device="br-1c3bd3909a8a"} 12 node_network_carrier_changes_total{device="br-1c535b11677a"} 10 node_network_carrier_changes_total{device="br-1de64be72380"} 6 node_network_carrier_changes_total{device="br-208ab78feaa3"} 12 node_network_carrier_changes_total{device="br-217d6415a970"} 6 node_network_carrier_changes_total{device="br-27771a4b5e1c"} 8 node_network_carrier_changes_total{device="br-2860d01a9c36"} 12 node_network_carrier_changes_total{device="br-28853d2b1974"} 10 node_network_carrier_changes_total{device="br-2cd18bfafc5e"} 10 node_network_carrier_changes_total{device="br-2f10de396682"} 6 node_network_carrier_changes_total{device="br-349eb65873d4"} 6 node_network_carrier_changes_total{device="br-3718da5a7dac"} 6 node_network_carrier_changes_total{device="br-37f17f8c2f41"} 8 node_network_carrier_changes_total{device="br-39ee20d64532"} 4 node_network_carrier_changes_total{device="br-3a7803651a32"} 8 node_network_carrier_changes_total{device="br-3b46cefe7982"} 6 node_network_carrier_changes_total{device="br-3d8e222ceb4d"} 12 node_network_carrier_changes_total{device="br-3d9cd1c09975"} 8 node_network_carrier_changes_total{device="br-3db3cc2bc444"} 6 node_network_carrier_changes_total{device="br-3e66b6d4d599"} 12 node_network_carrier_changes_total{device="br-3ee00523d99d"} 8 node_network_carrier_changes_total{device="br-402682b9212c"} 6 node_network_carrier_changes_total{device="br-447189b64663"} 6 node_network_carrier_changes_total{device="br-44fbf271d024"} 4 node_network_carrier_changes_total{device="br-458514748e86"} 8 node_network_carrier_changes_total{device="br-483851ad6d82"} 8 node_network_carrier_changes_total{device="br-4b6104651907"} 6 node_network_carrier_changes_total{device="br-4dbe0bd05d7e"} 8 node_network_carrier_changes_total{device="br-4fac6072ea97"} 6 node_network_carrier_changes_total{device="br-5064110da1f6"} 6 node_network_carrier_changes_total{device="br-52ce8deae651"} 48 node_network_carrier_changes_total{device="br-559d36b72748"} 6 node_network_carrier_changes_total{device="br-56145531d617"} 4 node_network_carrier_changes_total{device="br-566d230839cf"} 6 node_network_carrier_changes_total{device="br-56a5fa614b52"} 8 node_network_carrier_changes_total{device="br-5748fcd1e7ca"} 1 node_network_carrier_changes_total{device="br-595b89a771c2"} 10 node_network_carrier_changes_total{device="br-59aa9f4171dd"} 10 node_network_carrier_changes_total{device="br-5a1c61a6d482"} 6 node_network_carrier_changes_total{device="br-5b324be20854"} 6 node_network_carrier_changes_total{device="br-5f11f2c9115a"} 6 node_network_carrier_changes_total{device="br-606bd002e3a4"} 6 node_network_carrier_changes_total{device="br-61e477cf95da"} 6 node_network_carrier_changes_total{device="br-65df7dba5a66"} 16 node_network_carrier_changes_total{device="br-6654a6f415ef"} 6 node_network_carrier_changes_total{device="br-665d979d60c7"} 6 node_network_carrier_changes_total{device="br-6746be184829"} 6 node_network_carrier_changes_total{device="br-67b6f2b09055"} 6 node_network_carrier_changes_total{device="br-6d59a9037e7f"} 4 node_network_carrier_changes_total{device="br-6e8e8bec63f7"} 8 node_network_carrier_changes_total{device="br-6fdd4f05699e"} 8 node_network_carrier_changes_total{device="br-70a43ddb765f"} 4 node_network_carrier_changes_total{device="br-7151fb21ebc7"} 6 node_network_carrier_changes_total{device="br-757cf8ccd099"} 4 node_network_carrier_changes_total{device="br-7783edd4fb63"} 8 node_network_carrier_changes_total{device="br-7967b93cb965"} 6 node_network_carrier_changes_total{device="br-7a05c4b4c71c"} 1 node_network_carrier_changes_total{device="br-7f1c0840c41b"} 6 node_network_carrier_changes_total{device="br-8291479ee6f8"} 4 node_network_carrier_changes_total{device="br-82b59b3e5c30"} 6 node_network_carrier_changes_total{device="br-831a310fd395"} 14 node_network_carrier_changes_total{device="br-832e21b6735f"} 6 node_network_carrier_changes_total{device="br-84962c4a05ff"} 5 node_network_carrier_changes_total{device="br-89456f9f0577"} 6 node_network_carrier_changes_total{device="br-8c90f08921d2"} 6 node_network_carrier_changes_total{device="br-8d1ae48ba56b"} 4 node_network_carrier_changes_total{device="br-8d5f8dfdd165"} 6 node_network_carrier_changes_total{device="br-8f019a492357"} 6 node_network_carrier_changes_total{device="br-8f2fb4b87f97"} 6 node_network_carrier_changes_total{device="br-9122d919d3da"} 8 node_network_carrier_changes_total{device="br-91e32aebc9b9"} 10 node_network_carrier_changes_total{device="br-973daca1c7c2"} 6 node_network_carrier_changes_total{device="br-98551e817ad3"} 6 node_network_carrier_changes_total{device="br-a01a29421e12"} 8 node_network_carrier_changes_total{device="br-a194f29d52a3"} 6 node_network_carrier_changes_total{device="br-a19b8bbcb4ba"} 6 node_network_carrier_changes_total{device="br-a384ecbfdb6c"} 12 node_network_carrier_changes_total{device="br-a5d1efbd6302"} 8 node_network_carrier_changes_total{device="br-a9242a3d7305"} 12 node_network_carrier_changes_total{device="br-ab4fc0c8f205"} 6 node_network_carrier_changes_total{device="br-ac5441a8184d"} 6 node_network_carrier_changes_total{device="br-ad296b058e6c"} 6 node_network_carrier_changes_total{device="br-b0d3385258be"} 6 node_network_carrier_changes_total{device="br-b5cc1abc8af1"} 4 node_network_carrier_changes_total{device="br-b84a81030c46"} 14 node_network_carrier_changes_total{device="br-b9ddcd38e3d5"} 5 node_network_carrier_changes_total{device="br-bbf479fecfd1"} 8 node_network_carrier_changes_total{device="br-bf24405639d1"} 8 node_network_carrier_changes_total{device="br-bf75749e355d"} 6 node_network_carrier_changes_total{device="br-bfa260e794d9"} 8 node_network_carrier_changes_total{device="br-c121b68147b6"} 6 node_network_carrier_changes_total{device="br-c1af548193f3"} 6 node_network_carrier_changes_total{device="br-c60789b54f4a"} 6 node_network_carrier_changes_total{device="br-c7ec91768290"} 8 node_network_carrier_changes_total{device="br-c8047895107e"} 8 node_network_carrier_changes_total{device="br-c8dc093516dd"} 8 node_network_carrier_changes_total{device="br-c9441662f35b"} 6 node_network_carrier_changes_total{device="br-cca3eb0bd63d"} 6 node_network_carrier_changes_total{device="br-cfa83479df17"} 6 node_network_carrier_changes_total{device="br-cfa8e5dacf79"} 4 node_network_carrier_changes_total{device="br-d08110bc3e31"} 8 node_network_carrier_changes_total{device="br-d286f920faa7"} 10 node_network_carrier_changes_total{device="br-d36675741a6d"} 14 node_network_carrier_changes_total{device="br-d4ad227661d1"} 8 node_network_carrier_changes_total{device="br-d54d8e4f9ca5"} 8 node_network_carrier_changes_total{device="br-d6aad0d2a913"} 12 node_network_carrier_changes_total{device="br-dbca5566e641"} 6 node_network_carrier_changes_total{device="br-dc87a7504ded"} 8 node_network_carrier_changes_total{device="br-ddde99c88d06"} 12 node_network_carrier_changes_total{device="br-e0e95d87f3e0"} 6 node_network_carrier_changes_total{device="br-e5714f199361"} 4 node_network_carrier_changes_total{device="br-e63b0d1593b5"} 10 node_network_carrier_changes_total{device="br-e6ca372c02c0"} 4 node_network_carrier_changes_total{device="br-ea12a1764685"} 8 node_network_carrier_changes_total{device="br-edfd70c2aede"} 12 node_network_carrier_changes_total{device="br-ef37d58f8fe1"} 8 node_network_carrier_changes_total{device="br-f7269b4b25bf"} 8 node_network_carrier_changes_total{device="docker0"} 39 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0009c48"} 2 node_network_carrier_changes_total{device="veth0057f22"} 2 node_network_carrier_changes_total{device="veth008ddfb"} 2 node_network_carrier_changes_total{device="veth00e3c78"} 2 node_network_carrier_changes_total{device="veth01c5e43"} 2 node_network_carrier_changes_total{device="veth01d1acf"} 2 node_network_carrier_changes_total{device="veth01f4e0b"} 2 node_network_carrier_changes_total{device="veth02fa58b"} 2 node_network_carrier_changes_total{device="veth032511c"} 2 node_network_carrier_changes_total{device="veth032853a"} 2 node_network_carrier_changes_total{device="veth0379a17"} 2 node_network_carrier_changes_total{device="veth039b82d"} 2 node_network_carrier_changes_total{device="veth03dd035"} 2 node_network_carrier_changes_total{device="veth04159af"} 2 node_network_carrier_changes_total{device="veth041f04f"} 2 node_network_carrier_changes_total{device="veth048c9d9"} 2 node_network_carrier_changes_total{device="veth0521f31"} 2 node_network_carrier_changes_total{device="veth059040d"} 2 node_network_carrier_changes_total{device="veth05a06a7"} 2 node_network_carrier_changes_total{device="veth067e6e9"} 2 node_network_carrier_changes_total{device="veth06e31b1"} 2 node_network_carrier_changes_total{device="veth06f27a2"} 2 node_network_carrier_changes_total{device="veth07a049d"} 2 node_network_carrier_changes_total{device="veth0808d98"} 2 node_network_carrier_changes_total{device="veth0886055"} 2 node_network_carrier_changes_total{device="veth08ae0d6"} 2 node_network_carrier_changes_total{device="veth096258a"} 2 node_network_carrier_changes_total{device="veth0b64779"} 2 node_network_carrier_changes_total{device="veth0bfbe46"} 2 node_network_carrier_changes_total{device="veth0d263b9"} 2 node_network_carrier_changes_total{device="veth0d26989"} 2 node_network_carrier_changes_total{device="veth0e4628c"} 2 node_network_carrier_changes_total{device="veth0e6c375"} 2 node_network_carrier_changes_total{device="veth0e86ab7"} 2 node_network_carrier_changes_total{device="veth0ec88d9"} 2 node_network_carrier_changes_total{device="veth0f039e4"} 2 node_network_carrier_changes_total{device="veth0f6e4c2"} 2 node_network_carrier_changes_total{device="veth0f8da12"} 2 node_network_carrier_changes_total{device="veth0fc3400"} 2 node_network_carrier_changes_total{device="veth0fe6ce8"} 2 node_network_carrier_changes_total{device="veth100d8fb"} 2 node_network_carrier_changes_total{device="veth107e808"} 2 node_network_carrier_changes_total{device="veth1093ea4"} 2 node_network_carrier_changes_total{device="veth10e276d"} 2 node_network_carrier_changes_total{device="veth11210db"} 2 node_network_carrier_changes_total{device="veth11507a2"} 2 node_network_carrier_changes_total{device="veth115219d"} 2 node_network_carrier_changes_total{device="veth12b4062"} 2 node_network_carrier_changes_total{device="veth13756cd"} 2 node_network_carrier_changes_total{device="veth1380211"} 2 node_network_carrier_changes_total{device="veth139d69d"} 2 node_network_carrier_changes_total{device="veth148ba09"} 2 node_network_carrier_changes_total{device="veth1498546"} 2 node_network_carrier_changes_total{device="veth1568435"} 2 node_network_carrier_changes_total{device="veth182b299"} 2 node_network_carrier_changes_total{device="veth1a57969"} 2 node_network_carrier_changes_total{device="veth1a5d00b"} 2 node_network_carrier_changes_total{device="veth1aee0c9"} 2 node_network_carrier_changes_total{device="veth1af829a"} 2 node_network_carrier_changes_total{device="veth1af887e"} 2 node_network_carrier_changes_total{device="veth1bb281d"} 2 node_network_carrier_changes_total{device="veth1be69a9"} 2 node_network_carrier_changes_total{device="veth1c2382f"} 2 node_network_carrier_changes_total{device="veth1c86f94"} 2 node_network_carrier_changes_total{device="veth1cd53f4"} 2 node_network_carrier_changes_total{device="veth1d5e1a4"} 2 node_network_carrier_changes_total{device="veth1dc4860"} 2 node_network_carrier_changes_total{device="veth1dea2fe"} 2 node_network_carrier_changes_total{device="veth1e7f00c"} 2 node_network_carrier_changes_total{device="veth1ec0310"} 2 node_network_carrier_changes_total{device="veth1fda973"} 2 node_network_carrier_changes_total{device="veth1fe94a9"} 2 node_network_carrier_changes_total{device="veth20489bb"} 2 node_network_carrier_changes_total{device="veth20787b5"} 2 node_network_carrier_changes_total{device="veth208ca1a"} 2 node_network_carrier_changes_total{device="veth21c0fe7"} 2 node_network_carrier_changes_total{device="veth2214e42"} 2 node_network_carrier_changes_total{device="veth228bd69"} 2 node_network_carrier_changes_total{device="veth229b6d4"} 2 node_network_carrier_changes_total{device="veth22f2fec"} 2 node_network_carrier_changes_total{device="veth231c261"} 2 node_network_carrier_changes_total{device="veth231d40e"} 2 node_network_carrier_changes_total{device="veth232533d"} 2 node_network_carrier_changes_total{device="veth235d53e"} 2 node_network_carrier_changes_total{device="veth237b6c4"} 2 node_network_carrier_changes_total{device="veth23e1e40"} 2 node_network_carrier_changes_total{device="veth24fc934"} 2 node_network_carrier_changes_total{device="veth25d516d"} 2 node_network_carrier_changes_total{device="veth268dc93"} 2 node_network_carrier_changes_total{device="veth279aa19"} 2 node_network_carrier_changes_total{device="veth27a3e0d"} 2 node_network_carrier_changes_total{device="veth27aa3e1"} 2 node_network_carrier_changes_total{device="veth27bf25e"} 2 node_network_carrier_changes_total{device="veth27eb3a1"} 2 node_network_carrier_changes_total{device="veth2817a39"} 2 node_network_carrier_changes_total{device="veth298a150"} 2 node_network_carrier_changes_total{device="veth29e1cdf"} 2 node_network_carrier_changes_total{device="veth2a938c7"} 2 node_network_carrier_changes_total{device="veth2b6f776"} 2 node_network_carrier_changes_total{device="veth2bea18d"} 2 node_network_carrier_changes_total{device="veth2cb2aa6"} 2 node_network_carrier_changes_total{device="veth2cc6b5d"} 2 node_network_carrier_changes_total{device="veth2cd33a1"} 2 node_network_carrier_changes_total{device="veth2d03ca6"} 2 node_network_carrier_changes_total{device="veth2d2c9f2"} 2 node_network_carrier_changes_total{device="veth2d41a73"} 2 node_network_carrier_changes_total{device="veth2d9918b"} 2 node_network_carrier_changes_total{device="veth2e4245c"} 2 node_network_carrier_changes_total{device="veth2e5029d"} 2 node_network_carrier_changes_total{device="veth2eac8e4"} 2 node_network_carrier_changes_total{device="veth2eb60e4"} 2 node_network_carrier_changes_total{device="veth2f1ad78"} 2 node_network_carrier_changes_total{device="veth2f899b3"} 2 node_network_carrier_changes_total{device="veth2f9b6e7"} 2 node_network_carrier_changes_total{device="veth2f9e651"} 2 node_network_carrier_changes_total{device="veth2ffb90c"} 2 node_network_carrier_changes_total{device="veth305c11f"} 2 node_network_carrier_changes_total{device="veth30b95b0"} 2 node_network_carrier_changes_total{device="veth3110731"} 2 node_network_carrier_changes_total{device="veth315b30d"} 2 node_network_carrier_changes_total{device="veth3168355"} 2 node_network_carrier_changes_total{device="veth3245e1c"} 2 node_network_carrier_changes_total{device="veth329ca59"} 2 node_network_carrier_changes_total{device="veth32da86b"} 2 node_network_carrier_changes_total{device="veth32f0bd7"} 2 node_network_carrier_changes_total{device="veth33d65d5"} 2 node_network_carrier_changes_total{device="veth33d87e8"} 2 node_network_carrier_changes_total{device="veth3540510"} 2 node_network_carrier_changes_total{device="veth354d054"} 2 node_network_carrier_changes_total{device="veth357116f"} 2 node_network_carrier_changes_total{device="veth35886d9"} 2 node_network_carrier_changes_total{device="veth358dbf2"} 2 node_network_carrier_changes_total{device="veth359cbb7"} 2 node_network_carrier_changes_total{device="veth359d04a"} 2 node_network_carrier_changes_total{device="veth35b4532"} 2 node_network_carrier_changes_total{device="veth37d058e"} 2 node_network_carrier_changes_total{device="veth37de2e1"} 2 node_network_carrier_changes_total{device="veth37e7130"} 2 node_network_carrier_changes_total{device="veth3823199"} 2 node_network_carrier_changes_total{device="veth38668ad"} 2 node_network_carrier_changes_total{device="veth3899e00"} 2 node_network_carrier_changes_total{device="veth38af7f4"} 2 node_network_carrier_changes_total{device="veth38c06e7"} 2 node_network_carrier_changes_total{device="veth391740a"} 2 node_network_carrier_changes_total{device="veth3961560"} 2 node_network_carrier_changes_total{device="veth39a84d1"} 2 node_network_carrier_changes_total{device="veth39ec3c6"} 2 node_network_carrier_changes_total{device="veth39f418e"} 2 node_network_carrier_changes_total{device="veth39f7983"} 2 node_network_carrier_changes_total{device="veth3a04f6c"} 2 node_network_carrier_changes_total{device="veth3a28292"} 2 node_network_carrier_changes_total{device="veth3ab5921"} 2 node_network_carrier_changes_total{device="veth3b81dbc"} 2 node_network_carrier_changes_total{device="veth3be47e3"} 2 node_network_carrier_changes_total{device="veth3bf1c8d"} 2 node_network_carrier_changes_total{device="veth3c3790f"} 2 node_network_carrier_changes_total{device="veth3d221c4"} 2 node_network_carrier_changes_total{device="veth3d60dba"} 2 node_network_carrier_changes_total{device="veth3de6d9c"} 2 node_network_carrier_changes_total{device="veth3df8638"} 2 node_network_carrier_changes_total{device="veth3e0fb0b"} 2 node_network_carrier_changes_total{device="veth3ebb118"} 2 node_network_carrier_changes_total{device="veth3ef3733"} 2 node_network_carrier_changes_total{device="veth3f0586e"} 2 node_network_carrier_changes_total{device="veth3f38956"} 2 node_network_carrier_changes_total{device="veth3f3ac76"} 2 node_network_carrier_changes_total{device="veth3f41be9"} 2 node_network_carrier_changes_total{device="veth3f6e007"} 2 node_network_carrier_changes_total{device="veth406e4fd"} 2 node_network_carrier_changes_total{device="veth4179d44"} 2 node_network_carrier_changes_total{device="veth419db48"} 2 node_network_carrier_changes_total{device="veth41a5dd6"} 2 node_network_carrier_changes_total{device="veth41cd559"} 2 node_network_carrier_changes_total{device="veth41d7f45"} 2 node_network_carrier_changes_total{device="veth423f820"} 2 node_network_carrier_changes_total{device="veth42a984b"} 2 node_network_carrier_changes_total{device="veth4314bf5"} 2 node_network_carrier_changes_total{device="veth43e182c"} 2 node_network_carrier_changes_total{device="veth4413734"} 2 node_network_carrier_changes_total{device="veth450a62c"} 2 node_network_carrier_changes_total{device="veth450c1a7"} 2 node_network_carrier_changes_total{device="veth4580c7e"} 2 node_network_carrier_changes_total{device="veth45d2560"} 2 node_network_carrier_changes_total{device="veth4600cbe"} 2 node_network_carrier_changes_total{device="veth4622c58"} 2 node_network_carrier_changes_total{device="veth47275f8"} 2 node_network_carrier_changes_total{device="veth472cfec"} 2 node_network_carrier_changes_total{device="veth47a0f99"} 2 node_network_carrier_changes_total{device="veth48050a3"} 2 node_network_carrier_changes_total{device="veth484e5a7"} 2 node_network_carrier_changes_total{device="veth487c580"} 2 node_network_carrier_changes_total{device="veth48bbb3e"} 2 node_network_carrier_changes_total{device="veth48c9eb6"} 2 node_network_carrier_changes_total{device="veth48fa74a"} 2 node_network_carrier_changes_total{device="veth4919473"} 2 node_network_carrier_changes_total{device="veth491f00e"} 2 node_network_carrier_changes_total{device="veth4971f59"} 2 node_network_carrier_changes_total{device="veth49a95ae"} 2 node_network_carrier_changes_total{device="veth4a773af"} 2 node_network_carrier_changes_total{device="veth4a8a86b"} 2 node_network_carrier_changes_total{device="veth4b8fe58"} 2 node_network_carrier_changes_total{device="veth4bdb4d9"} 2 node_network_carrier_changes_total{device="veth4bf3046"} 2 node_network_carrier_changes_total{device="veth4d292f2"} 2 node_network_carrier_changes_total{device="veth4d2cca3"} 2 node_network_carrier_changes_total{device="veth4d31c40"} 2 node_network_carrier_changes_total{device="veth4d49f16"} 2 node_network_carrier_changes_total{device="veth4d6ffca"} 2 node_network_carrier_changes_total{device="veth4e685b7"} 2 node_network_carrier_changes_total{device="veth4eb2990"} 2 node_network_carrier_changes_total{device="veth4ef981b"} 2 node_network_carrier_changes_total{device="veth4f30eb7"} 2 node_network_carrier_changes_total{device="veth4f61226"} 2 node_network_carrier_changes_total{device="veth4ff09ee"} 2 node_network_carrier_changes_total{device="veth5054e93"} 2 node_network_carrier_changes_total{device="veth50865f9"} 2 node_network_carrier_changes_total{device="veth5088dc3"} 2 node_network_carrier_changes_total{device="veth519857b"} 2 node_network_carrier_changes_total{device="veth51d9ece"} 2 node_network_carrier_changes_total{device="veth5210908"} 2 node_network_carrier_changes_total{device="veth5284787"} 2 node_network_carrier_changes_total{device="veth52cfc45"} 2 node_network_carrier_changes_total{device="veth52e330e"} 2 node_network_carrier_changes_total{device="veth5365cc9"} 2 node_network_carrier_changes_total{device="veth54e9292"} 2 node_network_carrier_changes_total{device="veth564c8a0"} 2 node_network_carrier_changes_total{device="veth5675ed9"} 2 node_network_carrier_changes_total{device="veth56f8c0c"} 2 node_network_carrier_changes_total{device="veth57d2b8b"} 2 node_network_carrier_changes_total{device="veth57d676c"} 2 node_network_carrier_changes_total{device="veth57ec583"} 2 node_network_carrier_changes_total{device="veth5804bd9"} 2 node_network_carrier_changes_total{device="veth58598dd"} 2 node_network_carrier_changes_total{device="veth58b55e5"} 2 node_network_carrier_changes_total{device="veth5965e63"} 2 node_network_carrier_changes_total{device="veth5aa30fc"} 2 node_network_carrier_changes_total{device="veth5ac6b24"} 2 node_network_carrier_changes_total{device="veth5af51bd"} 2 node_network_carrier_changes_total{device="veth5afbbb6"} 2 node_network_carrier_changes_total{device="veth5bbabc3"} 2 node_network_carrier_changes_total{device="veth5bdd045"} 2 node_network_carrier_changes_total{device="veth5c571c8"} 2 node_network_carrier_changes_total{device="veth5c61f57"} 2 node_network_carrier_changes_total{device="veth5d012dd"} 2 node_network_carrier_changes_total{device="veth5e12c5b"} 2 node_network_carrier_changes_total{device="veth5e4f007"} 2 node_network_carrier_changes_total{device="veth5ee2818"} 2 node_network_carrier_changes_total{device="veth5f39032"} 2 node_network_carrier_changes_total{device="veth5f4e2d0"} 2 node_network_carrier_changes_total{device="veth5fc3d12"} 2 node_network_carrier_changes_total{device="veth61185ee"} 2 node_network_carrier_changes_total{device="veth6131e75"} 2 node_network_carrier_changes_total{device="veth6168483"} 2 node_network_carrier_changes_total{device="veth6250a44"} 2 node_network_carrier_changes_total{device="veth62645db"} 2 node_network_carrier_changes_total{device="veth626da15"} 2 node_network_carrier_changes_total{device="veth6280f39"} 2 node_network_carrier_changes_total{device="veth629c943"} 2 node_network_carrier_changes_total{device="veth62adda3"} 2 node_network_carrier_changes_total{device="veth634d1ed"} 2 node_network_carrier_changes_total{device="veth6453baa"} 2 node_network_carrier_changes_total{device="veth64c3431"} 2 node_network_carrier_changes_total{device="veth651818e"} 2 node_network_carrier_changes_total{device="veth651c5d0"} 2 node_network_carrier_changes_total{device="veth65337b2"} 2 node_network_carrier_changes_total{device="veth65c360e"} 2 node_network_carrier_changes_total{device="veth6630733"} 2 node_network_carrier_changes_total{device="veth66b7fed"} 2 node_network_carrier_changes_total{device="veth670d042"} 2 node_network_carrier_changes_total{device="veth6774070"} 2 node_network_carrier_changes_total{device="veth67e3876"} 2 node_network_carrier_changes_total{device="veth684d2c7"} 2 node_network_carrier_changes_total{device="veth688908c"} 2 node_network_carrier_changes_total{device="veth6898f5c"} 2 node_network_carrier_changes_total{device="veth68fd89d"} 2 node_network_carrier_changes_total{device="veth690503f"} 2 node_network_carrier_changes_total{device="veth69a31f5"} 2 node_network_carrier_changes_total{device="veth69cb16e"} 2 node_network_carrier_changes_total{device="veth69d3433"} 2 node_network_carrier_changes_total{device="veth69f30b8"} 2 node_network_carrier_changes_total{device="veth69f82f1"} 2 node_network_carrier_changes_total{device="veth6a008e6"} 2 node_network_carrier_changes_total{device="veth6a08252"} 2 node_network_carrier_changes_total{device="veth6a552ae"} 2 node_network_carrier_changes_total{device="veth6a9654d"} 2 node_network_carrier_changes_total{device="veth6ac2ad5"} 2 node_network_carrier_changes_total{device="veth6b2d933"} 2 node_network_carrier_changes_total{device="veth6b3dad4"} 2 node_network_carrier_changes_total{device="veth6b52f37"} 2 node_network_carrier_changes_total{device="veth6befc8c"} 2 node_network_carrier_changes_total{device="veth6c33543"} 2 node_network_carrier_changes_total{device="veth6c58b6c"} 2 node_network_carrier_changes_total{device="veth6c5ad94"} 2 node_network_carrier_changes_total{device="veth6ca3495"} 2 node_network_carrier_changes_total{device="veth6ce5f51"} 2 node_network_carrier_changes_total{device="veth6d0a089"} 2 node_network_carrier_changes_total{device="veth6d3ac08"} 2 node_network_carrier_changes_total{device="veth6e44940"} 2 node_network_carrier_changes_total{device="veth6e6c1f7"} 2 node_network_carrier_changes_total{device="veth6ed1d48"} 2 node_network_carrier_changes_total{device="veth70c4d49"} 2 node_network_carrier_changes_total{device="veth71776a8"} 2 node_network_carrier_changes_total{device="veth7188a44"} 2 node_network_carrier_changes_total{device="veth718a7eb"} 2 node_network_carrier_changes_total{device="veth71ffa2e"} 2 node_network_carrier_changes_total{device="veth72d266b"} 2 node_network_carrier_changes_total{device="veth73369bb"} 2 node_network_carrier_changes_total{device="veth73b2056"} 2 node_network_carrier_changes_total{device="veth73ead52"} 2 node_network_carrier_changes_total{device="veth7429a6e"} 2 node_network_carrier_changes_total{device="veth745dadb"} 2 node_network_carrier_changes_total{device="veth750eb48"} 2 node_network_carrier_changes_total{device="veth752218d"} 2 node_network_carrier_changes_total{device="veth757493a"} 2 node_network_carrier_changes_total{device="veth757efe6"} 2 node_network_carrier_changes_total{device="veth757fccd"} 2 node_network_carrier_changes_total{device="veth75e9ad3"} 2 node_network_carrier_changes_total{device="veth760c07f"} 2 node_network_carrier_changes_total{device="veth7632291"} 2 node_network_carrier_changes_total{device="veth76dc8a9"} 2 node_network_carrier_changes_total{device="veth76f5b59"} 2 node_network_carrier_changes_total{device="veth7708a2a"} 2 node_network_carrier_changes_total{device="veth7731308"} 2 node_network_carrier_changes_total{device="veth774a0cf"} 2 node_network_carrier_changes_total{device="veth7758da8"} 2 node_network_carrier_changes_total{device="veth77f5539"} 2 node_network_carrier_changes_total{device="veth78a6a45"} 2 node_network_carrier_changes_total{device="veth78df8ba"} 2 node_network_carrier_changes_total{device="veth797e46a"} 2 node_network_carrier_changes_total{device="veth79e6c25"} 2 node_network_carrier_changes_total{device="veth79ef071"} 2 node_network_carrier_changes_total{device="veth7a37e75"} 2 node_network_carrier_changes_total{device="veth7a4ee0a"} 2 node_network_carrier_changes_total{device="veth7a84b20"} 2 node_network_carrier_changes_total{device="veth7a8d1bc"} 2 node_network_carrier_changes_total{device="veth7b5aa98"} 2 node_network_carrier_changes_total{device="veth7b76de0"} 2 node_network_carrier_changes_total{device="veth7bbc3fb"} 2 node_network_carrier_changes_total{device="veth7bdbf78"} 2 node_network_carrier_changes_total{device="veth7c00c6f"} 2 node_network_carrier_changes_total{device="veth7c170e8"} 2 node_network_carrier_changes_total{device="veth7c79405"} 2 node_network_carrier_changes_total{device="veth7c7c6a4"} 2 node_network_carrier_changes_total{device="veth7c7edf8"} 2 node_network_carrier_changes_total{device="veth7cd2b86"} 2 node_network_carrier_changes_total{device="veth7ceb6c5"} 2 node_network_carrier_changes_total{device="veth7d0a9c9"} 2 node_network_carrier_changes_total{device="veth7da5a3d"} 2 node_network_carrier_changes_total{device="veth7e7a5a2"} 2 node_network_carrier_changes_total{device="veth7e90c50"} 2 node_network_carrier_changes_total{device="veth7efb584"} 2 node_network_carrier_changes_total{device="veth7efb9a4"} 2 node_network_carrier_changes_total{device="veth7f219e6"} 2 node_network_carrier_changes_total{device="veth7f349f1"} 2 node_network_carrier_changes_total{device="veth7f7adf7"} 2 node_network_carrier_changes_total{device="veth7fbccd1"} 2 node_network_carrier_changes_total{device="veth7ff9da9"} 2 node_network_carrier_changes_total{device="veth804203c"} 2 node_network_carrier_changes_total{device="veth80abb3a"} 2 node_network_carrier_changes_total{device="veth80bc918"} 2 node_network_carrier_changes_total{device="veth80db113"} 2 node_network_carrier_changes_total{device="veth8115deb"} 2 node_network_carrier_changes_total{device="veth818e1b4"} 2 node_network_carrier_changes_total{device="veth81cd17e"} 2 node_network_carrier_changes_total{device="veth81e6903"} 2 node_network_carrier_changes_total{device="veth81f0a15"} 2 node_network_carrier_changes_total{device="veth824a73a"} 2 node_network_carrier_changes_total{device="veth8286cb8"} 2 node_network_carrier_changes_total{device="veth82bcac8"} 2 node_network_carrier_changes_total{device="veth82c8314"} 2 node_network_carrier_changes_total{device="veth82d54d6"} 2 node_network_carrier_changes_total{device="veth82e7162"} 2 node_network_carrier_changes_total{device="veth82f9bb2"} 2 node_network_carrier_changes_total{device="veth83c076f"} 2 node_network_carrier_changes_total{device="veth841b31f"} 2 node_network_carrier_changes_total{device="veth8491d68"} 2 node_network_carrier_changes_total{device="veth8575f2f"} 2 node_network_carrier_changes_total{device="veth86b5718"} 2 node_network_carrier_changes_total{device="veth86b8fa2"} 2 node_network_carrier_changes_total{device="veth86c5967"} 2 node_network_carrier_changes_total{device="veth86f7933"} 2 node_network_carrier_changes_total{device="veth873a2e1"} 2 node_network_carrier_changes_total{device="veth87bf2d7"} 2 node_network_carrier_changes_total{device="veth87de5ef"} 2 node_network_carrier_changes_total{device="veth880729a"} 2 node_network_carrier_changes_total{device="veth8899f2d"} 2 node_network_carrier_changes_total{device="veth89df824"} 2 node_network_carrier_changes_total{device="veth8a757d1"} 2 node_network_carrier_changes_total{device="veth8ac6051"} 2 node_network_carrier_changes_total{device="veth8aec1f4"} 2 node_network_carrier_changes_total{device="veth8bb71ef"} 2 node_network_carrier_changes_total{device="veth8c359ba"} 2 node_network_carrier_changes_total{device="veth8c3728a"} 2 node_network_carrier_changes_total{device="veth8c3b2b4"} 2 node_network_carrier_changes_total{device="veth8d365d7"} 2 node_network_carrier_changes_total{device="veth8d79659"} 2 node_network_carrier_changes_total{device="veth8e0aa38"} 2 node_network_carrier_changes_total{device="veth8f8d551"} 2 node_network_carrier_changes_total{device="veth8fbb10d"} 2 node_network_carrier_changes_total{device="veth900bd70"} 2 node_network_carrier_changes_total{device="veth902cadc"} 2 node_network_carrier_changes_total{device="veth9047572"} 2 node_network_carrier_changes_total{device="veth9057c62"} 2 node_network_carrier_changes_total{device="veth9073787"} 2 node_network_carrier_changes_total{device="veth9166eaa"} 2 node_network_carrier_changes_total{device="veth9193b16"} 2 node_network_carrier_changes_total{device="veth91a6689"} 2 node_network_carrier_changes_total{device="veth91f1a12"} 2 node_network_carrier_changes_total{device="veth91fabb4"} 2 node_network_carrier_changes_total{device="veth9267946"} 2 node_network_carrier_changes_total{device="veth9371418"} 2 node_network_carrier_changes_total{device="veth93f3c9f"} 2 node_network_carrier_changes_total{device="veth9488f04"} 2 node_network_carrier_changes_total{device="veth948cd1e"} 2 node_network_carrier_changes_total{device="veth951eef4"} 2 node_network_carrier_changes_total{device="veth9675397"} 2 node_network_carrier_changes_total{device="veth9681927"} 2 node_network_carrier_changes_total{device="veth96e0471"} 2 node_network_carrier_changes_total{device="veth98feb57"} 2 node_network_carrier_changes_total{device="veth994a72a"} 2 node_network_carrier_changes_total{device="veth9985b4e"} 2 node_network_carrier_changes_total{device="veth99cdb12"} 2 node_network_carrier_changes_total{device="veth9a9e7eb"} 2 node_network_carrier_changes_total{device="veth9b18d92"} 2 node_network_carrier_changes_total{device="veth9b23960"} 2 node_network_carrier_changes_total{device="veth9bbbd3e"} 2 node_network_carrier_changes_total{device="veth9bde175"} 2 node_network_carrier_changes_total{device="veth9bed411"} 2 node_network_carrier_changes_total{device="veth9c4e77f"} 2 node_network_carrier_changes_total{device="veth9c9a350"} 2 node_network_carrier_changes_total{device="veth9cb0c0f"} 2 node_network_carrier_changes_total{device="veth9cfe767"} 2 node_network_carrier_changes_total{device="veth9d35c37"} 2 node_network_carrier_changes_total{device="veth9d674e8"} 2 node_network_carrier_changes_total{device="veth9d8fc99"} 2 node_network_carrier_changes_total{device="veth9d98eba"} 2 node_network_carrier_changes_total{device="veth9da8b8d"} 2 node_network_carrier_changes_total{device="veth9df3ecb"} 2 node_network_carrier_changes_total{device="veth9e9fce6"} 2 node_network_carrier_changes_total{device="veth9ed817d"} 2 node_network_carrier_changes_total{device="veth9f3233d"} 2 node_network_carrier_changes_total{device="veth9f82c51"} 2 node_network_carrier_changes_total{device="veth9f8faa5"} 2 node_network_carrier_changes_total{device="vetha0c1437"} 2 node_network_carrier_changes_total{device="vetha0e80a0"} 2 node_network_carrier_changes_total{device="vetha106075"} 2 node_network_carrier_changes_total{device="vetha10ed6f"} 2 node_network_carrier_changes_total{device="vetha131bbc"} 2 node_network_carrier_changes_total{device="vetha187e3b"} 2 node_network_carrier_changes_total{device="vetha19ce39"} 2 node_network_carrier_changes_total{device="vetha1a96b5"} 2 node_network_carrier_changes_total{device="vetha1db4d4"} 2 node_network_carrier_changes_total{device="vetha208f1d"} 2 node_network_carrier_changes_total{device="vetha20f05a"} 2 node_network_carrier_changes_total{device="vetha21095f"} 2 node_network_carrier_changes_total{device="vetha29c587"} 2 node_network_carrier_changes_total{device="vetha2d62f9"} 2 node_network_carrier_changes_total{device="vetha2e6ee7"} 2 node_network_carrier_changes_total{device="vetha2efe45"} 2 node_network_carrier_changes_total{device="vetha334ff9"} 2 node_network_carrier_changes_total{device="vetha33b595"} 2 node_network_carrier_changes_total{device="vetha356001"} 2 node_network_carrier_changes_total{device="vetha3d3064"} 2 node_network_carrier_changes_total{device="vetha3e8c9c"} 2 node_network_carrier_changes_total{device="vetha3f126e"} 2 node_network_carrier_changes_total{device="vetha4878ac"} 2 node_network_carrier_changes_total{device="vetha5244b8"} 2 node_network_carrier_changes_total{device="vetha588f6c"} 2 node_network_carrier_changes_total{device="vetha58e162"} 2 node_network_carrier_changes_total{device="vetha80a84c"} 2 node_network_carrier_changes_total{device="vetha81db62"} 2 node_network_carrier_changes_total{device="vetha8da15f"} 2 node_network_carrier_changes_total{device="vetha95fac3"} 2 node_network_carrier_changes_total{device="vethaa460d0"} 2 node_network_carrier_changes_total{device="vethaa5252d"} 2 node_network_carrier_changes_total{device="vethabd5525"} 2 node_network_carrier_changes_total{device="vethac309ae"} 2 node_network_carrier_changes_total{device="vethacc9983"} 2 node_network_carrier_changes_total{device="vethadaa61e"} 2 node_network_carrier_changes_total{device="vethadd6779"} 2 node_network_carrier_changes_total{device="vethae07fdb"} 2 node_network_carrier_changes_total{device="vethae2e166"} 2 node_network_carrier_changes_total{device="vethae6aaad"} 2 node_network_carrier_changes_total{device="vethae899be"} 2 node_network_carrier_changes_total{device="vethaf2d319"} 2 node_network_carrier_changes_total{device="vethaff0c5f"} 2 node_network_carrier_changes_total{device="vethb11d1d5"} 2 node_network_carrier_changes_total{device="vethb146b3d"} 2 node_network_carrier_changes_total{device="vethb17b307"} 2 node_network_carrier_changes_total{device="vethb24125c"} 2 node_network_carrier_changes_total{device="vethb25b930"} 2 node_network_carrier_changes_total{device="vethb264074"} 2 node_network_carrier_changes_total{device="vethb26da6e"} 2 node_network_carrier_changes_total{device="vethb2f7e0f"} 2 node_network_carrier_changes_total{device="vethb413da6"} 2 node_network_carrier_changes_total{device="vethb436b35"} 2 node_network_carrier_changes_total{device="vethb466aea"} 2 node_network_carrier_changes_total{device="vethb4a4c76"} 2 node_network_carrier_changes_total{device="vethb4fafb4"} 2 node_network_carrier_changes_total{device="vethb5afb08"} 2 node_network_carrier_changes_total{device="vethb72a42c"} 2 node_network_carrier_changes_total{device="vethb80e0f0"} 2 node_network_carrier_changes_total{device="vethb8148cc"} 2 node_network_carrier_changes_total{device="vethb85e063"} 2 node_network_carrier_changes_total{device="vethb92f9d3"} 2 node_network_carrier_changes_total{device="vethb92fe3f"} 2 node_network_carrier_changes_total{device="vethba942aa"} 2 node_network_carrier_changes_total{device="vethbae8967"} 2 node_network_carrier_changes_total{device="vethbb0b4fe"} 2 node_network_carrier_changes_total{device="vethbbaaafe"} 2 node_network_carrier_changes_total{device="vethbc2b4ad"} 2 node_network_carrier_changes_total{device="vethbc58d49"} 2 node_network_carrier_changes_total{device="vethbcde7a6"} 2 node_network_carrier_changes_total{device="vethbce62a9"} 2 node_network_carrier_changes_total{device="vethbe194c8"} 2 node_network_carrier_changes_total{device="vethbe2c80a"} 2 node_network_carrier_changes_total{device="vethbe97de8"} 2 node_network_carrier_changes_total{device="vethbfb44f0"} 2 node_network_carrier_changes_total{device="vethc00de3e"} 2 node_network_carrier_changes_total{device="vethc02588e"} 2 node_network_carrier_changes_total{device="vethc033a93"} 2 node_network_carrier_changes_total{device="vethc060fb3"} 2 node_network_carrier_changes_total{device="vethc122dad"} 2 node_network_carrier_changes_total{device="vethc12e527"} 2 node_network_carrier_changes_total{device="vethc140d9c"} 2 node_network_carrier_changes_total{device="vethc17e1ec"} 2 node_network_carrier_changes_total{device="vethc1d7f4f"} 2 node_network_carrier_changes_total{device="vethc1ec8f5"} 2 node_network_carrier_changes_total{device="vethc20d812"} 2 node_network_carrier_changes_total{device="vethc22a5c0"} 2 node_network_carrier_changes_total{device="vethc239fc6"} 2 node_network_carrier_changes_total{device="vethc311203"} 2 node_network_carrier_changes_total{device="vethc3412aa"} 2 node_network_carrier_changes_total{device="vethc3f0337"} 2 node_network_carrier_changes_total{device="vethc42048e"} 2 node_network_carrier_changes_total{device="vethc4617ba"} 2 node_network_carrier_changes_total{device="vethc498aec"} 2 node_network_carrier_changes_total{device="vethc4f407f"} 2 node_network_carrier_changes_total{device="vethc554c32"} 2 node_network_carrier_changes_total{device="vethc5aaafd"} 2 node_network_carrier_changes_total{device="vethc5ace02"} 2 node_network_carrier_changes_total{device="vethc5b36ba"} 2 node_network_carrier_changes_total{device="vethc5dd649"} 2 node_network_carrier_changes_total{device="vethc5eb73b"} 2 node_network_carrier_changes_total{device="vethc5eca53"} 2 node_network_carrier_changes_total{device="vethc68deb2"} 2 node_network_carrier_changes_total{device="vethc69e5b9"} 2 node_network_carrier_changes_total{device="vethc6fe840"} 2 node_network_carrier_changes_total{device="vethc7016cb"} 2 node_network_carrier_changes_total{device="vethc75d66d"} 2 node_network_carrier_changes_total{device="vethc790a6e"} 2 node_network_carrier_changes_total{device="vethc84e290"} 2 node_network_carrier_changes_total{device="vethc8739b3"} 2 node_network_carrier_changes_total{device="vethc87da99"} 2 node_network_carrier_changes_total{device="vethc88bbcf"} 2 node_network_carrier_changes_total{device="vethc928fb9"} 2 node_network_carrier_changes_total{device="vethc959280"} 2 node_network_carrier_changes_total{device="vethc97be75"} 2 node_network_carrier_changes_total{device="vethc99df73"} 2 node_network_carrier_changes_total{device="vethc9e1b23"} 2 node_network_carrier_changes_total{device="vethca8e8cd"} 2 node_network_carrier_changes_total{device="vethcb7fed6"} 2 node_network_carrier_changes_total{device="vethcb89e48"} 2 node_network_carrier_changes_total{device="vethcc43237"} 2 node_network_carrier_changes_total{device="vethcc4fef3"} 2 node_network_carrier_changes_total{device="vethcc7f6ac"} 2 node_network_carrier_changes_total{device="vethccb9f9c"} 2 node_network_carrier_changes_total{device="vethccdb53f"} 2 node_network_carrier_changes_total{device="vethcd6e0c9"} 2 node_network_carrier_changes_total{device="vethce1a2f7"} 2 node_network_carrier_changes_total{device="vethce4e99b"} 2 node_network_carrier_changes_total{device="vethce521ba"} 2 node_network_carrier_changes_total{device="vethcf53b01"} 2 node_network_carrier_changes_total{device="vethcfd9fe1"} 2 node_network_carrier_changes_total{device="vethd0b2173"} 2 node_network_carrier_changes_total{device="vethd0f1488"} 2 node_network_carrier_changes_total{device="vethd0f34e4"} 2 node_network_carrier_changes_total{device="vethd0ffc64"} 2 node_network_carrier_changes_total{device="vethd1ec6d3"} 2 node_network_carrier_changes_total{device="vethd2010fb"} 2 node_network_carrier_changes_total{device="vethd2deb54"} 2 node_network_carrier_changes_total{device="vethd2f4531"} 2 node_network_carrier_changes_total{device="vethd34362b"} 2 node_network_carrier_changes_total{device="vethd347820"} 2 node_network_carrier_changes_total{device="vethd3608f1"} 2 node_network_carrier_changes_total{device="vethd42c82d"} 2 node_network_carrier_changes_total{device="vethd45b81a"} 2 node_network_carrier_changes_total{device="vethd466b1f"} 2 node_network_carrier_changes_total{device="vethd49c6b2"} 2 node_network_carrier_changes_total{device="vethd5344cc"} 2 node_network_carrier_changes_total{device="vethd60e2bd"} 2 node_network_carrier_changes_total{device="vethd64322f"} 2 node_network_carrier_changes_total{device="vethd65b5b3"} 2 node_network_carrier_changes_total{device="vethd681481"} 2 node_network_carrier_changes_total{device="vethd6ceb54"} 2 node_network_carrier_changes_total{device="vethd6fa258"} 2 node_network_carrier_changes_total{device="vethd71b7e5"} 2 node_network_carrier_changes_total{device="vethd752c61"} 2 node_network_carrier_changes_total{device="vethd760c58"} 2 node_network_carrier_changes_total{device="vethd768a42"} 2 node_network_carrier_changes_total{device="vethd76e941"} 2 node_network_carrier_changes_total{device="vethd81eb6c"} 2 node_network_carrier_changes_total{device="vethd868ed3"} 2 node_network_carrier_changes_total{device="vethd8a170f"} 2 node_network_carrier_changes_total{device="vethd8b4b5b"} 2 node_network_carrier_changes_total{device="vethd97f7eb"} 2 node_network_carrier_changes_total{device="vethd9c86a8"} 2 node_network_carrier_changes_total{device="vethda452a5"} 2 node_network_carrier_changes_total{device="vethdaa52c9"} 2 node_network_carrier_changes_total{device="vethdae085c"} 2 node_network_carrier_changes_total{device="vethdb552be"} 2 node_network_carrier_changes_total{device="vethdba1b3a"} 2 node_network_carrier_changes_total{device="vethdc4d810"} 2 node_network_carrier_changes_total{device="vethdd1fe39"} 2 node_network_carrier_changes_total{device="vethdd25bde"} 2 node_network_carrier_changes_total{device="vethdd3daca"} 2 node_network_carrier_changes_total{device="vethdd432a7"} 2 node_network_carrier_changes_total{device="vethdd77089"} 2 node_network_carrier_changes_total{device="vethdd88546"} 2 node_network_carrier_changes_total{device="vethdda7569"} 2 node_network_carrier_changes_total{device="vethddb4b12"} 2 node_network_carrier_changes_total{device="vethde79ae2"} 2 node_network_carrier_changes_total{device="vethde8673b"} 2 node_network_carrier_changes_total{device="vethdf825a0"} 2 node_network_carrier_changes_total{device="vethdf861f8"} 2 node_network_carrier_changes_total{device="vethdfcbb7b"} 2 node_network_carrier_changes_total{device="vethe028419"} 2 node_network_carrier_changes_total{device="vethe05e953"} 2 node_network_carrier_changes_total{device="vethe0c38b7"} 2 node_network_carrier_changes_total{device="vethe101bab"} 2 node_network_carrier_changes_total{device="vethe1189bd"} 2 node_network_carrier_changes_total{device="vethe13fa27"} 2 node_network_carrier_changes_total{device="vethe177f5b"} 2 node_network_carrier_changes_total{device="vethe1ebb25"} 2 node_network_carrier_changes_total{device="vethe209306"} 2 node_network_carrier_changes_total{device="vethe33aa29"} 2 node_network_carrier_changes_total{device="vethe38290a"} 2 node_network_carrier_changes_total{device="vethe39934f"} 2 node_network_carrier_changes_total{device="vethe39dd06"} 2 node_network_carrier_changes_total{device="vethe45952d"} 2 node_network_carrier_changes_total{device="vethe54bc00"} 2 node_network_carrier_changes_total{device="vethe5621bc"} 2 node_network_carrier_changes_total{device="vethe5723c0"} 2 node_network_carrier_changes_total{device="vethe64b47d"} 2 node_network_carrier_changes_total{device="vethe660bdb"} 2 node_network_carrier_changes_total{device="vethe6b515e"} 2 node_network_carrier_changes_total{device="vethe6e8924"} 2 node_network_carrier_changes_total{device="vethe6f5fae"} 2 node_network_carrier_changes_total{device="vethe7dc6b0"} 2 node_network_carrier_changes_total{device="vethe7e6bbf"} 2 node_network_carrier_changes_total{device="vethe8000ea"} 2 node_network_carrier_changes_total{device="vethe8094b1"} 2 node_network_carrier_changes_total{device="vethe8551b4"} 2 node_network_carrier_changes_total{device="vethe8c6bde"} 2 node_network_carrier_changes_total{device="vethe8f63bd"} 2 node_network_carrier_changes_total{device="vethe93a649"} 2 node_network_carrier_changes_total{device="vethe9de379"} 2 node_network_carrier_changes_total{device="vethe9ef82b"} 2 node_network_carrier_changes_total{device="vethea2004e"} 2 node_network_carrier_changes_total{device="vethea7b5b1"} 2 node_network_carrier_changes_total{device="vetheafba5d"} 2 node_network_carrier_changes_total{device="vetheafdff8"} 2 node_network_carrier_changes_total{device="vetheb96a22"} 2 node_network_carrier_changes_total{device="vethec666e8"} 2 node_network_carrier_changes_total{device="vethed11450"} 2 node_network_carrier_changes_total{device="vethed19b20"} 2 node_network_carrier_changes_total{device="vethed3ab9d"} 2 node_network_carrier_changes_total{device="vetheddb648"} 2 node_network_carrier_changes_total{device="vethedeec24"} 2 node_network_carrier_changes_total{device="vethedf40f5"} 2 node_network_carrier_changes_total{device="vetheefaddf"} 2 node_network_carrier_changes_total{device="vethef58697"} 2 node_network_carrier_changes_total{device="vethefe8ba7"} 2 node_network_carrier_changes_total{device="vethf09ac69"} 2 node_network_carrier_changes_total{device="vethf14b507"} 2 node_network_carrier_changes_total{device="vethf14bf3b"} 2 node_network_carrier_changes_total{device="vethf14e041"} 2 node_network_carrier_changes_total{device="vethf185ebb"} 2 node_network_carrier_changes_total{device="vethf2509ba"} 2 node_network_carrier_changes_total{device="vethf25387f"} 2 node_network_carrier_changes_total{device="vethf2a6c87"} 2 node_network_carrier_changes_total{device="vethf2b1dab"} 2 node_network_carrier_changes_total{device="vethf2badff"} 2 node_network_carrier_changes_total{device="vethf33a028"} 2 node_network_carrier_changes_total{device="vethf342283"} 2 node_network_carrier_changes_total{device="vethf47c7ff"} 2 node_network_carrier_changes_total{device="vethf4ac138"} 2 node_network_carrier_changes_total{device="vethf4b1b2a"} 2 node_network_carrier_changes_total{device="vethf4bd777"} 2 node_network_carrier_changes_total{device="vethf5aeeda"} 2 node_network_carrier_changes_total{device="vethf5e58af"} 2 node_network_carrier_changes_total{device="vethf60f5e6"} 2 node_network_carrier_changes_total{device="vethf63a7c4"} 2 node_network_carrier_changes_total{device="vethf6bd349"} 2 node_network_carrier_changes_total{device="vethf6ce5b6"} 2 node_network_carrier_changes_total{device="vethf7684fa"} 2 node_network_carrier_changes_total{device="vethf7e9d2c"} 2 node_network_carrier_changes_total{device="vethf8128a9"} 2 node_network_carrier_changes_total{device="vethf81e612"} 2 node_network_carrier_changes_total{device="vethf855174"} 2 node_network_carrier_changes_total{device="vethf894d6d"} 2 node_network_carrier_changes_total{device="vethf979695"} 2 node_network_carrier_changes_total{device="vethf98530e"} 2 node_network_carrier_changes_total{device="vethf9986ef"} 2 node_network_carrier_changes_total{device="vethf9b3f86"} 2 node_network_carrier_changes_total{device="vethfb8b857"} 2 node_network_carrier_changes_total{device="vethfb9458b"} 2 node_network_carrier_changes_total{device="vethfbf1832"} 2 node_network_carrier_changes_total{device="vethfbf1a8f"} 2 node_network_carrier_changes_total{device="vethfc87a12"} 2 node_network_carrier_changes_total{device="vethfc9a925"} 2 node_network_carrier_changes_total{device="vethfcccc71"} 2 node_network_carrier_changes_total{device="vethfd1bace"} 2 node_network_carrier_changes_total{device="vethfd1daa5"} 2 node_network_carrier_changes_total{device="vethfd685e4"} 2 node_network_carrier_changes_total{device="vethfdacab6"} 2 node_network_carrier_changes_total{device="vethfe15339"} 2 node_network_carrier_changes_total{device="vethfe36666"} 2 node_network_carrier_changes_total{device="vethfe7040e"} 2 node_network_carrier_changes_total{device="vethfec16de"} 2 node_network_carrier_changes_total{device="vethfedbea0"} 2 node_network_carrier_changes_total{device="vethff12d55"} 2 # HELP node_network_carrier_down_changes_total Network device property: carrier_down_changes_total # TYPE node_network_carrier_down_changes_total counter node_network_carrier_down_changes_total{device="br-02823e0b21f8"} 3 node_network_carrier_down_changes_total{device="br-04cbf9ad21fb"} 3 node_network_carrier_down_changes_total{device="br-07e352042c28"} 4 node_network_carrier_down_changes_total{device="br-08dd0c9852c8"} 5 node_network_carrier_down_changes_total{device="br-0a8e30067c8e"} 4 node_network_carrier_down_changes_total{device="br-0b7a81bcb7e3"} 4 node_network_carrier_down_changes_total{device="br-0bcc3cc90f11"} 3 node_network_carrier_down_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_down_changes_total{device="br-159df358c552"} 4 node_network_carrier_down_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_down_changes_total{device="br-19518ca3b773"} 4 node_network_carrier_down_changes_total{device="br-1a025aacb82b"} 3 node_network_carrier_down_changes_total{device="br-1b283e1e5128"} 26 node_network_carrier_down_changes_total{device="br-1ba83a528099"} 4 node_network_carrier_down_changes_total{device="br-1c3bd3909a8a"} 6 node_network_carrier_down_changes_total{device="br-1c535b11677a"} 5 node_network_carrier_down_changes_total{device="br-1de64be72380"} 3 node_network_carrier_down_changes_total{device="br-208ab78feaa3"} 6 node_network_carrier_down_changes_total{device="br-217d6415a970"} 3 node_network_carrier_down_changes_total{device="br-27771a4b5e1c"} 4 node_network_carrier_down_changes_total{device="br-2860d01a9c36"} 6 node_network_carrier_down_changes_total{device="br-28853d2b1974"} 5 node_network_carrier_down_changes_total{device="br-2cd18bfafc5e"} 5 node_network_carrier_down_changes_total{device="br-2f10de396682"} 3 node_network_carrier_down_changes_total{device="br-349eb65873d4"} 3 node_network_carrier_down_changes_total{device="br-3718da5a7dac"} 3 node_network_carrier_down_changes_total{device="br-37f17f8c2f41"} 4 node_network_carrier_down_changes_total{device="br-39ee20d64532"} 2 node_network_carrier_down_changes_total{device="br-3a7803651a32"} 4 node_network_carrier_down_changes_total{device="br-3b46cefe7982"} 3 node_network_carrier_down_changes_total{device="br-3d8e222ceb4d"} 6 node_network_carrier_down_changes_total{device="br-3d9cd1c09975"} 4 node_network_carrier_down_changes_total{device="br-3db3cc2bc444"} 3 node_network_carrier_down_changes_total{device="br-3e66b6d4d599"} 6 node_network_carrier_down_changes_total{device="br-3ee00523d99d"} 4 node_network_carrier_down_changes_total{device="br-402682b9212c"} 3 node_network_carrier_down_changes_total{device="br-447189b64663"} 3 node_network_carrier_down_changes_total{device="br-44fbf271d024"} 2 node_network_carrier_down_changes_total{device="br-458514748e86"} 4 node_network_carrier_down_changes_total{device="br-483851ad6d82"} 4 node_network_carrier_down_changes_total{device="br-4b6104651907"} 3 node_network_carrier_down_changes_total{device="br-4dbe0bd05d7e"} 4 node_network_carrier_down_changes_total{device="br-4fac6072ea97"} 3 node_network_carrier_down_changes_total{device="br-5064110da1f6"} 3 node_network_carrier_down_changes_total{device="br-52ce8deae651"} 24 node_network_carrier_down_changes_total{device="br-559d36b72748"} 3 node_network_carrier_down_changes_total{device="br-56145531d617"} 2 node_network_carrier_down_changes_total{device="br-566d230839cf"} 3 node_network_carrier_down_changes_total{device="br-56a5fa614b52"} 4 node_network_carrier_down_changes_total{device="br-5748fcd1e7ca"} 1 node_network_carrier_down_changes_total{device="br-595b89a771c2"} 5 node_network_carrier_down_changes_total{device="br-59aa9f4171dd"} 5 node_network_carrier_down_changes_total{device="br-5a1c61a6d482"} 3 node_network_carrier_down_changes_total{device="br-5b324be20854"} 3 node_network_carrier_down_changes_total{device="br-5f11f2c9115a"} 3 node_network_carrier_down_changes_total{device="br-606bd002e3a4"} 3 node_network_carrier_down_changes_total{device="br-61e477cf95da"} 3 node_network_carrier_down_changes_total{device="br-65df7dba5a66"} 8 node_network_carrier_down_changes_total{device="br-6654a6f415ef"} 3 node_network_carrier_down_changes_total{device="br-665d979d60c7"} 3 node_network_carrier_down_changes_total{device="br-6746be184829"} 3 node_network_carrier_down_changes_total{device="br-67b6f2b09055"} 3 node_network_carrier_down_changes_total{device="br-6d59a9037e7f"} 2 node_network_carrier_down_changes_total{device="br-6e8e8bec63f7"} 4 node_network_carrier_down_changes_total{device="br-6fdd4f05699e"} 4 node_network_carrier_down_changes_total{device="br-70a43ddb765f"} 2 node_network_carrier_down_changes_total{device="br-7151fb21ebc7"} 3 node_network_carrier_down_changes_total{device="br-757cf8ccd099"} 2 node_network_carrier_down_changes_total{device="br-7783edd4fb63"} 4 node_network_carrier_down_changes_total{device="br-7967b93cb965"} 3 node_network_carrier_down_changes_total{device="br-7a05c4b4c71c"} 1 node_network_carrier_down_changes_total{device="br-7f1c0840c41b"} 3 node_network_carrier_down_changes_total{device="br-8291479ee6f8"} 2 node_network_carrier_down_changes_total{device="br-82b59b3e5c30"} 3 node_network_carrier_down_changes_total{device="br-831a310fd395"} 7 node_network_carrier_down_changes_total{device="br-832e21b6735f"} 3 node_network_carrier_down_changes_total{device="br-84962c4a05ff"} 3 node_network_carrier_down_changes_total{device="br-89456f9f0577"} 3 node_network_carrier_down_changes_total{device="br-8c90f08921d2"} 3 node_network_carrier_down_changes_total{device="br-8d1ae48ba56b"} 2 node_network_carrier_down_changes_total{device="br-8d5f8dfdd165"} 3 node_network_carrier_down_changes_total{device="br-8f019a492357"} 3 node_network_carrier_down_changes_total{device="br-8f2fb4b87f97"} 3 node_network_carrier_down_changes_total{device="br-9122d919d3da"} 4 node_network_carrier_down_changes_total{device="br-91e32aebc9b9"} 5 node_network_carrier_down_changes_total{device="br-973daca1c7c2"} 3 node_network_carrier_down_changes_total{device="br-98551e817ad3"} 3 node_network_carrier_down_changes_total{device="br-a01a29421e12"} 4 node_network_carrier_down_changes_total{device="br-a194f29d52a3"} 3 node_network_carrier_down_changes_total{device="br-a19b8bbcb4ba"} 3 node_network_carrier_down_changes_total{device="br-a384ecbfdb6c"} 6 node_network_carrier_down_changes_total{device="br-a5d1efbd6302"} 4 node_network_carrier_down_changes_total{device="br-a9242a3d7305"} 6 node_network_carrier_down_changes_total{device="br-ab4fc0c8f205"} 3 node_network_carrier_down_changes_total{device="br-ac5441a8184d"} 3 node_network_carrier_down_changes_total{device="br-ad296b058e6c"} 3 node_network_carrier_down_changes_total{device="br-b0d3385258be"} 3 node_network_carrier_down_changes_total{device="br-b5cc1abc8af1"} 2 node_network_carrier_down_changes_total{device="br-b84a81030c46"} 7 node_network_carrier_down_changes_total{device="br-b9ddcd38e3d5"} 3 node_network_carrier_down_changes_total{device="br-bbf479fecfd1"} 4 node_network_carrier_down_changes_total{device="br-bf24405639d1"} 4 node_network_carrier_down_changes_total{device="br-bf75749e355d"} 3 node_network_carrier_down_changes_total{device="br-bfa260e794d9"} 4 node_network_carrier_down_changes_total{device="br-c121b68147b6"} 3 node_network_carrier_down_changes_total{device="br-c1af548193f3"} 3 node_network_carrier_down_changes_total{device="br-c60789b54f4a"} 3 node_network_carrier_down_changes_total{device="br-c7ec91768290"} 4 node_network_carrier_down_changes_total{device="br-c8047895107e"} 4 node_network_carrier_down_changes_total{device="br-c8dc093516dd"} 4 node_network_carrier_down_changes_total{device="br-c9441662f35b"} 3 node_network_carrier_down_changes_total{device="br-cca3eb0bd63d"} 3 node_network_carrier_down_changes_total{device="br-cfa83479df17"} 3 node_network_carrier_down_changes_total{device="br-cfa8e5dacf79"} 2 node_network_carrier_down_changes_total{device="br-d08110bc3e31"} 4 node_network_carrier_down_changes_total{device="br-d286f920faa7"} 5 node_network_carrier_down_changes_total{device="br-d36675741a6d"} 7 node_network_carrier_down_changes_total{device="br-d4ad227661d1"} 4 node_network_carrier_down_changes_total{device="br-d54d8e4f9ca5"} 4 node_network_carrier_down_changes_total{device="br-d6aad0d2a913"} 6 node_network_carrier_down_changes_total{device="br-dbca5566e641"} 3 node_network_carrier_down_changes_total{device="br-dc87a7504ded"} 4 node_network_carrier_down_changes_total{device="br-ddde99c88d06"} 6 node_network_carrier_down_changes_total{device="br-e0e95d87f3e0"} 3 node_network_carrier_down_changes_total{device="br-e5714f199361"} 2 node_network_carrier_down_changes_total{device="br-e63b0d1593b5"} 5 node_network_carrier_down_changes_total{device="br-e6ca372c02c0"} 2 node_network_carrier_down_changes_total{device="br-ea12a1764685"} 4 node_network_carrier_down_changes_total{device="br-edfd70c2aede"} 6 node_network_carrier_down_changes_total{device="br-ef37d58f8fe1"} 4 node_network_carrier_down_changes_total{device="br-f7269b4b25bf"} 4 node_network_carrier_down_changes_total{device="docker0"} 20 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0009c48"} 1 node_network_carrier_down_changes_total{device="veth0057f22"} 1 node_network_carrier_down_changes_total{device="veth008ddfb"} 1 node_network_carrier_down_changes_total{device="veth00e3c78"} 1 node_network_carrier_down_changes_total{device="veth01c5e43"} 1 node_network_carrier_down_changes_total{device="veth01d1acf"} 1 node_network_carrier_down_changes_total{device="veth01f4e0b"} 1 node_network_carrier_down_changes_total{device="veth02fa58b"} 1 node_network_carrier_down_changes_total{device="veth032511c"} 1 node_network_carrier_down_changes_total{device="veth032853a"} 1 node_network_carrier_down_changes_total{device="veth0379a17"} 1 node_network_carrier_down_changes_total{device="veth039b82d"} 1 node_network_carrier_down_changes_total{device="veth03dd035"} 1 node_network_carrier_down_changes_total{device="veth04159af"} 1 node_network_carrier_down_changes_total{device="veth041f04f"} 1 node_network_carrier_down_changes_total{device="veth048c9d9"} 1 node_network_carrier_down_changes_total{device="veth0521f31"} 1 node_network_carrier_down_changes_total{device="veth059040d"} 1 node_network_carrier_down_changes_total{device="veth05a06a7"} 1 node_network_carrier_down_changes_total{device="veth067e6e9"} 1 node_network_carrier_down_changes_total{device="veth06e31b1"} 1 node_network_carrier_down_changes_total{device="veth06f27a2"} 1 node_network_carrier_down_changes_total{device="veth07a049d"} 1 node_network_carrier_down_changes_total{device="veth0808d98"} 1 node_network_carrier_down_changes_total{device="veth0886055"} 1 node_network_carrier_down_changes_total{device="veth08ae0d6"} 1 node_network_carrier_down_changes_total{device="veth096258a"} 1 node_network_carrier_down_changes_total{device="veth0b64779"} 1 node_network_carrier_down_changes_total{device="veth0bfbe46"} 1 node_network_carrier_down_changes_total{device="veth0d263b9"} 1 node_network_carrier_down_changes_total{device="veth0d26989"} 1 node_network_carrier_down_changes_total{device="veth0e4628c"} 1 node_network_carrier_down_changes_total{device="veth0e6c375"} 1 node_network_carrier_down_changes_total{device="veth0e86ab7"} 1 node_network_carrier_down_changes_total{device="veth0ec88d9"} 1 node_network_carrier_down_changes_total{device="veth0f039e4"} 1 node_network_carrier_down_changes_total{device="veth0f6e4c2"} 1 node_network_carrier_down_changes_total{device="veth0f8da12"} 1 node_network_carrier_down_changes_total{device="veth0fc3400"} 1 node_network_carrier_down_changes_total{device="veth0fe6ce8"} 1 node_network_carrier_down_changes_total{device="veth100d8fb"} 1 node_network_carrier_down_changes_total{device="veth107e808"} 1 node_network_carrier_down_changes_total{device="veth1093ea4"} 1 node_network_carrier_down_changes_total{device="veth10e276d"} 1 node_network_carrier_down_changes_total{device="veth11210db"} 1 node_network_carrier_down_changes_total{device="veth11507a2"} 1 node_network_carrier_down_changes_total{device="veth115219d"} 1 node_network_carrier_down_changes_total{device="veth12b4062"} 1 node_network_carrier_down_changes_total{device="veth13756cd"} 1 node_network_carrier_down_changes_total{device="veth1380211"} 1 node_network_carrier_down_changes_total{device="veth139d69d"} 1 node_network_carrier_down_changes_total{device="veth148ba09"} 1 node_network_carrier_down_changes_total{device="veth1498546"} 1 node_network_carrier_down_changes_total{device="veth1568435"} 1 node_network_carrier_down_changes_total{device="veth182b299"} 1 node_network_carrier_down_changes_total{device="veth1a57969"} 1 node_network_carrier_down_changes_total{device="veth1a5d00b"} 1 node_network_carrier_down_changes_total{device="veth1aee0c9"} 1 node_network_carrier_down_changes_total{device="veth1af829a"} 1 node_network_carrier_down_changes_total{device="veth1af887e"} 1 node_network_carrier_down_changes_total{device="veth1bb281d"} 1 node_network_carrier_down_changes_total{device="veth1be69a9"} 1 node_network_carrier_down_changes_total{device="veth1c2382f"} 1 node_network_carrier_down_changes_total{device="veth1c86f94"} 1 node_network_carrier_down_changes_total{device="veth1cd53f4"} 1 node_network_carrier_down_changes_total{device="veth1d5e1a4"} 1 node_network_carrier_down_changes_total{device="veth1dc4860"} 1 node_network_carrier_down_changes_total{device="veth1dea2fe"} 1 node_network_carrier_down_changes_total{device="veth1e7f00c"} 1 node_network_carrier_down_changes_total{device="veth1ec0310"} 1 node_network_carrier_down_changes_total{device="veth1fda973"} 1 node_network_carrier_down_changes_total{device="veth1fe94a9"} 1 node_network_carrier_down_changes_total{device="veth20489bb"} 1 node_network_carrier_down_changes_total{device="veth20787b5"} 1 node_network_carrier_down_changes_total{device="veth208ca1a"} 1 node_network_carrier_down_changes_total{device="veth21c0fe7"} 1 node_network_carrier_down_changes_total{device="veth2214e42"} 1 node_network_carrier_down_changes_total{device="veth228bd69"} 1 node_network_carrier_down_changes_total{device="veth229b6d4"} 1 node_network_carrier_down_changes_total{device="veth22f2fec"} 1 node_network_carrier_down_changes_total{device="veth231c261"} 1 node_network_carrier_down_changes_total{device="veth231d40e"} 1 node_network_carrier_down_changes_total{device="veth232533d"} 1 node_network_carrier_down_changes_total{device="veth235d53e"} 1 node_network_carrier_down_changes_total{device="veth237b6c4"} 1 node_network_carrier_down_changes_total{device="veth23e1e40"} 1 node_network_carrier_down_changes_total{device="veth24fc934"} 1 node_network_carrier_down_changes_total{device="veth25d516d"} 1 node_network_carrier_down_changes_total{device="veth268dc93"} 1 node_network_carrier_down_changes_total{device="veth279aa19"} 1 node_network_carrier_down_changes_total{device="veth27a3e0d"} 1 node_network_carrier_down_changes_total{device="veth27aa3e1"} 1 node_network_carrier_down_changes_total{device="veth27bf25e"} 1 node_network_carrier_down_changes_total{device="veth27eb3a1"} 1 node_network_carrier_down_changes_total{device="veth2817a39"} 1 node_network_carrier_down_changes_total{device="veth298a150"} 1 node_network_carrier_down_changes_total{device="veth29e1cdf"} 1 node_network_carrier_down_changes_total{device="veth2a938c7"} 1 node_network_carrier_down_changes_total{device="veth2b6f776"} 1 node_network_carrier_down_changes_total{device="veth2bea18d"} 1 node_network_carrier_down_changes_total{device="veth2cb2aa6"} 1 node_network_carrier_down_changes_total{device="veth2cc6b5d"} 1 node_network_carrier_down_changes_total{device="veth2cd33a1"} 1 node_network_carrier_down_changes_total{device="veth2d03ca6"} 1 node_network_carrier_down_changes_total{device="veth2d2c9f2"} 1 node_network_carrier_down_changes_total{device="veth2d41a73"} 1 node_network_carrier_down_changes_total{device="veth2d9918b"} 1 node_network_carrier_down_changes_total{device="veth2e4245c"} 1 node_network_carrier_down_changes_total{device="veth2e5029d"} 1 node_network_carrier_down_changes_total{device="veth2eac8e4"} 1 node_network_carrier_down_changes_total{device="veth2eb60e4"} 1 node_network_carrier_down_changes_total{device="veth2f1ad78"} 1 node_network_carrier_down_changes_total{device="veth2f899b3"} 1 node_network_carrier_down_changes_total{device="veth2f9b6e7"} 1 node_network_carrier_down_changes_total{device="veth2f9e651"} 1 node_network_carrier_down_changes_total{device="veth2ffb90c"} 1 node_network_carrier_down_changes_total{device="veth305c11f"} 1 node_network_carrier_down_changes_total{device="veth30b95b0"} 1 node_network_carrier_down_changes_total{device="veth3110731"} 1 node_network_carrier_down_changes_total{device="veth315b30d"} 1 node_network_carrier_down_changes_total{device="veth3168355"} 1 node_network_carrier_down_changes_total{device="veth3245e1c"} 1 node_network_carrier_down_changes_total{device="veth329ca59"} 1 node_network_carrier_down_changes_total{device="veth32da86b"} 1 node_network_carrier_down_changes_total{device="veth32f0bd7"} 1 node_network_carrier_down_changes_total{device="veth33d65d5"} 1 node_network_carrier_down_changes_total{device="veth33d87e8"} 1 node_network_carrier_down_changes_total{device="veth3540510"} 1 node_network_carrier_down_changes_total{device="veth354d054"} 1 node_network_carrier_down_changes_total{device="veth357116f"} 1 node_network_carrier_down_changes_total{device="veth35886d9"} 1 node_network_carrier_down_changes_total{device="veth358dbf2"} 1 node_network_carrier_down_changes_total{device="veth359cbb7"} 1 node_network_carrier_down_changes_total{device="veth359d04a"} 1 node_network_carrier_down_changes_total{device="veth35b4532"} 1 node_network_carrier_down_changes_total{device="veth37d058e"} 1 node_network_carrier_down_changes_total{device="veth37de2e1"} 1 node_network_carrier_down_changes_total{device="veth37e7130"} 1 node_network_carrier_down_changes_total{device="veth3823199"} 1 node_network_carrier_down_changes_total{device="veth38668ad"} 1 node_network_carrier_down_changes_total{device="veth3899e00"} 1 node_network_carrier_down_changes_total{device="veth38af7f4"} 1 node_network_carrier_down_changes_total{device="veth38c06e7"} 1 node_network_carrier_down_changes_total{device="veth391740a"} 1 node_network_carrier_down_changes_total{device="veth3961560"} 1 node_network_carrier_down_changes_total{device="veth39a84d1"} 1 node_network_carrier_down_changes_total{device="veth39ec3c6"} 1 node_network_carrier_down_changes_total{device="veth39f418e"} 1 node_network_carrier_down_changes_total{device="veth39f7983"} 1 node_network_carrier_down_changes_total{device="veth3a04f6c"} 1 node_network_carrier_down_changes_total{device="veth3a28292"} 1 node_network_carrier_down_changes_total{device="veth3ab5921"} 1 node_network_carrier_down_changes_total{device="veth3b81dbc"} 1 node_network_carrier_down_changes_total{device="veth3be47e3"} 1 node_network_carrier_down_changes_total{device="veth3bf1c8d"} 1 node_network_carrier_down_changes_total{device="veth3c3790f"} 1 node_network_carrier_down_changes_total{device="veth3d221c4"} 1 node_network_carrier_down_changes_total{device="veth3d60dba"} 1 node_network_carrier_down_changes_total{device="veth3de6d9c"} 1 node_network_carrier_down_changes_total{device="veth3df8638"} 1 node_network_carrier_down_changes_total{device="veth3e0fb0b"} 1 node_network_carrier_down_changes_total{device="veth3ebb118"} 1 node_network_carrier_down_changes_total{device="veth3ef3733"} 1 node_network_carrier_down_changes_total{device="veth3f0586e"} 1 node_network_carrier_down_changes_total{device="veth3f38956"} 1 node_network_carrier_down_changes_total{device="veth3f3ac76"} 1 node_network_carrier_down_changes_total{device="veth3f41be9"} 1 node_network_carrier_down_changes_total{device="veth3f6e007"} 1 node_network_carrier_down_changes_total{device="veth406e4fd"} 1 node_network_carrier_down_changes_total{device="veth4179d44"} 1 node_network_carrier_down_changes_total{device="veth419db48"} 1 node_network_carrier_down_changes_total{device="veth41a5dd6"} 1 node_network_carrier_down_changes_total{device="veth41cd559"} 1 node_network_carrier_down_changes_total{device="veth41d7f45"} 1 node_network_carrier_down_changes_total{device="veth423f820"} 1 node_network_carrier_down_changes_total{device="veth42a984b"} 1 node_network_carrier_down_changes_total{device="veth4314bf5"} 1 node_network_carrier_down_changes_total{device="veth43e182c"} 1 node_network_carrier_down_changes_total{device="veth4413734"} 1 node_network_carrier_down_changes_total{device="veth450a62c"} 1 node_network_carrier_down_changes_total{device="veth450c1a7"} 1 node_network_carrier_down_changes_total{device="veth4580c7e"} 1 node_network_carrier_down_changes_total{device="veth45d2560"} 1 node_network_carrier_down_changes_total{device="veth4600cbe"} 1 node_network_carrier_down_changes_total{device="veth4622c58"} 1 node_network_carrier_down_changes_total{device="veth47275f8"} 1 node_network_carrier_down_changes_total{device="veth472cfec"} 1 node_network_carrier_down_changes_total{device="veth47a0f99"} 1 node_network_carrier_down_changes_total{device="veth48050a3"} 1 node_network_carrier_down_changes_total{device="veth484e5a7"} 1 node_network_carrier_down_changes_total{device="veth487c580"} 1 node_network_carrier_down_changes_total{device="veth48bbb3e"} 1 node_network_carrier_down_changes_total{device="veth48c9eb6"} 1 node_network_carrier_down_changes_total{device="veth48fa74a"} 1 node_network_carrier_down_changes_total{device="veth4919473"} 1 node_network_carrier_down_changes_total{device="veth491f00e"} 1 node_network_carrier_down_changes_total{device="veth4971f59"} 1 node_network_carrier_down_changes_total{device="veth49a95ae"} 1 node_network_carrier_down_changes_total{device="veth4a773af"} 1 node_network_carrier_down_changes_total{device="veth4a8a86b"} 1 node_network_carrier_down_changes_total{device="veth4b8fe58"} 1 node_network_carrier_down_changes_total{device="veth4bdb4d9"} 1 node_network_carrier_down_changes_total{device="veth4bf3046"} 1 node_network_carrier_down_changes_total{device="veth4d292f2"} 1 node_network_carrier_down_changes_total{device="veth4d2cca3"} 1 node_network_carrier_down_changes_total{device="veth4d31c40"} 1 node_network_carrier_down_changes_total{device="veth4d49f16"} 1 node_network_carrier_down_changes_total{device="veth4d6ffca"} 1 node_network_carrier_down_changes_total{device="veth4e685b7"} 1 node_network_carrier_down_changes_total{device="veth4eb2990"} 1 node_network_carrier_down_changes_total{device="veth4ef981b"} 1 node_network_carrier_down_changes_total{device="veth4f30eb7"} 1 node_network_carrier_down_changes_total{device="veth4f61226"} 1 node_network_carrier_down_changes_total{device="veth4ff09ee"} 1 node_network_carrier_down_changes_total{device="veth5054e93"} 1 node_network_carrier_down_changes_total{device="veth50865f9"} 1 node_network_carrier_down_changes_total{device="veth5088dc3"} 1 node_network_carrier_down_changes_total{device="veth519857b"} 1 node_network_carrier_down_changes_total{device="veth51d9ece"} 1 node_network_carrier_down_changes_total{device="veth5210908"} 1 node_network_carrier_down_changes_total{device="veth5284787"} 1 node_network_carrier_down_changes_total{device="veth52cfc45"} 1 node_network_carrier_down_changes_total{device="veth52e330e"} 1 node_network_carrier_down_changes_total{device="veth5365cc9"} 1 node_network_carrier_down_changes_total{device="veth54e9292"} 1 node_network_carrier_down_changes_total{device="veth564c8a0"} 1 node_network_carrier_down_changes_total{device="veth5675ed9"} 1 node_network_carrier_down_changes_total{device="veth56f8c0c"} 1 node_network_carrier_down_changes_total{device="veth57d2b8b"} 1 node_network_carrier_down_changes_total{device="veth57d676c"} 1 node_network_carrier_down_changes_total{device="veth57ec583"} 1 node_network_carrier_down_changes_total{device="veth5804bd9"} 1 node_network_carrier_down_changes_total{device="veth58598dd"} 1 node_network_carrier_down_changes_total{device="veth58b55e5"} 1 node_network_carrier_down_changes_total{device="veth5965e63"} 1 node_network_carrier_down_changes_total{device="veth5aa30fc"} 1 node_network_carrier_down_changes_total{device="veth5ac6b24"} 1 node_network_carrier_down_changes_total{device="veth5af51bd"} 1 node_network_carrier_down_changes_total{device="veth5afbbb6"} 1 node_network_carrier_down_changes_total{device="veth5bbabc3"} 1 node_network_carrier_down_changes_total{device="veth5bdd045"} 1 node_network_carrier_down_changes_total{device="veth5c571c8"} 1 node_network_carrier_down_changes_total{device="veth5c61f57"} 1 node_network_carrier_down_changes_total{device="veth5d012dd"} 1 node_network_carrier_down_changes_total{device="veth5e12c5b"} 1 node_network_carrier_down_changes_total{device="veth5e4f007"} 1 node_network_carrier_down_changes_total{device="veth5ee2818"} 1 node_network_carrier_down_changes_total{device="veth5f39032"} 1 node_network_carrier_down_changes_total{device="veth5f4e2d0"} 1 node_network_carrier_down_changes_total{device="veth5fc3d12"} 1 node_network_carrier_down_changes_total{device="veth61185ee"} 1 node_network_carrier_down_changes_total{device="veth6131e75"} 1 node_network_carrier_down_changes_total{device="veth6168483"} 1 node_network_carrier_down_changes_total{device="veth6250a44"} 1 node_network_carrier_down_changes_total{device="veth62645db"} 1 node_network_carrier_down_changes_total{device="veth626da15"} 1 node_network_carrier_down_changes_total{device="veth6280f39"} 1 node_network_carrier_down_changes_total{device="veth629c943"} 1 node_network_carrier_down_changes_total{device="veth62adda3"} 1 node_network_carrier_down_changes_total{device="veth634d1ed"} 1 node_network_carrier_down_changes_total{device="veth6453baa"} 1 node_network_carrier_down_changes_total{device="veth64c3431"} 1 node_network_carrier_down_changes_total{device="veth651818e"} 1 node_network_carrier_down_changes_total{device="veth651c5d0"} 1 node_network_carrier_down_changes_total{device="veth65337b2"} 1 node_network_carrier_down_changes_total{device="veth65c360e"} 1 node_network_carrier_down_changes_total{device="veth6630733"} 1 node_network_carrier_down_changes_total{device="veth66b7fed"} 1 node_network_carrier_down_changes_total{device="veth670d042"} 1 node_network_carrier_down_changes_total{device="veth6774070"} 1 node_network_carrier_down_changes_total{device="veth67e3876"} 1 node_network_carrier_down_changes_total{device="veth684d2c7"} 1 node_network_carrier_down_changes_total{device="veth688908c"} 1 node_network_carrier_down_changes_total{device="veth6898f5c"} 1 node_network_carrier_down_changes_total{device="veth68fd89d"} 1 node_network_carrier_down_changes_total{device="veth690503f"} 1 node_network_carrier_down_changes_total{device="veth69a31f5"} 1 node_network_carrier_down_changes_total{device="veth69cb16e"} 1 node_network_carrier_down_changes_total{device="veth69d3433"} 1 node_network_carrier_down_changes_total{device="veth69f30b8"} 1 node_network_carrier_down_changes_total{device="veth69f82f1"} 1 node_network_carrier_down_changes_total{device="veth6a008e6"} 1 node_network_carrier_down_changes_total{device="veth6a08252"} 1 node_network_carrier_down_changes_total{device="veth6a552ae"} 1 node_network_carrier_down_changes_total{device="veth6a9654d"} 1 node_network_carrier_down_changes_total{device="veth6ac2ad5"} 1 node_network_carrier_down_changes_total{device="veth6b2d933"} 1 node_network_carrier_down_changes_total{device="veth6b3dad4"} 1 node_network_carrier_down_changes_total{device="veth6b52f37"} 1 node_network_carrier_down_changes_total{device="veth6befc8c"} 1 node_network_carrier_down_changes_total{device="veth6c33543"} 1 node_network_carrier_down_changes_total{device="veth6c58b6c"} 1 node_network_carrier_down_changes_total{device="veth6c5ad94"} 1 node_network_carrier_down_changes_total{device="veth6ca3495"} 1 node_network_carrier_down_changes_total{device="veth6ce5f51"} 1 node_network_carrier_down_changes_total{device="veth6d0a089"} 1 node_network_carrier_down_changes_total{device="veth6d3ac08"} 1 node_network_carrier_down_changes_total{device="veth6e44940"} 1 node_network_carrier_down_changes_total{device="veth6e6c1f7"} 1 node_network_carrier_down_changes_total{device="veth6ed1d48"} 1 node_network_carrier_down_changes_total{device="veth70c4d49"} 1 node_network_carrier_down_changes_total{device="veth71776a8"} 1 node_network_carrier_down_changes_total{device="veth7188a44"} 1 node_network_carrier_down_changes_total{device="veth718a7eb"} 1 node_network_carrier_down_changes_total{device="veth71ffa2e"} 1 node_network_carrier_down_changes_total{device="veth72d266b"} 1 node_network_carrier_down_changes_total{device="veth73369bb"} 1 node_network_carrier_down_changes_total{device="veth73b2056"} 1 node_network_carrier_down_changes_total{device="veth73ead52"} 1 node_network_carrier_down_changes_total{device="veth7429a6e"} 1 node_network_carrier_down_changes_total{device="veth745dadb"} 1 node_network_carrier_down_changes_total{device="veth750eb48"} 1 node_network_carrier_down_changes_total{device="veth752218d"} 1 node_network_carrier_down_changes_total{device="veth757493a"} 1 node_network_carrier_down_changes_total{device="veth757efe6"} 1 node_network_carrier_down_changes_total{device="veth757fccd"} 1 node_network_carrier_down_changes_total{device="veth75e9ad3"} 1 node_network_carrier_down_changes_total{device="veth760c07f"} 1 node_network_carrier_down_changes_total{device="veth7632291"} 1 node_network_carrier_down_changes_total{device="veth76dc8a9"} 1 node_network_carrier_down_changes_total{device="veth76f5b59"} 1 node_network_carrier_down_changes_total{device="veth7708a2a"} 1 node_network_carrier_down_changes_total{device="veth7731308"} 1 node_network_carrier_down_changes_total{device="veth774a0cf"} 1 node_network_carrier_down_changes_total{device="veth7758da8"} 1 node_network_carrier_down_changes_total{device="veth77f5539"} 1 node_network_carrier_down_changes_total{device="veth78a6a45"} 1 node_network_carrier_down_changes_total{device="veth78df8ba"} 1 node_network_carrier_down_changes_total{device="veth797e46a"} 1 node_network_carrier_down_changes_total{device="veth79e6c25"} 1 node_network_carrier_down_changes_total{device="veth79ef071"} 1 node_network_carrier_down_changes_total{device="veth7a37e75"} 1 node_network_carrier_down_changes_total{device="veth7a4ee0a"} 1 node_network_carrier_down_changes_total{device="veth7a84b20"} 1 node_network_carrier_down_changes_total{device="veth7a8d1bc"} 1 node_network_carrier_down_changes_total{device="veth7b5aa98"} 1 node_network_carrier_down_changes_total{device="veth7b76de0"} 1 node_network_carrier_down_changes_total{device="veth7bbc3fb"} 1 node_network_carrier_down_changes_total{device="veth7bdbf78"} 1 node_network_carrier_down_changes_total{device="veth7c00c6f"} 1 node_network_carrier_down_changes_total{device="veth7c170e8"} 1 node_network_carrier_down_changes_total{device="veth7c79405"} 1 node_network_carrier_down_changes_total{device="veth7c7c6a4"} 1 node_network_carrier_down_changes_total{device="veth7c7edf8"} 1 node_network_carrier_down_changes_total{device="veth7cd2b86"} 1 node_network_carrier_down_changes_total{device="veth7ceb6c5"} 1 node_network_carrier_down_changes_total{device="veth7d0a9c9"} 1 node_network_carrier_down_changes_total{device="veth7da5a3d"} 1 node_network_carrier_down_changes_total{device="veth7e7a5a2"} 1 node_network_carrier_down_changes_total{device="veth7e90c50"} 1 node_network_carrier_down_changes_total{device="veth7efb584"} 1 node_network_carrier_down_changes_total{device="veth7efb9a4"} 1 node_network_carrier_down_changes_total{device="veth7f219e6"} 1 node_network_carrier_down_changes_total{device="veth7f349f1"} 1 node_network_carrier_down_changes_total{device="veth7f7adf7"} 1 node_network_carrier_down_changes_total{device="veth7fbccd1"} 1 node_network_carrier_down_changes_total{device="veth7ff9da9"} 1 node_network_carrier_down_changes_total{device="veth804203c"} 1 node_network_carrier_down_changes_total{device="veth80abb3a"} 1 node_network_carrier_down_changes_total{device="veth80bc918"} 1 node_network_carrier_down_changes_total{device="veth80db113"} 1 node_network_carrier_down_changes_total{device="veth8115deb"} 1 node_network_carrier_down_changes_total{device="veth818e1b4"} 1 node_network_carrier_down_changes_total{device="veth81cd17e"} 1 node_network_carrier_down_changes_total{device="veth81e6903"} 1 node_network_carrier_down_changes_total{device="veth81f0a15"} 1 node_network_carrier_down_changes_total{device="veth824a73a"} 1 node_network_carrier_down_changes_total{device="veth8286cb8"} 1 node_network_carrier_down_changes_total{device="veth82bcac8"} 1 node_network_carrier_down_changes_total{device="veth82c8314"} 1 node_network_carrier_down_changes_total{device="veth82d54d6"} 1 node_network_carrier_down_changes_total{device="veth82e7162"} 1 node_network_carrier_down_changes_total{device="veth82f9bb2"} 1 node_network_carrier_down_changes_total{device="veth83c076f"} 1 node_network_carrier_down_changes_total{device="veth841b31f"} 1 node_network_carrier_down_changes_total{device="veth8491d68"} 1 node_network_carrier_down_changes_total{device="veth8575f2f"} 1 node_network_carrier_down_changes_total{device="veth86b5718"} 1 node_network_carrier_down_changes_total{device="veth86b8fa2"} 1 node_network_carrier_down_changes_total{device="veth86c5967"} 1 node_network_carrier_down_changes_total{device="veth86f7933"} 1 node_network_carrier_down_changes_total{device="veth873a2e1"} 1 node_network_carrier_down_changes_total{device="veth87bf2d7"} 1 node_network_carrier_down_changes_total{device="veth87de5ef"} 1 node_network_carrier_down_changes_total{device="veth880729a"} 1 node_network_carrier_down_changes_total{device="veth8899f2d"} 1 node_network_carrier_down_changes_total{device="veth89df824"} 1 node_network_carrier_down_changes_total{device="veth8a757d1"} 1 node_network_carrier_down_changes_total{device="veth8ac6051"} 1 node_network_carrier_down_changes_total{device="veth8aec1f4"} 1 node_network_carrier_down_changes_total{device="veth8bb71ef"} 1 node_network_carrier_down_changes_total{device="veth8c359ba"} 1 node_network_carrier_down_changes_total{device="veth8c3728a"} 1 node_network_carrier_down_changes_total{device="veth8c3b2b4"} 1 node_network_carrier_down_changes_total{device="veth8d365d7"} 1 node_network_carrier_down_changes_total{device="veth8d79659"} 1 node_network_carrier_down_changes_total{device="veth8e0aa38"} 1 node_network_carrier_down_changes_total{device="veth8f8d551"} 1 node_network_carrier_down_changes_total{device="veth8fbb10d"} 1 node_network_carrier_down_changes_total{device="veth900bd70"} 1 node_network_carrier_down_changes_total{device="veth902cadc"} 1 node_network_carrier_down_changes_total{device="veth9047572"} 1 node_network_carrier_down_changes_total{device="veth9057c62"} 1 node_network_carrier_down_changes_total{device="veth9073787"} 1 node_network_carrier_down_changes_total{device="veth9166eaa"} 1 node_network_carrier_down_changes_total{device="veth9193b16"} 1 node_network_carrier_down_changes_total{device="veth91a6689"} 1 node_network_carrier_down_changes_total{device="veth91f1a12"} 1 node_network_carrier_down_changes_total{device="veth91fabb4"} 1 node_network_carrier_down_changes_total{device="veth9267946"} 1 node_network_carrier_down_changes_total{device="veth9371418"} 1 node_network_carrier_down_changes_total{device="veth93f3c9f"} 1 node_network_carrier_down_changes_total{device="veth9488f04"} 1 node_network_carrier_down_changes_total{device="veth948cd1e"} 1 node_network_carrier_down_changes_total{device="veth951eef4"} 1 node_network_carrier_down_changes_total{device="veth9675397"} 1 node_network_carrier_down_changes_total{device="veth9681927"} 1 node_network_carrier_down_changes_total{device="veth96e0471"} 1 node_network_carrier_down_changes_total{device="veth98feb57"} 1 node_network_carrier_down_changes_total{device="veth994a72a"} 1 node_network_carrier_down_changes_total{device="veth9985b4e"} 1 node_network_carrier_down_changes_total{device="veth99cdb12"} 1 node_network_carrier_down_changes_total{device="veth9a9e7eb"} 1 node_network_carrier_down_changes_total{device="veth9b18d92"} 1 node_network_carrier_down_changes_total{device="veth9b23960"} 1 node_network_carrier_down_changes_total{device="veth9bbbd3e"} 1 node_network_carrier_down_changes_total{device="veth9bde175"} 1 node_network_carrier_down_changes_total{device="veth9bed411"} 1 node_network_carrier_down_changes_total{device="veth9c4e77f"} 1 node_network_carrier_down_changes_total{device="veth9c9a350"} 1 node_network_carrier_down_changes_total{device="veth9cb0c0f"} 1 node_network_carrier_down_changes_total{device="veth9cfe767"} 1 node_network_carrier_down_changes_total{device="veth9d35c37"} 1 node_network_carrier_down_changes_total{device="veth9d674e8"} 1 node_network_carrier_down_changes_total{device="veth9d8fc99"} 1 node_network_carrier_down_changes_total{device="veth9d98eba"} 1 node_network_carrier_down_changes_total{device="veth9da8b8d"} 1 node_network_carrier_down_changes_total{device="veth9df3ecb"} 1 node_network_carrier_down_changes_total{device="veth9e9fce6"} 1 node_network_carrier_down_changes_total{device="veth9ed817d"} 1 node_network_carrier_down_changes_total{device="veth9f3233d"} 1 node_network_carrier_down_changes_total{device="veth9f82c51"} 1 node_network_carrier_down_changes_total{device="veth9f8faa5"} 1 node_network_carrier_down_changes_total{device="vetha0c1437"} 1 node_network_carrier_down_changes_total{device="vetha0e80a0"} 1 node_network_carrier_down_changes_total{device="vetha106075"} 1 node_network_carrier_down_changes_total{device="vetha10ed6f"} 1 node_network_carrier_down_changes_total{device="vetha131bbc"} 1 node_network_carrier_down_changes_total{device="vetha187e3b"} 1 node_network_carrier_down_changes_total{device="vetha19ce39"} 1 node_network_carrier_down_changes_total{device="vetha1a96b5"} 1 node_network_carrier_down_changes_total{device="vetha1db4d4"} 1 node_network_carrier_down_changes_total{device="vetha208f1d"} 1 node_network_carrier_down_changes_total{device="vetha20f05a"} 1 node_network_carrier_down_changes_total{device="vetha21095f"} 1 node_network_carrier_down_changes_total{device="vetha29c587"} 1 node_network_carrier_down_changes_total{device="vetha2d62f9"} 1 node_network_carrier_down_changes_total{device="vetha2e6ee7"} 1 node_network_carrier_down_changes_total{device="vetha2efe45"} 1 node_network_carrier_down_changes_total{device="vetha334ff9"} 1 node_network_carrier_down_changes_total{device="vetha33b595"} 1 node_network_carrier_down_changes_total{device="vetha356001"} 1 node_network_carrier_down_changes_total{device="vetha3d3064"} 1 node_network_carrier_down_changes_total{device="vetha3e8c9c"} 1 node_network_carrier_down_changes_total{device="vetha3f126e"} 1 node_network_carrier_down_changes_total{device="vetha4878ac"} 1 node_network_carrier_down_changes_total{device="vetha5244b8"} 1 node_network_carrier_down_changes_total{device="vetha588f6c"} 1 node_network_carrier_down_changes_total{device="vetha58e162"} 1 node_network_carrier_down_changes_total{device="vetha80a84c"} 1 node_network_carrier_down_changes_total{device="vetha81db62"} 1 node_network_carrier_down_changes_total{device="vetha8da15f"} 1 node_network_carrier_down_changes_total{device="vetha95fac3"} 1 node_network_carrier_down_changes_total{device="vethaa460d0"} 1 node_network_carrier_down_changes_total{device="vethaa5252d"} 1 node_network_carrier_down_changes_total{device="vethabd5525"} 1 node_network_carrier_down_changes_total{device="vethac309ae"} 1 node_network_carrier_down_changes_total{device="vethacc9983"} 1 node_network_carrier_down_changes_total{device="vethadaa61e"} 1 node_network_carrier_down_changes_total{device="vethadd6779"} 1 node_network_carrier_down_changes_total{device="vethae07fdb"} 1 node_network_carrier_down_changes_total{device="vethae2e166"} 1 node_network_carrier_down_changes_total{device="vethae6aaad"} 1 node_network_carrier_down_changes_total{device="vethae899be"} 1 node_network_carrier_down_changes_total{device="vethaf2d319"} 1 node_network_carrier_down_changes_total{device="vethaff0c5f"} 1 node_network_carrier_down_changes_total{device="vethb11d1d5"} 1 node_network_carrier_down_changes_total{device="vethb146b3d"} 1 node_network_carrier_down_changes_total{device="vethb17b307"} 1 node_network_carrier_down_changes_total{device="vethb24125c"} 1 node_network_carrier_down_changes_total{device="vethb25b930"} 1 node_network_carrier_down_changes_total{device="vethb264074"} 1 node_network_carrier_down_changes_total{device="vethb26da6e"} 1 node_network_carrier_down_changes_total{device="vethb2f7e0f"} 1 node_network_carrier_down_changes_total{device="vethb413da6"} 1 node_network_carrier_down_changes_total{device="vethb436b35"} 1 node_network_carrier_down_changes_total{device="vethb466aea"} 1 node_network_carrier_down_changes_total{device="vethb4a4c76"} 1 node_network_carrier_down_changes_total{device="vethb4fafb4"} 1 node_network_carrier_down_changes_total{device="vethb5afb08"} 1 node_network_carrier_down_changes_total{device="vethb72a42c"} 1 node_network_carrier_down_changes_total{device="vethb80e0f0"} 1 node_network_carrier_down_changes_total{device="vethb8148cc"} 1 node_network_carrier_down_changes_total{device="vethb85e063"} 1 node_network_carrier_down_changes_total{device="vethb92f9d3"} 1 node_network_carrier_down_changes_total{device="vethb92fe3f"} 1 node_network_carrier_down_changes_total{device="vethba942aa"} 1 node_network_carrier_down_changes_total{device="vethbae8967"} 1 node_network_carrier_down_changes_total{device="vethbb0b4fe"} 1 node_network_carrier_down_changes_total{device="vethbbaaafe"} 1 node_network_carrier_down_changes_total{device="vethbc2b4ad"} 1 node_network_carrier_down_changes_total{device="vethbc58d49"} 1 node_network_carrier_down_changes_total{device="vethbcde7a6"} 1 node_network_carrier_down_changes_total{device="vethbce62a9"} 1 node_network_carrier_down_changes_total{device="vethbe194c8"} 1 node_network_carrier_down_changes_total{device="vethbe2c80a"} 1 node_network_carrier_down_changes_total{device="vethbe97de8"} 1 node_network_carrier_down_changes_total{device="vethbfb44f0"} 1 node_network_carrier_down_changes_total{device="vethc00de3e"} 1 node_network_carrier_down_changes_total{device="vethc02588e"} 1 node_network_carrier_down_changes_total{device="vethc033a93"} 1 node_network_carrier_down_changes_total{device="vethc060fb3"} 1 node_network_carrier_down_changes_total{device="vethc122dad"} 1 node_network_carrier_down_changes_total{device="vethc12e527"} 1 node_network_carrier_down_changes_total{device="vethc140d9c"} 1 node_network_carrier_down_changes_total{device="vethc17e1ec"} 1 node_network_carrier_down_changes_total{device="vethc1d7f4f"} 1 node_network_carrier_down_changes_total{device="vethc1ec8f5"} 1 node_network_carrier_down_changes_total{device="vethc20d812"} 1 node_network_carrier_down_changes_total{device="vethc22a5c0"} 1 node_network_carrier_down_changes_total{device="vethc239fc6"} 1 node_network_carrier_down_changes_total{device="vethc311203"} 1 node_network_carrier_down_changes_total{device="vethc3412aa"} 1 node_network_carrier_down_changes_total{device="vethc3f0337"} 1 node_network_carrier_down_changes_total{device="vethc42048e"} 1 node_network_carrier_down_changes_total{device="vethc4617ba"} 1 node_network_carrier_down_changes_total{device="vethc498aec"} 1 node_network_carrier_down_changes_total{device="vethc4f407f"} 1 node_network_carrier_down_changes_total{device="vethc554c32"} 1 node_network_carrier_down_changes_total{device="vethc5aaafd"} 1 node_network_carrier_down_changes_total{device="vethc5ace02"} 1 node_network_carrier_down_changes_total{device="vethc5b36ba"} 1 node_network_carrier_down_changes_total{device="vethc5dd649"} 1 node_network_carrier_down_changes_total{device="vethc5eb73b"} 1 node_network_carrier_down_changes_total{device="vethc5eca53"} 1 node_network_carrier_down_changes_total{device="vethc68deb2"} 1 node_network_carrier_down_changes_total{device="vethc69e5b9"} 1 node_network_carrier_down_changes_total{device="vethc6fe840"} 1 node_network_carrier_down_changes_total{device="vethc7016cb"} 1 node_network_carrier_down_changes_total{device="vethc75d66d"} 1 node_network_carrier_down_changes_total{device="vethc790a6e"} 1 node_network_carrier_down_changes_total{device="vethc84e290"} 1 node_network_carrier_down_changes_total{device="vethc8739b3"} 1 node_network_carrier_down_changes_total{device="vethc87da99"} 1 node_network_carrier_down_changes_total{device="vethc88bbcf"} 1 node_network_carrier_down_changes_total{device="vethc928fb9"} 1 node_network_carrier_down_changes_total{device="vethc959280"} 1 node_network_carrier_down_changes_total{device="vethc97be75"} 1 node_network_carrier_down_changes_total{device="vethc99df73"} 1 node_network_carrier_down_changes_total{device="vethc9e1b23"} 1 node_network_carrier_down_changes_total{device="vethca8e8cd"} 1 node_network_carrier_down_changes_total{device="vethcb7fed6"} 1 node_network_carrier_down_changes_total{device="vethcb89e48"} 1 node_network_carrier_down_changes_total{device="vethcc43237"} 1 node_network_carrier_down_changes_total{device="vethcc4fef3"} 1 node_network_carrier_down_changes_total{device="vethcc7f6ac"} 1 node_network_carrier_down_changes_total{device="vethccb9f9c"} 1 node_network_carrier_down_changes_total{device="vethccdb53f"} 1 node_network_carrier_down_changes_total{device="vethcd6e0c9"} 1 node_network_carrier_down_changes_total{device="vethce1a2f7"} 1 node_network_carrier_down_changes_total{device="vethce4e99b"} 1 node_network_carrier_down_changes_total{device="vethce521ba"} 1 node_network_carrier_down_changes_total{device="vethcf53b01"} 1 node_network_carrier_down_changes_total{device="vethcfd9fe1"} 1 node_network_carrier_down_changes_total{device="vethd0b2173"} 1 node_network_carrier_down_changes_total{device="vethd0f1488"} 1 node_network_carrier_down_changes_total{device="vethd0f34e4"} 1 node_network_carrier_down_changes_total{device="vethd0ffc64"} 1 node_network_carrier_down_changes_total{device="vethd1ec6d3"} 1 node_network_carrier_down_changes_total{device="vethd2010fb"} 1 node_network_carrier_down_changes_total{device="vethd2deb54"} 1 node_network_carrier_down_changes_total{device="vethd2f4531"} 1 node_network_carrier_down_changes_total{device="vethd34362b"} 1 node_network_carrier_down_changes_total{device="vethd347820"} 1 node_network_carrier_down_changes_total{device="vethd3608f1"} 1 node_network_carrier_down_changes_total{device="vethd42c82d"} 1 node_network_carrier_down_changes_total{device="vethd45b81a"} 1 node_network_carrier_down_changes_total{device="vethd466b1f"} 1 node_network_carrier_down_changes_total{device="vethd49c6b2"} 1 node_network_carrier_down_changes_total{device="vethd5344cc"} 1 node_network_carrier_down_changes_total{device="vethd60e2bd"} 1 node_network_carrier_down_changes_total{device="vethd64322f"} 1 node_network_carrier_down_changes_total{device="vethd65b5b3"} 1 node_network_carrier_down_changes_total{device="vethd681481"} 1 node_network_carrier_down_changes_total{device="vethd6ceb54"} 1 node_network_carrier_down_changes_total{device="vethd6fa258"} 1 node_network_carrier_down_changes_total{device="vethd71b7e5"} 1 node_network_carrier_down_changes_total{device="vethd752c61"} 1 node_network_carrier_down_changes_total{device="vethd760c58"} 1 node_network_carrier_down_changes_total{device="vethd768a42"} 1 node_network_carrier_down_changes_total{device="vethd76e941"} 1 node_network_carrier_down_changes_total{device="vethd81eb6c"} 1 node_network_carrier_down_changes_total{device="vethd868ed3"} 1 node_network_carrier_down_changes_total{device="vethd8a170f"} 1 node_network_carrier_down_changes_total{device="vethd8b4b5b"} 1 node_network_carrier_down_changes_total{device="vethd97f7eb"} 1 node_network_carrier_down_changes_total{device="vethd9c86a8"} 1 node_network_carrier_down_changes_total{device="vethda452a5"} 1 node_network_carrier_down_changes_total{device="vethdaa52c9"} 1 node_network_carrier_down_changes_total{device="vethdae085c"} 1 node_network_carrier_down_changes_total{device="vethdb552be"} 1 node_network_carrier_down_changes_total{device="vethdba1b3a"} 1 node_network_carrier_down_changes_total{device="vethdc4d810"} 1 node_network_carrier_down_changes_total{device="vethdd1fe39"} 1 node_network_carrier_down_changes_total{device="vethdd25bde"} 1 node_network_carrier_down_changes_total{device="vethdd3daca"} 1 node_network_carrier_down_changes_total{device="vethdd432a7"} 1 node_network_carrier_down_changes_total{device="vethdd77089"} 1 node_network_carrier_down_changes_total{device="vethdd88546"} 1 node_network_carrier_down_changes_total{device="vethdda7569"} 1 node_network_carrier_down_changes_total{device="vethddb4b12"} 1 node_network_carrier_down_changes_total{device="vethde79ae2"} 1 node_network_carrier_down_changes_total{device="vethde8673b"} 1 node_network_carrier_down_changes_total{device="vethdf825a0"} 1 node_network_carrier_down_changes_total{device="vethdf861f8"} 1 node_network_carrier_down_changes_total{device="vethdfcbb7b"} 1 node_network_carrier_down_changes_total{device="vethe028419"} 1 node_network_carrier_down_changes_total{device="vethe05e953"} 1 node_network_carrier_down_changes_total{device="vethe0c38b7"} 1 node_network_carrier_down_changes_total{device="vethe101bab"} 1 node_network_carrier_down_changes_total{device="vethe1189bd"} 1 node_network_carrier_down_changes_total{device="vethe13fa27"} 1 node_network_carrier_down_changes_total{device="vethe177f5b"} 1 node_network_carrier_down_changes_total{device="vethe1ebb25"} 1 node_network_carrier_down_changes_total{device="vethe209306"} 1 node_network_carrier_down_changes_total{device="vethe33aa29"} 1 node_network_carrier_down_changes_total{device="vethe38290a"} 1 node_network_carrier_down_changes_total{device="vethe39934f"} 1 node_network_carrier_down_changes_total{device="vethe39dd06"} 1 node_network_carrier_down_changes_total{device="vethe45952d"} 1 node_network_carrier_down_changes_total{device="vethe54bc00"} 1 node_network_carrier_down_changes_total{device="vethe5621bc"} 1 node_network_carrier_down_changes_total{device="vethe5723c0"} 1 node_network_carrier_down_changes_total{device="vethe64b47d"} 1 node_network_carrier_down_changes_total{device="vethe660bdb"} 1 node_network_carrier_down_changes_total{device="vethe6b515e"} 1 node_network_carrier_down_changes_total{device="vethe6e8924"} 1 node_network_carrier_down_changes_total{device="vethe6f5fae"} 1 node_network_carrier_down_changes_total{device="vethe7dc6b0"} 1 node_network_carrier_down_changes_total{device="vethe7e6bbf"} 1 node_network_carrier_down_changes_total{device="vethe8000ea"} 1 node_network_carrier_down_changes_total{device="vethe8094b1"} 1 node_network_carrier_down_changes_total{device="vethe8551b4"} 1 node_network_carrier_down_changes_total{device="vethe8c6bde"} 1 node_network_carrier_down_changes_total{device="vethe8f63bd"} 1 node_network_carrier_down_changes_total{device="vethe93a649"} 1 node_network_carrier_down_changes_total{device="vethe9de379"} 1 node_network_carrier_down_changes_total{device="vethe9ef82b"} 1 node_network_carrier_down_changes_total{device="vethea2004e"} 1 node_network_carrier_down_changes_total{device="vethea7b5b1"} 1 node_network_carrier_down_changes_total{device="vetheafba5d"} 1 node_network_carrier_down_changes_total{device="vetheafdff8"} 1 node_network_carrier_down_changes_total{device="vetheb96a22"} 1 node_network_carrier_down_changes_total{device="vethec666e8"} 1 node_network_carrier_down_changes_total{device="vethed11450"} 1 node_network_carrier_down_changes_total{device="vethed19b20"} 1 node_network_carrier_down_changes_total{device="vethed3ab9d"} 1 node_network_carrier_down_changes_total{device="vetheddb648"} 1 node_network_carrier_down_changes_total{device="vethedeec24"} 1 node_network_carrier_down_changes_total{device="vethedf40f5"} 1 node_network_carrier_down_changes_total{device="vetheefaddf"} 1 node_network_carrier_down_changes_total{device="vethef58697"} 1 node_network_carrier_down_changes_total{device="vethefe8ba7"} 1 node_network_carrier_down_changes_total{device="vethf09ac69"} 1 node_network_carrier_down_changes_total{device="vethf14b507"} 1 node_network_carrier_down_changes_total{device="vethf14bf3b"} 1 node_network_carrier_down_changes_total{device="vethf14e041"} 1 node_network_carrier_down_changes_total{device="vethf185ebb"} 1 node_network_carrier_down_changes_total{device="vethf2509ba"} 1 node_network_carrier_down_changes_total{device="vethf25387f"} 1 node_network_carrier_down_changes_total{device="vethf2a6c87"} 1 node_network_carrier_down_changes_total{device="vethf2b1dab"} 1 node_network_carrier_down_changes_total{device="vethf2badff"} 1 node_network_carrier_down_changes_total{device="vethf33a028"} 1 node_network_carrier_down_changes_total{device="vethf342283"} 1 node_network_carrier_down_changes_total{device="vethf47c7ff"} 1 node_network_carrier_down_changes_total{device="vethf4ac138"} 1 node_network_carrier_down_changes_total{device="vethf4b1b2a"} 1 node_network_carrier_down_changes_total{device="vethf4bd777"} 1 node_network_carrier_down_changes_total{device="vethf5aeeda"} 1 node_network_carrier_down_changes_total{device="vethf5e58af"} 1 node_network_carrier_down_changes_total{device="vethf60f5e6"} 1 node_network_carrier_down_changes_total{device="vethf63a7c4"} 1 node_network_carrier_down_changes_total{device="vethf6bd349"} 1 node_network_carrier_down_changes_total{device="vethf6ce5b6"} 1 node_network_carrier_down_changes_total{device="vethf7684fa"} 1 node_network_carrier_down_changes_total{device="vethf7e9d2c"} 1 node_network_carrier_down_changes_total{device="vethf8128a9"} 1 node_network_carrier_down_changes_total{device="vethf81e612"} 1 node_network_carrier_down_changes_total{device="vethf855174"} 1 node_network_carrier_down_changes_total{device="vethf894d6d"} 1 node_network_carrier_down_changes_total{device="vethf979695"} 1 node_network_carrier_down_changes_total{device="vethf98530e"} 1 node_network_carrier_down_changes_total{device="vethf9986ef"} 1 node_network_carrier_down_changes_total{device="vethf9b3f86"} 1 node_network_carrier_down_changes_total{device="vethfb8b857"} 1 node_network_carrier_down_changes_total{device="vethfb9458b"} 1 node_network_carrier_down_changes_total{device="vethfbf1832"} 1 node_network_carrier_down_changes_total{device="vethfbf1a8f"} 1 node_network_carrier_down_changes_total{device="vethfc87a12"} 1 node_network_carrier_down_changes_total{device="vethfc9a925"} 1 node_network_carrier_down_changes_total{device="vethfcccc71"} 1 node_network_carrier_down_changes_total{device="vethfd1bace"} 1 node_network_carrier_down_changes_total{device="vethfd1daa5"} 1 node_network_carrier_down_changes_total{device="vethfd685e4"} 1 node_network_carrier_down_changes_total{device="vethfdacab6"} 1 node_network_carrier_down_changes_total{device="vethfe15339"} 1 node_network_carrier_down_changes_total{device="vethfe36666"} 1 node_network_carrier_down_changes_total{device="vethfe7040e"} 1 node_network_carrier_down_changes_total{device="vethfec16de"} 1 node_network_carrier_down_changes_total{device="vethfedbea0"} 1 node_network_carrier_down_changes_total{device="vethff12d55"} 1 # HELP node_network_carrier_up_changes_total Network device property: carrier_up_changes_total # TYPE node_network_carrier_up_changes_total counter node_network_carrier_up_changes_total{device="br-02823e0b21f8"} 3 node_network_carrier_up_changes_total{device="br-04cbf9ad21fb"} 3 node_network_carrier_up_changes_total{device="br-07e352042c28"} 4 node_network_carrier_up_changes_total{device="br-08dd0c9852c8"} 5 node_network_carrier_up_changes_total{device="br-0a8e30067c8e"} 4 node_network_carrier_up_changes_total{device="br-0b7a81bcb7e3"} 4 node_network_carrier_up_changes_total{device="br-0bcc3cc90f11"} 3 node_network_carrier_up_changes_total{device="br-0d9fdd0cf163"} 0 node_network_carrier_up_changes_total{device="br-159df358c552"} 4 node_network_carrier_up_changes_total{device="br-15dab3c5a2fb"} 0 node_network_carrier_up_changes_total{device="br-19518ca3b773"} 4 node_network_carrier_up_changes_total{device="br-1a025aacb82b"} 3 node_network_carrier_up_changes_total{device="br-1b283e1e5128"} 26 node_network_carrier_up_changes_total{device="br-1ba83a528099"} 4 node_network_carrier_up_changes_total{device="br-1c3bd3909a8a"} 6 node_network_carrier_up_changes_total{device="br-1c535b11677a"} 5 node_network_carrier_up_changes_total{device="br-1de64be72380"} 3 node_network_carrier_up_changes_total{device="br-208ab78feaa3"} 6 node_network_carrier_up_changes_total{device="br-217d6415a970"} 3 node_network_carrier_up_changes_total{device="br-27771a4b5e1c"} 4 node_network_carrier_up_changes_total{device="br-2860d01a9c36"} 6 node_network_carrier_up_changes_total{device="br-28853d2b1974"} 5 node_network_carrier_up_changes_total{device="br-2cd18bfafc5e"} 5 node_network_carrier_up_changes_total{device="br-2f10de396682"} 3 node_network_carrier_up_changes_total{device="br-349eb65873d4"} 3 node_network_carrier_up_changes_total{device="br-3718da5a7dac"} 3 node_network_carrier_up_changes_total{device="br-37f17f8c2f41"} 4 node_network_carrier_up_changes_total{device="br-39ee20d64532"} 2 node_network_carrier_up_changes_total{device="br-3a7803651a32"} 4 node_network_carrier_up_changes_total{device="br-3b46cefe7982"} 3 node_network_carrier_up_changes_total{device="br-3d8e222ceb4d"} 6 node_network_carrier_up_changes_total{device="br-3d9cd1c09975"} 4 node_network_carrier_up_changes_total{device="br-3db3cc2bc444"} 3 node_network_carrier_up_changes_total{device="br-3e66b6d4d599"} 6 node_network_carrier_up_changes_total{device="br-3ee00523d99d"} 4 node_network_carrier_up_changes_total{device="br-402682b9212c"} 3 node_network_carrier_up_changes_total{device="br-447189b64663"} 3 node_network_carrier_up_changes_total{device="br-44fbf271d024"} 2 node_network_carrier_up_changes_total{device="br-458514748e86"} 4 node_network_carrier_up_changes_total{device="br-483851ad6d82"} 4 node_network_carrier_up_changes_total{device="br-4b6104651907"} 3 node_network_carrier_up_changes_total{device="br-4dbe0bd05d7e"} 4 node_network_carrier_up_changes_total{device="br-4fac6072ea97"} 3 node_network_carrier_up_changes_total{device="br-5064110da1f6"} 3 node_network_carrier_up_changes_total{device="br-52ce8deae651"} 24 node_network_carrier_up_changes_total{device="br-559d36b72748"} 3 node_network_carrier_up_changes_total{device="br-56145531d617"} 2 node_network_carrier_up_changes_total{device="br-566d230839cf"} 3 node_network_carrier_up_changes_total{device="br-56a5fa614b52"} 4 node_network_carrier_up_changes_total{device="br-5748fcd1e7ca"} 0 node_network_carrier_up_changes_total{device="br-595b89a771c2"} 5 node_network_carrier_up_changes_total{device="br-59aa9f4171dd"} 5 node_network_carrier_up_changes_total{device="br-5a1c61a6d482"} 3 node_network_carrier_up_changes_total{device="br-5b324be20854"} 3 node_network_carrier_up_changes_total{device="br-5f11f2c9115a"} 3 node_network_carrier_up_changes_total{device="br-606bd002e3a4"} 3 node_network_carrier_up_changes_total{device="br-61e477cf95da"} 3 node_network_carrier_up_changes_total{device="br-65df7dba5a66"} 8 node_network_carrier_up_changes_total{device="br-6654a6f415ef"} 3 node_network_carrier_up_changes_total{device="br-665d979d60c7"} 3 node_network_carrier_up_changes_total{device="br-6746be184829"} 3 node_network_carrier_up_changes_total{device="br-67b6f2b09055"} 3 node_network_carrier_up_changes_total{device="br-6d59a9037e7f"} 2 node_network_carrier_up_changes_total{device="br-6e8e8bec63f7"} 4 node_network_carrier_up_changes_total{device="br-6fdd4f05699e"} 4 node_network_carrier_up_changes_total{device="br-70a43ddb765f"} 2 node_network_carrier_up_changes_total{device="br-7151fb21ebc7"} 3 node_network_carrier_up_changes_total{device="br-757cf8ccd099"} 2 node_network_carrier_up_changes_total{device="br-7783edd4fb63"} 4 node_network_carrier_up_changes_total{device="br-7967b93cb965"} 3 node_network_carrier_up_changes_total{device="br-7a05c4b4c71c"} 0 node_network_carrier_up_changes_total{device="br-7f1c0840c41b"} 3 node_network_carrier_up_changes_total{device="br-8291479ee6f8"} 2 node_network_carrier_up_changes_total{device="br-82b59b3e5c30"} 3 node_network_carrier_up_changes_total{device="br-831a310fd395"} 7 node_network_carrier_up_changes_total{device="br-832e21b6735f"} 3 node_network_carrier_up_changes_total{device="br-84962c4a05ff"} 2 node_network_carrier_up_changes_total{device="br-89456f9f0577"} 3 node_network_carrier_up_changes_total{device="br-8c90f08921d2"} 3 node_network_carrier_up_changes_total{device="br-8d1ae48ba56b"} 2 node_network_carrier_up_changes_total{device="br-8d5f8dfdd165"} 3 node_network_carrier_up_changes_total{device="br-8f019a492357"} 3 node_network_carrier_up_changes_total{device="br-8f2fb4b87f97"} 3 node_network_carrier_up_changes_total{device="br-9122d919d3da"} 4 node_network_carrier_up_changes_total{device="br-91e32aebc9b9"} 5 node_network_carrier_up_changes_total{device="br-973daca1c7c2"} 3 node_network_carrier_up_changes_total{device="br-98551e817ad3"} 3 node_network_carrier_up_changes_total{device="br-a01a29421e12"} 4 node_network_carrier_up_changes_total{device="br-a194f29d52a3"} 3 node_network_carrier_up_changes_total{device="br-a19b8bbcb4ba"} 3 node_network_carrier_up_changes_total{device="br-a384ecbfdb6c"} 6 node_network_carrier_up_changes_total{device="br-a5d1efbd6302"} 4 node_network_carrier_up_changes_total{device="br-a9242a3d7305"} 6 node_network_carrier_up_changes_total{device="br-ab4fc0c8f205"} 3 node_network_carrier_up_changes_total{device="br-ac5441a8184d"} 3 node_network_carrier_up_changes_total{device="br-ad296b058e6c"} 3 node_network_carrier_up_changes_total{device="br-b0d3385258be"} 3 node_network_carrier_up_changes_total{device="br-b5cc1abc8af1"} 2 node_network_carrier_up_changes_total{device="br-b84a81030c46"} 7 node_network_carrier_up_changes_total{device="br-b9ddcd38e3d5"} 2 node_network_carrier_up_changes_total{device="br-bbf479fecfd1"} 4 node_network_carrier_up_changes_total{device="br-bf24405639d1"} 4 node_network_carrier_up_changes_total{device="br-bf75749e355d"} 3 node_network_carrier_up_changes_total{device="br-bfa260e794d9"} 4 node_network_carrier_up_changes_total{device="br-c121b68147b6"} 3 node_network_carrier_up_changes_total{device="br-c1af548193f3"} 3 node_network_carrier_up_changes_total{device="br-c60789b54f4a"} 3 node_network_carrier_up_changes_total{device="br-c7ec91768290"} 4 node_network_carrier_up_changes_total{device="br-c8047895107e"} 4 node_network_carrier_up_changes_total{device="br-c8dc093516dd"} 4 node_network_carrier_up_changes_total{device="br-c9441662f35b"} 3 node_network_carrier_up_changes_total{device="br-cca3eb0bd63d"} 3 node_network_carrier_up_changes_total{device="br-cfa83479df17"} 3 node_network_carrier_up_changes_total{device="br-cfa8e5dacf79"} 2 node_network_carrier_up_changes_total{device="br-d08110bc3e31"} 4 node_network_carrier_up_changes_total{device="br-d286f920faa7"} 5 node_network_carrier_up_changes_total{device="br-d36675741a6d"} 7 node_network_carrier_up_changes_total{device="br-d4ad227661d1"} 4 node_network_carrier_up_changes_total{device="br-d54d8e4f9ca5"} 4 node_network_carrier_up_changes_total{device="br-d6aad0d2a913"} 6 node_network_carrier_up_changes_total{device="br-dbca5566e641"} 3 node_network_carrier_up_changes_total{device="br-dc87a7504ded"} 4 node_network_carrier_up_changes_total{device="br-ddde99c88d06"} 6 node_network_carrier_up_changes_total{device="br-e0e95d87f3e0"} 3 node_network_carrier_up_changes_total{device="br-e5714f199361"} 2 node_network_carrier_up_changes_total{device="br-e63b0d1593b5"} 5 node_network_carrier_up_changes_total{device="br-e6ca372c02c0"} 2 node_network_carrier_up_changes_total{device="br-ea12a1764685"} 4 node_network_carrier_up_changes_total{device="br-edfd70c2aede"} 6 node_network_carrier_up_changes_total{device="br-ef37d58f8fe1"} 4 node_network_carrier_up_changes_total{device="br-f7269b4b25bf"} 4 node_network_carrier_up_changes_total{device="docker0"} 19 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0009c48"} 1 node_network_carrier_up_changes_total{device="veth0057f22"} 1 node_network_carrier_up_changes_total{device="veth008ddfb"} 1 node_network_carrier_up_changes_total{device="veth00e3c78"} 1 node_network_carrier_up_changes_total{device="veth01c5e43"} 1 node_network_carrier_up_changes_total{device="veth01d1acf"} 1 node_network_carrier_up_changes_total{device="veth01f4e0b"} 1 node_network_carrier_up_changes_total{device="veth02fa58b"} 1 node_network_carrier_up_changes_total{device="veth032511c"} 1 node_network_carrier_up_changes_total{device="veth032853a"} 1 node_network_carrier_up_changes_total{device="veth0379a17"} 1 node_network_carrier_up_changes_total{device="veth039b82d"} 1 node_network_carrier_up_changes_total{device="veth03dd035"} 1 node_network_carrier_up_changes_total{device="veth04159af"} 1 node_network_carrier_up_changes_total{device="veth041f04f"} 1 node_network_carrier_up_changes_total{device="veth048c9d9"} 1 node_network_carrier_up_changes_total{device="veth0521f31"} 1 node_network_carrier_up_changes_total{device="veth059040d"} 1 node_network_carrier_up_changes_total{device="veth05a06a7"} 1 node_network_carrier_up_changes_total{device="veth067e6e9"} 1 node_network_carrier_up_changes_total{device="veth06e31b1"} 1 node_network_carrier_up_changes_total{device="veth06f27a2"} 1 node_network_carrier_up_changes_total{device="veth07a049d"} 1 node_network_carrier_up_changes_total{device="veth0808d98"} 1 node_network_carrier_up_changes_total{device="veth0886055"} 1 node_network_carrier_up_changes_total{device="veth08ae0d6"} 1 node_network_carrier_up_changes_total{device="veth096258a"} 1 node_network_carrier_up_changes_total{device="veth0b64779"} 1 node_network_carrier_up_changes_total{device="veth0bfbe46"} 1 node_network_carrier_up_changes_total{device="veth0d263b9"} 1 node_network_carrier_up_changes_total{device="veth0d26989"} 1 node_network_carrier_up_changes_total{device="veth0e4628c"} 1 node_network_carrier_up_changes_total{device="veth0e6c375"} 1 node_network_carrier_up_changes_total{device="veth0e86ab7"} 1 node_network_carrier_up_changes_total{device="veth0ec88d9"} 1 node_network_carrier_up_changes_total{device="veth0f039e4"} 1 node_network_carrier_up_changes_total{device="veth0f6e4c2"} 1 node_network_carrier_up_changes_total{device="veth0f8da12"} 1 node_network_carrier_up_changes_total{device="veth0fc3400"} 1 node_network_carrier_up_changes_total{device="veth0fe6ce8"} 1 node_network_carrier_up_changes_total{device="veth100d8fb"} 1 node_network_carrier_up_changes_total{device="veth107e808"} 1 node_network_carrier_up_changes_total{device="veth1093ea4"} 1 node_network_carrier_up_changes_total{device="veth10e276d"} 1 node_network_carrier_up_changes_total{device="veth11210db"} 1 node_network_carrier_up_changes_total{device="veth11507a2"} 1 node_network_carrier_up_changes_total{device="veth115219d"} 1 node_network_carrier_up_changes_total{device="veth12b4062"} 1 node_network_carrier_up_changes_total{device="veth13756cd"} 1 node_network_carrier_up_changes_total{device="veth1380211"} 1 node_network_carrier_up_changes_total{device="veth139d69d"} 1 node_network_carrier_up_changes_total{device="veth148ba09"} 1 node_network_carrier_up_changes_total{device="veth1498546"} 1 node_network_carrier_up_changes_total{device="veth1568435"} 1 node_network_carrier_up_changes_total{device="veth182b299"} 1 node_network_carrier_up_changes_total{device="veth1a57969"} 1 node_network_carrier_up_changes_total{device="veth1a5d00b"} 1 node_network_carrier_up_changes_total{device="veth1aee0c9"} 1 node_network_carrier_up_changes_total{device="veth1af829a"} 1 node_network_carrier_up_changes_total{device="veth1af887e"} 1 node_network_carrier_up_changes_total{device="veth1bb281d"} 1 node_network_carrier_up_changes_total{device="veth1be69a9"} 1 node_network_carrier_up_changes_total{device="veth1c2382f"} 1 node_network_carrier_up_changes_total{device="veth1c86f94"} 1 node_network_carrier_up_changes_total{device="veth1cd53f4"} 1 node_network_carrier_up_changes_total{device="veth1d5e1a4"} 1 node_network_carrier_up_changes_total{device="veth1dc4860"} 1 node_network_carrier_up_changes_total{device="veth1dea2fe"} 1 node_network_carrier_up_changes_total{device="veth1e7f00c"} 1 node_network_carrier_up_changes_total{device="veth1ec0310"} 1 node_network_carrier_up_changes_total{device="veth1fda973"} 1 node_network_carrier_up_changes_total{device="veth1fe94a9"} 1 node_network_carrier_up_changes_total{device="veth20489bb"} 1 node_network_carrier_up_changes_total{device="veth20787b5"} 1 node_network_carrier_up_changes_total{device="veth208ca1a"} 1 node_network_carrier_up_changes_total{device="veth21c0fe7"} 1 node_network_carrier_up_changes_total{device="veth2214e42"} 1 node_network_carrier_up_changes_total{device="veth228bd69"} 1 node_network_carrier_up_changes_total{device="veth229b6d4"} 1 node_network_carrier_up_changes_total{device="veth22f2fec"} 1 node_network_carrier_up_changes_total{device="veth231c261"} 1 node_network_carrier_up_changes_total{device="veth231d40e"} 1 node_network_carrier_up_changes_total{device="veth232533d"} 1 node_network_carrier_up_changes_total{device="veth235d53e"} 1 node_network_carrier_up_changes_total{device="veth237b6c4"} 1 node_network_carrier_up_changes_total{device="veth23e1e40"} 1 node_network_carrier_up_changes_total{device="veth24fc934"} 1 node_network_carrier_up_changes_total{device="veth25d516d"} 1 node_network_carrier_up_changes_total{device="veth268dc93"} 1 node_network_carrier_up_changes_total{device="veth279aa19"} 1 node_network_carrier_up_changes_total{device="veth27a3e0d"} 1 node_network_carrier_up_changes_total{device="veth27aa3e1"} 1 node_network_carrier_up_changes_total{device="veth27bf25e"} 1 node_network_carrier_up_changes_total{device="veth27eb3a1"} 1 node_network_carrier_up_changes_total{device="veth2817a39"} 1 node_network_carrier_up_changes_total{device="veth298a150"} 1 node_network_carrier_up_changes_total{device="veth29e1cdf"} 1 node_network_carrier_up_changes_total{device="veth2a938c7"} 1 node_network_carrier_up_changes_total{device="veth2b6f776"} 1 node_network_carrier_up_changes_total{device="veth2bea18d"} 1 node_network_carrier_up_changes_total{device="veth2cb2aa6"} 1 node_network_carrier_up_changes_total{device="veth2cc6b5d"} 1 node_network_carrier_up_changes_total{device="veth2cd33a1"} 1 node_network_carrier_up_changes_total{device="veth2d03ca6"} 1 node_network_carrier_up_changes_total{device="veth2d2c9f2"} 1 node_network_carrier_up_changes_total{device="veth2d41a73"} 1 node_network_carrier_up_changes_total{device="veth2d9918b"} 1 node_network_carrier_up_changes_total{device="veth2e4245c"} 1 node_network_carrier_up_changes_total{device="veth2e5029d"} 1 node_network_carrier_up_changes_total{device="veth2eac8e4"} 1 node_network_carrier_up_changes_total{device="veth2eb60e4"} 1 node_network_carrier_up_changes_total{device="veth2f1ad78"} 1 node_network_carrier_up_changes_total{device="veth2f899b3"} 1 node_network_carrier_up_changes_total{device="veth2f9b6e7"} 1 node_network_carrier_up_changes_total{device="veth2f9e651"} 1 node_network_carrier_up_changes_total{device="veth2ffb90c"} 1 node_network_carrier_up_changes_total{device="veth305c11f"} 1 node_network_carrier_up_changes_total{device="veth30b95b0"} 1 node_network_carrier_up_changes_total{device="veth3110731"} 1 node_network_carrier_up_changes_total{device="veth315b30d"} 1 node_network_carrier_up_changes_total{device="veth3168355"} 1 node_network_carrier_up_changes_total{device="veth3245e1c"} 1 node_network_carrier_up_changes_total{device="veth329ca59"} 1 node_network_carrier_up_changes_total{device="veth32da86b"} 1 node_network_carrier_up_changes_total{device="veth32f0bd7"} 1 node_network_carrier_up_changes_total{device="veth33d65d5"} 1 node_network_carrier_up_changes_total{device="veth33d87e8"} 1 node_network_carrier_up_changes_total{device="veth3540510"} 1 node_network_carrier_up_changes_total{device="veth354d054"} 1 node_network_carrier_up_changes_total{device="veth357116f"} 1 node_network_carrier_up_changes_total{device="veth35886d9"} 1 node_network_carrier_up_changes_total{device="veth358dbf2"} 1 node_network_carrier_up_changes_total{device="veth359cbb7"} 1 node_network_carrier_up_changes_total{device="veth359d04a"} 1 node_network_carrier_up_changes_total{device="veth35b4532"} 1 node_network_carrier_up_changes_total{device="veth37d058e"} 1 node_network_carrier_up_changes_total{device="veth37de2e1"} 1 node_network_carrier_up_changes_total{device="veth37e7130"} 1 node_network_carrier_up_changes_total{device="veth3823199"} 1 node_network_carrier_up_changes_total{device="veth38668ad"} 1 node_network_carrier_up_changes_total{device="veth3899e00"} 1 node_network_carrier_up_changes_total{device="veth38af7f4"} 1 node_network_carrier_up_changes_total{device="veth38c06e7"} 1 node_network_carrier_up_changes_total{device="veth391740a"} 1 node_network_carrier_up_changes_total{device="veth3961560"} 1 node_network_carrier_up_changes_total{device="veth39a84d1"} 1 node_network_carrier_up_changes_total{device="veth39ec3c6"} 1 node_network_carrier_up_changes_total{device="veth39f418e"} 1 node_network_carrier_up_changes_total{device="veth39f7983"} 1 node_network_carrier_up_changes_total{device="veth3a04f6c"} 1 node_network_carrier_up_changes_total{device="veth3a28292"} 1 node_network_carrier_up_changes_total{device="veth3ab5921"} 1 node_network_carrier_up_changes_total{device="veth3b81dbc"} 1 node_network_carrier_up_changes_total{device="veth3be47e3"} 1 node_network_carrier_up_changes_total{device="veth3bf1c8d"} 1 node_network_carrier_up_changes_total{device="veth3c3790f"} 1 node_network_carrier_up_changes_total{device="veth3d221c4"} 1 node_network_carrier_up_changes_total{device="veth3d60dba"} 1 node_network_carrier_up_changes_total{device="veth3de6d9c"} 1 node_network_carrier_up_changes_total{device="veth3df8638"} 1 node_network_carrier_up_changes_total{device="veth3e0fb0b"} 1 node_network_carrier_up_changes_total{device="veth3ebb118"} 1 node_network_carrier_up_changes_total{device="veth3ef3733"} 1 node_network_carrier_up_changes_total{device="veth3f0586e"} 1 node_network_carrier_up_changes_total{device="veth3f38956"} 1 node_network_carrier_up_changes_total{device="veth3f3ac76"} 1 node_network_carrier_up_changes_total{device="veth3f41be9"} 1 node_network_carrier_up_changes_total{device="veth3f6e007"} 1 node_network_carrier_up_changes_total{device="veth406e4fd"} 1 node_network_carrier_up_changes_total{device="veth4179d44"} 1 node_network_carrier_up_changes_total{device="veth419db48"} 1 node_network_carrier_up_changes_total{device="veth41a5dd6"} 1 node_network_carrier_up_changes_total{device="veth41cd559"} 1 node_network_carrier_up_changes_total{device="veth41d7f45"} 1 node_network_carrier_up_changes_total{device="veth423f820"} 1 node_network_carrier_up_changes_total{device="veth42a984b"} 1 node_network_carrier_up_changes_total{device="veth4314bf5"} 1 node_network_carrier_up_changes_total{device="veth43e182c"} 1 node_network_carrier_up_changes_total{device="veth4413734"} 1 node_network_carrier_up_changes_total{device="veth450a62c"} 1 node_network_carrier_up_changes_total{device="veth450c1a7"} 1 node_network_carrier_up_changes_total{device="veth4580c7e"} 1 node_network_carrier_up_changes_total{device="veth45d2560"} 1 node_network_carrier_up_changes_total{device="veth4600cbe"} 1 node_network_carrier_up_changes_total{device="veth4622c58"} 1 node_network_carrier_up_changes_total{device="veth47275f8"} 1 node_network_carrier_up_changes_total{device="veth472cfec"} 1 node_network_carrier_up_changes_total{device="veth47a0f99"} 1 node_network_carrier_up_changes_total{device="veth48050a3"} 1 node_network_carrier_up_changes_total{device="veth484e5a7"} 1 node_network_carrier_up_changes_total{device="veth487c580"} 1 node_network_carrier_up_changes_total{device="veth48bbb3e"} 1 node_network_carrier_up_changes_total{device="veth48c9eb6"} 1 node_network_carrier_up_changes_total{device="veth48fa74a"} 1 node_network_carrier_up_changes_total{device="veth4919473"} 1 node_network_carrier_up_changes_total{device="veth491f00e"} 1 node_network_carrier_up_changes_total{device="veth4971f59"} 1 node_network_carrier_up_changes_total{device="veth49a95ae"} 1 node_network_carrier_up_changes_total{device="veth4a773af"} 1 node_network_carrier_up_changes_total{device="veth4a8a86b"} 1 node_network_carrier_up_changes_total{device="veth4b8fe58"} 1 node_network_carrier_up_changes_total{device="veth4bdb4d9"} 1 node_network_carrier_up_changes_total{device="veth4bf3046"} 1 node_network_carrier_up_changes_total{device="veth4d292f2"} 1 node_network_carrier_up_changes_total{device="veth4d2cca3"} 1 node_network_carrier_up_changes_total{device="veth4d31c40"} 1 node_network_carrier_up_changes_total{device="veth4d49f16"} 1 node_network_carrier_up_changes_total{device="veth4d6ffca"} 1 node_network_carrier_up_changes_total{device="veth4e685b7"} 1 node_network_carrier_up_changes_total{device="veth4eb2990"} 1 node_network_carrier_up_changes_total{device="veth4ef981b"} 1 node_network_carrier_up_changes_total{device="veth4f30eb7"} 1 node_network_carrier_up_changes_total{device="veth4f61226"} 1 node_network_carrier_up_changes_total{device="veth4ff09ee"} 1 node_network_carrier_up_changes_total{device="veth5054e93"} 1 node_network_carrier_up_changes_total{device="veth50865f9"} 1 node_network_carrier_up_changes_total{device="veth5088dc3"} 1 node_network_carrier_up_changes_total{device="veth519857b"} 1 node_network_carrier_up_changes_total{device="veth51d9ece"} 1 node_network_carrier_up_changes_total{device="veth5210908"} 1 node_network_carrier_up_changes_total{device="veth5284787"} 1 node_network_carrier_up_changes_total{device="veth52cfc45"} 1 node_network_carrier_up_changes_total{device="veth52e330e"} 1 node_network_carrier_up_changes_total{device="veth5365cc9"} 1 node_network_carrier_up_changes_total{device="veth54e9292"} 1 node_network_carrier_up_changes_total{device="veth564c8a0"} 1 node_network_carrier_up_changes_total{device="veth5675ed9"} 1 node_network_carrier_up_changes_total{device="veth56f8c0c"} 1 node_network_carrier_up_changes_total{device="veth57d2b8b"} 1 node_network_carrier_up_changes_total{device="veth57d676c"} 1 node_network_carrier_up_changes_total{device="veth57ec583"} 1 node_network_carrier_up_changes_total{device="veth5804bd9"} 1 node_network_carrier_up_changes_total{device="veth58598dd"} 1 node_network_carrier_up_changes_total{device="veth58b55e5"} 1 node_network_carrier_up_changes_total{device="veth5965e63"} 1 node_network_carrier_up_changes_total{device="veth5aa30fc"} 1 node_network_carrier_up_changes_total{device="veth5ac6b24"} 1 node_network_carrier_up_changes_total{device="veth5af51bd"} 1 node_network_carrier_up_changes_total{device="veth5afbbb6"} 1 node_network_carrier_up_changes_total{device="veth5bbabc3"} 1 node_network_carrier_up_changes_total{device="veth5bdd045"} 1 node_network_carrier_up_changes_total{device="veth5c571c8"} 1 node_network_carrier_up_changes_total{device="veth5c61f57"} 1 node_network_carrier_up_changes_total{device="veth5d012dd"} 1 node_network_carrier_up_changes_total{device="veth5e12c5b"} 1 node_network_carrier_up_changes_total{device="veth5e4f007"} 1 node_network_carrier_up_changes_total{device="veth5ee2818"} 1 node_network_carrier_up_changes_total{device="veth5f39032"} 1 node_network_carrier_up_changes_total{device="veth5f4e2d0"} 1 node_network_carrier_up_changes_total{device="veth5fc3d12"} 1 node_network_carrier_up_changes_total{device="veth61185ee"} 1 node_network_carrier_up_changes_total{device="veth6131e75"} 1 node_network_carrier_up_changes_total{device="veth6168483"} 1 node_network_carrier_up_changes_total{device="veth6250a44"} 1 node_network_carrier_up_changes_total{device="veth62645db"} 1 node_network_carrier_up_changes_total{device="veth626da15"} 1 node_network_carrier_up_changes_total{device="veth6280f39"} 1 node_network_carrier_up_changes_total{device="veth629c943"} 1 node_network_carrier_up_changes_total{device="veth62adda3"} 1 node_network_carrier_up_changes_total{device="veth634d1ed"} 1 node_network_carrier_up_changes_total{device="veth6453baa"} 1 node_network_carrier_up_changes_total{device="veth64c3431"} 1 node_network_carrier_up_changes_total{device="veth651818e"} 1 node_network_carrier_up_changes_total{device="veth651c5d0"} 1 node_network_carrier_up_changes_total{device="veth65337b2"} 1 node_network_carrier_up_changes_total{device="veth65c360e"} 1 node_network_carrier_up_changes_total{device="veth6630733"} 1 node_network_carrier_up_changes_total{device="veth66b7fed"} 1 node_network_carrier_up_changes_total{device="veth670d042"} 1 node_network_carrier_up_changes_total{device="veth6774070"} 1 node_network_carrier_up_changes_total{device="veth67e3876"} 1 node_network_carrier_up_changes_total{device="veth684d2c7"} 1 node_network_carrier_up_changes_total{device="veth688908c"} 1 node_network_carrier_up_changes_total{device="veth6898f5c"} 1 node_network_carrier_up_changes_total{device="veth68fd89d"} 1 node_network_carrier_up_changes_total{device="veth690503f"} 1 node_network_carrier_up_changes_total{device="veth69a31f5"} 1 node_network_carrier_up_changes_total{device="veth69cb16e"} 1 node_network_carrier_up_changes_total{device="veth69d3433"} 1 node_network_carrier_up_changes_total{device="veth69f30b8"} 1 node_network_carrier_up_changes_total{device="veth69f82f1"} 1 node_network_carrier_up_changes_total{device="veth6a008e6"} 1 node_network_carrier_up_changes_total{device="veth6a08252"} 1 node_network_carrier_up_changes_total{device="veth6a552ae"} 1 node_network_carrier_up_changes_total{device="veth6a9654d"} 1 node_network_carrier_up_changes_total{device="veth6ac2ad5"} 1 node_network_carrier_up_changes_total{device="veth6b2d933"} 1 node_network_carrier_up_changes_total{device="veth6b3dad4"} 1 node_network_carrier_up_changes_total{device="veth6b52f37"} 1 node_network_carrier_up_changes_total{device="veth6befc8c"} 1 node_network_carrier_up_changes_total{device="veth6c33543"} 1 node_network_carrier_up_changes_total{device="veth6c58b6c"} 1 node_network_carrier_up_changes_total{device="veth6c5ad94"} 1 node_network_carrier_up_changes_total{device="veth6ca3495"} 1 node_network_carrier_up_changes_total{device="veth6ce5f51"} 1 node_network_carrier_up_changes_total{device="veth6d0a089"} 1 node_network_carrier_up_changes_total{device="veth6d3ac08"} 1 node_network_carrier_up_changes_total{device="veth6e44940"} 1 node_network_carrier_up_changes_total{device="veth6e6c1f7"} 1 node_network_carrier_up_changes_total{device="veth6ed1d48"} 1 node_network_carrier_up_changes_total{device="veth70c4d49"} 1 node_network_carrier_up_changes_total{device="veth71776a8"} 1 node_network_carrier_up_changes_total{device="veth7188a44"} 1 node_network_carrier_up_changes_total{device="veth718a7eb"} 1 node_network_carrier_up_changes_total{device="veth71ffa2e"} 1 node_network_carrier_up_changes_total{device="veth72d266b"} 1 node_network_carrier_up_changes_total{device="veth73369bb"} 1 node_network_carrier_up_changes_total{device="veth73b2056"} 1 node_network_carrier_up_changes_total{device="veth73ead52"} 1 node_network_carrier_up_changes_total{device="veth7429a6e"} 1 node_network_carrier_up_changes_total{device="veth745dadb"} 1 node_network_carrier_up_changes_total{device="veth750eb48"} 1 node_network_carrier_up_changes_total{device="veth752218d"} 1 node_network_carrier_up_changes_total{device="veth757493a"} 1 node_network_carrier_up_changes_total{device="veth757efe6"} 1 node_network_carrier_up_changes_total{device="veth757fccd"} 1 node_network_carrier_up_changes_total{device="veth75e9ad3"} 1 node_network_carrier_up_changes_total{device="veth760c07f"} 1 node_network_carrier_up_changes_total{device="veth7632291"} 1 node_network_carrier_up_changes_total{device="veth76dc8a9"} 1 node_network_carrier_up_changes_total{device="veth76f5b59"} 1 node_network_carrier_up_changes_total{device="veth7708a2a"} 1 node_network_carrier_up_changes_total{device="veth7731308"} 1 node_network_carrier_up_changes_total{device="veth774a0cf"} 1 node_network_carrier_up_changes_total{device="veth7758da8"} 1 node_network_carrier_up_changes_total{device="veth77f5539"} 1 node_network_carrier_up_changes_total{device="veth78a6a45"} 1 node_network_carrier_up_changes_total{device="veth78df8ba"} 1 node_network_carrier_up_changes_total{device="veth797e46a"} 1 node_network_carrier_up_changes_total{device="veth79e6c25"} 1 node_network_carrier_up_changes_total{device="veth79ef071"} 1 node_network_carrier_up_changes_total{device="veth7a37e75"} 1 node_network_carrier_up_changes_total{device="veth7a4ee0a"} 1 node_network_carrier_up_changes_total{device="veth7a84b20"} 1 node_network_carrier_up_changes_total{device="veth7a8d1bc"} 1 node_network_carrier_up_changes_total{device="veth7b5aa98"} 1 node_network_carrier_up_changes_total{device="veth7b76de0"} 1 node_network_carrier_up_changes_total{device="veth7bbc3fb"} 1 node_network_carrier_up_changes_total{device="veth7bdbf78"} 1 node_network_carrier_up_changes_total{device="veth7c00c6f"} 1 node_network_carrier_up_changes_total{device="veth7c170e8"} 1 node_network_carrier_up_changes_total{device="veth7c79405"} 1 node_network_carrier_up_changes_total{device="veth7c7c6a4"} 1 node_network_carrier_up_changes_total{device="veth7c7edf8"} 1 node_network_carrier_up_changes_total{device="veth7cd2b86"} 1 node_network_carrier_up_changes_total{device="veth7ceb6c5"} 1 node_network_carrier_up_changes_total{device="veth7d0a9c9"} 1 node_network_carrier_up_changes_total{device="veth7da5a3d"} 1 node_network_carrier_up_changes_total{device="veth7e7a5a2"} 1 node_network_carrier_up_changes_total{device="veth7e90c50"} 1 node_network_carrier_up_changes_total{device="veth7efb584"} 1 node_network_carrier_up_changes_total{device="veth7efb9a4"} 1 node_network_carrier_up_changes_total{device="veth7f219e6"} 1 node_network_carrier_up_changes_total{device="veth7f349f1"} 1 node_network_carrier_up_changes_total{device="veth7f7adf7"} 1 node_network_carrier_up_changes_total{device="veth7fbccd1"} 1 node_network_carrier_up_changes_total{device="veth7ff9da9"} 1 node_network_carrier_up_changes_total{device="veth804203c"} 1 node_network_carrier_up_changes_total{device="veth80abb3a"} 1 node_network_carrier_up_changes_total{device="veth80bc918"} 1 node_network_carrier_up_changes_total{device="veth80db113"} 1 node_network_carrier_up_changes_total{device="veth8115deb"} 1 node_network_carrier_up_changes_total{device="veth818e1b4"} 1 node_network_carrier_up_changes_total{device="veth81cd17e"} 1 node_network_carrier_up_changes_total{device="veth81e6903"} 1 node_network_carrier_up_changes_total{device="veth81f0a15"} 1 node_network_carrier_up_changes_total{device="veth824a73a"} 1 node_network_carrier_up_changes_total{device="veth8286cb8"} 1 node_network_carrier_up_changes_total{device="veth82bcac8"} 1 node_network_carrier_up_changes_total{device="veth82c8314"} 1 node_network_carrier_up_changes_total{device="veth82d54d6"} 1 node_network_carrier_up_changes_total{device="veth82e7162"} 1 node_network_carrier_up_changes_total{device="veth82f9bb2"} 1 node_network_carrier_up_changes_total{device="veth83c076f"} 1 node_network_carrier_up_changes_total{device="veth841b31f"} 1 node_network_carrier_up_changes_total{device="veth8491d68"} 1 node_network_carrier_up_changes_total{device="veth8575f2f"} 1 node_network_carrier_up_changes_total{device="veth86b5718"} 1 node_network_carrier_up_changes_total{device="veth86b8fa2"} 1 node_network_carrier_up_changes_total{device="veth86c5967"} 1 node_network_carrier_up_changes_total{device="veth86f7933"} 1 node_network_carrier_up_changes_total{device="veth873a2e1"} 1 node_network_carrier_up_changes_total{device="veth87bf2d7"} 1 node_network_carrier_up_changes_total{device="veth87de5ef"} 1 node_network_carrier_up_changes_total{device="veth880729a"} 1 node_network_carrier_up_changes_total{device="veth8899f2d"} 1 node_network_carrier_up_changes_total{device="veth89df824"} 1 node_network_carrier_up_changes_total{device="veth8a757d1"} 1 node_network_carrier_up_changes_total{device="veth8ac6051"} 1 node_network_carrier_up_changes_total{device="veth8aec1f4"} 1 node_network_carrier_up_changes_total{device="veth8bb71ef"} 1 node_network_carrier_up_changes_total{device="veth8c359ba"} 1 node_network_carrier_up_changes_total{device="veth8c3728a"} 1 node_network_carrier_up_changes_total{device="veth8c3b2b4"} 1 node_network_carrier_up_changes_total{device="veth8d365d7"} 1 node_network_carrier_up_changes_total{device="veth8d79659"} 1 node_network_carrier_up_changes_total{device="veth8e0aa38"} 1 node_network_carrier_up_changes_total{device="veth8f8d551"} 1 node_network_carrier_up_changes_total{device="veth8fbb10d"} 1 node_network_carrier_up_changes_total{device="veth900bd70"} 1 node_network_carrier_up_changes_total{device="veth902cadc"} 1 node_network_carrier_up_changes_total{device="veth9047572"} 1 node_network_carrier_up_changes_total{device="veth9057c62"} 1 node_network_carrier_up_changes_total{device="veth9073787"} 1 node_network_carrier_up_changes_total{device="veth9166eaa"} 1 node_network_carrier_up_changes_total{device="veth9193b16"} 1 node_network_carrier_up_changes_total{device="veth91a6689"} 1 node_network_carrier_up_changes_total{device="veth91f1a12"} 1 node_network_carrier_up_changes_total{device="veth91fabb4"} 1 node_network_carrier_up_changes_total{device="veth9267946"} 1 node_network_carrier_up_changes_total{device="veth9371418"} 1 node_network_carrier_up_changes_total{device="veth93f3c9f"} 1 node_network_carrier_up_changes_total{device="veth9488f04"} 1 node_network_carrier_up_changes_total{device="veth948cd1e"} 1 node_network_carrier_up_changes_total{device="veth951eef4"} 1 node_network_carrier_up_changes_total{device="veth9675397"} 1 node_network_carrier_up_changes_total{device="veth9681927"} 1 node_network_carrier_up_changes_total{device="veth96e0471"} 1 node_network_carrier_up_changes_total{device="veth98feb57"} 1 node_network_carrier_up_changes_total{device="veth994a72a"} 1 node_network_carrier_up_changes_total{device="veth9985b4e"} 1 node_network_carrier_up_changes_total{device="veth99cdb12"} 1 node_network_carrier_up_changes_total{device="veth9a9e7eb"} 1 node_network_carrier_up_changes_total{device="veth9b18d92"} 1 node_network_carrier_up_changes_total{device="veth9b23960"} 1 node_network_carrier_up_changes_total{device="veth9bbbd3e"} 1 node_network_carrier_up_changes_total{device="veth9bde175"} 1 node_network_carrier_up_changes_total{device="veth9bed411"} 1 node_network_carrier_up_changes_total{device="veth9c4e77f"} 1 node_network_carrier_up_changes_total{device="veth9c9a350"} 1 node_network_carrier_up_changes_total{device="veth9cb0c0f"} 1 node_network_carrier_up_changes_total{device="veth9cfe767"} 1 node_network_carrier_up_changes_total{device="veth9d35c37"} 1 node_network_carrier_up_changes_total{device="veth9d674e8"} 1 node_network_carrier_up_changes_total{device="veth9d8fc99"} 1 node_network_carrier_up_changes_total{device="veth9d98eba"} 1 node_network_carrier_up_changes_total{device="veth9da8b8d"} 1 node_network_carrier_up_changes_total{device="veth9df3ecb"} 1 node_network_carrier_up_changes_total{device="veth9e9fce6"} 1 node_network_carrier_up_changes_total{device="veth9ed817d"} 1 node_network_carrier_up_changes_total{device="veth9f3233d"} 1 node_network_carrier_up_changes_total{device="veth9f82c51"} 1 node_network_carrier_up_changes_total{device="veth9f8faa5"} 1 node_network_carrier_up_changes_total{device="vetha0c1437"} 1 node_network_carrier_up_changes_total{device="vetha0e80a0"} 1 node_network_carrier_up_changes_total{device="vetha106075"} 1 node_network_carrier_up_changes_total{device="vetha10ed6f"} 1 node_network_carrier_up_changes_total{device="vetha131bbc"} 1 node_network_carrier_up_changes_total{device="vetha187e3b"} 1 node_network_carrier_up_changes_total{device="vetha19ce39"} 1 node_network_carrier_up_changes_total{device="vetha1a96b5"} 1 node_network_carrier_up_changes_total{device="vetha1db4d4"} 1 node_network_carrier_up_changes_total{device="vetha208f1d"} 1 node_network_carrier_up_changes_total{device="vetha20f05a"} 1 node_network_carrier_up_changes_total{device="vetha21095f"} 1 node_network_carrier_up_changes_total{device="vetha29c587"} 1 node_network_carrier_up_changes_total{device="vetha2d62f9"} 1 node_network_carrier_up_changes_total{device="vetha2e6ee7"} 1 node_network_carrier_up_changes_total{device="vetha2efe45"} 1 node_network_carrier_up_changes_total{device="vetha334ff9"} 1 node_network_carrier_up_changes_total{device="vetha33b595"} 1 node_network_carrier_up_changes_total{device="vetha356001"} 1 node_network_carrier_up_changes_total{device="vetha3d3064"} 1 node_network_carrier_up_changes_total{device="vetha3e8c9c"} 1 node_network_carrier_up_changes_total{device="vetha3f126e"} 1 node_network_carrier_up_changes_total{device="vetha4878ac"} 1 node_network_carrier_up_changes_total{device="vetha5244b8"} 1 node_network_carrier_up_changes_total{device="vetha588f6c"} 1 node_network_carrier_up_changes_total{device="vetha58e162"} 1 node_network_carrier_up_changes_total{device="vetha80a84c"} 1 node_network_carrier_up_changes_total{device="vetha81db62"} 1 node_network_carrier_up_changes_total{device="vetha8da15f"} 1 node_network_carrier_up_changes_total{device="vetha95fac3"} 1 node_network_carrier_up_changes_total{device="vethaa460d0"} 1 node_network_carrier_up_changes_total{device="vethaa5252d"} 1 node_network_carrier_up_changes_total{device="vethabd5525"} 1 node_network_carrier_up_changes_total{device="vethac309ae"} 1 node_network_carrier_up_changes_total{device="vethacc9983"} 1 node_network_carrier_up_changes_total{device="vethadaa61e"} 1 node_network_carrier_up_changes_total{device="vethadd6779"} 1 node_network_carrier_up_changes_total{device="vethae07fdb"} 1 node_network_carrier_up_changes_total{device="vethae2e166"} 1 node_network_carrier_up_changes_total{device="vethae6aaad"} 1 node_network_carrier_up_changes_total{device="vethae899be"} 1 node_network_carrier_up_changes_total{device="vethaf2d319"} 1 node_network_carrier_up_changes_total{device="vethaff0c5f"} 1 node_network_carrier_up_changes_total{device="vethb11d1d5"} 1 node_network_carrier_up_changes_total{device="vethb146b3d"} 1 node_network_carrier_up_changes_total{device="vethb17b307"} 1 node_network_carrier_up_changes_total{device="vethb24125c"} 1 node_network_carrier_up_changes_total{device="vethb25b930"} 1 node_network_carrier_up_changes_total{device="vethb264074"} 1 node_network_carrier_up_changes_total{device="vethb26da6e"} 1 node_network_carrier_up_changes_total{device="vethb2f7e0f"} 1 node_network_carrier_up_changes_total{device="vethb413da6"} 1 node_network_carrier_up_changes_total{device="vethb436b35"} 1 node_network_carrier_up_changes_total{device="vethb466aea"} 1 node_network_carrier_up_changes_total{device="vethb4a4c76"} 1 node_network_carrier_up_changes_total{device="vethb4fafb4"} 1 node_network_carrier_up_changes_total{device="vethb5afb08"} 1 node_network_carrier_up_changes_total{device="vethb72a42c"} 1 node_network_carrier_up_changes_total{device="vethb80e0f0"} 1 node_network_carrier_up_changes_total{device="vethb8148cc"} 1 node_network_carrier_up_changes_total{device="vethb85e063"} 1 node_network_carrier_up_changes_total{device="vethb92f9d3"} 1 node_network_carrier_up_changes_total{device="vethb92fe3f"} 1 node_network_carrier_up_changes_total{device="vethba942aa"} 1 node_network_carrier_up_changes_total{device="vethbae8967"} 1 node_network_carrier_up_changes_total{device="vethbb0b4fe"} 1 node_network_carrier_up_changes_total{device="vethbbaaafe"} 1 node_network_carrier_up_changes_total{device="vethbc2b4ad"} 1 node_network_carrier_up_changes_total{device="vethbc58d49"} 1 node_network_carrier_up_changes_total{device="vethbcde7a6"} 1 node_network_carrier_up_changes_total{device="vethbce62a9"} 1 node_network_carrier_up_changes_total{device="vethbe194c8"} 1 node_network_carrier_up_changes_total{device="vethbe2c80a"} 1 node_network_carrier_up_changes_total{device="vethbe97de8"} 1 node_network_carrier_up_changes_total{device="vethbfb44f0"} 1 node_network_carrier_up_changes_total{device="vethc00de3e"} 1 node_network_carrier_up_changes_total{device="vethc02588e"} 1 node_network_carrier_up_changes_total{device="vethc033a93"} 1 node_network_carrier_up_changes_total{device="vethc060fb3"} 1 node_network_carrier_up_changes_total{device="vethc122dad"} 1 node_network_carrier_up_changes_total{device="vethc12e527"} 1 node_network_carrier_up_changes_total{device="vethc140d9c"} 1 node_network_carrier_up_changes_total{device="vethc17e1ec"} 1 node_network_carrier_up_changes_total{device="vethc1d7f4f"} 1 node_network_carrier_up_changes_total{device="vethc1ec8f5"} 1 node_network_carrier_up_changes_total{device="vethc20d812"} 1 node_network_carrier_up_changes_total{device="vethc22a5c0"} 1 node_network_carrier_up_changes_total{device="vethc239fc6"} 1 node_network_carrier_up_changes_total{device="vethc311203"} 1 node_network_carrier_up_changes_total{device="vethc3412aa"} 1 node_network_carrier_up_changes_total{device="vethc3f0337"} 1 node_network_carrier_up_changes_total{device="vethc42048e"} 1 node_network_carrier_up_changes_total{device="vethc4617ba"} 1 node_network_carrier_up_changes_total{device="vethc498aec"} 1 node_network_carrier_up_changes_total{device="vethc4f407f"} 1 node_network_carrier_up_changes_total{device="vethc554c32"} 1 node_network_carrier_up_changes_total{device="vethc5aaafd"} 1 node_network_carrier_up_changes_total{device="vethc5ace02"} 1 node_network_carrier_up_changes_total{device="vethc5b36ba"} 1 node_network_carrier_up_changes_total{device="vethc5dd649"} 1 node_network_carrier_up_changes_total{device="vethc5eb73b"} 1 node_network_carrier_up_changes_total{device="vethc5eca53"} 1 node_network_carrier_up_changes_total{device="vethc68deb2"} 1 node_network_carrier_up_changes_total{device="vethc69e5b9"} 1 node_network_carrier_up_changes_total{device="vethc6fe840"} 1 node_network_carrier_up_changes_total{device="vethc7016cb"} 1 node_network_carrier_up_changes_total{device="vethc75d66d"} 1 node_network_carrier_up_changes_total{device="vethc790a6e"} 1 node_network_carrier_up_changes_total{device="vethc84e290"} 1 node_network_carrier_up_changes_total{device="vethc8739b3"} 1 node_network_carrier_up_changes_total{device="vethc87da99"} 1 node_network_carrier_up_changes_total{device="vethc88bbcf"} 1 node_network_carrier_up_changes_total{device="vethc928fb9"} 1 node_network_carrier_up_changes_total{device="vethc959280"} 1 node_network_carrier_up_changes_total{device="vethc97be75"} 1 node_network_carrier_up_changes_total{device="vethc99df73"} 1 node_network_carrier_up_changes_total{device="vethc9e1b23"} 1 node_network_carrier_up_changes_total{device="vethca8e8cd"} 1 node_network_carrier_up_changes_total{device="vethcb7fed6"} 1 node_network_carrier_up_changes_total{device="vethcb89e48"} 1 node_network_carrier_up_changes_total{device="vethcc43237"} 1 node_network_carrier_up_changes_total{device="vethcc4fef3"} 1 node_network_carrier_up_changes_total{device="vethcc7f6ac"} 1 node_network_carrier_up_changes_total{device="vethccb9f9c"} 1 node_network_carrier_up_changes_total{device="vethccdb53f"} 1 node_network_carrier_up_changes_total{device="vethcd6e0c9"} 1 node_network_carrier_up_changes_total{device="vethce1a2f7"} 1 node_network_carrier_up_changes_total{device="vethce4e99b"} 1 node_network_carrier_up_changes_total{device="vethce521ba"} 1 node_network_carrier_up_changes_total{device="vethcf53b01"} 1 node_network_carrier_up_changes_total{device="vethcfd9fe1"} 1 node_network_carrier_up_changes_total{device="vethd0b2173"} 1 node_network_carrier_up_changes_total{device="vethd0f1488"} 1 node_network_carrier_up_changes_total{device="vethd0f34e4"} 1 node_network_carrier_up_changes_total{device="vethd0ffc64"} 1 node_network_carrier_up_changes_total{device="vethd1ec6d3"} 1 node_network_carrier_up_changes_total{device="vethd2010fb"} 1 node_network_carrier_up_changes_total{device="vethd2deb54"} 1 node_network_carrier_up_changes_total{device="vethd2f4531"} 1 node_network_carrier_up_changes_total{device="vethd34362b"} 1 node_network_carrier_up_changes_total{device="vethd347820"} 1 node_network_carrier_up_changes_total{device="vethd3608f1"} 1 node_network_carrier_up_changes_total{device="vethd42c82d"} 1 node_network_carrier_up_changes_total{device="vethd45b81a"} 1 node_network_carrier_up_changes_total{device="vethd466b1f"} 1 node_network_carrier_up_changes_total{device="vethd49c6b2"} 1 node_network_carrier_up_changes_total{device="vethd5344cc"} 1 node_network_carrier_up_changes_total{device="vethd60e2bd"} 1 node_network_carrier_up_changes_total{device="vethd64322f"} 1 node_network_carrier_up_changes_total{device="vethd65b5b3"} 1 node_network_carrier_up_changes_total{device="vethd681481"} 1 node_network_carrier_up_changes_total{device="vethd6ceb54"} 1 node_network_carrier_up_changes_total{device="vethd6fa258"} 1 node_network_carrier_up_changes_total{device="vethd71b7e5"} 1 node_network_carrier_up_changes_total{device="vethd752c61"} 1 node_network_carrier_up_changes_total{device="vethd760c58"} 1 node_network_carrier_up_changes_total{device="vethd768a42"} 1 node_network_carrier_up_changes_total{device="vethd76e941"} 1 node_network_carrier_up_changes_total{device="vethd81eb6c"} 1 node_network_carrier_up_changes_total{device="vethd868ed3"} 1 node_network_carrier_up_changes_total{device="vethd8a170f"} 1 node_network_carrier_up_changes_total{device="vethd8b4b5b"} 1 node_network_carrier_up_changes_total{device="vethd97f7eb"} 1 node_network_carrier_up_changes_total{device="vethd9c86a8"} 1 node_network_carrier_up_changes_total{device="vethda452a5"} 1 node_network_carrier_up_changes_total{device="vethdaa52c9"} 1 node_network_carrier_up_changes_total{device="vethdae085c"} 1 node_network_carrier_up_changes_total{device="vethdb552be"} 1 node_network_carrier_up_changes_total{device="vethdba1b3a"} 1 node_network_carrier_up_changes_total{device="vethdc4d810"} 1 node_network_carrier_up_changes_total{device="vethdd1fe39"} 1 node_network_carrier_up_changes_total{device="vethdd25bde"} 1 node_network_carrier_up_changes_total{device="vethdd3daca"} 1 node_network_carrier_up_changes_total{device="vethdd432a7"} 1 node_network_carrier_up_changes_total{device="vethdd77089"} 1 node_network_carrier_up_changes_total{device="vethdd88546"} 1 node_network_carrier_up_changes_total{device="vethdda7569"} 1 node_network_carrier_up_changes_total{device="vethddb4b12"} 1 node_network_carrier_up_changes_total{device="vethde79ae2"} 1 node_network_carrier_up_changes_total{device="vethde8673b"} 1 node_network_carrier_up_changes_total{device="vethdf825a0"} 1 node_network_carrier_up_changes_total{device="vethdf861f8"} 1 node_network_carrier_up_changes_total{device="vethdfcbb7b"} 1 node_network_carrier_up_changes_total{device="vethe028419"} 1 node_network_carrier_up_changes_total{device="vethe05e953"} 1 node_network_carrier_up_changes_total{device="vethe0c38b7"} 1 node_network_carrier_up_changes_total{device="vethe101bab"} 1 node_network_carrier_up_changes_total{device="vethe1189bd"} 1 node_network_carrier_up_changes_total{device="vethe13fa27"} 1 node_network_carrier_up_changes_total{device="vethe177f5b"} 1 node_network_carrier_up_changes_total{device="vethe1ebb25"} 1 node_network_carrier_up_changes_total{device="vethe209306"} 1 node_network_carrier_up_changes_total{device="vethe33aa29"} 1 node_network_carrier_up_changes_total{device="vethe38290a"} 1 node_network_carrier_up_changes_total{device="vethe39934f"} 1 node_network_carrier_up_changes_total{device="vethe39dd06"} 1 node_network_carrier_up_changes_total{device="vethe45952d"} 1 node_network_carrier_up_changes_total{device="vethe54bc00"} 1 node_network_carrier_up_changes_total{device="vethe5621bc"} 1 node_network_carrier_up_changes_total{device="vethe5723c0"} 1 node_network_carrier_up_changes_total{device="vethe64b47d"} 1 node_network_carrier_up_changes_total{device="vethe660bdb"} 1 node_network_carrier_up_changes_total{device="vethe6b515e"} 1 node_network_carrier_up_changes_total{device="vethe6e8924"} 1 node_network_carrier_up_changes_total{device="vethe6f5fae"} 1 node_network_carrier_up_changes_total{device="vethe7dc6b0"} 1 node_network_carrier_up_changes_total{device="vethe7e6bbf"} 1 node_network_carrier_up_changes_total{device="vethe8000ea"} 1 node_network_carrier_up_changes_total{device="vethe8094b1"} 1 node_network_carrier_up_changes_total{device="vethe8551b4"} 1 node_network_carrier_up_changes_total{device="vethe8c6bde"} 1 node_network_carrier_up_changes_total{device="vethe8f63bd"} 1 node_network_carrier_up_changes_total{device="vethe93a649"} 1 node_network_carrier_up_changes_total{device="vethe9de379"} 1 node_network_carrier_up_changes_total{device="vethe9ef82b"} 1 node_network_carrier_up_changes_total{device="vethea2004e"} 1 node_network_carrier_up_changes_total{device="vethea7b5b1"} 1 node_network_carrier_up_changes_total{device="vetheafba5d"} 1 node_network_carrier_up_changes_total{device="vetheafdff8"} 1 node_network_carrier_up_changes_total{device="vetheb96a22"} 1 node_network_carrier_up_changes_total{device="vethec666e8"} 1 node_network_carrier_up_changes_total{device="vethed11450"} 1 node_network_carrier_up_changes_total{device="vethed19b20"} 1 node_network_carrier_up_changes_total{device="vethed3ab9d"} 1 node_network_carrier_up_changes_total{device="vetheddb648"} 1 node_network_carrier_up_changes_total{device="vethedeec24"} 1 node_network_carrier_up_changes_total{device="vethedf40f5"} 1 node_network_carrier_up_changes_total{device="vetheefaddf"} 1 node_network_carrier_up_changes_total{device="vethef58697"} 1 node_network_carrier_up_changes_total{device="vethefe8ba7"} 1 node_network_carrier_up_changes_total{device="vethf09ac69"} 1 node_network_carrier_up_changes_total{device="vethf14b507"} 1 node_network_carrier_up_changes_total{device="vethf14bf3b"} 1 node_network_carrier_up_changes_total{device="vethf14e041"} 1 node_network_carrier_up_changes_total{device="vethf185ebb"} 1 node_network_carrier_up_changes_total{device="vethf2509ba"} 1 node_network_carrier_up_changes_total{device="vethf25387f"} 1 node_network_carrier_up_changes_total{device="vethf2a6c87"} 1 node_network_carrier_up_changes_total{device="vethf2b1dab"} 1 node_network_carrier_up_changes_total{device="vethf2badff"} 1 node_network_carrier_up_changes_total{device="vethf33a028"} 1 node_network_carrier_up_changes_total{device="vethf342283"} 1 node_network_carrier_up_changes_total{device="vethf47c7ff"} 1 node_network_carrier_up_changes_total{device="vethf4ac138"} 1 node_network_carrier_up_changes_total{device="vethf4b1b2a"} 1 node_network_carrier_up_changes_total{device="vethf4bd777"} 1 node_network_carrier_up_changes_total{device="vethf5aeeda"} 1 node_network_carrier_up_changes_total{device="vethf5e58af"} 1 node_network_carrier_up_changes_total{device="vethf60f5e6"} 1 node_network_carrier_up_changes_total{device="vethf63a7c4"} 1 node_network_carrier_up_changes_total{device="vethf6bd349"} 1 node_network_carrier_up_changes_total{device="vethf6ce5b6"} 1 node_network_carrier_up_changes_total{device="vethf7684fa"} 1 node_network_carrier_up_changes_total{device="vethf7e9d2c"} 1 node_network_carrier_up_changes_total{device="vethf8128a9"} 1 node_network_carrier_up_changes_total{device="vethf81e612"} 1 node_network_carrier_up_changes_total{device="vethf855174"} 1 node_network_carrier_up_changes_total{device="vethf894d6d"} 1 node_network_carrier_up_changes_total{device="vethf979695"} 1 node_network_carrier_up_changes_total{device="vethf98530e"} 1 node_network_carrier_up_changes_total{device="vethf9986ef"} 1 node_network_carrier_up_changes_total{device="vethf9b3f86"} 1 node_network_carrier_up_changes_total{device="vethfb8b857"} 1 node_network_carrier_up_changes_total{device="vethfb9458b"} 1 node_network_carrier_up_changes_total{device="vethfbf1832"} 1 node_network_carrier_up_changes_total{device="vethfbf1a8f"} 1 node_network_carrier_up_changes_total{device="vethfc87a12"} 1 node_network_carrier_up_changes_total{device="vethfc9a925"} 1 node_network_carrier_up_changes_total{device="vethfcccc71"} 1 node_network_carrier_up_changes_total{device="vethfd1bace"} 1 node_network_carrier_up_changes_total{device="vethfd1daa5"} 1 node_network_carrier_up_changes_total{device="vethfd685e4"} 1 node_network_carrier_up_changes_total{device="vethfdacab6"} 1 node_network_carrier_up_changes_total{device="vethfe15339"} 1 node_network_carrier_up_changes_total{device="vethfe36666"} 1 node_network_carrier_up_changes_total{device="vethfe7040e"} 1 node_network_carrier_up_changes_total{device="vethfec16de"} 1 node_network_carrier_up_changes_total{device="vethfedbea0"} 1 node_network_carrier_up_changes_total{device="vethff12d55"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-02823e0b21f8"} 0 node_network_device_id{device="br-04cbf9ad21fb"} 0 node_network_device_id{device="br-07e352042c28"} 0 node_network_device_id{device="br-08dd0c9852c8"} 0 node_network_device_id{device="br-0a8e30067c8e"} 0 node_network_device_id{device="br-0b7a81bcb7e3"} 0 node_network_device_id{device="br-0bcc3cc90f11"} 0 node_network_device_id{device="br-0d9fdd0cf163"} 0 node_network_device_id{device="br-159df358c552"} 0 node_network_device_id{device="br-15dab3c5a2fb"} 0 node_network_device_id{device="br-19518ca3b773"} 0 node_network_device_id{device="br-1a025aacb82b"} 0 node_network_device_id{device="br-1b283e1e5128"} 0 node_network_device_id{device="br-1ba83a528099"} 0 node_network_device_id{device="br-1c3bd3909a8a"} 0 node_network_device_id{device="br-1c535b11677a"} 0 node_network_device_id{device="br-1de64be72380"} 0 node_network_device_id{device="br-208ab78feaa3"} 0 node_network_device_id{device="br-217d6415a970"} 0 node_network_device_id{device="br-27771a4b5e1c"} 0 node_network_device_id{device="br-2860d01a9c36"} 0 node_network_device_id{device="br-28853d2b1974"} 0 node_network_device_id{device="br-2cd18bfafc5e"} 0 node_network_device_id{device="br-2f10de396682"} 0 node_network_device_id{device="br-349eb65873d4"} 0 node_network_device_id{device="br-3718da5a7dac"} 0 node_network_device_id{device="br-37f17f8c2f41"} 0 node_network_device_id{device="br-39ee20d64532"} 0 node_network_device_id{device="br-3a7803651a32"} 0 node_network_device_id{device="br-3b46cefe7982"} 0 node_network_device_id{device="br-3d8e222ceb4d"} 0 node_network_device_id{device="br-3d9cd1c09975"} 0 node_network_device_id{device="br-3db3cc2bc444"} 0 node_network_device_id{device="br-3e66b6d4d599"} 0 node_network_device_id{device="br-3ee00523d99d"} 0 node_network_device_id{device="br-402682b9212c"} 0 node_network_device_id{device="br-447189b64663"} 0 node_network_device_id{device="br-44fbf271d024"} 0 node_network_device_id{device="br-458514748e86"} 0 node_network_device_id{device="br-483851ad6d82"} 0 node_network_device_id{device="br-4b6104651907"} 0 node_network_device_id{device="br-4dbe0bd05d7e"} 0 node_network_device_id{device="br-4fac6072ea97"} 0 node_network_device_id{device="br-5064110da1f6"} 0 node_network_device_id{device="br-52ce8deae651"} 0 node_network_device_id{device="br-559d36b72748"} 0 node_network_device_id{device="br-56145531d617"} 0 node_network_device_id{device="br-566d230839cf"} 0 node_network_device_id{device="br-56a5fa614b52"} 0 node_network_device_id{device="br-5748fcd1e7ca"} 0 node_network_device_id{device="br-595b89a771c2"} 0 node_network_device_id{device="br-59aa9f4171dd"} 0 node_network_device_id{device="br-5a1c61a6d482"} 0 node_network_device_id{device="br-5b324be20854"} 0 node_network_device_id{device="br-5f11f2c9115a"} 0 node_network_device_id{device="br-606bd002e3a4"} 0 node_network_device_id{device="br-61e477cf95da"} 0 node_network_device_id{device="br-65df7dba5a66"} 0 node_network_device_id{device="br-6654a6f415ef"} 0 node_network_device_id{device="br-665d979d60c7"} 0 node_network_device_id{device="br-6746be184829"} 0 node_network_device_id{device="br-67b6f2b09055"} 0 node_network_device_id{device="br-6d59a9037e7f"} 0 node_network_device_id{device="br-6e8e8bec63f7"} 0 node_network_device_id{device="br-6fdd4f05699e"} 0 node_network_device_id{device="br-70a43ddb765f"} 0 node_network_device_id{device="br-7151fb21ebc7"} 0 node_network_device_id{device="br-757cf8ccd099"} 0 node_network_device_id{device="br-7783edd4fb63"} 0 node_network_device_id{device="br-7967b93cb965"} 0 node_network_device_id{device="br-7a05c4b4c71c"} 0 node_network_device_id{device="br-7f1c0840c41b"} 0 node_network_device_id{device="br-8291479ee6f8"} 0 node_network_device_id{device="br-82b59b3e5c30"} 0 node_network_device_id{device="br-831a310fd395"} 0 node_network_device_id{device="br-832e21b6735f"} 0 node_network_device_id{device="br-84962c4a05ff"} 0 node_network_device_id{device="br-89456f9f0577"} 0 node_network_device_id{device="br-8c90f08921d2"} 0 node_network_device_id{device="br-8d1ae48ba56b"} 0 node_network_device_id{device="br-8d5f8dfdd165"} 0 node_network_device_id{device="br-8f019a492357"} 0 node_network_device_id{device="br-8f2fb4b87f97"} 0 node_network_device_id{device="br-9122d919d3da"} 0 node_network_device_id{device="br-91e32aebc9b9"} 0 node_network_device_id{device="br-973daca1c7c2"} 0 node_network_device_id{device="br-98551e817ad3"} 0 node_network_device_id{device="br-a01a29421e12"} 0 node_network_device_id{device="br-a194f29d52a3"} 0 node_network_device_id{device="br-a19b8bbcb4ba"} 0 node_network_device_id{device="br-a384ecbfdb6c"} 0 node_network_device_id{device="br-a5d1efbd6302"} 0 node_network_device_id{device="br-a9242a3d7305"} 0 node_network_device_id{device="br-ab4fc0c8f205"} 0 node_network_device_id{device="br-ac5441a8184d"} 0 node_network_device_id{device="br-ad296b058e6c"} 0 node_network_device_id{device="br-b0d3385258be"} 0 node_network_device_id{device="br-b5cc1abc8af1"} 0 node_network_device_id{device="br-b84a81030c46"} 0 node_network_device_id{device="br-b9ddcd38e3d5"} 0 node_network_device_id{device="br-bbf479fecfd1"} 0 node_network_device_id{device="br-bf24405639d1"} 0 node_network_device_id{device="br-bf75749e355d"} 0 node_network_device_id{device="br-bfa260e794d9"} 0 node_network_device_id{device="br-c121b68147b6"} 0 node_network_device_id{device="br-c1af548193f3"} 0 node_network_device_id{device="br-c60789b54f4a"} 0 node_network_device_id{device="br-c7ec91768290"} 0 node_network_device_id{device="br-c8047895107e"} 0 node_network_device_id{device="br-c8dc093516dd"} 0 node_network_device_id{device="br-c9441662f35b"} 0 node_network_device_id{device="br-cca3eb0bd63d"} 0 node_network_device_id{device="br-cfa83479df17"} 0 node_network_device_id{device="br-cfa8e5dacf79"} 0 node_network_device_id{device="br-d08110bc3e31"} 0 node_network_device_id{device="br-d286f920faa7"} 0 node_network_device_id{device="br-d36675741a6d"} 0 node_network_device_id{device="br-d4ad227661d1"} 0 node_network_device_id{device="br-d54d8e4f9ca5"} 0 node_network_device_id{device="br-d6aad0d2a913"} 0 node_network_device_id{device="br-dbca5566e641"} 0 node_network_device_id{device="br-dc87a7504ded"} 0 node_network_device_id{device="br-ddde99c88d06"} 0 node_network_device_id{device="br-e0e95d87f3e0"} 0 node_network_device_id{device="br-e5714f199361"} 0 node_network_device_id{device="br-e63b0d1593b5"} 0 node_network_device_id{device="br-e6ca372c02c0"} 0 node_network_device_id{device="br-ea12a1764685"} 0 node_network_device_id{device="br-edfd70c2aede"} 0 node_network_device_id{device="br-ef37d58f8fe1"} 0 node_network_device_id{device="br-f7269b4b25bf"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0009c48"} 0 node_network_device_id{device="veth0057f22"} 0 node_network_device_id{device="veth008ddfb"} 0 node_network_device_id{device="veth00e3c78"} 0 node_network_device_id{device="veth01c5e43"} 0 node_network_device_id{device="veth01d1acf"} 0 node_network_device_id{device="veth01f4e0b"} 0 node_network_device_id{device="veth02fa58b"} 0 node_network_device_id{device="veth032511c"} 0 node_network_device_id{device="veth032853a"} 0 node_network_device_id{device="veth0379a17"} 0 node_network_device_id{device="veth039b82d"} 0 node_network_device_id{device="veth03dd035"} 0 node_network_device_id{device="veth04159af"} 0 node_network_device_id{device="veth041f04f"} 0 node_network_device_id{device="veth048c9d9"} 0 node_network_device_id{device="veth0521f31"} 0 node_network_device_id{device="veth059040d"} 0 node_network_device_id{device="veth05a06a7"} 0 node_network_device_id{device="veth067e6e9"} 0 node_network_device_id{device="veth06e31b1"} 0 node_network_device_id{device="veth06f27a2"} 0 node_network_device_id{device="veth07a049d"} 0 node_network_device_id{device="veth0808d98"} 0 node_network_device_id{device="veth0886055"} 0 node_network_device_id{device="veth08ae0d6"} 0 node_network_device_id{device="veth096258a"} 0 node_network_device_id{device="veth0b64779"} 0 node_network_device_id{device="veth0bfbe46"} 0 node_network_device_id{device="veth0d263b9"} 0 node_network_device_id{device="veth0d26989"} 0 node_network_device_id{device="veth0e4628c"} 0 node_network_device_id{device="veth0e6c375"} 0 node_network_device_id{device="veth0e86ab7"} 0 node_network_device_id{device="veth0ec88d9"} 0 node_network_device_id{device="veth0f039e4"} 0 node_network_device_id{device="veth0f6e4c2"} 0 node_network_device_id{device="veth0f8da12"} 0 node_network_device_id{device="veth0fc3400"} 0 node_network_device_id{device="veth0fe6ce8"} 0 node_network_device_id{device="veth100d8fb"} 0 node_network_device_id{device="veth107e808"} 0 node_network_device_id{device="veth1093ea4"} 0 node_network_device_id{device="veth10e276d"} 0 node_network_device_id{device="veth11210db"} 0 node_network_device_id{device="veth11507a2"} 0 node_network_device_id{device="veth115219d"} 0 node_network_device_id{device="veth12b4062"} 0 node_network_device_id{device="veth13756cd"} 0 node_network_device_id{device="veth1380211"} 0 node_network_device_id{device="veth139d69d"} 0 node_network_device_id{device="veth148ba09"} 0 node_network_device_id{device="veth1498546"} 0 node_network_device_id{device="veth1568435"} 0 node_network_device_id{device="veth182b299"} 0 node_network_device_id{device="veth1a57969"} 0 node_network_device_id{device="veth1a5d00b"} 0 node_network_device_id{device="veth1aee0c9"} 0 node_network_device_id{device="veth1af829a"} 0 node_network_device_id{device="veth1af887e"} 0 node_network_device_id{device="veth1bb281d"} 0 node_network_device_id{device="veth1be69a9"} 0 node_network_device_id{device="veth1c2382f"} 0 node_network_device_id{device="veth1c86f94"} 0 node_network_device_id{device="veth1cd53f4"} 0 node_network_device_id{device="veth1d5e1a4"} 0 node_network_device_id{device="veth1dc4860"} 0 node_network_device_id{device="veth1dea2fe"} 0 node_network_device_id{device="veth1e7f00c"} 0 node_network_device_id{device="veth1ec0310"} 0 node_network_device_id{device="veth1fda973"} 0 node_network_device_id{device="veth1fe94a9"} 0 node_network_device_id{device="veth20489bb"} 0 node_network_device_id{device="veth20787b5"} 0 node_network_device_id{device="veth208ca1a"} 0 node_network_device_id{device="veth21c0fe7"} 0 node_network_device_id{device="veth2214e42"} 0 node_network_device_id{device="veth228bd69"} 0 node_network_device_id{device="veth229b6d4"} 0 node_network_device_id{device="veth22f2fec"} 0 node_network_device_id{device="veth231c261"} 0 node_network_device_id{device="veth231d40e"} 0 node_network_device_id{device="veth232533d"} 0 node_network_device_id{device="veth235d53e"} 0 node_network_device_id{device="veth237b6c4"} 0 node_network_device_id{device="veth23e1e40"} 0 node_network_device_id{device="veth24fc934"} 0 node_network_device_id{device="veth25d516d"} 0 node_network_device_id{device="veth268dc93"} 0 node_network_device_id{device="veth279aa19"} 0 node_network_device_id{device="veth27a3e0d"} 0 node_network_device_id{device="veth27aa3e1"} 0 node_network_device_id{device="veth27bf25e"} 0 node_network_device_id{device="veth27eb3a1"} 0 node_network_device_id{device="veth2817a39"} 0 node_network_device_id{device="veth298a150"} 0 node_network_device_id{device="veth29e1cdf"} 0 node_network_device_id{device="veth2a938c7"} 0 node_network_device_id{device="veth2b6f776"} 0 node_network_device_id{device="veth2bea18d"} 0 node_network_device_id{device="veth2cb2aa6"} 0 node_network_device_id{device="veth2cc6b5d"} 0 node_network_device_id{device="veth2cd33a1"} 0 node_network_device_id{device="veth2d03ca6"} 0 node_network_device_id{device="veth2d2c9f2"} 0 node_network_device_id{device="veth2d41a73"} 0 node_network_device_id{device="veth2d9918b"} 0 node_network_device_id{device="veth2e4245c"} 0 node_network_device_id{device="veth2e5029d"} 0 node_network_device_id{device="veth2eac8e4"} 0 node_network_device_id{device="veth2eb60e4"} 0 node_network_device_id{device="veth2f1ad78"} 0 node_network_device_id{device="veth2f899b3"} 0 node_network_device_id{device="veth2f9b6e7"} 0 node_network_device_id{device="veth2f9e651"} 0 node_network_device_id{device="veth2ffb90c"} 0 node_network_device_id{device="veth305c11f"} 0 node_network_device_id{device="veth30b95b0"} 0 node_network_device_id{device="veth3110731"} 0 node_network_device_id{device="veth315b30d"} 0 node_network_device_id{device="veth3168355"} 0 node_network_device_id{device="veth3245e1c"} 0 node_network_device_id{device="veth329ca59"} 0 node_network_device_id{device="veth32da86b"} 0 node_network_device_id{device="veth32f0bd7"} 0 node_network_device_id{device="veth33d65d5"} 0 node_network_device_id{device="veth33d87e8"} 0 node_network_device_id{device="veth3540510"} 0 node_network_device_id{device="veth354d054"} 0 node_network_device_id{device="veth357116f"} 0 node_network_device_id{device="veth35886d9"} 0 node_network_device_id{device="veth358dbf2"} 0 node_network_device_id{device="veth359cbb7"} 0 node_network_device_id{device="veth359d04a"} 0 node_network_device_id{device="veth35b4532"} 0 node_network_device_id{device="veth37d058e"} 0 node_network_device_id{device="veth37de2e1"} 0 node_network_device_id{device="veth37e7130"} 0 node_network_device_id{device="veth3823199"} 0 node_network_device_id{device="veth38668ad"} 0 node_network_device_id{device="veth3899e00"} 0 node_network_device_id{device="veth38af7f4"} 0 node_network_device_id{device="veth38c06e7"} 0 node_network_device_id{device="veth391740a"} 0 node_network_device_id{device="veth3961560"} 0 node_network_device_id{device="veth39a84d1"} 0 node_network_device_id{device="veth39ec3c6"} 0 node_network_device_id{device="veth39f418e"} 0 node_network_device_id{device="veth39f7983"} 0 node_network_device_id{device="veth3a04f6c"} 0 node_network_device_id{device="veth3a28292"} 0 node_network_device_id{device="veth3ab5921"} 0 node_network_device_id{device="veth3b81dbc"} 0 node_network_device_id{device="veth3be47e3"} 0 node_network_device_id{device="veth3bf1c8d"} 0 node_network_device_id{device="veth3c3790f"} 0 node_network_device_id{device="veth3d221c4"} 0 node_network_device_id{device="veth3d60dba"} 0 node_network_device_id{device="veth3de6d9c"} 0 node_network_device_id{device="veth3df8638"} 0 node_network_device_id{device="veth3e0fb0b"} 0 node_network_device_id{device="veth3ebb118"} 0 node_network_device_id{device="veth3ef3733"} 0 node_network_device_id{device="veth3f0586e"} 0 node_network_device_id{device="veth3f38956"} 0 node_network_device_id{device="veth3f3ac76"} 0 node_network_device_id{device="veth3f41be9"} 0 node_network_device_id{device="veth3f6e007"} 0 node_network_device_id{device="veth406e4fd"} 0 node_network_device_id{device="veth4179d44"} 0 node_network_device_id{device="veth419db48"} 0 node_network_device_id{device="veth41a5dd6"} 0 node_network_device_id{device="veth41cd559"} 0 node_network_device_id{device="veth41d7f45"} 0 node_network_device_id{device="veth423f820"} 0 node_network_device_id{device="veth42a984b"} 0 node_network_device_id{device="veth4314bf5"} 0 node_network_device_id{device="veth43e182c"} 0 node_network_device_id{device="veth4413734"} 0 node_network_device_id{device="veth450a62c"} 0 node_network_device_id{device="veth450c1a7"} 0 node_network_device_id{device="veth4580c7e"} 0 node_network_device_id{device="veth45d2560"} 0 node_network_device_id{device="veth4600cbe"} 0 node_network_device_id{device="veth4622c58"} 0 node_network_device_id{device="veth47275f8"} 0 node_network_device_id{device="veth472cfec"} 0 node_network_device_id{device="veth47a0f99"} 0 node_network_device_id{device="veth48050a3"} 0 node_network_device_id{device="veth484e5a7"} 0 node_network_device_id{device="veth487c580"} 0 node_network_device_id{device="veth48bbb3e"} 0 node_network_device_id{device="veth48c9eb6"} 0 node_network_device_id{device="veth48fa74a"} 0 node_network_device_id{device="veth4919473"} 0 node_network_device_id{device="veth491f00e"} 0 node_network_device_id{device="veth4971f59"} 0 node_network_device_id{device="veth49a95ae"} 0 node_network_device_id{device="veth4a773af"} 0 node_network_device_id{device="veth4a8a86b"} 0 node_network_device_id{device="veth4b8fe58"} 0 node_network_device_id{device="veth4bdb4d9"} 0 node_network_device_id{device="veth4bf3046"} 0 node_network_device_id{device="veth4d292f2"} 0 node_network_device_id{device="veth4d2cca3"} 0 node_network_device_id{device="veth4d31c40"} 0 node_network_device_id{device="veth4d49f16"} 0 node_network_device_id{device="veth4d6ffca"} 0 node_network_device_id{device="veth4e685b7"} 0 node_network_device_id{device="veth4eb2990"} 0 node_network_device_id{device="veth4ef981b"} 0 node_network_device_id{device="veth4f30eb7"} 0 node_network_device_id{device="veth4f61226"} 0 node_network_device_id{device="veth4ff09ee"} 0 node_network_device_id{device="veth5054e93"} 0 node_network_device_id{device="veth50865f9"} 0 node_network_device_id{device="veth5088dc3"} 0 node_network_device_id{device="veth519857b"} 0 node_network_device_id{device="veth51d9ece"} 0 node_network_device_id{device="veth5210908"} 0 node_network_device_id{device="veth5284787"} 0 node_network_device_id{device="veth52cfc45"} 0 node_network_device_id{device="veth52e330e"} 0 node_network_device_id{device="veth5365cc9"} 0 node_network_device_id{device="veth54e9292"} 0 node_network_device_id{device="veth564c8a0"} 0 node_network_device_id{device="veth5675ed9"} 0 node_network_device_id{device="veth56f8c0c"} 0 node_network_device_id{device="veth57d2b8b"} 0 node_network_device_id{device="veth57d676c"} 0 node_network_device_id{device="veth57ec583"} 0 node_network_device_id{device="veth5804bd9"} 0 node_network_device_id{device="veth58598dd"} 0 node_network_device_id{device="veth58b55e5"} 0 node_network_device_id{device="veth5965e63"} 0 node_network_device_id{device="veth5aa30fc"} 0 node_network_device_id{device="veth5ac6b24"} 0 node_network_device_id{device="veth5af51bd"} 0 node_network_device_id{device="veth5afbbb6"} 0 node_network_device_id{device="veth5bbabc3"} 0 node_network_device_id{device="veth5bdd045"} 0 node_network_device_id{device="veth5c571c8"} 0 node_network_device_id{device="veth5c61f57"} 0 node_network_device_id{device="veth5d012dd"} 0 node_network_device_id{device="veth5e12c5b"} 0 node_network_device_id{device="veth5e4f007"} 0 node_network_device_id{device="veth5ee2818"} 0 node_network_device_id{device="veth5f39032"} 0 node_network_device_id{device="veth5f4e2d0"} 0 node_network_device_id{device="veth5fc3d12"} 0 node_network_device_id{device="veth61185ee"} 0 node_network_device_id{device="veth6131e75"} 0 node_network_device_id{device="veth6168483"} 0 node_network_device_id{device="veth6250a44"} 0 node_network_device_id{device="veth62645db"} 0 node_network_device_id{device="veth626da15"} 0 node_network_device_id{device="veth6280f39"} 0 node_network_device_id{device="veth629c943"} 0 node_network_device_id{device="veth62adda3"} 0 node_network_device_id{device="veth634d1ed"} 0 node_network_device_id{device="veth6453baa"} 0 node_network_device_id{device="veth64c3431"} 0 node_network_device_id{device="veth651818e"} 0 node_network_device_id{device="veth651c5d0"} 0 node_network_device_id{device="veth65337b2"} 0 node_network_device_id{device="veth65c360e"} 0 node_network_device_id{device="veth6630733"} 0 node_network_device_id{device="veth66b7fed"} 0 node_network_device_id{device="veth670d042"} 0 node_network_device_id{device="veth6774070"} 0 node_network_device_id{device="veth67e3876"} 0 node_network_device_id{device="veth684d2c7"} 0 node_network_device_id{device="veth688908c"} 0 node_network_device_id{device="veth6898f5c"} 0 node_network_device_id{device="veth68fd89d"} 0 node_network_device_id{device="veth690503f"} 0 node_network_device_id{device="veth69a31f5"} 0 node_network_device_id{device="veth69cb16e"} 0 node_network_device_id{device="veth69d3433"} 0 node_network_device_id{device="veth69f30b8"} 0 node_network_device_id{device="veth69f82f1"} 0 node_network_device_id{device="veth6a008e6"} 0 node_network_device_id{device="veth6a08252"} 0 node_network_device_id{device="veth6a552ae"} 0 node_network_device_id{device="veth6a9654d"} 0 node_network_device_id{device="veth6ac2ad5"} 0 node_network_device_id{device="veth6b2d933"} 0 node_network_device_id{device="veth6b3dad4"} 0 node_network_device_id{device="veth6b52f37"} 0 node_network_device_id{device="veth6befc8c"} 0 node_network_device_id{device="veth6c33543"} 0 node_network_device_id{device="veth6c58b6c"} 0 node_network_device_id{device="veth6c5ad94"} 0 node_network_device_id{device="veth6ca3495"} 0 node_network_device_id{device="veth6ce5f51"} 0 node_network_device_id{device="veth6d0a089"} 0 node_network_device_id{device="veth6d3ac08"} 0 node_network_device_id{device="veth6e44940"} 0 node_network_device_id{device="veth6e6c1f7"} 0 node_network_device_id{device="veth6ed1d48"} 0 node_network_device_id{device="veth70c4d49"} 0 node_network_device_id{device="veth71776a8"} 0 node_network_device_id{device="veth7188a44"} 0 node_network_device_id{device="veth718a7eb"} 0 node_network_device_id{device="veth71ffa2e"} 0 node_network_device_id{device="veth72d266b"} 0 node_network_device_id{device="veth73369bb"} 0 node_network_device_id{device="veth73b2056"} 0 node_network_device_id{device="veth73ead52"} 0 node_network_device_id{device="veth7429a6e"} 0 node_network_device_id{device="veth745dadb"} 0 node_network_device_id{device="veth750eb48"} 0 node_network_device_id{device="veth752218d"} 0 node_network_device_id{device="veth757493a"} 0 node_network_device_id{device="veth757efe6"} 0 node_network_device_id{device="veth757fccd"} 0 node_network_device_id{device="veth75e9ad3"} 0 node_network_device_id{device="veth760c07f"} 0 node_network_device_id{device="veth7632291"} 0 node_network_device_id{device="veth76dc8a9"} 0 node_network_device_id{device="veth76f5b59"} 0 node_network_device_id{device="veth7708a2a"} 0 node_network_device_id{device="veth7731308"} 0 node_network_device_id{device="veth774a0cf"} 0 node_network_device_id{device="veth7758da8"} 0 node_network_device_id{device="veth77f5539"} 0 node_network_device_id{device="veth78a6a45"} 0 node_network_device_id{device="veth78df8ba"} 0 node_network_device_id{device="veth797e46a"} 0 node_network_device_id{device="veth79e6c25"} 0 node_network_device_id{device="veth79ef071"} 0 node_network_device_id{device="veth7a37e75"} 0 node_network_device_id{device="veth7a4ee0a"} 0 node_network_device_id{device="veth7a84b20"} 0 node_network_device_id{device="veth7a8d1bc"} 0 node_network_device_id{device="veth7b5aa98"} 0 node_network_device_id{device="veth7b76de0"} 0 node_network_device_id{device="veth7bbc3fb"} 0 node_network_device_id{device="veth7bdbf78"} 0 node_network_device_id{device="veth7c00c6f"} 0 node_network_device_id{device="veth7c170e8"} 0 node_network_device_id{device="veth7c79405"} 0 node_network_device_id{device="veth7c7c6a4"} 0 node_network_device_id{device="veth7c7edf8"} 0 node_network_device_id{device="veth7cd2b86"} 0 node_network_device_id{device="veth7ceb6c5"} 0 node_network_device_id{device="veth7d0a9c9"} 0 node_network_device_id{device="veth7da5a3d"} 0 node_network_device_id{device="veth7e7a5a2"} 0 node_network_device_id{device="veth7e90c50"} 0 node_network_device_id{device="veth7efb584"} 0 node_network_device_id{device="veth7efb9a4"} 0 node_network_device_id{device="veth7f219e6"} 0 node_network_device_id{device="veth7f349f1"} 0 node_network_device_id{device="veth7f7adf7"} 0 node_network_device_id{device="veth7fbccd1"} 0 node_network_device_id{device="veth7ff9da9"} 0 node_network_device_id{device="veth804203c"} 0 node_network_device_id{device="veth80abb3a"} 0 node_network_device_id{device="veth80bc918"} 0 node_network_device_id{device="veth80db113"} 0 node_network_device_id{device="veth8115deb"} 0 node_network_device_id{device="veth818e1b4"} 0 node_network_device_id{device="veth81cd17e"} 0 node_network_device_id{device="veth81e6903"} 0 node_network_device_id{device="veth81f0a15"} 0 node_network_device_id{device="veth824a73a"} 0 node_network_device_id{device="veth8286cb8"} 0 node_network_device_id{device="veth82bcac8"} 0 node_network_device_id{device="veth82c8314"} 0 node_network_device_id{device="veth82d54d6"} 0 node_network_device_id{device="veth82e7162"} 0 node_network_device_id{device="veth82f9bb2"} 0 node_network_device_id{device="veth83c076f"} 0 node_network_device_id{device="veth841b31f"} 0 node_network_device_id{device="veth8491d68"} 0 node_network_device_id{device="veth8575f2f"} 0 node_network_device_id{device="veth86b5718"} 0 node_network_device_id{device="veth86b8fa2"} 0 node_network_device_id{device="veth86c5967"} 0 node_network_device_id{device="veth86f7933"} 0 node_network_device_id{device="veth873a2e1"} 0 node_network_device_id{device="veth87bf2d7"} 0 node_network_device_id{device="veth87de5ef"} 0 node_network_device_id{device="veth880729a"} 0 node_network_device_id{device="veth8899f2d"} 0 node_network_device_id{device="veth89df824"} 0 node_network_device_id{device="veth8a757d1"} 0 node_network_device_id{device="veth8ac6051"} 0 node_network_device_id{device="veth8aec1f4"} 0 node_network_device_id{device="veth8bb71ef"} 0 node_network_device_id{device="veth8c359ba"} 0 node_network_device_id{device="veth8c3728a"} 0 node_network_device_id{device="veth8c3b2b4"} 0 node_network_device_id{device="veth8d365d7"} 0 node_network_device_id{device="veth8d79659"} 0 node_network_device_id{device="veth8e0aa38"} 0 node_network_device_id{device="veth8f8d551"} 0 node_network_device_id{device="veth8fbb10d"} 0 node_network_device_id{device="veth900bd70"} 0 node_network_device_id{device="veth902cadc"} 0 node_network_device_id{device="veth9047572"} 0 node_network_device_id{device="veth9057c62"} 0 node_network_device_id{device="veth9073787"} 0 node_network_device_id{device="veth9166eaa"} 0 node_network_device_id{device="veth9193b16"} 0 node_network_device_id{device="veth91a6689"} 0 node_network_device_id{device="veth91f1a12"} 0 node_network_device_id{device="veth91fabb4"} 0 node_network_device_id{device="veth9267946"} 0 node_network_device_id{device="veth9371418"} 0 node_network_device_id{device="veth93f3c9f"} 0 node_network_device_id{device="veth9488f04"} 0 node_network_device_id{device="veth948cd1e"} 0 node_network_device_id{device="veth951eef4"} 0 node_network_device_id{device="veth9675397"} 0 node_network_device_id{device="veth9681927"} 0 node_network_device_id{device="veth96e0471"} 0 node_network_device_id{device="veth98feb57"} 0 node_network_device_id{device="veth994a72a"} 0 node_network_device_id{device="veth9985b4e"} 0 node_network_device_id{device="veth99cdb12"} 0 node_network_device_id{device="veth9a9e7eb"} 0 node_network_device_id{device="veth9b18d92"} 0 node_network_device_id{device="veth9b23960"} 0 node_network_device_id{device="veth9bbbd3e"} 0 node_network_device_id{device="veth9bde175"} 0 node_network_device_id{device="veth9bed411"} 0 node_network_device_id{device="veth9c4e77f"} 0 node_network_device_id{device="veth9c9a350"} 0 node_network_device_id{device="veth9cb0c0f"} 0 node_network_device_id{device="veth9cfe767"} 0 node_network_device_id{device="veth9d35c37"} 0 node_network_device_id{device="veth9d674e8"} 0 node_network_device_id{device="veth9d8fc99"} 0 node_network_device_id{device="veth9d98eba"} 0 node_network_device_id{device="veth9da8b8d"} 0 node_network_device_id{device="veth9df3ecb"} 0 node_network_device_id{device="veth9e9fce6"} 0 node_network_device_id{device="veth9ed817d"} 0 node_network_device_id{device="veth9f3233d"} 0 node_network_device_id{device="veth9f82c51"} 0 node_network_device_id{device="veth9f8faa5"} 0 node_network_device_id{device="vetha0c1437"} 0 node_network_device_id{device="vetha0e80a0"} 0 node_network_device_id{device="vetha106075"} 0 node_network_device_id{device="vetha10ed6f"} 0 node_network_device_id{device="vetha131bbc"} 0 node_network_device_id{device="vetha187e3b"} 0 node_network_device_id{device="vetha19ce39"} 0 node_network_device_id{device="vetha1a96b5"} 0 node_network_device_id{device="vetha1db4d4"} 0 node_network_device_id{device="vetha208f1d"} 0 node_network_device_id{device="vetha20f05a"} 0 node_network_device_id{device="vetha21095f"} 0 node_network_device_id{device="vetha29c587"} 0 node_network_device_id{device="vetha2d62f9"} 0 node_network_device_id{device="vetha2e6ee7"} 0 node_network_device_id{device="vetha2efe45"} 0 node_network_device_id{device="vetha334ff9"} 0 node_network_device_id{device="vetha33b595"} 0 node_network_device_id{device="vetha356001"} 0 node_network_device_id{device="vetha3d3064"} 0 node_network_device_id{device="vetha3e8c9c"} 0 node_network_device_id{device="vetha3f126e"} 0 node_network_device_id{device="vetha4878ac"} 0 node_network_device_id{device="vetha5244b8"} 0 node_network_device_id{device="vetha588f6c"} 0 node_network_device_id{device="vetha58e162"} 0 node_network_device_id{device="vetha80a84c"} 0 node_network_device_id{device="vetha81db62"} 0 node_network_device_id{device="vetha8da15f"} 0 node_network_device_id{device="vetha95fac3"} 0 node_network_device_id{device="vethaa460d0"} 0 node_network_device_id{device="vethaa5252d"} 0 node_network_device_id{device="vethabd5525"} 0 node_network_device_id{device="vethac309ae"} 0 node_network_device_id{device="vethacc9983"} 0 node_network_device_id{device="vethadaa61e"} 0 node_network_device_id{device="vethadd6779"} 0 node_network_device_id{device="vethae07fdb"} 0 node_network_device_id{device="vethae2e166"} 0 node_network_device_id{device="vethae6aaad"} 0 node_network_device_id{device="vethae899be"} 0 node_network_device_id{device="vethaf2d319"} 0 node_network_device_id{device="vethaff0c5f"} 0 node_network_device_id{device="vethb11d1d5"} 0 node_network_device_id{device="vethb146b3d"} 0 node_network_device_id{device="vethb17b307"} 0 node_network_device_id{device="vethb24125c"} 0 node_network_device_id{device="vethb25b930"} 0 node_network_device_id{device="vethb264074"} 0 node_network_device_id{device="vethb26da6e"} 0 node_network_device_id{device="vethb2f7e0f"} 0 node_network_device_id{device="vethb413da6"} 0 node_network_device_id{device="vethb436b35"} 0 node_network_device_id{device="vethb466aea"} 0 node_network_device_id{device="vethb4a4c76"} 0 node_network_device_id{device="vethb4fafb4"} 0 node_network_device_id{device="vethb5afb08"} 0 node_network_device_id{device="vethb72a42c"} 0 node_network_device_id{device="vethb80e0f0"} 0 node_network_device_id{device="vethb8148cc"} 0 node_network_device_id{device="vethb85e063"} 0 node_network_device_id{device="vethb92f9d3"} 0 node_network_device_id{device="vethb92fe3f"} 0 node_network_device_id{device="vethba942aa"} 0 node_network_device_id{device="vethbae8967"} 0 node_network_device_id{device="vethbb0b4fe"} 0 node_network_device_id{device="vethbbaaafe"} 0 node_network_device_id{device="vethbc2b4ad"} 0 node_network_device_id{device="vethbc58d49"} 0 node_network_device_id{device="vethbcde7a6"} 0 node_network_device_id{device="vethbce62a9"} 0 node_network_device_id{device="vethbe194c8"} 0 node_network_device_id{device="vethbe2c80a"} 0 node_network_device_id{device="vethbe97de8"} 0 node_network_device_id{device="vethbfb44f0"} 0 node_network_device_id{device="vethc00de3e"} 0 node_network_device_id{device="vethc02588e"} 0 node_network_device_id{device="vethc033a93"} 0 node_network_device_id{device="vethc060fb3"} 0 node_network_device_id{device="vethc122dad"} 0 node_network_device_id{device="vethc12e527"} 0 node_network_device_id{device="vethc140d9c"} 0 node_network_device_id{device="vethc17e1ec"} 0 node_network_device_id{device="vethc1d7f4f"} 0 node_network_device_id{device="vethc1ec8f5"} 0 node_network_device_id{device="vethc20d812"} 0 node_network_device_id{device="vethc22a5c0"} 0 node_network_device_id{device="vethc239fc6"} 0 node_network_device_id{device="vethc311203"} 0 node_network_device_id{device="vethc3412aa"} 0 node_network_device_id{device="vethc3f0337"} 0 node_network_device_id{device="vethc42048e"} 0 node_network_device_id{device="vethc4617ba"} 0 node_network_device_id{device="vethc498aec"} 0 node_network_device_id{device="vethc4f407f"} 0 node_network_device_id{device="vethc554c32"} 0 node_network_device_id{device="vethc5aaafd"} 0 node_network_device_id{device="vethc5ace02"} 0 node_network_device_id{device="vethc5b36ba"} 0 node_network_device_id{device="vethc5dd649"} 0 node_network_device_id{device="vethc5eb73b"} 0 node_network_device_id{device="vethc5eca53"} 0 node_network_device_id{device="vethc68deb2"} 0 node_network_device_id{device="vethc69e5b9"} 0 node_network_device_id{device="vethc6fe840"} 0 node_network_device_id{device="vethc7016cb"} 0 node_network_device_id{device="vethc75d66d"} 0 node_network_device_id{device="vethc790a6e"} 0 node_network_device_id{device="vethc84e290"} 0 node_network_device_id{device="vethc8739b3"} 0 node_network_device_id{device="vethc87da99"} 0 node_network_device_id{device="vethc88bbcf"} 0 node_network_device_id{device="vethc928fb9"} 0 node_network_device_id{device="vethc959280"} 0 node_network_device_id{device="vethc97be75"} 0 node_network_device_id{device="vethc99df73"} 0 node_network_device_id{device="vethc9e1b23"} 0 node_network_device_id{device="vethca8e8cd"} 0 node_network_device_id{device="vethcb7fed6"} 0 node_network_device_id{device="vethcb89e48"} 0 node_network_device_id{device="vethcc43237"} 0 node_network_device_id{device="vethcc4fef3"} 0 node_network_device_id{device="vethcc7f6ac"} 0 node_network_device_id{device="vethccb9f9c"} 0 node_network_device_id{device="vethccdb53f"} 0 node_network_device_id{device="vethcd6e0c9"} 0 node_network_device_id{device="vethce1a2f7"} 0 node_network_device_id{device="vethce4e99b"} 0 node_network_device_id{device="vethce521ba"} 0 node_network_device_id{device="vethcf53b01"} 0 node_network_device_id{device="vethcfd9fe1"} 0 node_network_device_id{device="vethd0b2173"} 0 node_network_device_id{device="vethd0f1488"} 0 node_network_device_id{device="vethd0f34e4"} 0 node_network_device_id{device="vethd0ffc64"} 0 node_network_device_id{device="vethd1ec6d3"} 0 node_network_device_id{device="vethd2010fb"} 0 node_network_device_id{device="vethd2deb54"} 0 node_network_device_id{device="vethd2f4531"} 0 node_network_device_id{device="vethd34362b"} 0 node_network_device_id{device="vethd347820"} 0 node_network_device_id{device="vethd3608f1"} 0 node_network_device_id{device="vethd42c82d"} 0 node_network_device_id{device="vethd45b81a"} 0 node_network_device_id{device="vethd466b1f"} 0 node_network_device_id{device="vethd49c6b2"} 0 node_network_device_id{device="vethd5344cc"} 0 node_network_device_id{device="vethd60e2bd"} 0 node_network_device_id{device="vethd64322f"} 0 node_network_device_id{device="vethd65b5b3"} 0 node_network_device_id{device="vethd681481"} 0 node_network_device_id{device="vethd6ceb54"} 0 node_network_device_id{device="vethd6fa258"} 0 node_network_device_id{device="vethd71b7e5"} 0 node_network_device_id{device="vethd752c61"} 0 node_network_device_id{device="vethd760c58"} 0 node_network_device_id{device="vethd768a42"} 0 node_network_device_id{device="vethd76e941"} 0 node_network_device_id{device="vethd81eb6c"} 0 node_network_device_id{device="vethd868ed3"} 0 node_network_device_id{device="vethd8a170f"} 0 node_network_device_id{device="vethd8b4b5b"} 0 node_network_device_id{device="vethd97f7eb"} 0 node_network_device_id{device="vethd9c86a8"} 0 node_network_device_id{device="vethda452a5"} 0 node_network_device_id{device="vethdaa52c9"} 0 node_network_device_id{device="vethdae085c"} 0 node_network_device_id{device="vethdb552be"} 0 node_network_device_id{device="vethdba1b3a"} 0 node_network_device_id{device="vethdc4d810"} 0 node_network_device_id{device="vethdd1fe39"} 0 node_network_device_id{device="vethdd25bde"} 0 node_network_device_id{device="vethdd3daca"} 0 node_network_device_id{device="vethdd432a7"} 0 node_network_device_id{device="vethdd77089"} 0 node_network_device_id{device="vethdd88546"} 0 node_network_device_id{device="vethdda7569"} 0 node_network_device_id{device="vethddb4b12"} 0 node_network_device_id{device="vethde79ae2"} 0 node_network_device_id{device="vethde8673b"} 0 node_network_device_id{device="vethdf825a0"} 0 node_network_device_id{device="vethdf861f8"} 0 node_network_device_id{device="vethdfcbb7b"} 0 node_network_device_id{device="vethe028419"} 0 node_network_device_id{device="vethe05e953"} 0 node_network_device_id{device="vethe0c38b7"} 0 node_network_device_id{device="vethe101bab"} 0 node_network_device_id{device="vethe1189bd"} 0 node_network_device_id{device="vethe13fa27"} 0 node_network_device_id{device="vethe177f5b"} 0 node_network_device_id{device="vethe1ebb25"} 0 node_network_device_id{device="vethe209306"} 0 node_network_device_id{device="vethe33aa29"} 0 node_network_device_id{device="vethe38290a"} 0 node_network_device_id{device="vethe39934f"} 0 node_network_device_id{device="vethe39dd06"} 0 node_network_device_id{device="vethe45952d"} 0 node_network_device_id{device="vethe54bc00"} 0 node_network_device_id{device="vethe5621bc"} 0 node_network_device_id{device="vethe5723c0"} 0 node_network_device_id{device="vethe64b47d"} 0 node_network_device_id{device="vethe660bdb"} 0 node_network_device_id{device="vethe6b515e"} 0 node_network_device_id{device="vethe6e8924"} 0 node_network_device_id{device="vethe6f5fae"} 0 node_network_device_id{device="vethe7dc6b0"} 0 node_network_device_id{device="vethe7e6bbf"} 0 node_network_device_id{device="vethe8000ea"} 0 node_network_device_id{device="vethe8094b1"} 0 node_network_device_id{device="vethe8551b4"} 0 node_network_device_id{device="vethe8c6bde"} 0 node_network_device_id{device="vethe8f63bd"} 0 node_network_device_id{device="vethe93a649"} 0 node_network_device_id{device="vethe9de379"} 0 node_network_device_id{device="vethe9ef82b"} 0 node_network_device_id{device="vethea2004e"} 0 node_network_device_id{device="vethea7b5b1"} 0 node_network_device_id{device="vetheafba5d"} 0 node_network_device_id{device="vetheafdff8"} 0 node_network_device_id{device="vetheb96a22"} 0 node_network_device_id{device="vethec666e8"} 0 node_network_device_id{device="vethed11450"} 0 node_network_device_id{device="vethed19b20"} 0 node_network_device_id{device="vethed3ab9d"} 0 node_network_device_id{device="vetheddb648"} 0 node_network_device_id{device="vethedeec24"} 0 node_network_device_id{device="vethedf40f5"} 0 node_network_device_id{device="vetheefaddf"} 0 node_network_device_id{device="vethef58697"} 0 node_network_device_id{device="vethefe8ba7"} 0 node_network_device_id{device="vethf09ac69"} 0 node_network_device_id{device="vethf14b507"} 0 node_network_device_id{device="vethf14bf3b"} 0 node_network_device_id{device="vethf14e041"} 0 node_network_device_id{device="vethf185ebb"} 0 node_network_device_id{device="vethf2509ba"} 0 node_network_device_id{device="vethf25387f"} 0 node_network_device_id{device="vethf2a6c87"} 0 node_network_device_id{device="vethf2b1dab"} 0 node_network_device_id{device="vethf2badff"} 0 node_network_device_id{device="vethf33a028"} 0 node_network_device_id{device="vethf342283"} 0 node_network_device_id{device="vethf47c7ff"} 0 node_network_device_id{device="vethf4ac138"} 0 node_network_device_id{device="vethf4b1b2a"} 0 node_network_device_id{device="vethf4bd777"} 0 node_network_device_id{device="vethf5aeeda"} 0 node_network_device_id{device="vethf5e58af"} 0 node_network_device_id{device="vethf60f5e6"} 0 node_network_device_id{device="vethf63a7c4"} 0 node_network_device_id{device="vethf6bd349"} 0 node_network_device_id{device="vethf6ce5b6"} 0 node_network_device_id{device="vethf7684fa"} 0 node_network_device_id{device="vethf7e9d2c"} 0 node_network_device_id{device="vethf8128a9"} 0 node_network_device_id{device="vethf81e612"} 0 node_network_device_id{device="vethf855174"} 0 node_network_device_id{device="vethf894d6d"} 0 node_network_device_id{device="vethf979695"} 0 node_network_device_id{device="vethf98530e"} 0 node_network_device_id{device="vethf9986ef"} 0 node_network_device_id{device="vethf9b3f86"} 0 node_network_device_id{device="vethfb8b857"} 0 node_network_device_id{device="vethfb9458b"} 0 node_network_device_id{device="vethfbf1832"} 0 node_network_device_id{device="vethfbf1a8f"} 0 node_network_device_id{device="vethfc87a12"} 0 node_network_device_id{device="vethfc9a925"} 0 node_network_device_id{device="vethfcccc71"} 0 node_network_device_id{device="vethfd1bace"} 0 node_network_device_id{device="vethfd1daa5"} 0 node_network_device_id{device="vethfd685e4"} 0 node_network_device_id{device="vethfdacab6"} 0 node_network_device_id{device="vethfe15339"} 0 node_network_device_id{device="vethfe36666"} 0 node_network_device_id{device="vethfe7040e"} 0 node_network_device_id{device="vethfec16de"} 0 node_network_device_id{device="vethfedbea0"} 0 node_network_device_id{device="vethff12d55"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-02823e0b21f8"} 0 node_network_dormant{device="br-04cbf9ad21fb"} 0 node_network_dormant{device="br-07e352042c28"} 0 node_network_dormant{device="br-08dd0c9852c8"} 0 node_network_dormant{device="br-0a8e30067c8e"} 0 node_network_dormant{device="br-0b7a81bcb7e3"} 0 node_network_dormant{device="br-0bcc3cc90f11"} 0 node_network_dormant{device="br-0d9fdd0cf163"} 0 node_network_dormant{device="br-159df358c552"} 0 node_network_dormant{device="br-15dab3c5a2fb"} 0 node_network_dormant{device="br-19518ca3b773"} 0 node_network_dormant{device="br-1a025aacb82b"} 0 node_network_dormant{device="br-1b283e1e5128"} 0 node_network_dormant{device="br-1ba83a528099"} 0 node_network_dormant{device="br-1c3bd3909a8a"} 0 node_network_dormant{device="br-1c535b11677a"} 0 node_network_dormant{device="br-1de64be72380"} 0 node_network_dormant{device="br-208ab78feaa3"} 0 node_network_dormant{device="br-217d6415a970"} 0 node_network_dormant{device="br-27771a4b5e1c"} 0 node_network_dormant{device="br-2860d01a9c36"} 0 node_network_dormant{device="br-28853d2b1974"} 0 node_network_dormant{device="br-2cd18bfafc5e"} 0 node_network_dormant{device="br-2f10de396682"} 0 node_network_dormant{device="br-349eb65873d4"} 0 node_network_dormant{device="br-3718da5a7dac"} 0 node_network_dormant{device="br-37f17f8c2f41"} 0 node_network_dormant{device="br-39ee20d64532"} 0 node_network_dormant{device="br-3a7803651a32"} 0 node_network_dormant{device="br-3b46cefe7982"} 0 node_network_dormant{device="br-3d8e222ceb4d"} 0 node_network_dormant{device="br-3d9cd1c09975"} 0 node_network_dormant{device="br-3db3cc2bc444"} 0 node_network_dormant{device="br-3e66b6d4d599"} 0 node_network_dormant{device="br-3ee00523d99d"} 0 node_network_dormant{device="br-402682b9212c"} 0 node_network_dormant{device="br-447189b64663"} 0 node_network_dormant{device="br-44fbf271d024"} 0 node_network_dormant{device="br-458514748e86"} 0 node_network_dormant{device="br-483851ad6d82"} 0 node_network_dormant{device="br-4b6104651907"} 0 node_network_dormant{device="br-4dbe0bd05d7e"} 0 node_network_dormant{device="br-4fac6072ea97"} 0 node_network_dormant{device="br-5064110da1f6"} 0 node_network_dormant{device="br-52ce8deae651"} 0 node_network_dormant{device="br-559d36b72748"} 0 node_network_dormant{device="br-56145531d617"} 0 node_network_dormant{device="br-566d230839cf"} 0 node_network_dormant{device="br-56a5fa614b52"} 0 node_network_dormant{device="br-5748fcd1e7ca"} 0 node_network_dormant{device="br-595b89a771c2"} 0 node_network_dormant{device="br-59aa9f4171dd"} 0 node_network_dormant{device="br-5a1c61a6d482"} 0 node_network_dormant{device="br-5b324be20854"} 0 node_network_dormant{device="br-5f11f2c9115a"} 0 node_network_dormant{device="br-606bd002e3a4"} 0 node_network_dormant{device="br-61e477cf95da"} 0 node_network_dormant{device="br-65df7dba5a66"} 0 node_network_dormant{device="br-6654a6f415ef"} 0 node_network_dormant{device="br-665d979d60c7"} 0 node_network_dormant{device="br-6746be184829"} 0 node_network_dormant{device="br-67b6f2b09055"} 0 node_network_dormant{device="br-6d59a9037e7f"} 0 node_network_dormant{device="br-6e8e8bec63f7"} 0 node_network_dormant{device="br-6fdd4f05699e"} 0 node_network_dormant{device="br-70a43ddb765f"} 0 node_network_dormant{device="br-7151fb21ebc7"} 0 node_network_dormant{device="br-757cf8ccd099"} 0 node_network_dormant{device="br-7783edd4fb63"} 0 node_network_dormant{device="br-7967b93cb965"} 0 node_network_dormant{device="br-7a05c4b4c71c"} 0 node_network_dormant{device="br-7f1c0840c41b"} 0 node_network_dormant{device="br-8291479ee6f8"} 0 node_network_dormant{device="br-82b59b3e5c30"} 0 node_network_dormant{device="br-831a310fd395"} 0 node_network_dormant{device="br-832e21b6735f"} 0 node_network_dormant{device="br-84962c4a05ff"} 0 node_network_dormant{device="br-89456f9f0577"} 0 node_network_dormant{device="br-8c90f08921d2"} 0 node_network_dormant{device="br-8d1ae48ba56b"} 0 node_network_dormant{device="br-8d5f8dfdd165"} 0 node_network_dormant{device="br-8f019a492357"} 0 node_network_dormant{device="br-8f2fb4b87f97"} 0 node_network_dormant{device="br-9122d919d3da"} 0 node_network_dormant{device="br-91e32aebc9b9"} 0 node_network_dormant{device="br-973daca1c7c2"} 0 node_network_dormant{device="br-98551e817ad3"} 0 node_network_dormant{device="br-a01a29421e12"} 0 node_network_dormant{device="br-a194f29d52a3"} 0 node_network_dormant{device="br-a19b8bbcb4ba"} 0 node_network_dormant{device="br-a384ecbfdb6c"} 0 node_network_dormant{device="br-a5d1efbd6302"} 0 node_network_dormant{device="br-a9242a3d7305"} 0 node_network_dormant{device="br-ab4fc0c8f205"} 0 node_network_dormant{device="br-ac5441a8184d"} 0 node_network_dormant{device="br-ad296b058e6c"} 0 node_network_dormant{device="br-b0d3385258be"} 0 node_network_dormant{device="br-b5cc1abc8af1"} 0 node_network_dormant{device="br-b84a81030c46"} 0 node_network_dormant{device="br-b9ddcd38e3d5"} 0 node_network_dormant{device="br-bbf479fecfd1"} 0 node_network_dormant{device="br-bf24405639d1"} 0 node_network_dormant{device="br-bf75749e355d"} 0 node_network_dormant{device="br-bfa260e794d9"} 0 node_network_dormant{device="br-c121b68147b6"} 0 node_network_dormant{device="br-c1af548193f3"} 0 node_network_dormant{device="br-c60789b54f4a"} 0 node_network_dormant{device="br-c7ec91768290"} 0 node_network_dormant{device="br-c8047895107e"} 0 node_network_dormant{device="br-c8dc093516dd"} 0 node_network_dormant{device="br-c9441662f35b"} 0 node_network_dormant{device="br-cca3eb0bd63d"} 0 node_network_dormant{device="br-cfa83479df17"} 0 node_network_dormant{device="br-cfa8e5dacf79"} 0 node_network_dormant{device="br-d08110bc3e31"} 0 node_network_dormant{device="br-d286f920faa7"} 0 node_network_dormant{device="br-d36675741a6d"} 0 node_network_dormant{device="br-d4ad227661d1"} 0 node_network_dormant{device="br-d54d8e4f9ca5"} 0 node_network_dormant{device="br-d6aad0d2a913"} 0 node_network_dormant{device="br-dbca5566e641"} 0 node_network_dormant{device="br-dc87a7504ded"} 0 node_network_dormant{device="br-ddde99c88d06"} 0 node_network_dormant{device="br-e0e95d87f3e0"} 0 node_network_dormant{device="br-e5714f199361"} 0 node_network_dormant{device="br-e63b0d1593b5"} 0 node_network_dormant{device="br-e6ca372c02c0"} 0 node_network_dormant{device="br-ea12a1764685"} 0 node_network_dormant{device="br-edfd70c2aede"} 0 node_network_dormant{device="br-ef37d58f8fe1"} 0 node_network_dormant{device="br-f7269b4b25bf"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0009c48"} 0 node_network_dormant{device="veth0057f22"} 0 node_network_dormant{device="veth008ddfb"} 0 node_network_dormant{device="veth00e3c78"} 0 node_network_dormant{device="veth01c5e43"} 0 node_network_dormant{device="veth01d1acf"} 0 node_network_dormant{device="veth01f4e0b"} 0 node_network_dormant{device="veth02fa58b"} 0 node_network_dormant{device="veth032511c"} 0 node_network_dormant{device="veth032853a"} 0 node_network_dormant{device="veth0379a17"} 0 node_network_dormant{device="veth039b82d"} 0 node_network_dormant{device="veth03dd035"} 0 node_network_dormant{device="veth04159af"} 0 node_network_dormant{device="veth041f04f"} 0 node_network_dormant{device="veth048c9d9"} 0 node_network_dormant{device="veth0521f31"} 0 node_network_dormant{device="veth059040d"} 0 node_network_dormant{device="veth05a06a7"} 0 node_network_dormant{device="veth067e6e9"} 0 node_network_dormant{device="veth06e31b1"} 0 node_network_dormant{device="veth06f27a2"} 0 node_network_dormant{device="veth07a049d"} 0 node_network_dormant{device="veth0808d98"} 0 node_network_dormant{device="veth0886055"} 0 node_network_dormant{device="veth08ae0d6"} 0 node_network_dormant{device="veth096258a"} 0 node_network_dormant{device="veth0b64779"} 0 node_network_dormant{device="veth0bfbe46"} 0 node_network_dormant{device="veth0d263b9"} 0 node_network_dormant{device="veth0d26989"} 0 node_network_dormant{device="veth0e4628c"} 0 node_network_dormant{device="veth0e6c375"} 0 node_network_dormant{device="veth0e86ab7"} 0 node_network_dormant{device="veth0ec88d9"} 0 node_network_dormant{device="veth0f039e4"} 0 node_network_dormant{device="veth0f6e4c2"} 0 node_network_dormant{device="veth0f8da12"} 0 node_network_dormant{device="veth0fc3400"} 0 node_network_dormant{device="veth0fe6ce8"} 0 node_network_dormant{device="veth100d8fb"} 0 node_network_dormant{device="veth107e808"} 0 node_network_dormant{device="veth1093ea4"} 0 node_network_dormant{device="veth10e276d"} 0 node_network_dormant{device="veth11210db"} 0 node_network_dormant{device="veth11507a2"} 0 node_network_dormant{device="veth115219d"} 0 node_network_dormant{device="veth12b4062"} 0 node_network_dormant{device="veth13756cd"} 0 node_network_dormant{device="veth1380211"} 0 node_network_dormant{device="veth139d69d"} 0 node_network_dormant{device="veth148ba09"} 0 node_network_dormant{device="veth1498546"} 0 node_network_dormant{device="veth1568435"} 0 node_network_dormant{device="veth182b299"} 0 node_network_dormant{device="veth1a57969"} 0 node_network_dormant{device="veth1a5d00b"} 0 node_network_dormant{device="veth1aee0c9"} 0 node_network_dormant{device="veth1af829a"} 0 node_network_dormant{device="veth1af887e"} 0 node_network_dormant{device="veth1bb281d"} 0 node_network_dormant{device="veth1be69a9"} 0 node_network_dormant{device="veth1c2382f"} 0 node_network_dormant{device="veth1c86f94"} 0 node_network_dormant{device="veth1cd53f4"} 0 node_network_dormant{device="veth1d5e1a4"} 0 node_network_dormant{device="veth1dc4860"} 0 node_network_dormant{device="veth1dea2fe"} 0 node_network_dormant{device="veth1e7f00c"} 0 node_network_dormant{device="veth1ec0310"} 0 node_network_dormant{device="veth1fda973"} 0 node_network_dormant{device="veth1fe94a9"} 0 node_network_dormant{device="veth20489bb"} 0 node_network_dormant{device="veth20787b5"} 0 node_network_dormant{device="veth208ca1a"} 0 node_network_dormant{device="veth21c0fe7"} 0 node_network_dormant{device="veth2214e42"} 0 node_network_dormant{device="veth228bd69"} 0 node_network_dormant{device="veth229b6d4"} 0 node_network_dormant{device="veth22f2fec"} 0 node_network_dormant{device="veth231c261"} 0 node_network_dormant{device="veth231d40e"} 0 node_network_dormant{device="veth232533d"} 0 node_network_dormant{device="veth235d53e"} 0 node_network_dormant{device="veth237b6c4"} 0 node_network_dormant{device="veth23e1e40"} 0 node_network_dormant{device="veth24fc934"} 0 node_network_dormant{device="veth25d516d"} 0 node_network_dormant{device="veth268dc93"} 0 node_network_dormant{device="veth279aa19"} 0 node_network_dormant{device="veth27a3e0d"} 0 node_network_dormant{device="veth27aa3e1"} 0 node_network_dormant{device="veth27bf25e"} 0 node_network_dormant{device="veth27eb3a1"} 0 node_network_dormant{device="veth2817a39"} 0 node_network_dormant{device="veth298a150"} 0 node_network_dormant{device="veth29e1cdf"} 0 node_network_dormant{device="veth2a938c7"} 0 node_network_dormant{device="veth2b6f776"} 0 node_network_dormant{device="veth2bea18d"} 0 node_network_dormant{device="veth2cb2aa6"} 0 node_network_dormant{device="veth2cc6b5d"} 0 node_network_dormant{device="veth2cd33a1"} 0 node_network_dormant{device="veth2d03ca6"} 0 node_network_dormant{device="veth2d2c9f2"} 0 node_network_dormant{device="veth2d41a73"} 0 node_network_dormant{device="veth2d9918b"} 0 node_network_dormant{device="veth2e4245c"} 0 node_network_dormant{device="veth2e5029d"} 0 node_network_dormant{device="veth2eac8e4"} 0 node_network_dormant{device="veth2eb60e4"} 0 node_network_dormant{device="veth2f1ad78"} 0 node_network_dormant{device="veth2f899b3"} 0 node_network_dormant{device="veth2f9b6e7"} 0 node_network_dormant{device="veth2f9e651"} 0 node_network_dormant{device="veth2ffb90c"} 0 node_network_dormant{device="veth305c11f"} 0 node_network_dormant{device="veth30b95b0"} 0 node_network_dormant{device="veth3110731"} 0 node_network_dormant{device="veth315b30d"} 0 node_network_dormant{device="veth3168355"} 0 node_network_dormant{device="veth3245e1c"} 0 node_network_dormant{device="veth329ca59"} 0 node_network_dormant{device="veth32da86b"} 0 node_network_dormant{device="veth32f0bd7"} 0 node_network_dormant{device="veth33d65d5"} 0 node_network_dormant{device="veth33d87e8"} 0 node_network_dormant{device="veth3540510"} 0 node_network_dormant{device="veth354d054"} 0 node_network_dormant{device="veth357116f"} 0 node_network_dormant{device="veth35886d9"} 0 node_network_dormant{device="veth358dbf2"} 0 node_network_dormant{device="veth359cbb7"} 0 node_network_dormant{device="veth359d04a"} 0 node_network_dormant{device="veth35b4532"} 0 node_network_dormant{device="veth37d058e"} 0 node_network_dormant{device="veth37de2e1"} 0 node_network_dormant{device="veth37e7130"} 0 node_network_dormant{device="veth3823199"} 0 node_network_dormant{device="veth38668ad"} 0 node_network_dormant{device="veth3899e00"} 0 node_network_dormant{device="veth38af7f4"} 0 node_network_dormant{device="veth38c06e7"} 0 node_network_dormant{device="veth391740a"} 0 node_network_dormant{device="veth3961560"} 0 node_network_dormant{device="veth39a84d1"} 0 node_network_dormant{device="veth39ec3c6"} 0 node_network_dormant{device="veth39f418e"} 0 node_network_dormant{device="veth39f7983"} 0 node_network_dormant{device="veth3a04f6c"} 0 node_network_dormant{device="veth3a28292"} 0 node_network_dormant{device="veth3ab5921"} 0 node_network_dormant{device="veth3b81dbc"} 0 node_network_dormant{device="veth3be47e3"} 0 node_network_dormant{device="veth3bf1c8d"} 0 node_network_dormant{device="veth3c3790f"} 0 node_network_dormant{device="veth3d221c4"} 0 node_network_dormant{device="veth3d60dba"} 0 node_network_dormant{device="veth3de6d9c"} 0 node_network_dormant{device="veth3df8638"} 0 node_network_dormant{device="veth3e0fb0b"} 0 node_network_dormant{device="veth3ebb118"} 0 node_network_dormant{device="veth3ef3733"} 0 node_network_dormant{device="veth3f0586e"} 0 node_network_dormant{device="veth3f38956"} 0 node_network_dormant{device="veth3f3ac76"} 0 node_network_dormant{device="veth3f41be9"} 0 node_network_dormant{device="veth3f6e007"} 0 node_network_dormant{device="veth406e4fd"} 0 node_network_dormant{device="veth4179d44"} 0 node_network_dormant{device="veth419db48"} 0 node_network_dormant{device="veth41a5dd6"} 0 node_network_dormant{device="veth41cd559"} 0 node_network_dormant{device="veth41d7f45"} 0 node_network_dormant{device="veth423f820"} 0 node_network_dormant{device="veth42a984b"} 0 node_network_dormant{device="veth4314bf5"} 0 node_network_dormant{device="veth43e182c"} 0 node_network_dormant{device="veth4413734"} 0 node_network_dormant{device="veth450a62c"} 0 node_network_dormant{device="veth450c1a7"} 0 node_network_dormant{device="veth4580c7e"} 0 node_network_dormant{device="veth45d2560"} 0 node_network_dormant{device="veth4600cbe"} 0 node_network_dormant{device="veth4622c58"} 0 node_network_dormant{device="veth47275f8"} 0 node_network_dormant{device="veth472cfec"} 0 node_network_dormant{device="veth47a0f99"} 0 node_network_dormant{device="veth48050a3"} 0 node_network_dormant{device="veth484e5a7"} 0 node_network_dormant{device="veth487c580"} 0 node_network_dormant{device="veth48bbb3e"} 0 node_network_dormant{device="veth48c9eb6"} 0 node_network_dormant{device="veth48fa74a"} 0 node_network_dormant{device="veth4919473"} 0 node_network_dormant{device="veth491f00e"} 0 node_network_dormant{device="veth4971f59"} 0 node_network_dormant{device="veth49a95ae"} 0 node_network_dormant{device="veth4a773af"} 0 node_network_dormant{device="veth4a8a86b"} 0 node_network_dormant{device="veth4b8fe58"} 0 node_network_dormant{device="veth4bdb4d9"} 0 node_network_dormant{device="veth4bf3046"} 0 node_network_dormant{device="veth4d292f2"} 0 node_network_dormant{device="veth4d2cca3"} 0 node_network_dormant{device="veth4d31c40"} 0 node_network_dormant{device="veth4d49f16"} 0 node_network_dormant{device="veth4d6ffca"} 0 node_network_dormant{device="veth4e685b7"} 0 node_network_dormant{device="veth4eb2990"} 0 node_network_dormant{device="veth4ef981b"} 0 node_network_dormant{device="veth4f30eb7"} 0 node_network_dormant{device="veth4f61226"} 0 node_network_dormant{device="veth4ff09ee"} 0 node_network_dormant{device="veth5054e93"} 0 node_network_dormant{device="veth50865f9"} 0 node_network_dormant{device="veth5088dc3"} 0 node_network_dormant{device="veth519857b"} 0 node_network_dormant{device="veth51d9ece"} 0 node_network_dormant{device="veth5210908"} 0 node_network_dormant{device="veth5284787"} 0 node_network_dormant{device="veth52cfc45"} 0 node_network_dormant{device="veth52e330e"} 0 node_network_dormant{device="veth5365cc9"} 0 node_network_dormant{device="veth54e9292"} 0 node_network_dormant{device="veth564c8a0"} 0 node_network_dormant{device="veth5675ed9"} 0 node_network_dormant{device="veth56f8c0c"} 0 node_network_dormant{device="veth57d2b8b"} 0 node_network_dormant{device="veth57d676c"} 0 node_network_dormant{device="veth57ec583"} 0 node_network_dormant{device="veth5804bd9"} 0 node_network_dormant{device="veth58598dd"} 0 node_network_dormant{device="veth58b55e5"} 0 node_network_dormant{device="veth5965e63"} 0 node_network_dormant{device="veth5aa30fc"} 0 node_network_dormant{device="veth5ac6b24"} 0 node_network_dormant{device="veth5af51bd"} 0 node_network_dormant{device="veth5afbbb6"} 0 node_network_dormant{device="veth5bbabc3"} 0 node_network_dormant{device="veth5bdd045"} 0 node_network_dormant{device="veth5c571c8"} 0 node_network_dormant{device="veth5c61f57"} 0 node_network_dormant{device="veth5d012dd"} 0 node_network_dormant{device="veth5e12c5b"} 0 node_network_dormant{device="veth5e4f007"} 0 node_network_dormant{device="veth5ee2818"} 0 node_network_dormant{device="veth5f39032"} 0 node_network_dormant{device="veth5f4e2d0"} 0 node_network_dormant{device="veth5fc3d12"} 0 node_network_dormant{device="veth61185ee"} 0 node_network_dormant{device="veth6131e75"} 0 node_network_dormant{device="veth6168483"} 0 node_network_dormant{device="veth6250a44"} 0 node_network_dormant{device="veth62645db"} 0 node_network_dormant{device="veth626da15"} 0 node_network_dormant{device="veth6280f39"} 0 node_network_dormant{device="veth629c943"} 0 node_network_dormant{device="veth62adda3"} 0 node_network_dormant{device="veth634d1ed"} 0 node_network_dormant{device="veth6453baa"} 0 node_network_dormant{device="veth64c3431"} 0 node_network_dormant{device="veth651818e"} 0 node_network_dormant{device="veth651c5d0"} 0 node_network_dormant{device="veth65337b2"} 0 node_network_dormant{device="veth65c360e"} 0 node_network_dormant{device="veth6630733"} 0 node_network_dormant{device="veth66b7fed"} 0 node_network_dormant{device="veth670d042"} 0 node_network_dormant{device="veth6774070"} 0 node_network_dormant{device="veth67e3876"} 0 node_network_dormant{device="veth684d2c7"} 0 node_network_dormant{device="veth688908c"} 0 node_network_dormant{device="veth6898f5c"} 0 node_network_dormant{device="veth68fd89d"} 0 node_network_dormant{device="veth690503f"} 0 node_network_dormant{device="veth69a31f5"} 0 node_network_dormant{device="veth69cb16e"} 0 node_network_dormant{device="veth69d3433"} 0 node_network_dormant{device="veth69f30b8"} 0 node_network_dormant{device="veth69f82f1"} 0 node_network_dormant{device="veth6a008e6"} 0 node_network_dormant{device="veth6a08252"} 0 node_network_dormant{device="veth6a552ae"} 0 node_network_dormant{device="veth6a9654d"} 0 node_network_dormant{device="veth6ac2ad5"} 0 node_network_dormant{device="veth6b2d933"} 0 node_network_dormant{device="veth6b3dad4"} 0 node_network_dormant{device="veth6b52f37"} 0 node_network_dormant{device="veth6befc8c"} 0 node_network_dormant{device="veth6c33543"} 0 node_network_dormant{device="veth6c58b6c"} 0 node_network_dormant{device="veth6c5ad94"} 0 node_network_dormant{device="veth6ca3495"} 0 node_network_dormant{device="veth6ce5f51"} 0 node_network_dormant{device="veth6d0a089"} 0 node_network_dormant{device="veth6d3ac08"} 0 node_network_dormant{device="veth6e44940"} 0 node_network_dormant{device="veth6e6c1f7"} 0 node_network_dormant{device="veth6ed1d48"} 0 node_network_dormant{device="veth70c4d49"} 0 node_network_dormant{device="veth71776a8"} 0 node_network_dormant{device="veth7188a44"} 0 node_network_dormant{device="veth718a7eb"} 0 node_network_dormant{device="veth71ffa2e"} 0 node_network_dormant{device="veth72d266b"} 0 node_network_dormant{device="veth73369bb"} 0 node_network_dormant{device="veth73b2056"} 0 node_network_dormant{device="veth73ead52"} 0 node_network_dormant{device="veth7429a6e"} 0 node_network_dormant{device="veth745dadb"} 0 node_network_dormant{device="veth750eb48"} 0 node_network_dormant{device="veth752218d"} 0 node_network_dormant{device="veth757493a"} 0 node_network_dormant{device="veth757efe6"} 0 node_network_dormant{device="veth757fccd"} 0 node_network_dormant{device="veth75e9ad3"} 0 node_network_dormant{device="veth760c07f"} 0 node_network_dormant{device="veth7632291"} 0 node_network_dormant{device="veth76dc8a9"} 0 node_network_dormant{device="veth76f5b59"} 0 node_network_dormant{device="veth7708a2a"} 0 node_network_dormant{device="veth7731308"} 0 node_network_dormant{device="veth774a0cf"} 0 node_network_dormant{device="veth7758da8"} 0 node_network_dormant{device="veth77f5539"} 0 node_network_dormant{device="veth78a6a45"} 0 node_network_dormant{device="veth78df8ba"} 0 node_network_dormant{device="veth797e46a"} 0 node_network_dormant{device="veth79e6c25"} 0 node_network_dormant{device="veth79ef071"} 0 node_network_dormant{device="veth7a37e75"} 0 node_network_dormant{device="veth7a4ee0a"} 0 node_network_dormant{device="veth7a84b20"} 0 node_network_dormant{device="veth7a8d1bc"} 0 node_network_dormant{device="veth7b5aa98"} 0 node_network_dormant{device="veth7b76de0"} 0 node_network_dormant{device="veth7bbc3fb"} 0 node_network_dormant{device="veth7bdbf78"} 0 node_network_dormant{device="veth7c00c6f"} 0 node_network_dormant{device="veth7c170e8"} 0 node_network_dormant{device="veth7c79405"} 0 node_network_dormant{device="veth7c7c6a4"} 0 node_network_dormant{device="veth7c7edf8"} 0 node_network_dormant{device="veth7cd2b86"} 0 node_network_dormant{device="veth7ceb6c5"} 0 node_network_dormant{device="veth7d0a9c9"} 0 node_network_dormant{device="veth7da5a3d"} 0 node_network_dormant{device="veth7e7a5a2"} 0 node_network_dormant{device="veth7e90c50"} 0 node_network_dormant{device="veth7efb584"} 0 node_network_dormant{device="veth7efb9a4"} 0 node_network_dormant{device="veth7f219e6"} 0 node_network_dormant{device="veth7f349f1"} 0 node_network_dormant{device="veth7f7adf7"} 0 node_network_dormant{device="veth7fbccd1"} 0 node_network_dormant{device="veth7ff9da9"} 0 node_network_dormant{device="veth804203c"} 0 node_network_dormant{device="veth80abb3a"} 0 node_network_dormant{device="veth80bc918"} 0 node_network_dormant{device="veth80db113"} 0 node_network_dormant{device="veth8115deb"} 0 node_network_dormant{device="veth818e1b4"} 0 node_network_dormant{device="veth81cd17e"} 0 node_network_dormant{device="veth81e6903"} 0 node_network_dormant{device="veth81f0a15"} 0 node_network_dormant{device="veth824a73a"} 0 node_network_dormant{device="veth8286cb8"} 0 node_network_dormant{device="veth82bcac8"} 0 node_network_dormant{device="veth82c8314"} 0 node_network_dormant{device="veth82d54d6"} 0 node_network_dormant{device="veth82e7162"} 0 node_network_dormant{device="veth82f9bb2"} 0 node_network_dormant{device="veth83c076f"} 0 node_network_dormant{device="veth841b31f"} 0 node_network_dormant{device="veth8491d68"} 0 node_network_dormant{device="veth8575f2f"} 0 node_network_dormant{device="veth86b5718"} 0 node_network_dormant{device="veth86b8fa2"} 0 node_network_dormant{device="veth86c5967"} 0 node_network_dormant{device="veth86f7933"} 0 node_network_dormant{device="veth873a2e1"} 0 node_network_dormant{device="veth87bf2d7"} 0 node_network_dormant{device="veth87de5ef"} 0 node_network_dormant{device="veth880729a"} 0 node_network_dormant{device="veth8899f2d"} 0 node_network_dormant{device="veth89df824"} 0 node_network_dormant{device="veth8a757d1"} 0 node_network_dormant{device="veth8ac6051"} 0 node_network_dormant{device="veth8aec1f4"} 0 node_network_dormant{device="veth8bb71ef"} 0 node_network_dormant{device="veth8c359ba"} 0 node_network_dormant{device="veth8c3728a"} 0 node_network_dormant{device="veth8c3b2b4"} 0 node_network_dormant{device="veth8d365d7"} 0 node_network_dormant{device="veth8d79659"} 0 node_network_dormant{device="veth8e0aa38"} 0 node_network_dormant{device="veth8f8d551"} 0 node_network_dormant{device="veth8fbb10d"} 0 node_network_dormant{device="veth900bd70"} 0 node_network_dormant{device="veth902cadc"} 0 node_network_dormant{device="veth9047572"} 0 node_network_dormant{device="veth9057c62"} 0 node_network_dormant{device="veth9073787"} 0 node_network_dormant{device="veth9166eaa"} 0 node_network_dormant{device="veth9193b16"} 0 node_network_dormant{device="veth91a6689"} 0 node_network_dormant{device="veth91f1a12"} 0 node_network_dormant{device="veth91fabb4"} 0 node_network_dormant{device="veth9267946"} 0 node_network_dormant{device="veth9371418"} 0 node_network_dormant{device="veth93f3c9f"} 0 node_network_dormant{device="veth9488f04"} 0 node_network_dormant{device="veth948cd1e"} 0 node_network_dormant{device="veth951eef4"} 0 node_network_dormant{device="veth9675397"} 0 node_network_dormant{device="veth9681927"} 0 node_network_dormant{device="veth96e0471"} 0 node_network_dormant{device="veth98feb57"} 0 node_network_dormant{device="veth994a72a"} 0 node_network_dormant{device="veth9985b4e"} 0 node_network_dormant{device="veth99cdb12"} 0 node_network_dormant{device="veth9a9e7eb"} 0 node_network_dormant{device="veth9b18d92"} 0 node_network_dormant{device="veth9b23960"} 0 node_network_dormant{device="veth9bbbd3e"} 0 node_network_dormant{device="veth9bde175"} 0 node_network_dormant{device="veth9bed411"} 0 node_network_dormant{device="veth9c4e77f"} 0 node_network_dormant{device="veth9c9a350"} 0 node_network_dormant{device="veth9cb0c0f"} 0 node_network_dormant{device="veth9cfe767"} 0 node_network_dormant{device="veth9d35c37"} 0 node_network_dormant{device="veth9d674e8"} 0 node_network_dormant{device="veth9d8fc99"} 0 node_network_dormant{device="veth9d98eba"} 0 node_network_dormant{device="veth9da8b8d"} 0 node_network_dormant{device="veth9df3ecb"} 0 node_network_dormant{device="veth9e9fce6"} 0 node_network_dormant{device="veth9ed817d"} 0 node_network_dormant{device="veth9f3233d"} 0 node_network_dormant{device="veth9f82c51"} 0 node_network_dormant{device="veth9f8faa5"} 0 node_network_dormant{device="vetha0c1437"} 0 node_network_dormant{device="vetha0e80a0"} 0 node_network_dormant{device="vetha106075"} 0 node_network_dormant{device="vetha10ed6f"} 0 node_network_dormant{device="vetha131bbc"} 0 node_network_dormant{device="vetha187e3b"} 0 node_network_dormant{device="vetha19ce39"} 0 node_network_dormant{device="vetha1a96b5"} 0 node_network_dormant{device="vetha1db4d4"} 0 node_network_dormant{device="vetha208f1d"} 0 node_network_dormant{device="vetha20f05a"} 0 node_network_dormant{device="vetha21095f"} 0 node_network_dormant{device="vetha29c587"} 0 node_network_dormant{device="vetha2d62f9"} 0 node_network_dormant{device="vetha2e6ee7"} 0 node_network_dormant{device="vetha2efe45"} 0 node_network_dormant{device="vetha334ff9"} 0 node_network_dormant{device="vetha33b595"} 0 node_network_dormant{device="vetha356001"} 0 node_network_dormant{device="vetha3d3064"} 0 node_network_dormant{device="vetha3e8c9c"} 0 node_network_dormant{device="vetha3f126e"} 0 node_network_dormant{device="vetha4878ac"} 0 node_network_dormant{device="vetha5244b8"} 0 node_network_dormant{device="vetha588f6c"} 0 node_network_dormant{device="vetha58e162"} 0 node_network_dormant{device="vetha80a84c"} 0 node_network_dormant{device="vetha81db62"} 0 node_network_dormant{device="vetha8da15f"} 0 node_network_dormant{device="vetha95fac3"} 0 node_network_dormant{device="vethaa460d0"} 0 node_network_dormant{device="vethaa5252d"} 0 node_network_dormant{device="vethabd5525"} 0 node_network_dormant{device="vethac309ae"} 0 node_network_dormant{device="vethacc9983"} 0 node_network_dormant{device="vethadaa61e"} 0 node_network_dormant{device="vethadd6779"} 0 node_network_dormant{device="vethae07fdb"} 0 node_network_dormant{device="vethae2e166"} 0 node_network_dormant{device="vethae6aaad"} 0 node_network_dormant{device="vethae899be"} 0 node_network_dormant{device="vethaf2d319"} 0 node_network_dormant{device="vethaff0c5f"} 0 node_network_dormant{device="vethb11d1d5"} 0 node_network_dormant{device="vethb146b3d"} 0 node_network_dormant{device="vethb17b307"} 0 node_network_dormant{device="vethb24125c"} 0 node_network_dormant{device="vethb25b930"} 0 node_network_dormant{device="vethb264074"} 0 node_network_dormant{device="vethb26da6e"} 0 node_network_dormant{device="vethb2f7e0f"} 0 node_network_dormant{device="vethb413da6"} 0 node_network_dormant{device="vethb436b35"} 0 node_network_dormant{device="vethb466aea"} 0 node_network_dormant{device="vethb4a4c76"} 0 node_network_dormant{device="vethb4fafb4"} 0 node_network_dormant{device="vethb5afb08"} 0 node_network_dormant{device="vethb72a42c"} 0 node_network_dormant{device="vethb80e0f0"} 0 node_network_dormant{device="vethb8148cc"} 0 node_network_dormant{device="vethb85e063"} 0 node_network_dormant{device="vethb92f9d3"} 0 node_network_dormant{device="vethb92fe3f"} 0 node_network_dormant{device="vethba942aa"} 0 node_network_dormant{device="vethbae8967"} 0 node_network_dormant{device="vethbb0b4fe"} 0 node_network_dormant{device="vethbbaaafe"} 0 node_network_dormant{device="vethbc2b4ad"} 0 node_network_dormant{device="vethbc58d49"} 0 node_network_dormant{device="vethbcde7a6"} 0 node_network_dormant{device="vethbce62a9"} 0 node_network_dormant{device="vethbe194c8"} 0 node_network_dormant{device="vethbe2c80a"} 0 node_network_dormant{device="vethbe97de8"} 0 node_network_dormant{device="vethbfb44f0"} 0 node_network_dormant{device="vethc00de3e"} 0 node_network_dormant{device="vethc02588e"} 0 node_network_dormant{device="vethc033a93"} 0 node_network_dormant{device="vethc060fb3"} 0 node_network_dormant{device="vethc122dad"} 0 node_network_dormant{device="vethc12e527"} 0 node_network_dormant{device="vethc140d9c"} 0 node_network_dormant{device="vethc17e1ec"} 0 node_network_dormant{device="vethc1d7f4f"} 0 node_network_dormant{device="vethc1ec8f5"} 0 node_network_dormant{device="vethc20d812"} 0 node_network_dormant{device="vethc22a5c0"} 0 node_network_dormant{device="vethc239fc6"} 0 node_network_dormant{device="vethc311203"} 0 node_network_dormant{device="vethc3412aa"} 0 node_network_dormant{device="vethc3f0337"} 0 node_network_dormant{device="vethc42048e"} 0 node_network_dormant{device="vethc4617ba"} 0 node_network_dormant{device="vethc498aec"} 0 node_network_dormant{device="vethc4f407f"} 0 node_network_dormant{device="vethc554c32"} 0 node_network_dormant{device="vethc5aaafd"} 0 node_network_dormant{device="vethc5ace02"} 0 node_network_dormant{device="vethc5b36ba"} 0 node_network_dormant{device="vethc5dd649"} 0 node_network_dormant{device="vethc5eb73b"} 0 node_network_dormant{device="vethc5eca53"} 0 node_network_dormant{device="vethc68deb2"} 0 node_network_dormant{device="vethc69e5b9"} 0 node_network_dormant{device="vethc6fe840"} 0 node_network_dormant{device="vethc7016cb"} 0 node_network_dormant{device="vethc75d66d"} 0 node_network_dormant{device="vethc790a6e"} 0 node_network_dormant{device="vethc84e290"} 0 node_network_dormant{device="vethc8739b3"} 0 node_network_dormant{device="vethc87da99"} 0 node_network_dormant{device="vethc88bbcf"} 0 node_network_dormant{device="vethc928fb9"} 0 node_network_dormant{device="vethc959280"} 0 node_network_dormant{device="vethc97be75"} 0 node_network_dormant{device="vethc99df73"} 0 node_network_dormant{device="vethc9e1b23"} 0 node_network_dormant{device="vethca8e8cd"} 0 node_network_dormant{device="vethcb7fed6"} 0 node_network_dormant{device="vethcb89e48"} 0 node_network_dormant{device="vethcc43237"} 0 node_network_dormant{device="vethcc4fef3"} 0 node_network_dormant{device="vethcc7f6ac"} 0 node_network_dormant{device="vethccb9f9c"} 0 node_network_dormant{device="vethccdb53f"} 0 node_network_dormant{device="vethcd6e0c9"} 0 node_network_dormant{device="vethce1a2f7"} 0 node_network_dormant{device="vethce4e99b"} 0 node_network_dormant{device="vethce521ba"} 0 node_network_dormant{device="vethcf53b01"} 0 node_network_dormant{device="vethcfd9fe1"} 0 node_network_dormant{device="vethd0b2173"} 0 node_network_dormant{device="vethd0f1488"} 0 node_network_dormant{device="vethd0f34e4"} 0 node_network_dormant{device="vethd0ffc64"} 0 node_network_dormant{device="vethd1ec6d3"} 0 node_network_dormant{device="vethd2010fb"} 0 node_network_dormant{device="vethd2deb54"} 0 node_network_dormant{device="vethd2f4531"} 0 node_network_dormant{device="vethd34362b"} 0 node_network_dormant{device="vethd347820"} 0 node_network_dormant{device="vethd3608f1"} 0 node_network_dormant{device="vethd42c82d"} 0 node_network_dormant{device="vethd45b81a"} 0 node_network_dormant{device="vethd466b1f"} 0 node_network_dormant{device="vethd49c6b2"} 0 node_network_dormant{device="vethd5344cc"} 0 node_network_dormant{device="vethd60e2bd"} 0 node_network_dormant{device="vethd64322f"} 0 node_network_dormant{device="vethd65b5b3"} 0 node_network_dormant{device="vethd681481"} 0 node_network_dormant{device="vethd6ceb54"} 0 node_network_dormant{device="vethd6fa258"} 0 node_network_dormant{device="vethd71b7e5"} 0 node_network_dormant{device="vethd752c61"} 0 node_network_dormant{device="vethd760c58"} 0 node_network_dormant{device="vethd768a42"} 0 node_network_dormant{device="vethd76e941"} 0 node_network_dormant{device="vethd81eb6c"} 0 node_network_dormant{device="vethd868ed3"} 0 node_network_dormant{device="vethd8a170f"} 0 node_network_dormant{device="vethd8b4b5b"} 0 node_network_dormant{device="vethd97f7eb"} 0 node_network_dormant{device="vethd9c86a8"} 0 node_network_dormant{device="vethda452a5"} 0 node_network_dormant{device="vethdaa52c9"} 0 node_network_dormant{device="vethdae085c"} 0 node_network_dormant{device="vethdb552be"} 0 node_network_dormant{device="vethdba1b3a"} 0 node_network_dormant{device="vethdc4d810"} 0 node_network_dormant{device="vethdd1fe39"} 0 node_network_dormant{device="vethdd25bde"} 0 node_network_dormant{device="vethdd3daca"} 0 node_network_dormant{device="vethdd432a7"} 0 node_network_dormant{device="vethdd77089"} 0 node_network_dormant{device="vethdd88546"} 0 node_network_dormant{device="vethdda7569"} 0 node_network_dormant{device="vethddb4b12"} 0 node_network_dormant{device="vethde79ae2"} 0 node_network_dormant{device="vethde8673b"} 0 node_network_dormant{device="vethdf825a0"} 0 node_network_dormant{device="vethdf861f8"} 0 node_network_dormant{device="vethdfcbb7b"} 0 node_network_dormant{device="vethe028419"} 0 node_network_dormant{device="vethe05e953"} 0 node_network_dormant{device="vethe0c38b7"} 0 node_network_dormant{device="vethe101bab"} 0 node_network_dormant{device="vethe1189bd"} 0 node_network_dormant{device="vethe13fa27"} 0 node_network_dormant{device="vethe177f5b"} 0 node_network_dormant{device="vethe1ebb25"} 0 node_network_dormant{device="vethe209306"} 0 node_network_dormant{device="vethe33aa29"} 0 node_network_dormant{device="vethe38290a"} 0 node_network_dormant{device="vethe39934f"} 0 node_network_dormant{device="vethe39dd06"} 0 node_network_dormant{device="vethe45952d"} 0 node_network_dormant{device="vethe54bc00"} 0 node_network_dormant{device="vethe5621bc"} 0 node_network_dormant{device="vethe5723c0"} 0 node_network_dormant{device="vethe64b47d"} 0 node_network_dormant{device="vethe660bdb"} 0 node_network_dormant{device="vethe6b515e"} 0 node_network_dormant{device="vethe6e8924"} 0 node_network_dormant{device="vethe6f5fae"} 0 node_network_dormant{device="vethe7dc6b0"} 0 node_network_dormant{device="vethe7e6bbf"} 0 node_network_dormant{device="vethe8000ea"} 0 node_network_dormant{device="vethe8094b1"} 0 node_network_dormant{device="vethe8551b4"} 0 node_network_dormant{device="vethe8c6bde"} 0 node_network_dormant{device="vethe8f63bd"} 0 node_network_dormant{device="vethe93a649"} 0 node_network_dormant{device="vethe9de379"} 0 node_network_dormant{device="vethe9ef82b"} 0 node_network_dormant{device="vethea2004e"} 0 node_network_dormant{device="vethea7b5b1"} 0 node_network_dormant{device="vetheafba5d"} 0 node_network_dormant{device="vetheafdff8"} 0 node_network_dormant{device="vetheb96a22"} 0 node_network_dormant{device="vethec666e8"} 0 node_network_dormant{device="vethed11450"} 0 node_network_dormant{device="vethed19b20"} 0 node_network_dormant{device="vethed3ab9d"} 0 node_network_dormant{device="vetheddb648"} 0 node_network_dormant{device="vethedeec24"} 0 node_network_dormant{device="vethedf40f5"} 0 node_network_dormant{device="vetheefaddf"} 0 node_network_dormant{device="vethef58697"} 0 node_network_dormant{device="vethefe8ba7"} 0 node_network_dormant{device="vethf09ac69"} 0 node_network_dormant{device="vethf14b507"} 0 node_network_dormant{device="vethf14bf3b"} 0 node_network_dormant{device="vethf14e041"} 0 node_network_dormant{device="vethf185ebb"} 0 node_network_dormant{device="vethf2509ba"} 0 node_network_dormant{device="vethf25387f"} 0 node_network_dormant{device="vethf2a6c87"} 0 node_network_dormant{device="vethf2b1dab"} 0 node_network_dormant{device="vethf2badff"} 0 node_network_dormant{device="vethf33a028"} 0 node_network_dormant{device="vethf342283"} 0 node_network_dormant{device="vethf47c7ff"} 0 node_network_dormant{device="vethf4ac138"} 0 node_network_dormant{device="vethf4b1b2a"} 0 node_network_dormant{device="vethf4bd777"} 0 node_network_dormant{device="vethf5aeeda"} 0 node_network_dormant{device="vethf5e58af"} 0 node_network_dormant{device="vethf60f5e6"} 0 node_network_dormant{device="vethf63a7c4"} 0 node_network_dormant{device="vethf6bd349"} 0 node_network_dormant{device="vethf6ce5b6"} 0 node_network_dormant{device="vethf7684fa"} 0 node_network_dormant{device="vethf7e9d2c"} 0 node_network_dormant{device="vethf8128a9"} 0 node_network_dormant{device="vethf81e612"} 0 node_network_dormant{device="vethf855174"} 0 node_network_dormant{device="vethf894d6d"} 0 node_network_dormant{device="vethf979695"} 0 node_network_dormant{device="vethf98530e"} 0 node_network_dormant{device="vethf9986ef"} 0 node_network_dormant{device="vethf9b3f86"} 0 node_network_dormant{device="vethfb8b857"} 0 node_network_dormant{device="vethfb9458b"} 0 node_network_dormant{device="vethfbf1832"} 0 node_network_dormant{device="vethfbf1a8f"} 0 node_network_dormant{device="vethfc87a12"} 0 node_network_dormant{device="vethfc9a925"} 0 node_network_dormant{device="vethfcccc71"} 0 node_network_dormant{device="vethfd1bace"} 0 node_network_dormant{device="vethfd1daa5"} 0 node_network_dormant{device="vethfd685e4"} 0 node_network_dormant{device="vethfdacab6"} 0 node_network_dormant{device="vethfe15339"} 0 node_network_dormant{device="vethfe36666"} 0 node_network_dormant{device="vethfe7040e"} 0 node_network_dormant{device="vethfec16de"} 0 node_network_dormant{device="vethfedbea0"} 0 node_network_dormant{device="vethff12d55"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-02823e0b21f8"} 4099 node_network_flags{device="br-04cbf9ad21fb"} 4099 node_network_flags{device="br-07e352042c28"} 4099 node_network_flags{device="br-08dd0c9852c8"} 4099 node_network_flags{device="br-0a8e30067c8e"} 4099 node_network_flags{device="br-0b7a81bcb7e3"} 4099 node_network_flags{device="br-0bcc3cc90f11"} 4099 node_network_flags{device="br-0d9fdd0cf163"} 4099 node_network_flags{device="br-159df358c552"} 4099 node_network_flags{device="br-15dab3c5a2fb"} 4099 node_network_flags{device="br-19518ca3b773"} 4099 node_network_flags{device="br-1a025aacb82b"} 4099 node_network_flags{device="br-1b283e1e5128"} 4099 node_network_flags{device="br-1ba83a528099"} 4099 node_network_flags{device="br-1c3bd3909a8a"} 4099 node_network_flags{device="br-1c535b11677a"} 4099 node_network_flags{device="br-1de64be72380"} 4099 node_network_flags{device="br-208ab78feaa3"} 4099 node_network_flags{device="br-217d6415a970"} 4099 node_network_flags{device="br-27771a4b5e1c"} 4099 node_network_flags{device="br-2860d01a9c36"} 4099 node_network_flags{device="br-28853d2b1974"} 4099 node_network_flags{device="br-2cd18bfafc5e"} 4099 node_network_flags{device="br-2f10de396682"} 4099 node_network_flags{device="br-349eb65873d4"} 4099 node_network_flags{device="br-3718da5a7dac"} 4099 node_network_flags{device="br-37f17f8c2f41"} 4099 node_network_flags{device="br-39ee20d64532"} 4099 node_network_flags{device="br-3a7803651a32"} 4099 node_network_flags{device="br-3b46cefe7982"} 4099 node_network_flags{device="br-3d8e222ceb4d"} 4099 node_network_flags{device="br-3d9cd1c09975"} 4099 node_network_flags{device="br-3db3cc2bc444"} 4099 node_network_flags{device="br-3e66b6d4d599"} 4099 node_network_flags{device="br-3ee00523d99d"} 4099 node_network_flags{device="br-402682b9212c"} 4099 node_network_flags{device="br-447189b64663"} 4099 node_network_flags{device="br-44fbf271d024"} 4099 node_network_flags{device="br-458514748e86"} 4099 node_network_flags{device="br-483851ad6d82"} 4099 node_network_flags{device="br-4b6104651907"} 4099 node_network_flags{device="br-4dbe0bd05d7e"} 4099 node_network_flags{device="br-4fac6072ea97"} 4099 node_network_flags{device="br-5064110da1f6"} 4099 node_network_flags{device="br-52ce8deae651"} 4099 node_network_flags{device="br-559d36b72748"} 4099 node_network_flags{device="br-56145531d617"} 4099 node_network_flags{device="br-566d230839cf"} 4099 node_network_flags{device="br-56a5fa614b52"} 4099 node_network_flags{device="br-5748fcd1e7ca"} 4099 node_network_flags{device="br-595b89a771c2"} 4099 node_network_flags{device="br-59aa9f4171dd"} 4099 node_network_flags{device="br-5a1c61a6d482"} 4099 node_network_flags{device="br-5b324be20854"} 4099 node_network_flags{device="br-5f11f2c9115a"} 4099 node_network_flags{device="br-606bd002e3a4"} 4099 node_network_flags{device="br-61e477cf95da"} 4099 node_network_flags{device="br-65df7dba5a66"} 4099 node_network_flags{device="br-6654a6f415ef"} 4099 node_network_flags{device="br-665d979d60c7"} 4099 node_network_flags{device="br-6746be184829"} 4099 node_network_flags{device="br-67b6f2b09055"} 4099 node_network_flags{device="br-6d59a9037e7f"} 4099 node_network_flags{device="br-6e8e8bec63f7"} 4099 node_network_flags{device="br-6fdd4f05699e"} 4099 node_network_flags{device="br-70a43ddb765f"} 4099 node_network_flags{device="br-7151fb21ebc7"} 4099 node_network_flags{device="br-757cf8ccd099"} 4099 node_network_flags{device="br-7783edd4fb63"} 4099 node_network_flags{device="br-7967b93cb965"} 4099 node_network_flags{device="br-7a05c4b4c71c"} 4099 node_network_flags{device="br-7f1c0840c41b"} 4099 node_network_flags{device="br-8291479ee6f8"} 4099 node_network_flags{device="br-82b59b3e5c30"} 4099 node_network_flags{device="br-831a310fd395"} 4099 node_network_flags{device="br-832e21b6735f"} 4099 node_network_flags{device="br-84962c4a05ff"} 4099 node_network_flags{device="br-89456f9f0577"} 4099 node_network_flags{device="br-8c90f08921d2"} 4099 node_network_flags{device="br-8d1ae48ba56b"} 4099 node_network_flags{device="br-8d5f8dfdd165"} 4099 node_network_flags{device="br-8f019a492357"} 4099 node_network_flags{device="br-8f2fb4b87f97"} 4099 node_network_flags{device="br-9122d919d3da"} 4099 node_network_flags{device="br-91e32aebc9b9"} 4099 node_network_flags{device="br-973daca1c7c2"} 4099 node_network_flags{device="br-98551e817ad3"} 4099 node_network_flags{device="br-a01a29421e12"} 4099 node_network_flags{device="br-a194f29d52a3"} 4099 node_network_flags{device="br-a19b8bbcb4ba"} 4099 node_network_flags{device="br-a384ecbfdb6c"} 4099 node_network_flags{device="br-a5d1efbd6302"} 4099 node_network_flags{device="br-a9242a3d7305"} 4099 node_network_flags{device="br-ab4fc0c8f205"} 4099 node_network_flags{device="br-ac5441a8184d"} 4099 node_network_flags{device="br-ad296b058e6c"} 4099 node_network_flags{device="br-b0d3385258be"} 4099 node_network_flags{device="br-b5cc1abc8af1"} 4099 node_network_flags{device="br-b84a81030c46"} 4099 node_network_flags{device="br-b9ddcd38e3d5"} 4099 node_network_flags{device="br-bbf479fecfd1"} 4099 node_network_flags{device="br-bf24405639d1"} 4099 node_network_flags{device="br-bf75749e355d"} 4099 node_network_flags{device="br-bfa260e794d9"} 4099 node_network_flags{device="br-c121b68147b6"} 4099 node_network_flags{device="br-c1af548193f3"} 4099 node_network_flags{device="br-c60789b54f4a"} 4099 node_network_flags{device="br-c7ec91768290"} 4099 node_network_flags{device="br-c8047895107e"} 4099 node_network_flags{device="br-c8dc093516dd"} 4099 node_network_flags{device="br-c9441662f35b"} 4099 node_network_flags{device="br-cca3eb0bd63d"} 4099 node_network_flags{device="br-cfa83479df17"} 4099 node_network_flags{device="br-cfa8e5dacf79"} 4099 node_network_flags{device="br-d08110bc3e31"} 4099 node_network_flags{device="br-d286f920faa7"} 4099 node_network_flags{device="br-d36675741a6d"} 4099 node_network_flags{device="br-d4ad227661d1"} 4099 node_network_flags{device="br-d54d8e4f9ca5"} 4099 node_network_flags{device="br-d6aad0d2a913"} 4099 node_network_flags{device="br-dbca5566e641"} 4099 node_network_flags{device="br-dc87a7504ded"} 4099 node_network_flags{device="br-ddde99c88d06"} 4099 node_network_flags{device="br-e0e95d87f3e0"} 4099 node_network_flags{device="br-e5714f199361"} 4099 node_network_flags{device="br-e63b0d1593b5"} 4099 node_network_flags{device="br-e6ca372c02c0"} 4099 node_network_flags{device="br-ea12a1764685"} 4099 node_network_flags{device="br-edfd70c2aede"} 4099 node_network_flags{device="br-ef37d58f8fe1"} 4099 node_network_flags{device="br-f7269b4b25bf"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0009c48"} 4867 node_network_flags{device="veth0057f22"} 4867 node_network_flags{device="veth008ddfb"} 4867 node_network_flags{device="veth00e3c78"} 4867 node_network_flags{device="veth01c5e43"} 4867 node_network_flags{device="veth01d1acf"} 4867 node_network_flags{device="veth01f4e0b"} 4867 node_network_flags{device="veth02fa58b"} 4867 node_network_flags{device="veth032511c"} 4867 node_network_flags{device="veth032853a"} 4867 node_network_flags{device="veth0379a17"} 4867 node_network_flags{device="veth039b82d"} 4867 node_network_flags{device="veth03dd035"} 4867 node_network_flags{device="veth04159af"} 4867 node_network_flags{device="veth041f04f"} 4867 node_network_flags{device="veth048c9d9"} 4867 node_network_flags{device="veth0521f31"} 4867 node_network_flags{device="veth059040d"} 4867 node_network_flags{device="veth05a06a7"} 4867 node_network_flags{device="veth067e6e9"} 4867 node_network_flags{device="veth06e31b1"} 4867 node_network_flags{device="veth06f27a2"} 4867 node_network_flags{device="veth07a049d"} 4867 node_network_flags{device="veth0808d98"} 4867 node_network_flags{device="veth0886055"} 4867 node_network_flags{device="veth08ae0d6"} 4867 node_network_flags{device="veth096258a"} 4867 node_network_flags{device="veth0b64779"} 4867 node_network_flags{device="veth0bfbe46"} 4867 node_network_flags{device="veth0d263b9"} 4867 node_network_flags{device="veth0d26989"} 4867 node_network_flags{device="veth0e4628c"} 4867 node_network_flags{device="veth0e6c375"} 4867 node_network_flags{device="veth0e86ab7"} 4867 node_network_flags{device="veth0ec88d9"} 4867 node_network_flags{device="veth0f039e4"} 4867 node_network_flags{device="veth0f6e4c2"} 4867 node_network_flags{device="veth0f8da12"} 4867 node_network_flags{device="veth0fc3400"} 4867 node_network_flags{device="veth0fe6ce8"} 4867 node_network_flags{device="veth100d8fb"} 4867 node_network_flags{device="veth107e808"} 4867 node_network_flags{device="veth1093ea4"} 4867 node_network_flags{device="veth10e276d"} 4867 node_network_flags{device="veth11210db"} 4867 node_network_flags{device="veth11507a2"} 4867 node_network_flags{device="veth115219d"} 4867 node_network_flags{device="veth12b4062"} 4867 node_network_flags{device="veth13756cd"} 4867 node_network_flags{device="veth1380211"} 4867 node_network_flags{device="veth139d69d"} 4867 node_network_flags{device="veth148ba09"} 4867 node_network_flags{device="veth1498546"} 4867 node_network_flags{device="veth1568435"} 4867 node_network_flags{device="veth182b299"} 4867 node_network_flags{device="veth1a57969"} 4867 node_network_flags{device="veth1a5d00b"} 4867 node_network_flags{device="veth1aee0c9"} 4867 node_network_flags{device="veth1af829a"} 4867 node_network_flags{device="veth1af887e"} 4867 node_network_flags{device="veth1bb281d"} 4867 node_network_flags{device="veth1be69a9"} 4867 node_network_flags{device="veth1c2382f"} 4867 node_network_flags{device="veth1c86f94"} 4867 node_network_flags{device="veth1cd53f4"} 4867 node_network_flags{device="veth1d5e1a4"} 4867 node_network_flags{device="veth1dc4860"} 4867 node_network_flags{device="veth1dea2fe"} 4867 node_network_flags{device="veth1e7f00c"} 4867 node_network_flags{device="veth1ec0310"} 4867 node_network_flags{device="veth1fda973"} 4867 node_network_flags{device="veth1fe94a9"} 4867 node_network_flags{device="veth20489bb"} 4867 node_network_flags{device="veth20787b5"} 4867 node_network_flags{device="veth208ca1a"} 4867 node_network_flags{device="veth21c0fe7"} 4867 node_network_flags{device="veth2214e42"} 4867 node_network_flags{device="veth228bd69"} 4867 node_network_flags{device="veth229b6d4"} 4867 node_network_flags{device="veth22f2fec"} 4867 node_network_flags{device="veth231c261"} 4867 node_network_flags{device="veth231d40e"} 4867 node_network_flags{device="veth232533d"} 4867 node_network_flags{device="veth235d53e"} 4867 node_network_flags{device="veth237b6c4"} 4867 node_network_flags{device="veth23e1e40"} 4867 node_network_flags{device="veth24fc934"} 4867 node_network_flags{device="veth25d516d"} 4867 node_network_flags{device="veth268dc93"} 4867 node_network_flags{device="veth279aa19"} 4867 node_network_flags{device="veth27a3e0d"} 4867 node_network_flags{device="veth27aa3e1"} 4867 node_network_flags{device="veth27bf25e"} 4867 node_network_flags{device="veth27eb3a1"} 4867 node_network_flags{device="veth2817a39"} 4867 node_network_flags{device="veth298a150"} 4867 node_network_flags{device="veth29e1cdf"} 4867 node_network_flags{device="veth2a938c7"} 4867 node_network_flags{device="veth2b6f776"} 4867 node_network_flags{device="veth2bea18d"} 4867 node_network_flags{device="veth2cb2aa6"} 4867 node_network_flags{device="veth2cc6b5d"} 4867 node_network_flags{device="veth2cd33a1"} 4867 node_network_flags{device="veth2d03ca6"} 4867 node_network_flags{device="veth2d2c9f2"} 4867 node_network_flags{device="veth2d41a73"} 4867 node_network_flags{device="veth2d9918b"} 4867 node_network_flags{device="veth2e4245c"} 4867 node_network_flags{device="veth2e5029d"} 4867 node_network_flags{device="veth2eac8e4"} 4867 node_network_flags{device="veth2eb60e4"} 4867 node_network_flags{device="veth2f1ad78"} 4867 node_network_flags{device="veth2f899b3"} 4867 node_network_flags{device="veth2f9b6e7"} 4867 node_network_flags{device="veth2f9e651"} 4867 node_network_flags{device="veth2ffb90c"} 4867 node_network_flags{device="veth305c11f"} 4867 node_network_flags{device="veth30b95b0"} 4867 node_network_flags{device="veth3110731"} 4867 node_network_flags{device="veth315b30d"} 4867 node_network_flags{device="veth3168355"} 4867 node_network_flags{device="veth3245e1c"} 4867 node_network_flags{device="veth329ca59"} 4867 node_network_flags{device="veth32da86b"} 4867 node_network_flags{device="veth32f0bd7"} 4867 node_network_flags{device="veth33d65d5"} 4867 node_network_flags{device="veth33d87e8"} 4867 node_network_flags{device="veth3540510"} 4867 node_network_flags{device="veth354d054"} 4867 node_network_flags{device="veth357116f"} 4867 node_network_flags{device="veth35886d9"} 4867 node_network_flags{device="veth358dbf2"} 4867 node_network_flags{device="veth359cbb7"} 4867 node_network_flags{device="veth359d04a"} 4867 node_network_flags{device="veth35b4532"} 4867 node_network_flags{device="veth37d058e"} 4867 node_network_flags{device="veth37de2e1"} 4867 node_network_flags{device="veth37e7130"} 4867 node_network_flags{device="veth3823199"} 4867 node_network_flags{device="veth38668ad"} 4867 node_network_flags{device="veth3899e00"} 4867 node_network_flags{device="veth38af7f4"} 4867 node_network_flags{device="veth38c06e7"} 4867 node_network_flags{device="veth391740a"} 4867 node_network_flags{device="veth3961560"} 4867 node_network_flags{device="veth39a84d1"} 4867 node_network_flags{device="veth39ec3c6"} 4867 node_network_flags{device="veth39f418e"} 4867 node_network_flags{device="veth39f7983"} 4867 node_network_flags{device="veth3a04f6c"} 4867 node_network_flags{device="veth3a28292"} 4867 node_network_flags{device="veth3ab5921"} 4867 node_network_flags{device="veth3b81dbc"} 4867 node_network_flags{device="veth3be47e3"} 4867 node_network_flags{device="veth3bf1c8d"} 4867 node_network_flags{device="veth3c3790f"} 4867 node_network_flags{device="veth3d221c4"} 4867 node_network_flags{device="veth3d60dba"} 4867 node_network_flags{device="veth3de6d9c"} 4867 node_network_flags{device="veth3df8638"} 4867 node_network_flags{device="veth3e0fb0b"} 4867 node_network_flags{device="veth3ebb118"} 4867 node_network_flags{device="veth3ef3733"} 4867 node_network_flags{device="veth3f0586e"} 4867 node_network_flags{device="veth3f38956"} 4867 node_network_flags{device="veth3f3ac76"} 4867 node_network_flags{device="veth3f41be9"} 4867 node_network_flags{device="veth3f6e007"} 4867 node_network_flags{device="veth406e4fd"} 4867 node_network_flags{device="veth4179d44"} 4867 node_network_flags{device="veth419db48"} 4867 node_network_flags{device="veth41a5dd6"} 4867 node_network_flags{device="veth41cd559"} 4867 node_network_flags{device="veth41d7f45"} 4867 node_network_flags{device="veth423f820"} 4867 node_network_flags{device="veth42a984b"} 4867 node_network_flags{device="veth4314bf5"} 4867 node_network_flags{device="veth43e182c"} 4867 node_network_flags{device="veth4413734"} 4867 node_network_flags{device="veth450a62c"} 4867 node_network_flags{device="veth450c1a7"} 4867 node_network_flags{device="veth4580c7e"} 4867 node_network_flags{device="veth45d2560"} 4867 node_network_flags{device="veth4600cbe"} 4867 node_network_flags{device="veth4622c58"} 4867 node_network_flags{device="veth47275f8"} 4867 node_network_flags{device="veth472cfec"} 4867 node_network_flags{device="veth47a0f99"} 4867 node_network_flags{device="veth48050a3"} 4867 node_network_flags{device="veth484e5a7"} 4867 node_network_flags{device="veth487c580"} 4867 node_network_flags{device="veth48bbb3e"} 4867 node_network_flags{device="veth48c9eb6"} 4867 node_network_flags{device="veth48fa74a"} 4867 node_network_flags{device="veth4919473"} 4867 node_network_flags{device="veth491f00e"} 4867 node_network_flags{device="veth4971f59"} 4867 node_network_flags{device="veth49a95ae"} 4867 node_network_flags{device="veth4a773af"} 4867 node_network_flags{device="veth4a8a86b"} 4867 node_network_flags{device="veth4b8fe58"} 4867 node_network_flags{device="veth4bdb4d9"} 4867 node_network_flags{device="veth4bf3046"} 4867 node_network_flags{device="veth4d292f2"} 4867 node_network_flags{device="veth4d2cca3"} 4867 node_network_flags{device="veth4d31c40"} 4867 node_network_flags{device="veth4d49f16"} 4867 node_network_flags{device="veth4d6ffca"} 4867 node_network_flags{device="veth4e685b7"} 4867 node_network_flags{device="veth4eb2990"} 4867 node_network_flags{device="veth4ef981b"} 4867 node_network_flags{device="veth4f30eb7"} 4867 node_network_flags{device="veth4f61226"} 4867 node_network_flags{device="veth4ff09ee"} 4867 node_network_flags{device="veth5054e93"} 4867 node_network_flags{device="veth50865f9"} 4867 node_network_flags{device="veth5088dc3"} 4867 node_network_flags{device="veth519857b"} 4867 node_network_flags{device="veth51d9ece"} 4867 node_network_flags{device="veth5210908"} 4867 node_network_flags{device="veth5284787"} 4867 node_network_flags{device="veth52cfc45"} 4867 node_network_flags{device="veth52e330e"} 4867 node_network_flags{device="veth5365cc9"} 4867 node_network_flags{device="veth54e9292"} 4867 node_network_flags{device="veth564c8a0"} 4867 node_network_flags{device="veth5675ed9"} 4867 node_network_flags{device="veth56f8c0c"} 4867 node_network_flags{device="veth57d2b8b"} 4867 node_network_flags{device="veth57d676c"} 4867 node_network_flags{device="veth57ec583"} 4867 node_network_flags{device="veth5804bd9"} 4867 node_network_flags{device="veth58598dd"} 4867 node_network_flags{device="veth58b55e5"} 4867 node_network_flags{device="veth5965e63"} 4867 node_network_flags{device="veth5aa30fc"} 4867 node_network_flags{device="veth5ac6b24"} 4867 node_network_flags{device="veth5af51bd"} 4867 node_network_flags{device="veth5afbbb6"} 4867 node_network_flags{device="veth5bbabc3"} 4867 node_network_flags{device="veth5bdd045"} 4867 node_network_flags{device="veth5c571c8"} 4867 node_network_flags{device="veth5c61f57"} 4867 node_network_flags{device="veth5d012dd"} 4867 node_network_flags{device="veth5e12c5b"} 4867 node_network_flags{device="veth5e4f007"} 4867 node_network_flags{device="veth5ee2818"} 4867 node_network_flags{device="veth5f39032"} 4867 node_network_flags{device="veth5f4e2d0"} 4867 node_network_flags{device="veth5fc3d12"} 4867 node_network_flags{device="veth61185ee"} 4867 node_network_flags{device="veth6131e75"} 4867 node_network_flags{device="veth6168483"} 4867 node_network_flags{device="veth6250a44"} 4867 node_network_flags{device="veth62645db"} 4867 node_network_flags{device="veth626da15"} 4867 node_network_flags{device="veth6280f39"} 4867 node_network_flags{device="veth629c943"} 4867 node_network_flags{device="veth62adda3"} 4867 node_network_flags{device="veth634d1ed"} 4867 node_network_flags{device="veth6453baa"} 4867 node_network_flags{device="veth64c3431"} 4867 node_network_flags{device="veth651818e"} 4867 node_network_flags{device="veth651c5d0"} 4867 node_network_flags{device="veth65337b2"} 4867 node_network_flags{device="veth65c360e"} 4867 node_network_flags{device="veth6630733"} 4867 node_network_flags{device="veth66b7fed"} 4867 node_network_flags{device="veth670d042"} 4867 node_network_flags{device="veth6774070"} 4867 node_network_flags{device="veth67e3876"} 4867 node_network_flags{device="veth684d2c7"} 4867 node_network_flags{device="veth688908c"} 4867 node_network_flags{device="veth6898f5c"} 4867 node_network_flags{device="veth68fd89d"} 4867 node_network_flags{device="veth690503f"} 4867 node_network_flags{device="veth69a31f5"} 4867 node_network_flags{device="veth69cb16e"} 4867 node_network_flags{device="veth69d3433"} 4867 node_network_flags{device="veth69f30b8"} 4867 node_network_flags{device="veth69f82f1"} 4867 node_network_flags{device="veth6a008e6"} 4867 node_network_flags{device="veth6a08252"} 4867 node_network_flags{device="veth6a552ae"} 4867 node_network_flags{device="veth6a9654d"} 4867 node_network_flags{device="veth6ac2ad5"} 4867 node_network_flags{device="veth6b2d933"} 4867 node_network_flags{device="veth6b3dad4"} 4867 node_network_flags{device="veth6b52f37"} 4867 node_network_flags{device="veth6befc8c"} 4867 node_network_flags{device="veth6c33543"} 4867 node_network_flags{device="veth6c58b6c"} 4867 node_network_flags{device="veth6c5ad94"} 4867 node_network_flags{device="veth6ca3495"} 4867 node_network_flags{device="veth6ce5f51"} 4867 node_network_flags{device="veth6d0a089"} 4867 node_network_flags{device="veth6d3ac08"} 4867 node_network_flags{device="veth6e44940"} 4867 node_network_flags{device="veth6e6c1f7"} 4867 node_network_flags{device="veth6ed1d48"} 4867 node_network_flags{device="veth70c4d49"} 4867 node_network_flags{device="veth71776a8"} 4867 node_network_flags{device="veth7188a44"} 4867 node_network_flags{device="veth718a7eb"} 4867 node_network_flags{device="veth71ffa2e"} 4867 node_network_flags{device="veth72d266b"} 4867 node_network_flags{device="veth73369bb"} 4867 node_network_flags{device="veth73b2056"} 4867 node_network_flags{device="veth73ead52"} 4867 node_network_flags{device="veth7429a6e"} 4867 node_network_flags{device="veth745dadb"} 4867 node_network_flags{device="veth750eb48"} 4867 node_network_flags{device="veth752218d"} 4867 node_network_flags{device="veth757493a"} 4867 node_network_flags{device="veth757efe6"} 4867 node_network_flags{device="veth757fccd"} 4867 node_network_flags{device="veth75e9ad3"} 4867 node_network_flags{device="veth760c07f"} 4867 node_network_flags{device="veth7632291"} 4867 node_network_flags{device="veth76dc8a9"} 4867 node_network_flags{device="veth76f5b59"} 4867 node_network_flags{device="veth7708a2a"} 4867 node_network_flags{device="veth7731308"} 4867 node_network_flags{device="veth774a0cf"} 4867 node_network_flags{device="veth7758da8"} 4867 node_network_flags{device="veth77f5539"} 4867 node_network_flags{device="veth78a6a45"} 4867 node_network_flags{device="veth78df8ba"} 4867 node_network_flags{device="veth797e46a"} 4867 node_network_flags{device="veth79e6c25"} 4867 node_network_flags{device="veth79ef071"} 4867 node_network_flags{device="veth7a37e75"} 4867 node_network_flags{device="veth7a4ee0a"} 4867 node_network_flags{device="veth7a84b20"} 4867 node_network_flags{device="veth7a8d1bc"} 4867 node_network_flags{device="veth7b5aa98"} 4867 node_network_flags{device="veth7b76de0"} 4867 node_network_flags{device="veth7bbc3fb"} 4867 node_network_flags{device="veth7bdbf78"} 4867 node_network_flags{device="veth7c00c6f"} 4867 node_network_flags{device="veth7c170e8"} 4867 node_network_flags{device="veth7c79405"} 4867 node_network_flags{device="veth7c7c6a4"} 4867 node_network_flags{device="veth7c7edf8"} 4867 node_network_flags{device="veth7cd2b86"} 4867 node_network_flags{device="veth7ceb6c5"} 4867 node_network_flags{device="veth7d0a9c9"} 4867 node_network_flags{device="veth7da5a3d"} 4867 node_network_flags{device="veth7e7a5a2"} 4867 node_network_flags{device="veth7e90c50"} 4867 node_network_flags{device="veth7efb584"} 4867 node_network_flags{device="veth7efb9a4"} 4867 node_network_flags{device="veth7f219e6"} 4867 node_network_flags{device="veth7f349f1"} 4867 node_network_flags{device="veth7f7adf7"} 4867 node_network_flags{device="veth7fbccd1"} 4867 node_network_flags{device="veth7ff9da9"} 4867 node_network_flags{device="veth804203c"} 4867 node_network_flags{device="veth80abb3a"} 4867 node_network_flags{device="veth80bc918"} 4867 node_network_flags{device="veth80db113"} 4867 node_network_flags{device="veth8115deb"} 4867 node_network_flags{device="veth818e1b4"} 4867 node_network_flags{device="veth81cd17e"} 4867 node_network_flags{device="veth81e6903"} 4867 node_network_flags{device="veth81f0a15"} 4867 node_network_flags{device="veth824a73a"} 4867 node_network_flags{device="veth8286cb8"} 4867 node_network_flags{device="veth82bcac8"} 4867 node_network_flags{device="veth82c8314"} 4867 node_network_flags{device="veth82d54d6"} 4867 node_network_flags{device="veth82e7162"} 4867 node_network_flags{device="veth82f9bb2"} 4867 node_network_flags{device="veth83c076f"} 4867 node_network_flags{device="veth841b31f"} 4867 node_network_flags{device="veth8491d68"} 4867 node_network_flags{device="veth8575f2f"} 4867 node_network_flags{device="veth86b5718"} 4867 node_network_flags{device="veth86b8fa2"} 4867 node_network_flags{device="veth86c5967"} 4867 node_network_flags{device="veth86f7933"} 4867 node_network_flags{device="veth873a2e1"} 4867 node_network_flags{device="veth87bf2d7"} 4867 node_network_flags{device="veth87de5ef"} 4867 node_network_flags{device="veth880729a"} 4867 node_network_flags{device="veth8899f2d"} 4867 node_network_flags{device="veth89df824"} 4867 node_network_flags{device="veth8a757d1"} 4867 node_network_flags{device="veth8ac6051"} 4867 node_network_flags{device="veth8aec1f4"} 4867 node_network_flags{device="veth8bb71ef"} 4867 node_network_flags{device="veth8c359ba"} 4867 node_network_flags{device="veth8c3728a"} 4867 node_network_flags{device="veth8c3b2b4"} 4867 node_network_flags{device="veth8d365d7"} 4867 node_network_flags{device="veth8d79659"} 4867 node_network_flags{device="veth8e0aa38"} 4867 node_network_flags{device="veth8f8d551"} 4867 node_network_flags{device="veth8fbb10d"} 4867 node_network_flags{device="veth900bd70"} 4867 node_network_flags{device="veth902cadc"} 4867 node_network_flags{device="veth9047572"} 4867 node_network_flags{device="veth9057c62"} 4867 node_network_flags{device="veth9073787"} 4867 node_network_flags{device="veth9166eaa"} 4867 node_network_flags{device="veth9193b16"} 4867 node_network_flags{device="veth91a6689"} 4867 node_network_flags{device="veth91f1a12"} 4867 node_network_flags{device="veth91fabb4"} 4867 node_network_flags{device="veth9267946"} 4867 node_network_flags{device="veth9371418"} 4867 node_network_flags{device="veth93f3c9f"} 4867 node_network_flags{device="veth9488f04"} 4867 node_network_flags{device="veth948cd1e"} 4867 node_network_flags{device="veth951eef4"} 4867 node_network_flags{device="veth9675397"} 4867 node_network_flags{device="veth9681927"} 4867 node_network_flags{device="veth96e0471"} 4867 node_network_flags{device="veth98feb57"} 4867 node_network_flags{device="veth994a72a"} 4867 node_network_flags{device="veth9985b4e"} 4867 node_network_flags{device="veth99cdb12"} 4867 node_network_flags{device="veth9a9e7eb"} 4867 node_network_flags{device="veth9b18d92"} 4867 node_network_flags{device="veth9b23960"} 4867 node_network_flags{device="veth9bbbd3e"} 4867 node_network_flags{device="veth9bde175"} 4867 node_network_flags{device="veth9bed411"} 4867 node_network_flags{device="veth9c4e77f"} 4867 node_network_flags{device="veth9c9a350"} 4867 node_network_flags{device="veth9cb0c0f"} 4867 node_network_flags{device="veth9cfe767"} 4867 node_network_flags{device="veth9d35c37"} 4867 node_network_flags{device="veth9d674e8"} 4867 node_network_flags{device="veth9d8fc99"} 4867 node_network_flags{device="veth9d98eba"} 4867 node_network_flags{device="veth9da8b8d"} 4867 node_network_flags{device="veth9df3ecb"} 4867 node_network_flags{device="veth9e9fce6"} 4867 node_network_flags{device="veth9ed817d"} 4867 node_network_flags{device="veth9f3233d"} 4867 node_network_flags{device="veth9f82c51"} 4867 node_network_flags{device="veth9f8faa5"} 4867 node_network_flags{device="vetha0c1437"} 4867 node_network_flags{device="vetha0e80a0"} 4867 node_network_flags{device="vetha106075"} 4867 node_network_flags{device="vetha10ed6f"} 4867 node_network_flags{device="vetha131bbc"} 4867 node_network_flags{device="vetha187e3b"} 4867 node_network_flags{device="vetha19ce39"} 4867 node_network_flags{device="vetha1a96b5"} 4867 node_network_flags{device="vetha1db4d4"} 4867 node_network_flags{device="vetha208f1d"} 4867 node_network_flags{device="vetha20f05a"} 4867 node_network_flags{device="vetha21095f"} 4867 node_network_flags{device="vetha29c587"} 4867 node_network_flags{device="vetha2d62f9"} 4867 node_network_flags{device="vetha2e6ee7"} 4867 node_network_flags{device="vetha2efe45"} 4867 node_network_flags{device="vetha334ff9"} 4867 node_network_flags{device="vetha33b595"} 4867 node_network_flags{device="vetha356001"} 4867 node_network_flags{device="vetha3d3064"} 4867 node_network_flags{device="vetha3e8c9c"} 4867 node_network_flags{device="vetha3f126e"} 4867 node_network_flags{device="vetha4878ac"} 4867 node_network_flags{device="vetha5244b8"} 4867 node_network_flags{device="vetha588f6c"} 4867 node_network_flags{device="vetha58e162"} 4867 node_network_flags{device="vetha80a84c"} 4867 node_network_flags{device="vetha81db62"} 4867 node_network_flags{device="vetha8da15f"} 4867 node_network_flags{device="vetha95fac3"} 4867 node_network_flags{device="vethaa460d0"} 4867 node_network_flags{device="vethaa5252d"} 4867 node_network_flags{device="vethabd5525"} 4867 node_network_flags{device="vethac309ae"} 4867 node_network_flags{device="vethacc9983"} 4867 node_network_flags{device="vethadaa61e"} 4867 node_network_flags{device="vethadd6779"} 4867 node_network_flags{device="vethae07fdb"} 4867 node_network_flags{device="vethae2e166"} 4867 node_network_flags{device="vethae6aaad"} 4867 node_network_flags{device="vethae899be"} 4867 node_network_flags{device="vethaf2d319"} 4867 node_network_flags{device="vethaff0c5f"} 4867 node_network_flags{device="vethb11d1d5"} 4867 node_network_flags{device="vethb146b3d"} 4867 node_network_flags{device="vethb17b307"} 4867 node_network_flags{device="vethb24125c"} 4867 node_network_flags{device="vethb25b930"} 4867 node_network_flags{device="vethb264074"} 4867 node_network_flags{device="vethb26da6e"} 4867 node_network_flags{device="vethb2f7e0f"} 4867 node_network_flags{device="vethb413da6"} 4867 node_network_flags{device="vethb436b35"} 4867 node_network_flags{device="vethb466aea"} 4867 node_network_flags{device="vethb4a4c76"} 4867 node_network_flags{device="vethb4fafb4"} 4867 node_network_flags{device="vethb5afb08"} 4867 node_network_flags{device="vethb72a42c"} 4867 node_network_flags{device="vethb80e0f0"} 4867 node_network_flags{device="vethb8148cc"} 4867 node_network_flags{device="vethb85e063"} 4867 node_network_flags{device="vethb92f9d3"} 4867 node_network_flags{device="vethb92fe3f"} 4867 node_network_flags{device="vethba942aa"} 4867 node_network_flags{device="vethbae8967"} 4867 node_network_flags{device="vethbb0b4fe"} 4867 node_network_flags{device="vethbbaaafe"} 4867 node_network_flags{device="vethbc2b4ad"} 4867 node_network_flags{device="vethbc58d49"} 4867 node_network_flags{device="vethbcde7a6"} 4867 node_network_flags{device="vethbce62a9"} 4867 node_network_flags{device="vethbe194c8"} 4867 node_network_flags{device="vethbe2c80a"} 4867 node_network_flags{device="vethbe97de8"} 4867 node_network_flags{device="vethbfb44f0"} 4867 node_network_flags{device="vethc00de3e"} 4867 node_network_flags{device="vethc02588e"} 4867 node_network_flags{device="vethc033a93"} 4867 node_network_flags{device="vethc060fb3"} 4867 node_network_flags{device="vethc122dad"} 4867 node_network_flags{device="vethc12e527"} 4867 node_network_flags{device="vethc140d9c"} 4867 node_network_flags{device="vethc17e1ec"} 4867 node_network_flags{device="vethc1d7f4f"} 4867 node_network_flags{device="vethc1ec8f5"} 4867 node_network_flags{device="vethc20d812"} 4867 node_network_flags{device="vethc22a5c0"} 4867 node_network_flags{device="vethc239fc6"} 4867 node_network_flags{device="vethc311203"} 4867 node_network_flags{device="vethc3412aa"} 4867 node_network_flags{device="vethc3f0337"} 4867 node_network_flags{device="vethc42048e"} 4867 node_network_flags{device="vethc4617ba"} 4867 node_network_flags{device="vethc498aec"} 4867 node_network_flags{device="vethc4f407f"} 4867 node_network_flags{device="vethc554c32"} 4867 node_network_flags{device="vethc5aaafd"} 4867 node_network_flags{device="vethc5ace02"} 4867 node_network_flags{device="vethc5b36ba"} 4867 node_network_flags{device="vethc5dd649"} 4867 node_network_flags{device="vethc5eb73b"} 4867 node_network_flags{device="vethc5eca53"} 4867 node_network_flags{device="vethc68deb2"} 4867 node_network_flags{device="vethc69e5b9"} 4867 node_network_flags{device="vethc6fe840"} 4867 node_network_flags{device="vethc7016cb"} 4867 node_network_flags{device="vethc75d66d"} 4867 node_network_flags{device="vethc790a6e"} 4867 node_network_flags{device="vethc84e290"} 4867 node_network_flags{device="vethc8739b3"} 4867 node_network_flags{device="vethc87da99"} 4867 node_network_flags{device="vethc88bbcf"} 4867 node_network_flags{device="vethc928fb9"} 4867 node_network_flags{device="vethc959280"} 4867 node_network_flags{device="vethc97be75"} 4867 node_network_flags{device="vethc99df73"} 4867 node_network_flags{device="vethc9e1b23"} 4867 node_network_flags{device="vethca8e8cd"} 4867 node_network_flags{device="vethcb7fed6"} 4867 node_network_flags{device="vethcb89e48"} 4867 node_network_flags{device="vethcc43237"} 4867 node_network_flags{device="vethcc4fef3"} 4867 node_network_flags{device="vethcc7f6ac"} 4867 node_network_flags{device="vethccb9f9c"} 4867 node_network_flags{device="vethccdb53f"} 4867 node_network_flags{device="vethcd6e0c9"} 4867 node_network_flags{device="vethce1a2f7"} 4867 node_network_flags{device="vethce4e99b"} 4867 node_network_flags{device="vethce521ba"} 4867 node_network_flags{device="vethcf53b01"} 4867 node_network_flags{device="vethcfd9fe1"} 4867 node_network_flags{device="vethd0b2173"} 4867 node_network_flags{device="vethd0f1488"} 4867 node_network_flags{device="vethd0f34e4"} 4867 node_network_flags{device="vethd0ffc64"} 4867 node_network_flags{device="vethd1ec6d3"} 4867 node_network_flags{device="vethd2010fb"} 4867 node_network_flags{device="vethd2deb54"} 4867 node_network_flags{device="vethd2f4531"} 4867 node_network_flags{device="vethd34362b"} 4867 node_network_flags{device="vethd347820"} 4867 node_network_flags{device="vethd3608f1"} 4867 node_network_flags{device="vethd42c82d"} 4867 node_network_flags{device="vethd45b81a"} 4867 node_network_flags{device="vethd466b1f"} 4867 node_network_flags{device="vethd49c6b2"} 4867 node_network_flags{device="vethd5344cc"} 4867 node_network_flags{device="vethd60e2bd"} 4867 node_network_flags{device="vethd64322f"} 4867 node_network_flags{device="vethd65b5b3"} 4867 node_network_flags{device="vethd681481"} 4867 node_network_flags{device="vethd6ceb54"} 4867 node_network_flags{device="vethd6fa258"} 4867 node_network_flags{device="vethd71b7e5"} 4867 node_network_flags{device="vethd752c61"} 4867 node_network_flags{device="vethd760c58"} 4867 node_network_flags{device="vethd768a42"} 4867 node_network_flags{device="vethd76e941"} 4867 node_network_flags{device="vethd81eb6c"} 4867 node_network_flags{device="vethd868ed3"} 4867 node_network_flags{device="vethd8a170f"} 4867 node_network_flags{device="vethd8b4b5b"} 4867 node_network_flags{device="vethd97f7eb"} 4867 node_network_flags{device="vethd9c86a8"} 4867 node_network_flags{device="vethda452a5"} 4867 node_network_flags{device="vethdaa52c9"} 4867 node_network_flags{device="vethdae085c"} 4867 node_network_flags{device="vethdb552be"} 4867 node_network_flags{device="vethdba1b3a"} 4867 node_network_flags{device="vethdc4d810"} 4867 node_network_flags{device="vethdd1fe39"} 4867 node_network_flags{device="vethdd25bde"} 4867 node_network_flags{device="vethdd3daca"} 4867 node_network_flags{device="vethdd432a7"} 4867 node_network_flags{device="vethdd77089"} 4867 node_network_flags{device="vethdd88546"} 4867 node_network_flags{device="vethdda7569"} 4867 node_network_flags{device="vethddb4b12"} 4867 node_network_flags{device="vethde79ae2"} 4867 node_network_flags{device="vethde8673b"} 4867 node_network_flags{device="vethdf825a0"} 4867 node_network_flags{device="vethdf861f8"} 4867 node_network_flags{device="vethdfcbb7b"} 4867 node_network_flags{device="vethe028419"} 4867 node_network_flags{device="vethe05e953"} 4867 node_network_flags{device="vethe0c38b7"} 4867 node_network_flags{device="vethe101bab"} 4867 node_network_flags{device="vethe1189bd"} 4867 node_network_flags{device="vethe13fa27"} 4867 node_network_flags{device="vethe177f5b"} 4867 node_network_flags{device="vethe1ebb25"} 4867 node_network_flags{device="vethe209306"} 4867 node_network_flags{device="vethe33aa29"} 4867 node_network_flags{device="vethe38290a"} 4867 node_network_flags{device="vethe39934f"} 4867 node_network_flags{device="vethe39dd06"} 4867 node_network_flags{device="vethe45952d"} 4867 node_network_flags{device="vethe54bc00"} 4867 node_network_flags{device="vethe5621bc"} 4867 node_network_flags{device="vethe5723c0"} 4867 node_network_flags{device="vethe64b47d"} 4867 node_network_flags{device="vethe660bdb"} 4867 node_network_flags{device="vethe6b515e"} 4867 node_network_flags{device="vethe6e8924"} 4867 node_network_flags{device="vethe6f5fae"} 4867 node_network_flags{device="vethe7dc6b0"} 4867 node_network_flags{device="vethe7e6bbf"} 4867 node_network_flags{device="vethe8000ea"} 4867 node_network_flags{device="vethe8094b1"} 4867 node_network_flags{device="vethe8551b4"} 4867 node_network_flags{device="vethe8c6bde"} 4867 node_network_flags{device="vethe8f63bd"} 4867 node_network_flags{device="vethe93a649"} 4867 node_network_flags{device="vethe9de379"} 4867 node_network_flags{device="vethe9ef82b"} 4867 node_network_flags{device="vethea2004e"} 4867 node_network_flags{device="vethea7b5b1"} 4867 node_network_flags{device="vetheafba5d"} 4867 node_network_flags{device="vetheafdff8"} 4867 node_network_flags{device="vetheb96a22"} 4867 node_network_flags{device="vethec666e8"} 4867 node_network_flags{device="vethed11450"} 4867 node_network_flags{device="vethed19b20"} 4867 node_network_flags{device="vethed3ab9d"} 4867 node_network_flags{device="vetheddb648"} 4867 node_network_flags{device="vethedeec24"} 4867 node_network_flags{device="vethedf40f5"} 4867 node_network_flags{device="vetheefaddf"} 4867 node_network_flags{device="vethef58697"} 4867 node_network_flags{device="vethefe8ba7"} 4867 node_network_flags{device="vethf09ac69"} 4867 node_network_flags{device="vethf14b507"} 4867 node_network_flags{device="vethf14bf3b"} 4867 node_network_flags{device="vethf14e041"} 4867 node_network_flags{device="vethf185ebb"} 4867 node_network_flags{device="vethf2509ba"} 4867 node_network_flags{device="vethf25387f"} 4867 node_network_flags{device="vethf2a6c87"} 4867 node_network_flags{device="vethf2b1dab"} 4867 node_network_flags{device="vethf2badff"} 4867 node_network_flags{device="vethf33a028"} 4867 node_network_flags{device="vethf342283"} 4867 node_network_flags{device="vethf47c7ff"} 4867 node_network_flags{device="vethf4ac138"} 4867 node_network_flags{device="vethf4b1b2a"} 4867 node_network_flags{device="vethf4bd777"} 4867 node_network_flags{device="vethf5aeeda"} 4867 node_network_flags{device="vethf5e58af"} 4867 node_network_flags{device="vethf60f5e6"} 4867 node_network_flags{device="vethf63a7c4"} 4867 node_network_flags{device="vethf6bd349"} 4867 node_network_flags{device="vethf6ce5b6"} 4867 node_network_flags{device="vethf7684fa"} 4867 node_network_flags{device="vethf7e9d2c"} 4867 node_network_flags{device="vethf8128a9"} 4867 node_network_flags{device="vethf81e612"} 4867 node_network_flags{device="vethf855174"} 4867 node_network_flags{device="vethf894d6d"} 4867 node_network_flags{device="vethf979695"} 4867 node_network_flags{device="vethf98530e"} 4867 node_network_flags{device="vethf9986ef"} 4867 node_network_flags{device="vethf9b3f86"} 4867 node_network_flags{device="vethfb8b857"} 4867 node_network_flags{device="vethfb9458b"} 4867 node_network_flags{device="vethfbf1832"} 4867 node_network_flags{device="vethfbf1a8f"} 4867 node_network_flags{device="vethfc87a12"} 4867 node_network_flags{device="vethfc9a925"} 4867 node_network_flags{device="vethfcccc71"} 4867 node_network_flags{device="vethfd1bace"} 4867 node_network_flags{device="vethfd1daa5"} 4867 node_network_flags{device="vethfd685e4"} 4867 node_network_flags{device="vethfdacab6"} 4867 node_network_flags{device="vethfe15339"} 4867 node_network_flags{device="vethfe36666"} 4867 node_network_flags{device="vethfe7040e"} 4867 node_network_flags{device="vethfec16de"} 4867 node_network_flags{device="vethfedbea0"} 4867 node_network_flags{device="vethff12d55"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-02823e0b21f8"} 93 node_network_iface_id{device="br-04cbf9ad21fb"} 28 node_network_iface_id{device="br-07e352042c28"} 20 node_network_iface_id{device="br-08dd0c9852c8"} 63 node_network_iface_id{device="br-0a8e30067c8e"} 34 node_network_iface_id{device="br-0b7a81bcb7e3"} 66 node_network_iface_id{device="br-0bcc3cc90f11"} 6 node_network_iface_id{device="br-0d9fdd0cf163"} 119 node_network_iface_id{device="br-159df358c552"} 8733 node_network_iface_id{device="br-15dab3c5a2fb"} 17 node_network_iface_id{device="br-19518ca3b773"} 9 node_network_iface_id{device="br-1a025aacb82b"} 40 node_network_iface_id{device="br-1b283e1e5128"} 21 node_network_iface_id{device="br-1ba83a528099"} 100 node_network_iface_id{device="br-1c3bd3909a8a"} 9473 node_network_iface_id{device="br-1c535b11677a"} 105 node_network_iface_id{device="br-1de64be72380"} 97 node_network_iface_id{device="br-208ab78feaa3"} 112 node_network_iface_id{device="br-217d6415a970"} 55 node_network_iface_id{device="br-27771a4b5e1c"} 128 node_network_iface_id{device="br-2860d01a9c36"} 22 node_network_iface_id{device="br-28853d2b1974"} 111 node_network_iface_id{device="br-2cd18bfafc5e"} 90 node_network_iface_id{device="br-2f10de396682"} 117 node_network_iface_id{device="br-349eb65873d4"} 48 node_network_iface_id{device="br-3718da5a7dac"} 15 node_network_iface_id{device="br-37f17f8c2f41"} 59 node_network_iface_id{device="br-39ee20d64532"} 36 node_network_iface_id{device="br-3a7803651a32"} 122 node_network_iface_id{device="br-3b46cefe7982"} 96 node_network_iface_id{device="br-3d8e222ceb4d"} 8907 node_network_iface_id{device="br-3d9cd1c09975"} 101 node_network_iface_id{device="br-3db3cc2bc444"} 10 node_network_iface_id{device="br-3e66b6d4d599"} 9564 node_network_iface_id{device="br-3ee00523d99d"} 91 node_network_iface_id{device="br-402682b9212c"} 7 node_network_iface_id{device="br-447189b64663"} 60 node_network_iface_id{device="br-44fbf271d024"} 3 node_network_iface_id{device="br-458514748e86"} 43 node_network_iface_id{device="br-483851ad6d82"} 133 node_network_iface_id{device="br-4b6104651907"} 64 node_network_iface_id{device="br-4dbe0bd05d7e"} 29 node_network_iface_id{device="br-4fac6072ea97"} 30 node_network_iface_id{device="br-5064110da1f6"} 120 node_network_iface_id{device="br-52ce8deae651"} 23 node_network_iface_id{device="br-559d36b72748"} 129 node_network_iface_id{device="br-56145531d617"} 113 node_network_iface_id{device="br-566d230839cf"} 130 node_network_iface_id{device="br-56a5fa614b52"} 9270 node_network_iface_id{device="br-5748fcd1e7ca"} 42 node_network_iface_id{device="br-595b89a771c2"} 131 node_network_iface_id{device="br-59aa9f4171dd"} 35 node_network_iface_id{device="br-5a1c61a6d482"} 38 node_network_iface_id{device="br-5b324be20854"} 31 node_network_iface_id{device="br-5f11f2c9115a"} 89 node_network_iface_id{device="br-606bd002e3a4"} 87 node_network_iface_id{device="br-61e477cf95da"} 72 node_network_iface_id{device="br-65df7dba5a66"} 9675 node_network_iface_id{device="br-6654a6f415ef"} 67 node_network_iface_id{device="br-665d979d60c7"} 44 node_network_iface_id{device="br-6746be184829"} 92 node_network_iface_id{device="br-67b6f2b09055"} 52 node_network_iface_id{device="br-6d59a9037e7f"} 110 node_network_iface_id{device="br-6e8e8bec63f7"} 106 node_network_iface_id{device="br-6fdd4f05699e"} 9323 node_network_iface_id{device="br-70a43ddb765f"} 85 node_network_iface_id{device="br-7151fb21ebc7"} 78 node_network_iface_id{device="br-757cf8ccd099"} 25 node_network_iface_id{device="br-7783edd4fb63"} 39 node_network_iface_id{device="br-7967b93cb965"} 53 node_network_iface_id{device="br-7a05c4b4c71c"} 4 node_network_iface_id{device="br-7f1c0840c41b"} 114 node_network_iface_id{device="br-8291479ee6f8"} 58 node_network_iface_id{device="br-82b59b3e5c30"} 32 node_network_iface_id{device="br-831a310fd395"} 8870 node_network_iface_id{device="br-832e21b6735f"} 11 node_network_iface_id{device="br-84962c4a05ff"} 80 node_network_iface_id{device="br-89456f9f0577"} 68 node_network_iface_id{device="br-8c90f08921d2"} 124 node_network_iface_id{device="br-8d1ae48ba56b"} 118 node_network_iface_id{device="br-8d5f8dfdd165"} 81 node_network_iface_id{device="br-8f019a492357"} 132 node_network_iface_id{device="br-8f2fb4b87f97"} 115 node_network_iface_id{device="br-9122d919d3da"} 51 node_network_iface_id{device="br-91e32aebc9b9"} 102 node_network_iface_id{device="br-973daca1c7c2"} 107 node_network_iface_id{device="br-98551e817ad3"} 82 node_network_iface_id{device="br-a01a29421e12"} 41 node_network_iface_id{device="br-a194f29d52a3"} 94 node_network_iface_id{device="br-a19b8bbcb4ba"} 46 node_network_iface_id{device="br-a384ecbfdb6c"} 8948 node_network_iface_id{device="br-a5d1efbd6302"} 65 node_network_iface_id{device="br-a9242a3d7305"} 9105 node_network_iface_id{device="br-ab4fc0c8f205"} 69 node_network_iface_id{device="br-ac5441a8184d"} 77 node_network_iface_id{device="br-ad296b058e6c"} 26 node_network_iface_id{device="br-b0d3385258be"} 125 node_network_iface_id{device="br-b5cc1abc8af1"} 18 node_network_iface_id{device="br-b84a81030c46"} 8 node_network_iface_id{device="br-b9ddcd38e3d5"} 27 node_network_iface_id{device="br-bbf479fecfd1"} 98 node_network_iface_id{device="br-bf24405639d1"} 108 node_network_iface_id{device="br-bf75749e355d"} 12 node_network_iface_id{device="br-bfa260e794d9"} 109 node_network_iface_id{device="br-c121b68147b6"} 13 node_network_iface_id{device="br-c1af548193f3"} 71 node_network_iface_id{device="br-c60789b54f4a"} 126 node_network_iface_id{device="br-c7ec91768290"} 54 node_network_iface_id{device="br-c8047895107e"} 5 node_network_iface_id{device="br-c8dc093516dd"} 116 node_network_iface_id{device="br-c9441662f35b"} 73 node_network_iface_id{device="br-cca3eb0bd63d"} 49 node_network_iface_id{device="br-cfa83479df17"} 47 node_network_iface_id{device="br-cfa8e5dacf79"} 103 node_network_iface_id{device="br-d08110bc3e31"} 62 node_network_iface_id{device="br-d286f920faa7"} 9146 node_network_iface_id{device="br-d36675741a6d"} 9064 node_network_iface_id{device="br-d4ad227661d1"} 14 node_network_iface_id{device="br-d54d8e4f9ca5"} 74 node_network_iface_id{device="br-d6aad0d2a913"} 50 node_network_iface_id{device="br-dbca5566e641"} 33 node_network_iface_id{device="br-dc87a7504ded"} 99 node_network_iface_id{device="br-ddde99c88d06"} 8437 node_network_iface_id{device="br-e0e95d87f3e0"} 19 node_network_iface_id{device="br-e5714f199361"} 75 node_network_iface_id{device="br-e63b0d1593b5"} 57 node_network_iface_id{device="br-e6ca372c02c0"} 84 node_network_iface_id{device="br-ea12a1764685"} 76 node_network_iface_id{device="br-edfd70c2aede"} 8833 node_network_iface_id{device="br-ef37d58f8fe1"} 8746 node_network_iface_id{device="br-f7269b4b25bf"} 95 node_network_iface_id{device="docker0"} 134 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0009c48"} 7598 node_network_iface_id{device="veth0057f22"} 5786 node_network_iface_id{device="veth008ddfb"} 6678 node_network_iface_id{device="veth00e3c78"} 7826 node_network_iface_id{device="veth01c5e43"} 5664 node_network_iface_id{device="veth01d1acf"} 4916 node_network_iface_id{device="veth01f4e0b"} 5870 node_network_iface_id{device="veth02fa58b"} 8430 node_network_iface_id{device="veth032511c"} 7470 node_network_iface_id{device="veth032853a"} 5300 node_network_iface_id{device="veth0379a17"} 6868 node_network_iface_id{device="veth039b82d"} 7030 node_network_iface_id{device="veth03dd035"} 7400 node_network_iface_id{device="veth04159af"} 5008 node_network_iface_id{device="veth041f04f"} 6922 node_network_iface_id{device="veth048c9d9"} 6292 node_network_iface_id{device="veth0521f31"} 8394 node_network_iface_id{device="veth059040d"} 6716 node_network_iface_id{device="veth05a06a7"} 7526 node_network_iface_id{device="veth067e6e9"} 9596 node_network_iface_id{device="veth06e31b1"} 8939 node_network_iface_id{device="veth06f27a2"} 5600 node_network_iface_id{device="veth07a049d"} 5934 node_network_iface_id{device="veth0808d98"} 6516 node_network_iface_id{device="veth0886055"} 7060 node_network_iface_id{device="veth08ae0d6"} 9286 node_network_iface_id{device="veth096258a"} 8750 node_network_iface_id{device="veth0b64779"} 7024 node_network_iface_id{device="veth0bfbe46"} 7478 node_network_iface_id{device="veth0d263b9"} 6788 node_network_iface_id{device="veth0d26989"} 5454 node_network_iface_id{device="veth0e4628c"} 9600 node_network_iface_id{device="veth0e6c375"} 6194 node_network_iface_id{device="veth0e86ab7"} 7084 node_network_iface_id{device="veth0ec88d9"} 6332 node_network_iface_id{device="veth0f039e4"} 6826 node_network_iface_id{device="veth0f6e4c2"} 7048 node_network_iface_id{device="veth0f8da12"} 5450 node_network_iface_id{device="veth0fc3400"} 6434 node_network_iface_id{device="veth0fe6ce8"} 8332 node_network_iface_id{device="veth100d8fb"} 6614 node_network_iface_id{device="veth107e808"} 4926 node_network_iface_id{device="veth1093ea4"} 6838 node_network_iface_id{device="veth10e276d"} 7102 node_network_iface_id{device="veth11210db"} 5836 node_network_iface_id{device="veth11507a2"} 6490 node_network_iface_id{device="veth115219d"} 6402 node_network_iface_id{device="veth12b4062"} 4974 node_network_iface_id{device="veth13756cd"} 7578 node_network_iface_id{device="veth1380211"} 9186 node_network_iface_id{device="veth139d69d"} 6018 node_network_iface_id{device="veth148ba09"} 7376 node_network_iface_id{device="veth1498546"} 8346 node_network_iface_id{device="veth1568435"} 9137 node_network_iface_id{device="veth182b299"} 9337 node_network_iface_id{device="veth1a57969"} 6866 node_network_iface_id{device="veth1a5d00b"} 8238 node_network_iface_id{device="veth1aee0c9"} 5346 node_network_iface_id{device="veth1af829a"} 6780 node_network_iface_id{device="veth1af887e"} 6440 node_network_iface_id{device="veth1bb281d"} 7220 node_network_iface_id{device="veth1be69a9"} 5822 node_network_iface_id{device="veth1c2382f"} 5866 node_network_iface_id{device="veth1c86f94"} 7226 node_network_iface_id{device="veth1cd53f4"} 6192 node_network_iface_id{device="veth1d5e1a4"} 7094 node_network_iface_id{device="veth1dc4860"} 7680 node_network_iface_id{device="veth1dea2fe"} 5852 node_network_iface_id{device="veth1e7f00c"} 7020 node_network_iface_id{device="veth1ec0310"} 8865 node_network_iface_id{device="veth1fda973"} 5136 node_network_iface_id{device="veth1fe94a9"} 7364 node_network_iface_id{device="veth20489bb"} 8984 node_network_iface_id{device="veth20787b5"} 7106 node_network_iface_id{device="veth208ca1a"} 9176 node_network_iface_id{device="veth21c0fe7"} 7750 node_network_iface_id{device="veth2214e42"} 7600 node_network_iface_id{device="veth228bd69"} 6230 node_network_iface_id{device="veth229b6d4"} 8737 node_network_iface_id{device="veth22f2fec"} 6040 node_network_iface_id{device="veth231c261"} 7244 node_network_iface_id{device="veth231d40e"} 7036 node_network_iface_id{device="veth232533d"} 5234 node_network_iface_id{device="veth235d53e"} 8978 node_network_iface_id{device="veth237b6c4"} 9282 node_network_iface_id{device="veth23e1e40"} 6682 node_network_iface_id{device="veth24fc934"} 6530 node_network_iface_id{device="veth25d516d"} 5404 node_network_iface_id{device="veth268dc93"} 6970 node_network_iface_id{device="veth279aa19"} 9425 node_network_iface_id{device="veth27a3e0d"} 9499 node_network_iface_id{device="veth27aa3e1"} 5926 node_network_iface_id{device="veth27bf25e"} 5034 node_network_iface_id{device="veth27eb3a1"} 7286 node_network_iface_id{device="veth2817a39"} 4976 node_network_iface_id{device="veth298a150"} 6640 node_network_iface_id{device="veth29e1cdf"} 8376 node_network_iface_id{device="veth2a938c7"} 9343 node_network_iface_id{device="veth2b6f776"} 7186 node_network_iface_id{device="veth2bea18d"} 5680 node_network_iface_id{device="veth2cb2aa6"} 5046 node_network_iface_id{device="veth2cc6b5d"} 7122 node_network_iface_id{device="veth2cd33a1"} 7236 node_network_iface_id{device="veth2d03ca6"} 5716 node_network_iface_id{device="veth2d2c9f2"} 7252 node_network_iface_id{device="veth2d41a73"} 5962 node_network_iface_id{device="veth2d9918b"} 6732 node_network_iface_id{device="veth2e4245c"} 6050 node_network_iface_id{device="veth2e5029d"} 8432 node_network_iface_id{device="veth2eac8e4"} 7314 node_network_iface_id{device="veth2eb60e4"} 6150 node_network_iface_id{device="veth2f1ad78"} 7172 node_network_iface_id{device="veth2f899b3"} 5776 node_network_iface_id{device="veth2f9b6e7"} 5858 node_network_iface_id{device="veth2f9e651"} 4954 node_network_iface_id{device="veth2ffb90c"} 5026 node_network_iface_id{device="veth305c11f"} 7034 node_network_iface_id{device="veth30b95b0"} 6074 node_network_iface_id{device="veth3110731"} 7128 node_network_iface_id{device="veth315b30d"} 7412 node_network_iface_id{device="veth3168355"} 7044 node_network_iface_id{device="veth3245e1c"} 5956 node_network_iface_id{device="veth329ca59"} 6046 node_network_iface_id{device="veth32da86b"} 7184 node_network_iface_id{device="veth32f0bd7"} 9180 node_network_iface_id{device="veth33d65d5"} 5602 node_network_iface_id{device="veth33d87e8"} 7104 node_network_iface_id{device="veth3540510"} 5790 node_network_iface_id{device="veth354d054"} 6492 node_network_iface_id{device="veth357116f"} 5064 node_network_iface_id{device="veth35886d9"} 7016 node_network_iface_id{device="veth358dbf2"} 5584 node_network_iface_id{device="veth359cbb7"} 6376 node_network_iface_id{device="veth359d04a"} 7650 node_network_iface_id{device="veth35b4532"} 5898 node_network_iface_id{device="veth37d058e"} 5772 node_network_iface_id{device="veth37de2e1"} 5856 node_network_iface_id{device="veth37e7130"} 5020 node_network_iface_id{device="veth3823199"} 9709 node_network_iface_id{device="veth38668ad"} 9139 node_network_iface_id{device="veth3899e00"} 6966 node_network_iface_id{device="veth38af7f4"} 6536 node_network_iface_id{device="veth38c06e7"} 6462 node_network_iface_id{device="veth391740a"} 7794 node_network_iface_id{device="veth3961560"} 6234 node_network_iface_id{device="veth39a84d1"} 8288 node_network_iface_id{device="veth39ec3c6"} 8360 node_network_iface_id{device="veth39f418e"} 9341 node_network_iface_id{device="veth39f7983"} 8314 node_network_iface_id{device="veth3a04f6c"} 7418 node_network_iface_id{device="veth3a28292"} 8859 node_network_iface_id{device="veth3ab5921"} 5854 node_network_iface_id{device="veth3b81dbc"} 8945 node_network_iface_id{device="veth3be47e3"} 9433 node_network_iface_id{device="veth3bf1c8d"} 7548 node_network_iface_id{device="veth3c3790f"} 5068 node_network_iface_id{device="veth3d221c4"} 7390 node_network_iface_id{device="veth3d60dba"} 6624 node_network_iface_id{device="veth3de6d9c"} 5638 node_network_iface_id{device="veth3df8638"} 9598 node_network_iface_id{device="veth3e0fb0b"} 7476 node_network_iface_id{device="veth3ebb118"} 7312 node_network_iface_id{device="veth3ef3733"} 7118 node_network_iface_id{device="veth3f0586e"} 5478 node_network_iface_id{device="veth3f38956"} 7574 node_network_iface_id{device="veth3f3ac76"} 6418 node_network_iface_id{device="veth3f41be9"} 7822 node_network_iface_id{device="veth3f6e007"} 5826 node_network_iface_id{device="veth406e4fd"} 8465 node_network_iface_id{device="veth4179d44"} 6416 node_network_iface_id{device="veth419db48"} 5672 node_network_iface_id{device="veth41a5dd6"} 5194 node_network_iface_id{device="veth41cd559"} 6498 node_network_iface_id{device="veth41d7f45"} 5650 node_network_iface_id{device="veth423f820"} 7076 node_network_iface_id{device="veth42a984b"} 5096 node_network_iface_id{device="veth4314bf5"} 7022 node_network_iface_id{device="veth43e182c"} 5080 node_network_iface_id{device="veth4413734"} 5382 node_network_iface_id{device="veth450a62c"} 7038 node_network_iface_id{device="veth450c1a7"} 5630 node_network_iface_id{device="veth4580c7e"} 5100 node_network_iface_id{device="veth45d2560"} 6486 node_network_iface_id{device="veth4600cbe"} 7090 node_network_iface_id{device="veth4622c58"} 6240 node_network_iface_id{device="veth47275f8"} 8867 node_network_iface_id{device="veth472cfec"} 5636 node_network_iface_id{device="veth47a0f99"} 8434 node_network_iface_id{device="veth48050a3"} 6464 node_network_iface_id{device="veth484e5a7"} 7096 node_network_iface_id{device="veth487c580"} 7398 node_network_iface_id{device="veth48bbb3e"} 6094 node_network_iface_id{device="veth48c9eb6"} 5016 node_network_iface_id{device="veth48fa74a"} 6910 node_network_iface_id{device="veth4919473"} 7576 node_network_iface_id{device="veth491f00e"} 9509 node_network_iface_id{device="veth4971f59"} 5976 node_network_iface_id{device="veth49a95ae"} 6998 node_network_iface_id{device="veth4a773af"} 8943 node_network_iface_id{device="veth4a8a86b"} 5954 node_network_iface_id{device="veth4b8fe58"} 7112 node_network_iface_id{device="veth4bdb4d9"} 5010 node_network_iface_id{device="veth4bf3046"} 5820 node_network_iface_id{device="veth4d292f2"} 7334 node_network_iface_id{device="veth4d2cca3"} 7338 node_network_iface_id{device="veth4d31c40"} 7050 node_network_iface_id{device="veth4d49f16"} 5050 node_network_iface_id{device="veth4d6ffca"} 7410 node_network_iface_id{device="veth4e685b7"} 7174 node_network_iface_id{device="veth4eb2990"} 7592 node_network_iface_id{device="veth4ef981b"} 6036 node_network_iface_id{device="veth4f30eb7"} 8947 node_network_iface_id{device="veth4f61226"} 6512 node_network_iface_id{device="veth4ff09ee"} 5740 node_network_iface_id{device="veth5054e93"} 5092 node_network_iface_id{device="veth50865f9"} 9443 node_network_iface_id{device="veth5088dc3"} 7524 node_network_iface_id{device="veth519857b"} 7250 node_network_iface_id{device="veth51d9ece"} 7466 node_network_iface_id{device="veth5210908"} 762 node_network_iface_id{device="veth5284787"} 7012 node_network_iface_id{device="veth52cfc45"} 5736 node_network_iface_id{device="veth52e330e"} 7130 node_network_iface_id{device="veth5365cc9"} 7194 node_network_iface_id{device="veth54e9292"} 9590 node_network_iface_id{device="veth564c8a0"} 7026 node_network_iface_id{device="veth5675ed9"} 6710 node_network_iface_id{device="veth56f8c0c"} 5578 node_network_iface_id{device="veth57d2b8b"} 6548 node_network_iface_id{device="veth57d676c"} 5606 node_network_iface_id{device="veth57ec583"} 6658 node_network_iface_id{device="veth5804bd9"} 8986 node_network_iface_id{device="veth58598dd"} 9178 node_network_iface_id{device="veth58b55e5"} 6758 node_network_iface_id{device="veth5965e63"} 4996 node_network_iface_id{device="veth5aa30fc"} 7142 node_network_iface_id{device="veth5ac6b24"} 6368 node_network_iface_id{device="veth5af51bd"} 6612 node_network_iface_id{device="veth5afbbb6"} 8904 node_network_iface_id{device="veth5bbabc3"} 6142 node_network_iface_id{device="veth5bdd045"} 5700 node_network_iface_id{device="veth5c571c8"} 9145 node_network_iface_id{device="veth5c61f57"} 5728 node_network_iface_id{device="veth5d012dd"} 7062 node_network_iface_id{device="veth5e12c5b"} 7646 node_network_iface_id{device="veth5e4f007"} 8469 node_network_iface_id{device="veth5ee2818"} 7052 node_network_iface_id{device="veth5f39032"} 7374 node_network_iface_id{device="veth5f4e2d0"} 9703 node_network_iface_id{device="veth5fc3d12"} 6518 node_network_iface_id{device="veth61185ee"} 7456 node_network_iface_id{device="veth6131e75"} 5038 node_network_iface_id{device="veth6168483"} 6570 node_network_iface_id{device="veth6250a44"} 6452 node_network_iface_id{device="veth62645db"} 6414 node_network_iface_id{device="veth626da15"} 5998 node_network_iface_id{device="veth6280f39"} 6988 node_network_iface_id{device="veth629c943"} 5370 node_network_iface_id{device="veth62adda3"} 5140 node_network_iface_id{device="veth634d1ed"} 5958 node_network_iface_id{device="veth6453baa"} 6588 node_network_iface_id{device="veth64c3431"} 7536 node_network_iface_id{device="veth651818e"} 7330 node_network_iface_id{device="veth651c5d0"} 7558 node_network_iface_id{device="veth65337b2"} 9711 node_network_iface_id{device="veth65c360e"} 7572 node_network_iface_id{device="veth6630733"} 7000 node_network_iface_id{device="veth66b7fed"} 7786 node_network_iface_id{device="veth670d042"} 6538 node_network_iface_id{device="veth6774070"} 5872 node_network_iface_id{device="veth67e3876"} 7642 node_network_iface_id{device="veth684d2c7"} 9094 node_network_iface_id{device="veth688908c"} 5778 node_network_iface_id{device="veth6898f5c"} 7372 node_network_iface_id{device="veth68fd89d"} 8358 node_network_iface_id{device="veth690503f"} 7136 node_network_iface_id{device="veth69a31f5"} 7744 node_network_iface_id{device="veth69cb16e"} 6786 node_network_iface_id{device="veth69d3433"} 5674 node_network_iface_id{device="veth69f30b8"} 6448 node_network_iface_id{device="veth69f82f1"} 7056 node_network_iface_id{device="veth6a008e6"} 9594 node_network_iface_id{device="veth6a08252"} 9449 node_network_iface_id{device="veth6a552ae"} 6006 node_network_iface_id{device="veth6a9654d"} 5850 node_network_iface_id{device="veth6ac2ad5"} 6656 node_network_iface_id{device="veth6b2d933"} 7402 node_network_iface_id{device="veth6b3dad4"} 7668 node_network_iface_id{device="veth6b52f37"} 6446 node_network_iface_id{device="veth6befc8c"} 5960 node_network_iface_id{device="veth6c33543"} 9435 node_network_iface_id{device="veth6c58b6c"} 8906 node_network_iface_id{device="veth6c5ad94"} 5938 node_network_iface_id{device="veth6ca3495"} 6546 node_network_iface_id{device="veth6ce5f51"} 7666 node_network_iface_id{device="veth6d0a089"} 6318 node_network_iface_id{device="veth6d3ac08"} 5030 node_network_iface_id{device="veth6e44940"} 9705 node_network_iface_id{device="veth6e6c1f7"} 6832 node_network_iface_id{device="veth6ed1d48"} 8292 node_network_iface_id{device="veth70c4d49"} 7320 node_network_iface_id{device="veth71776a8"} 8473 node_network_iface_id{device="veth7188a44"} 9274 node_network_iface_id{device="veth718a7eb"} 6088 node_network_iface_id{device="veth71ffa2e"} 8312 node_network_iface_id{device="veth72d266b"} 7110 node_network_iface_id{device="veth73369bb"} 9339 node_network_iface_id{device="veth73b2056"} 6190 node_network_iface_id{device="veth73ead52"} 6740 node_network_iface_id{device="veth7429a6e"} 7322 node_network_iface_id{device="veth745dadb"} 8416 node_network_iface_id{device="veth750eb48"} 5818 node_network_iface_id{device="veth752218d"} 8412 node_network_iface_id{device="veth757493a"} 7604 node_network_iface_id{device="veth757efe6"} 7384 node_network_iface_id{device="veth757fccd"} 5294 node_network_iface_id{device="veth75e9ad3"} 5768 node_network_iface_id{device="veth760c07f"} 6696 node_network_iface_id{device="veth7632291"} 5502 node_network_iface_id{device="veth76dc8a9"} 7004 node_network_iface_id{device="veth76f5b59"} 6444 node_network_iface_id{device="veth7708a2a"} 6898 node_network_iface_id{device="veth7731308"} 5940 node_network_iface_id{device="veth774a0cf"} 4920 node_network_iface_id{device="veth7758da8"} 7758 node_network_iface_id{device="veth77f5539"} 5868 node_network_iface_id{device="veth78a6a45"} 9096 node_network_iface_id{device="veth78df8ba"} 6848 node_network_iface_id{device="veth797e46a"} 6092 node_network_iface_id{device="veth79e6c25"} 5792 node_network_iface_id{device="veth79ef071"} 7154 node_network_iface_id{device="veth7a37e75"} 5054 node_network_iface_id{device="veth7a4ee0a"} 6102 node_network_iface_id{device="veth7a84b20"} 6628 node_network_iface_id{device="veth7a8d1bc"} 7394 node_network_iface_id{device="veth7b5aa98"} 6752 node_network_iface_id{device="veth7b76de0"} 5702 node_network_iface_id{device="veth7bbc3fb"} 7754 node_network_iface_id{device="veth7bdbf78"} 7138 node_network_iface_id{device="veth7c00c6f"} 7784 node_network_iface_id{device="veth7c170e8"} 7586 node_network_iface_id{device="veth7c79405"} 9143 node_network_iface_id{device="veth7c7c6a4"} 6140 node_network_iface_id{device="veth7c7edf8"} 5718 node_network_iface_id{device="veth7cd2b86"} 9335 node_network_iface_id{device="veth7ceb6c5"} 5304 node_network_iface_id{device="veth7d0a9c9"} 4922 node_network_iface_id{device="veth7da5a3d"} 7818 node_network_iface_id{device="veth7e7a5a2"} 5662 node_network_iface_id{device="veth7e90c50"} 7686 node_network_iface_id{device="veth7efb584"} 5052 node_network_iface_id{device="veth7efb9a4"} 7200 node_network_iface_id{device="veth7f219e6"} 7580 node_network_iface_id{device="veth7f349f1"} 8352 node_network_iface_id{device="veth7f7adf7"} 6574 node_network_iface_id{device="veth7fbccd1"} 7682 node_network_iface_id{device="veth7ff9da9"} 5586 node_network_iface_id{device="veth804203c"} 5078 node_network_iface_id{device="veth80abb3a"} 5930 node_network_iface_id{device="veth80bc918"} 6992 node_network_iface_id{device="veth80db113"} 6436 node_network_iface_id{device="veth8115deb"} 6684 node_network_iface_id{device="veth818e1b4"} 8354 node_network_iface_id{device="veth81cd17e"} 8418 node_network_iface_id{device="veth81e6903"} 5688 node_network_iface_id{device="veth81f0a15"} 7550 node_network_iface_id{device="veth824a73a"} 6918 node_network_iface_id{device="veth8286cb8"} 7326 node_network_iface_id{device="veth82bcac8"} 7190 node_network_iface_id{device="veth82c8314"} 7266 node_network_iface_id{device="veth82d54d6"} 7202 node_network_iface_id{device="veth82e7162"} 7678 node_network_iface_id{device="veth82f9bb2"} 6584 node_network_iface_id{device="veth83c076f"} 8869 node_network_iface_id{device="veth841b31f"} 5658 node_network_iface_id{device="veth8491d68"} 5074 node_network_iface_id{device="veth8575f2f"} 7290 node_network_iface_id{device="veth86b5718"} 7046 node_network_iface_id{device="veth86b8fa2"} 7006 node_network_iface_id{device="veth86c5967"} 8752 node_network_iface_id{device="veth86f7933"} 7494 node_network_iface_id{device="veth873a2e1"} 5012 node_network_iface_id{device="veth87bf2d7"} 7366 node_network_iface_id{device="veth87de5ef"} 9505 node_network_iface_id{device="veth880729a"} 7416 node_network_iface_id{device="veth8899f2d"} 6616 node_network_iface_id{device="veth89df824"} 6872 node_network_iface_id{device="veth8a757d1"} 8344 node_network_iface_id{device="veth8ac6051"} 5056 node_network_iface_id{device="veth8aec1f4"} 7530 node_network_iface_id{device="veth8bb71ef"} 7658 node_network_iface_id{device="veth8c359ba"} 7790 node_network_iface_id{device="veth8c3728a"} 7482 node_network_iface_id{device="veth8c3b2b4"} 7222 node_network_iface_id{device="veth8d365d7"} 4946 node_network_iface_id{device="veth8d79659"} 8898 node_network_iface_id{device="veth8e0aa38"} 7234 node_network_iface_id{device="veth8f8d551"} 5682 node_network_iface_id{device="veth8fbb10d"} 8362 node_network_iface_id{device="veth900bd70"} 7258 node_network_iface_id{device="veth902cadc"} 9102 node_network_iface_id{device="veth9047572"} 7152 node_network_iface_id{device="veth9057c62"} 7282 node_network_iface_id{device="veth9073787"} 8756 node_network_iface_id{device="veth9166eaa"} 6450 node_network_iface_id{device="veth9193b16"} 5788 node_network_iface_id{device="veth91a6689"} 4964 node_network_iface_id{device="veth91f1a12"} 8310 node_network_iface_id{device="veth91fabb4"} 5834 node_network_iface_id{device="veth9267946"} 9141 node_network_iface_id{device="veth9371418"} 7066 node_network_iface_id{device="veth93f3c9f"} 7324 node_network_iface_id{device="veth9488f04"} 4978 node_network_iface_id{device="veth948cd1e"} 5660 node_network_iface_id{device="veth951eef4"} 8236 node_network_iface_id{device="veth9675397"} 7674 node_network_iface_id{device="veth9681927"} 7134 node_network_iface_id{device="veth96e0471"} 6860 node_network_iface_id{device="veth98feb57"} 7318 node_network_iface_id{device="veth994a72a"} 5368 node_network_iface_id{device="veth9985b4e"} 7316 node_network_iface_id{device="veth99cdb12"} 5596 node_network_iface_id{device="veth9a9e7eb"} 7656 node_network_iface_id{device="veth9b18d92"} 7218 node_network_iface_id{device="veth9b23960"} 6666 node_network_iface_id{device="veth9bbbd3e"} 8342 node_network_iface_id{device="veth9bde175"} 5072 node_network_iface_id{device="veth9bed411"} 7660 node_network_iface_id{device="veth9c4e77f"} 5722 node_network_iface_id{device="veth9c9a350"} 6428 node_network_iface_id{device="veth9cb0c0f"} 6864 node_network_iface_id{device="veth9cfe767"} 5572 node_network_iface_id{device="veth9d35c37"} 6522 node_network_iface_id{device="veth9d674e8"} 6510 node_network_iface_id{device="veth9d8fc99"} 8902 node_network_iface_id{device="veth9d98eba"} 6604 node_network_iface_id{device="veth9da8b8d"} 4944 node_network_iface_id{device="veth9df3ecb"} 7140 node_network_iface_id{device="veth9e9fce6"} 8754 node_network_iface_id{device="veth9ed817d"} 7824 node_network_iface_id{device="veth9f3233d"} 4938 node_network_iface_id{device="veth9f82c51"} 8982 node_network_iface_id{device="veth9f8faa5"} 7462 node_network_iface_id{device="vetha0c1437"} 8406 node_network_iface_id{device="vetha0e80a0"} 5634 node_network_iface_id{device="vetha106075"} 8861 node_network_iface_id{device="vetha10ed6f"} 8863 node_network_iface_id{device="vetha131bbc"} 4940 node_network_iface_id{device="vetha187e3b"} 7108 node_network_iface_id{device="vetha19ce39"} 5710 node_network_iface_id{device="vetha1a96b5"} 5214 node_network_iface_id{device="vetha1db4d4"} 4972 node_network_iface_id{device="vetha208f1d"} 5972 node_network_iface_id{device="vetha20f05a"} 7182 node_network_iface_id{device="vetha21095f"} 7008 node_network_iface_id{device="vetha29c587"} 6120 node_network_iface_id{device="vetha2d62f9"} 5004 node_network_iface_id{device="vetha2e6ee7"} 9445 node_network_iface_id{device="vetha2efe45"} 6904 node_network_iface_id{device="vetha334ff9"} 6432 node_network_iface_id{device="vetha33b595"} 5642 node_network_iface_id{device="vetha356001"} 5562 node_network_iface_id{device="vetha3d3064"} 6646 node_network_iface_id{device="vetha3e8c9c"} 6718 node_network_iface_id{device="vetha3f126e"} 8334 node_network_iface_id{device="vetha4878ac"} 6592 node_network_iface_id{device="vetha5244b8"} 7468 node_network_iface_id{device="vetha588f6c"} 9503 node_network_iface_id{device="vetha58e162"} 6172 node_network_iface_id{device="vetha80a84c"} 9135 node_network_iface_id{device="vetha81db62"} 778 node_network_iface_id{device="vetha8da15f"} 5582 node_network_iface_id{device="vetha95fac3"} 9184 node_network_iface_id{device="vethaa460d0"} 6044 node_network_iface_id{device="vethaa5252d"} 6096 node_network_iface_id{device="vethabd5525"} 6534 node_network_iface_id{device="vethac309ae"} 7002 node_network_iface_id{device="vethacc9983"} 6236 node_network_iface_id{device="vethadaa61e"} 5832 node_network_iface_id{device="vethadd6779"} 7812 node_network_iface_id{device="vethae07fdb"} 5648 node_network_iface_id{device="vethae2e166"} 7274 node_network_iface_id{device="vethae6aaad"} 6242 node_network_iface_id{device="vethae899be"} 6520 node_network_iface_id{device="vethaf2d319"} 5104 node_network_iface_id{device="vethaff0c5f"} 9100 node_network_iface_id{device="vethb11d1d5"} 7596 node_network_iface_id{device="vethb146b3d"} 7288 node_network_iface_id{device="vethb17b307"} 5604 node_network_iface_id{device="vethb24125c"} 4962 node_network_iface_id{device="vethb25b930"} 8980 node_network_iface_id{device="vethb264074"} 7276 node_network_iface_id{device="vethb26da6e"} 6742 node_network_iface_id{device="vethb2f7e0f"} 5644 node_network_iface_id{device="vethb413da6"} 5006 node_network_iface_id{device="vethb436b35"} 6796 node_network_iface_id{device="vethb466aea"} 5950 node_network_iface_id{device="vethb4a4c76"} 5144 node_network_iface_id{device="vethb4fafb4"} 5632 node_network_iface_id{device="vethb5afb08"} 7272 node_network_iface_id{device="vethb72a42c"} 7284 node_network_iface_id{device="vethb80e0f0"} 6738 node_network_iface_id{device="vethb8148cc"} 7192 node_network_iface_id{device="vethb85e063"} 6378 node_network_iface_id{device="vethb92f9d3"} 6662 node_network_iface_id{device="vethb92fe3f"} 9419 node_network_iface_id{device="vethba942aa"} 6422 node_network_iface_id{device="vethbae8967"} 7238 node_network_iface_id{device="vethbb0b4fe"} 4948 node_network_iface_id{device="vethbbaaafe"} 5908 node_network_iface_id{device="vethbc2b4ad"} 5906 node_network_iface_id{device="vethbc58d49"} 7756 node_network_iface_id{device="vethbcde7a6"} 6606 node_network_iface_id{device="vethbce62a9"} 6582 node_network_iface_id{device="vethbe194c8"} 7228 node_network_iface_id{device="vethbe2c80a"} 8290 node_network_iface_id{device="vethbe97de8"} 5900 node_network_iface_id{device="vethbfb44f0"} 8338 node_network_iface_id{device="vethc00de3e"} 5084 node_network_iface_id{device="vethc02588e"} 6014 node_network_iface_id{device="vethc033a93"} 6410 node_network_iface_id{device="vethc060fb3"} 6938 node_network_iface_id{device="vethc122dad"} 5506 node_network_iface_id{device="vethc12e527"} 7072 node_network_iface_id{device="vethc140d9c"} 9701 node_network_iface_id{device="vethc17e1ec"} 6204 node_network_iface_id{device="vethc1d7f4f"} 5892 node_network_iface_id{device="vethc1ec8f5"} 6728 node_network_iface_id{device="vethc20d812"} 9451 node_network_iface_id{device="vethc22a5c0"} 6576 node_network_iface_id{device="vethc239fc6"} 7788 node_network_iface_id{device="vethc311203"} 9098 node_network_iface_id{device="vethc3412aa"} 5810 node_network_iface_id{device="vethc3f0337"} 4960 node_network_iface_id{device="vethc42048e"} 6920 node_network_iface_id{device="vethc4617ba"} 7206 node_network_iface_id{device="vethc498aec"} 5758 node_network_iface_id{device="vethc4f407f"} 5508 node_network_iface_id{device="vethc554c32"} 7406 node_network_iface_id{device="vethc5aaafd"} 7414 node_network_iface_id{device="vethc5ace02"} 7070 node_network_iface_id{device="vethc5b36ba"} 7498 node_network_iface_id{device="vethc5dd649"} 5928 node_network_iface_id{device="vethc5eb73b"} 9272 node_network_iface_id{device="vethc5eca53"} 7150 node_network_iface_id{device="vethc68deb2"} 6652 node_network_iface_id{device="vethc69e5b9"} 7040 node_network_iface_id{device="vethc6fe840"} 8896 node_network_iface_id{device="vethc7016cb"} 9501 node_network_iface_id{device="vethc75d66d"} 7124 node_network_iface_id{device="vethc790a6e"} 5208 node_network_iface_id{device="vethc84e290"} 7146 node_network_iface_id{device="vethc8739b3"} 6870 node_network_iface_id{device="vethc87da99"} 8739 node_network_iface_id{device="vethc88bbcf"} 8420 node_network_iface_id{device="vethc928fb9"} 7256 node_network_iface_id{device="vethc959280"} 6836 node_network_iface_id{device="vethc97be75"} 4956 node_network_iface_id{device="vethc99df73"} 5774 node_network_iface_id{device="vethc9e1b23"} 5668 node_network_iface_id{device="vethca8e8cd"} 5678 node_network_iface_id{device="vethcb7fed6"} 5920 node_network_iface_id{device="vethcb89e48"} 9431 node_network_iface_id{device="vethcc43237"} 5874 node_network_iface_id{device="vethcc4fef3"} 7336 node_network_iface_id{device="vethcc7f6ac"} 5588 node_network_iface_id{device="vethccb9f9c"} 6514 node_network_iface_id{device="vethccdb53f"} 8463 node_network_iface_id{device="vethcd6e0c9"} 8390 node_network_iface_id{device="vethce1a2f7"} 5696 node_network_iface_id{device="vethce4e99b"} 6532 node_network_iface_id{device="vethce521ba"} 8306 node_network_iface_id{device="vethcf53b01"} 9441 node_network_iface_id{device="vethcfd9fe1"} 6892 node_network_iface_id{device="vethd0b2173"} 6008 node_network_iface_id{device="vethd0f1488"} 6136 node_network_iface_id{device="vethd0f34e4"} 8308 node_network_iface_id{device="vethd0ffc64"} 5048 node_network_iface_id{device="vethd1ec6d3"} 7670 node_network_iface_id{device="vethd2010fb"} 6688 node_network_iface_id{device="vethd2deb54"} 6312 node_network_iface_id{device="vethd2f4531"} 6798 node_network_iface_id{device="vethd34362b"} 5676 node_network_iface_id{device="vethd347820"} 7210 node_network_iface_id{device="vethd3608f1"} 7270 node_network_iface_id{device="vethd42c82d"} 9507 node_network_iface_id{device="vethd45b81a"} 6974 node_network_iface_id{device="vethd466b1f"} 5764 node_network_iface_id{device="vethd49c6b2"} 5978 node_network_iface_id{device="vethd5344cc"} 8941 node_network_iface_id{device="vethd60e2bd"} 5204 node_network_iface_id{device="vethd64322f"} 7120 node_network_iface_id{device="vethd65b5b3"} 5040 node_network_iface_id{device="vethd681481"} 5694 node_network_iface_id{device="vethd6ceb54"} 5824 node_network_iface_id{device="vethd6fa258"} 7792 node_network_iface_id{device="vethd71b7e5"} 7176 node_network_iface_id{device="vethd752c61"} 6458 node_network_iface_id{device="vethd760c58"} 5912 node_network_iface_id{device="vethd768a42"} 9022 node_network_iface_id{device="vethd76e941"} 6504 node_network_iface_id{device="vethd81eb6c"} 9447 node_network_iface_id{device="vethd868ed3"} 4942 node_network_iface_id{device="vethd8a170f"} 5148 node_network_iface_id{device="vethd8b4b5b"} 7480 node_network_iface_id{device="vethd97f7eb"} 8384 node_network_iface_id{device="vethd9c86a8"} 7672 node_network_iface_id{device="vethda452a5"} 8745 node_network_iface_id{device="vethdaa52c9"} 6430 node_network_iface_id{device="vethdae085c"} 4918 node_network_iface_id{device="vethdb552be"} 6902 node_network_iface_id{device="vethdba1b3a"} 6324 node_network_iface_id{device="vethdc4d810"} 5024 node_network_iface_id{device="vethdd1fe39"} 8900 node_network_iface_id{device="vethdd25bde"} 9182 node_network_iface_id{device="vethdd3daca"} 5734 node_network_iface_id{device="vethdd432a7"} 6482 node_network_iface_id{device="vethdd77089"} 4936 node_network_iface_id{device="vethdd88546"} 7088 node_network_iface_id{device="vethdda7569"} 7582 node_network_iface_id{device="vethddb4b12"} 8296 node_network_iface_id{device="vethde79ae2"} 5260 node_network_iface_id{device="vethde8673b"} 5902 node_network_iface_id{device="vethdf825a0"} 6220 node_network_iface_id{device="vethdf861f8"} 6364 node_network_iface_id{device="vethdfcbb7b"} 7594 node_network_iface_id{device="vethe028419"} 7688 node_network_iface_id{device="vethe05e953"} 5932 node_network_iface_id{device="vethe0c38b7"} 7588 node_network_iface_id{device="vethe101bab"} 7690 node_network_iface_id{device="vethe1189bd"} 6016 node_network_iface_id{device="vethe13fa27"} 8436 node_network_iface_id{device="vethe177f5b"} 8988 node_network_iface_id{device="vethe1ebb25"} 7098 node_network_iface_id{device="vethe209306"} 5974 node_network_iface_id{device="vethe33aa29"} 6466 node_network_iface_id{device="vethe38290a"} 6586 node_network_iface_id{device="vethe39934f"} 8743 node_network_iface_id{device="vethe39dd06"} 6580 node_network_iface_id{device="vethe45952d"} 5002 node_network_iface_id{device="vethe54bc00"} 5656 node_network_iface_id{device="vethe5621bc"} 9284 node_network_iface_id{device="vethe5723c0"} 8471 node_network_iface_id{device="vethe64b47d"} 8424 node_network_iface_id{device="vethe660bdb"} 8758 node_network_iface_id{device="vethe6b515e"} 6048 node_network_iface_id{device="vethe6e8924"} 8735 node_network_iface_id{device="vethe6f5fae"} 6984 node_network_iface_id{device="vethe7dc6b0"} 5624 node_network_iface_id{device="vethe7e6bbf"} 8410 node_network_iface_id{device="vethe8000ea"} 6638 node_network_iface_id{device="vethe8094b1"} 6420 node_network_iface_id{device="vethe8551b4"} 6800 node_network_iface_id{device="vethe8c6bde"} 9104 node_network_iface_id{device="vethe8f63bd"} 4958 node_network_iface_id{device="vethe93a649"} 5036 node_network_iface_id{device="vethe9de379"} 8304 node_network_iface_id{device="vethe9ef82b"} 5184 node_network_iface_id{device="vethea2004e"} 9280 node_network_iface_id{device="vethea7b5b1"} 8404 node_network_iface_id{device="vetheafba5d"} 5784 node_network_iface_id{device="vetheafdff8"} 9592 node_network_iface_id{device="vetheb96a22"} 9707 node_network_iface_id{device="vethec666e8"} 9427 node_network_iface_id{device="vethed11450"} 5288 node_network_iface_id{device="vethed19b20"} 6186 node_network_iface_id{device="vethed3ab9d"} 6454 node_network_iface_id{device="vetheddb648"} 7240 node_network_iface_id{device="vethedeec24"} 8388 node_network_iface_id{device="vethedf40f5"} 8284 node_network_iface_id{device="vetheefaddf"} 7464 node_network_iface_id{device="vethef58697"} 6722 node_network_iface_id{device="vethefe8ba7"} 5918 node_network_iface_id{device="vethf09ac69"} 7540 node_network_iface_id{device="vethf14b507"} 7542 node_network_iface_id{device="vethf14bf3b"} 5816 node_network_iface_id{device="vethf14e041"} 6590 node_network_iface_id{device="vethf185ebb"} 7820 node_network_iface_id{device="vethf2509ba"} 8422 node_network_iface_id{device="vethf25387f"} 6602 node_network_iface_id{device="vethf2a6c87"} 7198 node_network_iface_id{device="vethf2b1dab"} 7074 node_network_iface_id{device="vethf2badff"} 7378 node_network_iface_id{device="vethf33a028"} 9429 node_network_iface_id{device="vethf342283"} 6846 node_network_iface_id{device="vethf47c7ff"} 8937 node_network_iface_id{device="vethf4ac138"} 5114 node_network_iface_id{device="vethf4b1b2a"} 7010 node_network_iface_id{device="vethf4bd777"} 5860 node_network_iface_id{device="vethf5aeeda"} 5840 node_network_iface_id{device="vethf5e58af"} 5154 node_network_iface_id{device="vethf60f5e6"} 8467 node_network_iface_id{device="vethf63a7c4"} 8298 node_network_iface_id{device="vethf6bd349"} 8392 node_network_iface_id{device="vethf6ce5b6"} 6756 node_network_iface_id{device="vethf7684fa"} 8348 node_network_iface_id{device="vethf7e9d2c"} 7648 node_network_iface_id{device="vethf8128a9"} 4970 node_network_iface_id{device="vethf81e612"} 5580 node_network_iface_id{device="vethf855174"} 5720 node_network_iface_id{device="vethf894d6d"} 7224 node_network_iface_id{device="vethf979695"} 6934 node_network_iface_id{device="vethf98530e"} 6528 node_network_iface_id{device="vethf9986ef"} 6468 node_network_iface_id{device="vethf9b3f86"} 5732 node_network_iface_id{device="vethfb8b857"} 5714 node_network_iface_id{device="vethfb9458b"} 5698 node_network_iface_id{device="vethfbf1832"} 5646 node_network_iface_id{device="vethfbf1a8f"} 7554 node_network_iface_id{device="vethfc87a12"} 7208 node_network_iface_id{device="vethfc9a925"} 7602 node_network_iface_id{device="vethfcccc71"} 6326 node_network_iface_id{device="vethfd1bace"} 6636 node_network_iface_id{device="vethfd1daa5"} 6694 node_network_iface_id{device="vethfd685e4"} 5014 node_network_iface_id{device="vethfdacab6"} 6908 node_network_iface_id{device="vethfe15339"} 6942 node_network_iface_id{device="vethfe36666"} 6622 node_network_iface_id{device="vethfe7040e"} 6544 node_network_iface_id{device="vethfec16de"} 5838 node_network_iface_id{device="vethfedbea0"} 5516 node_network_iface_id{device="vethff12d55"} 7752 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-02823e0b21f8"} 93 node_network_iface_link{device="br-04cbf9ad21fb"} 28 node_network_iface_link{device="br-07e352042c28"} 20 node_network_iface_link{device="br-08dd0c9852c8"} 63 node_network_iface_link{device="br-0a8e30067c8e"} 34 node_network_iface_link{device="br-0b7a81bcb7e3"} 66 node_network_iface_link{device="br-0bcc3cc90f11"} 6 node_network_iface_link{device="br-0d9fdd0cf163"} 119 node_network_iface_link{device="br-159df358c552"} 8733 node_network_iface_link{device="br-15dab3c5a2fb"} 17 node_network_iface_link{device="br-19518ca3b773"} 9 node_network_iface_link{device="br-1a025aacb82b"} 40 node_network_iface_link{device="br-1b283e1e5128"} 21 node_network_iface_link{device="br-1ba83a528099"} 100 node_network_iface_link{device="br-1c3bd3909a8a"} 9473 node_network_iface_link{device="br-1c535b11677a"} 105 node_network_iface_link{device="br-1de64be72380"} 97 node_network_iface_link{device="br-208ab78feaa3"} 112 node_network_iface_link{device="br-217d6415a970"} 55 node_network_iface_link{device="br-27771a4b5e1c"} 128 node_network_iface_link{device="br-2860d01a9c36"} 22 node_network_iface_link{device="br-28853d2b1974"} 111 node_network_iface_link{device="br-2cd18bfafc5e"} 90 node_network_iface_link{device="br-2f10de396682"} 117 node_network_iface_link{device="br-349eb65873d4"} 48 node_network_iface_link{device="br-3718da5a7dac"} 15 node_network_iface_link{device="br-37f17f8c2f41"} 59 node_network_iface_link{device="br-39ee20d64532"} 36 node_network_iface_link{device="br-3a7803651a32"} 122 node_network_iface_link{device="br-3b46cefe7982"} 96 node_network_iface_link{device="br-3d8e222ceb4d"} 8907 node_network_iface_link{device="br-3d9cd1c09975"} 101 node_network_iface_link{device="br-3db3cc2bc444"} 10 node_network_iface_link{device="br-3e66b6d4d599"} 9564 node_network_iface_link{device="br-3ee00523d99d"} 91 node_network_iface_link{device="br-402682b9212c"} 7 node_network_iface_link{device="br-447189b64663"} 60 node_network_iface_link{device="br-44fbf271d024"} 3 node_network_iface_link{device="br-458514748e86"} 43 node_network_iface_link{device="br-483851ad6d82"} 133 node_network_iface_link{device="br-4b6104651907"} 64 node_network_iface_link{device="br-4dbe0bd05d7e"} 29 node_network_iface_link{device="br-4fac6072ea97"} 30 node_network_iface_link{device="br-5064110da1f6"} 120 node_network_iface_link{device="br-52ce8deae651"} 23 node_network_iface_link{device="br-559d36b72748"} 129 node_network_iface_link{device="br-56145531d617"} 113 node_network_iface_link{device="br-566d230839cf"} 130 node_network_iface_link{device="br-56a5fa614b52"} 9270 node_network_iface_link{device="br-5748fcd1e7ca"} 42 node_network_iface_link{device="br-595b89a771c2"} 131 node_network_iface_link{device="br-59aa9f4171dd"} 35 node_network_iface_link{device="br-5a1c61a6d482"} 38 node_network_iface_link{device="br-5b324be20854"} 31 node_network_iface_link{device="br-5f11f2c9115a"} 89 node_network_iface_link{device="br-606bd002e3a4"} 87 node_network_iface_link{device="br-61e477cf95da"} 72 node_network_iface_link{device="br-65df7dba5a66"} 9675 node_network_iface_link{device="br-6654a6f415ef"} 67 node_network_iface_link{device="br-665d979d60c7"} 44 node_network_iface_link{device="br-6746be184829"} 92 node_network_iface_link{device="br-67b6f2b09055"} 52 node_network_iface_link{device="br-6d59a9037e7f"} 110 node_network_iface_link{device="br-6e8e8bec63f7"} 106 node_network_iface_link{device="br-6fdd4f05699e"} 9323 node_network_iface_link{device="br-70a43ddb765f"} 85 node_network_iface_link{device="br-7151fb21ebc7"} 78 node_network_iface_link{device="br-757cf8ccd099"} 25 node_network_iface_link{device="br-7783edd4fb63"} 39 node_network_iface_link{device="br-7967b93cb965"} 53 node_network_iface_link{device="br-7a05c4b4c71c"} 4 node_network_iface_link{device="br-7f1c0840c41b"} 114 node_network_iface_link{device="br-8291479ee6f8"} 58 node_network_iface_link{device="br-82b59b3e5c30"} 32 node_network_iface_link{device="br-831a310fd395"} 8870 node_network_iface_link{device="br-832e21b6735f"} 11 node_network_iface_link{device="br-84962c4a05ff"} 80 node_network_iface_link{device="br-89456f9f0577"} 68 node_network_iface_link{device="br-8c90f08921d2"} 124 node_network_iface_link{device="br-8d1ae48ba56b"} 118 node_network_iface_link{device="br-8d5f8dfdd165"} 81 node_network_iface_link{device="br-8f019a492357"} 132 node_network_iface_link{device="br-8f2fb4b87f97"} 115 node_network_iface_link{device="br-9122d919d3da"} 51 node_network_iface_link{device="br-91e32aebc9b9"} 102 node_network_iface_link{device="br-973daca1c7c2"} 107 node_network_iface_link{device="br-98551e817ad3"} 82 node_network_iface_link{device="br-a01a29421e12"} 41 node_network_iface_link{device="br-a194f29d52a3"} 94 node_network_iface_link{device="br-a19b8bbcb4ba"} 46 node_network_iface_link{device="br-a384ecbfdb6c"} 8948 node_network_iface_link{device="br-a5d1efbd6302"} 65 node_network_iface_link{device="br-a9242a3d7305"} 9105 node_network_iface_link{device="br-ab4fc0c8f205"} 69 node_network_iface_link{device="br-ac5441a8184d"} 77 node_network_iface_link{device="br-ad296b058e6c"} 26 node_network_iface_link{device="br-b0d3385258be"} 125 node_network_iface_link{device="br-b5cc1abc8af1"} 18 node_network_iface_link{device="br-b84a81030c46"} 8 node_network_iface_link{device="br-b9ddcd38e3d5"} 27 node_network_iface_link{device="br-bbf479fecfd1"} 98 node_network_iface_link{device="br-bf24405639d1"} 108 node_network_iface_link{device="br-bf75749e355d"} 12 node_network_iface_link{device="br-bfa260e794d9"} 109 node_network_iface_link{device="br-c121b68147b6"} 13 node_network_iface_link{device="br-c1af548193f3"} 71 node_network_iface_link{device="br-c60789b54f4a"} 126 node_network_iface_link{device="br-c7ec91768290"} 54 node_network_iface_link{device="br-c8047895107e"} 5 node_network_iface_link{device="br-c8dc093516dd"} 116 node_network_iface_link{device="br-c9441662f35b"} 73 node_network_iface_link{device="br-cca3eb0bd63d"} 49 node_network_iface_link{device="br-cfa83479df17"} 47 node_network_iface_link{device="br-cfa8e5dacf79"} 103 node_network_iface_link{device="br-d08110bc3e31"} 62 node_network_iface_link{device="br-d286f920faa7"} 9146 node_network_iface_link{device="br-d36675741a6d"} 9064 node_network_iface_link{device="br-d4ad227661d1"} 14 node_network_iface_link{device="br-d54d8e4f9ca5"} 74 node_network_iface_link{device="br-d6aad0d2a913"} 50 node_network_iface_link{device="br-dbca5566e641"} 33 node_network_iface_link{device="br-dc87a7504ded"} 99 node_network_iface_link{device="br-ddde99c88d06"} 8437 node_network_iface_link{device="br-e0e95d87f3e0"} 19 node_network_iface_link{device="br-e5714f199361"} 75 node_network_iface_link{device="br-e63b0d1593b5"} 57 node_network_iface_link{device="br-e6ca372c02c0"} 84 node_network_iface_link{device="br-ea12a1764685"} 76 node_network_iface_link{device="br-edfd70c2aede"} 8833 node_network_iface_link{device="br-ef37d58f8fe1"} 8746 node_network_iface_link{device="br-f7269b4b25bf"} 95 node_network_iface_link{device="docker0"} 134 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0009c48"} 7597 node_network_iface_link{device="veth0057f22"} 5785 node_network_iface_link{device="veth008ddfb"} 6677 node_network_iface_link{device="veth00e3c78"} 7825 node_network_iface_link{device="veth01c5e43"} 5663 node_network_iface_link{device="veth01d1acf"} 4915 node_network_iface_link{device="veth01f4e0b"} 5869 node_network_iface_link{device="veth02fa58b"} 8429 node_network_iface_link{device="veth032511c"} 7469 node_network_iface_link{device="veth032853a"} 5299 node_network_iface_link{device="veth0379a17"} 6867 node_network_iface_link{device="veth039b82d"} 7029 node_network_iface_link{device="veth03dd035"} 7399 node_network_iface_link{device="veth04159af"} 5007 node_network_iface_link{device="veth041f04f"} 6921 node_network_iface_link{device="veth048c9d9"} 6291 node_network_iface_link{device="veth0521f31"} 8393 node_network_iface_link{device="veth059040d"} 6715 node_network_iface_link{device="veth05a06a7"} 7525 node_network_iface_link{device="veth067e6e9"} 9595 node_network_iface_link{device="veth06e31b1"} 8938 node_network_iface_link{device="veth06f27a2"} 5599 node_network_iface_link{device="veth07a049d"} 5933 node_network_iface_link{device="veth0808d98"} 6515 node_network_iface_link{device="veth0886055"} 7059 node_network_iface_link{device="veth08ae0d6"} 9285 node_network_iface_link{device="veth096258a"} 8749 node_network_iface_link{device="veth0b64779"} 7023 node_network_iface_link{device="veth0bfbe46"} 7477 node_network_iface_link{device="veth0d263b9"} 6787 node_network_iface_link{device="veth0d26989"} 5453 node_network_iface_link{device="veth0e4628c"} 9599 node_network_iface_link{device="veth0e6c375"} 6193 node_network_iface_link{device="veth0e86ab7"} 7083 node_network_iface_link{device="veth0ec88d9"} 6331 node_network_iface_link{device="veth0f039e4"} 6825 node_network_iface_link{device="veth0f6e4c2"} 7047 node_network_iface_link{device="veth0f8da12"} 5449 node_network_iface_link{device="veth0fc3400"} 6433 node_network_iface_link{device="veth0fe6ce8"} 8331 node_network_iface_link{device="veth100d8fb"} 6613 node_network_iface_link{device="veth107e808"} 4925 node_network_iface_link{device="veth1093ea4"} 6837 node_network_iface_link{device="veth10e276d"} 7101 node_network_iface_link{device="veth11210db"} 5835 node_network_iface_link{device="veth11507a2"} 6489 node_network_iface_link{device="veth115219d"} 6401 node_network_iface_link{device="veth12b4062"} 4973 node_network_iface_link{device="veth13756cd"} 7577 node_network_iface_link{device="veth1380211"} 9185 node_network_iface_link{device="veth139d69d"} 6017 node_network_iface_link{device="veth148ba09"} 7375 node_network_iface_link{device="veth1498546"} 8345 node_network_iface_link{device="veth1568435"} 9136 node_network_iface_link{device="veth182b299"} 9336 node_network_iface_link{device="veth1a57969"} 6865 node_network_iface_link{device="veth1a5d00b"} 8237 node_network_iface_link{device="veth1aee0c9"} 5345 node_network_iface_link{device="veth1af829a"} 6779 node_network_iface_link{device="veth1af887e"} 6439 node_network_iface_link{device="veth1bb281d"} 7219 node_network_iface_link{device="veth1be69a9"} 5821 node_network_iface_link{device="veth1c2382f"} 5865 node_network_iface_link{device="veth1c86f94"} 7225 node_network_iface_link{device="veth1cd53f4"} 6191 node_network_iface_link{device="veth1d5e1a4"} 7093 node_network_iface_link{device="veth1dc4860"} 7679 node_network_iface_link{device="veth1dea2fe"} 5851 node_network_iface_link{device="veth1e7f00c"} 7019 node_network_iface_link{device="veth1ec0310"} 8864 node_network_iface_link{device="veth1fda973"} 5135 node_network_iface_link{device="veth1fe94a9"} 7363 node_network_iface_link{device="veth20489bb"} 8983 node_network_iface_link{device="veth20787b5"} 7105 node_network_iface_link{device="veth208ca1a"} 9175 node_network_iface_link{device="veth21c0fe7"} 7749 node_network_iface_link{device="veth2214e42"} 7599 node_network_iface_link{device="veth228bd69"} 6229 node_network_iface_link{device="veth229b6d4"} 8736 node_network_iface_link{device="veth22f2fec"} 6039 node_network_iface_link{device="veth231c261"} 7243 node_network_iface_link{device="veth231d40e"} 7035 node_network_iface_link{device="veth232533d"} 5233 node_network_iface_link{device="veth235d53e"} 8977 node_network_iface_link{device="veth237b6c4"} 9281 node_network_iface_link{device="veth23e1e40"} 6681 node_network_iface_link{device="veth24fc934"} 6529 node_network_iface_link{device="veth25d516d"} 5403 node_network_iface_link{device="veth268dc93"} 6969 node_network_iface_link{device="veth279aa19"} 9424 node_network_iface_link{device="veth27a3e0d"} 9498 node_network_iface_link{device="veth27aa3e1"} 5925 node_network_iface_link{device="veth27bf25e"} 5033 node_network_iface_link{device="veth27eb3a1"} 7285 node_network_iface_link{device="veth2817a39"} 4975 node_network_iface_link{device="veth298a150"} 6639 node_network_iface_link{device="veth29e1cdf"} 8375 node_network_iface_link{device="veth2a938c7"} 9342 node_network_iface_link{device="veth2b6f776"} 7185 node_network_iface_link{device="veth2bea18d"} 5679 node_network_iface_link{device="veth2cb2aa6"} 5045 node_network_iface_link{device="veth2cc6b5d"} 7121 node_network_iface_link{device="veth2cd33a1"} 7235 node_network_iface_link{device="veth2d03ca6"} 5715 node_network_iface_link{device="veth2d2c9f2"} 7251 node_network_iface_link{device="veth2d41a73"} 5961 node_network_iface_link{device="veth2d9918b"} 6731 node_network_iface_link{device="veth2e4245c"} 6049 node_network_iface_link{device="veth2e5029d"} 8431 node_network_iface_link{device="veth2eac8e4"} 7313 node_network_iface_link{device="veth2eb60e4"} 6149 node_network_iface_link{device="veth2f1ad78"} 7171 node_network_iface_link{device="veth2f899b3"} 5775 node_network_iface_link{device="veth2f9b6e7"} 5857 node_network_iface_link{device="veth2f9e651"} 4953 node_network_iface_link{device="veth2ffb90c"} 5025 node_network_iface_link{device="veth305c11f"} 7033 node_network_iface_link{device="veth30b95b0"} 6073 node_network_iface_link{device="veth3110731"} 7127 node_network_iface_link{device="veth315b30d"} 7411 node_network_iface_link{device="veth3168355"} 7043 node_network_iface_link{device="veth3245e1c"} 5955 node_network_iface_link{device="veth329ca59"} 6045 node_network_iface_link{device="veth32da86b"} 7183 node_network_iface_link{device="veth32f0bd7"} 9179 node_network_iface_link{device="veth33d65d5"} 5601 node_network_iface_link{device="veth33d87e8"} 7103 node_network_iface_link{device="veth3540510"} 5789 node_network_iface_link{device="veth354d054"} 6491 node_network_iface_link{device="veth357116f"} 5063 node_network_iface_link{device="veth35886d9"} 7015 node_network_iface_link{device="veth358dbf2"} 5583 node_network_iface_link{device="veth359cbb7"} 6375 node_network_iface_link{device="veth359d04a"} 7649 node_network_iface_link{device="veth35b4532"} 5897 node_network_iface_link{device="veth37d058e"} 5771 node_network_iface_link{device="veth37de2e1"} 5855 node_network_iface_link{device="veth37e7130"} 5019 node_network_iface_link{device="veth3823199"} 9708 node_network_iface_link{device="veth38668ad"} 9138 node_network_iface_link{device="veth3899e00"} 6965 node_network_iface_link{device="veth38af7f4"} 6535 node_network_iface_link{device="veth38c06e7"} 6461 node_network_iface_link{device="veth391740a"} 7793 node_network_iface_link{device="veth3961560"} 6233 node_network_iface_link{device="veth39a84d1"} 8287 node_network_iface_link{device="veth39ec3c6"} 8359 node_network_iface_link{device="veth39f418e"} 9340 node_network_iface_link{device="veth39f7983"} 8313 node_network_iface_link{device="veth3a04f6c"} 7417 node_network_iface_link{device="veth3a28292"} 8858 node_network_iface_link{device="veth3ab5921"} 5853 node_network_iface_link{device="veth3b81dbc"} 8944 node_network_iface_link{device="veth3be47e3"} 9432 node_network_iface_link{device="veth3bf1c8d"} 7547 node_network_iface_link{device="veth3c3790f"} 5067 node_network_iface_link{device="veth3d221c4"} 7389 node_network_iface_link{device="veth3d60dba"} 6623 node_network_iface_link{device="veth3de6d9c"} 5637 node_network_iface_link{device="veth3df8638"} 9597 node_network_iface_link{device="veth3e0fb0b"} 7475 node_network_iface_link{device="veth3ebb118"} 7311 node_network_iface_link{device="veth3ef3733"} 7117 node_network_iface_link{device="veth3f0586e"} 5477 node_network_iface_link{device="veth3f38956"} 7573 node_network_iface_link{device="veth3f3ac76"} 6417 node_network_iface_link{device="veth3f41be9"} 7821 node_network_iface_link{device="veth3f6e007"} 5825 node_network_iface_link{device="veth406e4fd"} 8464 node_network_iface_link{device="veth4179d44"} 6415 node_network_iface_link{device="veth419db48"} 5671 node_network_iface_link{device="veth41a5dd6"} 5193 node_network_iface_link{device="veth41cd559"} 6497 node_network_iface_link{device="veth41d7f45"} 5649 node_network_iface_link{device="veth423f820"} 7075 node_network_iface_link{device="veth42a984b"} 5095 node_network_iface_link{device="veth4314bf5"} 7021 node_network_iface_link{device="veth43e182c"} 5079 node_network_iface_link{device="veth4413734"} 5381 node_network_iface_link{device="veth450a62c"} 7037 node_network_iface_link{device="veth450c1a7"} 5629 node_network_iface_link{device="veth4580c7e"} 5099 node_network_iface_link{device="veth45d2560"} 6485 node_network_iface_link{device="veth4600cbe"} 7089 node_network_iface_link{device="veth4622c58"} 6239 node_network_iface_link{device="veth47275f8"} 8866 node_network_iface_link{device="veth472cfec"} 5635 node_network_iface_link{device="veth47a0f99"} 8433 node_network_iface_link{device="veth48050a3"} 6463 node_network_iface_link{device="veth484e5a7"} 7095 node_network_iface_link{device="veth487c580"} 7397 node_network_iface_link{device="veth48bbb3e"} 6093 node_network_iface_link{device="veth48c9eb6"} 5015 node_network_iface_link{device="veth48fa74a"} 6909 node_network_iface_link{device="veth4919473"} 7575 node_network_iface_link{device="veth491f00e"} 9508 node_network_iface_link{device="veth4971f59"} 5975 node_network_iface_link{device="veth49a95ae"} 6997 node_network_iface_link{device="veth4a773af"} 8942 node_network_iface_link{device="veth4a8a86b"} 5953 node_network_iface_link{device="veth4b8fe58"} 7111 node_network_iface_link{device="veth4bdb4d9"} 5009 node_network_iface_link{device="veth4bf3046"} 5819 node_network_iface_link{device="veth4d292f2"} 7333 node_network_iface_link{device="veth4d2cca3"} 7337 node_network_iface_link{device="veth4d31c40"} 7049 node_network_iface_link{device="veth4d49f16"} 5049 node_network_iface_link{device="veth4d6ffca"} 7409 node_network_iface_link{device="veth4e685b7"} 7173 node_network_iface_link{device="veth4eb2990"} 7591 node_network_iface_link{device="veth4ef981b"} 6035 node_network_iface_link{device="veth4f30eb7"} 8946 node_network_iface_link{device="veth4f61226"} 6511 node_network_iface_link{device="veth4ff09ee"} 5739 node_network_iface_link{device="veth5054e93"} 5091 node_network_iface_link{device="veth50865f9"} 9442 node_network_iface_link{device="veth5088dc3"} 7523 node_network_iface_link{device="veth519857b"} 7249 node_network_iface_link{device="veth51d9ece"} 7465 node_network_iface_link{device="veth5210908"} 761 node_network_iface_link{device="veth5284787"} 7011 node_network_iface_link{device="veth52cfc45"} 5735 node_network_iface_link{device="veth52e330e"} 7129 node_network_iface_link{device="veth5365cc9"} 7193 node_network_iface_link{device="veth54e9292"} 9589 node_network_iface_link{device="veth564c8a0"} 7025 node_network_iface_link{device="veth5675ed9"} 6709 node_network_iface_link{device="veth56f8c0c"} 5577 node_network_iface_link{device="veth57d2b8b"} 6547 node_network_iface_link{device="veth57d676c"} 5605 node_network_iface_link{device="veth57ec583"} 6657 node_network_iface_link{device="veth5804bd9"} 8985 node_network_iface_link{device="veth58598dd"} 9177 node_network_iface_link{device="veth58b55e5"} 6757 node_network_iface_link{device="veth5965e63"} 4995 node_network_iface_link{device="veth5aa30fc"} 7141 node_network_iface_link{device="veth5ac6b24"} 6367 node_network_iface_link{device="veth5af51bd"} 6611 node_network_iface_link{device="veth5afbbb6"} 8903 node_network_iface_link{device="veth5bbabc3"} 6141 node_network_iface_link{device="veth5bdd045"} 5699 node_network_iface_link{device="veth5c571c8"} 9144 node_network_iface_link{device="veth5c61f57"} 5727 node_network_iface_link{device="veth5d012dd"} 7061 node_network_iface_link{device="veth5e12c5b"} 7645 node_network_iface_link{device="veth5e4f007"} 8468 node_network_iface_link{device="veth5ee2818"} 7051 node_network_iface_link{device="veth5f39032"} 7373 node_network_iface_link{device="veth5f4e2d0"} 9702 node_network_iface_link{device="veth5fc3d12"} 6517 node_network_iface_link{device="veth61185ee"} 7455 node_network_iface_link{device="veth6131e75"} 5037 node_network_iface_link{device="veth6168483"} 6569 node_network_iface_link{device="veth6250a44"} 6451 node_network_iface_link{device="veth62645db"} 6413 node_network_iface_link{device="veth626da15"} 5997 node_network_iface_link{device="veth6280f39"} 6987 node_network_iface_link{device="veth629c943"} 5369 node_network_iface_link{device="veth62adda3"} 5139 node_network_iface_link{device="veth634d1ed"} 5957 node_network_iface_link{device="veth6453baa"} 6587 node_network_iface_link{device="veth64c3431"} 7535 node_network_iface_link{device="veth651818e"} 7329 node_network_iface_link{device="veth651c5d0"} 7557 node_network_iface_link{device="veth65337b2"} 9710 node_network_iface_link{device="veth65c360e"} 7571 node_network_iface_link{device="veth6630733"} 6999 node_network_iface_link{device="veth66b7fed"} 7785 node_network_iface_link{device="veth670d042"} 6537 node_network_iface_link{device="veth6774070"} 5871 node_network_iface_link{device="veth67e3876"} 7641 node_network_iface_link{device="veth684d2c7"} 9093 node_network_iface_link{device="veth688908c"} 5777 node_network_iface_link{device="veth6898f5c"} 7371 node_network_iface_link{device="veth68fd89d"} 8357 node_network_iface_link{device="veth690503f"} 7135 node_network_iface_link{device="veth69a31f5"} 7743 node_network_iface_link{device="veth69cb16e"} 6785 node_network_iface_link{device="veth69d3433"} 5673 node_network_iface_link{device="veth69f30b8"} 6447 node_network_iface_link{device="veth69f82f1"} 7055 node_network_iface_link{device="veth6a008e6"} 9593 node_network_iface_link{device="veth6a08252"} 9448 node_network_iface_link{device="veth6a552ae"} 6005 node_network_iface_link{device="veth6a9654d"} 5849 node_network_iface_link{device="veth6ac2ad5"} 6655 node_network_iface_link{device="veth6b2d933"} 7401 node_network_iface_link{device="veth6b3dad4"} 7667 node_network_iface_link{device="veth6b52f37"} 6445 node_network_iface_link{device="veth6befc8c"} 5959 node_network_iface_link{device="veth6c33543"} 9434 node_network_iface_link{device="veth6c58b6c"} 8905 node_network_iface_link{device="veth6c5ad94"} 5937 node_network_iface_link{device="veth6ca3495"} 6545 node_network_iface_link{device="veth6ce5f51"} 7665 node_network_iface_link{device="veth6d0a089"} 6317 node_network_iface_link{device="veth6d3ac08"} 5029 node_network_iface_link{device="veth6e44940"} 9704 node_network_iface_link{device="veth6e6c1f7"} 6831 node_network_iface_link{device="veth6ed1d48"} 8291 node_network_iface_link{device="veth70c4d49"} 7319 node_network_iface_link{device="veth71776a8"} 8472 node_network_iface_link{device="veth7188a44"} 9273 node_network_iface_link{device="veth718a7eb"} 6087 node_network_iface_link{device="veth71ffa2e"} 8311 node_network_iface_link{device="veth72d266b"} 7109 node_network_iface_link{device="veth73369bb"} 9338 node_network_iface_link{device="veth73b2056"} 6189 node_network_iface_link{device="veth73ead52"} 6739 node_network_iface_link{device="veth7429a6e"} 7321 node_network_iface_link{device="veth745dadb"} 8415 node_network_iface_link{device="veth750eb48"} 5817 node_network_iface_link{device="veth752218d"} 8411 node_network_iface_link{device="veth757493a"} 7603 node_network_iface_link{device="veth757efe6"} 7383 node_network_iface_link{device="veth757fccd"} 5293 node_network_iface_link{device="veth75e9ad3"} 5767 node_network_iface_link{device="veth760c07f"} 6695 node_network_iface_link{device="veth7632291"} 5501 node_network_iface_link{device="veth76dc8a9"} 7003 node_network_iface_link{device="veth76f5b59"} 6443 node_network_iface_link{device="veth7708a2a"} 6897 node_network_iface_link{device="veth7731308"} 5939 node_network_iface_link{device="veth774a0cf"} 4919 node_network_iface_link{device="veth7758da8"} 7757 node_network_iface_link{device="veth77f5539"} 5867 node_network_iface_link{device="veth78a6a45"} 9095 node_network_iface_link{device="veth78df8ba"} 6847 node_network_iface_link{device="veth797e46a"} 6091 node_network_iface_link{device="veth79e6c25"} 5791 node_network_iface_link{device="veth79ef071"} 7153 node_network_iface_link{device="veth7a37e75"} 5053 node_network_iface_link{device="veth7a4ee0a"} 6101 node_network_iface_link{device="veth7a84b20"} 6627 node_network_iface_link{device="veth7a8d1bc"} 7393 node_network_iface_link{device="veth7b5aa98"} 6751 node_network_iface_link{device="veth7b76de0"} 5701 node_network_iface_link{device="veth7bbc3fb"} 7753 node_network_iface_link{device="veth7bdbf78"} 7137 node_network_iface_link{device="veth7c00c6f"} 7783 node_network_iface_link{device="veth7c170e8"} 7585 node_network_iface_link{device="veth7c79405"} 9142 node_network_iface_link{device="veth7c7c6a4"} 6139 node_network_iface_link{device="veth7c7edf8"} 5717 node_network_iface_link{device="veth7cd2b86"} 9334 node_network_iface_link{device="veth7ceb6c5"} 5303 node_network_iface_link{device="veth7d0a9c9"} 4921 node_network_iface_link{device="veth7da5a3d"} 7817 node_network_iface_link{device="veth7e7a5a2"} 5661 node_network_iface_link{device="veth7e90c50"} 7685 node_network_iface_link{device="veth7efb584"} 5051 node_network_iface_link{device="veth7efb9a4"} 7199 node_network_iface_link{device="veth7f219e6"} 7579 node_network_iface_link{device="veth7f349f1"} 8351 node_network_iface_link{device="veth7f7adf7"} 6573 node_network_iface_link{device="veth7fbccd1"} 7681 node_network_iface_link{device="veth7ff9da9"} 5585 node_network_iface_link{device="veth804203c"} 5077 node_network_iface_link{device="veth80abb3a"} 5929 node_network_iface_link{device="veth80bc918"} 6991 node_network_iface_link{device="veth80db113"} 6435 node_network_iface_link{device="veth8115deb"} 6683 node_network_iface_link{device="veth818e1b4"} 8353 node_network_iface_link{device="veth81cd17e"} 8417 node_network_iface_link{device="veth81e6903"} 5687 node_network_iface_link{device="veth81f0a15"} 7549 node_network_iface_link{device="veth824a73a"} 6917 node_network_iface_link{device="veth8286cb8"} 7325 node_network_iface_link{device="veth82bcac8"} 7189 node_network_iface_link{device="veth82c8314"} 7265 node_network_iface_link{device="veth82d54d6"} 7201 node_network_iface_link{device="veth82e7162"} 7677 node_network_iface_link{device="veth82f9bb2"} 6583 node_network_iface_link{device="veth83c076f"} 8868 node_network_iface_link{device="veth841b31f"} 5657 node_network_iface_link{device="veth8491d68"} 5073 node_network_iface_link{device="veth8575f2f"} 7289 node_network_iface_link{device="veth86b5718"} 7045 node_network_iface_link{device="veth86b8fa2"} 7005 node_network_iface_link{device="veth86c5967"} 8751 node_network_iface_link{device="veth86f7933"} 7493 node_network_iface_link{device="veth873a2e1"} 5011 node_network_iface_link{device="veth87bf2d7"} 7365 node_network_iface_link{device="veth87de5ef"} 9504 node_network_iface_link{device="veth880729a"} 7415 node_network_iface_link{device="veth8899f2d"} 6615 node_network_iface_link{device="veth89df824"} 6871 node_network_iface_link{device="veth8a757d1"} 8343 node_network_iface_link{device="veth8ac6051"} 5055 node_network_iface_link{device="veth8aec1f4"} 7529 node_network_iface_link{device="veth8bb71ef"} 7657 node_network_iface_link{device="veth8c359ba"} 7789 node_network_iface_link{device="veth8c3728a"} 7481 node_network_iface_link{device="veth8c3b2b4"} 7221 node_network_iface_link{device="veth8d365d7"} 4945 node_network_iface_link{device="veth8d79659"} 8897 node_network_iface_link{device="veth8e0aa38"} 7233 node_network_iface_link{device="veth8f8d551"} 5681 node_network_iface_link{device="veth8fbb10d"} 8361 node_network_iface_link{device="veth900bd70"} 7257 node_network_iface_link{device="veth902cadc"} 9101 node_network_iface_link{device="veth9047572"} 7151 node_network_iface_link{device="veth9057c62"} 7281 node_network_iface_link{device="veth9073787"} 8755 node_network_iface_link{device="veth9166eaa"} 6449 node_network_iface_link{device="veth9193b16"} 5787 node_network_iface_link{device="veth91a6689"} 4963 node_network_iface_link{device="veth91f1a12"} 8309 node_network_iface_link{device="veth91fabb4"} 5833 node_network_iface_link{device="veth9267946"} 9140 node_network_iface_link{device="veth9371418"} 7065 node_network_iface_link{device="veth93f3c9f"} 7323 node_network_iface_link{device="veth9488f04"} 4977 node_network_iface_link{device="veth948cd1e"} 5659 node_network_iface_link{device="veth951eef4"} 8235 node_network_iface_link{device="veth9675397"} 7673 node_network_iface_link{device="veth9681927"} 7133 node_network_iface_link{device="veth96e0471"} 6859 node_network_iface_link{device="veth98feb57"} 7317 node_network_iface_link{device="veth994a72a"} 5367 node_network_iface_link{device="veth9985b4e"} 7315 node_network_iface_link{device="veth99cdb12"} 5595 node_network_iface_link{device="veth9a9e7eb"} 7655 node_network_iface_link{device="veth9b18d92"} 7217 node_network_iface_link{device="veth9b23960"} 6665 node_network_iface_link{device="veth9bbbd3e"} 8341 node_network_iface_link{device="veth9bde175"} 5071 node_network_iface_link{device="veth9bed411"} 7659 node_network_iface_link{device="veth9c4e77f"} 5721 node_network_iface_link{device="veth9c9a350"} 6427 node_network_iface_link{device="veth9cb0c0f"} 6863 node_network_iface_link{device="veth9cfe767"} 5571 node_network_iface_link{device="veth9d35c37"} 6521 node_network_iface_link{device="veth9d674e8"} 6509 node_network_iface_link{device="veth9d8fc99"} 8901 node_network_iface_link{device="veth9d98eba"} 6603 node_network_iface_link{device="veth9da8b8d"} 4943 node_network_iface_link{device="veth9df3ecb"} 7139 node_network_iface_link{device="veth9e9fce6"} 8753 node_network_iface_link{device="veth9ed817d"} 7823 node_network_iface_link{device="veth9f3233d"} 4937 node_network_iface_link{device="veth9f82c51"} 8981 node_network_iface_link{device="veth9f8faa5"} 7461 node_network_iface_link{device="vetha0c1437"} 8405 node_network_iface_link{device="vetha0e80a0"} 5633 node_network_iface_link{device="vetha106075"} 8860 node_network_iface_link{device="vetha10ed6f"} 8862 node_network_iface_link{device="vetha131bbc"} 4939 node_network_iface_link{device="vetha187e3b"} 7107 node_network_iface_link{device="vetha19ce39"} 5709 node_network_iface_link{device="vetha1a96b5"} 5213 node_network_iface_link{device="vetha1db4d4"} 4971 node_network_iface_link{device="vetha208f1d"} 5971 node_network_iface_link{device="vetha20f05a"} 7181 node_network_iface_link{device="vetha21095f"} 7007 node_network_iface_link{device="vetha29c587"} 6119 node_network_iface_link{device="vetha2d62f9"} 5003 node_network_iface_link{device="vetha2e6ee7"} 9444 node_network_iface_link{device="vetha2efe45"} 6903 node_network_iface_link{device="vetha334ff9"} 6431 node_network_iface_link{device="vetha33b595"} 5641 node_network_iface_link{device="vetha356001"} 5561 node_network_iface_link{device="vetha3d3064"} 6645 node_network_iface_link{device="vetha3e8c9c"} 6717 node_network_iface_link{device="vetha3f126e"} 8333 node_network_iface_link{device="vetha4878ac"} 6591 node_network_iface_link{device="vetha5244b8"} 7467 node_network_iface_link{device="vetha588f6c"} 9502 node_network_iface_link{device="vetha58e162"} 6171 node_network_iface_link{device="vetha80a84c"} 9134 node_network_iface_link{device="vetha81db62"} 777 node_network_iface_link{device="vetha8da15f"} 5581 node_network_iface_link{device="vetha95fac3"} 9183 node_network_iface_link{device="vethaa460d0"} 6043 node_network_iface_link{device="vethaa5252d"} 6095 node_network_iface_link{device="vethabd5525"} 6533 node_network_iface_link{device="vethac309ae"} 7001 node_network_iface_link{device="vethacc9983"} 6235 node_network_iface_link{device="vethadaa61e"} 5831 node_network_iface_link{device="vethadd6779"} 7811 node_network_iface_link{device="vethae07fdb"} 5647 node_network_iface_link{device="vethae2e166"} 7273 node_network_iface_link{device="vethae6aaad"} 6241 node_network_iface_link{device="vethae899be"} 6519 node_network_iface_link{device="vethaf2d319"} 5103 node_network_iface_link{device="vethaff0c5f"} 9099 node_network_iface_link{device="vethb11d1d5"} 7595 node_network_iface_link{device="vethb146b3d"} 7287 node_network_iface_link{device="vethb17b307"} 5603 node_network_iface_link{device="vethb24125c"} 4961 node_network_iface_link{device="vethb25b930"} 8979 node_network_iface_link{device="vethb264074"} 7275 node_network_iface_link{device="vethb26da6e"} 6741 node_network_iface_link{device="vethb2f7e0f"} 5643 node_network_iface_link{device="vethb413da6"} 5005 node_network_iface_link{device="vethb436b35"} 6795 node_network_iface_link{device="vethb466aea"} 5949 node_network_iface_link{device="vethb4a4c76"} 5143 node_network_iface_link{device="vethb4fafb4"} 5631 node_network_iface_link{device="vethb5afb08"} 7271 node_network_iface_link{device="vethb72a42c"} 7283 node_network_iface_link{device="vethb80e0f0"} 6737 node_network_iface_link{device="vethb8148cc"} 7191 node_network_iface_link{device="vethb85e063"} 6377 node_network_iface_link{device="vethb92f9d3"} 6661 node_network_iface_link{device="vethb92fe3f"} 9418 node_network_iface_link{device="vethba942aa"} 6421 node_network_iface_link{device="vethbae8967"} 7237 node_network_iface_link{device="vethbb0b4fe"} 4947 node_network_iface_link{device="vethbbaaafe"} 5907 node_network_iface_link{device="vethbc2b4ad"} 5905 node_network_iface_link{device="vethbc58d49"} 7755 node_network_iface_link{device="vethbcde7a6"} 6605 node_network_iface_link{device="vethbce62a9"} 6581 node_network_iface_link{device="vethbe194c8"} 7227 node_network_iface_link{device="vethbe2c80a"} 8289 node_network_iface_link{device="vethbe97de8"} 5899 node_network_iface_link{device="vethbfb44f0"} 8337 node_network_iface_link{device="vethc00de3e"} 5083 node_network_iface_link{device="vethc02588e"} 6013 node_network_iface_link{device="vethc033a93"} 6409 node_network_iface_link{device="vethc060fb3"} 6937 node_network_iface_link{device="vethc122dad"} 5505 node_network_iface_link{device="vethc12e527"} 7071 node_network_iface_link{device="vethc140d9c"} 9700 node_network_iface_link{device="vethc17e1ec"} 6203 node_network_iface_link{device="vethc1d7f4f"} 5891 node_network_iface_link{device="vethc1ec8f5"} 6727 node_network_iface_link{device="vethc20d812"} 9450 node_network_iface_link{device="vethc22a5c0"} 6575 node_network_iface_link{device="vethc239fc6"} 7787 node_network_iface_link{device="vethc311203"} 9097 node_network_iface_link{device="vethc3412aa"} 5809 node_network_iface_link{device="vethc3f0337"} 4959 node_network_iface_link{device="vethc42048e"} 6919 node_network_iface_link{device="vethc4617ba"} 7205 node_network_iface_link{device="vethc498aec"} 5757 node_network_iface_link{device="vethc4f407f"} 5507 node_network_iface_link{device="vethc554c32"} 7405 node_network_iface_link{device="vethc5aaafd"} 7413 node_network_iface_link{device="vethc5ace02"} 7069 node_network_iface_link{device="vethc5b36ba"} 7497 node_network_iface_link{device="vethc5dd649"} 5927 node_network_iface_link{device="vethc5eb73b"} 9271 node_network_iface_link{device="vethc5eca53"} 7149 node_network_iface_link{device="vethc68deb2"} 6651 node_network_iface_link{device="vethc69e5b9"} 7039 node_network_iface_link{device="vethc6fe840"} 8895 node_network_iface_link{device="vethc7016cb"} 9500 node_network_iface_link{device="vethc75d66d"} 7123 node_network_iface_link{device="vethc790a6e"} 5207 node_network_iface_link{device="vethc84e290"} 7145 node_network_iface_link{device="vethc8739b3"} 6869 node_network_iface_link{device="vethc87da99"} 8738 node_network_iface_link{device="vethc88bbcf"} 8419 node_network_iface_link{device="vethc928fb9"} 7255 node_network_iface_link{device="vethc959280"} 6835 node_network_iface_link{device="vethc97be75"} 4955 node_network_iface_link{device="vethc99df73"} 5773 node_network_iface_link{device="vethc9e1b23"} 5667 node_network_iface_link{device="vethca8e8cd"} 5677 node_network_iface_link{device="vethcb7fed6"} 5919 node_network_iface_link{device="vethcb89e48"} 9430 node_network_iface_link{device="vethcc43237"} 5873 node_network_iface_link{device="vethcc4fef3"} 7335 node_network_iface_link{device="vethcc7f6ac"} 5587 node_network_iface_link{device="vethccb9f9c"} 6513 node_network_iface_link{device="vethccdb53f"} 8462 node_network_iface_link{device="vethcd6e0c9"} 8389 node_network_iface_link{device="vethce1a2f7"} 5695 node_network_iface_link{device="vethce4e99b"} 6531 node_network_iface_link{device="vethce521ba"} 8305 node_network_iface_link{device="vethcf53b01"} 9440 node_network_iface_link{device="vethcfd9fe1"} 6891 node_network_iface_link{device="vethd0b2173"} 6007 node_network_iface_link{device="vethd0f1488"} 6135 node_network_iface_link{device="vethd0f34e4"} 8307 node_network_iface_link{device="vethd0ffc64"} 5047 node_network_iface_link{device="vethd1ec6d3"} 7669 node_network_iface_link{device="vethd2010fb"} 6687 node_network_iface_link{device="vethd2deb54"} 6311 node_network_iface_link{device="vethd2f4531"} 6797 node_network_iface_link{device="vethd34362b"} 5675 node_network_iface_link{device="vethd347820"} 7209 node_network_iface_link{device="vethd3608f1"} 7269 node_network_iface_link{device="vethd42c82d"} 9506 node_network_iface_link{device="vethd45b81a"} 6973 node_network_iface_link{device="vethd466b1f"} 5763 node_network_iface_link{device="vethd49c6b2"} 5977 node_network_iface_link{device="vethd5344cc"} 8940 node_network_iface_link{device="vethd60e2bd"} 5203 node_network_iface_link{device="vethd64322f"} 7119 node_network_iface_link{device="vethd65b5b3"} 5039 node_network_iface_link{device="vethd681481"} 5693 node_network_iface_link{device="vethd6ceb54"} 5823 node_network_iface_link{device="vethd6fa258"} 7791 node_network_iface_link{device="vethd71b7e5"} 7175 node_network_iface_link{device="vethd752c61"} 6457 node_network_iface_link{device="vethd760c58"} 5911 node_network_iface_link{device="vethd768a42"} 9021 node_network_iface_link{device="vethd76e941"} 6503 node_network_iface_link{device="vethd81eb6c"} 9446 node_network_iface_link{device="vethd868ed3"} 4941 node_network_iface_link{device="vethd8a170f"} 5147 node_network_iface_link{device="vethd8b4b5b"} 7479 node_network_iface_link{device="vethd97f7eb"} 8383 node_network_iface_link{device="vethd9c86a8"} 7671 node_network_iface_link{device="vethda452a5"} 8744 node_network_iface_link{device="vethdaa52c9"} 6429 node_network_iface_link{device="vethdae085c"} 4917 node_network_iface_link{device="vethdb552be"} 6901 node_network_iface_link{device="vethdba1b3a"} 6323 node_network_iface_link{device="vethdc4d810"} 5023 node_network_iface_link{device="vethdd1fe39"} 8899 node_network_iface_link{device="vethdd25bde"} 9181 node_network_iface_link{device="vethdd3daca"} 5733 node_network_iface_link{device="vethdd432a7"} 6481 node_network_iface_link{device="vethdd77089"} 4935 node_network_iface_link{device="vethdd88546"} 7087 node_network_iface_link{device="vethdda7569"} 7581 node_network_iface_link{device="vethddb4b12"} 8295 node_network_iface_link{device="vethde79ae2"} 5259 node_network_iface_link{device="vethde8673b"} 5901 node_network_iface_link{device="vethdf825a0"} 6219 node_network_iface_link{device="vethdf861f8"} 6363 node_network_iface_link{device="vethdfcbb7b"} 7593 node_network_iface_link{device="vethe028419"} 7687 node_network_iface_link{device="vethe05e953"} 5931 node_network_iface_link{device="vethe0c38b7"} 7587 node_network_iface_link{device="vethe101bab"} 7689 node_network_iface_link{device="vethe1189bd"} 6015 node_network_iface_link{device="vethe13fa27"} 8435 node_network_iface_link{device="vethe177f5b"} 8987 node_network_iface_link{device="vethe1ebb25"} 7097 node_network_iface_link{device="vethe209306"} 5973 node_network_iface_link{device="vethe33aa29"} 6465 node_network_iface_link{device="vethe38290a"} 6585 node_network_iface_link{device="vethe39934f"} 8742 node_network_iface_link{device="vethe39dd06"} 6579 node_network_iface_link{device="vethe45952d"} 5001 node_network_iface_link{device="vethe54bc00"} 5655 node_network_iface_link{device="vethe5621bc"} 9283 node_network_iface_link{device="vethe5723c0"} 8470 node_network_iface_link{device="vethe64b47d"} 8423 node_network_iface_link{device="vethe660bdb"} 8757 node_network_iface_link{device="vethe6b515e"} 6047 node_network_iface_link{device="vethe6e8924"} 8734 node_network_iface_link{device="vethe6f5fae"} 6983 node_network_iface_link{device="vethe7dc6b0"} 5623 node_network_iface_link{device="vethe7e6bbf"} 8409 node_network_iface_link{device="vethe8000ea"} 6637 node_network_iface_link{device="vethe8094b1"} 6419 node_network_iface_link{device="vethe8551b4"} 6799 node_network_iface_link{device="vethe8c6bde"} 9103 node_network_iface_link{device="vethe8f63bd"} 4957 node_network_iface_link{device="vethe93a649"} 5035 node_network_iface_link{device="vethe9de379"} 8303 node_network_iface_link{device="vethe9ef82b"} 5183 node_network_iface_link{device="vethea2004e"} 9279 node_network_iface_link{device="vethea7b5b1"} 8403 node_network_iface_link{device="vetheafba5d"} 5783 node_network_iface_link{device="vetheafdff8"} 9591 node_network_iface_link{device="vetheb96a22"} 9706 node_network_iface_link{device="vethec666e8"} 9426 node_network_iface_link{device="vethed11450"} 5287 node_network_iface_link{device="vethed19b20"} 6185 node_network_iface_link{device="vethed3ab9d"} 6453 node_network_iface_link{device="vetheddb648"} 7239 node_network_iface_link{device="vethedeec24"} 8387 node_network_iface_link{device="vethedf40f5"} 8283 node_network_iface_link{device="vetheefaddf"} 7463 node_network_iface_link{device="vethef58697"} 6721 node_network_iface_link{device="vethefe8ba7"} 5917 node_network_iface_link{device="vethf09ac69"} 7539 node_network_iface_link{device="vethf14b507"} 7541 node_network_iface_link{device="vethf14bf3b"} 5815 node_network_iface_link{device="vethf14e041"} 6589 node_network_iface_link{device="vethf185ebb"} 7819 node_network_iface_link{device="vethf2509ba"} 8421 node_network_iface_link{device="vethf25387f"} 6601 node_network_iface_link{device="vethf2a6c87"} 7197 node_network_iface_link{device="vethf2b1dab"} 7073 node_network_iface_link{device="vethf2badff"} 7377 node_network_iface_link{device="vethf33a028"} 9428 node_network_iface_link{device="vethf342283"} 6845 node_network_iface_link{device="vethf47c7ff"} 8936 node_network_iface_link{device="vethf4ac138"} 5113 node_network_iface_link{device="vethf4b1b2a"} 7009 node_network_iface_link{device="vethf4bd777"} 5859 node_network_iface_link{device="vethf5aeeda"} 5839 node_network_iface_link{device="vethf5e58af"} 5153 node_network_iface_link{device="vethf60f5e6"} 8466 node_network_iface_link{device="vethf63a7c4"} 8297 node_network_iface_link{device="vethf6bd349"} 8391 node_network_iface_link{device="vethf6ce5b6"} 6755 node_network_iface_link{device="vethf7684fa"} 8347 node_network_iface_link{device="vethf7e9d2c"} 7647 node_network_iface_link{device="vethf8128a9"} 4969 node_network_iface_link{device="vethf81e612"} 5579 node_network_iface_link{device="vethf855174"} 5719 node_network_iface_link{device="vethf894d6d"} 7223 node_network_iface_link{device="vethf979695"} 6933 node_network_iface_link{device="vethf98530e"} 6527 node_network_iface_link{device="vethf9986ef"} 6467 node_network_iface_link{device="vethf9b3f86"} 5731 node_network_iface_link{device="vethfb8b857"} 5713 node_network_iface_link{device="vethfb9458b"} 5697 node_network_iface_link{device="vethfbf1832"} 5645 node_network_iface_link{device="vethfbf1a8f"} 7553 node_network_iface_link{device="vethfc87a12"} 7207 node_network_iface_link{device="vethfc9a925"} 7601 node_network_iface_link{device="vethfcccc71"} 6325 node_network_iface_link{device="vethfd1bace"} 6635 node_network_iface_link{device="vethfd1daa5"} 6693 node_network_iface_link{device="vethfd685e4"} 5013 node_network_iface_link{device="vethfdacab6"} 6907 node_network_iface_link{device="vethfe15339"} 6941 node_network_iface_link{device="vethfe36666"} 6621 node_network_iface_link{device="vethfe7040e"} 6543 node_network_iface_link{device="vethfec16de"} 5837 node_network_iface_link{device="vethfedbea0"} 5515 node_network_iface_link{device="vethff12d55"} 7751 # 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-02823e0b21f8"} 0 node_network_iface_link_mode{device="br-04cbf9ad21fb"} 0 node_network_iface_link_mode{device="br-07e352042c28"} 0 node_network_iface_link_mode{device="br-08dd0c9852c8"} 0 node_network_iface_link_mode{device="br-0a8e30067c8e"} 0 node_network_iface_link_mode{device="br-0b7a81bcb7e3"} 0 node_network_iface_link_mode{device="br-0bcc3cc90f11"} 0 node_network_iface_link_mode{device="br-0d9fdd0cf163"} 0 node_network_iface_link_mode{device="br-159df358c552"} 0 node_network_iface_link_mode{device="br-15dab3c5a2fb"} 0 node_network_iface_link_mode{device="br-19518ca3b773"} 0 node_network_iface_link_mode{device="br-1a025aacb82b"} 0 node_network_iface_link_mode{device="br-1b283e1e5128"} 0 node_network_iface_link_mode{device="br-1ba83a528099"} 0 node_network_iface_link_mode{device="br-1c3bd3909a8a"} 0 node_network_iface_link_mode{device="br-1c535b11677a"} 0 node_network_iface_link_mode{device="br-1de64be72380"} 0 node_network_iface_link_mode{device="br-208ab78feaa3"} 0 node_network_iface_link_mode{device="br-217d6415a970"} 0 node_network_iface_link_mode{device="br-27771a4b5e1c"} 0 node_network_iface_link_mode{device="br-2860d01a9c36"} 0 node_network_iface_link_mode{device="br-28853d2b1974"} 0 node_network_iface_link_mode{device="br-2cd18bfafc5e"} 0 node_network_iface_link_mode{device="br-2f10de396682"} 0 node_network_iface_link_mode{device="br-349eb65873d4"} 0 node_network_iface_link_mode{device="br-3718da5a7dac"} 0 node_network_iface_link_mode{device="br-37f17f8c2f41"} 0 node_network_iface_link_mode{device="br-39ee20d64532"} 0 node_network_iface_link_mode{device="br-3a7803651a32"} 0 node_network_iface_link_mode{device="br-3b46cefe7982"} 0 node_network_iface_link_mode{device="br-3d8e222ceb4d"} 0 node_network_iface_link_mode{device="br-3d9cd1c09975"} 0 node_network_iface_link_mode{device="br-3db3cc2bc444"} 0 node_network_iface_link_mode{device="br-3e66b6d4d599"} 0 node_network_iface_link_mode{device="br-3ee00523d99d"} 0 node_network_iface_link_mode{device="br-402682b9212c"} 0 node_network_iface_link_mode{device="br-447189b64663"} 0 node_network_iface_link_mode{device="br-44fbf271d024"} 0 node_network_iface_link_mode{device="br-458514748e86"} 0 node_network_iface_link_mode{device="br-483851ad6d82"} 0 node_network_iface_link_mode{device="br-4b6104651907"} 0 node_network_iface_link_mode{device="br-4dbe0bd05d7e"} 0 node_network_iface_link_mode{device="br-4fac6072ea97"} 0 node_network_iface_link_mode{device="br-5064110da1f6"} 0 node_network_iface_link_mode{device="br-52ce8deae651"} 0 node_network_iface_link_mode{device="br-559d36b72748"} 0 node_network_iface_link_mode{device="br-56145531d617"} 0 node_network_iface_link_mode{device="br-566d230839cf"} 0 node_network_iface_link_mode{device="br-56a5fa614b52"} 0 node_network_iface_link_mode{device="br-5748fcd1e7ca"} 0 node_network_iface_link_mode{device="br-595b89a771c2"} 0 node_network_iface_link_mode{device="br-59aa9f4171dd"} 0 node_network_iface_link_mode{device="br-5a1c61a6d482"} 0 node_network_iface_link_mode{device="br-5b324be20854"} 0 node_network_iface_link_mode{device="br-5f11f2c9115a"} 0 node_network_iface_link_mode{device="br-606bd002e3a4"} 0 node_network_iface_link_mode{device="br-61e477cf95da"} 0 node_network_iface_link_mode{device="br-65df7dba5a66"} 0 node_network_iface_link_mode{device="br-6654a6f415ef"} 0 node_network_iface_link_mode{device="br-665d979d60c7"} 0 node_network_iface_link_mode{device="br-6746be184829"} 0 node_network_iface_link_mode{device="br-67b6f2b09055"} 0 node_network_iface_link_mode{device="br-6d59a9037e7f"} 0 node_network_iface_link_mode{device="br-6e8e8bec63f7"} 0 node_network_iface_link_mode{device="br-6fdd4f05699e"} 0 node_network_iface_link_mode{device="br-70a43ddb765f"} 0 node_network_iface_link_mode{device="br-7151fb21ebc7"} 0 node_network_iface_link_mode{device="br-757cf8ccd099"} 0 node_network_iface_link_mode{device="br-7783edd4fb63"} 0 node_network_iface_link_mode{device="br-7967b93cb965"} 0 node_network_iface_link_mode{device="br-7a05c4b4c71c"} 0 node_network_iface_link_mode{device="br-7f1c0840c41b"} 0 node_network_iface_link_mode{device="br-8291479ee6f8"} 0 node_network_iface_link_mode{device="br-82b59b3e5c30"} 0 node_network_iface_link_mode{device="br-831a310fd395"} 0 node_network_iface_link_mode{device="br-832e21b6735f"} 0 node_network_iface_link_mode{device="br-84962c4a05ff"} 0 node_network_iface_link_mode{device="br-89456f9f0577"} 0 node_network_iface_link_mode{device="br-8c90f08921d2"} 0 node_network_iface_link_mode{device="br-8d1ae48ba56b"} 0 node_network_iface_link_mode{device="br-8d5f8dfdd165"} 0 node_network_iface_link_mode{device="br-8f019a492357"} 0 node_network_iface_link_mode{device="br-8f2fb4b87f97"} 0 node_network_iface_link_mode{device="br-9122d919d3da"} 0 node_network_iface_link_mode{device="br-91e32aebc9b9"} 0 node_network_iface_link_mode{device="br-973daca1c7c2"} 0 node_network_iface_link_mode{device="br-98551e817ad3"} 0 node_network_iface_link_mode{device="br-a01a29421e12"} 0 node_network_iface_link_mode{device="br-a194f29d52a3"} 0 node_network_iface_link_mode{device="br-a19b8bbcb4ba"} 0 node_network_iface_link_mode{device="br-a384ecbfdb6c"} 0 node_network_iface_link_mode{device="br-a5d1efbd6302"} 0 node_network_iface_link_mode{device="br-a9242a3d7305"} 0 node_network_iface_link_mode{device="br-ab4fc0c8f205"} 0 node_network_iface_link_mode{device="br-ac5441a8184d"} 0 node_network_iface_link_mode{device="br-ad296b058e6c"} 0 node_network_iface_link_mode{device="br-b0d3385258be"} 0 node_network_iface_link_mode{device="br-b5cc1abc8af1"} 0 node_network_iface_link_mode{device="br-b84a81030c46"} 0 node_network_iface_link_mode{device="br-b9ddcd38e3d5"} 0 node_network_iface_link_mode{device="br-bbf479fecfd1"} 0 node_network_iface_link_mode{device="br-bf24405639d1"} 0 node_network_iface_link_mode{device="br-bf75749e355d"} 0 node_network_iface_link_mode{device="br-bfa260e794d9"} 0 node_network_iface_link_mode{device="br-c121b68147b6"} 0 node_network_iface_link_mode{device="br-c1af548193f3"} 0 node_network_iface_link_mode{device="br-c60789b54f4a"} 0 node_network_iface_link_mode{device="br-c7ec91768290"} 0 node_network_iface_link_mode{device="br-c8047895107e"} 0 node_network_iface_link_mode{device="br-c8dc093516dd"} 0 node_network_iface_link_mode{device="br-c9441662f35b"} 0 node_network_iface_link_mode{device="br-cca3eb0bd63d"} 0 node_network_iface_link_mode{device="br-cfa83479df17"} 0 node_network_iface_link_mode{device="br-cfa8e5dacf79"} 0 node_network_iface_link_mode{device="br-d08110bc3e31"} 0 node_network_iface_link_mode{device="br-d286f920faa7"} 0 node_network_iface_link_mode{device="br-d36675741a6d"} 0 node_network_iface_link_mode{device="br-d4ad227661d1"} 0 node_network_iface_link_mode{device="br-d54d8e4f9ca5"} 0 node_network_iface_link_mode{device="br-d6aad0d2a913"} 0 node_network_iface_link_mode{device="br-dbca5566e641"} 0 node_network_iface_link_mode{device="br-dc87a7504ded"} 0 node_network_iface_link_mode{device="br-ddde99c88d06"} 0 node_network_iface_link_mode{device="br-e0e95d87f3e0"} 0 node_network_iface_link_mode{device="br-e5714f199361"} 0 node_network_iface_link_mode{device="br-e63b0d1593b5"} 0 node_network_iface_link_mode{device="br-e6ca372c02c0"} 0 node_network_iface_link_mode{device="br-ea12a1764685"} 0 node_network_iface_link_mode{device="br-edfd70c2aede"} 0 node_network_iface_link_mode{device="br-ef37d58f8fe1"} 0 node_network_iface_link_mode{device="br-f7269b4b25bf"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0009c48"} 0 node_network_iface_link_mode{device="veth0057f22"} 0 node_network_iface_link_mode{device="veth008ddfb"} 0 node_network_iface_link_mode{device="veth00e3c78"} 0 node_network_iface_link_mode{device="veth01c5e43"} 0 node_network_iface_link_mode{device="veth01d1acf"} 0 node_network_iface_link_mode{device="veth01f4e0b"} 0 node_network_iface_link_mode{device="veth02fa58b"} 0 node_network_iface_link_mode{device="veth032511c"} 0 node_network_iface_link_mode{device="veth032853a"} 0 node_network_iface_link_mode{device="veth0379a17"} 0 node_network_iface_link_mode{device="veth039b82d"} 0 node_network_iface_link_mode{device="veth03dd035"} 0 node_network_iface_link_mode{device="veth04159af"} 0 node_network_iface_link_mode{device="veth041f04f"} 0 node_network_iface_link_mode{device="veth048c9d9"} 0 node_network_iface_link_mode{device="veth0521f31"} 0 node_network_iface_link_mode{device="veth059040d"} 0 node_network_iface_link_mode{device="veth05a06a7"} 0 node_network_iface_link_mode{device="veth067e6e9"} 0 node_network_iface_link_mode{device="veth06e31b1"} 0 node_network_iface_link_mode{device="veth06f27a2"} 0 node_network_iface_link_mode{device="veth07a049d"} 0 node_network_iface_link_mode{device="veth0808d98"} 0 node_network_iface_link_mode{device="veth0886055"} 0 node_network_iface_link_mode{device="veth08ae0d6"} 0 node_network_iface_link_mode{device="veth096258a"} 0 node_network_iface_link_mode{device="veth0b64779"} 0 node_network_iface_link_mode{device="veth0bfbe46"} 0 node_network_iface_link_mode{device="veth0d263b9"} 0 node_network_iface_link_mode{device="veth0d26989"} 0 node_network_iface_link_mode{device="veth0e4628c"} 0 node_network_iface_link_mode{device="veth0e6c375"} 0 node_network_iface_link_mode{device="veth0e86ab7"} 0 node_network_iface_link_mode{device="veth0ec88d9"} 0 node_network_iface_link_mode{device="veth0f039e4"} 0 node_network_iface_link_mode{device="veth0f6e4c2"} 0 node_network_iface_link_mode{device="veth0f8da12"} 0 node_network_iface_link_mode{device="veth0fc3400"} 0 node_network_iface_link_mode{device="veth0fe6ce8"} 0 node_network_iface_link_mode{device="veth100d8fb"} 0 node_network_iface_link_mode{device="veth107e808"} 0 node_network_iface_link_mode{device="veth1093ea4"} 0 node_network_iface_link_mode{device="veth10e276d"} 0 node_network_iface_link_mode{device="veth11210db"} 0 node_network_iface_link_mode{device="veth11507a2"} 0 node_network_iface_link_mode{device="veth115219d"} 0 node_network_iface_link_mode{device="veth12b4062"} 0 node_network_iface_link_mode{device="veth13756cd"} 0 node_network_iface_link_mode{device="veth1380211"} 0 node_network_iface_link_mode{device="veth139d69d"} 0 node_network_iface_link_mode{device="veth148ba09"} 0 node_network_iface_link_mode{device="veth1498546"} 0 node_network_iface_link_mode{device="veth1568435"} 0 node_network_iface_link_mode{device="veth182b299"} 0 node_network_iface_link_mode{device="veth1a57969"} 0 node_network_iface_link_mode{device="veth1a5d00b"} 0 node_network_iface_link_mode{device="veth1aee0c9"} 0 node_network_iface_link_mode{device="veth1af829a"} 0 node_network_iface_link_mode{device="veth1af887e"} 0 node_network_iface_link_mode{device="veth1bb281d"} 0 node_network_iface_link_mode{device="veth1be69a9"} 0 node_network_iface_link_mode{device="veth1c2382f"} 0 node_network_iface_link_mode{device="veth1c86f94"} 0 node_network_iface_link_mode{device="veth1cd53f4"} 0 node_network_iface_link_mode{device="veth1d5e1a4"} 0 node_network_iface_link_mode{device="veth1dc4860"} 0 node_network_iface_link_mode{device="veth1dea2fe"} 0 node_network_iface_link_mode{device="veth1e7f00c"} 0 node_network_iface_link_mode{device="veth1ec0310"} 0 node_network_iface_link_mode{device="veth1fda973"} 0 node_network_iface_link_mode{device="veth1fe94a9"} 0 node_network_iface_link_mode{device="veth20489bb"} 0 node_network_iface_link_mode{device="veth20787b5"} 0 node_network_iface_link_mode{device="veth208ca1a"} 0 node_network_iface_link_mode{device="veth21c0fe7"} 0 node_network_iface_link_mode{device="veth2214e42"} 0 node_network_iface_link_mode{device="veth228bd69"} 0 node_network_iface_link_mode{device="veth229b6d4"} 0 node_network_iface_link_mode{device="veth22f2fec"} 0 node_network_iface_link_mode{device="veth231c261"} 0 node_network_iface_link_mode{device="veth231d40e"} 0 node_network_iface_link_mode{device="veth232533d"} 0 node_network_iface_link_mode{device="veth235d53e"} 0 node_network_iface_link_mode{device="veth237b6c4"} 0 node_network_iface_link_mode{device="veth23e1e40"} 0 node_network_iface_link_mode{device="veth24fc934"} 0 node_network_iface_link_mode{device="veth25d516d"} 0 node_network_iface_link_mode{device="veth268dc93"} 0 node_network_iface_link_mode{device="veth279aa19"} 0 node_network_iface_link_mode{device="veth27a3e0d"} 0 node_network_iface_link_mode{device="veth27aa3e1"} 0 node_network_iface_link_mode{device="veth27bf25e"} 0 node_network_iface_link_mode{device="veth27eb3a1"} 0 node_network_iface_link_mode{device="veth2817a39"} 0 node_network_iface_link_mode{device="veth298a150"} 0 node_network_iface_link_mode{device="veth29e1cdf"} 0 node_network_iface_link_mode{device="veth2a938c7"} 0 node_network_iface_link_mode{device="veth2b6f776"} 0 node_network_iface_link_mode{device="veth2bea18d"} 0 node_network_iface_link_mode{device="veth2cb2aa6"} 0 node_network_iface_link_mode{device="veth2cc6b5d"} 0 node_network_iface_link_mode{device="veth2cd33a1"} 0 node_network_iface_link_mode{device="veth2d03ca6"} 0 node_network_iface_link_mode{device="veth2d2c9f2"} 0 node_network_iface_link_mode{device="veth2d41a73"} 0 node_network_iface_link_mode{device="veth2d9918b"} 0 node_network_iface_link_mode{device="veth2e4245c"} 0 node_network_iface_link_mode{device="veth2e5029d"} 0 node_network_iface_link_mode{device="veth2eac8e4"} 0 node_network_iface_link_mode{device="veth2eb60e4"} 0 node_network_iface_link_mode{device="veth2f1ad78"} 0 node_network_iface_link_mode{device="veth2f899b3"} 0 node_network_iface_link_mode{device="veth2f9b6e7"} 0 node_network_iface_link_mode{device="veth2f9e651"} 0 node_network_iface_link_mode{device="veth2ffb90c"} 0 node_network_iface_link_mode{device="veth305c11f"} 0 node_network_iface_link_mode{device="veth30b95b0"} 0 node_network_iface_link_mode{device="veth3110731"} 0 node_network_iface_link_mode{device="veth315b30d"} 0 node_network_iface_link_mode{device="veth3168355"} 0 node_network_iface_link_mode{device="veth3245e1c"} 0 node_network_iface_link_mode{device="veth329ca59"} 0 node_network_iface_link_mode{device="veth32da86b"} 0 node_network_iface_link_mode{device="veth32f0bd7"} 0 node_network_iface_link_mode{device="veth33d65d5"} 0 node_network_iface_link_mode{device="veth33d87e8"} 0 node_network_iface_link_mode{device="veth3540510"} 0 node_network_iface_link_mode{device="veth354d054"} 0 node_network_iface_link_mode{device="veth357116f"} 0 node_network_iface_link_mode{device="veth35886d9"} 0 node_network_iface_link_mode{device="veth358dbf2"} 0 node_network_iface_link_mode{device="veth359cbb7"} 0 node_network_iface_link_mode{device="veth359d04a"} 0 node_network_iface_link_mode{device="veth35b4532"} 0 node_network_iface_link_mode{device="veth37d058e"} 0 node_network_iface_link_mode{device="veth37de2e1"} 0 node_network_iface_link_mode{device="veth37e7130"} 0 node_network_iface_link_mode{device="veth3823199"} 0 node_network_iface_link_mode{device="veth38668ad"} 0 node_network_iface_link_mode{device="veth3899e00"} 0 node_network_iface_link_mode{device="veth38af7f4"} 0 node_network_iface_link_mode{device="veth38c06e7"} 0 node_network_iface_link_mode{device="veth391740a"} 0 node_network_iface_link_mode{device="veth3961560"} 0 node_network_iface_link_mode{device="veth39a84d1"} 0 node_network_iface_link_mode{device="veth39ec3c6"} 0 node_network_iface_link_mode{device="veth39f418e"} 0 node_network_iface_link_mode{device="veth39f7983"} 0 node_network_iface_link_mode{device="veth3a04f6c"} 0 node_network_iface_link_mode{device="veth3a28292"} 0 node_network_iface_link_mode{device="veth3ab5921"} 0 node_network_iface_link_mode{device="veth3b81dbc"} 0 node_network_iface_link_mode{device="veth3be47e3"} 0 node_network_iface_link_mode{device="veth3bf1c8d"} 0 node_network_iface_link_mode{device="veth3c3790f"} 0 node_network_iface_link_mode{device="veth3d221c4"} 0 node_network_iface_link_mode{device="veth3d60dba"} 0 node_network_iface_link_mode{device="veth3de6d9c"} 0 node_network_iface_link_mode{device="veth3df8638"} 0 node_network_iface_link_mode{device="veth3e0fb0b"} 0 node_network_iface_link_mode{device="veth3ebb118"} 0 node_network_iface_link_mode{device="veth3ef3733"} 0 node_network_iface_link_mode{device="veth3f0586e"} 0 node_network_iface_link_mode{device="veth3f38956"} 0 node_network_iface_link_mode{device="veth3f3ac76"} 0 node_network_iface_link_mode{device="veth3f41be9"} 0 node_network_iface_link_mode{device="veth3f6e007"} 0 node_network_iface_link_mode{device="veth406e4fd"} 0 node_network_iface_link_mode{device="veth4179d44"} 0 node_network_iface_link_mode{device="veth419db48"} 0 node_network_iface_link_mode{device="veth41a5dd6"} 0 node_network_iface_link_mode{device="veth41cd559"} 0 node_network_iface_link_mode{device="veth41d7f45"} 0 node_network_iface_link_mode{device="veth423f820"} 0 node_network_iface_link_mode{device="veth42a984b"} 0 node_network_iface_link_mode{device="veth4314bf5"} 0 node_network_iface_link_mode{device="veth43e182c"} 0 node_network_iface_link_mode{device="veth4413734"} 0 node_network_iface_link_mode{device="veth450a62c"} 0 node_network_iface_link_mode{device="veth450c1a7"} 0 node_network_iface_link_mode{device="veth4580c7e"} 0 node_network_iface_link_mode{device="veth45d2560"} 0 node_network_iface_link_mode{device="veth4600cbe"} 0 node_network_iface_link_mode{device="veth4622c58"} 0 node_network_iface_link_mode{device="veth47275f8"} 0 node_network_iface_link_mode{device="veth472cfec"} 0 node_network_iface_link_mode{device="veth47a0f99"} 0 node_network_iface_link_mode{device="veth48050a3"} 0 node_network_iface_link_mode{device="veth484e5a7"} 0 node_network_iface_link_mode{device="veth487c580"} 0 node_network_iface_link_mode{device="veth48bbb3e"} 0 node_network_iface_link_mode{device="veth48c9eb6"} 0 node_network_iface_link_mode{device="veth48fa74a"} 0 node_network_iface_link_mode{device="veth4919473"} 0 node_network_iface_link_mode{device="veth491f00e"} 0 node_network_iface_link_mode{device="veth4971f59"} 0 node_network_iface_link_mode{device="veth49a95ae"} 0 node_network_iface_link_mode{device="veth4a773af"} 0 node_network_iface_link_mode{device="veth4a8a86b"} 0 node_network_iface_link_mode{device="veth4b8fe58"} 0 node_network_iface_link_mode{device="veth4bdb4d9"} 0 node_network_iface_link_mode{device="veth4bf3046"} 0 node_network_iface_link_mode{device="veth4d292f2"} 0 node_network_iface_link_mode{device="veth4d2cca3"} 0 node_network_iface_link_mode{device="veth4d31c40"} 0 node_network_iface_link_mode{device="veth4d49f16"} 0 node_network_iface_link_mode{device="veth4d6ffca"} 0 node_network_iface_link_mode{device="veth4e685b7"} 0 node_network_iface_link_mode{device="veth4eb2990"} 0 node_network_iface_link_mode{device="veth4ef981b"} 0 node_network_iface_link_mode{device="veth4f30eb7"} 0 node_network_iface_link_mode{device="veth4f61226"} 0 node_network_iface_link_mode{device="veth4ff09ee"} 0 node_network_iface_link_mode{device="veth5054e93"} 0 node_network_iface_link_mode{device="veth50865f9"} 0 node_network_iface_link_mode{device="veth5088dc3"} 0 node_network_iface_link_mode{device="veth519857b"} 0 node_network_iface_link_mode{device="veth51d9ece"} 0 node_network_iface_link_mode{device="veth5210908"} 0 node_network_iface_link_mode{device="veth5284787"} 0 node_network_iface_link_mode{device="veth52cfc45"} 0 node_network_iface_link_mode{device="veth52e330e"} 0 node_network_iface_link_mode{device="veth5365cc9"} 0 node_network_iface_link_mode{device="veth54e9292"} 0 node_network_iface_link_mode{device="veth564c8a0"} 0 node_network_iface_link_mode{device="veth5675ed9"} 0 node_network_iface_link_mode{device="veth56f8c0c"} 0 node_network_iface_link_mode{device="veth57d2b8b"} 0 node_network_iface_link_mode{device="veth57d676c"} 0 node_network_iface_link_mode{device="veth57ec583"} 0 node_network_iface_link_mode{device="veth5804bd9"} 0 node_network_iface_link_mode{device="veth58598dd"} 0 node_network_iface_link_mode{device="veth58b55e5"} 0 node_network_iface_link_mode{device="veth5965e63"} 0 node_network_iface_link_mode{device="veth5aa30fc"} 0 node_network_iface_link_mode{device="veth5ac6b24"} 0 node_network_iface_link_mode{device="veth5af51bd"} 0 node_network_iface_link_mode{device="veth5afbbb6"} 0 node_network_iface_link_mode{device="veth5bbabc3"} 0 node_network_iface_link_mode{device="veth5bdd045"} 0 node_network_iface_link_mode{device="veth5c571c8"} 0 node_network_iface_link_mode{device="veth5c61f57"} 0 node_network_iface_link_mode{device="veth5d012dd"} 0 node_network_iface_link_mode{device="veth5e12c5b"} 0 node_network_iface_link_mode{device="veth5e4f007"} 0 node_network_iface_link_mode{device="veth5ee2818"} 0 node_network_iface_link_mode{device="veth5f39032"} 0 node_network_iface_link_mode{device="veth5f4e2d0"} 0 node_network_iface_link_mode{device="veth5fc3d12"} 0 node_network_iface_link_mode{device="veth61185ee"} 0 node_network_iface_link_mode{device="veth6131e75"} 0 node_network_iface_link_mode{device="veth6168483"} 0 node_network_iface_link_mode{device="veth6250a44"} 0 node_network_iface_link_mode{device="veth62645db"} 0 node_network_iface_link_mode{device="veth626da15"} 0 node_network_iface_link_mode{device="veth6280f39"} 0 node_network_iface_link_mode{device="veth629c943"} 0 node_network_iface_link_mode{device="veth62adda3"} 0 node_network_iface_link_mode{device="veth634d1ed"} 0 node_network_iface_link_mode{device="veth6453baa"} 0 node_network_iface_link_mode{device="veth64c3431"} 0 node_network_iface_link_mode{device="veth651818e"} 0 node_network_iface_link_mode{device="veth651c5d0"} 0 node_network_iface_link_mode{device="veth65337b2"} 0 node_network_iface_link_mode{device="veth65c360e"} 0 node_network_iface_link_mode{device="veth6630733"} 0 node_network_iface_link_mode{device="veth66b7fed"} 0 node_network_iface_link_mode{device="veth670d042"} 0 node_network_iface_link_mode{device="veth6774070"} 0 node_network_iface_link_mode{device="veth67e3876"} 0 node_network_iface_link_mode{device="veth684d2c7"} 0 node_network_iface_link_mode{device="veth688908c"} 0 node_network_iface_link_mode{device="veth6898f5c"} 0 node_network_iface_link_mode{device="veth68fd89d"} 0 node_network_iface_link_mode{device="veth690503f"} 0 node_network_iface_link_mode{device="veth69a31f5"} 0 node_network_iface_link_mode{device="veth69cb16e"} 0 node_network_iface_link_mode{device="veth69d3433"} 0 node_network_iface_link_mode{device="veth69f30b8"} 0 node_network_iface_link_mode{device="veth69f82f1"} 0 node_network_iface_link_mode{device="veth6a008e6"} 0 node_network_iface_link_mode{device="veth6a08252"} 0 node_network_iface_link_mode{device="veth6a552ae"} 0 node_network_iface_link_mode{device="veth6a9654d"} 0 node_network_iface_link_mode{device="veth6ac2ad5"} 0 node_network_iface_link_mode{device="veth6b2d933"} 0 node_network_iface_link_mode{device="veth6b3dad4"} 0 node_network_iface_link_mode{device="veth6b52f37"} 0 node_network_iface_link_mode{device="veth6befc8c"} 0 node_network_iface_link_mode{device="veth6c33543"} 0 node_network_iface_link_mode{device="veth6c58b6c"} 0 node_network_iface_link_mode{device="veth6c5ad94"} 0 node_network_iface_link_mode{device="veth6ca3495"} 0 node_network_iface_link_mode{device="veth6ce5f51"} 0 node_network_iface_link_mode{device="veth6d0a089"} 0 node_network_iface_link_mode{device="veth6d3ac08"} 0 node_network_iface_link_mode{device="veth6e44940"} 0 node_network_iface_link_mode{device="veth6e6c1f7"} 0 node_network_iface_link_mode{device="veth6ed1d48"} 0 node_network_iface_link_mode{device="veth70c4d49"} 0 node_network_iface_link_mode{device="veth71776a8"} 0 node_network_iface_link_mode{device="veth7188a44"} 0 node_network_iface_link_mode{device="veth718a7eb"} 0 node_network_iface_link_mode{device="veth71ffa2e"} 0 node_network_iface_link_mode{device="veth72d266b"} 0 node_network_iface_link_mode{device="veth73369bb"} 0 node_network_iface_link_mode{device="veth73b2056"} 0 node_network_iface_link_mode{device="veth73ead52"} 0 node_network_iface_link_mode{device="veth7429a6e"} 0 node_network_iface_link_mode{device="veth745dadb"} 0 node_network_iface_link_mode{device="veth750eb48"} 0 node_network_iface_link_mode{device="veth752218d"} 0 node_network_iface_link_mode{device="veth757493a"} 0 node_network_iface_link_mode{device="veth757efe6"} 0 node_network_iface_link_mode{device="veth757fccd"} 0 node_network_iface_link_mode{device="veth75e9ad3"} 0 node_network_iface_link_mode{device="veth760c07f"} 0 node_network_iface_link_mode{device="veth7632291"} 0 node_network_iface_link_mode{device="veth76dc8a9"} 0 node_network_iface_link_mode{device="veth76f5b59"} 0 node_network_iface_link_mode{device="veth7708a2a"} 0 node_network_iface_link_mode{device="veth7731308"} 0 node_network_iface_link_mode{device="veth774a0cf"} 0 node_network_iface_link_mode{device="veth7758da8"} 0 node_network_iface_link_mode{device="veth77f5539"} 0 node_network_iface_link_mode{device="veth78a6a45"} 0 node_network_iface_link_mode{device="veth78df8ba"} 0 node_network_iface_link_mode{device="veth797e46a"} 0 node_network_iface_link_mode{device="veth79e6c25"} 0 node_network_iface_link_mode{device="veth79ef071"} 0 node_network_iface_link_mode{device="veth7a37e75"} 0 node_network_iface_link_mode{device="veth7a4ee0a"} 0 node_network_iface_link_mode{device="veth7a84b20"} 0 node_network_iface_link_mode{device="veth7a8d1bc"} 0 node_network_iface_link_mode{device="veth7b5aa98"} 0 node_network_iface_link_mode{device="veth7b76de0"} 0 node_network_iface_link_mode{device="veth7bbc3fb"} 0 node_network_iface_link_mode{device="veth7bdbf78"} 0 node_network_iface_link_mode{device="veth7c00c6f"} 0 node_network_iface_link_mode{device="veth7c170e8"} 0 node_network_iface_link_mode{device="veth7c79405"} 0 node_network_iface_link_mode{device="veth7c7c6a4"} 0 node_network_iface_link_mode{device="veth7c7edf8"} 0 node_network_iface_link_mode{device="veth7cd2b86"} 0 node_network_iface_link_mode{device="veth7ceb6c5"} 0 node_network_iface_link_mode{device="veth7d0a9c9"} 0 node_network_iface_link_mode{device="veth7da5a3d"} 0 node_network_iface_link_mode{device="veth7e7a5a2"} 0 node_network_iface_link_mode{device="veth7e90c50"} 0 node_network_iface_link_mode{device="veth7efb584"} 0 node_network_iface_link_mode{device="veth7efb9a4"} 0 node_network_iface_link_mode{device="veth7f219e6"} 0 node_network_iface_link_mode{device="veth7f349f1"} 0 node_network_iface_link_mode{device="veth7f7adf7"} 0 node_network_iface_link_mode{device="veth7fbccd1"} 0 node_network_iface_link_mode{device="veth7ff9da9"} 0 node_network_iface_link_mode{device="veth804203c"} 0 node_network_iface_link_mode{device="veth80abb3a"} 0 node_network_iface_link_mode{device="veth80bc918"} 0 node_network_iface_link_mode{device="veth80db113"} 0 node_network_iface_link_mode{device="veth8115deb"} 0 node_network_iface_link_mode{device="veth818e1b4"} 0 node_network_iface_link_mode{device="veth81cd17e"} 0 node_network_iface_link_mode{device="veth81e6903"} 0 node_network_iface_link_mode{device="veth81f0a15"} 0 node_network_iface_link_mode{device="veth824a73a"} 0 node_network_iface_link_mode{device="veth8286cb8"} 0 node_network_iface_link_mode{device="veth82bcac8"} 0 node_network_iface_link_mode{device="veth82c8314"} 0 node_network_iface_link_mode{device="veth82d54d6"} 0 node_network_iface_link_mode{device="veth82e7162"} 0 node_network_iface_link_mode{device="veth82f9bb2"} 0 node_network_iface_link_mode{device="veth83c076f"} 0 node_network_iface_link_mode{device="veth841b31f"} 0 node_network_iface_link_mode{device="veth8491d68"} 0 node_network_iface_link_mode{device="veth8575f2f"} 0 node_network_iface_link_mode{device="veth86b5718"} 0 node_network_iface_link_mode{device="veth86b8fa2"} 0 node_network_iface_link_mode{device="veth86c5967"} 0 node_network_iface_link_mode{device="veth86f7933"} 0 node_network_iface_link_mode{device="veth873a2e1"} 0 node_network_iface_link_mode{device="veth87bf2d7"} 0 node_network_iface_link_mode{device="veth87de5ef"} 0 node_network_iface_link_mode{device="veth880729a"} 0 node_network_iface_link_mode{device="veth8899f2d"} 0 node_network_iface_link_mode{device="veth89df824"} 0 node_network_iface_link_mode{device="veth8a757d1"} 0 node_network_iface_link_mode{device="veth8ac6051"} 0 node_network_iface_link_mode{device="veth8aec1f4"} 0 node_network_iface_link_mode{device="veth8bb71ef"} 0 node_network_iface_link_mode{device="veth8c359ba"} 0 node_network_iface_link_mode{device="veth8c3728a"} 0 node_network_iface_link_mode{device="veth8c3b2b4"} 0 node_network_iface_link_mode{device="veth8d365d7"} 0 node_network_iface_link_mode{device="veth8d79659"} 0 node_network_iface_link_mode{device="veth8e0aa38"} 0 node_network_iface_link_mode{device="veth8f8d551"} 0 node_network_iface_link_mode{device="veth8fbb10d"} 0 node_network_iface_link_mode{device="veth900bd70"} 0 node_network_iface_link_mode{device="veth902cadc"} 0 node_network_iface_link_mode{device="veth9047572"} 0 node_network_iface_link_mode{device="veth9057c62"} 0 node_network_iface_link_mode{device="veth9073787"} 0 node_network_iface_link_mode{device="veth9166eaa"} 0 node_network_iface_link_mode{device="veth9193b16"} 0 node_network_iface_link_mode{device="veth91a6689"} 0 node_network_iface_link_mode{device="veth91f1a12"} 0 node_network_iface_link_mode{device="veth91fabb4"} 0 node_network_iface_link_mode{device="veth9267946"} 0 node_network_iface_link_mode{device="veth9371418"} 0 node_network_iface_link_mode{device="veth93f3c9f"} 0 node_network_iface_link_mode{device="veth9488f04"} 0 node_network_iface_link_mode{device="veth948cd1e"} 0 node_network_iface_link_mode{device="veth951eef4"} 0 node_network_iface_link_mode{device="veth9675397"} 0 node_network_iface_link_mode{device="veth9681927"} 0 node_network_iface_link_mode{device="veth96e0471"} 0 node_network_iface_link_mode{device="veth98feb57"} 0 node_network_iface_link_mode{device="veth994a72a"} 0 node_network_iface_link_mode{device="veth9985b4e"} 0 node_network_iface_link_mode{device="veth99cdb12"} 0 node_network_iface_link_mode{device="veth9a9e7eb"} 0 node_network_iface_link_mode{device="veth9b18d92"} 0 node_network_iface_link_mode{device="veth9b23960"} 0 node_network_iface_link_mode{device="veth9bbbd3e"} 0 node_network_iface_link_mode{device="veth9bde175"} 0 node_network_iface_link_mode{device="veth9bed411"} 0 node_network_iface_link_mode{device="veth9c4e77f"} 0 node_network_iface_link_mode{device="veth9c9a350"} 0 node_network_iface_link_mode{device="veth9cb0c0f"} 0 node_network_iface_link_mode{device="veth9cfe767"} 0 node_network_iface_link_mode{device="veth9d35c37"} 0 node_network_iface_link_mode{device="veth9d674e8"} 0 node_network_iface_link_mode{device="veth9d8fc99"} 0 node_network_iface_link_mode{device="veth9d98eba"} 0 node_network_iface_link_mode{device="veth9da8b8d"} 0 node_network_iface_link_mode{device="veth9df3ecb"} 0 node_network_iface_link_mode{device="veth9e9fce6"} 0 node_network_iface_link_mode{device="veth9ed817d"} 0 node_network_iface_link_mode{device="veth9f3233d"} 0 node_network_iface_link_mode{device="veth9f82c51"} 0 node_network_iface_link_mode{device="veth9f8faa5"} 0 node_network_iface_link_mode{device="vetha0c1437"} 0 node_network_iface_link_mode{device="vetha0e80a0"} 0 node_network_iface_link_mode{device="vetha106075"} 0 node_network_iface_link_mode{device="vetha10ed6f"} 0 node_network_iface_link_mode{device="vetha131bbc"} 0 node_network_iface_link_mode{device="vetha187e3b"} 0 node_network_iface_link_mode{device="vetha19ce39"} 0 node_network_iface_link_mode{device="vetha1a96b5"} 0 node_network_iface_link_mode{device="vetha1db4d4"} 0 node_network_iface_link_mode{device="vetha208f1d"} 0 node_network_iface_link_mode{device="vetha20f05a"} 0 node_network_iface_link_mode{device="vetha21095f"} 0 node_network_iface_link_mode{device="vetha29c587"} 0 node_network_iface_link_mode{device="vetha2d62f9"} 0 node_network_iface_link_mode{device="vetha2e6ee7"} 0 node_network_iface_link_mode{device="vetha2efe45"} 0 node_network_iface_link_mode{device="vetha334ff9"} 0 node_network_iface_link_mode{device="vetha33b595"} 0 node_network_iface_link_mode{device="vetha356001"} 0 node_network_iface_link_mode{device="vetha3d3064"} 0 node_network_iface_link_mode{device="vetha3e8c9c"} 0 node_network_iface_link_mode{device="vetha3f126e"} 0 node_network_iface_link_mode{device="vetha4878ac"} 0 node_network_iface_link_mode{device="vetha5244b8"} 0 node_network_iface_link_mode{device="vetha588f6c"} 0 node_network_iface_link_mode{device="vetha58e162"} 0 node_network_iface_link_mode{device="vetha80a84c"} 0 node_network_iface_link_mode{device="vetha81db62"} 0 node_network_iface_link_mode{device="vetha8da15f"} 0 node_network_iface_link_mode{device="vetha95fac3"} 0 node_network_iface_link_mode{device="vethaa460d0"} 0 node_network_iface_link_mode{device="vethaa5252d"} 0 node_network_iface_link_mode{device="vethabd5525"} 0 node_network_iface_link_mode{device="vethac309ae"} 0 node_network_iface_link_mode{device="vethacc9983"} 0 node_network_iface_link_mode{device="vethadaa61e"} 0 node_network_iface_link_mode{device="vethadd6779"} 0 node_network_iface_link_mode{device="vethae07fdb"} 0 node_network_iface_link_mode{device="vethae2e166"} 0 node_network_iface_link_mode{device="vethae6aaad"} 0 node_network_iface_link_mode{device="vethae899be"} 0 node_network_iface_link_mode{device="vethaf2d319"} 0 node_network_iface_link_mode{device="vethaff0c5f"} 0 node_network_iface_link_mode{device="vethb11d1d5"} 0 node_network_iface_link_mode{device="vethb146b3d"} 0 node_network_iface_link_mode{device="vethb17b307"} 0 node_network_iface_link_mode{device="vethb24125c"} 0 node_network_iface_link_mode{device="vethb25b930"} 0 node_network_iface_link_mode{device="vethb264074"} 0 node_network_iface_link_mode{device="vethb26da6e"} 0 node_network_iface_link_mode{device="vethb2f7e0f"} 0 node_network_iface_link_mode{device="vethb413da6"} 0 node_network_iface_link_mode{device="vethb436b35"} 0 node_network_iface_link_mode{device="vethb466aea"} 0 node_network_iface_link_mode{device="vethb4a4c76"} 0 node_network_iface_link_mode{device="vethb4fafb4"} 0 node_network_iface_link_mode{device="vethb5afb08"} 0 node_network_iface_link_mode{device="vethb72a42c"} 0 node_network_iface_link_mode{device="vethb80e0f0"} 0 node_network_iface_link_mode{device="vethb8148cc"} 0 node_network_iface_link_mode{device="vethb85e063"} 0 node_network_iface_link_mode{device="vethb92f9d3"} 0 node_network_iface_link_mode{device="vethb92fe3f"} 0 node_network_iface_link_mode{device="vethba942aa"} 0 node_network_iface_link_mode{device="vethbae8967"} 0 node_network_iface_link_mode{device="vethbb0b4fe"} 0 node_network_iface_link_mode{device="vethbbaaafe"} 0 node_network_iface_link_mode{device="vethbc2b4ad"} 0 node_network_iface_link_mode{device="vethbc58d49"} 0 node_network_iface_link_mode{device="vethbcde7a6"} 0 node_network_iface_link_mode{device="vethbce62a9"} 0 node_network_iface_link_mode{device="vethbe194c8"} 0 node_network_iface_link_mode{device="vethbe2c80a"} 0 node_network_iface_link_mode{device="vethbe97de8"} 0 node_network_iface_link_mode{device="vethbfb44f0"} 0 node_network_iface_link_mode{device="vethc00de3e"} 0 node_network_iface_link_mode{device="vethc02588e"} 0 node_network_iface_link_mode{device="vethc033a93"} 0 node_network_iface_link_mode{device="vethc060fb3"} 0 node_network_iface_link_mode{device="vethc122dad"} 0 node_network_iface_link_mode{device="vethc12e527"} 0 node_network_iface_link_mode{device="vethc140d9c"} 0 node_network_iface_link_mode{device="vethc17e1ec"} 0 node_network_iface_link_mode{device="vethc1d7f4f"} 0 node_network_iface_link_mode{device="vethc1ec8f5"} 0 node_network_iface_link_mode{device="vethc20d812"} 0 node_network_iface_link_mode{device="vethc22a5c0"} 0 node_network_iface_link_mode{device="vethc239fc6"} 0 node_network_iface_link_mode{device="vethc311203"} 0 node_network_iface_link_mode{device="vethc3412aa"} 0 node_network_iface_link_mode{device="vethc3f0337"} 0 node_network_iface_link_mode{device="vethc42048e"} 0 node_network_iface_link_mode{device="vethc4617ba"} 0 node_network_iface_link_mode{device="vethc498aec"} 0 node_network_iface_link_mode{device="vethc4f407f"} 0 node_network_iface_link_mode{device="vethc554c32"} 0 node_network_iface_link_mode{device="vethc5aaafd"} 0 node_network_iface_link_mode{device="vethc5ace02"} 0 node_network_iface_link_mode{device="vethc5b36ba"} 0 node_network_iface_link_mode{device="vethc5dd649"} 0 node_network_iface_link_mode{device="vethc5eb73b"} 0 node_network_iface_link_mode{device="vethc5eca53"} 0 node_network_iface_link_mode{device="vethc68deb2"} 0 node_network_iface_link_mode{device="vethc69e5b9"} 0 node_network_iface_link_mode{device="vethc6fe840"} 0 node_network_iface_link_mode{device="vethc7016cb"} 0 node_network_iface_link_mode{device="vethc75d66d"} 0 node_network_iface_link_mode{device="vethc790a6e"} 0 node_network_iface_link_mode{device="vethc84e290"} 0 node_network_iface_link_mode{device="vethc8739b3"} 0 node_network_iface_link_mode{device="vethc87da99"} 0 node_network_iface_link_mode{device="vethc88bbcf"} 0 node_network_iface_link_mode{device="vethc928fb9"} 0 node_network_iface_link_mode{device="vethc959280"} 0 node_network_iface_link_mode{device="vethc97be75"} 0 node_network_iface_link_mode{device="vethc99df73"} 0 node_network_iface_link_mode{device="vethc9e1b23"} 0 node_network_iface_link_mode{device="vethca8e8cd"} 0 node_network_iface_link_mode{device="vethcb7fed6"} 0 node_network_iface_link_mode{device="vethcb89e48"} 0 node_network_iface_link_mode{device="vethcc43237"} 0 node_network_iface_link_mode{device="vethcc4fef3"} 0 node_network_iface_link_mode{device="vethcc7f6ac"} 0 node_network_iface_link_mode{device="vethccb9f9c"} 0 node_network_iface_link_mode{device="vethccdb53f"} 0 node_network_iface_link_mode{device="vethcd6e0c9"} 0 node_network_iface_link_mode{device="vethce1a2f7"} 0 node_network_iface_link_mode{device="vethce4e99b"} 0 node_network_iface_link_mode{device="vethce521ba"} 0 node_network_iface_link_mode{device="vethcf53b01"} 0 node_network_iface_link_mode{device="vethcfd9fe1"} 0 node_network_iface_link_mode{device="vethd0b2173"} 0 node_network_iface_link_mode{device="vethd0f1488"} 0 node_network_iface_link_mode{device="vethd0f34e4"} 0 node_network_iface_link_mode{device="vethd0ffc64"} 0 node_network_iface_link_mode{device="vethd1ec6d3"} 0 node_network_iface_link_mode{device="vethd2010fb"} 0 node_network_iface_link_mode{device="vethd2deb54"} 0 node_network_iface_link_mode{device="vethd2f4531"} 0 node_network_iface_link_mode{device="vethd34362b"} 0 node_network_iface_link_mode{device="vethd347820"} 0 node_network_iface_link_mode{device="vethd3608f1"} 0 node_network_iface_link_mode{device="vethd42c82d"} 0 node_network_iface_link_mode{device="vethd45b81a"} 0 node_network_iface_link_mode{device="vethd466b1f"} 0 node_network_iface_link_mode{device="vethd49c6b2"} 0 node_network_iface_link_mode{device="vethd5344cc"} 0 node_network_iface_link_mode{device="vethd60e2bd"} 0 node_network_iface_link_mode{device="vethd64322f"} 0 node_network_iface_link_mode{device="vethd65b5b3"} 0 node_network_iface_link_mode{device="vethd681481"} 0 node_network_iface_link_mode{device="vethd6ceb54"} 0 node_network_iface_link_mode{device="vethd6fa258"} 0 node_network_iface_link_mode{device="vethd71b7e5"} 0 node_network_iface_link_mode{device="vethd752c61"} 0 node_network_iface_link_mode{device="vethd760c58"} 0 node_network_iface_link_mode{device="vethd768a42"} 0 node_network_iface_link_mode{device="vethd76e941"} 0 node_network_iface_link_mode{device="vethd81eb6c"} 0 node_network_iface_link_mode{device="vethd868ed3"} 0 node_network_iface_link_mode{device="vethd8a170f"} 0 node_network_iface_link_mode{device="vethd8b4b5b"} 0 node_network_iface_link_mode{device="vethd97f7eb"} 0 node_network_iface_link_mode{device="vethd9c86a8"} 0 node_network_iface_link_mode{device="vethda452a5"} 0 node_network_iface_link_mode{device="vethdaa52c9"} 0 node_network_iface_link_mode{device="vethdae085c"} 0 node_network_iface_link_mode{device="vethdb552be"} 0 node_network_iface_link_mode{device="vethdba1b3a"} 0 node_network_iface_link_mode{device="vethdc4d810"} 0 node_network_iface_link_mode{device="vethdd1fe39"} 0 node_network_iface_link_mode{device="vethdd25bde"} 0 node_network_iface_link_mode{device="vethdd3daca"} 0 node_network_iface_link_mode{device="vethdd432a7"} 0 node_network_iface_link_mode{device="vethdd77089"} 0 node_network_iface_link_mode{device="vethdd88546"} 0 node_network_iface_link_mode{device="vethdda7569"} 0 node_network_iface_link_mode{device="vethddb4b12"} 0 node_network_iface_link_mode{device="vethde79ae2"} 0 node_network_iface_link_mode{device="vethde8673b"} 0 node_network_iface_link_mode{device="vethdf825a0"} 0 node_network_iface_link_mode{device="vethdf861f8"} 0 node_network_iface_link_mode{device="vethdfcbb7b"} 0 node_network_iface_link_mode{device="vethe028419"} 0 node_network_iface_link_mode{device="vethe05e953"} 0 node_network_iface_link_mode{device="vethe0c38b7"} 0 node_network_iface_link_mode{device="vethe101bab"} 0 node_network_iface_link_mode{device="vethe1189bd"} 0 node_network_iface_link_mode{device="vethe13fa27"} 0 node_network_iface_link_mode{device="vethe177f5b"} 0 node_network_iface_link_mode{device="vethe1ebb25"} 0 node_network_iface_link_mode{device="vethe209306"} 0 node_network_iface_link_mode{device="vethe33aa29"} 0 node_network_iface_link_mode{device="vethe38290a"} 0 node_network_iface_link_mode{device="vethe39934f"} 0 node_network_iface_link_mode{device="vethe39dd06"} 0 node_network_iface_link_mode{device="vethe45952d"} 0 node_network_iface_link_mode{device="vethe54bc00"} 0 node_network_iface_link_mode{device="vethe5621bc"} 0 node_network_iface_link_mode{device="vethe5723c0"} 0 node_network_iface_link_mode{device="vethe64b47d"} 0 node_network_iface_link_mode{device="vethe660bdb"} 0 node_network_iface_link_mode{device="vethe6b515e"} 0 node_network_iface_link_mode{device="vethe6e8924"} 0 node_network_iface_link_mode{device="vethe6f5fae"} 0 node_network_iface_link_mode{device="vethe7dc6b0"} 0 node_network_iface_link_mode{device="vethe7e6bbf"} 0 node_network_iface_link_mode{device="vethe8000ea"} 0 node_network_iface_link_mode{device="vethe8094b1"} 0 node_network_iface_link_mode{device="vethe8551b4"} 0 node_network_iface_link_mode{device="vethe8c6bde"} 0 node_network_iface_link_mode{device="vethe8f63bd"} 0 node_network_iface_link_mode{device="vethe93a649"} 0 node_network_iface_link_mode{device="vethe9de379"} 0 node_network_iface_link_mode{device="vethe9ef82b"} 0 node_network_iface_link_mode{device="vethea2004e"} 0 node_network_iface_link_mode{device="vethea7b5b1"} 0 node_network_iface_link_mode{device="vetheafba5d"} 0 node_network_iface_link_mode{device="vetheafdff8"} 0 node_network_iface_link_mode{device="vetheb96a22"} 0 node_network_iface_link_mode{device="vethec666e8"} 0 node_network_iface_link_mode{device="vethed11450"} 0 node_network_iface_link_mode{device="vethed19b20"} 0 node_network_iface_link_mode{device="vethed3ab9d"} 0 node_network_iface_link_mode{device="vetheddb648"} 0 node_network_iface_link_mode{device="vethedeec24"} 0 node_network_iface_link_mode{device="vethedf40f5"} 0 node_network_iface_link_mode{device="vetheefaddf"} 0 node_network_iface_link_mode{device="vethef58697"} 0 node_network_iface_link_mode{device="vethefe8ba7"} 0 node_network_iface_link_mode{device="vethf09ac69"} 0 node_network_iface_link_mode{device="vethf14b507"} 0 node_network_iface_link_mode{device="vethf14bf3b"} 0 node_network_iface_link_mode{device="vethf14e041"} 0 node_network_iface_link_mode{device="vethf185ebb"} 0 node_network_iface_link_mode{device="vethf2509ba"} 0 node_network_iface_link_mode{device="vethf25387f"} 0 node_network_iface_link_mode{device="vethf2a6c87"} 0 node_network_iface_link_mode{device="vethf2b1dab"} 0 node_network_iface_link_mode{device="vethf2badff"} 0 node_network_iface_link_mode{device="vethf33a028"} 0 node_network_iface_link_mode{device="vethf342283"} 0 node_network_iface_link_mode{device="vethf47c7ff"} 0 node_network_iface_link_mode{device="vethf4ac138"} 0 node_network_iface_link_mode{device="vethf4b1b2a"} 0 node_network_iface_link_mode{device="vethf4bd777"} 0 node_network_iface_link_mode{device="vethf5aeeda"} 0 node_network_iface_link_mode{device="vethf5e58af"} 0 node_network_iface_link_mode{device="vethf60f5e6"} 0 node_network_iface_link_mode{device="vethf63a7c4"} 0 node_network_iface_link_mode{device="vethf6bd349"} 0 node_network_iface_link_mode{device="vethf6ce5b6"} 0 node_network_iface_link_mode{device="vethf7684fa"} 0 node_network_iface_link_mode{device="vethf7e9d2c"} 0 node_network_iface_link_mode{device="vethf8128a9"} 0 node_network_iface_link_mode{device="vethf81e612"} 0 node_network_iface_link_mode{device="vethf855174"} 0 node_network_iface_link_mode{device="vethf894d6d"} 0 node_network_iface_link_mode{device="vethf979695"} 0 node_network_iface_link_mode{device="vethf98530e"} 0 node_network_iface_link_mode{device="vethf9986ef"} 0 node_network_iface_link_mode{device="vethf9b3f86"} 0 node_network_iface_link_mode{device="vethfb8b857"} 0 node_network_iface_link_mode{device="vethfb9458b"} 0 node_network_iface_link_mode{device="vethfbf1832"} 0 node_network_iface_link_mode{device="vethfbf1a8f"} 0 node_network_iface_link_mode{device="vethfc87a12"} 0 node_network_iface_link_mode{device="vethfc9a925"} 0 node_network_iface_link_mode{device="vethfcccc71"} 0 node_network_iface_link_mode{device="vethfd1bace"} 0 node_network_iface_link_mode{device="vethfd1daa5"} 0 node_network_iface_link_mode{device="vethfd685e4"} 0 node_network_iface_link_mode{device="vethfdacab6"} 0 node_network_iface_link_mode{device="vethfe15339"} 0 node_network_iface_link_mode{device="vethfe36666"} 0 node_network_iface_link_mode{device="vethfe7040e"} 0 node_network_iface_link_mode{device="vethfec16de"} 0 node_network_iface_link_mode{device="vethfedbea0"} 0 node_network_iface_link_mode{device="vethff12d55"} 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:06:e2:71:15:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06e31b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:38:14:2c:48:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d5e1a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:3f:7c:04:87:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d2cca3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:00:2c:e9:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bf75749e355d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:02:85:55:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ab4fc0c8f205",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:bf:fe:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5748fcd1e7ca",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:0c:e6:f3:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6d59a9037e7f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:10:24:e2:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-61e477cf95da",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:10:e5:ca:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-447189b64663",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:11:67:67:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f7269b4b25bf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:12:3a:6a:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e6ca372c02c0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:12:cd:3a:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-159df358c552",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:14:3f:2a:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dc87a7504ded",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:17:41:7b:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-37f17f8c2f41",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:b0:b0:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-44fbf271d024",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:e5:b0:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2f10de396682",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:e6:a5:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ea12a1764685",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:19:ea:d3:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9122d919d3da",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1a:f1:53:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7783edd4fb63",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1e:fe:20:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b84a81030c46",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1f:2c:67:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-831a310fd395",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:20:6e:ed:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-91e32aebc9b9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:21:49:63:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3d9cd1c09975",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:23:88:10:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a194f29d52a3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:25:5a:e1:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3b46cefe7982",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:26:0d:32:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d5f8dfdd165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:27:d5:ec:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6654a6f415ef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:29:26:49:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7151fb21ebc7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2a:a1:6b:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8f019a492357",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2b:05:10:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d9fdd0cf163",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:31:ca:ed:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3e66b6d4d599",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:32:5d:54:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d6aad0d2a913",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:32:aa:29:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7ec91768290",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:35:2d:45:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1b283e1e5128",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:35:ba:31:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-65df7dba5a66",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:38:2f:bc:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c9441662f35b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3b:8d:43:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e5714f199361",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3b:ef:d3:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-19518ca3b773",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3e:2d:f0:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-665d979d60c7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:42:6c:74:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8dc093516dd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:42:73:ee:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dbca5566e641",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:43:e9:ec:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-08dd0c9852c8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:45:cb:bf:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-483851ad6d82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:47:e0:83:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3718da5a7dac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4b:3a:be:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-832e21b6735f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4b:d1:14:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d36675741a6d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4c:92:dc:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-595b89a771c2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4d:05:ce:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d1ae48ba56b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4d:db:ff:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ef37d58f8fe1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:57:5c:54:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d286f920faa7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:58:8a:9a:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3a7803651a32",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5a:42:cf:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfa83479df17",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5f:75:f6:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b5cc1abc8af1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:67:85:8d:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52ce8deae651",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:67:e0:b9:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-70a43ddb765f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:68:86:f6:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-757cf8ccd099",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:68:eb:d7:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0e95d87f3e0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:69:20:89:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7f1c0840c41b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6a:c2:a0:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-28853d2b1974",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6b:65:a7:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-84962c4a05ff",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:6c:62:4b:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a5d1efbd6302",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:a9:8c:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7967b93cb965",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:73:11:10:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b9ddcd38e3d5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:75:0b:89:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5064110da1f6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:76:05:30:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2cd18bfafc5e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7a:5b:d9:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8291479ee6f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7d:d8:bc:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8047895107e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:11:f2:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-559d36b72748",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:c4:e4:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bbf479fecfd1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:80:ba:28:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-56145531d617",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:81:45:51:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a9242a3d7305",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:81:47:87:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c535b11677a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:81:d5:b9:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3ee00523d99d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:83:29:80:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c121b68147b6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:85:d3:c7:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-402682b9212c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:86:5d:b0:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d4ad227661d1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:86:b2:04:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02823e0b21f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:88:4b:c6:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5a1c61a6d482",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:88:aa:42:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-566d230839cf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:88:cd:2a:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a01a29421e12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:89:69:d7:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c3bd3909a8a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8a:50:90:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c1af548193f3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8c:57:f8:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5f11f2c9115a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:92:a2:f0:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-98551e817ad3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:96:33:9b:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1a025aacb82b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:9e:c5:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-217d6415a970",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:99:5b:fa:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d54d8e4f9ca5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:99:ee:30:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-04cbf9ad21fb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9c:18:ff:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a05c4b4c71c",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:9d:40:d4:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c60789b54f4a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a1:b6:c1:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8f2fb4b87f97",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:30:e6:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-89456f9f0577",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:41:62:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-59aa9f4171dd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:55:46:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07e352042c28",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a4:e7:1f:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-27771a4b5e1c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a7:d4:74:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d08110bc3e31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a8:93:15:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cca3eb0bd63d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a9:17:59:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-606bd002e3a4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:aa:38:a8:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0a8e30067c8e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ac:2e:11:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bfa260e794d9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:af:8f:6f:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0bcc3cc90f11",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b4:29:65:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4dbe0bd05d7e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b4:6e:03:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ac5441a8184d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b4:fc:1c:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5b324be20854",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b7:24:c5:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-458514748e86",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bd:77:a8:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfa8e5dacf79",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bf:8e:07:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0b7a81bcb7e3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c1:2e:88:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-973daca1c7c2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c1:e4:9d:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-82b59b3e5c30",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:0e:e1:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b0d3385258be",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c5:6e:04:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-349eb65873d4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c5:ee:ab:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-15dab3c5a2fb",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:c7:15:6b:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1de64be72380",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c9:23:54:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ad296b058e6c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ca:a1:bb:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6fdd4f05699e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cb:1b:e3:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e63b0d1593b5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cd:39:06:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4fac6072ea97",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d1:98:2b:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6746be184829",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d4:43:04:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6e8e8bec63f7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d4:75:e0:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a384ecbfdb6c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d7:01:02:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c90f08921d2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:de:cf:67:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3db3cc2bc444",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e5:0f:ef:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-208ab78feaa3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e5:33:7d:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2860d01a9c36",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e7:70:9f:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-edfd70c2aede",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e8:30:c2:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ddde99c88d06",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ec:f6:7d:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:f3:26:38:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-39ee20d64532",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f7:43:9f:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4b6104651907",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f8:22:06:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a19b8bbcb4ba",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f8:43:97:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-56a5fa614b52",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fa:c8:c7:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3d8e222ceb4d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fc:3d:67:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1ba83a528099",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fd:46:a8:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bf24405639d1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fd:a5:dc:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-67b6f2b09055",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:47:ca:9a:d5:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6befc8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:5e:3a:ac:6a:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde79ae2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:8a:7f:f3:37:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78a6a45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:8d:15:b6:52:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccb9f9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:b2:73:d1:c4:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8a170f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ba:39:11:5d:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe93a649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:e2:6d:ef:22:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ca3495",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:f6:eb:2f:d8:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheddb648",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:fe:c3:9c:c0:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cb0c0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:0c:fb:e2:d7:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb413da6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:35:05:f6:79:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4b1b2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:40:f8:74:99:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc4d810",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:6d:f9:0b:2a:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33d65d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a6:36:64:eb:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ac2ad5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a7:26:e0:9b:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99cdb12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:bc:42:6d:72:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a37e75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:bd:83:d8:11:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f61226",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c6:29:a0:02:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ee2818",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:f0:51:18:5c:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc239fc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:03:85:89:0c:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7bdbf78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:1c:74:e0:ec:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1498546",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:2e:d2:c0:43:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth718a7eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:32:dc:e3:d7:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b6f776",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:43:fa:96:97:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth268dc93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:5b:3e:ef:43:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf861f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:5d:1f:6a:72:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5054e93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:8f:40:3d:b7:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cc6b5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:93:b5:e3:e0:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9986ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a1:07:f7:e8:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9de379",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:c4:43:ca:be:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc928fb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:c4:79:c7:06:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha58e162",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:df:61:0f:5e:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f3233d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:28:42:17:2f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth182b299",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:33:15:36:01:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3e8c9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:35:e5:58:d7:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4a4c76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:78:b5:5d:99:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb9458b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:7b:a1:eb:09:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04159af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:99:68:c3:b2:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1ebb25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:af:5e:65:5d:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bf1c8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b1:11:2a:a6:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a08252",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ef:b2:67:c2:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39a84d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:f4:f6:23:5f:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e6c1f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:01:4b:fe:e8:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe54bc00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:3c:85:8c:36:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d60dba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:8f:88:fb:5b:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c3b2b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:a0:86:3e:d1:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd868ed3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:b5:0d:75:eb:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2d62f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:be:87:d5:e0:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb7fed6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:ca:aa:9e:80:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6e8924",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:f8:fd:3c:7e:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha20f05a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:19:cc:50:df:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae07fdb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:54:e3:4e:87:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6630733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:69:dc:36:19:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5e58af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:87:ff:8f:fa:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth358dbf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:8e:20:38:dc:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2817a39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d5:0d:2b:af:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc84e290",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:07:c1:30:f4:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0808d98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:2b:8b:b2:cf:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bbabc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:50:e8:cf:b2:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64c3431",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:64:23:c2:6d:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth745dadb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:6d:3f:91:b0:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f6e007",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a4:2e:be:dd:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth305c11f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:bc:94:3f:f0:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd466b1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:dc:ed:af:c7:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39f418e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f3:87:68:50:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d221c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:20:bd:f3:9c:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb72a42c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:2b:5e:72:56:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4580c7e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4a:8a:3a:ef:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb146b3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4a:c9:84:5d:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth651c5d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4d:9a:40:f5:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5088dc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:50:9d:41:64:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d674e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:9b:95:b7:7d:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa460d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:a9:1e:4b:df:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd77089",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:ad:80:2a:5b:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbcde7a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:b0:90:e1:36:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth818e1b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:bf:91:4c:85:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98feb57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:d7:95:f9:69:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf14b507",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:e5:b5:7d:5c:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a4ee0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:06:61:67:95:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f82c51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:2a:98:ae:a3:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth406e4fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:39:57:c2:57:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86b5718",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:45:d2:95:b8:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe97de8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:4e:3a:be:7c:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5965e63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:4f:29:2c:d6:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5210908",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:7b:67:98:8d:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe45952d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:87:94:69:a1:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61185ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:8f:87:7e:1f:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0f34e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:98:f5:c1:b0:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d012dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:ae:e1:de:15:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf14e041",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:b5:38:ef:09:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb8b857",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:bd:99:2c:6a:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth804203c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:bf:a7:17:ce:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth626da15",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:d4:ce:3a:de:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc9a925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:da:eb:42:e1:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d292f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:fc:9e:07:60:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a57969",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:fe:36:68:80:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth774a0cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:16:fd:09:1a:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3df8638",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:20:dc:17:d4:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth107e808",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:2e:7f:58:97:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec666e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:43:25:fc:b9:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb26da6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:50:eb:b6:4d:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e0fb0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:52:74:27:94:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth690503f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:61:68:39:a8:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha106075",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:71:f5:ad:91:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9681927",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:72:03:b5:26:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2f7e0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:7d:83:d5:de:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91f1a12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:81:da:d6:8e:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9b3f86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ab:41:dd:b1:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ef3733",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b6:25:73:07:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69f82f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:c9:17:c7:f2:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdaa52c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:e9:75:71:c3:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ffb90c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f7:da:8e:35:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c33543",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:02:9a:72:64:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf81e612",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:08:25:45:43:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1a96b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:15:e9:70:ba:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth797e46a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:1f:89:a6:92:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dea2fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:54:59:e0:10:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb11d1d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:87:a0:5d:52:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bfbe46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:8a:f7:b6:94:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth115219d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:8c:37:89:1b:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth670d042",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:8d:2c:90:7a:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29e1cdf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:94:20:49:a7:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c170e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:b6:3a:5b:65:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20787b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:c4:8d:63:13:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ef981b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:d4:8b:13:56:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9985b4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:dd:62:3a:2c:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc17e1ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f7:c8:e0:e9:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddb4b12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:17:27:67:06:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f3ac76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:39:90:b4:ab:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth841b31f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:58:7d:a4:f6:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f899b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:59:46:b2:ba:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe64b47d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:7b:9a:53:b3:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8575f2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:7e:1d:62:20:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7e9d2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:80:dd:d7:a1:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha81db62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:bc:e6:d0:b0:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75e9ad3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:cc:9c:6d:9d:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb92f9d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:e6:c9:2f:40:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dc4860",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:f1:e9:17:13:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe39dd06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:18:1d:94:a8:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheafdff8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:45:58:4e:83:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae6aaad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:4b:09:b8:a5:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e0aa38",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:6b:97:3b:b6:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethabd5525",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:67:80:08:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb92fe3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:7a:fe:2e:f8:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4ac138",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:7c:5b:ba:31:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7efb584",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:f5:2a:8a:72:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6f5fae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:00:a9:ca:44:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7da5a3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:01:25:70:38:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5365cc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:0a:34:31:7f:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a04f6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:52:3a:18:01:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3412aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8d:69:a0:23:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f219e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8e:6c:f8:ef:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5aaafd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ac:58:16:ec:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfec16de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:b9:da:f5:64:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae2e166",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:d0:96:7e:62:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d6ffca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:d6:4f:79:5f:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bde175",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:d7:d1:70:c1:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc140d9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:dc:2b:e6:1b:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha208f1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ea:9a:05:5e:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ac6b24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:fb:c3:46:9d:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b76de0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:2c:8d:3f:bc:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdae085c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:af:c0:b9:29:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc75d66d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:b1:54:b8:a9:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f8d551",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e0:36:f4:3b:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ec88d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:e7:5e:7f:fd:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c359ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:19:14:6c:16:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6453baa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:26:da:20:4b:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fe6ce8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:40:90:88:88:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f38956",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:52:2c:d4:09:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd64322f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:6e:ca:fe:81:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52cfc45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:dc:c0:c1:3a:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d0a089",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:02:d6:17:37:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9371418",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:32:34:86:44:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76f5b59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:82:d0:91:52:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth824a73a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:9c:cb:61:f3:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed11450",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:af:8a:1d:5b:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f8da12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:b1:77:2a:d2:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac309ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c1:e8:6c:d9:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccdb53f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:db:bd:08:60:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12b4062",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:1b:69:b9:19:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4413734",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ba:15:2a:ae:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf14bf3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ba:44:fe:fe:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0c38b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:bf:1b:d9:d6:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3168355",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:f5:07:92:42:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a773af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:f9:47:04:15:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc311203",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:3b:12:c8:fa:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ff9da9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:3d:21:09:e6:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf894d6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:62:cd:2d:73:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38af7f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:7a:1f:00:d1:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5af51bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a3:7a:d0:22:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0ffc64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:b1:64:5a:e4:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ab5921",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:c8:b1:dc:34:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2b1dab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:d9:f6:0e:74:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d41a73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:df:e4:e9:34:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7188a44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:2a:53:bc:78:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23e1e40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:34:a1:a1:3a:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bf3046",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:3c:f5:5b:b8:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9da8b8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:3e:74:31:a6:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6ce5b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:58:63:03:cf:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha29c587",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:5e:c8:78:dd:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth419db48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:63:80:76:98:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9c86a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:6f:e2:66:3d:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25d516d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:88:91:3b:86:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79e6c25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:bb:97:1a:49:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha80a84c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:13:6b:59:40:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e86ab7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:41:a8:6c:c8:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11210db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:43:91:13:04:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba942aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:47:38:0c:2c:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48bbb3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:51:90:70:6b:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6250a44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:7a:85:58:f2:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9057c62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:88:a3:a6:05:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c9a350",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:93:a3:ac:cf:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f7adf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:9e:ab:b8:dd:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7429a6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:b3:76:b5:b6:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e44940",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:bb:2e:08:03:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe2c80a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:01:05:3b:2c:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae899be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:11:21:ee:5c:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2eac8e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:15:63:b2:7c:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48050a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:56:40:df:52:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc060fb3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:61:f3:ca:0c:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth231d40e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:9a:84:5c:12:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c00c6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:a8:e2:7a:62:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5aa30fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:c2:a0:3a:c2:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a008e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:c9:73:62:65:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf185ebb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:d5:d2:2b:30:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb436b35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f8:37:4b:e1:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32f0bd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:2e:b6:e7:f8:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1189bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:40:e8:2f:c4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0009c48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:69:0b:64:52:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe194c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:97:3e:89:7c:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth229b6d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:a6:47:20:02:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd42c82d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:b4:26:fb:c1:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd76e941",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:bb:9c:49:8e:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47275f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:bf:b4:1f:68:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21c0fe7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:da:0e:60:b2:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha33b595",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:61:08:1e:7c:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52e330e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:7d:4d:80:da:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf63a7c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:84:31:ff:4c:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57d676c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:89:37:de:8a:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf979695",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:93:90:a5:16:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf855174",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:93:c4:30:af:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8491d68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:be:cc:52:3b:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77f5539",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:cc:c1:15:08:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth391740a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:e5:1f:ab:bf:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth564c8a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:0c:40:51:25:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4919473",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:36:8e:0d:2a:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bdd045",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:54:f7:c4:67:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81e6903",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5c:bc:e3:24:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd49c6b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:63:f8:05:88:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth757fccd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:8f:6a:8a:f4:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69cb16e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:99:36:5c:f0:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdda7569",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:bd:0f:bd:ab:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfd9fe1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:c9:06:32:77:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3be47e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:e6:e3:86:c6:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03dd035",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:fb:a7:32:72:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth472cfec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:fc:89:4e:64:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe660bdb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:01:56:e2:b1:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f30eb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:02:8c:ce:ca:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth232533d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:04:02:04:30:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56f8c0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:0a:85:4d:ab:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86b8fa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:14:7c:f3:d3:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth491f00e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:17:30:36:44:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea2004e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:1c:e2:86:2a:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth994a72a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:22:85:5e:39:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth235d53e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:2f:5f:7c:34:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5804bd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:4b:de:02:86:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c571c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:5b:22:8a:92:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd347820",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:5b:93:3f:6e:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb24125c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:5d:0d:66:ad:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0f1488",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:6b:7b:51:f6:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07a049d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:a5:21:d9:67:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf47c7ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:04:7c:13:c4:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ceb6c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:12:2a:21:85:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd6e0c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:23:3e:09:8a:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb96a22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:29:be:88:77:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb264074",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3a:79:04:5f:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54e9292",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:48:09:e4:ef:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9df3ecb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:54:47:0a:2a:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd768a42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5f:53:33:2d:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e7f00c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:7b:c8:90:cd:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ff09ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:89:2a:84:24:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8286cb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:a0:11:e9:24:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c2382f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:b1:34:05:07:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe36666",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d3:03:79:a6:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb89e48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:da:60:01:5c:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8094b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:db:d6:b7:ed:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9267946",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ea:03:dd:f5:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth484e5a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:f3:69:69:1d:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5723c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:fc:01:c9:05:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01c5e43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:22:f5:97:30:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86c5967",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:62:70:a5:98:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth096258a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:96:3a:ff:28:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bea18d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:b5:39:f8:33:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7708a2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:c7:80:3e:89:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5621bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:d3:d9:54:1c:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8da15f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:d5:b3:35:9c:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91a6689",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:fb:9e:48:2c:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81cd17e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:23:52:00:fc:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth008ddfb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:3a:ca:82:ee:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82d54d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:5d:82:f6:2c:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea7b5b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:98:3e:65:41:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c58b6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:98:40:e3:5e:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ec0310",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:ad:49:a7:89:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6bd349",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:da:5c:dd:74:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73b2056",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:e4:f2:67:06:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c61f57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:fa:d1:52:1a:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe05e953",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:1d:39:7d:bf:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5344cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:1e:da:10:59:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7632291",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:23:11:3e:33:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd685e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:36:93:82:5b:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb0b4fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:44:52:fa:86:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39ec3c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:52:6a:77:7a:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth684d2c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:73:22:e5:bc:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth059040d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:d0:0a:df:1f:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d79659",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f4:dc:fa:58:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7684fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f6:74:e5:60:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff12d55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:10:0c:53:ab:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87de5ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:2c:df:b7:96:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39f7983",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:44:64:18:b1:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68fd89d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:4d:59:ff:af:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d7f45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:72:10:6e:ef:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe15339",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8d:72:00:2a:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth450a62c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:c6:d0:d9:96:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4bd777",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:c7:bf:9d:6e:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30b95b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:db:dc:12:60:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9166eaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e7:c6:0f:b9:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0886055",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:e7:f5:a9:51:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbae8967",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:06:b6:64:f3:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd71b7e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:12:47:9a:53:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b81dbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:1c:3f:32:f2:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ed817d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:2e:57:79:31:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth237b6c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:34:dc:ed:4c:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5dd649",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:3c:34:c6:be:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93f3c9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:95:b4:80:7c:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f039e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:98:8f:14:41:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3899e00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:9d:bd:fb:f4:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f1ad78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:ad:95:31:f8:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c4e77f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b1:2a:0d:1e:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91fabb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:cd:85:12:48:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe39934f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d3:c3:08:ff:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b52f37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f5:4f:1e:b0:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef58697",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:03:7a:0a:7f:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0b2173",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:53:81:38:0f:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6168483",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:6b:3c:87:fa:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth487c580",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:96:d0:9b:79:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7016cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f4:c4:32:e5:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbf1832",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:18:03:02:b2:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadd6779",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:39:3a:bc:32:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8aec1f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7c:46:8c:02:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2efe45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7e:21:1e:72:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ebb118",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:85:1e:62:f3:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1d7f4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8a:e1:c3:49:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4179d44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8c:c2:08:0b:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d26989",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:a4:60:66:82:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b3dad4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:a9:b5:fe:13:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth752218d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:b8:00:00:63:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc02588e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:02:55:35:e5:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8899f2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:21:b0:a4:44:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd34362b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:32:a9:a4:c4:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b23960",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:40:83:0d:05:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24fc934",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:46:b2:47:1c:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fc3400",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:52:f2:c6:f7:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa5252d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a3:6d:64:b6:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha334ff9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:c5:95:4b:9a:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3f126e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:d2:78:fd:19:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc00de3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:e0:0a:8d:16:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth688908c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1b:cd:b4:61:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3f0337",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:38:5e:30:e7:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd3daca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:3a:64:be:31:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22f2fec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:3e:f8:95:1a:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf98530e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:41:30:6f:13:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c3790f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:54:ed:98:e1:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35b4532",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:75:90:96:e4:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3961560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:94:50:d5:30:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32da86b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:f1:16:1f:76:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a757d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:05:32:c4:da:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth757efe6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:1a:b3:2c:a7:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd88546",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:1e:9b:c2:09:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a8a86b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:42:ab:6c:5c:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0379a17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:4e:4a:cf:df:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c3728a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:95:df:5c:bf:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1af887e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:99:1b:6e:a6:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13756cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:9f:fd:6f:10:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfedbea0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:bc:e5:47:88:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedf40f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d5:ce:91:f3:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefe8ba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:e4:f6:ea:1a:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc2b4ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:e7:a4:2a:d0:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc87a12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:fe:ed:af:94:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth651818e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:3d:9a:8e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5afbbb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:0b:8a:96:67:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2deb54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:15:66:a4:6b:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66b7fed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:20:de:05:53:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha95fac3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:38:c8:6f:4c:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc22a5c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:59:14:f3:96:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3245e1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:77:65:c9:f3:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b18d92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:7c:68:cb:79:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82bcac8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:aa:b0:79:2a:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe13fa27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b2:0e:a0:38:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha19ce39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b6:39:9e:c7:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb80e0f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b9:e8:82:67:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6131e75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:bc:d7:fe:b0:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51d9ece",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:1d:13:0e:06:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e4f007",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:1e:f7:22:6e:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86f7933",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:2e:f5:12:18:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e90c50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:36:c4:0d:68:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08ae0d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:3d:c2:6b:d1:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ce5f51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:45:88:4f:11:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc7f6ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:58:66:76:11:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43e182c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:58:da:41:93:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80abb3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:58:ec:4e:12:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88bbcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6b:7b:0f:b3:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth629c943",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:73:ae:8c:a8:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc12e527",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:b6:17:28:b8:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6774070",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:dc:0e:01:d7:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde8673b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:e6:fc:54:22:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71776a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:f8:1d:e9:70:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth634d1ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:17:e2:fd:df:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83c076f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:2e:33:d7:35:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2eb60e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4f:69:bd:77:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc69e5b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4f:7d:3a:a1:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96e0471",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:99:cb:2b:a7:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2a6c87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:c5:bf:52:79:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d0a9c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d1:29:d4:cc:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth880729a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:2a:99:d0:f5:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a8d1bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4e:75:23:3c:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9675397",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:76:1b:1f:be:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf2d319",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:91:61:2b:9c:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5eca53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:b1:65:8c:d0:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4600cbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:bb:75:7c:2c:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f6e4c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c5:c9:6f:0e:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth951eef4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d8:ee:93:7a:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d2c9f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:df:c0:08:0f:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe177f5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e6:50:59:e2:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth041f04f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:ef:30:9d:a3:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b64779",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:ff:45:df:79:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc4fef3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1b:5d:57:6d:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacc9983",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1e:94:c6:fc:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0521f31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:23:ed:0e:55:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5ace02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:38:23:bf:d9:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8551b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:5a:42:cd:ac:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe028419",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:62:39:7b:8d:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth357116f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:64:fa:47:56:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf25387f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:6b:ed:04:8b:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37d058e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:73:c3:7f:bf:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a84b20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:98:a9:cf:73:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8c6bde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a7:d4:71:f8:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth450c1a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:ba:59:26:70:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4617ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c7:93:2b:0b:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc959280",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:dc:da:56:dc:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth067e6e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:e0:9b:f0:be:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76dc8a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:eb:82:e1:f1:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc790a6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:07:2e:44:c9:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2badff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:1a:d7:97:21:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8b4b5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:22:c0:dd:29:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth148ba09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:3f:98:f0:6c:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00e3c78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:43:ca:26:f6:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82e7162",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4b:90:b4:88:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fe94a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:75:05:fc:90:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8148cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:96:a7:fe:74:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a9654d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c5:16:9d:44:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf342283",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:44:3f:56:db:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1ec8f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:48:5c:74:b8:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d98eba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:49:9c:38:ce:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2e6ee7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:4c:57:9d:82:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth760c07f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:58:33:65:be:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheefaddf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:6d:da:19:bb:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe7040e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:8a:cf:a6:c2:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35886d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:8c:19:d5:22:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd432a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:8e:6b:23:62:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5244b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:a3:47:73:8a:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca8e8cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:a4:69:fb:1c:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6fe840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:09:dd:1e:61:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd1bace",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:0b:93:71:ee:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd65b5b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:24:db:50:90:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1ec6d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2d:9e:c9:c5:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4622c58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:49:c1:ef:d5:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfcbb7b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:85:6c:e6:ba:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72d266b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:9c:1f:3b:61:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4971f59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b7:4e:75:0d:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d263b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:ba:42:03:bc:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5b36ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:be:c5:b7:4c:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27a3e0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:fe:27:88:0e:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8000ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:00:bb:e2:e3:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50865f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:1a:71:da:63:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5aeeda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:32:d8:61:f0:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth231c261",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:5c:22:f3:2d:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10e276d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:6a:4f:6c:03:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha187e3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:7f:45:4d:5d:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf09ac69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:b8:ea:89:ec:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45d2560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c6:ef:e7:24:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71ffa2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:f3:fe:26:df:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc42048e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:f8:53:53:ad:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2010fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:19:d1:fb:9c:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cd33a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:2b:c3:23:d8:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc122dad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:32:5d:69:e2:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth354d054",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:44:47:2b:16:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e12c5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:4e:81:61:8f:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbf1a8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:6a:60:3a:ae:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69a31f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:8d:36:2a:91:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha588f6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:9b:41:25:c3:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80db113",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:b5:fc:2c:6e:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27bf25e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:c7:1a:e1:bb:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth948cd1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e1:4c:84:d7:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2509ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e5:08:2f:b5:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd1fe39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e5:f9:ef:8c:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cd53f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:f9:d0:48:05:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48c9eb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:fb:16:76:c2:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd45b81a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:00:94:40:fd:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79ef071",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:05:25:29:10:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f9b6e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6e:1b:b0:4d:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70c4d49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6f:a1:f1:4c:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbaaafe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:89:de:99:49:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c5ad94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:94:b6:41:7e:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadaa61e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9a:97:40:c9:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ed1d48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:b5:4c:0f:93:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e4628c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:c8:20:7f:27:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf33a028",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:cf:5e:89:63:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth359cbb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:0d:35:1d:55:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5afb08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:12:64:93:78:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4f407f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:41:3b:14:38:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth208ca1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:6d:ea:25:e9:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth873a2e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:6f:cf:a5:98:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth900bd70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:7a:d2:13:6a:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth298a150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:7c:87:3d:bf:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe33aa29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:94:52:7e:a7:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5eb73b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a8:61:76:3a:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bed411",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:ab:f0:13:64:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7bbc3fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:af:51:4e:6b:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80bc918",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:b3:ba:db:51:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01f4e0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:b9:5f:32:f6:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37e7130",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d3:6f:40:3f:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedeec24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:fc:cd:98:cc:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8115deb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:06:77:56:53:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdacab6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:3e:2c:e1:a3:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha21095f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:40:2d:6b:9d:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9488f04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:43:cb:4a:68:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth139d69d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:47:40:5a:9e:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed19b20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:4e:b7:c1:11:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bb71ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ac:ef:b0:e2:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2214e42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:d9:fb:cc:a5:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f9e651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:dc:59:fe:36:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc87da99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:e1:5a:8d:b4:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6fa258",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f9:9d:bb:2b:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf825a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0f:89:f5:62:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1aee0c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:12:1d:a4:38:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth757493a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:13:fb:3f:74:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd81eb6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:2b:3f:0d:c5:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd760c58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:3b:f4:a7:84:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42a984b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:4c:b4:ac:b5:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20489bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:4e:e9:7a:d7:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd1daa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:55:ac:2b:db:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha10ed6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:67:29:a6:62:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed3ab9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:76:34:3c:5e:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f8faa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:96:3f:c3:1b:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f39032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9a:21:7c:57:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4fafb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:a2:0c:30:aa:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e9fce6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:a3:04:5b:97:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc033a93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:ac:bd:ff:d4:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd752c61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:c0:2b:7c:f8:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a5d00b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:c4:9e:ca:78:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78df8ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:c5:46:fe:f3:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d365d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:d0:7d:af:67:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c79405",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:f6:c9:a2:cc:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d8fc99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:06:16:ee:7e:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65c360e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:12:b5:73:68:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c86f94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:1b:b3:52:22:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f41be9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:1c:db:d5:78:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62645db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:34:ab:a8:a3:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d35c37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:36:db:bc:13:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc97be75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:3e:30:c7:6b:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaff0c5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:44:1c:cf:86:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81f0a15",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:4b:5d:4b:5d:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth032853a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:91:19:47:eb:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9073787",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b1:0d:eb:f2:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a9e7eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b7:fd:6b:d0:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02fa58b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:26:8d:49:d8:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6ceb54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:4f:ff:8e:31:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e685b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:58:c0:19:a0:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3608f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:7b:67:e1:3e:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73369bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:7e:f8:72:95:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cb2aa6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:98:d9:fe:98:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7758da8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:99:d1:07:3c:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67e3876",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:a6:eb:69:fd:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bb281d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:cf:54:24:34:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38c06e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:f1:cf:df:1a:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e4245c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:fe:b7:b8:a9:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4eb2990",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:1c:32:5d:66:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth359d04a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:26:c0:bb:04:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdba1b3a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:34:f8:56:ae:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb17b307",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:42:18:88:4c:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82c8314",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:54:17:d3:c0:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0c1437",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:7e:5a:64:98:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fbccd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:80:28:04:ee:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38668ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:81:2f:41:c8:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c7c6a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:85:42:ea:f9:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8739b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:9e:0a:e3:93:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7efb9a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:be:3f:d0:f0:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1380211",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:bf:c6:20:92:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe9ef82b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ea:6a:4c:c0:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27aa3e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ee:e1:92:e3:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2f4531",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:f7:26:4d:9f:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11507a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:04:0a:6b:0d:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd25bde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:06:4f:5b:ba:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6280f39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:15:cd:03:9e:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cd2b86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:19:7e:0d:7d:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9193b16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:4d:b0:e2:12:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc20d812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:4e:59:8e:01:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62adda3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:87:ab:be:b0:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth228bd69",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:cc:f2:6d:cc:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57ec583",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d3:6a:97:55:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfb44f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d6:07:64:d0:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4878ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e7:cf:5c:23:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5284787",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e8:51:06:ed:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha131bbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ed:d0:39:0a:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5675ed9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:0c:0e:55:f9:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f349f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:20:90:a1:c1:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d9918b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:36:cc:00:a1:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha356001",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:4a:1e:be:3f:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e5029d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:6e:71:67:01:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7dc6b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:7b:a0:93:45:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce4e99b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:98:02:14:10:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd681481",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9d:da:92:ac:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69d3433",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:b9:4a:29:77:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1be69a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:ba:c8:b3:2e:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58598dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:d1:70:ad:99:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth329ca59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f8:ac:6a:ed:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9047572",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:01:46:c1:80:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb25b930",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:06:8f:f8:62:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ac6051",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0f:d5:60:cd:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1093ea4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:21:ad:8e:cb:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33d87e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:24:81:f0:71:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41cd559",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:66:63:ae:14:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fbb10d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ac:04:2d:18:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheafba5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:d1:28:f8:c1:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d49f16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:da:4c:1e:1e:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27eb3a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:e8:82:c4:0c:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce521ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:f4:37:32:42:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe38290a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:f4:8a:23:f9:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f4e2d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ff:e2:3c:d3:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth039b82d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:07:ab:51:b8:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3540510",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:1a:12:45:d5:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9e1b23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:1b:8e:3a:bb:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65337b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:20:90:63:3f:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f0586e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:21:b7:4c:8c:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc99df73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:29:79:6a:1e:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c7edf8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:67:41:77:67:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd97f7eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:6c:71:11:7e:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth423f820",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:82:ad:d1:57:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc498aec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:9a:1d:91:99:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1db4d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:9f:aa:cb:dc:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbce62a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:ad:b8:ee:e9:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69f30b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:af:20:a9:a9:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7731308",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:b4:28:2f:95:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73ead52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c3:5d:a3:73:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d3ac08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:d4:c3:23:3d:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d03ca6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e5:a2:a0:b4:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6898f5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e8:65:8c:52:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06f27a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:e9:a1:a0:68:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82f9bb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:4d:64:bf:59:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49a95ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:7e:9a:a9:78:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce1a2f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9e:a0:bc:ed:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d31c40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:ac:17:23:b0:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1af829a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:b8:86:0f:ce:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf53b01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:d3:14:ce:a0:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcccc71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:e7:03:48:53:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc554c32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:02:64:cb:f8:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bdb4d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:24:09:9f:3b:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3110731",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2c:d7:bf:6f:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth519857b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:54:5e:ab:e6:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89df824",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:c8:6b:f3:97:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57d2b8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:f3:fa:0b:c6:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a28292",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:fd:b6:68:a2:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41a5dd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:06:60:f5:25:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb552be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:0c:94:88:8b:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth902cadc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:15:9f:4b:4e:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48fa74a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:17:e9:b0:ec:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3d3064",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:26:d8:a9:eb:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a938c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:48:95:3a:00:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b8fe58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:4b:a7:dd:e4:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e6c375",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:58:03:b2:ab:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4314bf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:5d:f5:18:92:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37de2e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:a1:1e:df:44:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd60e2bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d0:d2:00:c1:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe209306",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:d3:67:74:31:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf60f5e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f2:71:b4:60:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc68deb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f4:82:23:bf:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe101bab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:10:a5:4b:fa:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth315b30d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:1b:11:a7:db:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1568435",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:32:a5:82:a8:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth100d8fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:3f:b7:5f:bf:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05a06a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:56:49:ca:22:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bbbd3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:63:7b:a0:55:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e7a5a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:69:db:f7:5a:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8128a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:76:ba:9a:83:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6b515e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:9d:c3:11:37:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7e6bbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:a9:42:97:c7:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b5aa98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b5:d7:81:f9:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a552ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:fa:1e:88:e2:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0057f22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:16:3e:21:4d:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:27:26:51:83:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3823199",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:66:89:be:8f:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc58d49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:8b:78:3c:f3:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01d1acf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a7:46:c6:4f:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fda973",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:b0:61:4c:83:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87bf2d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:fb:4e:67:72:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3de6d9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:1e:ec:24:b6:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47a0f99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:1f:29:e7:83:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc43237",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:29:eb:04:03:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cfe767",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:63:32:95:22:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth750eb48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:8d:72:cf:e6:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0e80a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:91:f9:4f:5a:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fc3d12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:af:9e:0c:54:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb85e063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:b2:a9:f3:f3:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda452a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:b2:db:3e:19:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8f63bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:b5:dd:36:8a:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58b55e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:be:62:40:df:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth048c9d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d5:38:bb:56:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth279aa19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:e0:fa:14:30:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b2d933",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ea:65:1c:81:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth032511c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ef:83:00:0f:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb466aea",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="br-02823e0b21f8"} 1500 node_network_mtu_bytes{device="br-04cbf9ad21fb"} 1500 node_network_mtu_bytes{device="br-07e352042c28"} 1500 node_network_mtu_bytes{device="br-08dd0c9852c8"} 1500 node_network_mtu_bytes{device="br-0a8e30067c8e"} 1500 node_network_mtu_bytes{device="br-0b7a81bcb7e3"} 1500 node_network_mtu_bytes{device="br-0bcc3cc90f11"} 1500 node_network_mtu_bytes{device="br-0d9fdd0cf163"} 1500 node_network_mtu_bytes{device="br-159df358c552"} 1500 node_network_mtu_bytes{device="br-15dab3c5a2fb"} 1500 node_network_mtu_bytes{device="br-19518ca3b773"} 1500 node_network_mtu_bytes{device="br-1a025aacb82b"} 1500 node_network_mtu_bytes{device="br-1b283e1e5128"} 1500 node_network_mtu_bytes{device="br-1ba83a528099"} 1500 node_network_mtu_bytes{device="br-1c3bd3909a8a"} 1500 node_network_mtu_bytes{device="br-1c535b11677a"} 1500 node_network_mtu_bytes{device="br-1de64be72380"} 1500 node_network_mtu_bytes{device="br-208ab78feaa3"} 1500 node_network_mtu_bytes{device="br-217d6415a970"} 1500 node_network_mtu_bytes{device="br-27771a4b5e1c"} 1500 node_network_mtu_bytes{device="br-2860d01a9c36"} 1500 node_network_mtu_bytes{device="br-28853d2b1974"} 1500 node_network_mtu_bytes{device="br-2cd18bfafc5e"} 1500 node_network_mtu_bytes{device="br-2f10de396682"} 1500 node_network_mtu_bytes{device="br-349eb65873d4"} 1500 node_network_mtu_bytes{device="br-3718da5a7dac"} 1500 node_network_mtu_bytes{device="br-37f17f8c2f41"} 1500 node_network_mtu_bytes{device="br-39ee20d64532"} 1500 node_network_mtu_bytes{device="br-3a7803651a32"} 1500 node_network_mtu_bytes{device="br-3b46cefe7982"} 1500 node_network_mtu_bytes{device="br-3d8e222ceb4d"} 1500 node_network_mtu_bytes{device="br-3d9cd1c09975"} 1500 node_network_mtu_bytes{device="br-3db3cc2bc444"} 1500 node_network_mtu_bytes{device="br-3e66b6d4d599"} 1500 node_network_mtu_bytes{device="br-3ee00523d99d"} 1500 node_network_mtu_bytes{device="br-402682b9212c"} 1500 node_network_mtu_bytes{device="br-447189b64663"} 1500 node_network_mtu_bytes{device="br-44fbf271d024"} 1500 node_network_mtu_bytes{device="br-458514748e86"} 1500 node_network_mtu_bytes{device="br-483851ad6d82"} 1500 node_network_mtu_bytes{device="br-4b6104651907"} 1500 node_network_mtu_bytes{device="br-4dbe0bd05d7e"} 1500 node_network_mtu_bytes{device="br-4fac6072ea97"} 1500 node_network_mtu_bytes{device="br-5064110da1f6"} 1500 node_network_mtu_bytes{device="br-52ce8deae651"} 1500 node_network_mtu_bytes{device="br-559d36b72748"} 1500 node_network_mtu_bytes{device="br-56145531d617"} 1500 node_network_mtu_bytes{device="br-566d230839cf"} 1500 node_network_mtu_bytes{device="br-56a5fa614b52"} 1500 node_network_mtu_bytes{device="br-5748fcd1e7ca"} 1500 node_network_mtu_bytes{device="br-595b89a771c2"} 1500 node_network_mtu_bytes{device="br-59aa9f4171dd"} 1500 node_network_mtu_bytes{device="br-5a1c61a6d482"} 1500 node_network_mtu_bytes{device="br-5b324be20854"} 1500 node_network_mtu_bytes{device="br-5f11f2c9115a"} 1500 node_network_mtu_bytes{device="br-606bd002e3a4"} 1500 node_network_mtu_bytes{device="br-61e477cf95da"} 1500 node_network_mtu_bytes{device="br-65df7dba5a66"} 1500 node_network_mtu_bytes{device="br-6654a6f415ef"} 1500 node_network_mtu_bytes{device="br-665d979d60c7"} 1500 node_network_mtu_bytes{device="br-6746be184829"} 1500 node_network_mtu_bytes{device="br-67b6f2b09055"} 1500 node_network_mtu_bytes{device="br-6d59a9037e7f"} 1500 node_network_mtu_bytes{device="br-6e8e8bec63f7"} 1500 node_network_mtu_bytes{device="br-6fdd4f05699e"} 1500 node_network_mtu_bytes{device="br-70a43ddb765f"} 1500 node_network_mtu_bytes{device="br-7151fb21ebc7"} 1500 node_network_mtu_bytes{device="br-757cf8ccd099"} 1500 node_network_mtu_bytes{device="br-7783edd4fb63"} 1500 node_network_mtu_bytes{device="br-7967b93cb965"} 1500 node_network_mtu_bytes{device="br-7a05c4b4c71c"} 1500 node_network_mtu_bytes{device="br-7f1c0840c41b"} 1500 node_network_mtu_bytes{device="br-8291479ee6f8"} 1500 node_network_mtu_bytes{device="br-82b59b3e5c30"} 1500 node_network_mtu_bytes{device="br-831a310fd395"} 1500 node_network_mtu_bytes{device="br-832e21b6735f"} 1500 node_network_mtu_bytes{device="br-84962c4a05ff"} 1500 node_network_mtu_bytes{device="br-89456f9f0577"} 1500 node_network_mtu_bytes{device="br-8c90f08921d2"} 1500 node_network_mtu_bytes{device="br-8d1ae48ba56b"} 1500 node_network_mtu_bytes{device="br-8d5f8dfdd165"} 1500 node_network_mtu_bytes{device="br-8f019a492357"} 1500 node_network_mtu_bytes{device="br-8f2fb4b87f97"} 1500 node_network_mtu_bytes{device="br-9122d919d3da"} 1500 node_network_mtu_bytes{device="br-91e32aebc9b9"} 1500 node_network_mtu_bytes{device="br-973daca1c7c2"} 1500 node_network_mtu_bytes{device="br-98551e817ad3"} 1500 node_network_mtu_bytes{device="br-a01a29421e12"} 1500 node_network_mtu_bytes{device="br-a194f29d52a3"} 1500 node_network_mtu_bytes{device="br-a19b8bbcb4ba"} 1500 node_network_mtu_bytes{device="br-a384ecbfdb6c"} 1500 node_network_mtu_bytes{device="br-a5d1efbd6302"} 1500 node_network_mtu_bytes{device="br-a9242a3d7305"} 1500 node_network_mtu_bytes{device="br-ab4fc0c8f205"} 1500 node_network_mtu_bytes{device="br-ac5441a8184d"} 1500 node_network_mtu_bytes{device="br-ad296b058e6c"} 1500 node_network_mtu_bytes{device="br-b0d3385258be"} 1500 node_network_mtu_bytes{device="br-b5cc1abc8af1"} 1500 node_network_mtu_bytes{device="br-b84a81030c46"} 1500 node_network_mtu_bytes{device="br-b9ddcd38e3d5"} 1500 node_network_mtu_bytes{device="br-bbf479fecfd1"} 1500 node_network_mtu_bytes{device="br-bf24405639d1"} 1500 node_network_mtu_bytes{device="br-bf75749e355d"} 1500 node_network_mtu_bytes{device="br-bfa260e794d9"} 1500 node_network_mtu_bytes{device="br-c121b68147b6"} 1500 node_network_mtu_bytes{device="br-c1af548193f3"} 1500 node_network_mtu_bytes{device="br-c60789b54f4a"} 1500 node_network_mtu_bytes{device="br-c7ec91768290"} 1500 node_network_mtu_bytes{device="br-c8047895107e"} 1500 node_network_mtu_bytes{device="br-c8dc093516dd"} 1500 node_network_mtu_bytes{device="br-c9441662f35b"} 1500 node_network_mtu_bytes{device="br-cca3eb0bd63d"} 1500 node_network_mtu_bytes{device="br-cfa83479df17"} 1500 node_network_mtu_bytes{device="br-cfa8e5dacf79"} 1500 node_network_mtu_bytes{device="br-d08110bc3e31"} 1500 node_network_mtu_bytes{device="br-d286f920faa7"} 1500 node_network_mtu_bytes{device="br-d36675741a6d"} 1500 node_network_mtu_bytes{device="br-d4ad227661d1"} 1500 node_network_mtu_bytes{device="br-d54d8e4f9ca5"} 1500 node_network_mtu_bytes{device="br-d6aad0d2a913"} 1500 node_network_mtu_bytes{device="br-dbca5566e641"} 1500 node_network_mtu_bytes{device="br-dc87a7504ded"} 1500 node_network_mtu_bytes{device="br-ddde99c88d06"} 1500 node_network_mtu_bytes{device="br-e0e95d87f3e0"} 1500 node_network_mtu_bytes{device="br-e5714f199361"} 1500 node_network_mtu_bytes{device="br-e63b0d1593b5"} 1500 node_network_mtu_bytes{device="br-e6ca372c02c0"} 1500 node_network_mtu_bytes{device="br-ea12a1764685"} 1500 node_network_mtu_bytes{device="br-edfd70c2aede"} 1500 node_network_mtu_bytes{device="br-ef37d58f8fe1"} 1500 node_network_mtu_bytes{device="br-f7269b4b25bf"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0009c48"} 1500 node_network_mtu_bytes{device="veth0057f22"} 1500 node_network_mtu_bytes{device="veth008ddfb"} 1500 node_network_mtu_bytes{device="veth00e3c78"} 1500 node_network_mtu_bytes{device="veth01c5e43"} 1500 node_network_mtu_bytes{device="veth01d1acf"} 1500 node_network_mtu_bytes{device="veth01f4e0b"} 1500 node_network_mtu_bytes{device="veth02fa58b"} 1500 node_network_mtu_bytes{device="veth032511c"} 1500 node_network_mtu_bytes{device="veth032853a"} 1500 node_network_mtu_bytes{device="veth0379a17"} 1500 node_network_mtu_bytes{device="veth039b82d"} 1500 node_network_mtu_bytes{device="veth03dd035"} 1500 node_network_mtu_bytes{device="veth04159af"} 1500 node_network_mtu_bytes{device="veth041f04f"} 1500 node_network_mtu_bytes{device="veth048c9d9"} 1500 node_network_mtu_bytes{device="veth0521f31"} 1500 node_network_mtu_bytes{device="veth059040d"} 1500 node_network_mtu_bytes{device="veth05a06a7"} 1500 node_network_mtu_bytes{device="veth067e6e9"} 1500 node_network_mtu_bytes{device="veth06e31b1"} 1500 node_network_mtu_bytes{device="veth06f27a2"} 1500 node_network_mtu_bytes{device="veth07a049d"} 1500 node_network_mtu_bytes{device="veth0808d98"} 1500 node_network_mtu_bytes{device="veth0886055"} 1500 node_network_mtu_bytes{device="veth08ae0d6"} 1500 node_network_mtu_bytes{device="veth096258a"} 1500 node_network_mtu_bytes{device="veth0b64779"} 1500 node_network_mtu_bytes{device="veth0bfbe46"} 1500 node_network_mtu_bytes{device="veth0d263b9"} 1500 node_network_mtu_bytes{device="veth0d26989"} 1500 node_network_mtu_bytes{device="veth0e4628c"} 1500 node_network_mtu_bytes{device="veth0e6c375"} 1500 node_network_mtu_bytes{device="veth0e86ab7"} 1500 node_network_mtu_bytes{device="veth0ec88d9"} 1500 node_network_mtu_bytes{device="veth0f039e4"} 1500 node_network_mtu_bytes{device="veth0f6e4c2"} 1500 node_network_mtu_bytes{device="veth0f8da12"} 1500 node_network_mtu_bytes{device="veth0fc3400"} 1500 node_network_mtu_bytes{device="veth0fe6ce8"} 1500 node_network_mtu_bytes{device="veth100d8fb"} 1500 node_network_mtu_bytes{device="veth107e808"} 1500 node_network_mtu_bytes{device="veth1093ea4"} 1500 node_network_mtu_bytes{device="veth10e276d"} 1500 node_network_mtu_bytes{device="veth11210db"} 1500 node_network_mtu_bytes{device="veth11507a2"} 1500 node_network_mtu_bytes{device="veth115219d"} 1500 node_network_mtu_bytes{device="veth12b4062"} 1500 node_network_mtu_bytes{device="veth13756cd"} 1500 node_network_mtu_bytes{device="veth1380211"} 1500 node_network_mtu_bytes{device="veth139d69d"} 1500 node_network_mtu_bytes{device="veth148ba09"} 1500 node_network_mtu_bytes{device="veth1498546"} 1500 node_network_mtu_bytes{device="veth1568435"} 1500 node_network_mtu_bytes{device="veth182b299"} 1500 node_network_mtu_bytes{device="veth1a57969"} 1500 node_network_mtu_bytes{device="veth1a5d00b"} 1500 node_network_mtu_bytes{device="veth1aee0c9"} 1500 node_network_mtu_bytes{device="veth1af829a"} 1500 node_network_mtu_bytes{device="veth1af887e"} 1500 node_network_mtu_bytes{device="veth1bb281d"} 1500 node_network_mtu_bytes{device="veth1be69a9"} 1500 node_network_mtu_bytes{device="veth1c2382f"} 1500 node_network_mtu_bytes{device="veth1c86f94"} 1500 node_network_mtu_bytes{device="veth1cd53f4"} 1500 node_network_mtu_bytes{device="veth1d5e1a4"} 1500 node_network_mtu_bytes{device="veth1dc4860"} 1500 node_network_mtu_bytes{device="veth1dea2fe"} 1500 node_network_mtu_bytes{device="veth1e7f00c"} 1500 node_network_mtu_bytes{device="veth1ec0310"} 1500 node_network_mtu_bytes{device="veth1fda973"} 1500 node_network_mtu_bytes{device="veth1fe94a9"} 1500 node_network_mtu_bytes{device="veth20489bb"} 1500 node_network_mtu_bytes{device="veth20787b5"} 1500 node_network_mtu_bytes{device="veth208ca1a"} 1500 node_network_mtu_bytes{device="veth21c0fe7"} 1500 node_network_mtu_bytes{device="veth2214e42"} 1500 node_network_mtu_bytes{device="veth228bd69"} 1500 node_network_mtu_bytes{device="veth229b6d4"} 1500 node_network_mtu_bytes{device="veth22f2fec"} 1500 node_network_mtu_bytes{device="veth231c261"} 1500 node_network_mtu_bytes{device="veth231d40e"} 1500 node_network_mtu_bytes{device="veth232533d"} 1500 node_network_mtu_bytes{device="veth235d53e"} 1500 node_network_mtu_bytes{device="veth237b6c4"} 1500 node_network_mtu_bytes{device="veth23e1e40"} 1500 node_network_mtu_bytes{device="veth24fc934"} 1500 node_network_mtu_bytes{device="veth25d516d"} 1500 node_network_mtu_bytes{device="veth268dc93"} 1500 node_network_mtu_bytes{device="veth279aa19"} 1500 node_network_mtu_bytes{device="veth27a3e0d"} 1500 node_network_mtu_bytes{device="veth27aa3e1"} 1500 node_network_mtu_bytes{device="veth27bf25e"} 1500 node_network_mtu_bytes{device="veth27eb3a1"} 1500 node_network_mtu_bytes{device="veth2817a39"} 1500 node_network_mtu_bytes{device="veth298a150"} 1500 node_network_mtu_bytes{device="veth29e1cdf"} 1500 node_network_mtu_bytes{device="veth2a938c7"} 1500 node_network_mtu_bytes{device="veth2b6f776"} 1500 node_network_mtu_bytes{device="veth2bea18d"} 1500 node_network_mtu_bytes{device="veth2cb2aa6"} 1500 node_network_mtu_bytes{device="veth2cc6b5d"} 1500 node_network_mtu_bytes{device="veth2cd33a1"} 1500 node_network_mtu_bytes{device="veth2d03ca6"} 1500 node_network_mtu_bytes{device="veth2d2c9f2"} 1500 node_network_mtu_bytes{device="veth2d41a73"} 1500 node_network_mtu_bytes{device="veth2d9918b"} 1500 node_network_mtu_bytes{device="veth2e4245c"} 1500 node_network_mtu_bytes{device="veth2e5029d"} 1500 node_network_mtu_bytes{device="veth2eac8e4"} 1500 node_network_mtu_bytes{device="veth2eb60e4"} 1500 node_network_mtu_bytes{device="veth2f1ad78"} 1500 node_network_mtu_bytes{device="veth2f899b3"} 1500 node_network_mtu_bytes{device="veth2f9b6e7"} 1500 node_network_mtu_bytes{device="veth2f9e651"} 1500 node_network_mtu_bytes{device="veth2ffb90c"} 1500 node_network_mtu_bytes{device="veth305c11f"} 1500 node_network_mtu_bytes{device="veth30b95b0"} 1500 node_network_mtu_bytes{device="veth3110731"} 1500 node_network_mtu_bytes{device="veth315b30d"} 1500 node_network_mtu_bytes{device="veth3168355"} 1500 node_network_mtu_bytes{device="veth3245e1c"} 1500 node_network_mtu_bytes{device="veth329ca59"} 1500 node_network_mtu_bytes{device="veth32da86b"} 1500 node_network_mtu_bytes{device="veth32f0bd7"} 1500 node_network_mtu_bytes{device="veth33d65d5"} 1500 node_network_mtu_bytes{device="veth33d87e8"} 1500 node_network_mtu_bytes{device="veth3540510"} 1500 node_network_mtu_bytes{device="veth354d054"} 1500 node_network_mtu_bytes{device="veth357116f"} 1500 node_network_mtu_bytes{device="veth35886d9"} 1500 node_network_mtu_bytes{device="veth358dbf2"} 1500 node_network_mtu_bytes{device="veth359cbb7"} 1500 node_network_mtu_bytes{device="veth359d04a"} 1500 node_network_mtu_bytes{device="veth35b4532"} 1500 node_network_mtu_bytes{device="veth37d058e"} 1500 node_network_mtu_bytes{device="veth37de2e1"} 1500 node_network_mtu_bytes{device="veth37e7130"} 1500 node_network_mtu_bytes{device="veth3823199"} 1500 node_network_mtu_bytes{device="veth38668ad"} 1500 node_network_mtu_bytes{device="veth3899e00"} 1500 node_network_mtu_bytes{device="veth38af7f4"} 1500 node_network_mtu_bytes{device="veth38c06e7"} 1500 node_network_mtu_bytes{device="veth391740a"} 1500 node_network_mtu_bytes{device="veth3961560"} 1500 node_network_mtu_bytes{device="veth39a84d1"} 1500 node_network_mtu_bytes{device="veth39ec3c6"} 1500 node_network_mtu_bytes{device="veth39f418e"} 1500 node_network_mtu_bytes{device="veth39f7983"} 1500 node_network_mtu_bytes{device="veth3a04f6c"} 1500 node_network_mtu_bytes{device="veth3a28292"} 1500 node_network_mtu_bytes{device="veth3ab5921"} 1500 node_network_mtu_bytes{device="veth3b81dbc"} 1500 node_network_mtu_bytes{device="veth3be47e3"} 1500 node_network_mtu_bytes{device="veth3bf1c8d"} 1500 node_network_mtu_bytes{device="veth3c3790f"} 1500 node_network_mtu_bytes{device="veth3d221c4"} 1500 node_network_mtu_bytes{device="veth3d60dba"} 1500 node_network_mtu_bytes{device="veth3de6d9c"} 1500 node_network_mtu_bytes{device="veth3df8638"} 1500 node_network_mtu_bytes{device="veth3e0fb0b"} 1500 node_network_mtu_bytes{device="veth3ebb118"} 1500 node_network_mtu_bytes{device="veth3ef3733"} 1500 node_network_mtu_bytes{device="veth3f0586e"} 1500 node_network_mtu_bytes{device="veth3f38956"} 1500 node_network_mtu_bytes{device="veth3f3ac76"} 1500 node_network_mtu_bytes{device="veth3f41be9"} 1500 node_network_mtu_bytes{device="veth3f6e007"} 1500 node_network_mtu_bytes{device="veth406e4fd"} 1500 node_network_mtu_bytes{device="veth4179d44"} 1500 node_network_mtu_bytes{device="veth419db48"} 1500 node_network_mtu_bytes{device="veth41a5dd6"} 1500 node_network_mtu_bytes{device="veth41cd559"} 1500 node_network_mtu_bytes{device="veth41d7f45"} 1500 node_network_mtu_bytes{device="veth423f820"} 1500 node_network_mtu_bytes{device="veth42a984b"} 1500 node_network_mtu_bytes{device="veth4314bf5"} 1500 node_network_mtu_bytes{device="veth43e182c"} 1500 node_network_mtu_bytes{device="veth4413734"} 1500 node_network_mtu_bytes{device="veth450a62c"} 1500 node_network_mtu_bytes{device="veth450c1a7"} 1500 node_network_mtu_bytes{device="veth4580c7e"} 1500 node_network_mtu_bytes{device="veth45d2560"} 1500 node_network_mtu_bytes{device="veth4600cbe"} 1500 node_network_mtu_bytes{device="veth4622c58"} 1500 node_network_mtu_bytes{device="veth47275f8"} 1500 node_network_mtu_bytes{device="veth472cfec"} 1500 node_network_mtu_bytes{device="veth47a0f99"} 1500 node_network_mtu_bytes{device="veth48050a3"} 1500 node_network_mtu_bytes{device="veth484e5a7"} 1500 node_network_mtu_bytes{device="veth487c580"} 1500 node_network_mtu_bytes{device="veth48bbb3e"} 1500 node_network_mtu_bytes{device="veth48c9eb6"} 1500 node_network_mtu_bytes{device="veth48fa74a"} 1500 node_network_mtu_bytes{device="veth4919473"} 1500 node_network_mtu_bytes{device="veth491f00e"} 1500 node_network_mtu_bytes{device="veth4971f59"} 1500 node_network_mtu_bytes{device="veth49a95ae"} 1500 node_network_mtu_bytes{device="veth4a773af"} 1500 node_network_mtu_bytes{device="veth4a8a86b"} 1500 node_network_mtu_bytes{device="veth4b8fe58"} 1500 node_network_mtu_bytes{device="veth4bdb4d9"} 1500 node_network_mtu_bytes{device="veth4bf3046"} 1500 node_network_mtu_bytes{device="veth4d292f2"} 1500 node_network_mtu_bytes{device="veth4d2cca3"} 1500 node_network_mtu_bytes{device="veth4d31c40"} 1500 node_network_mtu_bytes{device="veth4d49f16"} 1500 node_network_mtu_bytes{device="veth4d6ffca"} 1500 node_network_mtu_bytes{device="veth4e685b7"} 1500 node_network_mtu_bytes{device="veth4eb2990"} 1500 node_network_mtu_bytes{device="veth4ef981b"} 1500 node_network_mtu_bytes{device="veth4f30eb7"} 1500 node_network_mtu_bytes{device="veth4f61226"} 1500 node_network_mtu_bytes{device="veth4ff09ee"} 1500 node_network_mtu_bytes{device="veth5054e93"} 1500 node_network_mtu_bytes{device="veth50865f9"} 1500 node_network_mtu_bytes{device="veth5088dc3"} 1500 node_network_mtu_bytes{device="veth519857b"} 1500 node_network_mtu_bytes{device="veth51d9ece"} 1500 node_network_mtu_bytes{device="veth5210908"} 1500 node_network_mtu_bytes{device="veth5284787"} 1500 node_network_mtu_bytes{device="veth52cfc45"} 1500 node_network_mtu_bytes{device="veth52e330e"} 1500 node_network_mtu_bytes{device="veth5365cc9"} 1500 node_network_mtu_bytes{device="veth54e9292"} 1500 node_network_mtu_bytes{device="veth564c8a0"} 1500 node_network_mtu_bytes{device="veth5675ed9"} 1500 node_network_mtu_bytes{device="veth56f8c0c"} 1500 node_network_mtu_bytes{device="veth57d2b8b"} 1500 node_network_mtu_bytes{device="veth57d676c"} 1500 node_network_mtu_bytes{device="veth57ec583"} 1500 node_network_mtu_bytes{device="veth5804bd9"} 1500 node_network_mtu_bytes{device="veth58598dd"} 1500 node_network_mtu_bytes{device="veth58b55e5"} 1500 node_network_mtu_bytes{device="veth5965e63"} 1500 node_network_mtu_bytes{device="veth5aa30fc"} 1500 node_network_mtu_bytes{device="veth5ac6b24"} 1500 node_network_mtu_bytes{device="veth5af51bd"} 1500 node_network_mtu_bytes{device="veth5afbbb6"} 1500 node_network_mtu_bytes{device="veth5bbabc3"} 1500 node_network_mtu_bytes{device="veth5bdd045"} 1500 node_network_mtu_bytes{device="veth5c571c8"} 1500 node_network_mtu_bytes{device="veth5c61f57"} 1500 node_network_mtu_bytes{device="veth5d012dd"} 1500 node_network_mtu_bytes{device="veth5e12c5b"} 1500 node_network_mtu_bytes{device="veth5e4f007"} 1500 node_network_mtu_bytes{device="veth5ee2818"} 1500 node_network_mtu_bytes{device="veth5f39032"} 1500 node_network_mtu_bytes{device="veth5f4e2d0"} 1500 node_network_mtu_bytes{device="veth5fc3d12"} 1500 node_network_mtu_bytes{device="veth61185ee"} 1500 node_network_mtu_bytes{device="veth6131e75"} 1500 node_network_mtu_bytes{device="veth6168483"} 1500 node_network_mtu_bytes{device="veth6250a44"} 1500 node_network_mtu_bytes{device="veth62645db"} 1500 node_network_mtu_bytes{device="veth626da15"} 1500 node_network_mtu_bytes{device="veth6280f39"} 1500 node_network_mtu_bytes{device="veth629c943"} 1500 node_network_mtu_bytes{device="veth62adda3"} 1500 node_network_mtu_bytes{device="veth634d1ed"} 1500 node_network_mtu_bytes{device="veth6453baa"} 1500 node_network_mtu_bytes{device="veth64c3431"} 1500 node_network_mtu_bytes{device="veth651818e"} 1500 node_network_mtu_bytes{device="veth651c5d0"} 1500 node_network_mtu_bytes{device="veth65337b2"} 1500 node_network_mtu_bytes{device="veth65c360e"} 1500 node_network_mtu_bytes{device="veth6630733"} 1500 node_network_mtu_bytes{device="veth66b7fed"} 1500 node_network_mtu_bytes{device="veth670d042"} 1500 node_network_mtu_bytes{device="veth6774070"} 1500 node_network_mtu_bytes{device="veth67e3876"} 1500 node_network_mtu_bytes{device="veth684d2c7"} 1500 node_network_mtu_bytes{device="veth688908c"} 1500 node_network_mtu_bytes{device="veth6898f5c"} 1500 node_network_mtu_bytes{device="veth68fd89d"} 1500 node_network_mtu_bytes{device="veth690503f"} 1500 node_network_mtu_bytes{device="veth69a31f5"} 1500 node_network_mtu_bytes{device="veth69cb16e"} 1500 node_network_mtu_bytes{device="veth69d3433"} 1500 node_network_mtu_bytes{device="veth69f30b8"} 1500 node_network_mtu_bytes{device="veth69f82f1"} 1500 node_network_mtu_bytes{device="veth6a008e6"} 1500 node_network_mtu_bytes{device="veth6a08252"} 1500 node_network_mtu_bytes{device="veth6a552ae"} 1500 node_network_mtu_bytes{device="veth6a9654d"} 1500 node_network_mtu_bytes{device="veth6ac2ad5"} 1500 node_network_mtu_bytes{device="veth6b2d933"} 1500 node_network_mtu_bytes{device="veth6b3dad4"} 1500 node_network_mtu_bytes{device="veth6b52f37"} 1500 node_network_mtu_bytes{device="veth6befc8c"} 1500 node_network_mtu_bytes{device="veth6c33543"} 1500 node_network_mtu_bytes{device="veth6c58b6c"} 1500 node_network_mtu_bytes{device="veth6c5ad94"} 1500 node_network_mtu_bytes{device="veth6ca3495"} 1500 node_network_mtu_bytes{device="veth6ce5f51"} 1500 node_network_mtu_bytes{device="veth6d0a089"} 1500 node_network_mtu_bytes{device="veth6d3ac08"} 1500 node_network_mtu_bytes{device="veth6e44940"} 1500 node_network_mtu_bytes{device="veth6e6c1f7"} 1500 node_network_mtu_bytes{device="veth6ed1d48"} 1500 node_network_mtu_bytes{device="veth70c4d49"} 1500 node_network_mtu_bytes{device="veth71776a8"} 1500 node_network_mtu_bytes{device="veth7188a44"} 1500 node_network_mtu_bytes{device="veth718a7eb"} 1500 node_network_mtu_bytes{device="veth71ffa2e"} 1500 node_network_mtu_bytes{device="veth72d266b"} 1500 node_network_mtu_bytes{device="veth73369bb"} 1500 node_network_mtu_bytes{device="veth73b2056"} 1500 node_network_mtu_bytes{device="veth73ead52"} 1500 node_network_mtu_bytes{device="veth7429a6e"} 1500 node_network_mtu_bytes{device="veth745dadb"} 1500 node_network_mtu_bytes{device="veth750eb48"} 1500 node_network_mtu_bytes{device="veth752218d"} 1500 node_network_mtu_bytes{device="veth757493a"} 1500 node_network_mtu_bytes{device="veth757efe6"} 1500 node_network_mtu_bytes{device="veth757fccd"} 1500 node_network_mtu_bytes{device="veth75e9ad3"} 1500 node_network_mtu_bytes{device="veth760c07f"} 1500 node_network_mtu_bytes{device="veth7632291"} 1500 node_network_mtu_bytes{device="veth76dc8a9"} 1500 node_network_mtu_bytes{device="veth76f5b59"} 1500 node_network_mtu_bytes{device="veth7708a2a"} 1500 node_network_mtu_bytes{device="veth7731308"} 1500 node_network_mtu_bytes{device="veth774a0cf"} 1500 node_network_mtu_bytes{device="veth7758da8"} 1500 node_network_mtu_bytes{device="veth77f5539"} 1500 node_network_mtu_bytes{device="veth78a6a45"} 1500 node_network_mtu_bytes{device="veth78df8ba"} 1500 node_network_mtu_bytes{device="veth797e46a"} 1500 node_network_mtu_bytes{device="veth79e6c25"} 1500 node_network_mtu_bytes{device="veth79ef071"} 1500 node_network_mtu_bytes{device="veth7a37e75"} 1500 node_network_mtu_bytes{device="veth7a4ee0a"} 1500 node_network_mtu_bytes{device="veth7a84b20"} 1500 node_network_mtu_bytes{device="veth7a8d1bc"} 1500 node_network_mtu_bytes{device="veth7b5aa98"} 1500 node_network_mtu_bytes{device="veth7b76de0"} 1500 node_network_mtu_bytes{device="veth7bbc3fb"} 1500 node_network_mtu_bytes{device="veth7bdbf78"} 1500 node_network_mtu_bytes{device="veth7c00c6f"} 1500 node_network_mtu_bytes{device="veth7c170e8"} 1500 node_network_mtu_bytes{device="veth7c79405"} 1500 node_network_mtu_bytes{device="veth7c7c6a4"} 1500 node_network_mtu_bytes{device="veth7c7edf8"} 1500 node_network_mtu_bytes{device="veth7cd2b86"} 1500 node_network_mtu_bytes{device="veth7ceb6c5"} 1500 node_network_mtu_bytes{device="veth7d0a9c9"} 1500 node_network_mtu_bytes{device="veth7da5a3d"} 1500 node_network_mtu_bytes{device="veth7e7a5a2"} 1500 node_network_mtu_bytes{device="veth7e90c50"} 1500 node_network_mtu_bytes{device="veth7efb584"} 1500 node_network_mtu_bytes{device="veth7efb9a4"} 1500 node_network_mtu_bytes{device="veth7f219e6"} 1500 node_network_mtu_bytes{device="veth7f349f1"} 1500 node_network_mtu_bytes{device="veth7f7adf7"} 1500 node_network_mtu_bytes{device="veth7fbccd1"} 1500 node_network_mtu_bytes{device="veth7ff9da9"} 1500 node_network_mtu_bytes{device="veth804203c"} 1500 node_network_mtu_bytes{device="veth80abb3a"} 1500 node_network_mtu_bytes{device="veth80bc918"} 1500 node_network_mtu_bytes{device="veth80db113"} 1500 node_network_mtu_bytes{device="veth8115deb"} 1500 node_network_mtu_bytes{device="veth818e1b4"} 1500 node_network_mtu_bytes{device="veth81cd17e"} 1500 node_network_mtu_bytes{device="veth81e6903"} 1500 node_network_mtu_bytes{device="veth81f0a15"} 1500 node_network_mtu_bytes{device="veth824a73a"} 1500 node_network_mtu_bytes{device="veth8286cb8"} 1500 node_network_mtu_bytes{device="veth82bcac8"} 1500 node_network_mtu_bytes{device="veth82c8314"} 1500 node_network_mtu_bytes{device="veth82d54d6"} 1500 node_network_mtu_bytes{device="veth82e7162"} 1500 node_network_mtu_bytes{device="veth82f9bb2"} 1500 node_network_mtu_bytes{device="veth83c076f"} 1500 node_network_mtu_bytes{device="veth841b31f"} 1500 node_network_mtu_bytes{device="veth8491d68"} 1500 node_network_mtu_bytes{device="veth8575f2f"} 1500 node_network_mtu_bytes{device="veth86b5718"} 1500 node_network_mtu_bytes{device="veth86b8fa2"} 1500 node_network_mtu_bytes{device="veth86c5967"} 1500 node_network_mtu_bytes{device="veth86f7933"} 1500 node_network_mtu_bytes{device="veth873a2e1"} 1500 node_network_mtu_bytes{device="veth87bf2d7"} 1500 node_network_mtu_bytes{device="veth87de5ef"} 1500 node_network_mtu_bytes{device="veth880729a"} 1500 node_network_mtu_bytes{device="veth8899f2d"} 1500 node_network_mtu_bytes{device="veth89df824"} 1500 node_network_mtu_bytes{device="veth8a757d1"} 1500 node_network_mtu_bytes{device="veth8ac6051"} 1500 node_network_mtu_bytes{device="veth8aec1f4"} 1500 node_network_mtu_bytes{device="veth8bb71ef"} 1500 node_network_mtu_bytes{device="veth8c359ba"} 1500 node_network_mtu_bytes{device="veth8c3728a"} 1500 node_network_mtu_bytes{device="veth8c3b2b4"} 1500 node_network_mtu_bytes{device="veth8d365d7"} 1500 node_network_mtu_bytes{device="veth8d79659"} 1500 node_network_mtu_bytes{device="veth8e0aa38"} 1500 node_network_mtu_bytes{device="veth8f8d551"} 1500 node_network_mtu_bytes{device="veth8fbb10d"} 1500 node_network_mtu_bytes{device="veth900bd70"} 1500 node_network_mtu_bytes{device="veth902cadc"} 1500 node_network_mtu_bytes{device="veth9047572"} 1500 node_network_mtu_bytes{device="veth9057c62"} 1500 node_network_mtu_bytes{device="veth9073787"} 1500 node_network_mtu_bytes{device="veth9166eaa"} 1500 node_network_mtu_bytes{device="veth9193b16"} 1500 node_network_mtu_bytes{device="veth91a6689"} 1500 node_network_mtu_bytes{device="veth91f1a12"} 1500 node_network_mtu_bytes{device="veth91fabb4"} 1500 node_network_mtu_bytes{device="veth9267946"} 1500 node_network_mtu_bytes{device="veth9371418"} 1500 node_network_mtu_bytes{device="veth93f3c9f"} 1500 node_network_mtu_bytes{device="veth9488f04"} 1500 node_network_mtu_bytes{device="veth948cd1e"} 1500 node_network_mtu_bytes{device="veth951eef4"} 1500 node_network_mtu_bytes{device="veth9675397"} 1500 node_network_mtu_bytes{device="veth9681927"} 1500 node_network_mtu_bytes{device="veth96e0471"} 1500 node_network_mtu_bytes{device="veth98feb57"} 1500 node_network_mtu_bytes{device="veth994a72a"} 1500 node_network_mtu_bytes{device="veth9985b4e"} 1500 node_network_mtu_bytes{device="veth99cdb12"} 1500 node_network_mtu_bytes{device="veth9a9e7eb"} 1500 node_network_mtu_bytes{device="veth9b18d92"} 1500 node_network_mtu_bytes{device="veth9b23960"} 1500 node_network_mtu_bytes{device="veth9bbbd3e"} 1500 node_network_mtu_bytes{device="veth9bde175"} 1500 node_network_mtu_bytes{device="veth9bed411"} 1500 node_network_mtu_bytes{device="veth9c4e77f"} 1500 node_network_mtu_bytes{device="veth9c9a350"} 1500 node_network_mtu_bytes{device="veth9cb0c0f"} 1500 node_network_mtu_bytes{device="veth9cfe767"} 1500 node_network_mtu_bytes{device="veth9d35c37"} 1500 node_network_mtu_bytes{device="veth9d674e8"} 1500 node_network_mtu_bytes{device="veth9d8fc99"} 1500 node_network_mtu_bytes{device="veth9d98eba"} 1500 node_network_mtu_bytes{device="veth9da8b8d"} 1500 node_network_mtu_bytes{device="veth9df3ecb"} 1500 node_network_mtu_bytes{device="veth9e9fce6"} 1500 node_network_mtu_bytes{device="veth9ed817d"} 1500 node_network_mtu_bytes{device="veth9f3233d"} 1500 node_network_mtu_bytes{device="veth9f82c51"} 1500 node_network_mtu_bytes{device="veth9f8faa5"} 1500 node_network_mtu_bytes{device="vetha0c1437"} 1500 node_network_mtu_bytes{device="vetha0e80a0"} 1500 node_network_mtu_bytes{device="vetha106075"} 1500 node_network_mtu_bytes{device="vetha10ed6f"} 1500 node_network_mtu_bytes{device="vetha131bbc"} 1500 node_network_mtu_bytes{device="vetha187e3b"} 1500 node_network_mtu_bytes{device="vetha19ce39"} 1500 node_network_mtu_bytes{device="vetha1a96b5"} 1500 node_network_mtu_bytes{device="vetha1db4d4"} 1500 node_network_mtu_bytes{device="vetha208f1d"} 1500 node_network_mtu_bytes{device="vetha20f05a"} 1500 node_network_mtu_bytes{device="vetha21095f"} 1500 node_network_mtu_bytes{device="vetha29c587"} 1500 node_network_mtu_bytes{device="vetha2d62f9"} 1500 node_network_mtu_bytes{device="vetha2e6ee7"} 1500 node_network_mtu_bytes{device="vetha2efe45"} 1500 node_network_mtu_bytes{device="vetha334ff9"} 1500 node_network_mtu_bytes{device="vetha33b595"} 1500 node_network_mtu_bytes{device="vetha356001"} 1500 node_network_mtu_bytes{device="vetha3d3064"} 1500 node_network_mtu_bytes{device="vetha3e8c9c"} 1500 node_network_mtu_bytes{device="vetha3f126e"} 1500 node_network_mtu_bytes{device="vetha4878ac"} 1500 node_network_mtu_bytes{device="vetha5244b8"} 1500 node_network_mtu_bytes{device="vetha588f6c"} 1500 node_network_mtu_bytes{device="vetha58e162"} 1500 node_network_mtu_bytes{device="vetha80a84c"} 1500 node_network_mtu_bytes{device="vetha81db62"} 1500 node_network_mtu_bytes{device="vetha8da15f"} 1500 node_network_mtu_bytes{device="vetha95fac3"} 1500 node_network_mtu_bytes{device="vethaa460d0"} 1500 node_network_mtu_bytes{device="vethaa5252d"} 1500 node_network_mtu_bytes{device="vethabd5525"} 1500 node_network_mtu_bytes{device="vethac309ae"} 1500 node_network_mtu_bytes{device="vethacc9983"} 1500 node_network_mtu_bytes{device="vethadaa61e"} 1500 node_network_mtu_bytes{device="vethadd6779"} 1500 node_network_mtu_bytes{device="vethae07fdb"} 1500 node_network_mtu_bytes{device="vethae2e166"} 1500 node_network_mtu_bytes{device="vethae6aaad"} 1500 node_network_mtu_bytes{device="vethae899be"} 1500 node_network_mtu_bytes{device="vethaf2d319"} 1500 node_network_mtu_bytes{device="vethaff0c5f"} 1500 node_network_mtu_bytes{device="vethb11d1d5"} 1500 node_network_mtu_bytes{device="vethb146b3d"} 1500 node_network_mtu_bytes{device="vethb17b307"} 1500 node_network_mtu_bytes{device="vethb24125c"} 1500 node_network_mtu_bytes{device="vethb25b930"} 1500 node_network_mtu_bytes{device="vethb264074"} 1500 node_network_mtu_bytes{device="vethb26da6e"} 1500 node_network_mtu_bytes{device="vethb2f7e0f"} 1500 node_network_mtu_bytes{device="vethb413da6"} 1500 node_network_mtu_bytes{device="vethb436b35"} 1500 node_network_mtu_bytes{device="vethb466aea"} 1500 node_network_mtu_bytes{device="vethb4a4c76"} 1500 node_network_mtu_bytes{device="vethb4fafb4"} 1500 node_network_mtu_bytes{device="vethb5afb08"} 1500 node_network_mtu_bytes{device="vethb72a42c"} 1500 node_network_mtu_bytes{device="vethb80e0f0"} 1500 node_network_mtu_bytes{device="vethb8148cc"} 1500 node_network_mtu_bytes{device="vethb85e063"} 1500 node_network_mtu_bytes{device="vethb92f9d3"} 1500 node_network_mtu_bytes{device="vethb92fe3f"} 1500 node_network_mtu_bytes{device="vethba942aa"} 1500 node_network_mtu_bytes{device="vethbae8967"} 1500 node_network_mtu_bytes{device="vethbb0b4fe"} 1500 node_network_mtu_bytes{device="vethbbaaafe"} 1500 node_network_mtu_bytes{device="vethbc2b4ad"} 1500 node_network_mtu_bytes{device="vethbc58d49"} 1500 node_network_mtu_bytes{device="vethbcde7a6"} 1500 node_network_mtu_bytes{device="vethbce62a9"} 1500 node_network_mtu_bytes{device="vethbe194c8"} 1500 node_network_mtu_bytes{device="vethbe2c80a"} 1500 node_network_mtu_bytes{device="vethbe97de8"} 1500 node_network_mtu_bytes{device="vethbfb44f0"} 1500 node_network_mtu_bytes{device="vethc00de3e"} 1500 node_network_mtu_bytes{device="vethc02588e"} 1500 node_network_mtu_bytes{device="vethc033a93"} 1500 node_network_mtu_bytes{device="vethc060fb3"} 1500 node_network_mtu_bytes{device="vethc122dad"} 1500 node_network_mtu_bytes{device="vethc12e527"} 1500 node_network_mtu_bytes{device="vethc140d9c"} 1500 node_network_mtu_bytes{device="vethc17e1ec"} 1500 node_network_mtu_bytes{device="vethc1d7f4f"} 1500 node_network_mtu_bytes{device="vethc1ec8f5"} 1500 node_network_mtu_bytes{device="vethc20d812"} 1500 node_network_mtu_bytes{device="vethc22a5c0"} 1500 node_network_mtu_bytes{device="vethc239fc6"} 1500 node_network_mtu_bytes{device="vethc311203"} 1500 node_network_mtu_bytes{device="vethc3412aa"} 1500 node_network_mtu_bytes{device="vethc3f0337"} 1500 node_network_mtu_bytes{device="vethc42048e"} 1500 node_network_mtu_bytes{device="vethc4617ba"} 1500 node_network_mtu_bytes{device="vethc498aec"} 1500 node_network_mtu_bytes{device="vethc4f407f"} 1500 node_network_mtu_bytes{device="vethc554c32"} 1500 node_network_mtu_bytes{device="vethc5aaafd"} 1500 node_network_mtu_bytes{device="vethc5ace02"} 1500 node_network_mtu_bytes{device="vethc5b36ba"} 1500 node_network_mtu_bytes{device="vethc5dd649"} 1500 node_network_mtu_bytes{device="vethc5eb73b"} 1500 node_network_mtu_bytes{device="vethc5eca53"} 1500 node_network_mtu_bytes{device="vethc68deb2"} 1500 node_network_mtu_bytes{device="vethc69e5b9"} 1500 node_network_mtu_bytes{device="vethc6fe840"} 1500 node_network_mtu_bytes{device="vethc7016cb"} 1500 node_network_mtu_bytes{device="vethc75d66d"} 1500 node_network_mtu_bytes{device="vethc790a6e"} 1500 node_network_mtu_bytes{device="vethc84e290"} 1500 node_network_mtu_bytes{device="vethc8739b3"} 1500 node_network_mtu_bytes{device="vethc87da99"} 1500 node_network_mtu_bytes{device="vethc88bbcf"} 1500 node_network_mtu_bytes{device="vethc928fb9"} 1500 node_network_mtu_bytes{device="vethc959280"} 1500 node_network_mtu_bytes{device="vethc97be75"} 1500 node_network_mtu_bytes{device="vethc99df73"} 1500 node_network_mtu_bytes{device="vethc9e1b23"} 1500 node_network_mtu_bytes{device="vethca8e8cd"} 1500 node_network_mtu_bytes{device="vethcb7fed6"} 1500 node_network_mtu_bytes{device="vethcb89e48"} 1500 node_network_mtu_bytes{device="vethcc43237"} 1500 node_network_mtu_bytes{device="vethcc4fef3"} 1500 node_network_mtu_bytes{device="vethcc7f6ac"} 1500 node_network_mtu_bytes{device="vethccb9f9c"} 1500 node_network_mtu_bytes{device="vethccdb53f"} 1500 node_network_mtu_bytes{device="vethcd6e0c9"} 1500 node_network_mtu_bytes{device="vethce1a2f7"} 1500 node_network_mtu_bytes{device="vethce4e99b"} 1500 node_network_mtu_bytes{device="vethce521ba"} 1500 node_network_mtu_bytes{device="vethcf53b01"} 1500 node_network_mtu_bytes{device="vethcfd9fe1"} 1500 node_network_mtu_bytes{device="vethd0b2173"} 1500 node_network_mtu_bytes{device="vethd0f1488"} 1500 node_network_mtu_bytes{device="vethd0f34e4"} 1500 node_network_mtu_bytes{device="vethd0ffc64"} 1500 node_network_mtu_bytes{device="vethd1ec6d3"} 1500 node_network_mtu_bytes{device="vethd2010fb"} 1500 node_network_mtu_bytes{device="vethd2deb54"} 1500 node_network_mtu_bytes{device="vethd2f4531"} 1500 node_network_mtu_bytes{device="vethd34362b"} 1500 node_network_mtu_bytes{device="vethd347820"} 1500 node_network_mtu_bytes{device="vethd3608f1"} 1500 node_network_mtu_bytes{device="vethd42c82d"} 1500 node_network_mtu_bytes{device="vethd45b81a"} 1500 node_network_mtu_bytes{device="vethd466b1f"} 1500 node_network_mtu_bytes{device="vethd49c6b2"} 1500 node_network_mtu_bytes{device="vethd5344cc"} 1500 node_network_mtu_bytes{device="vethd60e2bd"} 1500 node_network_mtu_bytes{device="vethd64322f"} 1500 node_network_mtu_bytes{device="vethd65b5b3"} 1500 node_network_mtu_bytes{device="vethd681481"} 1500 node_network_mtu_bytes{device="vethd6ceb54"} 1500 node_network_mtu_bytes{device="vethd6fa258"} 1500 node_network_mtu_bytes{device="vethd71b7e5"} 1500 node_network_mtu_bytes{device="vethd752c61"} 1500 node_network_mtu_bytes{device="vethd760c58"} 1500 node_network_mtu_bytes{device="vethd768a42"} 1500 node_network_mtu_bytes{device="vethd76e941"} 1500 node_network_mtu_bytes{device="vethd81eb6c"} 1500 node_network_mtu_bytes{device="vethd868ed3"} 1500 node_network_mtu_bytes{device="vethd8a170f"} 1500 node_network_mtu_bytes{device="vethd8b4b5b"} 1500 node_network_mtu_bytes{device="vethd97f7eb"} 1500 node_network_mtu_bytes{device="vethd9c86a8"} 1500 node_network_mtu_bytes{device="vethda452a5"} 1500 node_network_mtu_bytes{device="vethdaa52c9"} 1500 node_network_mtu_bytes{device="vethdae085c"} 1500 node_network_mtu_bytes{device="vethdb552be"} 1500 node_network_mtu_bytes{device="vethdba1b3a"} 1500 node_network_mtu_bytes{device="vethdc4d810"} 1500 node_network_mtu_bytes{device="vethdd1fe39"} 1500 node_network_mtu_bytes{device="vethdd25bde"} 1500 node_network_mtu_bytes{device="vethdd3daca"} 1500 node_network_mtu_bytes{device="vethdd432a7"} 1500 node_network_mtu_bytes{device="vethdd77089"} 1500 node_network_mtu_bytes{device="vethdd88546"} 1500 node_network_mtu_bytes{device="vethdda7569"} 1500 node_network_mtu_bytes{device="vethddb4b12"} 1500 node_network_mtu_bytes{device="vethde79ae2"} 1500 node_network_mtu_bytes{device="vethde8673b"} 1500 node_network_mtu_bytes{device="vethdf825a0"} 1500 node_network_mtu_bytes{device="vethdf861f8"} 1500 node_network_mtu_bytes{device="vethdfcbb7b"} 1500 node_network_mtu_bytes{device="vethe028419"} 1500 node_network_mtu_bytes{device="vethe05e953"} 1500 node_network_mtu_bytes{device="vethe0c38b7"} 1500 node_network_mtu_bytes{device="vethe101bab"} 1500 node_network_mtu_bytes{device="vethe1189bd"} 1500 node_network_mtu_bytes{device="vethe13fa27"} 1500 node_network_mtu_bytes{device="vethe177f5b"} 1500 node_network_mtu_bytes{device="vethe1ebb25"} 1500 node_network_mtu_bytes{device="vethe209306"} 1500 node_network_mtu_bytes{device="vethe33aa29"} 1500 node_network_mtu_bytes{device="vethe38290a"} 1500 node_network_mtu_bytes{device="vethe39934f"} 1500 node_network_mtu_bytes{device="vethe39dd06"} 1500 node_network_mtu_bytes{device="vethe45952d"} 1500 node_network_mtu_bytes{device="vethe54bc00"} 1500 node_network_mtu_bytes{device="vethe5621bc"} 1500 node_network_mtu_bytes{device="vethe5723c0"} 1500 node_network_mtu_bytes{device="vethe64b47d"} 1500 node_network_mtu_bytes{device="vethe660bdb"} 1500 node_network_mtu_bytes{device="vethe6b515e"} 1500 node_network_mtu_bytes{device="vethe6e8924"} 1500 node_network_mtu_bytes{device="vethe6f5fae"} 1500 node_network_mtu_bytes{device="vethe7dc6b0"} 1500 node_network_mtu_bytes{device="vethe7e6bbf"} 1500 node_network_mtu_bytes{device="vethe8000ea"} 1500 node_network_mtu_bytes{device="vethe8094b1"} 1500 node_network_mtu_bytes{device="vethe8551b4"} 1500 node_network_mtu_bytes{device="vethe8c6bde"} 1500 node_network_mtu_bytes{device="vethe8f63bd"} 1500 node_network_mtu_bytes{device="vethe93a649"} 1500 node_network_mtu_bytes{device="vethe9de379"} 1500 node_network_mtu_bytes{device="vethe9ef82b"} 1500 node_network_mtu_bytes{device="vethea2004e"} 1500 node_network_mtu_bytes{device="vethea7b5b1"} 1500 node_network_mtu_bytes{device="vetheafba5d"} 1500 node_network_mtu_bytes{device="vetheafdff8"} 1500 node_network_mtu_bytes{device="vetheb96a22"} 1500 node_network_mtu_bytes{device="vethec666e8"} 1500 node_network_mtu_bytes{device="vethed11450"} 1500 node_network_mtu_bytes{device="vethed19b20"} 1500 node_network_mtu_bytes{device="vethed3ab9d"} 1500 node_network_mtu_bytes{device="vetheddb648"} 1500 node_network_mtu_bytes{device="vethedeec24"} 1500 node_network_mtu_bytes{device="vethedf40f5"} 1500 node_network_mtu_bytes{device="vetheefaddf"} 1500 node_network_mtu_bytes{device="vethef58697"} 1500 node_network_mtu_bytes{device="vethefe8ba7"} 1500 node_network_mtu_bytes{device="vethf09ac69"} 1500 node_network_mtu_bytes{device="vethf14b507"} 1500 node_network_mtu_bytes{device="vethf14bf3b"} 1500 node_network_mtu_bytes{device="vethf14e041"} 1500 node_network_mtu_bytes{device="vethf185ebb"} 1500 node_network_mtu_bytes{device="vethf2509ba"} 1500 node_network_mtu_bytes{device="vethf25387f"} 1500 node_network_mtu_bytes{device="vethf2a6c87"} 1500 node_network_mtu_bytes{device="vethf2b1dab"} 1500 node_network_mtu_bytes{device="vethf2badff"} 1500 node_network_mtu_bytes{device="vethf33a028"} 1500 node_network_mtu_bytes{device="vethf342283"} 1500 node_network_mtu_bytes{device="vethf47c7ff"} 1500 node_network_mtu_bytes{device="vethf4ac138"} 1500 node_network_mtu_bytes{device="vethf4b1b2a"} 1500 node_network_mtu_bytes{device="vethf4bd777"} 1500 node_network_mtu_bytes{device="vethf5aeeda"} 1500 node_network_mtu_bytes{device="vethf5e58af"} 1500 node_network_mtu_bytes{device="vethf60f5e6"} 1500 node_network_mtu_bytes{device="vethf63a7c4"} 1500 node_network_mtu_bytes{device="vethf6bd349"} 1500 node_network_mtu_bytes{device="vethf6ce5b6"} 1500 node_network_mtu_bytes{device="vethf7684fa"} 1500 node_network_mtu_bytes{device="vethf7e9d2c"} 1500 node_network_mtu_bytes{device="vethf8128a9"} 1500 node_network_mtu_bytes{device="vethf81e612"} 1500 node_network_mtu_bytes{device="vethf855174"} 1500 node_network_mtu_bytes{device="vethf894d6d"} 1500 node_network_mtu_bytes{device="vethf979695"} 1500 node_network_mtu_bytes{device="vethf98530e"} 1500 node_network_mtu_bytes{device="vethf9986ef"} 1500 node_network_mtu_bytes{device="vethf9b3f86"} 1500 node_network_mtu_bytes{device="vethfb8b857"} 1500 node_network_mtu_bytes{device="vethfb9458b"} 1500 node_network_mtu_bytes{device="vethfbf1832"} 1500 node_network_mtu_bytes{device="vethfbf1a8f"} 1500 node_network_mtu_bytes{device="vethfc87a12"} 1500 node_network_mtu_bytes{device="vethfc9a925"} 1500 node_network_mtu_bytes{device="vethfcccc71"} 1500 node_network_mtu_bytes{device="vethfd1bace"} 1500 node_network_mtu_bytes{device="vethfd1daa5"} 1500 node_network_mtu_bytes{device="vethfd685e4"} 1500 node_network_mtu_bytes{device="vethfdacab6"} 1500 node_network_mtu_bytes{device="vethfe15339"} 1500 node_network_mtu_bytes{device="vethfe36666"} 1500 node_network_mtu_bytes{device="vethfe7040e"} 1500 node_network_mtu_bytes{device="vethfec16de"} 1500 node_network_mtu_bytes{device="vethfedbea0"} 1500 node_network_mtu_bytes{device="vethff12d55"} 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-02823e0b21f8"} 3 node_network_name_assign_type{device="br-04cbf9ad21fb"} 3 node_network_name_assign_type{device="br-07e352042c28"} 3 node_network_name_assign_type{device="br-08dd0c9852c8"} 3 node_network_name_assign_type{device="br-0a8e30067c8e"} 3 node_network_name_assign_type{device="br-0b7a81bcb7e3"} 3 node_network_name_assign_type{device="br-0bcc3cc90f11"} 3 node_network_name_assign_type{device="br-0d9fdd0cf163"} 3 node_network_name_assign_type{device="br-159df358c552"} 3 node_network_name_assign_type{device="br-15dab3c5a2fb"} 3 node_network_name_assign_type{device="br-19518ca3b773"} 3 node_network_name_assign_type{device="br-1a025aacb82b"} 3 node_network_name_assign_type{device="br-1b283e1e5128"} 3 node_network_name_assign_type{device="br-1ba83a528099"} 3 node_network_name_assign_type{device="br-1c3bd3909a8a"} 3 node_network_name_assign_type{device="br-1c535b11677a"} 3 node_network_name_assign_type{device="br-1de64be72380"} 3 node_network_name_assign_type{device="br-208ab78feaa3"} 3 node_network_name_assign_type{device="br-217d6415a970"} 3 node_network_name_assign_type{device="br-27771a4b5e1c"} 3 node_network_name_assign_type{device="br-2860d01a9c36"} 3 node_network_name_assign_type{device="br-28853d2b1974"} 3 node_network_name_assign_type{device="br-2cd18bfafc5e"} 3 node_network_name_assign_type{device="br-2f10de396682"} 3 node_network_name_assign_type{device="br-349eb65873d4"} 3 node_network_name_assign_type{device="br-3718da5a7dac"} 3 node_network_name_assign_type{device="br-37f17f8c2f41"} 3 node_network_name_assign_type{device="br-39ee20d64532"} 3 node_network_name_assign_type{device="br-3a7803651a32"} 3 node_network_name_assign_type{device="br-3b46cefe7982"} 3 node_network_name_assign_type{device="br-3d8e222ceb4d"} 3 node_network_name_assign_type{device="br-3d9cd1c09975"} 3 node_network_name_assign_type{device="br-3db3cc2bc444"} 3 node_network_name_assign_type{device="br-3e66b6d4d599"} 3 node_network_name_assign_type{device="br-3ee00523d99d"} 3 node_network_name_assign_type{device="br-402682b9212c"} 3 node_network_name_assign_type{device="br-447189b64663"} 3 node_network_name_assign_type{device="br-44fbf271d024"} 3 node_network_name_assign_type{device="br-458514748e86"} 3 node_network_name_assign_type{device="br-483851ad6d82"} 3 node_network_name_assign_type{device="br-4b6104651907"} 3 node_network_name_assign_type{device="br-4dbe0bd05d7e"} 3 node_network_name_assign_type{device="br-4fac6072ea97"} 3 node_network_name_assign_type{device="br-5064110da1f6"} 3 node_network_name_assign_type{device="br-52ce8deae651"} 3 node_network_name_assign_type{device="br-559d36b72748"} 3 node_network_name_assign_type{device="br-56145531d617"} 3 node_network_name_assign_type{device="br-566d230839cf"} 3 node_network_name_assign_type{device="br-56a5fa614b52"} 3 node_network_name_assign_type{device="br-5748fcd1e7ca"} 3 node_network_name_assign_type{device="br-595b89a771c2"} 3 node_network_name_assign_type{device="br-59aa9f4171dd"} 3 node_network_name_assign_type{device="br-5a1c61a6d482"} 3 node_network_name_assign_type{device="br-5b324be20854"} 3 node_network_name_assign_type{device="br-5f11f2c9115a"} 3 node_network_name_assign_type{device="br-606bd002e3a4"} 3 node_network_name_assign_type{device="br-61e477cf95da"} 3 node_network_name_assign_type{device="br-65df7dba5a66"} 3 node_network_name_assign_type{device="br-6654a6f415ef"} 3 node_network_name_assign_type{device="br-665d979d60c7"} 3 node_network_name_assign_type{device="br-6746be184829"} 3 node_network_name_assign_type{device="br-67b6f2b09055"} 3 node_network_name_assign_type{device="br-6d59a9037e7f"} 3 node_network_name_assign_type{device="br-6e8e8bec63f7"} 3 node_network_name_assign_type{device="br-6fdd4f05699e"} 3 node_network_name_assign_type{device="br-70a43ddb765f"} 3 node_network_name_assign_type{device="br-7151fb21ebc7"} 3 node_network_name_assign_type{device="br-757cf8ccd099"} 3 node_network_name_assign_type{device="br-7783edd4fb63"} 3 node_network_name_assign_type{device="br-7967b93cb965"} 3 node_network_name_assign_type{device="br-7a05c4b4c71c"} 3 node_network_name_assign_type{device="br-7f1c0840c41b"} 3 node_network_name_assign_type{device="br-8291479ee6f8"} 3 node_network_name_assign_type{device="br-82b59b3e5c30"} 3 node_network_name_assign_type{device="br-831a310fd395"} 3 node_network_name_assign_type{device="br-832e21b6735f"} 3 node_network_name_assign_type{device="br-84962c4a05ff"} 3 node_network_name_assign_type{device="br-89456f9f0577"} 3 node_network_name_assign_type{device="br-8c90f08921d2"} 3 node_network_name_assign_type{device="br-8d1ae48ba56b"} 3 node_network_name_assign_type{device="br-8d5f8dfdd165"} 3 node_network_name_assign_type{device="br-8f019a492357"} 3 node_network_name_assign_type{device="br-8f2fb4b87f97"} 3 node_network_name_assign_type{device="br-9122d919d3da"} 3 node_network_name_assign_type{device="br-91e32aebc9b9"} 3 node_network_name_assign_type{device="br-973daca1c7c2"} 3 node_network_name_assign_type{device="br-98551e817ad3"} 3 node_network_name_assign_type{device="br-a01a29421e12"} 3 node_network_name_assign_type{device="br-a194f29d52a3"} 3 node_network_name_assign_type{device="br-a19b8bbcb4ba"} 3 node_network_name_assign_type{device="br-a384ecbfdb6c"} 3 node_network_name_assign_type{device="br-a5d1efbd6302"} 3 node_network_name_assign_type{device="br-a9242a3d7305"} 3 node_network_name_assign_type{device="br-ab4fc0c8f205"} 3 node_network_name_assign_type{device="br-ac5441a8184d"} 3 node_network_name_assign_type{device="br-ad296b058e6c"} 3 node_network_name_assign_type{device="br-b0d3385258be"} 3 node_network_name_assign_type{device="br-b5cc1abc8af1"} 3 node_network_name_assign_type{device="br-b84a81030c46"} 3 node_network_name_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_name_assign_type{device="br-bbf479fecfd1"} 3 node_network_name_assign_type{device="br-bf24405639d1"} 3 node_network_name_assign_type{device="br-bf75749e355d"} 3 node_network_name_assign_type{device="br-bfa260e794d9"} 3 node_network_name_assign_type{device="br-c121b68147b6"} 3 node_network_name_assign_type{device="br-c1af548193f3"} 3 node_network_name_assign_type{device="br-c60789b54f4a"} 3 node_network_name_assign_type{device="br-c7ec91768290"} 3 node_network_name_assign_type{device="br-c8047895107e"} 3 node_network_name_assign_type{device="br-c8dc093516dd"} 3 node_network_name_assign_type{device="br-c9441662f35b"} 3 node_network_name_assign_type{device="br-cca3eb0bd63d"} 3 node_network_name_assign_type{device="br-cfa83479df17"} 3 node_network_name_assign_type{device="br-cfa8e5dacf79"} 3 node_network_name_assign_type{device="br-d08110bc3e31"} 3 node_network_name_assign_type{device="br-d286f920faa7"} 3 node_network_name_assign_type{device="br-d36675741a6d"} 3 node_network_name_assign_type{device="br-d4ad227661d1"} 3 node_network_name_assign_type{device="br-d54d8e4f9ca5"} 3 node_network_name_assign_type{device="br-d6aad0d2a913"} 3 node_network_name_assign_type{device="br-dbca5566e641"} 3 node_network_name_assign_type{device="br-dc87a7504ded"} 3 node_network_name_assign_type{device="br-ddde99c88d06"} 3 node_network_name_assign_type{device="br-e0e95d87f3e0"} 3 node_network_name_assign_type{device="br-e5714f199361"} 3 node_network_name_assign_type{device="br-e63b0d1593b5"} 3 node_network_name_assign_type{device="br-e6ca372c02c0"} 3 node_network_name_assign_type{device="br-ea12a1764685"} 3 node_network_name_assign_type{device="br-edfd70c2aede"} 3 node_network_name_assign_type{device="br-ef37d58f8fe1"} 3 node_network_name_assign_type{device="br-f7269b4b25bf"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="veth0009c48"} 3 node_network_name_assign_type{device="veth0057f22"} 3 node_network_name_assign_type{device="veth008ddfb"} 3 node_network_name_assign_type{device="veth00e3c78"} 3 node_network_name_assign_type{device="veth01c5e43"} 3 node_network_name_assign_type{device="veth01d1acf"} 3 node_network_name_assign_type{device="veth01f4e0b"} 3 node_network_name_assign_type{device="veth02fa58b"} 3 node_network_name_assign_type{device="veth032511c"} 3 node_network_name_assign_type{device="veth032853a"} 3 node_network_name_assign_type{device="veth0379a17"} 3 node_network_name_assign_type{device="veth039b82d"} 3 node_network_name_assign_type{device="veth03dd035"} 3 node_network_name_assign_type{device="veth04159af"} 3 node_network_name_assign_type{device="veth041f04f"} 3 node_network_name_assign_type{device="veth048c9d9"} 3 node_network_name_assign_type{device="veth0521f31"} 3 node_network_name_assign_type{device="veth059040d"} 3 node_network_name_assign_type{device="veth05a06a7"} 3 node_network_name_assign_type{device="veth067e6e9"} 3 node_network_name_assign_type{device="veth06e31b1"} 3 node_network_name_assign_type{device="veth06f27a2"} 3 node_network_name_assign_type{device="veth07a049d"} 3 node_network_name_assign_type{device="veth0808d98"} 3 node_network_name_assign_type{device="veth0886055"} 3 node_network_name_assign_type{device="veth08ae0d6"} 3 node_network_name_assign_type{device="veth096258a"} 3 node_network_name_assign_type{device="veth0b64779"} 3 node_network_name_assign_type{device="veth0bfbe46"} 3 node_network_name_assign_type{device="veth0d263b9"} 3 node_network_name_assign_type{device="veth0d26989"} 3 node_network_name_assign_type{device="veth0e4628c"} 3 node_network_name_assign_type{device="veth0e6c375"} 3 node_network_name_assign_type{device="veth0e86ab7"} 3 node_network_name_assign_type{device="veth0ec88d9"} 3 node_network_name_assign_type{device="veth0f039e4"} 3 node_network_name_assign_type{device="veth0f6e4c2"} 3 node_network_name_assign_type{device="veth0f8da12"} 3 node_network_name_assign_type{device="veth0fc3400"} 3 node_network_name_assign_type{device="veth0fe6ce8"} 3 node_network_name_assign_type{device="veth100d8fb"} 3 node_network_name_assign_type{device="veth107e808"} 3 node_network_name_assign_type{device="veth1093ea4"} 3 node_network_name_assign_type{device="veth10e276d"} 3 node_network_name_assign_type{device="veth11210db"} 3 node_network_name_assign_type{device="veth11507a2"} 3 node_network_name_assign_type{device="veth115219d"} 3 node_network_name_assign_type{device="veth12b4062"} 3 node_network_name_assign_type{device="veth13756cd"} 3 node_network_name_assign_type{device="veth1380211"} 3 node_network_name_assign_type{device="veth139d69d"} 3 node_network_name_assign_type{device="veth148ba09"} 3 node_network_name_assign_type{device="veth1498546"} 3 node_network_name_assign_type{device="veth1568435"} 3 node_network_name_assign_type{device="veth182b299"} 3 node_network_name_assign_type{device="veth1a57969"} 3 node_network_name_assign_type{device="veth1a5d00b"} 3 node_network_name_assign_type{device="veth1aee0c9"} 3 node_network_name_assign_type{device="veth1af829a"} 3 node_network_name_assign_type{device="veth1af887e"} 3 node_network_name_assign_type{device="veth1bb281d"} 3 node_network_name_assign_type{device="veth1be69a9"} 3 node_network_name_assign_type{device="veth1c2382f"} 3 node_network_name_assign_type{device="veth1c86f94"} 3 node_network_name_assign_type{device="veth1cd53f4"} 3 node_network_name_assign_type{device="veth1d5e1a4"} 3 node_network_name_assign_type{device="veth1dc4860"} 3 node_network_name_assign_type{device="veth1dea2fe"} 3 node_network_name_assign_type{device="veth1e7f00c"} 3 node_network_name_assign_type{device="veth1ec0310"} 3 node_network_name_assign_type{device="veth1fda973"} 3 node_network_name_assign_type{device="veth1fe94a9"} 3 node_network_name_assign_type{device="veth20489bb"} 3 node_network_name_assign_type{device="veth20787b5"} 3 node_network_name_assign_type{device="veth208ca1a"} 3 node_network_name_assign_type{device="veth21c0fe7"} 3 node_network_name_assign_type{device="veth2214e42"} 3 node_network_name_assign_type{device="veth228bd69"} 3 node_network_name_assign_type{device="veth229b6d4"} 3 node_network_name_assign_type{device="veth22f2fec"} 3 node_network_name_assign_type{device="veth231c261"} 3 node_network_name_assign_type{device="veth231d40e"} 3 node_network_name_assign_type{device="veth232533d"} 3 node_network_name_assign_type{device="veth235d53e"} 3 node_network_name_assign_type{device="veth237b6c4"} 3 node_network_name_assign_type{device="veth23e1e40"} 3 node_network_name_assign_type{device="veth24fc934"} 3 node_network_name_assign_type{device="veth25d516d"} 3 node_network_name_assign_type{device="veth268dc93"} 3 node_network_name_assign_type{device="veth279aa19"} 3 node_network_name_assign_type{device="veth27a3e0d"} 3 node_network_name_assign_type{device="veth27aa3e1"} 3 node_network_name_assign_type{device="veth27bf25e"} 3 node_network_name_assign_type{device="veth27eb3a1"} 3 node_network_name_assign_type{device="veth2817a39"} 3 node_network_name_assign_type{device="veth298a150"} 3 node_network_name_assign_type{device="veth29e1cdf"} 3 node_network_name_assign_type{device="veth2a938c7"} 3 node_network_name_assign_type{device="veth2b6f776"} 3 node_network_name_assign_type{device="veth2bea18d"} 3 node_network_name_assign_type{device="veth2cb2aa6"} 3 node_network_name_assign_type{device="veth2cc6b5d"} 3 node_network_name_assign_type{device="veth2cd33a1"} 3 node_network_name_assign_type{device="veth2d03ca6"} 3 node_network_name_assign_type{device="veth2d2c9f2"} 3 node_network_name_assign_type{device="veth2d41a73"} 3 node_network_name_assign_type{device="veth2d9918b"} 3 node_network_name_assign_type{device="veth2e4245c"} 3 node_network_name_assign_type{device="veth2e5029d"} 3 node_network_name_assign_type{device="veth2eac8e4"} 3 node_network_name_assign_type{device="veth2eb60e4"} 3 node_network_name_assign_type{device="veth2f1ad78"} 3 node_network_name_assign_type{device="veth2f899b3"} 3 node_network_name_assign_type{device="veth2f9b6e7"} 3 node_network_name_assign_type{device="veth2f9e651"} 3 node_network_name_assign_type{device="veth2ffb90c"} 3 node_network_name_assign_type{device="veth305c11f"} 3 node_network_name_assign_type{device="veth30b95b0"} 3 node_network_name_assign_type{device="veth3110731"} 3 node_network_name_assign_type{device="veth315b30d"} 3 node_network_name_assign_type{device="veth3168355"} 3 node_network_name_assign_type{device="veth3245e1c"} 3 node_network_name_assign_type{device="veth329ca59"} 3 node_network_name_assign_type{device="veth32da86b"} 3 node_network_name_assign_type{device="veth32f0bd7"} 3 node_network_name_assign_type{device="veth33d65d5"} 3 node_network_name_assign_type{device="veth33d87e8"} 3 node_network_name_assign_type{device="veth3540510"} 3 node_network_name_assign_type{device="veth354d054"} 3 node_network_name_assign_type{device="veth357116f"} 3 node_network_name_assign_type{device="veth35886d9"} 3 node_network_name_assign_type{device="veth358dbf2"} 3 node_network_name_assign_type{device="veth359cbb7"} 3 node_network_name_assign_type{device="veth359d04a"} 3 node_network_name_assign_type{device="veth35b4532"} 3 node_network_name_assign_type{device="veth37d058e"} 3 node_network_name_assign_type{device="veth37de2e1"} 3 node_network_name_assign_type{device="veth37e7130"} 3 node_network_name_assign_type{device="veth3823199"} 3 node_network_name_assign_type{device="veth38668ad"} 3 node_network_name_assign_type{device="veth3899e00"} 3 node_network_name_assign_type{device="veth38af7f4"} 3 node_network_name_assign_type{device="veth38c06e7"} 3 node_network_name_assign_type{device="veth391740a"} 3 node_network_name_assign_type{device="veth3961560"} 3 node_network_name_assign_type{device="veth39a84d1"} 3 node_network_name_assign_type{device="veth39ec3c6"} 3 node_network_name_assign_type{device="veth39f418e"} 3 node_network_name_assign_type{device="veth39f7983"} 3 node_network_name_assign_type{device="veth3a04f6c"} 3 node_network_name_assign_type{device="veth3a28292"} 3 node_network_name_assign_type{device="veth3ab5921"} 3 node_network_name_assign_type{device="veth3b81dbc"} 3 node_network_name_assign_type{device="veth3be47e3"} 3 node_network_name_assign_type{device="veth3bf1c8d"} 3 node_network_name_assign_type{device="veth3c3790f"} 3 node_network_name_assign_type{device="veth3d221c4"} 3 node_network_name_assign_type{device="veth3d60dba"} 3 node_network_name_assign_type{device="veth3de6d9c"} 3 node_network_name_assign_type{device="veth3df8638"} 3 node_network_name_assign_type{device="veth3e0fb0b"} 3 node_network_name_assign_type{device="veth3ebb118"} 3 node_network_name_assign_type{device="veth3ef3733"} 3 node_network_name_assign_type{device="veth3f0586e"} 3 node_network_name_assign_type{device="veth3f38956"} 3 node_network_name_assign_type{device="veth3f3ac76"} 3 node_network_name_assign_type{device="veth3f41be9"} 3 node_network_name_assign_type{device="veth3f6e007"} 3 node_network_name_assign_type{device="veth406e4fd"} 3 node_network_name_assign_type{device="veth4179d44"} 3 node_network_name_assign_type{device="veth419db48"} 3 node_network_name_assign_type{device="veth41a5dd6"} 3 node_network_name_assign_type{device="veth41cd559"} 3 node_network_name_assign_type{device="veth41d7f45"} 3 node_network_name_assign_type{device="veth423f820"} 3 node_network_name_assign_type{device="veth42a984b"} 3 node_network_name_assign_type{device="veth4314bf5"} 3 node_network_name_assign_type{device="veth43e182c"} 3 node_network_name_assign_type{device="veth4413734"} 3 node_network_name_assign_type{device="veth450a62c"} 3 node_network_name_assign_type{device="veth450c1a7"} 3 node_network_name_assign_type{device="veth4580c7e"} 3 node_network_name_assign_type{device="veth45d2560"} 3 node_network_name_assign_type{device="veth4600cbe"} 3 node_network_name_assign_type{device="veth4622c58"} 3 node_network_name_assign_type{device="veth47275f8"} 3 node_network_name_assign_type{device="veth472cfec"} 3 node_network_name_assign_type{device="veth47a0f99"} 3 node_network_name_assign_type{device="veth48050a3"} 3 node_network_name_assign_type{device="veth484e5a7"} 3 node_network_name_assign_type{device="veth487c580"} 3 node_network_name_assign_type{device="veth48bbb3e"} 3 node_network_name_assign_type{device="veth48c9eb6"} 3 node_network_name_assign_type{device="veth48fa74a"} 3 node_network_name_assign_type{device="veth4919473"} 3 node_network_name_assign_type{device="veth491f00e"} 3 node_network_name_assign_type{device="veth4971f59"} 3 node_network_name_assign_type{device="veth49a95ae"} 3 node_network_name_assign_type{device="veth4a773af"} 3 node_network_name_assign_type{device="veth4a8a86b"} 3 node_network_name_assign_type{device="veth4b8fe58"} 3 node_network_name_assign_type{device="veth4bdb4d9"} 3 node_network_name_assign_type{device="veth4bf3046"} 3 node_network_name_assign_type{device="veth4d292f2"} 3 node_network_name_assign_type{device="veth4d2cca3"} 3 node_network_name_assign_type{device="veth4d31c40"} 3 node_network_name_assign_type{device="veth4d49f16"} 3 node_network_name_assign_type{device="veth4d6ffca"} 3 node_network_name_assign_type{device="veth4e685b7"} 3 node_network_name_assign_type{device="veth4eb2990"} 3 node_network_name_assign_type{device="veth4ef981b"} 3 node_network_name_assign_type{device="veth4f30eb7"} 3 node_network_name_assign_type{device="veth4f61226"} 3 node_network_name_assign_type{device="veth4ff09ee"} 3 node_network_name_assign_type{device="veth5054e93"} 3 node_network_name_assign_type{device="veth50865f9"} 3 node_network_name_assign_type{device="veth5088dc3"} 3 node_network_name_assign_type{device="veth519857b"} 3 node_network_name_assign_type{device="veth51d9ece"} 3 node_network_name_assign_type{device="veth5210908"} 3 node_network_name_assign_type{device="veth5284787"} 3 node_network_name_assign_type{device="veth52cfc45"} 3 node_network_name_assign_type{device="veth52e330e"} 3 node_network_name_assign_type{device="veth5365cc9"} 3 node_network_name_assign_type{device="veth54e9292"} 3 node_network_name_assign_type{device="veth564c8a0"} 3 node_network_name_assign_type{device="veth5675ed9"} 3 node_network_name_assign_type{device="veth56f8c0c"} 3 node_network_name_assign_type{device="veth57d2b8b"} 3 node_network_name_assign_type{device="veth57d676c"} 3 node_network_name_assign_type{device="veth57ec583"} 3 node_network_name_assign_type{device="veth5804bd9"} 3 node_network_name_assign_type{device="veth58598dd"} 3 node_network_name_assign_type{device="veth58b55e5"} 3 node_network_name_assign_type{device="veth5965e63"} 3 node_network_name_assign_type{device="veth5aa30fc"} 3 node_network_name_assign_type{device="veth5ac6b24"} 3 node_network_name_assign_type{device="veth5af51bd"} 3 node_network_name_assign_type{device="veth5afbbb6"} 3 node_network_name_assign_type{device="veth5bbabc3"} 3 node_network_name_assign_type{device="veth5bdd045"} 3 node_network_name_assign_type{device="veth5c571c8"} 3 node_network_name_assign_type{device="veth5c61f57"} 3 node_network_name_assign_type{device="veth5d012dd"} 3 node_network_name_assign_type{device="veth5e12c5b"} 3 node_network_name_assign_type{device="veth5e4f007"} 3 node_network_name_assign_type{device="veth5ee2818"} 3 node_network_name_assign_type{device="veth5f39032"} 3 node_network_name_assign_type{device="veth5f4e2d0"} 3 node_network_name_assign_type{device="veth5fc3d12"} 3 node_network_name_assign_type{device="veth61185ee"} 3 node_network_name_assign_type{device="veth6131e75"} 3 node_network_name_assign_type{device="veth6168483"} 3 node_network_name_assign_type{device="veth6250a44"} 3 node_network_name_assign_type{device="veth62645db"} 3 node_network_name_assign_type{device="veth626da15"} 3 node_network_name_assign_type{device="veth6280f39"} 3 node_network_name_assign_type{device="veth629c943"} 3 node_network_name_assign_type{device="veth62adda3"} 3 node_network_name_assign_type{device="veth634d1ed"} 3 node_network_name_assign_type{device="veth6453baa"} 3 node_network_name_assign_type{device="veth64c3431"} 3 node_network_name_assign_type{device="veth651818e"} 3 node_network_name_assign_type{device="veth651c5d0"} 3 node_network_name_assign_type{device="veth65337b2"} 3 node_network_name_assign_type{device="veth65c360e"} 3 node_network_name_assign_type{device="veth6630733"} 3 node_network_name_assign_type{device="veth66b7fed"} 3 node_network_name_assign_type{device="veth670d042"} 3 node_network_name_assign_type{device="veth6774070"} 3 node_network_name_assign_type{device="veth67e3876"} 3 node_network_name_assign_type{device="veth684d2c7"} 3 node_network_name_assign_type{device="veth688908c"} 3 node_network_name_assign_type{device="veth6898f5c"} 3 node_network_name_assign_type{device="veth68fd89d"} 3 node_network_name_assign_type{device="veth690503f"} 3 node_network_name_assign_type{device="veth69a31f5"} 3 node_network_name_assign_type{device="veth69cb16e"} 3 node_network_name_assign_type{device="veth69d3433"} 3 node_network_name_assign_type{device="veth69f30b8"} 3 node_network_name_assign_type{device="veth69f82f1"} 3 node_network_name_assign_type{device="veth6a008e6"} 3 node_network_name_assign_type{device="veth6a08252"} 3 node_network_name_assign_type{device="veth6a552ae"} 3 node_network_name_assign_type{device="veth6a9654d"} 3 node_network_name_assign_type{device="veth6ac2ad5"} 3 node_network_name_assign_type{device="veth6b2d933"} 3 node_network_name_assign_type{device="veth6b3dad4"} 3 node_network_name_assign_type{device="veth6b52f37"} 3 node_network_name_assign_type{device="veth6befc8c"} 3 node_network_name_assign_type{device="veth6c33543"} 3 node_network_name_assign_type{device="veth6c58b6c"} 3 node_network_name_assign_type{device="veth6c5ad94"} 3 node_network_name_assign_type{device="veth6ca3495"} 3 node_network_name_assign_type{device="veth6ce5f51"} 3 node_network_name_assign_type{device="veth6d0a089"} 3 node_network_name_assign_type{device="veth6d3ac08"} 3 node_network_name_assign_type{device="veth6e44940"} 3 node_network_name_assign_type{device="veth6e6c1f7"} 3 node_network_name_assign_type{device="veth6ed1d48"} 3 node_network_name_assign_type{device="veth70c4d49"} 3 node_network_name_assign_type{device="veth71776a8"} 3 node_network_name_assign_type{device="veth7188a44"} 3 node_network_name_assign_type{device="veth718a7eb"} 3 node_network_name_assign_type{device="veth71ffa2e"} 3 node_network_name_assign_type{device="veth72d266b"} 3 node_network_name_assign_type{device="veth73369bb"} 3 node_network_name_assign_type{device="veth73b2056"} 3 node_network_name_assign_type{device="veth73ead52"} 3 node_network_name_assign_type{device="veth7429a6e"} 3 node_network_name_assign_type{device="veth745dadb"} 3 node_network_name_assign_type{device="veth750eb48"} 3 node_network_name_assign_type{device="veth752218d"} 3 node_network_name_assign_type{device="veth757493a"} 3 node_network_name_assign_type{device="veth757efe6"} 3 node_network_name_assign_type{device="veth757fccd"} 3 node_network_name_assign_type{device="veth75e9ad3"} 3 node_network_name_assign_type{device="veth760c07f"} 3 node_network_name_assign_type{device="veth7632291"} 3 node_network_name_assign_type{device="veth76dc8a9"} 3 node_network_name_assign_type{device="veth76f5b59"} 3 node_network_name_assign_type{device="veth7708a2a"} 3 node_network_name_assign_type{device="veth7731308"} 3 node_network_name_assign_type{device="veth774a0cf"} 3 node_network_name_assign_type{device="veth7758da8"} 3 node_network_name_assign_type{device="veth77f5539"} 3 node_network_name_assign_type{device="veth78a6a45"} 3 node_network_name_assign_type{device="veth78df8ba"} 3 node_network_name_assign_type{device="veth797e46a"} 3 node_network_name_assign_type{device="veth79e6c25"} 3 node_network_name_assign_type{device="veth79ef071"} 3 node_network_name_assign_type{device="veth7a37e75"} 3 node_network_name_assign_type{device="veth7a4ee0a"} 3 node_network_name_assign_type{device="veth7a84b20"} 3 node_network_name_assign_type{device="veth7a8d1bc"} 3 node_network_name_assign_type{device="veth7b5aa98"} 3 node_network_name_assign_type{device="veth7b76de0"} 3 node_network_name_assign_type{device="veth7bbc3fb"} 3 node_network_name_assign_type{device="veth7bdbf78"} 3 node_network_name_assign_type{device="veth7c00c6f"} 3 node_network_name_assign_type{device="veth7c170e8"} 3 node_network_name_assign_type{device="veth7c79405"} 3 node_network_name_assign_type{device="veth7c7c6a4"} 3 node_network_name_assign_type{device="veth7c7edf8"} 3 node_network_name_assign_type{device="veth7cd2b86"} 3 node_network_name_assign_type{device="veth7ceb6c5"} 3 node_network_name_assign_type{device="veth7d0a9c9"} 3 node_network_name_assign_type{device="veth7da5a3d"} 3 node_network_name_assign_type{device="veth7e7a5a2"} 3 node_network_name_assign_type{device="veth7e90c50"} 3 node_network_name_assign_type{device="veth7efb584"} 3 node_network_name_assign_type{device="veth7efb9a4"} 3 node_network_name_assign_type{device="veth7f219e6"} 3 node_network_name_assign_type{device="veth7f349f1"} 3 node_network_name_assign_type{device="veth7f7adf7"} 3 node_network_name_assign_type{device="veth7fbccd1"} 3 node_network_name_assign_type{device="veth7ff9da9"} 3 node_network_name_assign_type{device="veth804203c"} 3 node_network_name_assign_type{device="veth80abb3a"} 3 node_network_name_assign_type{device="veth80bc918"} 3 node_network_name_assign_type{device="veth80db113"} 3 node_network_name_assign_type{device="veth8115deb"} 3 node_network_name_assign_type{device="veth818e1b4"} 3 node_network_name_assign_type{device="veth81cd17e"} 3 node_network_name_assign_type{device="veth81e6903"} 3 node_network_name_assign_type{device="veth81f0a15"} 3 node_network_name_assign_type{device="veth824a73a"} 3 node_network_name_assign_type{device="veth8286cb8"} 3 node_network_name_assign_type{device="veth82bcac8"} 3 node_network_name_assign_type{device="veth82c8314"} 3 node_network_name_assign_type{device="veth82d54d6"} 3 node_network_name_assign_type{device="veth82e7162"} 3 node_network_name_assign_type{device="veth82f9bb2"} 3 node_network_name_assign_type{device="veth83c076f"} 3 node_network_name_assign_type{device="veth841b31f"} 3 node_network_name_assign_type{device="veth8491d68"} 3 node_network_name_assign_type{device="veth8575f2f"} 3 node_network_name_assign_type{device="veth86b5718"} 3 node_network_name_assign_type{device="veth86b8fa2"} 3 node_network_name_assign_type{device="veth86c5967"} 3 node_network_name_assign_type{device="veth86f7933"} 3 node_network_name_assign_type{device="veth873a2e1"} 3 node_network_name_assign_type{device="veth87bf2d7"} 3 node_network_name_assign_type{device="veth87de5ef"} 3 node_network_name_assign_type{device="veth880729a"} 3 node_network_name_assign_type{device="veth8899f2d"} 3 node_network_name_assign_type{device="veth89df824"} 3 node_network_name_assign_type{device="veth8a757d1"} 3 node_network_name_assign_type{device="veth8ac6051"} 3 node_network_name_assign_type{device="veth8aec1f4"} 3 node_network_name_assign_type{device="veth8bb71ef"} 3 node_network_name_assign_type{device="veth8c359ba"} 3 node_network_name_assign_type{device="veth8c3728a"} 3 node_network_name_assign_type{device="veth8c3b2b4"} 3 node_network_name_assign_type{device="veth8d365d7"} 3 node_network_name_assign_type{device="veth8d79659"} 3 node_network_name_assign_type{device="veth8e0aa38"} 3 node_network_name_assign_type{device="veth8f8d551"} 3 node_network_name_assign_type{device="veth8fbb10d"} 3 node_network_name_assign_type{device="veth900bd70"} 3 node_network_name_assign_type{device="veth902cadc"} 3 node_network_name_assign_type{device="veth9047572"} 3 node_network_name_assign_type{device="veth9057c62"} 3 node_network_name_assign_type{device="veth9073787"} 3 node_network_name_assign_type{device="veth9166eaa"} 3 node_network_name_assign_type{device="veth9193b16"} 3 node_network_name_assign_type{device="veth91a6689"} 3 node_network_name_assign_type{device="veth91f1a12"} 3 node_network_name_assign_type{device="veth91fabb4"} 3 node_network_name_assign_type{device="veth9267946"} 3 node_network_name_assign_type{device="veth9371418"} 3 node_network_name_assign_type{device="veth93f3c9f"} 3 node_network_name_assign_type{device="veth9488f04"} 3 node_network_name_assign_type{device="veth948cd1e"} 3 node_network_name_assign_type{device="veth951eef4"} 3 node_network_name_assign_type{device="veth9675397"} 3 node_network_name_assign_type{device="veth9681927"} 3 node_network_name_assign_type{device="veth96e0471"} 3 node_network_name_assign_type{device="veth98feb57"} 3 node_network_name_assign_type{device="veth994a72a"} 3 node_network_name_assign_type{device="veth9985b4e"} 3 node_network_name_assign_type{device="veth99cdb12"} 3 node_network_name_assign_type{device="veth9a9e7eb"} 3 node_network_name_assign_type{device="veth9b18d92"} 3 node_network_name_assign_type{device="veth9b23960"} 3 node_network_name_assign_type{device="veth9bbbd3e"} 3 node_network_name_assign_type{device="veth9bde175"} 3 node_network_name_assign_type{device="veth9bed411"} 3 node_network_name_assign_type{device="veth9c4e77f"} 3 node_network_name_assign_type{device="veth9c9a350"} 3 node_network_name_assign_type{device="veth9cb0c0f"} 3 node_network_name_assign_type{device="veth9cfe767"} 3 node_network_name_assign_type{device="veth9d35c37"} 3 node_network_name_assign_type{device="veth9d674e8"} 3 node_network_name_assign_type{device="veth9d8fc99"} 3 node_network_name_assign_type{device="veth9d98eba"} 3 node_network_name_assign_type{device="veth9da8b8d"} 3 node_network_name_assign_type{device="veth9df3ecb"} 3 node_network_name_assign_type{device="veth9e9fce6"} 3 node_network_name_assign_type{device="veth9ed817d"} 3 node_network_name_assign_type{device="veth9f3233d"} 3 node_network_name_assign_type{device="veth9f82c51"} 3 node_network_name_assign_type{device="veth9f8faa5"} 3 node_network_name_assign_type{device="vetha0c1437"} 3 node_network_name_assign_type{device="vetha0e80a0"} 3 node_network_name_assign_type{device="vetha106075"} 3 node_network_name_assign_type{device="vetha10ed6f"} 3 node_network_name_assign_type{device="vetha131bbc"} 3 node_network_name_assign_type{device="vetha187e3b"} 3 node_network_name_assign_type{device="vetha19ce39"} 3 node_network_name_assign_type{device="vetha1a96b5"} 3 node_network_name_assign_type{device="vetha1db4d4"} 3 node_network_name_assign_type{device="vetha208f1d"} 3 node_network_name_assign_type{device="vetha20f05a"} 3 node_network_name_assign_type{device="vetha21095f"} 3 node_network_name_assign_type{device="vetha29c587"} 3 node_network_name_assign_type{device="vetha2d62f9"} 3 node_network_name_assign_type{device="vetha2e6ee7"} 3 node_network_name_assign_type{device="vetha2efe45"} 3 node_network_name_assign_type{device="vetha334ff9"} 3 node_network_name_assign_type{device="vetha33b595"} 3 node_network_name_assign_type{device="vetha356001"} 3 node_network_name_assign_type{device="vetha3d3064"} 3 node_network_name_assign_type{device="vetha3e8c9c"} 3 node_network_name_assign_type{device="vetha3f126e"} 3 node_network_name_assign_type{device="vetha4878ac"} 3 node_network_name_assign_type{device="vetha5244b8"} 3 node_network_name_assign_type{device="vetha588f6c"} 3 node_network_name_assign_type{device="vetha58e162"} 3 node_network_name_assign_type{device="vetha80a84c"} 3 node_network_name_assign_type{device="vetha81db62"} 3 node_network_name_assign_type{device="vetha8da15f"} 3 node_network_name_assign_type{device="vetha95fac3"} 3 node_network_name_assign_type{device="vethaa460d0"} 3 node_network_name_assign_type{device="vethaa5252d"} 3 node_network_name_assign_type{device="vethabd5525"} 3 node_network_name_assign_type{device="vethac309ae"} 3 node_network_name_assign_type{device="vethacc9983"} 3 node_network_name_assign_type{device="vethadaa61e"} 3 node_network_name_assign_type{device="vethadd6779"} 3 node_network_name_assign_type{device="vethae07fdb"} 3 node_network_name_assign_type{device="vethae2e166"} 3 node_network_name_assign_type{device="vethae6aaad"} 3 node_network_name_assign_type{device="vethae899be"} 3 node_network_name_assign_type{device="vethaf2d319"} 3 node_network_name_assign_type{device="vethaff0c5f"} 3 node_network_name_assign_type{device="vethb11d1d5"} 3 node_network_name_assign_type{device="vethb146b3d"} 3 node_network_name_assign_type{device="vethb17b307"} 3 node_network_name_assign_type{device="vethb24125c"} 3 node_network_name_assign_type{device="vethb25b930"} 3 node_network_name_assign_type{device="vethb264074"} 3 node_network_name_assign_type{device="vethb26da6e"} 3 node_network_name_assign_type{device="vethb2f7e0f"} 3 node_network_name_assign_type{device="vethb413da6"} 3 node_network_name_assign_type{device="vethb436b35"} 3 node_network_name_assign_type{device="vethb466aea"} 3 node_network_name_assign_type{device="vethb4a4c76"} 3 node_network_name_assign_type{device="vethb4fafb4"} 3 node_network_name_assign_type{device="vethb5afb08"} 3 node_network_name_assign_type{device="vethb72a42c"} 3 node_network_name_assign_type{device="vethb80e0f0"} 3 node_network_name_assign_type{device="vethb8148cc"} 3 node_network_name_assign_type{device="vethb85e063"} 3 node_network_name_assign_type{device="vethb92f9d3"} 3 node_network_name_assign_type{device="vethb92fe3f"} 3 node_network_name_assign_type{device="vethba942aa"} 3 node_network_name_assign_type{device="vethbae8967"} 3 node_network_name_assign_type{device="vethbb0b4fe"} 3 node_network_name_assign_type{device="vethbbaaafe"} 3 node_network_name_assign_type{device="vethbc2b4ad"} 3 node_network_name_assign_type{device="vethbc58d49"} 3 node_network_name_assign_type{device="vethbcde7a6"} 3 node_network_name_assign_type{device="vethbce62a9"} 3 node_network_name_assign_type{device="vethbe194c8"} 3 node_network_name_assign_type{device="vethbe2c80a"} 3 node_network_name_assign_type{device="vethbe97de8"} 3 node_network_name_assign_type{device="vethbfb44f0"} 3 node_network_name_assign_type{device="vethc00de3e"} 3 node_network_name_assign_type{device="vethc02588e"} 3 node_network_name_assign_type{device="vethc033a93"} 3 node_network_name_assign_type{device="vethc060fb3"} 3 node_network_name_assign_type{device="vethc122dad"} 3 node_network_name_assign_type{device="vethc12e527"} 3 node_network_name_assign_type{device="vethc140d9c"} 3 node_network_name_assign_type{device="vethc17e1ec"} 3 node_network_name_assign_type{device="vethc1d7f4f"} 3 node_network_name_assign_type{device="vethc1ec8f5"} 3 node_network_name_assign_type{device="vethc20d812"} 3 node_network_name_assign_type{device="vethc22a5c0"} 3 node_network_name_assign_type{device="vethc239fc6"} 3 node_network_name_assign_type{device="vethc311203"} 3 node_network_name_assign_type{device="vethc3412aa"} 3 node_network_name_assign_type{device="vethc3f0337"} 3 node_network_name_assign_type{device="vethc42048e"} 3 node_network_name_assign_type{device="vethc4617ba"} 3 node_network_name_assign_type{device="vethc498aec"} 3 node_network_name_assign_type{device="vethc4f407f"} 3 node_network_name_assign_type{device="vethc554c32"} 3 node_network_name_assign_type{device="vethc5aaafd"} 3 node_network_name_assign_type{device="vethc5ace02"} 3 node_network_name_assign_type{device="vethc5b36ba"} 3 node_network_name_assign_type{device="vethc5dd649"} 3 node_network_name_assign_type{device="vethc5eb73b"} 3 node_network_name_assign_type{device="vethc5eca53"} 3 node_network_name_assign_type{device="vethc68deb2"} 3 node_network_name_assign_type{device="vethc69e5b9"} 3 node_network_name_assign_type{device="vethc6fe840"} 3 node_network_name_assign_type{device="vethc7016cb"} 3 node_network_name_assign_type{device="vethc75d66d"} 3 node_network_name_assign_type{device="vethc790a6e"} 3 node_network_name_assign_type{device="vethc84e290"} 3 node_network_name_assign_type{device="vethc8739b3"} 3 node_network_name_assign_type{device="vethc87da99"} 3 node_network_name_assign_type{device="vethc88bbcf"} 3 node_network_name_assign_type{device="vethc928fb9"} 3 node_network_name_assign_type{device="vethc959280"} 3 node_network_name_assign_type{device="vethc97be75"} 3 node_network_name_assign_type{device="vethc99df73"} 3 node_network_name_assign_type{device="vethc9e1b23"} 3 node_network_name_assign_type{device="vethca8e8cd"} 3 node_network_name_assign_type{device="vethcb7fed6"} 3 node_network_name_assign_type{device="vethcb89e48"} 3 node_network_name_assign_type{device="vethcc43237"} 3 node_network_name_assign_type{device="vethcc4fef3"} 3 node_network_name_assign_type{device="vethcc7f6ac"} 3 node_network_name_assign_type{device="vethccb9f9c"} 3 node_network_name_assign_type{device="vethccdb53f"} 3 node_network_name_assign_type{device="vethcd6e0c9"} 3 node_network_name_assign_type{device="vethce1a2f7"} 3 node_network_name_assign_type{device="vethce4e99b"} 3 node_network_name_assign_type{device="vethce521ba"} 3 node_network_name_assign_type{device="vethcf53b01"} 3 node_network_name_assign_type{device="vethcfd9fe1"} 3 node_network_name_assign_type{device="vethd0b2173"} 3 node_network_name_assign_type{device="vethd0f1488"} 3 node_network_name_assign_type{device="vethd0f34e4"} 3 node_network_name_assign_type{device="vethd0ffc64"} 3 node_network_name_assign_type{device="vethd1ec6d3"} 3 node_network_name_assign_type{device="vethd2010fb"} 3 node_network_name_assign_type{device="vethd2deb54"} 3 node_network_name_assign_type{device="vethd2f4531"} 3 node_network_name_assign_type{device="vethd34362b"} 3 node_network_name_assign_type{device="vethd347820"} 3 node_network_name_assign_type{device="vethd3608f1"} 3 node_network_name_assign_type{device="vethd42c82d"} 3 node_network_name_assign_type{device="vethd45b81a"} 3 node_network_name_assign_type{device="vethd466b1f"} 3 node_network_name_assign_type{device="vethd49c6b2"} 3 node_network_name_assign_type{device="vethd5344cc"} 3 node_network_name_assign_type{device="vethd60e2bd"} 3 node_network_name_assign_type{device="vethd64322f"} 3 node_network_name_assign_type{device="vethd65b5b3"} 3 node_network_name_assign_type{device="vethd681481"} 3 node_network_name_assign_type{device="vethd6ceb54"} 3 node_network_name_assign_type{device="vethd6fa258"} 3 node_network_name_assign_type{device="vethd71b7e5"} 3 node_network_name_assign_type{device="vethd752c61"} 3 node_network_name_assign_type{device="vethd760c58"} 3 node_network_name_assign_type{device="vethd768a42"} 3 node_network_name_assign_type{device="vethd76e941"} 3 node_network_name_assign_type{device="vethd81eb6c"} 3 node_network_name_assign_type{device="vethd868ed3"} 3 node_network_name_assign_type{device="vethd8a170f"} 3 node_network_name_assign_type{device="vethd8b4b5b"} 3 node_network_name_assign_type{device="vethd97f7eb"} 3 node_network_name_assign_type{device="vethd9c86a8"} 3 node_network_name_assign_type{device="vethda452a5"} 3 node_network_name_assign_type{device="vethdaa52c9"} 3 node_network_name_assign_type{device="vethdae085c"} 3 node_network_name_assign_type{device="vethdb552be"} 3 node_network_name_assign_type{device="vethdba1b3a"} 3 node_network_name_assign_type{device="vethdc4d810"} 3 node_network_name_assign_type{device="vethdd1fe39"} 3 node_network_name_assign_type{device="vethdd25bde"} 3 node_network_name_assign_type{device="vethdd3daca"} 3 node_network_name_assign_type{device="vethdd432a7"} 3 node_network_name_assign_type{device="vethdd77089"} 3 node_network_name_assign_type{device="vethdd88546"} 3 node_network_name_assign_type{device="vethdda7569"} 3 node_network_name_assign_type{device="vethddb4b12"} 3 node_network_name_assign_type{device="vethde79ae2"} 3 node_network_name_assign_type{device="vethde8673b"} 3 node_network_name_assign_type{device="vethdf825a0"} 3 node_network_name_assign_type{device="vethdf861f8"} 3 node_network_name_assign_type{device="vethdfcbb7b"} 3 node_network_name_assign_type{device="vethe028419"} 3 node_network_name_assign_type{device="vethe05e953"} 3 node_network_name_assign_type{device="vethe0c38b7"} 3 node_network_name_assign_type{device="vethe101bab"} 3 node_network_name_assign_type{device="vethe1189bd"} 3 node_network_name_assign_type{device="vethe13fa27"} 3 node_network_name_assign_type{device="vethe177f5b"} 3 node_network_name_assign_type{device="vethe1ebb25"} 3 node_network_name_assign_type{device="vethe209306"} 3 node_network_name_assign_type{device="vethe33aa29"} 3 node_network_name_assign_type{device="vethe38290a"} 3 node_network_name_assign_type{device="vethe39934f"} 3 node_network_name_assign_type{device="vethe39dd06"} 3 node_network_name_assign_type{device="vethe45952d"} 3 node_network_name_assign_type{device="vethe54bc00"} 3 node_network_name_assign_type{device="vethe5621bc"} 3 node_network_name_assign_type{device="vethe5723c0"} 3 node_network_name_assign_type{device="vethe64b47d"} 3 node_network_name_assign_type{device="vethe660bdb"} 3 node_network_name_assign_type{device="vethe6b515e"} 3 node_network_name_assign_type{device="vethe6e8924"} 3 node_network_name_assign_type{device="vethe6f5fae"} 3 node_network_name_assign_type{device="vethe7dc6b0"} 3 node_network_name_assign_type{device="vethe7e6bbf"} 3 node_network_name_assign_type{device="vethe8000ea"} 3 node_network_name_assign_type{device="vethe8094b1"} 3 node_network_name_assign_type{device="vethe8551b4"} 3 node_network_name_assign_type{device="vethe8c6bde"} 3 node_network_name_assign_type{device="vethe8f63bd"} 3 node_network_name_assign_type{device="vethe93a649"} 3 node_network_name_assign_type{device="vethe9de379"} 3 node_network_name_assign_type{device="vethe9ef82b"} 3 node_network_name_assign_type{device="vethea2004e"} 3 node_network_name_assign_type{device="vethea7b5b1"} 3 node_network_name_assign_type{device="vetheafba5d"} 3 node_network_name_assign_type{device="vetheafdff8"} 3 node_network_name_assign_type{device="vetheb96a22"} 3 node_network_name_assign_type{device="vethec666e8"} 3 node_network_name_assign_type{device="vethed11450"} 3 node_network_name_assign_type{device="vethed19b20"} 3 node_network_name_assign_type{device="vethed3ab9d"} 3 node_network_name_assign_type{device="vetheddb648"} 3 node_network_name_assign_type{device="vethedeec24"} 3 node_network_name_assign_type{device="vethedf40f5"} 3 node_network_name_assign_type{device="vetheefaddf"} 3 node_network_name_assign_type{device="vethef58697"} 3 node_network_name_assign_type{device="vethefe8ba7"} 3 node_network_name_assign_type{device="vethf09ac69"} 3 node_network_name_assign_type{device="vethf14b507"} 3 node_network_name_assign_type{device="vethf14bf3b"} 3 node_network_name_assign_type{device="vethf14e041"} 3 node_network_name_assign_type{device="vethf185ebb"} 3 node_network_name_assign_type{device="vethf2509ba"} 3 node_network_name_assign_type{device="vethf25387f"} 3 node_network_name_assign_type{device="vethf2a6c87"} 3 node_network_name_assign_type{device="vethf2b1dab"} 3 node_network_name_assign_type{device="vethf2badff"} 3 node_network_name_assign_type{device="vethf33a028"} 3 node_network_name_assign_type{device="vethf342283"} 3 node_network_name_assign_type{device="vethf47c7ff"} 3 node_network_name_assign_type{device="vethf4ac138"} 3 node_network_name_assign_type{device="vethf4b1b2a"} 3 node_network_name_assign_type{device="vethf4bd777"} 3 node_network_name_assign_type{device="vethf5aeeda"} 3 node_network_name_assign_type{device="vethf5e58af"} 3 node_network_name_assign_type{device="vethf60f5e6"} 3 node_network_name_assign_type{device="vethf63a7c4"} 3 node_network_name_assign_type{device="vethf6bd349"} 3 node_network_name_assign_type{device="vethf6ce5b6"} 3 node_network_name_assign_type{device="vethf7684fa"} 3 node_network_name_assign_type{device="vethf7e9d2c"} 3 node_network_name_assign_type{device="vethf8128a9"} 3 node_network_name_assign_type{device="vethf81e612"} 3 node_network_name_assign_type{device="vethf855174"} 3 node_network_name_assign_type{device="vethf894d6d"} 3 node_network_name_assign_type{device="vethf979695"} 3 node_network_name_assign_type{device="vethf98530e"} 3 node_network_name_assign_type{device="vethf9986ef"} 3 node_network_name_assign_type{device="vethf9b3f86"} 3 node_network_name_assign_type{device="vethfb8b857"} 3 node_network_name_assign_type{device="vethfb9458b"} 3 node_network_name_assign_type{device="vethfbf1832"} 3 node_network_name_assign_type{device="vethfbf1a8f"} 3 node_network_name_assign_type{device="vethfc87a12"} 3 node_network_name_assign_type{device="vethfc9a925"} 3 node_network_name_assign_type{device="vethfcccc71"} 3 node_network_name_assign_type{device="vethfd1bace"} 3 node_network_name_assign_type{device="vethfd1daa5"} 3 node_network_name_assign_type{device="vethfd685e4"} 3 node_network_name_assign_type{device="vethfdacab6"} 3 node_network_name_assign_type{device="vethfe15339"} 3 node_network_name_assign_type{device="vethfe36666"} 3 node_network_name_assign_type{device="vethfe7040e"} 3 node_network_name_assign_type{device="vethfec16de"} 3 node_network_name_assign_type{device="vethfedbea0"} 3 node_network_name_assign_type{device="vethff12d55"} 3 # HELP node_network_net_dev_group Network device property: net_dev_group # TYPE node_network_net_dev_group gauge node_network_net_dev_group{device="br-02823e0b21f8"} 0 node_network_net_dev_group{device="br-04cbf9ad21fb"} 0 node_network_net_dev_group{device="br-07e352042c28"} 0 node_network_net_dev_group{device="br-08dd0c9852c8"} 0 node_network_net_dev_group{device="br-0a8e30067c8e"} 0 node_network_net_dev_group{device="br-0b7a81bcb7e3"} 0 node_network_net_dev_group{device="br-0bcc3cc90f11"} 0 node_network_net_dev_group{device="br-0d9fdd0cf163"} 0 node_network_net_dev_group{device="br-159df358c552"} 0 node_network_net_dev_group{device="br-15dab3c5a2fb"} 0 node_network_net_dev_group{device="br-19518ca3b773"} 0 node_network_net_dev_group{device="br-1a025aacb82b"} 0 node_network_net_dev_group{device="br-1b283e1e5128"} 0 node_network_net_dev_group{device="br-1ba83a528099"} 0 node_network_net_dev_group{device="br-1c3bd3909a8a"} 0 node_network_net_dev_group{device="br-1c535b11677a"} 0 node_network_net_dev_group{device="br-1de64be72380"} 0 node_network_net_dev_group{device="br-208ab78feaa3"} 0 node_network_net_dev_group{device="br-217d6415a970"} 0 node_network_net_dev_group{device="br-27771a4b5e1c"} 0 node_network_net_dev_group{device="br-2860d01a9c36"} 0 node_network_net_dev_group{device="br-28853d2b1974"} 0 node_network_net_dev_group{device="br-2cd18bfafc5e"} 0 node_network_net_dev_group{device="br-2f10de396682"} 0 node_network_net_dev_group{device="br-349eb65873d4"} 0 node_network_net_dev_group{device="br-3718da5a7dac"} 0 node_network_net_dev_group{device="br-37f17f8c2f41"} 0 node_network_net_dev_group{device="br-39ee20d64532"} 0 node_network_net_dev_group{device="br-3a7803651a32"} 0 node_network_net_dev_group{device="br-3b46cefe7982"} 0 node_network_net_dev_group{device="br-3d8e222ceb4d"} 0 node_network_net_dev_group{device="br-3d9cd1c09975"} 0 node_network_net_dev_group{device="br-3db3cc2bc444"} 0 node_network_net_dev_group{device="br-3e66b6d4d599"} 0 node_network_net_dev_group{device="br-3ee00523d99d"} 0 node_network_net_dev_group{device="br-402682b9212c"} 0 node_network_net_dev_group{device="br-447189b64663"} 0 node_network_net_dev_group{device="br-44fbf271d024"} 0 node_network_net_dev_group{device="br-458514748e86"} 0 node_network_net_dev_group{device="br-483851ad6d82"} 0 node_network_net_dev_group{device="br-4b6104651907"} 0 node_network_net_dev_group{device="br-4dbe0bd05d7e"} 0 node_network_net_dev_group{device="br-4fac6072ea97"} 0 node_network_net_dev_group{device="br-5064110da1f6"} 0 node_network_net_dev_group{device="br-52ce8deae651"} 0 node_network_net_dev_group{device="br-559d36b72748"} 0 node_network_net_dev_group{device="br-56145531d617"} 0 node_network_net_dev_group{device="br-566d230839cf"} 0 node_network_net_dev_group{device="br-56a5fa614b52"} 0 node_network_net_dev_group{device="br-5748fcd1e7ca"} 0 node_network_net_dev_group{device="br-595b89a771c2"} 0 node_network_net_dev_group{device="br-59aa9f4171dd"} 0 node_network_net_dev_group{device="br-5a1c61a6d482"} 0 node_network_net_dev_group{device="br-5b324be20854"} 0 node_network_net_dev_group{device="br-5f11f2c9115a"} 0 node_network_net_dev_group{device="br-606bd002e3a4"} 0 node_network_net_dev_group{device="br-61e477cf95da"} 0 node_network_net_dev_group{device="br-65df7dba5a66"} 0 node_network_net_dev_group{device="br-6654a6f415ef"} 0 node_network_net_dev_group{device="br-665d979d60c7"} 0 node_network_net_dev_group{device="br-6746be184829"} 0 node_network_net_dev_group{device="br-67b6f2b09055"} 0 node_network_net_dev_group{device="br-6d59a9037e7f"} 0 node_network_net_dev_group{device="br-6e8e8bec63f7"} 0 node_network_net_dev_group{device="br-6fdd4f05699e"} 0 node_network_net_dev_group{device="br-70a43ddb765f"} 0 node_network_net_dev_group{device="br-7151fb21ebc7"} 0 node_network_net_dev_group{device="br-757cf8ccd099"} 0 node_network_net_dev_group{device="br-7783edd4fb63"} 0 node_network_net_dev_group{device="br-7967b93cb965"} 0 node_network_net_dev_group{device="br-7a05c4b4c71c"} 0 node_network_net_dev_group{device="br-7f1c0840c41b"} 0 node_network_net_dev_group{device="br-8291479ee6f8"} 0 node_network_net_dev_group{device="br-82b59b3e5c30"} 0 node_network_net_dev_group{device="br-831a310fd395"} 0 node_network_net_dev_group{device="br-832e21b6735f"} 0 node_network_net_dev_group{device="br-84962c4a05ff"} 0 node_network_net_dev_group{device="br-89456f9f0577"} 0 node_network_net_dev_group{device="br-8c90f08921d2"} 0 node_network_net_dev_group{device="br-8d1ae48ba56b"} 0 node_network_net_dev_group{device="br-8d5f8dfdd165"} 0 node_network_net_dev_group{device="br-8f019a492357"} 0 node_network_net_dev_group{device="br-8f2fb4b87f97"} 0 node_network_net_dev_group{device="br-9122d919d3da"} 0 node_network_net_dev_group{device="br-91e32aebc9b9"} 0 node_network_net_dev_group{device="br-973daca1c7c2"} 0 node_network_net_dev_group{device="br-98551e817ad3"} 0 node_network_net_dev_group{device="br-a01a29421e12"} 0 node_network_net_dev_group{device="br-a194f29d52a3"} 0 node_network_net_dev_group{device="br-a19b8bbcb4ba"} 0 node_network_net_dev_group{device="br-a384ecbfdb6c"} 0 node_network_net_dev_group{device="br-a5d1efbd6302"} 0 node_network_net_dev_group{device="br-a9242a3d7305"} 0 node_network_net_dev_group{device="br-ab4fc0c8f205"} 0 node_network_net_dev_group{device="br-ac5441a8184d"} 0 node_network_net_dev_group{device="br-ad296b058e6c"} 0 node_network_net_dev_group{device="br-b0d3385258be"} 0 node_network_net_dev_group{device="br-b5cc1abc8af1"} 0 node_network_net_dev_group{device="br-b84a81030c46"} 0 node_network_net_dev_group{device="br-b9ddcd38e3d5"} 0 node_network_net_dev_group{device="br-bbf479fecfd1"} 0 node_network_net_dev_group{device="br-bf24405639d1"} 0 node_network_net_dev_group{device="br-bf75749e355d"} 0 node_network_net_dev_group{device="br-bfa260e794d9"} 0 node_network_net_dev_group{device="br-c121b68147b6"} 0 node_network_net_dev_group{device="br-c1af548193f3"} 0 node_network_net_dev_group{device="br-c60789b54f4a"} 0 node_network_net_dev_group{device="br-c7ec91768290"} 0 node_network_net_dev_group{device="br-c8047895107e"} 0 node_network_net_dev_group{device="br-c8dc093516dd"} 0 node_network_net_dev_group{device="br-c9441662f35b"} 0 node_network_net_dev_group{device="br-cca3eb0bd63d"} 0 node_network_net_dev_group{device="br-cfa83479df17"} 0 node_network_net_dev_group{device="br-cfa8e5dacf79"} 0 node_network_net_dev_group{device="br-d08110bc3e31"} 0 node_network_net_dev_group{device="br-d286f920faa7"} 0 node_network_net_dev_group{device="br-d36675741a6d"} 0 node_network_net_dev_group{device="br-d4ad227661d1"} 0 node_network_net_dev_group{device="br-d54d8e4f9ca5"} 0 node_network_net_dev_group{device="br-d6aad0d2a913"} 0 node_network_net_dev_group{device="br-dbca5566e641"} 0 node_network_net_dev_group{device="br-dc87a7504ded"} 0 node_network_net_dev_group{device="br-ddde99c88d06"} 0 node_network_net_dev_group{device="br-e0e95d87f3e0"} 0 node_network_net_dev_group{device="br-e5714f199361"} 0 node_network_net_dev_group{device="br-e63b0d1593b5"} 0 node_network_net_dev_group{device="br-e6ca372c02c0"} 0 node_network_net_dev_group{device="br-ea12a1764685"} 0 node_network_net_dev_group{device="br-edfd70c2aede"} 0 node_network_net_dev_group{device="br-ef37d58f8fe1"} 0 node_network_net_dev_group{device="br-f7269b4b25bf"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0009c48"} 0 node_network_net_dev_group{device="veth0057f22"} 0 node_network_net_dev_group{device="veth008ddfb"} 0 node_network_net_dev_group{device="veth00e3c78"} 0 node_network_net_dev_group{device="veth01c5e43"} 0 node_network_net_dev_group{device="veth01d1acf"} 0 node_network_net_dev_group{device="veth01f4e0b"} 0 node_network_net_dev_group{device="veth02fa58b"} 0 node_network_net_dev_group{device="veth032511c"} 0 node_network_net_dev_group{device="veth032853a"} 0 node_network_net_dev_group{device="veth0379a17"} 0 node_network_net_dev_group{device="veth039b82d"} 0 node_network_net_dev_group{device="veth03dd035"} 0 node_network_net_dev_group{device="veth04159af"} 0 node_network_net_dev_group{device="veth041f04f"} 0 node_network_net_dev_group{device="veth048c9d9"} 0 node_network_net_dev_group{device="veth0521f31"} 0 node_network_net_dev_group{device="veth059040d"} 0 node_network_net_dev_group{device="veth05a06a7"} 0 node_network_net_dev_group{device="veth067e6e9"} 0 node_network_net_dev_group{device="veth06e31b1"} 0 node_network_net_dev_group{device="veth06f27a2"} 0 node_network_net_dev_group{device="veth07a049d"} 0 node_network_net_dev_group{device="veth0808d98"} 0 node_network_net_dev_group{device="veth0886055"} 0 node_network_net_dev_group{device="veth08ae0d6"} 0 node_network_net_dev_group{device="veth096258a"} 0 node_network_net_dev_group{device="veth0b64779"} 0 node_network_net_dev_group{device="veth0bfbe46"} 0 node_network_net_dev_group{device="veth0d263b9"} 0 node_network_net_dev_group{device="veth0d26989"} 0 node_network_net_dev_group{device="veth0e4628c"} 0 node_network_net_dev_group{device="veth0e6c375"} 0 node_network_net_dev_group{device="veth0e86ab7"} 0 node_network_net_dev_group{device="veth0ec88d9"} 0 node_network_net_dev_group{device="veth0f039e4"} 0 node_network_net_dev_group{device="veth0f6e4c2"} 0 node_network_net_dev_group{device="veth0f8da12"} 0 node_network_net_dev_group{device="veth0fc3400"} 0 node_network_net_dev_group{device="veth0fe6ce8"} 0 node_network_net_dev_group{device="veth100d8fb"} 0 node_network_net_dev_group{device="veth107e808"} 0 node_network_net_dev_group{device="veth1093ea4"} 0 node_network_net_dev_group{device="veth10e276d"} 0 node_network_net_dev_group{device="veth11210db"} 0 node_network_net_dev_group{device="veth11507a2"} 0 node_network_net_dev_group{device="veth115219d"} 0 node_network_net_dev_group{device="veth12b4062"} 0 node_network_net_dev_group{device="veth13756cd"} 0 node_network_net_dev_group{device="veth1380211"} 0 node_network_net_dev_group{device="veth139d69d"} 0 node_network_net_dev_group{device="veth148ba09"} 0 node_network_net_dev_group{device="veth1498546"} 0 node_network_net_dev_group{device="veth1568435"} 0 node_network_net_dev_group{device="veth182b299"} 0 node_network_net_dev_group{device="veth1a57969"} 0 node_network_net_dev_group{device="veth1a5d00b"} 0 node_network_net_dev_group{device="veth1aee0c9"} 0 node_network_net_dev_group{device="veth1af829a"} 0 node_network_net_dev_group{device="veth1af887e"} 0 node_network_net_dev_group{device="veth1bb281d"} 0 node_network_net_dev_group{device="veth1be69a9"} 0 node_network_net_dev_group{device="veth1c2382f"} 0 node_network_net_dev_group{device="veth1c86f94"} 0 node_network_net_dev_group{device="veth1cd53f4"} 0 node_network_net_dev_group{device="veth1d5e1a4"} 0 node_network_net_dev_group{device="veth1dc4860"} 0 node_network_net_dev_group{device="veth1dea2fe"} 0 node_network_net_dev_group{device="veth1e7f00c"} 0 node_network_net_dev_group{device="veth1ec0310"} 0 node_network_net_dev_group{device="veth1fda973"} 0 node_network_net_dev_group{device="veth1fe94a9"} 0 node_network_net_dev_group{device="veth20489bb"} 0 node_network_net_dev_group{device="veth20787b5"} 0 node_network_net_dev_group{device="veth208ca1a"} 0 node_network_net_dev_group{device="veth21c0fe7"} 0 node_network_net_dev_group{device="veth2214e42"} 0 node_network_net_dev_group{device="veth228bd69"} 0 node_network_net_dev_group{device="veth229b6d4"} 0 node_network_net_dev_group{device="veth22f2fec"} 0 node_network_net_dev_group{device="veth231c261"} 0 node_network_net_dev_group{device="veth231d40e"} 0 node_network_net_dev_group{device="veth232533d"} 0 node_network_net_dev_group{device="veth235d53e"} 0 node_network_net_dev_group{device="veth237b6c4"} 0 node_network_net_dev_group{device="veth23e1e40"} 0 node_network_net_dev_group{device="veth24fc934"} 0 node_network_net_dev_group{device="veth25d516d"} 0 node_network_net_dev_group{device="veth268dc93"} 0 node_network_net_dev_group{device="veth279aa19"} 0 node_network_net_dev_group{device="veth27a3e0d"} 0 node_network_net_dev_group{device="veth27aa3e1"} 0 node_network_net_dev_group{device="veth27bf25e"} 0 node_network_net_dev_group{device="veth27eb3a1"} 0 node_network_net_dev_group{device="veth2817a39"} 0 node_network_net_dev_group{device="veth298a150"} 0 node_network_net_dev_group{device="veth29e1cdf"} 0 node_network_net_dev_group{device="veth2a938c7"} 0 node_network_net_dev_group{device="veth2b6f776"} 0 node_network_net_dev_group{device="veth2bea18d"} 0 node_network_net_dev_group{device="veth2cb2aa6"} 0 node_network_net_dev_group{device="veth2cc6b5d"} 0 node_network_net_dev_group{device="veth2cd33a1"} 0 node_network_net_dev_group{device="veth2d03ca6"} 0 node_network_net_dev_group{device="veth2d2c9f2"} 0 node_network_net_dev_group{device="veth2d41a73"} 0 node_network_net_dev_group{device="veth2d9918b"} 0 node_network_net_dev_group{device="veth2e4245c"} 0 node_network_net_dev_group{device="veth2e5029d"} 0 node_network_net_dev_group{device="veth2eac8e4"} 0 node_network_net_dev_group{device="veth2eb60e4"} 0 node_network_net_dev_group{device="veth2f1ad78"} 0 node_network_net_dev_group{device="veth2f899b3"} 0 node_network_net_dev_group{device="veth2f9b6e7"} 0 node_network_net_dev_group{device="veth2f9e651"} 0 node_network_net_dev_group{device="veth2ffb90c"} 0 node_network_net_dev_group{device="veth305c11f"} 0 node_network_net_dev_group{device="veth30b95b0"} 0 node_network_net_dev_group{device="veth3110731"} 0 node_network_net_dev_group{device="veth315b30d"} 0 node_network_net_dev_group{device="veth3168355"} 0 node_network_net_dev_group{device="veth3245e1c"} 0 node_network_net_dev_group{device="veth329ca59"} 0 node_network_net_dev_group{device="veth32da86b"} 0 node_network_net_dev_group{device="veth32f0bd7"} 0 node_network_net_dev_group{device="veth33d65d5"} 0 node_network_net_dev_group{device="veth33d87e8"} 0 node_network_net_dev_group{device="veth3540510"} 0 node_network_net_dev_group{device="veth354d054"} 0 node_network_net_dev_group{device="veth357116f"} 0 node_network_net_dev_group{device="veth35886d9"} 0 node_network_net_dev_group{device="veth358dbf2"} 0 node_network_net_dev_group{device="veth359cbb7"} 0 node_network_net_dev_group{device="veth359d04a"} 0 node_network_net_dev_group{device="veth35b4532"} 0 node_network_net_dev_group{device="veth37d058e"} 0 node_network_net_dev_group{device="veth37de2e1"} 0 node_network_net_dev_group{device="veth37e7130"} 0 node_network_net_dev_group{device="veth3823199"} 0 node_network_net_dev_group{device="veth38668ad"} 0 node_network_net_dev_group{device="veth3899e00"} 0 node_network_net_dev_group{device="veth38af7f4"} 0 node_network_net_dev_group{device="veth38c06e7"} 0 node_network_net_dev_group{device="veth391740a"} 0 node_network_net_dev_group{device="veth3961560"} 0 node_network_net_dev_group{device="veth39a84d1"} 0 node_network_net_dev_group{device="veth39ec3c6"} 0 node_network_net_dev_group{device="veth39f418e"} 0 node_network_net_dev_group{device="veth39f7983"} 0 node_network_net_dev_group{device="veth3a04f6c"} 0 node_network_net_dev_group{device="veth3a28292"} 0 node_network_net_dev_group{device="veth3ab5921"} 0 node_network_net_dev_group{device="veth3b81dbc"} 0 node_network_net_dev_group{device="veth3be47e3"} 0 node_network_net_dev_group{device="veth3bf1c8d"} 0 node_network_net_dev_group{device="veth3c3790f"} 0 node_network_net_dev_group{device="veth3d221c4"} 0 node_network_net_dev_group{device="veth3d60dba"} 0 node_network_net_dev_group{device="veth3de6d9c"} 0 node_network_net_dev_group{device="veth3df8638"} 0 node_network_net_dev_group{device="veth3e0fb0b"} 0 node_network_net_dev_group{device="veth3ebb118"} 0 node_network_net_dev_group{device="veth3ef3733"} 0 node_network_net_dev_group{device="veth3f0586e"} 0 node_network_net_dev_group{device="veth3f38956"} 0 node_network_net_dev_group{device="veth3f3ac76"} 0 node_network_net_dev_group{device="veth3f41be9"} 0 node_network_net_dev_group{device="veth3f6e007"} 0 node_network_net_dev_group{device="veth406e4fd"} 0 node_network_net_dev_group{device="veth4179d44"} 0 node_network_net_dev_group{device="veth419db48"} 0 node_network_net_dev_group{device="veth41a5dd6"} 0 node_network_net_dev_group{device="veth41cd559"} 0 node_network_net_dev_group{device="veth41d7f45"} 0 node_network_net_dev_group{device="veth423f820"} 0 node_network_net_dev_group{device="veth42a984b"} 0 node_network_net_dev_group{device="veth4314bf5"} 0 node_network_net_dev_group{device="veth43e182c"} 0 node_network_net_dev_group{device="veth4413734"} 0 node_network_net_dev_group{device="veth450a62c"} 0 node_network_net_dev_group{device="veth450c1a7"} 0 node_network_net_dev_group{device="veth4580c7e"} 0 node_network_net_dev_group{device="veth45d2560"} 0 node_network_net_dev_group{device="veth4600cbe"} 0 node_network_net_dev_group{device="veth4622c58"} 0 node_network_net_dev_group{device="veth47275f8"} 0 node_network_net_dev_group{device="veth472cfec"} 0 node_network_net_dev_group{device="veth47a0f99"} 0 node_network_net_dev_group{device="veth48050a3"} 0 node_network_net_dev_group{device="veth484e5a7"} 0 node_network_net_dev_group{device="veth487c580"} 0 node_network_net_dev_group{device="veth48bbb3e"} 0 node_network_net_dev_group{device="veth48c9eb6"} 0 node_network_net_dev_group{device="veth48fa74a"} 0 node_network_net_dev_group{device="veth4919473"} 0 node_network_net_dev_group{device="veth491f00e"} 0 node_network_net_dev_group{device="veth4971f59"} 0 node_network_net_dev_group{device="veth49a95ae"} 0 node_network_net_dev_group{device="veth4a773af"} 0 node_network_net_dev_group{device="veth4a8a86b"} 0 node_network_net_dev_group{device="veth4b8fe58"} 0 node_network_net_dev_group{device="veth4bdb4d9"} 0 node_network_net_dev_group{device="veth4bf3046"} 0 node_network_net_dev_group{device="veth4d292f2"} 0 node_network_net_dev_group{device="veth4d2cca3"} 0 node_network_net_dev_group{device="veth4d31c40"} 0 node_network_net_dev_group{device="veth4d49f16"} 0 node_network_net_dev_group{device="veth4d6ffca"} 0 node_network_net_dev_group{device="veth4e685b7"} 0 node_network_net_dev_group{device="veth4eb2990"} 0 node_network_net_dev_group{device="veth4ef981b"} 0 node_network_net_dev_group{device="veth4f30eb7"} 0 node_network_net_dev_group{device="veth4f61226"} 0 node_network_net_dev_group{device="veth4ff09ee"} 0 node_network_net_dev_group{device="veth5054e93"} 0 node_network_net_dev_group{device="veth50865f9"} 0 node_network_net_dev_group{device="veth5088dc3"} 0 node_network_net_dev_group{device="veth519857b"} 0 node_network_net_dev_group{device="veth51d9ece"} 0 node_network_net_dev_group{device="veth5210908"} 0 node_network_net_dev_group{device="veth5284787"} 0 node_network_net_dev_group{device="veth52cfc45"} 0 node_network_net_dev_group{device="veth52e330e"} 0 node_network_net_dev_group{device="veth5365cc9"} 0 node_network_net_dev_group{device="veth54e9292"} 0 node_network_net_dev_group{device="veth564c8a0"} 0 node_network_net_dev_group{device="veth5675ed9"} 0 node_network_net_dev_group{device="veth56f8c0c"} 0 node_network_net_dev_group{device="veth57d2b8b"} 0 node_network_net_dev_group{device="veth57d676c"} 0 node_network_net_dev_group{device="veth57ec583"} 0 node_network_net_dev_group{device="veth5804bd9"} 0 node_network_net_dev_group{device="veth58598dd"} 0 node_network_net_dev_group{device="veth58b55e5"} 0 node_network_net_dev_group{device="veth5965e63"} 0 node_network_net_dev_group{device="veth5aa30fc"} 0 node_network_net_dev_group{device="veth5ac6b24"} 0 node_network_net_dev_group{device="veth5af51bd"} 0 node_network_net_dev_group{device="veth5afbbb6"} 0 node_network_net_dev_group{device="veth5bbabc3"} 0 node_network_net_dev_group{device="veth5bdd045"} 0 node_network_net_dev_group{device="veth5c571c8"} 0 node_network_net_dev_group{device="veth5c61f57"} 0 node_network_net_dev_group{device="veth5d012dd"} 0 node_network_net_dev_group{device="veth5e12c5b"} 0 node_network_net_dev_group{device="veth5e4f007"} 0 node_network_net_dev_group{device="veth5ee2818"} 0 node_network_net_dev_group{device="veth5f39032"} 0 node_network_net_dev_group{device="veth5f4e2d0"} 0 node_network_net_dev_group{device="veth5fc3d12"} 0 node_network_net_dev_group{device="veth61185ee"} 0 node_network_net_dev_group{device="veth6131e75"} 0 node_network_net_dev_group{device="veth6168483"} 0 node_network_net_dev_group{device="veth6250a44"} 0 node_network_net_dev_group{device="veth62645db"} 0 node_network_net_dev_group{device="veth626da15"} 0 node_network_net_dev_group{device="veth6280f39"} 0 node_network_net_dev_group{device="veth629c943"} 0 node_network_net_dev_group{device="veth62adda3"} 0 node_network_net_dev_group{device="veth634d1ed"} 0 node_network_net_dev_group{device="veth6453baa"} 0 node_network_net_dev_group{device="veth64c3431"} 0 node_network_net_dev_group{device="veth651818e"} 0 node_network_net_dev_group{device="veth651c5d0"} 0 node_network_net_dev_group{device="veth65337b2"} 0 node_network_net_dev_group{device="veth65c360e"} 0 node_network_net_dev_group{device="veth6630733"} 0 node_network_net_dev_group{device="veth66b7fed"} 0 node_network_net_dev_group{device="veth670d042"} 0 node_network_net_dev_group{device="veth6774070"} 0 node_network_net_dev_group{device="veth67e3876"} 0 node_network_net_dev_group{device="veth684d2c7"} 0 node_network_net_dev_group{device="veth688908c"} 0 node_network_net_dev_group{device="veth6898f5c"} 0 node_network_net_dev_group{device="veth68fd89d"} 0 node_network_net_dev_group{device="veth690503f"} 0 node_network_net_dev_group{device="veth69a31f5"} 0 node_network_net_dev_group{device="veth69cb16e"} 0 node_network_net_dev_group{device="veth69d3433"} 0 node_network_net_dev_group{device="veth69f30b8"} 0 node_network_net_dev_group{device="veth69f82f1"} 0 node_network_net_dev_group{device="veth6a008e6"} 0 node_network_net_dev_group{device="veth6a08252"} 0 node_network_net_dev_group{device="veth6a552ae"} 0 node_network_net_dev_group{device="veth6a9654d"} 0 node_network_net_dev_group{device="veth6ac2ad5"} 0 node_network_net_dev_group{device="veth6b2d933"} 0 node_network_net_dev_group{device="veth6b3dad4"} 0 node_network_net_dev_group{device="veth6b52f37"} 0 node_network_net_dev_group{device="veth6befc8c"} 0 node_network_net_dev_group{device="veth6c33543"} 0 node_network_net_dev_group{device="veth6c58b6c"} 0 node_network_net_dev_group{device="veth6c5ad94"} 0 node_network_net_dev_group{device="veth6ca3495"} 0 node_network_net_dev_group{device="veth6ce5f51"} 0 node_network_net_dev_group{device="veth6d0a089"} 0 node_network_net_dev_group{device="veth6d3ac08"} 0 node_network_net_dev_group{device="veth6e44940"} 0 node_network_net_dev_group{device="veth6e6c1f7"} 0 node_network_net_dev_group{device="veth6ed1d48"} 0 node_network_net_dev_group{device="veth70c4d49"} 0 node_network_net_dev_group{device="veth71776a8"} 0 node_network_net_dev_group{device="veth7188a44"} 0 node_network_net_dev_group{device="veth718a7eb"} 0 node_network_net_dev_group{device="veth71ffa2e"} 0 node_network_net_dev_group{device="veth72d266b"} 0 node_network_net_dev_group{device="veth73369bb"} 0 node_network_net_dev_group{device="veth73b2056"} 0 node_network_net_dev_group{device="veth73ead52"} 0 node_network_net_dev_group{device="veth7429a6e"} 0 node_network_net_dev_group{device="veth745dadb"} 0 node_network_net_dev_group{device="veth750eb48"} 0 node_network_net_dev_group{device="veth752218d"} 0 node_network_net_dev_group{device="veth757493a"} 0 node_network_net_dev_group{device="veth757efe6"} 0 node_network_net_dev_group{device="veth757fccd"} 0 node_network_net_dev_group{device="veth75e9ad3"} 0 node_network_net_dev_group{device="veth760c07f"} 0 node_network_net_dev_group{device="veth7632291"} 0 node_network_net_dev_group{device="veth76dc8a9"} 0 node_network_net_dev_group{device="veth76f5b59"} 0 node_network_net_dev_group{device="veth7708a2a"} 0 node_network_net_dev_group{device="veth7731308"} 0 node_network_net_dev_group{device="veth774a0cf"} 0 node_network_net_dev_group{device="veth7758da8"} 0 node_network_net_dev_group{device="veth77f5539"} 0 node_network_net_dev_group{device="veth78a6a45"} 0 node_network_net_dev_group{device="veth78df8ba"} 0 node_network_net_dev_group{device="veth797e46a"} 0 node_network_net_dev_group{device="veth79e6c25"} 0 node_network_net_dev_group{device="veth79ef071"} 0 node_network_net_dev_group{device="veth7a37e75"} 0 node_network_net_dev_group{device="veth7a4ee0a"} 0 node_network_net_dev_group{device="veth7a84b20"} 0 node_network_net_dev_group{device="veth7a8d1bc"} 0 node_network_net_dev_group{device="veth7b5aa98"} 0 node_network_net_dev_group{device="veth7b76de0"} 0 node_network_net_dev_group{device="veth7bbc3fb"} 0 node_network_net_dev_group{device="veth7bdbf78"} 0 node_network_net_dev_group{device="veth7c00c6f"} 0 node_network_net_dev_group{device="veth7c170e8"} 0 node_network_net_dev_group{device="veth7c79405"} 0 node_network_net_dev_group{device="veth7c7c6a4"} 0 node_network_net_dev_group{device="veth7c7edf8"} 0 node_network_net_dev_group{device="veth7cd2b86"} 0 node_network_net_dev_group{device="veth7ceb6c5"} 0 node_network_net_dev_group{device="veth7d0a9c9"} 0 node_network_net_dev_group{device="veth7da5a3d"} 0 node_network_net_dev_group{device="veth7e7a5a2"} 0 node_network_net_dev_group{device="veth7e90c50"} 0 node_network_net_dev_group{device="veth7efb584"} 0 node_network_net_dev_group{device="veth7efb9a4"} 0 node_network_net_dev_group{device="veth7f219e6"} 0 node_network_net_dev_group{device="veth7f349f1"} 0 node_network_net_dev_group{device="veth7f7adf7"} 0 node_network_net_dev_group{device="veth7fbccd1"} 0 node_network_net_dev_group{device="veth7ff9da9"} 0 node_network_net_dev_group{device="veth804203c"} 0 node_network_net_dev_group{device="veth80abb3a"} 0 node_network_net_dev_group{device="veth80bc918"} 0 node_network_net_dev_group{device="veth80db113"} 0 node_network_net_dev_group{device="veth8115deb"} 0 node_network_net_dev_group{device="veth818e1b4"} 0 node_network_net_dev_group{device="veth81cd17e"} 0 node_network_net_dev_group{device="veth81e6903"} 0 node_network_net_dev_group{device="veth81f0a15"} 0 node_network_net_dev_group{device="veth824a73a"} 0 node_network_net_dev_group{device="veth8286cb8"} 0 node_network_net_dev_group{device="veth82bcac8"} 0 node_network_net_dev_group{device="veth82c8314"} 0 node_network_net_dev_group{device="veth82d54d6"} 0 node_network_net_dev_group{device="veth82e7162"} 0 node_network_net_dev_group{device="veth82f9bb2"} 0 node_network_net_dev_group{device="veth83c076f"} 0 node_network_net_dev_group{device="veth841b31f"} 0 node_network_net_dev_group{device="veth8491d68"} 0 node_network_net_dev_group{device="veth8575f2f"} 0 node_network_net_dev_group{device="veth86b5718"} 0 node_network_net_dev_group{device="veth86b8fa2"} 0 node_network_net_dev_group{device="veth86c5967"} 0 node_network_net_dev_group{device="veth86f7933"} 0 node_network_net_dev_group{device="veth873a2e1"} 0 node_network_net_dev_group{device="veth87bf2d7"} 0 node_network_net_dev_group{device="veth87de5ef"} 0 node_network_net_dev_group{device="veth880729a"} 0 node_network_net_dev_group{device="veth8899f2d"} 0 node_network_net_dev_group{device="veth89df824"} 0 node_network_net_dev_group{device="veth8a757d1"} 0 node_network_net_dev_group{device="veth8ac6051"} 0 node_network_net_dev_group{device="veth8aec1f4"} 0 node_network_net_dev_group{device="veth8bb71ef"} 0 node_network_net_dev_group{device="veth8c359ba"} 0 node_network_net_dev_group{device="veth8c3728a"} 0 node_network_net_dev_group{device="veth8c3b2b4"} 0 node_network_net_dev_group{device="veth8d365d7"} 0 node_network_net_dev_group{device="veth8d79659"} 0 node_network_net_dev_group{device="veth8e0aa38"} 0 node_network_net_dev_group{device="veth8f8d551"} 0 node_network_net_dev_group{device="veth8fbb10d"} 0 node_network_net_dev_group{device="veth900bd70"} 0 node_network_net_dev_group{device="veth902cadc"} 0 node_network_net_dev_group{device="veth9047572"} 0 node_network_net_dev_group{device="veth9057c62"} 0 node_network_net_dev_group{device="veth9073787"} 0 node_network_net_dev_group{device="veth9166eaa"} 0 node_network_net_dev_group{device="veth9193b16"} 0 node_network_net_dev_group{device="veth91a6689"} 0 node_network_net_dev_group{device="veth91f1a12"} 0 node_network_net_dev_group{device="veth91fabb4"} 0 node_network_net_dev_group{device="veth9267946"} 0 node_network_net_dev_group{device="veth9371418"} 0 node_network_net_dev_group{device="veth93f3c9f"} 0 node_network_net_dev_group{device="veth9488f04"} 0 node_network_net_dev_group{device="veth948cd1e"} 0 node_network_net_dev_group{device="veth951eef4"} 0 node_network_net_dev_group{device="veth9675397"} 0 node_network_net_dev_group{device="veth9681927"} 0 node_network_net_dev_group{device="veth96e0471"} 0 node_network_net_dev_group{device="veth98feb57"} 0 node_network_net_dev_group{device="veth994a72a"} 0 node_network_net_dev_group{device="veth9985b4e"} 0 node_network_net_dev_group{device="veth99cdb12"} 0 node_network_net_dev_group{device="veth9a9e7eb"} 0 node_network_net_dev_group{device="veth9b18d92"} 0 node_network_net_dev_group{device="veth9b23960"} 0 node_network_net_dev_group{device="veth9bbbd3e"} 0 node_network_net_dev_group{device="veth9bde175"} 0 node_network_net_dev_group{device="veth9bed411"} 0 node_network_net_dev_group{device="veth9c4e77f"} 0 node_network_net_dev_group{device="veth9c9a350"} 0 node_network_net_dev_group{device="veth9cb0c0f"} 0 node_network_net_dev_group{device="veth9cfe767"} 0 node_network_net_dev_group{device="veth9d35c37"} 0 node_network_net_dev_group{device="veth9d674e8"} 0 node_network_net_dev_group{device="veth9d8fc99"} 0 node_network_net_dev_group{device="veth9d98eba"} 0 node_network_net_dev_group{device="veth9da8b8d"} 0 node_network_net_dev_group{device="veth9df3ecb"} 0 node_network_net_dev_group{device="veth9e9fce6"} 0 node_network_net_dev_group{device="veth9ed817d"} 0 node_network_net_dev_group{device="veth9f3233d"} 0 node_network_net_dev_group{device="veth9f82c51"} 0 node_network_net_dev_group{device="veth9f8faa5"} 0 node_network_net_dev_group{device="vetha0c1437"} 0 node_network_net_dev_group{device="vetha0e80a0"} 0 node_network_net_dev_group{device="vetha106075"} 0 node_network_net_dev_group{device="vetha10ed6f"} 0 node_network_net_dev_group{device="vetha131bbc"} 0 node_network_net_dev_group{device="vetha187e3b"} 0 node_network_net_dev_group{device="vetha19ce39"} 0 node_network_net_dev_group{device="vetha1a96b5"} 0 node_network_net_dev_group{device="vetha1db4d4"} 0 node_network_net_dev_group{device="vetha208f1d"} 0 node_network_net_dev_group{device="vetha20f05a"} 0 node_network_net_dev_group{device="vetha21095f"} 0 node_network_net_dev_group{device="vetha29c587"} 0 node_network_net_dev_group{device="vetha2d62f9"} 0 node_network_net_dev_group{device="vetha2e6ee7"} 0 node_network_net_dev_group{device="vetha2efe45"} 0 node_network_net_dev_group{device="vetha334ff9"} 0 node_network_net_dev_group{device="vetha33b595"} 0 node_network_net_dev_group{device="vetha356001"} 0 node_network_net_dev_group{device="vetha3d3064"} 0 node_network_net_dev_group{device="vetha3e8c9c"} 0 node_network_net_dev_group{device="vetha3f126e"} 0 node_network_net_dev_group{device="vetha4878ac"} 0 node_network_net_dev_group{device="vetha5244b8"} 0 node_network_net_dev_group{device="vetha588f6c"} 0 node_network_net_dev_group{device="vetha58e162"} 0 node_network_net_dev_group{device="vetha80a84c"} 0 node_network_net_dev_group{device="vetha81db62"} 0 node_network_net_dev_group{device="vetha8da15f"} 0 node_network_net_dev_group{device="vetha95fac3"} 0 node_network_net_dev_group{device="vethaa460d0"} 0 node_network_net_dev_group{device="vethaa5252d"} 0 node_network_net_dev_group{device="vethabd5525"} 0 node_network_net_dev_group{device="vethac309ae"} 0 node_network_net_dev_group{device="vethacc9983"} 0 node_network_net_dev_group{device="vethadaa61e"} 0 node_network_net_dev_group{device="vethadd6779"} 0 node_network_net_dev_group{device="vethae07fdb"} 0 node_network_net_dev_group{device="vethae2e166"} 0 node_network_net_dev_group{device="vethae6aaad"} 0 node_network_net_dev_group{device="vethae899be"} 0 node_network_net_dev_group{device="vethaf2d319"} 0 node_network_net_dev_group{device="vethaff0c5f"} 0 node_network_net_dev_group{device="vethb11d1d5"} 0 node_network_net_dev_group{device="vethb146b3d"} 0 node_network_net_dev_group{device="vethb17b307"} 0 node_network_net_dev_group{device="vethb24125c"} 0 node_network_net_dev_group{device="vethb25b930"} 0 node_network_net_dev_group{device="vethb264074"} 0 node_network_net_dev_group{device="vethb26da6e"} 0 node_network_net_dev_group{device="vethb2f7e0f"} 0 node_network_net_dev_group{device="vethb413da6"} 0 node_network_net_dev_group{device="vethb436b35"} 0 node_network_net_dev_group{device="vethb466aea"} 0 node_network_net_dev_group{device="vethb4a4c76"} 0 node_network_net_dev_group{device="vethb4fafb4"} 0 node_network_net_dev_group{device="vethb5afb08"} 0 node_network_net_dev_group{device="vethb72a42c"} 0 node_network_net_dev_group{device="vethb80e0f0"} 0 node_network_net_dev_group{device="vethb8148cc"} 0 node_network_net_dev_group{device="vethb85e063"} 0 node_network_net_dev_group{device="vethb92f9d3"} 0 node_network_net_dev_group{device="vethb92fe3f"} 0 node_network_net_dev_group{device="vethba942aa"} 0 node_network_net_dev_group{device="vethbae8967"} 0 node_network_net_dev_group{device="vethbb0b4fe"} 0 node_network_net_dev_group{device="vethbbaaafe"} 0 node_network_net_dev_group{device="vethbc2b4ad"} 0 node_network_net_dev_group{device="vethbc58d49"} 0 node_network_net_dev_group{device="vethbcde7a6"} 0 node_network_net_dev_group{device="vethbce62a9"} 0 node_network_net_dev_group{device="vethbe194c8"} 0 node_network_net_dev_group{device="vethbe2c80a"} 0 node_network_net_dev_group{device="vethbe97de8"} 0 node_network_net_dev_group{device="vethbfb44f0"} 0 node_network_net_dev_group{device="vethc00de3e"} 0 node_network_net_dev_group{device="vethc02588e"} 0 node_network_net_dev_group{device="vethc033a93"} 0 node_network_net_dev_group{device="vethc060fb3"} 0 node_network_net_dev_group{device="vethc122dad"} 0 node_network_net_dev_group{device="vethc12e527"} 0 node_network_net_dev_group{device="vethc140d9c"} 0 node_network_net_dev_group{device="vethc17e1ec"} 0 node_network_net_dev_group{device="vethc1d7f4f"} 0 node_network_net_dev_group{device="vethc1ec8f5"} 0 node_network_net_dev_group{device="vethc20d812"} 0 node_network_net_dev_group{device="vethc22a5c0"} 0 node_network_net_dev_group{device="vethc239fc6"} 0 node_network_net_dev_group{device="vethc311203"} 0 node_network_net_dev_group{device="vethc3412aa"} 0 node_network_net_dev_group{device="vethc3f0337"} 0 node_network_net_dev_group{device="vethc42048e"} 0 node_network_net_dev_group{device="vethc4617ba"} 0 node_network_net_dev_group{device="vethc498aec"} 0 node_network_net_dev_group{device="vethc4f407f"} 0 node_network_net_dev_group{device="vethc554c32"} 0 node_network_net_dev_group{device="vethc5aaafd"} 0 node_network_net_dev_group{device="vethc5ace02"} 0 node_network_net_dev_group{device="vethc5b36ba"} 0 node_network_net_dev_group{device="vethc5dd649"} 0 node_network_net_dev_group{device="vethc5eb73b"} 0 node_network_net_dev_group{device="vethc5eca53"} 0 node_network_net_dev_group{device="vethc68deb2"} 0 node_network_net_dev_group{device="vethc69e5b9"} 0 node_network_net_dev_group{device="vethc6fe840"} 0 node_network_net_dev_group{device="vethc7016cb"} 0 node_network_net_dev_group{device="vethc75d66d"} 0 node_network_net_dev_group{device="vethc790a6e"} 0 node_network_net_dev_group{device="vethc84e290"} 0 node_network_net_dev_group{device="vethc8739b3"} 0 node_network_net_dev_group{device="vethc87da99"} 0 node_network_net_dev_group{device="vethc88bbcf"} 0 node_network_net_dev_group{device="vethc928fb9"} 0 node_network_net_dev_group{device="vethc959280"} 0 node_network_net_dev_group{device="vethc97be75"} 0 node_network_net_dev_group{device="vethc99df73"} 0 node_network_net_dev_group{device="vethc9e1b23"} 0 node_network_net_dev_group{device="vethca8e8cd"} 0 node_network_net_dev_group{device="vethcb7fed6"} 0 node_network_net_dev_group{device="vethcb89e48"} 0 node_network_net_dev_group{device="vethcc43237"} 0 node_network_net_dev_group{device="vethcc4fef3"} 0 node_network_net_dev_group{device="vethcc7f6ac"} 0 node_network_net_dev_group{device="vethccb9f9c"} 0 node_network_net_dev_group{device="vethccdb53f"} 0 node_network_net_dev_group{device="vethcd6e0c9"} 0 node_network_net_dev_group{device="vethce1a2f7"} 0 node_network_net_dev_group{device="vethce4e99b"} 0 node_network_net_dev_group{device="vethce521ba"} 0 node_network_net_dev_group{device="vethcf53b01"} 0 node_network_net_dev_group{device="vethcfd9fe1"} 0 node_network_net_dev_group{device="vethd0b2173"} 0 node_network_net_dev_group{device="vethd0f1488"} 0 node_network_net_dev_group{device="vethd0f34e4"} 0 node_network_net_dev_group{device="vethd0ffc64"} 0 node_network_net_dev_group{device="vethd1ec6d3"} 0 node_network_net_dev_group{device="vethd2010fb"} 0 node_network_net_dev_group{device="vethd2deb54"} 0 node_network_net_dev_group{device="vethd2f4531"} 0 node_network_net_dev_group{device="vethd34362b"} 0 node_network_net_dev_group{device="vethd347820"} 0 node_network_net_dev_group{device="vethd3608f1"} 0 node_network_net_dev_group{device="vethd42c82d"} 0 node_network_net_dev_group{device="vethd45b81a"} 0 node_network_net_dev_group{device="vethd466b1f"} 0 node_network_net_dev_group{device="vethd49c6b2"} 0 node_network_net_dev_group{device="vethd5344cc"} 0 node_network_net_dev_group{device="vethd60e2bd"} 0 node_network_net_dev_group{device="vethd64322f"} 0 node_network_net_dev_group{device="vethd65b5b3"} 0 node_network_net_dev_group{device="vethd681481"} 0 node_network_net_dev_group{device="vethd6ceb54"} 0 node_network_net_dev_group{device="vethd6fa258"} 0 node_network_net_dev_group{device="vethd71b7e5"} 0 node_network_net_dev_group{device="vethd752c61"} 0 node_network_net_dev_group{device="vethd760c58"} 0 node_network_net_dev_group{device="vethd768a42"} 0 node_network_net_dev_group{device="vethd76e941"} 0 node_network_net_dev_group{device="vethd81eb6c"} 0 node_network_net_dev_group{device="vethd868ed3"} 0 node_network_net_dev_group{device="vethd8a170f"} 0 node_network_net_dev_group{device="vethd8b4b5b"} 0 node_network_net_dev_group{device="vethd97f7eb"} 0 node_network_net_dev_group{device="vethd9c86a8"} 0 node_network_net_dev_group{device="vethda452a5"} 0 node_network_net_dev_group{device="vethdaa52c9"} 0 node_network_net_dev_group{device="vethdae085c"} 0 node_network_net_dev_group{device="vethdb552be"} 0 node_network_net_dev_group{device="vethdba1b3a"} 0 node_network_net_dev_group{device="vethdc4d810"} 0 node_network_net_dev_group{device="vethdd1fe39"} 0 node_network_net_dev_group{device="vethdd25bde"} 0 node_network_net_dev_group{device="vethdd3daca"} 0 node_network_net_dev_group{device="vethdd432a7"} 0 node_network_net_dev_group{device="vethdd77089"} 0 node_network_net_dev_group{device="vethdd88546"} 0 node_network_net_dev_group{device="vethdda7569"} 0 node_network_net_dev_group{device="vethddb4b12"} 0 node_network_net_dev_group{device="vethde79ae2"} 0 node_network_net_dev_group{device="vethde8673b"} 0 node_network_net_dev_group{device="vethdf825a0"} 0 node_network_net_dev_group{device="vethdf861f8"} 0 node_network_net_dev_group{device="vethdfcbb7b"} 0 node_network_net_dev_group{device="vethe028419"} 0 node_network_net_dev_group{device="vethe05e953"} 0 node_network_net_dev_group{device="vethe0c38b7"} 0 node_network_net_dev_group{device="vethe101bab"} 0 node_network_net_dev_group{device="vethe1189bd"} 0 node_network_net_dev_group{device="vethe13fa27"} 0 node_network_net_dev_group{device="vethe177f5b"} 0 node_network_net_dev_group{device="vethe1ebb25"} 0 node_network_net_dev_group{device="vethe209306"} 0 node_network_net_dev_group{device="vethe33aa29"} 0 node_network_net_dev_group{device="vethe38290a"} 0 node_network_net_dev_group{device="vethe39934f"} 0 node_network_net_dev_group{device="vethe39dd06"} 0 node_network_net_dev_group{device="vethe45952d"} 0 node_network_net_dev_group{device="vethe54bc00"} 0 node_network_net_dev_group{device="vethe5621bc"} 0 node_network_net_dev_group{device="vethe5723c0"} 0 node_network_net_dev_group{device="vethe64b47d"} 0 node_network_net_dev_group{device="vethe660bdb"} 0 node_network_net_dev_group{device="vethe6b515e"} 0 node_network_net_dev_group{device="vethe6e8924"} 0 node_network_net_dev_group{device="vethe6f5fae"} 0 node_network_net_dev_group{device="vethe7dc6b0"} 0 node_network_net_dev_group{device="vethe7e6bbf"} 0 node_network_net_dev_group{device="vethe8000ea"} 0 node_network_net_dev_group{device="vethe8094b1"} 0 node_network_net_dev_group{device="vethe8551b4"} 0 node_network_net_dev_group{device="vethe8c6bde"} 0 node_network_net_dev_group{device="vethe8f63bd"} 0 node_network_net_dev_group{device="vethe93a649"} 0 node_network_net_dev_group{device="vethe9de379"} 0 node_network_net_dev_group{device="vethe9ef82b"} 0 node_network_net_dev_group{device="vethea2004e"} 0 node_network_net_dev_group{device="vethea7b5b1"} 0 node_network_net_dev_group{device="vetheafba5d"} 0 node_network_net_dev_group{device="vetheafdff8"} 0 node_network_net_dev_group{device="vetheb96a22"} 0 node_network_net_dev_group{device="vethec666e8"} 0 node_network_net_dev_group{device="vethed11450"} 0 node_network_net_dev_group{device="vethed19b20"} 0 node_network_net_dev_group{device="vethed3ab9d"} 0 node_network_net_dev_group{device="vetheddb648"} 0 node_network_net_dev_group{device="vethedeec24"} 0 node_network_net_dev_group{device="vethedf40f5"} 0 node_network_net_dev_group{device="vetheefaddf"} 0 node_network_net_dev_group{device="vethef58697"} 0 node_network_net_dev_group{device="vethefe8ba7"} 0 node_network_net_dev_group{device="vethf09ac69"} 0 node_network_net_dev_group{device="vethf14b507"} 0 node_network_net_dev_group{device="vethf14bf3b"} 0 node_network_net_dev_group{device="vethf14e041"} 0 node_network_net_dev_group{device="vethf185ebb"} 0 node_network_net_dev_group{device="vethf2509ba"} 0 node_network_net_dev_group{device="vethf25387f"} 0 node_network_net_dev_group{device="vethf2a6c87"} 0 node_network_net_dev_group{device="vethf2b1dab"} 0 node_network_net_dev_group{device="vethf2badff"} 0 node_network_net_dev_group{device="vethf33a028"} 0 node_network_net_dev_group{device="vethf342283"} 0 node_network_net_dev_group{device="vethf47c7ff"} 0 node_network_net_dev_group{device="vethf4ac138"} 0 node_network_net_dev_group{device="vethf4b1b2a"} 0 node_network_net_dev_group{device="vethf4bd777"} 0 node_network_net_dev_group{device="vethf5aeeda"} 0 node_network_net_dev_group{device="vethf5e58af"} 0 node_network_net_dev_group{device="vethf60f5e6"} 0 node_network_net_dev_group{device="vethf63a7c4"} 0 node_network_net_dev_group{device="vethf6bd349"} 0 node_network_net_dev_group{device="vethf6ce5b6"} 0 node_network_net_dev_group{device="vethf7684fa"} 0 node_network_net_dev_group{device="vethf7e9d2c"} 0 node_network_net_dev_group{device="vethf8128a9"} 0 node_network_net_dev_group{device="vethf81e612"} 0 node_network_net_dev_group{device="vethf855174"} 0 node_network_net_dev_group{device="vethf894d6d"} 0 node_network_net_dev_group{device="vethf979695"} 0 node_network_net_dev_group{device="vethf98530e"} 0 node_network_net_dev_group{device="vethf9986ef"} 0 node_network_net_dev_group{device="vethf9b3f86"} 0 node_network_net_dev_group{device="vethfb8b857"} 0 node_network_net_dev_group{device="vethfb9458b"} 0 node_network_net_dev_group{device="vethfbf1832"} 0 node_network_net_dev_group{device="vethfbf1a8f"} 0 node_network_net_dev_group{device="vethfc87a12"} 0 node_network_net_dev_group{device="vethfc9a925"} 0 node_network_net_dev_group{device="vethfcccc71"} 0 node_network_net_dev_group{device="vethfd1bace"} 0 node_network_net_dev_group{device="vethfd1daa5"} 0 node_network_net_dev_group{device="vethfd685e4"} 0 node_network_net_dev_group{device="vethfdacab6"} 0 node_network_net_dev_group{device="vethfe15339"} 0 node_network_net_dev_group{device="vethfe36666"} 0 node_network_net_dev_group{device="vethfe7040e"} 0 node_network_net_dev_group{device="vethfec16de"} 0 node_network_net_dev_group{device="vethfedbea0"} 0 node_network_net_dev_group{device="vethff12d55"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-02823e0b21f8"} 1 node_network_protocol_type{device="br-04cbf9ad21fb"} 1 node_network_protocol_type{device="br-07e352042c28"} 1 node_network_protocol_type{device="br-08dd0c9852c8"} 1 node_network_protocol_type{device="br-0a8e30067c8e"} 1 node_network_protocol_type{device="br-0b7a81bcb7e3"} 1 node_network_protocol_type{device="br-0bcc3cc90f11"} 1 node_network_protocol_type{device="br-0d9fdd0cf163"} 1 node_network_protocol_type{device="br-159df358c552"} 1 node_network_protocol_type{device="br-15dab3c5a2fb"} 1 node_network_protocol_type{device="br-19518ca3b773"} 1 node_network_protocol_type{device="br-1a025aacb82b"} 1 node_network_protocol_type{device="br-1b283e1e5128"} 1 node_network_protocol_type{device="br-1ba83a528099"} 1 node_network_protocol_type{device="br-1c3bd3909a8a"} 1 node_network_protocol_type{device="br-1c535b11677a"} 1 node_network_protocol_type{device="br-1de64be72380"} 1 node_network_protocol_type{device="br-208ab78feaa3"} 1 node_network_protocol_type{device="br-217d6415a970"} 1 node_network_protocol_type{device="br-27771a4b5e1c"} 1 node_network_protocol_type{device="br-2860d01a9c36"} 1 node_network_protocol_type{device="br-28853d2b1974"} 1 node_network_protocol_type{device="br-2cd18bfafc5e"} 1 node_network_protocol_type{device="br-2f10de396682"} 1 node_network_protocol_type{device="br-349eb65873d4"} 1 node_network_protocol_type{device="br-3718da5a7dac"} 1 node_network_protocol_type{device="br-37f17f8c2f41"} 1 node_network_protocol_type{device="br-39ee20d64532"} 1 node_network_protocol_type{device="br-3a7803651a32"} 1 node_network_protocol_type{device="br-3b46cefe7982"} 1 node_network_protocol_type{device="br-3d8e222ceb4d"} 1 node_network_protocol_type{device="br-3d9cd1c09975"} 1 node_network_protocol_type{device="br-3db3cc2bc444"} 1 node_network_protocol_type{device="br-3e66b6d4d599"} 1 node_network_protocol_type{device="br-3ee00523d99d"} 1 node_network_protocol_type{device="br-402682b9212c"} 1 node_network_protocol_type{device="br-447189b64663"} 1 node_network_protocol_type{device="br-44fbf271d024"} 1 node_network_protocol_type{device="br-458514748e86"} 1 node_network_protocol_type{device="br-483851ad6d82"} 1 node_network_protocol_type{device="br-4b6104651907"} 1 node_network_protocol_type{device="br-4dbe0bd05d7e"} 1 node_network_protocol_type{device="br-4fac6072ea97"} 1 node_network_protocol_type{device="br-5064110da1f6"} 1 node_network_protocol_type{device="br-52ce8deae651"} 1 node_network_protocol_type{device="br-559d36b72748"} 1 node_network_protocol_type{device="br-56145531d617"} 1 node_network_protocol_type{device="br-566d230839cf"} 1 node_network_protocol_type{device="br-56a5fa614b52"} 1 node_network_protocol_type{device="br-5748fcd1e7ca"} 1 node_network_protocol_type{device="br-595b89a771c2"} 1 node_network_protocol_type{device="br-59aa9f4171dd"} 1 node_network_protocol_type{device="br-5a1c61a6d482"} 1 node_network_protocol_type{device="br-5b324be20854"} 1 node_network_protocol_type{device="br-5f11f2c9115a"} 1 node_network_protocol_type{device="br-606bd002e3a4"} 1 node_network_protocol_type{device="br-61e477cf95da"} 1 node_network_protocol_type{device="br-65df7dba5a66"} 1 node_network_protocol_type{device="br-6654a6f415ef"} 1 node_network_protocol_type{device="br-665d979d60c7"} 1 node_network_protocol_type{device="br-6746be184829"} 1 node_network_protocol_type{device="br-67b6f2b09055"} 1 node_network_protocol_type{device="br-6d59a9037e7f"} 1 node_network_protocol_type{device="br-6e8e8bec63f7"} 1 node_network_protocol_type{device="br-6fdd4f05699e"} 1 node_network_protocol_type{device="br-70a43ddb765f"} 1 node_network_protocol_type{device="br-7151fb21ebc7"} 1 node_network_protocol_type{device="br-757cf8ccd099"} 1 node_network_protocol_type{device="br-7783edd4fb63"} 1 node_network_protocol_type{device="br-7967b93cb965"} 1 node_network_protocol_type{device="br-7a05c4b4c71c"} 1 node_network_protocol_type{device="br-7f1c0840c41b"} 1 node_network_protocol_type{device="br-8291479ee6f8"} 1 node_network_protocol_type{device="br-82b59b3e5c30"} 1 node_network_protocol_type{device="br-831a310fd395"} 1 node_network_protocol_type{device="br-832e21b6735f"} 1 node_network_protocol_type{device="br-84962c4a05ff"} 1 node_network_protocol_type{device="br-89456f9f0577"} 1 node_network_protocol_type{device="br-8c90f08921d2"} 1 node_network_protocol_type{device="br-8d1ae48ba56b"} 1 node_network_protocol_type{device="br-8d5f8dfdd165"} 1 node_network_protocol_type{device="br-8f019a492357"} 1 node_network_protocol_type{device="br-8f2fb4b87f97"} 1 node_network_protocol_type{device="br-9122d919d3da"} 1 node_network_protocol_type{device="br-91e32aebc9b9"} 1 node_network_protocol_type{device="br-973daca1c7c2"} 1 node_network_protocol_type{device="br-98551e817ad3"} 1 node_network_protocol_type{device="br-a01a29421e12"} 1 node_network_protocol_type{device="br-a194f29d52a3"} 1 node_network_protocol_type{device="br-a19b8bbcb4ba"} 1 node_network_protocol_type{device="br-a384ecbfdb6c"} 1 node_network_protocol_type{device="br-a5d1efbd6302"} 1 node_network_protocol_type{device="br-a9242a3d7305"} 1 node_network_protocol_type{device="br-ab4fc0c8f205"} 1 node_network_protocol_type{device="br-ac5441a8184d"} 1 node_network_protocol_type{device="br-ad296b058e6c"} 1 node_network_protocol_type{device="br-b0d3385258be"} 1 node_network_protocol_type{device="br-b5cc1abc8af1"} 1 node_network_protocol_type{device="br-b84a81030c46"} 1 node_network_protocol_type{device="br-b9ddcd38e3d5"} 1 node_network_protocol_type{device="br-bbf479fecfd1"} 1 node_network_protocol_type{device="br-bf24405639d1"} 1 node_network_protocol_type{device="br-bf75749e355d"} 1 node_network_protocol_type{device="br-bfa260e794d9"} 1 node_network_protocol_type{device="br-c121b68147b6"} 1 node_network_protocol_type{device="br-c1af548193f3"} 1 node_network_protocol_type{device="br-c60789b54f4a"} 1 node_network_protocol_type{device="br-c7ec91768290"} 1 node_network_protocol_type{device="br-c8047895107e"} 1 node_network_protocol_type{device="br-c8dc093516dd"} 1 node_network_protocol_type{device="br-c9441662f35b"} 1 node_network_protocol_type{device="br-cca3eb0bd63d"} 1 node_network_protocol_type{device="br-cfa83479df17"} 1 node_network_protocol_type{device="br-cfa8e5dacf79"} 1 node_network_protocol_type{device="br-d08110bc3e31"} 1 node_network_protocol_type{device="br-d286f920faa7"} 1 node_network_protocol_type{device="br-d36675741a6d"} 1 node_network_protocol_type{device="br-d4ad227661d1"} 1 node_network_protocol_type{device="br-d54d8e4f9ca5"} 1 node_network_protocol_type{device="br-d6aad0d2a913"} 1 node_network_protocol_type{device="br-dbca5566e641"} 1 node_network_protocol_type{device="br-dc87a7504ded"} 1 node_network_protocol_type{device="br-ddde99c88d06"} 1 node_network_protocol_type{device="br-e0e95d87f3e0"} 1 node_network_protocol_type{device="br-e5714f199361"} 1 node_network_protocol_type{device="br-e63b0d1593b5"} 1 node_network_protocol_type{device="br-e6ca372c02c0"} 1 node_network_protocol_type{device="br-ea12a1764685"} 1 node_network_protocol_type{device="br-edfd70c2aede"} 1 node_network_protocol_type{device="br-ef37d58f8fe1"} 1 node_network_protocol_type{device="br-f7269b4b25bf"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0009c48"} 1 node_network_protocol_type{device="veth0057f22"} 1 node_network_protocol_type{device="veth008ddfb"} 1 node_network_protocol_type{device="veth00e3c78"} 1 node_network_protocol_type{device="veth01c5e43"} 1 node_network_protocol_type{device="veth01d1acf"} 1 node_network_protocol_type{device="veth01f4e0b"} 1 node_network_protocol_type{device="veth02fa58b"} 1 node_network_protocol_type{device="veth032511c"} 1 node_network_protocol_type{device="veth032853a"} 1 node_network_protocol_type{device="veth0379a17"} 1 node_network_protocol_type{device="veth039b82d"} 1 node_network_protocol_type{device="veth03dd035"} 1 node_network_protocol_type{device="veth04159af"} 1 node_network_protocol_type{device="veth041f04f"} 1 node_network_protocol_type{device="veth048c9d9"} 1 node_network_protocol_type{device="veth0521f31"} 1 node_network_protocol_type{device="veth059040d"} 1 node_network_protocol_type{device="veth05a06a7"} 1 node_network_protocol_type{device="veth067e6e9"} 1 node_network_protocol_type{device="veth06e31b1"} 1 node_network_protocol_type{device="veth06f27a2"} 1 node_network_protocol_type{device="veth07a049d"} 1 node_network_protocol_type{device="veth0808d98"} 1 node_network_protocol_type{device="veth0886055"} 1 node_network_protocol_type{device="veth08ae0d6"} 1 node_network_protocol_type{device="veth096258a"} 1 node_network_protocol_type{device="veth0b64779"} 1 node_network_protocol_type{device="veth0bfbe46"} 1 node_network_protocol_type{device="veth0d263b9"} 1 node_network_protocol_type{device="veth0d26989"} 1 node_network_protocol_type{device="veth0e4628c"} 1 node_network_protocol_type{device="veth0e6c375"} 1 node_network_protocol_type{device="veth0e86ab7"} 1 node_network_protocol_type{device="veth0ec88d9"} 1 node_network_protocol_type{device="veth0f039e4"} 1 node_network_protocol_type{device="veth0f6e4c2"} 1 node_network_protocol_type{device="veth0f8da12"} 1 node_network_protocol_type{device="veth0fc3400"} 1 node_network_protocol_type{device="veth0fe6ce8"} 1 node_network_protocol_type{device="veth100d8fb"} 1 node_network_protocol_type{device="veth107e808"} 1 node_network_protocol_type{device="veth1093ea4"} 1 node_network_protocol_type{device="veth10e276d"} 1 node_network_protocol_type{device="veth11210db"} 1 node_network_protocol_type{device="veth11507a2"} 1 node_network_protocol_type{device="veth115219d"} 1 node_network_protocol_type{device="veth12b4062"} 1 node_network_protocol_type{device="veth13756cd"} 1 node_network_protocol_type{device="veth1380211"} 1 node_network_protocol_type{device="veth139d69d"} 1 node_network_protocol_type{device="veth148ba09"} 1 node_network_protocol_type{device="veth1498546"} 1 node_network_protocol_type{device="veth1568435"} 1 node_network_protocol_type{device="veth182b299"} 1 node_network_protocol_type{device="veth1a57969"} 1 node_network_protocol_type{device="veth1a5d00b"} 1 node_network_protocol_type{device="veth1aee0c9"} 1 node_network_protocol_type{device="veth1af829a"} 1 node_network_protocol_type{device="veth1af887e"} 1 node_network_protocol_type{device="veth1bb281d"} 1 node_network_protocol_type{device="veth1be69a9"} 1 node_network_protocol_type{device="veth1c2382f"} 1 node_network_protocol_type{device="veth1c86f94"} 1 node_network_protocol_type{device="veth1cd53f4"} 1 node_network_protocol_type{device="veth1d5e1a4"} 1 node_network_protocol_type{device="veth1dc4860"} 1 node_network_protocol_type{device="veth1dea2fe"} 1 node_network_protocol_type{device="veth1e7f00c"} 1 node_network_protocol_type{device="veth1ec0310"} 1 node_network_protocol_type{device="veth1fda973"} 1 node_network_protocol_type{device="veth1fe94a9"} 1 node_network_protocol_type{device="veth20489bb"} 1 node_network_protocol_type{device="veth20787b5"} 1 node_network_protocol_type{device="veth208ca1a"} 1 node_network_protocol_type{device="veth21c0fe7"} 1 node_network_protocol_type{device="veth2214e42"} 1 node_network_protocol_type{device="veth228bd69"} 1 node_network_protocol_type{device="veth229b6d4"} 1 node_network_protocol_type{device="veth22f2fec"} 1 node_network_protocol_type{device="veth231c261"} 1 node_network_protocol_type{device="veth231d40e"} 1 node_network_protocol_type{device="veth232533d"} 1 node_network_protocol_type{device="veth235d53e"} 1 node_network_protocol_type{device="veth237b6c4"} 1 node_network_protocol_type{device="veth23e1e40"} 1 node_network_protocol_type{device="veth24fc934"} 1 node_network_protocol_type{device="veth25d516d"} 1 node_network_protocol_type{device="veth268dc93"} 1 node_network_protocol_type{device="veth279aa19"} 1 node_network_protocol_type{device="veth27a3e0d"} 1 node_network_protocol_type{device="veth27aa3e1"} 1 node_network_protocol_type{device="veth27bf25e"} 1 node_network_protocol_type{device="veth27eb3a1"} 1 node_network_protocol_type{device="veth2817a39"} 1 node_network_protocol_type{device="veth298a150"} 1 node_network_protocol_type{device="veth29e1cdf"} 1 node_network_protocol_type{device="veth2a938c7"} 1 node_network_protocol_type{device="veth2b6f776"} 1 node_network_protocol_type{device="veth2bea18d"} 1 node_network_protocol_type{device="veth2cb2aa6"} 1 node_network_protocol_type{device="veth2cc6b5d"} 1 node_network_protocol_type{device="veth2cd33a1"} 1 node_network_protocol_type{device="veth2d03ca6"} 1 node_network_protocol_type{device="veth2d2c9f2"} 1 node_network_protocol_type{device="veth2d41a73"} 1 node_network_protocol_type{device="veth2d9918b"} 1 node_network_protocol_type{device="veth2e4245c"} 1 node_network_protocol_type{device="veth2e5029d"} 1 node_network_protocol_type{device="veth2eac8e4"} 1 node_network_protocol_type{device="veth2eb60e4"} 1 node_network_protocol_type{device="veth2f1ad78"} 1 node_network_protocol_type{device="veth2f899b3"} 1 node_network_protocol_type{device="veth2f9b6e7"} 1 node_network_protocol_type{device="veth2f9e651"} 1 node_network_protocol_type{device="veth2ffb90c"} 1 node_network_protocol_type{device="veth305c11f"} 1 node_network_protocol_type{device="veth30b95b0"} 1 node_network_protocol_type{device="veth3110731"} 1 node_network_protocol_type{device="veth315b30d"} 1 node_network_protocol_type{device="veth3168355"} 1 node_network_protocol_type{device="veth3245e1c"} 1 node_network_protocol_type{device="veth329ca59"} 1 node_network_protocol_type{device="veth32da86b"} 1 node_network_protocol_type{device="veth32f0bd7"} 1 node_network_protocol_type{device="veth33d65d5"} 1 node_network_protocol_type{device="veth33d87e8"} 1 node_network_protocol_type{device="veth3540510"} 1 node_network_protocol_type{device="veth354d054"} 1 node_network_protocol_type{device="veth357116f"} 1 node_network_protocol_type{device="veth35886d9"} 1 node_network_protocol_type{device="veth358dbf2"} 1 node_network_protocol_type{device="veth359cbb7"} 1 node_network_protocol_type{device="veth359d04a"} 1 node_network_protocol_type{device="veth35b4532"} 1 node_network_protocol_type{device="veth37d058e"} 1 node_network_protocol_type{device="veth37de2e1"} 1 node_network_protocol_type{device="veth37e7130"} 1 node_network_protocol_type{device="veth3823199"} 1 node_network_protocol_type{device="veth38668ad"} 1 node_network_protocol_type{device="veth3899e00"} 1 node_network_protocol_type{device="veth38af7f4"} 1 node_network_protocol_type{device="veth38c06e7"} 1 node_network_protocol_type{device="veth391740a"} 1 node_network_protocol_type{device="veth3961560"} 1 node_network_protocol_type{device="veth39a84d1"} 1 node_network_protocol_type{device="veth39ec3c6"} 1 node_network_protocol_type{device="veth39f418e"} 1 node_network_protocol_type{device="veth39f7983"} 1 node_network_protocol_type{device="veth3a04f6c"} 1 node_network_protocol_type{device="veth3a28292"} 1 node_network_protocol_type{device="veth3ab5921"} 1 node_network_protocol_type{device="veth3b81dbc"} 1 node_network_protocol_type{device="veth3be47e3"} 1 node_network_protocol_type{device="veth3bf1c8d"} 1 node_network_protocol_type{device="veth3c3790f"} 1 node_network_protocol_type{device="veth3d221c4"} 1 node_network_protocol_type{device="veth3d60dba"} 1 node_network_protocol_type{device="veth3de6d9c"} 1 node_network_protocol_type{device="veth3df8638"} 1 node_network_protocol_type{device="veth3e0fb0b"} 1 node_network_protocol_type{device="veth3ebb118"} 1 node_network_protocol_type{device="veth3ef3733"} 1 node_network_protocol_type{device="veth3f0586e"} 1 node_network_protocol_type{device="veth3f38956"} 1 node_network_protocol_type{device="veth3f3ac76"} 1 node_network_protocol_type{device="veth3f41be9"} 1 node_network_protocol_type{device="veth3f6e007"} 1 node_network_protocol_type{device="veth406e4fd"} 1 node_network_protocol_type{device="veth4179d44"} 1 node_network_protocol_type{device="veth419db48"} 1 node_network_protocol_type{device="veth41a5dd6"} 1 node_network_protocol_type{device="veth41cd559"} 1 node_network_protocol_type{device="veth41d7f45"} 1 node_network_protocol_type{device="veth423f820"} 1 node_network_protocol_type{device="veth42a984b"} 1 node_network_protocol_type{device="veth4314bf5"} 1 node_network_protocol_type{device="veth43e182c"} 1 node_network_protocol_type{device="veth4413734"} 1 node_network_protocol_type{device="veth450a62c"} 1 node_network_protocol_type{device="veth450c1a7"} 1 node_network_protocol_type{device="veth4580c7e"} 1 node_network_protocol_type{device="veth45d2560"} 1 node_network_protocol_type{device="veth4600cbe"} 1 node_network_protocol_type{device="veth4622c58"} 1 node_network_protocol_type{device="veth47275f8"} 1 node_network_protocol_type{device="veth472cfec"} 1 node_network_protocol_type{device="veth47a0f99"} 1 node_network_protocol_type{device="veth48050a3"} 1 node_network_protocol_type{device="veth484e5a7"} 1 node_network_protocol_type{device="veth487c580"} 1 node_network_protocol_type{device="veth48bbb3e"} 1 node_network_protocol_type{device="veth48c9eb6"} 1 node_network_protocol_type{device="veth48fa74a"} 1 node_network_protocol_type{device="veth4919473"} 1 node_network_protocol_type{device="veth491f00e"} 1 node_network_protocol_type{device="veth4971f59"} 1 node_network_protocol_type{device="veth49a95ae"} 1 node_network_protocol_type{device="veth4a773af"} 1 node_network_protocol_type{device="veth4a8a86b"} 1 node_network_protocol_type{device="veth4b8fe58"} 1 node_network_protocol_type{device="veth4bdb4d9"} 1 node_network_protocol_type{device="veth4bf3046"} 1 node_network_protocol_type{device="veth4d292f2"} 1 node_network_protocol_type{device="veth4d2cca3"} 1 node_network_protocol_type{device="veth4d31c40"} 1 node_network_protocol_type{device="veth4d49f16"} 1 node_network_protocol_type{device="veth4d6ffca"} 1 node_network_protocol_type{device="veth4e685b7"} 1 node_network_protocol_type{device="veth4eb2990"} 1 node_network_protocol_type{device="veth4ef981b"} 1 node_network_protocol_type{device="veth4f30eb7"} 1 node_network_protocol_type{device="veth4f61226"} 1 node_network_protocol_type{device="veth4ff09ee"} 1 node_network_protocol_type{device="veth5054e93"} 1 node_network_protocol_type{device="veth50865f9"} 1 node_network_protocol_type{device="veth5088dc3"} 1 node_network_protocol_type{device="veth519857b"} 1 node_network_protocol_type{device="veth51d9ece"} 1 node_network_protocol_type{device="veth5210908"} 1 node_network_protocol_type{device="veth5284787"} 1 node_network_protocol_type{device="veth52cfc45"} 1 node_network_protocol_type{device="veth52e330e"} 1 node_network_protocol_type{device="veth5365cc9"} 1 node_network_protocol_type{device="veth54e9292"} 1 node_network_protocol_type{device="veth564c8a0"} 1 node_network_protocol_type{device="veth5675ed9"} 1 node_network_protocol_type{device="veth56f8c0c"} 1 node_network_protocol_type{device="veth57d2b8b"} 1 node_network_protocol_type{device="veth57d676c"} 1 node_network_protocol_type{device="veth57ec583"} 1 node_network_protocol_type{device="veth5804bd9"} 1 node_network_protocol_type{device="veth58598dd"} 1 node_network_protocol_type{device="veth58b55e5"} 1 node_network_protocol_type{device="veth5965e63"} 1 node_network_protocol_type{device="veth5aa30fc"} 1 node_network_protocol_type{device="veth5ac6b24"} 1 node_network_protocol_type{device="veth5af51bd"} 1 node_network_protocol_type{device="veth5afbbb6"} 1 node_network_protocol_type{device="veth5bbabc3"} 1 node_network_protocol_type{device="veth5bdd045"} 1 node_network_protocol_type{device="veth5c571c8"} 1 node_network_protocol_type{device="veth5c61f57"} 1 node_network_protocol_type{device="veth5d012dd"} 1 node_network_protocol_type{device="veth5e12c5b"} 1 node_network_protocol_type{device="veth5e4f007"} 1 node_network_protocol_type{device="veth5ee2818"} 1 node_network_protocol_type{device="veth5f39032"} 1 node_network_protocol_type{device="veth5f4e2d0"} 1 node_network_protocol_type{device="veth5fc3d12"} 1 node_network_protocol_type{device="veth61185ee"} 1 node_network_protocol_type{device="veth6131e75"} 1 node_network_protocol_type{device="veth6168483"} 1 node_network_protocol_type{device="veth6250a44"} 1 node_network_protocol_type{device="veth62645db"} 1 node_network_protocol_type{device="veth626da15"} 1 node_network_protocol_type{device="veth6280f39"} 1 node_network_protocol_type{device="veth629c943"} 1 node_network_protocol_type{device="veth62adda3"} 1 node_network_protocol_type{device="veth634d1ed"} 1 node_network_protocol_type{device="veth6453baa"} 1 node_network_protocol_type{device="veth64c3431"} 1 node_network_protocol_type{device="veth651818e"} 1 node_network_protocol_type{device="veth651c5d0"} 1 node_network_protocol_type{device="veth65337b2"} 1 node_network_protocol_type{device="veth65c360e"} 1 node_network_protocol_type{device="veth6630733"} 1 node_network_protocol_type{device="veth66b7fed"} 1 node_network_protocol_type{device="veth670d042"} 1 node_network_protocol_type{device="veth6774070"} 1 node_network_protocol_type{device="veth67e3876"} 1 node_network_protocol_type{device="veth684d2c7"} 1 node_network_protocol_type{device="veth688908c"} 1 node_network_protocol_type{device="veth6898f5c"} 1 node_network_protocol_type{device="veth68fd89d"} 1 node_network_protocol_type{device="veth690503f"} 1 node_network_protocol_type{device="veth69a31f5"} 1 node_network_protocol_type{device="veth69cb16e"} 1 node_network_protocol_type{device="veth69d3433"} 1 node_network_protocol_type{device="veth69f30b8"} 1 node_network_protocol_type{device="veth69f82f1"} 1 node_network_protocol_type{device="veth6a008e6"} 1 node_network_protocol_type{device="veth6a08252"} 1 node_network_protocol_type{device="veth6a552ae"} 1 node_network_protocol_type{device="veth6a9654d"} 1 node_network_protocol_type{device="veth6ac2ad5"} 1 node_network_protocol_type{device="veth6b2d933"} 1 node_network_protocol_type{device="veth6b3dad4"} 1 node_network_protocol_type{device="veth6b52f37"} 1 node_network_protocol_type{device="veth6befc8c"} 1 node_network_protocol_type{device="veth6c33543"} 1 node_network_protocol_type{device="veth6c58b6c"} 1 node_network_protocol_type{device="veth6c5ad94"} 1 node_network_protocol_type{device="veth6ca3495"} 1 node_network_protocol_type{device="veth6ce5f51"} 1 node_network_protocol_type{device="veth6d0a089"} 1 node_network_protocol_type{device="veth6d3ac08"} 1 node_network_protocol_type{device="veth6e44940"} 1 node_network_protocol_type{device="veth6e6c1f7"} 1 node_network_protocol_type{device="veth6ed1d48"} 1 node_network_protocol_type{device="veth70c4d49"} 1 node_network_protocol_type{device="veth71776a8"} 1 node_network_protocol_type{device="veth7188a44"} 1 node_network_protocol_type{device="veth718a7eb"} 1 node_network_protocol_type{device="veth71ffa2e"} 1 node_network_protocol_type{device="veth72d266b"} 1 node_network_protocol_type{device="veth73369bb"} 1 node_network_protocol_type{device="veth73b2056"} 1 node_network_protocol_type{device="veth73ead52"} 1 node_network_protocol_type{device="veth7429a6e"} 1 node_network_protocol_type{device="veth745dadb"} 1 node_network_protocol_type{device="veth750eb48"} 1 node_network_protocol_type{device="veth752218d"} 1 node_network_protocol_type{device="veth757493a"} 1 node_network_protocol_type{device="veth757efe6"} 1 node_network_protocol_type{device="veth757fccd"} 1 node_network_protocol_type{device="veth75e9ad3"} 1 node_network_protocol_type{device="veth760c07f"} 1 node_network_protocol_type{device="veth7632291"} 1 node_network_protocol_type{device="veth76dc8a9"} 1 node_network_protocol_type{device="veth76f5b59"} 1 node_network_protocol_type{device="veth7708a2a"} 1 node_network_protocol_type{device="veth7731308"} 1 node_network_protocol_type{device="veth774a0cf"} 1 node_network_protocol_type{device="veth7758da8"} 1 node_network_protocol_type{device="veth77f5539"} 1 node_network_protocol_type{device="veth78a6a45"} 1 node_network_protocol_type{device="veth78df8ba"} 1 node_network_protocol_type{device="veth797e46a"} 1 node_network_protocol_type{device="veth79e6c25"} 1 node_network_protocol_type{device="veth79ef071"} 1 node_network_protocol_type{device="veth7a37e75"} 1 node_network_protocol_type{device="veth7a4ee0a"} 1 node_network_protocol_type{device="veth7a84b20"} 1 node_network_protocol_type{device="veth7a8d1bc"} 1 node_network_protocol_type{device="veth7b5aa98"} 1 node_network_protocol_type{device="veth7b76de0"} 1 node_network_protocol_type{device="veth7bbc3fb"} 1 node_network_protocol_type{device="veth7bdbf78"} 1 node_network_protocol_type{device="veth7c00c6f"} 1 node_network_protocol_type{device="veth7c170e8"} 1 node_network_protocol_type{device="veth7c79405"} 1 node_network_protocol_type{device="veth7c7c6a4"} 1 node_network_protocol_type{device="veth7c7edf8"} 1 node_network_protocol_type{device="veth7cd2b86"} 1 node_network_protocol_type{device="veth7ceb6c5"} 1 node_network_protocol_type{device="veth7d0a9c9"} 1 node_network_protocol_type{device="veth7da5a3d"} 1 node_network_protocol_type{device="veth7e7a5a2"} 1 node_network_protocol_type{device="veth7e90c50"} 1 node_network_protocol_type{device="veth7efb584"} 1 node_network_protocol_type{device="veth7efb9a4"} 1 node_network_protocol_type{device="veth7f219e6"} 1 node_network_protocol_type{device="veth7f349f1"} 1 node_network_protocol_type{device="veth7f7adf7"} 1 node_network_protocol_type{device="veth7fbccd1"} 1 node_network_protocol_type{device="veth7ff9da9"} 1 node_network_protocol_type{device="veth804203c"} 1 node_network_protocol_type{device="veth80abb3a"} 1 node_network_protocol_type{device="veth80bc918"} 1 node_network_protocol_type{device="veth80db113"} 1 node_network_protocol_type{device="veth8115deb"} 1 node_network_protocol_type{device="veth818e1b4"} 1 node_network_protocol_type{device="veth81cd17e"} 1 node_network_protocol_type{device="veth81e6903"} 1 node_network_protocol_type{device="veth81f0a15"} 1 node_network_protocol_type{device="veth824a73a"} 1 node_network_protocol_type{device="veth8286cb8"} 1 node_network_protocol_type{device="veth82bcac8"} 1 node_network_protocol_type{device="veth82c8314"} 1 node_network_protocol_type{device="veth82d54d6"} 1 node_network_protocol_type{device="veth82e7162"} 1 node_network_protocol_type{device="veth82f9bb2"} 1 node_network_protocol_type{device="veth83c076f"} 1 node_network_protocol_type{device="veth841b31f"} 1 node_network_protocol_type{device="veth8491d68"} 1 node_network_protocol_type{device="veth8575f2f"} 1 node_network_protocol_type{device="veth86b5718"} 1 node_network_protocol_type{device="veth86b8fa2"} 1 node_network_protocol_type{device="veth86c5967"} 1 node_network_protocol_type{device="veth86f7933"} 1 node_network_protocol_type{device="veth873a2e1"} 1 node_network_protocol_type{device="veth87bf2d7"} 1 node_network_protocol_type{device="veth87de5ef"} 1 node_network_protocol_type{device="veth880729a"} 1 node_network_protocol_type{device="veth8899f2d"} 1 node_network_protocol_type{device="veth89df824"} 1 node_network_protocol_type{device="veth8a757d1"} 1 node_network_protocol_type{device="veth8ac6051"} 1 node_network_protocol_type{device="veth8aec1f4"} 1 node_network_protocol_type{device="veth8bb71ef"} 1 node_network_protocol_type{device="veth8c359ba"} 1 node_network_protocol_type{device="veth8c3728a"} 1 node_network_protocol_type{device="veth8c3b2b4"} 1 node_network_protocol_type{device="veth8d365d7"} 1 node_network_protocol_type{device="veth8d79659"} 1 node_network_protocol_type{device="veth8e0aa38"} 1 node_network_protocol_type{device="veth8f8d551"} 1 node_network_protocol_type{device="veth8fbb10d"} 1 node_network_protocol_type{device="veth900bd70"} 1 node_network_protocol_type{device="veth902cadc"} 1 node_network_protocol_type{device="veth9047572"} 1 node_network_protocol_type{device="veth9057c62"} 1 node_network_protocol_type{device="veth9073787"} 1 node_network_protocol_type{device="veth9166eaa"} 1 node_network_protocol_type{device="veth9193b16"} 1 node_network_protocol_type{device="veth91a6689"} 1 node_network_protocol_type{device="veth91f1a12"} 1 node_network_protocol_type{device="veth91fabb4"} 1 node_network_protocol_type{device="veth9267946"} 1 node_network_protocol_type{device="veth9371418"} 1 node_network_protocol_type{device="veth93f3c9f"} 1 node_network_protocol_type{device="veth9488f04"} 1 node_network_protocol_type{device="veth948cd1e"} 1 node_network_protocol_type{device="veth951eef4"} 1 node_network_protocol_type{device="veth9675397"} 1 node_network_protocol_type{device="veth9681927"} 1 node_network_protocol_type{device="veth96e0471"} 1 node_network_protocol_type{device="veth98feb57"} 1 node_network_protocol_type{device="veth994a72a"} 1 node_network_protocol_type{device="veth9985b4e"} 1 node_network_protocol_type{device="veth99cdb12"} 1 node_network_protocol_type{device="veth9a9e7eb"} 1 node_network_protocol_type{device="veth9b18d92"} 1 node_network_protocol_type{device="veth9b23960"} 1 node_network_protocol_type{device="veth9bbbd3e"} 1 node_network_protocol_type{device="veth9bde175"} 1 node_network_protocol_type{device="veth9bed411"} 1 node_network_protocol_type{device="veth9c4e77f"} 1 node_network_protocol_type{device="veth9c9a350"} 1 node_network_protocol_type{device="veth9cb0c0f"} 1 node_network_protocol_type{device="veth9cfe767"} 1 node_network_protocol_type{device="veth9d35c37"} 1 node_network_protocol_type{device="veth9d674e8"} 1 node_network_protocol_type{device="veth9d8fc99"} 1 node_network_protocol_type{device="veth9d98eba"} 1 node_network_protocol_type{device="veth9da8b8d"} 1 node_network_protocol_type{device="veth9df3ecb"} 1 node_network_protocol_type{device="veth9e9fce6"} 1 node_network_protocol_type{device="veth9ed817d"} 1 node_network_protocol_type{device="veth9f3233d"} 1 node_network_protocol_type{device="veth9f82c51"} 1 node_network_protocol_type{device="veth9f8faa5"} 1 node_network_protocol_type{device="vetha0c1437"} 1 node_network_protocol_type{device="vetha0e80a0"} 1 node_network_protocol_type{device="vetha106075"} 1 node_network_protocol_type{device="vetha10ed6f"} 1 node_network_protocol_type{device="vetha131bbc"} 1 node_network_protocol_type{device="vetha187e3b"} 1 node_network_protocol_type{device="vetha19ce39"} 1 node_network_protocol_type{device="vetha1a96b5"} 1 node_network_protocol_type{device="vetha1db4d4"} 1 node_network_protocol_type{device="vetha208f1d"} 1 node_network_protocol_type{device="vetha20f05a"} 1 node_network_protocol_type{device="vetha21095f"} 1 node_network_protocol_type{device="vetha29c587"} 1 node_network_protocol_type{device="vetha2d62f9"} 1 node_network_protocol_type{device="vetha2e6ee7"} 1 node_network_protocol_type{device="vetha2efe45"} 1 node_network_protocol_type{device="vetha334ff9"} 1 node_network_protocol_type{device="vetha33b595"} 1 node_network_protocol_type{device="vetha356001"} 1 node_network_protocol_type{device="vetha3d3064"} 1 node_network_protocol_type{device="vetha3e8c9c"} 1 node_network_protocol_type{device="vetha3f126e"} 1 node_network_protocol_type{device="vetha4878ac"} 1 node_network_protocol_type{device="vetha5244b8"} 1 node_network_protocol_type{device="vetha588f6c"} 1 node_network_protocol_type{device="vetha58e162"} 1 node_network_protocol_type{device="vetha80a84c"} 1 node_network_protocol_type{device="vetha81db62"} 1 node_network_protocol_type{device="vetha8da15f"} 1 node_network_protocol_type{device="vetha95fac3"} 1 node_network_protocol_type{device="vethaa460d0"} 1 node_network_protocol_type{device="vethaa5252d"} 1 node_network_protocol_type{device="vethabd5525"} 1 node_network_protocol_type{device="vethac309ae"} 1 node_network_protocol_type{device="vethacc9983"} 1 node_network_protocol_type{device="vethadaa61e"} 1 node_network_protocol_type{device="vethadd6779"} 1 node_network_protocol_type{device="vethae07fdb"} 1 node_network_protocol_type{device="vethae2e166"} 1 node_network_protocol_type{device="vethae6aaad"} 1 node_network_protocol_type{device="vethae899be"} 1 node_network_protocol_type{device="vethaf2d319"} 1 node_network_protocol_type{device="vethaff0c5f"} 1 node_network_protocol_type{device="vethb11d1d5"} 1 node_network_protocol_type{device="vethb146b3d"} 1 node_network_protocol_type{device="vethb17b307"} 1 node_network_protocol_type{device="vethb24125c"} 1 node_network_protocol_type{device="vethb25b930"} 1 node_network_protocol_type{device="vethb264074"} 1 node_network_protocol_type{device="vethb26da6e"} 1 node_network_protocol_type{device="vethb2f7e0f"} 1 node_network_protocol_type{device="vethb413da6"} 1 node_network_protocol_type{device="vethb436b35"} 1 node_network_protocol_type{device="vethb466aea"} 1 node_network_protocol_type{device="vethb4a4c76"} 1 node_network_protocol_type{device="vethb4fafb4"} 1 node_network_protocol_type{device="vethb5afb08"} 1 node_network_protocol_type{device="vethb72a42c"} 1 node_network_protocol_type{device="vethb80e0f0"} 1 node_network_protocol_type{device="vethb8148cc"} 1 node_network_protocol_type{device="vethb85e063"} 1 node_network_protocol_type{device="vethb92f9d3"} 1 node_network_protocol_type{device="vethb92fe3f"} 1 node_network_protocol_type{device="vethba942aa"} 1 node_network_protocol_type{device="vethbae8967"} 1 node_network_protocol_type{device="vethbb0b4fe"} 1 node_network_protocol_type{device="vethbbaaafe"} 1 node_network_protocol_type{device="vethbc2b4ad"} 1 node_network_protocol_type{device="vethbc58d49"} 1 node_network_protocol_type{device="vethbcde7a6"} 1 node_network_protocol_type{device="vethbce62a9"} 1 node_network_protocol_type{device="vethbe194c8"} 1 node_network_protocol_type{device="vethbe2c80a"} 1 node_network_protocol_type{device="vethbe97de8"} 1 node_network_protocol_type{device="vethbfb44f0"} 1 node_network_protocol_type{device="vethc00de3e"} 1 node_network_protocol_type{device="vethc02588e"} 1 node_network_protocol_type{device="vethc033a93"} 1 node_network_protocol_type{device="vethc060fb3"} 1 node_network_protocol_type{device="vethc122dad"} 1 node_network_protocol_type{device="vethc12e527"} 1 node_network_protocol_type{device="vethc140d9c"} 1 node_network_protocol_type{device="vethc17e1ec"} 1 node_network_protocol_type{device="vethc1d7f4f"} 1 node_network_protocol_type{device="vethc1ec8f5"} 1 node_network_protocol_type{device="vethc20d812"} 1 node_network_protocol_type{device="vethc22a5c0"} 1 node_network_protocol_type{device="vethc239fc6"} 1 node_network_protocol_type{device="vethc311203"} 1 node_network_protocol_type{device="vethc3412aa"} 1 node_network_protocol_type{device="vethc3f0337"} 1 node_network_protocol_type{device="vethc42048e"} 1 node_network_protocol_type{device="vethc4617ba"} 1 node_network_protocol_type{device="vethc498aec"} 1 node_network_protocol_type{device="vethc4f407f"} 1 node_network_protocol_type{device="vethc554c32"} 1 node_network_protocol_type{device="vethc5aaafd"} 1 node_network_protocol_type{device="vethc5ace02"} 1 node_network_protocol_type{device="vethc5b36ba"} 1 node_network_protocol_type{device="vethc5dd649"} 1 node_network_protocol_type{device="vethc5eb73b"} 1 node_network_protocol_type{device="vethc5eca53"} 1 node_network_protocol_type{device="vethc68deb2"} 1 node_network_protocol_type{device="vethc69e5b9"} 1 node_network_protocol_type{device="vethc6fe840"} 1 node_network_protocol_type{device="vethc7016cb"} 1 node_network_protocol_type{device="vethc75d66d"} 1 node_network_protocol_type{device="vethc790a6e"} 1 node_network_protocol_type{device="vethc84e290"} 1 node_network_protocol_type{device="vethc8739b3"} 1 node_network_protocol_type{device="vethc87da99"} 1 node_network_protocol_type{device="vethc88bbcf"} 1 node_network_protocol_type{device="vethc928fb9"} 1 node_network_protocol_type{device="vethc959280"} 1 node_network_protocol_type{device="vethc97be75"} 1 node_network_protocol_type{device="vethc99df73"} 1 node_network_protocol_type{device="vethc9e1b23"} 1 node_network_protocol_type{device="vethca8e8cd"} 1 node_network_protocol_type{device="vethcb7fed6"} 1 node_network_protocol_type{device="vethcb89e48"} 1 node_network_protocol_type{device="vethcc43237"} 1 node_network_protocol_type{device="vethcc4fef3"} 1 node_network_protocol_type{device="vethcc7f6ac"} 1 node_network_protocol_type{device="vethccb9f9c"} 1 node_network_protocol_type{device="vethccdb53f"} 1 node_network_protocol_type{device="vethcd6e0c9"} 1 node_network_protocol_type{device="vethce1a2f7"} 1 node_network_protocol_type{device="vethce4e99b"} 1 node_network_protocol_type{device="vethce521ba"} 1 node_network_protocol_type{device="vethcf53b01"} 1 node_network_protocol_type{device="vethcfd9fe1"} 1 node_network_protocol_type{device="vethd0b2173"} 1 node_network_protocol_type{device="vethd0f1488"} 1 node_network_protocol_type{device="vethd0f34e4"} 1 node_network_protocol_type{device="vethd0ffc64"} 1 node_network_protocol_type{device="vethd1ec6d3"} 1 node_network_protocol_type{device="vethd2010fb"} 1 node_network_protocol_type{device="vethd2deb54"} 1 node_network_protocol_type{device="vethd2f4531"} 1 node_network_protocol_type{device="vethd34362b"} 1 node_network_protocol_type{device="vethd347820"} 1 node_network_protocol_type{device="vethd3608f1"} 1 node_network_protocol_type{device="vethd42c82d"} 1 node_network_protocol_type{device="vethd45b81a"} 1 node_network_protocol_type{device="vethd466b1f"} 1 node_network_protocol_type{device="vethd49c6b2"} 1 node_network_protocol_type{device="vethd5344cc"} 1 node_network_protocol_type{device="vethd60e2bd"} 1 node_network_protocol_type{device="vethd64322f"} 1 node_network_protocol_type{device="vethd65b5b3"} 1 node_network_protocol_type{device="vethd681481"} 1 node_network_protocol_type{device="vethd6ceb54"} 1 node_network_protocol_type{device="vethd6fa258"} 1 node_network_protocol_type{device="vethd71b7e5"} 1 node_network_protocol_type{device="vethd752c61"} 1 node_network_protocol_type{device="vethd760c58"} 1 node_network_protocol_type{device="vethd768a42"} 1 node_network_protocol_type{device="vethd76e941"} 1 node_network_protocol_type{device="vethd81eb6c"} 1 node_network_protocol_type{device="vethd868ed3"} 1 node_network_protocol_type{device="vethd8a170f"} 1 node_network_protocol_type{device="vethd8b4b5b"} 1 node_network_protocol_type{device="vethd97f7eb"} 1 node_network_protocol_type{device="vethd9c86a8"} 1 node_network_protocol_type{device="vethda452a5"} 1 node_network_protocol_type{device="vethdaa52c9"} 1 node_network_protocol_type{device="vethdae085c"} 1 node_network_protocol_type{device="vethdb552be"} 1 node_network_protocol_type{device="vethdba1b3a"} 1 node_network_protocol_type{device="vethdc4d810"} 1 node_network_protocol_type{device="vethdd1fe39"} 1 node_network_protocol_type{device="vethdd25bde"} 1 node_network_protocol_type{device="vethdd3daca"} 1 node_network_protocol_type{device="vethdd432a7"} 1 node_network_protocol_type{device="vethdd77089"} 1 node_network_protocol_type{device="vethdd88546"} 1 node_network_protocol_type{device="vethdda7569"} 1 node_network_protocol_type{device="vethddb4b12"} 1 node_network_protocol_type{device="vethde79ae2"} 1 node_network_protocol_type{device="vethde8673b"} 1 node_network_protocol_type{device="vethdf825a0"} 1 node_network_protocol_type{device="vethdf861f8"} 1 node_network_protocol_type{device="vethdfcbb7b"} 1 node_network_protocol_type{device="vethe028419"} 1 node_network_protocol_type{device="vethe05e953"} 1 node_network_protocol_type{device="vethe0c38b7"} 1 node_network_protocol_type{device="vethe101bab"} 1 node_network_protocol_type{device="vethe1189bd"} 1 node_network_protocol_type{device="vethe13fa27"} 1 node_network_protocol_type{device="vethe177f5b"} 1 node_network_protocol_type{device="vethe1ebb25"} 1 node_network_protocol_type{device="vethe209306"} 1 node_network_protocol_type{device="vethe33aa29"} 1 node_network_protocol_type{device="vethe38290a"} 1 node_network_protocol_type{device="vethe39934f"} 1 node_network_protocol_type{device="vethe39dd06"} 1 node_network_protocol_type{device="vethe45952d"} 1 node_network_protocol_type{device="vethe54bc00"} 1 node_network_protocol_type{device="vethe5621bc"} 1 node_network_protocol_type{device="vethe5723c0"} 1 node_network_protocol_type{device="vethe64b47d"} 1 node_network_protocol_type{device="vethe660bdb"} 1 node_network_protocol_type{device="vethe6b515e"} 1 node_network_protocol_type{device="vethe6e8924"} 1 node_network_protocol_type{device="vethe6f5fae"} 1 node_network_protocol_type{device="vethe7dc6b0"} 1 node_network_protocol_type{device="vethe7e6bbf"} 1 node_network_protocol_type{device="vethe8000ea"} 1 node_network_protocol_type{device="vethe8094b1"} 1 node_network_protocol_type{device="vethe8551b4"} 1 node_network_protocol_type{device="vethe8c6bde"} 1 node_network_protocol_type{device="vethe8f63bd"} 1 node_network_protocol_type{device="vethe93a649"} 1 node_network_protocol_type{device="vethe9de379"} 1 node_network_protocol_type{device="vethe9ef82b"} 1 node_network_protocol_type{device="vethea2004e"} 1 node_network_protocol_type{device="vethea7b5b1"} 1 node_network_protocol_type{device="vetheafba5d"} 1 node_network_protocol_type{device="vetheafdff8"} 1 node_network_protocol_type{device="vetheb96a22"} 1 node_network_protocol_type{device="vethec666e8"} 1 node_network_protocol_type{device="vethed11450"} 1 node_network_protocol_type{device="vethed19b20"} 1 node_network_protocol_type{device="vethed3ab9d"} 1 node_network_protocol_type{device="vetheddb648"} 1 node_network_protocol_type{device="vethedeec24"} 1 node_network_protocol_type{device="vethedf40f5"} 1 node_network_protocol_type{device="vetheefaddf"} 1 node_network_protocol_type{device="vethef58697"} 1 node_network_protocol_type{device="vethefe8ba7"} 1 node_network_protocol_type{device="vethf09ac69"} 1 node_network_protocol_type{device="vethf14b507"} 1 node_network_protocol_type{device="vethf14bf3b"} 1 node_network_protocol_type{device="vethf14e041"} 1 node_network_protocol_type{device="vethf185ebb"} 1 node_network_protocol_type{device="vethf2509ba"} 1 node_network_protocol_type{device="vethf25387f"} 1 node_network_protocol_type{device="vethf2a6c87"} 1 node_network_protocol_type{device="vethf2b1dab"} 1 node_network_protocol_type{device="vethf2badff"} 1 node_network_protocol_type{device="vethf33a028"} 1 node_network_protocol_type{device="vethf342283"} 1 node_network_protocol_type{device="vethf47c7ff"} 1 node_network_protocol_type{device="vethf4ac138"} 1 node_network_protocol_type{device="vethf4b1b2a"} 1 node_network_protocol_type{device="vethf4bd777"} 1 node_network_protocol_type{device="vethf5aeeda"} 1 node_network_protocol_type{device="vethf5e58af"} 1 node_network_protocol_type{device="vethf60f5e6"} 1 node_network_protocol_type{device="vethf63a7c4"} 1 node_network_protocol_type{device="vethf6bd349"} 1 node_network_protocol_type{device="vethf6ce5b6"} 1 node_network_protocol_type{device="vethf7684fa"} 1 node_network_protocol_type{device="vethf7e9d2c"} 1 node_network_protocol_type{device="vethf8128a9"} 1 node_network_protocol_type{device="vethf81e612"} 1 node_network_protocol_type{device="vethf855174"} 1 node_network_protocol_type{device="vethf894d6d"} 1 node_network_protocol_type{device="vethf979695"} 1 node_network_protocol_type{device="vethf98530e"} 1 node_network_protocol_type{device="vethf9986ef"} 1 node_network_protocol_type{device="vethf9b3f86"} 1 node_network_protocol_type{device="vethfb8b857"} 1 node_network_protocol_type{device="vethfb9458b"} 1 node_network_protocol_type{device="vethfbf1832"} 1 node_network_protocol_type{device="vethfbf1a8f"} 1 node_network_protocol_type{device="vethfc87a12"} 1 node_network_protocol_type{device="vethfc9a925"} 1 node_network_protocol_type{device="vethfcccc71"} 1 node_network_protocol_type{device="vethfd1bace"} 1 node_network_protocol_type{device="vethfd1daa5"} 1 node_network_protocol_type{device="vethfd685e4"} 1 node_network_protocol_type{device="vethfdacab6"} 1 node_network_protocol_type{device="vethfe15339"} 1 node_network_protocol_type{device="vethfe36666"} 1 node_network_protocol_type{device="vethfe7040e"} 1 node_network_protocol_type{device="vethfec16de"} 1 node_network_protocol_type{device="vethfedbea0"} 1 node_network_protocol_type{device="vethff12d55"} 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"} 9.5999832e+07 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="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="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="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="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="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="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="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"} 1.188093e+06 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-02823e0b21f8"} 1.25e+09 node_network_speed_bytes{device="br-04cbf9ad21fb"} 1.25e+09 node_network_speed_bytes{device="br-07e352042c28"} 1.25e+09 node_network_speed_bytes{device="br-08dd0c9852c8"} 1.25e+09 node_network_speed_bytes{device="br-0a8e30067c8e"} 1.25e+09 node_network_speed_bytes{device="br-0b7a81bcb7e3"} 1.25e+09 node_network_speed_bytes{device="br-0bcc3cc90f11"} 1.25e+09 node_network_speed_bytes{device="br-0d9fdd0cf163"} -125000 node_network_speed_bytes{device="br-159df358c552"} 1.25e+09 node_network_speed_bytes{device="br-15dab3c5a2fb"} -125000 node_network_speed_bytes{device="br-19518ca3b773"} 1.25e+09 node_network_speed_bytes{device="br-1a025aacb82b"} 1.25e+09 node_network_speed_bytes{device="br-1b283e1e5128"} 1.25e+09 node_network_speed_bytes{device="br-1ba83a528099"} 1.25e+09 node_network_speed_bytes{device="br-1c3bd3909a8a"} 1.25e+09 node_network_speed_bytes{device="br-1c535b11677a"} 1.25e+09 node_network_speed_bytes{device="br-1de64be72380"} 1.25e+09 node_network_speed_bytes{device="br-208ab78feaa3"} 1.25e+09 node_network_speed_bytes{device="br-217d6415a970"} 1.25e+09 node_network_speed_bytes{device="br-27771a4b5e1c"} 1.25e+09 node_network_speed_bytes{device="br-2860d01a9c36"} 1.25e+09 node_network_speed_bytes{device="br-28853d2b1974"} 1.25e+09 node_network_speed_bytes{device="br-2cd18bfafc5e"} 1.25e+09 node_network_speed_bytes{device="br-2f10de396682"} 1.25e+09 node_network_speed_bytes{device="br-349eb65873d4"} 1.25e+09 node_network_speed_bytes{device="br-3718da5a7dac"} 1.25e+09 node_network_speed_bytes{device="br-37f17f8c2f41"} 1.25e+09 node_network_speed_bytes{device="br-39ee20d64532"} 1.25e+09 node_network_speed_bytes{device="br-3a7803651a32"} 1.25e+09 node_network_speed_bytes{device="br-3b46cefe7982"} 1.25e+09 node_network_speed_bytes{device="br-3d8e222ceb4d"} 1.25e+09 node_network_speed_bytes{device="br-3d9cd1c09975"} 1.25e+09 node_network_speed_bytes{device="br-3db3cc2bc444"} 1.25e+09 node_network_speed_bytes{device="br-3e66b6d4d599"} 1.25e+09 node_network_speed_bytes{device="br-3ee00523d99d"} 1.25e+09 node_network_speed_bytes{device="br-402682b9212c"} 1.25e+09 node_network_speed_bytes{device="br-447189b64663"} 1.25e+09 node_network_speed_bytes{device="br-44fbf271d024"} 1.25e+09 node_network_speed_bytes{device="br-458514748e86"} 1.25e+09 node_network_speed_bytes{device="br-483851ad6d82"} 1.25e+09 node_network_speed_bytes{device="br-4b6104651907"} 1.25e+09 node_network_speed_bytes{device="br-4dbe0bd05d7e"} 1.25e+09 node_network_speed_bytes{device="br-4fac6072ea97"} 1.25e+09 node_network_speed_bytes{device="br-5064110da1f6"} 1.25e+09 node_network_speed_bytes{device="br-52ce8deae651"} 1.25e+09 node_network_speed_bytes{device="br-559d36b72748"} 1.25e+09 node_network_speed_bytes{device="br-56145531d617"} 1.25e+09 node_network_speed_bytes{device="br-566d230839cf"} 1.25e+09 node_network_speed_bytes{device="br-56a5fa614b52"} 1.25e+09 node_network_speed_bytes{device="br-5748fcd1e7ca"} -125000 node_network_speed_bytes{device="br-595b89a771c2"} 1.25e+09 node_network_speed_bytes{device="br-59aa9f4171dd"} 1.25e+09 node_network_speed_bytes{device="br-5a1c61a6d482"} 1.25e+09 node_network_speed_bytes{device="br-5b324be20854"} 1.25e+09 node_network_speed_bytes{device="br-5f11f2c9115a"} 1.25e+09 node_network_speed_bytes{device="br-606bd002e3a4"} 1.25e+09 node_network_speed_bytes{device="br-61e477cf95da"} 1.25e+09 node_network_speed_bytes{device="br-65df7dba5a66"} 1.25e+09 node_network_speed_bytes{device="br-6654a6f415ef"} 1.25e+09 node_network_speed_bytes{device="br-665d979d60c7"} 1.25e+09 node_network_speed_bytes{device="br-6746be184829"} 1.25e+09 node_network_speed_bytes{device="br-67b6f2b09055"} 1.25e+09 node_network_speed_bytes{device="br-6d59a9037e7f"} 1.25e+09 node_network_speed_bytes{device="br-6e8e8bec63f7"} 1.25e+09 node_network_speed_bytes{device="br-6fdd4f05699e"} 1.25e+09 node_network_speed_bytes{device="br-70a43ddb765f"} 1.25e+09 node_network_speed_bytes{device="br-7151fb21ebc7"} 1.25e+09 node_network_speed_bytes{device="br-757cf8ccd099"} 1.25e+09 node_network_speed_bytes{device="br-7783edd4fb63"} 1.25e+09 node_network_speed_bytes{device="br-7967b93cb965"} 1.25e+09 node_network_speed_bytes{device="br-7a05c4b4c71c"} -125000 node_network_speed_bytes{device="br-7f1c0840c41b"} 1.25e+09 node_network_speed_bytes{device="br-8291479ee6f8"} 1.25e+09 node_network_speed_bytes{device="br-82b59b3e5c30"} 1.25e+09 node_network_speed_bytes{device="br-831a310fd395"} 1.25e+09 node_network_speed_bytes{device="br-832e21b6735f"} 1.25e+09 node_network_speed_bytes{device="br-84962c4a05ff"} -125000 node_network_speed_bytes{device="br-89456f9f0577"} 1.25e+09 node_network_speed_bytes{device="br-8c90f08921d2"} 1.25e+09 node_network_speed_bytes{device="br-8d1ae48ba56b"} 1.25e+09 node_network_speed_bytes{device="br-8d5f8dfdd165"} 1.25e+09 node_network_speed_bytes{device="br-8f019a492357"} 1.25e+09 node_network_speed_bytes{device="br-8f2fb4b87f97"} 1.25e+09 node_network_speed_bytes{device="br-9122d919d3da"} 1.25e+09 node_network_speed_bytes{device="br-91e32aebc9b9"} 1.25e+09 node_network_speed_bytes{device="br-973daca1c7c2"} 1.25e+09 node_network_speed_bytes{device="br-98551e817ad3"} 1.25e+09 node_network_speed_bytes{device="br-a01a29421e12"} 1.25e+09 node_network_speed_bytes{device="br-a194f29d52a3"} 1.25e+09 node_network_speed_bytes{device="br-a19b8bbcb4ba"} 1.25e+09 node_network_speed_bytes{device="br-a384ecbfdb6c"} 1.25e+09 node_network_speed_bytes{device="br-a5d1efbd6302"} 1.25e+09 node_network_speed_bytes{device="br-a9242a3d7305"} 1.25e+09 node_network_speed_bytes{device="br-ab4fc0c8f205"} 1.25e+09 node_network_speed_bytes{device="br-ac5441a8184d"} 1.25e+09 node_network_speed_bytes{device="br-ad296b058e6c"} 1.25e+09 node_network_speed_bytes{device="br-b0d3385258be"} 1.25e+09 node_network_speed_bytes{device="br-b5cc1abc8af1"} 1.25e+09 node_network_speed_bytes{device="br-b84a81030c46"} 1.25e+09 node_network_speed_bytes{device="br-b9ddcd38e3d5"} -125000 node_network_speed_bytes{device="br-bbf479fecfd1"} 1.25e+09 node_network_speed_bytes{device="br-bf24405639d1"} 1.25e+09 node_network_speed_bytes{device="br-bf75749e355d"} 1.25e+09 node_network_speed_bytes{device="br-bfa260e794d9"} 1.25e+09 node_network_speed_bytes{device="br-c121b68147b6"} 1.25e+09 node_network_speed_bytes{device="br-c1af548193f3"} 1.25e+09 node_network_speed_bytes{device="br-c60789b54f4a"} 1.25e+09 node_network_speed_bytes{device="br-c7ec91768290"} 1.25e+09 node_network_speed_bytes{device="br-c8047895107e"} 1.25e+09 node_network_speed_bytes{device="br-c8dc093516dd"} 1.25e+09 node_network_speed_bytes{device="br-c9441662f35b"} 1.25e+09 node_network_speed_bytes{device="br-cca3eb0bd63d"} 1.25e+09 node_network_speed_bytes{device="br-cfa83479df17"} 1.25e+09 node_network_speed_bytes{device="br-cfa8e5dacf79"} 1.25e+09 node_network_speed_bytes{device="br-d08110bc3e31"} 1.25e+09 node_network_speed_bytes{device="br-d286f920faa7"} 1.25e+09 node_network_speed_bytes{device="br-d36675741a6d"} 1.25e+09 node_network_speed_bytes{device="br-d4ad227661d1"} 1.25e+09 node_network_speed_bytes{device="br-d54d8e4f9ca5"} 1.25e+09 node_network_speed_bytes{device="br-d6aad0d2a913"} 1.25e+09 node_network_speed_bytes{device="br-dbca5566e641"} 1.25e+09 node_network_speed_bytes{device="br-dc87a7504ded"} 1.25e+09 node_network_speed_bytes{device="br-ddde99c88d06"} 1.25e+09 node_network_speed_bytes{device="br-e0e95d87f3e0"} 1.25e+09 node_network_speed_bytes{device="br-e5714f199361"} 1.25e+09 node_network_speed_bytes{device="br-e63b0d1593b5"} 1.25e+09 node_network_speed_bytes{device="br-e6ca372c02c0"} 1.25e+09 node_network_speed_bytes{device="br-ea12a1764685"} 1.25e+09 node_network_speed_bytes{device="br-edfd70c2aede"} 1.25e+09 node_network_speed_bytes{device="br-ef37d58f8fe1"} 1.25e+09 node_network_speed_bytes{device="br-f7269b4b25bf"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth0009c48"} 1.25e+09 node_network_speed_bytes{device="veth0057f22"} 1.25e+09 node_network_speed_bytes{device="veth008ddfb"} 1.25e+09 node_network_speed_bytes{device="veth00e3c78"} 1.25e+09 node_network_speed_bytes{device="veth01c5e43"} 1.25e+09 node_network_speed_bytes{device="veth01d1acf"} 1.25e+09 node_network_speed_bytes{device="veth01f4e0b"} 1.25e+09 node_network_speed_bytes{device="veth02fa58b"} 1.25e+09 node_network_speed_bytes{device="veth032511c"} 1.25e+09 node_network_speed_bytes{device="veth032853a"} 1.25e+09 node_network_speed_bytes{device="veth0379a17"} 1.25e+09 node_network_speed_bytes{device="veth039b82d"} 1.25e+09 node_network_speed_bytes{device="veth03dd035"} 1.25e+09 node_network_speed_bytes{device="veth04159af"} 1.25e+09 node_network_speed_bytes{device="veth041f04f"} 1.25e+09 node_network_speed_bytes{device="veth048c9d9"} 1.25e+09 node_network_speed_bytes{device="veth0521f31"} 1.25e+09 node_network_speed_bytes{device="veth059040d"} 1.25e+09 node_network_speed_bytes{device="veth05a06a7"} 1.25e+09 node_network_speed_bytes{device="veth067e6e9"} 1.25e+09 node_network_speed_bytes{device="veth06e31b1"} 1.25e+09 node_network_speed_bytes{device="veth06f27a2"} 1.25e+09 node_network_speed_bytes{device="veth07a049d"} 1.25e+09 node_network_speed_bytes{device="veth0808d98"} 1.25e+09 node_network_speed_bytes{device="veth0886055"} 1.25e+09 node_network_speed_bytes{device="veth08ae0d6"} 1.25e+09 node_network_speed_bytes{device="veth096258a"} 1.25e+09 node_network_speed_bytes{device="veth0b64779"} 1.25e+09 node_network_speed_bytes{device="veth0bfbe46"} 1.25e+09 node_network_speed_bytes{device="veth0d263b9"} 1.25e+09 node_network_speed_bytes{device="veth0d26989"} 1.25e+09 node_network_speed_bytes{device="veth0e4628c"} 1.25e+09 node_network_speed_bytes{device="veth0e6c375"} 1.25e+09 node_network_speed_bytes{device="veth0e86ab7"} 1.25e+09 node_network_speed_bytes{device="veth0ec88d9"} 1.25e+09 node_network_speed_bytes{device="veth0f039e4"} 1.25e+09 node_network_speed_bytes{device="veth0f6e4c2"} 1.25e+09 node_network_speed_bytes{device="veth0f8da12"} 1.25e+09 node_network_speed_bytes{device="veth0fc3400"} 1.25e+09 node_network_speed_bytes{device="veth0fe6ce8"} 1.25e+09 node_network_speed_bytes{device="veth100d8fb"} 1.25e+09 node_network_speed_bytes{device="veth107e808"} 1.25e+09 node_network_speed_bytes{device="veth1093ea4"} 1.25e+09 node_network_speed_bytes{device="veth10e276d"} 1.25e+09 node_network_speed_bytes{device="veth11210db"} 1.25e+09 node_network_speed_bytes{device="veth11507a2"} 1.25e+09 node_network_speed_bytes{device="veth115219d"} 1.25e+09 node_network_speed_bytes{device="veth12b4062"} 1.25e+09 node_network_speed_bytes{device="veth13756cd"} 1.25e+09 node_network_speed_bytes{device="veth1380211"} 1.25e+09 node_network_speed_bytes{device="veth139d69d"} 1.25e+09 node_network_speed_bytes{device="veth148ba09"} 1.25e+09 node_network_speed_bytes{device="veth1498546"} 1.25e+09 node_network_speed_bytes{device="veth1568435"} 1.25e+09 node_network_speed_bytes{device="veth182b299"} 1.25e+09 node_network_speed_bytes{device="veth1a57969"} 1.25e+09 node_network_speed_bytes{device="veth1a5d00b"} 1.25e+09 node_network_speed_bytes{device="veth1aee0c9"} 1.25e+09 node_network_speed_bytes{device="veth1af829a"} 1.25e+09 node_network_speed_bytes{device="veth1af887e"} 1.25e+09 node_network_speed_bytes{device="veth1bb281d"} 1.25e+09 node_network_speed_bytes{device="veth1be69a9"} 1.25e+09 node_network_speed_bytes{device="veth1c2382f"} 1.25e+09 node_network_speed_bytes{device="veth1c86f94"} 1.25e+09 node_network_speed_bytes{device="veth1cd53f4"} 1.25e+09 node_network_speed_bytes{device="veth1d5e1a4"} 1.25e+09 node_network_speed_bytes{device="veth1dc4860"} 1.25e+09 node_network_speed_bytes{device="veth1dea2fe"} 1.25e+09 node_network_speed_bytes{device="veth1e7f00c"} 1.25e+09 node_network_speed_bytes{device="veth1ec0310"} 1.25e+09 node_network_speed_bytes{device="veth1fda973"} 1.25e+09 node_network_speed_bytes{device="veth1fe94a9"} 1.25e+09 node_network_speed_bytes{device="veth20489bb"} 1.25e+09 node_network_speed_bytes{device="veth20787b5"} 1.25e+09 node_network_speed_bytes{device="veth208ca1a"} 1.25e+09 node_network_speed_bytes{device="veth21c0fe7"} 1.25e+09 node_network_speed_bytes{device="veth2214e42"} 1.25e+09 node_network_speed_bytes{device="veth228bd69"} 1.25e+09 node_network_speed_bytes{device="veth229b6d4"} 1.25e+09 node_network_speed_bytes{device="veth22f2fec"} 1.25e+09 node_network_speed_bytes{device="veth231c261"} 1.25e+09 node_network_speed_bytes{device="veth231d40e"} 1.25e+09 node_network_speed_bytes{device="veth232533d"} 1.25e+09 node_network_speed_bytes{device="veth235d53e"} 1.25e+09 node_network_speed_bytes{device="veth237b6c4"} 1.25e+09 node_network_speed_bytes{device="veth23e1e40"} 1.25e+09 node_network_speed_bytes{device="veth24fc934"} 1.25e+09 node_network_speed_bytes{device="veth25d516d"} 1.25e+09 node_network_speed_bytes{device="veth268dc93"} 1.25e+09 node_network_speed_bytes{device="veth279aa19"} 1.25e+09 node_network_speed_bytes{device="veth27a3e0d"} 1.25e+09 node_network_speed_bytes{device="veth27aa3e1"} 1.25e+09 node_network_speed_bytes{device="veth27bf25e"} 1.25e+09 node_network_speed_bytes{device="veth27eb3a1"} 1.25e+09 node_network_speed_bytes{device="veth2817a39"} 1.25e+09 node_network_speed_bytes{device="veth298a150"} 1.25e+09 node_network_speed_bytes{device="veth29e1cdf"} 1.25e+09 node_network_speed_bytes{device="veth2a938c7"} 1.25e+09 node_network_speed_bytes{device="veth2b6f776"} 1.25e+09 node_network_speed_bytes{device="veth2bea18d"} 1.25e+09 node_network_speed_bytes{device="veth2cb2aa6"} 1.25e+09 node_network_speed_bytes{device="veth2cc6b5d"} 1.25e+09 node_network_speed_bytes{device="veth2cd33a1"} 1.25e+09 node_network_speed_bytes{device="veth2d03ca6"} 1.25e+09 node_network_speed_bytes{device="veth2d2c9f2"} 1.25e+09 node_network_speed_bytes{device="veth2d41a73"} 1.25e+09 node_network_speed_bytes{device="veth2d9918b"} 1.25e+09 node_network_speed_bytes{device="veth2e4245c"} 1.25e+09 node_network_speed_bytes{device="veth2e5029d"} 1.25e+09 node_network_speed_bytes{device="veth2eac8e4"} 1.25e+09 node_network_speed_bytes{device="veth2eb60e4"} 1.25e+09 node_network_speed_bytes{device="veth2f1ad78"} 1.25e+09 node_network_speed_bytes{device="veth2f899b3"} 1.25e+09 node_network_speed_bytes{device="veth2f9b6e7"} 1.25e+09 node_network_speed_bytes{device="veth2f9e651"} 1.25e+09 node_network_speed_bytes{device="veth2ffb90c"} 1.25e+09 node_network_speed_bytes{device="veth305c11f"} 1.25e+09 node_network_speed_bytes{device="veth30b95b0"} 1.25e+09 node_network_speed_bytes{device="veth3110731"} 1.25e+09 node_network_speed_bytes{device="veth315b30d"} 1.25e+09 node_network_speed_bytes{device="veth3168355"} 1.25e+09 node_network_speed_bytes{device="veth3245e1c"} 1.25e+09 node_network_speed_bytes{device="veth329ca59"} 1.25e+09 node_network_speed_bytes{device="veth32da86b"} 1.25e+09 node_network_speed_bytes{device="veth32f0bd7"} 1.25e+09 node_network_speed_bytes{device="veth33d65d5"} 1.25e+09 node_network_speed_bytes{device="veth33d87e8"} 1.25e+09 node_network_speed_bytes{device="veth3540510"} 1.25e+09 node_network_speed_bytes{device="veth354d054"} 1.25e+09 node_network_speed_bytes{device="veth357116f"} 1.25e+09 node_network_speed_bytes{device="veth35886d9"} 1.25e+09 node_network_speed_bytes{device="veth358dbf2"} 1.25e+09 node_network_speed_bytes{device="veth359cbb7"} 1.25e+09 node_network_speed_bytes{device="veth359d04a"} 1.25e+09 node_network_speed_bytes{device="veth35b4532"} 1.25e+09 node_network_speed_bytes{device="veth37d058e"} 1.25e+09 node_network_speed_bytes{device="veth37de2e1"} 1.25e+09 node_network_speed_bytes{device="veth37e7130"} 1.25e+09 node_network_speed_bytes{device="veth3823199"} 1.25e+09 node_network_speed_bytes{device="veth38668ad"} 1.25e+09 node_network_speed_bytes{device="veth3899e00"} 1.25e+09 node_network_speed_bytes{device="veth38af7f4"} 1.25e+09 node_network_speed_bytes{device="veth38c06e7"} 1.25e+09 node_network_speed_bytes{device="veth391740a"} 1.25e+09 node_network_speed_bytes{device="veth3961560"} 1.25e+09 node_network_speed_bytes{device="veth39a84d1"} 1.25e+09 node_network_speed_bytes{device="veth39ec3c6"} 1.25e+09 node_network_speed_bytes{device="veth39f418e"} 1.25e+09 node_network_speed_bytes{device="veth39f7983"} 1.25e+09 node_network_speed_bytes{device="veth3a04f6c"} 1.25e+09 node_network_speed_bytes{device="veth3a28292"} 1.25e+09 node_network_speed_bytes{device="veth3ab5921"} 1.25e+09 node_network_speed_bytes{device="veth3b81dbc"} 1.25e+09 node_network_speed_bytes{device="veth3be47e3"} 1.25e+09 node_network_speed_bytes{device="veth3bf1c8d"} 1.25e+09 node_network_speed_bytes{device="veth3c3790f"} 1.25e+09 node_network_speed_bytes{device="veth3d221c4"} 1.25e+09 node_network_speed_bytes{device="veth3d60dba"} 1.25e+09 node_network_speed_bytes{device="veth3de6d9c"} 1.25e+09 node_network_speed_bytes{device="veth3df8638"} 1.25e+09 node_network_speed_bytes{device="veth3e0fb0b"} 1.25e+09 node_network_speed_bytes{device="veth3ebb118"} 1.25e+09 node_network_speed_bytes{device="veth3ef3733"} 1.25e+09 node_network_speed_bytes{device="veth3f0586e"} 1.25e+09 node_network_speed_bytes{device="veth3f38956"} 1.25e+09 node_network_speed_bytes{device="veth3f3ac76"} 1.25e+09 node_network_speed_bytes{device="veth3f41be9"} 1.25e+09 node_network_speed_bytes{device="veth3f6e007"} 1.25e+09 node_network_speed_bytes{device="veth406e4fd"} 1.25e+09 node_network_speed_bytes{device="veth4179d44"} 1.25e+09 node_network_speed_bytes{device="veth419db48"} 1.25e+09 node_network_speed_bytes{device="veth41a5dd6"} 1.25e+09 node_network_speed_bytes{device="veth41cd559"} 1.25e+09 node_network_speed_bytes{device="veth41d7f45"} 1.25e+09 node_network_speed_bytes{device="veth423f820"} 1.25e+09 node_network_speed_bytes{device="veth42a984b"} 1.25e+09 node_network_speed_bytes{device="veth4314bf5"} 1.25e+09 node_network_speed_bytes{device="veth43e182c"} 1.25e+09 node_network_speed_bytes{device="veth4413734"} 1.25e+09 node_network_speed_bytes{device="veth450a62c"} 1.25e+09 node_network_speed_bytes{device="veth450c1a7"} 1.25e+09 node_network_speed_bytes{device="veth4580c7e"} 1.25e+09 node_network_speed_bytes{device="veth45d2560"} 1.25e+09 node_network_speed_bytes{device="veth4600cbe"} 1.25e+09 node_network_speed_bytes{device="veth4622c58"} 1.25e+09 node_network_speed_bytes{device="veth47275f8"} 1.25e+09 node_network_speed_bytes{device="veth472cfec"} 1.25e+09 node_network_speed_bytes{device="veth47a0f99"} 1.25e+09 node_network_speed_bytes{device="veth48050a3"} 1.25e+09 node_network_speed_bytes{device="veth484e5a7"} 1.25e+09 node_network_speed_bytes{device="veth487c580"} 1.25e+09 node_network_speed_bytes{device="veth48bbb3e"} 1.25e+09 node_network_speed_bytes{device="veth48c9eb6"} 1.25e+09 node_network_speed_bytes{device="veth48fa74a"} 1.25e+09 node_network_speed_bytes{device="veth4919473"} 1.25e+09 node_network_speed_bytes{device="veth491f00e"} 1.25e+09 node_network_speed_bytes{device="veth4971f59"} 1.25e+09 node_network_speed_bytes{device="veth49a95ae"} 1.25e+09 node_network_speed_bytes{device="veth4a773af"} 1.25e+09 node_network_speed_bytes{device="veth4a8a86b"} 1.25e+09 node_network_speed_bytes{device="veth4b8fe58"} 1.25e+09 node_network_speed_bytes{device="veth4bdb4d9"} 1.25e+09 node_network_speed_bytes{device="veth4bf3046"} 1.25e+09 node_network_speed_bytes{device="veth4d292f2"} 1.25e+09 node_network_speed_bytes{device="veth4d2cca3"} 1.25e+09 node_network_speed_bytes{device="veth4d31c40"} 1.25e+09 node_network_speed_bytes{device="veth4d49f16"} 1.25e+09 node_network_speed_bytes{device="veth4d6ffca"} 1.25e+09 node_network_speed_bytes{device="veth4e685b7"} 1.25e+09 node_network_speed_bytes{device="veth4eb2990"} 1.25e+09 node_network_speed_bytes{device="veth4ef981b"} 1.25e+09 node_network_speed_bytes{device="veth4f30eb7"} 1.25e+09 node_network_speed_bytes{device="veth4f61226"} 1.25e+09 node_network_speed_bytes{device="veth4ff09ee"} 1.25e+09 node_network_speed_bytes{device="veth5054e93"} 1.25e+09 node_network_speed_bytes{device="veth50865f9"} 1.25e+09 node_network_speed_bytes{device="veth5088dc3"} 1.25e+09 node_network_speed_bytes{device="veth519857b"} 1.25e+09 node_network_speed_bytes{device="veth51d9ece"} 1.25e+09 node_network_speed_bytes{device="veth5210908"} 1.25e+09 node_network_speed_bytes{device="veth5284787"} 1.25e+09 node_network_speed_bytes{device="veth52cfc45"} 1.25e+09 node_network_speed_bytes{device="veth52e330e"} 1.25e+09 node_network_speed_bytes{device="veth5365cc9"} 1.25e+09 node_network_speed_bytes{device="veth54e9292"} 1.25e+09 node_network_speed_bytes{device="veth564c8a0"} 1.25e+09 node_network_speed_bytes{device="veth5675ed9"} 1.25e+09 node_network_speed_bytes{device="veth56f8c0c"} 1.25e+09 node_network_speed_bytes{device="veth57d2b8b"} 1.25e+09 node_network_speed_bytes{device="veth57d676c"} 1.25e+09 node_network_speed_bytes{device="veth57ec583"} 1.25e+09 node_network_speed_bytes{device="veth5804bd9"} 1.25e+09 node_network_speed_bytes{device="veth58598dd"} 1.25e+09 node_network_speed_bytes{device="veth58b55e5"} 1.25e+09 node_network_speed_bytes{device="veth5965e63"} 1.25e+09 node_network_speed_bytes{device="veth5aa30fc"} 1.25e+09 node_network_speed_bytes{device="veth5ac6b24"} 1.25e+09 node_network_speed_bytes{device="veth5af51bd"} 1.25e+09 node_network_speed_bytes{device="veth5afbbb6"} 1.25e+09 node_network_speed_bytes{device="veth5bbabc3"} 1.25e+09 node_network_speed_bytes{device="veth5bdd045"} 1.25e+09 node_network_speed_bytes{device="veth5c571c8"} 1.25e+09 node_network_speed_bytes{device="veth5c61f57"} 1.25e+09 node_network_speed_bytes{device="veth5d012dd"} 1.25e+09 node_network_speed_bytes{device="veth5e12c5b"} 1.25e+09 node_network_speed_bytes{device="veth5e4f007"} 1.25e+09 node_network_speed_bytes{device="veth5ee2818"} 1.25e+09 node_network_speed_bytes{device="veth5f39032"} 1.25e+09 node_network_speed_bytes{device="veth5f4e2d0"} 1.25e+09 node_network_speed_bytes{device="veth5fc3d12"} 1.25e+09 node_network_speed_bytes{device="veth61185ee"} 1.25e+09 node_network_speed_bytes{device="veth6131e75"} 1.25e+09 node_network_speed_bytes{device="veth6168483"} 1.25e+09 node_network_speed_bytes{device="veth6250a44"} 1.25e+09 node_network_speed_bytes{device="veth62645db"} 1.25e+09 node_network_speed_bytes{device="veth626da15"} 1.25e+09 node_network_speed_bytes{device="veth6280f39"} 1.25e+09 node_network_speed_bytes{device="veth629c943"} 1.25e+09 node_network_speed_bytes{device="veth62adda3"} 1.25e+09 node_network_speed_bytes{device="veth634d1ed"} 1.25e+09 node_network_speed_bytes{device="veth6453baa"} 1.25e+09 node_network_speed_bytes{device="veth64c3431"} 1.25e+09 node_network_speed_bytes{device="veth651818e"} 1.25e+09 node_network_speed_bytes{device="veth651c5d0"} 1.25e+09 node_network_speed_bytes{device="veth65337b2"} 1.25e+09 node_network_speed_bytes{device="veth65c360e"} 1.25e+09 node_network_speed_bytes{device="veth6630733"} 1.25e+09 node_network_speed_bytes{device="veth66b7fed"} 1.25e+09 node_network_speed_bytes{device="veth670d042"} 1.25e+09 node_network_speed_bytes{device="veth6774070"} 1.25e+09 node_network_speed_bytes{device="veth67e3876"} 1.25e+09 node_network_speed_bytes{device="veth684d2c7"} 1.25e+09 node_network_speed_bytes{device="veth688908c"} 1.25e+09 node_network_speed_bytes{device="veth6898f5c"} 1.25e+09 node_network_speed_bytes{device="veth68fd89d"} 1.25e+09 node_network_speed_bytes{device="veth690503f"} 1.25e+09 node_network_speed_bytes{device="veth69a31f5"} 1.25e+09 node_network_speed_bytes{device="veth69cb16e"} 1.25e+09 node_network_speed_bytes{device="veth69d3433"} 1.25e+09 node_network_speed_bytes{device="veth69f30b8"} 1.25e+09 node_network_speed_bytes{device="veth69f82f1"} 1.25e+09 node_network_speed_bytes{device="veth6a008e6"} 1.25e+09 node_network_speed_bytes{device="veth6a08252"} 1.25e+09 node_network_speed_bytes{device="veth6a552ae"} 1.25e+09 node_network_speed_bytes{device="veth6a9654d"} 1.25e+09 node_network_speed_bytes{device="veth6ac2ad5"} 1.25e+09 node_network_speed_bytes{device="veth6b2d933"} 1.25e+09 node_network_speed_bytes{device="veth6b3dad4"} 1.25e+09 node_network_speed_bytes{device="veth6b52f37"} 1.25e+09 node_network_speed_bytes{device="veth6befc8c"} 1.25e+09 node_network_speed_bytes{device="veth6c33543"} 1.25e+09 node_network_speed_bytes{device="veth6c58b6c"} 1.25e+09 node_network_speed_bytes{device="veth6c5ad94"} 1.25e+09 node_network_speed_bytes{device="veth6ca3495"} 1.25e+09 node_network_speed_bytes{device="veth6ce5f51"} 1.25e+09 node_network_speed_bytes{device="veth6d0a089"} 1.25e+09 node_network_speed_bytes{device="veth6d3ac08"} 1.25e+09 node_network_speed_bytes{device="veth6e44940"} 1.25e+09 node_network_speed_bytes{device="veth6e6c1f7"} 1.25e+09 node_network_speed_bytes{device="veth6ed1d48"} 1.25e+09 node_network_speed_bytes{device="veth70c4d49"} 1.25e+09 node_network_speed_bytes{device="veth71776a8"} 1.25e+09 node_network_speed_bytes{device="veth7188a44"} 1.25e+09 node_network_speed_bytes{device="veth718a7eb"} 1.25e+09 node_network_speed_bytes{device="veth71ffa2e"} 1.25e+09 node_network_speed_bytes{device="veth72d266b"} 1.25e+09 node_network_speed_bytes{device="veth73369bb"} 1.25e+09 node_network_speed_bytes{device="veth73b2056"} 1.25e+09 node_network_speed_bytes{device="veth73ead52"} 1.25e+09 node_network_speed_bytes{device="veth7429a6e"} 1.25e+09 node_network_speed_bytes{device="veth745dadb"} 1.25e+09 node_network_speed_bytes{device="veth750eb48"} 1.25e+09 node_network_speed_bytes{device="veth752218d"} 1.25e+09 node_network_speed_bytes{device="veth757493a"} 1.25e+09 node_network_speed_bytes{device="veth757efe6"} 1.25e+09 node_network_speed_bytes{device="veth757fccd"} 1.25e+09 node_network_speed_bytes{device="veth75e9ad3"} 1.25e+09 node_network_speed_bytes{device="veth760c07f"} 1.25e+09 node_network_speed_bytes{device="veth7632291"} 1.25e+09 node_network_speed_bytes{device="veth76dc8a9"} 1.25e+09 node_network_speed_bytes{device="veth76f5b59"} 1.25e+09 node_network_speed_bytes{device="veth7708a2a"} 1.25e+09 node_network_speed_bytes{device="veth7731308"} 1.25e+09 node_network_speed_bytes{device="veth774a0cf"} 1.25e+09 node_network_speed_bytes{device="veth7758da8"} 1.25e+09 node_network_speed_bytes{device="veth77f5539"} 1.25e+09 node_network_speed_bytes{device="veth78a6a45"} 1.25e+09 node_network_speed_bytes{device="veth78df8ba"} 1.25e+09 node_network_speed_bytes{device="veth797e46a"} 1.25e+09 node_network_speed_bytes{device="veth79e6c25"} 1.25e+09 node_network_speed_bytes{device="veth79ef071"} 1.25e+09 node_network_speed_bytes{device="veth7a37e75"} 1.25e+09 node_network_speed_bytes{device="veth7a4ee0a"} 1.25e+09 node_network_speed_bytes{device="veth7a84b20"} 1.25e+09 node_network_speed_bytes{device="veth7a8d1bc"} 1.25e+09 node_network_speed_bytes{device="veth7b5aa98"} 1.25e+09 node_network_speed_bytes{device="veth7b76de0"} 1.25e+09 node_network_speed_bytes{device="veth7bbc3fb"} 1.25e+09 node_network_speed_bytes{device="veth7bdbf78"} 1.25e+09 node_network_speed_bytes{device="veth7c00c6f"} 1.25e+09 node_network_speed_bytes{device="veth7c170e8"} 1.25e+09 node_network_speed_bytes{device="veth7c79405"} 1.25e+09 node_network_speed_bytes{device="veth7c7c6a4"} 1.25e+09 node_network_speed_bytes{device="veth7c7edf8"} 1.25e+09 node_network_speed_bytes{device="veth7cd2b86"} 1.25e+09 node_network_speed_bytes{device="veth7ceb6c5"} 1.25e+09 node_network_speed_bytes{device="veth7d0a9c9"} 1.25e+09 node_network_speed_bytes{device="veth7da5a3d"} 1.25e+09 node_network_speed_bytes{device="veth7e7a5a2"} 1.25e+09 node_network_speed_bytes{device="veth7e90c50"} 1.25e+09 node_network_speed_bytes{device="veth7efb584"} 1.25e+09 node_network_speed_bytes{device="veth7efb9a4"} 1.25e+09 node_network_speed_bytes{device="veth7f219e6"} 1.25e+09 node_network_speed_bytes{device="veth7f349f1"} 1.25e+09 node_network_speed_bytes{device="veth7f7adf7"} 1.25e+09 node_network_speed_bytes{device="veth7fbccd1"} 1.25e+09 node_network_speed_bytes{device="veth7ff9da9"} 1.25e+09 node_network_speed_bytes{device="veth804203c"} 1.25e+09 node_network_speed_bytes{device="veth80abb3a"} 1.25e+09 node_network_speed_bytes{device="veth80bc918"} 1.25e+09 node_network_speed_bytes{device="veth80db113"} 1.25e+09 node_network_speed_bytes{device="veth8115deb"} 1.25e+09 node_network_speed_bytes{device="veth818e1b4"} 1.25e+09 node_network_speed_bytes{device="veth81cd17e"} 1.25e+09 node_network_speed_bytes{device="veth81e6903"} 1.25e+09 node_network_speed_bytes{device="veth81f0a15"} 1.25e+09 node_network_speed_bytes{device="veth824a73a"} 1.25e+09 node_network_speed_bytes{device="veth8286cb8"} 1.25e+09 node_network_speed_bytes{device="veth82bcac8"} 1.25e+09 node_network_speed_bytes{device="veth82c8314"} 1.25e+09 node_network_speed_bytes{device="veth82d54d6"} 1.25e+09 node_network_speed_bytes{device="veth82e7162"} 1.25e+09 node_network_speed_bytes{device="veth82f9bb2"} 1.25e+09 node_network_speed_bytes{device="veth83c076f"} 1.25e+09 node_network_speed_bytes{device="veth841b31f"} 1.25e+09 node_network_speed_bytes{device="veth8491d68"} 1.25e+09 node_network_speed_bytes{device="veth8575f2f"} 1.25e+09 node_network_speed_bytes{device="veth86b5718"} 1.25e+09 node_network_speed_bytes{device="veth86b8fa2"} 1.25e+09 node_network_speed_bytes{device="veth86c5967"} 1.25e+09 node_network_speed_bytes{device="veth86f7933"} 1.25e+09 node_network_speed_bytes{device="veth873a2e1"} 1.25e+09 node_network_speed_bytes{device="veth87bf2d7"} 1.25e+09 node_network_speed_bytes{device="veth87de5ef"} 1.25e+09 node_network_speed_bytes{device="veth880729a"} 1.25e+09 node_network_speed_bytes{device="veth8899f2d"} 1.25e+09 node_network_speed_bytes{device="veth89df824"} 1.25e+09 node_network_speed_bytes{device="veth8a757d1"} 1.25e+09 node_network_speed_bytes{device="veth8ac6051"} 1.25e+09 node_network_speed_bytes{device="veth8aec1f4"} 1.25e+09 node_network_speed_bytes{device="veth8bb71ef"} 1.25e+09 node_network_speed_bytes{device="veth8c359ba"} 1.25e+09 node_network_speed_bytes{device="veth8c3728a"} 1.25e+09 node_network_speed_bytes{device="veth8c3b2b4"} 1.25e+09 node_network_speed_bytes{device="veth8d365d7"} 1.25e+09 node_network_speed_bytes{device="veth8d79659"} 1.25e+09 node_network_speed_bytes{device="veth8e0aa38"} 1.25e+09 node_network_speed_bytes{device="veth8f8d551"} 1.25e+09 node_network_speed_bytes{device="veth8fbb10d"} 1.25e+09 node_network_speed_bytes{device="veth900bd70"} 1.25e+09 node_network_speed_bytes{device="veth902cadc"} 1.25e+09 node_network_speed_bytes{device="veth9047572"} 1.25e+09 node_network_speed_bytes{device="veth9057c62"} 1.25e+09 node_network_speed_bytes{device="veth9073787"} 1.25e+09 node_network_speed_bytes{device="veth9166eaa"} 1.25e+09 node_network_speed_bytes{device="veth9193b16"} 1.25e+09 node_network_speed_bytes{device="veth91a6689"} 1.25e+09 node_network_speed_bytes{device="veth91f1a12"} 1.25e+09 node_network_speed_bytes{device="veth91fabb4"} 1.25e+09 node_network_speed_bytes{device="veth9267946"} 1.25e+09 node_network_speed_bytes{device="veth9371418"} 1.25e+09 node_network_speed_bytes{device="veth93f3c9f"} 1.25e+09 node_network_speed_bytes{device="veth9488f04"} 1.25e+09 node_network_speed_bytes{device="veth948cd1e"} 1.25e+09 node_network_speed_bytes{device="veth951eef4"} 1.25e+09 node_network_speed_bytes{device="veth9675397"} 1.25e+09 node_network_speed_bytes{device="veth9681927"} 1.25e+09 node_network_speed_bytes{device="veth96e0471"} 1.25e+09 node_network_speed_bytes{device="veth98feb57"} 1.25e+09 node_network_speed_bytes{device="veth994a72a"} 1.25e+09 node_network_speed_bytes{device="veth9985b4e"} 1.25e+09 node_network_speed_bytes{device="veth99cdb12"} 1.25e+09 node_network_speed_bytes{device="veth9a9e7eb"} 1.25e+09 node_network_speed_bytes{device="veth9b18d92"} 1.25e+09 node_network_speed_bytes{device="veth9b23960"} 1.25e+09 node_network_speed_bytes{device="veth9bbbd3e"} 1.25e+09 node_network_speed_bytes{device="veth9bde175"} 1.25e+09 node_network_speed_bytes{device="veth9bed411"} 1.25e+09 node_network_speed_bytes{device="veth9c4e77f"} 1.25e+09 node_network_speed_bytes{device="veth9c9a350"} 1.25e+09 node_network_speed_bytes{device="veth9cb0c0f"} 1.25e+09 node_network_speed_bytes{device="veth9cfe767"} 1.25e+09 node_network_speed_bytes{device="veth9d35c37"} 1.25e+09 node_network_speed_bytes{device="veth9d674e8"} 1.25e+09 node_network_speed_bytes{device="veth9d8fc99"} 1.25e+09 node_network_speed_bytes{device="veth9d98eba"} 1.25e+09 node_network_speed_bytes{device="veth9da8b8d"} 1.25e+09 node_network_speed_bytes{device="veth9df3ecb"} 1.25e+09 node_network_speed_bytes{device="veth9e9fce6"} 1.25e+09 node_network_speed_bytes{device="veth9ed817d"} 1.25e+09 node_network_speed_bytes{device="veth9f3233d"} 1.25e+09 node_network_speed_bytes{device="veth9f82c51"} 1.25e+09 node_network_speed_bytes{device="veth9f8faa5"} 1.25e+09 node_network_speed_bytes{device="vetha0c1437"} 1.25e+09 node_network_speed_bytes{device="vetha0e80a0"} 1.25e+09 node_network_speed_bytes{device="vetha106075"} 1.25e+09 node_network_speed_bytes{device="vetha10ed6f"} 1.25e+09 node_network_speed_bytes{device="vetha131bbc"} 1.25e+09 node_network_speed_bytes{device="vetha187e3b"} 1.25e+09 node_network_speed_bytes{device="vetha19ce39"} 1.25e+09 node_network_speed_bytes{device="vetha1a96b5"} 1.25e+09 node_network_speed_bytes{device="vetha1db4d4"} 1.25e+09 node_network_speed_bytes{device="vetha208f1d"} 1.25e+09 node_network_speed_bytes{device="vetha20f05a"} 1.25e+09 node_network_speed_bytes{device="vetha21095f"} 1.25e+09 node_network_speed_bytes{device="vetha29c587"} 1.25e+09 node_network_speed_bytes{device="vetha2d62f9"} 1.25e+09 node_network_speed_bytes{device="vetha2e6ee7"} 1.25e+09 node_network_speed_bytes{device="vetha2efe45"} 1.25e+09 node_network_speed_bytes{device="vetha334ff9"} 1.25e+09 node_network_speed_bytes{device="vetha33b595"} 1.25e+09 node_network_speed_bytes{device="vetha356001"} 1.25e+09 node_network_speed_bytes{device="vetha3d3064"} 1.25e+09 node_network_speed_bytes{device="vetha3e8c9c"} 1.25e+09 node_network_speed_bytes{device="vetha3f126e"} 1.25e+09 node_network_speed_bytes{device="vetha4878ac"} 1.25e+09 node_network_speed_bytes{device="vetha5244b8"} 1.25e+09 node_network_speed_bytes{device="vetha588f6c"} 1.25e+09 node_network_speed_bytes{device="vetha58e162"} 1.25e+09 node_network_speed_bytes{device="vetha80a84c"} 1.25e+09 node_network_speed_bytes{device="vetha81db62"} 1.25e+09 node_network_speed_bytes{device="vetha8da15f"} 1.25e+09 node_network_speed_bytes{device="vetha95fac3"} 1.25e+09 node_network_speed_bytes{device="vethaa460d0"} 1.25e+09 node_network_speed_bytes{device="vethaa5252d"} 1.25e+09 node_network_speed_bytes{device="vethabd5525"} 1.25e+09 node_network_speed_bytes{device="vethac309ae"} 1.25e+09 node_network_speed_bytes{device="vethacc9983"} 1.25e+09 node_network_speed_bytes{device="vethadaa61e"} 1.25e+09 node_network_speed_bytes{device="vethadd6779"} 1.25e+09 node_network_speed_bytes{device="vethae07fdb"} 1.25e+09 node_network_speed_bytes{device="vethae2e166"} 1.25e+09 node_network_speed_bytes{device="vethae6aaad"} 1.25e+09 node_network_speed_bytes{device="vethae899be"} 1.25e+09 node_network_speed_bytes{device="vethaf2d319"} 1.25e+09 node_network_speed_bytes{device="vethaff0c5f"} 1.25e+09 node_network_speed_bytes{device="vethb11d1d5"} 1.25e+09 node_network_speed_bytes{device="vethb146b3d"} 1.25e+09 node_network_speed_bytes{device="vethb17b307"} 1.25e+09 node_network_speed_bytes{device="vethb24125c"} 1.25e+09 node_network_speed_bytes{device="vethb25b930"} 1.25e+09 node_network_speed_bytes{device="vethb264074"} 1.25e+09 node_network_speed_bytes{device="vethb26da6e"} 1.25e+09 node_network_speed_bytes{device="vethb2f7e0f"} 1.25e+09 node_network_speed_bytes{device="vethb413da6"} 1.25e+09 node_network_speed_bytes{device="vethb436b35"} 1.25e+09 node_network_speed_bytes{device="vethb466aea"} 1.25e+09 node_network_speed_bytes{device="vethb4a4c76"} 1.25e+09 node_network_speed_bytes{device="vethb4fafb4"} 1.25e+09 node_network_speed_bytes{device="vethb5afb08"} 1.25e+09 node_network_speed_bytes{device="vethb72a42c"} 1.25e+09 node_network_speed_bytes{device="vethb80e0f0"} 1.25e+09 node_network_speed_bytes{device="vethb8148cc"} 1.25e+09 node_network_speed_bytes{device="vethb85e063"} 1.25e+09 node_network_speed_bytes{device="vethb92f9d3"} 1.25e+09 node_network_speed_bytes{device="vethb92fe3f"} 1.25e+09 node_network_speed_bytes{device="vethba942aa"} 1.25e+09 node_network_speed_bytes{device="vethbae8967"} 1.25e+09 node_network_speed_bytes{device="vethbb0b4fe"} 1.25e+09 node_network_speed_bytes{device="vethbbaaafe"} 1.25e+09 node_network_speed_bytes{device="vethbc2b4ad"} 1.25e+09 node_network_speed_bytes{device="vethbc58d49"} 1.25e+09 node_network_speed_bytes{device="vethbcde7a6"} 1.25e+09 node_network_speed_bytes{device="vethbce62a9"} 1.25e+09 node_network_speed_bytes{device="vethbe194c8"} 1.25e+09 node_network_speed_bytes{device="vethbe2c80a"} 1.25e+09 node_network_speed_bytes{device="vethbe97de8"} 1.25e+09 node_network_speed_bytes{device="vethbfb44f0"} 1.25e+09 node_network_speed_bytes{device="vethc00de3e"} 1.25e+09 node_network_speed_bytes{device="vethc02588e"} 1.25e+09 node_network_speed_bytes{device="vethc033a93"} 1.25e+09 node_network_speed_bytes{device="vethc060fb3"} 1.25e+09 node_network_speed_bytes{device="vethc122dad"} 1.25e+09 node_network_speed_bytes{device="vethc12e527"} 1.25e+09 node_network_speed_bytes{device="vethc140d9c"} 1.25e+09 node_network_speed_bytes{device="vethc17e1ec"} 1.25e+09 node_network_speed_bytes{device="vethc1d7f4f"} 1.25e+09 node_network_speed_bytes{device="vethc1ec8f5"} 1.25e+09 node_network_speed_bytes{device="vethc20d812"} 1.25e+09 node_network_speed_bytes{device="vethc22a5c0"} 1.25e+09 node_network_speed_bytes{device="vethc239fc6"} 1.25e+09 node_network_speed_bytes{device="vethc311203"} 1.25e+09 node_network_speed_bytes{device="vethc3412aa"} 1.25e+09 node_network_speed_bytes{device="vethc3f0337"} 1.25e+09 node_network_speed_bytes{device="vethc42048e"} 1.25e+09 node_network_speed_bytes{device="vethc4617ba"} 1.25e+09 node_network_speed_bytes{device="vethc498aec"} 1.25e+09 node_network_speed_bytes{device="vethc4f407f"} 1.25e+09 node_network_speed_bytes{device="vethc554c32"} 1.25e+09 node_network_speed_bytes{device="vethc5aaafd"} 1.25e+09 node_network_speed_bytes{device="vethc5ace02"} 1.25e+09 node_network_speed_bytes{device="vethc5b36ba"} 1.25e+09 node_network_speed_bytes{device="vethc5dd649"} 1.25e+09 node_network_speed_bytes{device="vethc5eb73b"} 1.25e+09 node_network_speed_bytes{device="vethc5eca53"} 1.25e+09 node_network_speed_bytes{device="vethc68deb2"} 1.25e+09 node_network_speed_bytes{device="vethc69e5b9"} 1.25e+09 node_network_speed_bytes{device="vethc6fe840"} 1.25e+09 node_network_speed_bytes{device="vethc7016cb"} 1.25e+09 node_network_speed_bytes{device="vethc75d66d"} 1.25e+09 node_network_speed_bytes{device="vethc790a6e"} 1.25e+09 node_network_speed_bytes{device="vethc84e290"} 1.25e+09 node_network_speed_bytes{device="vethc8739b3"} 1.25e+09 node_network_speed_bytes{device="vethc87da99"} 1.25e+09 node_network_speed_bytes{device="vethc88bbcf"} 1.25e+09 node_network_speed_bytes{device="vethc928fb9"} 1.25e+09 node_network_speed_bytes{device="vethc959280"} 1.25e+09 node_network_speed_bytes{device="vethc97be75"} 1.25e+09 node_network_speed_bytes{device="vethc99df73"} 1.25e+09 node_network_speed_bytes{device="vethc9e1b23"} 1.25e+09 node_network_speed_bytes{device="vethca8e8cd"} 1.25e+09 node_network_speed_bytes{device="vethcb7fed6"} 1.25e+09 node_network_speed_bytes{device="vethcb89e48"} 1.25e+09 node_network_speed_bytes{device="vethcc43237"} 1.25e+09 node_network_speed_bytes{device="vethcc4fef3"} 1.25e+09 node_network_speed_bytes{device="vethcc7f6ac"} 1.25e+09 node_network_speed_bytes{device="vethccb9f9c"} 1.25e+09 node_network_speed_bytes{device="vethccdb53f"} 1.25e+09 node_network_speed_bytes{device="vethcd6e0c9"} 1.25e+09 node_network_speed_bytes{device="vethce1a2f7"} 1.25e+09 node_network_speed_bytes{device="vethce4e99b"} 1.25e+09 node_network_speed_bytes{device="vethce521ba"} 1.25e+09 node_network_speed_bytes{device="vethcf53b01"} 1.25e+09 node_network_speed_bytes{device="vethcfd9fe1"} 1.25e+09 node_network_speed_bytes{device="vethd0b2173"} 1.25e+09 node_network_speed_bytes{device="vethd0f1488"} 1.25e+09 node_network_speed_bytes{device="vethd0f34e4"} 1.25e+09 node_network_speed_bytes{device="vethd0ffc64"} 1.25e+09 node_network_speed_bytes{device="vethd1ec6d3"} 1.25e+09 node_network_speed_bytes{device="vethd2010fb"} 1.25e+09 node_network_speed_bytes{device="vethd2deb54"} 1.25e+09 node_network_speed_bytes{device="vethd2f4531"} 1.25e+09 node_network_speed_bytes{device="vethd34362b"} 1.25e+09 node_network_speed_bytes{device="vethd347820"} 1.25e+09 node_network_speed_bytes{device="vethd3608f1"} 1.25e+09 node_network_speed_bytes{device="vethd42c82d"} 1.25e+09 node_network_speed_bytes{device="vethd45b81a"} 1.25e+09 node_network_speed_bytes{device="vethd466b1f"} 1.25e+09 node_network_speed_bytes{device="vethd49c6b2"} 1.25e+09 node_network_speed_bytes{device="vethd5344cc"} 1.25e+09 node_network_speed_bytes{device="vethd60e2bd"} 1.25e+09 node_network_speed_bytes{device="vethd64322f"} 1.25e+09 node_network_speed_bytes{device="vethd65b5b3"} 1.25e+09 node_network_speed_bytes{device="vethd681481"} 1.25e+09 node_network_speed_bytes{device="vethd6ceb54"} 1.25e+09 node_network_speed_bytes{device="vethd6fa258"} 1.25e+09 node_network_speed_bytes{device="vethd71b7e5"} 1.25e+09 node_network_speed_bytes{device="vethd752c61"} 1.25e+09 node_network_speed_bytes{device="vethd760c58"} 1.25e+09 node_network_speed_bytes{device="vethd768a42"} 1.25e+09 node_network_speed_bytes{device="vethd76e941"} 1.25e+09 node_network_speed_bytes{device="vethd81eb6c"} 1.25e+09 node_network_speed_bytes{device="vethd868ed3"} 1.25e+09 node_network_speed_bytes{device="vethd8a170f"} 1.25e+09 node_network_speed_bytes{device="vethd8b4b5b"} 1.25e+09 node_network_speed_bytes{device="vethd97f7eb"} 1.25e+09 node_network_speed_bytes{device="vethd9c86a8"} 1.25e+09 node_network_speed_bytes{device="vethda452a5"} 1.25e+09 node_network_speed_bytes{device="vethdaa52c9"} 1.25e+09 node_network_speed_bytes{device="vethdae085c"} 1.25e+09 node_network_speed_bytes{device="vethdb552be"} 1.25e+09 node_network_speed_bytes{device="vethdba1b3a"} 1.25e+09 node_network_speed_bytes{device="vethdc4d810"} 1.25e+09 node_network_speed_bytes{device="vethdd1fe39"} 1.25e+09 node_network_speed_bytes{device="vethdd25bde"} 1.25e+09 node_network_speed_bytes{device="vethdd3daca"} 1.25e+09 node_network_speed_bytes{device="vethdd432a7"} 1.25e+09 node_network_speed_bytes{device="vethdd77089"} 1.25e+09 node_network_speed_bytes{device="vethdd88546"} 1.25e+09 node_network_speed_bytes{device="vethdda7569"} 1.25e+09 node_network_speed_bytes{device="vethddb4b12"} 1.25e+09 node_network_speed_bytes{device="vethde79ae2"} 1.25e+09 node_network_speed_bytes{device="vethde8673b"} 1.25e+09 node_network_speed_bytes{device="vethdf825a0"} 1.25e+09 node_network_speed_bytes{device="vethdf861f8"} 1.25e+09 node_network_speed_bytes{device="vethdfcbb7b"} 1.25e+09 node_network_speed_bytes{device="vethe028419"} 1.25e+09 node_network_speed_bytes{device="vethe05e953"} 1.25e+09 node_network_speed_bytes{device="vethe0c38b7"} 1.25e+09 node_network_speed_bytes{device="vethe101bab"} 1.25e+09 node_network_speed_bytes{device="vethe1189bd"} 1.25e+09 node_network_speed_bytes{device="vethe13fa27"} 1.25e+09 node_network_speed_bytes{device="vethe177f5b"} 1.25e+09 node_network_speed_bytes{device="vethe1ebb25"} 1.25e+09 node_network_speed_bytes{device="vethe209306"} 1.25e+09 node_network_speed_bytes{device="vethe33aa29"} 1.25e+09 node_network_speed_bytes{device="vethe38290a"} 1.25e+09 node_network_speed_bytes{device="vethe39934f"} 1.25e+09 node_network_speed_bytes{device="vethe39dd06"} 1.25e+09 node_network_speed_bytes{device="vethe45952d"} 1.25e+09 node_network_speed_bytes{device="vethe54bc00"} 1.25e+09 node_network_speed_bytes{device="vethe5621bc"} 1.25e+09 node_network_speed_bytes{device="vethe5723c0"} 1.25e+09 node_network_speed_bytes{device="vethe64b47d"} 1.25e+09 node_network_speed_bytes{device="vethe660bdb"} 1.25e+09 node_network_speed_bytes{device="vethe6b515e"} 1.25e+09 node_network_speed_bytes{device="vethe6e8924"} 1.25e+09 node_network_speed_bytes{device="vethe6f5fae"} 1.25e+09 node_network_speed_bytes{device="vethe7dc6b0"} 1.25e+09 node_network_speed_bytes{device="vethe7e6bbf"} 1.25e+09 node_network_speed_bytes{device="vethe8000ea"} 1.25e+09 node_network_speed_bytes{device="vethe8094b1"} 1.25e+09 node_network_speed_bytes{device="vethe8551b4"} 1.25e+09 node_network_speed_bytes{device="vethe8c6bde"} 1.25e+09 node_network_speed_bytes{device="vethe8f63bd"} 1.25e+09 node_network_speed_bytes{device="vethe93a649"} 1.25e+09 node_network_speed_bytes{device="vethe9de379"} 1.25e+09 node_network_speed_bytes{device="vethe9ef82b"} 1.25e+09 node_network_speed_bytes{device="vethea2004e"} 1.25e+09 node_network_speed_bytes{device="vethea7b5b1"} 1.25e+09 node_network_speed_bytes{device="vetheafba5d"} 1.25e+09 node_network_speed_bytes{device="vetheafdff8"} 1.25e+09 node_network_speed_bytes{device="vetheb96a22"} 1.25e+09 node_network_speed_bytes{device="vethec666e8"} 1.25e+09 node_network_speed_bytes{device="vethed11450"} 1.25e+09 node_network_speed_bytes{device="vethed19b20"} 1.25e+09 node_network_speed_bytes{device="vethed3ab9d"} 1.25e+09 node_network_speed_bytes{device="vetheddb648"} 1.25e+09 node_network_speed_bytes{device="vethedeec24"} 1.25e+09 node_network_speed_bytes{device="vethedf40f5"} 1.25e+09 node_network_speed_bytes{device="vetheefaddf"} 1.25e+09 node_network_speed_bytes{device="vethef58697"} 1.25e+09 node_network_speed_bytes{device="vethefe8ba7"} 1.25e+09 node_network_speed_bytes{device="vethf09ac69"} 1.25e+09 node_network_speed_bytes{device="vethf14b507"} 1.25e+09 node_network_speed_bytes{device="vethf14bf3b"} 1.25e+09 node_network_speed_bytes{device="vethf14e041"} 1.25e+09 node_network_speed_bytes{device="vethf185ebb"} 1.25e+09 node_network_speed_bytes{device="vethf2509ba"} 1.25e+09 node_network_speed_bytes{device="vethf25387f"} 1.25e+09 node_network_speed_bytes{device="vethf2a6c87"} 1.25e+09 node_network_speed_bytes{device="vethf2b1dab"} 1.25e+09 node_network_speed_bytes{device="vethf2badff"} 1.25e+09 node_network_speed_bytes{device="vethf33a028"} 1.25e+09 node_network_speed_bytes{device="vethf342283"} 1.25e+09 node_network_speed_bytes{device="vethf47c7ff"} 1.25e+09 node_network_speed_bytes{device="vethf4ac138"} 1.25e+09 node_network_speed_bytes{device="vethf4b1b2a"} 1.25e+09 node_network_speed_bytes{device="vethf4bd777"} 1.25e+09 node_network_speed_bytes{device="vethf5aeeda"} 1.25e+09 node_network_speed_bytes{device="vethf5e58af"} 1.25e+09 node_network_speed_bytes{device="vethf60f5e6"} 1.25e+09 node_network_speed_bytes{device="vethf63a7c4"} 1.25e+09 node_network_speed_bytes{device="vethf6bd349"} 1.25e+09 node_network_speed_bytes{device="vethf6ce5b6"} 1.25e+09 node_network_speed_bytes{device="vethf7684fa"} 1.25e+09 node_network_speed_bytes{device="vethf7e9d2c"} 1.25e+09 node_network_speed_bytes{device="vethf8128a9"} 1.25e+09 node_network_speed_bytes{device="vethf81e612"} 1.25e+09 node_network_speed_bytes{device="vethf855174"} 1.25e+09 node_network_speed_bytes{device="vethf894d6d"} 1.25e+09 node_network_speed_bytes{device="vethf979695"} 1.25e+09 node_network_speed_bytes{device="vethf98530e"} 1.25e+09 node_network_speed_bytes{device="vethf9986ef"} 1.25e+09 node_network_speed_bytes{device="vethf9b3f86"} 1.25e+09 node_network_speed_bytes{device="vethfb8b857"} 1.25e+09 node_network_speed_bytes{device="vethfb9458b"} 1.25e+09 node_network_speed_bytes{device="vethfbf1832"} 1.25e+09 node_network_speed_bytes{device="vethfbf1a8f"} 1.25e+09 node_network_speed_bytes{device="vethfc87a12"} 1.25e+09 node_network_speed_bytes{device="vethfc9a925"} 1.25e+09 node_network_speed_bytes{device="vethfcccc71"} 1.25e+09 node_network_speed_bytes{device="vethfd1bace"} 1.25e+09 node_network_speed_bytes{device="vethfd1daa5"} 1.25e+09 node_network_speed_bytes{device="vethfd685e4"} 1.25e+09 node_network_speed_bytes{device="vethfdacab6"} 1.25e+09 node_network_speed_bytes{device="vethfe15339"} 1.25e+09 node_network_speed_bytes{device="vethfe36666"} 1.25e+09 node_network_speed_bytes{device="vethfe7040e"} 1.25e+09 node_network_speed_bytes{device="vethfec16de"} 1.25e+09 node_network_speed_bytes{device="vethfedbea0"} 1.25e+09 node_network_speed_bytes{device="vethff12d55"} 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"} 4.241920822e+09 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="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="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="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="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="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="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 1.097915e+06 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-02823e0b21f8"} 0 node_network_transmit_queue_length{device="br-04cbf9ad21fb"} 0 node_network_transmit_queue_length{device="br-07e352042c28"} 0 node_network_transmit_queue_length{device="br-08dd0c9852c8"} 0 node_network_transmit_queue_length{device="br-0a8e30067c8e"} 0 node_network_transmit_queue_length{device="br-0b7a81bcb7e3"} 0 node_network_transmit_queue_length{device="br-0bcc3cc90f11"} 0 node_network_transmit_queue_length{device="br-0d9fdd0cf163"} 0 node_network_transmit_queue_length{device="br-159df358c552"} 0 node_network_transmit_queue_length{device="br-15dab3c5a2fb"} 0 node_network_transmit_queue_length{device="br-19518ca3b773"} 0 node_network_transmit_queue_length{device="br-1a025aacb82b"} 0 node_network_transmit_queue_length{device="br-1b283e1e5128"} 0 node_network_transmit_queue_length{device="br-1ba83a528099"} 0 node_network_transmit_queue_length{device="br-1c3bd3909a8a"} 0 node_network_transmit_queue_length{device="br-1c535b11677a"} 0 node_network_transmit_queue_length{device="br-1de64be72380"} 0 node_network_transmit_queue_length{device="br-208ab78feaa3"} 0 node_network_transmit_queue_length{device="br-217d6415a970"} 0 node_network_transmit_queue_length{device="br-27771a4b5e1c"} 0 node_network_transmit_queue_length{device="br-2860d01a9c36"} 0 node_network_transmit_queue_length{device="br-28853d2b1974"} 0 node_network_transmit_queue_length{device="br-2cd18bfafc5e"} 0 node_network_transmit_queue_length{device="br-2f10de396682"} 0 node_network_transmit_queue_length{device="br-349eb65873d4"} 0 node_network_transmit_queue_length{device="br-3718da5a7dac"} 0 node_network_transmit_queue_length{device="br-37f17f8c2f41"} 0 node_network_transmit_queue_length{device="br-39ee20d64532"} 0 node_network_transmit_queue_length{device="br-3a7803651a32"} 0 node_network_transmit_queue_length{device="br-3b46cefe7982"} 0 node_network_transmit_queue_length{device="br-3d8e222ceb4d"} 0 node_network_transmit_queue_length{device="br-3d9cd1c09975"} 0 node_network_transmit_queue_length{device="br-3db3cc2bc444"} 0 node_network_transmit_queue_length{device="br-3e66b6d4d599"} 0 node_network_transmit_queue_length{device="br-3ee00523d99d"} 0 node_network_transmit_queue_length{device="br-402682b9212c"} 0 node_network_transmit_queue_length{device="br-447189b64663"} 0 node_network_transmit_queue_length{device="br-44fbf271d024"} 0 node_network_transmit_queue_length{device="br-458514748e86"} 0 node_network_transmit_queue_length{device="br-483851ad6d82"} 0 node_network_transmit_queue_length{device="br-4b6104651907"} 0 node_network_transmit_queue_length{device="br-4dbe0bd05d7e"} 0 node_network_transmit_queue_length{device="br-4fac6072ea97"} 0 node_network_transmit_queue_length{device="br-5064110da1f6"} 0 node_network_transmit_queue_length{device="br-52ce8deae651"} 0 node_network_transmit_queue_length{device="br-559d36b72748"} 0 node_network_transmit_queue_length{device="br-56145531d617"} 0 node_network_transmit_queue_length{device="br-566d230839cf"} 0 node_network_transmit_queue_length{device="br-56a5fa614b52"} 0 node_network_transmit_queue_length{device="br-5748fcd1e7ca"} 0 node_network_transmit_queue_length{device="br-595b89a771c2"} 0 node_network_transmit_queue_length{device="br-59aa9f4171dd"} 0 node_network_transmit_queue_length{device="br-5a1c61a6d482"} 0 node_network_transmit_queue_length{device="br-5b324be20854"} 0 node_network_transmit_queue_length{device="br-5f11f2c9115a"} 0 node_network_transmit_queue_length{device="br-606bd002e3a4"} 0 node_network_transmit_queue_length{device="br-61e477cf95da"} 0 node_network_transmit_queue_length{device="br-65df7dba5a66"} 0 node_network_transmit_queue_length{device="br-6654a6f415ef"} 0 node_network_transmit_queue_length{device="br-665d979d60c7"} 0 node_network_transmit_queue_length{device="br-6746be184829"} 0 node_network_transmit_queue_length{device="br-67b6f2b09055"} 0 node_network_transmit_queue_length{device="br-6d59a9037e7f"} 0 node_network_transmit_queue_length{device="br-6e8e8bec63f7"} 0 node_network_transmit_queue_length{device="br-6fdd4f05699e"} 0 node_network_transmit_queue_length{device="br-70a43ddb765f"} 0 node_network_transmit_queue_length{device="br-7151fb21ebc7"} 0 node_network_transmit_queue_length{device="br-757cf8ccd099"} 0 node_network_transmit_queue_length{device="br-7783edd4fb63"} 0 node_network_transmit_queue_length{device="br-7967b93cb965"} 0 node_network_transmit_queue_length{device="br-7a05c4b4c71c"} 0 node_network_transmit_queue_length{device="br-7f1c0840c41b"} 0 node_network_transmit_queue_length{device="br-8291479ee6f8"} 0 node_network_transmit_queue_length{device="br-82b59b3e5c30"} 0 node_network_transmit_queue_length{device="br-831a310fd395"} 0 node_network_transmit_queue_length{device="br-832e21b6735f"} 0 node_network_transmit_queue_length{device="br-84962c4a05ff"} 0 node_network_transmit_queue_length{device="br-89456f9f0577"} 0 node_network_transmit_queue_length{device="br-8c90f08921d2"} 0 node_network_transmit_queue_length{device="br-8d1ae48ba56b"} 0 node_network_transmit_queue_length{device="br-8d5f8dfdd165"} 0 node_network_transmit_queue_length{device="br-8f019a492357"} 0 node_network_transmit_queue_length{device="br-8f2fb4b87f97"} 0 node_network_transmit_queue_length{device="br-9122d919d3da"} 0 node_network_transmit_queue_length{device="br-91e32aebc9b9"} 0 node_network_transmit_queue_length{device="br-973daca1c7c2"} 0 node_network_transmit_queue_length{device="br-98551e817ad3"} 0 node_network_transmit_queue_length{device="br-a01a29421e12"} 0 node_network_transmit_queue_length{device="br-a194f29d52a3"} 0 node_network_transmit_queue_length{device="br-a19b8bbcb4ba"} 0 node_network_transmit_queue_length{device="br-a384ecbfdb6c"} 0 node_network_transmit_queue_length{device="br-a5d1efbd6302"} 0 node_network_transmit_queue_length{device="br-a9242a3d7305"} 0 node_network_transmit_queue_length{device="br-ab4fc0c8f205"} 0 node_network_transmit_queue_length{device="br-ac5441a8184d"} 0 node_network_transmit_queue_length{device="br-ad296b058e6c"} 0 node_network_transmit_queue_length{device="br-b0d3385258be"} 0 node_network_transmit_queue_length{device="br-b5cc1abc8af1"} 0 node_network_transmit_queue_length{device="br-b84a81030c46"} 0 node_network_transmit_queue_length{device="br-b9ddcd38e3d5"} 0 node_network_transmit_queue_length{device="br-bbf479fecfd1"} 0 node_network_transmit_queue_length{device="br-bf24405639d1"} 0 node_network_transmit_queue_length{device="br-bf75749e355d"} 0 node_network_transmit_queue_length{device="br-bfa260e794d9"} 0 node_network_transmit_queue_length{device="br-c121b68147b6"} 0 node_network_transmit_queue_length{device="br-c1af548193f3"} 0 node_network_transmit_queue_length{device="br-c60789b54f4a"} 0 node_network_transmit_queue_length{device="br-c7ec91768290"} 0 node_network_transmit_queue_length{device="br-c8047895107e"} 0 node_network_transmit_queue_length{device="br-c8dc093516dd"} 0 node_network_transmit_queue_length{device="br-c9441662f35b"} 0 node_network_transmit_queue_length{device="br-cca3eb0bd63d"} 0 node_network_transmit_queue_length{device="br-cfa83479df17"} 0 node_network_transmit_queue_length{device="br-cfa8e5dacf79"} 0 node_network_transmit_queue_length{device="br-d08110bc3e31"} 0 node_network_transmit_queue_length{device="br-d286f920faa7"} 0 node_network_transmit_queue_length{device="br-d36675741a6d"} 0 node_network_transmit_queue_length{device="br-d4ad227661d1"} 0 node_network_transmit_queue_length{device="br-d54d8e4f9ca5"} 0 node_network_transmit_queue_length{device="br-d6aad0d2a913"} 0 node_network_transmit_queue_length{device="br-dbca5566e641"} 0 node_network_transmit_queue_length{device="br-dc87a7504ded"} 0 node_network_transmit_queue_length{device="br-ddde99c88d06"} 0 node_network_transmit_queue_length{device="br-e0e95d87f3e0"} 0 node_network_transmit_queue_length{device="br-e5714f199361"} 0 node_network_transmit_queue_length{device="br-e63b0d1593b5"} 0 node_network_transmit_queue_length{device="br-e6ca372c02c0"} 0 node_network_transmit_queue_length{device="br-ea12a1764685"} 0 node_network_transmit_queue_length{device="br-edfd70c2aede"} 0 node_network_transmit_queue_length{device="br-ef37d58f8fe1"} 0 node_network_transmit_queue_length{device="br-f7269b4b25bf"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0009c48"} 0 node_network_transmit_queue_length{device="veth0057f22"} 0 node_network_transmit_queue_length{device="veth008ddfb"} 0 node_network_transmit_queue_length{device="veth00e3c78"} 0 node_network_transmit_queue_length{device="veth01c5e43"} 0 node_network_transmit_queue_length{device="veth01d1acf"} 0 node_network_transmit_queue_length{device="veth01f4e0b"} 0 node_network_transmit_queue_length{device="veth02fa58b"} 0 node_network_transmit_queue_length{device="veth032511c"} 0 node_network_transmit_queue_length{device="veth032853a"} 0 node_network_transmit_queue_length{device="veth0379a17"} 0 node_network_transmit_queue_length{device="veth039b82d"} 0 node_network_transmit_queue_length{device="veth03dd035"} 0 node_network_transmit_queue_length{device="veth04159af"} 0 node_network_transmit_queue_length{device="veth041f04f"} 0 node_network_transmit_queue_length{device="veth048c9d9"} 0 node_network_transmit_queue_length{device="veth0521f31"} 0 node_network_transmit_queue_length{device="veth059040d"} 0 node_network_transmit_queue_length{device="veth05a06a7"} 0 node_network_transmit_queue_length{device="veth067e6e9"} 0 node_network_transmit_queue_length{device="veth06e31b1"} 0 node_network_transmit_queue_length{device="veth06f27a2"} 0 node_network_transmit_queue_length{device="veth07a049d"} 0 node_network_transmit_queue_length{device="veth0808d98"} 0 node_network_transmit_queue_length{device="veth0886055"} 0 node_network_transmit_queue_length{device="veth08ae0d6"} 0 node_network_transmit_queue_length{device="veth096258a"} 0 node_network_transmit_queue_length{device="veth0b64779"} 0 node_network_transmit_queue_length{device="veth0bfbe46"} 0 node_network_transmit_queue_length{device="veth0d263b9"} 0 node_network_transmit_queue_length{device="veth0d26989"} 0 node_network_transmit_queue_length{device="veth0e4628c"} 0 node_network_transmit_queue_length{device="veth0e6c375"} 0 node_network_transmit_queue_length{device="veth0e86ab7"} 0 node_network_transmit_queue_length{device="veth0ec88d9"} 0 node_network_transmit_queue_length{device="veth0f039e4"} 0 node_network_transmit_queue_length{device="veth0f6e4c2"} 0 node_network_transmit_queue_length{device="veth0f8da12"} 0 node_network_transmit_queue_length{device="veth0fc3400"} 0 node_network_transmit_queue_length{device="veth0fe6ce8"} 0 node_network_transmit_queue_length{device="veth100d8fb"} 0 node_network_transmit_queue_length{device="veth107e808"} 0 node_network_transmit_queue_length{device="veth1093ea4"} 0 node_network_transmit_queue_length{device="veth10e276d"} 0 node_network_transmit_queue_length{device="veth11210db"} 0 node_network_transmit_queue_length{device="veth11507a2"} 0 node_network_transmit_queue_length{device="veth115219d"} 0 node_network_transmit_queue_length{device="veth12b4062"} 0 node_network_transmit_queue_length{device="veth13756cd"} 0 node_network_transmit_queue_length{device="veth1380211"} 0 node_network_transmit_queue_length{device="veth139d69d"} 0 node_network_transmit_queue_length{device="veth148ba09"} 0 node_network_transmit_queue_length{device="veth1498546"} 0 node_network_transmit_queue_length{device="veth1568435"} 0 node_network_transmit_queue_length{device="veth182b299"} 0 node_network_transmit_queue_length{device="veth1a57969"} 0 node_network_transmit_queue_length{device="veth1a5d00b"} 0 node_network_transmit_queue_length{device="veth1aee0c9"} 0 node_network_transmit_queue_length{device="veth1af829a"} 0 node_network_transmit_queue_length{device="veth1af887e"} 0 node_network_transmit_queue_length{device="veth1bb281d"} 0 node_network_transmit_queue_length{device="veth1be69a9"} 0 node_network_transmit_queue_length{device="veth1c2382f"} 0 node_network_transmit_queue_length{device="veth1c86f94"} 0 node_network_transmit_queue_length{device="veth1cd53f4"} 0 node_network_transmit_queue_length{device="veth1d5e1a4"} 0 node_network_transmit_queue_length{device="veth1dc4860"} 0 node_network_transmit_queue_length{device="veth1dea2fe"} 0 node_network_transmit_queue_length{device="veth1e7f00c"} 0 node_network_transmit_queue_length{device="veth1ec0310"} 0 node_network_transmit_queue_length{device="veth1fda973"} 0 node_network_transmit_queue_length{device="veth1fe94a9"} 0 node_network_transmit_queue_length{device="veth20489bb"} 0 node_network_transmit_queue_length{device="veth20787b5"} 0 node_network_transmit_queue_length{device="veth208ca1a"} 0 node_network_transmit_queue_length{device="veth21c0fe7"} 0 node_network_transmit_queue_length{device="veth2214e42"} 0 node_network_transmit_queue_length{device="veth228bd69"} 0 node_network_transmit_queue_length{device="veth229b6d4"} 0 node_network_transmit_queue_length{device="veth22f2fec"} 0 node_network_transmit_queue_length{device="veth231c261"} 0 node_network_transmit_queue_length{device="veth231d40e"} 0 node_network_transmit_queue_length{device="veth232533d"} 0 node_network_transmit_queue_length{device="veth235d53e"} 0 node_network_transmit_queue_length{device="veth237b6c4"} 0 node_network_transmit_queue_length{device="veth23e1e40"} 0 node_network_transmit_queue_length{device="veth24fc934"} 0 node_network_transmit_queue_length{device="veth25d516d"} 0 node_network_transmit_queue_length{device="veth268dc93"} 0 node_network_transmit_queue_length{device="veth279aa19"} 0 node_network_transmit_queue_length{device="veth27a3e0d"} 0 node_network_transmit_queue_length{device="veth27aa3e1"} 0 node_network_transmit_queue_length{device="veth27bf25e"} 0 node_network_transmit_queue_length{device="veth27eb3a1"} 0 node_network_transmit_queue_length{device="veth2817a39"} 0 node_network_transmit_queue_length{device="veth298a150"} 0 node_network_transmit_queue_length{device="veth29e1cdf"} 0 node_network_transmit_queue_length{device="veth2a938c7"} 0 node_network_transmit_queue_length{device="veth2b6f776"} 0 node_network_transmit_queue_length{device="veth2bea18d"} 0 node_network_transmit_queue_length{device="veth2cb2aa6"} 0 node_network_transmit_queue_length{device="veth2cc6b5d"} 0 node_network_transmit_queue_length{device="veth2cd33a1"} 0 node_network_transmit_queue_length{device="veth2d03ca6"} 0 node_network_transmit_queue_length{device="veth2d2c9f2"} 0 node_network_transmit_queue_length{device="veth2d41a73"} 0 node_network_transmit_queue_length{device="veth2d9918b"} 0 node_network_transmit_queue_length{device="veth2e4245c"} 0 node_network_transmit_queue_length{device="veth2e5029d"} 0 node_network_transmit_queue_length{device="veth2eac8e4"} 0 node_network_transmit_queue_length{device="veth2eb60e4"} 0 node_network_transmit_queue_length{device="veth2f1ad78"} 0 node_network_transmit_queue_length{device="veth2f899b3"} 0 node_network_transmit_queue_length{device="veth2f9b6e7"} 0 node_network_transmit_queue_length{device="veth2f9e651"} 0 node_network_transmit_queue_length{device="veth2ffb90c"} 0 node_network_transmit_queue_length{device="veth305c11f"} 0 node_network_transmit_queue_length{device="veth30b95b0"} 0 node_network_transmit_queue_length{device="veth3110731"} 0 node_network_transmit_queue_length{device="veth315b30d"} 0 node_network_transmit_queue_length{device="veth3168355"} 0 node_network_transmit_queue_length{device="veth3245e1c"} 0 node_network_transmit_queue_length{device="veth329ca59"} 0 node_network_transmit_queue_length{device="veth32da86b"} 0 node_network_transmit_queue_length{device="veth32f0bd7"} 0 node_network_transmit_queue_length{device="veth33d65d5"} 0 node_network_transmit_queue_length{device="veth33d87e8"} 0 node_network_transmit_queue_length{device="veth3540510"} 0 node_network_transmit_queue_length{device="veth354d054"} 0 node_network_transmit_queue_length{device="veth357116f"} 0 node_network_transmit_queue_length{device="veth35886d9"} 0 node_network_transmit_queue_length{device="veth358dbf2"} 0 node_network_transmit_queue_length{device="veth359cbb7"} 0 node_network_transmit_queue_length{device="veth359d04a"} 0 node_network_transmit_queue_length{device="veth35b4532"} 0 node_network_transmit_queue_length{device="veth37d058e"} 0 node_network_transmit_queue_length{device="veth37de2e1"} 0 node_network_transmit_queue_length{device="veth37e7130"} 0 node_network_transmit_queue_length{device="veth3823199"} 0 node_network_transmit_queue_length{device="veth38668ad"} 0 node_network_transmit_queue_length{device="veth3899e00"} 0 node_network_transmit_queue_length{device="veth38af7f4"} 0 node_network_transmit_queue_length{device="veth38c06e7"} 0 node_network_transmit_queue_length{device="veth391740a"} 0 node_network_transmit_queue_length{device="veth3961560"} 0 node_network_transmit_queue_length{device="veth39a84d1"} 0 node_network_transmit_queue_length{device="veth39ec3c6"} 0 node_network_transmit_queue_length{device="veth39f418e"} 0 node_network_transmit_queue_length{device="veth39f7983"} 0 node_network_transmit_queue_length{device="veth3a04f6c"} 0 node_network_transmit_queue_length{device="veth3a28292"} 0 node_network_transmit_queue_length{device="veth3ab5921"} 0 node_network_transmit_queue_length{device="veth3b81dbc"} 0 node_network_transmit_queue_length{device="veth3be47e3"} 0 node_network_transmit_queue_length{device="veth3bf1c8d"} 0 node_network_transmit_queue_length{device="veth3c3790f"} 0 node_network_transmit_queue_length{device="veth3d221c4"} 0 node_network_transmit_queue_length{device="veth3d60dba"} 0 node_network_transmit_queue_length{device="veth3de6d9c"} 0 node_network_transmit_queue_length{device="veth3df8638"} 0 node_network_transmit_queue_length{device="veth3e0fb0b"} 0 node_network_transmit_queue_length{device="veth3ebb118"} 0 node_network_transmit_queue_length{device="veth3ef3733"} 0 node_network_transmit_queue_length{device="veth3f0586e"} 0 node_network_transmit_queue_length{device="veth3f38956"} 0 node_network_transmit_queue_length{device="veth3f3ac76"} 0 node_network_transmit_queue_length{device="veth3f41be9"} 0 node_network_transmit_queue_length{device="veth3f6e007"} 0 node_network_transmit_queue_length{device="veth406e4fd"} 0 node_network_transmit_queue_length{device="veth4179d44"} 0 node_network_transmit_queue_length{device="veth419db48"} 0 node_network_transmit_queue_length{device="veth41a5dd6"} 0 node_network_transmit_queue_length{device="veth41cd559"} 0 node_network_transmit_queue_length{device="veth41d7f45"} 0 node_network_transmit_queue_length{device="veth423f820"} 0 node_network_transmit_queue_length{device="veth42a984b"} 0 node_network_transmit_queue_length{device="veth4314bf5"} 0 node_network_transmit_queue_length{device="veth43e182c"} 0 node_network_transmit_queue_length{device="veth4413734"} 0 node_network_transmit_queue_length{device="veth450a62c"} 0 node_network_transmit_queue_length{device="veth450c1a7"} 0 node_network_transmit_queue_length{device="veth4580c7e"} 0 node_network_transmit_queue_length{device="veth45d2560"} 0 node_network_transmit_queue_length{device="veth4600cbe"} 0 node_network_transmit_queue_length{device="veth4622c58"} 0 node_network_transmit_queue_length{device="veth47275f8"} 0 node_network_transmit_queue_length{device="veth472cfec"} 0 node_network_transmit_queue_length{device="veth47a0f99"} 0 node_network_transmit_queue_length{device="veth48050a3"} 0 node_network_transmit_queue_length{device="veth484e5a7"} 0 node_network_transmit_queue_length{device="veth487c580"} 0 node_network_transmit_queue_length{device="veth48bbb3e"} 0 node_network_transmit_queue_length{device="veth48c9eb6"} 0 node_network_transmit_queue_length{device="veth48fa74a"} 0 node_network_transmit_queue_length{device="veth4919473"} 0 node_network_transmit_queue_length{device="veth491f00e"} 0 node_network_transmit_queue_length{device="veth4971f59"} 0 node_network_transmit_queue_length{device="veth49a95ae"} 0 node_network_transmit_queue_length{device="veth4a773af"} 0 node_network_transmit_queue_length{device="veth4a8a86b"} 0 node_network_transmit_queue_length{device="veth4b8fe58"} 0 node_network_transmit_queue_length{device="veth4bdb4d9"} 0 node_network_transmit_queue_length{device="veth4bf3046"} 0 node_network_transmit_queue_length{device="veth4d292f2"} 0 node_network_transmit_queue_length{device="veth4d2cca3"} 0 node_network_transmit_queue_length{device="veth4d31c40"} 0 node_network_transmit_queue_length{device="veth4d49f16"} 0 node_network_transmit_queue_length{device="veth4d6ffca"} 0 node_network_transmit_queue_length{device="veth4e685b7"} 0 node_network_transmit_queue_length{device="veth4eb2990"} 0 node_network_transmit_queue_length{device="veth4ef981b"} 0 node_network_transmit_queue_length{device="veth4f30eb7"} 0 node_network_transmit_queue_length{device="veth4f61226"} 0 node_network_transmit_queue_length{device="veth4ff09ee"} 0 node_network_transmit_queue_length{device="veth5054e93"} 0 node_network_transmit_queue_length{device="veth50865f9"} 0 node_network_transmit_queue_length{device="veth5088dc3"} 0 node_network_transmit_queue_length{device="veth519857b"} 0 node_network_transmit_queue_length{device="veth51d9ece"} 0 node_network_transmit_queue_length{device="veth5210908"} 0 node_network_transmit_queue_length{device="veth5284787"} 0 node_network_transmit_queue_length{device="veth52cfc45"} 0 node_network_transmit_queue_length{device="veth52e330e"} 0 node_network_transmit_queue_length{device="veth5365cc9"} 0 node_network_transmit_queue_length{device="veth54e9292"} 0 node_network_transmit_queue_length{device="veth564c8a0"} 0 node_network_transmit_queue_length{device="veth5675ed9"} 0 node_network_transmit_queue_length{device="veth56f8c0c"} 0 node_network_transmit_queue_length{device="veth57d2b8b"} 0 node_network_transmit_queue_length{device="veth57d676c"} 0 node_network_transmit_queue_length{device="veth57ec583"} 0 node_network_transmit_queue_length{device="veth5804bd9"} 0 node_network_transmit_queue_length{device="veth58598dd"} 0 node_network_transmit_queue_length{device="veth58b55e5"} 0 node_network_transmit_queue_length{device="veth5965e63"} 0 node_network_transmit_queue_length{device="veth5aa30fc"} 0 node_network_transmit_queue_length{device="veth5ac6b24"} 0 node_network_transmit_queue_length{device="veth5af51bd"} 0 node_network_transmit_queue_length{device="veth5afbbb6"} 0 node_network_transmit_queue_length{device="veth5bbabc3"} 0 node_network_transmit_queue_length{device="veth5bdd045"} 0 node_network_transmit_queue_length{device="veth5c571c8"} 0 node_network_transmit_queue_length{device="veth5c61f57"} 0 node_network_transmit_queue_length{device="veth5d012dd"} 0 node_network_transmit_queue_length{device="veth5e12c5b"} 0 node_network_transmit_queue_length{device="veth5e4f007"} 0 node_network_transmit_queue_length{device="veth5ee2818"} 0 node_network_transmit_queue_length{device="veth5f39032"} 0 node_network_transmit_queue_length{device="veth5f4e2d0"} 0 node_network_transmit_queue_length{device="veth5fc3d12"} 0 node_network_transmit_queue_length{device="veth61185ee"} 0 node_network_transmit_queue_length{device="veth6131e75"} 0 node_network_transmit_queue_length{device="veth6168483"} 0 node_network_transmit_queue_length{device="veth6250a44"} 0 node_network_transmit_queue_length{device="veth62645db"} 0 node_network_transmit_queue_length{device="veth626da15"} 0 node_network_transmit_queue_length{device="veth6280f39"} 0 node_network_transmit_queue_length{device="veth629c943"} 0 node_network_transmit_queue_length{device="veth62adda3"} 0 node_network_transmit_queue_length{device="veth634d1ed"} 0 node_network_transmit_queue_length{device="veth6453baa"} 0 node_network_transmit_queue_length{device="veth64c3431"} 0 node_network_transmit_queue_length{device="veth651818e"} 0 node_network_transmit_queue_length{device="veth651c5d0"} 0 node_network_transmit_queue_length{device="veth65337b2"} 0 node_network_transmit_queue_length{device="veth65c360e"} 0 node_network_transmit_queue_length{device="veth6630733"} 0 node_network_transmit_queue_length{device="veth66b7fed"} 0 node_network_transmit_queue_length{device="veth670d042"} 0 node_network_transmit_queue_length{device="veth6774070"} 0 node_network_transmit_queue_length{device="veth67e3876"} 0 node_network_transmit_queue_length{device="veth684d2c7"} 0 node_network_transmit_queue_length{device="veth688908c"} 0 node_network_transmit_queue_length{device="veth6898f5c"} 0 node_network_transmit_queue_length{device="veth68fd89d"} 0 node_network_transmit_queue_length{device="veth690503f"} 0 node_network_transmit_queue_length{device="veth69a31f5"} 0 node_network_transmit_queue_length{device="veth69cb16e"} 0 node_network_transmit_queue_length{device="veth69d3433"} 0 node_network_transmit_queue_length{device="veth69f30b8"} 0 node_network_transmit_queue_length{device="veth69f82f1"} 0 node_network_transmit_queue_length{device="veth6a008e6"} 0 node_network_transmit_queue_length{device="veth6a08252"} 0 node_network_transmit_queue_length{device="veth6a552ae"} 0 node_network_transmit_queue_length{device="veth6a9654d"} 0 node_network_transmit_queue_length{device="veth6ac2ad5"} 0 node_network_transmit_queue_length{device="veth6b2d933"} 0 node_network_transmit_queue_length{device="veth6b3dad4"} 0 node_network_transmit_queue_length{device="veth6b52f37"} 0 node_network_transmit_queue_length{device="veth6befc8c"} 0 node_network_transmit_queue_length{device="veth6c33543"} 0 node_network_transmit_queue_length{device="veth6c58b6c"} 0 node_network_transmit_queue_length{device="veth6c5ad94"} 0 node_network_transmit_queue_length{device="veth6ca3495"} 0 node_network_transmit_queue_length{device="veth6ce5f51"} 0 node_network_transmit_queue_length{device="veth6d0a089"} 0 node_network_transmit_queue_length{device="veth6d3ac08"} 0 node_network_transmit_queue_length{device="veth6e44940"} 0 node_network_transmit_queue_length{device="veth6e6c1f7"} 0 node_network_transmit_queue_length{device="veth6ed1d48"} 0 node_network_transmit_queue_length{device="veth70c4d49"} 0 node_network_transmit_queue_length{device="veth71776a8"} 0 node_network_transmit_queue_length{device="veth7188a44"} 0 node_network_transmit_queue_length{device="veth718a7eb"} 0 node_network_transmit_queue_length{device="veth71ffa2e"} 0 node_network_transmit_queue_length{device="veth72d266b"} 0 node_network_transmit_queue_length{device="veth73369bb"} 0 node_network_transmit_queue_length{device="veth73b2056"} 0 node_network_transmit_queue_length{device="veth73ead52"} 0 node_network_transmit_queue_length{device="veth7429a6e"} 0 node_network_transmit_queue_length{device="veth745dadb"} 0 node_network_transmit_queue_length{device="veth750eb48"} 0 node_network_transmit_queue_length{device="veth752218d"} 0 node_network_transmit_queue_length{device="veth757493a"} 0 node_network_transmit_queue_length{device="veth757efe6"} 0 node_network_transmit_queue_length{device="veth757fccd"} 0 node_network_transmit_queue_length{device="veth75e9ad3"} 0 node_network_transmit_queue_length{device="veth760c07f"} 0 node_network_transmit_queue_length{device="veth7632291"} 0 node_network_transmit_queue_length{device="veth76dc8a9"} 0 node_network_transmit_queue_length{device="veth76f5b59"} 0 node_network_transmit_queue_length{device="veth7708a2a"} 0 node_network_transmit_queue_length{device="veth7731308"} 0 node_network_transmit_queue_length{device="veth774a0cf"} 0 node_network_transmit_queue_length{device="veth7758da8"} 0 node_network_transmit_queue_length{device="veth77f5539"} 0 node_network_transmit_queue_length{device="veth78a6a45"} 0 node_network_transmit_queue_length{device="veth78df8ba"} 0 node_network_transmit_queue_length{device="veth797e46a"} 0 node_network_transmit_queue_length{device="veth79e6c25"} 0 node_network_transmit_queue_length{device="veth79ef071"} 0 node_network_transmit_queue_length{device="veth7a37e75"} 0 node_network_transmit_queue_length{device="veth7a4ee0a"} 0 node_network_transmit_queue_length{device="veth7a84b20"} 0 node_network_transmit_queue_length{device="veth7a8d1bc"} 0 node_network_transmit_queue_length{device="veth7b5aa98"} 0 node_network_transmit_queue_length{device="veth7b76de0"} 0 node_network_transmit_queue_length{device="veth7bbc3fb"} 0 node_network_transmit_queue_length{device="veth7bdbf78"} 0 node_network_transmit_queue_length{device="veth7c00c6f"} 0 node_network_transmit_queue_length{device="veth7c170e8"} 0 node_network_transmit_queue_length{device="veth7c79405"} 0 node_network_transmit_queue_length{device="veth7c7c6a4"} 0 node_network_transmit_queue_length{device="veth7c7edf8"} 0 node_network_transmit_queue_length{device="veth7cd2b86"} 0 node_network_transmit_queue_length{device="veth7ceb6c5"} 0 node_network_transmit_queue_length{device="veth7d0a9c9"} 0 node_network_transmit_queue_length{device="veth7da5a3d"} 0 node_network_transmit_queue_length{device="veth7e7a5a2"} 0 node_network_transmit_queue_length{device="veth7e90c50"} 0 node_network_transmit_queue_length{device="veth7efb584"} 0 node_network_transmit_queue_length{device="veth7efb9a4"} 0 node_network_transmit_queue_length{device="veth7f219e6"} 0 node_network_transmit_queue_length{device="veth7f349f1"} 0 node_network_transmit_queue_length{device="veth7f7adf7"} 0 node_network_transmit_queue_length{device="veth7fbccd1"} 0 node_network_transmit_queue_length{device="veth7ff9da9"} 0 node_network_transmit_queue_length{device="veth804203c"} 0 node_network_transmit_queue_length{device="veth80abb3a"} 0 node_network_transmit_queue_length{device="veth80bc918"} 0 node_network_transmit_queue_length{device="veth80db113"} 0 node_network_transmit_queue_length{device="veth8115deb"} 0 node_network_transmit_queue_length{device="veth818e1b4"} 0 node_network_transmit_queue_length{device="veth81cd17e"} 0 node_network_transmit_queue_length{device="veth81e6903"} 0 node_network_transmit_queue_length{device="veth81f0a15"} 0 node_network_transmit_queue_length{device="veth824a73a"} 0 node_network_transmit_queue_length{device="veth8286cb8"} 0 node_network_transmit_queue_length{device="veth82bcac8"} 0 node_network_transmit_queue_length{device="veth82c8314"} 0 node_network_transmit_queue_length{device="veth82d54d6"} 0 node_network_transmit_queue_length{device="veth82e7162"} 0 node_network_transmit_queue_length{device="veth82f9bb2"} 0 node_network_transmit_queue_length{device="veth83c076f"} 0 node_network_transmit_queue_length{device="veth841b31f"} 0 node_network_transmit_queue_length{device="veth8491d68"} 0 node_network_transmit_queue_length{device="veth8575f2f"} 0 node_network_transmit_queue_length{device="veth86b5718"} 0 node_network_transmit_queue_length{device="veth86b8fa2"} 0 node_network_transmit_queue_length{device="veth86c5967"} 0 node_network_transmit_queue_length{device="veth86f7933"} 0 node_network_transmit_queue_length{device="veth873a2e1"} 0 node_network_transmit_queue_length{device="veth87bf2d7"} 0 node_network_transmit_queue_length{device="veth87de5ef"} 0 node_network_transmit_queue_length{device="veth880729a"} 0 node_network_transmit_queue_length{device="veth8899f2d"} 0 node_network_transmit_queue_length{device="veth89df824"} 0 node_network_transmit_queue_length{device="veth8a757d1"} 0 node_network_transmit_queue_length{device="veth8ac6051"} 0 node_network_transmit_queue_length{device="veth8aec1f4"} 0 node_network_transmit_queue_length{device="veth8bb71ef"} 0 node_network_transmit_queue_length{device="veth8c359ba"} 0 node_network_transmit_queue_length{device="veth8c3728a"} 0 node_network_transmit_queue_length{device="veth8c3b2b4"} 0 node_network_transmit_queue_length{device="veth8d365d7"} 0 node_network_transmit_queue_length{device="veth8d79659"} 0 node_network_transmit_queue_length{device="veth8e0aa38"} 0 node_network_transmit_queue_length{device="veth8f8d551"} 0 node_network_transmit_queue_length{device="veth8fbb10d"} 0 node_network_transmit_queue_length{device="veth900bd70"} 0 node_network_transmit_queue_length{device="veth902cadc"} 0 node_network_transmit_queue_length{device="veth9047572"} 0 node_network_transmit_queue_length{device="veth9057c62"} 0 node_network_transmit_queue_length{device="veth9073787"} 0 node_network_transmit_queue_length{device="veth9166eaa"} 0 node_network_transmit_queue_length{device="veth9193b16"} 0 node_network_transmit_queue_length{device="veth91a6689"} 0 node_network_transmit_queue_length{device="veth91f1a12"} 0 node_network_transmit_queue_length{device="veth91fabb4"} 0 node_network_transmit_queue_length{device="veth9267946"} 0 node_network_transmit_queue_length{device="veth9371418"} 0 node_network_transmit_queue_length{device="veth93f3c9f"} 0 node_network_transmit_queue_length{device="veth9488f04"} 0 node_network_transmit_queue_length{device="veth948cd1e"} 0 node_network_transmit_queue_length{device="veth951eef4"} 0 node_network_transmit_queue_length{device="veth9675397"} 0 node_network_transmit_queue_length{device="veth9681927"} 0 node_network_transmit_queue_length{device="veth96e0471"} 0 node_network_transmit_queue_length{device="veth98feb57"} 0 node_network_transmit_queue_length{device="veth994a72a"} 0 node_network_transmit_queue_length{device="veth9985b4e"} 0 node_network_transmit_queue_length{device="veth99cdb12"} 0 node_network_transmit_queue_length{device="veth9a9e7eb"} 0 node_network_transmit_queue_length{device="veth9b18d92"} 0 node_network_transmit_queue_length{device="veth9b23960"} 0 node_network_transmit_queue_length{device="veth9bbbd3e"} 0 node_network_transmit_queue_length{device="veth9bde175"} 0 node_network_transmit_queue_length{device="veth9bed411"} 0 node_network_transmit_queue_length{device="veth9c4e77f"} 0 node_network_transmit_queue_length{device="veth9c9a350"} 0 node_network_transmit_queue_length{device="veth9cb0c0f"} 0 node_network_transmit_queue_length{device="veth9cfe767"} 0 node_network_transmit_queue_length{device="veth9d35c37"} 0 node_network_transmit_queue_length{device="veth9d674e8"} 0 node_network_transmit_queue_length{device="veth9d8fc99"} 0 node_network_transmit_queue_length{device="veth9d98eba"} 0 node_network_transmit_queue_length{device="veth9da8b8d"} 0 node_network_transmit_queue_length{device="veth9df3ecb"} 0 node_network_transmit_queue_length{device="veth9e9fce6"} 0 node_network_transmit_queue_length{device="veth9ed817d"} 0 node_network_transmit_queue_length{device="veth9f3233d"} 0 node_network_transmit_queue_length{device="veth9f82c51"} 0 node_network_transmit_queue_length{device="veth9f8faa5"} 0 node_network_transmit_queue_length{device="vetha0c1437"} 0 node_network_transmit_queue_length{device="vetha0e80a0"} 0 node_network_transmit_queue_length{device="vetha106075"} 0 node_network_transmit_queue_length{device="vetha10ed6f"} 0 node_network_transmit_queue_length{device="vetha131bbc"} 0 node_network_transmit_queue_length{device="vetha187e3b"} 0 node_network_transmit_queue_length{device="vetha19ce39"} 0 node_network_transmit_queue_length{device="vetha1a96b5"} 0 node_network_transmit_queue_length{device="vetha1db4d4"} 0 node_network_transmit_queue_length{device="vetha208f1d"} 0 node_network_transmit_queue_length{device="vetha20f05a"} 0 node_network_transmit_queue_length{device="vetha21095f"} 0 node_network_transmit_queue_length{device="vetha29c587"} 0 node_network_transmit_queue_length{device="vetha2d62f9"} 0 node_network_transmit_queue_length{device="vetha2e6ee7"} 0 node_network_transmit_queue_length{device="vetha2efe45"} 0 node_network_transmit_queue_length{device="vetha334ff9"} 0 node_network_transmit_queue_length{device="vetha33b595"} 0 node_network_transmit_queue_length{device="vetha356001"} 0 node_network_transmit_queue_length{device="vetha3d3064"} 0 node_network_transmit_queue_length{device="vetha3e8c9c"} 0 node_network_transmit_queue_length{device="vetha3f126e"} 0 node_network_transmit_queue_length{device="vetha4878ac"} 0 node_network_transmit_queue_length{device="vetha5244b8"} 0 node_network_transmit_queue_length{device="vetha588f6c"} 0 node_network_transmit_queue_length{device="vetha58e162"} 0 node_network_transmit_queue_length{device="vetha80a84c"} 0 node_network_transmit_queue_length{device="vetha81db62"} 0 node_network_transmit_queue_length{device="vetha8da15f"} 0 node_network_transmit_queue_length{device="vetha95fac3"} 0 node_network_transmit_queue_length{device="vethaa460d0"} 0 node_network_transmit_queue_length{device="vethaa5252d"} 0 node_network_transmit_queue_length{device="vethabd5525"} 0 node_network_transmit_queue_length{device="vethac309ae"} 0 node_network_transmit_queue_length{device="vethacc9983"} 0 node_network_transmit_queue_length{device="vethadaa61e"} 0 node_network_transmit_queue_length{device="vethadd6779"} 0 node_network_transmit_queue_length{device="vethae07fdb"} 0 node_network_transmit_queue_length{device="vethae2e166"} 0 node_network_transmit_queue_length{device="vethae6aaad"} 0 node_network_transmit_queue_length{device="vethae899be"} 0 node_network_transmit_queue_length{device="vethaf2d319"} 0 node_network_transmit_queue_length{device="vethaff0c5f"} 0 node_network_transmit_queue_length{device="vethb11d1d5"} 0 node_network_transmit_queue_length{device="vethb146b3d"} 0 node_network_transmit_queue_length{device="vethb17b307"} 0 node_network_transmit_queue_length{device="vethb24125c"} 0 node_network_transmit_queue_length{device="vethb25b930"} 0 node_network_transmit_queue_length{device="vethb264074"} 0 node_network_transmit_queue_length{device="vethb26da6e"} 0 node_network_transmit_queue_length{device="vethb2f7e0f"} 0 node_network_transmit_queue_length{device="vethb413da6"} 0 node_network_transmit_queue_length{device="vethb436b35"} 0 node_network_transmit_queue_length{device="vethb466aea"} 0 node_network_transmit_queue_length{device="vethb4a4c76"} 0 node_network_transmit_queue_length{device="vethb4fafb4"} 0 node_network_transmit_queue_length{device="vethb5afb08"} 0 node_network_transmit_queue_length{device="vethb72a42c"} 0 node_network_transmit_queue_length{device="vethb80e0f0"} 0 node_network_transmit_queue_length{device="vethb8148cc"} 0 node_network_transmit_queue_length{device="vethb85e063"} 0 node_network_transmit_queue_length{device="vethb92f9d3"} 0 node_network_transmit_queue_length{device="vethb92fe3f"} 0 node_network_transmit_queue_length{device="vethba942aa"} 0 node_network_transmit_queue_length{device="vethbae8967"} 0 node_network_transmit_queue_length{device="vethbb0b4fe"} 0 node_network_transmit_queue_length{device="vethbbaaafe"} 0 node_network_transmit_queue_length{device="vethbc2b4ad"} 0 node_network_transmit_queue_length{device="vethbc58d49"} 0 node_network_transmit_queue_length{device="vethbcde7a6"} 0 node_network_transmit_queue_length{device="vethbce62a9"} 0 node_network_transmit_queue_length{device="vethbe194c8"} 0 node_network_transmit_queue_length{device="vethbe2c80a"} 0 node_network_transmit_queue_length{device="vethbe97de8"} 0 node_network_transmit_queue_length{device="vethbfb44f0"} 0 node_network_transmit_queue_length{device="vethc00de3e"} 0 node_network_transmit_queue_length{device="vethc02588e"} 0 node_network_transmit_queue_length{device="vethc033a93"} 0 node_network_transmit_queue_length{device="vethc060fb3"} 0 node_network_transmit_queue_length{device="vethc122dad"} 0 node_network_transmit_queue_length{device="vethc12e527"} 0 node_network_transmit_queue_length{device="vethc140d9c"} 0 node_network_transmit_queue_length{device="vethc17e1ec"} 0 node_network_transmit_queue_length{device="vethc1d7f4f"} 0 node_network_transmit_queue_length{device="vethc1ec8f5"} 0 node_network_transmit_queue_length{device="vethc20d812"} 0 node_network_transmit_queue_length{device="vethc22a5c0"} 0 node_network_transmit_queue_length{device="vethc239fc6"} 0 node_network_transmit_queue_length{device="vethc311203"} 0 node_network_transmit_queue_length{device="vethc3412aa"} 0 node_network_transmit_queue_length{device="vethc3f0337"} 0 node_network_transmit_queue_length{device="vethc42048e"} 0 node_network_transmit_queue_length{device="vethc4617ba"} 0 node_network_transmit_queue_length{device="vethc498aec"} 0 node_network_transmit_queue_length{device="vethc4f407f"} 0 node_network_transmit_queue_length{device="vethc554c32"} 0 node_network_transmit_queue_length{device="vethc5aaafd"} 0 node_network_transmit_queue_length{device="vethc5ace02"} 0 node_network_transmit_queue_length{device="vethc5b36ba"} 0 node_network_transmit_queue_length{device="vethc5dd649"} 0 node_network_transmit_queue_length{device="vethc5eb73b"} 0 node_network_transmit_queue_length{device="vethc5eca53"} 0 node_network_transmit_queue_length{device="vethc68deb2"} 0 node_network_transmit_queue_length{device="vethc69e5b9"} 0 node_network_transmit_queue_length{device="vethc6fe840"} 0 node_network_transmit_queue_length{device="vethc7016cb"} 0 node_network_transmit_queue_length{device="vethc75d66d"} 0 node_network_transmit_queue_length{device="vethc790a6e"} 0 node_network_transmit_queue_length{device="vethc84e290"} 0 node_network_transmit_queue_length{device="vethc8739b3"} 0 node_network_transmit_queue_length{device="vethc87da99"} 0 node_network_transmit_queue_length{device="vethc88bbcf"} 0 node_network_transmit_queue_length{device="vethc928fb9"} 0 node_network_transmit_queue_length{device="vethc959280"} 0 node_network_transmit_queue_length{device="vethc97be75"} 0 node_network_transmit_queue_length{device="vethc99df73"} 0 node_network_transmit_queue_length{device="vethc9e1b23"} 0 node_network_transmit_queue_length{device="vethca8e8cd"} 0 node_network_transmit_queue_length{device="vethcb7fed6"} 0 node_network_transmit_queue_length{device="vethcb89e48"} 0 node_network_transmit_queue_length{device="vethcc43237"} 0 node_network_transmit_queue_length{device="vethcc4fef3"} 0 node_network_transmit_queue_length{device="vethcc7f6ac"} 0 node_network_transmit_queue_length{device="vethccb9f9c"} 0 node_network_transmit_queue_length{device="vethccdb53f"} 0 node_network_transmit_queue_length{device="vethcd6e0c9"} 0 node_network_transmit_queue_length{device="vethce1a2f7"} 0 node_network_transmit_queue_length{device="vethce4e99b"} 0 node_network_transmit_queue_length{device="vethce521ba"} 0 node_network_transmit_queue_length{device="vethcf53b01"} 0 node_network_transmit_queue_length{device="vethcfd9fe1"} 0 node_network_transmit_queue_length{device="vethd0b2173"} 0 node_network_transmit_queue_length{device="vethd0f1488"} 0 node_network_transmit_queue_length{device="vethd0f34e4"} 0 node_network_transmit_queue_length{device="vethd0ffc64"} 0 node_network_transmit_queue_length{device="vethd1ec6d3"} 0 node_network_transmit_queue_length{device="vethd2010fb"} 0 node_network_transmit_queue_length{device="vethd2deb54"} 0 node_network_transmit_queue_length{device="vethd2f4531"} 0 node_network_transmit_queue_length{device="vethd34362b"} 0 node_network_transmit_queue_length{device="vethd347820"} 0 node_network_transmit_queue_length{device="vethd3608f1"} 0 node_network_transmit_queue_length{device="vethd42c82d"} 0 node_network_transmit_queue_length{device="vethd45b81a"} 0 node_network_transmit_queue_length{device="vethd466b1f"} 0 node_network_transmit_queue_length{device="vethd49c6b2"} 0 node_network_transmit_queue_length{device="vethd5344cc"} 0 node_network_transmit_queue_length{device="vethd60e2bd"} 0 node_network_transmit_queue_length{device="vethd64322f"} 0 node_network_transmit_queue_length{device="vethd65b5b3"} 0 node_network_transmit_queue_length{device="vethd681481"} 0 node_network_transmit_queue_length{device="vethd6ceb54"} 0 node_network_transmit_queue_length{device="vethd6fa258"} 0 node_network_transmit_queue_length{device="vethd71b7e5"} 0 node_network_transmit_queue_length{device="vethd752c61"} 0 node_network_transmit_queue_length{device="vethd760c58"} 0 node_network_transmit_queue_length{device="vethd768a42"} 0 node_network_transmit_queue_length{device="vethd76e941"} 0 node_network_transmit_queue_length{device="vethd81eb6c"} 0 node_network_transmit_queue_length{device="vethd868ed3"} 0 node_network_transmit_queue_length{device="vethd8a170f"} 0 node_network_transmit_queue_length{device="vethd8b4b5b"} 0 node_network_transmit_queue_length{device="vethd97f7eb"} 0 node_network_transmit_queue_length{device="vethd9c86a8"} 0 node_network_transmit_queue_length{device="vethda452a5"} 0 node_network_transmit_queue_length{device="vethdaa52c9"} 0 node_network_transmit_queue_length{device="vethdae085c"} 0 node_network_transmit_queue_length{device="vethdb552be"} 0 node_network_transmit_queue_length{device="vethdba1b3a"} 0 node_network_transmit_queue_length{device="vethdc4d810"} 0 node_network_transmit_queue_length{device="vethdd1fe39"} 0 node_network_transmit_queue_length{device="vethdd25bde"} 0 node_network_transmit_queue_length{device="vethdd3daca"} 0 node_network_transmit_queue_length{device="vethdd432a7"} 0 node_network_transmit_queue_length{device="vethdd77089"} 0 node_network_transmit_queue_length{device="vethdd88546"} 0 node_network_transmit_queue_length{device="vethdda7569"} 0 node_network_transmit_queue_length{device="vethddb4b12"} 0 node_network_transmit_queue_length{device="vethde79ae2"} 0 node_network_transmit_queue_length{device="vethde8673b"} 0 node_network_transmit_queue_length{device="vethdf825a0"} 0 node_network_transmit_queue_length{device="vethdf861f8"} 0 node_network_transmit_queue_length{device="vethdfcbb7b"} 0 node_network_transmit_queue_length{device="vethe028419"} 0 node_network_transmit_queue_length{device="vethe05e953"} 0 node_network_transmit_queue_length{device="vethe0c38b7"} 0 node_network_transmit_queue_length{device="vethe101bab"} 0 node_network_transmit_queue_length{device="vethe1189bd"} 0 node_network_transmit_queue_length{device="vethe13fa27"} 0 node_network_transmit_queue_length{device="vethe177f5b"} 0 node_network_transmit_queue_length{device="vethe1ebb25"} 0 node_network_transmit_queue_length{device="vethe209306"} 0 node_network_transmit_queue_length{device="vethe33aa29"} 0 node_network_transmit_queue_length{device="vethe38290a"} 0 node_network_transmit_queue_length{device="vethe39934f"} 0 node_network_transmit_queue_length{device="vethe39dd06"} 0 node_network_transmit_queue_length{device="vethe45952d"} 0 node_network_transmit_queue_length{device="vethe54bc00"} 0 node_network_transmit_queue_length{device="vethe5621bc"} 0 node_network_transmit_queue_length{device="vethe5723c0"} 0 node_network_transmit_queue_length{device="vethe64b47d"} 0 node_network_transmit_queue_length{device="vethe660bdb"} 0 node_network_transmit_queue_length{device="vethe6b515e"} 0 node_network_transmit_queue_length{device="vethe6e8924"} 0 node_network_transmit_queue_length{device="vethe6f5fae"} 0 node_network_transmit_queue_length{device="vethe7dc6b0"} 0 node_network_transmit_queue_length{device="vethe7e6bbf"} 0 node_network_transmit_queue_length{device="vethe8000ea"} 0 node_network_transmit_queue_length{device="vethe8094b1"} 0 node_network_transmit_queue_length{device="vethe8551b4"} 0 node_network_transmit_queue_length{device="vethe8c6bde"} 0 node_network_transmit_queue_length{device="vethe8f63bd"} 0 node_network_transmit_queue_length{device="vethe93a649"} 0 node_network_transmit_queue_length{device="vethe9de379"} 0 node_network_transmit_queue_length{device="vethe9ef82b"} 0 node_network_transmit_queue_length{device="vethea2004e"} 0 node_network_transmit_queue_length{device="vethea7b5b1"} 0 node_network_transmit_queue_length{device="vetheafba5d"} 0 node_network_transmit_queue_length{device="vetheafdff8"} 0 node_network_transmit_queue_length{device="vetheb96a22"} 0 node_network_transmit_queue_length{device="vethec666e8"} 0 node_network_transmit_queue_length{device="vethed11450"} 0 node_network_transmit_queue_length{device="vethed19b20"} 0 node_network_transmit_queue_length{device="vethed3ab9d"} 0 node_network_transmit_queue_length{device="vetheddb648"} 0 node_network_transmit_queue_length{device="vethedeec24"} 0 node_network_transmit_queue_length{device="vethedf40f5"} 0 node_network_transmit_queue_length{device="vetheefaddf"} 0 node_network_transmit_queue_length{device="vethef58697"} 0 node_network_transmit_queue_length{device="vethefe8ba7"} 0 node_network_transmit_queue_length{device="vethf09ac69"} 0 node_network_transmit_queue_length{device="vethf14b507"} 0 node_network_transmit_queue_length{device="vethf14bf3b"} 0 node_network_transmit_queue_length{device="vethf14e041"} 0 node_network_transmit_queue_length{device="vethf185ebb"} 0 node_network_transmit_queue_length{device="vethf2509ba"} 0 node_network_transmit_queue_length{device="vethf25387f"} 0 node_network_transmit_queue_length{device="vethf2a6c87"} 0 node_network_transmit_queue_length{device="vethf2b1dab"} 0 node_network_transmit_queue_length{device="vethf2badff"} 0 node_network_transmit_queue_length{device="vethf33a028"} 0 node_network_transmit_queue_length{device="vethf342283"} 0 node_network_transmit_queue_length{device="vethf47c7ff"} 0 node_network_transmit_queue_length{device="vethf4ac138"} 0 node_network_transmit_queue_length{device="vethf4b1b2a"} 0 node_network_transmit_queue_length{device="vethf4bd777"} 0 node_network_transmit_queue_length{device="vethf5aeeda"} 0 node_network_transmit_queue_length{device="vethf5e58af"} 0 node_network_transmit_queue_length{device="vethf60f5e6"} 0 node_network_transmit_queue_length{device="vethf63a7c4"} 0 node_network_transmit_queue_length{device="vethf6bd349"} 0 node_network_transmit_queue_length{device="vethf6ce5b6"} 0 node_network_transmit_queue_length{device="vethf7684fa"} 0 node_network_transmit_queue_length{device="vethf7e9d2c"} 0 node_network_transmit_queue_length{device="vethf8128a9"} 0 node_network_transmit_queue_length{device="vethf81e612"} 0 node_network_transmit_queue_length{device="vethf855174"} 0 node_network_transmit_queue_length{device="vethf894d6d"} 0 node_network_transmit_queue_length{device="vethf979695"} 0 node_network_transmit_queue_length{device="vethf98530e"} 0 node_network_transmit_queue_length{device="vethf9986ef"} 0 node_network_transmit_queue_length{device="vethf9b3f86"} 0 node_network_transmit_queue_length{device="vethfb8b857"} 0 node_network_transmit_queue_length{device="vethfb9458b"} 0 node_network_transmit_queue_length{device="vethfbf1832"} 0 node_network_transmit_queue_length{device="vethfbf1a8f"} 0 node_network_transmit_queue_length{device="vethfc87a12"} 0 node_network_transmit_queue_length{device="vethfc9a925"} 0 node_network_transmit_queue_length{device="vethfcccc71"} 0 node_network_transmit_queue_length{device="vethfd1bace"} 0 node_network_transmit_queue_length{device="vethfd1daa5"} 0 node_network_transmit_queue_length{device="vethfd685e4"} 0 node_network_transmit_queue_length{device="vethfdacab6"} 0 node_network_transmit_queue_length{device="vethfe15339"} 0 node_network_transmit_queue_length{device="vethfe36666"} 0 node_network_transmit_queue_length{device="vethfe7040e"} 0 node_network_transmit_queue_length{device="vethfec16de"} 0 node_network_transmit_queue_length{device="vethfedbea0"} 0 node_network_transmit_queue_length{device="vethff12d55"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-02823e0b21f8"} 1 node_network_up{device="br-04cbf9ad21fb"} 1 node_network_up{device="br-07e352042c28"} 1 node_network_up{device="br-08dd0c9852c8"} 1 node_network_up{device="br-0a8e30067c8e"} 1 node_network_up{device="br-0b7a81bcb7e3"} 1 node_network_up{device="br-0bcc3cc90f11"} 1 node_network_up{device="br-0d9fdd0cf163"} 0 node_network_up{device="br-159df358c552"} 1 node_network_up{device="br-15dab3c5a2fb"} 0 node_network_up{device="br-19518ca3b773"} 1 node_network_up{device="br-1a025aacb82b"} 1 node_network_up{device="br-1b283e1e5128"} 1 node_network_up{device="br-1ba83a528099"} 1 node_network_up{device="br-1c3bd3909a8a"} 1 node_network_up{device="br-1c535b11677a"} 1 node_network_up{device="br-1de64be72380"} 1 node_network_up{device="br-208ab78feaa3"} 1 node_network_up{device="br-217d6415a970"} 1 node_network_up{device="br-27771a4b5e1c"} 1 node_network_up{device="br-2860d01a9c36"} 1 node_network_up{device="br-28853d2b1974"} 1 node_network_up{device="br-2cd18bfafc5e"} 1 node_network_up{device="br-2f10de396682"} 1 node_network_up{device="br-349eb65873d4"} 1 node_network_up{device="br-3718da5a7dac"} 1 node_network_up{device="br-37f17f8c2f41"} 1 node_network_up{device="br-39ee20d64532"} 1 node_network_up{device="br-3a7803651a32"} 1 node_network_up{device="br-3b46cefe7982"} 1 node_network_up{device="br-3d8e222ceb4d"} 1 node_network_up{device="br-3d9cd1c09975"} 1 node_network_up{device="br-3db3cc2bc444"} 1 node_network_up{device="br-3e66b6d4d599"} 1 node_network_up{device="br-3ee00523d99d"} 1 node_network_up{device="br-402682b9212c"} 1 node_network_up{device="br-447189b64663"} 1 node_network_up{device="br-44fbf271d024"} 1 node_network_up{device="br-458514748e86"} 1 node_network_up{device="br-483851ad6d82"} 1 node_network_up{device="br-4b6104651907"} 1 node_network_up{device="br-4dbe0bd05d7e"} 1 node_network_up{device="br-4fac6072ea97"} 1 node_network_up{device="br-5064110da1f6"} 1 node_network_up{device="br-52ce8deae651"} 1 node_network_up{device="br-559d36b72748"} 1 node_network_up{device="br-56145531d617"} 1 node_network_up{device="br-566d230839cf"} 1 node_network_up{device="br-56a5fa614b52"} 1 node_network_up{device="br-5748fcd1e7ca"} 0 node_network_up{device="br-595b89a771c2"} 1 node_network_up{device="br-59aa9f4171dd"} 1 node_network_up{device="br-5a1c61a6d482"} 1 node_network_up{device="br-5b324be20854"} 1 node_network_up{device="br-5f11f2c9115a"} 1 node_network_up{device="br-606bd002e3a4"} 1 node_network_up{device="br-61e477cf95da"} 1 node_network_up{device="br-65df7dba5a66"} 1 node_network_up{device="br-6654a6f415ef"} 1 node_network_up{device="br-665d979d60c7"} 1 node_network_up{device="br-6746be184829"} 1 node_network_up{device="br-67b6f2b09055"} 1 node_network_up{device="br-6d59a9037e7f"} 1 node_network_up{device="br-6e8e8bec63f7"} 1 node_network_up{device="br-6fdd4f05699e"} 1 node_network_up{device="br-70a43ddb765f"} 1 node_network_up{device="br-7151fb21ebc7"} 1 node_network_up{device="br-757cf8ccd099"} 1 node_network_up{device="br-7783edd4fb63"} 1 node_network_up{device="br-7967b93cb965"} 1 node_network_up{device="br-7a05c4b4c71c"} 0 node_network_up{device="br-7f1c0840c41b"} 1 node_network_up{device="br-8291479ee6f8"} 1 node_network_up{device="br-82b59b3e5c30"} 1 node_network_up{device="br-831a310fd395"} 1 node_network_up{device="br-832e21b6735f"} 1 node_network_up{device="br-84962c4a05ff"} 0 node_network_up{device="br-89456f9f0577"} 1 node_network_up{device="br-8c90f08921d2"} 1 node_network_up{device="br-8d1ae48ba56b"} 1 node_network_up{device="br-8d5f8dfdd165"} 1 node_network_up{device="br-8f019a492357"} 1 node_network_up{device="br-8f2fb4b87f97"} 1 node_network_up{device="br-9122d919d3da"} 1 node_network_up{device="br-91e32aebc9b9"} 1 node_network_up{device="br-973daca1c7c2"} 1 node_network_up{device="br-98551e817ad3"} 1 node_network_up{device="br-a01a29421e12"} 1 node_network_up{device="br-a194f29d52a3"} 1 node_network_up{device="br-a19b8bbcb4ba"} 1 node_network_up{device="br-a384ecbfdb6c"} 1 node_network_up{device="br-a5d1efbd6302"} 1 node_network_up{device="br-a9242a3d7305"} 1 node_network_up{device="br-ab4fc0c8f205"} 1 node_network_up{device="br-ac5441a8184d"} 1 node_network_up{device="br-ad296b058e6c"} 1 node_network_up{device="br-b0d3385258be"} 1 node_network_up{device="br-b5cc1abc8af1"} 1 node_network_up{device="br-b84a81030c46"} 1 node_network_up{device="br-b9ddcd38e3d5"} 0 node_network_up{device="br-bbf479fecfd1"} 1 node_network_up{device="br-bf24405639d1"} 1 node_network_up{device="br-bf75749e355d"} 1 node_network_up{device="br-bfa260e794d9"} 1 node_network_up{device="br-c121b68147b6"} 1 node_network_up{device="br-c1af548193f3"} 1 node_network_up{device="br-c60789b54f4a"} 1 node_network_up{device="br-c7ec91768290"} 1 node_network_up{device="br-c8047895107e"} 1 node_network_up{device="br-c8dc093516dd"} 1 node_network_up{device="br-c9441662f35b"} 1 node_network_up{device="br-cca3eb0bd63d"} 1 node_network_up{device="br-cfa83479df17"} 1 node_network_up{device="br-cfa8e5dacf79"} 1 node_network_up{device="br-d08110bc3e31"} 1 node_network_up{device="br-d286f920faa7"} 1 node_network_up{device="br-d36675741a6d"} 1 node_network_up{device="br-d4ad227661d1"} 1 node_network_up{device="br-d54d8e4f9ca5"} 1 node_network_up{device="br-d6aad0d2a913"} 1 node_network_up{device="br-dbca5566e641"} 1 node_network_up{device="br-dc87a7504ded"} 1 node_network_up{device="br-ddde99c88d06"} 1 node_network_up{device="br-e0e95d87f3e0"} 1 node_network_up{device="br-e5714f199361"} 1 node_network_up{device="br-e63b0d1593b5"} 1 node_network_up{device="br-e6ca372c02c0"} 1 node_network_up{device="br-ea12a1764685"} 1 node_network_up{device="br-edfd70c2aede"} 1 node_network_up{device="br-ef37d58f8fe1"} 1 node_network_up{device="br-f7269b4b25bf"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0009c48"} 1 node_network_up{device="veth0057f22"} 1 node_network_up{device="veth008ddfb"} 1 node_network_up{device="veth00e3c78"} 1 node_network_up{device="veth01c5e43"} 1 node_network_up{device="veth01d1acf"} 1 node_network_up{device="veth01f4e0b"} 1 node_network_up{device="veth02fa58b"} 1 node_network_up{device="veth032511c"} 1 node_network_up{device="veth032853a"} 1 node_network_up{device="veth0379a17"} 1 node_network_up{device="veth039b82d"} 1 node_network_up{device="veth03dd035"} 1 node_network_up{device="veth04159af"} 1 node_network_up{device="veth041f04f"} 1 node_network_up{device="veth048c9d9"} 1 node_network_up{device="veth0521f31"} 1 node_network_up{device="veth059040d"} 1 node_network_up{device="veth05a06a7"} 1 node_network_up{device="veth067e6e9"} 1 node_network_up{device="veth06e31b1"} 1 node_network_up{device="veth06f27a2"} 1 node_network_up{device="veth07a049d"} 1 node_network_up{device="veth0808d98"} 1 node_network_up{device="veth0886055"} 1 node_network_up{device="veth08ae0d6"} 1 node_network_up{device="veth096258a"} 1 node_network_up{device="veth0b64779"} 1 node_network_up{device="veth0bfbe46"} 1 node_network_up{device="veth0d263b9"} 1 node_network_up{device="veth0d26989"} 1 node_network_up{device="veth0e4628c"} 1 node_network_up{device="veth0e6c375"} 1 node_network_up{device="veth0e86ab7"} 1 node_network_up{device="veth0ec88d9"} 1 node_network_up{device="veth0f039e4"} 1 node_network_up{device="veth0f6e4c2"} 1 node_network_up{device="veth0f8da12"} 1 node_network_up{device="veth0fc3400"} 1 node_network_up{device="veth0fe6ce8"} 1 node_network_up{device="veth100d8fb"} 1 node_network_up{device="veth107e808"} 1 node_network_up{device="veth1093ea4"} 1 node_network_up{device="veth10e276d"} 1 node_network_up{device="veth11210db"} 1 node_network_up{device="veth11507a2"} 1 node_network_up{device="veth115219d"} 1 node_network_up{device="veth12b4062"} 1 node_network_up{device="veth13756cd"} 1 node_network_up{device="veth1380211"} 1 node_network_up{device="veth139d69d"} 1 node_network_up{device="veth148ba09"} 1 node_network_up{device="veth1498546"} 1 node_network_up{device="veth1568435"} 1 node_network_up{device="veth182b299"} 1 node_network_up{device="veth1a57969"} 1 node_network_up{device="veth1a5d00b"} 1 node_network_up{device="veth1aee0c9"} 1 node_network_up{device="veth1af829a"} 1 node_network_up{device="veth1af887e"} 1 node_network_up{device="veth1bb281d"} 1 node_network_up{device="veth1be69a9"} 1 node_network_up{device="veth1c2382f"} 1 node_network_up{device="veth1c86f94"} 1 node_network_up{device="veth1cd53f4"} 1 node_network_up{device="veth1d5e1a4"} 1 node_network_up{device="veth1dc4860"} 1 node_network_up{device="veth1dea2fe"} 1 node_network_up{device="veth1e7f00c"} 1 node_network_up{device="veth1ec0310"} 1 node_network_up{device="veth1fda973"} 1 node_network_up{device="veth1fe94a9"} 1 node_network_up{device="veth20489bb"} 1 node_network_up{device="veth20787b5"} 1 node_network_up{device="veth208ca1a"} 1 node_network_up{device="veth21c0fe7"} 1 node_network_up{device="veth2214e42"} 1 node_network_up{device="veth228bd69"} 1 node_network_up{device="veth229b6d4"} 1 node_network_up{device="veth22f2fec"} 1 node_network_up{device="veth231c261"} 1 node_network_up{device="veth231d40e"} 1 node_network_up{device="veth232533d"} 1 node_network_up{device="veth235d53e"} 1 node_network_up{device="veth237b6c4"} 1 node_network_up{device="veth23e1e40"} 1 node_network_up{device="veth24fc934"} 1 node_network_up{device="veth25d516d"} 1 node_network_up{device="veth268dc93"} 1 node_network_up{device="veth279aa19"} 1 node_network_up{device="veth27a3e0d"} 1 node_network_up{device="veth27aa3e1"} 1 node_network_up{device="veth27bf25e"} 1 node_network_up{device="veth27eb3a1"} 1 node_network_up{device="veth2817a39"} 1 node_network_up{device="veth298a150"} 1 node_network_up{device="veth29e1cdf"} 1 node_network_up{device="veth2a938c7"} 1 node_network_up{device="veth2b6f776"} 1 node_network_up{device="veth2bea18d"} 1 node_network_up{device="veth2cb2aa6"} 1 node_network_up{device="veth2cc6b5d"} 1 node_network_up{device="veth2cd33a1"} 1 node_network_up{device="veth2d03ca6"} 1 node_network_up{device="veth2d2c9f2"} 1 node_network_up{device="veth2d41a73"} 1 node_network_up{device="veth2d9918b"} 1 node_network_up{device="veth2e4245c"} 1 node_network_up{device="veth2e5029d"} 1 node_network_up{device="veth2eac8e4"} 1 node_network_up{device="veth2eb60e4"} 1 node_network_up{device="veth2f1ad78"} 1 node_network_up{device="veth2f899b3"} 1 node_network_up{device="veth2f9b6e7"} 1 node_network_up{device="veth2f9e651"} 1 node_network_up{device="veth2ffb90c"} 1 node_network_up{device="veth305c11f"} 1 node_network_up{device="veth30b95b0"} 1 node_network_up{device="veth3110731"} 1 node_network_up{device="veth315b30d"} 1 node_network_up{device="veth3168355"} 1 node_network_up{device="veth3245e1c"} 1 node_network_up{device="veth329ca59"} 1 node_network_up{device="veth32da86b"} 1 node_network_up{device="veth32f0bd7"} 1 node_network_up{device="veth33d65d5"} 1 node_network_up{device="veth33d87e8"} 1 node_network_up{device="veth3540510"} 1 node_network_up{device="veth354d054"} 1 node_network_up{device="veth357116f"} 1 node_network_up{device="veth35886d9"} 1 node_network_up{device="veth358dbf2"} 1 node_network_up{device="veth359cbb7"} 1 node_network_up{device="veth359d04a"} 1 node_network_up{device="veth35b4532"} 1 node_network_up{device="veth37d058e"} 1 node_network_up{device="veth37de2e1"} 1 node_network_up{device="veth37e7130"} 1 node_network_up{device="veth3823199"} 1 node_network_up{device="veth38668ad"} 1 node_network_up{device="veth3899e00"} 1 node_network_up{device="veth38af7f4"} 1 node_network_up{device="veth38c06e7"} 1 node_network_up{device="veth391740a"} 1 node_network_up{device="veth3961560"} 1 node_network_up{device="veth39a84d1"} 1 node_network_up{device="veth39ec3c6"} 1 node_network_up{device="veth39f418e"} 1 node_network_up{device="veth39f7983"} 1 node_network_up{device="veth3a04f6c"} 1 node_network_up{device="veth3a28292"} 1 node_network_up{device="veth3ab5921"} 1 node_network_up{device="veth3b81dbc"} 1 node_network_up{device="veth3be47e3"} 1 node_network_up{device="veth3bf1c8d"} 1 node_network_up{device="veth3c3790f"} 1 node_network_up{device="veth3d221c4"} 1 node_network_up{device="veth3d60dba"} 1 node_network_up{device="veth3de6d9c"} 1 node_network_up{device="veth3df8638"} 1 node_network_up{device="veth3e0fb0b"} 1 node_network_up{device="veth3ebb118"} 1 node_network_up{device="veth3ef3733"} 1 node_network_up{device="veth3f0586e"} 1 node_network_up{device="veth3f38956"} 1 node_network_up{device="veth3f3ac76"} 1 node_network_up{device="veth3f41be9"} 1 node_network_up{device="veth3f6e007"} 1 node_network_up{device="veth406e4fd"} 1 node_network_up{device="veth4179d44"} 1 node_network_up{device="veth419db48"} 1 node_network_up{device="veth41a5dd6"} 1 node_network_up{device="veth41cd559"} 1 node_network_up{device="veth41d7f45"} 1 node_network_up{device="veth423f820"} 1 node_network_up{device="veth42a984b"} 1 node_network_up{device="veth4314bf5"} 1 node_network_up{device="veth43e182c"} 1 node_network_up{device="veth4413734"} 1 node_network_up{device="veth450a62c"} 1 node_network_up{device="veth450c1a7"} 1 node_network_up{device="veth4580c7e"} 1 node_network_up{device="veth45d2560"} 1 node_network_up{device="veth4600cbe"} 1 node_network_up{device="veth4622c58"} 1 node_network_up{device="veth47275f8"} 1 node_network_up{device="veth472cfec"} 1 node_network_up{device="veth47a0f99"} 1 node_network_up{device="veth48050a3"} 1 node_network_up{device="veth484e5a7"} 1 node_network_up{device="veth487c580"} 1 node_network_up{device="veth48bbb3e"} 1 node_network_up{device="veth48c9eb6"} 1 node_network_up{device="veth48fa74a"} 1 node_network_up{device="veth4919473"} 1 node_network_up{device="veth491f00e"} 1 node_network_up{device="veth4971f59"} 1 node_network_up{device="veth49a95ae"} 1 node_network_up{device="veth4a773af"} 1 node_network_up{device="veth4a8a86b"} 1 node_network_up{device="veth4b8fe58"} 1 node_network_up{device="veth4bdb4d9"} 1 node_network_up{device="veth4bf3046"} 1 node_network_up{device="veth4d292f2"} 1 node_network_up{device="veth4d2cca3"} 1 node_network_up{device="veth4d31c40"} 1 node_network_up{device="veth4d49f16"} 1 node_network_up{device="veth4d6ffca"} 1 node_network_up{device="veth4e685b7"} 1 node_network_up{device="veth4eb2990"} 1 node_network_up{device="veth4ef981b"} 1 node_network_up{device="veth4f30eb7"} 1 node_network_up{device="veth4f61226"} 1 node_network_up{device="veth4ff09ee"} 1 node_network_up{device="veth5054e93"} 1 node_network_up{device="veth50865f9"} 1 node_network_up{device="veth5088dc3"} 1 node_network_up{device="veth519857b"} 1 node_network_up{device="veth51d9ece"} 1 node_network_up{device="veth5210908"} 1 node_network_up{device="veth5284787"} 1 node_network_up{device="veth52cfc45"} 1 node_network_up{device="veth52e330e"} 1 node_network_up{device="veth5365cc9"} 1 node_network_up{device="veth54e9292"} 1 node_network_up{device="veth564c8a0"} 1 node_network_up{device="veth5675ed9"} 1 node_network_up{device="veth56f8c0c"} 1 node_network_up{device="veth57d2b8b"} 1 node_network_up{device="veth57d676c"} 1 node_network_up{device="veth57ec583"} 1 node_network_up{device="veth5804bd9"} 1 node_network_up{device="veth58598dd"} 1 node_network_up{device="veth58b55e5"} 1 node_network_up{device="veth5965e63"} 1 node_network_up{device="veth5aa30fc"} 1 node_network_up{device="veth5ac6b24"} 1 node_network_up{device="veth5af51bd"} 1 node_network_up{device="veth5afbbb6"} 1 node_network_up{device="veth5bbabc3"} 1 node_network_up{device="veth5bdd045"} 1 node_network_up{device="veth5c571c8"} 1 node_network_up{device="veth5c61f57"} 1 node_network_up{device="veth5d012dd"} 1 node_network_up{device="veth5e12c5b"} 1 node_network_up{device="veth5e4f007"} 1 node_network_up{device="veth5ee2818"} 1 node_network_up{device="veth5f39032"} 1 node_network_up{device="veth5f4e2d0"} 1 node_network_up{device="veth5fc3d12"} 1 node_network_up{device="veth61185ee"} 1 node_network_up{device="veth6131e75"} 1 node_network_up{device="veth6168483"} 1 node_network_up{device="veth6250a44"} 1 node_network_up{device="veth62645db"} 1 node_network_up{device="veth626da15"} 1 node_network_up{device="veth6280f39"} 1 node_network_up{device="veth629c943"} 1 node_network_up{device="veth62adda3"} 1 node_network_up{device="veth634d1ed"} 1 node_network_up{device="veth6453baa"} 1 node_network_up{device="veth64c3431"} 1 node_network_up{device="veth651818e"} 1 node_network_up{device="veth651c5d0"} 1 node_network_up{device="veth65337b2"} 1 node_network_up{device="veth65c360e"} 1 node_network_up{device="veth6630733"} 1 node_network_up{device="veth66b7fed"} 1 node_network_up{device="veth670d042"} 1 node_network_up{device="veth6774070"} 1 node_network_up{device="veth67e3876"} 1 node_network_up{device="veth684d2c7"} 1 node_network_up{device="veth688908c"} 1 node_network_up{device="veth6898f5c"} 1 node_network_up{device="veth68fd89d"} 1 node_network_up{device="veth690503f"} 1 node_network_up{device="veth69a31f5"} 1 node_network_up{device="veth69cb16e"} 1 node_network_up{device="veth69d3433"} 1 node_network_up{device="veth69f30b8"} 1 node_network_up{device="veth69f82f1"} 1 node_network_up{device="veth6a008e6"} 1 node_network_up{device="veth6a08252"} 1 node_network_up{device="veth6a552ae"} 1 node_network_up{device="veth6a9654d"} 1 node_network_up{device="veth6ac2ad5"} 1 node_network_up{device="veth6b2d933"} 1 node_network_up{device="veth6b3dad4"} 1 node_network_up{device="veth6b52f37"} 1 node_network_up{device="veth6befc8c"} 1 node_network_up{device="veth6c33543"} 1 node_network_up{device="veth6c58b6c"} 1 node_network_up{device="veth6c5ad94"} 1 node_network_up{device="veth6ca3495"} 1 node_network_up{device="veth6ce5f51"} 1 node_network_up{device="veth6d0a089"} 1 node_network_up{device="veth6d3ac08"} 1 node_network_up{device="veth6e44940"} 1 node_network_up{device="veth6e6c1f7"} 1 node_network_up{device="veth6ed1d48"} 1 node_network_up{device="veth70c4d49"} 1 node_network_up{device="veth71776a8"} 1 node_network_up{device="veth7188a44"} 1 node_network_up{device="veth718a7eb"} 1 node_network_up{device="veth71ffa2e"} 1 node_network_up{device="veth72d266b"} 1 node_network_up{device="veth73369bb"} 1 node_network_up{device="veth73b2056"} 1 node_network_up{device="veth73ead52"} 1 node_network_up{device="veth7429a6e"} 1 node_network_up{device="veth745dadb"} 1 node_network_up{device="veth750eb48"} 1 node_network_up{device="veth752218d"} 1 node_network_up{device="veth757493a"} 1 node_network_up{device="veth757efe6"} 1 node_network_up{device="veth757fccd"} 1 node_network_up{device="veth75e9ad3"} 1 node_network_up{device="veth760c07f"} 1 node_network_up{device="veth7632291"} 1 node_network_up{device="veth76dc8a9"} 1 node_network_up{device="veth76f5b59"} 1 node_network_up{device="veth7708a2a"} 1 node_network_up{device="veth7731308"} 1 node_network_up{device="veth774a0cf"} 1 node_network_up{device="veth7758da8"} 1 node_network_up{device="veth77f5539"} 1 node_network_up{device="veth78a6a45"} 1 node_network_up{device="veth78df8ba"} 1 node_network_up{device="veth797e46a"} 1 node_network_up{device="veth79e6c25"} 1 node_network_up{device="veth79ef071"} 1 node_network_up{device="veth7a37e75"} 1 node_network_up{device="veth7a4ee0a"} 1 node_network_up{device="veth7a84b20"} 1 node_network_up{device="veth7a8d1bc"} 1 node_network_up{device="veth7b5aa98"} 1 node_network_up{device="veth7b76de0"} 1 node_network_up{device="veth7bbc3fb"} 1 node_network_up{device="veth7bdbf78"} 1 node_network_up{device="veth7c00c6f"} 1 node_network_up{device="veth7c170e8"} 1 node_network_up{device="veth7c79405"} 1 node_network_up{device="veth7c7c6a4"} 1 node_network_up{device="veth7c7edf8"} 1 node_network_up{device="veth7cd2b86"} 1 node_network_up{device="veth7ceb6c5"} 1 node_network_up{device="veth7d0a9c9"} 1 node_network_up{device="veth7da5a3d"} 1 node_network_up{device="veth7e7a5a2"} 1 node_network_up{device="veth7e90c50"} 1 node_network_up{device="veth7efb584"} 1 node_network_up{device="veth7efb9a4"} 1 node_network_up{device="veth7f219e6"} 1 node_network_up{device="veth7f349f1"} 1 node_network_up{device="veth7f7adf7"} 1 node_network_up{device="veth7fbccd1"} 1 node_network_up{device="veth7ff9da9"} 1 node_network_up{device="veth804203c"} 1 node_network_up{device="veth80abb3a"} 1 node_network_up{device="veth80bc918"} 1 node_network_up{device="veth80db113"} 1 node_network_up{device="veth8115deb"} 1 node_network_up{device="veth818e1b4"} 1 node_network_up{device="veth81cd17e"} 1 node_network_up{device="veth81e6903"} 1 node_network_up{device="veth81f0a15"} 1 node_network_up{device="veth824a73a"} 1 node_network_up{device="veth8286cb8"} 1 node_network_up{device="veth82bcac8"} 1 node_network_up{device="veth82c8314"} 1 node_network_up{device="veth82d54d6"} 1 node_network_up{device="veth82e7162"} 1 node_network_up{device="veth82f9bb2"} 1 node_network_up{device="veth83c076f"} 1 node_network_up{device="veth841b31f"} 1 node_network_up{device="veth8491d68"} 1 node_network_up{device="veth8575f2f"} 1 node_network_up{device="veth86b5718"} 1 node_network_up{device="veth86b8fa2"} 1 node_network_up{device="veth86c5967"} 1 node_network_up{device="veth86f7933"} 1 node_network_up{device="veth873a2e1"} 1 node_network_up{device="veth87bf2d7"} 1 node_network_up{device="veth87de5ef"} 1 node_network_up{device="veth880729a"} 1 node_network_up{device="veth8899f2d"} 1 node_network_up{device="veth89df824"} 1 node_network_up{device="veth8a757d1"} 1 node_network_up{device="veth8ac6051"} 1 node_network_up{device="veth8aec1f4"} 1 node_network_up{device="veth8bb71ef"} 1 node_network_up{device="veth8c359ba"} 1 node_network_up{device="veth8c3728a"} 1 node_network_up{device="veth8c3b2b4"} 1 node_network_up{device="veth8d365d7"} 1 node_network_up{device="veth8d79659"} 1 node_network_up{device="veth8e0aa38"} 1 node_network_up{device="veth8f8d551"} 1 node_network_up{device="veth8fbb10d"} 1 node_network_up{device="veth900bd70"} 1 node_network_up{device="veth902cadc"} 1 node_network_up{device="veth9047572"} 1 node_network_up{device="veth9057c62"} 1 node_network_up{device="veth9073787"} 1 node_network_up{device="veth9166eaa"} 1 node_network_up{device="veth9193b16"} 1 node_network_up{device="veth91a6689"} 1 node_network_up{device="veth91f1a12"} 1 node_network_up{device="veth91fabb4"} 1 node_network_up{device="veth9267946"} 1 node_network_up{device="veth9371418"} 1 node_network_up{device="veth93f3c9f"} 1 node_network_up{device="veth9488f04"} 1 node_network_up{device="veth948cd1e"} 1 node_network_up{device="veth951eef4"} 1 node_network_up{device="veth9675397"} 1 node_network_up{device="veth9681927"} 1 node_network_up{device="veth96e0471"} 1 node_network_up{device="veth98feb57"} 1 node_network_up{device="veth994a72a"} 1 node_network_up{device="veth9985b4e"} 1 node_network_up{device="veth99cdb12"} 1 node_network_up{device="veth9a9e7eb"} 1 node_network_up{device="veth9b18d92"} 1 node_network_up{device="veth9b23960"} 1 node_network_up{device="veth9bbbd3e"} 1 node_network_up{device="veth9bde175"} 1 node_network_up{device="veth9bed411"} 1 node_network_up{device="veth9c4e77f"} 1 node_network_up{device="veth9c9a350"} 1 node_network_up{device="veth9cb0c0f"} 1 node_network_up{device="veth9cfe767"} 1 node_network_up{device="veth9d35c37"} 1 node_network_up{device="veth9d674e8"} 1 node_network_up{device="veth9d8fc99"} 1 node_network_up{device="veth9d98eba"} 1 node_network_up{device="veth9da8b8d"} 1 node_network_up{device="veth9df3ecb"} 1 node_network_up{device="veth9e9fce6"} 1 node_network_up{device="veth9ed817d"} 1 node_network_up{device="veth9f3233d"} 1 node_network_up{device="veth9f82c51"} 1 node_network_up{device="veth9f8faa5"} 1 node_network_up{device="vetha0c1437"} 1 node_network_up{device="vetha0e80a0"} 1 node_network_up{device="vetha106075"} 1 node_network_up{device="vetha10ed6f"} 1 node_network_up{device="vetha131bbc"} 1 node_network_up{device="vetha187e3b"} 1 node_network_up{device="vetha19ce39"} 1 node_network_up{device="vetha1a96b5"} 1 node_network_up{device="vetha1db4d4"} 1 node_network_up{device="vetha208f1d"} 1 node_network_up{device="vetha20f05a"} 1 node_network_up{device="vetha21095f"} 1 node_network_up{device="vetha29c587"} 1 node_network_up{device="vetha2d62f9"} 1 node_network_up{device="vetha2e6ee7"} 1 node_network_up{device="vetha2efe45"} 1 node_network_up{device="vetha334ff9"} 1 node_network_up{device="vetha33b595"} 1 node_network_up{device="vetha356001"} 1 node_network_up{device="vetha3d3064"} 1 node_network_up{device="vetha3e8c9c"} 1 node_network_up{device="vetha3f126e"} 1 node_network_up{device="vetha4878ac"} 1 node_network_up{device="vetha5244b8"} 1 node_network_up{device="vetha588f6c"} 1 node_network_up{device="vetha58e162"} 1 node_network_up{device="vetha80a84c"} 1 node_network_up{device="vetha81db62"} 1 node_network_up{device="vetha8da15f"} 1 node_network_up{device="vetha95fac3"} 1 node_network_up{device="vethaa460d0"} 1 node_network_up{device="vethaa5252d"} 1 node_network_up{device="vethabd5525"} 1 node_network_up{device="vethac309ae"} 1 node_network_up{device="vethacc9983"} 1 node_network_up{device="vethadaa61e"} 1 node_network_up{device="vethadd6779"} 1 node_network_up{device="vethae07fdb"} 1 node_network_up{device="vethae2e166"} 1 node_network_up{device="vethae6aaad"} 1 node_network_up{device="vethae899be"} 1 node_network_up{device="vethaf2d319"} 1 node_network_up{device="vethaff0c5f"} 1 node_network_up{device="vethb11d1d5"} 1 node_network_up{device="vethb146b3d"} 1 node_network_up{device="vethb17b307"} 1 node_network_up{device="vethb24125c"} 1 node_network_up{device="vethb25b930"} 1 node_network_up{device="vethb264074"} 1 node_network_up{device="vethb26da6e"} 1 node_network_up{device="vethb2f7e0f"} 1 node_network_up{device="vethb413da6"} 1 node_network_up{device="vethb436b35"} 1 node_network_up{device="vethb466aea"} 1 node_network_up{device="vethb4a4c76"} 1 node_network_up{device="vethb4fafb4"} 1 node_network_up{device="vethb5afb08"} 1 node_network_up{device="vethb72a42c"} 1 node_network_up{device="vethb80e0f0"} 1 node_network_up{device="vethb8148cc"} 1 node_network_up{device="vethb85e063"} 1 node_network_up{device="vethb92f9d3"} 1 node_network_up{device="vethb92fe3f"} 1 node_network_up{device="vethba942aa"} 1 node_network_up{device="vethbae8967"} 1 node_network_up{device="vethbb0b4fe"} 1 node_network_up{device="vethbbaaafe"} 1 node_network_up{device="vethbc2b4ad"} 1 node_network_up{device="vethbc58d49"} 1 node_network_up{device="vethbcde7a6"} 1 node_network_up{device="vethbce62a9"} 1 node_network_up{device="vethbe194c8"} 1 node_network_up{device="vethbe2c80a"} 1 node_network_up{device="vethbe97de8"} 1 node_network_up{device="vethbfb44f0"} 1 node_network_up{device="vethc00de3e"} 1 node_network_up{device="vethc02588e"} 1 node_network_up{device="vethc033a93"} 1 node_network_up{device="vethc060fb3"} 1 node_network_up{device="vethc122dad"} 1 node_network_up{device="vethc12e527"} 1 node_network_up{device="vethc140d9c"} 1 node_network_up{device="vethc17e1ec"} 1 node_network_up{device="vethc1d7f4f"} 1 node_network_up{device="vethc1ec8f5"} 1 node_network_up{device="vethc20d812"} 1 node_network_up{device="vethc22a5c0"} 1 node_network_up{device="vethc239fc6"} 1 node_network_up{device="vethc311203"} 1 node_network_up{device="vethc3412aa"} 1 node_network_up{device="vethc3f0337"} 1 node_network_up{device="vethc42048e"} 1 node_network_up{device="vethc4617ba"} 1 node_network_up{device="vethc498aec"} 1 node_network_up{device="vethc4f407f"} 1 node_network_up{device="vethc554c32"} 1 node_network_up{device="vethc5aaafd"} 1 node_network_up{device="vethc5ace02"} 1 node_network_up{device="vethc5b36ba"} 1 node_network_up{device="vethc5dd649"} 1 node_network_up{device="vethc5eb73b"} 1 node_network_up{device="vethc5eca53"} 1 node_network_up{device="vethc68deb2"} 1 node_network_up{device="vethc69e5b9"} 1 node_network_up{device="vethc6fe840"} 1 node_network_up{device="vethc7016cb"} 1 node_network_up{device="vethc75d66d"} 1 node_network_up{device="vethc790a6e"} 1 node_network_up{device="vethc84e290"} 1 node_network_up{device="vethc8739b3"} 1 node_network_up{device="vethc87da99"} 1 node_network_up{device="vethc88bbcf"} 1 node_network_up{device="vethc928fb9"} 1 node_network_up{device="vethc959280"} 1 node_network_up{device="vethc97be75"} 1 node_network_up{device="vethc99df73"} 1 node_network_up{device="vethc9e1b23"} 1 node_network_up{device="vethca8e8cd"} 1 node_network_up{device="vethcb7fed6"} 1 node_network_up{device="vethcb89e48"} 1 node_network_up{device="vethcc43237"} 1 node_network_up{device="vethcc4fef3"} 1 node_network_up{device="vethcc7f6ac"} 1 node_network_up{device="vethccb9f9c"} 1 node_network_up{device="vethccdb53f"} 1 node_network_up{device="vethcd6e0c9"} 1 node_network_up{device="vethce1a2f7"} 1 node_network_up{device="vethce4e99b"} 1 node_network_up{device="vethce521ba"} 1 node_network_up{device="vethcf53b01"} 1 node_network_up{device="vethcfd9fe1"} 1 node_network_up{device="vethd0b2173"} 1 node_network_up{device="vethd0f1488"} 1 node_network_up{device="vethd0f34e4"} 1 node_network_up{device="vethd0ffc64"} 1 node_network_up{device="vethd1ec6d3"} 1 node_network_up{device="vethd2010fb"} 1 node_network_up{device="vethd2deb54"} 1 node_network_up{device="vethd2f4531"} 1 node_network_up{device="vethd34362b"} 1 node_network_up{device="vethd347820"} 1 node_network_up{device="vethd3608f1"} 1 node_network_up{device="vethd42c82d"} 1 node_network_up{device="vethd45b81a"} 1 node_network_up{device="vethd466b1f"} 1 node_network_up{device="vethd49c6b2"} 1 node_network_up{device="vethd5344cc"} 1 node_network_up{device="vethd60e2bd"} 1 node_network_up{device="vethd64322f"} 1 node_network_up{device="vethd65b5b3"} 1 node_network_up{device="vethd681481"} 1 node_network_up{device="vethd6ceb54"} 1 node_network_up{device="vethd6fa258"} 1 node_network_up{device="vethd71b7e5"} 1 node_network_up{device="vethd752c61"} 1 node_network_up{device="vethd760c58"} 1 node_network_up{device="vethd768a42"} 1 node_network_up{device="vethd76e941"} 1 node_network_up{device="vethd81eb6c"} 1 node_network_up{device="vethd868ed3"} 1 node_network_up{device="vethd8a170f"} 1 node_network_up{device="vethd8b4b5b"} 1 node_network_up{device="vethd97f7eb"} 1 node_network_up{device="vethd9c86a8"} 1 node_network_up{device="vethda452a5"} 1 node_network_up{device="vethdaa52c9"} 1 node_network_up{device="vethdae085c"} 1 node_network_up{device="vethdb552be"} 1 node_network_up{device="vethdba1b3a"} 1 node_network_up{device="vethdc4d810"} 1 node_network_up{device="vethdd1fe39"} 1 node_network_up{device="vethdd25bde"} 1 node_network_up{device="vethdd3daca"} 1 node_network_up{device="vethdd432a7"} 1 node_network_up{device="vethdd77089"} 1 node_network_up{device="vethdd88546"} 1 node_network_up{device="vethdda7569"} 1 node_network_up{device="vethddb4b12"} 1 node_network_up{device="vethde79ae2"} 1 node_network_up{device="vethde8673b"} 1 node_network_up{device="vethdf825a0"} 1 node_network_up{device="vethdf861f8"} 1 node_network_up{device="vethdfcbb7b"} 1 node_network_up{device="vethe028419"} 1 node_network_up{device="vethe05e953"} 1 node_network_up{device="vethe0c38b7"} 1 node_network_up{device="vethe101bab"} 1 node_network_up{device="vethe1189bd"} 1 node_network_up{device="vethe13fa27"} 1 node_network_up{device="vethe177f5b"} 1 node_network_up{device="vethe1ebb25"} 1 node_network_up{device="vethe209306"} 1 node_network_up{device="vethe33aa29"} 1 node_network_up{device="vethe38290a"} 1 node_network_up{device="vethe39934f"} 1 node_network_up{device="vethe39dd06"} 1 node_network_up{device="vethe45952d"} 1 node_network_up{device="vethe54bc00"} 1 node_network_up{device="vethe5621bc"} 1 node_network_up{device="vethe5723c0"} 1 node_network_up{device="vethe64b47d"} 1 node_network_up{device="vethe660bdb"} 1 node_network_up{device="vethe6b515e"} 1 node_network_up{device="vethe6e8924"} 1 node_network_up{device="vethe6f5fae"} 1 node_network_up{device="vethe7dc6b0"} 1 node_network_up{device="vethe7e6bbf"} 1 node_network_up{device="vethe8000ea"} 1 node_network_up{device="vethe8094b1"} 1 node_network_up{device="vethe8551b4"} 1 node_network_up{device="vethe8c6bde"} 1 node_network_up{device="vethe8f63bd"} 1 node_network_up{device="vethe93a649"} 1 node_network_up{device="vethe9de379"} 1 node_network_up{device="vethe9ef82b"} 1 node_network_up{device="vethea2004e"} 1 node_network_up{device="vethea7b5b1"} 1 node_network_up{device="vetheafba5d"} 1 node_network_up{device="vetheafdff8"} 1 node_network_up{device="vetheb96a22"} 1 node_network_up{device="vethec666e8"} 1 node_network_up{device="vethed11450"} 1 node_network_up{device="vethed19b20"} 1 node_network_up{device="vethed3ab9d"} 1 node_network_up{device="vetheddb648"} 1 node_network_up{device="vethedeec24"} 1 node_network_up{device="vethedf40f5"} 1 node_network_up{device="vetheefaddf"} 1 node_network_up{device="vethef58697"} 1 node_network_up{device="vethefe8ba7"} 1 node_network_up{device="vethf09ac69"} 1 node_network_up{device="vethf14b507"} 1 node_network_up{device="vethf14bf3b"} 1 node_network_up{device="vethf14e041"} 1 node_network_up{device="vethf185ebb"} 1 node_network_up{device="vethf2509ba"} 1 node_network_up{device="vethf25387f"} 1 node_network_up{device="vethf2a6c87"} 1 node_network_up{device="vethf2b1dab"} 1 node_network_up{device="vethf2badff"} 1 node_network_up{device="vethf33a028"} 1 node_network_up{device="vethf342283"} 1 node_network_up{device="vethf47c7ff"} 1 node_network_up{device="vethf4ac138"} 1 node_network_up{device="vethf4b1b2a"} 1 node_network_up{device="vethf4bd777"} 1 node_network_up{device="vethf5aeeda"} 1 node_network_up{device="vethf5e58af"} 1 node_network_up{device="vethf60f5e6"} 1 node_network_up{device="vethf63a7c4"} 1 node_network_up{device="vethf6bd349"} 1 node_network_up{device="vethf6ce5b6"} 1 node_network_up{device="vethf7684fa"} 1 node_network_up{device="vethf7e9d2c"} 1 node_network_up{device="vethf8128a9"} 1 node_network_up{device="vethf81e612"} 1 node_network_up{device="vethf855174"} 1 node_network_up{device="vethf894d6d"} 1 node_network_up{device="vethf979695"} 1 node_network_up{device="vethf98530e"} 1 node_network_up{device="vethf9986ef"} 1 node_network_up{device="vethf9b3f86"} 1 node_network_up{device="vethfb8b857"} 1 node_network_up{device="vethfb9458b"} 1 node_network_up{device="vethfbf1832"} 1 node_network_up{device="vethfbf1a8f"} 1 node_network_up{device="vethfc87a12"} 1 node_network_up{device="vethfc9a925"} 1 node_network_up{device="vethfcccc71"} 1 node_network_up{device="vethfd1bace"} 1 node_network_up{device="vethfd1daa5"} 1 node_network_up{device="vethfd685e4"} 1 node_network_up{device="vethfdacab6"} 1 node_network_up{device="vethfe15339"} 1 node_network_up{device="vethfe36666"} 1 node_network_up{device="vethfe7040e"} 1 node_network_up{device="vethfec16de"} 1 node_network_up{device="vethfedbea0"} 1 node_network_up{device="vethff12d55"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1 # 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_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 0 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 0 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 0 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 0 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 865 # 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="rocky",id_like="rhel centos fedora",image_id="",image_version="",name="Rocky Linux",pretty_name="Rocky Linux 8.10 (Green Obsidian)",variant="",variant_id="",version="8.10 (Green Obsidian)",version_codename="",version_id="8.10"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.87488e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="rocky",id_like="rhel centos fedora",name="Rocky Linux"} 8.1 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 7 # 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"} 98890.756730514 node_schedstat_running_seconds_total{cpu="1"} 105602.015367033 node_schedstat_running_seconds_total{cpu="10"} 101950.944093219 node_schedstat_running_seconds_total{cpu="11"} 101456.24128668 node_schedstat_running_seconds_total{cpu="12"} 101670.398377742 node_schedstat_running_seconds_total{cpu="13"} 100680.998268496 node_schedstat_running_seconds_total{cpu="14"} 87539.64326786 node_schedstat_running_seconds_total{cpu="15"} 100064.297530099 node_schedstat_running_seconds_total{cpu="2"} 105342.342651695 node_schedstat_running_seconds_total{cpu="3"} 105201.092709804 node_schedstat_running_seconds_total{cpu="4"} 103993.717239635 node_schedstat_running_seconds_total{cpu="5"} 104275.852502266 node_schedstat_running_seconds_total{cpu="6"} 104069.459246055 node_schedstat_running_seconds_total{cpu="7"} 101454.535063343 node_schedstat_running_seconds_total{cpu="8"} 100787.830577548 node_schedstat_running_seconds_total{cpu="9"} 102215.239572566 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 3.16571048e+08 node_schedstat_timeslices_total{cpu="1"} 3.50657713e+08 node_schedstat_timeslices_total{cpu="10"} 3.24929065e+08 node_schedstat_timeslices_total{cpu="11"} 3.23342679e+08 node_schedstat_timeslices_total{cpu="12"} 3.21575973e+08 node_schedstat_timeslices_total{cpu="13"} 3.20918611e+08 node_schedstat_timeslices_total{cpu="14"} 2.98550604e+08 node_schedstat_timeslices_total{cpu="15"} 3.19128443e+08 node_schedstat_timeslices_total{cpu="2"} 3.51131185e+08 node_schedstat_timeslices_total{cpu="3"} 3.45435418e+08 node_schedstat_timeslices_total{cpu="4"} 3.40186476e+08 node_schedstat_timeslices_total{cpu="5"} 3.36222718e+08 node_schedstat_timeslices_total{cpu="6"} 3.32300963e+08 node_schedstat_timeslices_total{cpu="7"} 3.204744e+08 node_schedstat_timeslices_total{cpu="8"} 3.54993628e+08 node_schedstat_timeslices_total{cpu="9"} 3.26423874e+08 # 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"} 19401.199459487 node_schedstat_waiting_seconds_total{cpu="1"} 21884.058274402 node_schedstat_waiting_seconds_total{cpu="10"} 20141.423846377 node_schedstat_waiting_seconds_total{cpu="11"} 20291.115301661 node_schedstat_waiting_seconds_total{cpu="12"} 20158.183015485 node_schedstat_waiting_seconds_total{cpu="13"} 20146.185160658 node_schedstat_waiting_seconds_total{cpu="14"} 19247.173195 node_schedstat_waiting_seconds_total{cpu="15"} 19767.361939093 node_schedstat_waiting_seconds_total{cpu="2"} 21941.357586446 node_schedstat_waiting_seconds_total{cpu="3"} 21667.48170074 node_schedstat_waiting_seconds_total{cpu="4"} 21539.761252099 node_schedstat_waiting_seconds_total{cpu="5"} 20967.513789531 node_schedstat_waiting_seconds_total{cpu="6"} 20566.052610648 node_schedstat_waiting_seconds_total{cpu="7"} 20613.82960995 node_schedstat_waiting_seconds_total{cpu="8"} 24000.525292724 node_schedstat_waiting_seconds_total{cpu="9"} 20094.238543595 # 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.000212617 node_scrape_collector_duration_seconds{collector="bcache"} 1.0519e-05 node_scrape_collector_duration_seconds{collector="bonding"} 2.4768e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.033586338 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000148262 node_scrape_collector_duration_seconds{collector="cpu"} 0.001511941 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000121491 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001589349 node_scrape_collector_duration_seconds{collector="dmi"} 9.503e-06 node_scrape_collector_duration_seconds{collector="edac"} 3.0403e-05 node_scrape_collector_duration_seconds{collector="entropy"} 8.6126e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.2949e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.5228e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.05214603 node_scrape_collector_duration_seconds{collector="hwmon"} 1.5286e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 8.815e-06 node_scrape_collector_duration_seconds{collector="ipvs"} 2.9578e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 4.4907e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.2105e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000166601 node_scrape_collector_duration_seconds{collector="netclass"} 0.509773427 node_scrape_collector_duration_seconds{collector="netdev"} 0.000225147 node_scrape_collector_duration_seconds{collector="netstat"} 0.000707869 node_scrape_collector_duration_seconds{collector="nfs"} 2.8364e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.0227e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.4244e-05 node_scrape_collector_duration_seconds{collector="os"} 0.033605798 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.6819e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.0397e-05 node_scrape_collector_duration_seconds{collector="rapl"} 1.8401e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000130489 node_scrape_collector_duration_seconds{collector="selinux"} 0.00010823 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000165562 node_scrape_collector_duration_seconds{collector="softnet"} 0.000147006 node_scrape_collector_duration_seconds{collector="stat"} 0.000237024 node_scrape_collector_duration_seconds{collector="tapestats"} 2.5907e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.5372e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000870472 node_scrape_collector_duration_seconds{collector="time"} 8.9798e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.7059e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000567608 node_scrape_collector_duration_seconds{collector="uname"} 1.6882e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00013144 node_scrape_collector_duration_seconds{collector="watchdog"} 3.9534e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000421654 node_scrape_collector_duration_seconds{collector="zfs"} 1.1188e-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"} 1 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"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 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_config_mode Configured SELinux enforcement mode # TYPE node_selinux_config_mode gauge node_selinux_config_mode -1 # HELP node_selinux_current_mode Current SELinux enforcement mode # TYPE node_selinux_current_mode gauge node_selinux_current_mode 1 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 1 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1821 # 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 206 # 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 843776 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 2 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 276 # 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.130496e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 5 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="12"} 0 node_softnet_backlog_len{cpu="13"} 0 node_softnet_backlog_len{cpu="14"} 0 node_softnet_backlog_len{cpu="15"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="12"} 0 node_softnet_cpu_collision_total{cpu="13"} 0 node_softnet_cpu_collision_total{cpu="14"} 0 node_softnet_cpu_collision_total{cpu="15"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 0 node_softnet_dropped_total{cpu="11"} 0 node_softnet_dropped_total{cpu="12"} 0 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 768 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 1 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 node_softnet_dropped_total{cpu="8"} 0 node_softnet_dropped_total{cpu="9"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.67130332e+08 node_softnet_processed_total{cpu="1"} 1.78978615e+08 node_softnet_processed_total{cpu="10"} 1.71110102e+08 node_softnet_processed_total{cpu="11"} 1.70931338e+08 node_softnet_processed_total{cpu="12"} 1.69859904e+08 node_softnet_processed_total{cpu="13"} 1.68573898e+08 node_softnet_processed_total{cpu="14"} 9.77745852e+08 node_softnet_processed_total{cpu="15"} 1.67266547e+08 node_softnet_processed_total{cpu="2"} 1.79194999e+08 node_softnet_processed_total{cpu="3"} 1.78655296e+08 node_softnet_processed_total{cpu="4"} 1.76181895e+08 node_softnet_processed_total{cpu="5"} 1.76296859e+08 node_softnet_processed_total{cpu="6"} 1.7421349e+08 node_softnet_processed_total{cpu="7"} 1.63651804e+08 node_softnet_processed_total{cpu="8"} 1.71165701e+08 node_softnet_processed_total{cpu="9"} 1.71540107e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="12"} 0 node_softnet_received_rps_total{cpu="13"} 0 node_softnet_received_rps_total{cpu="14"} 0 node_softnet_received_rps_total{cpu="15"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 1240 node_softnet_times_squeezed_total{cpu="1"} 1228 node_softnet_times_squeezed_total{cpu="10"} 1067 node_softnet_times_squeezed_total{cpu="11"} 1048 node_softnet_times_squeezed_total{cpu="12"} 1061 node_softnet_times_squeezed_total{cpu="13"} 978 node_softnet_times_squeezed_total{cpu="14"} 46417 node_softnet_times_squeezed_total{cpu="15"} 959 node_softnet_times_squeezed_total{cpu="2"} 1179 node_softnet_times_squeezed_total{cpu="3"} 1088 node_softnet_times_squeezed_total{cpu="4"} 1074 node_softnet_times_squeezed_total{cpu="5"} 1111 node_softnet_times_squeezed_total{cpu="6"} 1042 node_softnet_times_squeezed_total{cpu="7"} 1356 node_softnet_times_squeezed_total{cpu="8"} 1026 node_softnet_times_squeezed_total{cpu="9"} 1032 # 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="kvm-clock",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="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7882160977920053e+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.000893 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.999991940246582 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.037302 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # 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 0 # 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 37 # 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="35ba80563505",release="4.18.0-553.51.1.el8_10.x86_64",sysname="Linux",version="#1 SMP Wed Apr 30 20:24:04 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.2996937632e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 65790 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 8.4071932e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.013545142e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sda2"} 0 node_xfs_allocation_btree_compares_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sda2"} 0 node_xfs_allocation_btree_lookups_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sda2"} 0 node_xfs_allocation_btree_records_deleted_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sda2"} 0 node_xfs_allocation_btree_records_inserted_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sda2"} 0 node_xfs_block_map_btree_compares_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sda2"} 0 node_xfs_block_map_btree_lookups_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sda2"} 0 node_xfs_block_map_btree_records_deleted_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sda2"} 0 node_xfs_block_map_btree_records_inserted_total{device="sda5"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sda2"} 0 node_xfs_block_mapping_extent_list_compares_total{device="sda5"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sda2"} 0 node_xfs_block_mapping_extent_list_deletions_total{device="sda5"} 3.259173e+06 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="sda2"} 0 node_xfs_block_mapping_extent_list_insertions_total{device="sda5"} 6.453016e+06 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="sda2"} 47 node_xfs_block_mapping_extent_list_lookups_total{device="sda5"} 1.576709585e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sda2"} 47 node_xfs_block_mapping_reads_total{device="sda5"} 1.013351298e+09 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sda2"} 0 node_xfs_block_mapping_unmaps_total{device="sda5"} 5.718317e+06 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="sda2"} 0 node_xfs_block_mapping_writes_total{device="sda5"} 5.4198987e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sda2"} 0 node_xfs_directory_operation_create_total{device="sda5"} 5.615838e+06 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="sda2"} 2 node_xfs_directory_operation_getdents_total{device="sda5"} 1.35674895e+08 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sda2"} 8 node_xfs_directory_operation_lookup_total{device="sda5"} 1.3022507e+07 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="sda2"} 0 node_xfs_directory_operation_remove_total{device="sda5"} 5.583465e+06 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="sda2"} 0 node_xfs_extent_allocation_blocks_allocated_total{device="sda5"} 4.29721666e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sda2"} 0 node_xfs_extent_allocation_blocks_freed_total{device="sda5"} 4.27377265e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sda2"} 0 node_xfs_extent_allocation_extents_allocated_total{device="sda5"} 3.007518e+06 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="sda2"} 0 node_xfs_extent_allocation_extents_freed_total{device="sda5"} 3.020364e+06 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="sda2"} 8 node_xfs_inode_operation_attempts_total{device="sda5"} 8.89547e+06 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="sda2"} 0 node_xfs_inode_operation_attribute_changes_total{device="sda5"} 6.18582e+06 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="sda2"} 0 node_xfs_inode_operation_duplicates_total{device="sda5"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="sda2"} 0 node_xfs_inode_operation_found_total{device="sda5"} 3.17944e+06 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sda2"} 8 node_xfs_inode_operation_missed_total{device="sda5"} 5.71603e+06 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="sda2"} 0 node_xfs_inode_operation_reclaims_total{device="sda5"} 4.960959e+06 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="sda2"} 0 node_xfs_inode_operation_recycled_total{device="sda5"} 2 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sda2"} 110817 node_xfs_read_calls_total{device="sda5"} 1.883495341e+09 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sda2"} 8 node_xfs_vnode_active_total{device="sda5"} 755071 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="sda2"} 0 node_xfs_vnode_allocate_total{device="sda5"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="sda2"} 0 node_xfs_vnode_get_total{device="sda5"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="sda2"} 0 node_xfs_vnode_hold_total{device="sda5"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="sda2"} 0 node_xfs_vnode_reclaim_total{device="sda5"} 7.369456e+06 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="sda2"} 0 node_xfs_vnode_release_total{device="sda5"} 7.369456e+06 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="sda2"} 0 node_xfs_vnode_remove_total{device="sda5"} 7.369456e+06 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="sda2"} 0 node_xfs_write_calls_total{device="sda5"} 5.36520929e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 19129.32 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 7.5558554e+07 # 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 4.226524308e+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.816e+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.78722808843e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273475072e+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"} 32918 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0