# 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.7264e-05 go_gc_duration_seconds{quantile="0.25"} 3.1218e-05 go_gc_duration_seconds{quantile="0.5"} 5.4191e-05 go_gc_duration_seconds{quantile="0.75"} 6.4024e-05 go_gc_duration_seconds{quantile="1"} 0.000232136 go_gc_duration_seconds_sum 65.605234363 go_gc_duration_seconds_count 1.369981e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 9.620192e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.073494057576e+12 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.250744e+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 7.0896931604e+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.374696e+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 9.620192e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.2468224e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.1501568e+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 165139 # 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 1.1108352e+07 # 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.3969792e+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.78295871956196e+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 7.0897096743e+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 197600 # 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.632904e+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 493960 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.179648e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.179648e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 3.161012e+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 17 # 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.778579699e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.8170174375e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="10",type="Processor"} 0 node_cooling_device_cur_state{name="11",type="Processor"} 0 node_cooling_device_cur_state{name="12",type="Processor"} 0 node_cooling_device_cur_state{name="13",type="Processor"} 0 node_cooling_device_cur_state{name="14",type="Processor"} 0 node_cooling_device_cur_state{name="15",type="Processor"} 0 node_cooling_device_cur_state{name="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"} 3.72448529e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 334.41 node_cpu_seconds_total{cpu="0",mode="irq"} 22312.07 node_cpu_seconds_total{cpu="0",mode="nice"} 123.92 node_cpu_seconds_total{cpu="0",mode="softirq"} 40915.84 node_cpu_seconds_total{cpu="0",mode="steal"} 297.31 node_cpu_seconds_total{cpu="0",mode="system"} 150925.97 node_cpu_seconds_total{cpu="0",mode="user"} 423726.98 node_cpu_seconds_total{cpu="1",mode="idle"} 3.70056205e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 350.03 node_cpu_seconds_total{cpu="1",mode="irq"} 24255.82 node_cpu_seconds_total{cpu="1",mode="nice"} 165.41 node_cpu_seconds_total{cpu="1",mode="softirq"} 26925.27 node_cpu_seconds_total{cpu="1",mode="steal"} 318.22 node_cpu_seconds_total{cpu="1",mode="system"} 158496.1 node_cpu_seconds_total{cpu="1",mode="user"} 450440.52 node_cpu_seconds_total{cpu="10",mode="idle"} 3.71536957e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 325.81 node_cpu_seconds_total{cpu="10",mode="irq"} 25713.21 node_cpu_seconds_total{cpu="10",mode="nice"} 149.22 node_cpu_seconds_total{cpu="10",mode="softirq"} 84850.29 node_cpu_seconds_total{cpu="10",mode="steal"} 341.06 node_cpu_seconds_total{cpu="10",mode="system"} 147048.6 node_cpu_seconds_total{cpu="10",mode="user"} 386351.07 node_cpu_seconds_total{cpu="11",mode="idle"} 3.71875891e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 326.19 node_cpu_seconds_total{cpu="11",mode="irq"} 22768.86 node_cpu_seconds_total{cpu="11",mode="nice"} 115.35 node_cpu_seconds_total{cpu="11",mode="softirq"} 19344.06 node_cpu_seconds_total{cpu="11",mode="steal"} 291.38 node_cpu_seconds_total{cpu="11",mode="system"} 157058.37 node_cpu_seconds_total{cpu="11",mode="user"} 444231.68 node_cpu_seconds_total{cpu="12",mode="idle"} 3.72147457e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 339.15 node_cpu_seconds_total{cpu="12",mode="irq"} 22887.8 node_cpu_seconds_total{cpu="12",mode="nice"} 139.11 node_cpu_seconds_total{cpu="12",mode="softirq"} 19143.53 node_cpu_seconds_total{cpu="12",mode="steal"} 288.81 node_cpu_seconds_total{cpu="12",mode="system"} 156423.15 node_cpu_seconds_total{cpu="12",mode="user"} 442269.41 node_cpu_seconds_total{cpu="13",mode="idle"} 3.72239661e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 321.71 node_cpu_seconds_total{cpu="13",mode="irq"} 22508.91 node_cpu_seconds_total{cpu="13",mode="nice"} 72.09 node_cpu_seconds_total{cpu="13",mode="softirq"} 19189.12 node_cpu_seconds_total{cpu="13",mode="steal"} 291.14 node_cpu_seconds_total{cpu="13",mode="system"} 156095.47 node_cpu_seconds_total{cpu="13",mode="user"} 442029.39 node_cpu_seconds_total{cpu="14",mode="idle"} 3.7287492e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 316.89 node_cpu_seconds_total{cpu="14",mode="irq"} 22375.01 node_cpu_seconds_total{cpu="14",mode="nice"} 172.92 node_cpu_seconds_total{cpu="14",mode="softirq"} 19083.04 node_cpu_seconds_total{cpu="14",mode="steal"} 289.81 node_cpu_seconds_total{cpu="14",mode="system"} 154830.36 node_cpu_seconds_total{cpu="14",mode="user"} 437093.47 node_cpu_seconds_total{cpu="15",mode="idle"} 3.72447721e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 323.95 node_cpu_seconds_total{cpu="15",mode="irq"} 22351.4 node_cpu_seconds_total{cpu="15",mode="nice"} 140.51 node_cpu_seconds_total{cpu="15",mode="softirq"} 19048.28 node_cpu_seconds_total{cpu="15",mode="steal"} 290.5 node_cpu_seconds_total{cpu="15",mode="system"} 155754.63 node_cpu_seconds_total{cpu="15",mode="user"} 440748.19 node_cpu_seconds_total{cpu="2",mode="idle"} 3.69878153e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 347.2 node_cpu_seconds_total{cpu="2",mode="irq"} 24179.7 node_cpu_seconds_total{cpu="2",mode="nice"} 141.9 node_cpu_seconds_total{cpu="2",mode="softirq"} 23132.05 node_cpu_seconds_total{cpu="2",mode="steal"} 314.85 node_cpu_seconds_total{cpu="2",mode="system"} 160046.83 node_cpu_seconds_total{cpu="2",mode="user"} 454682.38 node_cpu_seconds_total{cpu="3",mode="idle"} 3.70287652e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 319.4 node_cpu_seconds_total{cpu="3",mode="irq"} 24040.44 node_cpu_seconds_total{cpu="3",mode="nice"} 106.54 node_cpu_seconds_total{cpu="3",mode="softirq"} 21530.04 node_cpu_seconds_total{cpu="3",mode="steal"} 309.98 node_cpu_seconds_total{cpu="3",mode="system"} 159896.86 node_cpu_seconds_total{cpu="3",mode="user"} 452841.74 node_cpu_seconds_total{cpu="4",mode="idle"} 3.70467164e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 362.35 node_cpu_seconds_total{cpu="4",mode="irq"} 23755.97 node_cpu_seconds_total{cpu="4",mode="nice"} 118.12 node_cpu_seconds_total{cpu="4",mode="softirq"} 20735.75 node_cpu_seconds_total{cpu="4",mode="steal"} 308.08 node_cpu_seconds_total{cpu="4",mode="system"} 159569.44 node_cpu_seconds_total{cpu="4",mode="user"} 452536.64 node_cpu_seconds_total{cpu="5",mode="idle"} 3.70408265e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 323.68 node_cpu_seconds_total{cpu="5",mode="irq"} 25549.3 node_cpu_seconds_total{cpu="5",mode="nice"} 124.88 node_cpu_seconds_total{cpu="5",mode="softirq"} 22450.4 node_cpu_seconds_total{cpu="5",mode="steal"} 327.07 node_cpu_seconds_total{cpu="5",mode="system"} 159607.51 node_cpu_seconds_total{cpu="5",mode="user"} 449431.95 node_cpu_seconds_total{cpu="6",mode="idle"} 3.70969036e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 331.8 node_cpu_seconds_total{cpu="6",mode="irq"} 23318.52 node_cpu_seconds_total{cpu="6",mode="nice"} 119.45 node_cpu_seconds_total{cpu="6",mode="softirq"} 19940.75 node_cpu_seconds_total{cpu="6",mode="steal"} 302.09 node_cpu_seconds_total{cpu="6",mode="system"} 158427.5 node_cpu_seconds_total{cpu="6",mode="user"} 450438.36 node_cpu_seconds_total{cpu="7",mode="idle"} 3.71346171e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 331.78 node_cpu_seconds_total{cpu="7",mode="irq"} 23073.41 node_cpu_seconds_total{cpu="7",mode="nice"} 101.48 node_cpu_seconds_total{cpu="7",mode="softirq"} 19685.47 node_cpu_seconds_total{cpu="7",mode="steal"} 296.11 node_cpu_seconds_total{cpu="7",mode="system"} 158133.69 node_cpu_seconds_total{cpu="7",mode="user"} 447596.28 node_cpu_seconds_total{cpu="8",mode="idle"} 3.71958652e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 336.08 node_cpu_seconds_total{cpu="8",mode="irq"} 22949.21 node_cpu_seconds_total{cpu="8",mode="nice"} 156.78 node_cpu_seconds_total{cpu="8",mode="softirq"} 19500.34 node_cpu_seconds_total{cpu="8",mode="steal"} 297.18 node_cpu_seconds_total{cpu="8",mode="system"} 156884.9 node_cpu_seconds_total{cpu="8",mode="user"} 443049.16 node_cpu_seconds_total{cpu="9",mode="idle"} 3.7223255e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 326.41 node_cpu_seconds_total{cpu="9",mode="irq"} 22917.59 node_cpu_seconds_total{cpu="9",mode="nice"} 127.4 node_cpu_seconds_total{cpu="9",mode="softirq"} 19428 node_cpu_seconds_total{cpu="9",mode="steal"} 294.54 node_cpu_seconds_total{cpu="9",mode="system"} 156089.45 node_cpu_seconds_total{cpu="9",mode="user"} 441332.46 # 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"} 6840.139 node_disk_io_time_seconds_total{device="sdb"} 2618.3940000000002 # 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"} 66517.95300000001 node_disk_io_time_weighted_seconds_total{device="sdb"} 24787.618000000002 # 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"} 2.89788726784e+11 node_disk_read_bytes_total{device="sdb"} 2.04734459392e+11 # 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"} 6685.76 node_disk_read_time_seconds_total{device="sdb"} 10260.052 # 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.3098698e+07 node_disk_reads_completed_total{device="sdb"} 3.685413e+06 # 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"} 10503 node_disk_reads_merged_total{device="sdb"} 1498 # 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"} 59832.192 node_disk_write_time_seconds_total{device="sdb"} 14527.565 # 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"} 6.4137572e+07 node_disk_writes_completed_total{device="sdb"} 2.255542e+06 # 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"} 1.212892e+07 node_disk_writes_merged_total{device="sdb"} 1.819123e+06 # 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"} 3.649888753152e+12 node_disk_written_bytes_total{device="sdb"} 2.15171493888e+11 # 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 3800 # 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 57376 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 5.985358e+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="/"} 1.79564007424e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 1.86546376704e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.7658104832e+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="/"} 1.98508723e+08 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 3.1414849e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.499638e+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="/"} 1.79564007424e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 2.13406449664e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.7658104832e+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 5.37216194e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.4069554214e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.89 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.72 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.74 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.077259776e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.5044182016e+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.96692224e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 5.261754368e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.7805615104e+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 2.68853248e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.3682424832e+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.725899776e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.0029658112e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.2884750336e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 253952 # 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 3.0729678848e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.49459456e+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 4.216266752e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.55049728e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 7.859748864e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.8102751232e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.309674496e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.154289152e+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 6.65665536e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.42802944e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.312265728e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.685367808e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 1.0807361536e+10 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 5.997633536e+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.15383552e+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 66984 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 3.25089361e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.8643676203e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 4.502869e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.3815599e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 79 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 506 # 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-032930a8871d"} 3 node_network_address_assign_type{device="br-03ced592235a"} 3 node_network_address_assign_type{device="br-0871d54d3675"} 3 node_network_address_assign_type{device="br-089331b9c07a"} 3 node_network_address_assign_type{device="br-0a8e30067c8e"} 3 node_network_address_assign_type{device="br-0d01f742526c"} 3 node_network_address_assign_type{device="br-0d9fdd0cf163"} 3 node_network_address_assign_type{device="br-12a5c8e99f7e"} 3 node_network_address_assign_type{device="br-131fa2cef983"} 3 node_network_address_assign_type{device="br-14216610e159"} 3 node_network_address_assign_type{device="br-15dab3c5a2fb"} 3 node_network_address_assign_type{device="br-16453071a16a"} 3 node_network_address_assign_type{device="br-1824841a31f9"} 3 node_network_address_assign_type{device="br-1b283e1e5128"} 3 node_network_address_assign_type{device="br-1c85749e122e"} 3 node_network_address_assign_type{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 3 node_network_address_assign_type{device="br-3db3cc2bc444"} 3 node_network_address_assign_type{device="br-41c4dd613804"} 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-4698f8262a4c"} 3 node_network_address_assign_type{device="br-483851ad6d82"} 3 node_network_address_assign_type{device="br-491d965e7355"} 3 node_network_address_assign_type{device="br-4a66d39e6115"} 3 node_network_address_assign_type{device="br-52ce8deae651"} 3 node_network_address_assign_type{device="br-5567248b7fed"} 3 node_network_address_assign_type{device="br-559d36b72748"} 3 node_network_address_assign_type{device="br-57259014cf16"} 3 node_network_address_assign_type{device="br-5748fcd1e7ca"} 3 node_network_address_assign_type{device="br-5a028c7b8cc5"} 3 node_network_address_assign_type{device="br-5a09c7dffa78"} 3 node_network_address_assign_type{device="br-5bbb53ee4d8c"} 3 node_network_address_assign_type{device="br-5cd378a95a50"} 3 node_network_address_assign_type{device="br-5e44ef26977f"} 3 node_network_address_assign_type{device="br-649c0a0d748e"} 3 node_network_address_assign_type{device="br-65c3891cde69"} 3 node_network_address_assign_type{device="br-6654a6f415ef"} 3 node_network_address_assign_type{device="br-666a1a84be8e"} 3 node_network_address_assign_type{device="br-66b00b277461"} 3 node_network_address_assign_type{device="br-67b6f2b09055"} 3 node_network_address_assign_type{device="br-68a4d2d648c6"} 3 node_network_address_assign_type{device="br-6a3142e5de92"} 3 node_network_address_assign_type{device="br-6c34a8b4b6a4"} 3 node_network_address_assign_type{device="br-6c5eccea21bc"} 3 node_network_address_assign_type{device="br-75640dcb1806"} 3 node_network_address_assign_type{device="br-757cf8ccd099"} 3 node_network_address_assign_type{device="br-765d504a1648"} 3 node_network_address_assign_type{device="br-7783edd4fb63"} 3 node_network_address_assign_type{device="br-78c76b7fdacf"} 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-8273700d2b53"} 3 node_network_address_assign_type{device="br-832e21b6735f"} 3 node_network_address_assign_type{device="br-89456f9f0577"} 3 node_network_address_assign_type{device="br-8c4c62bbb4ac"} 3 node_network_address_assign_type{device="br-8c90f08921d2"} 3 node_network_address_assign_type{device="br-8d5f8dfdd165"} 3 node_network_address_assign_type{device="br-8d809ce3c9c6"} 3 node_network_address_assign_type{device="br-8f019a492357"} 3 node_network_address_assign_type{device="br-918ddcd36f9a"} 3 node_network_address_assign_type{device="br-94b2fbf06b0d"} 3 node_network_address_assign_type{device="br-9504d5b6acf5"} 3 node_network_address_assign_type{device="br-967a6a8492ec"} 3 node_network_address_assign_type{device="br-977759f73e31"} 3 node_network_address_assign_type{device="br-9be1f90f0a3c"} 3 node_network_address_assign_type{device="br-9c7a6a4ea029"} 3 node_network_address_assign_type{device="br-9fab29d0fd90"} 3 node_network_address_assign_type{device="br-a01a29421e12"} 3 node_network_address_assign_type{device="br-a073f44ab682"} 3 node_network_address_assign_type{device="br-a08ab772e40d"} 3 node_network_address_assign_type{device="br-a1b2b339a0bc"} 3 node_network_address_assign_type{device="br-a3bcc581540c"} 3 node_network_address_assign_type{device="br-a735d7132cb5"} 3 node_network_address_assign_type{device="br-ab4fc0c8f205"} 3 node_network_address_assign_type{device="br-ac4684d015f6"} 3 node_network_address_assign_type{device="br-ac5441a8184d"} 3 node_network_address_assign_type{device="br-afdcb409567a"} 3 node_network_address_assign_type{device="br-b58abb066918"} 3 node_network_address_assign_type{device="br-b5cc1abc8af1"} 3 node_network_address_assign_type{device="br-b710ed0f91ed"} 3 node_network_address_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_address_assign_type{device="br-be8161177ed9"} 3 node_network_address_assign_type{device="br-bfa260e794d9"} 3 node_network_address_assign_type{device="br-c1c4e42c8216"} 3 node_network_address_assign_type{device="br-c577c6a066cb"} 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-cb62be74ef17"} 3 node_network_address_assign_type{device="br-cc4a14297e79"} 3 node_network_address_assign_type{device="br-cf6b946573c1"} 3 node_network_address_assign_type{device="br-cfa8e5dacf79"} 3 node_network_address_assign_type{device="br-d461c29e6aa7"} 3 node_network_address_assign_type{device="br-d4ad227661d1"} 3 node_network_address_assign_type{device="br-d5a100d1afd1"} 3 node_network_address_assign_type{device="br-d6403551d086"} 3 node_network_address_assign_type{device="br-dae27e4e8b91"} 3 node_network_address_assign_type{device="br-db5d49f98313"} 3 node_network_address_assign_type{device="br-dc87a7504ded"} 3 node_network_address_assign_type{device="br-ddaa8bdc0119"} 3 node_network_address_assign_type{device="br-ddc45447112f"} 3 node_network_address_assign_type{device="br-e0e95d87f3e0"} 3 node_network_address_assign_type{device="br-e24d302efec6"} 3 node_network_address_assign_type{device="br-e3e321b77026"} 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-ead353f203a4"} 3 node_network_address_assign_type{device="br-ec56c664f289"} 3 node_network_address_assign_type{device="br-f17da17d41a2"} 3 node_network_address_assign_type{device="br-f33d4e889abc"} 3 node_network_address_assign_type{device="br-f4b381c64696"} 3 node_network_address_assign_type{device="br-f5d79f441cea"} 3 node_network_address_assign_type{device="br-f645f15c7927"} 3 node_network_address_assign_type{device="br-f6901fdf275f"} 3 node_network_address_assign_type{device="br-f7269b4b25bf"} 3 node_network_address_assign_type{device="br-fa88d6f98186"} 3 node_network_address_assign_type{device="br-fd7abce4f375"} 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="veth010cf6c"} 1 node_network_address_assign_type{device="veth0118054"} 1 node_network_address_assign_type{device="veth015066a"} 1 node_network_address_assign_type{device="veth01c23a7"} 1 node_network_address_assign_type{device="veth01d8776"} 1 node_network_address_assign_type{device="veth028dce1"} 1 node_network_address_assign_type{device="veth0299373"} 1 node_network_address_assign_type{device="veth03320d3"} 1 node_network_address_assign_type{device="veth0348049"} 1 node_network_address_assign_type{device="veth04c0c5b"} 1 node_network_address_assign_type{device="veth05bb69b"} 1 node_network_address_assign_type{device="veth05d21d3"} 1 node_network_address_assign_type{device="veth063974c"} 1 node_network_address_assign_type{device="veth0665c41"} 1 node_network_address_assign_type{device="veth06bac3f"} 1 node_network_address_assign_type{device="veth06f7fab"} 1 node_network_address_assign_type{device="veth07837a1"} 1 node_network_address_assign_type{device="veth07940a9"} 1 node_network_address_assign_type{device="veth07c394e"} 1 node_network_address_assign_type{device="veth08220c7"} 1 node_network_address_assign_type{device="veth085af09"} 1 node_network_address_assign_type{device="veth08f2029"} 1 node_network_address_assign_type{device="veth093e34b"} 1 node_network_address_assign_type{device="veth095010c"} 1 node_network_address_assign_type{device="veth0b4c3d1"} 1 node_network_address_assign_type{device="veth0bad067"} 1 node_network_address_assign_type{device="veth0bbdec3"} 1 node_network_address_assign_type{device="veth0c16bae"} 1 node_network_address_assign_type{device="veth0c30494"} 1 node_network_address_assign_type{device="veth0caff4e"} 1 node_network_address_assign_type{device="veth0d8770f"} 1 node_network_address_assign_type{device="veth0df388c"} 1 node_network_address_assign_type{device="veth0ea94b5"} 1 node_network_address_assign_type{device="veth0f67dbb"} 1 node_network_address_assign_type{device="veth0f8e2ed"} 1 node_network_address_assign_type{device="veth0fb0b4d"} 1 node_network_address_assign_type{device="veth100cba7"} 1 node_network_address_assign_type{device="veth10146ec"} 1 node_network_address_assign_type{device="veth1031098"} 1 node_network_address_assign_type{device="veth10df4a9"} 1 node_network_address_assign_type{device="veth110bcfe"} 1 node_network_address_assign_type{device="veth110e8ec"} 1 node_network_address_assign_type{device="veth1148460"} 1 node_network_address_assign_type{device="veth12a3be7"} 1 node_network_address_assign_type{device="veth12ae611"} 1 node_network_address_assign_type{device="veth12ca81a"} 1 node_network_address_assign_type{device="veth133acdf"} 1 node_network_address_assign_type{device="veth13f164d"} 1 node_network_address_assign_type{device="veth1431509"} 1 node_network_address_assign_type{device="veth1433538"} 1 node_network_address_assign_type{device="veth14a077c"} 1 node_network_address_assign_type{device="veth1524c7a"} 1 node_network_address_assign_type{device="veth15b5b5d"} 1 node_network_address_assign_type{device="veth1647655"} 1 node_network_address_assign_type{device="veth167a182"} 1 node_network_address_assign_type{device="veth16f4867"} 1 node_network_address_assign_type{device="veth1785664"} 1 node_network_address_assign_type{device="veth199e3b5"} 1 node_network_address_assign_type{device="veth1aa66b7"} 1 node_network_address_assign_type{device="veth1b01e56"} 1 node_network_address_assign_type{device="veth1b11dd2"} 1 node_network_address_assign_type{device="veth1b18086"} 1 node_network_address_assign_type{device="veth1c097c5"} 1 node_network_address_assign_type{device="veth1c4c875"} 1 node_network_address_assign_type{device="veth1c5280a"} 1 node_network_address_assign_type{device="veth1cfc19d"} 1 node_network_address_assign_type{device="veth1d0e0c0"} 1 node_network_address_assign_type{device="veth1d2dae7"} 1 node_network_address_assign_type{device="veth1d629d1"} 1 node_network_address_assign_type{device="veth1d73687"} 1 node_network_address_assign_type{device="veth1d7748d"} 1 node_network_address_assign_type{device="veth1d8d1df"} 1 node_network_address_assign_type{device="veth1dbaa59"} 1 node_network_address_assign_type{device="veth1dc83fc"} 1 node_network_address_assign_type{device="veth1e36d07"} 1 node_network_address_assign_type{device="veth1e44960"} 1 node_network_address_assign_type{device="veth1eb887e"} 1 node_network_address_assign_type{device="veth1ebe556"} 1 node_network_address_assign_type{device="veth1ef8c3b"} 1 node_network_address_assign_type{device="veth1f00723"} 1 node_network_address_assign_type{device="veth1f55581"} 1 node_network_address_assign_type{device="veth200cbca"} 1 node_network_address_assign_type{device="veth201dbeb"} 1 node_network_address_assign_type{device="veth20350f2"} 1 node_network_address_assign_type{device="veth2046904"} 1 node_network_address_assign_type{device="veth20558f6"} 1 node_network_address_assign_type{device="veth206800d"} 1 node_network_address_assign_type{device="veth20c30fb"} 1 node_network_address_assign_type{device="veth20d3122"} 1 node_network_address_assign_type{device="veth20fec73"} 1 node_network_address_assign_type{device="veth2101218"} 1 node_network_address_assign_type{device="veth216cb5e"} 1 node_network_address_assign_type{device="veth21bac8e"} 1 node_network_address_assign_type{device="veth21e6158"} 1 node_network_address_assign_type{device="veth21edd0c"} 1 node_network_address_assign_type{device="veth22047d0"} 1 node_network_address_assign_type{device="veth22a4380"} 1 node_network_address_assign_type{device="veth22a99e1"} 1 node_network_address_assign_type{device="veth22ec2e1"} 1 node_network_address_assign_type{device="veth233a2ff"} 1 node_network_address_assign_type{device="veth23cfa18"} 1 node_network_address_assign_type{device="veth23e3157"} 1 node_network_address_assign_type{device="veth253ee4b"} 1 node_network_address_assign_type{device="veth25731c6"} 1 node_network_address_assign_type{device="veth257e734"} 1 node_network_address_assign_type{device="veth26d9a84"} 1 node_network_address_assign_type{device="veth26da4e6"} 1 node_network_address_assign_type{device="veth26de035"} 1 node_network_address_assign_type{device="veth26e26ed"} 1 node_network_address_assign_type{device="veth271e2be"} 1 node_network_address_assign_type{device="veth273b370"} 1 node_network_address_assign_type{device="veth2850417"} 1 node_network_address_assign_type{device="veth28b3c5c"} 1 node_network_address_assign_type{device="veth297bd24"} 1 node_network_address_assign_type{device="veth29e137d"} 1 node_network_address_assign_type{device="veth2a08596"} 1 node_network_address_assign_type{device="veth2b080cb"} 1 node_network_address_assign_type{device="veth2b1e3c8"} 1 node_network_address_assign_type{device="veth2b70ed0"} 1 node_network_address_assign_type{device="veth2b88298"} 1 node_network_address_assign_type{device="veth2ba28cc"} 1 node_network_address_assign_type{device="veth2c7ea81"} 1 node_network_address_assign_type{device="veth2ccb650"} 1 node_network_address_assign_type{device="veth2cdd57a"} 1 node_network_address_assign_type{device="veth2d38052"} 1 node_network_address_assign_type{device="veth2d90db8"} 1 node_network_address_assign_type{device="veth2db0bc8"} 1 node_network_address_assign_type{device="veth2e3e11b"} 1 node_network_address_assign_type{device="veth2eaeb65"} 1 node_network_address_assign_type{device="veth2edd93a"} 1 node_network_address_assign_type{device="veth2f83127"} 1 node_network_address_assign_type{device="veth2fad712"} 1 node_network_address_assign_type{device="veth2fc1259"} 1 node_network_address_assign_type{device="veth2fd4dcf"} 1 node_network_address_assign_type{device="veth3018884"} 1 node_network_address_assign_type{device="veth302391f"} 1 node_network_address_assign_type{device="veth3036978"} 1 node_network_address_assign_type{device="veth30a5c63"} 1 node_network_address_assign_type{device="veth3190c62"} 1 node_network_address_assign_type{device="veth31e5a9e"} 1 node_network_address_assign_type{device="veth31f0812"} 1 node_network_address_assign_type{device="veth32a4eb2"} 1 node_network_address_assign_type{device="veth340f558"} 1 node_network_address_assign_type{device="veth34317c5"} 1 node_network_address_assign_type{device="veth3497f43"} 1 node_network_address_assign_type{device="veth35137a1"} 1 node_network_address_assign_type{device="veth351f876"} 1 node_network_address_assign_type{device="veth356b213"} 1 node_network_address_assign_type{device="veth35c1d5d"} 1 node_network_address_assign_type{device="veth35e62a2"} 1 node_network_address_assign_type{device="veth3660b83"} 1 node_network_address_assign_type{device="veth369fc55"} 1 node_network_address_assign_type{device="veth36ef53a"} 1 node_network_address_assign_type{device="veth375f2a0"} 1 node_network_address_assign_type{device="veth37c5473"} 1 node_network_address_assign_type{device="veth3886d62"} 1 node_network_address_assign_type{device="veth391ec21"} 1 node_network_address_assign_type{device="veth39344a6"} 1 node_network_address_assign_type{device="veth39d278e"} 1 node_network_address_assign_type{device="veth3a42551"} 1 node_network_address_assign_type{device="veth3af658d"} 1 node_network_address_assign_type{device="veth3afab44"} 1 node_network_address_assign_type{device="veth3be2114"} 1 node_network_address_assign_type{device="veth3c52a6b"} 1 node_network_address_assign_type{device="veth3c96f87"} 1 node_network_address_assign_type{device="veth3cf6698"} 1 node_network_address_assign_type{device="veth3d7e10e"} 1 node_network_address_assign_type{device="veth3de8760"} 1 node_network_address_assign_type{device="veth3dfd180"} 1 node_network_address_assign_type{device="veth3e101c0"} 1 node_network_address_assign_type{device="veth3e128b5"} 1 node_network_address_assign_type{device="veth3eef6e7"} 1 node_network_address_assign_type{device="veth3f766aa"} 1 node_network_address_assign_type{device="veth3f8f002"} 1 node_network_address_assign_type{device="veth400b680"} 1 node_network_address_assign_type{device="veth4079dc2"} 1 node_network_address_assign_type{device="veth4082762"} 1 node_network_address_assign_type{device="veth40905f5"} 1 node_network_address_assign_type{device="veth410cac4"} 1 node_network_address_assign_type{device="veth411daee"} 1 node_network_address_assign_type{device="veth4136e74"} 1 node_network_address_assign_type{device="veth41b3812"} 1 node_network_address_assign_type{device="veth41c7fd1"} 1 node_network_address_assign_type{device="veth427a6a0"} 1 node_network_address_assign_type{device="veth4391ce3"} 1 node_network_address_assign_type{device="veth44023e4"} 1 node_network_address_assign_type{device="veth4418c4f"} 1 node_network_address_assign_type{device="veth445067e"} 1 node_network_address_assign_type{device="veth4498697"} 1 node_network_address_assign_type{device="veth44a2e68"} 1 node_network_address_assign_type{device="veth44b9a64"} 1 node_network_address_assign_type{device="veth44eaf2c"} 1 node_network_address_assign_type{device="veth45ba942"} 1 node_network_address_assign_type{device="veth45bf0a5"} 1 node_network_address_assign_type{device="veth45d5fcf"} 1 node_network_address_assign_type{device="veth467feaf"} 1 node_network_address_assign_type{device="veth46be02b"} 1 node_network_address_assign_type{device="veth47a78db"} 1 node_network_address_assign_type{device="veth47c0091"} 1 node_network_address_assign_type{device="veth47fbfa1"} 1 node_network_address_assign_type{device="veth482bd25"} 1 node_network_address_assign_type{device="veth4865e48"} 1 node_network_address_assign_type{device="veth487ae24"} 1 node_network_address_assign_type{device="veth494a1eb"} 1 node_network_address_assign_type{device="veth49501f4"} 1 node_network_address_assign_type{device="veth495aa66"} 1 node_network_address_assign_type{device="veth4a3f821"} 1 node_network_address_assign_type{device="veth4a5aa12"} 1 node_network_address_assign_type{device="veth4b32651"} 1 node_network_address_assign_type{device="veth4b9cef1"} 1 node_network_address_assign_type{device="veth4bc06c3"} 1 node_network_address_assign_type{device="veth4bcc505"} 1 node_network_address_assign_type{device="veth4dc758a"} 1 node_network_address_assign_type{device="veth4eeb5e5"} 1 node_network_address_assign_type{device="veth4f78f9e"} 1 node_network_address_assign_type{device="veth4fb5a24"} 1 node_network_address_assign_type{device="veth4fc6d17"} 1 node_network_address_assign_type{device="veth500d596"} 1 node_network_address_assign_type{device="veth5148843"} 1 node_network_address_assign_type{device="veth516a2dd"} 1 node_network_address_assign_type{device="veth51cb6e1"} 1 node_network_address_assign_type{device="veth531d83a"} 1 node_network_address_assign_type{device="veth53841ff"} 1 node_network_address_assign_type{device="veth538f11f"} 1 node_network_address_assign_type{device="veth53a474c"} 1 node_network_address_assign_type{device="veth53c0c49"} 1 node_network_address_assign_type{device="veth5408e9e"} 1 node_network_address_assign_type{device="veth54327b2"} 1 node_network_address_assign_type{device="veth54aa51d"} 1 node_network_address_assign_type{device="veth5644c2c"} 1 node_network_address_assign_type{device="veth5662068"} 1 node_network_address_assign_type{device="veth566b833"} 1 node_network_address_assign_type{device="veth56c1ee3"} 1 node_network_address_assign_type{device="veth574a9bf"} 1 node_network_address_assign_type{device="veth5823a67"} 1 node_network_address_assign_type{device="veth582b1e1"} 1 node_network_address_assign_type{device="veth58398da"} 1 node_network_address_assign_type{device="veth59af09d"} 1 node_network_address_assign_type{device="veth5a57667"} 1 node_network_address_assign_type{device="veth5a5947d"} 1 node_network_address_assign_type{device="veth5aa7930"} 1 node_network_address_assign_type{device="veth5b2851f"} 1 node_network_address_assign_type{device="veth5b569cb"} 1 node_network_address_assign_type{device="veth5be0e34"} 1 node_network_address_assign_type{device="veth5cbd82f"} 1 node_network_address_assign_type{device="veth5d07046"} 1 node_network_address_assign_type{device="veth5d8e6f5"} 1 node_network_address_assign_type{device="veth5da80fb"} 1 node_network_address_assign_type{device="veth5db9191"} 1 node_network_address_assign_type{device="veth5df7840"} 1 node_network_address_assign_type{device="veth5e055da"} 1 node_network_address_assign_type{device="veth5e9d6c1"} 1 node_network_address_assign_type{device="veth5f14d4e"} 1 node_network_address_assign_type{device="veth5f85831"} 1 node_network_address_assign_type{device="veth5fda1aa"} 1 node_network_address_assign_type{device="veth609f65f"} 1 node_network_address_assign_type{device="veth60a6470"} 1 node_network_address_assign_type{device="veth60ac914"} 1 node_network_address_assign_type{device="veth60be674"} 1 node_network_address_assign_type{device="veth6100f2e"} 1 node_network_address_assign_type{device="veth6141b70"} 1 node_network_address_assign_type{device="veth6151bb9"} 1 node_network_address_assign_type{device="veth61c4816"} 1 node_network_address_assign_type{device="veth61d7283"} 1 node_network_address_assign_type{device="veth6228670"} 1 node_network_address_assign_type{device="veth629242b"} 1 node_network_address_assign_type{device="veth6374fd2"} 1 node_network_address_assign_type{device="veth6391005"} 1 node_network_address_assign_type{device="veth63cf232"} 1 node_network_address_assign_type{device="veth640a039"} 1 node_network_address_assign_type{device="veth642d0c1"} 1 node_network_address_assign_type{device="veth643a437"} 1 node_network_address_assign_type{device="veth64fdbac"} 1 node_network_address_assign_type{device="veth6515c1a"} 1 node_network_address_assign_type{device="veth656302b"} 1 node_network_address_assign_type{device="veth663b727"} 1 node_network_address_assign_type{device="veth6694b48"} 1 node_network_address_assign_type{device="veth66c10ee"} 1 node_network_address_assign_type{device="veth671f5fb"} 1 node_network_address_assign_type{device="veth6727827"} 1 node_network_address_assign_type{device="veth6735453"} 1 node_network_address_assign_type{device="veth674eb08"} 1 node_network_address_assign_type{device="veth67bdfb5"} 1 node_network_address_assign_type{device="veth67c3090"} 1 node_network_address_assign_type{device="veth6827eeb"} 1 node_network_address_assign_type{device="veth686cf8f"} 1 node_network_address_assign_type{device="veth686e4ce"} 1 node_network_address_assign_type{device="veth694a5f6"} 1 node_network_address_assign_type{device="veth6955d38"} 1 node_network_address_assign_type{device="veth6a8f538"} 1 node_network_address_assign_type{device="veth6ae26de"} 1 node_network_address_assign_type{device="veth6b4fcb5"} 1 node_network_address_assign_type{device="veth6bd4c88"} 1 node_network_address_assign_type{device="veth6c0ac2b"} 1 node_network_address_assign_type{device="veth6c5d880"} 1 node_network_address_assign_type{device="veth6c7b2e3"} 1 node_network_address_assign_type{device="veth6c84c0f"} 1 node_network_address_assign_type{device="veth6cb308f"} 1 node_network_address_assign_type{device="veth6cc8853"} 1 node_network_address_assign_type{device="veth6cf5c92"} 1 node_network_address_assign_type{device="veth6d937a2"} 1 node_network_address_assign_type{device="veth6e35c23"} 1 node_network_address_assign_type{device="veth6e379ab"} 1 node_network_address_assign_type{device="veth6f266b8"} 1 node_network_address_assign_type{device="veth6f36c86"} 1 node_network_address_assign_type{device="veth6fbd9ae"} 1 node_network_address_assign_type{device="veth6fe10bb"} 1 node_network_address_assign_type{device="veth70d4eb5"} 1 node_network_address_assign_type{device="veth71868de"} 1 node_network_address_assign_type{device="veth72921dc"} 1 node_network_address_assign_type{device="veth72cb0b9"} 1 node_network_address_assign_type{device="veth732170b"} 1 node_network_address_assign_type{device="veth73778ca"} 1 node_network_address_assign_type{device="veth73c2c96"} 1 node_network_address_assign_type{device="veth73d2548"} 1 node_network_address_assign_type{device="veth7458897"} 1 node_network_address_assign_type{device="veth7465df3"} 1 node_network_address_assign_type{device="veth7561080"} 1 node_network_address_assign_type{device="veth757c34a"} 1 node_network_address_assign_type{device="veth7595562"} 1 node_network_address_assign_type{device="veth76187dd"} 1 node_network_address_assign_type{device="veth7676d1c"} 1 node_network_address_assign_type{device="veth76d519a"} 1 node_network_address_assign_type{device="veth76e63a1"} 1 node_network_address_assign_type{device="veth7761467"} 1 node_network_address_assign_type{device="veth77842d9"} 1 node_network_address_assign_type{device="veth778f08d"} 1 node_network_address_assign_type{device="veth77a2e6e"} 1 node_network_address_assign_type{device="veth77b25a2"} 1 node_network_address_assign_type{device="veth77d929a"} 1 node_network_address_assign_type{device="veth77e0563"} 1 node_network_address_assign_type{device="veth77ea6db"} 1 node_network_address_assign_type{device="veth78790bc"} 1 node_network_address_assign_type{device="veth7904e58"} 1 node_network_address_assign_type{device="veth79c5a75"} 1 node_network_address_assign_type{device="veth7a831cf"} 1 node_network_address_assign_type{device="veth7b0ab9e"} 1 node_network_address_assign_type{device="veth7b380ec"} 1 node_network_address_assign_type{device="veth7b48c14"} 1 node_network_address_assign_type{device="veth7b78b78"} 1 node_network_address_assign_type{device="veth7b89f6f"} 1 node_network_address_assign_type{device="veth7c2dbba"} 1 node_network_address_assign_type{device="veth7c546d4"} 1 node_network_address_assign_type{device="veth7c54e1e"} 1 node_network_address_assign_type{device="veth7c58951"} 1 node_network_address_assign_type{device="veth7c705d1"} 1 node_network_address_assign_type{device="veth7d3dd83"} 1 node_network_address_assign_type{device="veth7d8e60b"} 1 node_network_address_assign_type{device="veth7d9930a"} 1 node_network_address_assign_type{device="veth7ec3780"} 1 node_network_address_assign_type{device="veth7f09f4c"} 1 node_network_address_assign_type{device="veth8004847"} 1 node_network_address_assign_type{device="veth80252b4"} 1 node_network_address_assign_type{device="veth80badd0"} 1 node_network_address_assign_type{device="veth80c389c"} 1 node_network_address_assign_type{device="veth8101e42"} 1 node_network_address_assign_type{device="veth811e063"} 1 node_network_address_assign_type{device="veth816a265"} 1 node_network_address_assign_type{device="veth8186d77"} 1 node_network_address_assign_type{device="veth820f0db"} 1 node_network_address_assign_type{device="veth8237dc3"} 1 node_network_address_assign_type{device="veth8269643"} 1 node_network_address_assign_type{device="veth828ecf9"} 1 node_network_address_assign_type{device="veth83498cb"} 1 node_network_address_assign_type{device="veth834d149"} 1 node_network_address_assign_type{device="veth8357150"} 1 node_network_address_assign_type{device="veth83fb8e6"} 1 node_network_address_assign_type{device="veth84220c4"} 1 node_network_address_assign_type{device="veth84e1fc4"} 1 node_network_address_assign_type{device="veth850b442"} 1 node_network_address_assign_type{device="veth85daf28"} 1 node_network_address_assign_type{device="veth861068a"} 1 node_network_address_assign_type{device="veth866bba7"} 1 node_network_address_assign_type{device="veth86a2462"} 1 node_network_address_assign_type{device="veth872cb76"} 1 node_network_address_assign_type{device="veth87362c6"} 1 node_network_address_assign_type{device="veth87cb8c8"} 1 node_network_address_assign_type{device="veth87d5677"} 1 node_network_address_assign_type{device="veth87d62cb"} 1 node_network_address_assign_type{device="veth87d7e35"} 1 node_network_address_assign_type{device="veth87e75ee"} 1 node_network_address_assign_type{device="veth87f4935"} 1 node_network_address_assign_type{device="veth87fdb6a"} 1 node_network_address_assign_type{device="veth889a2f1"} 1 node_network_address_assign_type{device="veth88ac732"} 1 node_network_address_assign_type{device="veth8922783"} 1 node_network_address_assign_type{device="veth896c132"} 1 node_network_address_assign_type{device="veth899b99d"} 1 node_network_address_assign_type{device="veth89b275c"} 1 node_network_address_assign_type{device="veth8a52231"} 1 node_network_address_assign_type{device="veth8a89268"} 1 node_network_address_assign_type{device="veth8b3b309"} 1 node_network_address_assign_type{device="veth8b541a1"} 1 node_network_address_assign_type{device="veth8b983cf"} 1 node_network_address_assign_type{device="veth8bc856f"} 1 node_network_address_assign_type{device="veth8bc982a"} 1 node_network_address_assign_type{device="veth8bd3242"} 1 node_network_address_assign_type{device="veth8bed13f"} 1 node_network_address_assign_type{device="veth8c86032"} 1 node_network_address_assign_type{device="veth8c88f73"} 1 node_network_address_assign_type{device="veth8c93126"} 1 node_network_address_assign_type{device="veth8d22374"} 1 node_network_address_assign_type{device="veth8d6536d"} 1 node_network_address_assign_type{device="veth8d7d98e"} 1 node_network_address_assign_type{device="veth8d88b16"} 1 node_network_address_assign_type{device="veth8d936c5"} 1 node_network_address_assign_type{device="veth8e0e8a0"} 1 node_network_address_assign_type{device="veth8e914f7"} 1 node_network_address_assign_type{device="veth8ea541c"} 1 node_network_address_assign_type{device="veth8ecee2e"} 1 node_network_address_assign_type{device="veth8f1ab25"} 1 node_network_address_assign_type{device="veth8f7a6af"} 1 node_network_address_assign_type{device="veth8f9b8d0"} 1 node_network_address_assign_type{device="veth906c063"} 1 node_network_address_assign_type{device="veth909d986"} 1 node_network_address_assign_type{device="veth90c1c36"} 1 node_network_address_assign_type{device="veth91af2c1"} 1 node_network_address_assign_type{device="veth91d764a"} 1 node_network_address_assign_type{device="veth9204861"} 1 node_network_address_assign_type{device="veth921bb23"} 1 node_network_address_assign_type{device="veth9312dae"} 1 node_network_address_assign_type{device="veth9317063"} 1 node_network_address_assign_type{device="veth93596dd"} 1 node_network_address_assign_type{device="veth93882ee"} 1 node_network_address_assign_type{device="veth93d7d29"} 1 node_network_address_assign_type{device="veth93dba36"} 1 node_network_address_assign_type{device="veth93ddc00"} 1 node_network_address_assign_type{device="veth943efa3"} 1 node_network_address_assign_type{device="veth9487334"} 1 node_network_address_assign_type{device="veth94edd33"} 1 node_network_address_assign_type{device="veth9553163"} 1 node_network_address_assign_type{device="veth965628f"} 1 node_network_address_assign_type{device="veth96d77f6"} 1 node_network_address_assign_type{device="veth9841ead"} 1 node_network_address_assign_type{device="veth988596b"} 1 node_network_address_assign_type{device="veth98bcfcf"} 1 node_network_address_assign_type{device="veth992b562"} 1 node_network_address_assign_type{device="veth998fc07"} 1 node_network_address_assign_type{device="veth9af67e8"} 1 node_network_address_assign_type{device="veth9b8c3fe"} 1 node_network_address_assign_type{device="veth9ba3bbe"} 1 node_network_address_assign_type{device="veth9c7f67d"} 1 node_network_address_assign_type{device="veth9c8af90"} 1 node_network_address_assign_type{device="veth9d596d7"} 1 node_network_address_assign_type{device="veth9dc5a7e"} 1 node_network_address_assign_type{device="veth9dce1ef"} 1 node_network_address_assign_type{device="veth9dddbc9"} 1 node_network_address_assign_type{device="veth9dfec82"} 1 node_network_address_assign_type{device="veth9f0cb80"} 1 node_network_address_assign_type{device="veth9f2b7f4"} 1 node_network_address_assign_type{device="vetha0524ab"} 1 node_network_address_assign_type{device="vetha09db05"} 1 node_network_address_assign_type{device="vetha0c9f28"} 1 node_network_address_assign_type{device="vetha137a8a"} 1 node_network_address_assign_type{device="vetha1a2849"} 1 node_network_address_assign_type{device="vetha246e20"} 1 node_network_address_assign_type{device="vetha262863"} 1 node_network_address_assign_type{device="vetha2e8433"} 1 node_network_address_assign_type{device="vetha33f58d"} 1 node_network_address_assign_type{device="vetha364335"} 1 node_network_address_assign_type{device="vetha39dbf7"} 1 node_network_address_assign_type{device="vetha3d15af"} 1 node_network_address_assign_type{device="vetha46dce5"} 1 node_network_address_assign_type{device="vetha4a4b5e"} 1 node_network_address_assign_type{device="vetha52fdb0"} 1 node_network_address_assign_type{device="vetha532453"} 1 node_network_address_assign_type{device="vetha542775"} 1 node_network_address_assign_type{device="vetha5f484b"} 1 node_network_address_assign_type{device="vetha626559"} 1 node_network_address_assign_type{device="vetha6695f8"} 1 node_network_address_assign_type{device="vetha6bbe19"} 1 node_network_address_assign_type{device="vetha71b22e"} 1 node_network_address_assign_type{device="vetha73388c"} 1 node_network_address_assign_type{device="vetha7d15e0"} 1 node_network_address_assign_type{device="vetha819cf5"} 1 node_network_address_assign_type{device="vetha833154"} 1 node_network_address_assign_type{device="vetha8d245b"} 1 node_network_address_assign_type{device="vetha9a6ee7"} 1 node_network_address_assign_type{device="vetha9be187"} 1 node_network_address_assign_type{device="vethaac0f5a"} 1 node_network_address_assign_type{device="vethaaf14ed"} 1 node_network_address_assign_type{device="vethaafbc9c"} 1 node_network_address_assign_type{device="vethac8f909"} 1 node_network_address_assign_type{device="vethad12882"} 1 node_network_address_assign_type{device="vethad278fa"} 1 node_network_address_assign_type{device="vethad4728b"} 1 node_network_address_assign_type{device="vethad94033"} 1 node_network_address_assign_type{device="vethae911de"} 1 node_network_address_assign_type{device="vethaf848b4"} 1 node_network_address_assign_type{device="vethafdb738"} 1 node_network_address_assign_type{device="vethb03a241"} 1 node_network_address_assign_type{device="vethb0541e3"} 1 node_network_address_assign_type{device="vethb094466"} 1 node_network_address_assign_type{device="vethb0dce79"} 1 node_network_address_assign_type{device="vethb15363b"} 1 node_network_address_assign_type{device="vethb1b5e1a"} 1 node_network_address_assign_type{device="vethb20e6ba"} 1 node_network_address_assign_type{device="vethb348a18"} 1 node_network_address_assign_type{device="vethb39d63e"} 1 node_network_address_assign_type{device="vethb3a121b"} 1 node_network_address_assign_type{device="vethb3deee0"} 1 node_network_address_assign_type{device="vethb437aaa"} 1 node_network_address_assign_type{device="vethb446f39"} 1 node_network_address_assign_type{device="vethb463420"} 1 node_network_address_assign_type{device="vethb5e7625"} 1 node_network_address_assign_type{device="vethb5fac8d"} 1 node_network_address_assign_type{device="vethb60b24f"} 1 node_network_address_assign_type{device="vethb6a7795"} 1 node_network_address_assign_type{device="vethb70e800"} 1 node_network_address_assign_type{device="vethb77480b"} 1 node_network_address_assign_type{device="vethb8277ac"} 1 node_network_address_assign_type{device="vethba29e31"} 1 node_network_address_assign_type{device="vethba6e44c"} 1 node_network_address_assign_type{device="vethbb09104"} 1 node_network_address_assign_type{device="vethbb16237"} 1 node_network_address_assign_type{device="vethbb70179"} 1 node_network_address_assign_type{device="vethbba5630"} 1 node_network_address_assign_type{device="vethbbbbe04"} 1 node_network_address_assign_type{device="vethbbdba94"} 1 node_network_address_assign_type{device="vethbbfb0b7"} 1 node_network_address_assign_type{device="vethbc76a10"} 1 node_network_address_assign_type{device="vethbd2a2ee"} 1 node_network_address_assign_type{device="vethbda2ae7"} 1 node_network_address_assign_type{device="vethbded328"} 1 node_network_address_assign_type{device="vethbe2f7fe"} 1 node_network_address_assign_type{device="vethbe857cb"} 1 node_network_address_assign_type{device="vethbe875cc"} 1 node_network_address_assign_type{device="vethbf184b1"} 1 node_network_address_assign_type{device="vethbf984b6"} 1 node_network_address_assign_type{device="vethbffb2be"} 1 node_network_address_assign_type{device="vethc0f4be2"} 1 node_network_address_assign_type{device="vethc11e467"} 1 node_network_address_assign_type{device="vethc1f90e5"} 1 node_network_address_assign_type{device="vethc3672f4"} 1 node_network_address_assign_type{device="vethc3a39c5"} 1 node_network_address_assign_type{device="vethc3b6740"} 1 node_network_address_assign_type{device="vethc4690e0"} 1 node_network_address_assign_type{device="vethc4ee1b8"} 1 node_network_address_assign_type{device="vethc5402c9"} 1 node_network_address_assign_type{device="vethc547482"} 1 node_network_address_assign_type{device="vethc5fe0b1"} 1 node_network_address_assign_type{device="vethc60975c"} 1 node_network_address_assign_type{device="vethc69126e"} 1 node_network_address_assign_type{device="vethc6eb625"} 1 node_network_address_assign_type{device="vethc6fac07"} 1 node_network_address_assign_type{device="vethc702703"} 1 node_network_address_assign_type{device="vethc74fac6"} 1 node_network_address_assign_type{device="vethc78dd63"} 1 node_network_address_assign_type{device="vethc7cef54"} 1 node_network_address_assign_type{device="vethc7e6d28"} 1 node_network_address_assign_type{device="vethc800506"} 1 node_network_address_assign_type{device="vethc8344c6"} 1 node_network_address_assign_type{device="vethc85e8a1"} 1 node_network_address_assign_type{device="vethc86b25e"} 1 node_network_address_assign_type{device="vethc88f6d5"} 1 node_network_address_assign_type{device="vethc91fc73"} 1 node_network_address_assign_type{device="vethc942fad"} 1 node_network_address_assign_type{device="vethc99741d"} 1 node_network_address_assign_type{device="vethca7a920"} 1 node_network_address_assign_type{device="vethcb56258"} 1 node_network_address_assign_type{device="vethcb70a05"} 1 node_network_address_assign_type{device="vethcbb6ad3"} 1 node_network_address_assign_type{device="vethcbe3245"} 1 node_network_address_assign_type{device="vethcc05e54"} 1 node_network_address_assign_type{device="vethcc0a6a7"} 1 node_network_address_assign_type{device="vethcc4df6c"} 1 node_network_address_assign_type{device="vethccde146"} 1 node_network_address_assign_type{device="vethcd1a107"} 1 node_network_address_assign_type{device="vethcdc87c7"} 1 node_network_address_assign_type{device="vethce0cd64"} 1 node_network_address_assign_type{device="vethce27cb9"} 1 node_network_address_assign_type{device="vethce2a31d"} 1 node_network_address_assign_type{device="vethce67b11"} 1 node_network_address_assign_type{device="vethd0a9732"} 1 node_network_address_assign_type{device="vethd183c34"} 1 node_network_address_assign_type{device="vethd1a8a33"} 1 node_network_address_assign_type{device="vethd1b1ed7"} 1 node_network_address_assign_type{device="vethd1c6adb"} 1 node_network_address_assign_type{device="vethd1caf98"} 1 node_network_address_assign_type{device="vethd1f851b"} 1 node_network_address_assign_type{device="vethd23fa3c"} 1 node_network_address_assign_type{device="vethd2d1d0b"} 1 node_network_address_assign_type{device="vethd2d4c0f"} 1 node_network_address_assign_type{device="vethd2e142a"} 1 node_network_address_assign_type{device="vethd2f2476"} 1 node_network_address_assign_type{device="vethd32989f"} 1 node_network_address_assign_type{device="vethd33027f"} 1 node_network_address_assign_type{device="vethd386c1b"} 1 node_network_address_assign_type{device="vethd394f60"} 1 node_network_address_assign_type{device="vethd39b75f"} 1 node_network_address_assign_type{device="vethd3b8b64"} 1 node_network_address_assign_type{device="vethd3d71c3"} 1 node_network_address_assign_type{device="vethd3d74f4"} 1 node_network_address_assign_type{device="vethd3f5c3d"} 1 node_network_address_assign_type{device="vethd418045"} 1 node_network_address_assign_type{device="vethd583737"} 1 node_network_address_assign_type{device="vethd5b7fe1"} 1 node_network_address_assign_type{device="vethd6812c2"} 1 node_network_address_assign_type{device="vethd72be73"} 1 node_network_address_assign_type{device="vethd741df9"} 1 node_network_address_assign_type{device="vethd764c1d"} 1 node_network_address_assign_type{device="vethd77fdfb"} 1 node_network_address_assign_type{device="vethd7b6b6d"} 1 node_network_address_assign_type{device="vethd7ce910"} 1 node_network_address_assign_type{device="vethd80b242"} 1 node_network_address_assign_type{device="vethd9290a5"} 1 node_network_address_assign_type{device="vethd9633d5"} 1 node_network_address_assign_type{device="vethd9c1ac2"} 1 node_network_address_assign_type{device="vethd9dc45d"} 1 node_network_address_assign_type{device="vethdb3bfe5"} 1 node_network_address_assign_type{device="vethdb8e006"} 1 node_network_address_assign_type{device="vethdba04c6"} 1 node_network_address_assign_type{device="vethdcf0fe6"} 1 node_network_address_assign_type{device="vethdd73e31"} 1 node_network_address_assign_type{device="vethdeb43da"} 1 node_network_address_assign_type{device="vethdf2fc0c"} 1 node_network_address_assign_type{device="vethdf8b192"} 1 node_network_address_assign_type{device="vethe0014f6"} 1 node_network_address_assign_type{device="vethe04376c"} 1 node_network_address_assign_type{device="vethe0824de"} 1 node_network_address_assign_type{device="vethe1acebe"} 1 node_network_address_assign_type{device="vethe1b57af"} 1 node_network_address_assign_type{device="vethe2677b2"} 1 node_network_address_assign_type{device="vethe330364"} 1 node_network_address_assign_type{device="vethe358b9b"} 1 node_network_address_assign_type{device="vethe393e1f"} 1 node_network_address_assign_type{device="vethe3fc1d5"} 1 node_network_address_assign_type{device="vethe439679"} 1 node_network_address_assign_type{device="vethe484f21"} 1 node_network_address_assign_type{device="vethe49717f"} 1 node_network_address_assign_type{device="vethe4ad4e5"} 1 node_network_address_assign_type{device="vethe4e85e7"} 1 node_network_address_assign_type{device="vethe52bda0"} 1 node_network_address_assign_type{device="vethe5f3f06"} 1 node_network_address_assign_type{device="vethe63d6dd"} 1 node_network_address_assign_type{device="vethe6c23f6"} 1 node_network_address_assign_type{device="vethe766e72"} 1 node_network_address_assign_type{device="vethe7aff89"} 1 node_network_address_assign_type{device="vethe8648b1"} 1 node_network_address_assign_type{device="vethe87664c"} 1 node_network_address_assign_type{device="vethe880812"} 1 node_network_address_assign_type{device="vethe8d7ad1"} 1 node_network_address_assign_type{device="vethe98ffcc"} 1 node_network_address_assign_type{device="vethea8c77f"} 1 node_network_address_assign_type{device="vetheaaf5da"} 1 node_network_address_assign_type{device="vetheb750ff"} 1 node_network_address_assign_type{device="vethebe1c57"} 1 node_network_address_assign_type{device="vethec1bace"} 1 node_network_address_assign_type{device="vethedee635"} 1 node_network_address_assign_type{device="vethee49f2e"} 1 node_network_address_assign_type{device="vethee55381"} 1 node_network_address_assign_type{device="vetheebb707"} 1 node_network_address_assign_type{device="vetheede58b"} 1 node_network_address_assign_type{device="vethef01414"} 1 node_network_address_assign_type{device="vethef4d3cf"} 1 node_network_address_assign_type{device="vethef8ca1b"} 1 node_network_address_assign_type{device="vethef9a53b"} 1 node_network_address_assign_type{device="vetheff1b62"} 1 node_network_address_assign_type{device="vethf00a1a9"} 1 node_network_address_assign_type{device="vethf0d88b0"} 1 node_network_address_assign_type{device="vethf0e15a5"} 1 node_network_address_assign_type{device="vethf0f7c00"} 1 node_network_address_assign_type{device="vethf1a351b"} 1 node_network_address_assign_type{device="vethf1cab6c"} 1 node_network_address_assign_type{device="vethf1ffdde"} 1 node_network_address_assign_type{device="vethf30dce1"} 1 node_network_address_assign_type{device="vethf34ab67"} 1 node_network_address_assign_type{device="vethf3942da"} 1 node_network_address_assign_type{device="vethf40383d"} 1 node_network_address_assign_type{device="vethf4756aa"} 1 node_network_address_assign_type{device="vethf4b3dd4"} 1 node_network_address_assign_type{device="vethf572a6b"} 1 node_network_address_assign_type{device="vethf5f8567"} 1 node_network_address_assign_type{device="vethf62f7b0"} 1 node_network_address_assign_type{device="vethf766060"} 1 node_network_address_assign_type{device="vethf796416"} 1 node_network_address_assign_type{device="vethf7dde08"} 1 node_network_address_assign_type{device="vethf804fc2"} 1 node_network_address_assign_type{device="vethf89cdc2"} 1 node_network_address_assign_type{device="vethf8f166c"} 1 node_network_address_assign_type{device="vethf9080d7"} 1 node_network_address_assign_type{device="vethf90aa51"} 1 node_network_address_assign_type{device="vethf91787e"} 1 node_network_address_assign_type{device="vethf925f21"} 1 node_network_address_assign_type{device="vethf954e2e"} 1 node_network_address_assign_type{device="vethf96c7ac"} 1 node_network_address_assign_type{device="vethfb0d0e8"} 1 node_network_address_assign_type{device="vethfb3ff4e"} 1 node_network_address_assign_type{device="vethfc0e66c"} 1 node_network_address_assign_type{device="vethfcd6d02"} 1 node_network_address_assign_type{device="vethfe45418"} 1 node_network_address_assign_type{device="vethfe716bb"} 1 node_network_address_assign_type{device="vethfe71df5"} 1 node_network_address_assign_type{device="vethfecb007"} 1 node_network_address_assign_type{device="vethfee22ad"} 1 node_network_address_assign_type{device="vethff26790"} 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-032930a8871d"} 1 node_network_carrier{device="br-03ced592235a"} 1 node_network_carrier{device="br-0871d54d3675"} 1 node_network_carrier{device="br-089331b9c07a"} 1 node_network_carrier{device="br-0a8e30067c8e"} 1 node_network_carrier{device="br-0d01f742526c"} 1 node_network_carrier{device="br-0d9fdd0cf163"} 0 node_network_carrier{device="br-12a5c8e99f7e"} 1 node_network_carrier{device="br-131fa2cef983"} 1 node_network_carrier{device="br-14216610e159"} 1 node_network_carrier{device="br-15dab3c5a2fb"} 0 node_network_carrier{device="br-16453071a16a"} 1 node_network_carrier{device="br-1824841a31f9"} 1 node_network_carrier{device="br-1b283e1e5128"} 1 node_network_carrier{device="br-1c85749e122e"} 1 node_network_carrier{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 1 node_network_carrier{device="br-3db3cc2bc444"} 1 node_network_carrier{device="br-41c4dd613804"} 1 node_network_carrier{device="br-44fbf271d024"} 1 node_network_carrier{device="br-458514748e86"} 1 node_network_carrier{device="br-4698f8262a4c"} 1 node_network_carrier{device="br-483851ad6d82"} 1 node_network_carrier{device="br-491d965e7355"} 1 node_network_carrier{device="br-4a66d39e6115"} 1 node_network_carrier{device="br-52ce8deae651"} 1 node_network_carrier{device="br-5567248b7fed"} 1 node_network_carrier{device="br-559d36b72748"} 1 node_network_carrier{device="br-57259014cf16"} 1 node_network_carrier{device="br-5748fcd1e7ca"} 0 node_network_carrier{device="br-5a028c7b8cc5"} 1 node_network_carrier{device="br-5a09c7dffa78"} 1 node_network_carrier{device="br-5bbb53ee4d8c"} 1 node_network_carrier{device="br-5cd378a95a50"} 1 node_network_carrier{device="br-5e44ef26977f"} 1 node_network_carrier{device="br-649c0a0d748e"} 1 node_network_carrier{device="br-65c3891cde69"} 1 node_network_carrier{device="br-6654a6f415ef"} 1 node_network_carrier{device="br-666a1a84be8e"} 0 node_network_carrier{device="br-66b00b277461"} 1 node_network_carrier{device="br-67b6f2b09055"} 1 node_network_carrier{device="br-68a4d2d648c6"} 1 node_network_carrier{device="br-6a3142e5de92"} 1 node_network_carrier{device="br-6c34a8b4b6a4"} 1 node_network_carrier{device="br-6c5eccea21bc"} 1 node_network_carrier{device="br-75640dcb1806"} 1 node_network_carrier{device="br-757cf8ccd099"} 1 node_network_carrier{device="br-765d504a1648"} 1 node_network_carrier{device="br-7783edd4fb63"} 1 node_network_carrier{device="br-78c76b7fdacf"} 1 node_network_carrier{device="br-7a05c4b4c71c"} 0 node_network_carrier{device="br-7f1c0840c41b"} 1 node_network_carrier{device="br-8273700d2b53"} 1 node_network_carrier{device="br-832e21b6735f"} 1 node_network_carrier{device="br-89456f9f0577"} 1 node_network_carrier{device="br-8c4c62bbb4ac"} 1 node_network_carrier{device="br-8c90f08921d2"} 1 node_network_carrier{device="br-8d5f8dfdd165"} 1 node_network_carrier{device="br-8d809ce3c9c6"} 1 node_network_carrier{device="br-8f019a492357"} 1 node_network_carrier{device="br-918ddcd36f9a"} 1 node_network_carrier{device="br-94b2fbf06b0d"} 1 node_network_carrier{device="br-9504d5b6acf5"} 1 node_network_carrier{device="br-967a6a8492ec"} 1 node_network_carrier{device="br-977759f73e31"} 1 node_network_carrier{device="br-9be1f90f0a3c"} 1 node_network_carrier{device="br-9c7a6a4ea029"} 1 node_network_carrier{device="br-9fab29d0fd90"} 1 node_network_carrier{device="br-a01a29421e12"} 1 node_network_carrier{device="br-a073f44ab682"} 1 node_network_carrier{device="br-a08ab772e40d"} 1 node_network_carrier{device="br-a1b2b339a0bc"} 1 node_network_carrier{device="br-a3bcc581540c"} 1 node_network_carrier{device="br-a735d7132cb5"} 1 node_network_carrier{device="br-ab4fc0c8f205"} 1 node_network_carrier{device="br-ac4684d015f6"} 1 node_network_carrier{device="br-ac5441a8184d"} 1 node_network_carrier{device="br-afdcb409567a"} 1 node_network_carrier{device="br-b58abb066918"} 1 node_network_carrier{device="br-b5cc1abc8af1"} 1 node_network_carrier{device="br-b710ed0f91ed"} 1 node_network_carrier{device="br-b9ddcd38e3d5"} 0 node_network_carrier{device="br-be8161177ed9"} 1 node_network_carrier{device="br-bfa260e794d9"} 1 node_network_carrier{device="br-c1c4e42c8216"} 1 node_network_carrier{device="br-c577c6a066cb"} 1 node_network_carrier{device="br-c7ec91768290"} 1 node_network_carrier{device="br-c8047895107e"} 1 node_network_carrier{device="br-cb62be74ef17"} 1 node_network_carrier{device="br-cc4a14297e79"} 1 node_network_carrier{device="br-cf6b946573c1"} 1 node_network_carrier{device="br-cfa8e5dacf79"} 1 node_network_carrier{device="br-d461c29e6aa7"} 1 node_network_carrier{device="br-d4ad227661d1"} 1 node_network_carrier{device="br-d5a100d1afd1"} 1 node_network_carrier{device="br-d6403551d086"} 1 node_network_carrier{device="br-dae27e4e8b91"} 1 node_network_carrier{device="br-db5d49f98313"} 1 node_network_carrier{device="br-dc87a7504ded"} 1 node_network_carrier{device="br-ddaa8bdc0119"} 1 node_network_carrier{device="br-ddc45447112f"} 1 node_network_carrier{device="br-e0e95d87f3e0"} 1 node_network_carrier{device="br-e24d302efec6"} 1 node_network_carrier{device="br-e3e321b77026"} 1 node_network_carrier{device="br-e5714f199361"} 1 node_network_carrier{device="br-e63b0d1593b5"} 1 node_network_carrier{device="br-ead353f203a4"} 1 node_network_carrier{device="br-ec56c664f289"} 1 node_network_carrier{device="br-f17da17d41a2"} 1 node_network_carrier{device="br-f33d4e889abc"} 1 node_network_carrier{device="br-f4b381c64696"} 1 node_network_carrier{device="br-f5d79f441cea"} 1 node_network_carrier{device="br-f645f15c7927"} 1 node_network_carrier{device="br-f6901fdf275f"} 1 node_network_carrier{device="br-f7269b4b25bf"} 1 node_network_carrier{device="br-fa88d6f98186"} 1 node_network_carrier{device="br-fd7abce4f375"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth010cf6c"} 1 node_network_carrier{device="veth0118054"} 1 node_network_carrier{device="veth015066a"} 1 node_network_carrier{device="veth01c23a7"} 1 node_network_carrier{device="veth01d8776"} 1 node_network_carrier{device="veth028dce1"} 1 node_network_carrier{device="veth0299373"} 1 node_network_carrier{device="veth03320d3"} 1 node_network_carrier{device="veth0348049"} 1 node_network_carrier{device="veth04c0c5b"} 1 node_network_carrier{device="veth05bb69b"} 1 node_network_carrier{device="veth05d21d3"} 1 node_network_carrier{device="veth063974c"} 1 node_network_carrier{device="veth0665c41"} 1 node_network_carrier{device="veth06bac3f"} 1 node_network_carrier{device="veth06f7fab"} 1 node_network_carrier{device="veth07837a1"} 1 node_network_carrier{device="veth07940a9"} 1 node_network_carrier{device="veth07c394e"} 1 node_network_carrier{device="veth08220c7"} 1 node_network_carrier{device="veth085af09"} 1 node_network_carrier{device="veth08f2029"} 1 node_network_carrier{device="veth093e34b"} 1 node_network_carrier{device="veth095010c"} 1 node_network_carrier{device="veth0b4c3d1"} 1 node_network_carrier{device="veth0bad067"} 1 node_network_carrier{device="veth0bbdec3"} 1 node_network_carrier{device="veth0c16bae"} 1 node_network_carrier{device="veth0c30494"} 1 node_network_carrier{device="veth0caff4e"} 1 node_network_carrier{device="veth0d8770f"} 1 node_network_carrier{device="veth0df388c"} 1 node_network_carrier{device="veth0ea94b5"} 1 node_network_carrier{device="veth0f67dbb"} 1 node_network_carrier{device="veth0f8e2ed"} 1 node_network_carrier{device="veth0fb0b4d"} 1 node_network_carrier{device="veth100cba7"} 1 node_network_carrier{device="veth10146ec"} 1 node_network_carrier{device="veth1031098"} 1 node_network_carrier{device="veth10df4a9"} 1 node_network_carrier{device="veth110bcfe"} 1 node_network_carrier{device="veth110e8ec"} 1 node_network_carrier{device="veth1148460"} 1 node_network_carrier{device="veth12a3be7"} 1 node_network_carrier{device="veth12ae611"} 1 node_network_carrier{device="veth12ca81a"} 1 node_network_carrier{device="veth133acdf"} 1 node_network_carrier{device="veth13f164d"} 1 node_network_carrier{device="veth1431509"} 1 node_network_carrier{device="veth1433538"} 1 node_network_carrier{device="veth14a077c"} 1 node_network_carrier{device="veth1524c7a"} 1 node_network_carrier{device="veth15b5b5d"} 1 node_network_carrier{device="veth1647655"} 1 node_network_carrier{device="veth167a182"} 1 node_network_carrier{device="veth16f4867"} 1 node_network_carrier{device="veth1785664"} 1 node_network_carrier{device="veth199e3b5"} 1 node_network_carrier{device="veth1aa66b7"} 1 node_network_carrier{device="veth1b01e56"} 1 node_network_carrier{device="veth1b11dd2"} 1 node_network_carrier{device="veth1b18086"} 1 node_network_carrier{device="veth1c097c5"} 1 node_network_carrier{device="veth1c4c875"} 1 node_network_carrier{device="veth1c5280a"} 1 node_network_carrier{device="veth1cfc19d"} 1 node_network_carrier{device="veth1d0e0c0"} 1 node_network_carrier{device="veth1d2dae7"} 1 node_network_carrier{device="veth1d629d1"} 1 node_network_carrier{device="veth1d73687"} 1 node_network_carrier{device="veth1d7748d"} 1 node_network_carrier{device="veth1d8d1df"} 1 node_network_carrier{device="veth1dbaa59"} 1 node_network_carrier{device="veth1dc83fc"} 1 node_network_carrier{device="veth1e36d07"} 1 node_network_carrier{device="veth1e44960"} 1 node_network_carrier{device="veth1eb887e"} 1 node_network_carrier{device="veth1ebe556"} 1 node_network_carrier{device="veth1ef8c3b"} 1 node_network_carrier{device="veth1f00723"} 1 node_network_carrier{device="veth1f55581"} 1 node_network_carrier{device="veth200cbca"} 1 node_network_carrier{device="veth201dbeb"} 1 node_network_carrier{device="veth20350f2"} 1 node_network_carrier{device="veth2046904"} 1 node_network_carrier{device="veth20558f6"} 1 node_network_carrier{device="veth206800d"} 1 node_network_carrier{device="veth20c30fb"} 1 node_network_carrier{device="veth20d3122"} 1 node_network_carrier{device="veth20fec73"} 1 node_network_carrier{device="veth2101218"} 1 node_network_carrier{device="veth216cb5e"} 1 node_network_carrier{device="veth21bac8e"} 1 node_network_carrier{device="veth21e6158"} 1 node_network_carrier{device="veth21edd0c"} 1 node_network_carrier{device="veth22047d0"} 1 node_network_carrier{device="veth22a4380"} 1 node_network_carrier{device="veth22a99e1"} 1 node_network_carrier{device="veth22ec2e1"} 1 node_network_carrier{device="veth233a2ff"} 1 node_network_carrier{device="veth23cfa18"} 1 node_network_carrier{device="veth23e3157"} 1 node_network_carrier{device="veth253ee4b"} 1 node_network_carrier{device="veth25731c6"} 1 node_network_carrier{device="veth257e734"} 1 node_network_carrier{device="veth26d9a84"} 1 node_network_carrier{device="veth26da4e6"} 1 node_network_carrier{device="veth26de035"} 1 node_network_carrier{device="veth26e26ed"} 1 node_network_carrier{device="veth271e2be"} 1 node_network_carrier{device="veth273b370"} 1 node_network_carrier{device="veth2850417"} 1 node_network_carrier{device="veth28b3c5c"} 1 node_network_carrier{device="veth297bd24"} 1 node_network_carrier{device="veth29e137d"} 1 node_network_carrier{device="veth2a08596"} 1 node_network_carrier{device="veth2b080cb"} 1 node_network_carrier{device="veth2b1e3c8"} 1 node_network_carrier{device="veth2b70ed0"} 1 node_network_carrier{device="veth2b88298"} 1 node_network_carrier{device="veth2ba28cc"} 1 node_network_carrier{device="veth2c7ea81"} 1 node_network_carrier{device="veth2ccb650"} 1 node_network_carrier{device="veth2cdd57a"} 1 node_network_carrier{device="veth2d38052"} 1 node_network_carrier{device="veth2d90db8"} 1 node_network_carrier{device="veth2db0bc8"} 1 node_network_carrier{device="veth2e3e11b"} 1 node_network_carrier{device="veth2eaeb65"} 1 node_network_carrier{device="veth2edd93a"} 1 node_network_carrier{device="veth2f83127"} 1 node_network_carrier{device="veth2fad712"} 1 node_network_carrier{device="veth2fc1259"} 1 node_network_carrier{device="veth2fd4dcf"} 1 node_network_carrier{device="veth3018884"} 1 node_network_carrier{device="veth302391f"} 1 node_network_carrier{device="veth3036978"} 1 node_network_carrier{device="veth30a5c63"} 1 node_network_carrier{device="veth3190c62"} 1 node_network_carrier{device="veth31e5a9e"} 1 node_network_carrier{device="veth31f0812"} 1 node_network_carrier{device="veth32a4eb2"} 1 node_network_carrier{device="veth340f558"} 1 node_network_carrier{device="veth34317c5"} 1 node_network_carrier{device="veth3497f43"} 1 node_network_carrier{device="veth35137a1"} 1 node_network_carrier{device="veth351f876"} 1 node_network_carrier{device="veth356b213"} 1 node_network_carrier{device="veth35c1d5d"} 1 node_network_carrier{device="veth35e62a2"} 1 node_network_carrier{device="veth3660b83"} 1 node_network_carrier{device="veth369fc55"} 1 node_network_carrier{device="veth36ef53a"} 1 node_network_carrier{device="veth375f2a0"} 1 node_network_carrier{device="veth37c5473"} 1 node_network_carrier{device="veth3886d62"} 1 node_network_carrier{device="veth391ec21"} 1 node_network_carrier{device="veth39344a6"} 1 node_network_carrier{device="veth39d278e"} 1 node_network_carrier{device="veth3a42551"} 1 node_network_carrier{device="veth3af658d"} 1 node_network_carrier{device="veth3afab44"} 1 node_network_carrier{device="veth3be2114"} 1 node_network_carrier{device="veth3c52a6b"} 1 node_network_carrier{device="veth3c96f87"} 1 node_network_carrier{device="veth3cf6698"} 1 node_network_carrier{device="veth3d7e10e"} 1 node_network_carrier{device="veth3de8760"} 1 node_network_carrier{device="veth3dfd180"} 1 node_network_carrier{device="veth3e101c0"} 1 node_network_carrier{device="veth3e128b5"} 1 node_network_carrier{device="veth3eef6e7"} 1 node_network_carrier{device="veth3f766aa"} 1 node_network_carrier{device="veth3f8f002"} 1 node_network_carrier{device="veth400b680"} 1 node_network_carrier{device="veth4079dc2"} 1 node_network_carrier{device="veth4082762"} 1 node_network_carrier{device="veth40905f5"} 1 node_network_carrier{device="veth410cac4"} 1 node_network_carrier{device="veth411daee"} 1 node_network_carrier{device="veth4136e74"} 1 node_network_carrier{device="veth41b3812"} 1 node_network_carrier{device="veth41c7fd1"} 1 node_network_carrier{device="veth427a6a0"} 1 node_network_carrier{device="veth4391ce3"} 1 node_network_carrier{device="veth44023e4"} 1 node_network_carrier{device="veth4418c4f"} 1 node_network_carrier{device="veth445067e"} 1 node_network_carrier{device="veth4498697"} 1 node_network_carrier{device="veth44a2e68"} 1 node_network_carrier{device="veth44b9a64"} 1 node_network_carrier{device="veth44eaf2c"} 1 node_network_carrier{device="veth45ba942"} 1 node_network_carrier{device="veth45bf0a5"} 1 node_network_carrier{device="veth45d5fcf"} 1 node_network_carrier{device="veth467feaf"} 1 node_network_carrier{device="veth46be02b"} 1 node_network_carrier{device="veth47a78db"} 1 node_network_carrier{device="veth47c0091"} 1 node_network_carrier{device="veth47fbfa1"} 1 node_network_carrier{device="veth482bd25"} 1 node_network_carrier{device="veth4865e48"} 1 node_network_carrier{device="veth487ae24"} 1 node_network_carrier{device="veth494a1eb"} 1 node_network_carrier{device="veth49501f4"} 1 node_network_carrier{device="veth495aa66"} 1 node_network_carrier{device="veth4a3f821"} 1 node_network_carrier{device="veth4a5aa12"} 1 node_network_carrier{device="veth4b32651"} 1 node_network_carrier{device="veth4b9cef1"} 1 node_network_carrier{device="veth4bc06c3"} 1 node_network_carrier{device="veth4bcc505"} 1 node_network_carrier{device="veth4dc758a"} 1 node_network_carrier{device="veth4eeb5e5"} 1 node_network_carrier{device="veth4f78f9e"} 1 node_network_carrier{device="veth4fb5a24"} 1 node_network_carrier{device="veth4fc6d17"} 1 node_network_carrier{device="veth500d596"} 1 node_network_carrier{device="veth5148843"} 1 node_network_carrier{device="veth516a2dd"} 1 node_network_carrier{device="veth51cb6e1"} 1 node_network_carrier{device="veth531d83a"} 1 node_network_carrier{device="veth53841ff"} 1 node_network_carrier{device="veth538f11f"} 1 node_network_carrier{device="veth53a474c"} 1 node_network_carrier{device="veth53c0c49"} 1 node_network_carrier{device="veth5408e9e"} 1 node_network_carrier{device="veth54327b2"} 1 node_network_carrier{device="veth54aa51d"} 1 node_network_carrier{device="veth5644c2c"} 1 node_network_carrier{device="veth5662068"} 1 node_network_carrier{device="veth566b833"} 1 node_network_carrier{device="veth56c1ee3"} 1 node_network_carrier{device="veth574a9bf"} 1 node_network_carrier{device="veth5823a67"} 1 node_network_carrier{device="veth582b1e1"} 1 node_network_carrier{device="veth58398da"} 1 node_network_carrier{device="veth59af09d"} 1 node_network_carrier{device="veth5a57667"} 1 node_network_carrier{device="veth5a5947d"} 1 node_network_carrier{device="veth5aa7930"} 1 node_network_carrier{device="veth5b2851f"} 1 node_network_carrier{device="veth5b569cb"} 1 node_network_carrier{device="veth5be0e34"} 1 node_network_carrier{device="veth5cbd82f"} 1 node_network_carrier{device="veth5d07046"} 1 node_network_carrier{device="veth5d8e6f5"} 1 node_network_carrier{device="veth5da80fb"} 1 node_network_carrier{device="veth5db9191"} 1 node_network_carrier{device="veth5df7840"} 1 node_network_carrier{device="veth5e055da"} 1 node_network_carrier{device="veth5e9d6c1"} 1 node_network_carrier{device="veth5f14d4e"} 1 node_network_carrier{device="veth5f85831"} 1 node_network_carrier{device="veth5fda1aa"} 1 node_network_carrier{device="veth609f65f"} 1 node_network_carrier{device="veth60a6470"} 1 node_network_carrier{device="veth60ac914"} 1 node_network_carrier{device="veth60be674"} 1 node_network_carrier{device="veth6100f2e"} 1 node_network_carrier{device="veth6141b70"} 1 node_network_carrier{device="veth6151bb9"} 1 node_network_carrier{device="veth61c4816"} 1 node_network_carrier{device="veth61d7283"} 1 node_network_carrier{device="veth6228670"} 1 node_network_carrier{device="veth629242b"} 1 node_network_carrier{device="veth6374fd2"} 1 node_network_carrier{device="veth6391005"} 1 node_network_carrier{device="veth63cf232"} 1 node_network_carrier{device="veth640a039"} 1 node_network_carrier{device="veth642d0c1"} 1 node_network_carrier{device="veth643a437"} 1 node_network_carrier{device="veth64fdbac"} 1 node_network_carrier{device="veth6515c1a"} 1 node_network_carrier{device="veth656302b"} 1 node_network_carrier{device="veth663b727"} 1 node_network_carrier{device="veth6694b48"} 1 node_network_carrier{device="veth66c10ee"} 1 node_network_carrier{device="veth671f5fb"} 1 node_network_carrier{device="veth6727827"} 1 node_network_carrier{device="veth6735453"} 1 node_network_carrier{device="veth674eb08"} 1 node_network_carrier{device="veth67bdfb5"} 1 node_network_carrier{device="veth67c3090"} 1 node_network_carrier{device="veth6827eeb"} 1 node_network_carrier{device="veth686cf8f"} 1 node_network_carrier{device="veth686e4ce"} 1 node_network_carrier{device="veth694a5f6"} 1 node_network_carrier{device="veth6955d38"} 1 node_network_carrier{device="veth6a8f538"} 1 node_network_carrier{device="veth6ae26de"} 1 node_network_carrier{device="veth6b4fcb5"} 1 node_network_carrier{device="veth6bd4c88"} 1 node_network_carrier{device="veth6c0ac2b"} 1 node_network_carrier{device="veth6c5d880"} 1 node_network_carrier{device="veth6c7b2e3"} 1 node_network_carrier{device="veth6c84c0f"} 1 node_network_carrier{device="veth6cb308f"} 1 node_network_carrier{device="veth6cc8853"} 1 node_network_carrier{device="veth6cf5c92"} 1 node_network_carrier{device="veth6d937a2"} 1 node_network_carrier{device="veth6e35c23"} 1 node_network_carrier{device="veth6e379ab"} 1 node_network_carrier{device="veth6f266b8"} 1 node_network_carrier{device="veth6f36c86"} 1 node_network_carrier{device="veth6fbd9ae"} 1 node_network_carrier{device="veth6fe10bb"} 1 node_network_carrier{device="veth70d4eb5"} 1 node_network_carrier{device="veth71868de"} 1 node_network_carrier{device="veth72921dc"} 1 node_network_carrier{device="veth72cb0b9"} 1 node_network_carrier{device="veth732170b"} 1 node_network_carrier{device="veth73778ca"} 1 node_network_carrier{device="veth73c2c96"} 1 node_network_carrier{device="veth73d2548"} 1 node_network_carrier{device="veth7458897"} 1 node_network_carrier{device="veth7465df3"} 1 node_network_carrier{device="veth7561080"} 1 node_network_carrier{device="veth757c34a"} 1 node_network_carrier{device="veth7595562"} 1 node_network_carrier{device="veth76187dd"} 1 node_network_carrier{device="veth7676d1c"} 1 node_network_carrier{device="veth76d519a"} 1 node_network_carrier{device="veth76e63a1"} 1 node_network_carrier{device="veth7761467"} 1 node_network_carrier{device="veth77842d9"} 1 node_network_carrier{device="veth778f08d"} 1 node_network_carrier{device="veth77a2e6e"} 1 node_network_carrier{device="veth77b25a2"} 1 node_network_carrier{device="veth77d929a"} 1 node_network_carrier{device="veth77e0563"} 1 node_network_carrier{device="veth77ea6db"} 1 node_network_carrier{device="veth78790bc"} 1 node_network_carrier{device="veth7904e58"} 1 node_network_carrier{device="veth79c5a75"} 1 node_network_carrier{device="veth7a831cf"} 1 node_network_carrier{device="veth7b0ab9e"} 1 node_network_carrier{device="veth7b380ec"} 1 node_network_carrier{device="veth7b48c14"} 1 node_network_carrier{device="veth7b78b78"} 1 node_network_carrier{device="veth7b89f6f"} 1 node_network_carrier{device="veth7c2dbba"} 1 node_network_carrier{device="veth7c546d4"} 1 node_network_carrier{device="veth7c54e1e"} 1 node_network_carrier{device="veth7c58951"} 1 node_network_carrier{device="veth7c705d1"} 1 node_network_carrier{device="veth7d3dd83"} 1 node_network_carrier{device="veth7d8e60b"} 1 node_network_carrier{device="veth7d9930a"} 1 node_network_carrier{device="veth7ec3780"} 1 node_network_carrier{device="veth7f09f4c"} 1 node_network_carrier{device="veth8004847"} 1 node_network_carrier{device="veth80252b4"} 1 node_network_carrier{device="veth80badd0"} 1 node_network_carrier{device="veth80c389c"} 1 node_network_carrier{device="veth8101e42"} 1 node_network_carrier{device="veth811e063"} 1 node_network_carrier{device="veth816a265"} 1 node_network_carrier{device="veth8186d77"} 1 node_network_carrier{device="veth820f0db"} 1 node_network_carrier{device="veth8237dc3"} 1 node_network_carrier{device="veth8269643"} 1 node_network_carrier{device="veth828ecf9"} 1 node_network_carrier{device="veth83498cb"} 1 node_network_carrier{device="veth834d149"} 1 node_network_carrier{device="veth8357150"} 1 node_network_carrier{device="veth83fb8e6"} 1 node_network_carrier{device="veth84220c4"} 1 node_network_carrier{device="veth84e1fc4"} 1 node_network_carrier{device="veth850b442"} 1 node_network_carrier{device="veth85daf28"} 1 node_network_carrier{device="veth861068a"} 1 node_network_carrier{device="veth866bba7"} 1 node_network_carrier{device="veth86a2462"} 1 node_network_carrier{device="veth872cb76"} 1 node_network_carrier{device="veth87362c6"} 1 node_network_carrier{device="veth87cb8c8"} 1 node_network_carrier{device="veth87d5677"} 1 node_network_carrier{device="veth87d62cb"} 1 node_network_carrier{device="veth87d7e35"} 1 node_network_carrier{device="veth87e75ee"} 1 node_network_carrier{device="veth87f4935"} 1 node_network_carrier{device="veth87fdb6a"} 1 node_network_carrier{device="veth889a2f1"} 1 node_network_carrier{device="veth88ac732"} 1 node_network_carrier{device="veth8922783"} 1 node_network_carrier{device="veth896c132"} 1 node_network_carrier{device="veth899b99d"} 1 node_network_carrier{device="veth89b275c"} 1 node_network_carrier{device="veth8a52231"} 1 node_network_carrier{device="veth8a89268"} 1 node_network_carrier{device="veth8b3b309"} 1 node_network_carrier{device="veth8b541a1"} 1 node_network_carrier{device="veth8b983cf"} 1 node_network_carrier{device="veth8bc856f"} 1 node_network_carrier{device="veth8bc982a"} 1 node_network_carrier{device="veth8bd3242"} 1 node_network_carrier{device="veth8bed13f"} 1 node_network_carrier{device="veth8c86032"} 1 node_network_carrier{device="veth8c88f73"} 1 node_network_carrier{device="veth8c93126"} 1 node_network_carrier{device="veth8d22374"} 1 node_network_carrier{device="veth8d6536d"} 1 node_network_carrier{device="veth8d7d98e"} 1 node_network_carrier{device="veth8d88b16"} 1 node_network_carrier{device="veth8d936c5"} 1 node_network_carrier{device="veth8e0e8a0"} 1 node_network_carrier{device="veth8e914f7"} 1 node_network_carrier{device="veth8ea541c"} 1 node_network_carrier{device="veth8ecee2e"} 1 node_network_carrier{device="veth8f1ab25"} 1 node_network_carrier{device="veth8f7a6af"} 1 node_network_carrier{device="veth8f9b8d0"} 1 node_network_carrier{device="veth906c063"} 1 node_network_carrier{device="veth909d986"} 1 node_network_carrier{device="veth90c1c36"} 1 node_network_carrier{device="veth91af2c1"} 1 node_network_carrier{device="veth91d764a"} 1 node_network_carrier{device="veth9204861"} 1 node_network_carrier{device="veth921bb23"} 1 node_network_carrier{device="veth9312dae"} 1 node_network_carrier{device="veth9317063"} 1 node_network_carrier{device="veth93596dd"} 1 node_network_carrier{device="veth93882ee"} 1 node_network_carrier{device="veth93d7d29"} 1 node_network_carrier{device="veth93dba36"} 1 node_network_carrier{device="veth93ddc00"} 1 node_network_carrier{device="veth943efa3"} 1 node_network_carrier{device="veth9487334"} 1 node_network_carrier{device="veth94edd33"} 1 node_network_carrier{device="veth9553163"} 1 node_network_carrier{device="veth965628f"} 1 node_network_carrier{device="veth96d77f6"} 1 node_network_carrier{device="veth9841ead"} 1 node_network_carrier{device="veth988596b"} 1 node_network_carrier{device="veth98bcfcf"} 1 node_network_carrier{device="veth992b562"} 1 node_network_carrier{device="veth998fc07"} 1 node_network_carrier{device="veth9af67e8"} 1 node_network_carrier{device="veth9b8c3fe"} 1 node_network_carrier{device="veth9ba3bbe"} 1 node_network_carrier{device="veth9c7f67d"} 1 node_network_carrier{device="veth9c8af90"} 1 node_network_carrier{device="veth9d596d7"} 1 node_network_carrier{device="veth9dc5a7e"} 1 node_network_carrier{device="veth9dce1ef"} 1 node_network_carrier{device="veth9dddbc9"} 1 node_network_carrier{device="veth9dfec82"} 1 node_network_carrier{device="veth9f0cb80"} 1 node_network_carrier{device="veth9f2b7f4"} 1 node_network_carrier{device="vetha0524ab"} 1 node_network_carrier{device="vetha09db05"} 1 node_network_carrier{device="vetha0c9f28"} 1 node_network_carrier{device="vetha137a8a"} 1 node_network_carrier{device="vetha1a2849"} 1 node_network_carrier{device="vetha246e20"} 1 node_network_carrier{device="vetha262863"} 1 node_network_carrier{device="vetha2e8433"} 1 node_network_carrier{device="vetha33f58d"} 1 node_network_carrier{device="vetha364335"} 1 node_network_carrier{device="vetha39dbf7"} 1 node_network_carrier{device="vetha3d15af"} 1 node_network_carrier{device="vetha46dce5"} 1 node_network_carrier{device="vetha4a4b5e"} 1 node_network_carrier{device="vetha52fdb0"} 1 node_network_carrier{device="vetha532453"} 1 node_network_carrier{device="vetha542775"} 1 node_network_carrier{device="vetha5f484b"} 1 node_network_carrier{device="vetha626559"} 1 node_network_carrier{device="vetha6695f8"} 1 node_network_carrier{device="vetha6bbe19"} 1 node_network_carrier{device="vetha71b22e"} 1 node_network_carrier{device="vetha73388c"} 1 node_network_carrier{device="vetha7d15e0"} 1 node_network_carrier{device="vetha819cf5"} 1 node_network_carrier{device="vetha833154"} 1 node_network_carrier{device="vetha8d245b"} 1 node_network_carrier{device="vetha9a6ee7"} 1 node_network_carrier{device="vetha9be187"} 1 node_network_carrier{device="vethaac0f5a"} 1 node_network_carrier{device="vethaaf14ed"} 1 node_network_carrier{device="vethaafbc9c"} 1 node_network_carrier{device="vethac8f909"} 1 node_network_carrier{device="vethad12882"} 1 node_network_carrier{device="vethad278fa"} 1 node_network_carrier{device="vethad4728b"} 1 node_network_carrier{device="vethad94033"} 1 node_network_carrier{device="vethae911de"} 1 node_network_carrier{device="vethaf848b4"} 1 node_network_carrier{device="vethafdb738"} 1 node_network_carrier{device="vethb03a241"} 1 node_network_carrier{device="vethb0541e3"} 1 node_network_carrier{device="vethb094466"} 1 node_network_carrier{device="vethb0dce79"} 1 node_network_carrier{device="vethb15363b"} 1 node_network_carrier{device="vethb1b5e1a"} 1 node_network_carrier{device="vethb20e6ba"} 1 node_network_carrier{device="vethb348a18"} 1 node_network_carrier{device="vethb39d63e"} 1 node_network_carrier{device="vethb3a121b"} 1 node_network_carrier{device="vethb3deee0"} 1 node_network_carrier{device="vethb437aaa"} 1 node_network_carrier{device="vethb446f39"} 1 node_network_carrier{device="vethb463420"} 1 node_network_carrier{device="vethb5e7625"} 1 node_network_carrier{device="vethb5fac8d"} 1 node_network_carrier{device="vethb60b24f"} 1 node_network_carrier{device="vethb6a7795"} 1 node_network_carrier{device="vethb70e800"} 1 node_network_carrier{device="vethb77480b"} 1 node_network_carrier{device="vethb8277ac"} 1 node_network_carrier{device="vethba29e31"} 1 node_network_carrier{device="vethba6e44c"} 1 node_network_carrier{device="vethbb09104"} 1 node_network_carrier{device="vethbb16237"} 1 node_network_carrier{device="vethbb70179"} 1 node_network_carrier{device="vethbba5630"} 1 node_network_carrier{device="vethbbbbe04"} 1 node_network_carrier{device="vethbbdba94"} 1 node_network_carrier{device="vethbbfb0b7"} 1 node_network_carrier{device="vethbc76a10"} 1 node_network_carrier{device="vethbd2a2ee"} 1 node_network_carrier{device="vethbda2ae7"} 1 node_network_carrier{device="vethbded328"} 1 node_network_carrier{device="vethbe2f7fe"} 1 node_network_carrier{device="vethbe857cb"} 1 node_network_carrier{device="vethbe875cc"} 1 node_network_carrier{device="vethbf184b1"} 1 node_network_carrier{device="vethbf984b6"} 1 node_network_carrier{device="vethbffb2be"} 1 node_network_carrier{device="vethc0f4be2"} 1 node_network_carrier{device="vethc11e467"} 1 node_network_carrier{device="vethc1f90e5"} 1 node_network_carrier{device="vethc3672f4"} 1 node_network_carrier{device="vethc3a39c5"} 1 node_network_carrier{device="vethc3b6740"} 1 node_network_carrier{device="vethc4690e0"} 1 node_network_carrier{device="vethc4ee1b8"} 1 node_network_carrier{device="vethc5402c9"} 1 node_network_carrier{device="vethc547482"} 1 node_network_carrier{device="vethc5fe0b1"} 1 node_network_carrier{device="vethc60975c"} 1 node_network_carrier{device="vethc69126e"} 1 node_network_carrier{device="vethc6eb625"} 1 node_network_carrier{device="vethc6fac07"} 1 node_network_carrier{device="vethc702703"} 1 node_network_carrier{device="vethc74fac6"} 1 node_network_carrier{device="vethc78dd63"} 1 node_network_carrier{device="vethc7cef54"} 1 node_network_carrier{device="vethc7e6d28"} 1 node_network_carrier{device="vethc800506"} 1 node_network_carrier{device="vethc8344c6"} 1 node_network_carrier{device="vethc85e8a1"} 1 node_network_carrier{device="vethc86b25e"} 1 node_network_carrier{device="vethc88f6d5"} 1 node_network_carrier{device="vethc91fc73"} 1 node_network_carrier{device="vethc942fad"} 1 node_network_carrier{device="vethc99741d"} 1 node_network_carrier{device="vethca7a920"} 1 node_network_carrier{device="vethcb56258"} 1 node_network_carrier{device="vethcb70a05"} 1 node_network_carrier{device="vethcbb6ad3"} 1 node_network_carrier{device="vethcbe3245"} 1 node_network_carrier{device="vethcc05e54"} 1 node_network_carrier{device="vethcc0a6a7"} 1 node_network_carrier{device="vethcc4df6c"} 1 node_network_carrier{device="vethccde146"} 1 node_network_carrier{device="vethcd1a107"} 1 node_network_carrier{device="vethcdc87c7"} 1 node_network_carrier{device="vethce0cd64"} 1 node_network_carrier{device="vethce27cb9"} 1 node_network_carrier{device="vethce2a31d"} 1 node_network_carrier{device="vethce67b11"} 1 node_network_carrier{device="vethd0a9732"} 1 node_network_carrier{device="vethd183c34"} 1 node_network_carrier{device="vethd1a8a33"} 1 node_network_carrier{device="vethd1b1ed7"} 1 node_network_carrier{device="vethd1c6adb"} 1 node_network_carrier{device="vethd1caf98"} 1 node_network_carrier{device="vethd1f851b"} 1 node_network_carrier{device="vethd23fa3c"} 1 node_network_carrier{device="vethd2d1d0b"} 1 node_network_carrier{device="vethd2d4c0f"} 1 node_network_carrier{device="vethd2e142a"} 1 node_network_carrier{device="vethd2f2476"} 1 node_network_carrier{device="vethd32989f"} 1 node_network_carrier{device="vethd33027f"} 1 node_network_carrier{device="vethd386c1b"} 1 node_network_carrier{device="vethd394f60"} 1 node_network_carrier{device="vethd39b75f"} 1 node_network_carrier{device="vethd3b8b64"} 1 node_network_carrier{device="vethd3d71c3"} 1 node_network_carrier{device="vethd3d74f4"} 1 node_network_carrier{device="vethd3f5c3d"} 1 node_network_carrier{device="vethd418045"} 1 node_network_carrier{device="vethd583737"} 1 node_network_carrier{device="vethd5b7fe1"} 1 node_network_carrier{device="vethd6812c2"} 1 node_network_carrier{device="vethd72be73"} 1 node_network_carrier{device="vethd741df9"} 1 node_network_carrier{device="vethd764c1d"} 1 node_network_carrier{device="vethd77fdfb"} 1 node_network_carrier{device="vethd7b6b6d"} 1 node_network_carrier{device="vethd7ce910"} 1 node_network_carrier{device="vethd80b242"} 1 node_network_carrier{device="vethd9290a5"} 1 node_network_carrier{device="vethd9633d5"} 1 node_network_carrier{device="vethd9c1ac2"} 1 node_network_carrier{device="vethd9dc45d"} 1 node_network_carrier{device="vethdb3bfe5"} 1 node_network_carrier{device="vethdb8e006"} 1 node_network_carrier{device="vethdba04c6"} 1 node_network_carrier{device="vethdcf0fe6"} 1 node_network_carrier{device="vethdd73e31"} 1 node_network_carrier{device="vethdeb43da"} 1 node_network_carrier{device="vethdf2fc0c"} 1 node_network_carrier{device="vethdf8b192"} 1 node_network_carrier{device="vethe0014f6"} 1 node_network_carrier{device="vethe04376c"} 1 node_network_carrier{device="vethe0824de"} 1 node_network_carrier{device="vethe1acebe"} 1 node_network_carrier{device="vethe1b57af"} 1 node_network_carrier{device="vethe2677b2"} 1 node_network_carrier{device="vethe330364"} 1 node_network_carrier{device="vethe358b9b"} 1 node_network_carrier{device="vethe393e1f"} 1 node_network_carrier{device="vethe3fc1d5"} 1 node_network_carrier{device="vethe439679"} 1 node_network_carrier{device="vethe484f21"} 1 node_network_carrier{device="vethe49717f"} 1 node_network_carrier{device="vethe4ad4e5"} 1 node_network_carrier{device="vethe4e85e7"} 1 node_network_carrier{device="vethe52bda0"} 1 node_network_carrier{device="vethe5f3f06"} 1 node_network_carrier{device="vethe63d6dd"} 1 node_network_carrier{device="vethe6c23f6"} 1 node_network_carrier{device="vethe766e72"} 1 node_network_carrier{device="vethe7aff89"} 1 node_network_carrier{device="vethe8648b1"} 1 node_network_carrier{device="vethe87664c"} 1 node_network_carrier{device="vethe880812"} 1 node_network_carrier{device="vethe8d7ad1"} 1 node_network_carrier{device="vethe98ffcc"} 1 node_network_carrier{device="vethea8c77f"} 1 node_network_carrier{device="vetheaaf5da"} 1 node_network_carrier{device="vetheb750ff"} 1 node_network_carrier{device="vethebe1c57"} 1 node_network_carrier{device="vethec1bace"} 1 node_network_carrier{device="vethedee635"} 1 node_network_carrier{device="vethee49f2e"} 1 node_network_carrier{device="vethee55381"} 1 node_network_carrier{device="vetheebb707"} 1 node_network_carrier{device="vetheede58b"} 1 node_network_carrier{device="vethef01414"} 1 node_network_carrier{device="vethef4d3cf"} 1 node_network_carrier{device="vethef8ca1b"} 1 node_network_carrier{device="vethef9a53b"} 1 node_network_carrier{device="vetheff1b62"} 1 node_network_carrier{device="vethf00a1a9"} 1 node_network_carrier{device="vethf0d88b0"} 1 node_network_carrier{device="vethf0e15a5"} 1 node_network_carrier{device="vethf0f7c00"} 1 node_network_carrier{device="vethf1a351b"} 1 node_network_carrier{device="vethf1cab6c"} 1 node_network_carrier{device="vethf1ffdde"} 1 node_network_carrier{device="vethf30dce1"} 1 node_network_carrier{device="vethf34ab67"} 1 node_network_carrier{device="vethf3942da"} 1 node_network_carrier{device="vethf40383d"} 1 node_network_carrier{device="vethf4756aa"} 1 node_network_carrier{device="vethf4b3dd4"} 1 node_network_carrier{device="vethf572a6b"} 1 node_network_carrier{device="vethf5f8567"} 1 node_network_carrier{device="vethf62f7b0"} 1 node_network_carrier{device="vethf766060"} 1 node_network_carrier{device="vethf796416"} 1 node_network_carrier{device="vethf7dde08"} 1 node_network_carrier{device="vethf804fc2"} 1 node_network_carrier{device="vethf89cdc2"} 1 node_network_carrier{device="vethf8f166c"} 1 node_network_carrier{device="vethf9080d7"} 1 node_network_carrier{device="vethf90aa51"} 1 node_network_carrier{device="vethf91787e"} 1 node_network_carrier{device="vethf925f21"} 1 node_network_carrier{device="vethf954e2e"} 1 node_network_carrier{device="vethf96c7ac"} 1 node_network_carrier{device="vethfb0d0e8"} 1 node_network_carrier{device="vethfb3ff4e"} 1 node_network_carrier{device="vethfc0e66c"} 1 node_network_carrier{device="vethfcd6d02"} 1 node_network_carrier{device="vethfe45418"} 1 node_network_carrier{device="vethfe716bb"} 1 node_network_carrier{device="vethfe71df5"} 1 node_network_carrier{device="vethfecb007"} 1 node_network_carrier{device="vethfee22ad"} 1 node_network_carrier{device="vethff26790"} 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-032930a8871d"} 12 node_network_carrier_changes_total{device="br-03ced592235a"} 6 node_network_carrier_changes_total{device="br-0871d54d3675"} 14 node_network_carrier_changes_total{device="br-089331b9c07a"} 6 node_network_carrier_changes_total{device="br-0a8e30067c8e"} 2 node_network_carrier_changes_total{device="br-0d01f742526c"} 4 node_network_carrier_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_changes_total{device="br-12a5c8e99f7e"} 14 node_network_carrier_changes_total{device="br-131fa2cef983"} 16 node_network_carrier_changes_total{device="br-14216610e159"} 6 node_network_carrier_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_changes_total{device="br-16453071a16a"} 4 node_network_carrier_changes_total{device="br-1824841a31f9"} 6 node_network_carrier_changes_total{device="br-1b283e1e5128"} 56 node_network_carrier_changes_total{device="br-1c85749e122e"} 8 node_network_carrier_changes_total{device="br-1da05be17644"} 8 node_network_carrier_changes_total{device="br-1de64be72380"} 8 node_network_carrier_changes_total{device="br-208ab78feaa3"} 8 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-301b4c89e775"} 6 node_network_carrier_changes_total{device="br-349eb65873d4"} 6 node_network_carrier_changes_total{device="br-3718da5a7dac"} 12 node_network_carrier_changes_total{device="br-37f17f8c2f41"} 8 node_network_carrier_changes_total{device="br-3d9cd1c09975"} 14 node_network_carrier_changes_total{device="br-3db3cc2bc444"} 6 node_network_carrier_changes_total{device="br-41c4dd613804"} 6 node_network_carrier_changes_total{device="br-44fbf271d024"} 8 node_network_carrier_changes_total{device="br-458514748e86"} 8 node_network_carrier_changes_total{device="br-4698f8262a4c"} 6 node_network_carrier_changes_total{device="br-483851ad6d82"} 6 node_network_carrier_changes_total{device="br-491d965e7355"} 12 node_network_carrier_changes_total{device="br-4a66d39e6115"} 6 node_network_carrier_changes_total{device="br-52ce8deae651"} 50 node_network_carrier_changes_total{device="br-5567248b7fed"} 12 node_network_carrier_changes_total{device="br-559d36b72748"} 6 node_network_carrier_changes_total{device="br-57259014cf16"} 8 node_network_carrier_changes_total{device="br-5748fcd1e7ca"} 1 node_network_carrier_changes_total{device="br-5a028c7b8cc5"} 6 node_network_carrier_changes_total{device="br-5a09c7dffa78"} 16 node_network_carrier_changes_total{device="br-5bbb53ee4d8c"} 4 node_network_carrier_changes_total{device="br-5cd378a95a50"} 8 node_network_carrier_changes_total{device="br-5e44ef26977f"} 12 node_network_carrier_changes_total{device="br-649c0a0d748e"} 6 node_network_carrier_changes_total{device="br-65c3891cde69"} 10 node_network_carrier_changes_total{device="br-6654a6f415ef"} 6 node_network_carrier_changes_total{device="br-666a1a84be8e"} 5 node_network_carrier_changes_total{device="br-66b00b277461"} 14 node_network_carrier_changes_total{device="br-67b6f2b09055"} 8 node_network_carrier_changes_total{device="br-68a4d2d648c6"} 4 node_network_carrier_changes_total{device="br-6a3142e5de92"} 6 node_network_carrier_changes_total{device="br-6c34a8b4b6a4"} 8 node_network_carrier_changes_total{device="br-6c5eccea21bc"} 12 node_network_carrier_changes_total{device="br-75640dcb1806"} 6 node_network_carrier_changes_total{device="br-757cf8ccd099"} 6 node_network_carrier_changes_total{device="br-765d504a1648"} 10 node_network_carrier_changes_total{device="br-7783edd4fb63"} 8 node_network_carrier_changes_total{device="br-78c76b7fdacf"} 18 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-8273700d2b53"} 10 node_network_carrier_changes_total{device="br-832e21b6735f"} 4 node_network_carrier_changes_total{device="br-89456f9f0577"} 4 node_network_carrier_changes_total{device="br-8c4c62bbb4ac"} 8 node_network_carrier_changes_total{device="br-8c90f08921d2"} 6 node_network_carrier_changes_total{device="br-8d5f8dfdd165"} 8 node_network_carrier_changes_total{device="br-8d809ce3c9c6"} 8 node_network_carrier_changes_total{device="br-8f019a492357"} 14 node_network_carrier_changes_total{device="br-918ddcd36f9a"} 14 node_network_carrier_changes_total{device="br-94b2fbf06b0d"} 6 node_network_carrier_changes_total{device="br-9504d5b6acf5"} 6 node_network_carrier_changes_total{device="br-967a6a8492ec"} 8 node_network_carrier_changes_total{device="br-977759f73e31"} 8 node_network_carrier_changes_total{device="br-9be1f90f0a3c"} 8 node_network_carrier_changes_total{device="br-9c7a6a4ea029"} 12 node_network_carrier_changes_total{device="br-9fab29d0fd90"} 8 node_network_carrier_changes_total{device="br-a01a29421e12"} 8 node_network_carrier_changes_total{device="br-a073f44ab682"} 16 node_network_carrier_changes_total{device="br-a08ab772e40d"} 6 node_network_carrier_changes_total{device="br-a1b2b339a0bc"} 2 node_network_carrier_changes_total{device="br-a3bcc581540c"} 16 node_network_carrier_changes_total{device="br-a735d7132cb5"} 14 node_network_carrier_changes_total{device="br-ab4fc0c8f205"} 8 node_network_carrier_changes_total{device="br-ac4684d015f6"} 14 node_network_carrier_changes_total{device="br-ac5441a8184d"} 14 node_network_carrier_changes_total{device="br-afdcb409567a"} 6 node_network_carrier_changes_total{device="br-b58abb066918"} 14 node_network_carrier_changes_total{device="br-b5cc1abc8af1"} 8 node_network_carrier_changes_total{device="br-b710ed0f91ed"} 16 node_network_carrier_changes_total{device="br-b9ddcd38e3d5"} 5 node_network_carrier_changes_total{device="br-be8161177ed9"} 2 node_network_carrier_changes_total{device="br-bfa260e794d9"} 8 node_network_carrier_changes_total{device="br-c1c4e42c8216"} 14 node_network_carrier_changes_total{device="br-c577c6a066cb"} 6 node_network_carrier_changes_total{device="br-c7ec91768290"} 6 node_network_carrier_changes_total{device="br-c8047895107e"} 4 node_network_carrier_changes_total{device="br-cb62be74ef17"} 14 node_network_carrier_changes_total{device="br-cc4a14297e79"} 10 node_network_carrier_changes_total{device="br-cf6b946573c1"} 6 node_network_carrier_changes_total{device="br-cfa8e5dacf79"} 4 node_network_carrier_changes_total{device="br-d461c29e6aa7"} 6 node_network_carrier_changes_total{device="br-d4ad227661d1"} 8 node_network_carrier_changes_total{device="br-d5a100d1afd1"} 6 node_network_carrier_changes_total{device="br-d6403551d086"} 8 node_network_carrier_changes_total{device="br-dae27e4e8b91"} 8 node_network_carrier_changes_total{device="br-db5d49f98313"} 8 node_network_carrier_changes_total{device="br-dc87a7504ded"} 6 node_network_carrier_changes_total{device="br-ddaa8bdc0119"} 6 node_network_carrier_changes_total{device="br-ddc45447112f"} 2 node_network_carrier_changes_total{device="br-e0e95d87f3e0"} 12 node_network_carrier_changes_total{device="br-e24d302efec6"} 6 node_network_carrier_changes_total{device="br-e3e321b77026"} 6 node_network_carrier_changes_total{device="br-e5714f199361"} 8 node_network_carrier_changes_total{device="br-e63b0d1593b5"} 6 node_network_carrier_changes_total{device="br-ead353f203a4"} 14 node_network_carrier_changes_total{device="br-ec56c664f289"} 2 node_network_carrier_changes_total{device="br-f17da17d41a2"} 8 node_network_carrier_changes_total{device="br-f33d4e889abc"} 8 node_network_carrier_changes_total{device="br-f4b381c64696"} 8 node_network_carrier_changes_total{device="br-f5d79f441cea"} 2 node_network_carrier_changes_total{device="br-f645f15c7927"} 6 node_network_carrier_changes_total{device="br-f6901fdf275f"} 6 node_network_carrier_changes_total{device="br-f7269b4b25bf"} 8 node_network_carrier_changes_total{device="br-fa88d6f98186"} 8 node_network_carrier_changes_total{device="br-fd7abce4f375"} 16 node_network_carrier_changes_total{device="docker0"} 485 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth010cf6c"} 2 node_network_carrier_changes_total{device="veth0118054"} 2 node_network_carrier_changes_total{device="veth015066a"} 2 node_network_carrier_changes_total{device="veth01c23a7"} 2 node_network_carrier_changes_total{device="veth01d8776"} 2 node_network_carrier_changes_total{device="veth028dce1"} 2 node_network_carrier_changes_total{device="veth0299373"} 2 node_network_carrier_changes_total{device="veth03320d3"} 2 node_network_carrier_changes_total{device="veth0348049"} 2 node_network_carrier_changes_total{device="veth04c0c5b"} 2 node_network_carrier_changes_total{device="veth05bb69b"} 2 node_network_carrier_changes_total{device="veth05d21d3"} 2 node_network_carrier_changes_total{device="veth063974c"} 2 node_network_carrier_changes_total{device="veth0665c41"} 2 node_network_carrier_changes_total{device="veth06bac3f"} 2 node_network_carrier_changes_total{device="veth06f7fab"} 2 node_network_carrier_changes_total{device="veth07837a1"} 2 node_network_carrier_changes_total{device="veth07940a9"} 2 node_network_carrier_changes_total{device="veth07c394e"} 2 node_network_carrier_changes_total{device="veth08220c7"} 2 node_network_carrier_changes_total{device="veth085af09"} 2 node_network_carrier_changes_total{device="veth08f2029"} 2 node_network_carrier_changes_total{device="veth093e34b"} 2 node_network_carrier_changes_total{device="veth095010c"} 2 node_network_carrier_changes_total{device="veth0b4c3d1"} 2 node_network_carrier_changes_total{device="veth0bad067"} 2 node_network_carrier_changes_total{device="veth0bbdec3"} 2 node_network_carrier_changes_total{device="veth0c16bae"} 2 node_network_carrier_changes_total{device="veth0c30494"} 2 node_network_carrier_changes_total{device="veth0caff4e"} 2 node_network_carrier_changes_total{device="veth0d8770f"} 2 node_network_carrier_changes_total{device="veth0df388c"} 2 node_network_carrier_changes_total{device="veth0ea94b5"} 2 node_network_carrier_changes_total{device="veth0f67dbb"} 2 node_network_carrier_changes_total{device="veth0f8e2ed"} 2 node_network_carrier_changes_total{device="veth0fb0b4d"} 2 node_network_carrier_changes_total{device="veth100cba7"} 2 node_network_carrier_changes_total{device="veth10146ec"} 2 node_network_carrier_changes_total{device="veth1031098"} 2 node_network_carrier_changes_total{device="veth10df4a9"} 2 node_network_carrier_changes_total{device="veth110bcfe"} 2 node_network_carrier_changes_total{device="veth110e8ec"} 2 node_network_carrier_changes_total{device="veth1148460"} 2 node_network_carrier_changes_total{device="veth12a3be7"} 2 node_network_carrier_changes_total{device="veth12ae611"} 2 node_network_carrier_changes_total{device="veth12ca81a"} 2 node_network_carrier_changes_total{device="veth133acdf"} 2 node_network_carrier_changes_total{device="veth13f164d"} 2 node_network_carrier_changes_total{device="veth1431509"} 2 node_network_carrier_changes_total{device="veth1433538"} 2 node_network_carrier_changes_total{device="veth14a077c"} 2 node_network_carrier_changes_total{device="veth1524c7a"} 2 node_network_carrier_changes_total{device="veth15b5b5d"} 2 node_network_carrier_changes_total{device="veth1647655"} 2 node_network_carrier_changes_total{device="veth167a182"} 2 node_network_carrier_changes_total{device="veth16f4867"} 2 node_network_carrier_changes_total{device="veth1785664"} 2 node_network_carrier_changes_total{device="veth199e3b5"} 2 node_network_carrier_changes_total{device="veth1aa66b7"} 2 node_network_carrier_changes_total{device="veth1b01e56"} 2 node_network_carrier_changes_total{device="veth1b11dd2"} 2 node_network_carrier_changes_total{device="veth1b18086"} 2 node_network_carrier_changes_total{device="veth1c097c5"} 2 node_network_carrier_changes_total{device="veth1c4c875"} 2 node_network_carrier_changes_total{device="veth1c5280a"} 2 node_network_carrier_changes_total{device="veth1cfc19d"} 2 node_network_carrier_changes_total{device="veth1d0e0c0"} 2 node_network_carrier_changes_total{device="veth1d2dae7"} 2 node_network_carrier_changes_total{device="veth1d629d1"} 2 node_network_carrier_changes_total{device="veth1d73687"} 2 node_network_carrier_changes_total{device="veth1d7748d"} 2 node_network_carrier_changes_total{device="veth1d8d1df"} 2 node_network_carrier_changes_total{device="veth1dbaa59"} 2 node_network_carrier_changes_total{device="veth1dc83fc"} 2 node_network_carrier_changes_total{device="veth1e36d07"} 2 node_network_carrier_changes_total{device="veth1e44960"} 2 node_network_carrier_changes_total{device="veth1eb887e"} 2 node_network_carrier_changes_total{device="veth1ebe556"} 2 node_network_carrier_changes_total{device="veth1ef8c3b"} 2 node_network_carrier_changes_total{device="veth1f00723"} 2 node_network_carrier_changes_total{device="veth1f55581"} 2 node_network_carrier_changes_total{device="veth200cbca"} 2 node_network_carrier_changes_total{device="veth201dbeb"} 2 node_network_carrier_changes_total{device="veth20350f2"} 2 node_network_carrier_changes_total{device="veth2046904"} 2 node_network_carrier_changes_total{device="veth20558f6"} 2 node_network_carrier_changes_total{device="veth206800d"} 2 node_network_carrier_changes_total{device="veth20c30fb"} 2 node_network_carrier_changes_total{device="veth20d3122"} 2 node_network_carrier_changes_total{device="veth20fec73"} 2 node_network_carrier_changes_total{device="veth2101218"} 2 node_network_carrier_changes_total{device="veth216cb5e"} 2 node_network_carrier_changes_total{device="veth21bac8e"} 2 node_network_carrier_changes_total{device="veth21e6158"} 2 node_network_carrier_changes_total{device="veth21edd0c"} 2 node_network_carrier_changes_total{device="veth22047d0"} 2 node_network_carrier_changes_total{device="veth22a4380"} 2 node_network_carrier_changes_total{device="veth22a99e1"} 2 node_network_carrier_changes_total{device="veth22ec2e1"} 2 node_network_carrier_changes_total{device="veth233a2ff"} 2 node_network_carrier_changes_total{device="veth23cfa18"} 2 node_network_carrier_changes_total{device="veth23e3157"} 2 node_network_carrier_changes_total{device="veth253ee4b"} 2 node_network_carrier_changes_total{device="veth25731c6"} 2 node_network_carrier_changes_total{device="veth257e734"} 2 node_network_carrier_changes_total{device="veth26d9a84"} 2 node_network_carrier_changes_total{device="veth26da4e6"} 2 node_network_carrier_changes_total{device="veth26de035"} 2 node_network_carrier_changes_total{device="veth26e26ed"} 2 node_network_carrier_changes_total{device="veth271e2be"} 2 node_network_carrier_changes_total{device="veth273b370"} 2 node_network_carrier_changes_total{device="veth2850417"} 2 node_network_carrier_changes_total{device="veth28b3c5c"} 2 node_network_carrier_changes_total{device="veth297bd24"} 2 node_network_carrier_changes_total{device="veth29e137d"} 2 node_network_carrier_changes_total{device="veth2a08596"} 2 node_network_carrier_changes_total{device="veth2b080cb"} 2 node_network_carrier_changes_total{device="veth2b1e3c8"} 2 node_network_carrier_changes_total{device="veth2b70ed0"} 2 node_network_carrier_changes_total{device="veth2b88298"} 2 node_network_carrier_changes_total{device="veth2ba28cc"} 2 node_network_carrier_changes_total{device="veth2c7ea81"} 2 node_network_carrier_changes_total{device="veth2ccb650"} 2 node_network_carrier_changes_total{device="veth2cdd57a"} 2 node_network_carrier_changes_total{device="veth2d38052"} 2 node_network_carrier_changes_total{device="veth2d90db8"} 2 node_network_carrier_changes_total{device="veth2db0bc8"} 2 node_network_carrier_changes_total{device="veth2e3e11b"} 2 node_network_carrier_changes_total{device="veth2eaeb65"} 2 node_network_carrier_changes_total{device="veth2edd93a"} 2 node_network_carrier_changes_total{device="veth2f83127"} 2 node_network_carrier_changes_total{device="veth2fad712"} 2 node_network_carrier_changes_total{device="veth2fc1259"} 2 node_network_carrier_changes_total{device="veth2fd4dcf"} 2 node_network_carrier_changes_total{device="veth3018884"} 2 node_network_carrier_changes_total{device="veth302391f"} 2 node_network_carrier_changes_total{device="veth3036978"} 2 node_network_carrier_changes_total{device="veth30a5c63"} 2 node_network_carrier_changes_total{device="veth3190c62"} 2 node_network_carrier_changes_total{device="veth31e5a9e"} 2 node_network_carrier_changes_total{device="veth31f0812"} 2 node_network_carrier_changes_total{device="veth32a4eb2"} 2 node_network_carrier_changes_total{device="veth340f558"} 2 node_network_carrier_changes_total{device="veth34317c5"} 2 node_network_carrier_changes_total{device="veth3497f43"} 2 node_network_carrier_changes_total{device="veth35137a1"} 2 node_network_carrier_changes_total{device="veth351f876"} 2 node_network_carrier_changes_total{device="veth356b213"} 2 node_network_carrier_changes_total{device="veth35c1d5d"} 2 node_network_carrier_changes_total{device="veth35e62a2"} 2 node_network_carrier_changes_total{device="veth3660b83"} 2 node_network_carrier_changes_total{device="veth369fc55"} 2 node_network_carrier_changes_total{device="veth36ef53a"} 2 node_network_carrier_changes_total{device="veth375f2a0"} 2 node_network_carrier_changes_total{device="veth37c5473"} 2 node_network_carrier_changes_total{device="veth3886d62"} 2 node_network_carrier_changes_total{device="veth391ec21"} 2 node_network_carrier_changes_total{device="veth39344a6"} 2 node_network_carrier_changes_total{device="veth39d278e"} 2 node_network_carrier_changes_total{device="veth3a42551"} 2 node_network_carrier_changes_total{device="veth3af658d"} 2 node_network_carrier_changes_total{device="veth3afab44"} 2 node_network_carrier_changes_total{device="veth3be2114"} 2 node_network_carrier_changes_total{device="veth3c52a6b"} 2 node_network_carrier_changes_total{device="veth3c96f87"} 2 node_network_carrier_changes_total{device="veth3cf6698"} 2 node_network_carrier_changes_total{device="veth3d7e10e"} 2 node_network_carrier_changes_total{device="veth3de8760"} 2 node_network_carrier_changes_total{device="veth3dfd180"} 2 node_network_carrier_changes_total{device="veth3e101c0"} 2 node_network_carrier_changes_total{device="veth3e128b5"} 2 node_network_carrier_changes_total{device="veth3eef6e7"} 2 node_network_carrier_changes_total{device="veth3f766aa"} 2 node_network_carrier_changes_total{device="veth3f8f002"} 2 node_network_carrier_changes_total{device="veth400b680"} 2 node_network_carrier_changes_total{device="veth4079dc2"} 2 node_network_carrier_changes_total{device="veth4082762"} 2 node_network_carrier_changes_total{device="veth40905f5"} 2 node_network_carrier_changes_total{device="veth410cac4"} 2 node_network_carrier_changes_total{device="veth411daee"} 2 node_network_carrier_changes_total{device="veth4136e74"} 2 node_network_carrier_changes_total{device="veth41b3812"} 2 node_network_carrier_changes_total{device="veth41c7fd1"} 2 node_network_carrier_changes_total{device="veth427a6a0"} 2 node_network_carrier_changes_total{device="veth4391ce3"} 2 node_network_carrier_changes_total{device="veth44023e4"} 2 node_network_carrier_changes_total{device="veth4418c4f"} 2 node_network_carrier_changes_total{device="veth445067e"} 2 node_network_carrier_changes_total{device="veth4498697"} 2 node_network_carrier_changes_total{device="veth44a2e68"} 2 node_network_carrier_changes_total{device="veth44b9a64"} 2 node_network_carrier_changes_total{device="veth44eaf2c"} 2 node_network_carrier_changes_total{device="veth45ba942"} 2 node_network_carrier_changes_total{device="veth45bf0a5"} 2 node_network_carrier_changes_total{device="veth45d5fcf"} 2 node_network_carrier_changes_total{device="veth467feaf"} 2 node_network_carrier_changes_total{device="veth46be02b"} 2 node_network_carrier_changes_total{device="veth47a78db"} 2 node_network_carrier_changes_total{device="veth47c0091"} 2 node_network_carrier_changes_total{device="veth47fbfa1"} 2 node_network_carrier_changes_total{device="veth482bd25"} 2 node_network_carrier_changes_total{device="veth4865e48"} 2 node_network_carrier_changes_total{device="veth487ae24"} 2 node_network_carrier_changes_total{device="veth494a1eb"} 2 node_network_carrier_changes_total{device="veth49501f4"} 2 node_network_carrier_changes_total{device="veth495aa66"} 2 node_network_carrier_changes_total{device="veth4a3f821"} 2 node_network_carrier_changes_total{device="veth4a5aa12"} 2 node_network_carrier_changes_total{device="veth4b32651"} 2 node_network_carrier_changes_total{device="veth4b9cef1"} 2 node_network_carrier_changes_total{device="veth4bc06c3"} 2 node_network_carrier_changes_total{device="veth4bcc505"} 2 node_network_carrier_changes_total{device="veth4dc758a"} 2 node_network_carrier_changes_total{device="veth4eeb5e5"} 2 node_network_carrier_changes_total{device="veth4f78f9e"} 2 node_network_carrier_changes_total{device="veth4fb5a24"} 2 node_network_carrier_changes_total{device="veth4fc6d17"} 2 node_network_carrier_changes_total{device="veth500d596"} 2 node_network_carrier_changes_total{device="veth5148843"} 2 node_network_carrier_changes_total{device="veth516a2dd"} 2 node_network_carrier_changes_total{device="veth51cb6e1"} 2 node_network_carrier_changes_total{device="veth531d83a"} 2 node_network_carrier_changes_total{device="veth53841ff"} 2 node_network_carrier_changes_total{device="veth538f11f"} 2 node_network_carrier_changes_total{device="veth53a474c"} 2 node_network_carrier_changes_total{device="veth53c0c49"} 2 node_network_carrier_changes_total{device="veth5408e9e"} 2 node_network_carrier_changes_total{device="veth54327b2"} 2 node_network_carrier_changes_total{device="veth54aa51d"} 2 node_network_carrier_changes_total{device="veth5644c2c"} 2 node_network_carrier_changes_total{device="veth5662068"} 2 node_network_carrier_changes_total{device="veth566b833"} 2 node_network_carrier_changes_total{device="veth56c1ee3"} 2 node_network_carrier_changes_total{device="veth574a9bf"} 2 node_network_carrier_changes_total{device="veth5823a67"} 2 node_network_carrier_changes_total{device="veth582b1e1"} 2 node_network_carrier_changes_total{device="veth58398da"} 2 node_network_carrier_changes_total{device="veth59af09d"} 2 node_network_carrier_changes_total{device="veth5a57667"} 2 node_network_carrier_changes_total{device="veth5a5947d"} 2 node_network_carrier_changes_total{device="veth5aa7930"} 2 node_network_carrier_changes_total{device="veth5b2851f"} 2 node_network_carrier_changes_total{device="veth5b569cb"} 2 node_network_carrier_changes_total{device="veth5be0e34"} 2 node_network_carrier_changes_total{device="veth5cbd82f"} 2 node_network_carrier_changes_total{device="veth5d07046"} 2 node_network_carrier_changes_total{device="veth5d8e6f5"} 2 node_network_carrier_changes_total{device="veth5da80fb"} 2 node_network_carrier_changes_total{device="veth5db9191"} 2 node_network_carrier_changes_total{device="veth5df7840"} 2 node_network_carrier_changes_total{device="veth5e055da"} 2 node_network_carrier_changes_total{device="veth5e9d6c1"} 2 node_network_carrier_changes_total{device="veth5f14d4e"} 2 node_network_carrier_changes_total{device="veth5f85831"} 2 node_network_carrier_changes_total{device="veth5fda1aa"} 2 node_network_carrier_changes_total{device="veth609f65f"} 2 node_network_carrier_changes_total{device="veth60a6470"} 2 node_network_carrier_changes_total{device="veth60ac914"} 2 node_network_carrier_changes_total{device="veth60be674"} 2 node_network_carrier_changes_total{device="veth6100f2e"} 2 node_network_carrier_changes_total{device="veth6141b70"} 2 node_network_carrier_changes_total{device="veth6151bb9"} 2 node_network_carrier_changes_total{device="veth61c4816"} 2 node_network_carrier_changes_total{device="veth61d7283"} 2 node_network_carrier_changes_total{device="veth6228670"} 2 node_network_carrier_changes_total{device="veth629242b"} 2 node_network_carrier_changes_total{device="veth6374fd2"} 2 node_network_carrier_changes_total{device="veth6391005"} 2 node_network_carrier_changes_total{device="veth63cf232"} 2 node_network_carrier_changes_total{device="veth640a039"} 2 node_network_carrier_changes_total{device="veth642d0c1"} 2 node_network_carrier_changes_total{device="veth643a437"} 2 node_network_carrier_changes_total{device="veth64fdbac"} 2 node_network_carrier_changes_total{device="veth6515c1a"} 2 node_network_carrier_changes_total{device="veth656302b"} 2 node_network_carrier_changes_total{device="veth663b727"} 2 node_network_carrier_changes_total{device="veth6694b48"} 2 node_network_carrier_changes_total{device="veth66c10ee"} 2 node_network_carrier_changes_total{device="veth671f5fb"} 2 node_network_carrier_changes_total{device="veth6727827"} 2 node_network_carrier_changes_total{device="veth6735453"} 2 node_network_carrier_changes_total{device="veth674eb08"} 2 node_network_carrier_changes_total{device="veth67bdfb5"} 2 node_network_carrier_changes_total{device="veth67c3090"} 2 node_network_carrier_changes_total{device="veth6827eeb"} 2 node_network_carrier_changes_total{device="veth686cf8f"} 2 node_network_carrier_changes_total{device="veth686e4ce"} 2 node_network_carrier_changes_total{device="veth694a5f6"} 2 node_network_carrier_changes_total{device="veth6955d38"} 2 node_network_carrier_changes_total{device="veth6a8f538"} 2 node_network_carrier_changes_total{device="veth6ae26de"} 2 node_network_carrier_changes_total{device="veth6b4fcb5"} 2 node_network_carrier_changes_total{device="veth6bd4c88"} 2 node_network_carrier_changes_total{device="veth6c0ac2b"} 2 node_network_carrier_changes_total{device="veth6c5d880"} 2 node_network_carrier_changes_total{device="veth6c7b2e3"} 2 node_network_carrier_changes_total{device="veth6c84c0f"} 2 node_network_carrier_changes_total{device="veth6cb308f"} 2 node_network_carrier_changes_total{device="veth6cc8853"} 2 node_network_carrier_changes_total{device="veth6cf5c92"} 2 node_network_carrier_changes_total{device="veth6d937a2"} 2 node_network_carrier_changes_total{device="veth6e35c23"} 2 node_network_carrier_changes_total{device="veth6e379ab"} 2 node_network_carrier_changes_total{device="veth6f266b8"} 2 node_network_carrier_changes_total{device="veth6f36c86"} 2 node_network_carrier_changes_total{device="veth6fbd9ae"} 2 node_network_carrier_changes_total{device="veth6fe10bb"} 2 node_network_carrier_changes_total{device="veth70d4eb5"} 2 node_network_carrier_changes_total{device="veth71868de"} 2 node_network_carrier_changes_total{device="veth72921dc"} 2 node_network_carrier_changes_total{device="veth72cb0b9"} 2 node_network_carrier_changes_total{device="veth732170b"} 2 node_network_carrier_changes_total{device="veth73778ca"} 2 node_network_carrier_changes_total{device="veth73c2c96"} 2 node_network_carrier_changes_total{device="veth73d2548"} 2 node_network_carrier_changes_total{device="veth7458897"} 2 node_network_carrier_changes_total{device="veth7465df3"} 2 node_network_carrier_changes_total{device="veth7561080"} 2 node_network_carrier_changes_total{device="veth757c34a"} 2 node_network_carrier_changes_total{device="veth7595562"} 2 node_network_carrier_changes_total{device="veth76187dd"} 2 node_network_carrier_changes_total{device="veth7676d1c"} 2 node_network_carrier_changes_total{device="veth76d519a"} 2 node_network_carrier_changes_total{device="veth76e63a1"} 2 node_network_carrier_changes_total{device="veth7761467"} 2 node_network_carrier_changes_total{device="veth77842d9"} 2 node_network_carrier_changes_total{device="veth778f08d"} 2 node_network_carrier_changes_total{device="veth77a2e6e"} 2 node_network_carrier_changes_total{device="veth77b25a2"} 2 node_network_carrier_changes_total{device="veth77d929a"} 2 node_network_carrier_changes_total{device="veth77e0563"} 2 node_network_carrier_changes_total{device="veth77ea6db"} 2 node_network_carrier_changes_total{device="veth78790bc"} 2 node_network_carrier_changes_total{device="veth7904e58"} 2 node_network_carrier_changes_total{device="veth79c5a75"} 2 node_network_carrier_changes_total{device="veth7a831cf"} 2 node_network_carrier_changes_total{device="veth7b0ab9e"} 2 node_network_carrier_changes_total{device="veth7b380ec"} 2 node_network_carrier_changes_total{device="veth7b48c14"} 2 node_network_carrier_changes_total{device="veth7b78b78"} 2 node_network_carrier_changes_total{device="veth7b89f6f"} 2 node_network_carrier_changes_total{device="veth7c2dbba"} 2 node_network_carrier_changes_total{device="veth7c546d4"} 2 node_network_carrier_changes_total{device="veth7c54e1e"} 2 node_network_carrier_changes_total{device="veth7c58951"} 2 node_network_carrier_changes_total{device="veth7c705d1"} 2 node_network_carrier_changes_total{device="veth7d3dd83"} 2 node_network_carrier_changes_total{device="veth7d8e60b"} 2 node_network_carrier_changes_total{device="veth7d9930a"} 2 node_network_carrier_changes_total{device="veth7ec3780"} 2 node_network_carrier_changes_total{device="veth7f09f4c"} 2 node_network_carrier_changes_total{device="veth8004847"} 2 node_network_carrier_changes_total{device="veth80252b4"} 2 node_network_carrier_changes_total{device="veth80badd0"} 2 node_network_carrier_changes_total{device="veth80c389c"} 2 node_network_carrier_changes_total{device="veth8101e42"} 2 node_network_carrier_changes_total{device="veth811e063"} 2 node_network_carrier_changes_total{device="veth816a265"} 2 node_network_carrier_changes_total{device="veth8186d77"} 2 node_network_carrier_changes_total{device="veth820f0db"} 2 node_network_carrier_changes_total{device="veth8237dc3"} 2 node_network_carrier_changes_total{device="veth8269643"} 2 node_network_carrier_changes_total{device="veth828ecf9"} 2 node_network_carrier_changes_total{device="veth83498cb"} 2 node_network_carrier_changes_total{device="veth834d149"} 2 node_network_carrier_changes_total{device="veth8357150"} 2 node_network_carrier_changes_total{device="veth83fb8e6"} 2 node_network_carrier_changes_total{device="veth84220c4"} 2 node_network_carrier_changes_total{device="veth84e1fc4"} 2 node_network_carrier_changes_total{device="veth850b442"} 2 node_network_carrier_changes_total{device="veth85daf28"} 2 node_network_carrier_changes_total{device="veth861068a"} 2 node_network_carrier_changes_total{device="veth866bba7"} 2 node_network_carrier_changes_total{device="veth86a2462"} 2 node_network_carrier_changes_total{device="veth872cb76"} 2 node_network_carrier_changes_total{device="veth87362c6"} 2 node_network_carrier_changes_total{device="veth87cb8c8"} 2 node_network_carrier_changes_total{device="veth87d5677"} 2 node_network_carrier_changes_total{device="veth87d62cb"} 2 node_network_carrier_changes_total{device="veth87d7e35"} 2 node_network_carrier_changes_total{device="veth87e75ee"} 2 node_network_carrier_changes_total{device="veth87f4935"} 2 node_network_carrier_changes_total{device="veth87fdb6a"} 2 node_network_carrier_changes_total{device="veth889a2f1"} 2 node_network_carrier_changes_total{device="veth88ac732"} 2 node_network_carrier_changes_total{device="veth8922783"} 2 node_network_carrier_changes_total{device="veth896c132"} 2 node_network_carrier_changes_total{device="veth899b99d"} 2 node_network_carrier_changes_total{device="veth89b275c"} 2 node_network_carrier_changes_total{device="veth8a52231"} 2 node_network_carrier_changes_total{device="veth8a89268"} 2 node_network_carrier_changes_total{device="veth8b3b309"} 2 node_network_carrier_changes_total{device="veth8b541a1"} 2 node_network_carrier_changes_total{device="veth8b983cf"} 2 node_network_carrier_changes_total{device="veth8bc856f"} 2 node_network_carrier_changes_total{device="veth8bc982a"} 2 node_network_carrier_changes_total{device="veth8bd3242"} 2 node_network_carrier_changes_total{device="veth8bed13f"} 2 node_network_carrier_changes_total{device="veth8c86032"} 2 node_network_carrier_changes_total{device="veth8c88f73"} 2 node_network_carrier_changes_total{device="veth8c93126"} 2 node_network_carrier_changes_total{device="veth8d22374"} 2 node_network_carrier_changes_total{device="veth8d6536d"} 2 node_network_carrier_changes_total{device="veth8d7d98e"} 2 node_network_carrier_changes_total{device="veth8d88b16"} 2 node_network_carrier_changes_total{device="veth8d936c5"} 2 node_network_carrier_changes_total{device="veth8e0e8a0"} 2 node_network_carrier_changes_total{device="veth8e914f7"} 2 node_network_carrier_changes_total{device="veth8ea541c"} 2 node_network_carrier_changes_total{device="veth8ecee2e"} 2 node_network_carrier_changes_total{device="veth8f1ab25"} 2 node_network_carrier_changes_total{device="veth8f7a6af"} 2 node_network_carrier_changes_total{device="veth8f9b8d0"} 2 node_network_carrier_changes_total{device="veth906c063"} 2 node_network_carrier_changes_total{device="veth909d986"} 2 node_network_carrier_changes_total{device="veth90c1c36"} 2 node_network_carrier_changes_total{device="veth91af2c1"} 2 node_network_carrier_changes_total{device="veth91d764a"} 2 node_network_carrier_changes_total{device="veth9204861"} 2 node_network_carrier_changes_total{device="veth921bb23"} 2 node_network_carrier_changes_total{device="veth9312dae"} 2 node_network_carrier_changes_total{device="veth9317063"} 2 node_network_carrier_changes_total{device="veth93596dd"} 2 node_network_carrier_changes_total{device="veth93882ee"} 2 node_network_carrier_changes_total{device="veth93d7d29"} 2 node_network_carrier_changes_total{device="veth93dba36"} 2 node_network_carrier_changes_total{device="veth93ddc00"} 2 node_network_carrier_changes_total{device="veth943efa3"} 2 node_network_carrier_changes_total{device="veth9487334"} 2 node_network_carrier_changes_total{device="veth94edd33"} 2 node_network_carrier_changes_total{device="veth9553163"} 2 node_network_carrier_changes_total{device="veth965628f"} 2 node_network_carrier_changes_total{device="veth96d77f6"} 2 node_network_carrier_changes_total{device="veth9841ead"} 2 node_network_carrier_changes_total{device="veth988596b"} 2 node_network_carrier_changes_total{device="veth98bcfcf"} 2 node_network_carrier_changes_total{device="veth992b562"} 2 node_network_carrier_changes_total{device="veth998fc07"} 2 node_network_carrier_changes_total{device="veth9af67e8"} 2 node_network_carrier_changes_total{device="veth9b8c3fe"} 2 node_network_carrier_changes_total{device="veth9ba3bbe"} 2 node_network_carrier_changes_total{device="veth9c7f67d"} 2 node_network_carrier_changes_total{device="veth9c8af90"} 2 node_network_carrier_changes_total{device="veth9d596d7"} 2 node_network_carrier_changes_total{device="veth9dc5a7e"} 2 node_network_carrier_changes_total{device="veth9dce1ef"} 2 node_network_carrier_changes_total{device="veth9dddbc9"} 2 node_network_carrier_changes_total{device="veth9dfec82"} 2 node_network_carrier_changes_total{device="veth9f0cb80"} 2 node_network_carrier_changes_total{device="veth9f2b7f4"} 2 node_network_carrier_changes_total{device="vetha0524ab"} 2 node_network_carrier_changes_total{device="vetha09db05"} 2 node_network_carrier_changes_total{device="vetha0c9f28"} 2 node_network_carrier_changes_total{device="vetha137a8a"} 2 node_network_carrier_changes_total{device="vetha1a2849"} 2 node_network_carrier_changes_total{device="vetha246e20"} 2 node_network_carrier_changes_total{device="vetha262863"} 2 node_network_carrier_changes_total{device="vetha2e8433"} 2 node_network_carrier_changes_total{device="vetha33f58d"} 2 node_network_carrier_changes_total{device="vetha364335"} 2 node_network_carrier_changes_total{device="vetha39dbf7"} 2 node_network_carrier_changes_total{device="vetha3d15af"} 2 node_network_carrier_changes_total{device="vetha46dce5"} 2 node_network_carrier_changes_total{device="vetha4a4b5e"} 2 node_network_carrier_changes_total{device="vetha52fdb0"} 2 node_network_carrier_changes_total{device="vetha532453"} 2 node_network_carrier_changes_total{device="vetha542775"} 2 node_network_carrier_changes_total{device="vetha5f484b"} 2 node_network_carrier_changes_total{device="vetha626559"} 2 node_network_carrier_changes_total{device="vetha6695f8"} 2 node_network_carrier_changes_total{device="vetha6bbe19"} 2 node_network_carrier_changes_total{device="vetha71b22e"} 2 node_network_carrier_changes_total{device="vetha73388c"} 2 node_network_carrier_changes_total{device="vetha7d15e0"} 2 node_network_carrier_changes_total{device="vetha819cf5"} 2 node_network_carrier_changes_total{device="vetha833154"} 2 node_network_carrier_changes_total{device="vetha8d245b"} 2 node_network_carrier_changes_total{device="vetha9a6ee7"} 2 node_network_carrier_changes_total{device="vetha9be187"} 2 node_network_carrier_changes_total{device="vethaac0f5a"} 2 node_network_carrier_changes_total{device="vethaaf14ed"} 2 node_network_carrier_changes_total{device="vethaafbc9c"} 2 node_network_carrier_changes_total{device="vethac8f909"} 2 node_network_carrier_changes_total{device="vethad12882"} 2 node_network_carrier_changes_total{device="vethad278fa"} 2 node_network_carrier_changes_total{device="vethad4728b"} 2 node_network_carrier_changes_total{device="vethad94033"} 2 node_network_carrier_changes_total{device="vethae911de"} 2 node_network_carrier_changes_total{device="vethaf848b4"} 2 node_network_carrier_changes_total{device="vethafdb738"} 2 node_network_carrier_changes_total{device="vethb03a241"} 2 node_network_carrier_changes_total{device="vethb0541e3"} 2 node_network_carrier_changes_total{device="vethb094466"} 2 node_network_carrier_changes_total{device="vethb0dce79"} 2 node_network_carrier_changes_total{device="vethb15363b"} 2 node_network_carrier_changes_total{device="vethb1b5e1a"} 2 node_network_carrier_changes_total{device="vethb20e6ba"} 2 node_network_carrier_changes_total{device="vethb348a18"} 2 node_network_carrier_changes_total{device="vethb39d63e"} 2 node_network_carrier_changes_total{device="vethb3a121b"} 2 node_network_carrier_changes_total{device="vethb3deee0"} 2 node_network_carrier_changes_total{device="vethb437aaa"} 2 node_network_carrier_changes_total{device="vethb446f39"} 2 node_network_carrier_changes_total{device="vethb463420"} 2 node_network_carrier_changes_total{device="vethb5e7625"} 2 node_network_carrier_changes_total{device="vethb5fac8d"} 2 node_network_carrier_changes_total{device="vethb60b24f"} 2 node_network_carrier_changes_total{device="vethb6a7795"} 2 node_network_carrier_changes_total{device="vethb70e800"} 2 node_network_carrier_changes_total{device="vethb77480b"} 2 node_network_carrier_changes_total{device="vethb8277ac"} 2 node_network_carrier_changes_total{device="vethba29e31"} 2 node_network_carrier_changes_total{device="vethba6e44c"} 2 node_network_carrier_changes_total{device="vethbb09104"} 2 node_network_carrier_changes_total{device="vethbb16237"} 2 node_network_carrier_changes_total{device="vethbb70179"} 2 node_network_carrier_changes_total{device="vethbba5630"} 2 node_network_carrier_changes_total{device="vethbbbbe04"} 2 node_network_carrier_changes_total{device="vethbbdba94"} 2 node_network_carrier_changes_total{device="vethbbfb0b7"} 2 node_network_carrier_changes_total{device="vethbc76a10"} 2 node_network_carrier_changes_total{device="vethbd2a2ee"} 2 node_network_carrier_changes_total{device="vethbda2ae7"} 2 node_network_carrier_changes_total{device="vethbded328"} 2 node_network_carrier_changes_total{device="vethbe2f7fe"} 2 node_network_carrier_changes_total{device="vethbe857cb"} 2 node_network_carrier_changes_total{device="vethbe875cc"} 2 node_network_carrier_changes_total{device="vethbf184b1"} 2 node_network_carrier_changes_total{device="vethbf984b6"} 2 node_network_carrier_changes_total{device="vethbffb2be"} 2 node_network_carrier_changes_total{device="vethc0f4be2"} 2 node_network_carrier_changes_total{device="vethc11e467"} 2 node_network_carrier_changes_total{device="vethc1f90e5"} 2 node_network_carrier_changes_total{device="vethc3672f4"} 2 node_network_carrier_changes_total{device="vethc3a39c5"} 2 node_network_carrier_changes_total{device="vethc3b6740"} 2 node_network_carrier_changes_total{device="vethc4690e0"} 2 node_network_carrier_changes_total{device="vethc4ee1b8"} 2 node_network_carrier_changes_total{device="vethc5402c9"} 2 node_network_carrier_changes_total{device="vethc547482"} 2 node_network_carrier_changes_total{device="vethc5fe0b1"} 2 node_network_carrier_changes_total{device="vethc60975c"} 2 node_network_carrier_changes_total{device="vethc69126e"} 2 node_network_carrier_changes_total{device="vethc6eb625"} 2 node_network_carrier_changes_total{device="vethc6fac07"} 2 node_network_carrier_changes_total{device="vethc702703"} 2 node_network_carrier_changes_total{device="vethc74fac6"} 2 node_network_carrier_changes_total{device="vethc78dd63"} 2 node_network_carrier_changes_total{device="vethc7cef54"} 2 node_network_carrier_changes_total{device="vethc7e6d28"} 2 node_network_carrier_changes_total{device="vethc800506"} 2 node_network_carrier_changes_total{device="vethc8344c6"} 2 node_network_carrier_changes_total{device="vethc85e8a1"} 2 node_network_carrier_changes_total{device="vethc86b25e"} 2 node_network_carrier_changes_total{device="vethc88f6d5"} 2 node_network_carrier_changes_total{device="vethc91fc73"} 2 node_network_carrier_changes_total{device="vethc942fad"} 2 node_network_carrier_changes_total{device="vethc99741d"} 2 node_network_carrier_changes_total{device="vethca7a920"} 2 node_network_carrier_changes_total{device="vethcb56258"} 2 node_network_carrier_changes_total{device="vethcb70a05"} 2 node_network_carrier_changes_total{device="vethcbb6ad3"} 2 node_network_carrier_changes_total{device="vethcbe3245"} 2 node_network_carrier_changes_total{device="vethcc05e54"} 2 node_network_carrier_changes_total{device="vethcc0a6a7"} 2 node_network_carrier_changes_total{device="vethcc4df6c"} 2 node_network_carrier_changes_total{device="vethccde146"} 2 node_network_carrier_changes_total{device="vethcd1a107"} 2 node_network_carrier_changes_total{device="vethcdc87c7"} 2 node_network_carrier_changes_total{device="vethce0cd64"} 2 node_network_carrier_changes_total{device="vethce27cb9"} 2 node_network_carrier_changes_total{device="vethce2a31d"} 2 node_network_carrier_changes_total{device="vethce67b11"} 2 node_network_carrier_changes_total{device="vethd0a9732"} 2 node_network_carrier_changes_total{device="vethd183c34"} 2 node_network_carrier_changes_total{device="vethd1a8a33"} 2 node_network_carrier_changes_total{device="vethd1b1ed7"} 2 node_network_carrier_changes_total{device="vethd1c6adb"} 2 node_network_carrier_changes_total{device="vethd1caf98"} 2 node_network_carrier_changes_total{device="vethd1f851b"} 2 node_network_carrier_changes_total{device="vethd23fa3c"} 2 node_network_carrier_changes_total{device="vethd2d1d0b"} 2 node_network_carrier_changes_total{device="vethd2d4c0f"} 2 node_network_carrier_changes_total{device="vethd2e142a"} 2 node_network_carrier_changes_total{device="vethd2f2476"} 2 node_network_carrier_changes_total{device="vethd32989f"} 2 node_network_carrier_changes_total{device="vethd33027f"} 2 node_network_carrier_changes_total{device="vethd386c1b"} 2 node_network_carrier_changes_total{device="vethd394f60"} 2 node_network_carrier_changes_total{device="vethd39b75f"} 2 node_network_carrier_changes_total{device="vethd3b8b64"} 2 node_network_carrier_changes_total{device="vethd3d71c3"} 2 node_network_carrier_changes_total{device="vethd3d74f4"} 2 node_network_carrier_changes_total{device="vethd3f5c3d"} 2 node_network_carrier_changes_total{device="vethd418045"} 2 node_network_carrier_changes_total{device="vethd583737"} 2 node_network_carrier_changes_total{device="vethd5b7fe1"} 2 node_network_carrier_changes_total{device="vethd6812c2"} 2 node_network_carrier_changes_total{device="vethd72be73"} 2 node_network_carrier_changes_total{device="vethd741df9"} 2 node_network_carrier_changes_total{device="vethd764c1d"} 2 node_network_carrier_changes_total{device="vethd77fdfb"} 2 node_network_carrier_changes_total{device="vethd7b6b6d"} 2 node_network_carrier_changes_total{device="vethd7ce910"} 2 node_network_carrier_changes_total{device="vethd80b242"} 2 node_network_carrier_changes_total{device="vethd9290a5"} 2 node_network_carrier_changes_total{device="vethd9633d5"} 2 node_network_carrier_changes_total{device="vethd9c1ac2"} 2 node_network_carrier_changes_total{device="vethd9dc45d"} 2 node_network_carrier_changes_total{device="vethdb3bfe5"} 2 node_network_carrier_changes_total{device="vethdb8e006"} 2 node_network_carrier_changes_total{device="vethdba04c6"} 2 node_network_carrier_changes_total{device="vethdcf0fe6"} 2 node_network_carrier_changes_total{device="vethdd73e31"} 2 node_network_carrier_changes_total{device="vethdeb43da"} 2 node_network_carrier_changes_total{device="vethdf2fc0c"} 2 node_network_carrier_changes_total{device="vethdf8b192"} 2 node_network_carrier_changes_total{device="vethe0014f6"} 2 node_network_carrier_changes_total{device="vethe04376c"} 2 node_network_carrier_changes_total{device="vethe0824de"} 2 node_network_carrier_changes_total{device="vethe1acebe"} 2 node_network_carrier_changes_total{device="vethe1b57af"} 2 node_network_carrier_changes_total{device="vethe2677b2"} 2 node_network_carrier_changes_total{device="vethe330364"} 2 node_network_carrier_changes_total{device="vethe358b9b"} 2 node_network_carrier_changes_total{device="vethe393e1f"} 2 node_network_carrier_changes_total{device="vethe3fc1d5"} 2 node_network_carrier_changes_total{device="vethe439679"} 2 node_network_carrier_changes_total{device="vethe484f21"} 2 node_network_carrier_changes_total{device="vethe49717f"} 2 node_network_carrier_changes_total{device="vethe4ad4e5"} 2 node_network_carrier_changes_total{device="vethe4e85e7"} 2 node_network_carrier_changes_total{device="vethe52bda0"} 2 node_network_carrier_changes_total{device="vethe5f3f06"} 2 node_network_carrier_changes_total{device="vethe63d6dd"} 2 node_network_carrier_changes_total{device="vethe6c23f6"} 2 node_network_carrier_changes_total{device="vethe766e72"} 2 node_network_carrier_changes_total{device="vethe7aff89"} 2 node_network_carrier_changes_total{device="vethe8648b1"} 2 node_network_carrier_changes_total{device="vethe87664c"} 2 node_network_carrier_changes_total{device="vethe880812"} 2 node_network_carrier_changes_total{device="vethe8d7ad1"} 2 node_network_carrier_changes_total{device="vethe98ffcc"} 2 node_network_carrier_changes_total{device="vethea8c77f"} 2 node_network_carrier_changes_total{device="vetheaaf5da"} 2 node_network_carrier_changes_total{device="vetheb750ff"} 2 node_network_carrier_changes_total{device="vethebe1c57"} 2 node_network_carrier_changes_total{device="vethec1bace"} 2 node_network_carrier_changes_total{device="vethedee635"} 2 node_network_carrier_changes_total{device="vethee49f2e"} 2 node_network_carrier_changes_total{device="vethee55381"} 2 node_network_carrier_changes_total{device="vetheebb707"} 2 node_network_carrier_changes_total{device="vetheede58b"} 2 node_network_carrier_changes_total{device="vethef01414"} 2 node_network_carrier_changes_total{device="vethef4d3cf"} 2 node_network_carrier_changes_total{device="vethef8ca1b"} 2 node_network_carrier_changes_total{device="vethef9a53b"} 2 node_network_carrier_changes_total{device="vetheff1b62"} 2 node_network_carrier_changes_total{device="vethf00a1a9"} 2 node_network_carrier_changes_total{device="vethf0d88b0"} 2 node_network_carrier_changes_total{device="vethf0e15a5"} 2 node_network_carrier_changes_total{device="vethf0f7c00"} 2 node_network_carrier_changes_total{device="vethf1a351b"} 2 node_network_carrier_changes_total{device="vethf1cab6c"} 2 node_network_carrier_changes_total{device="vethf1ffdde"} 2 node_network_carrier_changes_total{device="vethf30dce1"} 2 node_network_carrier_changes_total{device="vethf34ab67"} 2 node_network_carrier_changes_total{device="vethf3942da"} 2 node_network_carrier_changes_total{device="vethf40383d"} 2 node_network_carrier_changes_total{device="vethf4756aa"} 2 node_network_carrier_changes_total{device="vethf4b3dd4"} 2 node_network_carrier_changes_total{device="vethf572a6b"} 2 node_network_carrier_changes_total{device="vethf5f8567"} 2 node_network_carrier_changes_total{device="vethf62f7b0"} 2 node_network_carrier_changes_total{device="vethf766060"} 2 node_network_carrier_changes_total{device="vethf796416"} 2 node_network_carrier_changes_total{device="vethf7dde08"} 2 node_network_carrier_changes_total{device="vethf804fc2"} 2 node_network_carrier_changes_total{device="vethf89cdc2"} 2 node_network_carrier_changes_total{device="vethf8f166c"} 2 node_network_carrier_changes_total{device="vethf9080d7"} 2 node_network_carrier_changes_total{device="vethf90aa51"} 2 node_network_carrier_changes_total{device="vethf91787e"} 2 node_network_carrier_changes_total{device="vethf925f21"} 2 node_network_carrier_changes_total{device="vethf954e2e"} 2 node_network_carrier_changes_total{device="vethf96c7ac"} 2 node_network_carrier_changes_total{device="vethfb0d0e8"} 2 node_network_carrier_changes_total{device="vethfb3ff4e"} 2 node_network_carrier_changes_total{device="vethfc0e66c"} 2 node_network_carrier_changes_total{device="vethfcd6d02"} 2 node_network_carrier_changes_total{device="vethfe45418"} 2 node_network_carrier_changes_total{device="vethfe716bb"} 2 node_network_carrier_changes_total{device="vethfe71df5"} 2 node_network_carrier_changes_total{device="vethfecb007"} 2 node_network_carrier_changes_total{device="vethfee22ad"} 2 node_network_carrier_changes_total{device="vethff26790"} 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-032930a8871d"} 6 node_network_carrier_down_changes_total{device="br-03ced592235a"} 3 node_network_carrier_down_changes_total{device="br-0871d54d3675"} 7 node_network_carrier_down_changes_total{device="br-089331b9c07a"} 3 node_network_carrier_down_changes_total{device="br-0a8e30067c8e"} 1 node_network_carrier_down_changes_total{device="br-0d01f742526c"} 2 node_network_carrier_down_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_down_changes_total{device="br-12a5c8e99f7e"} 7 node_network_carrier_down_changes_total{device="br-131fa2cef983"} 8 node_network_carrier_down_changes_total{device="br-14216610e159"} 3 node_network_carrier_down_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_down_changes_total{device="br-16453071a16a"} 2 node_network_carrier_down_changes_total{device="br-1824841a31f9"} 3 node_network_carrier_down_changes_total{device="br-1b283e1e5128"} 28 node_network_carrier_down_changes_total{device="br-1c85749e122e"} 4 node_network_carrier_down_changes_total{device="br-1da05be17644"} 4 node_network_carrier_down_changes_total{device="br-1de64be72380"} 4 node_network_carrier_down_changes_total{device="br-208ab78feaa3"} 4 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-301b4c89e775"} 3 node_network_carrier_down_changes_total{device="br-349eb65873d4"} 3 node_network_carrier_down_changes_total{device="br-3718da5a7dac"} 6 node_network_carrier_down_changes_total{device="br-37f17f8c2f41"} 4 node_network_carrier_down_changes_total{device="br-3d9cd1c09975"} 7 node_network_carrier_down_changes_total{device="br-3db3cc2bc444"} 3 node_network_carrier_down_changes_total{device="br-41c4dd613804"} 3 node_network_carrier_down_changes_total{device="br-44fbf271d024"} 4 node_network_carrier_down_changes_total{device="br-458514748e86"} 4 node_network_carrier_down_changes_total{device="br-4698f8262a4c"} 3 node_network_carrier_down_changes_total{device="br-483851ad6d82"} 3 node_network_carrier_down_changes_total{device="br-491d965e7355"} 6 node_network_carrier_down_changes_total{device="br-4a66d39e6115"} 3 node_network_carrier_down_changes_total{device="br-52ce8deae651"} 25 node_network_carrier_down_changes_total{device="br-5567248b7fed"} 6 node_network_carrier_down_changes_total{device="br-559d36b72748"} 3 node_network_carrier_down_changes_total{device="br-57259014cf16"} 4 node_network_carrier_down_changes_total{device="br-5748fcd1e7ca"} 1 node_network_carrier_down_changes_total{device="br-5a028c7b8cc5"} 3 node_network_carrier_down_changes_total{device="br-5a09c7dffa78"} 8 node_network_carrier_down_changes_total{device="br-5bbb53ee4d8c"} 2 node_network_carrier_down_changes_total{device="br-5cd378a95a50"} 4 node_network_carrier_down_changes_total{device="br-5e44ef26977f"} 6 node_network_carrier_down_changes_total{device="br-649c0a0d748e"} 3 node_network_carrier_down_changes_total{device="br-65c3891cde69"} 5 node_network_carrier_down_changes_total{device="br-6654a6f415ef"} 3 node_network_carrier_down_changes_total{device="br-666a1a84be8e"} 3 node_network_carrier_down_changes_total{device="br-66b00b277461"} 7 node_network_carrier_down_changes_total{device="br-67b6f2b09055"} 4 node_network_carrier_down_changes_total{device="br-68a4d2d648c6"} 2 node_network_carrier_down_changes_total{device="br-6a3142e5de92"} 3 node_network_carrier_down_changes_total{device="br-6c34a8b4b6a4"} 4 node_network_carrier_down_changes_total{device="br-6c5eccea21bc"} 6 node_network_carrier_down_changes_total{device="br-75640dcb1806"} 3 node_network_carrier_down_changes_total{device="br-757cf8ccd099"} 3 node_network_carrier_down_changes_total{device="br-765d504a1648"} 5 node_network_carrier_down_changes_total{device="br-7783edd4fb63"} 4 node_network_carrier_down_changes_total{device="br-78c76b7fdacf"} 9 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-8273700d2b53"} 5 node_network_carrier_down_changes_total{device="br-832e21b6735f"} 2 node_network_carrier_down_changes_total{device="br-89456f9f0577"} 2 node_network_carrier_down_changes_total{device="br-8c4c62bbb4ac"} 4 node_network_carrier_down_changes_total{device="br-8c90f08921d2"} 3 node_network_carrier_down_changes_total{device="br-8d5f8dfdd165"} 4 node_network_carrier_down_changes_total{device="br-8d809ce3c9c6"} 4 node_network_carrier_down_changes_total{device="br-8f019a492357"} 7 node_network_carrier_down_changes_total{device="br-918ddcd36f9a"} 7 node_network_carrier_down_changes_total{device="br-94b2fbf06b0d"} 3 node_network_carrier_down_changes_total{device="br-9504d5b6acf5"} 3 node_network_carrier_down_changes_total{device="br-967a6a8492ec"} 4 node_network_carrier_down_changes_total{device="br-977759f73e31"} 4 node_network_carrier_down_changes_total{device="br-9be1f90f0a3c"} 4 node_network_carrier_down_changes_total{device="br-9c7a6a4ea029"} 6 node_network_carrier_down_changes_total{device="br-9fab29d0fd90"} 4 node_network_carrier_down_changes_total{device="br-a01a29421e12"} 4 node_network_carrier_down_changes_total{device="br-a073f44ab682"} 8 node_network_carrier_down_changes_total{device="br-a08ab772e40d"} 3 node_network_carrier_down_changes_total{device="br-a1b2b339a0bc"} 1 node_network_carrier_down_changes_total{device="br-a3bcc581540c"} 8 node_network_carrier_down_changes_total{device="br-a735d7132cb5"} 7 node_network_carrier_down_changes_total{device="br-ab4fc0c8f205"} 4 node_network_carrier_down_changes_total{device="br-ac4684d015f6"} 7 node_network_carrier_down_changes_total{device="br-ac5441a8184d"} 7 node_network_carrier_down_changes_total{device="br-afdcb409567a"} 3 node_network_carrier_down_changes_total{device="br-b58abb066918"} 7 node_network_carrier_down_changes_total{device="br-b5cc1abc8af1"} 4 node_network_carrier_down_changes_total{device="br-b710ed0f91ed"} 8 node_network_carrier_down_changes_total{device="br-b9ddcd38e3d5"} 3 node_network_carrier_down_changes_total{device="br-be8161177ed9"} 1 node_network_carrier_down_changes_total{device="br-bfa260e794d9"} 4 node_network_carrier_down_changes_total{device="br-c1c4e42c8216"} 7 node_network_carrier_down_changes_total{device="br-c577c6a066cb"} 3 node_network_carrier_down_changes_total{device="br-c7ec91768290"} 3 node_network_carrier_down_changes_total{device="br-c8047895107e"} 2 node_network_carrier_down_changes_total{device="br-cb62be74ef17"} 7 node_network_carrier_down_changes_total{device="br-cc4a14297e79"} 5 node_network_carrier_down_changes_total{device="br-cf6b946573c1"} 3 node_network_carrier_down_changes_total{device="br-cfa8e5dacf79"} 2 node_network_carrier_down_changes_total{device="br-d461c29e6aa7"} 3 node_network_carrier_down_changes_total{device="br-d4ad227661d1"} 4 node_network_carrier_down_changes_total{device="br-d5a100d1afd1"} 3 node_network_carrier_down_changes_total{device="br-d6403551d086"} 4 node_network_carrier_down_changes_total{device="br-dae27e4e8b91"} 4 node_network_carrier_down_changes_total{device="br-db5d49f98313"} 4 node_network_carrier_down_changes_total{device="br-dc87a7504ded"} 3 node_network_carrier_down_changes_total{device="br-ddaa8bdc0119"} 3 node_network_carrier_down_changes_total{device="br-ddc45447112f"} 1 node_network_carrier_down_changes_total{device="br-e0e95d87f3e0"} 6 node_network_carrier_down_changes_total{device="br-e24d302efec6"} 3 node_network_carrier_down_changes_total{device="br-e3e321b77026"} 3 node_network_carrier_down_changes_total{device="br-e5714f199361"} 4 node_network_carrier_down_changes_total{device="br-e63b0d1593b5"} 3 node_network_carrier_down_changes_total{device="br-ead353f203a4"} 7 node_network_carrier_down_changes_total{device="br-ec56c664f289"} 1 node_network_carrier_down_changes_total{device="br-f17da17d41a2"} 4 node_network_carrier_down_changes_total{device="br-f33d4e889abc"} 4 node_network_carrier_down_changes_total{device="br-f4b381c64696"} 4 node_network_carrier_down_changes_total{device="br-f5d79f441cea"} 1 node_network_carrier_down_changes_total{device="br-f645f15c7927"} 3 node_network_carrier_down_changes_total{device="br-f6901fdf275f"} 3 node_network_carrier_down_changes_total{device="br-f7269b4b25bf"} 4 node_network_carrier_down_changes_total{device="br-fa88d6f98186"} 4 node_network_carrier_down_changes_total{device="br-fd7abce4f375"} 8 node_network_carrier_down_changes_total{device="docker0"} 243 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="veth010cf6c"} 1 node_network_carrier_down_changes_total{device="veth0118054"} 1 node_network_carrier_down_changes_total{device="veth015066a"} 1 node_network_carrier_down_changes_total{device="veth01c23a7"} 1 node_network_carrier_down_changes_total{device="veth01d8776"} 1 node_network_carrier_down_changes_total{device="veth028dce1"} 1 node_network_carrier_down_changes_total{device="veth0299373"} 1 node_network_carrier_down_changes_total{device="veth03320d3"} 1 node_network_carrier_down_changes_total{device="veth0348049"} 1 node_network_carrier_down_changes_total{device="veth04c0c5b"} 1 node_network_carrier_down_changes_total{device="veth05bb69b"} 1 node_network_carrier_down_changes_total{device="veth05d21d3"} 1 node_network_carrier_down_changes_total{device="veth063974c"} 1 node_network_carrier_down_changes_total{device="veth0665c41"} 1 node_network_carrier_down_changes_total{device="veth06bac3f"} 1 node_network_carrier_down_changes_total{device="veth06f7fab"} 1 node_network_carrier_down_changes_total{device="veth07837a1"} 1 node_network_carrier_down_changes_total{device="veth07940a9"} 1 node_network_carrier_down_changes_total{device="veth07c394e"} 1 node_network_carrier_down_changes_total{device="veth08220c7"} 1 node_network_carrier_down_changes_total{device="veth085af09"} 1 node_network_carrier_down_changes_total{device="veth08f2029"} 1 node_network_carrier_down_changes_total{device="veth093e34b"} 1 node_network_carrier_down_changes_total{device="veth095010c"} 1 node_network_carrier_down_changes_total{device="veth0b4c3d1"} 1 node_network_carrier_down_changes_total{device="veth0bad067"} 1 node_network_carrier_down_changes_total{device="veth0bbdec3"} 1 node_network_carrier_down_changes_total{device="veth0c16bae"} 1 node_network_carrier_down_changes_total{device="veth0c30494"} 1 node_network_carrier_down_changes_total{device="veth0caff4e"} 1 node_network_carrier_down_changes_total{device="veth0d8770f"} 1 node_network_carrier_down_changes_total{device="veth0df388c"} 1 node_network_carrier_down_changes_total{device="veth0ea94b5"} 1 node_network_carrier_down_changes_total{device="veth0f67dbb"} 1 node_network_carrier_down_changes_total{device="veth0f8e2ed"} 1 node_network_carrier_down_changes_total{device="veth0fb0b4d"} 1 node_network_carrier_down_changes_total{device="veth100cba7"} 1 node_network_carrier_down_changes_total{device="veth10146ec"} 1 node_network_carrier_down_changes_total{device="veth1031098"} 1 node_network_carrier_down_changes_total{device="veth10df4a9"} 1 node_network_carrier_down_changes_total{device="veth110bcfe"} 1 node_network_carrier_down_changes_total{device="veth110e8ec"} 1 node_network_carrier_down_changes_total{device="veth1148460"} 1 node_network_carrier_down_changes_total{device="veth12a3be7"} 1 node_network_carrier_down_changes_total{device="veth12ae611"} 1 node_network_carrier_down_changes_total{device="veth12ca81a"} 1 node_network_carrier_down_changes_total{device="veth133acdf"} 1 node_network_carrier_down_changes_total{device="veth13f164d"} 1 node_network_carrier_down_changes_total{device="veth1431509"} 1 node_network_carrier_down_changes_total{device="veth1433538"} 1 node_network_carrier_down_changes_total{device="veth14a077c"} 1 node_network_carrier_down_changes_total{device="veth1524c7a"} 1 node_network_carrier_down_changes_total{device="veth15b5b5d"} 1 node_network_carrier_down_changes_total{device="veth1647655"} 1 node_network_carrier_down_changes_total{device="veth167a182"} 1 node_network_carrier_down_changes_total{device="veth16f4867"} 1 node_network_carrier_down_changes_total{device="veth1785664"} 1 node_network_carrier_down_changes_total{device="veth199e3b5"} 1 node_network_carrier_down_changes_total{device="veth1aa66b7"} 1 node_network_carrier_down_changes_total{device="veth1b01e56"} 1 node_network_carrier_down_changes_total{device="veth1b11dd2"} 1 node_network_carrier_down_changes_total{device="veth1b18086"} 1 node_network_carrier_down_changes_total{device="veth1c097c5"} 1 node_network_carrier_down_changes_total{device="veth1c4c875"} 1 node_network_carrier_down_changes_total{device="veth1c5280a"} 1 node_network_carrier_down_changes_total{device="veth1cfc19d"} 1 node_network_carrier_down_changes_total{device="veth1d0e0c0"} 1 node_network_carrier_down_changes_total{device="veth1d2dae7"} 1 node_network_carrier_down_changes_total{device="veth1d629d1"} 1 node_network_carrier_down_changes_total{device="veth1d73687"} 1 node_network_carrier_down_changes_total{device="veth1d7748d"} 1 node_network_carrier_down_changes_total{device="veth1d8d1df"} 1 node_network_carrier_down_changes_total{device="veth1dbaa59"} 1 node_network_carrier_down_changes_total{device="veth1dc83fc"} 1 node_network_carrier_down_changes_total{device="veth1e36d07"} 1 node_network_carrier_down_changes_total{device="veth1e44960"} 1 node_network_carrier_down_changes_total{device="veth1eb887e"} 1 node_network_carrier_down_changes_total{device="veth1ebe556"} 1 node_network_carrier_down_changes_total{device="veth1ef8c3b"} 1 node_network_carrier_down_changes_total{device="veth1f00723"} 1 node_network_carrier_down_changes_total{device="veth1f55581"} 1 node_network_carrier_down_changes_total{device="veth200cbca"} 1 node_network_carrier_down_changes_total{device="veth201dbeb"} 1 node_network_carrier_down_changes_total{device="veth20350f2"} 1 node_network_carrier_down_changes_total{device="veth2046904"} 1 node_network_carrier_down_changes_total{device="veth20558f6"} 1 node_network_carrier_down_changes_total{device="veth206800d"} 1 node_network_carrier_down_changes_total{device="veth20c30fb"} 1 node_network_carrier_down_changes_total{device="veth20d3122"} 1 node_network_carrier_down_changes_total{device="veth20fec73"} 1 node_network_carrier_down_changes_total{device="veth2101218"} 1 node_network_carrier_down_changes_total{device="veth216cb5e"} 1 node_network_carrier_down_changes_total{device="veth21bac8e"} 1 node_network_carrier_down_changes_total{device="veth21e6158"} 1 node_network_carrier_down_changes_total{device="veth21edd0c"} 1 node_network_carrier_down_changes_total{device="veth22047d0"} 1 node_network_carrier_down_changes_total{device="veth22a4380"} 1 node_network_carrier_down_changes_total{device="veth22a99e1"} 1 node_network_carrier_down_changes_total{device="veth22ec2e1"} 1 node_network_carrier_down_changes_total{device="veth233a2ff"} 1 node_network_carrier_down_changes_total{device="veth23cfa18"} 1 node_network_carrier_down_changes_total{device="veth23e3157"} 1 node_network_carrier_down_changes_total{device="veth253ee4b"} 1 node_network_carrier_down_changes_total{device="veth25731c6"} 1 node_network_carrier_down_changes_total{device="veth257e734"} 1 node_network_carrier_down_changes_total{device="veth26d9a84"} 1 node_network_carrier_down_changes_total{device="veth26da4e6"} 1 node_network_carrier_down_changes_total{device="veth26de035"} 1 node_network_carrier_down_changes_total{device="veth26e26ed"} 1 node_network_carrier_down_changes_total{device="veth271e2be"} 1 node_network_carrier_down_changes_total{device="veth273b370"} 1 node_network_carrier_down_changes_total{device="veth2850417"} 1 node_network_carrier_down_changes_total{device="veth28b3c5c"} 1 node_network_carrier_down_changes_total{device="veth297bd24"} 1 node_network_carrier_down_changes_total{device="veth29e137d"} 1 node_network_carrier_down_changes_total{device="veth2a08596"} 1 node_network_carrier_down_changes_total{device="veth2b080cb"} 1 node_network_carrier_down_changes_total{device="veth2b1e3c8"} 1 node_network_carrier_down_changes_total{device="veth2b70ed0"} 1 node_network_carrier_down_changes_total{device="veth2b88298"} 1 node_network_carrier_down_changes_total{device="veth2ba28cc"} 1 node_network_carrier_down_changes_total{device="veth2c7ea81"} 1 node_network_carrier_down_changes_total{device="veth2ccb650"} 1 node_network_carrier_down_changes_total{device="veth2cdd57a"} 1 node_network_carrier_down_changes_total{device="veth2d38052"} 1 node_network_carrier_down_changes_total{device="veth2d90db8"} 1 node_network_carrier_down_changes_total{device="veth2db0bc8"} 1 node_network_carrier_down_changes_total{device="veth2e3e11b"} 1 node_network_carrier_down_changes_total{device="veth2eaeb65"} 1 node_network_carrier_down_changes_total{device="veth2edd93a"} 1 node_network_carrier_down_changes_total{device="veth2f83127"} 1 node_network_carrier_down_changes_total{device="veth2fad712"} 1 node_network_carrier_down_changes_total{device="veth2fc1259"} 1 node_network_carrier_down_changes_total{device="veth2fd4dcf"} 1 node_network_carrier_down_changes_total{device="veth3018884"} 1 node_network_carrier_down_changes_total{device="veth302391f"} 1 node_network_carrier_down_changes_total{device="veth3036978"} 1 node_network_carrier_down_changes_total{device="veth30a5c63"} 1 node_network_carrier_down_changes_total{device="veth3190c62"} 1 node_network_carrier_down_changes_total{device="veth31e5a9e"} 1 node_network_carrier_down_changes_total{device="veth31f0812"} 1 node_network_carrier_down_changes_total{device="veth32a4eb2"} 1 node_network_carrier_down_changes_total{device="veth340f558"} 1 node_network_carrier_down_changes_total{device="veth34317c5"} 1 node_network_carrier_down_changes_total{device="veth3497f43"} 1 node_network_carrier_down_changes_total{device="veth35137a1"} 1 node_network_carrier_down_changes_total{device="veth351f876"} 1 node_network_carrier_down_changes_total{device="veth356b213"} 1 node_network_carrier_down_changes_total{device="veth35c1d5d"} 1 node_network_carrier_down_changes_total{device="veth35e62a2"} 1 node_network_carrier_down_changes_total{device="veth3660b83"} 1 node_network_carrier_down_changes_total{device="veth369fc55"} 1 node_network_carrier_down_changes_total{device="veth36ef53a"} 1 node_network_carrier_down_changes_total{device="veth375f2a0"} 1 node_network_carrier_down_changes_total{device="veth37c5473"} 1 node_network_carrier_down_changes_total{device="veth3886d62"} 1 node_network_carrier_down_changes_total{device="veth391ec21"} 1 node_network_carrier_down_changes_total{device="veth39344a6"} 1 node_network_carrier_down_changes_total{device="veth39d278e"} 1 node_network_carrier_down_changes_total{device="veth3a42551"} 1 node_network_carrier_down_changes_total{device="veth3af658d"} 1 node_network_carrier_down_changes_total{device="veth3afab44"} 1 node_network_carrier_down_changes_total{device="veth3be2114"} 1 node_network_carrier_down_changes_total{device="veth3c52a6b"} 1 node_network_carrier_down_changes_total{device="veth3c96f87"} 1 node_network_carrier_down_changes_total{device="veth3cf6698"} 1 node_network_carrier_down_changes_total{device="veth3d7e10e"} 1 node_network_carrier_down_changes_total{device="veth3de8760"} 1 node_network_carrier_down_changes_total{device="veth3dfd180"} 1 node_network_carrier_down_changes_total{device="veth3e101c0"} 1 node_network_carrier_down_changes_total{device="veth3e128b5"} 1 node_network_carrier_down_changes_total{device="veth3eef6e7"} 1 node_network_carrier_down_changes_total{device="veth3f766aa"} 1 node_network_carrier_down_changes_total{device="veth3f8f002"} 1 node_network_carrier_down_changes_total{device="veth400b680"} 1 node_network_carrier_down_changes_total{device="veth4079dc2"} 1 node_network_carrier_down_changes_total{device="veth4082762"} 1 node_network_carrier_down_changes_total{device="veth40905f5"} 1 node_network_carrier_down_changes_total{device="veth410cac4"} 1 node_network_carrier_down_changes_total{device="veth411daee"} 1 node_network_carrier_down_changes_total{device="veth4136e74"} 1 node_network_carrier_down_changes_total{device="veth41b3812"} 1 node_network_carrier_down_changes_total{device="veth41c7fd1"} 1 node_network_carrier_down_changes_total{device="veth427a6a0"} 1 node_network_carrier_down_changes_total{device="veth4391ce3"} 1 node_network_carrier_down_changes_total{device="veth44023e4"} 1 node_network_carrier_down_changes_total{device="veth4418c4f"} 1 node_network_carrier_down_changes_total{device="veth445067e"} 1 node_network_carrier_down_changes_total{device="veth4498697"} 1 node_network_carrier_down_changes_total{device="veth44a2e68"} 1 node_network_carrier_down_changes_total{device="veth44b9a64"} 1 node_network_carrier_down_changes_total{device="veth44eaf2c"} 1 node_network_carrier_down_changes_total{device="veth45ba942"} 1 node_network_carrier_down_changes_total{device="veth45bf0a5"} 1 node_network_carrier_down_changes_total{device="veth45d5fcf"} 1 node_network_carrier_down_changes_total{device="veth467feaf"} 1 node_network_carrier_down_changes_total{device="veth46be02b"} 1 node_network_carrier_down_changes_total{device="veth47a78db"} 1 node_network_carrier_down_changes_total{device="veth47c0091"} 1 node_network_carrier_down_changes_total{device="veth47fbfa1"} 1 node_network_carrier_down_changes_total{device="veth482bd25"} 1 node_network_carrier_down_changes_total{device="veth4865e48"} 1 node_network_carrier_down_changes_total{device="veth487ae24"} 1 node_network_carrier_down_changes_total{device="veth494a1eb"} 1 node_network_carrier_down_changes_total{device="veth49501f4"} 1 node_network_carrier_down_changes_total{device="veth495aa66"} 1 node_network_carrier_down_changes_total{device="veth4a3f821"} 1 node_network_carrier_down_changes_total{device="veth4a5aa12"} 1 node_network_carrier_down_changes_total{device="veth4b32651"} 1 node_network_carrier_down_changes_total{device="veth4b9cef1"} 1 node_network_carrier_down_changes_total{device="veth4bc06c3"} 1 node_network_carrier_down_changes_total{device="veth4bcc505"} 1 node_network_carrier_down_changes_total{device="veth4dc758a"} 1 node_network_carrier_down_changes_total{device="veth4eeb5e5"} 1 node_network_carrier_down_changes_total{device="veth4f78f9e"} 1 node_network_carrier_down_changes_total{device="veth4fb5a24"} 1 node_network_carrier_down_changes_total{device="veth4fc6d17"} 1 node_network_carrier_down_changes_total{device="veth500d596"} 1 node_network_carrier_down_changes_total{device="veth5148843"} 1 node_network_carrier_down_changes_total{device="veth516a2dd"} 1 node_network_carrier_down_changes_total{device="veth51cb6e1"} 1 node_network_carrier_down_changes_total{device="veth531d83a"} 1 node_network_carrier_down_changes_total{device="veth53841ff"} 1 node_network_carrier_down_changes_total{device="veth538f11f"} 1 node_network_carrier_down_changes_total{device="veth53a474c"} 1 node_network_carrier_down_changes_total{device="veth53c0c49"} 1 node_network_carrier_down_changes_total{device="veth5408e9e"} 1 node_network_carrier_down_changes_total{device="veth54327b2"} 1 node_network_carrier_down_changes_total{device="veth54aa51d"} 1 node_network_carrier_down_changes_total{device="veth5644c2c"} 1 node_network_carrier_down_changes_total{device="veth5662068"} 1 node_network_carrier_down_changes_total{device="veth566b833"} 1 node_network_carrier_down_changes_total{device="veth56c1ee3"} 1 node_network_carrier_down_changes_total{device="veth574a9bf"} 1 node_network_carrier_down_changes_total{device="veth5823a67"} 1 node_network_carrier_down_changes_total{device="veth582b1e1"} 1 node_network_carrier_down_changes_total{device="veth58398da"} 1 node_network_carrier_down_changes_total{device="veth59af09d"} 1 node_network_carrier_down_changes_total{device="veth5a57667"} 1 node_network_carrier_down_changes_total{device="veth5a5947d"} 1 node_network_carrier_down_changes_total{device="veth5aa7930"} 1 node_network_carrier_down_changes_total{device="veth5b2851f"} 1 node_network_carrier_down_changes_total{device="veth5b569cb"} 1 node_network_carrier_down_changes_total{device="veth5be0e34"} 1 node_network_carrier_down_changes_total{device="veth5cbd82f"} 1 node_network_carrier_down_changes_total{device="veth5d07046"} 1 node_network_carrier_down_changes_total{device="veth5d8e6f5"} 1 node_network_carrier_down_changes_total{device="veth5da80fb"} 1 node_network_carrier_down_changes_total{device="veth5db9191"} 1 node_network_carrier_down_changes_total{device="veth5df7840"} 1 node_network_carrier_down_changes_total{device="veth5e055da"} 1 node_network_carrier_down_changes_total{device="veth5e9d6c1"} 1 node_network_carrier_down_changes_total{device="veth5f14d4e"} 1 node_network_carrier_down_changes_total{device="veth5f85831"} 1 node_network_carrier_down_changes_total{device="veth5fda1aa"} 1 node_network_carrier_down_changes_total{device="veth609f65f"} 1 node_network_carrier_down_changes_total{device="veth60a6470"} 1 node_network_carrier_down_changes_total{device="veth60ac914"} 1 node_network_carrier_down_changes_total{device="veth60be674"} 1 node_network_carrier_down_changes_total{device="veth6100f2e"} 1 node_network_carrier_down_changes_total{device="veth6141b70"} 1 node_network_carrier_down_changes_total{device="veth6151bb9"} 1 node_network_carrier_down_changes_total{device="veth61c4816"} 1 node_network_carrier_down_changes_total{device="veth61d7283"} 1 node_network_carrier_down_changes_total{device="veth6228670"} 1 node_network_carrier_down_changes_total{device="veth629242b"} 1 node_network_carrier_down_changes_total{device="veth6374fd2"} 1 node_network_carrier_down_changes_total{device="veth6391005"} 1 node_network_carrier_down_changes_total{device="veth63cf232"} 1 node_network_carrier_down_changes_total{device="veth640a039"} 1 node_network_carrier_down_changes_total{device="veth642d0c1"} 1 node_network_carrier_down_changes_total{device="veth643a437"} 1 node_network_carrier_down_changes_total{device="veth64fdbac"} 1 node_network_carrier_down_changes_total{device="veth6515c1a"} 1 node_network_carrier_down_changes_total{device="veth656302b"} 1 node_network_carrier_down_changes_total{device="veth663b727"} 1 node_network_carrier_down_changes_total{device="veth6694b48"} 1 node_network_carrier_down_changes_total{device="veth66c10ee"} 1 node_network_carrier_down_changes_total{device="veth671f5fb"} 1 node_network_carrier_down_changes_total{device="veth6727827"} 1 node_network_carrier_down_changes_total{device="veth6735453"} 1 node_network_carrier_down_changes_total{device="veth674eb08"} 1 node_network_carrier_down_changes_total{device="veth67bdfb5"} 1 node_network_carrier_down_changes_total{device="veth67c3090"} 1 node_network_carrier_down_changes_total{device="veth6827eeb"} 1 node_network_carrier_down_changes_total{device="veth686cf8f"} 1 node_network_carrier_down_changes_total{device="veth686e4ce"} 1 node_network_carrier_down_changes_total{device="veth694a5f6"} 1 node_network_carrier_down_changes_total{device="veth6955d38"} 1 node_network_carrier_down_changes_total{device="veth6a8f538"} 1 node_network_carrier_down_changes_total{device="veth6ae26de"} 1 node_network_carrier_down_changes_total{device="veth6b4fcb5"} 1 node_network_carrier_down_changes_total{device="veth6bd4c88"} 1 node_network_carrier_down_changes_total{device="veth6c0ac2b"} 1 node_network_carrier_down_changes_total{device="veth6c5d880"} 1 node_network_carrier_down_changes_total{device="veth6c7b2e3"} 1 node_network_carrier_down_changes_total{device="veth6c84c0f"} 1 node_network_carrier_down_changes_total{device="veth6cb308f"} 1 node_network_carrier_down_changes_total{device="veth6cc8853"} 1 node_network_carrier_down_changes_total{device="veth6cf5c92"} 1 node_network_carrier_down_changes_total{device="veth6d937a2"} 1 node_network_carrier_down_changes_total{device="veth6e35c23"} 1 node_network_carrier_down_changes_total{device="veth6e379ab"} 1 node_network_carrier_down_changes_total{device="veth6f266b8"} 1 node_network_carrier_down_changes_total{device="veth6f36c86"} 1 node_network_carrier_down_changes_total{device="veth6fbd9ae"} 1 node_network_carrier_down_changes_total{device="veth6fe10bb"} 1 node_network_carrier_down_changes_total{device="veth70d4eb5"} 1 node_network_carrier_down_changes_total{device="veth71868de"} 1 node_network_carrier_down_changes_total{device="veth72921dc"} 1 node_network_carrier_down_changes_total{device="veth72cb0b9"} 1 node_network_carrier_down_changes_total{device="veth732170b"} 1 node_network_carrier_down_changes_total{device="veth73778ca"} 1 node_network_carrier_down_changes_total{device="veth73c2c96"} 1 node_network_carrier_down_changes_total{device="veth73d2548"} 1 node_network_carrier_down_changes_total{device="veth7458897"} 1 node_network_carrier_down_changes_total{device="veth7465df3"} 1 node_network_carrier_down_changes_total{device="veth7561080"} 1 node_network_carrier_down_changes_total{device="veth757c34a"} 1 node_network_carrier_down_changes_total{device="veth7595562"} 1 node_network_carrier_down_changes_total{device="veth76187dd"} 1 node_network_carrier_down_changes_total{device="veth7676d1c"} 1 node_network_carrier_down_changes_total{device="veth76d519a"} 1 node_network_carrier_down_changes_total{device="veth76e63a1"} 1 node_network_carrier_down_changes_total{device="veth7761467"} 1 node_network_carrier_down_changes_total{device="veth77842d9"} 1 node_network_carrier_down_changes_total{device="veth778f08d"} 1 node_network_carrier_down_changes_total{device="veth77a2e6e"} 1 node_network_carrier_down_changes_total{device="veth77b25a2"} 1 node_network_carrier_down_changes_total{device="veth77d929a"} 1 node_network_carrier_down_changes_total{device="veth77e0563"} 1 node_network_carrier_down_changes_total{device="veth77ea6db"} 1 node_network_carrier_down_changes_total{device="veth78790bc"} 1 node_network_carrier_down_changes_total{device="veth7904e58"} 1 node_network_carrier_down_changes_total{device="veth79c5a75"} 1 node_network_carrier_down_changes_total{device="veth7a831cf"} 1 node_network_carrier_down_changes_total{device="veth7b0ab9e"} 1 node_network_carrier_down_changes_total{device="veth7b380ec"} 1 node_network_carrier_down_changes_total{device="veth7b48c14"} 1 node_network_carrier_down_changes_total{device="veth7b78b78"} 1 node_network_carrier_down_changes_total{device="veth7b89f6f"} 1 node_network_carrier_down_changes_total{device="veth7c2dbba"} 1 node_network_carrier_down_changes_total{device="veth7c546d4"} 1 node_network_carrier_down_changes_total{device="veth7c54e1e"} 1 node_network_carrier_down_changes_total{device="veth7c58951"} 1 node_network_carrier_down_changes_total{device="veth7c705d1"} 1 node_network_carrier_down_changes_total{device="veth7d3dd83"} 1 node_network_carrier_down_changes_total{device="veth7d8e60b"} 1 node_network_carrier_down_changes_total{device="veth7d9930a"} 1 node_network_carrier_down_changes_total{device="veth7ec3780"} 1 node_network_carrier_down_changes_total{device="veth7f09f4c"} 1 node_network_carrier_down_changes_total{device="veth8004847"} 1 node_network_carrier_down_changes_total{device="veth80252b4"} 1 node_network_carrier_down_changes_total{device="veth80badd0"} 1 node_network_carrier_down_changes_total{device="veth80c389c"} 1 node_network_carrier_down_changes_total{device="veth8101e42"} 1 node_network_carrier_down_changes_total{device="veth811e063"} 1 node_network_carrier_down_changes_total{device="veth816a265"} 1 node_network_carrier_down_changes_total{device="veth8186d77"} 1 node_network_carrier_down_changes_total{device="veth820f0db"} 1 node_network_carrier_down_changes_total{device="veth8237dc3"} 1 node_network_carrier_down_changes_total{device="veth8269643"} 1 node_network_carrier_down_changes_total{device="veth828ecf9"} 1 node_network_carrier_down_changes_total{device="veth83498cb"} 1 node_network_carrier_down_changes_total{device="veth834d149"} 1 node_network_carrier_down_changes_total{device="veth8357150"} 1 node_network_carrier_down_changes_total{device="veth83fb8e6"} 1 node_network_carrier_down_changes_total{device="veth84220c4"} 1 node_network_carrier_down_changes_total{device="veth84e1fc4"} 1 node_network_carrier_down_changes_total{device="veth850b442"} 1 node_network_carrier_down_changes_total{device="veth85daf28"} 1 node_network_carrier_down_changes_total{device="veth861068a"} 1 node_network_carrier_down_changes_total{device="veth866bba7"} 1 node_network_carrier_down_changes_total{device="veth86a2462"} 1 node_network_carrier_down_changes_total{device="veth872cb76"} 1 node_network_carrier_down_changes_total{device="veth87362c6"} 1 node_network_carrier_down_changes_total{device="veth87cb8c8"} 1 node_network_carrier_down_changes_total{device="veth87d5677"} 1 node_network_carrier_down_changes_total{device="veth87d62cb"} 1 node_network_carrier_down_changes_total{device="veth87d7e35"} 1 node_network_carrier_down_changes_total{device="veth87e75ee"} 1 node_network_carrier_down_changes_total{device="veth87f4935"} 1 node_network_carrier_down_changes_total{device="veth87fdb6a"} 1 node_network_carrier_down_changes_total{device="veth889a2f1"} 1 node_network_carrier_down_changes_total{device="veth88ac732"} 1 node_network_carrier_down_changes_total{device="veth8922783"} 1 node_network_carrier_down_changes_total{device="veth896c132"} 1 node_network_carrier_down_changes_total{device="veth899b99d"} 1 node_network_carrier_down_changes_total{device="veth89b275c"} 1 node_network_carrier_down_changes_total{device="veth8a52231"} 1 node_network_carrier_down_changes_total{device="veth8a89268"} 1 node_network_carrier_down_changes_total{device="veth8b3b309"} 1 node_network_carrier_down_changes_total{device="veth8b541a1"} 1 node_network_carrier_down_changes_total{device="veth8b983cf"} 1 node_network_carrier_down_changes_total{device="veth8bc856f"} 1 node_network_carrier_down_changes_total{device="veth8bc982a"} 1 node_network_carrier_down_changes_total{device="veth8bd3242"} 1 node_network_carrier_down_changes_total{device="veth8bed13f"} 1 node_network_carrier_down_changes_total{device="veth8c86032"} 1 node_network_carrier_down_changes_total{device="veth8c88f73"} 1 node_network_carrier_down_changes_total{device="veth8c93126"} 1 node_network_carrier_down_changes_total{device="veth8d22374"} 1 node_network_carrier_down_changes_total{device="veth8d6536d"} 1 node_network_carrier_down_changes_total{device="veth8d7d98e"} 1 node_network_carrier_down_changes_total{device="veth8d88b16"} 1 node_network_carrier_down_changes_total{device="veth8d936c5"} 1 node_network_carrier_down_changes_total{device="veth8e0e8a0"} 1 node_network_carrier_down_changes_total{device="veth8e914f7"} 1 node_network_carrier_down_changes_total{device="veth8ea541c"} 1 node_network_carrier_down_changes_total{device="veth8ecee2e"} 1 node_network_carrier_down_changes_total{device="veth8f1ab25"} 1 node_network_carrier_down_changes_total{device="veth8f7a6af"} 1 node_network_carrier_down_changes_total{device="veth8f9b8d0"} 1 node_network_carrier_down_changes_total{device="veth906c063"} 1 node_network_carrier_down_changes_total{device="veth909d986"} 1 node_network_carrier_down_changes_total{device="veth90c1c36"} 1 node_network_carrier_down_changes_total{device="veth91af2c1"} 1 node_network_carrier_down_changes_total{device="veth91d764a"} 1 node_network_carrier_down_changes_total{device="veth9204861"} 1 node_network_carrier_down_changes_total{device="veth921bb23"} 1 node_network_carrier_down_changes_total{device="veth9312dae"} 1 node_network_carrier_down_changes_total{device="veth9317063"} 1 node_network_carrier_down_changes_total{device="veth93596dd"} 1 node_network_carrier_down_changes_total{device="veth93882ee"} 1 node_network_carrier_down_changes_total{device="veth93d7d29"} 1 node_network_carrier_down_changes_total{device="veth93dba36"} 1 node_network_carrier_down_changes_total{device="veth93ddc00"} 1 node_network_carrier_down_changes_total{device="veth943efa3"} 1 node_network_carrier_down_changes_total{device="veth9487334"} 1 node_network_carrier_down_changes_total{device="veth94edd33"} 1 node_network_carrier_down_changes_total{device="veth9553163"} 1 node_network_carrier_down_changes_total{device="veth965628f"} 1 node_network_carrier_down_changes_total{device="veth96d77f6"} 1 node_network_carrier_down_changes_total{device="veth9841ead"} 1 node_network_carrier_down_changes_total{device="veth988596b"} 1 node_network_carrier_down_changes_total{device="veth98bcfcf"} 1 node_network_carrier_down_changes_total{device="veth992b562"} 1 node_network_carrier_down_changes_total{device="veth998fc07"} 1 node_network_carrier_down_changes_total{device="veth9af67e8"} 1 node_network_carrier_down_changes_total{device="veth9b8c3fe"} 1 node_network_carrier_down_changes_total{device="veth9ba3bbe"} 1 node_network_carrier_down_changes_total{device="veth9c7f67d"} 1 node_network_carrier_down_changes_total{device="veth9c8af90"} 1 node_network_carrier_down_changes_total{device="veth9d596d7"} 1 node_network_carrier_down_changes_total{device="veth9dc5a7e"} 1 node_network_carrier_down_changes_total{device="veth9dce1ef"} 1 node_network_carrier_down_changes_total{device="veth9dddbc9"} 1 node_network_carrier_down_changes_total{device="veth9dfec82"} 1 node_network_carrier_down_changes_total{device="veth9f0cb80"} 1 node_network_carrier_down_changes_total{device="veth9f2b7f4"} 1 node_network_carrier_down_changes_total{device="vetha0524ab"} 1 node_network_carrier_down_changes_total{device="vetha09db05"} 1 node_network_carrier_down_changes_total{device="vetha0c9f28"} 1 node_network_carrier_down_changes_total{device="vetha137a8a"} 1 node_network_carrier_down_changes_total{device="vetha1a2849"} 1 node_network_carrier_down_changes_total{device="vetha246e20"} 1 node_network_carrier_down_changes_total{device="vetha262863"} 1 node_network_carrier_down_changes_total{device="vetha2e8433"} 1 node_network_carrier_down_changes_total{device="vetha33f58d"} 1 node_network_carrier_down_changes_total{device="vetha364335"} 1 node_network_carrier_down_changes_total{device="vetha39dbf7"} 1 node_network_carrier_down_changes_total{device="vetha3d15af"} 1 node_network_carrier_down_changes_total{device="vetha46dce5"} 1 node_network_carrier_down_changes_total{device="vetha4a4b5e"} 1 node_network_carrier_down_changes_total{device="vetha52fdb0"} 1 node_network_carrier_down_changes_total{device="vetha532453"} 1 node_network_carrier_down_changes_total{device="vetha542775"} 1 node_network_carrier_down_changes_total{device="vetha5f484b"} 1 node_network_carrier_down_changes_total{device="vetha626559"} 1 node_network_carrier_down_changes_total{device="vetha6695f8"} 1 node_network_carrier_down_changes_total{device="vetha6bbe19"} 1 node_network_carrier_down_changes_total{device="vetha71b22e"} 1 node_network_carrier_down_changes_total{device="vetha73388c"} 1 node_network_carrier_down_changes_total{device="vetha7d15e0"} 1 node_network_carrier_down_changes_total{device="vetha819cf5"} 1 node_network_carrier_down_changes_total{device="vetha833154"} 1 node_network_carrier_down_changes_total{device="vetha8d245b"} 1 node_network_carrier_down_changes_total{device="vetha9a6ee7"} 1 node_network_carrier_down_changes_total{device="vetha9be187"} 1 node_network_carrier_down_changes_total{device="vethaac0f5a"} 1 node_network_carrier_down_changes_total{device="vethaaf14ed"} 1 node_network_carrier_down_changes_total{device="vethaafbc9c"} 1 node_network_carrier_down_changes_total{device="vethac8f909"} 1 node_network_carrier_down_changes_total{device="vethad12882"} 1 node_network_carrier_down_changes_total{device="vethad278fa"} 1 node_network_carrier_down_changes_total{device="vethad4728b"} 1 node_network_carrier_down_changes_total{device="vethad94033"} 1 node_network_carrier_down_changes_total{device="vethae911de"} 1 node_network_carrier_down_changes_total{device="vethaf848b4"} 1 node_network_carrier_down_changes_total{device="vethafdb738"} 1 node_network_carrier_down_changes_total{device="vethb03a241"} 1 node_network_carrier_down_changes_total{device="vethb0541e3"} 1 node_network_carrier_down_changes_total{device="vethb094466"} 1 node_network_carrier_down_changes_total{device="vethb0dce79"} 1 node_network_carrier_down_changes_total{device="vethb15363b"} 1 node_network_carrier_down_changes_total{device="vethb1b5e1a"} 1 node_network_carrier_down_changes_total{device="vethb20e6ba"} 1 node_network_carrier_down_changes_total{device="vethb348a18"} 1 node_network_carrier_down_changes_total{device="vethb39d63e"} 1 node_network_carrier_down_changes_total{device="vethb3a121b"} 1 node_network_carrier_down_changes_total{device="vethb3deee0"} 1 node_network_carrier_down_changes_total{device="vethb437aaa"} 1 node_network_carrier_down_changes_total{device="vethb446f39"} 1 node_network_carrier_down_changes_total{device="vethb463420"} 1 node_network_carrier_down_changes_total{device="vethb5e7625"} 1 node_network_carrier_down_changes_total{device="vethb5fac8d"} 1 node_network_carrier_down_changes_total{device="vethb60b24f"} 1 node_network_carrier_down_changes_total{device="vethb6a7795"} 1 node_network_carrier_down_changes_total{device="vethb70e800"} 1 node_network_carrier_down_changes_total{device="vethb77480b"} 1 node_network_carrier_down_changes_total{device="vethb8277ac"} 1 node_network_carrier_down_changes_total{device="vethba29e31"} 1 node_network_carrier_down_changes_total{device="vethba6e44c"} 1 node_network_carrier_down_changes_total{device="vethbb09104"} 1 node_network_carrier_down_changes_total{device="vethbb16237"} 1 node_network_carrier_down_changes_total{device="vethbb70179"} 1 node_network_carrier_down_changes_total{device="vethbba5630"} 1 node_network_carrier_down_changes_total{device="vethbbbbe04"} 1 node_network_carrier_down_changes_total{device="vethbbdba94"} 1 node_network_carrier_down_changes_total{device="vethbbfb0b7"} 1 node_network_carrier_down_changes_total{device="vethbc76a10"} 1 node_network_carrier_down_changes_total{device="vethbd2a2ee"} 1 node_network_carrier_down_changes_total{device="vethbda2ae7"} 1 node_network_carrier_down_changes_total{device="vethbded328"} 1 node_network_carrier_down_changes_total{device="vethbe2f7fe"} 1 node_network_carrier_down_changes_total{device="vethbe857cb"} 1 node_network_carrier_down_changes_total{device="vethbe875cc"} 1 node_network_carrier_down_changes_total{device="vethbf184b1"} 1 node_network_carrier_down_changes_total{device="vethbf984b6"} 1 node_network_carrier_down_changes_total{device="vethbffb2be"} 1 node_network_carrier_down_changes_total{device="vethc0f4be2"} 1 node_network_carrier_down_changes_total{device="vethc11e467"} 1 node_network_carrier_down_changes_total{device="vethc1f90e5"} 1 node_network_carrier_down_changes_total{device="vethc3672f4"} 1 node_network_carrier_down_changes_total{device="vethc3a39c5"} 1 node_network_carrier_down_changes_total{device="vethc3b6740"} 1 node_network_carrier_down_changes_total{device="vethc4690e0"} 1 node_network_carrier_down_changes_total{device="vethc4ee1b8"} 1 node_network_carrier_down_changes_total{device="vethc5402c9"} 1 node_network_carrier_down_changes_total{device="vethc547482"} 1 node_network_carrier_down_changes_total{device="vethc5fe0b1"} 1 node_network_carrier_down_changes_total{device="vethc60975c"} 1 node_network_carrier_down_changes_total{device="vethc69126e"} 1 node_network_carrier_down_changes_total{device="vethc6eb625"} 1 node_network_carrier_down_changes_total{device="vethc6fac07"} 1 node_network_carrier_down_changes_total{device="vethc702703"} 1 node_network_carrier_down_changes_total{device="vethc74fac6"} 1 node_network_carrier_down_changes_total{device="vethc78dd63"} 1 node_network_carrier_down_changes_total{device="vethc7cef54"} 1 node_network_carrier_down_changes_total{device="vethc7e6d28"} 1 node_network_carrier_down_changes_total{device="vethc800506"} 1 node_network_carrier_down_changes_total{device="vethc8344c6"} 1 node_network_carrier_down_changes_total{device="vethc85e8a1"} 1 node_network_carrier_down_changes_total{device="vethc86b25e"} 1 node_network_carrier_down_changes_total{device="vethc88f6d5"} 1 node_network_carrier_down_changes_total{device="vethc91fc73"} 1 node_network_carrier_down_changes_total{device="vethc942fad"} 1 node_network_carrier_down_changes_total{device="vethc99741d"} 1 node_network_carrier_down_changes_total{device="vethca7a920"} 1 node_network_carrier_down_changes_total{device="vethcb56258"} 1 node_network_carrier_down_changes_total{device="vethcb70a05"} 1 node_network_carrier_down_changes_total{device="vethcbb6ad3"} 1 node_network_carrier_down_changes_total{device="vethcbe3245"} 1 node_network_carrier_down_changes_total{device="vethcc05e54"} 1 node_network_carrier_down_changes_total{device="vethcc0a6a7"} 1 node_network_carrier_down_changes_total{device="vethcc4df6c"} 1 node_network_carrier_down_changes_total{device="vethccde146"} 1 node_network_carrier_down_changes_total{device="vethcd1a107"} 1 node_network_carrier_down_changes_total{device="vethcdc87c7"} 1 node_network_carrier_down_changes_total{device="vethce0cd64"} 1 node_network_carrier_down_changes_total{device="vethce27cb9"} 1 node_network_carrier_down_changes_total{device="vethce2a31d"} 1 node_network_carrier_down_changes_total{device="vethce67b11"} 1 node_network_carrier_down_changes_total{device="vethd0a9732"} 1 node_network_carrier_down_changes_total{device="vethd183c34"} 1 node_network_carrier_down_changes_total{device="vethd1a8a33"} 1 node_network_carrier_down_changes_total{device="vethd1b1ed7"} 1 node_network_carrier_down_changes_total{device="vethd1c6adb"} 1 node_network_carrier_down_changes_total{device="vethd1caf98"} 1 node_network_carrier_down_changes_total{device="vethd1f851b"} 1 node_network_carrier_down_changes_total{device="vethd23fa3c"} 1 node_network_carrier_down_changes_total{device="vethd2d1d0b"} 1 node_network_carrier_down_changes_total{device="vethd2d4c0f"} 1 node_network_carrier_down_changes_total{device="vethd2e142a"} 1 node_network_carrier_down_changes_total{device="vethd2f2476"} 1 node_network_carrier_down_changes_total{device="vethd32989f"} 1 node_network_carrier_down_changes_total{device="vethd33027f"} 1 node_network_carrier_down_changes_total{device="vethd386c1b"} 1 node_network_carrier_down_changes_total{device="vethd394f60"} 1 node_network_carrier_down_changes_total{device="vethd39b75f"} 1 node_network_carrier_down_changes_total{device="vethd3b8b64"} 1 node_network_carrier_down_changes_total{device="vethd3d71c3"} 1 node_network_carrier_down_changes_total{device="vethd3d74f4"} 1 node_network_carrier_down_changes_total{device="vethd3f5c3d"} 1 node_network_carrier_down_changes_total{device="vethd418045"} 1 node_network_carrier_down_changes_total{device="vethd583737"} 1 node_network_carrier_down_changes_total{device="vethd5b7fe1"} 1 node_network_carrier_down_changes_total{device="vethd6812c2"} 1 node_network_carrier_down_changes_total{device="vethd72be73"} 1 node_network_carrier_down_changes_total{device="vethd741df9"} 1 node_network_carrier_down_changes_total{device="vethd764c1d"} 1 node_network_carrier_down_changes_total{device="vethd77fdfb"} 1 node_network_carrier_down_changes_total{device="vethd7b6b6d"} 1 node_network_carrier_down_changes_total{device="vethd7ce910"} 1 node_network_carrier_down_changes_total{device="vethd80b242"} 1 node_network_carrier_down_changes_total{device="vethd9290a5"} 1 node_network_carrier_down_changes_total{device="vethd9633d5"} 1 node_network_carrier_down_changes_total{device="vethd9c1ac2"} 1 node_network_carrier_down_changes_total{device="vethd9dc45d"} 1 node_network_carrier_down_changes_total{device="vethdb3bfe5"} 1 node_network_carrier_down_changes_total{device="vethdb8e006"} 1 node_network_carrier_down_changes_total{device="vethdba04c6"} 1 node_network_carrier_down_changes_total{device="vethdcf0fe6"} 1 node_network_carrier_down_changes_total{device="vethdd73e31"} 1 node_network_carrier_down_changes_total{device="vethdeb43da"} 1 node_network_carrier_down_changes_total{device="vethdf2fc0c"} 1 node_network_carrier_down_changes_total{device="vethdf8b192"} 1 node_network_carrier_down_changes_total{device="vethe0014f6"} 1 node_network_carrier_down_changes_total{device="vethe04376c"} 1 node_network_carrier_down_changes_total{device="vethe0824de"} 1 node_network_carrier_down_changes_total{device="vethe1acebe"} 1 node_network_carrier_down_changes_total{device="vethe1b57af"} 1 node_network_carrier_down_changes_total{device="vethe2677b2"} 1 node_network_carrier_down_changes_total{device="vethe330364"} 1 node_network_carrier_down_changes_total{device="vethe358b9b"} 1 node_network_carrier_down_changes_total{device="vethe393e1f"} 1 node_network_carrier_down_changes_total{device="vethe3fc1d5"} 1 node_network_carrier_down_changes_total{device="vethe439679"} 1 node_network_carrier_down_changes_total{device="vethe484f21"} 1 node_network_carrier_down_changes_total{device="vethe49717f"} 1 node_network_carrier_down_changes_total{device="vethe4ad4e5"} 1 node_network_carrier_down_changes_total{device="vethe4e85e7"} 1 node_network_carrier_down_changes_total{device="vethe52bda0"} 1 node_network_carrier_down_changes_total{device="vethe5f3f06"} 1 node_network_carrier_down_changes_total{device="vethe63d6dd"} 1 node_network_carrier_down_changes_total{device="vethe6c23f6"} 1 node_network_carrier_down_changes_total{device="vethe766e72"} 1 node_network_carrier_down_changes_total{device="vethe7aff89"} 1 node_network_carrier_down_changes_total{device="vethe8648b1"} 1 node_network_carrier_down_changes_total{device="vethe87664c"} 1 node_network_carrier_down_changes_total{device="vethe880812"} 1 node_network_carrier_down_changes_total{device="vethe8d7ad1"} 1 node_network_carrier_down_changes_total{device="vethe98ffcc"} 1 node_network_carrier_down_changes_total{device="vethea8c77f"} 1 node_network_carrier_down_changes_total{device="vetheaaf5da"} 1 node_network_carrier_down_changes_total{device="vetheb750ff"} 1 node_network_carrier_down_changes_total{device="vethebe1c57"} 1 node_network_carrier_down_changes_total{device="vethec1bace"} 1 node_network_carrier_down_changes_total{device="vethedee635"} 1 node_network_carrier_down_changes_total{device="vethee49f2e"} 1 node_network_carrier_down_changes_total{device="vethee55381"} 1 node_network_carrier_down_changes_total{device="vetheebb707"} 1 node_network_carrier_down_changes_total{device="vetheede58b"} 1 node_network_carrier_down_changes_total{device="vethef01414"} 1 node_network_carrier_down_changes_total{device="vethef4d3cf"} 1 node_network_carrier_down_changes_total{device="vethef8ca1b"} 1 node_network_carrier_down_changes_total{device="vethef9a53b"} 1 node_network_carrier_down_changes_total{device="vetheff1b62"} 1 node_network_carrier_down_changes_total{device="vethf00a1a9"} 1 node_network_carrier_down_changes_total{device="vethf0d88b0"} 1 node_network_carrier_down_changes_total{device="vethf0e15a5"} 1 node_network_carrier_down_changes_total{device="vethf0f7c00"} 1 node_network_carrier_down_changes_total{device="vethf1a351b"} 1 node_network_carrier_down_changes_total{device="vethf1cab6c"} 1 node_network_carrier_down_changes_total{device="vethf1ffdde"} 1 node_network_carrier_down_changes_total{device="vethf30dce1"} 1 node_network_carrier_down_changes_total{device="vethf34ab67"} 1 node_network_carrier_down_changes_total{device="vethf3942da"} 1 node_network_carrier_down_changes_total{device="vethf40383d"} 1 node_network_carrier_down_changes_total{device="vethf4756aa"} 1 node_network_carrier_down_changes_total{device="vethf4b3dd4"} 1 node_network_carrier_down_changes_total{device="vethf572a6b"} 1 node_network_carrier_down_changes_total{device="vethf5f8567"} 1 node_network_carrier_down_changes_total{device="vethf62f7b0"} 1 node_network_carrier_down_changes_total{device="vethf766060"} 1 node_network_carrier_down_changes_total{device="vethf796416"} 1 node_network_carrier_down_changes_total{device="vethf7dde08"} 1 node_network_carrier_down_changes_total{device="vethf804fc2"} 1 node_network_carrier_down_changes_total{device="vethf89cdc2"} 1 node_network_carrier_down_changes_total{device="vethf8f166c"} 1 node_network_carrier_down_changes_total{device="vethf9080d7"} 1 node_network_carrier_down_changes_total{device="vethf90aa51"} 1 node_network_carrier_down_changes_total{device="vethf91787e"} 1 node_network_carrier_down_changes_total{device="vethf925f21"} 1 node_network_carrier_down_changes_total{device="vethf954e2e"} 1 node_network_carrier_down_changes_total{device="vethf96c7ac"} 1 node_network_carrier_down_changes_total{device="vethfb0d0e8"} 1 node_network_carrier_down_changes_total{device="vethfb3ff4e"} 1 node_network_carrier_down_changes_total{device="vethfc0e66c"} 1 node_network_carrier_down_changes_total{device="vethfcd6d02"} 1 node_network_carrier_down_changes_total{device="vethfe45418"} 1 node_network_carrier_down_changes_total{device="vethfe716bb"} 1 node_network_carrier_down_changes_total{device="vethfe71df5"} 1 node_network_carrier_down_changes_total{device="vethfecb007"} 1 node_network_carrier_down_changes_total{device="vethfee22ad"} 1 node_network_carrier_down_changes_total{device="vethff26790"} 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-032930a8871d"} 6 node_network_carrier_up_changes_total{device="br-03ced592235a"} 3 node_network_carrier_up_changes_total{device="br-0871d54d3675"} 7 node_network_carrier_up_changes_total{device="br-089331b9c07a"} 3 node_network_carrier_up_changes_total{device="br-0a8e30067c8e"} 1 node_network_carrier_up_changes_total{device="br-0d01f742526c"} 2 node_network_carrier_up_changes_total{device="br-0d9fdd0cf163"} 0 node_network_carrier_up_changes_total{device="br-12a5c8e99f7e"} 7 node_network_carrier_up_changes_total{device="br-131fa2cef983"} 8 node_network_carrier_up_changes_total{device="br-14216610e159"} 3 node_network_carrier_up_changes_total{device="br-15dab3c5a2fb"} 0 node_network_carrier_up_changes_total{device="br-16453071a16a"} 2 node_network_carrier_up_changes_total{device="br-1824841a31f9"} 3 node_network_carrier_up_changes_total{device="br-1b283e1e5128"} 28 node_network_carrier_up_changes_total{device="br-1c85749e122e"} 4 node_network_carrier_up_changes_total{device="br-1da05be17644"} 4 node_network_carrier_up_changes_total{device="br-1de64be72380"} 4 node_network_carrier_up_changes_total{device="br-208ab78feaa3"} 4 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-301b4c89e775"} 3 node_network_carrier_up_changes_total{device="br-349eb65873d4"} 3 node_network_carrier_up_changes_total{device="br-3718da5a7dac"} 6 node_network_carrier_up_changes_total{device="br-37f17f8c2f41"} 4 node_network_carrier_up_changes_total{device="br-3d9cd1c09975"} 7 node_network_carrier_up_changes_total{device="br-3db3cc2bc444"} 3 node_network_carrier_up_changes_total{device="br-41c4dd613804"} 3 node_network_carrier_up_changes_total{device="br-44fbf271d024"} 4 node_network_carrier_up_changes_total{device="br-458514748e86"} 4 node_network_carrier_up_changes_total{device="br-4698f8262a4c"} 3 node_network_carrier_up_changes_total{device="br-483851ad6d82"} 3 node_network_carrier_up_changes_total{device="br-491d965e7355"} 6 node_network_carrier_up_changes_total{device="br-4a66d39e6115"} 3 node_network_carrier_up_changes_total{device="br-52ce8deae651"} 25 node_network_carrier_up_changes_total{device="br-5567248b7fed"} 6 node_network_carrier_up_changes_total{device="br-559d36b72748"} 3 node_network_carrier_up_changes_total{device="br-57259014cf16"} 4 node_network_carrier_up_changes_total{device="br-5748fcd1e7ca"} 0 node_network_carrier_up_changes_total{device="br-5a028c7b8cc5"} 3 node_network_carrier_up_changes_total{device="br-5a09c7dffa78"} 8 node_network_carrier_up_changes_total{device="br-5bbb53ee4d8c"} 2 node_network_carrier_up_changes_total{device="br-5cd378a95a50"} 4 node_network_carrier_up_changes_total{device="br-5e44ef26977f"} 6 node_network_carrier_up_changes_total{device="br-649c0a0d748e"} 3 node_network_carrier_up_changes_total{device="br-65c3891cde69"} 5 node_network_carrier_up_changes_total{device="br-6654a6f415ef"} 3 node_network_carrier_up_changes_total{device="br-666a1a84be8e"} 2 node_network_carrier_up_changes_total{device="br-66b00b277461"} 7 node_network_carrier_up_changes_total{device="br-67b6f2b09055"} 4 node_network_carrier_up_changes_total{device="br-68a4d2d648c6"} 2 node_network_carrier_up_changes_total{device="br-6a3142e5de92"} 3 node_network_carrier_up_changes_total{device="br-6c34a8b4b6a4"} 4 node_network_carrier_up_changes_total{device="br-6c5eccea21bc"} 6 node_network_carrier_up_changes_total{device="br-75640dcb1806"} 3 node_network_carrier_up_changes_total{device="br-757cf8ccd099"} 3 node_network_carrier_up_changes_total{device="br-765d504a1648"} 5 node_network_carrier_up_changes_total{device="br-7783edd4fb63"} 4 node_network_carrier_up_changes_total{device="br-78c76b7fdacf"} 9 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-8273700d2b53"} 5 node_network_carrier_up_changes_total{device="br-832e21b6735f"} 2 node_network_carrier_up_changes_total{device="br-89456f9f0577"} 2 node_network_carrier_up_changes_total{device="br-8c4c62bbb4ac"} 4 node_network_carrier_up_changes_total{device="br-8c90f08921d2"} 3 node_network_carrier_up_changes_total{device="br-8d5f8dfdd165"} 4 node_network_carrier_up_changes_total{device="br-8d809ce3c9c6"} 4 node_network_carrier_up_changes_total{device="br-8f019a492357"} 7 node_network_carrier_up_changes_total{device="br-918ddcd36f9a"} 7 node_network_carrier_up_changes_total{device="br-94b2fbf06b0d"} 3 node_network_carrier_up_changes_total{device="br-9504d5b6acf5"} 3 node_network_carrier_up_changes_total{device="br-967a6a8492ec"} 4 node_network_carrier_up_changes_total{device="br-977759f73e31"} 4 node_network_carrier_up_changes_total{device="br-9be1f90f0a3c"} 4 node_network_carrier_up_changes_total{device="br-9c7a6a4ea029"} 6 node_network_carrier_up_changes_total{device="br-9fab29d0fd90"} 4 node_network_carrier_up_changes_total{device="br-a01a29421e12"} 4 node_network_carrier_up_changes_total{device="br-a073f44ab682"} 8 node_network_carrier_up_changes_total{device="br-a08ab772e40d"} 3 node_network_carrier_up_changes_total{device="br-a1b2b339a0bc"} 1 node_network_carrier_up_changes_total{device="br-a3bcc581540c"} 8 node_network_carrier_up_changes_total{device="br-a735d7132cb5"} 7 node_network_carrier_up_changes_total{device="br-ab4fc0c8f205"} 4 node_network_carrier_up_changes_total{device="br-ac4684d015f6"} 7 node_network_carrier_up_changes_total{device="br-ac5441a8184d"} 7 node_network_carrier_up_changes_total{device="br-afdcb409567a"} 3 node_network_carrier_up_changes_total{device="br-b58abb066918"} 7 node_network_carrier_up_changes_total{device="br-b5cc1abc8af1"} 4 node_network_carrier_up_changes_total{device="br-b710ed0f91ed"} 8 node_network_carrier_up_changes_total{device="br-b9ddcd38e3d5"} 2 node_network_carrier_up_changes_total{device="br-be8161177ed9"} 1 node_network_carrier_up_changes_total{device="br-bfa260e794d9"} 4 node_network_carrier_up_changes_total{device="br-c1c4e42c8216"} 7 node_network_carrier_up_changes_total{device="br-c577c6a066cb"} 3 node_network_carrier_up_changes_total{device="br-c7ec91768290"} 3 node_network_carrier_up_changes_total{device="br-c8047895107e"} 2 node_network_carrier_up_changes_total{device="br-cb62be74ef17"} 7 node_network_carrier_up_changes_total{device="br-cc4a14297e79"} 5 node_network_carrier_up_changes_total{device="br-cf6b946573c1"} 3 node_network_carrier_up_changes_total{device="br-cfa8e5dacf79"} 2 node_network_carrier_up_changes_total{device="br-d461c29e6aa7"} 3 node_network_carrier_up_changes_total{device="br-d4ad227661d1"} 4 node_network_carrier_up_changes_total{device="br-d5a100d1afd1"} 3 node_network_carrier_up_changes_total{device="br-d6403551d086"} 4 node_network_carrier_up_changes_total{device="br-dae27e4e8b91"} 4 node_network_carrier_up_changes_total{device="br-db5d49f98313"} 4 node_network_carrier_up_changes_total{device="br-dc87a7504ded"} 3 node_network_carrier_up_changes_total{device="br-ddaa8bdc0119"} 3 node_network_carrier_up_changes_total{device="br-ddc45447112f"} 1 node_network_carrier_up_changes_total{device="br-e0e95d87f3e0"} 6 node_network_carrier_up_changes_total{device="br-e24d302efec6"} 3 node_network_carrier_up_changes_total{device="br-e3e321b77026"} 3 node_network_carrier_up_changes_total{device="br-e5714f199361"} 4 node_network_carrier_up_changes_total{device="br-e63b0d1593b5"} 3 node_network_carrier_up_changes_total{device="br-ead353f203a4"} 7 node_network_carrier_up_changes_total{device="br-ec56c664f289"} 1 node_network_carrier_up_changes_total{device="br-f17da17d41a2"} 4 node_network_carrier_up_changes_total{device="br-f33d4e889abc"} 4 node_network_carrier_up_changes_total{device="br-f4b381c64696"} 4 node_network_carrier_up_changes_total{device="br-f5d79f441cea"} 1 node_network_carrier_up_changes_total{device="br-f645f15c7927"} 3 node_network_carrier_up_changes_total{device="br-f6901fdf275f"} 3 node_network_carrier_up_changes_total{device="br-f7269b4b25bf"} 4 node_network_carrier_up_changes_total{device="br-fa88d6f98186"} 4 node_network_carrier_up_changes_total{device="br-fd7abce4f375"} 8 node_network_carrier_up_changes_total{device="docker0"} 242 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="veth010cf6c"} 1 node_network_carrier_up_changes_total{device="veth0118054"} 1 node_network_carrier_up_changes_total{device="veth015066a"} 1 node_network_carrier_up_changes_total{device="veth01c23a7"} 1 node_network_carrier_up_changes_total{device="veth01d8776"} 1 node_network_carrier_up_changes_total{device="veth028dce1"} 1 node_network_carrier_up_changes_total{device="veth0299373"} 1 node_network_carrier_up_changes_total{device="veth03320d3"} 1 node_network_carrier_up_changes_total{device="veth0348049"} 1 node_network_carrier_up_changes_total{device="veth04c0c5b"} 1 node_network_carrier_up_changes_total{device="veth05bb69b"} 1 node_network_carrier_up_changes_total{device="veth05d21d3"} 1 node_network_carrier_up_changes_total{device="veth063974c"} 1 node_network_carrier_up_changes_total{device="veth0665c41"} 1 node_network_carrier_up_changes_total{device="veth06bac3f"} 1 node_network_carrier_up_changes_total{device="veth06f7fab"} 1 node_network_carrier_up_changes_total{device="veth07837a1"} 1 node_network_carrier_up_changes_total{device="veth07940a9"} 1 node_network_carrier_up_changes_total{device="veth07c394e"} 1 node_network_carrier_up_changes_total{device="veth08220c7"} 1 node_network_carrier_up_changes_total{device="veth085af09"} 1 node_network_carrier_up_changes_total{device="veth08f2029"} 1 node_network_carrier_up_changes_total{device="veth093e34b"} 1 node_network_carrier_up_changes_total{device="veth095010c"} 1 node_network_carrier_up_changes_total{device="veth0b4c3d1"} 1 node_network_carrier_up_changes_total{device="veth0bad067"} 1 node_network_carrier_up_changes_total{device="veth0bbdec3"} 1 node_network_carrier_up_changes_total{device="veth0c16bae"} 1 node_network_carrier_up_changes_total{device="veth0c30494"} 1 node_network_carrier_up_changes_total{device="veth0caff4e"} 1 node_network_carrier_up_changes_total{device="veth0d8770f"} 1 node_network_carrier_up_changes_total{device="veth0df388c"} 1 node_network_carrier_up_changes_total{device="veth0ea94b5"} 1 node_network_carrier_up_changes_total{device="veth0f67dbb"} 1 node_network_carrier_up_changes_total{device="veth0f8e2ed"} 1 node_network_carrier_up_changes_total{device="veth0fb0b4d"} 1 node_network_carrier_up_changes_total{device="veth100cba7"} 1 node_network_carrier_up_changes_total{device="veth10146ec"} 1 node_network_carrier_up_changes_total{device="veth1031098"} 1 node_network_carrier_up_changes_total{device="veth10df4a9"} 1 node_network_carrier_up_changes_total{device="veth110bcfe"} 1 node_network_carrier_up_changes_total{device="veth110e8ec"} 1 node_network_carrier_up_changes_total{device="veth1148460"} 1 node_network_carrier_up_changes_total{device="veth12a3be7"} 1 node_network_carrier_up_changes_total{device="veth12ae611"} 1 node_network_carrier_up_changes_total{device="veth12ca81a"} 1 node_network_carrier_up_changes_total{device="veth133acdf"} 1 node_network_carrier_up_changes_total{device="veth13f164d"} 1 node_network_carrier_up_changes_total{device="veth1431509"} 1 node_network_carrier_up_changes_total{device="veth1433538"} 1 node_network_carrier_up_changes_total{device="veth14a077c"} 1 node_network_carrier_up_changes_total{device="veth1524c7a"} 1 node_network_carrier_up_changes_total{device="veth15b5b5d"} 1 node_network_carrier_up_changes_total{device="veth1647655"} 1 node_network_carrier_up_changes_total{device="veth167a182"} 1 node_network_carrier_up_changes_total{device="veth16f4867"} 1 node_network_carrier_up_changes_total{device="veth1785664"} 1 node_network_carrier_up_changes_total{device="veth199e3b5"} 1 node_network_carrier_up_changes_total{device="veth1aa66b7"} 1 node_network_carrier_up_changes_total{device="veth1b01e56"} 1 node_network_carrier_up_changes_total{device="veth1b11dd2"} 1 node_network_carrier_up_changes_total{device="veth1b18086"} 1 node_network_carrier_up_changes_total{device="veth1c097c5"} 1 node_network_carrier_up_changes_total{device="veth1c4c875"} 1 node_network_carrier_up_changes_total{device="veth1c5280a"} 1 node_network_carrier_up_changes_total{device="veth1cfc19d"} 1 node_network_carrier_up_changes_total{device="veth1d0e0c0"} 1 node_network_carrier_up_changes_total{device="veth1d2dae7"} 1 node_network_carrier_up_changes_total{device="veth1d629d1"} 1 node_network_carrier_up_changes_total{device="veth1d73687"} 1 node_network_carrier_up_changes_total{device="veth1d7748d"} 1 node_network_carrier_up_changes_total{device="veth1d8d1df"} 1 node_network_carrier_up_changes_total{device="veth1dbaa59"} 1 node_network_carrier_up_changes_total{device="veth1dc83fc"} 1 node_network_carrier_up_changes_total{device="veth1e36d07"} 1 node_network_carrier_up_changes_total{device="veth1e44960"} 1 node_network_carrier_up_changes_total{device="veth1eb887e"} 1 node_network_carrier_up_changes_total{device="veth1ebe556"} 1 node_network_carrier_up_changes_total{device="veth1ef8c3b"} 1 node_network_carrier_up_changes_total{device="veth1f00723"} 1 node_network_carrier_up_changes_total{device="veth1f55581"} 1 node_network_carrier_up_changes_total{device="veth200cbca"} 1 node_network_carrier_up_changes_total{device="veth201dbeb"} 1 node_network_carrier_up_changes_total{device="veth20350f2"} 1 node_network_carrier_up_changes_total{device="veth2046904"} 1 node_network_carrier_up_changes_total{device="veth20558f6"} 1 node_network_carrier_up_changes_total{device="veth206800d"} 1 node_network_carrier_up_changes_total{device="veth20c30fb"} 1 node_network_carrier_up_changes_total{device="veth20d3122"} 1 node_network_carrier_up_changes_total{device="veth20fec73"} 1 node_network_carrier_up_changes_total{device="veth2101218"} 1 node_network_carrier_up_changes_total{device="veth216cb5e"} 1 node_network_carrier_up_changes_total{device="veth21bac8e"} 1 node_network_carrier_up_changes_total{device="veth21e6158"} 1 node_network_carrier_up_changes_total{device="veth21edd0c"} 1 node_network_carrier_up_changes_total{device="veth22047d0"} 1 node_network_carrier_up_changes_total{device="veth22a4380"} 1 node_network_carrier_up_changes_total{device="veth22a99e1"} 1 node_network_carrier_up_changes_total{device="veth22ec2e1"} 1 node_network_carrier_up_changes_total{device="veth233a2ff"} 1 node_network_carrier_up_changes_total{device="veth23cfa18"} 1 node_network_carrier_up_changes_total{device="veth23e3157"} 1 node_network_carrier_up_changes_total{device="veth253ee4b"} 1 node_network_carrier_up_changes_total{device="veth25731c6"} 1 node_network_carrier_up_changes_total{device="veth257e734"} 1 node_network_carrier_up_changes_total{device="veth26d9a84"} 1 node_network_carrier_up_changes_total{device="veth26da4e6"} 1 node_network_carrier_up_changes_total{device="veth26de035"} 1 node_network_carrier_up_changes_total{device="veth26e26ed"} 1 node_network_carrier_up_changes_total{device="veth271e2be"} 1 node_network_carrier_up_changes_total{device="veth273b370"} 1 node_network_carrier_up_changes_total{device="veth2850417"} 1 node_network_carrier_up_changes_total{device="veth28b3c5c"} 1 node_network_carrier_up_changes_total{device="veth297bd24"} 1 node_network_carrier_up_changes_total{device="veth29e137d"} 1 node_network_carrier_up_changes_total{device="veth2a08596"} 1 node_network_carrier_up_changes_total{device="veth2b080cb"} 1 node_network_carrier_up_changes_total{device="veth2b1e3c8"} 1 node_network_carrier_up_changes_total{device="veth2b70ed0"} 1 node_network_carrier_up_changes_total{device="veth2b88298"} 1 node_network_carrier_up_changes_total{device="veth2ba28cc"} 1 node_network_carrier_up_changes_total{device="veth2c7ea81"} 1 node_network_carrier_up_changes_total{device="veth2ccb650"} 1 node_network_carrier_up_changes_total{device="veth2cdd57a"} 1 node_network_carrier_up_changes_total{device="veth2d38052"} 1 node_network_carrier_up_changes_total{device="veth2d90db8"} 1 node_network_carrier_up_changes_total{device="veth2db0bc8"} 1 node_network_carrier_up_changes_total{device="veth2e3e11b"} 1 node_network_carrier_up_changes_total{device="veth2eaeb65"} 1 node_network_carrier_up_changes_total{device="veth2edd93a"} 1 node_network_carrier_up_changes_total{device="veth2f83127"} 1 node_network_carrier_up_changes_total{device="veth2fad712"} 1 node_network_carrier_up_changes_total{device="veth2fc1259"} 1 node_network_carrier_up_changes_total{device="veth2fd4dcf"} 1 node_network_carrier_up_changes_total{device="veth3018884"} 1 node_network_carrier_up_changes_total{device="veth302391f"} 1 node_network_carrier_up_changes_total{device="veth3036978"} 1 node_network_carrier_up_changes_total{device="veth30a5c63"} 1 node_network_carrier_up_changes_total{device="veth3190c62"} 1 node_network_carrier_up_changes_total{device="veth31e5a9e"} 1 node_network_carrier_up_changes_total{device="veth31f0812"} 1 node_network_carrier_up_changes_total{device="veth32a4eb2"} 1 node_network_carrier_up_changes_total{device="veth340f558"} 1 node_network_carrier_up_changes_total{device="veth34317c5"} 1 node_network_carrier_up_changes_total{device="veth3497f43"} 1 node_network_carrier_up_changes_total{device="veth35137a1"} 1 node_network_carrier_up_changes_total{device="veth351f876"} 1 node_network_carrier_up_changes_total{device="veth356b213"} 1 node_network_carrier_up_changes_total{device="veth35c1d5d"} 1 node_network_carrier_up_changes_total{device="veth35e62a2"} 1 node_network_carrier_up_changes_total{device="veth3660b83"} 1 node_network_carrier_up_changes_total{device="veth369fc55"} 1 node_network_carrier_up_changes_total{device="veth36ef53a"} 1 node_network_carrier_up_changes_total{device="veth375f2a0"} 1 node_network_carrier_up_changes_total{device="veth37c5473"} 1 node_network_carrier_up_changes_total{device="veth3886d62"} 1 node_network_carrier_up_changes_total{device="veth391ec21"} 1 node_network_carrier_up_changes_total{device="veth39344a6"} 1 node_network_carrier_up_changes_total{device="veth39d278e"} 1 node_network_carrier_up_changes_total{device="veth3a42551"} 1 node_network_carrier_up_changes_total{device="veth3af658d"} 1 node_network_carrier_up_changes_total{device="veth3afab44"} 1 node_network_carrier_up_changes_total{device="veth3be2114"} 1 node_network_carrier_up_changes_total{device="veth3c52a6b"} 1 node_network_carrier_up_changes_total{device="veth3c96f87"} 1 node_network_carrier_up_changes_total{device="veth3cf6698"} 1 node_network_carrier_up_changes_total{device="veth3d7e10e"} 1 node_network_carrier_up_changes_total{device="veth3de8760"} 1 node_network_carrier_up_changes_total{device="veth3dfd180"} 1 node_network_carrier_up_changes_total{device="veth3e101c0"} 1 node_network_carrier_up_changes_total{device="veth3e128b5"} 1 node_network_carrier_up_changes_total{device="veth3eef6e7"} 1 node_network_carrier_up_changes_total{device="veth3f766aa"} 1 node_network_carrier_up_changes_total{device="veth3f8f002"} 1 node_network_carrier_up_changes_total{device="veth400b680"} 1 node_network_carrier_up_changes_total{device="veth4079dc2"} 1 node_network_carrier_up_changes_total{device="veth4082762"} 1 node_network_carrier_up_changes_total{device="veth40905f5"} 1 node_network_carrier_up_changes_total{device="veth410cac4"} 1 node_network_carrier_up_changes_total{device="veth411daee"} 1 node_network_carrier_up_changes_total{device="veth4136e74"} 1 node_network_carrier_up_changes_total{device="veth41b3812"} 1 node_network_carrier_up_changes_total{device="veth41c7fd1"} 1 node_network_carrier_up_changes_total{device="veth427a6a0"} 1 node_network_carrier_up_changes_total{device="veth4391ce3"} 1 node_network_carrier_up_changes_total{device="veth44023e4"} 1 node_network_carrier_up_changes_total{device="veth4418c4f"} 1 node_network_carrier_up_changes_total{device="veth445067e"} 1 node_network_carrier_up_changes_total{device="veth4498697"} 1 node_network_carrier_up_changes_total{device="veth44a2e68"} 1 node_network_carrier_up_changes_total{device="veth44b9a64"} 1 node_network_carrier_up_changes_total{device="veth44eaf2c"} 1 node_network_carrier_up_changes_total{device="veth45ba942"} 1 node_network_carrier_up_changes_total{device="veth45bf0a5"} 1 node_network_carrier_up_changes_total{device="veth45d5fcf"} 1 node_network_carrier_up_changes_total{device="veth467feaf"} 1 node_network_carrier_up_changes_total{device="veth46be02b"} 1 node_network_carrier_up_changes_total{device="veth47a78db"} 1 node_network_carrier_up_changes_total{device="veth47c0091"} 1 node_network_carrier_up_changes_total{device="veth47fbfa1"} 1 node_network_carrier_up_changes_total{device="veth482bd25"} 1 node_network_carrier_up_changes_total{device="veth4865e48"} 1 node_network_carrier_up_changes_total{device="veth487ae24"} 1 node_network_carrier_up_changes_total{device="veth494a1eb"} 1 node_network_carrier_up_changes_total{device="veth49501f4"} 1 node_network_carrier_up_changes_total{device="veth495aa66"} 1 node_network_carrier_up_changes_total{device="veth4a3f821"} 1 node_network_carrier_up_changes_total{device="veth4a5aa12"} 1 node_network_carrier_up_changes_total{device="veth4b32651"} 1 node_network_carrier_up_changes_total{device="veth4b9cef1"} 1 node_network_carrier_up_changes_total{device="veth4bc06c3"} 1 node_network_carrier_up_changes_total{device="veth4bcc505"} 1 node_network_carrier_up_changes_total{device="veth4dc758a"} 1 node_network_carrier_up_changes_total{device="veth4eeb5e5"} 1 node_network_carrier_up_changes_total{device="veth4f78f9e"} 1 node_network_carrier_up_changes_total{device="veth4fb5a24"} 1 node_network_carrier_up_changes_total{device="veth4fc6d17"} 1 node_network_carrier_up_changes_total{device="veth500d596"} 1 node_network_carrier_up_changes_total{device="veth5148843"} 1 node_network_carrier_up_changes_total{device="veth516a2dd"} 1 node_network_carrier_up_changes_total{device="veth51cb6e1"} 1 node_network_carrier_up_changes_total{device="veth531d83a"} 1 node_network_carrier_up_changes_total{device="veth53841ff"} 1 node_network_carrier_up_changes_total{device="veth538f11f"} 1 node_network_carrier_up_changes_total{device="veth53a474c"} 1 node_network_carrier_up_changes_total{device="veth53c0c49"} 1 node_network_carrier_up_changes_total{device="veth5408e9e"} 1 node_network_carrier_up_changes_total{device="veth54327b2"} 1 node_network_carrier_up_changes_total{device="veth54aa51d"} 1 node_network_carrier_up_changes_total{device="veth5644c2c"} 1 node_network_carrier_up_changes_total{device="veth5662068"} 1 node_network_carrier_up_changes_total{device="veth566b833"} 1 node_network_carrier_up_changes_total{device="veth56c1ee3"} 1 node_network_carrier_up_changes_total{device="veth574a9bf"} 1 node_network_carrier_up_changes_total{device="veth5823a67"} 1 node_network_carrier_up_changes_total{device="veth582b1e1"} 1 node_network_carrier_up_changes_total{device="veth58398da"} 1 node_network_carrier_up_changes_total{device="veth59af09d"} 1 node_network_carrier_up_changes_total{device="veth5a57667"} 1 node_network_carrier_up_changes_total{device="veth5a5947d"} 1 node_network_carrier_up_changes_total{device="veth5aa7930"} 1 node_network_carrier_up_changes_total{device="veth5b2851f"} 1 node_network_carrier_up_changes_total{device="veth5b569cb"} 1 node_network_carrier_up_changes_total{device="veth5be0e34"} 1 node_network_carrier_up_changes_total{device="veth5cbd82f"} 1 node_network_carrier_up_changes_total{device="veth5d07046"} 1 node_network_carrier_up_changes_total{device="veth5d8e6f5"} 1 node_network_carrier_up_changes_total{device="veth5da80fb"} 1 node_network_carrier_up_changes_total{device="veth5db9191"} 1 node_network_carrier_up_changes_total{device="veth5df7840"} 1 node_network_carrier_up_changes_total{device="veth5e055da"} 1 node_network_carrier_up_changes_total{device="veth5e9d6c1"} 1 node_network_carrier_up_changes_total{device="veth5f14d4e"} 1 node_network_carrier_up_changes_total{device="veth5f85831"} 1 node_network_carrier_up_changes_total{device="veth5fda1aa"} 1 node_network_carrier_up_changes_total{device="veth609f65f"} 1 node_network_carrier_up_changes_total{device="veth60a6470"} 1 node_network_carrier_up_changes_total{device="veth60ac914"} 1 node_network_carrier_up_changes_total{device="veth60be674"} 1 node_network_carrier_up_changes_total{device="veth6100f2e"} 1 node_network_carrier_up_changes_total{device="veth6141b70"} 1 node_network_carrier_up_changes_total{device="veth6151bb9"} 1 node_network_carrier_up_changes_total{device="veth61c4816"} 1 node_network_carrier_up_changes_total{device="veth61d7283"} 1 node_network_carrier_up_changes_total{device="veth6228670"} 1 node_network_carrier_up_changes_total{device="veth629242b"} 1 node_network_carrier_up_changes_total{device="veth6374fd2"} 1 node_network_carrier_up_changes_total{device="veth6391005"} 1 node_network_carrier_up_changes_total{device="veth63cf232"} 1 node_network_carrier_up_changes_total{device="veth640a039"} 1 node_network_carrier_up_changes_total{device="veth642d0c1"} 1 node_network_carrier_up_changes_total{device="veth643a437"} 1 node_network_carrier_up_changes_total{device="veth64fdbac"} 1 node_network_carrier_up_changes_total{device="veth6515c1a"} 1 node_network_carrier_up_changes_total{device="veth656302b"} 1 node_network_carrier_up_changes_total{device="veth663b727"} 1 node_network_carrier_up_changes_total{device="veth6694b48"} 1 node_network_carrier_up_changes_total{device="veth66c10ee"} 1 node_network_carrier_up_changes_total{device="veth671f5fb"} 1 node_network_carrier_up_changes_total{device="veth6727827"} 1 node_network_carrier_up_changes_total{device="veth6735453"} 1 node_network_carrier_up_changes_total{device="veth674eb08"} 1 node_network_carrier_up_changes_total{device="veth67bdfb5"} 1 node_network_carrier_up_changes_total{device="veth67c3090"} 1 node_network_carrier_up_changes_total{device="veth6827eeb"} 1 node_network_carrier_up_changes_total{device="veth686cf8f"} 1 node_network_carrier_up_changes_total{device="veth686e4ce"} 1 node_network_carrier_up_changes_total{device="veth694a5f6"} 1 node_network_carrier_up_changes_total{device="veth6955d38"} 1 node_network_carrier_up_changes_total{device="veth6a8f538"} 1 node_network_carrier_up_changes_total{device="veth6ae26de"} 1 node_network_carrier_up_changes_total{device="veth6b4fcb5"} 1 node_network_carrier_up_changes_total{device="veth6bd4c88"} 1 node_network_carrier_up_changes_total{device="veth6c0ac2b"} 1 node_network_carrier_up_changes_total{device="veth6c5d880"} 1 node_network_carrier_up_changes_total{device="veth6c7b2e3"} 1 node_network_carrier_up_changes_total{device="veth6c84c0f"} 1 node_network_carrier_up_changes_total{device="veth6cb308f"} 1 node_network_carrier_up_changes_total{device="veth6cc8853"} 1 node_network_carrier_up_changes_total{device="veth6cf5c92"} 1 node_network_carrier_up_changes_total{device="veth6d937a2"} 1 node_network_carrier_up_changes_total{device="veth6e35c23"} 1 node_network_carrier_up_changes_total{device="veth6e379ab"} 1 node_network_carrier_up_changes_total{device="veth6f266b8"} 1 node_network_carrier_up_changes_total{device="veth6f36c86"} 1 node_network_carrier_up_changes_total{device="veth6fbd9ae"} 1 node_network_carrier_up_changes_total{device="veth6fe10bb"} 1 node_network_carrier_up_changes_total{device="veth70d4eb5"} 1 node_network_carrier_up_changes_total{device="veth71868de"} 1 node_network_carrier_up_changes_total{device="veth72921dc"} 1 node_network_carrier_up_changes_total{device="veth72cb0b9"} 1 node_network_carrier_up_changes_total{device="veth732170b"} 1 node_network_carrier_up_changes_total{device="veth73778ca"} 1 node_network_carrier_up_changes_total{device="veth73c2c96"} 1 node_network_carrier_up_changes_total{device="veth73d2548"} 1 node_network_carrier_up_changes_total{device="veth7458897"} 1 node_network_carrier_up_changes_total{device="veth7465df3"} 1 node_network_carrier_up_changes_total{device="veth7561080"} 1 node_network_carrier_up_changes_total{device="veth757c34a"} 1 node_network_carrier_up_changes_total{device="veth7595562"} 1 node_network_carrier_up_changes_total{device="veth76187dd"} 1 node_network_carrier_up_changes_total{device="veth7676d1c"} 1 node_network_carrier_up_changes_total{device="veth76d519a"} 1 node_network_carrier_up_changes_total{device="veth76e63a1"} 1 node_network_carrier_up_changes_total{device="veth7761467"} 1 node_network_carrier_up_changes_total{device="veth77842d9"} 1 node_network_carrier_up_changes_total{device="veth778f08d"} 1 node_network_carrier_up_changes_total{device="veth77a2e6e"} 1 node_network_carrier_up_changes_total{device="veth77b25a2"} 1 node_network_carrier_up_changes_total{device="veth77d929a"} 1 node_network_carrier_up_changes_total{device="veth77e0563"} 1 node_network_carrier_up_changes_total{device="veth77ea6db"} 1 node_network_carrier_up_changes_total{device="veth78790bc"} 1 node_network_carrier_up_changes_total{device="veth7904e58"} 1 node_network_carrier_up_changes_total{device="veth79c5a75"} 1 node_network_carrier_up_changes_total{device="veth7a831cf"} 1 node_network_carrier_up_changes_total{device="veth7b0ab9e"} 1 node_network_carrier_up_changes_total{device="veth7b380ec"} 1 node_network_carrier_up_changes_total{device="veth7b48c14"} 1 node_network_carrier_up_changes_total{device="veth7b78b78"} 1 node_network_carrier_up_changes_total{device="veth7b89f6f"} 1 node_network_carrier_up_changes_total{device="veth7c2dbba"} 1 node_network_carrier_up_changes_total{device="veth7c546d4"} 1 node_network_carrier_up_changes_total{device="veth7c54e1e"} 1 node_network_carrier_up_changes_total{device="veth7c58951"} 1 node_network_carrier_up_changes_total{device="veth7c705d1"} 1 node_network_carrier_up_changes_total{device="veth7d3dd83"} 1 node_network_carrier_up_changes_total{device="veth7d8e60b"} 1 node_network_carrier_up_changes_total{device="veth7d9930a"} 1 node_network_carrier_up_changes_total{device="veth7ec3780"} 1 node_network_carrier_up_changes_total{device="veth7f09f4c"} 1 node_network_carrier_up_changes_total{device="veth8004847"} 1 node_network_carrier_up_changes_total{device="veth80252b4"} 1 node_network_carrier_up_changes_total{device="veth80badd0"} 1 node_network_carrier_up_changes_total{device="veth80c389c"} 1 node_network_carrier_up_changes_total{device="veth8101e42"} 1 node_network_carrier_up_changes_total{device="veth811e063"} 1 node_network_carrier_up_changes_total{device="veth816a265"} 1 node_network_carrier_up_changes_total{device="veth8186d77"} 1 node_network_carrier_up_changes_total{device="veth820f0db"} 1 node_network_carrier_up_changes_total{device="veth8237dc3"} 1 node_network_carrier_up_changes_total{device="veth8269643"} 1 node_network_carrier_up_changes_total{device="veth828ecf9"} 1 node_network_carrier_up_changes_total{device="veth83498cb"} 1 node_network_carrier_up_changes_total{device="veth834d149"} 1 node_network_carrier_up_changes_total{device="veth8357150"} 1 node_network_carrier_up_changes_total{device="veth83fb8e6"} 1 node_network_carrier_up_changes_total{device="veth84220c4"} 1 node_network_carrier_up_changes_total{device="veth84e1fc4"} 1 node_network_carrier_up_changes_total{device="veth850b442"} 1 node_network_carrier_up_changes_total{device="veth85daf28"} 1 node_network_carrier_up_changes_total{device="veth861068a"} 1 node_network_carrier_up_changes_total{device="veth866bba7"} 1 node_network_carrier_up_changes_total{device="veth86a2462"} 1 node_network_carrier_up_changes_total{device="veth872cb76"} 1 node_network_carrier_up_changes_total{device="veth87362c6"} 1 node_network_carrier_up_changes_total{device="veth87cb8c8"} 1 node_network_carrier_up_changes_total{device="veth87d5677"} 1 node_network_carrier_up_changes_total{device="veth87d62cb"} 1 node_network_carrier_up_changes_total{device="veth87d7e35"} 1 node_network_carrier_up_changes_total{device="veth87e75ee"} 1 node_network_carrier_up_changes_total{device="veth87f4935"} 1 node_network_carrier_up_changes_total{device="veth87fdb6a"} 1 node_network_carrier_up_changes_total{device="veth889a2f1"} 1 node_network_carrier_up_changes_total{device="veth88ac732"} 1 node_network_carrier_up_changes_total{device="veth8922783"} 1 node_network_carrier_up_changes_total{device="veth896c132"} 1 node_network_carrier_up_changes_total{device="veth899b99d"} 1 node_network_carrier_up_changes_total{device="veth89b275c"} 1 node_network_carrier_up_changes_total{device="veth8a52231"} 1 node_network_carrier_up_changes_total{device="veth8a89268"} 1 node_network_carrier_up_changes_total{device="veth8b3b309"} 1 node_network_carrier_up_changes_total{device="veth8b541a1"} 1 node_network_carrier_up_changes_total{device="veth8b983cf"} 1 node_network_carrier_up_changes_total{device="veth8bc856f"} 1 node_network_carrier_up_changes_total{device="veth8bc982a"} 1 node_network_carrier_up_changes_total{device="veth8bd3242"} 1 node_network_carrier_up_changes_total{device="veth8bed13f"} 1 node_network_carrier_up_changes_total{device="veth8c86032"} 1 node_network_carrier_up_changes_total{device="veth8c88f73"} 1 node_network_carrier_up_changes_total{device="veth8c93126"} 1 node_network_carrier_up_changes_total{device="veth8d22374"} 1 node_network_carrier_up_changes_total{device="veth8d6536d"} 1 node_network_carrier_up_changes_total{device="veth8d7d98e"} 1 node_network_carrier_up_changes_total{device="veth8d88b16"} 1 node_network_carrier_up_changes_total{device="veth8d936c5"} 1 node_network_carrier_up_changes_total{device="veth8e0e8a0"} 1 node_network_carrier_up_changes_total{device="veth8e914f7"} 1 node_network_carrier_up_changes_total{device="veth8ea541c"} 1 node_network_carrier_up_changes_total{device="veth8ecee2e"} 1 node_network_carrier_up_changes_total{device="veth8f1ab25"} 1 node_network_carrier_up_changes_total{device="veth8f7a6af"} 1 node_network_carrier_up_changes_total{device="veth8f9b8d0"} 1 node_network_carrier_up_changes_total{device="veth906c063"} 1 node_network_carrier_up_changes_total{device="veth909d986"} 1 node_network_carrier_up_changes_total{device="veth90c1c36"} 1 node_network_carrier_up_changes_total{device="veth91af2c1"} 1 node_network_carrier_up_changes_total{device="veth91d764a"} 1 node_network_carrier_up_changes_total{device="veth9204861"} 1 node_network_carrier_up_changes_total{device="veth921bb23"} 1 node_network_carrier_up_changes_total{device="veth9312dae"} 1 node_network_carrier_up_changes_total{device="veth9317063"} 1 node_network_carrier_up_changes_total{device="veth93596dd"} 1 node_network_carrier_up_changes_total{device="veth93882ee"} 1 node_network_carrier_up_changes_total{device="veth93d7d29"} 1 node_network_carrier_up_changes_total{device="veth93dba36"} 1 node_network_carrier_up_changes_total{device="veth93ddc00"} 1 node_network_carrier_up_changes_total{device="veth943efa3"} 1 node_network_carrier_up_changes_total{device="veth9487334"} 1 node_network_carrier_up_changes_total{device="veth94edd33"} 1 node_network_carrier_up_changes_total{device="veth9553163"} 1 node_network_carrier_up_changes_total{device="veth965628f"} 1 node_network_carrier_up_changes_total{device="veth96d77f6"} 1 node_network_carrier_up_changes_total{device="veth9841ead"} 1 node_network_carrier_up_changes_total{device="veth988596b"} 1 node_network_carrier_up_changes_total{device="veth98bcfcf"} 1 node_network_carrier_up_changes_total{device="veth992b562"} 1 node_network_carrier_up_changes_total{device="veth998fc07"} 1 node_network_carrier_up_changes_total{device="veth9af67e8"} 1 node_network_carrier_up_changes_total{device="veth9b8c3fe"} 1 node_network_carrier_up_changes_total{device="veth9ba3bbe"} 1 node_network_carrier_up_changes_total{device="veth9c7f67d"} 1 node_network_carrier_up_changes_total{device="veth9c8af90"} 1 node_network_carrier_up_changes_total{device="veth9d596d7"} 1 node_network_carrier_up_changes_total{device="veth9dc5a7e"} 1 node_network_carrier_up_changes_total{device="veth9dce1ef"} 1 node_network_carrier_up_changes_total{device="veth9dddbc9"} 1 node_network_carrier_up_changes_total{device="veth9dfec82"} 1 node_network_carrier_up_changes_total{device="veth9f0cb80"} 1 node_network_carrier_up_changes_total{device="veth9f2b7f4"} 1 node_network_carrier_up_changes_total{device="vetha0524ab"} 1 node_network_carrier_up_changes_total{device="vetha09db05"} 1 node_network_carrier_up_changes_total{device="vetha0c9f28"} 1 node_network_carrier_up_changes_total{device="vetha137a8a"} 1 node_network_carrier_up_changes_total{device="vetha1a2849"} 1 node_network_carrier_up_changes_total{device="vetha246e20"} 1 node_network_carrier_up_changes_total{device="vetha262863"} 1 node_network_carrier_up_changes_total{device="vetha2e8433"} 1 node_network_carrier_up_changes_total{device="vetha33f58d"} 1 node_network_carrier_up_changes_total{device="vetha364335"} 1 node_network_carrier_up_changes_total{device="vetha39dbf7"} 1 node_network_carrier_up_changes_total{device="vetha3d15af"} 1 node_network_carrier_up_changes_total{device="vetha46dce5"} 1 node_network_carrier_up_changes_total{device="vetha4a4b5e"} 1 node_network_carrier_up_changes_total{device="vetha52fdb0"} 1 node_network_carrier_up_changes_total{device="vetha532453"} 1 node_network_carrier_up_changes_total{device="vetha542775"} 1 node_network_carrier_up_changes_total{device="vetha5f484b"} 1 node_network_carrier_up_changes_total{device="vetha626559"} 1 node_network_carrier_up_changes_total{device="vetha6695f8"} 1 node_network_carrier_up_changes_total{device="vetha6bbe19"} 1 node_network_carrier_up_changes_total{device="vetha71b22e"} 1 node_network_carrier_up_changes_total{device="vetha73388c"} 1 node_network_carrier_up_changes_total{device="vetha7d15e0"} 1 node_network_carrier_up_changes_total{device="vetha819cf5"} 1 node_network_carrier_up_changes_total{device="vetha833154"} 1 node_network_carrier_up_changes_total{device="vetha8d245b"} 1 node_network_carrier_up_changes_total{device="vetha9a6ee7"} 1 node_network_carrier_up_changes_total{device="vetha9be187"} 1 node_network_carrier_up_changes_total{device="vethaac0f5a"} 1 node_network_carrier_up_changes_total{device="vethaaf14ed"} 1 node_network_carrier_up_changes_total{device="vethaafbc9c"} 1 node_network_carrier_up_changes_total{device="vethac8f909"} 1 node_network_carrier_up_changes_total{device="vethad12882"} 1 node_network_carrier_up_changes_total{device="vethad278fa"} 1 node_network_carrier_up_changes_total{device="vethad4728b"} 1 node_network_carrier_up_changes_total{device="vethad94033"} 1 node_network_carrier_up_changes_total{device="vethae911de"} 1 node_network_carrier_up_changes_total{device="vethaf848b4"} 1 node_network_carrier_up_changes_total{device="vethafdb738"} 1 node_network_carrier_up_changes_total{device="vethb03a241"} 1 node_network_carrier_up_changes_total{device="vethb0541e3"} 1 node_network_carrier_up_changes_total{device="vethb094466"} 1 node_network_carrier_up_changes_total{device="vethb0dce79"} 1 node_network_carrier_up_changes_total{device="vethb15363b"} 1 node_network_carrier_up_changes_total{device="vethb1b5e1a"} 1 node_network_carrier_up_changes_total{device="vethb20e6ba"} 1 node_network_carrier_up_changes_total{device="vethb348a18"} 1 node_network_carrier_up_changes_total{device="vethb39d63e"} 1 node_network_carrier_up_changes_total{device="vethb3a121b"} 1 node_network_carrier_up_changes_total{device="vethb3deee0"} 1 node_network_carrier_up_changes_total{device="vethb437aaa"} 1 node_network_carrier_up_changes_total{device="vethb446f39"} 1 node_network_carrier_up_changes_total{device="vethb463420"} 1 node_network_carrier_up_changes_total{device="vethb5e7625"} 1 node_network_carrier_up_changes_total{device="vethb5fac8d"} 1 node_network_carrier_up_changes_total{device="vethb60b24f"} 1 node_network_carrier_up_changes_total{device="vethb6a7795"} 1 node_network_carrier_up_changes_total{device="vethb70e800"} 1 node_network_carrier_up_changes_total{device="vethb77480b"} 1 node_network_carrier_up_changes_total{device="vethb8277ac"} 1 node_network_carrier_up_changes_total{device="vethba29e31"} 1 node_network_carrier_up_changes_total{device="vethba6e44c"} 1 node_network_carrier_up_changes_total{device="vethbb09104"} 1 node_network_carrier_up_changes_total{device="vethbb16237"} 1 node_network_carrier_up_changes_total{device="vethbb70179"} 1 node_network_carrier_up_changes_total{device="vethbba5630"} 1 node_network_carrier_up_changes_total{device="vethbbbbe04"} 1 node_network_carrier_up_changes_total{device="vethbbdba94"} 1 node_network_carrier_up_changes_total{device="vethbbfb0b7"} 1 node_network_carrier_up_changes_total{device="vethbc76a10"} 1 node_network_carrier_up_changes_total{device="vethbd2a2ee"} 1 node_network_carrier_up_changes_total{device="vethbda2ae7"} 1 node_network_carrier_up_changes_total{device="vethbded328"} 1 node_network_carrier_up_changes_total{device="vethbe2f7fe"} 1 node_network_carrier_up_changes_total{device="vethbe857cb"} 1 node_network_carrier_up_changes_total{device="vethbe875cc"} 1 node_network_carrier_up_changes_total{device="vethbf184b1"} 1 node_network_carrier_up_changes_total{device="vethbf984b6"} 1 node_network_carrier_up_changes_total{device="vethbffb2be"} 1 node_network_carrier_up_changes_total{device="vethc0f4be2"} 1 node_network_carrier_up_changes_total{device="vethc11e467"} 1 node_network_carrier_up_changes_total{device="vethc1f90e5"} 1 node_network_carrier_up_changes_total{device="vethc3672f4"} 1 node_network_carrier_up_changes_total{device="vethc3a39c5"} 1 node_network_carrier_up_changes_total{device="vethc3b6740"} 1 node_network_carrier_up_changes_total{device="vethc4690e0"} 1 node_network_carrier_up_changes_total{device="vethc4ee1b8"} 1 node_network_carrier_up_changes_total{device="vethc5402c9"} 1 node_network_carrier_up_changes_total{device="vethc547482"} 1 node_network_carrier_up_changes_total{device="vethc5fe0b1"} 1 node_network_carrier_up_changes_total{device="vethc60975c"} 1 node_network_carrier_up_changes_total{device="vethc69126e"} 1 node_network_carrier_up_changes_total{device="vethc6eb625"} 1 node_network_carrier_up_changes_total{device="vethc6fac07"} 1 node_network_carrier_up_changes_total{device="vethc702703"} 1 node_network_carrier_up_changes_total{device="vethc74fac6"} 1 node_network_carrier_up_changes_total{device="vethc78dd63"} 1 node_network_carrier_up_changes_total{device="vethc7cef54"} 1 node_network_carrier_up_changes_total{device="vethc7e6d28"} 1 node_network_carrier_up_changes_total{device="vethc800506"} 1 node_network_carrier_up_changes_total{device="vethc8344c6"} 1 node_network_carrier_up_changes_total{device="vethc85e8a1"} 1 node_network_carrier_up_changes_total{device="vethc86b25e"} 1 node_network_carrier_up_changes_total{device="vethc88f6d5"} 1 node_network_carrier_up_changes_total{device="vethc91fc73"} 1 node_network_carrier_up_changes_total{device="vethc942fad"} 1 node_network_carrier_up_changes_total{device="vethc99741d"} 1 node_network_carrier_up_changes_total{device="vethca7a920"} 1 node_network_carrier_up_changes_total{device="vethcb56258"} 1 node_network_carrier_up_changes_total{device="vethcb70a05"} 1 node_network_carrier_up_changes_total{device="vethcbb6ad3"} 1 node_network_carrier_up_changes_total{device="vethcbe3245"} 1 node_network_carrier_up_changes_total{device="vethcc05e54"} 1 node_network_carrier_up_changes_total{device="vethcc0a6a7"} 1 node_network_carrier_up_changes_total{device="vethcc4df6c"} 1 node_network_carrier_up_changes_total{device="vethccde146"} 1 node_network_carrier_up_changes_total{device="vethcd1a107"} 1 node_network_carrier_up_changes_total{device="vethcdc87c7"} 1 node_network_carrier_up_changes_total{device="vethce0cd64"} 1 node_network_carrier_up_changes_total{device="vethce27cb9"} 1 node_network_carrier_up_changes_total{device="vethce2a31d"} 1 node_network_carrier_up_changes_total{device="vethce67b11"} 1 node_network_carrier_up_changes_total{device="vethd0a9732"} 1 node_network_carrier_up_changes_total{device="vethd183c34"} 1 node_network_carrier_up_changes_total{device="vethd1a8a33"} 1 node_network_carrier_up_changes_total{device="vethd1b1ed7"} 1 node_network_carrier_up_changes_total{device="vethd1c6adb"} 1 node_network_carrier_up_changes_total{device="vethd1caf98"} 1 node_network_carrier_up_changes_total{device="vethd1f851b"} 1 node_network_carrier_up_changes_total{device="vethd23fa3c"} 1 node_network_carrier_up_changes_total{device="vethd2d1d0b"} 1 node_network_carrier_up_changes_total{device="vethd2d4c0f"} 1 node_network_carrier_up_changes_total{device="vethd2e142a"} 1 node_network_carrier_up_changes_total{device="vethd2f2476"} 1 node_network_carrier_up_changes_total{device="vethd32989f"} 1 node_network_carrier_up_changes_total{device="vethd33027f"} 1 node_network_carrier_up_changes_total{device="vethd386c1b"} 1 node_network_carrier_up_changes_total{device="vethd394f60"} 1 node_network_carrier_up_changes_total{device="vethd39b75f"} 1 node_network_carrier_up_changes_total{device="vethd3b8b64"} 1 node_network_carrier_up_changes_total{device="vethd3d71c3"} 1 node_network_carrier_up_changes_total{device="vethd3d74f4"} 1 node_network_carrier_up_changes_total{device="vethd3f5c3d"} 1 node_network_carrier_up_changes_total{device="vethd418045"} 1 node_network_carrier_up_changes_total{device="vethd583737"} 1 node_network_carrier_up_changes_total{device="vethd5b7fe1"} 1 node_network_carrier_up_changes_total{device="vethd6812c2"} 1 node_network_carrier_up_changes_total{device="vethd72be73"} 1 node_network_carrier_up_changes_total{device="vethd741df9"} 1 node_network_carrier_up_changes_total{device="vethd764c1d"} 1 node_network_carrier_up_changes_total{device="vethd77fdfb"} 1 node_network_carrier_up_changes_total{device="vethd7b6b6d"} 1 node_network_carrier_up_changes_total{device="vethd7ce910"} 1 node_network_carrier_up_changes_total{device="vethd80b242"} 1 node_network_carrier_up_changes_total{device="vethd9290a5"} 1 node_network_carrier_up_changes_total{device="vethd9633d5"} 1 node_network_carrier_up_changes_total{device="vethd9c1ac2"} 1 node_network_carrier_up_changes_total{device="vethd9dc45d"} 1 node_network_carrier_up_changes_total{device="vethdb3bfe5"} 1 node_network_carrier_up_changes_total{device="vethdb8e006"} 1 node_network_carrier_up_changes_total{device="vethdba04c6"} 1 node_network_carrier_up_changes_total{device="vethdcf0fe6"} 1 node_network_carrier_up_changes_total{device="vethdd73e31"} 1 node_network_carrier_up_changes_total{device="vethdeb43da"} 1 node_network_carrier_up_changes_total{device="vethdf2fc0c"} 1 node_network_carrier_up_changes_total{device="vethdf8b192"} 1 node_network_carrier_up_changes_total{device="vethe0014f6"} 1 node_network_carrier_up_changes_total{device="vethe04376c"} 1 node_network_carrier_up_changes_total{device="vethe0824de"} 1 node_network_carrier_up_changes_total{device="vethe1acebe"} 1 node_network_carrier_up_changes_total{device="vethe1b57af"} 1 node_network_carrier_up_changes_total{device="vethe2677b2"} 1 node_network_carrier_up_changes_total{device="vethe330364"} 1 node_network_carrier_up_changes_total{device="vethe358b9b"} 1 node_network_carrier_up_changes_total{device="vethe393e1f"} 1 node_network_carrier_up_changes_total{device="vethe3fc1d5"} 1 node_network_carrier_up_changes_total{device="vethe439679"} 1 node_network_carrier_up_changes_total{device="vethe484f21"} 1 node_network_carrier_up_changes_total{device="vethe49717f"} 1 node_network_carrier_up_changes_total{device="vethe4ad4e5"} 1 node_network_carrier_up_changes_total{device="vethe4e85e7"} 1 node_network_carrier_up_changes_total{device="vethe52bda0"} 1 node_network_carrier_up_changes_total{device="vethe5f3f06"} 1 node_network_carrier_up_changes_total{device="vethe63d6dd"} 1 node_network_carrier_up_changes_total{device="vethe6c23f6"} 1 node_network_carrier_up_changes_total{device="vethe766e72"} 1 node_network_carrier_up_changes_total{device="vethe7aff89"} 1 node_network_carrier_up_changes_total{device="vethe8648b1"} 1 node_network_carrier_up_changes_total{device="vethe87664c"} 1 node_network_carrier_up_changes_total{device="vethe880812"} 1 node_network_carrier_up_changes_total{device="vethe8d7ad1"} 1 node_network_carrier_up_changes_total{device="vethe98ffcc"} 1 node_network_carrier_up_changes_total{device="vethea8c77f"} 1 node_network_carrier_up_changes_total{device="vetheaaf5da"} 1 node_network_carrier_up_changes_total{device="vetheb750ff"} 1 node_network_carrier_up_changes_total{device="vethebe1c57"} 1 node_network_carrier_up_changes_total{device="vethec1bace"} 1 node_network_carrier_up_changes_total{device="vethedee635"} 1 node_network_carrier_up_changes_total{device="vethee49f2e"} 1 node_network_carrier_up_changes_total{device="vethee55381"} 1 node_network_carrier_up_changes_total{device="vetheebb707"} 1 node_network_carrier_up_changes_total{device="vetheede58b"} 1 node_network_carrier_up_changes_total{device="vethef01414"} 1 node_network_carrier_up_changes_total{device="vethef4d3cf"} 1 node_network_carrier_up_changes_total{device="vethef8ca1b"} 1 node_network_carrier_up_changes_total{device="vethef9a53b"} 1 node_network_carrier_up_changes_total{device="vetheff1b62"} 1 node_network_carrier_up_changes_total{device="vethf00a1a9"} 1 node_network_carrier_up_changes_total{device="vethf0d88b0"} 1 node_network_carrier_up_changes_total{device="vethf0e15a5"} 1 node_network_carrier_up_changes_total{device="vethf0f7c00"} 1 node_network_carrier_up_changes_total{device="vethf1a351b"} 1 node_network_carrier_up_changes_total{device="vethf1cab6c"} 1 node_network_carrier_up_changes_total{device="vethf1ffdde"} 1 node_network_carrier_up_changes_total{device="vethf30dce1"} 1 node_network_carrier_up_changes_total{device="vethf34ab67"} 1 node_network_carrier_up_changes_total{device="vethf3942da"} 1 node_network_carrier_up_changes_total{device="vethf40383d"} 1 node_network_carrier_up_changes_total{device="vethf4756aa"} 1 node_network_carrier_up_changes_total{device="vethf4b3dd4"} 1 node_network_carrier_up_changes_total{device="vethf572a6b"} 1 node_network_carrier_up_changes_total{device="vethf5f8567"} 1 node_network_carrier_up_changes_total{device="vethf62f7b0"} 1 node_network_carrier_up_changes_total{device="vethf766060"} 1 node_network_carrier_up_changes_total{device="vethf796416"} 1 node_network_carrier_up_changes_total{device="vethf7dde08"} 1 node_network_carrier_up_changes_total{device="vethf804fc2"} 1 node_network_carrier_up_changes_total{device="vethf89cdc2"} 1 node_network_carrier_up_changes_total{device="vethf8f166c"} 1 node_network_carrier_up_changes_total{device="vethf9080d7"} 1 node_network_carrier_up_changes_total{device="vethf90aa51"} 1 node_network_carrier_up_changes_total{device="vethf91787e"} 1 node_network_carrier_up_changes_total{device="vethf925f21"} 1 node_network_carrier_up_changes_total{device="vethf954e2e"} 1 node_network_carrier_up_changes_total{device="vethf96c7ac"} 1 node_network_carrier_up_changes_total{device="vethfb0d0e8"} 1 node_network_carrier_up_changes_total{device="vethfb3ff4e"} 1 node_network_carrier_up_changes_total{device="vethfc0e66c"} 1 node_network_carrier_up_changes_total{device="vethfcd6d02"} 1 node_network_carrier_up_changes_total{device="vethfe45418"} 1 node_network_carrier_up_changes_total{device="vethfe716bb"} 1 node_network_carrier_up_changes_total{device="vethfe71df5"} 1 node_network_carrier_up_changes_total{device="vethfecb007"} 1 node_network_carrier_up_changes_total{device="vethfee22ad"} 1 node_network_carrier_up_changes_total{device="vethff26790"} 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-032930a8871d"} 0 node_network_device_id{device="br-03ced592235a"} 0 node_network_device_id{device="br-0871d54d3675"} 0 node_network_device_id{device="br-089331b9c07a"} 0 node_network_device_id{device="br-0a8e30067c8e"} 0 node_network_device_id{device="br-0d01f742526c"} 0 node_network_device_id{device="br-0d9fdd0cf163"} 0 node_network_device_id{device="br-12a5c8e99f7e"} 0 node_network_device_id{device="br-131fa2cef983"} 0 node_network_device_id{device="br-14216610e159"} 0 node_network_device_id{device="br-15dab3c5a2fb"} 0 node_network_device_id{device="br-16453071a16a"} 0 node_network_device_id{device="br-1824841a31f9"} 0 node_network_device_id{device="br-1b283e1e5128"} 0 node_network_device_id{device="br-1c85749e122e"} 0 node_network_device_id{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 0 node_network_device_id{device="br-3db3cc2bc444"} 0 node_network_device_id{device="br-41c4dd613804"} 0 node_network_device_id{device="br-44fbf271d024"} 0 node_network_device_id{device="br-458514748e86"} 0 node_network_device_id{device="br-4698f8262a4c"} 0 node_network_device_id{device="br-483851ad6d82"} 0 node_network_device_id{device="br-491d965e7355"} 0 node_network_device_id{device="br-4a66d39e6115"} 0 node_network_device_id{device="br-52ce8deae651"} 0 node_network_device_id{device="br-5567248b7fed"} 0 node_network_device_id{device="br-559d36b72748"} 0 node_network_device_id{device="br-57259014cf16"} 0 node_network_device_id{device="br-5748fcd1e7ca"} 0 node_network_device_id{device="br-5a028c7b8cc5"} 0 node_network_device_id{device="br-5a09c7dffa78"} 0 node_network_device_id{device="br-5bbb53ee4d8c"} 0 node_network_device_id{device="br-5cd378a95a50"} 0 node_network_device_id{device="br-5e44ef26977f"} 0 node_network_device_id{device="br-649c0a0d748e"} 0 node_network_device_id{device="br-65c3891cde69"} 0 node_network_device_id{device="br-6654a6f415ef"} 0 node_network_device_id{device="br-666a1a84be8e"} 0 node_network_device_id{device="br-66b00b277461"} 0 node_network_device_id{device="br-67b6f2b09055"} 0 node_network_device_id{device="br-68a4d2d648c6"} 0 node_network_device_id{device="br-6a3142e5de92"} 0 node_network_device_id{device="br-6c34a8b4b6a4"} 0 node_network_device_id{device="br-6c5eccea21bc"} 0 node_network_device_id{device="br-75640dcb1806"} 0 node_network_device_id{device="br-757cf8ccd099"} 0 node_network_device_id{device="br-765d504a1648"} 0 node_network_device_id{device="br-7783edd4fb63"} 0 node_network_device_id{device="br-78c76b7fdacf"} 0 node_network_device_id{device="br-7a05c4b4c71c"} 0 node_network_device_id{device="br-7f1c0840c41b"} 0 node_network_device_id{device="br-8273700d2b53"} 0 node_network_device_id{device="br-832e21b6735f"} 0 node_network_device_id{device="br-89456f9f0577"} 0 node_network_device_id{device="br-8c4c62bbb4ac"} 0 node_network_device_id{device="br-8c90f08921d2"} 0 node_network_device_id{device="br-8d5f8dfdd165"} 0 node_network_device_id{device="br-8d809ce3c9c6"} 0 node_network_device_id{device="br-8f019a492357"} 0 node_network_device_id{device="br-918ddcd36f9a"} 0 node_network_device_id{device="br-94b2fbf06b0d"} 0 node_network_device_id{device="br-9504d5b6acf5"} 0 node_network_device_id{device="br-967a6a8492ec"} 0 node_network_device_id{device="br-977759f73e31"} 0 node_network_device_id{device="br-9be1f90f0a3c"} 0 node_network_device_id{device="br-9c7a6a4ea029"} 0 node_network_device_id{device="br-9fab29d0fd90"} 0 node_network_device_id{device="br-a01a29421e12"} 0 node_network_device_id{device="br-a073f44ab682"} 0 node_network_device_id{device="br-a08ab772e40d"} 0 node_network_device_id{device="br-a1b2b339a0bc"} 0 node_network_device_id{device="br-a3bcc581540c"} 0 node_network_device_id{device="br-a735d7132cb5"} 0 node_network_device_id{device="br-ab4fc0c8f205"} 0 node_network_device_id{device="br-ac4684d015f6"} 0 node_network_device_id{device="br-ac5441a8184d"} 0 node_network_device_id{device="br-afdcb409567a"} 0 node_network_device_id{device="br-b58abb066918"} 0 node_network_device_id{device="br-b5cc1abc8af1"} 0 node_network_device_id{device="br-b710ed0f91ed"} 0 node_network_device_id{device="br-b9ddcd38e3d5"} 0 node_network_device_id{device="br-be8161177ed9"} 0 node_network_device_id{device="br-bfa260e794d9"} 0 node_network_device_id{device="br-c1c4e42c8216"} 0 node_network_device_id{device="br-c577c6a066cb"} 0 node_network_device_id{device="br-c7ec91768290"} 0 node_network_device_id{device="br-c8047895107e"} 0 node_network_device_id{device="br-cb62be74ef17"} 0 node_network_device_id{device="br-cc4a14297e79"} 0 node_network_device_id{device="br-cf6b946573c1"} 0 node_network_device_id{device="br-cfa8e5dacf79"} 0 node_network_device_id{device="br-d461c29e6aa7"} 0 node_network_device_id{device="br-d4ad227661d1"} 0 node_network_device_id{device="br-d5a100d1afd1"} 0 node_network_device_id{device="br-d6403551d086"} 0 node_network_device_id{device="br-dae27e4e8b91"} 0 node_network_device_id{device="br-db5d49f98313"} 0 node_network_device_id{device="br-dc87a7504ded"} 0 node_network_device_id{device="br-ddaa8bdc0119"} 0 node_network_device_id{device="br-ddc45447112f"} 0 node_network_device_id{device="br-e0e95d87f3e0"} 0 node_network_device_id{device="br-e24d302efec6"} 0 node_network_device_id{device="br-e3e321b77026"} 0 node_network_device_id{device="br-e5714f199361"} 0 node_network_device_id{device="br-e63b0d1593b5"} 0 node_network_device_id{device="br-ead353f203a4"} 0 node_network_device_id{device="br-ec56c664f289"} 0 node_network_device_id{device="br-f17da17d41a2"} 0 node_network_device_id{device="br-f33d4e889abc"} 0 node_network_device_id{device="br-f4b381c64696"} 0 node_network_device_id{device="br-f5d79f441cea"} 0 node_network_device_id{device="br-f645f15c7927"} 0 node_network_device_id{device="br-f6901fdf275f"} 0 node_network_device_id{device="br-f7269b4b25bf"} 0 node_network_device_id{device="br-fa88d6f98186"} 0 node_network_device_id{device="br-fd7abce4f375"} 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="veth010cf6c"} 0 node_network_device_id{device="veth0118054"} 0 node_network_device_id{device="veth015066a"} 0 node_network_device_id{device="veth01c23a7"} 0 node_network_device_id{device="veth01d8776"} 0 node_network_device_id{device="veth028dce1"} 0 node_network_device_id{device="veth0299373"} 0 node_network_device_id{device="veth03320d3"} 0 node_network_device_id{device="veth0348049"} 0 node_network_device_id{device="veth04c0c5b"} 0 node_network_device_id{device="veth05bb69b"} 0 node_network_device_id{device="veth05d21d3"} 0 node_network_device_id{device="veth063974c"} 0 node_network_device_id{device="veth0665c41"} 0 node_network_device_id{device="veth06bac3f"} 0 node_network_device_id{device="veth06f7fab"} 0 node_network_device_id{device="veth07837a1"} 0 node_network_device_id{device="veth07940a9"} 0 node_network_device_id{device="veth07c394e"} 0 node_network_device_id{device="veth08220c7"} 0 node_network_device_id{device="veth085af09"} 0 node_network_device_id{device="veth08f2029"} 0 node_network_device_id{device="veth093e34b"} 0 node_network_device_id{device="veth095010c"} 0 node_network_device_id{device="veth0b4c3d1"} 0 node_network_device_id{device="veth0bad067"} 0 node_network_device_id{device="veth0bbdec3"} 0 node_network_device_id{device="veth0c16bae"} 0 node_network_device_id{device="veth0c30494"} 0 node_network_device_id{device="veth0caff4e"} 0 node_network_device_id{device="veth0d8770f"} 0 node_network_device_id{device="veth0df388c"} 0 node_network_device_id{device="veth0ea94b5"} 0 node_network_device_id{device="veth0f67dbb"} 0 node_network_device_id{device="veth0f8e2ed"} 0 node_network_device_id{device="veth0fb0b4d"} 0 node_network_device_id{device="veth100cba7"} 0 node_network_device_id{device="veth10146ec"} 0 node_network_device_id{device="veth1031098"} 0 node_network_device_id{device="veth10df4a9"} 0 node_network_device_id{device="veth110bcfe"} 0 node_network_device_id{device="veth110e8ec"} 0 node_network_device_id{device="veth1148460"} 0 node_network_device_id{device="veth12a3be7"} 0 node_network_device_id{device="veth12ae611"} 0 node_network_device_id{device="veth12ca81a"} 0 node_network_device_id{device="veth133acdf"} 0 node_network_device_id{device="veth13f164d"} 0 node_network_device_id{device="veth1431509"} 0 node_network_device_id{device="veth1433538"} 0 node_network_device_id{device="veth14a077c"} 0 node_network_device_id{device="veth1524c7a"} 0 node_network_device_id{device="veth15b5b5d"} 0 node_network_device_id{device="veth1647655"} 0 node_network_device_id{device="veth167a182"} 0 node_network_device_id{device="veth16f4867"} 0 node_network_device_id{device="veth1785664"} 0 node_network_device_id{device="veth199e3b5"} 0 node_network_device_id{device="veth1aa66b7"} 0 node_network_device_id{device="veth1b01e56"} 0 node_network_device_id{device="veth1b11dd2"} 0 node_network_device_id{device="veth1b18086"} 0 node_network_device_id{device="veth1c097c5"} 0 node_network_device_id{device="veth1c4c875"} 0 node_network_device_id{device="veth1c5280a"} 0 node_network_device_id{device="veth1cfc19d"} 0 node_network_device_id{device="veth1d0e0c0"} 0 node_network_device_id{device="veth1d2dae7"} 0 node_network_device_id{device="veth1d629d1"} 0 node_network_device_id{device="veth1d73687"} 0 node_network_device_id{device="veth1d7748d"} 0 node_network_device_id{device="veth1d8d1df"} 0 node_network_device_id{device="veth1dbaa59"} 0 node_network_device_id{device="veth1dc83fc"} 0 node_network_device_id{device="veth1e36d07"} 0 node_network_device_id{device="veth1e44960"} 0 node_network_device_id{device="veth1eb887e"} 0 node_network_device_id{device="veth1ebe556"} 0 node_network_device_id{device="veth1ef8c3b"} 0 node_network_device_id{device="veth1f00723"} 0 node_network_device_id{device="veth1f55581"} 0 node_network_device_id{device="veth200cbca"} 0 node_network_device_id{device="veth201dbeb"} 0 node_network_device_id{device="veth20350f2"} 0 node_network_device_id{device="veth2046904"} 0 node_network_device_id{device="veth20558f6"} 0 node_network_device_id{device="veth206800d"} 0 node_network_device_id{device="veth20c30fb"} 0 node_network_device_id{device="veth20d3122"} 0 node_network_device_id{device="veth20fec73"} 0 node_network_device_id{device="veth2101218"} 0 node_network_device_id{device="veth216cb5e"} 0 node_network_device_id{device="veth21bac8e"} 0 node_network_device_id{device="veth21e6158"} 0 node_network_device_id{device="veth21edd0c"} 0 node_network_device_id{device="veth22047d0"} 0 node_network_device_id{device="veth22a4380"} 0 node_network_device_id{device="veth22a99e1"} 0 node_network_device_id{device="veth22ec2e1"} 0 node_network_device_id{device="veth233a2ff"} 0 node_network_device_id{device="veth23cfa18"} 0 node_network_device_id{device="veth23e3157"} 0 node_network_device_id{device="veth253ee4b"} 0 node_network_device_id{device="veth25731c6"} 0 node_network_device_id{device="veth257e734"} 0 node_network_device_id{device="veth26d9a84"} 0 node_network_device_id{device="veth26da4e6"} 0 node_network_device_id{device="veth26de035"} 0 node_network_device_id{device="veth26e26ed"} 0 node_network_device_id{device="veth271e2be"} 0 node_network_device_id{device="veth273b370"} 0 node_network_device_id{device="veth2850417"} 0 node_network_device_id{device="veth28b3c5c"} 0 node_network_device_id{device="veth297bd24"} 0 node_network_device_id{device="veth29e137d"} 0 node_network_device_id{device="veth2a08596"} 0 node_network_device_id{device="veth2b080cb"} 0 node_network_device_id{device="veth2b1e3c8"} 0 node_network_device_id{device="veth2b70ed0"} 0 node_network_device_id{device="veth2b88298"} 0 node_network_device_id{device="veth2ba28cc"} 0 node_network_device_id{device="veth2c7ea81"} 0 node_network_device_id{device="veth2ccb650"} 0 node_network_device_id{device="veth2cdd57a"} 0 node_network_device_id{device="veth2d38052"} 0 node_network_device_id{device="veth2d90db8"} 0 node_network_device_id{device="veth2db0bc8"} 0 node_network_device_id{device="veth2e3e11b"} 0 node_network_device_id{device="veth2eaeb65"} 0 node_network_device_id{device="veth2edd93a"} 0 node_network_device_id{device="veth2f83127"} 0 node_network_device_id{device="veth2fad712"} 0 node_network_device_id{device="veth2fc1259"} 0 node_network_device_id{device="veth2fd4dcf"} 0 node_network_device_id{device="veth3018884"} 0 node_network_device_id{device="veth302391f"} 0 node_network_device_id{device="veth3036978"} 0 node_network_device_id{device="veth30a5c63"} 0 node_network_device_id{device="veth3190c62"} 0 node_network_device_id{device="veth31e5a9e"} 0 node_network_device_id{device="veth31f0812"} 0 node_network_device_id{device="veth32a4eb2"} 0 node_network_device_id{device="veth340f558"} 0 node_network_device_id{device="veth34317c5"} 0 node_network_device_id{device="veth3497f43"} 0 node_network_device_id{device="veth35137a1"} 0 node_network_device_id{device="veth351f876"} 0 node_network_device_id{device="veth356b213"} 0 node_network_device_id{device="veth35c1d5d"} 0 node_network_device_id{device="veth35e62a2"} 0 node_network_device_id{device="veth3660b83"} 0 node_network_device_id{device="veth369fc55"} 0 node_network_device_id{device="veth36ef53a"} 0 node_network_device_id{device="veth375f2a0"} 0 node_network_device_id{device="veth37c5473"} 0 node_network_device_id{device="veth3886d62"} 0 node_network_device_id{device="veth391ec21"} 0 node_network_device_id{device="veth39344a6"} 0 node_network_device_id{device="veth39d278e"} 0 node_network_device_id{device="veth3a42551"} 0 node_network_device_id{device="veth3af658d"} 0 node_network_device_id{device="veth3afab44"} 0 node_network_device_id{device="veth3be2114"} 0 node_network_device_id{device="veth3c52a6b"} 0 node_network_device_id{device="veth3c96f87"} 0 node_network_device_id{device="veth3cf6698"} 0 node_network_device_id{device="veth3d7e10e"} 0 node_network_device_id{device="veth3de8760"} 0 node_network_device_id{device="veth3dfd180"} 0 node_network_device_id{device="veth3e101c0"} 0 node_network_device_id{device="veth3e128b5"} 0 node_network_device_id{device="veth3eef6e7"} 0 node_network_device_id{device="veth3f766aa"} 0 node_network_device_id{device="veth3f8f002"} 0 node_network_device_id{device="veth400b680"} 0 node_network_device_id{device="veth4079dc2"} 0 node_network_device_id{device="veth4082762"} 0 node_network_device_id{device="veth40905f5"} 0 node_network_device_id{device="veth410cac4"} 0 node_network_device_id{device="veth411daee"} 0 node_network_device_id{device="veth4136e74"} 0 node_network_device_id{device="veth41b3812"} 0 node_network_device_id{device="veth41c7fd1"} 0 node_network_device_id{device="veth427a6a0"} 0 node_network_device_id{device="veth4391ce3"} 0 node_network_device_id{device="veth44023e4"} 0 node_network_device_id{device="veth4418c4f"} 0 node_network_device_id{device="veth445067e"} 0 node_network_device_id{device="veth4498697"} 0 node_network_device_id{device="veth44a2e68"} 0 node_network_device_id{device="veth44b9a64"} 0 node_network_device_id{device="veth44eaf2c"} 0 node_network_device_id{device="veth45ba942"} 0 node_network_device_id{device="veth45bf0a5"} 0 node_network_device_id{device="veth45d5fcf"} 0 node_network_device_id{device="veth467feaf"} 0 node_network_device_id{device="veth46be02b"} 0 node_network_device_id{device="veth47a78db"} 0 node_network_device_id{device="veth47c0091"} 0 node_network_device_id{device="veth47fbfa1"} 0 node_network_device_id{device="veth482bd25"} 0 node_network_device_id{device="veth4865e48"} 0 node_network_device_id{device="veth487ae24"} 0 node_network_device_id{device="veth494a1eb"} 0 node_network_device_id{device="veth49501f4"} 0 node_network_device_id{device="veth495aa66"} 0 node_network_device_id{device="veth4a3f821"} 0 node_network_device_id{device="veth4a5aa12"} 0 node_network_device_id{device="veth4b32651"} 0 node_network_device_id{device="veth4b9cef1"} 0 node_network_device_id{device="veth4bc06c3"} 0 node_network_device_id{device="veth4bcc505"} 0 node_network_device_id{device="veth4dc758a"} 0 node_network_device_id{device="veth4eeb5e5"} 0 node_network_device_id{device="veth4f78f9e"} 0 node_network_device_id{device="veth4fb5a24"} 0 node_network_device_id{device="veth4fc6d17"} 0 node_network_device_id{device="veth500d596"} 0 node_network_device_id{device="veth5148843"} 0 node_network_device_id{device="veth516a2dd"} 0 node_network_device_id{device="veth51cb6e1"} 0 node_network_device_id{device="veth531d83a"} 0 node_network_device_id{device="veth53841ff"} 0 node_network_device_id{device="veth538f11f"} 0 node_network_device_id{device="veth53a474c"} 0 node_network_device_id{device="veth53c0c49"} 0 node_network_device_id{device="veth5408e9e"} 0 node_network_device_id{device="veth54327b2"} 0 node_network_device_id{device="veth54aa51d"} 0 node_network_device_id{device="veth5644c2c"} 0 node_network_device_id{device="veth5662068"} 0 node_network_device_id{device="veth566b833"} 0 node_network_device_id{device="veth56c1ee3"} 0 node_network_device_id{device="veth574a9bf"} 0 node_network_device_id{device="veth5823a67"} 0 node_network_device_id{device="veth582b1e1"} 0 node_network_device_id{device="veth58398da"} 0 node_network_device_id{device="veth59af09d"} 0 node_network_device_id{device="veth5a57667"} 0 node_network_device_id{device="veth5a5947d"} 0 node_network_device_id{device="veth5aa7930"} 0 node_network_device_id{device="veth5b2851f"} 0 node_network_device_id{device="veth5b569cb"} 0 node_network_device_id{device="veth5be0e34"} 0 node_network_device_id{device="veth5cbd82f"} 0 node_network_device_id{device="veth5d07046"} 0 node_network_device_id{device="veth5d8e6f5"} 0 node_network_device_id{device="veth5da80fb"} 0 node_network_device_id{device="veth5db9191"} 0 node_network_device_id{device="veth5df7840"} 0 node_network_device_id{device="veth5e055da"} 0 node_network_device_id{device="veth5e9d6c1"} 0 node_network_device_id{device="veth5f14d4e"} 0 node_network_device_id{device="veth5f85831"} 0 node_network_device_id{device="veth5fda1aa"} 0 node_network_device_id{device="veth609f65f"} 0 node_network_device_id{device="veth60a6470"} 0 node_network_device_id{device="veth60ac914"} 0 node_network_device_id{device="veth60be674"} 0 node_network_device_id{device="veth6100f2e"} 0 node_network_device_id{device="veth6141b70"} 0 node_network_device_id{device="veth6151bb9"} 0 node_network_device_id{device="veth61c4816"} 0 node_network_device_id{device="veth61d7283"} 0 node_network_device_id{device="veth6228670"} 0 node_network_device_id{device="veth629242b"} 0 node_network_device_id{device="veth6374fd2"} 0 node_network_device_id{device="veth6391005"} 0 node_network_device_id{device="veth63cf232"} 0 node_network_device_id{device="veth640a039"} 0 node_network_device_id{device="veth642d0c1"} 0 node_network_device_id{device="veth643a437"} 0 node_network_device_id{device="veth64fdbac"} 0 node_network_device_id{device="veth6515c1a"} 0 node_network_device_id{device="veth656302b"} 0 node_network_device_id{device="veth663b727"} 0 node_network_device_id{device="veth6694b48"} 0 node_network_device_id{device="veth66c10ee"} 0 node_network_device_id{device="veth671f5fb"} 0 node_network_device_id{device="veth6727827"} 0 node_network_device_id{device="veth6735453"} 0 node_network_device_id{device="veth674eb08"} 0 node_network_device_id{device="veth67bdfb5"} 0 node_network_device_id{device="veth67c3090"} 0 node_network_device_id{device="veth6827eeb"} 0 node_network_device_id{device="veth686cf8f"} 0 node_network_device_id{device="veth686e4ce"} 0 node_network_device_id{device="veth694a5f6"} 0 node_network_device_id{device="veth6955d38"} 0 node_network_device_id{device="veth6a8f538"} 0 node_network_device_id{device="veth6ae26de"} 0 node_network_device_id{device="veth6b4fcb5"} 0 node_network_device_id{device="veth6bd4c88"} 0 node_network_device_id{device="veth6c0ac2b"} 0 node_network_device_id{device="veth6c5d880"} 0 node_network_device_id{device="veth6c7b2e3"} 0 node_network_device_id{device="veth6c84c0f"} 0 node_network_device_id{device="veth6cb308f"} 0 node_network_device_id{device="veth6cc8853"} 0 node_network_device_id{device="veth6cf5c92"} 0 node_network_device_id{device="veth6d937a2"} 0 node_network_device_id{device="veth6e35c23"} 0 node_network_device_id{device="veth6e379ab"} 0 node_network_device_id{device="veth6f266b8"} 0 node_network_device_id{device="veth6f36c86"} 0 node_network_device_id{device="veth6fbd9ae"} 0 node_network_device_id{device="veth6fe10bb"} 0 node_network_device_id{device="veth70d4eb5"} 0 node_network_device_id{device="veth71868de"} 0 node_network_device_id{device="veth72921dc"} 0 node_network_device_id{device="veth72cb0b9"} 0 node_network_device_id{device="veth732170b"} 0 node_network_device_id{device="veth73778ca"} 0 node_network_device_id{device="veth73c2c96"} 0 node_network_device_id{device="veth73d2548"} 0 node_network_device_id{device="veth7458897"} 0 node_network_device_id{device="veth7465df3"} 0 node_network_device_id{device="veth7561080"} 0 node_network_device_id{device="veth757c34a"} 0 node_network_device_id{device="veth7595562"} 0 node_network_device_id{device="veth76187dd"} 0 node_network_device_id{device="veth7676d1c"} 0 node_network_device_id{device="veth76d519a"} 0 node_network_device_id{device="veth76e63a1"} 0 node_network_device_id{device="veth7761467"} 0 node_network_device_id{device="veth77842d9"} 0 node_network_device_id{device="veth778f08d"} 0 node_network_device_id{device="veth77a2e6e"} 0 node_network_device_id{device="veth77b25a2"} 0 node_network_device_id{device="veth77d929a"} 0 node_network_device_id{device="veth77e0563"} 0 node_network_device_id{device="veth77ea6db"} 0 node_network_device_id{device="veth78790bc"} 0 node_network_device_id{device="veth7904e58"} 0 node_network_device_id{device="veth79c5a75"} 0 node_network_device_id{device="veth7a831cf"} 0 node_network_device_id{device="veth7b0ab9e"} 0 node_network_device_id{device="veth7b380ec"} 0 node_network_device_id{device="veth7b48c14"} 0 node_network_device_id{device="veth7b78b78"} 0 node_network_device_id{device="veth7b89f6f"} 0 node_network_device_id{device="veth7c2dbba"} 0 node_network_device_id{device="veth7c546d4"} 0 node_network_device_id{device="veth7c54e1e"} 0 node_network_device_id{device="veth7c58951"} 0 node_network_device_id{device="veth7c705d1"} 0 node_network_device_id{device="veth7d3dd83"} 0 node_network_device_id{device="veth7d8e60b"} 0 node_network_device_id{device="veth7d9930a"} 0 node_network_device_id{device="veth7ec3780"} 0 node_network_device_id{device="veth7f09f4c"} 0 node_network_device_id{device="veth8004847"} 0 node_network_device_id{device="veth80252b4"} 0 node_network_device_id{device="veth80badd0"} 0 node_network_device_id{device="veth80c389c"} 0 node_network_device_id{device="veth8101e42"} 0 node_network_device_id{device="veth811e063"} 0 node_network_device_id{device="veth816a265"} 0 node_network_device_id{device="veth8186d77"} 0 node_network_device_id{device="veth820f0db"} 0 node_network_device_id{device="veth8237dc3"} 0 node_network_device_id{device="veth8269643"} 0 node_network_device_id{device="veth828ecf9"} 0 node_network_device_id{device="veth83498cb"} 0 node_network_device_id{device="veth834d149"} 0 node_network_device_id{device="veth8357150"} 0 node_network_device_id{device="veth83fb8e6"} 0 node_network_device_id{device="veth84220c4"} 0 node_network_device_id{device="veth84e1fc4"} 0 node_network_device_id{device="veth850b442"} 0 node_network_device_id{device="veth85daf28"} 0 node_network_device_id{device="veth861068a"} 0 node_network_device_id{device="veth866bba7"} 0 node_network_device_id{device="veth86a2462"} 0 node_network_device_id{device="veth872cb76"} 0 node_network_device_id{device="veth87362c6"} 0 node_network_device_id{device="veth87cb8c8"} 0 node_network_device_id{device="veth87d5677"} 0 node_network_device_id{device="veth87d62cb"} 0 node_network_device_id{device="veth87d7e35"} 0 node_network_device_id{device="veth87e75ee"} 0 node_network_device_id{device="veth87f4935"} 0 node_network_device_id{device="veth87fdb6a"} 0 node_network_device_id{device="veth889a2f1"} 0 node_network_device_id{device="veth88ac732"} 0 node_network_device_id{device="veth8922783"} 0 node_network_device_id{device="veth896c132"} 0 node_network_device_id{device="veth899b99d"} 0 node_network_device_id{device="veth89b275c"} 0 node_network_device_id{device="veth8a52231"} 0 node_network_device_id{device="veth8a89268"} 0 node_network_device_id{device="veth8b3b309"} 0 node_network_device_id{device="veth8b541a1"} 0 node_network_device_id{device="veth8b983cf"} 0 node_network_device_id{device="veth8bc856f"} 0 node_network_device_id{device="veth8bc982a"} 0 node_network_device_id{device="veth8bd3242"} 0 node_network_device_id{device="veth8bed13f"} 0 node_network_device_id{device="veth8c86032"} 0 node_network_device_id{device="veth8c88f73"} 0 node_network_device_id{device="veth8c93126"} 0 node_network_device_id{device="veth8d22374"} 0 node_network_device_id{device="veth8d6536d"} 0 node_network_device_id{device="veth8d7d98e"} 0 node_network_device_id{device="veth8d88b16"} 0 node_network_device_id{device="veth8d936c5"} 0 node_network_device_id{device="veth8e0e8a0"} 0 node_network_device_id{device="veth8e914f7"} 0 node_network_device_id{device="veth8ea541c"} 0 node_network_device_id{device="veth8ecee2e"} 0 node_network_device_id{device="veth8f1ab25"} 0 node_network_device_id{device="veth8f7a6af"} 0 node_network_device_id{device="veth8f9b8d0"} 0 node_network_device_id{device="veth906c063"} 0 node_network_device_id{device="veth909d986"} 0 node_network_device_id{device="veth90c1c36"} 0 node_network_device_id{device="veth91af2c1"} 0 node_network_device_id{device="veth91d764a"} 0 node_network_device_id{device="veth9204861"} 0 node_network_device_id{device="veth921bb23"} 0 node_network_device_id{device="veth9312dae"} 0 node_network_device_id{device="veth9317063"} 0 node_network_device_id{device="veth93596dd"} 0 node_network_device_id{device="veth93882ee"} 0 node_network_device_id{device="veth93d7d29"} 0 node_network_device_id{device="veth93dba36"} 0 node_network_device_id{device="veth93ddc00"} 0 node_network_device_id{device="veth943efa3"} 0 node_network_device_id{device="veth9487334"} 0 node_network_device_id{device="veth94edd33"} 0 node_network_device_id{device="veth9553163"} 0 node_network_device_id{device="veth965628f"} 0 node_network_device_id{device="veth96d77f6"} 0 node_network_device_id{device="veth9841ead"} 0 node_network_device_id{device="veth988596b"} 0 node_network_device_id{device="veth98bcfcf"} 0 node_network_device_id{device="veth992b562"} 0 node_network_device_id{device="veth998fc07"} 0 node_network_device_id{device="veth9af67e8"} 0 node_network_device_id{device="veth9b8c3fe"} 0 node_network_device_id{device="veth9ba3bbe"} 0 node_network_device_id{device="veth9c7f67d"} 0 node_network_device_id{device="veth9c8af90"} 0 node_network_device_id{device="veth9d596d7"} 0 node_network_device_id{device="veth9dc5a7e"} 0 node_network_device_id{device="veth9dce1ef"} 0 node_network_device_id{device="veth9dddbc9"} 0 node_network_device_id{device="veth9dfec82"} 0 node_network_device_id{device="veth9f0cb80"} 0 node_network_device_id{device="veth9f2b7f4"} 0 node_network_device_id{device="vetha0524ab"} 0 node_network_device_id{device="vetha09db05"} 0 node_network_device_id{device="vetha0c9f28"} 0 node_network_device_id{device="vetha137a8a"} 0 node_network_device_id{device="vetha1a2849"} 0 node_network_device_id{device="vetha246e20"} 0 node_network_device_id{device="vetha262863"} 0 node_network_device_id{device="vetha2e8433"} 0 node_network_device_id{device="vetha33f58d"} 0 node_network_device_id{device="vetha364335"} 0 node_network_device_id{device="vetha39dbf7"} 0 node_network_device_id{device="vetha3d15af"} 0 node_network_device_id{device="vetha46dce5"} 0 node_network_device_id{device="vetha4a4b5e"} 0 node_network_device_id{device="vetha52fdb0"} 0 node_network_device_id{device="vetha532453"} 0 node_network_device_id{device="vetha542775"} 0 node_network_device_id{device="vetha5f484b"} 0 node_network_device_id{device="vetha626559"} 0 node_network_device_id{device="vetha6695f8"} 0 node_network_device_id{device="vetha6bbe19"} 0 node_network_device_id{device="vetha71b22e"} 0 node_network_device_id{device="vetha73388c"} 0 node_network_device_id{device="vetha7d15e0"} 0 node_network_device_id{device="vetha819cf5"} 0 node_network_device_id{device="vetha833154"} 0 node_network_device_id{device="vetha8d245b"} 0 node_network_device_id{device="vetha9a6ee7"} 0 node_network_device_id{device="vetha9be187"} 0 node_network_device_id{device="vethaac0f5a"} 0 node_network_device_id{device="vethaaf14ed"} 0 node_network_device_id{device="vethaafbc9c"} 0 node_network_device_id{device="vethac8f909"} 0 node_network_device_id{device="vethad12882"} 0 node_network_device_id{device="vethad278fa"} 0 node_network_device_id{device="vethad4728b"} 0 node_network_device_id{device="vethad94033"} 0 node_network_device_id{device="vethae911de"} 0 node_network_device_id{device="vethaf848b4"} 0 node_network_device_id{device="vethafdb738"} 0 node_network_device_id{device="vethb03a241"} 0 node_network_device_id{device="vethb0541e3"} 0 node_network_device_id{device="vethb094466"} 0 node_network_device_id{device="vethb0dce79"} 0 node_network_device_id{device="vethb15363b"} 0 node_network_device_id{device="vethb1b5e1a"} 0 node_network_device_id{device="vethb20e6ba"} 0 node_network_device_id{device="vethb348a18"} 0 node_network_device_id{device="vethb39d63e"} 0 node_network_device_id{device="vethb3a121b"} 0 node_network_device_id{device="vethb3deee0"} 0 node_network_device_id{device="vethb437aaa"} 0 node_network_device_id{device="vethb446f39"} 0 node_network_device_id{device="vethb463420"} 0 node_network_device_id{device="vethb5e7625"} 0 node_network_device_id{device="vethb5fac8d"} 0 node_network_device_id{device="vethb60b24f"} 0 node_network_device_id{device="vethb6a7795"} 0 node_network_device_id{device="vethb70e800"} 0 node_network_device_id{device="vethb77480b"} 0 node_network_device_id{device="vethb8277ac"} 0 node_network_device_id{device="vethba29e31"} 0 node_network_device_id{device="vethba6e44c"} 0 node_network_device_id{device="vethbb09104"} 0 node_network_device_id{device="vethbb16237"} 0 node_network_device_id{device="vethbb70179"} 0 node_network_device_id{device="vethbba5630"} 0 node_network_device_id{device="vethbbbbe04"} 0 node_network_device_id{device="vethbbdba94"} 0 node_network_device_id{device="vethbbfb0b7"} 0 node_network_device_id{device="vethbc76a10"} 0 node_network_device_id{device="vethbd2a2ee"} 0 node_network_device_id{device="vethbda2ae7"} 0 node_network_device_id{device="vethbded328"} 0 node_network_device_id{device="vethbe2f7fe"} 0 node_network_device_id{device="vethbe857cb"} 0 node_network_device_id{device="vethbe875cc"} 0 node_network_device_id{device="vethbf184b1"} 0 node_network_device_id{device="vethbf984b6"} 0 node_network_device_id{device="vethbffb2be"} 0 node_network_device_id{device="vethc0f4be2"} 0 node_network_device_id{device="vethc11e467"} 0 node_network_device_id{device="vethc1f90e5"} 0 node_network_device_id{device="vethc3672f4"} 0 node_network_device_id{device="vethc3a39c5"} 0 node_network_device_id{device="vethc3b6740"} 0 node_network_device_id{device="vethc4690e0"} 0 node_network_device_id{device="vethc4ee1b8"} 0 node_network_device_id{device="vethc5402c9"} 0 node_network_device_id{device="vethc547482"} 0 node_network_device_id{device="vethc5fe0b1"} 0 node_network_device_id{device="vethc60975c"} 0 node_network_device_id{device="vethc69126e"} 0 node_network_device_id{device="vethc6eb625"} 0 node_network_device_id{device="vethc6fac07"} 0 node_network_device_id{device="vethc702703"} 0 node_network_device_id{device="vethc74fac6"} 0 node_network_device_id{device="vethc78dd63"} 0 node_network_device_id{device="vethc7cef54"} 0 node_network_device_id{device="vethc7e6d28"} 0 node_network_device_id{device="vethc800506"} 0 node_network_device_id{device="vethc8344c6"} 0 node_network_device_id{device="vethc85e8a1"} 0 node_network_device_id{device="vethc86b25e"} 0 node_network_device_id{device="vethc88f6d5"} 0 node_network_device_id{device="vethc91fc73"} 0 node_network_device_id{device="vethc942fad"} 0 node_network_device_id{device="vethc99741d"} 0 node_network_device_id{device="vethca7a920"} 0 node_network_device_id{device="vethcb56258"} 0 node_network_device_id{device="vethcb70a05"} 0 node_network_device_id{device="vethcbb6ad3"} 0 node_network_device_id{device="vethcbe3245"} 0 node_network_device_id{device="vethcc05e54"} 0 node_network_device_id{device="vethcc0a6a7"} 0 node_network_device_id{device="vethcc4df6c"} 0 node_network_device_id{device="vethccde146"} 0 node_network_device_id{device="vethcd1a107"} 0 node_network_device_id{device="vethcdc87c7"} 0 node_network_device_id{device="vethce0cd64"} 0 node_network_device_id{device="vethce27cb9"} 0 node_network_device_id{device="vethce2a31d"} 0 node_network_device_id{device="vethce67b11"} 0 node_network_device_id{device="vethd0a9732"} 0 node_network_device_id{device="vethd183c34"} 0 node_network_device_id{device="vethd1a8a33"} 0 node_network_device_id{device="vethd1b1ed7"} 0 node_network_device_id{device="vethd1c6adb"} 0 node_network_device_id{device="vethd1caf98"} 0 node_network_device_id{device="vethd1f851b"} 0 node_network_device_id{device="vethd23fa3c"} 0 node_network_device_id{device="vethd2d1d0b"} 0 node_network_device_id{device="vethd2d4c0f"} 0 node_network_device_id{device="vethd2e142a"} 0 node_network_device_id{device="vethd2f2476"} 0 node_network_device_id{device="vethd32989f"} 0 node_network_device_id{device="vethd33027f"} 0 node_network_device_id{device="vethd386c1b"} 0 node_network_device_id{device="vethd394f60"} 0 node_network_device_id{device="vethd39b75f"} 0 node_network_device_id{device="vethd3b8b64"} 0 node_network_device_id{device="vethd3d71c3"} 0 node_network_device_id{device="vethd3d74f4"} 0 node_network_device_id{device="vethd3f5c3d"} 0 node_network_device_id{device="vethd418045"} 0 node_network_device_id{device="vethd583737"} 0 node_network_device_id{device="vethd5b7fe1"} 0 node_network_device_id{device="vethd6812c2"} 0 node_network_device_id{device="vethd72be73"} 0 node_network_device_id{device="vethd741df9"} 0 node_network_device_id{device="vethd764c1d"} 0 node_network_device_id{device="vethd77fdfb"} 0 node_network_device_id{device="vethd7b6b6d"} 0 node_network_device_id{device="vethd7ce910"} 0 node_network_device_id{device="vethd80b242"} 0 node_network_device_id{device="vethd9290a5"} 0 node_network_device_id{device="vethd9633d5"} 0 node_network_device_id{device="vethd9c1ac2"} 0 node_network_device_id{device="vethd9dc45d"} 0 node_network_device_id{device="vethdb3bfe5"} 0 node_network_device_id{device="vethdb8e006"} 0 node_network_device_id{device="vethdba04c6"} 0 node_network_device_id{device="vethdcf0fe6"} 0 node_network_device_id{device="vethdd73e31"} 0 node_network_device_id{device="vethdeb43da"} 0 node_network_device_id{device="vethdf2fc0c"} 0 node_network_device_id{device="vethdf8b192"} 0 node_network_device_id{device="vethe0014f6"} 0 node_network_device_id{device="vethe04376c"} 0 node_network_device_id{device="vethe0824de"} 0 node_network_device_id{device="vethe1acebe"} 0 node_network_device_id{device="vethe1b57af"} 0 node_network_device_id{device="vethe2677b2"} 0 node_network_device_id{device="vethe330364"} 0 node_network_device_id{device="vethe358b9b"} 0 node_network_device_id{device="vethe393e1f"} 0 node_network_device_id{device="vethe3fc1d5"} 0 node_network_device_id{device="vethe439679"} 0 node_network_device_id{device="vethe484f21"} 0 node_network_device_id{device="vethe49717f"} 0 node_network_device_id{device="vethe4ad4e5"} 0 node_network_device_id{device="vethe4e85e7"} 0 node_network_device_id{device="vethe52bda0"} 0 node_network_device_id{device="vethe5f3f06"} 0 node_network_device_id{device="vethe63d6dd"} 0 node_network_device_id{device="vethe6c23f6"} 0 node_network_device_id{device="vethe766e72"} 0 node_network_device_id{device="vethe7aff89"} 0 node_network_device_id{device="vethe8648b1"} 0 node_network_device_id{device="vethe87664c"} 0 node_network_device_id{device="vethe880812"} 0 node_network_device_id{device="vethe8d7ad1"} 0 node_network_device_id{device="vethe98ffcc"} 0 node_network_device_id{device="vethea8c77f"} 0 node_network_device_id{device="vetheaaf5da"} 0 node_network_device_id{device="vetheb750ff"} 0 node_network_device_id{device="vethebe1c57"} 0 node_network_device_id{device="vethec1bace"} 0 node_network_device_id{device="vethedee635"} 0 node_network_device_id{device="vethee49f2e"} 0 node_network_device_id{device="vethee55381"} 0 node_network_device_id{device="vetheebb707"} 0 node_network_device_id{device="vetheede58b"} 0 node_network_device_id{device="vethef01414"} 0 node_network_device_id{device="vethef4d3cf"} 0 node_network_device_id{device="vethef8ca1b"} 0 node_network_device_id{device="vethef9a53b"} 0 node_network_device_id{device="vetheff1b62"} 0 node_network_device_id{device="vethf00a1a9"} 0 node_network_device_id{device="vethf0d88b0"} 0 node_network_device_id{device="vethf0e15a5"} 0 node_network_device_id{device="vethf0f7c00"} 0 node_network_device_id{device="vethf1a351b"} 0 node_network_device_id{device="vethf1cab6c"} 0 node_network_device_id{device="vethf1ffdde"} 0 node_network_device_id{device="vethf30dce1"} 0 node_network_device_id{device="vethf34ab67"} 0 node_network_device_id{device="vethf3942da"} 0 node_network_device_id{device="vethf40383d"} 0 node_network_device_id{device="vethf4756aa"} 0 node_network_device_id{device="vethf4b3dd4"} 0 node_network_device_id{device="vethf572a6b"} 0 node_network_device_id{device="vethf5f8567"} 0 node_network_device_id{device="vethf62f7b0"} 0 node_network_device_id{device="vethf766060"} 0 node_network_device_id{device="vethf796416"} 0 node_network_device_id{device="vethf7dde08"} 0 node_network_device_id{device="vethf804fc2"} 0 node_network_device_id{device="vethf89cdc2"} 0 node_network_device_id{device="vethf8f166c"} 0 node_network_device_id{device="vethf9080d7"} 0 node_network_device_id{device="vethf90aa51"} 0 node_network_device_id{device="vethf91787e"} 0 node_network_device_id{device="vethf925f21"} 0 node_network_device_id{device="vethf954e2e"} 0 node_network_device_id{device="vethf96c7ac"} 0 node_network_device_id{device="vethfb0d0e8"} 0 node_network_device_id{device="vethfb3ff4e"} 0 node_network_device_id{device="vethfc0e66c"} 0 node_network_device_id{device="vethfcd6d02"} 0 node_network_device_id{device="vethfe45418"} 0 node_network_device_id{device="vethfe716bb"} 0 node_network_device_id{device="vethfe71df5"} 0 node_network_device_id{device="vethfecb007"} 0 node_network_device_id{device="vethfee22ad"} 0 node_network_device_id{device="vethff26790"} 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-032930a8871d"} 0 node_network_dormant{device="br-03ced592235a"} 0 node_network_dormant{device="br-0871d54d3675"} 0 node_network_dormant{device="br-089331b9c07a"} 0 node_network_dormant{device="br-0a8e30067c8e"} 0 node_network_dormant{device="br-0d01f742526c"} 0 node_network_dormant{device="br-0d9fdd0cf163"} 0 node_network_dormant{device="br-12a5c8e99f7e"} 0 node_network_dormant{device="br-131fa2cef983"} 0 node_network_dormant{device="br-14216610e159"} 0 node_network_dormant{device="br-15dab3c5a2fb"} 0 node_network_dormant{device="br-16453071a16a"} 0 node_network_dormant{device="br-1824841a31f9"} 0 node_network_dormant{device="br-1b283e1e5128"} 0 node_network_dormant{device="br-1c85749e122e"} 0 node_network_dormant{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 0 node_network_dormant{device="br-3db3cc2bc444"} 0 node_network_dormant{device="br-41c4dd613804"} 0 node_network_dormant{device="br-44fbf271d024"} 0 node_network_dormant{device="br-458514748e86"} 0 node_network_dormant{device="br-4698f8262a4c"} 0 node_network_dormant{device="br-483851ad6d82"} 0 node_network_dormant{device="br-491d965e7355"} 0 node_network_dormant{device="br-4a66d39e6115"} 0 node_network_dormant{device="br-52ce8deae651"} 0 node_network_dormant{device="br-5567248b7fed"} 0 node_network_dormant{device="br-559d36b72748"} 0 node_network_dormant{device="br-57259014cf16"} 0 node_network_dormant{device="br-5748fcd1e7ca"} 0 node_network_dormant{device="br-5a028c7b8cc5"} 0 node_network_dormant{device="br-5a09c7dffa78"} 0 node_network_dormant{device="br-5bbb53ee4d8c"} 0 node_network_dormant{device="br-5cd378a95a50"} 0 node_network_dormant{device="br-5e44ef26977f"} 0 node_network_dormant{device="br-649c0a0d748e"} 0 node_network_dormant{device="br-65c3891cde69"} 0 node_network_dormant{device="br-6654a6f415ef"} 0 node_network_dormant{device="br-666a1a84be8e"} 0 node_network_dormant{device="br-66b00b277461"} 0 node_network_dormant{device="br-67b6f2b09055"} 0 node_network_dormant{device="br-68a4d2d648c6"} 0 node_network_dormant{device="br-6a3142e5de92"} 0 node_network_dormant{device="br-6c34a8b4b6a4"} 0 node_network_dormant{device="br-6c5eccea21bc"} 0 node_network_dormant{device="br-75640dcb1806"} 0 node_network_dormant{device="br-757cf8ccd099"} 0 node_network_dormant{device="br-765d504a1648"} 0 node_network_dormant{device="br-7783edd4fb63"} 0 node_network_dormant{device="br-78c76b7fdacf"} 0 node_network_dormant{device="br-7a05c4b4c71c"} 0 node_network_dormant{device="br-7f1c0840c41b"} 0 node_network_dormant{device="br-8273700d2b53"} 0 node_network_dormant{device="br-832e21b6735f"} 0 node_network_dormant{device="br-89456f9f0577"} 0 node_network_dormant{device="br-8c4c62bbb4ac"} 0 node_network_dormant{device="br-8c90f08921d2"} 0 node_network_dormant{device="br-8d5f8dfdd165"} 0 node_network_dormant{device="br-8d809ce3c9c6"} 0 node_network_dormant{device="br-8f019a492357"} 0 node_network_dormant{device="br-918ddcd36f9a"} 0 node_network_dormant{device="br-94b2fbf06b0d"} 0 node_network_dormant{device="br-9504d5b6acf5"} 0 node_network_dormant{device="br-967a6a8492ec"} 0 node_network_dormant{device="br-977759f73e31"} 0 node_network_dormant{device="br-9be1f90f0a3c"} 0 node_network_dormant{device="br-9c7a6a4ea029"} 0 node_network_dormant{device="br-9fab29d0fd90"} 0 node_network_dormant{device="br-a01a29421e12"} 0 node_network_dormant{device="br-a073f44ab682"} 0 node_network_dormant{device="br-a08ab772e40d"} 0 node_network_dormant{device="br-a1b2b339a0bc"} 0 node_network_dormant{device="br-a3bcc581540c"} 0 node_network_dormant{device="br-a735d7132cb5"} 0 node_network_dormant{device="br-ab4fc0c8f205"} 0 node_network_dormant{device="br-ac4684d015f6"} 0 node_network_dormant{device="br-ac5441a8184d"} 0 node_network_dormant{device="br-afdcb409567a"} 0 node_network_dormant{device="br-b58abb066918"} 0 node_network_dormant{device="br-b5cc1abc8af1"} 0 node_network_dormant{device="br-b710ed0f91ed"} 0 node_network_dormant{device="br-b9ddcd38e3d5"} 0 node_network_dormant{device="br-be8161177ed9"} 0 node_network_dormant{device="br-bfa260e794d9"} 0 node_network_dormant{device="br-c1c4e42c8216"} 0 node_network_dormant{device="br-c577c6a066cb"} 0 node_network_dormant{device="br-c7ec91768290"} 0 node_network_dormant{device="br-c8047895107e"} 0 node_network_dormant{device="br-cb62be74ef17"} 0 node_network_dormant{device="br-cc4a14297e79"} 0 node_network_dormant{device="br-cf6b946573c1"} 0 node_network_dormant{device="br-cfa8e5dacf79"} 0 node_network_dormant{device="br-d461c29e6aa7"} 0 node_network_dormant{device="br-d4ad227661d1"} 0 node_network_dormant{device="br-d5a100d1afd1"} 0 node_network_dormant{device="br-d6403551d086"} 0 node_network_dormant{device="br-dae27e4e8b91"} 0 node_network_dormant{device="br-db5d49f98313"} 0 node_network_dormant{device="br-dc87a7504ded"} 0 node_network_dormant{device="br-ddaa8bdc0119"} 0 node_network_dormant{device="br-ddc45447112f"} 0 node_network_dormant{device="br-e0e95d87f3e0"} 0 node_network_dormant{device="br-e24d302efec6"} 0 node_network_dormant{device="br-e3e321b77026"} 0 node_network_dormant{device="br-e5714f199361"} 0 node_network_dormant{device="br-e63b0d1593b5"} 0 node_network_dormant{device="br-ead353f203a4"} 0 node_network_dormant{device="br-ec56c664f289"} 0 node_network_dormant{device="br-f17da17d41a2"} 0 node_network_dormant{device="br-f33d4e889abc"} 0 node_network_dormant{device="br-f4b381c64696"} 0 node_network_dormant{device="br-f5d79f441cea"} 0 node_network_dormant{device="br-f645f15c7927"} 0 node_network_dormant{device="br-f6901fdf275f"} 0 node_network_dormant{device="br-f7269b4b25bf"} 0 node_network_dormant{device="br-fa88d6f98186"} 0 node_network_dormant{device="br-fd7abce4f375"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth010cf6c"} 0 node_network_dormant{device="veth0118054"} 0 node_network_dormant{device="veth015066a"} 0 node_network_dormant{device="veth01c23a7"} 0 node_network_dormant{device="veth01d8776"} 0 node_network_dormant{device="veth028dce1"} 0 node_network_dormant{device="veth0299373"} 0 node_network_dormant{device="veth03320d3"} 0 node_network_dormant{device="veth0348049"} 0 node_network_dormant{device="veth04c0c5b"} 0 node_network_dormant{device="veth05bb69b"} 0 node_network_dormant{device="veth05d21d3"} 0 node_network_dormant{device="veth063974c"} 0 node_network_dormant{device="veth0665c41"} 0 node_network_dormant{device="veth06bac3f"} 0 node_network_dormant{device="veth06f7fab"} 0 node_network_dormant{device="veth07837a1"} 0 node_network_dormant{device="veth07940a9"} 0 node_network_dormant{device="veth07c394e"} 0 node_network_dormant{device="veth08220c7"} 0 node_network_dormant{device="veth085af09"} 0 node_network_dormant{device="veth08f2029"} 0 node_network_dormant{device="veth093e34b"} 0 node_network_dormant{device="veth095010c"} 0 node_network_dormant{device="veth0b4c3d1"} 0 node_network_dormant{device="veth0bad067"} 0 node_network_dormant{device="veth0bbdec3"} 0 node_network_dormant{device="veth0c16bae"} 0 node_network_dormant{device="veth0c30494"} 0 node_network_dormant{device="veth0caff4e"} 0 node_network_dormant{device="veth0d8770f"} 0 node_network_dormant{device="veth0df388c"} 0 node_network_dormant{device="veth0ea94b5"} 0 node_network_dormant{device="veth0f67dbb"} 0 node_network_dormant{device="veth0f8e2ed"} 0 node_network_dormant{device="veth0fb0b4d"} 0 node_network_dormant{device="veth100cba7"} 0 node_network_dormant{device="veth10146ec"} 0 node_network_dormant{device="veth1031098"} 0 node_network_dormant{device="veth10df4a9"} 0 node_network_dormant{device="veth110bcfe"} 0 node_network_dormant{device="veth110e8ec"} 0 node_network_dormant{device="veth1148460"} 0 node_network_dormant{device="veth12a3be7"} 0 node_network_dormant{device="veth12ae611"} 0 node_network_dormant{device="veth12ca81a"} 0 node_network_dormant{device="veth133acdf"} 0 node_network_dormant{device="veth13f164d"} 0 node_network_dormant{device="veth1431509"} 0 node_network_dormant{device="veth1433538"} 0 node_network_dormant{device="veth14a077c"} 0 node_network_dormant{device="veth1524c7a"} 0 node_network_dormant{device="veth15b5b5d"} 0 node_network_dormant{device="veth1647655"} 0 node_network_dormant{device="veth167a182"} 0 node_network_dormant{device="veth16f4867"} 0 node_network_dormant{device="veth1785664"} 0 node_network_dormant{device="veth199e3b5"} 0 node_network_dormant{device="veth1aa66b7"} 0 node_network_dormant{device="veth1b01e56"} 0 node_network_dormant{device="veth1b11dd2"} 0 node_network_dormant{device="veth1b18086"} 0 node_network_dormant{device="veth1c097c5"} 0 node_network_dormant{device="veth1c4c875"} 0 node_network_dormant{device="veth1c5280a"} 0 node_network_dormant{device="veth1cfc19d"} 0 node_network_dormant{device="veth1d0e0c0"} 0 node_network_dormant{device="veth1d2dae7"} 0 node_network_dormant{device="veth1d629d1"} 0 node_network_dormant{device="veth1d73687"} 0 node_network_dormant{device="veth1d7748d"} 0 node_network_dormant{device="veth1d8d1df"} 0 node_network_dormant{device="veth1dbaa59"} 0 node_network_dormant{device="veth1dc83fc"} 0 node_network_dormant{device="veth1e36d07"} 0 node_network_dormant{device="veth1e44960"} 0 node_network_dormant{device="veth1eb887e"} 0 node_network_dormant{device="veth1ebe556"} 0 node_network_dormant{device="veth1ef8c3b"} 0 node_network_dormant{device="veth1f00723"} 0 node_network_dormant{device="veth1f55581"} 0 node_network_dormant{device="veth200cbca"} 0 node_network_dormant{device="veth201dbeb"} 0 node_network_dormant{device="veth20350f2"} 0 node_network_dormant{device="veth2046904"} 0 node_network_dormant{device="veth20558f6"} 0 node_network_dormant{device="veth206800d"} 0 node_network_dormant{device="veth20c30fb"} 0 node_network_dormant{device="veth20d3122"} 0 node_network_dormant{device="veth20fec73"} 0 node_network_dormant{device="veth2101218"} 0 node_network_dormant{device="veth216cb5e"} 0 node_network_dormant{device="veth21bac8e"} 0 node_network_dormant{device="veth21e6158"} 0 node_network_dormant{device="veth21edd0c"} 0 node_network_dormant{device="veth22047d0"} 0 node_network_dormant{device="veth22a4380"} 0 node_network_dormant{device="veth22a99e1"} 0 node_network_dormant{device="veth22ec2e1"} 0 node_network_dormant{device="veth233a2ff"} 0 node_network_dormant{device="veth23cfa18"} 0 node_network_dormant{device="veth23e3157"} 0 node_network_dormant{device="veth253ee4b"} 0 node_network_dormant{device="veth25731c6"} 0 node_network_dormant{device="veth257e734"} 0 node_network_dormant{device="veth26d9a84"} 0 node_network_dormant{device="veth26da4e6"} 0 node_network_dormant{device="veth26de035"} 0 node_network_dormant{device="veth26e26ed"} 0 node_network_dormant{device="veth271e2be"} 0 node_network_dormant{device="veth273b370"} 0 node_network_dormant{device="veth2850417"} 0 node_network_dormant{device="veth28b3c5c"} 0 node_network_dormant{device="veth297bd24"} 0 node_network_dormant{device="veth29e137d"} 0 node_network_dormant{device="veth2a08596"} 0 node_network_dormant{device="veth2b080cb"} 0 node_network_dormant{device="veth2b1e3c8"} 0 node_network_dormant{device="veth2b70ed0"} 0 node_network_dormant{device="veth2b88298"} 0 node_network_dormant{device="veth2ba28cc"} 0 node_network_dormant{device="veth2c7ea81"} 0 node_network_dormant{device="veth2ccb650"} 0 node_network_dormant{device="veth2cdd57a"} 0 node_network_dormant{device="veth2d38052"} 0 node_network_dormant{device="veth2d90db8"} 0 node_network_dormant{device="veth2db0bc8"} 0 node_network_dormant{device="veth2e3e11b"} 0 node_network_dormant{device="veth2eaeb65"} 0 node_network_dormant{device="veth2edd93a"} 0 node_network_dormant{device="veth2f83127"} 0 node_network_dormant{device="veth2fad712"} 0 node_network_dormant{device="veth2fc1259"} 0 node_network_dormant{device="veth2fd4dcf"} 0 node_network_dormant{device="veth3018884"} 0 node_network_dormant{device="veth302391f"} 0 node_network_dormant{device="veth3036978"} 0 node_network_dormant{device="veth30a5c63"} 0 node_network_dormant{device="veth3190c62"} 0 node_network_dormant{device="veth31e5a9e"} 0 node_network_dormant{device="veth31f0812"} 0 node_network_dormant{device="veth32a4eb2"} 0 node_network_dormant{device="veth340f558"} 0 node_network_dormant{device="veth34317c5"} 0 node_network_dormant{device="veth3497f43"} 0 node_network_dormant{device="veth35137a1"} 0 node_network_dormant{device="veth351f876"} 0 node_network_dormant{device="veth356b213"} 0 node_network_dormant{device="veth35c1d5d"} 0 node_network_dormant{device="veth35e62a2"} 0 node_network_dormant{device="veth3660b83"} 0 node_network_dormant{device="veth369fc55"} 0 node_network_dormant{device="veth36ef53a"} 0 node_network_dormant{device="veth375f2a0"} 0 node_network_dormant{device="veth37c5473"} 0 node_network_dormant{device="veth3886d62"} 0 node_network_dormant{device="veth391ec21"} 0 node_network_dormant{device="veth39344a6"} 0 node_network_dormant{device="veth39d278e"} 0 node_network_dormant{device="veth3a42551"} 0 node_network_dormant{device="veth3af658d"} 0 node_network_dormant{device="veth3afab44"} 0 node_network_dormant{device="veth3be2114"} 0 node_network_dormant{device="veth3c52a6b"} 0 node_network_dormant{device="veth3c96f87"} 0 node_network_dormant{device="veth3cf6698"} 0 node_network_dormant{device="veth3d7e10e"} 0 node_network_dormant{device="veth3de8760"} 0 node_network_dormant{device="veth3dfd180"} 0 node_network_dormant{device="veth3e101c0"} 0 node_network_dormant{device="veth3e128b5"} 0 node_network_dormant{device="veth3eef6e7"} 0 node_network_dormant{device="veth3f766aa"} 0 node_network_dormant{device="veth3f8f002"} 0 node_network_dormant{device="veth400b680"} 0 node_network_dormant{device="veth4079dc2"} 0 node_network_dormant{device="veth4082762"} 0 node_network_dormant{device="veth40905f5"} 0 node_network_dormant{device="veth410cac4"} 0 node_network_dormant{device="veth411daee"} 0 node_network_dormant{device="veth4136e74"} 0 node_network_dormant{device="veth41b3812"} 0 node_network_dormant{device="veth41c7fd1"} 0 node_network_dormant{device="veth427a6a0"} 0 node_network_dormant{device="veth4391ce3"} 0 node_network_dormant{device="veth44023e4"} 0 node_network_dormant{device="veth4418c4f"} 0 node_network_dormant{device="veth445067e"} 0 node_network_dormant{device="veth4498697"} 0 node_network_dormant{device="veth44a2e68"} 0 node_network_dormant{device="veth44b9a64"} 0 node_network_dormant{device="veth44eaf2c"} 0 node_network_dormant{device="veth45ba942"} 0 node_network_dormant{device="veth45bf0a5"} 0 node_network_dormant{device="veth45d5fcf"} 0 node_network_dormant{device="veth467feaf"} 0 node_network_dormant{device="veth46be02b"} 0 node_network_dormant{device="veth47a78db"} 0 node_network_dormant{device="veth47c0091"} 0 node_network_dormant{device="veth47fbfa1"} 0 node_network_dormant{device="veth482bd25"} 0 node_network_dormant{device="veth4865e48"} 0 node_network_dormant{device="veth487ae24"} 0 node_network_dormant{device="veth494a1eb"} 0 node_network_dormant{device="veth49501f4"} 0 node_network_dormant{device="veth495aa66"} 0 node_network_dormant{device="veth4a3f821"} 0 node_network_dormant{device="veth4a5aa12"} 0 node_network_dormant{device="veth4b32651"} 0 node_network_dormant{device="veth4b9cef1"} 0 node_network_dormant{device="veth4bc06c3"} 0 node_network_dormant{device="veth4bcc505"} 0 node_network_dormant{device="veth4dc758a"} 0 node_network_dormant{device="veth4eeb5e5"} 0 node_network_dormant{device="veth4f78f9e"} 0 node_network_dormant{device="veth4fb5a24"} 0 node_network_dormant{device="veth4fc6d17"} 0 node_network_dormant{device="veth500d596"} 0 node_network_dormant{device="veth5148843"} 0 node_network_dormant{device="veth516a2dd"} 0 node_network_dormant{device="veth51cb6e1"} 0 node_network_dormant{device="veth531d83a"} 0 node_network_dormant{device="veth53841ff"} 0 node_network_dormant{device="veth538f11f"} 0 node_network_dormant{device="veth53a474c"} 0 node_network_dormant{device="veth53c0c49"} 0 node_network_dormant{device="veth5408e9e"} 0 node_network_dormant{device="veth54327b2"} 0 node_network_dormant{device="veth54aa51d"} 0 node_network_dormant{device="veth5644c2c"} 0 node_network_dormant{device="veth5662068"} 0 node_network_dormant{device="veth566b833"} 0 node_network_dormant{device="veth56c1ee3"} 0 node_network_dormant{device="veth574a9bf"} 0 node_network_dormant{device="veth5823a67"} 0 node_network_dormant{device="veth582b1e1"} 0 node_network_dormant{device="veth58398da"} 0 node_network_dormant{device="veth59af09d"} 0 node_network_dormant{device="veth5a57667"} 0 node_network_dormant{device="veth5a5947d"} 0 node_network_dormant{device="veth5aa7930"} 0 node_network_dormant{device="veth5b2851f"} 0 node_network_dormant{device="veth5b569cb"} 0 node_network_dormant{device="veth5be0e34"} 0 node_network_dormant{device="veth5cbd82f"} 0 node_network_dormant{device="veth5d07046"} 0 node_network_dormant{device="veth5d8e6f5"} 0 node_network_dormant{device="veth5da80fb"} 0 node_network_dormant{device="veth5db9191"} 0 node_network_dormant{device="veth5df7840"} 0 node_network_dormant{device="veth5e055da"} 0 node_network_dormant{device="veth5e9d6c1"} 0 node_network_dormant{device="veth5f14d4e"} 0 node_network_dormant{device="veth5f85831"} 0 node_network_dormant{device="veth5fda1aa"} 0 node_network_dormant{device="veth609f65f"} 0 node_network_dormant{device="veth60a6470"} 0 node_network_dormant{device="veth60ac914"} 0 node_network_dormant{device="veth60be674"} 0 node_network_dormant{device="veth6100f2e"} 0 node_network_dormant{device="veth6141b70"} 0 node_network_dormant{device="veth6151bb9"} 0 node_network_dormant{device="veth61c4816"} 0 node_network_dormant{device="veth61d7283"} 0 node_network_dormant{device="veth6228670"} 0 node_network_dormant{device="veth629242b"} 0 node_network_dormant{device="veth6374fd2"} 0 node_network_dormant{device="veth6391005"} 0 node_network_dormant{device="veth63cf232"} 0 node_network_dormant{device="veth640a039"} 0 node_network_dormant{device="veth642d0c1"} 0 node_network_dormant{device="veth643a437"} 0 node_network_dormant{device="veth64fdbac"} 0 node_network_dormant{device="veth6515c1a"} 0 node_network_dormant{device="veth656302b"} 0 node_network_dormant{device="veth663b727"} 0 node_network_dormant{device="veth6694b48"} 0 node_network_dormant{device="veth66c10ee"} 0 node_network_dormant{device="veth671f5fb"} 0 node_network_dormant{device="veth6727827"} 0 node_network_dormant{device="veth6735453"} 0 node_network_dormant{device="veth674eb08"} 0 node_network_dormant{device="veth67bdfb5"} 0 node_network_dormant{device="veth67c3090"} 0 node_network_dormant{device="veth6827eeb"} 0 node_network_dormant{device="veth686cf8f"} 0 node_network_dormant{device="veth686e4ce"} 0 node_network_dormant{device="veth694a5f6"} 0 node_network_dormant{device="veth6955d38"} 0 node_network_dormant{device="veth6a8f538"} 0 node_network_dormant{device="veth6ae26de"} 0 node_network_dormant{device="veth6b4fcb5"} 0 node_network_dormant{device="veth6bd4c88"} 0 node_network_dormant{device="veth6c0ac2b"} 0 node_network_dormant{device="veth6c5d880"} 0 node_network_dormant{device="veth6c7b2e3"} 0 node_network_dormant{device="veth6c84c0f"} 0 node_network_dormant{device="veth6cb308f"} 0 node_network_dormant{device="veth6cc8853"} 0 node_network_dormant{device="veth6cf5c92"} 0 node_network_dormant{device="veth6d937a2"} 0 node_network_dormant{device="veth6e35c23"} 0 node_network_dormant{device="veth6e379ab"} 0 node_network_dormant{device="veth6f266b8"} 0 node_network_dormant{device="veth6f36c86"} 0 node_network_dormant{device="veth6fbd9ae"} 0 node_network_dormant{device="veth6fe10bb"} 0 node_network_dormant{device="veth70d4eb5"} 0 node_network_dormant{device="veth71868de"} 0 node_network_dormant{device="veth72921dc"} 0 node_network_dormant{device="veth72cb0b9"} 0 node_network_dormant{device="veth732170b"} 0 node_network_dormant{device="veth73778ca"} 0 node_network_dormant{device="veth73c2c96"} 0 node_network_dormant{device="veth73d2548"} 0 node_network_dormant{device="veth7458897"} 0 node_network_dormant{device="veth7465df3"} 0 node_network_dormant{device="veth7561080"} 0 node_network_dormant{device="veth757c34a"} 0 node_network_dormant{device="veth7595562"} 0 node_network_dormant{device="veth76187dd"} 0 node_network_dormant{device="veth7676d1c"} 0 node_network_dormant{device="veth76d519a"} 0 node_network_dormant{device="veth76e63a1"} 0 node_network_dormant{device="veth7761467"} 0 node_network_dormant{device="veth77842d9"} 0 node_network_dormant{device="veth778f08d"} 0 node_network_dormant{device="veth77a2e6e"} 0 node_network_dormant{device="veth77b25a2"} 0 node_network_dormant{device="veth77d929a"} 0 node_network_dormant{device="veth77e0563"} 0 node_network_dormant{device="veth77ea6db"} 0 node_network_dormant{device="veth78790bc"} 0 node_network_dormant{device="veth7904e58"} 0 node_network_dormant{device="veth79c5a75"} 0 node_network_dormant{device="veth7a831cf"} 0 node_network_dormant{device="veth7b0ab9e"} 0 node_network_dormant{device="veth7b380ec"} 0 node_network_dormant{device="veth7b48c14"} 0 node_network_dormant{device="veth7b78b78"} 0 node_network_dormant{device="veth7b89f6f"} 0 node_network_dormant{device="veth7c2dbba"} 0 node_network_dormant{device="veth7c546d4"} 0 node_network_dormant{device="veth7c54e1e"} 0 node_network_dormant{device="veth7c58951"} 0 node_network_dormant{device="veth7c705d1"} 0 node_network_dormant{device="veth7d3dd83"} 0 node_network_dormant{device="veth7d8e60b"} 0 node_network_dormant{device="veth7d9930a"} 0 node_network_dormant{device="veth7ec3780"} 0 node_network_dormant{device="veth7f09f4c"} 0 node_network_dormant{device="veth8004847"} 0 node_network_dormant{device="veth80252b4"} 0 node_network_dormant{device="veth80badd0"} 0 node_network_dormant{device="veth80c389c"} 0 node_network_dormant{device="veth8101e42"} 0 node_network_dormant{device="veth811e063"} 0 node_network_dormant{device="veth816a265"} 0 node_network_dormant{device="veth8186d77"} 0 node_network_dormant{device="veth820f0db"} 0 node_network_dormant{device="veth8237dc3"} 0 node_network_dormant{device="veth8269643"} 0 node_network_dormant{device="veth828ecf9"} 0 node_network_dormant{device="veth83498cb"} 0 node_network_dormant{device="veth834d149"} 0 node_network_dormant{device="veth8357150"} 0 node_network_dormant{device="veth83fb8e6"} 0 node_network_dormant{device="veth84220c4"} 0 node_network_dormant{device="veth84e1fc4"} 0 node_network_dormant{device="veth850b442"} 0 node_network_dormant{device="veth85daf28"} 0 node_network_dormant{device="veth861068a"} 0 node_network_dormant{device="veth866bba7"} 0 node_network_dormant{device="veth86a2462"} 0 node_network_dormant{device="veth872cb76"} 0 node_network_dormant{device="veth87362c6"} 0 node_network_dormant{device="veth87cb8c8"} 0 node_network_dormant{device="veth87d5677"} 0 node_network_dormant{device="veth87d62cb"} 0 node_network_dormant{device="veth87d7e35"} 0 node_network_dormant{device="veth87e75ee"} 0 node_network_dormant{device="veth87f4935"} 0 node_network_dormant{device="veth87fdb6a"} 0 node_network_dormant{device="veth889a2f1"} 0 node_network_dormant{device="veth88ac732"} 0 node_network_dormant{device="veth8922783"} 0 node_network_dormant{device="veth896c132"} 0 node_network_dormant{device="veth899b99d"} 0 node_network_dormant{device="veth89b275c"} 0 node_network_dormant{device="veth8a52231"} 0 node_network_dormant{device="veth8a89268"} 0 node_network_dormant{device="veth8b3b309"} 0 node_network_dormant{device="veth8b541a1"} 0 node_network_dormant{device="veth8b983cf"} 0 node_network_dormant{device="veth8bc856f"} 0 node_network_dormant{device="veth8bc982a"} 0 node_network_dormant{device="veth8bd3242"} 0 node_network_dormant{device="veth8bed13f"} 0 node_network_dormant{device="veth8c86032"} 0 node_network_dormant{device="veth8c88f73"} 0 node_network_dormant{device="veth8c93126"} 0 node_network_dormant{device="veth8d22374"} 0 node_network_dormant{device="veth8d6536d"} 0 node_network_dormant{device="veth8d7d98e"} 0 node_network_dormant{device="veth8d88b16"} 0 node_network_dormant{device="veth8d936c5"} 0 node_network_dormant{device="veth8e0e8a0"} 0 node_network_dormant{device="veth8e914f7"} 0 node_network_dormant{device="veth8ea541c"} 0 node_network_dormant{device="veth8ecee2e"} 0 node_network_dormant{device="veth8f1ab25"} 0 node_network_dormant{device="veth8f7a6af"} 0 node_network_dormant{device="veth8f9b8d0"} 0 node_network_dormant{device="veth906c063"} 0 node_network_dormant{device="veth909d986"} 0 node_network_dormant{device="veth90c1c36"} 0 node_network_dormant{device="veth91af2c1"} 0 node_network_dormant{device="veth91d764a"} 0 node_network_dormant{device="veth9204861"} 0 node_network_dormant{device="veth921bb23"} 0 node_network_dormant{device="veth9312dae"} 0 node_network_dormant{device="veth9317063"} 0 node_network_dormant{device="veth93596dd"} 0 node_network_dormant{device="veth93882ee"} 0 node_network_dormant{device="veth93d7d29"} 0 node_network_dormant{device="veth93dba36"} 0 node_network_dormant{device="veth93ddc00"} 0 node_network_dormant{device="veth943efa3"} 0 node_network_dormant{device="veth9487334"} 0 node_network_dormant{device="veth94edd33"} 0 node_network_dormant{device="veth9553163"} 0 node_network_dormant{device="veth965628f"} 0 node_network_dormant{device="veth96d77f6"} 0 node_network_dormant{device="veth9841ead"} 0 node_network_dormant{device="veth988596b"} 0 node_network_dormant{device="veth98bcfcf"} 0 node_network_dormant{device="veth992b562"} 0 node_network_dormant{device="veth998fc07"} 0 node_network_dormant{device="veth9af67e8"} 0 node_network_dormant{device="veth9b8c3fe"} 0 node_network_dormant{device="veth9ba3bbe"} 0 node_network_dormant{device="veth9c7f67d"} 0 node_network_dormant{device="veth9c8af90"} 0 node_network_dormant{device="veth9d596d7"} 0 node_network_dormant{device="veth9dc5a7e"} 0 node_network_dormant{device="veth9dce1ef"} 0 node_network_dormant{device="veth9dddbc9"} 0 node_network_dormant{device="veth9dfec82"} 0 node_network_dormant{device="veth9f0cb80"} 0 node_network_dormant{device="veth9f2b7f4"} 0 node_network_dormant{device="vetha0524ab"} 0 node_network_dormant{device="vetha09db05"} 0 node_network_dormant{device="vetha0c9f28"} 0 node_network_dormant{device="vetha137a8a"} 0 node_network_dormant{device="vetha1a2849"} 0 node_network_dormant{device="vetha246e20"} 0 node_network_dormant{device="vetha262863"} 0 node_network_dormant{device="vetha2e8433"} 0 node_network_dormant{device="vetha33f58d"} 0 node_network_dormant{device="vetha364335"} 0 node_network_dormant{device="vetha39dbf7"} 0 node_network_dormant{device="vetha3d15af"} 0 node_network_dormant{device="vetha46dce5"} 0 node_network_dormant{device="vetha4a4b5e"} 0 node_network_dormant{device="vetha52fdb0"} 0 node_network_dormant{device="vetha532453"} 0 node_network_dormant{device="vetha542775"} 0 node_network_dormant{device="vetha5f484b"} 0 node_network_dormant{device="vetha626559"} 0 node_network_dormant{device="vetha6695f8"} 0 node_network_dormant{device="vetha6bbe19"} 0 node_network_dormant{device="vetha71b22e"} 0 node_network_dormant{device="vetha73388c"} 0 node_network_dormant{device="vetha7d15e0"} 0 node_network_dormant{device="vetha819cf5"} 0 node_network_dormant{device="vetha833154"} 0 node_network_dormant{device="vetha8d245b"} 0 node_network_dormant{device="vetha9a6ee7"} 0 node_network_dormant{device="vetha9be187"} 0 node_network_dormant{device="vethaac0f5a"} 0 node_network_dormant{device="vethaaf14ed"} 0 node_network_dormant{device="vethaafbc9c"} 0 node_network_dormant{device="vethac8f909"} 0 node_network_dormant{device="vethad12882"} 0 node_network_dormant{device="vethad278fa"} 0 node_network_dormant{device="vethad4728b"} 0 node_network_dormant{device="vethad94033"} 0 node_network_dormant{device="vethae911de"} 0 node_network_dormant{device="vethaf848b4"} 0 node_network_dormant{device="vethafdb738"} 0 node_network_dormant{device="vethb03a241"} 0 node_network_dormant{device="vethb0541e3"} 0 node_network_dormant{device="vethb094466"} 0 node_network_dormant{device="vethb0dce79"} 0 node_network_dormant{device="vethb15363b"} 0 node_network_dormant{device="vethb1b5e1a"} 0 node_network_dormant{device="vethb20e6ba"} 0 node_network_dormant{device="vethb348a18"} 0 node_network_dormant{device="vethb39d63e"} 0 node_network_dormant{device="vethb3a121b"} 0 node_network_dormant{device="vethb3deee0"} 0 node_network_dormant{device="vethb437aaa"} 0 node_network_dormant{device="vethb446f39"} 0 node_network_dormant{device="vethb463420"} 0 node_network_dormant{device="vethb5e7625"} 0 node_network_dormant{device="vethb5fac8d"} 0 node_network_dormant{device="vethb60b24f"} 0 node_network_dormant{device="vethb6a7795"} 0 node_network_dormant{device="vethb70e800"} 0 node_network_dormant{device="vethb77480b"} 0 node_network_dormant{device="vethb8277ac"} 0 node_network_dormant{device="vethba29e31"} 0 node_network_dormant{device="vethba6e44c"} 0 node_network_dormant{device="vethbb09104"} 0 node_network_dormant{device="vethbb16237"} 0 node_network_dormant{device="vethbb70179"} 0 node_network_dormant{device="vethbba5630"} 0 node_network_dormant{device="vethbbbbe04"} 0 node_network_dormant{device="vethbbdba94"} 0 node_network_dormant{device="vethbbfb0b7"} 0 node_network_dormant{device="vethbc76a10"} 0 node_network_dormant{device="vethbd2a2ee"} 0 node_network_dormant{device="vethbda2ae7"} 0 node_network_dormant{device="vethbded328"} 0 node_network_dormant{device="vethbe2f7fe"} 0 node_network_dormant{device="vethbe857cb"} 0 node_network_dormant{device="vethbe875cc"} 0 node_network_dormant{device="vethbf184b1"} 0 node_network_dormant{device="vethbf984b6"} 0 node_network_dormant{device="vethbffb2be"} 0 node_network_dormant{device="vethc0f4be2"} 0 node_network_dormant{device="vethc11e467"} 0 node_network_dormant{device="vethc1f90e5"} 0 node_network_dormant{device="vethc3672f4"} 0 node_network_dormant{device="vethc3a39c5"} 0 node_network_dormant{device="vethc3b6740"} 0 node_network_dormant{device="vethc4690e0"} 0 node_network_dormant{device="vethc4ee1b8"} 0 node_network_dormant{device="vethc5402c9"} 0 node_network_dormant{device="vethc547482"} 0 node_network_dormant{device="vethc5fe0b1"} 0 node_network_dormant{device="vethc60975c"} 0 node_network_dormant{device="vethc69126e"} 0 node_network_dormant{device="vethc6eb625"} 0 node_network_dormant{device="vethc6fac07"} 0 node_network_dormant{device="vethc702703"} 0 node_network_dormant{device="vethc74fac6"} 0 node_network_dormant{device="vethc78dd63"} 0 node_network_dormant{device="vethc7cef54"} 0 node_network_dormant{device="vethc7e6d28"} 0 node_network_dormant{device="vethc800506"} 0 node_network_dormant{device="vethc8344c6"} 0 node_network_dormant{device="vethc85e8a1"} 0 node_network_dormant{device="vethc86b25e"} 0 node_network_dormant{device="vethc88f6d5"} 0 node_network_dormant{device="vethc91fc73"} 0 node_network_dormant{device="vethc942fad"} 0 node_network_dormant{device="vethc99741d"} 0 node_network_dormant{device="vethca7a920"} 0 node_network_dormant{device="vethcb56258"} 0 node_network_dormant{device="vethcb70a05"} 0 node_network_dormant{device="vethcbb6ad3"} 0 node_network_dormant{device="vethcbe3245"} 0 node_network_dormant{device="vethcc05e54"} 0 node_network_dormant{device="vethcc0a6a7"} 0 node_network_dormant{device="vethcc4df6c"} 0 node_network_dormant{device="vethccde146"} 0 node_network_dormant{device="vethcd1a107"} 0 node_network_dormant{device="vethcdc87c7"} 0 node_network_dormant{device="vethce0cd64"} 0 node_network_dormant{device="vethce27cb9"} 0 node_network_dormant{device="vethce2a31d"} 0 node_network_dormant{device="vethce67b11"} 0 node_network_dormant{device="vethd0a9732"} 0 node_network_dormant{device="vethd183c34"} 0 node_network_dormant{device="vethd1a8a33"} 0 node_network_dormant{device="vethd1b1ed7"} 0 node_network_dormant{device="vethd1c6adb"} 0 node_network_dormant{device="vethd1caf98"} 0 node_network_dormant{device="vethd1f851b"} 0 node_network_dormant{device="vethd23fa3c"} 0 node_network_dormant{device="vethd2d1d0b"} 0 node_network_dormant{device="vethd2d4c0f"} 0 node_network_dormant{device="vethd2e142a"} 0 node_network_dormant{device="vethd2f2476"} 0 node_network_dormant{device="vethd32989f"} 0 node_network_dormant{device="vethd33027f"} 0 node_network_dormant{device="vethd386c1b"} 0 node_network_dormant{device="vethd394f60"} 0 node_network_dormant{device="vethd39b75f"} 0 node_network_dormant{device="vethd3b8b64"} 0 node_network_dormant{device="vethd3d71c3"} 0 node_network_dormant{device="vethd3d74f4"} 0 node_network_dormant{device="vethd3f5c3d"} 0 node_network_dormant{device="vethd418045"} 0 node_network_dormant{device="vethd583737"} 0 node_network_dormant{device="vethd5b7fe1"} 0 node_network_dormant{device="vethd6812c2"} 0 node_network_dormant{device="vethd72be73"} 0 node_network_dormant{device="vethd741df9"} 0 node_network_dormant{device="vethd764c1d"} 0 node_network_dormant{device="vethd77fdfb"} 0 node_network_dormant{device="vethd7b6b6d"} 0 node_network_dormant{device="vethd7ce910"} 0 node_network_dormant{device="vethd80b242"} 0 node_network_dormant{device="vethd9290a5"} 0 node_network_dormant{device="vethd9633d5"} 0 node_network_dormant{device="vethd9c1ac2"} 0 node_network_dormant{device="vethd9dc45d"} 0 node_network_dormant{device="vethdb3bfe5"} 0 node_network_dormant{device="vethdb8e006"} 0 node_network_dormant{device="vethdba04c6"} 0 node_network_dormant{device="vethdcf0fe6"} 0 node_network_dormant{device="vethdd73e31"} 0 node_network_dormant{device="vethdeb43da"} 0 node_network_dormant{device="vethdf2fc0c"} 0 node_network_dormant{device="vethdf8b192"} 0 node_network_dormant{device="vethe0014f6"} 0 node_network_dormant{device="vethe04376c"} 0 node_network_dormant{device="vethe0824de"} 0 node_network_dormant{device="vethe1acebe"} 0 node_network_dormant{device="vethe1b57af"} 0 node_network_dormant{device="vethe2677b2"} 0 node_network_dormant{device="vethe330364"} 0 node_network_dormant{device="vethe358b9b"} 0 node_network_dormant{device="vethe393e1f"} 0 node_network_dormant{device="vethe3fc1d5"} 0 node_network_dormant{device="vethe439679"} 0 node_network_dormant{device="vethe484f21"} 0 node_network_dormant{device="vethe49717f"} 0 node_network_dormant{device="vethe4ad4e5"} 0 node_network_dormant{device="vethe4e85e7"} 0 node_network_dormant{device="vethe52bda0"} 0 node_network_dormant{device="vethe5f3f06"} 0 node_network_dormant{device="vethe63d6dd"} 0 node_network_dormant{device="vethe6c23f6"} 0 node_network_dormant{device="vethe766e72"} 0 node_network_dormant{device="vethe7aff89"} 0 node_network_dormant{device="vethe8648b1"} 0 node_network_dormant{device="vethe87664c"} 0 node_network_dormant{device="vethe880812"} 0 node_network_dormant{device="vethe8d7ad1"} 0 node_network_dormant{device="vethe98ffcc"} 0 node_network_dormant{device="vethea8c77f"} 0 node_network_dormant{device="vetheaaf5da"} 0 node_network_dormant{device="vetheb750ff"} 0 node_network_dormant{device="vethebe1c57"} 0 node_network_dormant{device="vethec1bace"} 0 node_network_dormant{device="vethedee635"} 0 node_network_dormant{device="vethee49f2e"} 0 node_network_dormant{device="vethee55381"} 0 node_network_dormant{device="vetheebb707"} 0 node_network_dormant{device="vetheede58b"} 0 node_network_dormant{device="vethef01414"} 0 node_network_dormant{device="vethef4d3cf"} 0 node_network_dormant{device="vethef8ca1b"} 0 node_network_dormant{device="vethef9a53b"} 0 node_network_dormant{device="vetheff1b62"} 0 node_network_dormant{device="vethf00a1a9"} 0 node_network_dormant{device="vethf0d88b0"} 0 node_network_dormant{device="vethf0e15a5"} 0 node_network_dormant{device="vethf0f7c00"} 0 node_network_dormant{device="vethf1a351b"} 0 node_network_dormant{device="vethf1cab6c"} 0 node_network_dormant{device="vethf1ffdde"} 0 node_network_dormant{device="vethf30dce1"} 0 node_network_dormant{device="vethf34ab67"} 0 node_network_dormant{device="vethf3942da"} 0 node_network_dormant{device="vethf40383d"} 0 node_network_dormant{device="vethf4756aa"} 0 node_network_dormant{device="vethf4b3dd4"} 0 node_network_dormant{device="vethf572a6b"} 0 node_network_dormant{device="vethf5f8567"} 0 node_network_dormant{device="vethf62f7b0"} 0 node_network_dormant{device="vethf766060"} 0 node_network_dormant{device="vethf796416"} 0 node_network_dormant{device="vethf7dde08"} 0 node_network_dormant{device="vethf804fc2"} 0 node_network_dormant{device="vethf89cdc2"} 0 node_network_dormant{device="vethf8f166c"} 0 node_network_dormant{device="vethf9080d7"} 0 node_network_dormant{device="vethf90aa51"} 0 node_network_dormant{device="vethf91787e"} 0 node_network_dormant{device="vethf925f21"} 0 node_network_dormant{device="vethf954e2e"} 0 node_network_dormant{device="vethf96c7ac"} 0 node_network_dormant{device="vethfb0d0e8"} 0 node_network_dormant{device="vethfb3ff4e"} 0 node_network_dormant{device="vethfc0e66c"} 0 node_network_dormant{device="vethfcd6d02"} 0 node_network_dormant{device="vethfe45418"} 0 node_network_dormant{device="vethfe716bb"} 0 node_network_dormant{device="vethfe71df5"} 0 node_network_dormant{device="vethfecb007"} 0 node_network_dormant{device="vethfee22ad"} 0 node_network_dormant{device="vethff26790"} 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-032930a8871d"} 4099 node_network_flags{device="br-03ced592235a"} 4099 node_network_flags{device="br-0871d54d3675"} 4099 node_network_flags{device="br-089331b9c07a"} 4099 node_network_flags{device="br-0a8e30067c8e"} 4099 node_network_flags{device="br-0d01f742526c"} 4099 node_network_flags{device="br-0d9fdd0cf163"} 4099 node_network_flags{device="br-12a5c8e99f7e"} 4099 node_network_flags{device="br-131fa2cef983"} 4099 node_network_flags{device="br-14216610e159"} 4099 node_network_flags{device="br-15dab3c5a2fb"} 4099 node_network_flags{device="br-16453071a16a"} 4099 node_network_flags{device="br-1824841a31f9"} 4099 node_network_flags{device="br-1b283e1e5128"} 4099 node_network_flags{device="br-1c85749e122e"} 4099 node_network_flags{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 4099 node_network_flags{device="br-3db3cc2bc444"} 4099 node_network_flags{device="br-41c4dd613804"} 4099 node_network_flags{device="br-44fbf271d024"} 4099 node_network_flags{device="br-458514748e86"} 4099 node_network_flags{device="br-4698f8262a4c"} 4099 node_network_flags{device="br-483851ad6d82"} 4099 node_network_flags{device="br-491d965e7355"} 4099 node_network_flags{device="br-4a66d39e6115"} 4099 node_network_flags{device="br-52ce8deae651"} 4099 node_network_flags{device="br-5567248b7fed"} 4099 node_network_flags{device="br-559d36b72748"} 4099 node_network_flags{device="br-57259014cf16"} 4099 node_network_flags{device="br-5748fcd1e7ca"} 4099 node_network_flags{device="br-5a028c7b8cc5"} 4099 node_network_flags{device="br-5a09c7dffa78"} 4099 node_network_flags{device="br-5bbb53ee4d8c"} 4099 node_network_flags{device="br-5cd378a95a50"} 4099 node_network_flags{device="br-5e44ef26977f"} 4099 node_network_flags{device="br-649c0a0d748e"} 4099 node_network_flags{device="br-65c3891cde69"} 4099 node_network_flags{device="br-6654a6f415ef"} 4099 node_network_flags{device="br-666a1a84be8e"} 4099 node_network_flags{device="br-66b00b277461"} 4099 node_network_flags{device="br-67b6f2b09055"} 4099 node_network_flags{device="br-68a4d2d648c6"} 4099 node_network_flags{device="br-6a3142e5de92"} 4099 node_network_flags{device="br-6c34a8b4b6a4"} 4099 node_network_flags{device="br-6c5eccea21bc"} 4099 node_network_flags{device="br-75640dcb1806"} 4099 node_network_flags{device="br-757cf8ccd099"} 4099 node_network_flags{device="br-765d504a1648"} 4099 node_network_flags{device="br-7783edd4fb63"} 4099 node_network_flags{device="br-78c76b7fdacf"} 4099 node_network_flags{device="br-7a05c4b4c71c"} 4099 node_network_flags{device="br-7f1c0840c41b"} 4099 node_network_flags{device="br-8273700d2b53"} 4099 node_network_flags{device="br-832e21b6735f"} 4099 node_network_flags{device="br-89456f9f0577"} 4099 node_network_flags{device="br-8c4c62bbb4ac"} 4099 node_network_flags{device="br-8c90f08921d2"} 4099 node_network_flags{device="br-8d5f8dfdd165"} 4099 node_network_flags{device="br-8d809ce3c9c6"} 4099 node_network_flags{device="br-8f019a492357"} 4099 node_network_flags{device="br-918ddcd36f9a"} 4099 node_network_flags{device="br-94b2fbf06b0d"} 4099 node_network_flags{device="br-9504d5b6acf5"} 4099 node_network_flags{device="br-967a6a8492ec"} 4099 node_network_flags{device="br-977759f73e31"} 4099 node_network_flags{device="br-9be1f90f0a3c"} 4099 node_network_flags{device="br-9c7a6a4ea029"} 4099 node_network_flags{device="br-9fab29d0fd90"} 4099 node_network_flags{device="br-a01a29421e12"} 4099 node_network_flags{device="br-a073f44ab682"} 4099 node_network_flags{device="br-a08ab772e40d"} 4099 node_network_flags{device="br-a1b2b339a0bc"} 4099 node_network_flags{device="br-a3bcc581540c"} 4099 node_network_flags{device="br-a735d7132cb5"} 4099 node_network_flags{device="br-ab4fc0c8f205"} 4099 node_network_flags{device="br-ac4684d015f6"} 4099 node_network_flags{device="br-ac5441a8184d"} 4099 node_network_flags{device="br-afdcb409567a"} 4099 node_network_flags{device="br-b58abb066918"} 4099 node_network_flags{device="br-b5cc1abc8af1"} 4099 node_network_flags{device="br-b710ed0f91ed"} 4099 node_network_flags{device="br-b9ddcd38e3d5"} 4099 node_network_flags{device="br-be8161177ed9"} 4099 node_network_flags{device="br-bfa260e794d9"} 4099 node_network_flags{device="br-c1c4e42c8216"} 4099 node_network_flags{device="br-c577c6a066cb"} 4099 node_network_flags{device="br-c7ec91768290"} 4099 node_network_flags{device="br-c8047895107e"} 4099 node_network_flags{device="br-cb62be74ef17"} 4099 node_network_flags{device="br-cc4a14297e79"} 4099 node_network_flags{device="br-cf6b946573c1"} 4099 node_network_flags{device="br-cfa8e5dacf79"} 4099 node_network_flags{device="br-d461c29e6aa7"} 4099 node_network_flags{device="br-d4ad227661d1"} 4099 node_network_flags{device="br-d5a100d1afd1"} 4099 node_network_flags{device="br-d6403551d086"} 4099 node_network_flags{device="br-dae27e4e8b91"} 4099 node_network_flags{device="br-db5d49f98313"} 4099 node_network_flags{device="br-dc87a7504ded"} 4099 node_network_flags{device="br-ddaa8bdc0119"} 4099 node_network_flags{device="br-ddc45447112f"} 4099 node_network_flags{device="br-e0e95d87f3e0"} 4099 node_network_flags{device="br-e24d302efec6"} 4099 node_network_flags{device="br-e3e321b77026"} 4099 node_network_flags{device="br-e5714f199361"} 4099 node_network_flags{device="br-e63b0d1593b5"} 4099 node_network_flags{device="br-ead353f203a4"} 4099 node_network_flags{device="br-ec56c664f289"} 4099 node_network_flags{device="br-f17da17d41a2"} 4099 node_network_flags{device="br-f33d4e889abc"} 4099 node_network_flags{device="br-f4b381c64696"} 4099 node_network_flags{device="br-f5d79f441cea"} 4099 node_network_flags{device="br-f645f15c7927"} 4099 node_network_flags{device="br-f6901fdf275f"} 4099 node_network_flags{device="br-f7269b4b25bf"} 4099 node_network_flags{device="br-fa88d6f98186"} 4099 node_network_flags{device="br-fd7abce4f375"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth010cf6c"} 4867 node_network_flags{device="veth0118054"} 4867 node_network_flags{device="veth015066a"} 4867 node_network_flags{device="veth01c23a7"} 4867 node_network_flags{device="veth01d8776"} 4867 node_network_flags{device="veth028dce1"} 4867 node_network_flags{device="veth0299373"} 4867 node_network_flags{device="veth03320d3"} 4867 node_network_flags{device="veth0348049"} 4867 node_network_flags{device="veth04c0c5b"} 4867 node_network_flags{device="veth05bb69b"} 4867 node_network_flags{device="veth05d21d3"} 4867 node_network_flags{device="veth063974c"} 4867 node_network_flags{device="veth0665c41"} 4867 node_network_flags{device="veth06bac3f"} 4867 node_network_flags{device="veth06f7fab"} 4867 node_network_flags{device="veth07837a1"} 4867 node_network_flags{device="veth07940a9"} 4867 node_network_flags{device="veth07c394e"} 4867 node_network_flags{device="veth08220c7"} 4867 node_network_flags{device="veth085af09"} 4867 node_network_flags{device="veth08f2029"} 4867 node_network_flags{device="veth093e34b"} 4867 node_network_flags{device="veth095010c"} 4867 node_network_flags{device="veth0b4c3d1"} 4867 node_network_flags{device="veth0bad067"} 4867 node_network_flags{device="veth0bbdec3"} 4867 node_network_flags{device="veth0c16bae"} 4867 node_network_flags{device="veth0c30494"} 4867 node_network_flags{device="veth0caff4e"} 4867 node_network_flags{device="veth0d8770f"} 4867 node_network_flags{device="veth0df388c"} 4867 node_network_flags{device="veth0ea94b5"} 4867 node_network_flags{device="veth0f67dbb"} 4867 node_network_flags{device="veth0f8e2ed"} 4867 node_network_flags{device="veth0fb0b4d"} 4867 node_network_flags{device="veth100cba7"} 4867 node_network_flags{device="veth10146ec"} 4867 node_network_flags{device="veth1031098"} 4867 node_network_flags{device="veth10df4a9"} 4867 node_network_flags{device="veth110bcfe"} 4867 node_network_flags{device="veth110e8ec"} 4867 node_network_flags{device="veth1148460"} 4867 node_network_flags{device="veth12a3be7"} 4867 node_network_flags{device="veth12ae611"} 4867 node_network_flags{device="veth12ca81a"} 4867 node_network_flags{device="veth133acdf"} 4867 node_network_flags{device="veth13f164d"} 4867 node_network_flags{device="veth1431509"} 4867 node_network_flags{device="veth1433538"} 4867 node_network_flags{device="veth14a077c"} 4867 node_network_flags{device="veth1524c7a"} 4867 node_network_flags{device="veth15b5b5d"} 4867 node_network_flags{device="veth1647655"} 4867 node_network_flags{device="veth167a182"} 4867 node_network_flags{device="veth16f4867"} 4867 node_network_flags{device="veth1785664"} 4867 node_network_flags{device="veth199e3b5"} 4867 node_network_flags{device="veth1aa66b7"} 4867 node_network_flags{device="veth1b01e56"} 4867 node_network_flags{device="veth1b11dd2"} 4867 node_network_flags{device="veth1b18086"} 4867 node_network_flags{device="veth1c097c5"} 4867 node_network_flags{device="veth1c4c875"} 4867 node_network_flags{device="veth1c5280a"} 4867 node_network_flags{device="veth1cfc19d"} 4867 node_network_flags{device="veth1d0e0c0"} 4867 node_network_flags{device="veth1d2dae7"} 4867 node_network_flags{device="veth1d629d1"} 4867 node_network_flags{device="veth1d73687"} 4867 node_network_flags{device="veth1d7748d"} 4867 node_network_flags{device="veth1d8d1df"} 4867 node_network_flags{device="veth1dbaa59"} 4867 node_network_flags{device="veth1dc83fc"} 4867 node_network_flags{device="veth1e36d07"} 4867 node_network_flags{device="veth1e44960"} 4867 node_network_flags{device="veth1eb887e"} 4867 node_network_flags{device="veth1ebe556"} 4867 node_network_flags{device="veth1ef8c3b"} 4867 node_network_flags{device="veth1f00723"} 4867 node_network_flags{device="veth1f55581"} 4867 node_network_flags{device="veth200cbca"} 4867 node_network_flags{device="veth201dbeb"} 4867 node_network_flags{device="veth20350f2"} 4867 node_network_flags{device="veth2046904"} 4867 node_network_flags{device="veth20558f6"} 4867 node_network_flags{device="veth206800d"} 4867 node_network_flags{device="veth20c30fb"} 4867 node_network_flags{device="veth20d3122"} 4867 node_network_flags{device="veth20fec73"} 4867 node_network_flags{device="veth2101218"} 4867 node_network_flags{device="veth216cb5e"} 4867 node_network_flags{device="veth21bac8e"} 4867 node_network_flags{device="veth21e6158"} 4867 node_network_flags{device="veth21edd0c"} 4867 node_network_flags{device="veth22047d0"} 4867 node_network_flags{device="veth22a4380"} 4867 node_network_flags{device="veth22a99e1"} 4867 node_network_flags{device="veth22ec2e1"} 4867 node_network_flags{device="veth233a2ff"} 4867 node_network_flags{device="veth23cfa18"} 4867 node_network_flags{device="veth23e3157"} 4867 node_network_flags{device="veth253ee4b"} 4867 node_network_flags{device="veth25731c6"} 4867 node_network_flags{device="veth257e734"} 4867 node_network_flags{device="veth26d9a84"} 4867 node_network_flags{device="veth26da4e6"} 4867 node_network_flags{device="veth26de035"} 4867 node_network_flags{device="veth26e26ed"} 4867 node_network_flags{device="veth271e2be"} 4867 node_network_flags{device="veth273b370"} 4867 node_network_flags{device="veth2850417"} 4867 node_network_flags{device="veth28b3c5c"} 4867 node_network_flags{device="veth297bd24"} 4867 node_network_flags{device="veth29e137d"} 4867 node_network_flags{device="veth2a08596"} 4867 node_network_flags{device="veth2b080cb"} 4867 node_network_flags{device="veth2b1e3c8"} 4867 node_network_flags{device="veth2b70ed0"} 4867 node_network_flags{device="veth2b88298"} 4867 node_network_flags{device="veth2ba28cc"} 4867 node_network_flags{device="veth2c7ea81"} 4867 node_network_flags{device="veth2ccb650"} 4867 node_network_flags{device="veth2cdd57a"} 4867 node_network_flags{device="veth2d38052"} 4867 node_network_flags{device="veth2d90db8"} 4867 node_network_flags{device="veth2db0bc8"} 4867 node_network_flags{device="veth2e3e11b"} 4867 node_network_flags{device="veth2eaeb65"} 4867 node_network_flags{device="veth2edd93a"} 4867 node_network_flags{device="veth2f83127"} 4867 node_network_flags{device="veth2fad712"} 4867 node_network_flags{device="veth2fc1259"} 4867 node_network_flags{device="veth2fd4dcf"} 4867 node_network_flags{device="veth3018884"} 4867 node_network_flags{device="veth302391f"} 4867 node_network_flags{device="veth3036978"} 4867 node_network_flags{device="veth30a5c63"} 4867 node_network_flags{device="veth3190c62"} 4867 node_network_flags{device="veth31e5a9e"} 4867 node_network_flags{device="veth31f0812"} 4867 node_network_flags{device="veth32a4eb2"} 4867 node_network_flags{device="veth340f558"} 4867 node_network_flags{device="veth34317c5"} 4867 node_network_flags{device="veth3497f43"} 4867 node_network_flags{device="veth35137a1"} 4867 node_network_flags{device="veth351f876"} 4867 node_network_flags{device="veth356b213"} 4867 node_network_flags{device="veth35c1d5d"} 4867 node_network_flags{device="veth35e62a2"} 4867 node_network_flags{device="veth3660b83"} 4867 node_network_flags{device="veth369fc55"} 4867 node_network_flags{device="veth36ef53a"} 4867 node_network_flags{device="veth375f2a0"} 4867 node_network_flags{device="veth37c5473"} 4867 node_network_flags{device="veth3886d62"} 4867 node_network_flags{device="veth391ec21"} 4867 node_network_flags{device="veth39344a6"} 4867 node_network_flags{device="veth39d278e"} 4867 node_network_flags{device="veth3a42551"} 4867 node_network_flags{device="veth3af658d"} 4867 node_network_flags{device="veth3afab44"} 4867 node_network_flags{device="veth3be2114"} 4867 node_network_flags{device="veth3c52a6b"} 4867 node_network_flags{device="veth3c96f87"} 4867 node_network_flags{device="veth3cf6698"} 4867 node_network_flags{device="veth3d7e10e"} 4867 node_network_flags{device="veth3de8760"} 4867 node_network_flags{device="veth3dfd180"} 4867 node_network_flags{device="veth3e101c0"} 4867 node_network_flags{device="veth3e128b5"} 4867 node_network_flags{device="veth3eef6e7"} 4867 node_network_flags{device="veth3f766aa"} 4867 node_network_flags{device="veth3f8f002"} 4867 node_network_flags{device="veth400b680"} 4867 node_network_flags{device="veth4079dc2"} 4867 node_network_flags{device="veth4082762"} 4867 node_network_flags{device="veth40905f5"} 4867 node_network_flags{device="veth410cac4"} 4867 node_network_flags{device="veth411daee"} 4867 node_network_flags{device="veth4136e74"} 4867 node_network_flags{device="veth41b3812"} 4867 node_network_flags{device="veth41c7fd1"} 4867 node_network_flags{device="veth427a6a0"} 4867 node_network_flags{device="veth4391ce3"} 4867 node_network_flags{device="veth44023e4"} 4867 node_network_flags{device="veth4418c4f"} 4867 node_network_flags{device="veth445067e"} 4867 node_network_flags{device="veth4498697"} 4867 node_network_flags{device="veth44a2e68"} 4867 node_network_flags{device="veth44b9a64"} 4867 node_network_flags{device="veth44eaf2c"} 4867 node_network_flags{device="veth45ba942"} 4867 node_network_flags{device="veth45bf0a5"} 4867 node_network_flags{device="veth45d5fcf"} 4867 node_network_flags{device="veth467feaf"} 4867 node_network_flags{device="veth46be02b"} 4867 node_network_flags{device="veth47a78db"} 4867 node_network_flags{device="veth47c0091"} 4867 node_network_flags{device="veth47fbfa1"} 4867 node_network_flags{device="veth482bd25"} 4867 node_network_flags{device="veth4865e48"} 4867 node_network_flags{device="veth487ae24"} 4867 node_network_flags{device="veth494a1eb"} 4867 node_network_flags{device="veth49501f4"} 4867 node_network_flags{device="veth495aa66"} 4867 node_network_flags{device="veth4a3f821"} 4867 node_network_flags{device="veth4a5aa12"} 4867 node_network_flags{device="veth4b32651"} 4867 node_network_flags{device="veth4b9cef1"} 4867 node_network_flags{device="veth4bc06c3"} 4867 node_network_flags{device="veth4bcc505"} 4867 node_network_flags{device="veth4dc758a"} 4867 node_network_flags{device="veth4eeb5e5"} 4867 node_network_flags{device="veth4f78f9e"} 4867 node_network_flags{device="veth4fb5a24"} 4867 node_network_flags{device="veth4fc6d17"} 4867 node_network_flags{device="veth500d596"} 4867 node_network_flags{device="veth5148843"} 4867 node_network_flags{device="veth516a2dd"} 4867 node_network_flags{device="veth51cb6e1"} 4867 node_network_flags{device="veth531d83a"} 4867 node_network_flags{device="veth53841ff"} 4867 node_network_flags{device="veth538f11f"} 4867 node_network_flags{device="veth53a474c"} 4867 node_network_flags{device="veth53c0c49"} 4867 node_network_flags{device="veth5408e9e"} 4867 node_network_flags{device="veth54327b2"} 4867 node_network_flags{device="veth54aa51d"} 4867 node_network_flags{device="veth5644c2c"} 4867 node_network_flags{device="veth5662068"} 4867 node_network_flags{device="veth566b833"} 4867 node_network_flags{device="veth56c1ee3"} 4867 node_network_flags{device="veth574a9bf"} 4867 node_network_flags{device="veth5823a67"} 4867 node_network_flags{device="veth582b1e1"} 4867 node_network_flags{device="veth58398da"} 4867 node_network_flags{device="veth59af09d"} 4867 node_network_flags{device="veth5a57667"} 4867 node_network_flags{device="veth5a5947d"} 4867 node_network_flags{device="veth5aa7930"} 4867 node_network_flags{device="veth5b2851f"} 4867 node_network_flags{device="veth5b569cb"} 4867 node_network_flags{device="veth5be0e34"} 4867 node_network_flags{device="veth5cbd82f"} 4867 node_network_flags{device="veth5d07046"} 4867 node_network_flags{device="veth5d8e6f5"} 4867 node_network_flags{device="veth5da80fb"} 4867 node_network_flags{device="veth5db9191"} 4867 node_network_flags{device="veth5df7840"} 4867 node_network_flags{device="veth5e055da"} 4867 node_network_flags{device="veth5e9d6c1"} 4867 node_network_flags{device="veth5f14d4e"} 4867 node_network_flags{device="veth5f85831"} 4867 node_network_flags{device="veth5fda1aa"} 4867 node_network_flags{device="veth609f65f"} 4867 node_network_flags{device="veth60a6470"} 4867 node_network_flags{device="veth60ac914"} 4867 node_network_flags{device="veth60be674"} 4867 node_network_flags{device="veth6100f2e"} 4867 node_network_flags{device="veth6141b70"} 4867 node_network_flags{device="veth6151bb9"} 4867 node_network_flags{device="veth61c4816"} 4867 node_network_flags{device="veth61d7283"} 4867 node_network_flags{device="veth6228670"} 4867 node_network_flags{device="veth629242b"} 4867 node_network_flags{device="veth6374fd2"} 4867 node_network_flags{device="veth6391005"} 4867 node_network_flags{device="veth63cf232"} 4867 node_network_flags{device="veth640a039"} 4867 node_network_flags{device="veth642d0c1"} 4867 node_network_flags{device="veth643a437"} 4867 node_network_flags{device="veth64fdbac"} 4867 node_network_flags{device="veth6515c1a"} 4867 node_network_flags{device="veth656302b"} 4867 node_network_flags{device="veth663b727"} 4867 node_network_flags{device="veth6694b48"} 4867 node_network_flags{device="veth66c10ee"} 4867 node_network_flags{device="veth671f5fb"} 4867 node_network_flags{device="veth6727827"} 4867 node_network_flags{device="veth6735453"} 4867 node_network_flags{device="veth674eb08"} 4867 node_network_flags{device="veth67bdfb5"} 4867 node_network_flags{device="veth67c3090"} 4867 node_network_flags{device="veth6827eeb"} 4867 node_network_flags{device="veth686cf8f"} 4867 node_network_flags{device="veth686e4ce"} 4867 node_network_flags{device="veth694a5f6"} 4867 node_network_flags{device="veth6955d38"} 4867 node_network_flags{device="veth6a8f538"} 4867 node_network_flags{device="veth6ae26de"} 4867 node_network_flags{device="veth6b4fcb5"} 4867 node_network_flags{device="veth6bd4c88"} 4867 node_network_flags{device="veth6c0ac2b"} 4867 node_network_flags{device="veth6c5d880"} 4867 node_network_flags{device="veth6c7b2e3"} 4867 node_network_flags{device="veth6c84c0f"} 4867 node_network_flags{device="veth6cb308f"} 4867 node_network_flags{device="veth6cc8853"} 4867 node_network_flags{device="veth6cf5c92"} 4867 node_network_flags{device="veth6d937a2"} 4867 node_network_flags{device="veth6e35c23"} 4867 node_network_flags{device="veth6e379ab"} 4867 node_network_flags{device="veth6f266b8"} 4867 node_network_flags{device="veth6f36c86"} 4867 node_network_flags{device="veth6fbd9ae"} 4867 node_network_flags{device="veth6fe10bb"} 4867 node_network_flags{device="veth70d4eb5"} 4867 node_network_flags{device="veth71868de"} 4867 node_network_flags{device="veth72921dc"} 4867 node_network_flags{device="veth72cb0b9"} 4867 node_network_flags{device="veth732170b"} 4867 node_network_flags{device="veth73778ca"} 4867 node_network_flags{device="veth73c2c96"} 4867 node_network_flags{device="veth73d2548"} 4867 node_network_flags{device="veth7458897"} 4867 node_network_flags{device="veth7465df3"} 4867 node_network_flags{device="veth7561080"} 4867 node_network_flags{device="veth757c34a"} 4867 node_network_flags{device="veth7595562"} 4867 node_network_flags{device="veth76187dd"} 4867 node_network_flags{device="veth7676d1c"} 4867 node_network_flags{device="veth76d519a"} 4867 node_network_flags{device="veth76e63a1"} 4867 node_network_flags{device="veth7761467"} 4867 node_network_flags{device="veth77842d9"} 4867 node_network_flags{device="veth778f08d"} 4867 node_network_flags{device="veth77a2e6e"} 4867 node_network_flags{device="veth77b25a2"} 4867 node_network_flags{device="veth77d929a"} 4867 node_network_flags{device="veth77e0563"} 4867 node_network_flags{device="veth77ea6db"} 4867 node_network_flags{device="veth78790bc"} 4867 node_network_flags{device="veth7904e58"} 4867 node_network_flags{device="veth79c5a75"} 4867 node_network_flags{device="veth7a831cf"} 4867 node_network_flags{device="veth7b0ab9e"} 4867 node_network_flags{device="veth7b380ec"} 4867 node_network_flags{device="veth7b48c14"} 4867 node_network_flags{device="veth7b78b78"} 4867 node_network_flags{device="veth7b89f6f"} 4867 node_network_flags{device="veth7c2dbba"} 4867 node_network_flags{device="veth7c546d4"} 4867 node_network_flags{device="veth7c54e1e"} 4867 node_network_flags{device="veth7c58951"} 4867 node_network_flags{device="veth7c705d1"} 4867 node_network_flags{device="veth7d3dd83"} 4867 node_network_flags{device="veth7d8e60b"} 4867 node_network_flags{device="veth7d9930a"} 4867 node_network_flags{device="veth7ec3780"} 4867 node_network_flags{device="veth7f09f4c"} 4867 node_network_flags{device="veth8004847"} 4867 node_network_flags{device="veth80252b4"} 4867 node_network_flags{device="veth80badd0"} 4867 node_network_flags{device="veth80c389c"} 4867 node_network_flags{device="veth8101e42"} 4867 node_network_flags{device="veth811e063"} 4867 node_network_flags{device="veth816a265"} 4867 node_network_flags{device="veth8186d77"} 4867 node_network_flags{device="veth820f0db"} 4867 node_network_flags{device="veth8237dc3"} 4867 node_network_flags{device="veth8269643"} 4867 node_network_flags{device="veth828ecf9"} 4867 node_network_flags{device="veth83498cb"} 4867 node_network_flags{device="veth834d149"} 4867 node_network_flags{device="veth8357150"} 4867 node_network_flags{device="veth83fb8e6"} 4867 node_network_flags{device="veth84220c4"} 4867 node_network_flags{device="veth84e1fc4"} 4867 node_network_flags{device="veth850b442"} 4867 node_network_flags{device="veth85daf28"} 4867 node_network_flags{device="veth861068a"} 4867 node_network_flags{device="veth866bba7"} 4867 node_network_flags{device="veth86a2462"} 4867 node_network_flags{device="veth872cb76"} 4867 node_network_flags{device="veth87362c6"} 4867 node_network_flags{device="veth87cb8c8"} 4867 node_network_flags{device="veth87d5677"} 4867 node_network_flags{device="veth87d62cb"} 4867 node_network_flags{device="veth87d7e35"} 4867 node_network_flags{device="veth87e75ee"} 4867 node_network_flags{device="veth87f4935"} 4867 node_network_flags{device="veth87fdb6a"} 4867 node_network_flags{device="veth889a2f1"} 4867 node_network_flags{device="veth88ac732"} 4867 node_network_flags{device="veth8922783"} 4867 node_network_flags{device="veth896c132"} 4867 node_network_flags{device="veth899b99d"} 4867 node_network_flags{device="veth89b275c"} 4867 node_network_flags{device="veth8a52231"} 4867 node_network_flags{device="veth8a89268"} 4867 node_network_flags{device="veth8b3b309"} 4867 node_network_flags{device="veth8b541a1"} 4867 node_network_flags{device="veth8b983cf"} 4867 node_network_flags{device="veth8bc856f"} 4867 node_network_flags{device="veth8bc982a"} 4867 node_network_flags{device="veth8bd3242"} 4867 node_network_flags{device="veth8bed13f"} 4867 node_network_flags{device="veth8c86032"} 4867 node_network_flags{device="veth8c88f73"} 4867 node_network_flags{device="veth8c93126"} 4867 node_network_flags{device="veth8d22374"} 4867 node_network_flags{device="veth8d6536d"} 4867 node_network_flags{device="veth8d7d98e"} 4867 node_network_flags{device="veth8d88b16"} 4867 node_network_flags{device="veth8d936c5"} 4867 node_network_flags{device="veth8e0e8a0"} 4867 node_network_flags{device="veth8e914f7"} 4867 node_network_flags{device="veth8ea541c"} 4867 node_network_flags{device="veth8ecee2e"} 4867 node_network_flags{device="veth8f1ab25"} 4867 node_network_flags{device="veth8f7a6af"} 4867 node_network_flags{device="veth8f9b8d0"} 4867 node_network_flags{device="veth906c063"} 4867 node_network_flags{device="veth909d986"} 4867 node_network_flags{device="veth90c1c36"} 4867 node_network_flags{device="veth91af2c1"} 4867 node_network_flags{device="veth91d764a"} 4867 node_network_flags{device="veth9204861"} 4867 node_network_flags{device="veth921bb23"} 4867 node_network_flags{device="veth9312dae"} 4867 node_network_flags{device="veth9317063"} 4867 node_network_flags{device="veth93596dd"} 4867 node_network_flags{device="veth93882ee"} 4867 node_network_flags{device="veth93d7d29"} 4867 node_network_flags{device="veth93dba36"} 4867 node_network_flags{device="veth93ddc00"} 4867 node_network_flags{device="veth943efa3"} 4867 node_network_flags{device="veth9487334"} 4867 node_network_flags{device="veth94edd33"} 4867 node_network_flags{device="veth9553163"} 4867 node_network_flags{device="veth965628f"} 4867 node_network_flags{device="veth96d77f6"} 4867 node_network_flags{device="veth9841ead"} 4867 node_network_flags{device="veth988596b"} 4867 node_network_flags{device="veth98bcfcf"} 4867 node_network_flags{device="veth992b562"} 4867 node_network_flags{device="veth998fc07"} 4867 node_network_flags{device="veth9af67e8"} 4867 node_network_flags{device="veth9b8c3fe"} 4867 node_network_flags{device="veth9ba3bbe"} 4867 node_network_flags{device="veth9c7f67d"} 4867 node_network_flags{device="veth9c8af90"} 4867 node_network_flags{device="veth9d596d7"} 4867 node_network_flags{device="veth9dc5a7e"} 4867 node_network_flags{device="veth9dce1ef"} 4867 node_network_flags{device="veth9dddbc9"} 4867 node_network_flags{device="veth9dfec82"} 4867 node_network_flags{device="veth9f0cb80"} 4867 node_network_flags{device="veth9f2b7f4"} 4867 node_network_flags{device="vetha0524ab"} 4867 node_network_flags{device="vetha09db05"} 4867 node_network_flags{device="vetha0c9f28"} 4867 node_network_flags{device="vetha137a8a"} 4867 node_network_flags{device="vetha1a2849"} 4867 node_network_flags{device="vetha246e20"} 4867 node_network_flags{device="vetha262863"} 4867 node_network_flags{device="vetha2e8433"} 4867 node_network_flags{device="vetha33f58d"} 4867 node_network_flags{device="vetha364335"} 4867 node_network_flags{device="vetha39dbf7"} 4867 node_network_flags{device="vetha3d15af"} 4867 node_network_flags{device="vetha46dce5"} 4867 node_network_flags{device="vetha4a4b5e"} 4867 node_network_flags{device="vetha52fdb0"} 4867 node_network_flags{device="vetha532453"} 4867 node_network_flags{device="vetha542775"} 4867 node_network_flags{device="vetha5f484b"} 4867 node_network_flags{device="vetha626559"} 4867 node_network_flags{device="vetha6695f8"} 4867 node_network_flags{device="vetha6bbe19"} 4867 node_network_flags{device="vetha71b22e"} 4867 node_network_flags{device="vetha73388c"} 4867 node_network_flags{device="vetha7d15e0"} 4867 node_network_flags{device="vetha819cf5"} 4867 node_network_flags{device="vetha833154"} 4867 node_network_flags{device="vetha8d245b"} 4867 node_network_flags{device="vetha9a6ee7"} 4867 node_network_flags{device="vetha9be187"} 4867 node_network_flags{device="vethaac0f5a"} 4867 node_network_flags{device="vethaaf14ed"} 4867 node_network_flags{device="vethaafbc9c"} 4867 node_network_flags{device="vethac8f909"} 4867 node_network_flags{device="vethad12882"} 4867 node_network_flags{device="vethad278fa"} 4867 node_network_flags{device="vethad4728b"} 4867 node_network_flags{device="vethad94033"} 4867 node_network_flags{device="vethae911de"} 4867 node_network_flags{device="vethaf848b4"} 4867 node_network_flags{device="vethafdb738"} 4867 node_network_flags{device="vethb03a241"} 4867 node_network_flags{device="vethb0541e3"} 4867 node_network_flags{device="vethb094466"} 4867 node_network_flags{device="vethb0dce79"} 4867 node_network_flags{device="vethb15363b"} 4867 node_network_flags{device="vethb1b5e1a"} 4867 node_network_flags{device="vethb20e6ba"} 4867 node_network_flags{device="vethb348a18"} 4867 node_network_flags{device="vethb39d63e"} 4867 node_network_flags{device="vethb3a121b"} 4867 node_network_flags{device="vethb3deee0"} 4867 node_network_flags{device="vethb437aaa"} 4867 node_network_flags{device="vethb446f39"} 4867 node_network_flags{device="vethb463420"} 4867 node_network_flags{device="vethb5e7625"} 4867 node_network_flags{device="vethb5fac8d"} 4867 node_network_flags{device="vethb60b24f"} 4867 node_network_flags{device="vethb6a7795"} 4867 node_network_flags{device="vethb70e800"} 4867 node_network_flags{device="vethb77480b"} 4867 node_network_flags{device="vethb8277ac"} 4867 node_network_flags{device="vethba29e31"} 4867 node_network_flags{device="vethba6e44c"} 4867 node_network_flags{device="vethbb09104"} 4867 node_network_flags{device="vethbb16237"} 4867 node_network_flags{device="vethbb70179"} 4867 node_network_flags{device="vethbba5630"} 4867 node_network_flags{device="vethbbbbe04"} 4867 node_network_flags{device="vethbbdba94"} 4867 node_network_flags{device="vethbbfb0b7"} 4867 node_network_flags{device="vethbc76a10"} 4867 node_network_flags{device="vethbd2a2ee"} 4867 node_network_flags{device="vethbda2ae7"} 4867 node_network_flags{device="vethbded328"} 4867 node_network_flags{device="vethbe2f7fe"} 4867 node_network_flags{device="vethbe857cb"} 4867 node_network_flags{device="vethbe875cc"} 4867 node_network_flags{device="vethbf184b1"} 4867 node_network_flags{device="vethbf984b6"} 4867 node_network_flags{device="vethbffb2be"} 4867 node_network_flags{device="vethc0f4be2"} 4867 node_network_flags{device="vethc11e467"} 4867 node_network_flags{device="vethc1f90e5"} 4867 node_network_flags{device="vethc3672f4"} 4867 node_network_flags{device="vethc3a39c5"} 4867 node_network_flags{device="vethc3b6740"} 4867 node_network_flags{device="vethc4690e0"} 4867 node_network_flags{device="vethc4ee1b8"} 4867 node_network_flags{device="vethc5402c9"} 4867 node_network_flags{device="vethc547482"} 4867 node_network_flags{device="vethc5fe0b1"} 4867 node_network_flags{device="vethc60975c"} 4867 node_network_flags{device="vethc69126e"} 4867 node_network_flags{device="vethc6eb625"} 4867 node_network_flags{device="vethc6fac07"} 4867 node_network_flags{device="vethc702703"} 4867 node_network_flags{device="vethc74fac6"} 4867 node_network_flags{device="vethc78dd63"} 4867 node_network_flags{device="vethc7cef54"} 4867 node_network_flags{device="vethc7e6d28"} 4867 node_network_flags{device="vethc800506"} 4867 node_network_flags{device="vethc8344c6"} 4867 node_network_flags{device="vethc85e8a1"} 4867 node_network_flags{device="vethc86b25e"} 4867 node_network_flags{device="vethc88f6d5"} 4867 node_network_flags{device="vethc91fc73"} 4867 node_network_flags{device="vethc942fad"} 4867 node_network_flags{device="vethc99741d"} 4867 node_network_flags{device="vethca7a920"} 4867 node_network_flags{device="vethcb56258"} 4867 node_network_flags{device="vethcb70a05"} 4867 node_network_flags{device="vethcbb6ad3"} 4867 node_network_flags{device="vethcbe3245"} 4867 node_network_flags{device="vethcc05e54"} 4867 node_network_flags{device="vethcc0a6a7"} 4867 node_network_flags{device="vethcc4df6c"} 4867 node_network_flags{device="vethccde146"} 4867 node_network_flags{device="vethcd1a107"} 4867 node_network_flags{device="vethcdc87c7"} 4867 node_network_flags{device="vethce0cd64"} 4867 node_network_flags{device="vethce27cb9"} 4867 node_network_flags{device="vethce2a31d"} 4867 node_network_flags{device="vethce67b11"} 4867 node_network_flags{device="vethd0a9732"} 4867 node_network_flags{device="vethd183c34"} 4867 node_network_flags{device="vethd1a8a33"} 4867 node_network_flags{device="vethd1b1ed7"} 4867 node_network_flags{device="vethd1c6adb"} 4867 node_network_flags{device="vethd1caf98"} 4867 node_network_flags{device="vethd1f851b"} 4867 node_network_flags{device="vethd23fa3c"} 4867 node_network_flags{device="vethd2d1d0b"} 4867 node_network_flags{device="vethd2d4c0f"} 4867 node_network_flags{device="vethd2e142a"} 4867 node_network_flags{device="vethd2f2476"} 4867 node_network_flags{device="vethd32989f"} 4867 node_network_flags{device="vethd33027f"} 4867 node_network_flags{device="vethd386c1b"} 4867 node_network_flags{device="vethd394f60"} 4867 node_network_flags{device="vethd39b75f"} 4867 node_network_flags{device="vethd3b8b64"} 4867 node_network_flags{device="vethd3d71c3"} 4867 node_network_flags{device="vethd3d74f4"} 4867 node_network_flags{device="vethd3f5c3d"} 4867 node_network_flags{device="vethd418045"} 4867 node_network_flags{device="vethd583737"} 4867 node_network_flags{device="vethd5b7fe1"} 4867 node_network_flags{device="vethd6812c2"} 4867 node_network_flags{device="vethd72be73"} 4867 node_network_flags{device="vethd741df9"} 4867 node_network_flags{device="vethd764c1d"} 4867 node_network_flags{device="vethd77fdfb"} 4867 node_network_flags{device="vethd7b6b6d"} 4867 node_network_flags{device="vethd7ce910"} 4867 node_network_flags{device="vethd80b242"} 4867 node_network_flags{device="vethd9290a5"} 4867 node_network_flags{device="vethd9633d5"} 4867 node_network_flags{device="vethd9c1ac2"} 4867 node_network_flags{device="vethd9dc45d"} 4867 node_network_flags{device="vethdb3bfe5"} 4867 node_network_flags{device="vethdb8e006"} 4867 node_network_flags{device="vethdba04c6"} 4867 node_network_flags{device="vethdcf0fe6"} 4867 node_network_flags{device="vethdd73e31"} 4867 node_network_flags{device="vethdeb43da"} 4867 node_network_flags{device="vethdf2fc0c"} 4867 node_network_flags{device="vethdf8b192"} 4867 node_network_flags{device="vethe0014f6"} 4867 node_network_flags{device="vethe04376c"} 4867 node_network_flags{device="vethe0824de"} 4867 node_network_flags{device="vethe1acebe"} 4867 node_network_flags{device="vethe1b57af"} 4867 node_network_flags{device="vethe2677b2"} 4867 node_network_flags{device="vethe330364"} 4867 node_network_flags{device="vethe358b9b"} 4867 node_network_flags{device="vethe393e1f"} 4867 node_network_flags{device="vethe3fc1d5"} 4867 node_network_flags{device="vethe439679"} 4867 node_network_flags{device="vethe484f21"} 4867 node_network_flags{device="vethe49717f"} 4867 node_network_flags{device="vethe4ad4e5"} 4867 node_network_flags{device="vethe4e85e7"} 4867 node_network_flags{device="vethe52bda0"} 4867 node_network_flags{device="vethe5f3f06"} 4867 node_network_flags{device="vethe63d6dd"} 4867 node_network_flags{device="vethe6c23f6"} 4867 node_network_flags{device="vethe766e72"} 4867 node_network_flags{device="vethe7aff89"} 4867 node_network_flags{device="vethe8648b1"} 4867 node_network_flags{device="vethe87664c"} 4867 node_network_flags{device="vethe880812"} 4867 node_network_flags{device="vethe8d7ad1"} 4867 node_network_flags{device="vethe98ffcc"} 4867 node_network_flags{device="vethea8c77f"} 4867 node_network_flags{device="vetheaaf5da"} 4867 node_network_flags{device="vetheb750ff"} 4867 node_network_flags{device="vethebe1c57"} 4867 node_network_flags{device="vethec1bace"} 4867 node_network_flags{device="vethedee635"} 4867 node_network_flags{device="vethee49f2e"} 4867 node_network_flags{device="vethee55381"} 4867 node_network_flags{device="vetheebb707"} 4867 node_network_flags{device="vetheede58b"} 4867 node_network_flags{device="vethef01414"} 4867 node_network_flags{device="vethef4d3cf"} 4867 node_network_flags{device="vethef8ca1b"} 4867 node_network_flags{device="vethef9a53b"} 4867 node_network_flags{device="vetheff1b62"} 4867 node_network_flags{device="vethf00a1a9"} 4867 node_network_flags{device="vethf0d88b0"} 4867 node_network_flags{device="vethf0e15a5"} 4867 node_network_flags{device="vethf0f7c00"} 4867 node_network_flags{device="vethf1a351b"} 4867 node_network_flags{device="vethf1cab6c"} 4867 node_network_flags{device="vethf1ffdde"} 4867 node_network_flags{device="vethf30dce1"} 4867 node_network_flags{device="vethf34ab67"} 4867 node_network_flags{device="vethf3942da"} 4867 node_network_flags{device="vethf40383d"} 4867 node_network_flags{device="vethf4756aa"} 4867 node_network_flags{device="vethf4b3dd4"} 4867 node_network_flags{device="vethf572a6b"} 4867 node_network_flags{device="vethf5f8567"} 4867 node_network_flags{device="vethf62f7b0"} 4867 node_network_flags{device="vethf766060"} 4867 node_network_flags{device="vethf796416"} 4867 node_network_flags{device="vethf7dde08"} 4867 node_network_flags{device="vethf804fc2"} 4867 node_network_flags{device="vethf89cdc2"} 4867 node_network_flags{device="vethf8f166c"} 4867 node_network_flags{device="vethf9080d7"} 4867 node_network_flags{device="vethf90aa51"} 4867 node_network_flags{device="vethf91787e"} 4867 node_network_flags{device="vethf925f21"} 4867 node_network_flags{device="vethf954e2e"} 4867 node_network_flags{device="vethf96c7ac"} 4867 node_network_flags{device="vethfb0d0e8"} 4867 node_network_flags{device="vethfb3ff4e"} 4867 node_network_flags{device="vethfc0e66c"} 4867 node_network_flags{device="vethfcd6d02"} 4867 node_network_flags{device="vethfe45418"} 4867 node_network_flags{device="vethfe716bb"} 4867 node_network_flags{device="vethfe71df5"} 4867 node_network_flags{device="vethfecb007"} 4867 node_network_flags{device="vethfee22ad"} 4867 node_network_flags{device="vethff26790"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-02823e0b21f8"} 120 node_network_iface_id{device="br-032930a8871d"} 14180 node_network_iface_id{device="br-03ced592235a"} 70 node_network_iface_id{device="br-0871d54d3675"} 16462 node_network_iface_id{device="br-089331b9c07a"} 38 node_network_iface_id{device="br-0a8e30067c8e"} 77 node_network_iface_id{device="br-0d01f742526c"} 100 node_network_iface_id{device="br-0d9fdd0cf163"} 94 node_network_iface_id{device="br-12a5c8e99f7e"} 14129 node_network_iface_id{device="br-131fa2cef983"} 17181 node_network_iface_id{device="br-14216610e159"} 15 node_network_iface_id{device="br-15dab3c5a2fb"} 117 node_network_iface_id{device="br-16453071a16a"} 55 node_network_iface_id{device="br-1824841a31f9"} 4 node_network_iface_id{device="br-1b283e1e5128"} 29 node_network_iface_id{device="br-1c85749e122e"} 83 node_network_iface_id{device="br-1da05be17644"} 10 node_network_iface_id{device="br-1de64be72380"} 110 node_network_iface_id{device="br-208ab78feaa3"} 57 node_network_iface_id{device="br-217d6415a970"} 58 node_network_iface_id{device="br-27771a4b5e1c"} 27 node_network_iface_id{device="br-301b4c89e775"} 95 node_network_iface_id{device="br-349eb65873d4"} 112 node_network_iface_id{device="br-3718da5a7dac"} 10880 node_network_iface_id{device="br-37f17f8c2f41"} 101 node_network_iface_id{device="br-3d9cd1c09975"} 14488 node_network_iface_id{device="br-3db3cc2bc444"} 121 node_network_iface_id{device="br-41c4dd613804"} 43 node_network_iface_id{device="br-44fbf271d024"} 102 node_network_iface_id{device="br-458514748e86"} 16822 node_network_iface_id{device="br-4698f8262a4c"} 56 node_network_iface_id{device="br-483851ad6d82"} 16 node_network_iface_id{device="br-491d965e7355"} 15930 node_network_iface_id{device="br-4a66d39e6115"} 78 node_network_iface_id{device="br-52ce8deae651"} 88 node_network_iface_id{device="br-5567248b7fed"} 17004 node_network_iface_id{device="br-559d36b72748"} 34 node_network_iface_id{device="br-57259014cf16"} 107 node_network_iface_id{device="br-5748fcd1e7ca"} 71 node_network_iface_id{device="br-5a028c7b8cc5"} 129 node_network_iface_id{device="br-5a09c7dffa78"} 16002 node_network_iface_id{device="br-5bbb53ee4d8c"} 45 node_network_iface_id{device="br-5cd378a95a50"} 103 node_network_iface_id{device="br-5e44ef26977f"} 16722 node_network_iface_id{device="br-649c0a0d748e"} 11 node_network_iface_id{device="br-65c3891cde69"} 89 node_network_iface_id{device="br-6654a6f415ef"} 18 node_network_iface_id{device="br-666a1a84be8e"} 72 node_network_iface_id{device="br-66b00b277461"} 13540 node_network_iface_id{device="br-67b6f2b09055"} 19 node_network_iface_id{device="br-68a4d2d648c6"} 79 node_network_iface_id{device="br-6a3142e5de92"} 131 node_network_iface_id{device="br-6c34a8b4b6a4"} 14094 node_network_iface_id{device="br-6c5eccea21bc"} 12308 node_network_iface_id{device="br-75640dcb1806"} 59 node_network_iface_id{device="br-757cf8ccd099"} 35 node_network_iface_id{device="br-765d504a1648"} 80 node_network_iface_id{device="br-7783edd4fb63"} 53 node_network_iface_id{device="br-78c76b7fdacf"} 17140 node_network_iface_id{device="br-7a05c4b4c71c"} 12 node_network_iface_id{device="br-7f1c0840c41b"} 96 node_network_iface_id{device="br-8273700d2b53"} 74 node_network_iface_id{device="br-832e21b6735f"} 39 node_network_iface_id{device="br-89456f9f0577"} 97 node_network_iface_id{device="br-8c4c62bbb4ac"} 20 node_network_iface_id{device="br-8c90f08921d2"} 40 node_network_iface_id{device="br-8d5f8dfdd165"} 32 node_network_iface_id{device="br-8d809ce3c9c6"} 41 node_network_iface_id{device="br-8f019a492357"} 16640 node_network_iface_id{device="br-918ddcd36f9a"} 14580 node_network_iface_id{device="br-94b2fbf06b0d"} 13 node_network_iface_id{device="br-9504d5b6acf5"} 47 node_network_iface_id{device="br-967a6a8492ec"} 13679 node_network_iface_id{device="br-977759f73e31"} 128 node_network_iface_id{device="br-9be1f90f0a3c"} 11997 node_network_iface_id{device="br-9c7a6a4ea029"} 10406 node_network_iface_id{device="br-9fab29d0fd90"} 10439 node_network_iface_id{device="br-a01a29421e12"} 14 node_network_iface_id{device="br-a073f44ab682"} 16425 node_network_iface_id{device="br-a08ab772e40d"} 98 node_network_iface_id{device="br-a1b2b339a0bc"} 68 node_network_iface_id{device="br-a3bcc581540c"} 14366 node_network_iface_id{device="br-a735d7132cb5"} 14347 node_network_iface_id{device="br-ab4fc0c8f205"} 104 node_network_iface_id{device="br-ac4684d015f6"} 13282 node_network_iface_id{device="br-ac5441a8184d"} 16545 node_network_iface_id{device="br-afdcb409567a"} 118 node_network_iface_id{device="br-b58abb066918"} 12132 node_network_iface_id{device="br-b5cc1abc8af1"} 114 node_network_iface_id{device="br-b710ed0f91ed"} 16380 node_network_iface_id{device="br-b9ddcd38e3d5"} 119 node_network_iface_id{device="br-be8161177ed9"} 115 node_network_iface_id{device="br-bfa260e794d9"} 65 node_network_iface_id{device="br-c1c4e42c8216"} 16967 node_network_iface_id{device="br-c577c6a066cb"} 66 node_network_iface_id{device="br-c7ec91768290"} 82 node_network_iface_id{device="br-c8047895107e"} 116 node_network_iface_id{device="br-cb62be74ef17"} 14455 node_network_iface_id{device="br-cc4a14297e79"} 16343 node_network_iface_id{device="br-cf6b946573c1"} 42 node_network_iface_id{device="br-cfa8e5dacf79"} 109 node_network_iface_id{device="br-d461c29e6aa7"} 105 node_network_iface_id{device="br-d4ad227661d1"} 3 node_network_iface_id{device="br-d5a100d1afd1"} 48 node_network_iface_id{device="br-d6403551d086"} 6 node_network_iface_id{device="br-dae27e4e8b91"} 13073 node_network_iface_id{device="br-db5d49f98313"} 11980 node_network_iface_id{device="br-dc87a7504ded"} 61 node_network_iface_id{device="br-ddaa8bdc0119"} 51 node_network_iface_id{device="br-ddc45447112f"} 99 node_network_iface_id{device="br-e0e95d87f3e0"} 10938 node_network_iface_id{device="br-e24d302efec6"} 25 node_network_iface_id{device="br-e3e321b77026"} 85 node_network_iface_id{device="br-e5714f199361"} 16837 node_network_iface_id{device="br-e63b0d1593b5"} 54 node_network_iface_id{device="br-ead353f203a4"} 12091 node_network_iface_id{device="br-ec56c664f289"} 52 node_network_iface_id{device="br-f17da17d41a2"} 13949 node_network_iface_id{device="br-f33d4e889abc"} 84 node_network_iface_id{device="br-f4b381c64696"} 7 node_network_iface_id{device="br-f5d79f441cea"} 33 node_network_iface_id{device="br-f645f15c7927"} 76 node_network_iface_id{device="br-f6901fdf275f"} 26 node_network_iface_id{device="br-f7269b4b25bf"} 93 node_network_iface_id{device="br-fa88d6f98186"} 14062 node_network_iface_id{device="br-fd7abce4f375"} 16262 node_network_iface_id{device="docker0"} 133 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth010cf6c"} 16577 node_network_iface_id{device="veth0118054"} 16830 node_network_iface_id{device="veth015066a"} 7789 node_network_iface_id{device="veth01c23a7"} 16995 node_network_iface_id{device="veth01d8776"} 7405 node_network_iface_id{device="veth028dce1"} 13965 node_network_iface_id{device="veth0299373"} 6635 node_network_iface_id{device="veth03320d3"} 5209 node_network_iface_id{device="veth0348049"} 8061 node_network_iface_id{device="veth04c0c5b"} 7983 node_network_iface_id{device="veth05bb69b"} 14520 node_network_iface_id{device="veth05d21d3"} 6565 node_network_iface_id{device="veth063974c"} 11471 node_network_iface_id{device="veth0665c41"} 16414 node_network_iface_id{device="veth06bac3f"} 8235 node_network_iface_id{device="veth06f7fab"} 13959 node_network_iface_id{device="veth07837a1"} 7979 node_network_iface_id{device="veth07940a9"} 16028 node_network_iface_id{device="veth07c394e"} 14483 node_network_iface_id{device="veth08220c7"} 5235 node_network_iface_id{device="veth085af09"} 17030 node_network_iface_id{device="veth08f2029"} 6233 node_network_iface_id{device="veth093e34b"} 6269 node_network_iface_id{device="veth095010c"} 7489 node_network_iface_id{device="veth0b4c3d1"} 8573 node_network_iface_id{device="veth0bad067"} 14606 node_network_iface_id{device="veth0bbdec3"} 12164 node_network_iface_id{device="veth0c16bae"} 5867 node_network_iface_id{device="veth0c30494"} 16993 node_network_iface_id{device="veth0caff4e"} 7587 node_network_iface_id{device="veth0d8770f"} 6761 node_network_iface_id{device="veth0df388c"} 5261 node_network_iface_id{device="veth0ea94b5"} 16371 node_network_iface_id{device="veth0f67dbb"} 7883 node_network_iface_id{device="veth0f8e2ed"} 7259 node_network_iface_id{device="veth0fb0b4d"} 5377 node_network_iface_id{device="veth100cba7"} 8341 node_network_iface_id{device="veth10146ec"} 7791 node_network_iface_id{device="veth1031098"} 6779 node_network_iface_id{device="veth10df4a9"} 7951 node_network_iface_id{device="veth110bcfe"} 7217 node_network_iface_id{device="veth110e8ec"} 6067 node_network_iface_id{device="veth1148460"} 10428 node_network_iface_id{device="veth12a3be7"} 16847 node_network_iface_id{device="veth12ae611"} 8031 node_network_iface_id{device="veth12ca81a"} 7715 node_network_iface_id{device="veth133acdf"} 10447 node_network_iface_id{device="veth13f164d"} 6145 node_network_iface_id{device="veth1431509"} 6879 node_network_iface_id{device="veth1433538"} 6921 node_network_iface_id{device="veth14a077c"} 14206 node_network_iface_id{device="veth1524c7a"} 7829 node_network_iface_id{device="veth15b5b5d"} 16292 node_network_iface_id{device="veth1647655"} 16752 node_network_iface_id{device="veth167a182"} 14151 node_network_iface_id{device="veth16f4867"} 12170 node_network_iface_id{device="veth1785664"} 14098 node_network_iface_id{device="veth199e3b5"} 11982 node_network_iface_id{device="veth1aa66b7"} 10978 node_network_iface_id{device="veth1b01e56"} 10436 node_network_iface_id{device="veth1b11dd2"} 7187 node_network_iface_id{device="veth1b18086"} 16377 node_network_iface_id{device="veth1c097c5"} 10434 node_network_iface_id{device="veth1c4c875"} 16502 node_network_iface_id{device="veth1c5280a"} 14208 node_network_iface_id{device="veth1cfc19d"} 8449 node_network_iface_id{device="veth1d0e0c0"} 6661 node_network_iface_id{device="veth1d2dae7"} 5341 node_network_iface_id{device="veth1d629d1"} 7411 node_network_iface_id{device="veth1d73687"} 6109 node_network_iface_id{device="veth1d7748d"} 6315 node_network_iface_id{device="veth1d8d1df"} 5259 node_network_iface_id{device="veth1dbaa59"} 17040 node_network_iface_id{device="veth1dc83fc"} 6049 node_network_iface_id{device="veth1e36d07"} 7363 node_network_iface_id{device="veth1e44960"} 7685 node_network_iface_id{device="veth1eb887e"} 7869 node_network_iface_id{device="veth1ebe556"} 14477 node_network_iface_id{device="veth1ef8c3b"} 17217 node_network_iface_id{device="veth1f00723"} 8565 node_network_iface_id{device="veth1f55581"} 8231 node_network_iface_id{device="veth200cbca"} 13572 node_network_iface_id{device="veth201dbeb"} 7123 node_network_iface_id{device="veth20350f2"} 6581 node_network_iface_id{device="veth2046904"} 7465 node_network_iface_id{device="veth20558f6"} 8351 node_network_iface_id{device="veth206800d"} 14100 node_network_iface_id{device="veth20c30fb"} 7515 node_network_iface_id{device="veth20d3122"} 6687 node_network_iface_id{device="veth20fec73"} 5521 node_network_iface_id{device="veth2101218"} 7313 node_network_iface_id{device="veth216cb5e"} 5233 node_network_iface_id{device="veth21bac8e"} 6785 node_network_iface_id{device="veth21e6158"} 17215 node_network_iface_id{device="veth21edd0c"} 5431 node_network_iface_id{device="veth22047d0"} 6967 node_network_iface_id{device="veth22a4380"} 7573 node_network_iface_id{device="veth22a99e1"} 5335 node_network_iface_id{device="veth22ec2e1"} 13687 node_network_iface_id{device="veth233a2ff"} 16296 node_network_iface_id{device="veth23cfa18"} 14202 node_network_iface_id{device="veth23e3157"} 5237 node_network_iface_id{device="veth253ee4b"} 8043 node_network_iface_id{device="veth25731c6"} 14161 node_network_iface_id{device="veth257e734"} 8375 node_network_iface_id{device="veth26d9a84"} 16496 node_network_iface_id{device="veth26da4e6"} 7261 node_network_iface_id{device="veth26de035"} 14400 node_network_iface_id{device="veth26e26ed"} 6241 node_network_iface_id{device="veth271e2be"} 5509 node_network_iface_id{device="veth273b370"} 7383 node_network_iface_id{device="veth2850417"} 10920 node_network_iface_id{device="veth28b3c5c"} 14210 node_network_iface_id{device="veth297bd24"} 6129 node_network_iface_id{device="veth29e137d"} 12125 node_network_iface_id{device="veth2a08596"} 5783 node_network_iface_id{device="veth2b080cb"} 13312 node_network_iface_id{device="veth2b1e3c8"} 5621 node_network_iface_id{device="veth2b70ed0"} 8563 node_network_iface_id{device="veth2b88298"} 6757 node_network_iface_id{device="veth2ba28cc"} 10438 node_network_iface_id{device="veth2c7ea81"} 7579 node_network_iface_id{device="veth2ccb650"} 6883 node_network_iface_id{device="veth2cdd57a"} 6857 node_network_iface_id{device="veth2d38052"} 16492 node_network_iface_id{device="veth2d90db8"} 5371 node_network_iface_id{device="veth2db0bc8"} 6053 node_network_iface_id{device="veth2e3e11b"} 6623 node_network_iface_id{device="veth2eaeb65"} 14510 node_network_iface_id{device="veth2edd93a"} 16843 node_network_iface_id{device="veth2f83127"} 12336 node_network_iface_id{device="veth2fad712"} 7239 node_network_iface_id{device="veth2fc1259"} 7609 node_network_iface_id{device="veth2fd4dcf"} 7501 node_network_iface_id{device="veth3018884"} 10430 node_network_iface_id{device="veth302391f"} 7321 node_network_iface_id{device="veth3036978"} 6211 node_network_iface_id{device="veth30a5c63"} 14096 node_network_iface_id{device="veth3190c62"} 14070 node_network_iface_id{device="veth31e5a9e"} 7585 node_network_iface_id{device="veth31f0812"} 5699 node_network_iface_id{device="veth32a4eb2"} 7651 node_network_iface_id{device="veth340f558"} 7601 node_network_iface_id{device="veth34317c5"} 17219 node_network_iface_id{device="veth3497f43"} 6783 node_network_iface_id{device="veth35137a1"} 5967 node_network_iface_id{device="veth351f876"} 12127 node_network_iface_id{device="veth356b213"} 13955 node_network_iface_id{device="veth35c1d5d"} 12338 node_network_iface_id{device="veth35e62a2"} 7679 node_network_iface_id{device="veth3660b83"} 5347 node_network_iface_id{device="veth369fc55"} 7391 node_network_iface_id{device="veth36ef53a"} 8443 node_network_iface_id{device="veth375f2a0"} 6217 node_network_iface_id{device="veth37c5473"} 14614 node_network_iface_id{device="veth3886d62"} 5245 node_network_iface_id{device="veth391ec21"} 16573 node_network_iface_id{device="veth39344a6"} 16997 node_network_iface_id{device="veth39d278e"} 6091 node_network_iface_id{device="veth3a42551"} 7453 node_network_iface_id{device="veth3af658d"} 7571 node_network_iface_id{device="veth3afab44"} 8233 node_network_iface_id{device="veth3be2114"} 6793 node_network_iface_id{device="veth3c52a6b"} 6769 node_network_iface_id{device="veth3c96f87"} 8059 node_network_iface_id{device="veth3cf6698"} 7519 node_network_iface_id{device="veth3d7e10e"} 16832 node_network_iface_id{device="veth3de8760"} 8047 node_network_iface_id{device="veth3dfd180"} 6243 node_network_iface_id{device="veth3e101c0"} 7309 node_network_iface_id{device="veth3e128b5"} 5625 node_network_iface_id{device="veth3eef6e7"} 14159 node_network_iface_id{device="veth3f766aa"} 6765 node_network_iface_id{device="veth3f8f002"} 7177 node_network_iface_id{device="veth400b680"} 17180 node_network_iface_id{device="veth4079dc2"} 7431 node_network_iface_id{device="veth4082762"} 6957 node_network_iface_id{device="veth40905f5"} 14487 node_network_iface_id{device="veth410cac4"} 5787 node_network_iface_id{device="veth411daee"} 8377 node_network_iface_id{device="veth4136e74"} 17172 node_network_iface_id{device="veth41b3812"} 6209 node_network_iface_id{device="veth41c7fd1"} 7917 node_network_iface_id{device="veth427a6a0"} 7947 node_network_iface_id{device="veth4391ce3"} 8505 node_network_iface_id{device="veth44023e4"} 6059 node_network_iface_id{device="veth4418c4f"} 17213 node_network_iface_id{device="veth445067e"} 5389 node_network_iface_id{device="veth4498697"} 7835 node_network_iface_id{device="veth44a2e68"} 14514 node_network_iface_id{device="veth44b9a64"} 5449 node_network_iface_id{device="veth44eaf2c"} 14157 node_network_iface_id{device="veth45ba942"} 14612 node_network_iface_id{device="veth45bf0a5"} 14394 node_network_iface_id{device="veth45d5fcf"} 6859 node_network_iface_id{device="veth467feaf"} 6979 node_network_iface_id{device="veth46be02b"} 6275 node_network_iface_id{device="veth47a78db"} 7913 node_network_iface_id{device="veth47c0091"} 14616 node_network_iface_id{device="veth47fbfa1"} 16581 node_network_iface_id{device="veth482bd25"} 5239 node_network_iface_id{device="veth4865e48"} 8583 node_network_iface_id{device="veth487ae24"} 6435 node_network_iface_id{device="veth494a1eb"} 7701 node_network_iface_id{device="veth49501f4"} 9343 node_network_iface_id{device="veth495aa66"} 13099 node_network_iface_id{device="veth4a3f821"} 7577 node_network_iface_id{device="veth4a5aa12"} 14072 node_network_iface_id{device="veth4b32651"} 14102 node_network_iface_id{device="veth4b9cef1"} 7119 node_network_iface_id{device="veth4bc06c3"} 7821 node_network_iface_id{device="veth4bcc505"} 7491 node_network_iface_id{device="veth4dc758a"} 12129 node_network_iface_id{device="veth4eeb5e5"} 6005 node_network_iface_id{device="veth4f78f9e"} 8037 node_network_iface_id{device="veth4fb5a24"} 15966 node_network_iface_id{device="veth4fc6d17"} 17038 node_network_iface_id{device="veth500d596"} 6107 node_network_iface_id{device="veth5148843"} 7387 node_network_iface_id{device="veth516a2dd"} 7779 node_network_iface_id{device="veth51cb6e1"} 17303 node_network_iface_id{device="veth531d83a"} 7397 node_network_iface_id{device="veth53841ff"} 6319 node_network_iface_id{device="veth538f11f"} 5749 node_network_iface_id{device="veth53a474c"} 7175 node_network_iface_id{device="veth53c0c49"} 11986 node_network_iface_id{device="veth5408e9e"} 5365 node_network_iface_id{device="veth54327b2"} 6189 node_network_iface_id{device="veth54aa51d"} 6627 node_network_iface_id{device="veth5644c2c"} 7107 node_network_iface_id{device="veth5662068"} 16420 node_network_iface_id{device="veth566b833"} 16824 node_network_iface_id{device="veth56c1ee3"} 8403 node_network_iface_id{device="veth574a9bf"} 7871 node_network_iface_id{device="veth5823a67"} 7599 node_network_iface_id{device="veth582b1e1"} 16579 node_network_iface_id{device="veth58398da"} 7141 node_network_iface_id{device="veth59af09d"} 14481 node_network_iface_id{device="veth5a57667"} 12342 node_network_iface_id{device="veth5a5947d"} 7169 node_network_iface_id{device="veth5aa7930"} 6447 node_network_iface_id{device="veth5b2851f"} 14479 node_network_iface_id{device="veth5b569cb"} 5793 node_network_iface_id{device="veth5be0e34"} 16828 node_network_iface_id{device="veth5cbd82f"} 7139 node_network_iface_id{device="veth5d07046"} 7875 node_network_iface_id{device="veth5d8e6f5"} 7949 node_network_iface_id{device="veth5da80fb"} 6575 node_network_iface_id{device="veth5db9191"} 8269 node_network_iface_id{device="veth5df7840"} 6223 node_network_iface_id{device="veth5e055da"} 6043 node_network_iface_id{device="veth5e9d6c1"} 7517 node_network_iface_id{device="veth5f14d4e"} 6579 node_network_iface_id{device="veth5f85831"} 7155 node_network_iface_id{device="veth5fda1aa"} 7783 node_network_iface_id{device="veth609f65f"} 6993 node_network_iface_id{device="veth60a6470"} 16036 node_network_iface_id{device="veth60ac914"} 7777 node_network_iface_id{device="veth60be674"} 5589 node_network_iface_id{device="veth6100f2e"} 7413 node_network_iface_id{device="veth6141b70"} 12009 node_network_iface_id{device="veth6151bb9"} 7693 node_network_iface_id{device="veth61c4816"} 17174 node_network_iface_id{device="veth61d7283"} 6745 node_network_iface_id{device="veth6228670"} 12340 node_network_iface_id{device="veth629242b"} 6599 node_network_iface_id{device="veth6374fd2"} 16494 node_network_iface_id{device="veth6391005"} 7323 node_network_iface_id{device="veth63cf232"} 7645 node_network_iface_id{device="veth640a039"} 5637 node_network_iface_id{device="veth642d0c1"} 6121 node_network_iface_id{device="veth643a437"} 12162 node_network_iface_id{device="veth64fdbac"} 10910 node_network_iface_id{device="veth6515c1a"} 7015 node_network_iface_id{device="veth656302b"} 7511 node_network_iface_id{device="veth663b727"} 5345 node_network_iface_id{device="veth6694b48"} 13578 node_network_iface_id{device="veth66c10ee"} 6771 node_network_iface_id{device="veth671f5fb"} 13576 node_network_iface_id{device="veth6727827"} 7987 node_network_iface_id{device="veth6735453"} 16750 node_network_iface_id{device="veth674eb08"} 16373 node_network_iface_id{device="veth67bdfb5"} 7161 node_network_iface_id{device="veth67c3090"} 5443 node_network_iface_id{device="veth6827eeb"} 16034 node_network_iface_id{device="veth686cf8f"} 15962 node_network_iface_id{device="veth686e4ce"} 6939 node_network_iface_id{device="veth694a5f6"} 6673 node_network_iface_id{device="veth6955d38"} 5409 node_network_iface_id{device="veth6a8f538"} 14404 node_network_iface_id{device="veth6ae26de"} 11990 node_network_iface_id{device="veth6b4fcb5"} 14396 node_network_iface_id{device="veth6bd4c88"} 12003 node_network_iface_id{device="veth6c0ac2b"} 8271 node_network_iface_id{device="veth6c5d880"} 7349 node_network_iface_id{device="veth6c7b2e3"} 16839 node_network_iface_id{device="veth6c84c0f"} 8397 node_network_iface_id{device="veth6cb308f"} 17211 node_network_iface_id{device="veth6cc8853"} 7377 node_network_iface_id{device="veth6cf5c92"} 5437 node_network_iface_id{device="veth6d937a2"} 16666 node_network_iface_id{device="veth6e35c23"} 8551 node_network_iface_id{device="veth6e379ab"} 8345 node_network_iface_id{device="veth6f266b8"} 6339 node_network_iface_id{device="veth6f36c86"} 7225 node_network_iface_id{device="veth6fbd9ae"} 7361 node_network_iface_id{device="veth6fe10bb"} 5327 node_network_iface_id{device="veth70d4eb5"} 8407 node_network_iface_id{device="veth71868de"} 7113 node_network_iface_id{device="veth72921dc"} 5873 node_network_iface_id{device="veth72cb0b9"} 5329 node_network_iface_id{device="veth732170b"} 7717 node_network_iface_id{device="veth73778ca"} 6203 node_network_iface_id{device="veth73c2c96"} 5351 node_network_iface_id{device="veth73d2548"} 8347 node_network_iface_id{device="veth7458897"} 5323 node_network_iface_id{device="veth7465df3"} 16038 node_network_iface_id{device="veth7561080"} 5387 node_network_iface_id{device="veth757c34a"} 7703 node_network_iface_id{device="veth7595562"} 7455 node_network_iface_id{device="veth76187dd"} 13103 node_network_iface_id{device="veth7676d1c"} 7151 node_network_iface_id{device="veth76d519a"} 6431 node_network_iface_id{device="veth76e63a1"} 10970 node_network_iface_id{device="veth7761467"} 6893 node_network_iface_id{device="veth77842d9"} 7153 node_network_iface_id{device="veth778f08d"} 8497 node_network_iface_id{device="veth77a2e6e"} 7415 node_network_iface_id{device="veth77b25a2"} 5349 node_network_iface_id{device="veth77d929a"} 5369 node_network_iface_id{device="veth77e0563"} 13095 node_network_iface_id{device="veth77ea6db"} 8225 node_network_iface_id{device="veth78790bc"} 13314 node_network_iface_id{device="veth7904e58"} 5963 node_network_iface_id{device="veth79c5a75"} 7409 node_network_iface_id{device="veth7a831cf"} 5829 node_network_iface_id{device="veth7b0ab9e"} 16498 node_network_iface_id{device="veth7b380ec"} 16030 node_network_iface_id{device="veth7b48c14"} 5969 node_network_iface_id{device="veth7b78b78"} 13961 node_network_iface_id{device="veth7b89f6f"} 6235 node_network_iface_id{device="veth7c2dbba"} 8557 node_network_iface_id{device="veth7c546d4"} 6031 node_network_iface_id{device="veth7c54e1e"} 8445 node_network_iface_id{device="veth7c58951"} 8055 node_network_iface_id{device="veth7c705d1"} 12121 node_network_iface_id{device="veth7d3dd83"} 7393 node_network_iface_id{device="veth7d8e60b"} 12123 node_network_iface_id{device="veth7d9930a"} 6287 node_network_iface_id{device="veth7ec3780"} 7351 node_network_iface_id{device="veth7f09f4c"} 13316 node_network_iface_id{device="veth8004847"} 6281 node_network_iface_id{device="veth80252b4"} 10912 node_network_iface_id{device="veth80badd0"} 7561 node_network_iface_id{device="veth80c389c"} 6011 node_network_iface_id{device="veth8101e42"} 8409 node_network_iface_id{device="veth811e063"} 16416 node_network_iface_id{device="veth816a265"} 10914 node_network_iface_id{device="veth8186d77"} 8049 node_network_iface_id{device="veth820f0db"} 16375 node_network_iface_id{device="veth8237dc3"} 7713 node_network_iface_id{device="veth8269643"} 7707 node_network_iface_id{device="veth828ecf9"} 6137 node_network_iface_id{device="veth83498cb"} 6739 node_network_iface_id{device="veth834d149"} 16369 node_network_iface_id{device="veth8357150"} 12334 node_network_iface_id{device="veth83fb8e6"} 7995 node_network_iface_id{device="veth84220c4"} 6331 node_network_iface_id{device="veth84e1fc4"} 5971 node_network_iface_id{device="veth850b442"} 10441 node_network_iface_id{device="veth85daf28"} 7423 node_network_iface_id{device="veth861068a"} 7505 node_network_iface_id{device="veth866bba7"} 5607 node_network_iface_id{device="veth86a2462"} 6115 node_network_iface_id{device="veth872cb76"} 7003 node_network_iface_id{device="veth87362c6"} 8581 node_network_iface_id{device="veth87cb8c8"} 14153 node_network_iface_id{device="veth87d5677"} 15964 node_network_iface_id{device="veth87d62cb"} 7895 node_network_iface_id{device="veth87d7e35"} 16302 node_network_iface_id{device="veth87e75ee"} 16298 node_network_iface_id{device="veth87f4935"} 7595 node_network_iface_id{device="veth87fdb6a"} 7133 node_network_iface_id{device="veth889a2f1"} 11984 node_network_iface_id{device="veth88ac732"} 5333 node_network_iface_id{device="veth8922783"} 6033 node_network_iface_id{device="veth896c132"} 13574 node_network_iface_id{device="veth899b99d"} 5257 node_network_iface_id{device="veth89b275c"} 8509 node_network_iface_id{device="veth8a52231"} 14398 node_network_iface_id{device="veth8a89268"} 7909 node_network_iface_id{device="veth8b3b309"} 10976 node_network_iface_id{device="veth8b541a1"} 7683 node_network_iface_id{device="veth8b983cf"} 6963 node_network_iface_id{device="veth8bc856f"} 6047 node_network_iface_id{device="veth8bc982a"} 6999 node_network_iface_id{device="veth8bd3242"} 6455 node_network_iface_id{device="veth8bed13f"} 6613 node_network_iface_id{device="veth8c86032"} 6143 node_network_iface_id{device="veth8c88f73"} 7103 node_network_iface_id{device="veth8c93126"} 7201 node_network_iface_id{device="veth8d22374"} 6227 node_network_iface_id{device="veth8d6536d"} 16410 node_network_iface_id{device="veth8d7d98e"} 7991 node_network_iface_id{device="veth8d88b16"} 7401 node_network_iface_id{device="veth8d936c5"} 14608 node_network_iface_id{device="veth8e0e8a0"} 6861 node_network_iface_id{device="veth8e914f7"} 14416 node_network_iface_id{device="veth8ea541c"} 14420 node_network_iface_id{device="veth8ecee2e"} 10972 node_network_iface_id{device="veth8f1ab25"} 6065 node_network_iface_id{device="veth8f7a6af"} 17221 node_network_iface_id{device="veth8f9b8d0"} 8261 node_network_iface_id{device="veth906c063"} 6909 node_network_iface_id{device="veth909d986"} 7329 node_network_iface_id{device="veth90c1c36"} 14412 node_network_iface_id{device="veth91af2c1"} 5719 node_network_iface_id{device="veth91d764a"} 14610 node_network_iface_id{device="veth9204861"} 16748 node_network_iface_id{device="veth921bb23"} 8405 node_network_iface_id{device="veth9312dae"} 10455 node_network_iface_id{device="veth9317063"} 5255 node_network_iface_id{device="veth93596dd"} 6205 node_network_iface_id{device="veth93882ee"} 7993 node_network_iface_id{device="veth93d7d29"} 7503 node_network_iface_id{device="veth93dba36"} 6051 node_network_iface_id{device="veth93ddc00"} 7903 node_network_iface_id{device="veth943efa3"} 6301 node_network_iface_id{device="veth9487334"} 6755 node_network_iface_id{device="veth94edd33"} 13580 node_network_iface_id{device="veth9553163"} 8567 node_network_iface_id{device="veth965628f"} 6141 node_network_iface_id{device="veth96d77f6"} 5569 node_network_iface_id{device="veth9841ead"} 7449 node_network_iface_id{device="veth988596b"} 763 node_network_iface_id{device="veth98bcfcf"} 14418 node_network_iface_id{device="veth992b562"} 5879 node_network_iface_id{device="veth998fc07"} 7347 node_network_iface_id{device="veth9af67e8"} 7507 node_network_iface_id{device="veth9b8c3fe"} 7833 node_network_iface_id{device="veth9ba3bbe"} 5411 node_network_iface_id{device="veth9c7f67d"} 16412 node_network_iface_id{device="veth9c8af90"} 7569 node_network_iface_id{device="veth9d596d7"} 14485 node_network_iface_id{device="veth9dc5a7e"} 12007 node_network_iface_id{device="veth9dce1ef"} 8447 node_network_iface_id{device="veth9dddbc9"} 6677 node_network_iface_id{device="veth9dfec82"} 17001 node_network_iface_id{device="veth9f0cb80"} 5973 node_network_iface_id{device="veth9f2b7f4"} 10918 node_network_iface_id{device="vetha0524ab"} 7605 node_network_iface_id{device="vetha09db05"} 13308 node_network_iface_id{device="vetha0c9f28"} 7591 node_network_iface_id{device="vetha137a8a"} 7633 node_network_iface_id{device="vetha1a2849"} 14518 node_network_iface_id{device="vetha246e20"} 17032 node_network_iface_id{device="vetha262863"} 7335 node_network_iface_id{device="vetha2e8433"} 8513 node_network_iface_id{device="vetha33f58d"} 7943 node_network_iface_id{device="vetha364335"} 6195 node_network_iface_id{device="vetha39dbf7"} 6069 node_network_iface_id{device="vetha3d15af"} 16676 node_network_iface_id{device="vetha46dce5"} 16845 node_network_iface_id{device="vetha4a4b5e"} 13683 node_network_iface_id{device="vetha52fdb0"} 8349 node_network_iface_id{device="vetha532453"} 13352 node_network_iface_id{device="vetha542775"} 5759 node_network_iface_id{device="vetha5f484b"} 6457 node_network_iface_id{device="vetha626559"} 6323 node_network_iface_id{device="vetha6695f8"} 6127 node_network_iface_id{device="vetha6bbe19"} 5955 node_network_iface_id{device="vetha71b22e"} 8575 node_network_iface_id{device="vetha73388c"} 6795 node_network_iface_id{device="vetha7d15e0"} 5241 node_network_iface_id{device="vetha819cf5"} 16453 node_network_iface_id{device="vetha833154"} 8381 node_network_iface_id{device="vetha8d245b"} 12168 node_network_iface_id{device="vetha9a6ee7"} 6035 node_network_iface_id{device="vetha9be187"} 7463 node_network_iface_id{device="vethaac0f5a"} 5631 node_network_iface_id{device="vethaaf14ed"} 6985 node_network_iface_id{device="vethaafbc9c"} 7865 node_network_iface_id{device="vethac8f909"} 16379 node_network_iface_id{device="vethad12882"} 6895 node_network_iface_id{device="vethad278fa"} 5535 node_network_iface_id{device="vethad4728b"} 5903 node_network_iface_id{device="vethad94033"} 6099 node_network_iface_id{device="vethae911de"} 5405 node_network_iface_id{device="vethaf848b4"} 13101 node_network_iface_id{device="vethafdb738"} 10443 node_network_iface_id{device="vethb03a241"} 14068 node_network_iface_id{device="vethb0541e3"} 6991 node_network_iface_id{device="vethb094466"} 5251 node_network_iface_id{device="vethb0dce79"} 16418 node_network_iface_id{device="vethb15363b"} 14108 node_network_iface_id{device="vethb1b5e1a"} 8515 node_network_iface_id{device="vethb20e6ba"} 6071 node_network_iface_id{device="vethb348a18"} 7497 node_network_iface_id{device="vethb39d63e"} 8383 node_network_iface_id{device="vethb3a121b"} 12344 node_network_iface_id{device="vethb3deee0"} 14204 node_network_iface_id{device="vethb437aaa"} 7893 node_network_iface_id{device="vethb446f39"} 17036 node_network_iface_id{device="vethb463420"} 8045 node_network_iface_id{device="vethb5e7625"} 6007 node_network_iface_id{device="vethb5fac8d"} 14410 node_network_iface_id{device="vethb60b24f"} 10449 node_network_iface_id{device="vethb6a7795"} 7359 node_network_iface_id{device="vethb70e800"} 13951 node_network_iface_id{device="vethb77480b"} 7691 node_network_iface_id{device="vethb8277ac"} 7905 node_network_iface_id{device="vethba29e31"} 14512 node_network_iface_id{device="vethba6e44c"} 6551 node_network_iface_id{device="vethbb09104"} 16457 node_network_iface_id{device="vethbb16237"} 15960 node_network_iface_id{device="vethbb70179"} 5401 node_network_iface_id{device="vethbba5630"} 5527 node_network_iface_id{device="vethbbbbe04"} 6865 node_network_iface_id{device="vethbbdba94"} 6105 node_network_iface_id{device="vethbbfb0b7"} 6103 node_network_iface_id{device="vethbc76a10"} 11992 node_network_iface_id{device="vethbd2a2ee"} 10432 node_network_iface_id{device="vethbda2ae7"} 16575 node_network_iface_id{device="vethbded328"} 5337 node_network_iface_id{device="vethbe2f7fe"} 10974 node_network_iface_id{device="vethbe857cb"} 7421 node_network_iface_id{device="vethbe875cc"} 7723 node_network_iface_id{device="vethbf184b1"} 6571 node_network_iface_id{device="vethbf984b6"} 6019 node_network_iface_id{device="vethbffb2be"} 11999 node_network_iface_id{device="vethc0f4be2"} 7553 node_network_iface_id{device="vethc11e467"} 14110 node_network_iface_id{device="vethc1f90e5"} 5679 node_network_iface_id{device="vethc3672f4"} 6743 node_network_iface_id{device="vethc3a39c5"} 15958 node_network_iface_id{device="vethc3b6740"} 6775 node_network_iface_id{device="vethc4690e0"} 5845 node_network_iface_id{device="vethc4ee1b8"} 7227 node_network_iface_id{device="vethc5402c9"} 16758 node_network_iface_id{device="vethc547482"} 6201 node_network_iface_id{device="vethc5fe0b1"} 16459 node_network_iface_id{device="vethc60975c"} 6125 node_network_iface_id{device="vethc69126e"} 6239 node_network_iface_id{device="vethc6eb625"} 14064 node_network_iface_id{device="vethc6fac07"} 13105 node_network_iface_id{device="vethc702703"} 13582 node_network_iface_id{device="vethc74fac6"} 7427 node_network_iface_id{device="vethc78dd63"} 8057 node_network_iface_id{device="vethc7cef54"} 5703 node_network_iface_id{device="vethc7e6d28"} 7773 node_network_iface_id{device="vethc800506"} 7649 node_network_iface_id{device="vethc8344c6"} 7687 node_network_iface_id{device="vethc85e8a1"} 7639 node_network_iface_id{device="vethc86b25e"} 12172 node_network_iface_id{device="vethc88f6d5"} 6215 node_network_iface_id{device="vethc91fc73"} 7029 node_network_iface_id{device="vethc942fad"} 5423 node_network_iface_id{device="vethc99741d"} 7389 node_network_iface_id{device="vethca7a920"} 5215 node_network_iface_id{device="vethcb56258"} 16451 node_network_iface_id{device="vethcb70a05"} 7955 node_network_iface_id{device="vethcbb6ad3"} 8229 node_network_iface_id{device="vethcbe3245"} 5383 node_network_iface_id{device="vethcc05e54"} 8273 node_network_iface_id{device="vethcc0a6a7"} 16756 node_network_iface_id{device="vethcc4df6c"} 16571 node_network_iface_id{device="vethccde146"} 5641 node_network_iface_id{device="vethcd1a107"} 5367 node_network_iface_id{device="vethcdc87c7"} 7819 node_network_iface_id{device="vethce0cd64"} 6891 node_network_iface_id{device="vethce27cb9"} 5511 node_network_iface_id{device="vethce2a31d"} 6025 node_network_iface_id{device="vethce67b11"} 5231 node_network_iface_id{device="vethd0a9732"} 16672 node_network_iface_id{device="vethd183c34"} 6951 node_network_iface_id{device="vethd1a8a33"} 7825 node_network_iface_id{device="vethd1b1ed7"} 8275 node_network_iface_id{device="vethd1c6adb"} 5909 node_network_iface_id{device="vethd1caf98"} 8561 node_network_iface_id{device="vethd1f851b"} 6231 node_network_iface_id{device="vethd23fa3c"} 6923 node_network_iface_id{device="vethd2d1d0b"} 16455 node_network_iface_id{device="vethd2d4c0f"} 6931 node_network_iface_id{device="vethd2e142a"} 5711 node_network_iface_id{device="vethd2f2476"} 8267 node_network_iface_id{device="vethd32989f"} 6905 node_network_iface_id{device="vethd33027f"} 17170 node_network_iface_id{device="vethd386c1b"} 8027 node_network_iface_id{device="vethd394f60"} 8379 node_network_iface_id{device="vethd39b75f"} 6649 node_network_iface_id{device="vethd3b8b64"} 6789 node_network_iface_id{device="vethd3d71c3"} 7709 node_network_iface_id{device="vethd3d74f4"} 7559 node_network_iface_id{device="vethd3f5c3d"} 6237 node_network_iface_id{device="vethd418045"} 16300 node_network_iface_id{device="vethd583737"} 17178 node_network_iface_id{device="vethd5b7fe1"} 8343 node_network_iface_id{device="vethd6812c2"} 17034 node_network_iface_id{device="vethd72be73"} 7459 node_network_iface_id{device="vethd741df9"} 6959 node_network_iface_id{device="vethd764c1d"} 14212 node_network_iface_id{device="vethd77fdfb"} 7899 node_network_iface_id{device="vethd7b6b6d"} 7273 node_network_iface_id{device="vethd7ce910"} 6285 node_network_iface_id{device="vethd80b242"} 5413 node_network_iface_id{device="vethd9290a5"} 10453 node_network_iface_id{device="vethd9633d5"} 7907 node_network_iface_id{device="vethd9c1ac2"} 6029 node_network_iface_id{device="vethd9dc45d"} 7345 node_network_iface_id{device="vethdb3bfe5"} 7333 node_network_iface_id{device="vethdb8e006"} 13354 node_network_iface_id{device="vethdba04c6"} 13689 node_network_iface_id{device="vethdcf0fe6"} 5221 node_network_iface_id{device="vethdd73e31"} 8221 node_network_iface_id{device="vethdeb43da"} 8411 node_network_iface_id{device="vethdf2fc0c"} 5213 node_network_iface_id{device="vethdf8b192"} 6013 node_network_iface_id{device="vethe0014f6"} 14414 node_network_iface_id{device="vethe04376c"} 16999 node_network_iface_id{device="vethe0824de"} 12131 node_network_iface_id{device="vethe1acebe"} 8439 node_network_iface_id{device="vethe1b57af"} 7485 node_network_iface_id{device="vethe2677b2"} 7213 node_network_iface_id{device="vethe330364"} 7007 node_network_iface_id{device="vethe358b9b"} 7237 node_network_iface_id{device="vethe393e1f"} 16500 node_network_iface_id{device="vethe3fc1d5"} 5593 node_network_iface_id{device="vethe439679"} 5585 node_network_iface_id{device="vethe484f21"} 7699 node_network_iface_id{device="vethe49717f"} 5363 node_network_iface_id{device="vethe4ad4e5"} 14402 node_network_iface_id{device="vethe4e85e7"} 15956 node_network_iface_id{device="vethe52bda0"} 5447 node_network_iface_id{device="vethe5f3f06"} 5211 node_network_iface_id{device="vethe63d6dd"} 13963 node_network_iface_id{device="vethe6c23f6"} 8369 node_network_iface_id{device="vethe766e72"} 13310 node_network_iface_id{device="vethe7aff89"} 5385 node_network_iface_id{device="vethe8648b1"} 6907 node_network_iface_id{device="vethe87664c"} 5359 node_network_iface_id{device="vethe880812"} 12001 node_network_iface_id{device="vethe8d7ad1"} 5407 node_network_iface_id{device="vethe98ffcc"} 5791 node_network_iface_id{device="vethea8c77f"} 7327 node_network_iface_id{device="vetheaaf5da"} 6123 node_network_iface_id{device="vetheb750ff"} 7611 node_network_iface_id{device="vethebe1c57"} 7729 node_network_iface_id{device="vethec1bace"} 7881 node_network_iface_id{device="vethedee635"} 5517 node_network_iface_id{device="vethee49f2e"} 7311 node_network_iface_id{device="vethee55381"} 7939 node_network_iface_id{device="vetheebb707"} 16670 node_network_iface_id{device="vetheede58b"} 16668 node_network_iface_id{device="vethef01414"} 6749 node_network_iface_id{device="vethef4d3cf"} 8511 node_network_iface_id{device="vethef8ca1b"} 7353 node_network_iface_id{device="vethef9a53b"} 6629 node_network_iface_id{device="vetheff1b62"} 6055 node_network_iface_id{device="vethf00a1a9"} 6917 node_network_iface_id{device="vethf0d88b0"} 5581 node_network_iface_id{device="vethf0e15a5"} 16461 node_network_iface_id{device="vethf0f7c00"} 7341 node_network_iface_id{device="vethf1a351b"} 7205 node_network_iface_id{device="vethf1cab6c"} 7243 node_network_iface_id{device="vethf1ffdde"} 14155 node_network_iface_id{device="vethf30dce1"} 8451 node_network_iface_id{device="vethf34ab67"} 6449 node_network_iface_id{device="vethf3942da"} 10968 node_network_iface_id{device="vethf40383d"} 8035 node_network_iface_id{device="vethf4756aa"} 7563 node_network_iface_id{device="vethf4b3dd4"} 7181 node_network_iface_id{device="vethf572a6b"} 5655 node_network_iface_id{device="vethf5f8567"} 7635 node_network_iface_id{device="vethf62f7b0"} 6941 node_network_iface_id{device="vethf766060"} 16674 node_network_iface_id{device="vethf796416"} 7095 node_network_iface_id{device="vethf7dde08"} 6213 node_network_iface_id{device="vethf804fc2"} 6889 node_network_iface_id{device="vethf89cdc2"} 6147 node_network_iface_id{device="vethf8f166c"} 17003 node_network_iface_id{device="vethf9080d7"} 16754 node_network_iface_id{device="vethf90aa51"} 17176 node_network_iface_id{device="vethf91787e"} 13685 node_network_iface_id{device="vethf925f21"} 16294 node_network_iface_id{device="vethf954e2e"} 6669 node_network_iface_id{device="vethf96c7ac"} 6009 node_network_iface_id{device="vethfb0d0e8"} 12166 node_network_iface_id{device="vethfb3ff4e"} 7025 node_network_iface_id{device="vethfc0e66c"} 6001 node_network_iface_id{device="vethfcd6d02"} 13318 node_network_iface_id{device="vethfe45418"} 13097 node_network_iface_id{device="vethfe716bb"} 6207 node_network_iface_id{device="vethfe71df5"} 7385 node_network_iface_id{device="vethfecb007"} 10916 node_network_iface_id{device="vethfee22ad"} 6291 node_network_iface_id{device="vethff26790"} 14516 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-02823e0b21f8"} 120 node_network_iface_link{device="br-032930a8871d"} 14180 node_network_iface_link{device="br-03ced592235a"} 70 node_network_iface_link{device="br-0871d54d3675"} 16462 node_network_iface_link{device="br-089331b9c07a"} 38 node_network_iface_link{device="br-0a8e30067c8e"} 77 node_network_iface_link{device="br-0d01f742526c"} 100 node_network_iface_link{device="br-0d9fdd0cf163"} 94 node_network_iface_link{device="br-12a5c8e99f7e"} 14129 node_network_iface_link{device="br-131fa2cef983"} 17181 node_network_iface_link{device="br-14216610e159"} 15 node_network_iface_link{device="br-15dab3c5a2fb"} 117 node_network_iface_link{device="br-16453071a16a"} 55 node_network_iface_link{device="br-1824841a31f9"} 4 node_network_iface_link{device="br-1b283e1e5128"} 29 node_network_iface_link{device="br-1c85749e122e"} 83 node_network_iface_link{device="br-1da05be17644"} 10 node_network_iface_link{device="br-1de64be72380"} 110 node_network_iface_link{device="br-208ab78feaa3"} 57 node_network_iface_link{device="br-217d6415a970"} 58 node_network_iface_link{device="br-27771a4b5e1c"} 27 node_network_iface_link{device="br-301b4c89e775"} 95 node_network_iface_link{device="br-349eb65873d4"} 112 node_network_iface_link{device="br-3718da5a7dac"} 10880 node_network_iface_link{device="br-37f17f8c2f41"} 101 node_network_iface_link{device="br-3d9cd1c09975"} 14488 node_network_iface_link{device="br-3db3cc2bc444"} 121 node_network_iface_link{device="br-41c4dd613804"} 43 node_network_iface_link{device="br-44fbf271d024"} 102 node_network_iface_link{device="br-458514748e86"} 16822 node_network_iface_link{device="br-4698f8262a4c"} 56 node_network_iface_link{device="br-483851ad6d82"} 16 node_network_iface_link{device="br-491d965e7355"} 15930 node_network_iface_link{device="br-4a66d39e6115"} 78 node_network_iface_link{device="br-52ce8deae651"} 88 node_network_iface_link{device="br-5567248b7fed"} 17004 node_network_iface_link{device="br-559d36b72748"} 34 node_network_iface_link{device="br-57259014cf16"} 107 node_network_iface_link{device="br-5748fcd1e7ca"} 71 node_network_iface_link{device="br-5a028c7b8cc5"} 129 node_network_iface_link{device="br-5a09c7dffa78"} 16002 node_network_iface_link{device="br-5bbb53ee4d8c"} 45 node_network_iface_link{device="br-5cd378a95a50"} 103 node_network_iface_link{device="br-5e44ef26977f"} 16722 node_network_iface_link{device="br-649c0a0d748e"} 11 node_network_iface_link{device="br-65c3891cde69"} 89 node_network_iface_link{device="br-6654a6f415ef"} 18 node_network_iface_link{device="br-666a1a84be8e"} 72 node_network_iface_link{device="br-66b00b277461"} 13540 node_network_iface_link{device="br-67b6f2b09055"} 19 node_network_iface_link{device="br-68a4d2d648c6"} 79 node_network_iface_link{device="br-6a3142e5de92"} 131 node_network_iface_link{device="br-6c34a8b4b6a4"} 14094 node_network_iface_link{device="br-6c5eccea21bc"} 12308 node_network_iface_link{device="br-75640dcb1806"} 59 node_network_iface_link{device="br-757cf8ccd099"} 35 node_network_iface_link{device="br-765d504a1648"} 80 node_network_iface_link{device="br-7783edd4fb63"} 53 node_network_iface_link{device="br-78c76b7fdacf"} 17140 node_network_iface_link{device="br-7a05c4b4c71c"} 12 node_network_iface_link{device="br-7f1c0840c41b"} 96 node_network_iface_link{device="br-8273700d2b53"} 74 node_network_iface_link{device="br-832e21b6735f"} 39 node_network_iface_link{device="br-89456f9f0577"} 97 node_network_iface_link{device="br-8c4c62bbb4ac"} 20 node_network_iface_link{device="br-8c90f08921d2"} 40 node_network_iface_link{device="br-8d5f8dfdd165"} 32 node_network_iface_link{device="br-8d809ce3c9c6"} 41 node_network_iface_link{device="br-8f019a492357"} 16640 node_network_iface_link{device="br-918ddcd36f9a"} 14580 node_network_iface_link{device="br-94b2fbf06b0d"} 13 node_network_iface_link{device="br-9504d5b6acf5"} 47 node_network_iface_link{device="br-967a6a8492ec"} 13679 node_network_iface_link{device="br-977759f73e31"} 128 node_network_iface_link{device="br-9be1f90f0a3c"} 11997 node_network_iface_link{device="br-9c7a6a4ea029"} 10406 node_network_iface_link{device="br-9fab29d0fd90"} 10439 node_network_iface_link{device="br-a01a29421e12"} 14 node_network_iface_link{device="br-a073f44ab682"} 16425 node_network_iface_link{device="br-a08ab772e40d"} 98 node_network_iface_link{device="br-a1b2b339a0bc"} 68 node_network_iface_link{device="br-a3bcc581540c"} 14366 node_network_iface_link{device="br-a735d7132cb5"} 14347 node_network_iface_link{device="br-ab4fc0c8f205"} 104 node_network_iface_link{device="br-ac4684d015f6"} 13282 node_network_iface_link{device="br-ac5441a8184d"} 16545 node_network_iface_link{device="br-afdcb409567a"} 118 node_network_iface_link{device="br-b58abb066918"} 12132 node_network_iface_link{device="br-b5cc1abc8af1"} 114 node_network_iface_link{device="br-b710ed0f91ed"} 16380 node_network_iface_link{device="br-b9ddcd38e3d5"} 119 node_network_iface_link{device="br-be8161177ed9"} 115 node_network_iface_link{device="br-bfa260e794d9"} 65 node_network_iface_link{device="br-c1c4e42c8216"} 16967 node_network_iface_link{device="br-c577c6a066cb"} 66 node_network_iface_link{device="br-c7ec91768290"} 82 node_network_iface_link{device="br-c8047895107e"} 116 node_network_iface_link{device="br-cb62be74ef17"} 14455 node_network_iface_link{device="br-cc4a14297e79"} 16343 node_network_iface_link{device="br-cf6b946573c1"} 42 node_network_iface_link{device="br-cfa8e5dacf79"} 109 node_network_iface_link{device="br-d461c29e6aa7"} 105 node_network_iface_link{device="br-d4ad227661d1"} 3 node_network_iface_link{device="br-d5a100d1afd1"} 48 node_network_iface_link{device="br-d6403551d086"} 6 node_network_iface_link{device="br-dae27e4e8b91"} 13073 node_network_iface_link{device="br-db5d49f98313"} 11980 node_network_iface_link{device="br-dc87a7504ded"} 61 node_network_iface_link{device="br-ddaa8bdc0119"} 51 node_network_iface_link{device="br-ddc45447112f"} 99 node_network_iface_link{device="br-e0e95d87f3e0"} 10938 node_network_iface_link{device="br-e24d302efec6"} 25 node_network_iface_link{device="br-e3e321b77026"} 85 node_network_iface_link{device="br-e5714f199361"} 16837 node_network_iface_link{device="br-e63b0d1593b5"} 54 node_network_iface_link{device="br-ead353f203a4"} 12091 node_network_iface_link{device="br-ec56c664f289"} 52 node_network_iface_link{device="br-f17da17d41a2"} 13949 node_network_iface_link{device="br-f33d4e889abc"} 84 node_network_iface_link{device="br-f4b381c64696"} 7 node_network_iface_link{device="br-f5d79f441cea"} 33 node_network_iface_link{device="br-f645f15c7927"} 76 node_network_iface_link{device="br-f6901fdf275f"} 26 node_network_iface_link{device="br-f7269b4b25bf"} 93 node_network_iface_link{device="br-fa88d6f98186"} 14062 node_network_iface_link{device="br-fd7abce4f375"} 16262 node_network_iface_link{device="docker0"} 133 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth010cf6c"} 16576 node_network_iface_link{device="veth0118054"} 16829 node_network_iface_link{device="veth015066a"} 7788 node_network_iface_link{device="veth01c23a7"} 16994 node_network_iface_link{device="veth01d8776"} 7404 node_network_iface_link{device="veth028dce1"} 13964 node_network_iface_link{device="veth0299373"} 6634 node_network_iface_link{device="veth03320d3"} 5208 node_network_iface_link{device="veth0348049"} 8060 node_network_iface_link{device="veth04c0c5b"} 7982 node_network_iface_link{device="veth05bb69b"} 14519 node_network_iface_link{device="veth05d21d3"} 6564 node_network_iface_link{device="veth063974c"} 11470 node_network_iface_link{device="veth0665c41"} 16413 node_network_iface_link{device="veth06bac3f"} 8234 node_network_iface_link{device="veth06f7fab"} 13958 node_network_iface_link{device="veth07837a1"} 7978 node_network_iface_link{device="veth07940a9"} 16027 node_network_iface_link{device="veth07c394e"} 14482 node_network_iface_link{device="veth08220c7"} 5234 node_network_iface_link{device="veth085af09"} 17029 node_network_iface_link{device="veth08f2029"} 6232 node_network_iface_link{device="veth093e34b"} 6268 node_network_iface_link{device="veth095010c"} 7488 node_network_iface_link{device="veth0b4c3d1"} 8572 node_network_iface_link{device="veth0bad067"} 14605 node_network_iface_link{device="veth0bbdec3"} 12163 node_network_iface_link{device="veth0c16bae"} 5866 node_network_iface_link{device="veth0c30494"} 16992 node_network_iface_link{device="veth0caff4e"} 7586 node_network_iface_link{device="veth0d8770f"} 6760 node_network_iface_link{device="veth0df388c"} 5260 node_network_iface_link{device="veth0ea94b5"} 16370 node_network_iface_link{device="veth0f67dbb"} 7882 node_network_iface_link{device="veth0f8e2ed"} 7258 node_network_iface_link{device="veth0fb0b4d"} 5376 node_network_iface_link{device="veth100cba7"} 8340 node_network_iface_link{device="veth10146ec"} 7790 node_network_iface_link{device="veth1031098"} 6778 node_network_iface_link{device="veth10df4a9"} 7950 node_network_iface_link{device="veth110bcfe"} 7216 node_network_iface_link{device="veth110e8ec"} 6066 node_network_iface_link{device="veth1148460"} 10427 node_network_iface_link{device="veth12a3be7"} 16846 node_network_iface_link{device="veth12ae611"} 8030 node_network_iface_link{device="veth12ca81a"} 7714 node_network_iface_link{device="veth133acdf"} 10446 node_network_iface_link{device="veth13f164d"} 6144 node_network_iface_link{device="veth1431509"} 6878 node_network_iface_link{device="veth1433538"} 6920 node_network_iface_link{device="veth14a077c"} 14205 node_network_iface_link{device="veth1524c7a"} 7828 node_network_iface_link{device="veth15b5b5d"} 16291 node_network_iface_link{device="veth1647655"} 16751 node_network_iface_link{device="veth167a182"} 14150 node_network_iface_link{device="veth16f4867"} 12169 node_network_iface_link{device="veth1785664"} 14097 node_network_iface_link{device="veth199e3b5"} 11981 node_network_iface_link{device="veth1aa66b7"} 10977 node_network_iface_link{device="veth1b01e56"} 10435 node_network_iface_link{device="veth1b11dd2"} 7186 node_network_iface_link{device="veth1b18086"} 16376 node_network_iface_link{device="veth1c097c5"} 10433 node_network_iface_link{device="veth1c4c875"} 16501 node_network_iface_link{device="veth1c5280a"} 14207 node_network_iface_link{device="veth1cfc19d"} 8448 node_network_iface_link{device="veth1d0e0c0"} 6660 node_network_iface_link{device="veth1d2dae7"} 5340 node_network_iface_link{device="veth1d629d1"} 7410 node_network_iface_link{device="veth1d73687"} 6108 node_network_iface_link{device="veth1d7748d"} 6314 node_network_iface_link{device="veth1d8d1df"} 5258 node_network_iface_link{device="veth1dbaa59"} 17039 node_network_iface_link{device="veth1dc83fc"} 6048 node_network_iface_link{device="veth1e36d07"} 7362 node_network_iface_link{device="veth1e44960"} 7684 node_network_iface_link{device="veth1eb887e"} 7868 node_network_iface_link{device="veth1ebe556"} 14476 node_network_iface_link{device="veth1ef8c3b"} 17216 node_network_iface_link{device="veth1f00723"} 8564 node_network_iface_link{device="veth1f55581"} 8230 node_network_iface_link{device="veth200cbca"} 13571 node_network_iface_link{device="veth201dbeb"} 7122 node_network_iface_link{device="veth20350f2"} 6580 node_network_iface_link{device="veth2046904"} 7464 node_network_iface_link{device="veth20558f6"} 8350 node_network_iface_link{device="veth206800d"} 14099 node_network_iface_link{device="veth20c30fb"} 7514 node_network_iface_link{device="veth20d3122"} 6686 node_network_iface_link{device="veth20fec73"} 5520 node_network_iface_link{device="veth2101218"} 7312 node_network_iface_link{device="veth216cb5e"} 5232 node_network_iface_link{device="veth21bac8e"} 6784 node_network_iface_link{device="veth21e6158"} 17214 node_network_iface_link{device="veth21edd0c"} 5430 node_network_iface_link{device="veth22047d0"} 6966 node_network_iface_link{device="veth22a4380"} 7572 node_network_iface_link{device="veth22a99e1"} 5334 node_network_iface_link{device="veth22ec2e1"} 13686 node_network_iface_link{device="veth233a2ff"} 16295 node_network_iface_link{device="veth23cfa18"} 14201 node_network_iface_link{device="veth23e3157"} 5236 node_network_iface_link{device="veth253ee4b"} 8042 node_network_iface_link{device="veth25731c6"} 14160 node_network_iface_link{device="veth257e734"} 8374 node_network_iface_link{device="veth26d9a84"} 16495 node_network_iface_link{device="veth26da4e6"} 7260 node_network_iface_link{device="veth26de035"} 14399 node_network_iface_link{device="veth26e26ed"} 6240 node_network_iface_link{device="veth271e2be"} 5508 node_network_iface_link{device="veth273b370"} 7382 node_network_iface_link{device="veth2850417"} 10919 node_network_iface_link{device="veth28b3c5c"} 14209 node_network_iface_link{device="veth297bd24"} 6128 node_network_iface_link{device="veth29e137d"} 12124 node_network_iface_link{device="veth2a08596"} 5782 node_network_iface_link{device="veth2b080cb"} 13311 node_network_iface_link{device="veth2b1e3c8"} 5620 node_network_iface_link{device="veth2b70ed0"} 8562 node_network_iface_link{device="veth2b88298"} 6756 node_network_iface_link{device="veth2ba28cc"} 10437 node_network_iface_link{device="veth2c7ea81"} 7578 node_network_iface_link{device="veth2ccb650"} 6882 node_network_iface_link{device="veth2cdd57a"} 6856 node_network_iface_link{device="veth2d38052"} 16491 node_network_iface_link{device="veth2d90db8"} 5370 node_network_iface_link{device="veth2db0bc8"} 6052 node_network_iface_link{device="veth2e3e11b"} 6622 node_network_iface_link{device="veth2eaeb65"} 14509 node_network_iface_link{device="veth2edd93a"} 16842 node_network_iface_link{device="veth2f83127"} 12335 node_network_iface_link{device="veth2fad712"} 7238 node_network_iface_link{device="veth2fc1259"} 7608 node_network_iface_link{device="veth2fd4dcf"} 7500 node_network_iface_link{device="veth3018884"} 10429 node_network_iface_link{device="veth302391f"} 7320 node_network_iface_link{device="veth3036978"} 6210 node_network_iface_link{device="veth30a5c63"} 14095 node_network_iface_link{device="veth3190c62"} 14069 node_network_iface_link{device="veth31e5a9e"} 7584 node_network_iface_link{device="veth31f0812"} 5698 node_network_iface_link{device="veth32a4eb2"} 7650 node_network_iface_link{device="veth340f558"} 7600 node_network_iface_link{device="veth34317c5"} 17218 node_network_iface_link{device="veth3497f43"} 6782 node_network_iface_link{device="veth35137a1"} 5966 node_network_iface_link{device="veth351f876"} 12126 node_network_iface_link{device="veth356b213"} 13954 node_network_iface_link{device="veth35c1d5d"} 12337 node_network_iface_link{device="veth35e62a2"} 7678 node_network_iface_link{device="veth3660b83"} 5346 node_network_iface_link{device="veth369fc55"} 7390 node_network_iface_link{device="veth36ef53a"} 8442 node_network_iface_link{device="veth375f2a0"} 6216 node_network_iface_link{device="veth37c5473"} 14613 node_network_iface_link{device="veth3886d62"} 5244 node_network_iface_link{device="veth391ec21"} 16572 node_network_iface_link{device="veth39344a6"} 16996 node_network_iface_link{device="veth39d278e"} 6090 node_network_iface_link{device="veth3a42551"} 7452 node_network_iface_link{device="veth3af658d"} 7570 node_network_iface_link{device="veth3afab44"} 8232 node_network_iface_link{device="veth3be2114"} 6792 node_network_iface_link{device="veth3c52a6b"} 6768 node_network_iface_link{device="veth3c96f87"} 8058 node_network_iface_link{device="veth3cf6698"} 7518 node_network_iface_link{device="veth3d7e10e"} 16831 node_network_iface_link{device="veth3de8760"} 8046 node_network_iface_link{device="veth3dfd180"} 6242 node_network_iface_link{device="veth3e101c0"} 7308 node_network_iface_link{device="veth3e128b5"} 5624 node_network_iface_link{device="veth3eef6e7"} 14158 node_network_iface_link{device="veth3f766aa"} 6764 node_network_iface_link{device="veth3f8f002"} 7176 node_network_iface_link{device="veth400b680"} 17179 node_network_iface_link{device="veth4079dc2"} 7430 node_network_iface_link{device="veth4082762"} 6956 node_network_iface_link{device="veth40905f5"} 14486 node_network_iface_link{device="veth410cac4"} 5786 node_network_iface_link{device="veth411daee"} 8376 node_network_iface_link{device="veth4136e74"} 17171 node_network_iface_link{device="veth41b3812"} 6208 node_network_iface_link{device="veth41c7fd1"} 7916 node_network_iface_link{device="veth427a6a0"} 7946 node_network_iface_link{device="veth4391ce3"} 8504 node_network_iface_link{device="veth44023e4"} 6058 node_network_iface_link{device="veth4418c4f"} 17212 node_network_iface_link{device="veth445067e"} 5388 node_network_iface_link{device="veth4498697"} 7834 node_network_iface_link{device="veth44a2e68"} 14513 node_network_iface_link{device="veth44b9a64"} 5448 node_network_iface_link{device="veth44eaf2c"} 14156 node_network_iface_link{device="veth45ba942"} 14611 node_network_iface_link{device="veth45bf0a5"} 14393 node_network_iface_link{device="veth45d5fcf"} 6858 node_network_iface_link{device="veth467feaf"} 6978 node_network_iface_link{device="veth46be02b"} 6274 node_network_iface_link{device="veth47a78db"} 7912 node_network_iface_link{device="veth47c0091"} 14615 node_network_iface_link{device="veth47fbfa1"} 16580 node_network_iface_link{device="veth482bd25"} 5238 node_network_iface_link{device="veth4865e48"} 8582 node_network_iface_link{device="veth487ae24"} 6434 node_network_iface_link{device="veth494a1eb"} 7700 node_network_iface_link{device="veth49501f4"} 9342 node_network_iface_link{device="veth495aa66"} 13098 node_network_iface_link{device="veth4a3f821"} 7576 node_network_iface_link{device="veth4a5aa12"} 14071 node_network_iface_link{device="veth4b32651"} 14101 node_network_iface_link{device="veth4b9cef1"} 7118 node_network_iface_link{device="veth4bc06c3"} 7820 node_network_iface_link{device="veth4bcc505"} 7490 node_network_iface_link{device="veth4dc758a"} 12128 node_network_iface_link{device="veth4eeb5e5"} 6004 node_network_iface_link{device="veth4f78f9e"} 8036 node_network_iface_link{device="veth4fb5a24"} 15965 node_network_iface_link{device="veth4fc6d17"} 17037 node_network_iface_link{device="veth500d596"} 6106 node_network_iface_link{device="veth5148843"} 7386 node_network_iface_link{device="veth516a2dd"} 7778 node_network_iface_link{device="veth51cb6e1"} 17302 node_network_iface_link{device="veth531d83a"} 7396 node_network_iface_link{device="veth53841ff"} 6318 node_network_iface_link{device="veth538f11f"} 5748 node_network_iface_link{device="veth53a474c"} 7174 node_network_iface_link{device="veth53c0c49"} 11985 node_network_iface_link{device="veth5408e9e"} 5364 node_network_iface_link{device="veth54327b2"} 6188 node_network_iface_link{device="veth54aa51d"} 6626 node_network_iface_link{device="veth5644c2c"} 7106 node_network_iface_link{device="veth5662068"} 16419 node_network_iface_link{device="veth566b833"} 16823 node_network_iface_link{device="veth56c1ee3"} 8402 node_network_iface_link{device="veth574a9bf"} 7870 node_network_iface_link{device="veth5823a67"} 7598 node_network_iface_link{device="veth582b1e1"} 16578 node_network_iface_link{device="veth58398da"} 7140 node_network_iface_link{device="veth59af09d"} 14480 node_network_iface_link{device="veth5a57667"} 12341 node_network_iface_link{device="veth5a5947d"} 7168 node_network_iface_link{device="veth5aa7930"} 6446 node_network_iface_link{device="veth5b2851f"} 14478 node_network_iface_link{device="veth5b569cb"} 5792 node_network_iface_link{device="veth5be0e34"} 16827 node_network_iface_link{device="veth5cbd82f"} 7138 node_network_iface_link{device="veth5d07046"} 7874 node_network_iface_link{device="veth5d8e6f5"} 7948 node_network_iface_link{device="veth5da80fb"} 6574 node_network_iface_link{device="veth5db9191"} 8268 node_network_iface_link{device="veth5df7840"} 6222 node_network_iface_link{device="veth5e055da"} 6042 node_network_iface_link{device="veth5e9d6c1"} 7516 node_network_iface_link{device="veth5f14d4e"} 6578 node_network_iface_link{device="veth5f85831"} 7154 node_network_iface_link{device="veth5fda1aa"} 7782 node_network_iface_link{device="veth609f65f"} 6992 node_network_iface_link{device="veth60a6470"} 16035 node_network_iface_link{device="veth60ac914"} 7776 node_network_iface_link{device="veth60be674"} 5588 node_network_iface_link{device="veth6100f2e"} 7412 node_network_iface_link{device="veth6141b70"} 12008 node_network_iface_link{device="veth6151bb9"} 7692 node_network_iface_link{device="veth61c4816"} 17173 node_network_iface_link{device="veth61d7283"} 6744 node_network_iface_link{device="veth6228670"} 12339 node_network_iface_link{device="veth629242b"} 6598 node_network_iface_link{device="veth6374fd2"} 16493 node_network_iface_link{device="veth6391005"} 7322 node_network_iface_link{device="veth63cf232"} 7644 node_network_iface_link{device="veth640a039"} 5636 node_network_iface_link{device="veth642d0c1"} 6120 node_network_iface_link{device="veth643a437"} 12161 node_network_iface_link{device="veth64fdbac"} 10909 node_network_iface_link{device="veth6515c1a"} 7014 node_network_iface_link{device="veth656302b"} 7510 node_network_iface_link{device="veth663b727"} 5344 node_network_iface_link{device="veth6694b48"} 13577 node_network_iface_link{device="veth66c10ee"} 6770 node_network_iface_link{device="veth671f5fb"} 13575 node_network_iface_link{device="veth6727827"} 7986 node_network_iface_link{device="veth6735453"} 16749 node_network_iface_link{device="veth674eb08"} 16372 node_network_iface_link{device="veth67bdfb5"} 7160 node_network_iface_link{device="veth67c3090"} 5442 node_network_iface_link{device="veth6827eeb"} 16033 node_network_iface_link{device="veth686cf8f"} 15961 node_network_iface_link{device="veth686e4ce"} 6938 node_network_iface_link{device="veth694a5f6"} 6672 node_network_iface_link{device="veth6955d38"} 5408 node_network_iface_link{device="veth6a8f538"} 14403 node_network_iface_link{device="veth6ae26de"} 11989 node_network_iface_link{device="veth6b4fcb5"} 14395 node_network_iface_link{device="veth6bd4c88"} 12002 node_network_iface_link{device="veth6c0ac2b"} 8270 node_network_iface_link{device="veth6c5d880"} 7348 node_network_iface_link{device="veth6c7b2e3"} 16838 node_network_iface_link{device="veth6c84c0f"} 8396 node_network_iface_link{device="veth6cb308f"} 17210 node_network_iface_link{device="veth6cc8853"} 7376 node_network_iface_link{device="veth6cf5c92"} 5436 node_network_iface_link{device="veth6d937a2"} 16665 node_network_iface_link{device="veth6e35c23"} 8550 node_network_iface_link{device="veth6e379ab"} 8344 node_network_iface_link{device="veth6f266b8"} 6338 node_network_iface_link{device="veth6f36c86"} 7224 node_network_iface_link{device="veth6fbd9ae"} 7360 node_network_iface_link{device="veth6fe10bb"} 5326 node_network_iface_link{device="veth70d4eb5"} 8406 node_network_iface_link{device="veth71868de"} 7112 node_network_iface_link{device="veth72921dc"} 5872 node_network_iface_link{device="veth72cb0b9"} 5328 node_network_iface_link{device="veth732170b"} 7716 node_network_iface_link{device="veth73778ca"} 6202 node_network_iface_link{device="veth73c2c96"} 5350 node_network_iface_link{device="veth73d2548"} 8346 node_network_iface_link{device="veth7458897"} 5322 node_network_iface_link{device="veth7465df3"} 16037 node_network_iface_link{device="veth7561080"} 5386 node_network_iface_link{device="veth757c34a"} 7702 node_network_iface_link{device="veth7595562"} 7454 node_network_iface_link{device="veth76187dd"} 13102 node_network_iface_link{device="veth7676d1c"} 7150 node_network_iface_link{device="veth76d519a"} 6430 node_network_iface_link{device="veth76e63a1"} 10969 node_network_iface_link{device="veth7761467"} 6892 node_network_iface_link{device="veth77842d9"} 7152 node_network_iface_link{device="veth778f08d"} 8496 node_network_iface_link{device="veth77a2e6e"} 7414 node_network_iface_link{device="veth77b25a2"} 5348 node_network_iface_link{device="veth77d929a"} 5368 node_network_iface_link{device="veth77e0563"} 13094 node_network_iface_link{device="veth77ea6db"} 8224 node_network_iface_link{device="veth78790bc"} 13313 node_network_iface_link{device="veth7904e58"} 5962 node_network_iface_link{device="veth79c5a75"} 7408 node_network_iface_link{device="veth7a831cf"} 5828 node_network_iface_link{device="veth7b0ab9e"} 16497 node_network_iface_link{device="veth7b380ec"} 16029 node_network_iface_link{device="veth7b48c14"} 5968 node_network_iface_link{device="veth7b78b78"} 13960 node_network_iface_link{device="veth7b89f6f"} 6234 node_network_iface_link{device="veth7c2dbba"} 8556 node_network_iface_link{device="veth7c546d4"} 6030 node_network_iface_link{device="veth7c54e1e"} 8444 node_network_iface_link{device="veth7c58951"} 8054 node_network_iface_link{device="veth7c705d1"} 12120 node_network_iface_link{device="veth7d3dd83"} 7392 node_network_iface_link{device="veth7d8e60b"} 12122 node_network_iface_link{device="veth7d9930a"} 6286 node_network_iface_link{device="veth7ec3780"} 7350 node_network_iface_link{device="veth7f09f4c"} 13315 node_network_iface_link{device="veth8004847"} 6280 node_network_iface_link{device="veth80252b4"} 10911 node_network_iface_link{device="veth80badd0"} 7560 node_network_iface_link{device="veth80c389c"} 6010 node_network_iface_link{device="veth8101e42"} 8408 node_network_iface_link{device="veth811e063"} 16415 node_network_iface_link{device="veth816a265"} 10913 node_network_iface_link{device="veth8186d77"} 8048 node_network_iface_link{device="veth820f0db"} 16374 node_network_iface_link{device="veth8237dc3"} 7712 node_network_iface_link{device="veth8269643"} 7706 node_network_iface_link{device="veth828ecf9"} 6136 node_network_iface_link{device="veth83498cb"} 6738 node_network_iface_link{device="veth834d149"} 16368 node_network_iface_link{device="veth8357150"} 12333 node_network_iface_link{device="veth83fb8e6"} 7994 node_network_iface_link{device="veth84220c4"} 6330 node_network_iface_link{device="veth84e1fc4"} 5970 node_network_iface_link{device="veth850b442"} 10440 node_network_iface_link{device="veth85daf28"} 7422 node_network_iface_link{device="veth861068a"} 7504 node_network_iface_link{device="veth866bba7"} 5606 node_network_iface_link{device="veth86a2462"} 6114 node_network_iface_link{device="veth872cb76"} 7002 node_network_iface_link{device="veth87362c6"} 8580 node_network_iface_link{device="veth87cb8c8"} 14152 node_network_iface_link{device="veth87d5677"} 15963 node_network_iface_link{device="veth87d62cb"} 7894 node_network_iface_link{device="veth87d7e35"} 16301 node_network_iface_link{device="veth87e75ee"} 16297 node_network_iface_link{device="veth87f4935"} 7594 node_network_iface_link{device="veth87fdb6a"} 7132 node_network_iface_link{device="veth889a2f1"} 11983 node_network_iface_link{device="veth88ac732"} 5332 node_network_iface_link{device="veth8922783"} 6032 node_network_iface_link{device="veth896c132"} 13573 node_network_iface_link{device="veth899b99d"} 5256 node_network_iface_link{device="veth89b275c"} 8508 node_network_iface_link{device="veth8a52231"} 14397 node_network_iface_link{device="veth8a89268"} 7908 node_network_iface_link{device="veth8b3b309"} 10975 node_network_iface_link{device="veth8b541a1"} 7682 node_network_iface_link{device="veth8b983cf"} 6962 node_network_iface_link{device="veth8bc856f"} 6046 node_network_iface_link{device="veth8bc982a"} 6998 node_network_iface_link{device="veth8bd3242"} 6454 node_network_iface_link{device="veth8bed13f"} 6612 node_network_iface_link{device="veth8c86032"} 6142 node_network_iface_link{device="veth8c88f73"} 7102 node_network_iface_link{device="veth8c93126"} 7200 node_network_iface_link{device="veth8d22374"} 6226 node_network_iface_link{device="veth8d6536d"} 16409 node_network_iface_link{device="veth8d7d98e"} 7990 node_network_iface_link{device="veth8d88b16"} 7400 node_network_iface_link{device="veth8d936c5"} 14607 node_network_iface_link{device="veth8e0e8a0"} 6860 node_network_iface_link{device="veth8e914f7"} 14415 node_network_iface_link{device="veth8ea541c"} 14419 node_network_iface_link{device="veth8ecee2e"} 10971 node_network_iface_link{device="veth8f1ab25"} 6064 node_network_iface_link{device="veth8f7a6af"} 17220 node_network_iface_link{device="veth8f9b8d0"} 8260 node_network_iface_link{device="veth906c063"} 6908 node_network_iface_link{device="veth909d986"} 7328 node_network_iface_link{device="veth90c1c36"} 14411 node_network_iface_link{device="veth91af2c1"} 5718 node_network_iface_link{device="veth91d764a"} 14609 node_network_iface_link{device="veth9204861"} 16747 node_network_iface_link{device="veth921bb23"} 8404 node_network_iface_link{device="veth9312dae"} 10454 node_network_iface_link{device="veth9317063"} 5254 node_network_iface_link{device="veth93596dd"} 6204 node_network_iface_link{device="veth93882ee"} 7992 node_network_iface_link{device="veth93d7d29"} 7502 node_network_iface_link{device="veth93dba36"} 6050 node_network_iface_link{device="veth93ddc00"} 7902 node_network_iface_link{device="veth943efa3"} 6300 node_network_iface_link{device="veth9487334"} 6754 node_network_iface_link{device="veth94edd33"} 13579 node_network_iface_link{device="veth9553163"} 8566 node_network_iface_link{device="veth965628f"} 6140 node_network_iface_link{device="veth96d77f6"} 5568 node_network_iface_link{device="veth9841ead"} 7448 node_network_iface_link{device="veth988596b"} 762 node_network_iface_link{device="veth98bcfcf"} 14417 node_network_iface_link{device="veth992b562"} 5878 node_network_iface_link{device="veth998fc07"} 7346 node_network_iface_link{device="veth9af67e8"} 7506 node_network_iface_link{device="veth9b8c3fe"} 7832 node_network_iface_link{device="veth9ba3bbe"} 5410 node_network_iface_link{device="veth9c7f67d"} 16411 node_network_iface_link{device="veth9c8af90"} 7568 node_network_iface_link{device="veth9d596d7"} 14484 node_network_iface_link{device="veth9dc5a7e"} 12006 node_network_iface_link{device="veth9dce1ef"} 8446 node_network_iface_link{device="veth9dddbc9"} 6676 node_network_iface_link{device="veth9dfec82"} 17000 node_network_iface_link{device="veth9f0cb80"} 5972 node_network_iface_link{device="veth9f2b7f4"} 10917 node_network_iface_link{device="vetha0524ab"} 7604 node_network_iface_link{device="vetha09db05"} 13307 node_network_iface_link{device="vetha0c9f28"} 7590 node_network_iface_link{device="vetha137a8a"} 7632 node_network_iface_link{device="vetha1a2849"} 14517 node_network_iface_link{device="vetha246e20"} 17031 node_network_iface_link{device="vetha262863"} 7334 node_network_iface_link{device="vetha2e8433"} 8512 node_network_iface_link{device="vetha33f58d"} 7942 node_network_iface_link{device="vetha364335"} 6194 node_network_iface_link{device="vetha39dbf7"} 6068 node_network_iface_link{device="vetha3d15af"} 16675 node_network_iface_link{device="vetha46dce5"} 16844 node_network_iface_link{device="vetha4a4b5e"} 13682 node_network_iface_link{device="vetha52fdb0"} 8348 node_network_iface_link{device="vetha532453"} 13351 node_network_iface_link{device="vetha542775"} 5758 node_network_iface_link{device="vetha5f484b"} 6456 node_network_iface_link{device="vetha626559"} 6322 node_network_iface_link{device="vetha6695f8"} 6126 node_network_iface_link{device="vetha6bbe19"} 5954 node_network_iface_link{device="vetha71b22e"} 8574 node_network_iface_link{device="vetha73388c"} 6794 node_network_iface_link{device="vetha7d15e0"} 5240 node_network_iface_link{device="vetha819cf5"} 16452 node_network_iface_link{device="vetha833154"} 8380 node_network_iface_link{device="vetha8d245b"} 12167 node_network_iface_link{device="vetha9a6ee7"} 6034 node_network_iface_link{device="vetha9be187"} 7462 node_network_iface_link{device="vethaac0f5a"} 5630 node_network_iface_link{device="vethaaf14ed"} 6984 node_network_iface_link{device="vethaafbc9c"} 7864 node_network_iface_link{device="vethac8f909"} 16378 node_network_iface_link{device="vethad12882"} 6894 node_network_iface_link{device="vethad278fa"} 5534 node_network_iface_link{device="vethad4728b"} 5902 node_network_iface_link{device="vethad94033"} 6098 node_network_iface_link{device="vethae911de"} 5404 node_network_iface_link{device="vethaf848b4"} 13100 node_network_iface_link{device="vethafdb738"} 10442 node_network_iface_link{device="vethb03a241"} 14067 node_network_iface_link{device="vethb0541e3"} 6990 node_network_iface_link{device="vethb094466"} 5250 node_network_iface_link{device="vethb0dce79"} 16417 node_network_iface_link{device="vethb15363b"} 14107 node_network_iface_link{device="vethb1b5e1a"} 8514 node_network_iface_link{device="vethb20e6ba"} 6070 node_network_iface_link{device="vethb348a18"} 7496 node_network_iface_link{device="vethb39d63e"} 8382 node_network_iface_link{device="vethb3a121b"} 12343 node_network_iface_link{device="vethb3deee0"} 14203 node_network_iface_link{device="vethb437aaa"} 7892 node_network_iface_link{device="vethb446f39"} 17035 node_network_iface_link{device="vethb463420"} 8044 node_network_iface_link{device="vethb5e7625"} 6006 node_network_iface_link{device="vethb5fac8d"} 14409 node_network_iface_link{device="vethb60b24f"} 10448 node_network_iface_link{device="vethb6a7795"} 7358 node_network_iface_link{device="vethb70e800"} 13950 node_network_iface_link{device="vethb77480b"} 7690 node_network_iface_link{device="vethb8277ac"} 7904 node_network_iface_link{device="vethba29e31"} 14511 node_network_iface_link{device="vethba6e44c"} 6550 node_network_iface_link{device="vethbb09104"} 16456 node_network_iface_link{device="vethbb16237"} 15959 node_network_iface_link{device="vethbb70179"} 5400 node_network_iface_link{device="vethbba5630"} 5526 node_network_iface_link{device="vethbbbbe04"} 6864 node_network_iface_link{device="vethbbdba94"} 6104 node_network_iface_link{device="vethbbfb0b7"} 6102 node_network_iface_link{device="vethbc76a10"} 11991 node_network_iface_link{device="vethbd2a2ee"} 10431 node_network_iface_link{device="vethbda2ae7"} 16574 node_network_iface_link{device="vethbded328"} 5336 node_network_iface_link{device="vethbe2f7fe"} 10973 node_network_iface_link{device="vethbe857cb"} 7420 node_network_iface_link{device="vethbe875cc"} 7722 node_network_iface_link{device="vethbf184b1"} 6570 node_network_iface_link{device="vethbf984b6"} 6018 node_network_iface_link{device="vethbffb2be"} 11998 node_network_iface_link{device="vethc0f4be2"} 7552 node_network_iface_link{device="vethc11e467"} 14109 node_network_iface_link{device="vethc1f90e5"} 5678 node_network_iface_link{device="vethc3672f4"} 6742 node_network_iface_link{device="vethc3a39c5"} 15957 node_network_iface_link{device="vethc3b6740"} 6774 node_network_iface_link{device="vethc4690e0"} 5844 node_network_iface_link{device="vethc4ee1b8"} 7226 node_network_iface_link{device="vethc5402c9"} 16757 node_network_iface_link{device="vethc547482"} 6200 node_network_iface_link{device="vethc5fe0b1"} 16458 node_network_iface_link{device="vethc60975c"} 6124 node_network_iface_link{device="vethc69126e"} 6238 node_network_iface_link{device="vethc6eb625"} 14063 node_network_iface_link{device="vethc6fac07"} 13104 node_network_iface_link{device="vethc702703"} 13581 node_network_iface_link{device="vethc74fac6"} 7426 node_network_iface_link{device="vethc78dd63"} 8056 node_network_iface_link{device="vethc7cef54"} 5702 node_network_iface_link{device="vethc7e6d28"} 7772 node_network_iface_link{device="vethc800506"} 7648 node_network_iface_link{device="vethc8344c6"} 7686 node_network_iface_link{device="vethc85e8a1"} 7638 node_network_iface_link{device="vethc86b25e"} 12171 node_network_iface_link{device="vethc88f6d5"} 6214 node_network_iface_link{device="vethc91fc73"} 7028 node_network_iface_link{device="vethc942fad"} 5422 node_network_iface_link{device="vethc99741d"} 7388 node_network_iface_link{device="vethca7a920"} 5214 node_network_iface_link{device="vethcb56258"} 16450 node_network_iface_link{device="vethcb70a05"} 7954 node_network_iface_link{device="vethcbb6ad3"} 8228 node_network_iface_link{device="vethcbe3245"} 5382 node_network_iface_link{device="vethcc05e54"} 8272 node_network_iface_link{device="vethcc0a6a7"} 16755 node_network_iface_link{device="vethcc4df6c"} 16570 node_network_iface_link{device="vethccde146"} 5640 node_network_iface_link{device="vethcd1a107"} 5366 node_network_iface_link{device="vethcdc87c7"} 7818 node_network_iface_link{device="vethce0cd64"} 6890 node_network_iface_link{device="vethce27cb9"} 5510 node_network_iface_link{device="vethce2a31d"} 6024 node_network_iface_link{device="vethce67b11"} 5230 node_network_iface_link{device="vethd0a9732"} 16671 node_network_iface_link{device="vethd183c34"} 6950 node_network_iface_link{device="vethd1a8a33"} 7824 node_network_iface_link{device="vethd1b1ed7"} 8274 node_network_iface_link{device="vethd1c6adb"} 5908 node_network_iface_link{device="vethd1caf98"} 8560 node_network_iface_link{device="vethd1f851b"} 6230 node_network_iface_link{device="vethd23fa3c"} 6922 node_network_iface_link{device="vethd2d1d0b"} 16454 node_network_iface_link{device="vethd2d4c0f"} 6930 node_network_iface_link{device="vethd2e142a"} 5710 node_network_iface_link{device="vethd2f2476"} 8266 node_network_iface_link{device="vethd32989f"} 6904 node_network_iface_link{device="vethd33027f"} 17169 node_network_iface_link{device="vethd386c1b"} 8026 node_network_iface_link{device="vethd394f60"} 8378 node_network_iface_link{device="vethd39b75f"} 6648 node_network_iface_link{device="vethd3b8b64"} 6788 node_network_iface_link{device="vethd3d71c3"} 7708 node_network_iface_link{device="vethd3d74f4"} 7558 node_network_iface_link{device="vethd3f5c3d"} 6236 node_network_iface_link{device="vethd418045"} 16299 node_network_iface_link{device="vethd583737"} 17177 node_network_iface_link{device="vethd5b7fe1"} 8342 node_network_iface_link{device="vethd6812c2"} 17033 node_network_iface_link{device="vethd72be73"} 7458 node_network_iface_link{device="vethd741df9"} 6958 node_network_iface_link{device="vethd764c1d"} 14211 node_network_iface_link{device="vethd77fdfb"} 7898 node_network_iface_link{device="vethd7b6b6d"} 7272 node_network_iface_link{device="vethd7ce910"} 6284 node_network_iface_link{device="vethd80b242"} 5412 node_network_iface_link{device="vethd9290a5"} 10452 node_network_iface_link{device="vethd9633d5"} 7906 node_network_iface_link{device="vethd9c1ac2"} 6028 node_network_iface_link{device="vethd9dc45d"} 7344 node_network_iface_link{device="vethdb3bfe5"} 7332 node_network_iface_link{device="vethdb8e006"} 13353 node_network_iface_link{device="vethdba04c6"} 13688 node_network_iface_link{device="vethdcf0fe6"} 5220 node_network_iface_link{device="vethdd73e31"} 8220 node_network_iface_link{device="vethdeb43da"} 8410 node_network_iface_link{device="vethdf2fc0c"} 5212 node_network_iface_link{device="vethdf8b192"} 6012 node_network_iface_link{device="vethe0014f6"} 14413 node_network_iface_link{device="vethe04376c"} 16998 node_network_iface_link{device="vethe0824de"} 12130 node_network_iface_link{device="vethe1acebe"} 8438 node_network_iface_link{device="vethe1b57af"} 7484 node_network_iface_link{device="vethe2677b2"} 7212 node_network_iface_link{device="vethe330364"} 7006 node_network_iface_link{device="vethe358b9b"} 7236 node_network_iface_link{device="vethe393e1f"} 16499 node_network_iface_link{device="vethe3fc1d5"} 5592 node_network_iface_link{device="vethe439679"} 5584 node_network_iface_link{device="vethe484f21"} 7698 node_network_iface_link{device="vethe49717f"} 5362 node_network_iface_link{device="vethe4ad4e5"} 14401 node_network_iface_link{device="vethe4e85e7"} 15955 node_network_iface_link{device="vethe52bda0"} 5446 node_network_iface_link{device="vethe5f3f06"} 5210 node_network_iface_link{device="vethe63d6dd"} 13962 node_network_iface_link{device="vethe6c23f6"} 8368 node_network_iface_link{device="vethe766e72"} 13309 node_network_iface_link{device="vethe7aff89"} 5384 node_network_iface_link{device="vethe8648b1"} 6906 node_network_iface_link{device="vethe87664c"} 5358 node_network_iface_link{device="vethe880812"} 12000 node_network_iface_link{device="vethe8d7ad1"} 5406 node_network_iface_link{device="vethe98ffcc"} 5790 node_network_iface_link{device="vethea8c77f"} 7326 node_network_iface_link{device="vetheaaf5da"} 6122 node_network_iface_link{device="vetheb750ff"} 7610 node_network_iface_link{device="vethebe1c57"} 7728 node_network_iface_link{device="vethec1bace"} 7880 node_network_iface_link{device="vethedee635"} 5516 node_network_iface_link{device="vethee49f2e"} 7310 node_network_iface_link{device="vethee55381"} 7938 node_network_iface_link{device="vetheebb707"} 16669 node_network_iface_link{device="vetheede58b"} 16667 node_network_iface_link{device="vethef01414"} 6748 node_network_iface_link{device="vethef4d3cf"} 8510 node_network_iface_link{device="vethef8ca1b"} 7352 node_network_iface_link{device="vethef9a53b"} 6628 node_network_iface_link{device="vetheff1b62"} 6054 node_network_iface_link{device="vethf00a1a9"} 6916 node_network_iface_link{device="vethf0d88b0"} 5580 node_network_iface_link{device="vethf0e15a5"} 16460 node_network_iface_link{device="vethf0f7c00"} 7340 node_network_iface_link{device="vethf1a351b"} 7204 node_network_iface_link{device="vethf1cab6c"} 7242 node_network_iface_link{device="vethf1ffdde"} 14154 node_network_iface_link{device="vethf30dce1"} 8450 node_network_iface_link{device="vethf34ab67"} 6448 node_network_iface_link{device="vethf3942da"} 10967 node_network_iface_link{device="vethf40383d"} 8034 node_network_iface_link{device="vethf4756aa"} 7562 node_network_iface_link{device="vethf4b3dd4"} 7180 node_network_iface_link{device="vethf572a6b"} 5654 node_network_iface_link{device="vethf5f8567"} 7634 node_network_iface_link{device="vethf62f7b0"} 6940 node_network_iface_link{device="vethf766060"} 16673 node_network_iface_link{device="vethf796416"} 7094 node_network_iface_link{device="vethf7dde08"} 6212 node_network_iface_link{device="vethf804fc2"} 6888 node_network_iface_link{device="vethf89cdc2"} 6146 node_network_iface_link{device="vethf8f166c"} 17002 node_network_iface_link{device="vethf9080d7"} 16753 node_network_iface_link{device="vethf90aa51"} 17175 node_network_iface_link{device="vethf91787e"} 13684 node_network_iface_link{device="vethf925f21"} 16293 node_network_iface_link{device="vethf954e2e"} 6668 node_network_iface_link{device="vethf96c7ac"} 6008 node_network_iface_link{device="vethfb0d0e8"} 12165 node_network_iface_link{device="vethfb3ff4e"} 7024 node_network_iface_link{device="vethfc0e66c"} 6000 node_network_iface_link{device="vethfcd6d02"} 13317 node_network_iface_link{device="vethfe45418"} 13096 node_network_iface_link{device="vethfe716bb"} 6206 node_network_iface_link{device="vethfe71df5"} 7384 node_network_iface_link{device="vethfecb007"} 10915 node_network_iface_link{device="vethfee22ad"} 6290 node_network_iface_link{device="vethff26790"} 14515 # 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-032930a8871d"} 0 node_network_iface_link_mode{device="br-03ced592235a"} 0 node_network_iface_link_mode{device="br-0871d54d3675"} 0 node_network_iface_link_mode{device="br-089331b9c07a"} 0 node_network_iface_link_mode{device="br-0a8e30067c8e"} 0 node_network_iface_link_mode{device="br-0d01f742526c"} 0 node_network_iface_link_mode{device="br-0d9fdd0cf163"} 0 node_network_iface_link_mode{device="br-12a5c8e99f7e"} 0 node_network_iface_link_mode{device="br-131fa2cef983"} 0 node_network_iface_link_mode{device="br-14216610e159"} 0 node_network_iface_link_mode{device="br-15dab3c5a2fb"} 0 node_network_iface_link_mode{device="br-16453071a16a"} 0 node_network_iface_link_mode{device="br-1824841a31f9"} 0 node_network_iface_link_mode{device="br-1b283e1e5128"} 0 node_network_iface_link_mode{device="br-1c85749e122e"} 0 node_network_iface_link_mode{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 0 node_network_iface_link_mode{device="br-3db3cc2bc444"} 0 node_network_iface_link_mode{device="br-41c4dd613804"} 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-4698f8262a4c"} 0 node_network_iface_link_mode{device="br-483851ad6d82"} 0 node_network_iface_link_mode{device="br-491d965e7355"} 0 node_network_iface_link_mode{device="br-4a66d39e6115"} 0 node_network_iface_link_mode{device="br-52ce8deae651"} 0 node_network_iface_link_mode{device="br-5567248b7fed"} 0 node_network_iface_link_mode{device="br-559d36b72748"} 0 node_network_iface_link_mode{device="br-57259014cf16"} 0 node_network_iface_link_mode{device="br-5748fcd1e7ca"} 0 node_network_iface_link_mode{device="br-5a028c7b8cc5"} 0 node_network_iface_link_mode{device="br-5a09c7dffa78"} 0 node_network_iface_link_mode{device="br-5bbb53ee4d8c"} 0 node_network_iface_link_mode{device="br-5cd378a95a50"} 0 node_network_iface_link_mode{device="br-5e44ef26977f"} 0 node_network_iface_link_mode{device="br-649c0a0d748e"} 0 node_network_iface_link_mode{device="br-65c3891cde69"} 0 node_network_iface_link_mode{device="br-6654a6f415ef"} 0 node_network_iface_link_mode{device="br-666a1a84be8e"} 0 node_network_iface_link_mode{device="br-66b00b277461"} 0 node_network_iface_link_mode{device="br-67b6f2b09055"} 0 node_network_iface_link_mode{device="br-68a4d2d648c6"} 0 node_network_iface_link_mode{device="br-6a3142e5de92"} 0 node_network_iface_link_mode{device="br-6c34a8b4b6a4"} 0 node_network_iface_link_mode{device="br-6c5eccea21bc"} 0 node_network_iface_link_mode{device="br-75640dcb1806"} 0 node_network_iface_link_mode{device="br-757cf8ccd099"} 0 node_network_iface_link_mode{device="br-765d504a1648"} 0 node_network_iface_link_mode{device="br-7783edd4fb63"} 0 node_network_iface_link_mode{device="br-78c76b7fdacf"} 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-8273700d2b53"} 0 node_network_iface_link_mode{device="br-832e21b6735f"} 0 node_network_iface_link_mode{device="br-89456f9f0577"} 0 node_network_iface_link_mode{device="br-8c4c62bbb4ac"} 0 node_network_iface_link_mode{device="br-8c90f08921d2"} 0 node_network_iface_link_mode{device="br-8d5f8dfdd165"} 0 node_network_iface_link_mode{device="br-8d809ce3c9c6"} 0 node_network_iface_link_mode{device="br-8f019a492357"} 0 node_network_iface_link_mode{device="br-918ddcd36f9a"} 0 node_network_iface_link_mode{device="br-94b2fbf06b0d"} 0 node_network_iface_link_mode{device="br-9504d5b6acf5"} 0 node_network_iface_link_mode{device="br-967a6a8492ec"} 0 node_network_iface_link_mode{device="br-977759f73e31"} 0 node_network_iface_link_mode{device="br-9be1f90f0a3c"} 0 node_network_iface_link_mode{device="br-9c7a6a4ea029"} 0 node_network_iface_link_mode{device="br-9fab29d0fd90"} 0 node_network_iface_link_mode{device="br-a01a29421e12"} 0 node_network_iface_link_mode{device="br-a073f44ab682"} 0 node_network_iface_link_mode{device="br-a08ab772e40d"} 0 node_network_iface_link_mode{device="br-a1b2b339a0bc"} 0 node_network_iface_link_mode{device="br-a3bcc581540c"} 0 node_network_iface_link_mode{device="br-a735d7132cb5"} 0 node_network_iface_link_mode{device="br-ab4fc0c8f205"} 0 node_network_iface_link_mode{device="br-ac4684d015f6"} 0 node_network_iface_link_mode{device="br-ac5441a8184d"} 0 node_network_iface_link_mode{device="br-afdcb409567a"} 0 node_network_iface_link_mode{device="br-b58abb066918"} 0 node_network_iface_link_mode{device="br-b5cc1abc8af1"} 0 node_network_iface_link_mode{device="br-b710ed0f91ed"} 0 node_network_iface_link_mode{device="br-b9ddcd38e3d5"} 0 node_network_iface_link_mode{device="br-be8161177ed9"} 0 node_network_iface_link_mode{device="br-bfa260e794d9"} 0 node_network_iface_link_mode{device="br-c1c4e42c8216"} 0 node_network_iface_link_mode{device="br-c577c6a066cb"} 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-cb62be74ef17"} 0 node_network_iface_link_mode{device="br-cc4a14297e79"} 0 node_network_iface_link_mode{device="br-cf6b946573c1"} 0 node_network_iface_link_mode{device="br-cfa8e5dacf79"} 0 node_network_iface_link_mode{device="br-d461c29e6aa7"} 0 node_network_iface_link_mode{device="br-d4ad227661d1"} 0 node_network_iface_link_mode{device="br-d5a100d1afd1"} 0 node_network_iface_link_mode{device="br-d6403551d086"} 0 node_network_iface_link_mode{device="br-dae27e4e8b91"} 0 node_network_iface_link_mode{device="br-db5d49f98313"} 0 node_network_iface_link_mode{device="br-dc87a7504ded"} 0 node_network_iface_link_mode{device="br-ddaa8bdc0119"} 0 node_network_iface_link_mode{device="br-ddc45447112f"} 0 node_network_iface_link_mode{device="br-e0e95d87f3e0"} 0 node_network_iface_link_mode{device="br-e24d302efec6"} 0 node_network_iface_link_mode{device="br-e3e321b77026"} 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-ead353f203a4"} 0 node_network_iface_link_mode{device="br-ec56c664f289"} 0 node_network_iface_link_mode{device="br-f17da17d41a2"} 0 node_network_iface_link_mode{device="br-f33d4e889abc"} 0 node_network_iface_link_mode{device="br-f4b381c64696"} 0 node_network_iface_link_mode{device="br-f5d79f441cea"} 0 node_network_iface_link_mode{device="br-f645f15c7927"} 0 node_network_iface_link_mode{device="br-f6901fdf275f"} 0 node_network_iface_link_mode{device="br-f7269b4b25bf"} 0 node_network_iface_link_mode{device="br-fa88d6f98186"} 0 node_network_iface_link_mode{device="br-fd7abce4f375"} 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="veth010cf6c"} 0 node_network_iface_link_mode{device="veth0118054"} 0 node_network_iface_link_mode{device="veth015066a"} 0 node_network_iface_link_mode{device="veth01c23a7"} 0 node_network_iface_link_mode{device="veth01d8776"} 0 node_network_iface_link_mode{device="veth028dce1"} 0 node_network_iface_link_mode{device="veth0299373"} 0 node_network_iface_link_mode{device="veth03320d3"} 0 node_network_iface_link_mode{device="veth0348049"} 0 node_network_iface_link_mode{device="veth04c0c5b"} 0 node_network_iface_link_mode{device="veth05bb69b"} 0 node_network_iface_link_mode{device="veth05d21d3"} 0 node_network_iface_link_mode{device="veth063974c"} 0 node_network_iface_link_mode{device="veth0665c41"} 0 node_network_iface_link_mode{device="veth06bac3f"} 0 node_network_iface_link_mode{device="veth06f7fab"} 0 node_network_iface_link_mode{device="veth07837a1"} 0 node_network_iface_link_mode{device="veth07940a9"} 0 node_network_iface_link_mode{device="veth07c394e"} 0 node_network_iface_link_mode{device="veth08220c7"} 0 node_network_iface_link_mode{device="veth085af09"} 0 node_network_iface_link_mode{device="veth08f2029"} 0 node_network_iface_link_mode{device="veth093e34b"} 0 node_network_iface_link_mode{device="veth095010c"} 0 node_network_iface_link_mode{device="veth0b4c3d1"} 0 node_network_iface_link_mode{device="veth0bad067"} 0 node_network_iface_link_mode{device="veth0bbdec3"} 0 node_network_iface_link_mode{device="veth0c16bae"} 0 node_network_iface_link_mode{device="veth0c30494"} 0 node_network_iface_link_mode{device="veth0caff4e"} 0 node_network_iface_link_mode{device="veth0d8770f"} 0 node_network_iface_link_mode{device="veth0df388c"} 0 node_network_iface_link_mode{device="veth0ea94b5"} 0 node_network_iface_link_mode{device="veth0f67dbb"} 0 node_network_iface_link_mode{device="veth0f8e2ed"} 0 node_network_iface_link_mode{device="veth0fb0b4d"} 0 node_network_iface_link_mode{device="veth100cba7"} 0 node_network_iface_link_mode{device="veth10146ec"} 0 node_network_iface_link_mode{device="veth1031098"} 0 node_network_iface_link_mode{device="veth10df4a9"} 0 node_network_iface_link_mode{device="veth110bcfe"} 0 node_network_iface_link_mode{device="veth110e8ec"} 0 node_network_iface_link_mode{device="veth1148460"} 0 node_network_iface_link_mode{device="veth12a3be7"} 0 node_network_iface_link_mode{device="veth12ae611"} 0 node_network_iface_link_mode{device="veth12ca81a"} 0 node_network_iface_link_mode{device="veth133acdf"} 0 node_network_iface_link_mode{device="veth13f164d"} 0 node_network_iface_link_mode{device="veth1431509"} 0 node_network_iface_link_mode{device="veth1433538"} 0 node_network_iface_link_mode{device="veth14a077c"} 0 node_network_iface_link_mode{device="veth1524c7a"} 0 node_network_iface_link_mode{device="veth15b5b5d"} 0 node_network_iface_link_mode{device="veth1647655"} 0 node_network_iface_link_mode{device="veth167a182"} 0 node_network_iface_link_mode{device="veth16f4867"} 0 node_network_iface_link_mode{device="veth1785664"} 0 node_network_iface_link_mode{device="veth199e3b5"} 0 node_network_iface_link_mode{device="veth1aa66b7"} 0 node_network_iface_link_mode{device="veth1b01e56"} 0 node_network_iface_link_mode{device="veth1b11dd2"} 0 node_network_iface_link_mode{device="veth1b18086"} 0 node_network_iface_link_mode{device="veth1c097c5"} 0 node_network_iface_link_mode{device="veth1c4c875"} 0 node_network_iface_link_mode{device="veth1c5280a"} 0 node_network_iface_link_mode{device="veth1cfc19d"} 0 node_network_iface_link_mode{device="veth1d0e0c0"} 0 node_network_iface_link_mode{device="veth1d2dae7"} 0 node_network_iface_link_mode{device="veth1d629d1"} 0 node_network_iface_link_mode{device="veth1d73687"} 0 node_network_iface_link_mode{device="veth1d7748d"} 0 node_network_iface_link_mode{device="veth1d8d1df"} 0 node_network_iface_link_mode{device="veth1dbaa59"} 0 node_network_iface_link_mode{device="veth1dc83fc"} 0 node_network_iface_link_mode{device="veth1e36d07"} 0 node_network_iface_link_mode{device="veth1e44960"} 0 node_network_iface_link_mode{device="veth1eb887e"} 0 node_network_iface_link_mode{device="veth1ebe556"} 0 node_network_iface_link_mode{device="veth1ef8c3b"} 0 node_network_iface_link_mode{device="veth1f00723"} 0 node_network_iface_link_mode{device="veth1f55581"} 0 node_network_iface_link_mode{device="veth200cbca"} 0 node_network_iface_link_mode{device="veth201dbeb"} 0 node_network_iface_link_mode{device="veth20350f2"} 0 node_network_iface_link_mode{device="veth2046904"} 0 node_network_iface_link_mode{device="veth20558f6"} 0 node_network_iface_link_mode{device="veth206800d"} 0 node_network_iface_link_mode{device="veth20c30fb"} 0 node_network_iface_link_mode{device="veth20d3122"} 0 node_network_iface_link_mode{device="veth20fec73"} 0 node_network_iface_link_mode{device="veth2101218"} 0 node_network_iface_link_mode{device="veth216cb5e"} 0 node_network_iface_link_mode{device="veth21bac8e"} 0 node_network_iface_link_mode{device="veth21e6158"} 0 node_network_iface_link_mode{device="veth21edd0c"} 0 node_network_iface_link_mode{device="veth22047d0"} 0 node_network_iface_link_mode{device="veth22a4380"} 0 node_network_iface_link_mode{device="veth22a99e1"} 0 node_network_iface_link_mode{device="veth22ec2e1"} 0 node_network_iface_link_mode{device="veth233a2ff"} 0 node_network_iface_link_mode{device="veth23cfa18"} 0 node_network_iface_link_mode{device="veth23e3157"} 0 node_network_iface_link_mode{device="veth253ee4b"} 0 node_network_iface_link_mode{device="veth25731c6"} 0 node_network_iface_link_mode{device="veth257e734"} 0 node_network_iface_link_mode{device="veth26d9a84"} 0 node_network_iface_link_mode{device="veth26da4e6"} 0 node_network_iface_link_mode{device="veth26de035"} 0 node_network_iface_link_mode{device="veth26e26ed"} 0 node_network_iface_link_mode{device="veth271e2be"} 0 node_network_iface_link_mode{device="veth273b370"} 0 node_network_iface_link_mode{device="veth2850417"} 0 node_network_iface_link_mode{device="veth28b3c5c"} 0 node_network_iface_link_mode{device="veth297bd24"} 0 node_network_iface_link_mode{device="veth29e137d"} 0 node_network_iface_link_mode{device="veth2a08596"} 0 node_network_iface_link_mode{device="veth2b080cb"} 0 node_network_iface_link_mode{device="veth2b1e3c8"} 0 node_network_iface_link_mode{device="veth2b70ed0"} 0 node_network_iface_link_mode{device="veth2b88298"} 0 node_network_iface_link_mode{device="veth2ba28cc"} 0 node_network_iface_link_mode{device="veth2c7ea81"} 0 node_network_iface_link_mode{device="veth2ccb650"} 0 node_network_iface_link_mode{device="veth2cdd57a"} 0 node_network_iface_link_mode{device="veth2d38052"} 0 node_network_iface_link_mode{device="veth2d90db8"} 0 node_network_iface_link_mode{device="veth2db0bc8"} 0 node_network_iface_link_mode{device="veth2e3e11b"} 0 node_network_iface_link_mode{device="veth2eaeb65"} 0 node_network_iface_link_mode{device="veth2edd93a"} 0 node_network_iface_link_mode{device="veth2f83127"} 0 node_network_iface_link_mode{device="veth2fad712"} 0 node_network_iface_link_mode{device="veth2fc1259"} 0 node_network_iface_link_mode{device="veth2fd4dcf"} 0 node_network_iface_link_mode{device="veth3018884"} 0 node_network_iface_link_mode{device="veth302391f"} 0 node_network_iface_link_mode{device="veth3036978"} 0 node_network_iface_link_mode{device="veth30a5c63"} 0 node_network_iface_link_mode{device="veth3190c62"} 0 node_network_iface_link_mode{device="veth31e5a9e"} 0 node_network_iface_link_mode{device="veth31f0812"} 0 node_network_iface_link_mode{device="veth32a4eb2"} 0 node_network_iface_link_mode{device="veth340f558"} 0 node_network_iface_link_mode{device="veth34317c5"} 0 node_network_iface_link_mode{device="veth3497f43"} 0 node_network_iface_link_mode{device="veth35137a1"} 0 node_network_iface_link_mode{device="veth351f876"} 0 node_network_iface_link_mode{device="veth356b213"} 0 node_network_iface_link_mode{device="veth35c1d5d"} 0 node_network_iface_link_mode{device="veth35e62a2"} 0 node_network_iface_link_mode{device="veth3660b83"} 0 node_network_iface_link_mode{device="veth369fc55"} 0 node_network_iface_link_mode{device="veth36ef53a"} 0 node_network_iface_link_mode{device="veth375f2a0"} 0 node_network_iface_link_mode{device="veth37c5473"} 0 node_network_iface_link_mode{device="veth3886d62"} 0 node_network_iface_link_mode{device="veth391ec21"} 0 node_network_iface_link_mode{device="veth39344a6"} 0 node_network_iface_link_mode{device="veth39d278e"} 0 node_network_iface_link_mode{device="veth3a42551"} 0 node_network_iface_link_mode{device="veth3af658d"} 0 node_network_iface_link_mode{device="veth3afab44"} 0 node_network_iface_link_mode{device="veth3be2114"} 0 node_network_iface_link_mode{device="veth3c52a6b"} 0 node_network_iface_link_mode{device="veth3c96f87"} 0 node_network_iface_link_mode{device="veth3cf6698"} 0 node_network_iface_link_mode{device="veth3d7e10e"} 0 node_network_iface_link_mode{device="veth3de8760"} 0 node_network_iface_link_mode{device="veth3dfd180"} 0 node_network_iface_link_mode{device="veth3e101c0"} 0 node_network_iface_link_mode{device="veth3e128b5"} 0 node_network_iface_link_mode{device="veth3eef6e7"} 0 node_network_iface_link_mode{device="veth3f766aa"} 0 node_network_iface_link_mode{device="veth3f8f002"} 0 node_network_iface_link_mode{device="veth400b680"} 0 node_network_iface_link_mode{device="veth4079dc2"} 0 node_network_iface_link_mode{device="veth4082762"} 0 node_network_iface_link_mode{device="veth40905f5"} 0 node_network_iface_link_mode{device="veth410cac4"} 0 node_network_iface_link_mode{device="veth411daee"} 0 node_network_iface_link_mode{device="veth4136e74"} 0 node_network_iface_link_mode{device="veth41b3812"} 0 node_network_iface_link_mode{device="veth41c7fd1"} 0 node_network_iface_link_mode{device="veth427a6a0"} 0 node_network_iface_link_mode{device="veth4391ce3"} 0 node_network_iface_link_mode{device="veth44023e4"} 0 node_network_iface_link_mode{device="veth4418c4f"} 0 node_network_iface_link_mode{device="veth445067e"} 0 node_network_iface_link_mode{device="veth4498697"} 0 node_network_iface_link_mode{device="veth44a2e68"} 0 node_network_iface_link_mode{device="veth44b9a64"} 0 node_network_iface_link_mode{device="veth44eaf2c"} 0 node_network_iface_link_mode{device="veth45ba942"} 0 node_network_iface_link_mode{device="veth45bf0a5"} 0 node_network_iface_link_mode{device="veth45d5fcf"} 0 node_network_iface_link_mode{device="veth467feaf"} 0 node_network_iface_link_mode{device="veth46be02b"} 0 node_network_iface_link_mode{device="veth47a78db"} 0 node_network_iface_link_mode{device="veth47c0091"} 0 node_network_iface_link_mode{device="veth47fbfa1"} 0 node_network_iface_link_mode{device="veth482bd25"} 0 node_network_iface_link_mode{device="veth4865e48"} 0 node_network_iface_link_mode{device="veth487ae24"} 0 node_network_iface_link_mode{device="veth494a1eb"} 0 node_network_iface_link_mode{device="veth49501f4"} 0 node_network_iface_link_mode{device="veth495aa66"} 0 node_network_iface_link_mode{device="veth4a3f821"} 0 node_network_iface_link_mode{device="veth4a5aa12"} 0 node_network_iface_link_mode{device="veth4b32651"} 0 node_network_iface_link_mode{device="veth4b9cef1"} 0 node_network_iface_link_mode{device="veth4bc06c3"} 0 node_network_iface_link_mode{device="veth4bcc505"} 0 node_network_iface_link_mode{device="veth4dc758a"} 0 node_network_iface_link_mode{device="veth4eeb5e5"} 0 node_network_iface_link_mode{device="veth4f78f9e"} 0 node_network_iface_link_mode{device="veth4fb5a24"} 0 node_network_iface_link_mode{device="veth4fc6d17"} 0 node_network_iface_link_mode{device="veth500d596"} 0 node_network_iface_link_mode{device="veth5148843"} 0 node_network_iface_link_mode{device="veth516a2dd"} 0 node_network_iface_link_mode{device="veth51cb6e1"} 0 node_network_iface_link_mode{device="veth531d83a"} 0 node_network_iface_link_mode{device="veth53841ff"} 0 node_network_iface_link_mode{device="veth538f11f"} 0 node_network_iface_link_mode{device="veth53a474c"} 0 node_network_iface_link_mode{device="veth53c0c49"} 0 node_network_iface_link_mode{device="veth5408e9e"} 0 node_network_iface_link_mode{device="veth54327b2"} 0 node_network_iface_link_mode{device="veth54aa51d"} 0 node_network_iface_link_mode{device="veth5644c2c"} 0 node_network_iface_link_mode{device="veth5662068"} 0 node_network_iface_link_mode{device="veth566b833"} 0 node_network_iface_link_mode{device="veth56c1ee3"} 0 node_network_iface_link_mode{device="veth574a9bf"} 0 node_network_iface_link_mode{device="veth5823a67"} 0 node_network_iface_link_mode{device="veth582b1e1"} 0 node_network_iface_link_mode{device="veth58398da"} 0 node_network_iface_link_mode{device="veth59af09d"} 0 node_network_iface_link_mode{device="veth5a57667"} 0 node_network_iface_link_mode{device="veth5a5947d"} 0 node_network_iface_link_mode{device="veth5aa7930"} 0 node_network_iface_link_mode{device="veth5b2851f"} 0 node_network_iface_link_mode{device="veth5b569cb"} 0 node_network_iface_link_mode{device="veth5be0e34"} 0 node_network_iface_link_mode{device="veth5cbd82f"} 0 node_network_iface_link_mode{device="veth5d07046"} 0 node_network_iface_link_mode{device="veth5d8e6f5"} 0 node_network_iface_link_mode{device="veth5da80fb"} 0 node_network_iface_link_mode{device="veth5db9191"} 0 node_network_iface_link_mode{device="veth5df7840"} 0 node_network_iface_link_mode{device="veth5e055da"} 0 node_network_iface_link_mode{device="veth5e9d6c1"} 0 node_network_iface_link_mode{device="veth5f14d4e"} 0 node_network_iface_link_mode{device="veth5f85831"} 0 node_network_iface_link_mode{device="veth5fda1aa"} 0 node_network_iface_link_mode{device="veth609f65f"} 0 node_network_iface_link_mode{device="veth60a6470"} 0 node_network_iface_link_mode{device="veth60ac914"} 0 node_network_iface_link_mode{device="veth60be674"} 0 node_network_iface_link_mode{device="veth6100f2e"} 0 node_network_iface_link_mode{device="veth6141b70"} 0 node_network_iface_link_mode{device="veth6151bb9"} 0 node_network_iface_link_mode{device="veth61c4816"} 0 node_network_iface_link_mode{device="veth61d7283"} 0 node_network_iface_link_mode{device="veth6228670"} 0 node_network_iface_link_mode{device="veth629242b"} 0 node_network_iface_link_mode{device="veth6374fd2"} 0 node_network_iface_link_mode{device="veth6391005"} 0 node_network_iface_link_mode{device="veth63cf232"} 0 node_network_iface_link_mode{device="veth640a039"} 0 node_network_iface_link_mode{device="veth642d0c1"} 0 node_network_iface_link_mode{device="veth643a437"} 0 node_network_iface_link_mode{device="veth64fdbac"} 0 node_network_iface_link_mode{device="veth6515c1a"} 0 node_network_iface_link_mode{device="veth656302b"} 0 node_network_iface_link_mode{device="veth663b727"} 0 node_network_iface_link_mode{device="veth6694b48"} 0 node_network_iface_link_mode{device="veth66c10ee"} 0 node_network_iface_link_mode{device="veth671f5fb"} 0 node_network_iface_link_mode{device="veth6727827"} 0 node_network_iface_link_mode{device="veth6735453"} 0 node_network_iface_link_mode{device="veth674eb08"} 0 node_network_iface_link_mode{device="veth67bdfb5"} 0 node_network_iface_link_mode{device="veth67c3090"} 0 node_network_iface_link_mode{device="veth6827eeb"} 0 node_network_iface_link_mode{device="veth686cf8f"} 0 node_network_iface_link_mode{device="veth686e4ce"} 0 node_network_iface_link_mode{device="veth694a5f6"} 0 node_network_iface_link_mode{device="veth6955d38"} 0 node_network_iface_link_mode{device="veth6a8f538"} 0 node_network_iface_link_mode{device="veth6ae26de"} 0 node_network_iface_link_mode{device="veth6b4fcb5"} 0 node_network_iface_link_mode{device="veth6bd4c88"} 0 node_network_iface_link_mode{device="veth6c0ac2b"} 0 node_network_iface_link_mode{device="veth6c5d880"} 0 node_network_iface_link_mode{device="veth6c7b2e3"} 0 node_network_iface_link_mode{device="veth6c84c0f"} 0 node_network_iface_link_mode{device="veth6cb308f"} 0 node_network_iface_link_mode{device="veth6cc8853"} 0 node_network_iface_link_mode{device="veth6cf5c92"} 0 node_network_iface_link_mode{device="veth6d937a2"} 0 node_network_iface_link_mode{device="veth6e35c23"} 0 node_network_iface_link_mode{device="veth6e379ab"} 0 node_network_iface_link_mode{device="veth6f266b8"} 0 node_network_iface_link_mode{device="veth6f36c86"} 0 node_network_iface_link_mode{device="veth6fbd9ae"} 0 node_network_iface_link_mode{device="veth6fe10bb"} 0 node_network_iface_link_mode{device="veth70d4eb5"} 0 node_network_iface_link_mode{device="veth71868de"} 0 node_network_iface_link_mode{device="veth72921dc"} 0 node_network_iface_link_mode{device="veth72cb0b9"} 0 node_network_iface_link_mode{device="veth732170b"} 0 node_network_iface_link_mode{device="veth73778ca"} 0 node_network_iface_link_mode{device="veth73c2c96"} 0 node_network_iface_link_mode{device="veth73d2548"} 0 node_network_iface_link_mode{device="veth7458897"} 0 node_network_iface_link_mode{device="veth7465df3"} 0 node_network_iface_link_mode{device="veth7561080"} 0 node_network_iface_link_mode{device="veth757c34a"} 0 node_network_iface_link_mode{device="veth7595562"} 0 node_network_iface_link_mode{device="veth76187dd"} 0 node_network_iface_link_mode{device="veth7676d1c"} 0 node_network_iface_link_mode{device="veth76d519a"} 0 node_network_iface_link_mode{device="veth76e63a1"} 0 node_network_iface_link_mode{device="veth7761467"} 0 node_network_iface_link_mode{device="veth77842d9"} 0 node_network_iface_link_mode{device="veth778f08d"} 0 node_network_iface_link_mode{device="veth77a2e6e"} 0 node_network_iface_link_mode{device="veth77b25a2"} 0 node_network_iface_link_mode{device="veth77d929a"} 0 node_network_iface_link_mode{device="veth77e0563"} 0 node_network_iface_link_mode{device="veth77ea6db"} 0 node_network_iface_link_mode{device="veth78790bc"} 0 node_network_iface_link_mode{device="veth7904e58"} 0 node_network_iface_link_mode{device="veth79c5a75"} 0 node_network_iface_link_mode{device="veth7a831cf"} 0 node_network_iface_link_mode{device="veth7b0ab9e"} 0 node_network_iface_link_mode{device="veth7b380ec"} 0 node_network_iface_link_mode{device="veth7b48c14"} 0 node_network_iface_link_mode{device="veth7b78b78"} 0 node_network_iface_link_mode{device="veth7b89f6f"} 0 node_network_iface_link_mode{device="veth7c2dbba"} 0 node_network_iface_link_mode{device="veth7c546d4"} 0 node_network_iface_link_mode{device="veth7c54e1e"} 0 node_network_iface_link_mode{device="veth7c58951"} 0 node_network_iface_link_mode{device="veth7c705d1"} 0 node_network_iface_link_mode{device="veth7d3dd83"} 0 node_network_iface_link_mode{device="veth7d8e60b"} 0 node_network_iface_link_mode{device="veth7d9930a"} 0 node_network_iface_link_mode{device="veth7ec3780"} 0 node_network_iface_link_mode{device="veth7f09f4c"} 0 node_network_iface_link_mode{device="veth8004847"} 0 node_network_iface_link_mode{device="veth80252b4"} 0 node_network_iface_link_mode{device="veth80badd0"} 0 node_network_iface_link_mode{device="veth80c389c"} 0 node_network_iface_link_mode{device="veth8101e42"} 0 node_network_iface_link_mode{device="veth811e063"} 0 node_network_iface_link_mode{device="veth816a265"} 0 node_network_iface_link_mode{device="veth8186d77"} 0 node_network_iface_link_mode{device="veth820f0db"} 0 node_network_iface_link_mode{device="veth8237dc3"} 0 node_network_iface_link_mode{device="veth8269643"} 0 node_network_iface_link_mode{device="veth828ecf9"} 0 node_network_iface_link_mode{device="veth83498cb"} 0 node_network_iface_link_mode{device="veth834d149"} 0 node_network_iface_link_mode{device="veth8357150"} 0 node_network_iface_link_mode{device="veth83fb8e6"} 0 node_network_iface_link_mode{device="veth84220c4"} 0 node_network_iface_link_mode{device="veth84e1fc4"} 0 node_network_iface_link_mode{device="veth850b442"} 0 node_network_iface_link_mode{device="veth85daf28"} 0 node_network_iface_link_mode{device="veth861068a"} 0 node_network_iface_link_mode{device="veth866bba7"} 0 node_network_iface_link_mode{device="veth86a2462"} 0 node_network_iface_link_mode{device="veth872cb76"} 0 node_network_iface_link_mode{device="veth87362c6"} 0 node_network_iface_link_mode{device="veth87cb8c8"} 0 node_network_iface_link_mode{device="veth87d5677"} 0 node_network_iface_link_mode{device="veth87d62cb"} 0 node_network_iface_link_mode{device="veth87d7e35"} 0 node_network_iface_link_mode{device="veth87e75ee"} 0 node_network_iface_link_mode{device="veth87f4935"} 0 node_network_iface_link_mode{device="veth87fdb6a"} 0 node_network_iface_link_mode{device="veth889a2f1"} 0 node_network_iface_link_mode{device="veth88ac732"} 0 node_network_iface_link_mode{device="veth8922783"} 0 node_network_iface_link_mode{device="veth896c132"} 0 node_network_iface_link_mode{device="veth899b99d"} 0 node_network_iface_link_mode{device="veth89b275c"} 0 node_network_iface_link_mode{device="veth8a52231"} 0 node_network_iface_link_mode{device="veth8a89268"} 0 node_network_iface_link_mode{device="veth8b3b309"} 0 node_network_iface_link_mode{device="veth8b541a1"} 0 node_network_iface_link_mode{device="veth8b983cf"} 0 node_network_iface_link_mode{device="veth8bc856f"} 0 node_network_iface_link_mode{device="veth8bc982a"} 0 node_network_iface_link_mode{device="veth8bd3242"} 0 node_network_iface_link_mode{device="veth8bed13f"} 0 node_network_iface_link_mode{device="veth8c86032"} 0 node_network_iface_link_mode{device="veth8c88f73"} 0 node_network_iface_link_mode{device="veth8c93126"} 0 node_network_iface_link_mode{device="veth8d22374"} 0 node_network_iface_link_mode{device="veth8d6536d"} 0 node_network_iface_link_mode{device="veth8d7d98e"} 0 node_network_iface_link_mode{device="veth8d88b16"} 0 node_network_iface_link_mode{device="veth8d936c5"} 0 node_network_iface_link_mode{device="veth8e0e8a0"} 0 node_network_iface_link_mode{device="veth8e914f7"} 0 node_network_iface_link_mode{device="veth8ea541c"} 0 node_network_iface_link_mode{device="veth8ecee2e"} 0 node_network_iface_link_mode{device="veth8f1ab25"} 0 node_network_iface_link_mode{device="veth8f7a6af"} 0 node_network_iface_link_mode{device="veth8f9b8d0"} 0 node_network_iface_link_mode{device="veth906c063"} 0 node_network_iface_link_mode{device="veth909d986"} 0 node_network_iface_link_mode{device="veth90c1c36"} 0 node_network_iface_link_mode{device="veth91af2c1"} 0 node_network_iface_link_mode{device="veth91d764a"} 0 node_network_iface_link_mode{device="veth9204861"} 0 node_network_iface_link_mode{device="veth921bb23"} 0 node_network_iface_link_mode{device="veth9312dae"} 0 node_network_iface_link_mode{device="veth9317063"} 0 node_network_iface_link_mode{device="veth93596dd"} 0 node_network_iface_link_mode{device="veth93882ee"} 0 node_network_iface_link_mode{device="veth93d7d29"} 0 node_network_iface_link_mode{device="veth93dba36"} 0 node_network_iface_link_mode{device="veth93ddc00"} 0 node_network_iface_link_mode{device="veth943efa3"} 0 node_network_iface_link_mode{device="veth9487334"} 0 node_network_iface_link_mode{device="veth94edd33"} 0 node_network_iface_link_mode{device="veth9553163"} 0 node_network_iface_link_mode{device="veth965628f"} 0 node_network_iface_link_mode{device="veth96d77f6"} 0 node_network_iface_link_mode{device="veth9841ead"} 0 node_network_iface_link_mode{device="veth988596b"} 0 node_network_iface_link_mode{device="veth98bcfcf"} 0 node_network_iface_link_mode{device="veth992b562"} 0 node_network_iface_link_mode{device="veth998fc07"} 0 node_network_iface_link_mode{device="veth9af67e8"} 0 node_network_iface_link_mode{device="veth9b8c3fe"} 0 node_network_iface_link_mode{device="veth9ba3bbe"} 0 node_network_iface_link_mode{device="veth9c7f67d"} 0 node_network_iface_link_mode{device="veth9c8af90"} 0 node_network_iface_link_mode{device="veth9d596d7"} 0 node_network_iface_link_mode{device="veth9dc5a7e"} 0 node_network_iface_link_mode{device="veth9dce1ef"} 0 node_network_iface_link_mode{device="veth9dddbc9"} 0 node_network_iface_link_mode{device="veth9dfec82"} 0 node_network_iface_link_mode{device="veth9f0cb80"} 0 node_network_iface_link_mode{device="veth9f2b7f4"} 0 node_network_iface_link_mode{device="vetha0524ab"} 0 node_network_iface_link_mode{device="vetha09db05"} 0 node_network_iface_link_mode{device="vetha0c9f28"} 0 node_network_iface_link_mode{device="vetha137a8a"} 0 node_network_iface_link_mode{device="vetha1a2849"} 0 node_network_iface_link_mode{device="vetha246e20"} 0 node_network_iface_link_mode{device="vetha262863"} 0 node_network_iface_link_mode{device="vetha2e8433"} 0 node_network_iface_link_mode{device="vetha33f58d"} 0 node_network_iface_link_mode{device="vetha364335"} 0 node_network_iface_link_mode{device="vetha39dbf7"} 0 node_network_iface_link_mode{device="vetha3d15af"} 0 node_network_iface_link_mode{device="vetha46dce5"} 0 node_network_iface_link_mode{device="vetha4a4b5e"} 0 node_network_iface_link_mode{device="vetha52fdb0"} 0 node_network_iface_link_mode{device="vetha532453"} 0 node_network_iface_link_mode{device="vetha542775"} 0 node_network_iface_link_mode{device="vetha5f484b"} 0 node_network_iface_link_mode{device="vetha626559"} 0 node_network_iface_link_mode{device="vetha6695f8"} 0 node_network_iface_link_mode{device="vetha6bbe19"} 0 node_network_iface_link_mode{device="vetha71b22e"} 0 node_network_iface_link_mode{device="vetha73388c"} 0 node_network_iface_link_mode{device="vetha7d15e0"} 0 node_network_iface_link_mode{device="vetha819cf5"} 0 node_network_iface_link_mode{device="vetha833154"} 0 node_network_iface_link_mode{device="vetha8d245b"} 0 node_network_iface_link_mode{device="vetha9a6ee7"} 0 node_network_iface_link_mode{device="vetha9be187"} 0 node_network_iface_link_mode{device="vethaac0f5a"} 0 node_network_iface_link_mode{device="vethaaf14ed"} 0 node_network_iface_link_mode{device="vethaafbc9c"} 0 node_network_iface_link_mode{device="vethac8f909"} 0 node_network_iface_link_mode{device="vethad12882"} 0 node_network_iface_link_mode{device="vethad278fa"} 0 node_network_iface_link_mode{device="vethad4728b"} 0 node_network_iface_link_mode{device="vethad94033"} 0 node_network_iface_link_mode{device="vethae911de"} 0 node_network_iface_link_mode{device="vethaf848b4"} 0 node_network_iface_link_mode{device="vethafdb738"} 0 node_network_iface_link_mode{device="vethb03a241"} 0 node_network_iface_link_mode{device="vethb0541e3"} 0 node_network_iface_link_mode{device="vethb094466"} 0 node_network_iface_link_mode{device="vethb0dce79"} 0 node_network_iface_link_mode{device="vethb15363b"} 0 node_network_iface_link_mode{device="vethb1b5e1a"} 0 node_network_iface_link_mode{device="vethb20e6ba"} 0 node_network_iface_link_mode{device="vethb348a18"} 0 node_network_iface_link_mode{device="vethb39d63e"} 0 node_network_iface_link_mode{device="vethb3a121b"} 0 node_network_iface_link_mode{device="vethb3deee0"} 0 node_network_iface_link_mode{device="vethb437aaa"} 0 node_network_iface_link_mode{device="vethb446f39"} 0 node_network_iface_link_mode{device="vethb463420"} 0 node_network_iface_link_mode{device="vethb5e7625"} 0 node_network_iface_link_mode{device="vethb5fac8d"} 0 node_network_iface_link_mode{device="vethb60b24f"} 0 node_network_iface_link_mode{device="vethb6a7795"} 0 node_network_iface_link_mode{device="vethb70e800"} 0 node_network_iface_link_mode{device="vethb77480b"} 0 node_network_iface_link_mode{device="vethb8277ac"} 0 node_network_iface_link_mode{device="vethba29e31"} 0 node_network_iface_link_mode{device="vethba6e44c"} 0 node_network_iface_link_mode{device="vethbb09104"} 0 node_network_iface_link_mode{device="vethbb16237"} 0 node_network_iface_link_mode{device="vethbb70179"} 0 node_network_iface_link_mode{device="vethbba5630"} 0 node_network_iface_link_mode{device="vethbbbbe04"} 0 node_network_iface_link_mode{device="vethbbdba94"} 0 node_network_iface_link_mode{device="vethbbfb0b7"} 0 node_network_iface_link_mode{device="vethbc76a10"} 0 node_network_iface_link_mode{device="vethbd2a2ee"} 0 node_network_iface_link_mode{device="vethbda2ae7"} 0 node_network_iface_link_mode{device="vethbded328"} 0 node_network_iface_link_mode{device="vethbe2f7fe"} 0 node_network_iface_link_mode{device="vethbe857cb"} 0 node_network_iface_link_mode{device="vethbe875cc"} 0 node_network_iface_link_mode{device="vethbf184b1"} 0 node_network_iface_link_mode{device="vethbf984b6"} 0 node_network_iface_link_mode{device="vethbffb2be"} 0 node_network_iface_link_mode{device="vethc0f4be2"} 0 node_network_iface_link_mode{device="vethc11e467"} 0 node_network_iface_link_mode{device="vethc1f90e5"} 0 node_network_iface_link_mode{device="vethc3672f4"} 0 node_network_iface_link_mode{device="vethc3a39c5"} 0 node_network_iface_link_mode{device="vethc3b6740"} 0 node_network_iface_link_mode{device="vethc4690e0"} 0 node_network_iface_link_mode{device="vethc4ee1b8"} 0 node_network_iface_link_mode{device="vethc5402c9"} 0 node_network_iface_link_mode{device="vethc547482"} 0 node_network_iface_link_mode{device="vethc5fe0b1"} 0 node_network_iface_link_mode{device="vethc60975c"} 0 node_network_iface_link_mode{device="vethc69126e"} 0 node_network_iface_link_mode{device="vethc6eb625"} 0 node_network_iface_link_mode{device="vethc6fac07"} 0 node_network_iface_link_mode{device="vethc702703"} 0 node_network_iface_link_mode{device="vethc74fac6"} 0 node_network_iface_link_mode{device="vethc78dd63"} 0 node_network_iface_link_mode{device="vethc7cef54"} 0 node_network_iface_link_mode{device="vethc7e6d28"} 0 node_network_iface_link_mode{device="vethc800506"} 0 node_network_iface_link_mode{device="vethc8344c6"} 0 node_network_iface_link_mode{device="vethc85e8a1"} 0 node_network_iface_link_mode{device="vethc86b25e"} 0 node_network_iface_link_mode{device="vethc88f6d5"} 0 node_network_iface_link_mode{device="vethc91fc73"} 0 node_network_iface_link_mode{device="vethc942fad"} 0 node_network_iface_link_mode{device="vethc99741d"} 0 node_network_iface_link_mode{device="vethca7a920"} 0 node_network_iface_link_mode{device="vethcb56258"} 0 node_network_iface_link_mode{device="vethcb70a05"} 0 node_network_iface_link_mode{device="vethcbb6ad3"} 0 node_network_iface_link_mode{device="vethcbe3245"} 0 node_network_iface_link_mode{device="vethcc05e54"} 0 node_network_iface_link_mode{device="vethcc0a6a7"} 0 node_network_iface_link_mode{device="vethcc4df6c"} 0 node_network_iface_link_mode{device="vethccde146"} 0 node_network_iface_link_mode{device="vethcd1a107"} 0 node_network_iface_link_mode{device="vethcdc87c7"} 0 node_network_iface_link_mode{device="vethce0cd64"} 0 node_network_iface_link_mode{device="vethce27cb9"} 0 node_network_iface_link_mode{device="vethce2a31d"} 0 node_network_iface_link_mode{device="vethce67b11"} 0 node_network_iface_link_mode{device="vethd0a9732"} 0 node_network_iface_link_mode{device="vethd183c34"} 0 node_network_iface_link_mode{device="vethd1a8a33"} 0 node_network_iface_link_mode{device="vethd1b1ed7"} 0 node_network_iface_link_mode{device="vethd1c6adb"} 0 node_network_iface_link_mode{device="vethd1caf98"} 0 node_network_iface_link_mode{device="vethd1f851b"} 0 node_network_iface_link_mode{device="vethd23fa3c"} 0 node_network_iface_link_mode{device="vethd2d1d0b"} 0 node_network_iface_link_mode{device="vethd2d4c0f"} 0 node_network_iface_link_mode{device="vethd2e142a"} 0 node_network_iface_link_mode{device="vethd2f2476"} 0 node_network_iface_link_mode{device="vethd32989f"} 0 node_network_iface_link_mode{device="vethd33027f"} 0 node_network_iface_link_mode{device="vethd386c1b"} 0 node_network_iface_link_mode{device="vethd394f60"} 0 node_network_iface_link_mode{device="vethd39b75f"} 0 node_network_iface_link_mode{device="vethd3b8b64"} 0 node_network_iface_link_mode{device="vethd3d71c3"} 0 node_network_iface_link_mode{device="vethd3d74f4"} 0 node_network_iface_link_mode{device="vethd3f5c3d"} 0 node_network_iface_link_mode{device="vethd418045"} 0 node_network_iface_link_mode{device="vethd583737"} 0 node_network_iface_link_mode{device="vethd5b7fe1"} 0 node_network_iface_link_mode{device="vethd6812c2"} 0 node_network_iface_link_mode{device="vethd72be73"} 0 node_network_iface_link_mode{device="vethd741df9"} 0 node_network_iface_link_mode{device="vethd764c1d"} 0 node_network_iface_link_mode{device="vethd77fdfb"} 0 node_network_iface_link_mode{device="vethd7b6b6d"} 0 node_network_iface_link_mode{device="vethd7ce910"} 0 node_network_iface_link_mode{device="vethd80b242"} 0 node_network_iface_link_mode{device="vethd9290a5"} 0 node_network_iface_link_mode{device="vethd9633d5"} 0 node_network_iface_link_mode{device="vethd9c1ac2"} 0 node_network_iface_link_mode{device="vethd9dc45d"} 0 node_network_iface_link_mode{device="vethdb3bfe5"} 0 node_network_iface_link_mode{device="vethdb8e006"} 0 node_network_iface_link_mode{device="vethdba04c6"} 0 node_network_iface_link_mode{device="vethdcf0fe6"} 0 node_network_iface_link_mode{device="vethdd73e31"} 0 node_network_iface_link_mode{device="vethdeb43da"} 0 node_network_iface_link_mode{device="vethdf2fc0c"} 0 node_network_iface_link_mode{device="vethdf8b192"} 0 node_network_iface_link_mode{device="vethe0014f6"} 0 node_network_iface_link_mode{device="vethe04376c"} 0 node_network_iface_link_mode{device="vethe0824de"} 0 node_network_iface_link_mode{device="vethe1acebe"} 0 node_network_iface_link_mode{device="vethe1b57af"} 0 node_network_iface_link_mode{device="vethe2677b2"} 0 node_network_iface_link_mode{device="vethe330364"} 0 node_network_iface_link_mode{device="vethe358b9b"} 0 node_network_iface_link_mode{device="vethe393e1f"} 0 node_network_iface_link_mode{device="vethe3fc1d5"} 0 node_network_iface_link_mode{device="vethe439679"} 0 node_network_iface_link_mode{device="vethe484f21"} 0 node_network_iface_link_mode{device="vethe49717f"} 0 node_network_iface_link_mode{device="vethe4ad4e5"} 0 node_network_iface_link_mode{device="vethe4e85e7"} 0 node_network_iface_link_mode{device="vethe52bda0"} 0 node_network_iface_link_mode{device="vethe5f3f06"} 0 node_network_iface_link_mode{device="vethe63d6dd"} 0 node_network_iface_link_mode{device="vethe6c23f6"} 0 node_network_iface_link_mode{device="vethe766e72"} 0 node_network_iface_link_mode{device="vethe7aff89"} 0 node_network_iface_link_mode{device="vethe8648b1"} 0 node_network_iface_link_mode{device="vethe87664c"} 0 node_network_iface_link_mode{device="vethe880812"} 0 node_network_iface_link_mode{device="vethe8d7ad1"} 0 node_network_iface_link_mode{device="vethe98ffcc"} 0 node_network_iface_link_mode{device="vethea8c77f"} 0 node_network_iface_link_mode{device="vetheaaf5da"} 0 node_network_iface_link_mode{device="vetheb750ff"} 0 node_network_iface_link_mode{device="vethebe1c57"} 0 node_network_iface_link_mode{device="vethec1bace"} 0 node_network_iface_link_mode{device="vethedee635"} 0 node_network_iface_link_mode{device="vethee49f2e"} 0 node_network_iface_link_mode{device="vethee55381"} 0 node_network_iface_link_mode{device="vetheebb707"} 0 node_network_iface_link_mode{device="vetheede58b"} 0 node_network_iface_link_mode{device="vethef01414"} 0 node_network_iface_link_mode{device="vethef4d3cf"} 0 node_network_iface_link_mode{device="vethef8ca1b"} 0 node_network_iface_link_mode{device="vethef9a53b"} 0 node_network_iface_link_mode{device="vetheff1b62"} 0 node_network_iface_link_mode{device="vethf00a1a9"} 0 node_network_iface_link_mode{device="vethf0d88b0"} 0 node_network_iface_link_mode{device="vethf0e15a5"} 0 node_network_iface_link_mode{device="vethf0f7c00"} 0 node_network_iface_link_mode{device="vethf1a351b"} 0 node_network_iface_link_mode{device="vethf1cab6c"} 0 node_network_iface_link_mode{device="vethf1ffdde"} 0 node_network_iface_link_mode{device="vethf30dce1"} 0 node_network_iface_link_mode{device="vethf34ab67"} 0 node_network_iface_link_mode{device="vethf3942da"} 0 node_network_iface_link_mode{device="vethf40383d"} 0 node_network_iface_link_mode{device="vethf4756aa"} 0 node_network_iface_link_mode{device="vethf4b3dd4"} 0 node_network_iface_link_mode{device="vethf572a6b"} 0 node_network_iface_link_mode{device="vethf5f8567"} 0 node_network_iface_link_mode{device="vethf62f7b0"} 0 node_network_iface_link_mode{device="vethf766060"} 0 node_network_iface_link_mode{device="vethf796416"} 0 node_network_iface_link_mode{device="vethf7dde08"} 0 node_network_iface_link_mode{device="vethf804fc2"} 0 node_network_iface_link_mode{device="vethf89cdc2"} 0 node_network_iface_link_mode{device="vethf8f166c"} 0 node_network_iface_link_mode{device="vethf9080d7"} 0 node_network_iface_link_mode{device="vethf90aa51"} 0 node_network_iface_link_mode{device="vethf91787e"} 0 node_network_iface_link_mode{device="vethf925f21"} 0 node_network_iface_link_mode{device="vethf954e2e"} 0 node_network_iface_link_mode{device="vethf96c7ac"} 0 node_network_iface_link_mode{device="vethfb0d0e8"} 0 node_network_iface_link_mode{device="vethfb3ff4e"} 0 node_network_iface_link_mode{device="vethfc0e66c"} 0 node_network_iface_link_mode{device="vethfcd6d02"} 0 node_network_iface_link_mode{device="vethfe45418"} 0 node_network_iface_link_mode{device="vethfe716bb"} 0 node_network_iface_link_mode{device="vethfe71df5"} 0 node_network_iface_link_mode{device="vethfecb007"} 0 node_network_iface_link_mode{device="vethfee22ad"} 0 node_network_iface_link_mode{device="vethff26790"} 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:36:83:76:06:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2d4c0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:3c:0c:86:c7:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef01414",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:3e:44:9d:eb:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ec3780",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:41:77:35:e5:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77b25a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:03:35:83:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0871d54d3675",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:03:3c:5f:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b58abb066918",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:50:08:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-27771a4b5e1c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:70:a5:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a735d7132cb5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:82:30:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-75640dcb1806",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:a7:f1:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-14216610e159",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0d:9d:59:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3db3cc2bc444",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:10:9b:4e:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9be1f90f0a3c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:11:a5:ce:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-458514748e86",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:13:95:47:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ddc45447112f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:13:d4:d0:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f6901fdf275f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:16:84:fc:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c1c4e42c8216",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1d:7f:de:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f645f15c7927",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:23:52:67:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7ec91768290",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:23:91:35:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5a09c7dffa78",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:23:ad:f2:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d9fdd0cf163",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:27:9d:64:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-491d965e7355",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:29:31:9a:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ec56c664f289",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:29:cf:fe:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-65c3891cde69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2a:77:37:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d461c29e6aa7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2b:1b:a4:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6654a6f415ef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2e:1e:9d:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:30:b7:e3:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7f1c0840c41b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:76:41:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1824841a31f9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:38:18:b6:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ddaa8bdc0119",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:38:e5:08:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-41c4dd613804",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3a:1e:36:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f33d4e889abc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3b:dc:fc:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6a3142e5de92",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3d:5f:b0:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-349eb65873d4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3e:1a:36:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-44fbf271d024",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3f:14:70:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4698f8262a4c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:41:2b:2a:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c90f08921d2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:42:71:25:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c4c62bbb4ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:43:4b:36:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-649c0a0d748e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:45:29:90:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ead353f203a4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:48:23:b8:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f17da17d41a2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4b:66:c1:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-16453071a16a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:52:01:f0:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cf6b946573c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:53:9a:d7:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d5f8dfdd165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:53:c0:2b:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-131fa2cef983",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:54:76:84:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ab4fc0c8f205",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:55:f9:fa:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-301b4c89e775",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:58:b0:20:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-217d6415a970",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:59:5e:10:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e63b0d1593b5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5f:b7:dc:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-832e21b6735f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:64:44:64:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ac4684d015f6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:64:c3:96:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f7269b4b25bf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:65:df:2b:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c577c6a066cb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:69:8a:d2:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1de64be72380",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:69:9e:cf:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-757cf8ccd099",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6a:fb:2e:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-89456f9f0577",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:ac:d4:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a08ab772e40d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:71:46:70:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ac5441a8184d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:72:17:28:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e0e95d87f3e0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:74:af:5f:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e3e321b77026",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:75:09:e9:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5e44ef26977f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:75:9a:8c:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-37f17f8c2f41",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:77:62:e6:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a3bcc581540c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7a:e0:1b:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e24d302efec6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7b:2b:e7:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-032930a8871d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:1c:35:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-afdcb409567a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:3a:7a:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dae27e4e8b91",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:5a:8a:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-483851ad6d82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:78:d7:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d4ad227661d1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:f2:e5:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3d9cd1c09975",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:18:56:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-94b2fbf06b0d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:ad:da:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52ce8deae651",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:cd:88:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b9ddcd38e3d5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:83:2e:99:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-089331b9c07a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:84:4c:b7:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a1b2b339a0bc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:85:18:ac:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fa88d6f98186",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:88:b7:f0:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-967a6a8492ec",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:89:6f:dd:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-977759f73e31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8e:a5:5b:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8f019a492357",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:33:22:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6c34a8b4b6a4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:f0:f8:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-67b6f2b09055",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:91:83:ef:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-db5d49f98313",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:92:cc:e8:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f4b381c64696",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:95:1a:0f:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb62be74ef17",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:95:c6:78:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0a8e30067c8e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:09:c8:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8273700d2b53",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9c:a1:2f:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d5a100d1afd1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9d:48:ca:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e5714f199361",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9d:7f:89:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-66b00b277461",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9e:a8:fb:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bfa260e794d9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9f:1f:99:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f5d79f441cea",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9f:bc:9f:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6c5eccea21bc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a0:1b:95:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-03ced592235a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a1:c0:2e:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b710ed0f91ed",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a2:bd:9f:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a01a29421e12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a4:87:9d:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cc4a14297e79",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a5:a1:31:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5cd378a95a50",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a6:51:35:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d6403551d086",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a6:ea:5d:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9504d5b6acf5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a7:9c:5c:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a05c4b4c71c",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:a8:93:a3:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-78c76b7fdacf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ab:c6:52:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-68a4d2d648c6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ac:7e:ce:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02823e0b21f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ad:c6:ce:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-12a5c8e99f7e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ae:45:1c:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-be8161177ed9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b2:16:28:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1da05be17644",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b5:08:63:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5bbb53ee4d8c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b7:c0:d2:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3718da5a7dac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bc:c9:fe:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfa8e5dacf79",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:4e:54:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a073f44ab682",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c4:37:1c:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5567248b7fed",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c5:96:e2:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-666a1a84be8e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:c7:96:c9:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d809ce3c9c6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ca:04:ad:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8047895107e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cb:89:0b:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-208ab78feaa3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cc:4d:67:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7783edd4fb63",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cf:90:51:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dc87a7504ded",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d4:85:86:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5748fcd1e7ca",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:d5:82:35:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c85749e122e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dd:7b:46:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9c7a6a4ea029",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dd:88:30:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9fab29d0fd90",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:df:a3:e6:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-559d36b72748",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:df:b6:ca:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-765d504a1648",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e1:c6:38:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57259014cf16",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e1:fa:2a:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fd7abce4f375",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e3:7b:ab:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-15dab3c5a2fb",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:ed:33:99:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d01f742526c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ef:02:ba:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1b283e1e5128",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f1:0f:95:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-918ddcd36f9a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f1:cb:fc:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5a028c7b8cc5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f5:b6:3a:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b5cc1abc8af1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fb:c1:d2:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4a66d39e6115",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:44:a1:93:fd:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78790bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:4b:ad:4a:59:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3018884",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:59:fe:d0:66:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc702703",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:6c:c4:be:6d:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5402c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:7b:d5:f8:36:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce27cb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:9a:f7:01:de:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba6e44c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:c2:47:3a:4a:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee55381",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:d5:b0:a6:82:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3190c62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:1f:84:d5:d4:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40905f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:5d:47:87:81:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb70a05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:73:ae:9c:91:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha532453",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:88:89:a5:cd:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53841ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:97:f3:df:e3:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f55581",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:e9:2c:ef:bc:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdba04c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:35:5d:cb:14:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc11e467",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:3e:c9:94:22:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe52bda0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:44:ba:b4:da:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35c1d5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:79:53:29:4f:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93882ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:92:8d:72:0e:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3660b83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:98:e4:d4:66:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93596dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a4:f1:f7:78:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b983cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:d8:b4:a0:e3:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8344c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:ea:03:58:09:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20fec73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:16:9a:23:da:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0524ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:1b:e4:50:c6:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha833154",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:4e:5e:f4:52:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth820f0db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:4f:35:f2:b0:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47a78db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:6d:ff:18:ad:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3dfd180",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:72:6e:31:24:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth369fc55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:77:91:07:5f:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3fc1d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:7d:62:22:15:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88f6d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:84:19:f2:7b:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f09f4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:8c:72:fa:af:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth487ae24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:95:2d:5d:d3:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4b3dd4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ab:a8:7d:11:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2f2476",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b3:64:04:f3:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5fe0b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:db:fc:17:8f:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4498697",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:e1:dc:51:5b:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3497f43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:f7:ff:cd:74:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64fdbac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:02:02:77:d0:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5f3f06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:09:c9:65:26:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc4df6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:0a:bf:ac:2a:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44a2e68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:15:02:f4:68:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d937a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:15:0a:9c:46:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef4d3cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:20:58:f3:1f:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04c0c5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2d:79:7e:a7:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha39dbf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:4b:6c:ed:49:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3b6740",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:52:48:9f:02:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fb5a24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:59:ce:ab:84:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80badd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:74:f5:1e:d1:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6812c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:a5:35:46:ad:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef8ca1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:d1:5e:a2:35:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth410cac4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:d8:ea:a8:7f:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf90aa51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e5:e9:74:94:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd33027f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:fa:96:83:f5:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth642d0c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:45:11:26:5e:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31e5a9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:59:00:69:50:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0df388c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:5a:63:54:aa:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb70179",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ba:09:f1:e8:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce67b11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:cc:6c:b8:14:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf96c7ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d9:ea:d9:2b:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9487334",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e6:2f:9d:82:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1f90e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:11:5b:fc:cf:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22ec2e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:15:b6:dd:9b:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b380ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:2a:f4:30:c3:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6735453",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:5b:ce:39:1c:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5644c2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:72:98:f3:81:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth233a2ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ab:8e:5a:de:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2edd93a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:b3:4d:30:9f:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6100f2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:e4:21:06:84:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87d62cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:e4:e0:b0:48:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbb6ad3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ed:66:cf:8f:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12ae611",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f0:f7:47:22:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth992b562",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:fb:cf:82:42:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1b5e1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:ff:70:73:82:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth375f2a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:1a:ad:10:96:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha09db05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:36:ff:d9:98:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth906c063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:3d:94:23:e4:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3d74f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:69:44:86:d7:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe716bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:74:49:8a:d2:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad278fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:75:b2:18:5c:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0dce79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:7a:31:a6:50:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f8e2ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:99:53:9c:d9:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb77480b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:99:8b:ea:ed:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88ac732",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:af:2a:2e:ef:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha262863",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:e4:5f:bd:1c:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93d7d29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f7:a4:46:3d:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf804fc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:ff:9d:92:3b:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2e142a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:18:fb:4b:00:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76e63a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:54:86:2b:7d:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb3ff4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:5f:0f:78:5b:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c7b2e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:84:1b:d3:be:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76d519a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:b0:02:47:93:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c4c875",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c3:38:56:6a:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfecb007",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:ce:c0:b5:db:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha137a8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:dd:85:71:ea:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc05e54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:fb:76:fd:43:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd77fdfb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:65:13:ca:3e:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf89cdc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:8e:de:ce:85:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f78f9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ef:2a:c4:45:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd183c34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f3:37:7c:bd:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc85e8a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:07:aa:86:71:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e44960",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:0b:a8:13:b6:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30a5c63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3a:84:8c:ec:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47fbfa1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:77:bd:09:b3:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b541a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:83:76:35:4f:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce2a31d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:83:c7:5c:fa:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0348049",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:a8:59:c2:8d:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth063974c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ad:17:ca:ac:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7676d1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:af:e3:dd:28:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheff1b62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f2:f1:ab:bd:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91d764a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:2e:c8:33:3c:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22a4380",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:63:8d:66:c8:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0caff4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:92:0d:fc:98:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe484f21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:b6:ca:f0:67:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b01e56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:c5:1c:ee:33:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb3bfe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:cd:8c:9d:b1:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8357150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:19:77:8e:ae:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae911de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:29:56:cc:5f:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe358b9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:2d:7b:1c:ac:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ba28cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:9c:9c:25:e2:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61d7283",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:c2:5a:63:1e:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe04376c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:cf:e9:00:59:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b080cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d5:b4:18:d3:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28b3c5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:de:e6:d9:96:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd23fa3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:f5:18:c2:be:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha542775",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:fa:40:d2:79:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4418c4f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:05:b9:14:f9:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha819cf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:64:97:e1:a8:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83fb8e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:89:5c:f4:5d:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23e3157",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:9d:27:69:6f:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c097c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:9e:46:7b:32:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cb308f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:cd:62:9c:27:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd73e31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:da:5e:94:2d:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe875cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:dd:47:ae:ab:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth216cb5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e4:c7:ce:5f:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d22374",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ff:89:51:09:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth110e8ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:0c:93:3f:85:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb463420",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:4b:48:9a:7e:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth531d83a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:7c:ae:f2:4b:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c88f73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:aa:3b:68:80:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9290a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:03:0a:dd:d1:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49501f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:2b:74:41:30:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e0e8a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3a:38:7e:e9:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d629d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3b:76:59:e0:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22a99e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:41:71:a6:c4:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b8c3fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:45:26:7d:44:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7458897",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:88:0e:d1:9a:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cfc19d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:a7:a9:de:72:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaafbc9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:e2:e6:ae:0f:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26de035",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:fb:d0:29:ac:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54aa51d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:29:8f:5d:4a:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth921bb23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:3c:17:d0:6a:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4756aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:4f:45:ad:62:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ebe556",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:52:e0:99:d0:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63cf232",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:5d:24:71:87:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd39b75f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:62:9c:9d:e1:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4391ce3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:76:a5:8e:4c:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth732170b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:7d:57:f1:34:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86a2462",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:a3:d5:a8:ec:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec1bace",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:a8:a8:58:36:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31f0812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c0:13:73:b6:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60be674",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c6:09:7f:75:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaac0f5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:cf:b9:e6:89:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c5d880",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:d2:bb:2c:60:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9312dae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:e5:32:cd:f2:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87d7e35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:f9:09:5f:67:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9080d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:00:ae:ec:2f:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0665c41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:09:8a:a8:fe:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad94033",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:2f:46:76:52:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b4c3d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:31:da:bb:c1:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c54e1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:3a:a7:1f:83:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93ddc00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:4e:de:da:0a:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbda2ae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:6e:b9:ff:0a:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth206800d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:75:65:71:d6:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4a4b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:76:01:ef:e4:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc942fad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:78:ad:d1:67:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc547482",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:8e:10:ef:cc:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha33f58d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:94:dd:16:ea:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d38052",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:9b:71:64:ec:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6bbe19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:aa:0d:9a:af:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56c1ee3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:b4:13:9a:6b:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77842d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:bc:df:53:2c:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6827eeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ce:1d:4d:90:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9dc45d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:fe:21:4c:b6:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaaf5da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:25:2e:8d:9d:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe766e72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:45:d8:f1:81:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha52fdb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:7e:1b:2f:c4:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5aa7930",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:a2:9c:8a:e6:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67c3090",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:af:72:ea:09:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth896c132",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:eb:70:20:15:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45bf0a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f9:fe:f4:dd:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41c7fd1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:17:a2:76:a7:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4ee1b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:31:04:38:7d:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbbbe04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:49:ec:a3:53:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0014f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:4d:b3:9d:0b:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66c10ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:55:81:c3:55:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8922783",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:64:e3:55:e8:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98bcfcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:6a:6e:53:4c:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcf0fe6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:7d:54:5f:26:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44023e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:98:a1:76:48:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0a9732",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:a2:8b:00:33:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f83127",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:c4:15:06:48:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth273b370",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:cf:d5:18:4a:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4eeb5e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:e9:99:27:b5:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7904e58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:2a:2b:0b:94:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc74fac6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:3a:1d:e7:50:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83498cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4b:ee:37:07:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf40383d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4f:a1:37:5b:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6695f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:51:f3:43:30:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1433538",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:b4:b4:39:df:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7aff89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:ba:8f:61:c7:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe880812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:d0:55:1e:1d:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf796416",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f4:34:0e:54:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39344a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:00:51:69:c9:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bc982a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:63:cf:93:33:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d90db8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:66:a3:74:72:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c86032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:81:a7:24:03:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c96f87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:84:35:6d:08:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fe10bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:ba:4f:e0:3c:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc0e66c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:da:87:ee:1b:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb56258",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:fb:70:a2:b0:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4082762",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:7d:30:9c:90:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb0d0e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:86:4f:fc:f2:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e35c23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:89:34:fc:9b:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth22047d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9c:17:c6:5e:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc60975c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9f:06:bd:17:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9553163",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:d5:64:9b:5d:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94edd33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:de:85:4b:ae:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d2dae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:ef:91:f4:a1:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8269643",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1d:c6:96:fd:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe87664c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:37:fb:60:89:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9c1ac2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:57:20:52:1a:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3036978",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:65:7c:56:dd:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79c5a75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:72:ad:30:45:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1eb887e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:7f:dd:02:03:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccde146",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:87:c7:61:ff:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc800506",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:89:6d:05:28:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4079dc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ac:92:36:1e:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth085af09",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ce:a8:4a:f0:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a57667",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ed:6a:c3:e9:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaaf14ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fe:e4:a4:eb:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8237dc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:21:0f:af:2a:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3afab44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:3e:7c:7d:1c:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06f7fab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:4d:a9:e5:17:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35e62a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:73:c7:60:7d:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth674eb08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:80:28:62:2d:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1ffdde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:83:80:ca:35:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b48c14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:89:c8:06:ed:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8d245b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:8d:5e:00:9d:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77ea6db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:91:25:5c:21:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth06bac3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a6:a5:9c:bd:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d596d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:ef:49:a7:6d:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee49f2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:f5:11:72:f1:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e914f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:28:58:f6:db:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26da4e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:37:a7:dc:b7:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5db9191",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:47:49:fe:b1:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb8e006",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:53:d3:6e:da:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2e8433",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:5e:c6:26:1b:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ba3bbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:63:6a:bf:48:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59af09d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:64:14:2c:d3:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef9a53b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:65:a7:7b:d9:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fbd9ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:dc:01:a8:0e:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3f5c3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:f2:65:e9:89:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7dde08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:ff:0d:65:32:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2d1d0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:21:17:83:ec:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d8e6f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:23:05:d8:c9:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6151bb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3b:bc:ce:cb:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d936c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:4f:10:e0:d5:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8f166c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5c:78:8c:7e:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84e1fc4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:71:ee:b2:5d:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c58951",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:77:53:ce:fe:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96d77f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:77:64:06:e1:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ae26de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:93:36:d0:dd:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth110bcfe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:94:71:32:aa:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1431509",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:9c:7c:c6:8a:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1f851b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ac:ad:31:9f:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20558f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:b6:68:69:96:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheebb707",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:bb:09:1b:37:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbded328",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:bc:6e:d4:3a:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd764c1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:c8:8e:0f:0c:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d7748d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d0:ea:06:e1:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1785664",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e9:28:38:2c:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe330364",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ff:b5:c5:f2:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a831cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:0d:b3:36:18:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b88298",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:29:95:7e:c0:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebe1c57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2b:72:17:72:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01c23a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:52:aa:61:34:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth356b213",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:58:a4:9a:2b:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bc856f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:66:81:54:7c:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10df4a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:66:a9:22:82:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c16bae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:79:d9:27:a9:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cf6698",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:7b:8c:22:ce:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf925f21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:88:f0:4f:e9:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d73687",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:d1:53:71:fd:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7561080",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:48:5a:ee:89:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth909d986",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:4b:af:2b:22:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe98ffcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:58:7a:9c:69:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d7d98e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:7a:3c:8e:cf:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c546d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:80:49:c2:a7:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87d5677",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:84:0f:92:b1:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe857cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:92:3f:fa:42:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5662068",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:a4:2d:6f:71:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth943efa3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:af:01:b3:50:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87e75ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:2f:8c:b1:63:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f266b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:32:96:f4:a7:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth494a1eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:39:66:31:1b:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth093e34b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:3c:6b:16:d8:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e9d6c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:48:dc:86:fb:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70d4eb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:50:9e:c4:a4:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth965628f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:52:31:f7:b0:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb15363b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:54:4a:13:f2:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5e7625",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:59:b3:8a:6a:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c84c0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:63:f1:09:8c:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12ca81a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:67:09:d6:1a:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05d21d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:70:4b:4a:0c:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b89f6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:81:6e:6f:71:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth889a2f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b6:26:ec:9e:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37c5473",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b8:8d:9f:12:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3a121b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:ce:cd:60:27:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha626559",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:12:32:a5:50:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1a8a33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:2e:f6:3c:e5:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethedee635",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:35:7a:2e:8f:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cf5c92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:5d:f9:eb:87:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cbd82f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8a:da:c0:84:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2046904",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8d:b7:e4:4d:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e128b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:9f:57:67:aa:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth778f08d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:05:60:fc:77:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheede58b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:06:fc:a6:c2:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20d3122",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:18:4d:a6:ff:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72cb0b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:26:be:45:24:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bd3242",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:44:cb:59:e2:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd2a2ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:47:39:1a:b8:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fb0b4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:68:b7:37:60:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c30494",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:85:24:5e:03:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth998fc07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:94:84:b9:07:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb446f39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:9d:f9:bd:e2:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8004847",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:cd:0c:3b:71:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth828ecf9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d8:e2:47:44:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf30dce1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d9:2f:ef:46:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6a7795",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:e8:7e:80:6d:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth582b1e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f3:70:c5:0a:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f85831",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f6:59:97:44:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth028dce1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:0d:f8:3f:01:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21bac8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:18:22:b2:d9:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fc1259",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:2f:5b:36:3b:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46be02b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:5a:e2:77:ae:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd741df9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:98:96:3a:e5:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2677b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:a1:ed:1e:b6:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b4fcb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:d8:66:be:6c:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd80b242",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e7:52:16:b3:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1aa66b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:e9:27:2f:04:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac8f909",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f6:6d:25:83:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcd6d02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:45:3d:4d:e9:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth467feaf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:56:d3:71:df:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08f2029",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:8c:9b:e0:4b:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha46dce5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:91:b1:e1:45:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5b7fe1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d6:1c:3d:e0:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth872cb76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:42:dc:6c:c3:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c23f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:6e:00:77:1e:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4690e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:72:35:f8:8b:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe49717f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:7f:e3:08:66:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fda1aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:93:0b:31:dc:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5fac8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a0:22:05:ca:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a5aa12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:bb:26:0b:f9:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b3b309",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:cf:a1:5e:37:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth686e4ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:d6:ce:31:7b:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41b3812",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:fc:34:01:b2:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a52231",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:07:98:f7:ca:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c705d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0a:8e:fb:aa:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87fdb6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1a:48:99:29:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51cb6e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:20:10:7a:b1:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13f164d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:4f:db:15:de:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dfec82",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:5f:f3:a1:53:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bcc505",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:6c:98:6d:67:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth32a4eb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:87:94:b7:e1:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc86b25e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:a2:25:15:b4:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15b5b5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:a3:39:c1:d2:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1cab6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b1:d2:02:c9:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2eaeb65",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:bc:11:67:ff:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3be2114",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ca:e2:87:7f:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b9cef1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:1a:51:44:aa:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9be187",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:3f:b8:7c:bb:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c52a6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:63:5c:66:62:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth340f558",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:79:5d:35:c2:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0f7c00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:89:a5:28:aa:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07c394e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:93:0b:97:0f:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f1ab25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:96:5c:13:29:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a3f821",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:ae:7d:a7:52:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1a351b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:b8:f5:be:c5:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf184b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:c2:92:05:34:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8101e42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:c3:8e:40:f2:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54327b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:cc:a5:0e:9d:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd72be73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:d4:b6:d7:3c:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc78dd63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:e0:91:7c:0a:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08220c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:e3:cc:14:9b:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb39d63e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:eb:0b:16:4d:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3942da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:33:5d:0f:8b:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25731c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:47:35:99:d1:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85daf28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:6d:40:03:c8:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f7a6af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:72:52:9d:10:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5823a67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:83:e7:4e:38:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47c0091",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:92:1e:b5:89:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72921dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:a0:92:22:9d:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2850417",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:a5:69:4d:ed:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b0ab9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:af:53:32:87:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth482bd25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b0:e0:7b:c9:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4865e48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:b2:65:bd:cb:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87362c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:c9:b7:2d:fb:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff26790",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d3:82:5d:81:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth500d596",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d6:e2:ba:0b:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b70ed0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:eb:8a:ad:c5:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f0cb80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:13:c0:1f:6a:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f14d4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:31:f3:31:50:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf766060",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:59:44:34:22:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93dba36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:84:3c:df:cd:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth400b680",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:d5:a1:19:ce:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbdba94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:38:ca:82:65:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5f484b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:3d:1a:b9:81:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cc8853",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:3d:e5:b9:6d:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0f4be2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:40:ee:01:19:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6fac07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4b:44:b0:01:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d9930a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7c:2b:2c:17:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1c6adb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7f:30:6a:42:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16f4867",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:85:78:8f:d4:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbba5630",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a5:5f:ad:09:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bad067",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d0:d3:00:91:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9317063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d2:4b:ca:ca:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35137a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:ea:c7:d6:e4:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth899b99d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:f1:3c:78:bb:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha364335",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:f2:3f:f0:54:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c8af90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:0b:32:ae:fa:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3d71c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:1c:23:b7:e9:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth495aa66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:30:b0:3d:6a:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01d8776",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:6f:76:fd:b9:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0299373",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:78:b8:77:45:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbffb2be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a9:43:4f:cc:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6694b48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:ad:f0:9f:1e:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26e26ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c1:5d:5a:3f:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth302391f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:31:aa:22:71:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3deee0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:4a:ff:67:bf:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc69126e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:53:5c:c3:d3:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80c389c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:5c:0c:67:8e:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6374fd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:5d:98:31:e2:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb03a241",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:9c:4b:ee:39:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d07046",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a2:4f:c4:38:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6955d38",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a3:40:71:bd:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bc06c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a5:e2:03:9f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf2fc0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:ae:d6:62:33:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth445067e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c1:e3:e0:59:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth199e3b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:e7:9d:4b:a6:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03320d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:16:5a:92:6b:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth253ee4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:17:f9:68:89:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9204861",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:36:5b:39:93:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1caf98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4f:6d:8e:55:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36ef53a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:53:75:89:b0:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e055da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:5b:5e:16:7e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5da80fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:71:17:46:41:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth609f65f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ab:ab:83:bd:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth861068a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ba:33:5c:44:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10146ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c7:e2:d6:56:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d3dd83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:2a:3f:ff:b4:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8648b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:3d:53:e1:cc:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77e0563",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:50:8e:46:fc:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c93126",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:5e:fd:7c:d3:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c0ac2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:87:fb:47:06:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe439679",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:b6:f2:34:fb:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd386c1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:c1:eb:75:ef:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth850b442",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:cf:77:86:ab:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth133acdf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:e0:5b:48:02:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbfb0b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:f2:15:c4:67:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb750ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:06:ea:de:a1:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60ac914",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:27:29:32:37:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3d15af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:28:03:82:7d:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05bb69b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2d:d6:13:db:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe393e1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:38:9f:52:b5:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbe3245",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:57:24:ef:70:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f766aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:5e:a6:30:26:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5148843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:64:13:d0:62:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14a077c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:82:c9:53:6a:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdc87c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:98:af:56:98:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dc5a7e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:a7:2d:0f:3c:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7d15e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:c0:cc:b8:6e:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfee22ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:cb:10:1b:f5:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87cb8c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:d0:a4:fb:a0:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5f8567",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:d9:3c:82:64:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth010cf6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e6:29:41:9a:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd583737",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:ef:98:31:24:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07940a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:fc:f0:7b:e7:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6228670",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:01:3e:da:e2:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e101c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:01:f6:4b:bf:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c7f67d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:12:d8:39:9b:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc99741d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:25:88:59:24:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cdd57a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:31:23:2c:94:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth757c34a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:48:8b:1f:6f:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ecee2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c8:25:a6:08:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf00a1a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:cd:c3:e4:7f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd394f60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:de:09:40:94:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth566b833",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:de:ee:bc:ac:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61c4816",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:fb:d6:95:6f:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad4728b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:00:3f:85:d6:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21e6158",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:21:a8:89:1d:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5408e9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:2c:3a:8c:66:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth201dbeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:3d:68:7e:2b:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf34ab67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:50:27:cb:6b:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60a6470",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:60:19:8f:d2:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth257e734",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:60:86:2d:29:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf954e2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:64:43:1c:b6:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd1a107",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:e0:4b:0a:ed:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b18086",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:0d:3d:0a:da:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5df7840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:0d:87:57:f6:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth427a6a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:18:c0:8b:8f:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ea541c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:24:64:dc:eb:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb20e6ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:74:32:5b:22:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1a2849",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:7a:20:97:2b:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7ce910",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9c:35:f6:c3:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf572a6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:b0:6c:c9:9f:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1524c7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:ba:cd:4e:a2:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1647655",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:ca:2f:01:4a:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91af2c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:d4:0e:89:12:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe71df5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:fc:3e:34:a4:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b32651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:07:35:90:ff:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha0c9f28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:0f:78:b2:37:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc76a10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:12:d5:e6:e4:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f8f002",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:1f:ad:2d:96:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45ba942",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:24:2f:41:50:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3a39c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:2a:0a:2a:38:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23cfa18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:42:ae:82:d5:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d8d1df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:43:05:1d:76:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a08596",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:71:16:19:52:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8d7ad1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9c:0b:87:23:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dce1ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:de:5c:03:bc:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c2dbba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e4:df:36:fd:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21edd0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:01:df:4d:44:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d0e0c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:20:79:dc:d8:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58398da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:2e:56:39:65:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdeb43da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:60:0a:52:55:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0bbdec3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:66:02:2d:db:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0d88b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:69:10:29:d3:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07837a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:91:3b:a2:01:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd418045",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:99:f1:16:53:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca7a920",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:9d:54:09:2d:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b78b78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b4:45:8c:18:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1acebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:c2:cd:c5:96:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf91787e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f9:e4:3f:4b:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce0cd64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:09:38:76:3f:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d7e10e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0d:9f:4f:88:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20c30fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:18:43:ba:19:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc91fc73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:49:83:db:91:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba29e31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:5a:4a:df:a9:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53c0c49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:79:5d:44:67:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44b9a64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9c:6b:53:f7:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39d278e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:ab:b2:13:64:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb348a18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:ba:04:d7:95:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84220c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:ee:63:82:dd:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f2b7f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:f2:db:77:0a:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth629242b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:18:75:88:8f:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a5947d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:2c:5b:95:b9:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf62f7b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:2e:29:75:44:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fd4dcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:69:5a:45:73:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26d9a84",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:95:50:2d:08:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d8e60b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:b1:62:eb:3d:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e3e11b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:d0:60:7d:1f:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29e137d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:f0:b2:21:2a:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0541e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:05:f6:0a:d7:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9af67e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:09:c4:43:db:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fad712",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:15:a1:2e:cc:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf8b192",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:1d:ab:d9:e4:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha246e20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:34:43:a1:ad:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80252b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:4a:98:4e:71:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b11dd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:88:c1:95:54:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6391005",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:9a:5c:7c:c9:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb70e800",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:a5:ff:f6:e5:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8186d77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:b4:d9:fb:19:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7465df3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:c4:4d:a4:f8:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c5280a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:f0:7f:22:d8:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe45418",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:fb:3e:53:18:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1148460",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:09:ed:22:5b:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67bdfb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:24:36:ea:31:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth671f5fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:47:4e:68:fd:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f9b8d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:4a:0f:76:3a:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth866bba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:56:b1:ff:83:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3672f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:63:40:31:a3:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4ad4e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:8f:e3:5e:60:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4136e74",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:b3:db:ca:60:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7595562",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ca:43:9a:30:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb60b24f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ec:0a:68:ef:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth297bd24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:f8:dd:0e:48:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb16237",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:10:68:99:1f:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7e6d28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:68:6c:67:d1:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth656302b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:96:3a:24:2c:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dbaa59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:9a:e5:87:9e:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89b275c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:b4:3a:0d:b9:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2db0bc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:1f:ae:aa:c2:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1031098",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:21:68:81:6f:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90c1c36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:23:ea:0c:99:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth834d149",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:2c:33:9c:e2:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth015066a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:47:c0:e1:d1:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b2851f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:48:d7:7e:57:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth816a265",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:82:6b:02:53:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d6536d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:8e:47:a7:1e:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth574a9bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:98:ca:55:bf:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3af658d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:a5:e6:58:68:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth663b727",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:bb:4f:dd:27:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d8770f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:cb:10:20:52:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3886d62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:da:d5:42:e4:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1b1ed7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f0:d8:60:92:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73778ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f2:c7:bd:48:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ef8c3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f7:30:e2:ac:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7b6b6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:00:c5:fa:90:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77d929a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:1e:a2:bd:98:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe2f7fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:56:e5:a1:42:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fc6d17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:56:fd:d3:79:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth811e063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:5f:56:a6:02:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dc83fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:60:69:7d:a9:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c7ea81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6d:03:d2:6c:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e379ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:93:5a:01:18:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth686cf8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:9b:28:98:a5:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6515c1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:b7:9a:63:5e:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9a6ee7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:c9:35:8e:b0:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe63d6dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:00:13:84:1a:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6141b70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:0a:c0:54:e8:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2101218",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:13:cc:9c:0d:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53a474c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:1a:14:87:4b:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth095010c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:37:fd:99:0a:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a89268",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:69:09:65:e6:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethafdb738",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:8a:78:0f:7f:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha73388c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:a0:77:32:90:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f00723",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:a5:64:ac:9e:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f67dbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:09:6f:1b:01:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b569cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:0e:e2:8f:98:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b1e3c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:59:64:c9:66:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth643a437",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:5d:c8:92:91:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5be0e34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:86:b8:67:e2:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dddbc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:8f:96:df:12:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e36d07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a8:05:8d:3a:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4e85e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:b5:2d:da:7a:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77a2e6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:bb:4c:72:8f:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bd4c88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:05:2a:36:b3:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth411daee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:08:5d:8f:06:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34317c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:28:1b:7a:c2:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad12882",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2f:e3:a1:a7:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3de8760",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:89:7b:88:5b:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73d2548",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:95:61:53:7f:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth988596b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:a4:c6:04:4c:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth200cbca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:cd:1e:f0:d6:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb437aaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:f9:50:f7:04:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf848b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:0d:2f:45:ee:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45d5fcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:1c:1b:0d:e8:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d88b16",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:35:af:0b:c8:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth391ec21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:44:41:85:99:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth100cba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:62:6d:4c:53:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9633d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:73:a3:19:24:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8277ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:7f:69:c1:dc:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb09104",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:90:a7:ab:62:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20350f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:95:e4:a0:0e:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth271e2be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:af:20:be:2b:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71868de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:c6:4a:e8:d0:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth516a2dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:00:ae:24:cd:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf984b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:01:e5:1e:47:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth351f876",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:11:8f:80:61:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth640a039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:2d:c4:92:e0:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87f4935",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:35:2d:d0:85:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0e15a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:38:62:8c:05:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7761467",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:40:b3:f9:17:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0824de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:4c:0f:a4:5d:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6727827",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:55:66:48:ab:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha71b22e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6a:2f:b3:06:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1b57af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:70:77:2d:8d:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9841ead",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:74:06:68:53:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8bed13f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:91:68:78:1a:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3eef6e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b5:16:14:59:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3b8b64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:c6:7a:36:96:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth538f11f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d4:29:e3:f5:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4dc758a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d4:cc:b8:f3:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea8c77f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:db:9d:1e:a0:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd32989f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:f4:1e:5e:3e:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a42551",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:09:43:65:62:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44eaf2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:15:c1:6f:14:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f36c86",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:40:93:0a:99:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ccb650",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:52:4b:72:3e:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth167a182",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:61:59:8c:17:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6eb625",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:8e:9f:b6:fa:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76187dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:92:b6:d1:cd:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0118054",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:bc:0d:41:59:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ea94b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:d1:f5:a0:a7:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7cef54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:e5:45:a8:d9:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a8f538",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:02:01:32:15:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73c2c96",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:1e:fc:66:4e:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc0a6a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:5a:9b:8b:67:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb094466",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:5d:d2:a1:68:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12a3be7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:6e:da:5c:bf:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth694a5f6",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-032930a8871d"} 1500 node_network_mtu_bytes{device="br-03ced592235a"} 1500 node_network_mtu_bytes{device="br-0871d54d3675"} 1500 node_network_mtu_bytes{device="br-089331b9c07a"} 1500 node_network_mtu_bytes{device="br-0a8e30067c8e"} 1500 node_network_mtu_bytes{device="br-0d01f742526c"} 1500 node_network_mtu_bytes{device="br-0d9fdd0cf163"} 1500 node_network_mtu_bytes{device="br-12a5c8e99f7e"} 1500 node_network_mtu_bytes{device="br-131fa2cef983"} 1500 node_network_mtu_bytes{device="br-14216610e159"} 1500 node_network_mtu_bytes{device="br-15dab3c5a2fb"} 1500 node_network_mtu_bytes{device="br-16453071a16a"} 1500 node_network_mtu_bytes{device="br-1824841a31f9"} 1500 node_network_mtu_bytes{device="br-1b283e1e5128"} 1500 node_network_mtu_bytes{device="br-1c85749e122e"} 1500 node_network_mtu_bytes{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 1500 node_network_mtu_bytes{device="br-3db3cc2bc444"} 1500 node_network_mtu_bytes{device="br-41c4dd613804"} 1500 node_network_mtu_bytes{device="br-44fbf271d024"} 1500 node_network_mtu_bytes{device="br-458514748e86"} 1500 node_network_mtu_bytes{device="br-4698f8262a4c"} 1500 node_network_mtu_bytes{device="br-483851ad6d82"} 1500 node_network_mtu_bytes{device="br-491d965e7355"} 1500 node_network_mtu_bytes{device="br-4a66d39e6115"} 1500 node_network_mtu_bytes{device="br-52ce8deae651"} 1500 node_network_mtu_bytes{device="br-5567248b7fed"} 1500 node_network_mtu_bytes{device="br-559d36b72748"} 1500 node_network_mtu_bytes{device="br-57259014cf16"} 1500 node_network_mtu_bytes{device="br-5748fcd1e7ca"} 1500 node_network_mtu_bytes{device="br-5a028c7b8cc5"} 1500 node_network_mtu_bytes{device="br-5a09c7dffa78"} 1500 node_network_mtu_bytes{device="br-5bbb53ee4d8c"} 1500 node_network_mtu_bytes{device="br-5cd378a95a50"} 1500 node_network_mtu_bytes{device="br-5e44ef26977f"} 1500 node_network_mtu_bytes{device="br-649c0a0d748e"} 1500 node_network_mtu_bytes{device="br-65c3891cde69"} 1500 node_network_mtu_bytes{device="br-6654a6f415ef"} 1500 node_network_mtu_bytes{device="br-666a1a84be8e"} 1500 node_network_mtu_bytes{device="br-66b00b277461"} 1500 node_network_mtu_bytes{device="br-67b6f2b09055"} 1500 node_network_mtu_bytes{device="br-68a4d2d648c6"} 1500 node_network_mtu_bytes{device="br-6a3142e5de92"} 1500 node_network_mtu_bytes{device="br-6c34a8b4b6a4"} 1500 node_network_mtu_bytes{device="br-6c5eccea21bc"} 1500 node_network_mtu_bytes{device="br-75640dcb1806"} 1500 node_network_mtu_bytes{device="br-757cf8ccd099"} 1500 node_network_mtu_bytes{device="br-765d504a1648"} 1500 node_network_mtu_bytes{device="br-7783edd4fb63"} 1500 node_network_mtu_bytes{device="br-78c76b7fdacf"} 1500 node_network_mtu_bytes{device="br-7a05c4b4c71c"} 1500 node_network_mtu_bytes{device="br-7f1c0840c41b"} 1500 node_network_mtu_bytes{device="br-8273700d2b53"} 1500 node_network_mtu_bytes{device="br-832e21b6735f"} 1500 node_network_mtu_bytes{device="br-89456f9f0577"} 1500 node_network_mtu_bytes{device="br-8c4c62bbb4ac"} 1500 node_network_mtu_bytes{device="br-8c90f08921d2"} 1500 node_network_mtu_bytes{device="br-8d5f8dfdd165"} 1500 node_network_mtu_bytes{device="br-8d809ce3c9c6"} 1500 node_network_mtu_bytes{device="br-8f019a492357"} 1500 node_network_mtu_bytes{device="br-918ddcd36f9a"} 1500 node_network_mtu_bytes{device="br-94b2fbf06b0d"} 1500 node_network_mtu_bytes{device="br-9504d5b6acf5"} 1500 node_network_mtu_bytes{device="br-967a6a8492ec"} 1500 node_network_mtu_bytes{device="br-977759f73e31"} 1500 node_network_mtu_bytes{device="br-9be1f90f0a3c"} 1500 node_network_mtu_bytes{device="br-9c7a6a4ea029"} 1500 node_network_mtu_bytes{device="br-9fab29d0fd90"} 1500 node_network_mtu_bytes{device="br-a01a29421e12"} 1500 node_network_mtu_bytes{device="br-a073f44ab682"} 1500 node_network_mtu_bytes{device="br-a08ab772e40d"} 1500 node_network_mtu_bytes{device="br-a1b2b339a0bc"} 1500 node_network_mtu_bytes{device="br-a3bcc581540c"} 1500 node_network_mtu_bytes{device="br-a735d7132cb5"} 1500 node_network_mtu_bytes{device="br-ab4fc0c8f205"} 1500 node_network_mtu_bytes{device="br-ac4684d015f6"} 1500 node_network_mtu_bytes{device="br-ac5441a8184d"} 1500 node_network_mtu_bytes{device="br-afdcb409567a"} 1500 node_network_mtu_bytes{device="br-b58abb066918"} 1500 node_network_mtu_bytes{device="br-b5cc1abc8af1"} 1500 node_network_mtu_bytes{device="br-b710ed0f91ed"} 1500 node_network_mtu_bytes{device="br-b9ddcd38e3d5"} 1500 node_network_mtu_bytes{device="br-be8161177ed9"} 1500 node_network_mtu_bytes{device="br-bfa260e794d9"} 1500 node_network_mtu_bytes{device="br-c1c4e42c8216"} 1500 node_network_mtu_bytes{device="br-c577c6a066cb"} 1500 node_network_mtu_bytes{device="br-c7ec91768290"} 1500 node_network_mtu_bytes{device="br-c8047895107e"} 1500 node_network_mtu_bytes{device="br-cb62be74ef17"} 1500 node_network_mtu_bytes{device="br-cc4a14297e79"} 1500 node_network_mtu_bytes{device="br-cf6b946573c1"} 1500 node_network_mtu_bytes{device="br-cfa8e5dacf79"} 1500 node_network_mtu_bytes{device="br-d461c29e6aa7"} 1500 node_network_mtu_bytes{device="br-d4ad227661d1"} 1500 node_network_mtu_bytes{device="br-d5a100d1afd1"} 1500 node_network_mtu_bytes{device="br-d6403551d086"} 1500 node_network_mtu_bytes{device="br-dae27e4e8b91"} 1500 node_network_mtu_bytes{device="br-db5d49f98313"} 1500 node_network_mtu_bytes{device="br-dc87a7504ded"} 1500 node_network_mtu_bytes{device="br-ddaa8bdc0119"} 1500 node_network_mtu_bytes{device="br-ddc45447112f"} 1500 node_network_mtu_bytes{device="br-e0e95d87f3e0"} 1500 node_network_mtu_bytes{device="br-e24d302efec6"} 1500 node_network_mtu_bytes{device="br-e3e321b77026"} 1500 node_network_mtu_bytes{device="br-e5714f199361"} 1500 node_network_mtu_bytes{device="br-e63b0d1593b5"} 1500 node_network_mtu_bytes{device="br-ead353f203a4"} 1500 node_network_mtu_bytes{device="br-ec56c664f289"} 1500 node_network_mtu_bytes{device="br-f17da17d41a2"} 1500 node_network_mtu_bytes{device="br-f33d4e889abc"} 1500 node_network_mtu_bytes{device="br-f4b381c64696"} 1500 node_network_mtu_bytes{device="br-f5d79f441cea"} 1500 node_network_mtu_bytes{device="br-f645f15c7927"} 1500 node_network_mtu_bytes{device="br-f6901fdf275f"} 1500 node_network_mtu_bytes{device="br-f7269b4b25bf"} 1500 node_network_mtu_bytes{device="br-fa88d6f98186"} 1500 node_network_mtu_bytes{device="br-fd7abce4f375"} 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="veth010cf6c"} 1500 node_network_mtu_bytes{device="veth0118054"} 1500 node_network_mtu_bytes{device="veth015066a"} 1500 node_network_mtu_bytes{device="veth01c23a7"} 1500 node_network_mtu_bytes{device="veth01d8776"} 1500 node_network_mtu_bytes{device="veth028dce1"} 1500 node_network_mtu_bytes{device="veth0299373"} 1500 node_network_mtu_bytes{device="veth03320d3"} 1500 node_network_mtu_bytes{device="veth0348049"} 1500 node_network_mtu_bytes{device="veth04c0c5b"} 1500 node_network_mtu_bytes{device="veth05bb69b"} 1500 node_network_mtu_bytes{device="veth05d21d3"} 1500 node_network_mtu_bytes{device="veth063974c"} 1500 node_network_mtu_bytes{device="veth0665c41"} 1500 node_network_mtu_bytes{device="veth06bac3f"} 1500 node_network_mtu_bytes{device="veth06f7fab"} 1500 node_network_mtu_bytes{device="veth07837a1"} 1500 node_network_mtu_bytes{device="veth07940a9"} 1500 node_network_mtu_bytes{device="veth07c394e"} 1500 node_network_mtu_bytes{device="veth08220c7"} 1500 node_network_mtu_bytes{device="veth085af09"} 1500 node_network_mtu_bytes{device="veth08f2029"} 1500 node_network_mtu_bytes{device="veth093e34b"} 1500 node_network_mtu_bytes{device="veth095010c"} 1500 node_network_mtu_bytes{device="veth0b4c3d1"} 1500 node_network_mtu_bytes{device="veth0bad067"} 1500 node_network_mtu_bytes{device="veth0bbdec3"} 1500 node_network_mtu_bytes{device="veth0c16bae"} 1500 node_network_mtu_bytes{device="veth0c30494"} 1500 node_network_mtu_bytes{device="veth0caff4e"} 1500 node_network_mtu_bytes{device="veth0d8770f"} 1500 node_network_mtu_bytes{device="veth0df388c"} 1500 node_network_mtu_bytes{device="veth0ea94b5"} 1500 node_network_mtu_bytes{device="veth0f67dbb"} 1500 node_network_mtu_bytes{device="veth0f8e2ed"} 1500 node_network_mtu_bytes{device="veth0fb0b4d"} 1500 node_network_mtu_bytes{device="veth100cba7"} 1500 node_network_mtu_bytes{device="veth10146ec"} 1500 node_network_mtu_bytes{device="veth1031098"} 1500 node_network_mtu_bytes{device="veth10df4a9"} 1500 node_network_mtu_bytes{device="veth110bcfe"} 1500 node_network_mtu_bytes{device="veth110e8ec"} 1500 node_network_mtu_bytes{device="veth1148460"} 1500 node_network_mtu_bytes{device="veth12a3be7"} 1500 node_network_mtu_bytes{device="veth12ae611"} 1500 node_network_mtu_bytes{device="veth12ca81a"} 1500 node_network_mtu_bytes{device="veth133acdf"} 1500 node_network_mtu_bytes{device="veth13f164d"} 1500 node_network_mtu_bytes{device="veth1431509"} 1500 node_network_mtu_bytes{device="veth1433538"} 1500 node_network_mtu_bytes{device="veth14a077c"} 1500 node_network_mtu_bytes{device="veth1524c7a"} 1500 node_network_mtu_bytes{device="veth15b5b5d"} 1500 node_network_mtu_bytes{device="veth1647655"} 1500 node_network_mtu_bytes{device="veth167a182"} 1500 node_network_mtu_bytes{device="veth16f4867"} 1500 node_network_mtu_bytes{device="veth1785664"} 1500 node_network_mtu_bytes{device="veth199e3b5"} 1500 node_network_mtu_bytes{device="veth1aa66b7"} 1500 node_network_mtu_bytes{device="veth1b01e56"} 1500 node_network_mtu_bytes{device="veth1b11dd2"} 1500 node_network_mtu_bytes{device="veth1b18086"} 1500 node_network_mtu_bytes{device="veth1c097c5"} 1500 node_network_mtu_bytes{device="veth1c4c875"} 1500 node_network_mtu_bytes{device="veth1c5280a"} 1500 node_network_mtu_bytes{device="veth1cfc19d"} 1500 node_network_mtu_bytes{device="veth1d0e0c0"} 1500 node_network_mtu_bytes{device="veth1d2dae7"} 1500 node_network_mtu_bytes{device="veth1d629d1"} 1500 node_network_mtu_bytes{device="veth1d73687"} 1500 node_network_mtu_bytes{device="veth1d7748d"} 1500 node_network_mtu_bytes{device="veth1d8d1df"} 1500 node_network_mtu_bytes{device="veth1dbaa59"} 1500 node_network_mtu_bytes{device="veth1dc83fc"} 1500 node_network_mtu_bytes{device="veth1e36d07"} 1500 node_network_mtu_bytes{device="veth1e44960"} 1500 node_network_mtu_bytes{device="veth1eb887e"} 1500 node_network_mtu_bytes{device="veth1ebe556"} 1500 node_network_mtu_bytes{device="veth1ef8c3b"} 1500 node_network_mtu_bytes{device="veth1f00723"} 1500 node_network_mtu_bytes{device="veth1f55581"} 1500 node_network_mtu_bytes{device="veth200cbca"} 1500 node_network_mtu_bytes{device="veth201dbeb"} 1500 node_network_mtu_bytes{device="veth20350f2"} 1500 node_network_mtu_bytes{device="veth2046904"} 1500 node_network_mtu_bytes{device="veth20558f6"} 1500 node_network_mtu_bytes{device="veth206800d"} 1500 node_network_mtu_bytes{device="veth20c30fb"} 1500 node_network_mtu_bytes{device="veth20d3122"} 1500 node_network_mtu_bytes{device="veth20fec73"} 1500 node_network_mtu_bytes{device="veth2101218"} 1500 node_network_mtu_bytes{device="veth216cb5e"} 1500 node_network_mtu_bytes{device="veth21bac8e"} 1500 node_network_mtu_bytes{device="veth21e6158"} 1500 node_network_mtu_bytes{device="veth21edd0c"} 1500 node_network_mtu_bytes{device="veth22047d0"} 1500 node_network_mtu_bytes{device="veth22a4380"} 1500 node_network_mtu_bytes{device="veth22a99e1"} 1500 node_network_mtu_bytes{device="veth22ec2e1"} 1500 node_network_mtu_bytes{device="veth233a2ff"} 1500 node_network_mtu_bytes{device="veth23cfa18"} 1500 node_network_mtu_bytes{device="veth23e3157"} 1500 node_network_mtu_bytes{device="veth253ee4b"} 1500 node_network_mtu_bytes{device="veth25731c6"} 1500 node_network_mtu_bytes{device="veth257e734"} 1500 node_network_mtu_bytes{device="veth26d9a84"} 1500 node_network_mtu_bytes{device="veth26da4e6"} 1500 node_network_mtu_bytes{device="veth26de035"} 1500 node_network_mtu_bytes{device="veth26e26ed"} 1500 node_network_mtu_bytes{device="veth271e2be"} 1500 node_network_mtu_bytes{device="veth273b370"} 1500 node_network_mtu_bytes{device="veth2850417"} 1500 node_network_mtu_bytes{device="veth28b3c5c"} 1500 node_network_mtu_bytes{device="veth297bd24"} 1500 node_network_mtu_bytes{device="veth29e137d"} 1500 node_network_mtu_bytes{device="veth2a08596"} 1500 node_network_mtu_bytes{device="veth2b080cb"} 1500 node_network_mtu_bytes{device="veth2b1e3c8"} 1500 node_network_mtu_bytes{device="veth2b70ed0"} 1500 node_network_mtu_bytes{device="veth2b88298"} 1500 node_network_mtu_bytes{device="veth2ba28cc"} 1500 node_network_mtu_bytes{device="veth2c7ea81"} 1500 node_network_mtu_bytes{device="veth2ccb650"} 1500 node_network_mtu_bytes{device="veth2cdd57a"} 1500 node_network_mtu_bytes{device="veth2d38052"} 1500 node_network_mtu_bytes{device="veth2d90db8"} 1500 node_network_mtu_bytes{device="veth2db0bc8"} 1500 node_network_mtu_bytes{device="veth2e3e11b"} 1500 node_network_mtu_bytes{device="veth2eaeb65"} 1500 node_network_mtu_bytes{device="veth2edd93a"} 1500 node_network_mtu_bytes{device="veth2f83127"} 1500 node_network_mtu_bytes{device="veth2fad712"} 1500 node_network_mtu_bytes{device="veth2fc1259"} 1500 node_network_mtu_bytes{device="veth2fd4dcf"} 1500 node_network_mtu_bytes{device="veth3018884"} 1500 node_network_mtu_bytes{device="veth302391f"} 1500 node_network_mtu_bytes{device="veth3036978"} 1500 node_network_mtu_bytes{device="veth30a5c63"} 1500 node_network_mtu_bytes{device="veth3190c62"} 1500 node_network_mtu_bytes{device="veth31e5a9e"} 1500 node_network_mtu_bytes{device="veth31f0812"} 1500 node_network_mtu_bytes{device="veth32a4eb2"} 1500 node_network_mtu_bytes{device="veth340f558"} 1500 node_network_mtu_bytes{device="veth34317c5"} 1500 node_network_mtu_bytes{device="veth3497f43"} 1500 node_network_mtu_bytes{device="veth35137a1"} 1500 node_network_mtu_bytes{device="veth351f876"} 1500 node_network_mtu_bytes{device="veth356b213"} 1500 node_network_mtu_bytes{device="veth35c1d5d"} 1500 node_network_mtu_bytes{device="veth35e62a2"} 1500 node_network_mtu_bytes{device="veth3660b83"} 1500 node_network_mtu_bytes{device="veth369fc55"} 1500 node_network_mtu_bytes{device="veth36ef53a"} 1500 node_network_mtu_bytes{device="veth375f2a0"} 1500 node_network_mtu_bytes{device="veth37c5473"} 1500 node_network_mtu_bytes{device="veth3886d62"} 1500 node_network_mtu_bytes{device="veth391ec21"} 1500 node_network_mtu_bytes{device="veth39344a6"} 1500 node_network_mtu_bytes{device="veth39d278e"} 1500 node_network_mtu_bytes{device="veth3a42551"} 1500 node_network_mtu_bytes{device="veth3af658d"} 1500 node_network_mtu_bytes{device="veth3afab44"} 1500 node_network_mtu_bytes{device="veth3be2114"} 1500 node_network_mtu_bytes{device="veth3c52a6b"} 1500 node_network_mtu_bytes{device="veth3c96f87"} 1500 node_network_mtu_bytes{device="veth3cf6698"} 1500 node_network_mtu_bytes{device="veth3d7e10e"} 1500 node_network_mtu_bytes{device="veth3de8760"} 1500 node_network_mtu_bytes{device="veth3dfd180"} 1500 node_network_mtu_bytes{device="veth3e101c0"} 1500 node_network_mtu_bytes{device="veth3e128b5"} 1500 node_network_mtu_bytes{device="veth3eef6e7"} 1500 node_network_mtu_bytes{device="veth3f766aa"} 1500 node_network_mtu_bytes{device="veth3f8f002"} 1500 node_network_mtu_bytes{device="veth400b680"} 1500 node_network_mtu_bytes{device="veth4079dc2"} 1500 node_network_mtu_bytes{device="veth4082762"} 1500 node_network_mtu_bytes{device="veth40905f5"} 1500 node_network_mtu_bytes{device="veth410cac4"} 1500 node_network_mtu_bytes{device="veth411daee"} 1500 node_network_mtu_bytes{device="veth4136e74"} 1500 node_network_mtu_bytes{device="veth41b3812"} 1500 node_network_mtu_bytes{device="veth41c7fd1"} 1500 node_network_mtu_bytes{device="veth427a6a0"} 1500 node_network_mtu_bytes{device="veth4391ce3"} 1500 node_network_mtu_bytes{device="veth44023e4"} 1500 node_network_mtu_bytes{device="veth4418c4f"} 1500 node_network_mtu_bytes{device="veth445067e"} 1500 node_network_mtu_bytes{device="veth4498697"} 1500 node_network_mtu_bytes{device="veth44a2e68"} 1500 node_network_mtu_bytes{device="veth44b9a64"} 1500 node_network_mtu_bytes{device="veth44eaf2c"} 1500 node_network_mtu_bytes{device="veth45ba942"} 1500 node_network_mtu_bytes{device="veth45bf0a5"} 1500 node_network_mtu_bytes{device="veth45d5fcf"} 1500 node_network_mtu_bytes{device="veth467feaf"} 1500 node_network_mtu_bytes{device="veth46be02b"} 1500 node_network_mtu_bytes{device="veth47a78db"} 1500 node_network_mtu_bytes{device="veth47c0091"} 1500 node_network_mtu_bytes{device="veth47fbfa1"} 1500 node_network_mtu_bytes{device="veth482bd25"} 1500 node_network_mtu_bytes{device="veth4865e48"} 1500 node_network_mtu_bytes{device="veth487ae24"} 1500 node_network_mtu_bytes{device="veth494a1eb"} 1500 node_network_mtu_bytes{device="veth49501f4"} 1500 node_network_mtu_bytes{device="veth495aa66"} 1500 node_network_mtu_bytes{device="veth4a3f821"} 1500 node_network_mtu_bytes{device="veth4a5aa12"} 1500 node_network_mtu_bytes{device="veth4b32651"} 1500 node_network_mtu_bytes{device="veth4b9cef1"} 1500 node_network_mtu_bytes{device="veth4bc06c3"} 1500 node_network_mtu_bytes{device="veth4bcc505"} 1500 node_network_mtu_bytes{device="veth4dc758a"} 1500 node_network_mtu_bytes{device="veth4eeb5e5"} 1500 node_network_mtu_bytes{device="veth4f78f9e"} 1500 node_network_mtu_bytes{device="veth4fb5a24"} 1500 node_network_mtu_bytes{device="veth4fc6d17"} 1500 node_network_mtu_bytes{device="veth500d596"} 1500 node_network_mtu_bytes{device="veth5148843"} 1500 node_network_mtu_bytes{device="veth516a2dd"} 1500 node_network_mtu_bytes{device="veth51cb6e1"} 1500 node_network_mtu_bytes{device="veth531d83a"} 1500 node_network_mtu_bytes{device="veth53841ff"} 1500 node_network_mtu_bytes{device="veth538f11f"} 1500 node_network_mtu_bytes{device="veth53a474c"} 1500 node_network_mtu_bytes{device="veth53c0c49"} 1500 node_network_mtu_bytes{device="veth5408e9e"} 1500 node_network_mtu_bytes{device="veth54327b2"} 1500 node_network_mtu_bytes{device="veth54aa51d"} 1500 node_network_mtu_bytes{device="veth5644c2c"} 1500 node_network_mtu_bytes{device="veth5662068"} 1500 node_network_mtu_bytes{device="veth566b833"} 1500 node_network_mtu_bytes{device="veth56c1ee3"} 1500 node_network_mtu_bytes{device="veth574a9bf"} 1500 node_network_mtu_bytes{device="veth5823a67"} 1500 node_network_mtu_bytes{device="veth582b1e1"} 1500 node_network_mtu_bytes{device="veth58398da"} 1500 node_network_mtu_bytes{device="veth59af09d"} 1500 node_network_mtu_bytes{device="veth5a57667"} 1500 node_network_mtu_bytes{device="veth5a5947d"} 1500 node_network_mtu_bytes{device="veth5aa7930"} 1500 node_network_mtu_bytes{device="veth5b2851f"} 1500 node_network_mtu_bytes{device="veth5b569cb"} 1500 node_network_mtu_bytes{device="veth5be0e34"} 1500 node_network_mtu_bytes{device="veth5cbd82f"} 1500 node_network_mtu_bytes{device="veth5d07046"} 1500 node_network_mtu_bytes{device="veth5d8e6f5"} 1500 node_network_mtu_bytes{device="veth5da80fb"} 1500 node_network_mtu_bytes{device="veth5db9191"} 1500 node_network_mtu_bytes{device="veth5df7840"} 1500 node_network_mtu_bytes{device="veth5e055da"} 1500 node_network_mtu_bytes{device="veth5e9d6c1"} 1500 node_network_mtu_bytes{device="veth5f14d4e"} 1500 node_network_mtu_bytes{device="veth5f85831"} 1500 node_network_mtu_bytes{device="veth5fda1aa"} 1500 node_network_mtu_bytes{device="veth609f65f"} 1500 node_network_mtu_bytes{device="veth60a6470"} 1500 node_network_mtu_bytes{device="veth60ac914"} 1500 node_network_mtu_bytes{device="veth60be674"} 1500 node_network_mtu_bytes{device="veth6100f2e"} 1500 node_network_mtu_bytes{device="veth6141b70"} 1500 node_network_mtu_bytes{device="veth6151bb9"} 1500 node_network_mtu_bytes{device="veth61c4816"} 1500 node_network_mtu_bytes{device="veth61d7283"} 1500 node_network_mtu_bytes{device="veth6228670"} 1500 node_network_mtu_bytes{device="veth629242b"} 1500 node_network_mtu_bytes{device="veth6374fd2"} 1500 node_network_mtu_bytes{device="veth6391005"} 1500 node_network_mtu_bytes{device="veth63cf232"} 1500 node_network_mtu_bytes{device="veth640a039"} 1500 node_network_mtu_bytes{device="veth642d0c1"} 1500 node_network_mtu_bytes{device="veth643a437"} 1500 node_network_mtu_bytes{device="veth64fdbac"} 1500 node_network_mtu_bytes{device="veth6515c1a"} 1500 node_network_mtu_bytes{device="veth656302b"} 1500 node_network_mtu_bytes{device="veth663b727"} 1500 node_network_mtu_bytes{device="veth6694b48"} 1500 node_network_mtu_bytes{device="veth66c10ee"} 1500 node_network_mtu_bytes{device="veth671f5fb"} 1500 node_network_mtu_bytes{device="veth6727827"} 1500 node_network_mtu_bytes{device="veth6735453"} 1500 node_network_mtu_bytes{device="veth674eb08"} 1500 node_network_mtu_bytes{device="veth67bdfb5"} 1500 node_network_mtu_bytes{device="veth67c3090"} 1500 node_network_mtu_bytes{device="veth6827eeb"} 1500 node_network_mtu_bytes{device="veth686cf8f"} 1500 node_network_mtu_bytes{device="veth686e4ce"} 1500 node_network_mtu_bytes{device="veth694a5f6"} 1500 node_network_mtu_bytes{device="veth6955d38"} 1500 node_network_mtu_bytes{device="veth6a8f538"} 1500 node_network_mtu_bytes{device="veth6ae26de"} 1500 node_network_mtu_bytes{device="veth6b4fcb5"} 1500 node_network_mtu_bytes{device="veth6bd4c88"} 1500 node_network_mtu_bytes{device="veth6c0ac2b"} 1500 node_network_mtu_bytes{device="veth6c5d880"} 1500 node_network_mtu_bytes{device="veth6c7b2e3"} 1500 node_network_mtu_bytes{device="veth6c84c0f"} 1500 node_network_mtu_bytes{device="veth6cb308f"} 1500 node_network_mtu_bytes{device="veth6cc8853"} 1500 node_network_mtu_bytes{device="veth6cf5c92"} 1500 node_network_mtu_bytes{device="veth6d937a2"} 1500 node_network_mtu_bytes{device="veth6e35c23"} 1500 node_network_mtu_bytes{device="veth6e379ab"} 1500 node_network_mtu_bytes{device="veth6f266b8"} 1500 node_network_mtu_bytes{device="veth6f36c86"} 1500 node_network_mtu_bytes{device="veth6fbd9ae"} 1500 node_network_mtu_bytes{device="veth6fe10bb"} 1500 node_network_mtu_bytes{device="veth70d4eb5"} 1500 node_network_mtu_bytes{device="veth71868de"} 1500 node_network_mtu_bytes{device="veth72921dc"} 1500 node_network_mtu_bytes{device="veth72cb0b9"} 1500 node_network_mtu_bytes{device="veth732170b"} 1500 node_network_mtu_bytes{device="veth73778ca"} 1500 node_network_mtu_bytes{device="veth73c2c96"} 1500 node_network_mtu_bytes{device="veth73d2548"} 1500 node_network_mtu_bytes{device="veth7458897"} 1500 node_network_mtu_bytes{device="veth7465df3"} 1500 node_network_mtu_bytes{device="veth7561080"} 1500 node_network_mtu_bytes{device="veth757c34a"} 1500 node_network_mtu_bytes{device="veth7595562"} 1500 node_network_mtu_bytes{device="veth76187dd"} 1500 node_network_mtu_bytes{device="veth7676d1c"} 1500 node_network_mtu_bytes{device="veth76d519a"} 1500 node_network_mtu_bytes{device="veth76e63a1"} 1500 node_network_mtu_bytes{device="veth7761467"} 1500 node_network_mtu_bytes{device="veth77842d9"} 1500 node_network_mtu_bytes{device="veth778f08d"} 1500 node_network_mtu_bytes{device="veth77a2e6e"} 1500 node_network_mtu_bytes{device="veth77b25a2"} 1500 node_network_mtu_bytes{device="veth77d929a"} 1500 node_network_mtu_bytes{device="veth77e0563"} 1500 node_network_mtu_bytes{device="veth77ea6db"} 1500 node_network_mtu_bytes{device="veth78790bc"} 1500 node_network_mtu_bytes{device="veth7904e58"} 1500 node_network_mtu_bytes{device="veth79c5a75"} 1500 node_network_mtu_bytes{device="veth7a831cf"} 1500 node_network_mtu_bytes{device="veth7b0ab9e"} 1500 node_network_mtu_bytes{device="veth7b380ec"} 1500 node_network_mtu_bytes{device="veth7b48c14"} 1500 node_network_mtu_bytes{device="veth7b78b78"} 1500 node_network_mtu_bytes{device="veth7b89f6f"} 1500 node_network_mtu_bytes{device="veth7c2dbba"} 1500 node_network_mtu_bytes{device="veth7c546d4"} 1500 node_network_mtu_bytes{device="veth7c54e1e"} 1500 node_network_mtu_bytes{device="veth7c58951"} 1500 node_network_mtu_bytes{device="veth7c705d1"} 1500 node_network_mtu_bytes{device="veth7d3dd83"} 1500 node_network_mtu_bytes{device="veth7d8e60b"} 1500 node_network_mtu_bytes{device="veth7d9930a"} 1500 node_network_mtu_bytes{device="veth7ec3780"} 1500 node_network_mtu_bytes{device="veth7f09f4c"} 1500 node_network_mtu_bytes{device="veth8004847"} 1500 node_network_mtu_bytes{device="veth80252b4"} 1500 node_network_mtu_bytes{device="veth80badd0"} 1500 node_network_mtu_bytes{device="veth80c389c"} 1500 node_network_mtu_bytes{device="veth8101e42"} 1500 node_network_mtu_bytes{device="veth811e063"} 1500 node_network_mtu_bytes{device="veth816a265"} 1500 node_network_mtu_bytes{device="veth8186d77"} 1500 node_network_mtu_bytes{device="veth820f0db"} 1500 node_network_mtu_bytes{device="veth8237dc3"} 1500 node_network_mtu_bytes{device="veth8269643"} 1500 node_network_mtu_bytes{device="veth828ecf9"} 1500 node_network_mtu_bytes{device="veth83498cb"} 1500 node_network_mtu_bytes{device="veth834d149"} 1500 node_network_mtu_bytes{device="veth8357150"} 1500 node_network_mtu_bytes{device="veth83fb8e6"} 1500 node_network_mtu_bytes{device="veth84220c4"} 1500 node_network_mtu_bytes{device="veth84e1fc4"} 1500 node_network_mtu_bytes{device="veth850b442"} 1500 node_network_mtu_bytes{device="veth85daf28"} 1500 node_network_mtu_bytes{device="veth861068a"} 1500 node_network_mtu_bytes{device="veth866bba7"} 1500 node_network_mtu_bytes{device="veth86a2462"} 1500 node_network_mtu_bytes{device="veth872cb76"} 1500 node_network_mtu_bytes{device="veth87362c6"} 1500 node_network_mtu_bytes{device="veth87cb8c8"} 1500 node_network_mtu_bytes{device="veth87d5677"} 1500 node_network_mtu_bytes{device="veth87d62cb"} 1500 node_network_mtu_bytes{device="veth87d7e35"} 1500 node_network_mtu_bytes{device="veth87e75ee"} 1500 node_network_mtu_bytes{device="veth87f4935"} 1500 node_network_mtu_bytes{device="veth87fdb6a"} 1500 node_network_mtu_bytes{device="veth889a2f1"} 1500 node_network_mtu_bytes{device="veth88ac732"} 1500 node_network_mtu_bytes{device="veth8922783"} 1500 node_network_mtu_bytes{device="veth896c132"} 1500 node_network_mtu_bytes{device="veth899b99d"} 1500 node_network_mtu_bytes{device="veth89b275c"} 1500 node_network_mtu_bytes{device="veth8a52231"} 1500 node_network_mtu_bytes{device="veth8a89268"} 1500 node_network_mtu_bytes{device="veth8b3b309"} 1500 node_network_mtu_bytes{device="veth8b541a1"} 1500 node_network_mtu_bytes{device="veth8b983cf"} 1500 node_network_mtu_bytes{device="veth8bc856f"} 1500 node_network_mtu_bytes{device="veth8bc982a"} 1500 node_network_mtu_bytes{device="veth8bd3242"} 1500 node_network_mtu_bytes{device="veth8bed13f"} 1500 node_network_mtu_bytes{device="veth8c86032"} 1500 node_network_mtu_bytes{device="veth8c88f73"} 1500 node_network_mtu_bytes{device="veth8c93126"} 1500 node_network_mtu_bytes{device="veth8d22374"} 1500 node_network_mtu_bytes{device="veth8d6536d"} 1500 node_network_mtu_bytes{device="veth8d7d98e"} 1500 node_network_mtu_bytes{device="veth8d88b16"} 1500 node_network_mtu_bytes{device="veth8d936c5"} 1500 node_network_mtu_bytes{device="veth8e0e8a0"} 1500 node_network_mtu_bytes{device="veth8e914f7"} 1500 node_network_mtu_bytes{device="veth8ea541c"} 1500 node_network_mtu_bytes{device="veth8ecee2e"} 1500 node_network_mtu_bytes{device="veth8f1ab25"} 1500 node_network_mtu_bytes{device="veth8f7a6af"} 1500 node_network_mtu_bytes{device="veth8f9b8d0"} 1500 node_network_mtu_bytes{device="veth906c063"} 1500 node_network_mtu_bytes{device="veth909d986"} 1500 node_network_mtu_bytes{device="veth90c1c36"} 1500 node_network_mtu_bytes{device="veth91af2c1"} 1500 node_network_mtu_bytes{device="veth91d764a"} 1500 node_network_mtu_bytes{device="veth9204861"} 1500 node_network_mtu_bytes{device="veth921bb23"} 1500 node_network_mtu_bytes{device="veth9312dae"} 1500 node_network_mtu_bytes{device="veth9317063"} 1500 node_network_mtu_bytes{device="veth93596dd"} 1500 node_network_mtu_bytes{device="veth93882ee"} 1500 node_network_mtu_bytes{device="veth93d7d29"} 1500 node_network_mtu_bytes{device="veth93dba36"} 1500 node_network_mtu_bytes{device="veth93ddc00"} 1500 node_network_mtu_bytes{device="veth943efa3"} 1500 node_network_mtu_bytes{device="veth9487334"} 1500 node_network_mtu_bytes{device="veth94edd33"} 1500 node_network_mtu_bytes{device="veth9553163"} 1500 node_network_mtu_bytes{device="veth965628f"} 1500 node_network_mtu_bytes{device="veth96d77f6"} 1500 node_network_mtu_bytes{device="veth9841ead"} 1500 node_network_mtu_bytes{device="veth988596b"} 1500 node_network_mtu_bytes{device="veth98bcfcf"} 1500 node_network_mtu_bytes{device="veth992b562"} 1500 node_network_mtu_bytes{device="veth998fc07"} 1500 node_network_mtu_bytes{device="veth9af67e8"} 1500 node_network_mtu_bytes{device="veth9b8c3fe"} 1500 node_network_mtu_bytes{device="veth9ba3bbe"} 1500 node_network_mtu_bytes{device="veth9c7f67d"} 1500 node_network_mtu_bytes{device="veth9c8af90"} 1500 node_network_mtu_bytes{device="veth9d596d7"} 1500 node_network_mtu_bytes{device="veth9dc5a7e"} 1500 node_network_mtu_bytes{device="veth9dce1ef"} 1500 node_network_mtu_bytes{device="veth9dddbc9"} 1500 node_network_mtu_bytes{device="veth9dfec82"} 1500 node_network_mtu_bytes{device="veth9f0cb80"} 1500 node_network_mtu_bytes{device="veth9f2b7f4"} 1500 node_network_mtu_bytes{device="vetha0524ab"} 1500 node_network_mtu_bytes{device="vetha09db05"} 1500 node_network_mtu_bytes{device="vetha0c9f28"} 1500 node_network_mtu_bytes{device="vetha137a8a"} 1500 node_network_mtu_bytes{device="vetha1a2849"} 1500 node_network_mtu_bytes{device="vetha246e20"} 1500 node_network_mtu_bytes{device="vetha262863"} 1500 node_network_mtu_bytes{device="vetha2e8433"} 1500 node_network_mtu_bytes{device="vetha33f58d"} 1500 node_network_mtu_bytes{device="vetha364335"} 1500 node_network_mtu_bytes{device="vetha39dbf7"} 1500 node_network_mtu_bytes{device="vetha3d15af"} 1500 node_network_mtu_bytes{device="vetha46dce5"} 1500 node_network_mtu_bytes{device="vetha4a4b5e"} 1500 node_network_mtu_bytes{device="vetha52fdb0"} 1500 node_network_mtu_bytes{device="vetha532453"} 1500 node_network_mtu_bytes{device="vetha542775"} 1500 node_network_mtu_bytes{device="vetha5f484b"} 1500 node_network_mtu_bytes{device="vetha626559"} 1500 node_network_mtu_bytes{device="vetha6695f8"} 1500 node_network_mtu_bytes{device="vetha6bbe19"} 1500 node_network_mtu_bytes{device="vetha71b22e"} 1500 node_network_mtu_bytes{device="vetha73388c"} 1500 node_network_mtu_bytes{device="vetha7d15e0"} 1500 node_network_mtu_bytes{device="vetha819cf5"} 1500 node_network_mtu_bytes{device="vetha833154"} 1500 node_network_mtu_bytes{device="vetha8d245b"} 1500 node_network_mtu_bytes{device="vetha9a6ee7"} 1500 node_network_mtu_bytes{device="vetha9be187"} 1500 node_network_mtu_bytes{device="vethaac0f5a"} 1500 node_network_mtu_bytes{device="vethaaf14ed"} 1500 node_network_mtu_bytes{device="vethaafbc9c"} 1500 node_network_mtu_bytes{device="vethac8f909"} 1500 node_network_mtu_bytes{device="vethad12882"} 1500 node_network_mtu_bytes{device="vethad278fa"} 1500 node_network_mtu_bytes{device="vethad4728b"} 1500 node_network_mtu_bytes{device="vethad94033"} 1500 node_network_mtu_bytes{device="vethae911de"} 1500 node_network_mtu_bytes{device="vethaf848b4"} 1500 node_network_mtu_bytes{device="vethafdb738"} 1500 node_network_mtu_bytes{device="vethb03a241"} 1500 node_network_mtu_bytes{device="vethb0541e3"} 1500 node_network_mtu_bytes{device="vethb094466"} 1500 node_network_mtu_bytes{device="vethb0dce79"} 1500 node_network_mtu_bytes{device="vethb15363b"} 1500 node_network_mtu_bytes{device="vethb1b5e1a"} 1500 node_network_mtu_bytes{device="vethb20e6ba"} 1500 node_network_mtu_bytes{device="vethb348a18"} 1500 node_network_mtu_bytes{device="vethb39d63e"} 1500 node_network_mtu_bytes{device="vethb3a121b"} 1500 node_network_mtu_bytes{device="vethb3deee0"} 1500 node_network_mtu_bytes{device="vethb437aaa"} 1500 node_network_mtu_bytes{device="vethb446f39"} 1500 node_network_mtu_bytes{device="vethb463420"} 1500 node_network_mtu_bytes{device="vethb5e7625"} 1500 node_network_mtu_bytes{device="vethb5fac8d"} 1500 node_network_mtu_bytes{device="vethb60b24f"} 1500 node_network_mtu_bytes{device="vethb6a7795"} 1500 node_network_mtu_bytes{device="vethb70e800"} 1500 node_network_mtu_bytes{device="vethb77480b"} 1500 node_network_mtu_bytes{device="vethb8277ac"} 1500 node_network_mtu_bytes{device="vethba29e31"} 1500 node_network_mtu_bytes{device="vethba6e44c"} 1500 node_network_mtu_bytes{device="vethbb09104"} 1500 node_network_mtu_bytes{device="vethbb16237"} 1500 node_network_mtu_bytes{device="vethbb70179"} 1500 node_network_mtu_bytes{device="vethbba5630"} 1500 node_network_mtu_bytes{device="vethbbbbe04"} 1500 node_network_mtu_bytes{device="vethbbdba94"} 1500 node_network_mtu_bytes{device="vethbbfb0b7"} 1500 node_network_mtu_bytes{device="vethbc76a10"} 1500 node_network_mtu_bytes{device="vethbd2a2ee"} 1500 node_network_mtu_bytes{device="vethbda2ae7"} 1500 node_network_mtu_bytes{device="vethbded328"} 1500 node_network_mtu_bytes{device="vethbe2f7fe"} 1500 node_network_mtu_bytes{device="vethbe857cb"} 1500 node_network_mtu_bytes{device="vethbe875cc"} 1500 node_network_mtu_bytes{device="vethbf184b1"} 1500 node_network_mtu_bytes{device="vethbf984b6"} 1500 node_network_mtu_bytes{device="vethbffb2be"} 1500 node_network_mtu_bytes{device="vethc0f4be2"} 1500 node_network_mtu_bytes{device="vethc11e467"} 1500 node_network_mtu_bytes{device="vethc1f90e5"} 1500 node_network_mtu_bytes{device="vethc3672f4"} 1500 node_network_mtu_bytes{device="vethc3a39c5"} 1500 node_network_mtu_bytes{device="vethc3b6740"} 1500 node_network_mtu_bytes{device="vethc4690e0"} 1500 node_network_mtu_bytes{device="vethc4ee1b8"} 1500 node_network_mtu_bytes{device="vethc5402c9"} 1500 node_network_mtu_bytes{device="vethc547482"} 1500 node_network_mtu_bytes{device="vethc5fe0b1"} 1500 node_network_mtu_bytes{device="vethc60975c"} 1500 node_network_mtu_bytes{device="vethc69126e"} 1500 node_network_mtu_bytes{device="vethc6eb625"} 1500 node_network_mtu_bytes{device="vethc6fac07"} 1500 node_network_mtu_bytes{device="vethc702703"} 1500 node_network_mtu_bytes{device="vethc74fac6"} 1500 node_network_mtu_bytes{device="vethc78dd63"} 1500 node_network_mtu_bytes{device="vethc7cef54"} 1500 node_network_mtu_bytes{device="vethc7e6d28"} 1500 node_network_mtu_bytes{device="vethc800506"} 1500 node_network_mtu_bytes{device="vethc8344c6"} 1500 node_network_mtu_bytes{device="vethc85e8a1"} 1500 node_network_mtu_bytes{device="vethc86b25e"} 1500 node_network_mtu_bytes{device="vethc88f6d5"} 1500 node_network_mtu_bytes{device="vethc91fc73"} 1500 node_network_mtu_bytes{device="vethc942fad"} 1500 node_network_mtu_bytes{device="vethc99741d"} 1500 node_network_mtu_bytes{device="vethca7a920"} 1500 node_network_mtu_bytes{device="vethcb56258"} 1500 node_network_mtu_bytes{device="vethcb70a05"} 1500 node_network_mtu_bytes{device="vethcbb6ad3"} 1500 node_network_mtu_bytes{device="vethcbe3245"} 1500 node_network_mtu_bytes{device="vethcc05e54"} 1500 node_network_mtu_bytes{device="vethcc0a6a7"} 1500 node_network_mtu_bytes{device="vethcc4df6c"} 1500 node_network_mtu_bytes{device="vethccde146"} 1500 node_network_mtu_bytes{device="vethcd1a107"} 1500 node_network_mtu_bytes{device="vethcdc87c7"} 1500 node_network_mtu_bytes{device="vethce0cd64"} 1500 node_network_mtu_bytes{device="vethce27cb9"} 1500 node_network_mtu_bytes{device="vethce2a31d"} 1500 node_network_mtu_bytes{device="vethce67b11"} 1500 node_network_mtu_bytes{device="vethd0a9732"} 1500 node_network_mtu_bytes{device="vethd183c34"} 1500 node_network_mtu_bytes{device="vethd1a8a33"} 1500 node_network_mtu_bytes{device="vethd1b1ed7"} 1500 node_network_mtu_bytes{device="vethd1c6adb"} 1500 node_network_mtu_bytes{device="vethd1caf98"} 1500 node_network_mtu_bytes{device="vethd1f851b"} 1500 node_network_mtu_bytes{device="vethd23fa3c"} 1500 node_network_mtu_bytes{device="vethd2d1d0b"} 1500 node_network_mtu_bytes{device="vethd2d4c0f"} 1500 node_network_mtu_bytes{device="vethd2e142a"} 1500 node_network_mtu_bytes{device="vethd2f2476"} 1500 node_network_mtu_bytes{device="vethd32989f"} 1500 node_network_mtu_bytes{device="vethd33027f"} 1500 node_network_mtu_bytes{device="vethd386c1b"} 1500 node_network_mtu_bytes{device="vethd394f60"} 1500 node_network_mtu_bytes{device="vethd39b75f"} 1500 node_network_mtu_bytes{device="vethd3b8b64"} 1500 node_network_mtu_bytes{device="vethd3d71c3"} 1500 node_network_mtu_bytes{device="vethd3d74f4"} 1500 node_network_mtu_bytes{device="vethd3f5c3d"} 1500 node_network_mtu_bytes{device="vethd418045"} 1500 node_network_mtu_bytes{device="vethd583737"} 1500 node_network_mtu_bytes{device="vethd5b7fe1"} 1500 node_network_mtu_bytes{device="vethd6812c2"} 1500 node_network_mtu_bytes{device="vethd72be73"} 1500 node_network_mtu_bytes{device="vethd741df9"} 1500 node_network_mtu_bytes{device="vethd764c1d"} 1500 node_network_mtu_bytes{device="vethd77fdfb"} 1500 node_network_mtu_bytes{device="vethd7b6b6d"} 1500 node_network_mtu_bytes{device="vethd7ce910"} 1500 node_network_mtu_bytes{device="vethd80b242"} 1500 node_network_mtu_bytes{device="vethd9290a5"} 1500 node_network_mtu_bytes{device="vethd9633d5"} 1500 node_network_mtu_bytes{device="vethd9c1ac2"} 1500 node_network_mtu_bytes{device="vethd9dc45d"} 1500 node_network_mtu_bytes{device="vethdb3bfe5"} 1500 node_network_mtu_bytes{device="vethdb8e006"} 1500 node_network_mtu_bytes{device="vethdba04c6"} 1500 node_network_mtu_bytes{device="vethdcf0fe6"} 1500 node_network_mtu_bytes{device="vethdd73e31"} 1500 node_network_mtu_bytes{device="vethdeb43da"} 1500 node_network_mtu_bytes{device="vethdf2fc0c"} 1500 node_network_mtu_bytes{device="vethdf8b192"} 1500 node_network_mtu_bytes{device="vethe0014f6"} 1500 node_network_mtu_bytes{device="vethe04376c"} 1500 node_network_mtu_bytes{device="vethe0824de"} 1500 node_network_mtu_bytes{device="vethe1acebe"} 1500 node_network_mtu_bytes{device="vethe1b57af"} 1500 node_network_mtu_bytes{device="vethe2677b2"} 1500 node_network_mtu_bytes{device="vethe330364"} 1500 node_network_mtu_bytes{device="vethe358b9b"} 1500 node_network_mtu_bytes{device="vethe393e1f"} 1500 node_network_mtu_bytes{device="vethe3fc1d5"} 1500 node_network_mtu_bytes{device="vethe439679"} 1500 node_network_mtu_bytes{device="vethe484f21"} 1500 node_network_mtu_bytes{device="vethe49717f"} 1500 node_network_mtu_bytes{device="vethe4ad4e5"} 1500 node_network_mtu_bytes{device="vethe4e85e7"} 1500 node_network_mtu_bytes{device="vethe52bda0"} 1500 node_network_mtu_bytes{device="vethe5f3f06"} 1500 node_network_mtu_bytes{device="vethe63d6dd"} 1500 node_network_mtu_bytes{device="vethe6c23f6"} 1500 node_network_mtu_bytes{device="vethe766e72"} 1500 node_network_mtu_bytes{device="vethe7aff89"} 1500 node_network_mtu_bytes{device="vethe8648b1"} 1500 node_network_mtu_bytes{device="vethe87664c"} 1500 node_network_mtu_bytes{device="vethe880812"} 1500 node_network_mtu_bytes{device="vethe8d7ad1"} 1500 node_network_mtu_bytes{device="vethe98ffcc"} 1500 node_network_mtu_bytes{device="vethea8c77f"} 1500 node_network_mtu_bytes{device="vetheaaf5da"} 1500 node_network_mtu_bytes{device="vetheb750ff"} 1500 node_network_mtu_bytes{device="vethebe1c57"} 1500 node_network_mtu_bytes{device="vethec1bace"} 1500 node_network_mtu_bytes{device="vethedee635"} 1500 node_network_mtu_bytes{device="vethee49f2e"} 1500 node_network_mtu_bytes{device="vethee55381"} 1500 node_network_mtu_bytes{device="vetheebb707"} 1500 node_network_mtu_bytes{device="vetheede58b"} 1500 node_network_mtu_bytes{device="vethef01414"} 1500 node_network_mtu_bytes{device="vethef4d3cf"} 1500 node_network_mtu_bytes{device="vethef8ca1b"} 1500 node_network_mtu_bytes{device="vethef9a53b"} 1500 node_network_mtu_bytes{device="vetheff1b62"} 1500 node_network_mtu_bytes{device="vethf00a1a9"} 1500 node_network_mtu_bytes{device="vethf0d88b0"} 1500 node_network_mtu_bytes{device="vethf0e15a5"} 1500 node_network_mtu_bytes{device="vethf0f7c00"} 1500 node_network_mtu_bytes{device="vethf1a351b"} 1500 node_network_mtu_bytes{device="vethf1cab6c"} 1500 node_network_mtu_bytes{device="vethf1ffdde"} 1500 node_network_mtu_bytes{device="vethf30dce1"} 1500 node_network_mtu_bytes{device="vethf34ab67"} 1500 node_network_mtu_bytes{device="vethf3942da"} 1500 node_network_mtu_bytes{device="vethf40383d"} 1500 node_network_mtu_bytes{device="vethf4756aa"} 1500 node_network_mtu_bytes{device="vethf4b3dd4"} 1500 node_network_mtu_bytes{device="vethf572a6b"} 1500 node_network_mtu_bytes{device="vethf5f8567"} 1500 node_network_mtu_bytes{device="vethf62f7b0"} 1500 node_network_mtu_bytes{device="vethf766060"} 1500 node_network_mtu_bytes{device="vethf796416"} 1500 node_network_mtu_bytes{device="vethf7dde08"} 1500 node_network_mtu_bytes{device="vethf804fc2"} 1500 node_network_mtu_bytes{device="vethf89cdc2"} 1500 node_network_mtu_bytes{device="vethf8f166c"} 1500 node_network_mtu_bytes{device="vethf9080d7"} 1500 node_network_mtu_bytes{device="vethf90aa51"} 1500 node_network_mtu_bytes{device="vethf91787e"} 1500 node_network_mtu_bytes{device="vethf925f21"} 1500 node_network_mtu_bytes{device="vethf954e2e"} 1500 node_network_mtu_bytes{device="vethf96c7ac"} 1500 node_network_mtu_bytes{device="vethfb0d0e8"} 1500 node_network_mtu_bytes{device="vethfb3ff4e"} 1500 node_network_mtu_bytes{device="vethfc0e66c"} 1500 node_network_mtu_bytes{device="vethfcd6d02"} 1500 node_network_mtu_bytes{device="vethfe45418"} 1500 node_network_mtu_bytes{device="vethfe716bb"} 1500 node_network_mtu_bytes{device="vethfe71df5"} 1500 node_network_mtu_bytes{device="vethfecb007"} 1500 node_network_mtu_bytes{device="vethfee22ad"} 1500 node_network_mtu_bytes{device="vethff26790"} 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-032930a8871d"} 3 node_network_name_assign_type{device="br-03ced592235a"} 3 node_network_name_assign_type{device="br-0871d54d3675"} 3 node_network_name_assign_type{device="br-089331b9c07a"} 3 node_network_name_assign_type{device="br-0a8e30067c8e"} 3 node_network_name_assign_type{device="br-0d01f742526c"} 3 node_network_name_assign_type{device="br-0d9fdd0cf163"} 3 node_network_name_assign_type{device="br-12a5c8e99f7e"} 3 node_network_name_assign_type{device="br-131fa2cef983"} 3 node_network_name_assign_type{device="br-14216610e159"} 3 node_network_name_assign_type{device="br-15dab3c5a2fb"} 3 node_network_name_assign_type{device="br-16453071a16a"} 3 node_network_name_assign_type{device="br-1824841a31f9"} 3 node_network_name_assign_type{device="br-1b283e1e5128"} 3 node_network_name_assign_type{device="br-1c85749e122e"} 3 node_network_name_assign_type{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 3 node_network_name_assign_type{device="br-3db3cc2bc444"} 3 node_network_name_assign_type{device="br-41c4dd613804"} 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-4698f8262a4c"} 3 node_network_name_assign_type{device="br-483851ad6d82"} 3 node_network_name_assign_type{device="br-491d965e7355"} 3 node_network_name_assign_type{device="br-4a66d39e6115"} 3 node_network_name_assign_type{device="br-52ce8deae651"} 3 node_network_name_assign_type{device="br-5567248b7fed"} 3 node_network_name_assign_type{device="br-559d36b72748"} 3 node_network_name_assign_type{device="br-57259014cf16"} 3 node_network_name_assign_type{device="br-5748fcd1e7ca"} 3 node_network_name_assign_type{device="br-5a028c7b8cc5"} 3 node_network_name_assign_type{device="br-5a09c7dffa78"} 3 node_network_name_assign_type{device="br-5bbb53ee4d8c"} 3 node_network_name_assign_type{device="br-5cd378a95a50"} 3 node_network_name_assign_type{device="br-5e44ef26977f"} 3 node_network_name_assign_type{device="br-649c0a0d748e"} 3 node_network_name_assign_type{device="br-65c3891cde69"} 3 node_network_name_assign_type{device="br-6654a6f415ef"} 3 node_network_name_assign_type{device="br-666a1a84be8e"} 3 node_network_name_assign_type{device="br-66b00b277461"} 3 node_network_name_assign_type{device="br-67b6f2b09055"} 3 node_network_name_assign_type{device="br-68a4d2d648c6"} 3 node_network_name_assign_type{device="br-6a3142e5de92"} 3 node_network_name_assign_type{device="br-6c34a8b4b6a4"} 3 node_network_name_assign_type{device="br-6c5eccea21bc"} 3 node_network_name_assign_type{device="br-75640dcb1806"} 3 node_network_name_assign_type{device="br-757cf8ccd099"} 3 node_network_name_assign_type{device="br-765d504a1648"} 3 node_network_name_assign_type{device="br-7783edd4fb63"} 3 node_network_name_assign_type{device="br-78c76b7fdacf"} 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-8273700d2b53"} 3 node_network_name_assign_type{device="br-832e21b6735f"} 3 node_network_name_assign_type{device="br-89456f9f0577"} 3 node_network_name_assign_type{device="br-8c4c62bbb4ac"} 3 node_network_name_assign_type{device="br-8c90f08921d2"} 3 node_network_name_assign_type{device="br-8d5f8dfdd165"} 3 node_network_name_assign_type{device="br-8d809ce3c9c6"} 3 node_network_name_assign_type{device="br-8f019a492357"} 3 node_network_name_assign_type{device="br-918ddcd36f9a"} 3 node_network_name_assign_type{device="br-94b2fbf06b0d"} 3 node_network_name_assign_type{device="br-9504d5b6acf5"} 3 node_network_name_assign_type{device="br-967a6a8492ec"} 3 node_network_name_assign_type{device="br-977759f73e31"} 3 node_network_name_assign_type{device="br-9be1f90f0a3c"} 3 node_network_name_assign_type{device="br-9c7a6a4ea029"} 3 node_network_name_assign_type{device="br-9fab29d0fd90"} 3 node_network_name_assign_type{device="br-a01a29421e12"} 3 node_network_name_assign_type{device="br-a073f44ab682"} 3 node_network_name_assign_type{device="br-a08ab772e40d"} 3 node_network_name_assign_type{device="br-a1b2b339a0bc"} 3 node_network_name_assign_type{device="br-a3bcc581540c"} 3 node_network_name_assign_type{device="br-a735d7132cb5"} 3 node_network_name_assign_type{device="br-ab4fc0c8f205"} 3 node_network_name_assign_type{device="br-ac4684d015f6"} 3 node_network_name_assign_type{device="br-ac5441a8184d"} 3 node_network_name_assign_type{device="br-afdcb409567a"} 3 node_network_name_assign_type{device="br-b58abb066918"} 3 node_network_name_assign_type{device="br-b5cc1abc8af1"} 3 node_network_name_assign_type{device="br-b710ed0f91ed"} 3 node_network_name_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_name_assign_type{device="br-be8161177ed9"} 3 node_network_name_assign_type{device="br-bfa260e794d9"} 3 node_network_name_assign_type{device="br-c1c4e42c8216"} 3 node_network_name_assign_type{device="br-c577c6a066cb"} 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-cb62be74ef17"} 3 node_network_name_assign_type{device="br-cc4a14297e79"} 3 node_network_name_assign_type{device="br-cf6b946573c1"} 3 node_network_name_assign_type{device="br-cfa8e5dacf79"} 3 node_network_name_assign_type{device="br-d461c29e6aa7"} 3 node_network_name_assign_type{device="br-d4ad227661d1"} 3 node_network_name_assign_type{device="br-d5a100d1afd1"} 3 node_network_name_assign_type{device="br-d6403551d086"} 3 node_network_name_assign_type{device="br-dae27e4e8b91"} 3 node_network_name_assign_type{device="br-db5d49f98313"} 3 node_network_name_assign_type{device="br-dc87a7504ded"} 3 node_network_name_assign_type{device="br-ddaa8bdc0119"} 3 node_network_name_assign_type{device="br-ddc45447112f"} 3 node_network_name_assign_type{device="br-e0e95d87f3e0"} 3 node_network_name_assign_type{device="br-e24d302efec6"} 3 node_network_name_assign_type{device="br-e3e321b77026"} 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-ead353f203a4"} 3 node_network_name_assign_type{device="br-ec56c664f289"} 3 node_network_name_assign_type{device="br-f17da17d41a2"} 3 node_network_name_assign_type{device="br-f33d4e889abc"} 3 node_network_name_assign_type{device="br-f4b381c64696"} 3 node_network_name_assign_type{device="br-f5d79f441cea"} 3 node_network_name_assign_type{device="br-f645f15c7927"} 3 node_network_name_assign_type{device="br-f6901fdf275f"} 3 node_network_name_assign_type{device="br-f7269b4b25bf"} 3 node_network_name_assign_type{device="br-fa88d6f98186"} 3 node_network_name_assign_type{device="br-fd7abce4f375"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="veth010cf6c"} 3 node_network_name_assign_type{device="veth0118054"} 3 node_network_name_assign_type{device="veth015066a"} 3 node_network_name_assign_type{device="veth01c23a7"} 3 node_network_name_assign_type{device="veth01d8776"} 3 node_network_name_assign_type{device="veth028dce1"} 3 node_network_name_assign_type{device="veth0299373"} 3 node_network_name_assign_type{device="veth03320d3"} 3 node_network_name_assign_type{device="veth0348049"} 3 node_network_name_assign_type{device="veth04c0c5b"} 3 node_network_name_assign_type{device="veth05bb69b"} 3 node_network_name_assign_type{device="veth05d21d3"} 3 node_network_name_assign_type{device="veth063974c"} 3 node_network_name_assign_type{device="veth0665c41"} 3 node_network_name_assign_type{device="veth06bac3f"} 3 node_network_name_assign_type{device="veth06f7fab"} 3 node_network_name_assign_type{device="veth07837a1"} 3 node_network_name_assign_type{device="veth07940a9"} 3 node_network_name_assign_type{device="veth07c394e"} 3 node_network_name_assign_type{device="veth08220c7"} 3 node_network_name_assign_type{device="veth085af09"} 3 node_network_name_assign_type{device="veth08f2029"} 3 node_network_name_assign_type{device="veth093e34b"} 3 node_network_name_assign_type{device="veth095010c"} 3 node_network_name_assign_type{device="veth0b4c3d1"} 3 node_network_name_assign_type{device="veth0bad067"} 3 node_network_name_assign_type{device="veth0bbdec3"} 3 node_network_name_assign_type{device="veth0c16bae"} 3 node_network_name_assign_type{device="veth0c30494"} 3 node_network_name_assign_type{device="veth0caff4e"} 3 node_network_name_assign_type{device="veth0d8770f"} 3 node_network_name_assign_type{device="veth0df388c"} 3 node_network_name_assign_type{device="veth0ea94b5"} 3 node_network_name_assign_type{device="veth0f67dbb"} 3 node_network_name_assign_type{device="veth0f8e2ed"} 3 node_network_name_assign_type{device="veth0fb0b4d"} 3 node_network_name_assign_type{device="veth100cba7"} 3 node_network_name_assign_type{device="veth10146ec"} 3 node_network_name_assign_type{device="veth1031098"} 3 node_network_name_assign_type{device="veth10df4a9"} 3 node_network_name_assign_type{device="veth110bcfe"} 3 node_network_name_assign_type{device="veth110e8ec"} 3 node_network_name_assign_type{device="veth1148460"} 3 node_network_name_assign_type{device="veth12a3be7"} 3 node_network_name_assign_type{device="veth12ae611"} 3 node_network_name_assign_type{device="veth12ca81a"} 3 node_network_name_assign_type{device="veth133acdf"} 3 node_network_name_assign_type{device="veth13f164d"} 3 node_network_name_assign_type{device="veth1431509"} 3 node_network_name_assign_type{device="veth1433538"} 3 node_network_name_assign_type{device="veth14a077c"} 3 node_network_name_assign_type{device="veth1524c7a"} 3 node_network_name_assign_type{device="veth15b5b5d"} 3 node_network_name_assign_type{device="veth1647655"} 3 node_network_name_assign_type{device="veth167a182"} 3 node_network_name_assign_type{device="veth16f4867"} 3 node_network_name_assign_type{device="veth1785664"} 3 node_network_name_assign_type{device="veth199e3b5"} 3 node_network_name_assign_type{device="veth1aa66b7"} 3 node_network_name_assign_type{device="veth1b01e56"} 3 node_network_name_assign_type{device="veth1b11dd2"} 3 node_network_name_assign_type{device="veth1b18086"} 3 node_network_name_assign_type{device="veth1c097c5"} 3 node_network_name_assign_type{device="veth1c4c875"} 3 node_network_name_assign_type{device="veth1c5280a"} 3 node_network_name_assign_type{device="veth1cfc19d"} 3 node_network_name_assign_type{device="veth1d0e0c0"} 3 node_network_name_assign_type{device="veth1d2dae7"} 3 node_network_name_assign_type{device="veth1d629d1"} 3 node_network_name_assign_type{device="veth1d73687"} 3 node_network_name_assign_type{device="veth1d7748d"} 3 node_network_name_assign_type{device="veth1d8d1df"} 3 node_network_name_assign_type{device="veth1dbaa59"} 3 node_network_name_assign_type{device="veth1dc83fc"} 3 node_network_name_assign_type{device="veth1e36d07"} 3 node_network_name_assign_type{device="veth1e44960"} 3 node_network_name_assign_type{device="veth1eb887e"} 3 node_network_name_assign_type{device="veth1ebe556"} 3 node_network_name_assign_type{device="veth1ef8c3b"} 3 node_network_name_assign_type{device="veth1f00723"} 3 node_network_name_assign_type{device="veth1f55581"} 3 node_network_name_assign_type{device="veth200cbca"} 3 node_network_name_assign_type{device="veth201dbeb"} 3 node_network_name_assign_type{device="veth20350f2"} 3 node_network_name_assign_type{device="veth2046904"} 3 node_network_name_assign_type{device="veth20558f6"} 3 node_network_name_assign_type{device="veth206800d"} 3 node_network_name_assign_type{device="veth20c30fb"} 3 node_network_name_assign_type{device="veth20d3122"} 3 node_network_name_assign_type{device="veth20fec73"} 3 node_network_name_assign_type{device="veth2101218"} 3 node_network_name_assign_type{device="veth216cb5e"} 3 node_network_name_assign_type{device="veth21bac8e"} 3 node_network_name_assign_type{device="veth21e6158"} 3 node_network_name_assign_type{device="veth21edd0c"} 3 node_network_name_assign_type{device="veth22047d0"} 3 node_network_name_assign_type{device="veth22a4380"} 3 node_network_name_assign_type{device="veth22a99e1"} 3 node_network_name_assign_type{device="veth22ec2e1"} 3 node_network_name_assign_type{device="veth233a2ff"} 3 node_network_name_assign_type{device="veth23cfa18"} 3 node_network_name_assign_type{device="veth23e3157"} 3 node_network_name_assign_type{device="veth253ee4b"} 3 node_network_name_assign_type{device="veth25731c6"} 3 node_network_name_assign_type{device="veth257e734"} 3 node_network_name_assign_type{device="veth26d9a84"} 3 node_network_name_assign_type{device="veth26da4e6"} 3 node_network_name_assign_type{device="veth26de035"} 3 node_network_name_assign_type{device="veth26e26ed"} 3 node_network_name_assign_type{device="veth271e2be"} 3 node_network_name_assign_type{device="veth273b370"} 3 node_network_name_assign_type{device="veth2850417"} 3 node_network_name_assign_type{device="veth28b3c5c"} 3 node_network_name_assign_type{device="veth297bd24"} 3 node_network_name_assign_type{device="veth29e137d"} 3 node_network_name_assign_type{device="veth2a08596"} 3 node_network_name_assign_type{device="veth2b080cb"} 3 node_network_name_assign_type{device="veth2b1e3c8"} 3 node_network_name_assign_type{device="veth2b70ed0"} 3 node_network_name_assign_type{device="veth2b88298"} 3 node_network_name_assign_type{device="veth2ba28cc"} 3 node_network_name_assign_type{device="veth2c7ea81"} 3 node_network_name_assign_type{device="veth2ccb650"} 3 node_network_name_assign_type{device="veth2cdd57a"} 3 node_network_name_assign_type{device="veth2d38052"} 3 node_network_name_assign_type{device="veth2d90db8"} 3 node_network_name_assign_type{device="veth2db0bc8"} 3 node_network_name_assign_type{device="veth2e3e11b"} 3 node_network_name_assign_type{device="veth2eaeb65"} 3 node_network_name_assign_type{device="veth2edd93a"} 3 node_network_name_assign_type{device="veth2f83127"} 3 node_network_name_assign_type{device="veth2fad712"} 3 node_network_name_assign_type{device="veth2fc1259"} 3 node_network_name_assign_type{device="veth2fd4dcf"} 3 node_network_name_assign_type{device="veth3018884"} 3 node_network_name_assign_type{device="veth302391f"} 3 node_network_name_assign_type{device="veth3036978"} 3 node_network_name_assign_type{device="veth30a5c63"} 3 node_network_name_assign_type{device="veth3190c62"} 3 node_network_name_assign_type{device="veth31e5a9e"} 3 node_network_name_assign_type{device="veth31f0812"} 3 node_network_name_assign_type{device="veth32a4eb2"} 3 node_network_name_assign_type{device="veth340f558"} 3 node_network_name_assign_type{device="veth34317c5"} 3 node_network_name_assign_type{device="veth3497f43"} 3 node_network_name_assign_type{device="veth35137a1"} 3 node_network_name_assign_type{device="veth351f876"} 3 node_network_name_assign_type{device="veth356b213"} 3 node_network_name_assign_type{device="veth35c1d5d"} 3 node_network_name_assign_type{device="veth35e62a2"} 3 node_network_name_assign_type{device="veth3660b83"} 3 node_network_name_assign_type{device="veth369fc55"} 3 node_network_name_assign_type{device="veth36ef53a"} 3 node_network_name_assign_type{device="veth375f2a0"} 3 node_network_name_assign_type{device="veth37c5473"} 3 node_network_name_assign_type{device="veth3886d62"} 3 node_network_name_assign_type{device="veth391ec21"} 3 node_network_name_assign_type{device="veth39344a6"} 3 node_network_name_assign_type{device="veth39d278e"} 3 node_network_name_assign_type{device="veth3a42551"} 3 node_network_name_assign_type{device="veth3af658d"} 3 node_network_name_assign_type{device="veth3afab44"} 3 node_network_name_assign_type{device="veth3be2114"} 3 node_network_name_assign_type{device="veth3c52a6b"} 3 node_network_name_assign_type{device="veth3c96f87"} 3 node_network_name_assign_type{device="veth3cf6698"} 3 node_network_name_assign_type{device="veth3d7e10e"} 3 node_network_name_assign_type{device="veth3de8760"} 3 node_network_name_assign_type{device="veth3dfd180"} 3 node_network_name_assign_type{device="veth3e101c0"} 3 node_network_name_assign_type{device="veth3e128b5"} 3 node_network_name_assign_type{device="veth3eef6e7"} 3 node_network_name_assign_type{device="veth3f766aa"} 3 node_network_name_assign_type{device="veth3f8f002"} 3 node_network_name_assign_type{device="veth400b680"} 3 node_network_name_assign_type{device="veth4079dc2"} 3 node_network_name_assign_type{device="veth4082762"} 3 node_network_name_assign_type{device="veth40905f5"} 3 node_network_name_assign_type{device="veth410cac4"} 3 node_network_name_assign_type{device="veth411daee"} 3 node_network_name_assign_type{device="veth4136e74"} 3 node_network_name_assign_type{device="veth41b3812"} 3 node_network_name_assign_type{device="veth41c7fd1"} 3 node_network_name_assign_type{device="veth427a6a0"} 3 node_network_name_assign_type{device="veth4391ce3"} 3 node_network_name_assign_type{device="veth44023e4"} 3 node_network_name_assign_type{device="veth4418c4f"} 3 node_network_name_assign_type{device="veth445067e"} 3 node_network_name_assign_type{device="veth4498697"} 3 node_network_name_assign_type{device="veth44a2e68"} 3 node_network_name_assign_type{device="veth44b9a64"} 3 node_network_name_assign_type{device="veth44eaf2c"} 3 node_network_name_assign_type{device="veth45ba942"} 3 node_network_name_assign_type{device="veth45bf0a5"} 3 node_network_name_assign_type{device="veth45d5fcf"} 3 node_network_name_assign_type{device="veth467feaf"} 3 node_network_name_assign_type{device="veth46be02b"} 3 node_network_name_assign_type{device="veth47a78db"} 3 node_network_name_assign_type{device="veth47c0091"} 3 node_network_name_assign_type{device="veth47fbfa1"} 3 node_network_name_assign_type{device="veth482bd25"} 3 node_network_name_assign_type{device="veth4865e48"} 3 node_network_name_assign_type{device="veth487ae24"} 3 node_network_name_assign_type{device="veth494a1eb"} 3 node_network_name_assign_type{device="veth49501f4"} 3 node_network_name_assign_type{device="veth495aa66"} 3 node_network_name_assign_type{device="veth4a3f821"} 3 node_network_name_assign_type{device="veth4a5aa12"} 3 node_network_name_assign_type{device="veth4b32651"} 3 node_network_name_assign_type{device="veth4b9cef1"} 3 node_network_name_assign_type{device="veth4bc06c3"} 3 node_network_name_assign_type{device="veth4bcc505"} 3 node_network_name_assign_type{device="veth4dc758a"} 3 node_network_name_assign_type{device="veth4eeb5e5"} 3 node_network_name_assign_type{device="veth4f78f9e"} 3 node_network_name_assign_type{device="veth4fb5a24"} 3 node_network_name_assign_type{device="veth4fc6d17"} 3 node_network_name_assign_type{device="veth500d596"} 3 node_network_name_assign_type{device="veth5148843"} 3 node_network_name_assign_type{device="veth516a2dd"} 3 node_network_name_assign_type{device="veth51cb6e1"} 3 node_network_name_assign_type{device="veth531d83a"} 3 node_network_name_assign_type{device="veth53841ff"} 3 node_network_name_assign_type{device="veth538f11f"} 3 node_network_name_assign_type{device="veth53a474c"} 3 node_network_name_assign_type{device="veth53c0c49"} 3 node_network_name_assign_type{device="veth5408e9e"} 3 node_network_name_assign_type{device="veth54327b2"} 3 node_network_name_assign_type{device="veth54aa51d"} 3 node_network_name_assign_type{device="veth5644c2c"} 3 node_network_name_assign_type{device="veth5662068"} 3 node_network_name_assign_type{device="veth566b833"} 3 node_network_name_assign_type{device="veth56c1ee3"} 3 node_network_name_assign_type{device="veth574a9bf"} 3 node_network_name_assign_type{device="veth5823a67"} 3 node_network_name_assign_type{device="veth582b1e1"} 3 node_network_name_assign_type{device="veth58398da"} 3 node_network_name_assign_type{device="veth59af09d"} 3 node_network_name_assign_type{device="veth5a57667"} 3 node_network_name_assign_type{device="veth5a5947d"} 3 node_network_name_assign_type{device="veth5aa7930"} 3 node_network_name_assign_type{device="veth5b2851f"} 3 node_network_name_assign_type{device="veth5b569cb"} 3 node_network_name_assign_type{device="veth5be0e34"} 3 node_network_name_assign_type{device="veth5cbd82f"} 3 node_network_name_assign_type{device="veth5d07046"} 3 node_network_name_assign_type{device="veth5d8e6f5"} 3 node_network_name_assign_type{device="veth5da80fb"} 3 node_network_name_assign_type{device="veth5db9191"} 3 node_network_name_assign_type{device="veth5df7840"} 3 node_network_name_assign_type{device="veth5e055da"} 3 node_network_name_assign_type{device="veth5e9d6c1"} 3 node_network_name_assign_type{device="veth5f14d4e"} 3 node_network_name_assign_type{device="veth5f85831"} 3 node_network_name_assign_type{device="veth5fda1aa"} 3 node_network_name_assign_type{device="veth609f65f"} 3 node_network_name_assign_type{device="veth60a6470"} 3 node_network_name_assign_type{device="veth60ac914"} 3 node_network_name_assign_type{device="veth60be674"} 3 node_network_name_assign_type{device="veth6100f2e"} 3 node_network_name_assign_type{device="veth6141b70"} 3 node_network_name_assign_type{device="veth6151bb9"} 3 node_network_name_assign_type{device="veth61c4816"} 3 node_network_name_assign_type{device="veth61d7283"} 3 node_network_name_assign_type{device="veth6228670"} 3 node_network_name_assign_type{device="veth629242b"} 3 node_network_name_assign_type{device="veth6374fd2"} 3 node_network_name_assign_type{device="veth6391005"} 3 node_network_name_assign_type{device="veth63cf232"} 3 node_network_name_assign_type{device="veth640a039"} 3 node_network_name_assign_type{device="veth642d0c1"} 3 node_network_name_assign_type{device="veth643a437"} 3 node_network_name_assign_type{device="veth64fdbac"} 3 node_network_name_assign_type{device="veth6515c1a"} 3 node_network_name_assign_type{device="veth656302b"} 3 node_network_name_assign_type{device="veth663b727"} 3 node_network_name_assign_type{device="veth6694b48"} 3 node_network_name_assign_type{device="veth66c10ee"} 3 node_network_name_assign_type{device="veth671f5fb"} 3 node_network_name_assign_type{device="veth6727827"} 3 node_network_name_assign_type{device="veth6735453"} 3 node_network_name_assign_type{device="veth674eb08"} 3 node_network_name_assign_type{device="veth67bdfb5"} 3 node_network_name_assign_type{device="veth67c3090"} 3 node_network_name_assign_type{device="veth6827eeb"} 3 node_network_name_assign_type{device="veth686cf8f"} 3 node_network_name_assign_type{device="veth686e4ce"} 3 node_network_name_assign_type{device="veth694a5f6"} 3 node_network_name_assign_type{device="veth6955d38"} 3 node_network_name_assign_type{device="veth6a8f538"} 3 node_network_name_assign_type{device="veth6ae26de"} 3 node_network_name_assign_type{device="veth6b4fcb5"} 3 node_network_name_assign_type{device="veth6bd4c88"} 3 node_network_name_assign_type{device="veth6c0ac2b"} 3 node_network_name_assign_type{device="veth6c5d880"} 3 node_network_name_assign_type{device="veth6c7b2e3"} 3 node_network_name_assign_type{device="veth6c84c0f"} 3 node_network_name_assign_type{device="veth6cb308f"} 3 node_network_name_assign_type{device="veth6cc8853"} 3 node_network_name_assign_type{device="veth6cf5c92"} 3 node_network_name_assign_type{device="veth6d937a2"} 3 node_network_name_assign_type{device="veth6e35c23"} 3 node_network_name_assign_type{device="veth6e379ab"} 3 node_network_name_assign_type{device="veth6f266b8"} 3 node_network_name_assign_type{device="veth6f36c86"} 3 node_network_name_assign_type{device="veth6fbd9ae"} 3 node_network_name_assign_type{device="veth6fe10bb"} 3 node_network_name_assign_type{device="veth70d4eb5"} 3 node_network_name_assign_type{device="veth71868de"} 3 node_network_name_assign_type{device="veth72921dc"} 3 node_network_name_assign_type{device="veth72cb0b9"} 3 node_network_name_assign_type{device="veth732170b"} 3 node_network_name_assign_type{device="veth73778ca"} 3 node_network_name_assign_type{device="veth73c2c96"} 3 node_network_name_assign_type{device="veth73d2548"} 3 node_network_name_assign_type{device="veth7458897"} 3 node_network_name_assign_type{device="veth7465df3"} 3 node_network_name_assign_type{device="veth7561080"} 3 node_network_name_assign_type{device="veth757c34a"} 3 node_network_name_assign_type{device="veth7595562"} 3 node_network_name_assign_type{device="veth76187dd"} 3 node_network_name_assign_type{device="veth7676d1c"} 3 node_network_name_assign_type{device="veth76d519a"} 3 node_network_name_assign_type{device="veth76e63a1"} 3 node_network_name_assign_type{device="veth7761467"} 3 node_network_name_assign_type{device="veth77842d9"} 3 node_network_name_assign_type{device="veth778f08d"} 3 node_network_name_assign_type{device="veth77a2e6e"} 3 node_network_name_assign_type{device="veth77b25a2"} 3 node_network_name_assign_type{device="veth77d929a"} 3 node_network_name_assign_type{device="veth77e0563"} 3 node_network_name_assign_type{device="veth77ea6db"} 3 node_network_name_assign_type{device="veth78790bc"} 3 node_network_name_assign_type{device="veth7904e58"} 3 node_network_name_assign_type{device="veth79c5a75"} 3 node_network_name_assign_type{device="veth7a831cf"} 3 node_network_name_assign_type{device="veth7b0ab9e"} 3 node_network_name_assign_type{device="veth7b380ec"} 3 node_network_name_assign_type{device="veth7b48c14"} 3 node_network_name_assign_type{device="veth7b78b78"} 3 node_network_name_assign_type{device="veth7b89f6f"} 3 node_network_name_assign_type{device="veth7c2dbba"} 3 node_network_name_assign_type{device="veth7c546d4"} 3 node_network_name_assign_type{device="veth7c54e1e"} 3 node_network_name_assign_type{device="veth7c58951"} 3 node_network_name_assign_type{device="veth7c705d1"} 3 node_network_name_assign_type{device="veth7d3dd83"} 3 node_network_name_assign_type{device="veth7d8e60b"} 3 node_network_name_assign_type{device="veth7d9930a"} 3 node_network_name_assign_type{device="veth7ec3780"} 3 node_network_name_assign_type{device="veth7f09f4c"} 3 node_network_name_assign_type{device="veth8004847"} 3 node_network_name_assign_type{device="veth80252b4"} 3 node_network_name_assign_type{device="veth80badd0"} 3 node_network_name_assign_type{device="veth80c389c"} 3 node_network_name_assign_type{device="veth8101e42"} 3 node_network_name_assign_type{device="veth811e063"} 3 node_network_name_assign_type{device="veth816a265"} 3 node_network_name_assign_type{device="veth8186d77"} 3 node_network_name_assign_type{device="veth820f0db"} 3 node_network_name_assign_type{device="veth8237dc3"} 3 node_network_name_assign_type{device="veth8269643"} 3 node_network_name_assign_type{device="veth828ecf9"} 3 node_network_name_assign_type{device="veth83498cb"} 3 node_network_name_assign_type{device="veth834d149"} 3 node_network_name_assign_type{device="veth8357150"} 3 node_network_name_assign_type{device="veth83fb8e6"} 3 node_network_name_assign_type{device="veth84220c4"} 3 node_network_name_assign_type{device="veth84e1fc4"} 3 node_network_name_assign_type{device="veth850b442"} 3 node_network_name_assign_type{device="veth85daf28"} 3 node_network_name_assign_type{device="veth861068a"} 3 node_network_name_assign_type{device="veth866bba7"} 3 node_network_name_assign_type{device="veth86a2462"} 3 node_network_name_assign_type{device="veth872cb76"} 3 node_network_name_assign_type{device="veth87362c6"} 3 node_network_name_assign_type{device="veth87cb8c8"} 3 node_network_name_assign_type{device="veth87d5677"} 3 node_network_name_assign_type{device="veth87d62cb"} 3 node_network_name_assign_type{device="veth87d7e35"} 3 node_network_name_assign_type{device="veth87e75ee"} 3 node_network_name_assign_type{device="veth87f4935"} 3 node_network_name_assign_type{device="veth87fdb6a"} 3 node_network_name_assign_type{device="veth889a2f1"} 3 node_network_name_assign_type{device="veth88ac732"} 3 node_network_name_assign_type{device="veth8922783"} 3 node_network_name_assign_type{device="veth896c132"} 3 node_network_name_assign_type{device="veth899b99d"} 3 node_network_name_assign_type{device="veth89b275c"} 3 node_network_name_assign_type{device="veth8a52231"} 3 node_network_name_assign_type{device="veth8a89268"} 3 node_network_name_assign_type{device="veth8b3b309"} 3 node_network_name_assign_type{device="veth8b541a1"} 3 node_network_name_assign_type{device="veth8b983cf"} 3 node_network_name_assign_type{device="veth8bc856f"} 3 node_network_name_assign_type{device="veth8bc982a"} 3 node_network_name_assign_type{device="veth8bd3242"} 3 node_network_name_assign_type{device="veth8bed13f"} 3 node_network_name_assign_type{device="veth8c86032"} 3 node_network_name_assign_type{device="veth8c88f73"} 3 node_network_name_assign_type{device="veth8c93126"} 3 node_network_name_assign_type{device="veth8d22374"} 3 node_network_name_assign_type{device="veth8d6536d"} 3 node_network_name_assign_type{device="veth8d7d98e"} 3 node_network_name_assign_type{device="veth8d88b16"} 3 node_network_name_assign_type{device="veth8d936c5"} 3 node_network_name_assign_type{device="veth8e0e8a0"} 3 node_network_name_assign_type{device="veth8e914f7"} 3 node_network_name_assign_type{device="veth8ea541c"} 3 node_network_name_assign_type{device="veth8ecee2e"} 3 node_network_name_assign_type{device="veth8f1ab25"} 3 node_network_name_assign_type{device="veth8f7a6af"} 3 node_network_name_assign_type{device="veth8f9b8d0"} 3 node_network_name_assign_type{device="veth906c063"} 3 node_network_name_assign_type{device="veth909d986"} 3 node_network_name_assign_type{device="veth90c1c36"} 3 node_network_name_assign_type{device="veth91af2c1"} 3 node_network_name_assign_type{device="veth91d764a"} 3 node_network_name_assign_type{device="veth9204861"} 3 node_network_name_assign_type{device="veth921bb23"} 3 node_network_name_assign_type{device="veth9312dae"} 3 node_network_name_assign_type{device="veth9317063"} 3 node_network_name_assign_type{device="veth93596dd"} 3 node_network_name_assign_type{device="veth93882ee"} 3 node_network_name_assign_type{device="veth93d7d29"} 3 node_network_name_assign_type{device="veth93dba36"} 3 node_network_name_assign_type{device="veth93ddc00"} 3 node_network_name_assign_type{device="veth943efa3"} 3 node_network_name_assign_type{device="veth9487334"} 3 node_network_name_assign_type{device="veth94edd33"} 3 node_network_name_assign_type{device="veth9553163"} 3 node_network_name_assign_type{device="veth965628f"} 3 node_network_name_assign_type{device="veth96d77f6"} 3 node_network_name_assign_type{device="veth9841ead"} 3 node_network_name_assign_type{device="veth988596b"} 3 node_network_name_assign_type{device="veth98bcfcf"} 3 node_network_name_assign_type{device="veth992b562"} 3 node_network_name_assign_type{device="veth998fc07"} 3 node_network_name_assign_type{device="veth9af67e8"} 3 node_network_name_assign_type{device="veth9b8c3fe"} 3 node_network_name_assign_type{device="veth9ba3bbe"} 3 node_network_name_assign_type{device="veth9c7f67d"} 3 node_network_name_assign_type{device="veth9c8af90"} 3 node_network_name_assign_type{device="veth9d596d7"} 3 node_network_name_assign_type{device="veth9dc5a7e"} 3 node_network_name_assign_type{device="veth9dce1ef"} 3 node_network_name_assign_type{device="veth9dddbc9"} 3 node_network_name_assign_type{device="veth9dfec82"} 3 node_network_name_assign_type{device="veth9f0cb80"} 3 node_network_name_assign_type{device="veth9f2b7f4"} 3 node_network_name_assign_type{device="vetha0524ab"} 3 node_network_name_assign_type{device="vetha09db05"} 3 node_network_name_assign_type{device="vetha0c9f28"} 3 node_network_name_assign_type{device="vetha137a8a"} 3 node_network_name_assign_type{device="vetha1a2849"} 3 node_network_name_assign_type{device="vetha246e20"} 3 node_network_name_assign_type{device="vetha262863"} 3 node_network_name_assign_type{device="vetha2e8433"} 3 node_network_name_assign_type{device="vetha33f58d"} 3 node_network_name_assign_type{device="vetha364335"} 3 node_network_name_assign_type{device="vetha39dbf7"} 3 node_network_name_assign_type{device="vetha3d15af"} 3 node_network_name_assign_type{device="vetha46dce5"} 3 node_network_name_assign_type{device="vetha4a4b5e"} 3 node_network_name_assign_type{device="vetha52fdb0"} 3 node_network_name_assign_type{device="vetha532453"} 3 node_network_name_assign_type{device="vetha542775"} 3 node_network_name_assign_type{device="vetha5f484b"} 3 node_network_name_assign_type{device="vetha626559"} 3 node_network_name_assign_type{device="vetha6695f8"} 3 node_network_name_assign_type{device="vetha6bbe19"} 3 node_network_name_assign_type{device="vetha71b22e"} 3 node_network_name_assign_type{device="vetha73388c"} 3 node_network_name_assign_type{device="vetha7d15e0"} 3 node_network_name_assign_type{device="vetha819cf5"} 3 node_network_name_assign_type{device="vetha833154"} 3 node_network_name_assign_type{device="vetha8d245b"} 3 node_network_name_assign_type{device="vetha9a6ee7"} 3 node_network_name_assign_type{device="vetha9be187"} 3 node_network_name_assign_type{device="vethaac0f5a"} 3 node_network_name_assign_type{device="vethaaf14ed"} 3 node_network_name_assign_type{device="vethaafbc9c"} 3 node_network_name_assign_type{device="vethac8f909"} 3 node_network_name_assign_type{device="vethad12882"} 3 node_network_name_assign_type{device="vethad278fa"} 3 node_network_name_assign_type{device="vethad4728b"} 3 node_network_name_assign_type{device="vethad94033"} 3 node_network_name_assign_type{device="vethae911de"} 3 node_network_name_assign_type{device="vethaf848b4"} 3 node_network_name_assign_type{device="vethafdb738"} 3 node_network_name_assign_type{device="vethb03a241"} 3 node_network_name_assign_type{device="vethb0541e3"} 3 node_network_name_assign_type{device="vethb094466"} 3 node_network_name_assign_type{device="vethb0dce79"} 3 node_network_name_assign_type{device="vethb15363b"} 3 node_network_name_assign_type{device="vethb1b5e1a"} 3 node_network_name_assign_type{device="vethb20e6ba"} 3 node_network_name_assign_type{device="vethb348a18"} 3 node_network_name_assign_type{device="vethb39d63e"} 3 node_network_name_assign_type{device="vethb3a121b"} 3 node_network_name_assign_type{device="vethb3deee0"} 3 node_network_name_assign_type{device="vethb437aaa"} 3 node_network_name_assign_type{device="vethb446f39"} 3 node_network_name_assign_type{device="vethb463420"} 3 node_network_name_assign_type{device="vethb5e7625"} 3 node_network_name_assign_type{device="vethb5fac8d"} 3 node_network_name_assign_type{device="vethb60b24f"} 3 node_network_name_assign_type{device="vethb6a7795"} 3 node_network_name_assign_type{device="vethb70e800"} 3 node_network_name_assign_type{device="vethb77480b"} 3 node_network_name_assign_type{device="vethb8277ac"} 3 node_network_name_assign_type{device="vethba29e31"} 3 node_network_name_assign_type{device="vethba6e44c"} 3 node_network_name_assign_type{device="vethbb09104"} 3 node_network_name_assign_type{device="vethbb16237"} 3 node_network_name_assign_type{device="vethbb70179"} 3 node_network_name_assign_type{device="vethbba5630"} 3 node_network_name_assign_type{device="vethbbbbe04"} 3 node_network_name_assign_type{device="vethbbdba94"} 3 node_network_name_assign_type{device="vethbbfb0b7"} 3 node_network_name_assign_type{device="vethbc76a10"} 3 node_network_name_assign_type{device="vethbd2a2ee"} 3 node_network_name_assign_type{device="vethbda2ae7"} 3 node_network_name_assign_type{device="vethbded328"} 3 node_network_name_assign_type{device="vethbe2f7fe"} 3 node_network_name_assign_type{device="vethbe857cb"} 3 node_network_name_assign_type{device="vethbe875cc"} 3 node_network_name_assign_type{device="vethbf184b1"} 3 node_network_name_assign_type{device="vethbf984b6"} 3 node_network_name_assign_type{device="vethbffb2be"} 3 node_network_name_assign_type{device="vethc0f4be2"} 3 node_network_name_assign_type{device="vethc11e467"} 3 node_network_name_assign_type{device="vethc1f90e5"} 3 node_network_name_assign_type{device="vethc3672f4"} 3 node_network_name_assign_type{device="vethc3a39c5"} 3 node_network_name_assign_type{device="vethc3b6740"} 3 node_network_name_assign_type{device="vethc4690e0"} 3 node_network_name_assign_type{device="vethc4ee1b8"} 3 node_network_name_assign_type{device="vethc5402c9"} 3 node_network_name_assign_type{device="vethc547482"} 3 node_network_name_assign_type{device="vethc5fe0b1"} 3 node_network_name_assign_type{device="vethc60975c"} 3 node_network_name_assign_type{device="vethc69126e"} 3 node_network_name_assign_type{device="vethc6eb625"} 3 node_network_name_assign_type{device="vethc6fac07"} 3 node_network_name_assign_type{device="vethc702703"} 3 node_network_name_assign_type{device="vethc74fac6"} 3 node_network_name_assign_type{device="vethc78dd63"} 3 node_network_name_assign_type{device="vethc7cef54"} 3 node_network_name_assign_type{device="vethc7e6d28"} 3 node_network_name_assign_type{device="vethc800506"} 3 node_network_name_assign_type{device="vethc8344c6"} 3 node_network_name_assign_type{device="vethc85e8a1"} 3 node_network_name_assign_type{device="vethc86b25e"} 3 node_network_name_assign_type{device="vethc88f6d5"} 3 node_network_name_assign_type{device="vethc91fc73"} 3 node_network_name_assign_type{device="vethc942fad"} 3 node_network_name_assign_type{device="vethc99741d"} 3 node_network_name_assign_type{device="vethca7a920"} 3 node_network_name_assign_type{device="vethcb56258"} 3 node_network_name_assign_type{device="vethcb70a05"} 3 node_network_name_assign_type{device="vethcbb6ad3"} 3 node_network_name_assign_type{device="vethcbe3245"} 3 node_network_name_assign_type{device="vethcc05e54"} 3 node_network_name_assign_type{device="vethcc0a6a7"} 3 node_network_name_assign_type{device="vethcc4df6c"} 3 node_network_name_assign_type{device="vethccde146"} 3 node_network_name_assign_type{device="vethcd1a107"} 3 node_network_name_assign_type{device="vethcdc87c7"} 3 node_network_name_assign_type{device="vethce0cd64"} 3 node_network_name_assign_type{device="vethce27cb9"} 3 node_network_name_assign_type{device="vethce2a31d"} 3 node_network_name_assign_type{device="vethce67b11"} 3 node_network_name_assign_type{device="vethd0a9732"} 3 node_network_name_assign_type{device="vethd183c34"} 3 node_network_name_assign_type{device="vethd1a8a33"} 3 node_network_name_assign_type{device="vethd1b1ed7"} 3 node_network_name_assign_type{device="vethd1c6adb"} 3 node_network_name_assign_type{device="vethd1caf98"} 3 node_network_name_assign_type{device="vethd1f851b"} 3 node_network_name_assign_type{device="vethd23fa3c"} 3 node_network_name_assign_type{device="vethd2d1d0b"} 3 node_network_name_assign_type{device="vethd2d4c0f"} 3 node_network_name_assign_type{device="vethd2e142a"} 3 node_network_name_assign_type{device="vethd2f2476"} 3 node_network_name_assign_type{device="vethd32989f"} 3 node_network_name_assign_type{device="vethd33027f"} 3 node_network_name_assign_type{device="vethd386c1b"} 3 node_network_name_assign_type{device="vethd394f60"} 3 node_network_name_assign_type{device="vethd39b75f"} 3 node_network_name_assign_type{device="vethd3b8b64"} 3 node_network_name_assign_type{device="vethd3d71c3"} 3 node_network_name_assign_type{device="vethd3d74f4"} 3 node_network_name_assign_type{device="vethd3f5c3d"} 3 node_network_name_assign_type{device="vethd418045"} 3 node_network_name_assign_type{device="vethd583737"} 3 node_network_name_assign_type{device="vethd5b7fe1"} 3 node_network_name_assign_type{device="vethd6812c2"} 3 node_network_name_assign_type{device="vethd72be73"} 3 node_network_name_assign_type{device="vethd741df9"} 3 node_network_name_assign_type{device="vethd764c1d"} 3 node_network_name_assign_type{device="vethd77fdfb"} 3 node_network_name_assign_type{device="vethd7b6b6d"} 3 node_network_name_assign_type{device="vethd7ce910"} 3 node_network_name_assign_type{device="vethd80b242"} 3 node_network_name_assign_type{device="vethd9290a5"} 3 node_network_name_assign_type{device="vethd9633d5"} 3 node_network_name_assign_type{device="vethd9c1ac2"} 3 node_network_name_assign_type{device="vethd9dc45d"} 3 node_network_name_assign_type{device="vethdb3bfe5"} 3 node_network_name_assign_type{device="vethdb8e006"} 3 node_network_name_assign_type{device="vethdba04c6"} 3 node_network_name_assign_type{device="vethdcf0fe6"} 3 node_network_name_assign_type{device="vethdd73e31"} 3 node_network_name_assign_type{device="vethdeb43da"} 3 node_network_name_assign_type{device="vethdf2fc0c"} 3 node_network_name_assign_type{device="vethdf8b192"} 3 node_network_name_assign_type{device="vethe0014f6"} 3 node_network_name_assign_type{device="vethe04376c"} 3 node_network_name_assign_type{device="vethe0824de"} 3 node_network_name_assign_type{device="vethe1acebe"} 3 node_network_name_assign_type{device="vethe1b57af"} 3 node_network_name_assign_type{device="vethe2677b2"} 3 node_network_name_assign_type{device="vethe330364"} 3 node_network_name_assign_type{device="vethe358b9b"} 3 node_network_name_assign_type{device="vethe393e1f"} 3 node_network_name_assign_type{device="vethe3fc1d5"} 3 node_network_name_assign_type{device="vethe439679"} 3 node_network_name_assign_type{device="vethe484f21"} 3 node_network_name_assign_type{device="vethe49717f"} 3 node_network_name_assign_type{device="vethe4ad4e5"} 3 node_network_name_assign_type{device="vethe4e85e7"} 3 node_network_name_assign_type{device="vethe52bda0"} 3 node_network_name_assign_type{device="vethe5f3f06"} 3 node_network_name_assign_type{device="vethe63d6dd"} 3 node_network_name_assign_type{device="vethe6c23f6"} 3 node_network_name_assign_type{device="vethe766e72"} 3 node_network_name_assign_type{device="vethe7aff89"} 3 node_network_name_assign_type{device="vethe8648b1"} 3 node_network_name_assign_type{device="vethe87664c"} 3 node_network_name_assign_type{device="vethe880812"} 3 node_network_name_assign_type{device="vethe8d7ad1"} 3 node_network_name_assign_type{device="vethe98ffcc"} 3 node_network_name_assign_type{device="vethea8c77f"} 3 node_network_name_assign_type{device="vetheaaf5da"} 3 node_network_name_assign_type{device="vetheb750ff"} 3 node_network_name_assign_type{device="vethebe1c57"} 3 node_network_name_assign_type{device="vethec1bace"} 3 node_network_name_assign_type{device="vethedee635"} 3 node_network_name_assign_type{device="vethee49f2e"} 3 node_network_name_assign_type{device="vethee55381"} 3 node_network_name_assign_type{device="vetheebb707"} 3 node_network_name_assign_type{device="vetheede58b"} 3 node_network_name_assign_type{device="vethef01414"} 3 node_network_name_assign_type{device="vethef4d3cf"} 3 node_network_name_assign_type{device="vethef8ca1b"} 3 node_network_name_assign_type{device="vethef9a53b"} 3 node_network_name_assign_type{device="vetheff1b62"} 3 node_network_name_assign_type{device="vethf00a1a9"} 3 node_network_name_assign_type{device="vethf0d88b0"} 3 node_network_name_assign_type{device="vethf0e15a5"} 3 node_network_name_assign_type{device="vethf0f7c00"} 3 node_network_name_assign_type{device="vethf1a351b"} 3 node_network_name_assign_type{device="vethf1cab6c"} 3 node_network_name_assign_type{device="vethf1ffdde"} 3 node_network_name_assign_type{device="vethf30dce1"} 3 node_network_name_assign_type{device="vethf34ab67"} 3 node_network_name_assign_type{device="vethf3942da"} 3 node_network_name_assign_type{device="vethf40383d"} 3 node_network_name_assign_type{device="vethf4756aa"} 3 node_network_name_assign_type{device="vethf4b3dd4"} 3 node_network_name_assign_type{device="vethf572a6b"} 3 node_network_name_assign_type{device="vethf5f8567"} 3 node_network_name_assign_type{device="vethf62f7b0"} 3 node_network_name_assign_type{device="vethf766060"} 3 node_network_name_assign_type{device="vethf796416"} 3 node_network_name_assign_type{device="vethf7dde08"} 3 node_network_name_assign_type{device="vethf804fc2"} 3 node_network_name_assign_type{device="vethf89cdc2"} 3 node_network_name_assign_type{device="vethf8f166c"} 3 node_network_name_assign_type{device="vethf9080d7"} 3 node_network_name_assign_type{device="vethf90aa51"} 3 node_network_name_assign_type{device="vethf91787e"} 3 node_network_name_assign_type{device="vethf925f21"} 3 node_network_name_assign_type{device="vethf954e2e"} 3 node_network_name_assign_type{device="vethf96c7ac"} 3 node_network_name_assign_type{device="vethfb0d0e8"} 3 node_network_name_assign_type{device="vethfb3ff4e"} 3 node_network_name_assign_type{device="vethfc0e66c"} 3 node_network_name_assign_type{device="vethfcd6d02"} 3 node_network_name_assign_type{device="vethfe45418"} 3 node_network_name_assign_type{device="vethfe716bb"} 3 node_network_name_assign_type{device="vethfe71df5"} 3 node_network_name_assign_type{device="vethfecb007"} 3 node_network_name_assign_type{device="vethfee22ad"} 3 node_network_name_assign_type{device="vethff26790"} 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-032930a8871d"} 0 node_network_net_dev_group{device="br-03ced592235a"} 0 node_network_net_dev_group{device="br-0871d54d3675"} 0 node_network_net_dev_group{device="br-089331b9c07a"} 0 node_network_net_dev_group{device="br-0a8e30067c8e"} 0 node_network_net_dev_group{device="br-0d01f742526c"} 0 node_network_net_dev_group{device="br-0d9fdd0cf163"} 0 node_network_net_dev_group{device="br-12a5c8e99f7e"} 0 node_network_net_dev_group{device="br-131fa2cef983"} 0 node_network_net_dev_group{device="br-14216610e159"} 0 node_network_net_dev_group{device="br-15dab3c5a2fb"} 0 node_network_net_dev_group{device="br-16453071a16a"} 0 node_network_net_dev_group{device="br-1824841a31f9"} 0 node_network_net_dev_group{device="br-1b283e1e5128"} 0 node_network_net_dev_group{device="br-1c85749e122e"} 0 node_network_net_dev_group{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 0 node_network_net_dev_group{device="br-3db3cc2bc444"} 0 node_network_net_dev_group{device="br-41c4dd613804"} 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-4698f8262a4c"} 0 node_network_net_dev_group{device="br-483851ad6d82"} 0 node_network_net_dev_group{device="br-491d965e7355"} 0 node_network_net_dev_group{device="br-4a66d39e6115"} 0 node_network_net_dev_group{device="br-52ce8deae651"} 0 node_network_net_dev_group{device="br-5567248b7fed"} 0 node_network_net_dev_group{device="br-559d36b72748"} 0 node_network_net_dev_group{device="br-57259014cf16"} 0 node_network_net_dev_group{device="br-5748fcd1e7ca"} 0 node_network_net_dev_group{device="br-5a028c7b8cc5"} 0 node_network_net_dev_group{device="br-5a09c7dffa78"} 0 node_network_net_dev_group{device="br-5bbb53ee4d8c"} 0 node_network_net_dev_group{device="br-5cd378a95a50"} 0 node_network_net_dev_group{device="br-5e44ef26977f"} 0 node_network_net_dev_group{device="br-649c0a0d748e"} 0 node_network_net_dev_group{device="br-65c3891cde69"} 0 node_network_net_dev_group{device="br-6654a6f415ef"} 0 node_network_net_dev_group{device="br-666a1a84be8e"} 0 node_network_net_dev_group{device="br-66b00b277461"} 0 node_network_net_dev_group{device="br-67b6f2b09055"} 0 node_network_net_dev_group{device="br-68a4d2d648c6"} 0 node_network_net_dev_group{device="br-6a3142e5de92"} 0 node_network_net_dev_group{device="br-6c34a8b4b6a4"} 0 node_network_net_dev_group{device="br-6c5eccea21bc"} 0 node_network_net_dev_group{device="br-75640dcb1806"} 0 node_network_net_dev_group{device="br-757cf8ccd099"} 0 node_network_net_dev_group{device="br-765d504a1648"} 0 node_network_net_dev_group{device="br-7783edd4fb63"} 0 node_network_net_dev_group{device="br-78c76b7fdacf"} 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-8273700d2b53"} 0 node_network_net_dev_group{device="br-832e21b6735f"} 0 node_network_net_dev_group{device="br-89456f9f0577"} 0 node_network_net_dev_group{device="br-8c4c62bbb4ac"} 0 node_network_net_dev_group{device="br-8c90f08921d2"} 0 node_network_net_dev_group{device="br-8d5f8dfdd165"} 0 node_network_net_dev_group{device="br-8d809ce3c9c6"} 0 node_network_net_dev_group{device="br-8f019a492357"} 0 node_network_net_dev_group{device="br-918ddcd36f9a"} 0 node_network_net_dev_group{device="br-94b2fbf06b0d"} 0 node_network_net_dev_group{device="br-9504d5b6acf5"} 0 node_network_net_dev_group{device="br-967a6a8492ec"} 0 node_network_net_dev_group{device="br-977759f73e31"} 0 node_network_net_dev_group{device="br-9be1f90f0a3c"} 0 node_network_net_dev_group{device="br-9c7a6a4ea029"} 0 node_network_net_dev_group{device="br-9fab29d0fd90"} 0 node_network_net_dev_group{device="br-a01a29421e12"} 0 node_network_net_dev_group{device="br-a073f44ab682"} 0 node_network_net_dev_group{device="br-a08ab772e40d"} 0 node_network_net_dev_group{device="br-a1b2b339a0bc"} 0 node_network_net_dev_group{device="br-a3bcc581540c"} 0 node_network_net_dev_group{device="br-a735d7132cb5"} 0 node_network_net_dev_group{device="br-ab4fc0c8f205"} 0 node_network_net_dev_group{device="br-ac4684d015f6"} 0 node_network_net_dev_group{device="br-ac5441a8184d"} 0 node_network_net_dev_group{device="br-afdcb409567a"} 0 node_network_net_dev_group{device="br-b58abb066918"} 0 node_network_net_dev_group{device="br-b5cc1abc8af1"} 0 node_network_net_dev_group{device="br-b710ed0f91ed"} 0 node_network_net_dev_group{device="br-b9ddcd38e3d5"} 0 node_network_net_dev_group{device="br-be8161177ed9"} 0 node_network_net_dev_group{device="br-bfa260e794d9"} 0 node_network_net_dev_group{device="br-c1c4e42c8216"} 0 node_network_net_dev_group{device="br-c577c6a066cb"} 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-cb62be74ef17"} 0 node_network_net_dev_group{device="br-cc4a14297e79"} 0 node_network_net_dev_group{device="br-cf6b946573c1"} 0 node_network_net_dev_group{device="br-cfa8e5dacf79"} 0 node_network_net_dev_group{device="br-d461c29e6aa7"} 0 node_network_net_dev_group{device="br-d4ad227661d1"} 0 node_network_net_dev_group{device="br-d5a100d1afd1"} 0 node_network_net_dev_group{device="br-d6403551d086"} 0 node_network_net_dev_group{device="br-dae27e4e8b91"} 0 node_network_net_dev_group{device="br-db5d49f98313"} 0 node_network_net_dev_group{device="br-dc87a7504ded"} 0 node_network_net_dev_group{device="br-ddaa8bdc0119"} 0 node_network_net_dev_group{device="br-ddc45447112f"} 0 node_network_net_dev_group{device="br-e0e95d87f3e0"} 0 node_network_net_dev_group{device="br-e24d302efec6"} 0 node_network_net_dev_group{device="br-e3e321b77026"} 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-ead353f203a4"} 0 node_network_net_dev_group{device="br-ec56c664f289"} 0 node_network_net_dev_group{device="br-f17da17d41a2"} 0 node_network_net_dev_group{device="br-f33d4e889abc"} 0 node_network_net_dev_group{device="br-f4b381c64696"} 0 node_network_net_dev_group{device="br-f5d79f441cea"} 0 node_network_net_dev_group{device="br-f645f15c7927"} 0 node_network_net_dev_group{device="br-f6901fdf275f"} 0 node_network_net_dev_group{device="br-f7269b4b25bf"} 0 node_network_net_dev_group{device="br-fa88d6f98186"} 0 node_network_net_dev_group{device="br-fd7abce4f375"} 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="veth010cf6c"} 0 node_network_net_dev_group{device="veth0118054"} 0 node_network_net_dev_group{device="veth015066a"} 0 node_network_net_dev_group{device="veth01c23a7"} 0 node_network_net_dev_group{device="veth01d8776"} 0 node_network_net_dev_group{device="veth028dce1"} 0 node_network_net_dev_group{device="veth0299373"} 0 node_network_net_dev_group{device="veth03320d3"} 0 node_network_net_dev_group{device="veth0348049"} 0 node_network_net_dev_group{device="veth04c0c5b"} 0 node_network_net_dev_group{device="veth05bb69b"} 0 node_network_net_dev_group{device="veth05d21d3"} 0 node_network_net_dev_group{device="veth063974c"} 0 node_network_net_dev_group{device="veth0665c41"} 0 node_network_net_dev_group{device="veth06bac3f"} 0 node_network_net_dev_group{device="veth06f7fab"} 0 node_network_net_dev_group{device="veth07837a1"} 0 node_network_net_dev_group{device="veth07940a9"} 0 node_network_net_dev_group{device="veth07c394e"} 0 node_network_net_dev_group{device="veth08220c7"} 0 node_network_net_dev_group{device="veth085af09"} 0 node_network_net_dev_group{device="veth08f2029"} 0 node_network_net_dev_group{device="veth093e34b"} 0 node_network_net_dev_group{device="veth095010c"} 0 node_network_net_dev_group{device="veth0b4c3d1"} 0 node_network_net_dev_group{device="veth0bad067"} 0 node_network_net_dev_group{device="veth0bbdec3"} 0 node_network_net_dev_group{device="veth0c16bae"} 0 node_network_net_dev_group{device="veth0c30494"} 0 node_network_net_dev_group{device="veth0caff4e"} 0 node_network_net_dev_group{device="veth0d8770f"} 0 node_network_net_dev_group{device="veth0df388c"} 0 node_network_net_dev_group{device="veth0ea94b5"} 0 node_network_net_dev_group{device="veth0f67dbb"} 0 node_network_net_dev_group{device="veth0f8e2ed"} 0 node_network_net_dev_group{device="veth0fb0b4d"} 0 node_network_net_dev_group{device="veth100cba7"} 0 node_network_net_dev_group{device="veth10146ec"} 0 node_network_net_dev_group{device="veth1031098"} 0 node_network_net_dev_group{device="veth10df4a9"} 0 node_network_net_dev_group{device="veth110bcfe"} 0 node_network_net_dev_group{device="veth110e8ec"} 0 node_network_net_dev_group{device="veth1148460"} 0 node_network_net_dev_group{device="veth12a3be7"} 0 node_network_net_dev_group{device="veth12ae611"} 0 node_network_net_dev_group{device="veth12ca81a"} 0 node_network_net_dev_group{device="veth133acdf"} 0 node_network_net_dev_group{device="veth13f164d"} 0 node_network_net_dev_group{device="veth1431509"} 0 node_network_net_dev_group{device="veth1433538"} 0 node_network_net_dev_group{device="veth14a077c"} 0 node_network_net_dev_group{device="veth1524c7a"} 0 node_network_net_dev_group{device="veth15b5b5d"} 0 node_network_net_dev_group{device="veth1647655"} 0 node_network_net_dev_group{device="veth167a182"} 0 node_network_net_dev_group{device="veth16f4867"} 0 node_network_net_dev_group{device="veth1785664"} 0 node_network_net_dev_group{device="veth199e3b5"} 0 node_network_net_dev_group{device="veth1aa66b7"} 0 node_network_net_dev_group{device="veth1b01e56"} 0 node_network_net_dev_group{device="veth1b11dd2"} 0 node_network_net_dev_group{device="veth1b18086"} 0 node_network_net_dev_group{device="veth1c097c5"} 0 node_network_net_dev_group{device="veth1c4c875"} 0 node_network_net_dev_group{device="veth1c5280a"} 0 node_network_net_dev_group{device="veth1cfc19d"} 0 node_network_net_dev_group{device="veth1d0e0c0"} 0 node_network_net_dev_group{device="veth1d2dae7"} 0 node_network_net_dev_group{device="veth1d629d1"} 0 node_network_net_dev_group{device="veth1d73687"} 0 node_network_net_dev_group{device="veth1d7748d"} 0 node_network_net_dev_group{device="veth1d8d1df"} 0 node_network_net_dev_group{device="veth1dbaa59"} 0 node_network_net_dev_group{device="veth1dc83fc"} 0 node_network_net_dev_group{device="veth1e36d07"} 0 node_network_net_dev_group{device="veth1e44960"} 0 node_network_net_dev_group{device="veth1eb887e"} 0 node_network_net_dev_group{device="veth1ebe556"} 0 node_network_net_dev_group{device="veth1ef8c3b"} 0 node_network_net_dev_group{device="veth1f00723"} 0 node_network_net_dev_group{device="veth1f55581"} 0 node_network_net_dev_group{device="veth200cbca"} 0 node_network_net_dev_group{device="veth201dbeb"} 0 node_network_net_dev_group{device="veth20350f2"} 0 node_network_net_dev_group{device="veth2046904"} 0 node_network_net_dev_group{device="veth20558f6"} 0 node_network_net_dev_group{device="veth206800d"} 0 node_network_net_dev_group{device="veth20c30fb"} 0 node_network_net_dev_group{device="veth20d3122"} 0 node_network_net_dev_group{device="veth20fec73"} 0 node_network_net_dev_group{device="veth2101218"} 0 node_network_net_dev_group{device="veth216cb5e"} 0 node_network_net_dev_group{device="veth21bac8e"} 0 node_network_net_dev_group{device="veth21e6158"} 0 node_network_net_dev_group{device="veth21edd0c"} 0 node_network_net_dev_group{device="veth22047d0"} 0 node_network_net_dev_group{device="veth22a4380"} 0 node_network_net_dev_group{device="veth22a99e1"} 0 node_network_net_dev_group{device="veth22ec2e1"} 0 node_network_net_dev_group{device="veth233a2ff"} 0 node_network_net_dev_group{device="veth23cfa18"} 0 node_network_net_dev_group{device="veth23e3157"} 0 node_network_net_dev_group{device="veth253ee4b"} 0 node_network_net_dev_group{device="veth25731c6"} 0 node_network_net_dev_group{device="veth257e734"} 0 node_network_net_dev_group{device="veth26d9a84"} 0 node_network_net_dev_group{device="veth26da4e6"} 0 node_network_net_dev_group{device="veth26de035"} 0 node_network_net_dev_group{device="veth26e26ed"} 0 node_network_net_dev_group{device="veth271e2be"} 0 node_network_net_dev_group{device="veth273b370"} 0 node_network_net_dev_group{device="veth2850417"} 0 node_network_net_dev_group{device="veth28b3c5c"} 0 node_network_net_dev_group{device="veth297bd24"} 0 node_network_net_dev_group{device="veth29e137d"} 0 node_network_net_dev_group{device="veth2a08596"} 0 node_network_net_dev_group{device="veth2b080cb"} 0 node_network_net_dev_group{device="veth2b1e3c8"} 0 node_network_net_dev_group{device="veth2b70ed0"} 0 node_network_net_dev_group{device="veth2b88298"} 0 node_network_net_dev_group{device="veth2ba28cc"} 0 node_network_net_dev_group{device="veth2c7ea81"} 0 node_network_net_dev_group{device="veth2ccb650"} 0 node_network_net_dev_group{device="veth2cdd57a"} 0 node_network_net_dev_group{device="veth2d38052"} 0 node_network_net_dev_group{device="veth2d90db8"} 0 node_network_net_dev_group{device="veth2db0bc8"} 0 node_network_net_dev_group{device="veth2e3e11b"} 0 node_network_net_dev_group{device="veth2eaeb65"} 0 node_network_net_dev_group{device="veth2edd93a"} 0 node_network_net_dev_group{device="veth2f83127"} 0 node_network_net_dev_group{device="veth2fad712"} 0 node_network_net_dev_group{device="veth2fc1259"} 0 node_network_net_dev_group{device="veth2fd4dcf"} 0 node_network_net_dev_group{device="veth3018884"} 0 node_network_net_dev_group{device="veth302391f"} 0 node_network_net_dev_group{device="veth3036978"} 0 node_network_net_dev_group{device="veth30a5c63"} 0 node_network_net_dev_group{device="veth3190c62"} 0 node_network_net_dev_group{device="veth31e5a9e"} 0 node_network_net_dev_group{device="veth31f0812"} 0 node_network_net_dev_group{device="veth32a4eb2"} 0 node_network_net_dev_group{device="veth340f558"} 0 node_network_net_dev_group{device="veth34317c5"} 0 node_network_net_dev_group{device="veth3497f43"} 0 node_network_net_dev_group{device="veth35137a1"} 0 node_network_net_dev_group{device="veth351f876"} 0 node_network_net_dev_group{device="veth356b213"} 0 node_network_net_dev_group{device="veth35c1d5d"} 0 node_network_net_dev_group{device="veth35e62a2"} 0 node_network_net_dev_group{device="veth3660b83"} 0 node_network_net_dev_group{device="veth369fc55"} 0 node_network_net_dev_group{device="veth36ef53a"} 0 node_network_net_dev_group{device="veth375f2a0"} 0 node_network_net_dev_group{device="veth37c5473"} 0 node_network_net_dev_group{device="veth3886d62"} 0 node_network_net_dev_group{device="veth391ec21"} 0 node_network_net_dev_group{device="veth39344a6"} 0 node_network_net_dev_group{device="veth39d278e"} 0 node_network_net_dev_group{device="veth3a42551"} 0 node_network_net_dev_group{device="veth3af658d"} 0 node_network_net_dev_group{device="veth3afab44"} 0 node_network_net_dev_group{device="veth3be2114"} 0 node_network_net_dev_group{device="veth3c52a6b"} 0 node_network_net_dev_group{device="veth3c96f87"} 0 node_network_net_dev_group{device="veth3cf6698"} 0 node_network_net_dev_group{device="veth3d7e10e"} 0 node_network_net_dev_group{device="veth3de8760"} 0 node_network_net_dev_group{device="veth3dfd180"} 0 node_network_net_dev_group{device="veth3e101c0"} 0 node_network_net_dev_group{device="veth3e128b5"} 0 node_network_net_dev_group{device="veth3eef6e7"} 0 node_network_net_dev_group{device="veth3f766aa"} 0 node_network_net_dev_group{device="veth3f8f002"} 0 node_network_net_dev_group{device="veth400b680"} 0 node_network_net_dev_group{device="veth4079dc2"} 0 node_network_net_dev_group{device="veth4082762"} 0 node_network_net_dev_group{device="veth40905f5"} 0 node_network_net_dev_group{device="veth410cac4"} 0 node_network_net_dev_group{device="veth411daee"} 0 node_network_net_dev_group{device="veth4136e74"} 0 node_network_net_dev_group{device="veth41b3812"} 0 node_network_net_dev_group{device="veth41c7fd1"} 0 node_network_net_dev_group{device="veth427a6a0"} 0 node_network_net_dev_group{device="veth4391ce3"} 0 node_network_net_dev_group{device="veth44023e4"} 0 node_network_net_dev_group{device="veth4418c4f"} 0 node_network_net_dev_group{device="veth445067e"} 0 node_network_net_dev_group{device="veth4498697"} 0 node_network_net_dev_group{device="veth44a2e68"} 0 node_network_net_dev_group{device="veth44b9a64"} 0 node_network_net_dev_group{device="veth44eaf2c"} 0 node_network_net_dev_group{device="veth45ba942"} 0 node_network_net_dev_group{device="veth45bf0a5"} 0 node_network_net_dev_group{device="veth45d5fcf"} 0 node_network_net_dev_group{device="veth467feaf"} 0 node_network_net_dev_group{device="veth46be02b"} 0 node_network_net_dev_group{device="veth47a78db"} 0 node_network_net_dev_group{device="veth47c0091"} 0 node_network_net_dev_group{device="veth47fbfa1"} 0 node_network_net_dev_group{device="veth482bd25"} 0 node_network_net_dev_group{device="veth4865e48"} 0 node_network_net_dev_group{device="veth487ae24"} 0 node_network_net_dev_group{device="veth494a1eb"} 0 node_network_net_dev_group{device="veth49501f4"} 0 node_network_net_dev_group{device="veth495aa66"} 0 node_network_net_dev_group{device="veth4a3f821"} 0 node_network_net_dev_group{device="veth4a5aa12"} 0 node_network_net_dev_group{device="veth4b32651"} 0 node_network_net_dev_group{device="veth4b9cef1"} 0 node_network_net_dev_group{device="veth4bc06c3"} 0 node_network_net_dev_group{device="veth4bcc505"} 0 node_network_net_dev_group{device="veth4dc758a"} 0 node_network_net_dev_group{device="veth4eeb5e5"} 0 node_network_net_dev_group{device="veth4f78f9e"} 0 node_network_net_dev_group{device="veth4fb5a24"} 0 node_network_net_dev_group{device="veth4fc6d17"} 0 node_network_net_dev_group{device="veth500d596"} 0 node_network_net_dev_group{device="veth5148843"} 0 node_network_net_dev_group{device="veth516a2dd"} 0 node_network_net_dev_group{device="veth51cb6e1"} 0 node_network_net_dev_group{device="veth531d83a"} 0 node_network_net_dev_group{device="veth53841ff"} 0 node_network_net_dev_group{device="veth538f11f"} 0 node_network_net_dev_group{device="veth53a474c"} 0 node_network_net_dev_group{device="veth53c0c49"} 0 node_network_net_dev_group{device="veth5408e9e"} 0 node_network_net_dev_group{device="veth54327b2"} 0 node_network_net_dev_group{device="veth54aa51d"} 0 node_network_net_dev_group{device="veth5644c2c"} 0 node_network_net_dev_group{device="veth5662068"} 0 node_network_net_dev_group{device="veth566b833"} 0 node_network_net_dev_group{device="veth56c1ee3"} 0 node_network_net_dev_group{device="veth574a9bf"} 0 node_network_net_dev_group{device="veth5823a67"} 0 node_network_net_dev_group{device="veth582b1e1"} 0 node_network_net_dev_group{device="veth58398da"} 0 node_network_net_dev_group{device="veth59af09d"} 0 node_network_net_dev_group{device="veth5a57667"} 0 node_network_net_dev_group{device="veth5a5947d"} 0 node_network_net_dev_group{device="veth5aa7930"} 0 node_network_net_dev_group{device="veth5b2851f"} 0 node_network_net_dev_group{device="veth5b569cb"} 0 node_network_net_dev_group{device="veth5be0e34"} 0 node_network_net_dev_group{device="veth5cbd82f"} 0 node_network_net_dev_group{device="veth5d07046"} 0 node_network_net_dev_group{device="veth5d8e6f5"} 0 node_network_net_dev_group{device="veth5da80fb"} 0 node_network_net_dev_group{device="veth5db9191"} 0 node_network_net_dev_group{device="veth5df7840"} 0 node_network_net_dev_group{device="veth5e055da"} 0 node_network_net_dev_group{device="veth5e9d6c1"} 0 node_network_net_dev_group{device="veth5f14d4e"} 0 node_network_net_dev_group{device="veth5f85831"} 0 node_network_net_dev_group{device="veth5fda1aa"} 0 node_network_net_dev_group{device="veth609f65f"} 0 node_network_net_dev_group{device="veth60a6470"} 0 node_network_net_dev_group{device="veth60ac914"} 0 node_network_net_dev_group{device="veth60be674"} 0 node_network_net_dev_group{device="veth6100f2e"} 0 node_network_net_dev_group{device="veth6141b70"} 0 node_network_net_dev_group{device="veth6151bb9"} 0 node_network_net_dev_group{device="veth61c4816"} 0 node_network_net_dev_group{device="veth61d7283"} 0 node_network_net_dev_group{device="veth6228670"} 0 node_network_net_dev_group{device="veth629242b"} 0 node_network_net_dev_group{device="veth6374fd2"} 0 node_network_net_dev_group{device="veth6391005"} 0 node_network_net_dev_group{device="veth63cf232"} 0 node_network_net_dev_group{device="veth640a039"} 0 node_network_net_dev_group{device="veth642d0c1"} 0 node_network_net_dev_group{device="veth643a437"} 0 node_network_net_dev_group{device="veth64fdbac"} 0 node_network_net_dev_group{device="veth6515c1a"} 0 node_network_net_dev_group{device="veth656302b"} 0 node_network_net_dev_group{device="veth663b727"} 0 node_network_net_dev_group{device="veth6694b48"} 0 node_network_net_dev_group{device="veth66c10ee"} 0 node_network_net_dev_group{device="veth671f5fb"} 0 node_network_net_dev_group{device="veth6727827"} 0 node_network_net_dev_group{device="veth6735453"} 0 node_network_net_dev_group{device="veth674eb08"} 0 node_network_net_dev_group{device="veth67bdfb5"} 0 node_network_net_dev_group{device="veth67c3090"} 0 node_network_net_dev_group{device="veth6827eeb"} 0 node_network_net_dev_group{device="veth686cf8f"} 0 node_network_net_dev_group{device="veth686e4ce"} 0 node_network_net_dev_group{device="veth694a5f6"} 0 node_network_net_dev_group{device="veth6955d38"} 0 node_network_net_dev_group{device="veth6a8f538"} 0 node_network_net_dev_group{device="veth6ae26de"} 0 node_network_net_dev_group{device="veth6b4fcb5"} 0 node_network_net_dev_group{device="veth6bd4c88"} 0 node_network_net_dev_group{device="veth6c0ac2b"} 0 node_network_net_dev_group{device="veth6c5d880"} 0 node_network_net_dev_group{device="veth6c7b2e3"} 0 node_network_net_dev_group{device="veth6c84c0f"} 0 node_network_net_dev_group{device="veth6cb308f"} 0 node_network_net_dev_group{device="veth6cc8853"} 0 node_network_net_dev_group{device="veth6cf5c92"} 0 node_network_net_dev_group{device="veth6d937a2"} 0 node_network_net_dev_group{device="veth6e35c23"} 0 node_network_net_dev_group{device="veth6e379ab"} 0 node_network_net_dev_group{device="veth6f266b8"} 0 node_network_net_dev_group{device="veth6f36c86"} 0 node_network_net_dev_group{device="veth6fbd9ae"} 0 node_network_net_dev_group{device="veth6fe10bb"} 0 node_network_net_dev_group{device="veth70d4eb5"} 0 node_network_net_dev_group{device="veth71868de"} 0 node_network_net_dev_group{device="veth72921dc"} 0 node_network_net_dev_group{device="veth72cb0b9"} 0 node_network_net_dev_group{device="veth732170b"} 0 node_network_net_dev_group{device="veth73778ca"} 0 node_network_net_dev_group{device="veth73c2c96"} 0 node_network_net_dev_group{device="veth73d2548"} 0 node_network_net_dev_group{device="veth7458897"} 0 node_network_net_dev_group{device="veth7465df3"} 0 node_network_net_dev_group{device="veth7561080"} 0 node_network_net_dev_group{device="veth757c34a"} 0 node_network_net_dev_group{device="veth7595562"} 0 node_network_net_dev_group{device="veth76187dd"} 0 node_network_net_dev_group{device="veth7676d1c"} 0 node_network_net_dev_group{device="veth76d519a"} 0 node_network_net_dev_group{device="veth76e63a1"} 0 node_network_net_dev_group{device="veth7761467"} 0 node_network_net_dev_group{device="veth77842d9"} 0 node_network_net_dev_group{device="veth778f08d"} 0 node_network_net_dev_group{device="veth77a2e6e"} 0 node_network_net_dev_group{device="veth77b25a2"} 0 node_network_net_dev_group{device="veth77d929a"} 0 node_network_net_dev_group{device="veth77e0563"} 0 node_network_net_dev_group{device="veth77ea6db"} 0 node_network_net_dev_group{device="veth78790bc"} 0 node_network_net_dev_group{device="veth7904e58"} 0 node_network_net_dev_group{device="veth79c5a75"} 0 node_network_net_dev_group{device="veth7a831cf"} 0 node_network_net_dev_group{device="veth7b0ab9e"} 0 node_network_net_dev_group{device="veth7b380ec"} 0 node_network_net_dev_group{device="veth7b48c14"} 0 node_network_net_dev_group{device="veth7b78b78"} 0 node_network_net_dev_group{device="veth7b89f6f"} 0 node_network_net_dev_group{device="veth7c2dbba"} 0 node_network_net_dev_group{device="veth7c546d4"} 0 node_network_net_dev_group{device="veth7c54e1e"} 0 node_network_net_dev_group{device="veth7c58951"} 0 node_network_net_dev_group{device="veth7c705d1"} 0 node_network_net_dev_group{device="veth7d3dd83"} 0 node_network_net_dev_group{device="veth7d8e60b"} 0 node_network_net_dev_group{device="veth7d9930a"} 0 node_network_net_dev_group{device="veth7ec3780"} 0 node_network_net_dev_group{device="veth7f09f4c"} 0 node_network_net_dev_group{device="veth8004847"} 0 node_network_net_dev_group{device="veth80252b4"} 0 node_network_net_dev_group{device="veth80badd0"} 0 node_network_net_dev_group{device="veth80c389c"} 0 node_network_net_dev_group{device="veth8101e42"} 0 node_network_net_dev_group{device="veth811e063"} 0 node_network_net_dev_group{device="veth816a265"} 0 node_network_net_dev_group{device="veth8186d77"} 0 node_network_net_dev_group{device="veth820f0db"} 0 node_network_net_dev_group{device="veth8237dc3"} 0 node_network_net_dev_group{device="veth8269643"} 0 node_network_net_dev_group{device="veth828ecf9"} 0 node_network_net_dev_group{device="veth83498cb"} 0 node_network_net_dev_group{device="veth834d149"} 0 node_network_net_dev_group{device="veth8357150"} 0 node_network_net_dev_group{device="veth83fb8e6"} 0 node_network_net_dev_group{device="veth84220c4"} 0 node_network_net_dev_group{device="veth84e1fc4"} 0 node_network_net_dev_group{device="veth850b442"} 0 node_network_net_dev_group{device="veth85daf28"} 0 node_network_net_dev_group{device="veth861068a"} 0 node_network_net_dev_group{device="veth866bba7"} 0 node_network_net_dev_group{device="veth86a2462"} 0 node_network_net_dev_group{device="veth872cb76"} 0 node_network_net_dev_group{device="veth87362c6"} 0 node_network_net_dev_group{device="veth87cb8c8"} 0 node_network_net_dev_group{device="veth87d5677"} 0 node_network_net_dev_group{device="veth87d62cb"} 0 node_network_net_dev_group{device="veth87d7e35"} 0 node_network_net_dev_group{device="veth87e75ee"} 0 node_network_net_dev_group{device="veth87f4935"} 0 node_network_net_dev_group{device="veth87fdb6a"} 0 node_network_net_dev_group{device="veth889a2f1"} 0 node_network_net_dev_group{device="veth88ac732"} 0 node_network_net_dev_group{device="veth8922783"} 0 node_network_net_dev_group{device="veth896c132"} 0 node_network_net_dev_group{device="veth899b99d"} 0 node_network_net_dev_group{device="veth89b275c"} 0 node_network_net_dev_group{device="veth8a52231"} 0 node_network_net_dev_group{device="veth8a89268"} 0 node_network_net_dev_group{device="veth8b3b309"} 0 node_network_net_dev_group{device="veth8b541a1"} 0 node_network_net_dev_group{device="veth8b983cf"} 0 node_network_net_dev_group{device="veth8bc856f"} 0 node_network_net_dev_group{device="veth8bc982a"} 0 node_network_net_dev_group{device="veth8bd3242"} 0 node_network_net_dev_group{device="veth8bed13f"} 0 node_network_net_dev_group{device="veth8c86032"} 0 node_network_net_dev_group{device="veth8c88f73"} 0 node_network_net_dev_group{device="veth8c93126"} 0 node_network_net_dev_group{device="veth8d22374"} 0 node_network_net_dev_group{device="veth8d6536d"} 0 node_network_net_dev_group{device="veth8d7d98e"} 0 node_network_net_dev_group{device="veth8d88b16"} 0 node_network_net_dev_group{device="veth8d936c5"} 0 node_network_net_dev_group{device="veth8e0e8a0"} 0 node_network_net_dev_group{device="veth8e914f7"} 0 node_network_net_dev_group{device="veth8ea541c"} 0 node_network_net_dev_group{device="veth8ecee2e"} 0 node_network_net_dev_group{device="veth8f1ab25"} 0 node_network_net_dev_group{device="veth8f7a6af"} 0 node_network_net_dev_group{device="veth8f9b8d0"} 0 node_network_net_dev_group{device="veth906c063"} 0 node_network_net_dev_group{device="veth909d986"} 0 node_network_net_dev_group{device="veth90c1c36"} 0 node_network_net_dev_group{device="veth91af2c1"} 0 node_network_net_dev_group{device="veth91d764a"} 0 node_network_net_dev_group{device="veth9204861"} 0 node_network_net_dev_group{device="veth921bb23"} 0 node_network_net_dev_group{device="veth9312dae"} 0 node_network_net_dev_group{device="veth9317063"} 0 node_network_net_dev_group{device="veth93596dd"} 0 node_network_net_dev_group{device="veth93882ee"} 0 node_network_net_dev_group{device="veth93d7d29"} 0 node_network_net_dev_group{device="veth93dba36"} 0 node_network_net_dev_group{device="veth93ddc00"} 0 node_network_net_dev_group{device="veth943efa3"} 0 node_network_net_dev_group{device="veth9487334"} 0 node_network_net_dev_group{device="veth94edd33"} 0 node_network_net_dev_group{device="veth9553163"} 0 node_network_net_dev_group{device="veth965628f"} 0 node_network_net_dev_group{device="veth96d77f6"} 0 node_network_net_dev_group{device="veth9841ead"} 0 node_network_net_dev_group{device="veth988596b"} 0 node_network_net_dev_group{device="veth98bcfcf"} 0 node_network_net_dev_group{device="veth992b562"} 0 node_network_net_dev_group{device="veth998fc07"} 0 node_network_net_dev_group{device="veth9af67e8"} 0 node_network_net_dev_group{device="veth9b8c3fe"} 0 node_network_net_dev_group{device="veth9ba3bbe"} 0 node_network_net_dev_group{device="veth9c7f67d"} 0 node_network_net_dev_group{device="veth9c8af90"} 0 node_network_net_dev_group{device="veth9d596d7"} 0 node_network_net_dev_group{device="veth9dc5a7e"} 0 node_network_net_dev_group{device="veth9dce1ef"} 0 node_network_net_dev_group{device="veth9dddbc9"} 0 node_network_net_dev_group{device="veth9dfec82"} 0 node_network_net_dev_group{device="veth9f0cb80"} 0 node_network_net_dev_group{device="veth9f2b7f4"} 0 node_network_net_dev_group{device="vetha0524ab"} 0 node_network_net_dev_group{device="vetha09db05"} 0 node_network_net_dev_group{device="vetha0c9f28"} 0 node_network_net_dev_group{device="vetha137a8a"} 0 node_network_net_dev_group{device="vetha1a2849"} 0 node_network_net_dev_group{device="vetha246e20"} 0 node_network_net_dev_group{device="vetha262863"} 0 node_network_net_dev_group{device="vetha2e8433"} 0 node_network_net_dev_group{device="vetha33f58d"} 0 node_network_net_dev_group{device="vetha364335"} 0 node_network_net_dev_group{device="vetha39dbf7"} 0 node_network_net_dev_group{device="vetha3d15af"} 0 node_network_net_dev_group{device="vetha46dce5"} 0 node_network_net_dev_group{device="vetha4a4b5e"} 0 node_network_net_dev_group{device="vetha52fdb0"} 0 node_network_net_dev_group{device="vetha532453"} 0 node_network_net_dev_group{device="vetha542775"} 0 node_network_net_dev_group{device="vetha5f484b"} 0 node_network_net_dev_group{device="vetha626559"} 0 node_network_net_dev_group{device="vetha6695f8"} 0 node_network_net_dev_group{device="vetha6bbe19"} 0 node_network_net_dev_group{device="vetha71b22e"} 0 node_network_net_dev_group{device="vetha73388c"} 0 node_network_net_dev_group{device="vetha7d15e0"} 0 node_network_net_dev_group{device="vetha819cf5"} 0 node_network_net_dev_group{device="vetha833154"} 0 node_network_net_dev_group{device="vetha8d245b"} 0 node_network_net_dev_group{device="vetha9a6ee7"} 0 node_network_net_dev_group{device="vetha9be187"} 0 node_network_net_dev_group{device="vethaac0f5a"} 0 node_network_net_dev_group{device="vethaaf14ed"} 0 node_network_net_dev_group{device="vethaafbc9c"} 0 node_network_net_dev_group{device="vethac8f909"} 0 node_network_net_dev_group{device="vethad12882"} 0 node_network_net_dev_group{device="vethad278fa"} 0 node_network_net_dev_group{device="vethad4728b"} 0 node_network_net_dev_group{device="vethad94033"} 0 node_network_net_dev_group{device="vethae911de"} 0 node_network_net_dev_group{device="vethaf848b4"} 0 node_network_net_dev_group{device="vethafdb738"} 0 node_network_net_dev_group{device="vethb03a241"} 0 node_network_net_dev_group{device="vethb0541e3"} 0 node_network_net_dev_group{device="vethb094466"} 0 node_network_net_dev_group{device="vethb0dce79"} 0 node_network_net_dev_group{device="vethb15363b"} 0 node_network_net_dev_group{device="vethb1b5e1a"} 0 node_network_net_dev_group{device="vethb20e6ba"} 0 node_network_net_dev_group{device="vethb348a18"} 0 node_network_net_dev_group{device="vethb39d63e"} 0 node_network_net_dev_group{device="vethb3a121b"} 0 node_network_net_dev_group{device="vethb3deee0"} 0 node_network_net_dev_group{device="vethb437aaa"} 0 node_network_net_dev_group{device="vethb446f39"} 0 node_network_net_dev_group{device="vethb463420"} 0 node_network_net_dev_group{device="vethb5e7625"} 0 node_network_net_dev_group{device="vethb5fac8d"} 0 node_network_net_dev_group{device="vethb60b24f"} 0 node_network_net_dev_group{device="vethb6a7795"} 0 node_network_net_dev_group{device="vethb70e800"} 0 node_network_net_dev_group{device="vethb77480b"} 0 node_network_net_dev_group{device="vethb8277ac"} 0 node_network_net_dev_group{device="vethba29e31"} 0 node_network_net_dev_group{device="vethba6e44c"} 0 node_network_net_dev_group{device="vethbb09104"} 0 node_network_net_dev_group{device="vethbb16237"} 0 node_network_net_dev_group{device="vethbb70179"} 0 node_network_net_dev_group{device="vethbba5630"} 0 node_network_net_dev_group{device="vethbbbbe04"} 0 node_network_net_dev_group{device="vethbbdba94"} 0 node_network_net_dev_group{device="vethbbfb0b7"} 0 node_network_net_dev_group{device="vethbc76a10"} 0 node_network_net_dev_group{device="vethbd2a2ee"} 0 node_network_net_dev_group{device="vethbda2ae7"} 0 node_network_net_dev_group{device="vethbded328"} 0 node_network_net_dev_group{device="vethbe2f7fe"} 0 node_network_net_dev_group{device="vethbe857cb"} 0 node_network_net_dev_group{device="vethbe875cc"} 0 node_network_net_dev_group{device="vethbf184b1"} 0 node_network_net_dev_group{device="vethbf984b6"} 0 node_network_net_dev_group{device="vethbffb2be"} 0 node_network_net_dev_group{device="vethc0f4be2"} 0 node_network_net_dev_group{device="vethc11e467"} 0 node_network_net_dev_group{device="vethc1f90e5"} 0 node_network_net_dev_group{device="vethc3672f4"} 0 node_network_net_dev_group{device="vethc3a39c5"} 0 node_network_net_dev_group{device="vethc3b6740"} 0 node_network_net_dev_group{device="vethc4690e0"} 0 node_network_net_dev_group{device="vethc4ee1b8"} 0 node_network_net_dev_group{device="vethc5402c9"} 0 node_network_net_dev_group{device="vethc547482"} 0 node_network_net_dev_group{device="vethc5fe0b1"} 0 node_network_net_dev_group{device="vethc60975c"} 0 node_network_net_dev_group{device="vethc69126e"} 0 node_network_net_dev_group{device="vethc6eb625"} 0 node_network_net_dev_group{device="vethc6fac07"} 0 node_network_net_dev_group{device="vethc702703"} 0 node_network_net_dev_group{device="vethc74fac6"} 0 node_network_net_dev_group{device="vethc78dd63"} 0 node_network_net_dev_group{device="vethc7cef54"} 0 node_network_net_dev_group{device="vethc7e6d28"} 0 node_network_net_dev_group{device="vethc800506"} 0 node_network_net_dev_group{device="vethc8344c6"} 0 node_network_net_dev_group{device="vethc85e8a1"} 0 node_network_net_dev_group{device="vethc86b25e"} 0 node_network_net_dev_group{device="vethc88f6d5"} 0 node_network_net_dev_group{device="vethc91fc73"} 0 node_network_net_dev_group{device="vethc942fad"} 0 node_network_net_dev_group{device="vethc99741d"} 0 node_network_net_dev_group{device="vethca7a920"} 0 node_network_net_dev_group{device="vethcb56258"} 0 node_network_net_dev_group{device="vethcb70a05"} 0 node_network_net_dev_group{device="vethcbb6ad3"} 0 node_network_net_dev_group{device="vethcbe3245"} 0 node_network_net_dev_group{device="vethcc05e54"} 0 node_network_net_dev_group{device="vethcc0a6a7"} 0 node_network_net_dev_group{device="vethcc4df6c"} 0 node_network_net_dev_group{device="vethccde146"} 0 node_network_net_dev_group{device="vethcd1a107"} 0 node_network_net_dev_group{device="vethcdc87c7"} 0 node_network_net_dev_group{device="vethce0cd64"} 0 node_network_net_dev_group{device="vethce27cb9"} 0 node_network_net_dev_group{device="vethce2a31d"} 0 node_network_net_dev_group{device="vethce67b11"} 0 node_network_net_dev_group{device="vethd0a9732"} 0 node_network_net_dev_group{device="vethd183c34"} 0 node_network_net_dev_group{device="vethd1a8a33"} 0 node_network_net_dev_group{device="vethd1b1ed7"} 0 node_network_net_dev_group{device="vethd1c6adb"} 0 node_network_net_dev_group{device="vethd1caf98"} 0 node_network_net_dev_group{device="vethd1f851b"} 0 node_network_net_dev_group{device="vethd23fa3c"} 0 node_network_net_dev_group{device="vethd2d1d0b"} 0 node_network_net_dev_group{device="vethd2d4c0f"} 0 node_network_net_dev_group{device="vethd2e142a"} 0 node_network_net_dev_group{device="vethd2f2476"} 0 node_network_net_dev_group{device="vethd32989f"} 0 node_network_net_dev_group{device="vethd33027f"} 0 node_network_net_dev_group{device="vethd386c1b"} 0 node_network_net_dev_group{device="vethd394f60"} 0 node_network_net_dev_group{device="vethd39b75f"} 0 node_network_net_dev_group{device="vethd3b8b64"} 0 node_network_net_dev_group{device="vethd3d71c3"} 0 node_network_net_dev_group{device="vethd3d74f4"} 0 node_network_net_dev_group{device="vethd3f5c3d"} 0 node_network_net_dev_group{device="vethd418045"} 0 node_network_net_dev_group{device="vethd583737"} 0 node_network_net_dev_group{device="vethd5b7fe1"} 0 node_network_net_dev_group{device="vethd6812c2"} 0 node_network_net_dev_group{device="vethd72be73"} 0 node_network_net_dev_group{device="vethd741df9"} 0 node_network_net_dev_group{device="vethd764c1d"} 0 node_network_net_dev_group{device="vethd77fdfb"} 0 node_network_net_dev_group{device="vethd7b6b6d"} 0 node_network_net_dev_group{device="vethd7ce910"} 0 node_network_net_dev_group{device="vethd80b242"} 0 node_network_net_dev_group{device="vethd9290a5"} 0 node_network_net_dev_group{device="vethd9633d5"} 0 node_network_net_dev_group{device="vethd9c1ac2"} 0 node_network_net_dev_group{device="vethd9dc45d"} 0 node_network_net_dev_group{device="vethdb3bfe5"} 0 node_network_net_dev_group{device="vethdb8e006"} 0 node_network_net_dev_group{device="vethdba04c6"} 0 node_network_net_dev_group{device="vethdcf0fe6"} 0 node_network_net_dev_group{device="vethdd73e31"} 0 node_network_net_dev_group{device="vethdeb43da"} 0 node_network_net_dev_group{device="vethdf2fc0c"} 0 node_network_net_dev_group{device="vethdf8b192"} 0 node_network_net_dev_group{device="vethe0014f6"} 0 node_network_net_dev_group{device="vethe04376c"} 0 node_network_net_dev_group{device="vethe0824de"} 0 node_network_net_dev_group{device="vethe1acebe"} 0 node_network_net_dev_group{device="vethe1b57af"} 0 node_network_net_dev_group{device="vethe2677b2"} 0 node_network_net_dev_group{device="vethe330364"} 0 node_network_net_dev_group{device="vethe358b9b"} 0 node_network_net_dev_group{device="vethe393e1f"} 0 node_network_net_dev_group{device="vethe3fc1d5"} 0 node_network_net_dev_group{device="vethe439679"} 0 node_network_net_dev_group{device="vethe484f21"} 0 node_network_net_dev_group{device="vethe49717f"} 0 node_network_net_dev_group{device="vethe4ad4e5"} 0 node_network_net_dev_group{device="vethe4e85e7"} 0 node_network_net_dev_group{device="vethe52bda0"} 0 node_network_net_dev_group{device="vethe5f3f06"} 0 node_network_net_dev_group{device="vethe63d6dd"} 0 node_network_net_dev_group{device="vethe6c23f6"} 0 node_network_net_dev_group{device="vethe766e72"} 0 node_network_net_dev_group{device="vethe7aff89"} 0 node_network_net_dev_group{device="vethe8648b1"} 0 node_network_net_dev_group{device="vethe87664c"} 0 node_network_net_dev_group{device="vethe880812"} 0 node_network_net_dev_group{device="vethe8d7ad1"} 0 node_network_net_dev_group{device="vethe98ffcc"} 0 node_network_net_dev_group{device="vethea8c77f"} 0 node_network_net_dev_group{device="vetheaaf5da"} 0 node_network_net_dev_group{device="vetheb750ff"} 0 node_network_net_dev_group{device="vethebe1c57"} 0 node_network_net_dev_group{device="vethec1bace"} 0 node_network_net_dev_group{device="vethedee635"} 0 node_network_net_dev_group{device="vethee49f2e"} 0 node_network_net_dev_group{device="vethee55381"} 0 node_network_net_dev_group{device="vetheebb707"} 0 node_network_net_dev_group{device="vetheede58b"} 0 node_network_net_dev_group{device="vethef01414"} 0 node_network_net_dev_group{device="vethef4d3cf"} 0 node_network_net_dev_group{device="vethef8ca1b"} 0 node_network_net_dev_group{device="vethef9a53b"} 0 node_network_net_dev_group{device="vetheff1b62"} 0 node_network_net_dev_group{device="vethf00a1a9"} 0 node_network_net_dev_group{device="vethf0d88b0"} 0 node_network_net_dev_group{device="vethf0e15a5"} 0 node_network_net_dev_group{device="vethf0f7c00"} 0 node_network_net_dev_group{device="vethf1a351b"} 0 node_network_net_dev_group{device="vethf1cab6c"} 0 node_network_net_dev_group{device="vethf1ffdde"} 0 node_network_net_dev_group{device="vethf30dce1"} 0 node_network_net_dev_group{device="vethf34ab67"} 0 node_network_net_dev_group{device="vethf3942da"} 0 node_network_net_dev_group{device="vethf40383d"} 0 node_network_net_dev_group{device="vethf4756aa"} 0 node_network_net_dev_group{device="vethf4b3dd4"} 0 node_network_net_dev_group{device="vethf572a6b"} 0 node_network_net_dev_group{device="vethf5f8567"} 0 node_network_net_dev_group{device="vethf62f7b0"} 0 node_network_net_dev_group{device="vethf766060"} 0 node_network_net_dev_group{device="vethf796416"} 0 node_network_net_dev_group{device="vethf7dde08"} 0 node_network_net_dev_group{device="vethf804fc2"} 0 node_network_net_dev_group{device="vethf89cdc2"} 0 node_network_net_dev_group{device="vethf8f166c"} 0 node_network_net_dev_group{device="vethf9080d7"} 0 node_network_net_dev_group{device="vethf90aa51"} 0 node_network_net_dev_group{device="vethf91787e"} 0 node_network_net_dev_group{device="vethf925f21"} 0 node_network_net_dev_group{device="vethf954e2e"} 0 node_network_net_dev_group{device="vethf96c7ac"} 0 node_network_net_dev_group{device="vethfb0d0e8"} 0 node_network_net_dev_group{device="vethfb3ff4e"} 0 node_network_net_dev_group{device="vethfc0e66c"} 0 node_network_net_dev_group{device="vethfcd6d02"} 0 node_network_net_dev_group{device="vethfe45418"} 0 node_network_net_dev_group{device="vethfe716bb"} 0 node_network_net_dev_group{device="vethfe71df5"} 0 node_network_net_dev_group{device="vethfecb007"} 0 node_network_net_dev_group{device="vethfee22ad"} 0 node_network_net_dev_group{device="vethff26790"} 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-032930a8871d"} 1 node_network_protocol_type{device="br-03ced592235a"} 1 node_network_protocol_type{device="br-0871d54d3675"} 1 node_network_protocol_type{device="br-089331b9c07a"} 1 node_network_protocol_type{device="br-0a8e30067c8e"} 1 node_network_protocol_type{device="br-0d01f742526c"} 1 node_network_protocol_type{device="br-0d9fdd0cf163"} 1 node_network_protocol_type{device="br-12a5c8e99f7e"} 1 node_network_protocol_type{device="br-131fa2cef983"} 1 node_network_protocol_type{device="br-14216610e159"} 1 node_network_protocol_type{device="br-15dab3c5a2fb"} 1 node_network_protocol_type{device="br-16453071a16a"} 1 node_network_protocol_type{device="br-1824841a31f9"} 1 node_network_protocol_type{device="br-1b283e1e5128"} 1 node_network_protocol_type{device="br-1c85749e122e"} 1 node_network_protocol_type{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 1 node_network_protocol_type{device="br-3db3cc2bc444"} 1 node_network_protocol_type{device="br-41c4dd613804"} 1 node_network_protocol_type{device="br-44fbf271d024"} 1 node_network_protocol_type{device="br-458514748e86"} 1 node_network_protocol_type{device="br-4698f8262a4c"} 1 node_network_protocol_type{device="br-483851ad6d82"} 1 node_network_protocol_type{device="br-491d965e7355"} 1 node_network_protocol_type{device="br-4a66d39e6115"} 1 node_network_protocol_type{device="br-52ce8deae651"} 1 node_network_protocol_type{device="br-5567248b7fed"} 1 node_network_protocol_type{device="br-559d36b72748"} 1 node_network_protocol_type{device="br-57259014cf16"} 1 node_network_protocol_type{device="br-5748fcd1e7ca"} 1 node_network_protocol_type{device="br-5a028c7b8cc5"} 1 node_network_protocol_type{device="br-5a09c7dffa78"} 1 node_network_protocol_type{device="br-5bbb53ee4d8c"} 1 node_network_protocol_type{device="br-5cd378a95a50"} 1 node_network_protocol_type{device="br-5e44ef26977f"} 1 node_network_protocol_type{device="br-649c0a0d748e"} 1 node_network_protocol_type{device="br-65c3891cde69"} 1 node_network_protocol_type{device="br-6654a6f415ef"} 1 node_network_protocol_type{device="br-666a1a84be8e"} 1 node_network_protocol_type{device="br-66b00b277461"} 1 node_network_protocol_type{device="br-67b6f2b09055"} 1 node_network_protocol_type{device="br-68a4d2d648c6"} 1 node_network_protocol_type{device="br-6a3142e5de92"} 1 node_network_protocol_type{device="br-6c34a8b4b6a4"} 1 node_network_protocol_type{device="br-6c5eccea21bc"} 1 node_network_protocol_type{device="br-75640dcb1806"} 1 node_network_protocol_type{device="br-757cf8ccd099"} 1 node_network_protocol_type{device="br-765d504a1648"} 1 node_network_protocol_type{device="br-7783edd4fb63"} 1 node_network_protocol_type{device="br-78c76b7fdacf"} 1 node_network_protocol_type{device="br-7a05c4b4c71c"} 1 node_network_protocol_type{device="br-7f1c0840c41b"} 1 node_network_protocol_type{device="br-8273700d2b53"} 1 node_network_protocol_type{device="br-832e21b6735f"} 1 node_network_protocol_type{device="br-89456f9f0577"} 1 node_network_protocol_type{device="br-8c4c62bbb4ac"} 1 node_network_protocol_type{device="br-8c90f08921d2"} 1 node_network_protocol_type{device="br-8d5f8dfdd165"} 1 node_network_protocol_type{device="br-8d809ce3c9c6"} 1 node_network_protocol_type{device="br-8f019a492357"} 1 node_network_protocol_type{device="br-918ddcd36f9a"} 1 node_network_protocol_type{device="br-94b2fbf06b0d"} 1 node_network_protocol_type{device="br-9504d5b6acf5"} 1 node_network_protocol_type{device="br-967a6a8492ec"} 1 node_network_protocol_type{device="br-977759f73e31"} 1 node_network_protocol_type{device="br-9be1f90f0a3c"} 1 node_network_protocol_type{device="br-9c7a6a4ea029"} 1 node_network_protocol_type{device="br-9fab29d0fd90"} 1 node_network_protocol_type{device="br-a01a29421e12"} 1 node_network_protocol_type{device="br-a073f44ab682"} 1 node_network_protocol_type{device="br-a08ab772e40d"} 1 node_network_protocol_type{device="br-a1b2b339a0bc"} 1 node_network_protocol_type{device="br-a3bcc581540c"} 1 node_network_protocol_type{device="br-a735d7132cb5"} 1 node_network_protocol_type{device="br-ab4fc0c8f205"} 1 node_network_protocol_type{device="br-ac4684d015f6"} 1 node_network_protocol_type{device="br-ac5441a8184d"} 1 node_network_protocol_type{device="br-afdcb409567a"} 1 node_network_protocol_type{device="br-b58abb066918"} 1 node_network_protocol_type{device="br-b5cc1abc8af1"} 1 node_network_protocol_type{device="br-b710ed0f91ed"} 1 node_network_protocol_type{device="br-b9ddcd38e3d5"} 1 node_network_protocol_type{device="br-be8161177ed9"} 1 node_network_protocol_type{device="br-bfa260e794d9"} 1 node_network_protocol_type{device="br-c1c4e42c8216"} 1 node_network_protocol_type{device="br-c577c6a066cb"} 1 node_network_protocol_type{device="br-c7ec91768290"} 1 node_network_protocol_type{device="br-c8047895107e"} 1 node_network_protocol_type{device="br-cb62be74ef17"} 1 node_network_protocol_type{device="br-cc4a14297e79"} 1 node_network_protocol_type{device="br-cf6b946573c1"} 1 node_network_protocol_type{device="br-cfa8e5dacf79"} 1 node_network_protocol_type{device="br-d461c29e6aa7"} 1 node_network_protocol_type{device="br-d4ad227661d1"} 1 node_network_protocol_type{device="br-d5a100d1afd1"} 1 node_network_protocol_type{device="br-d6403551d086"} 1 node_network_protocol_type{device="br-dae27e4e8b91"} 1 node_network_protocol_type{device="br-db5d49f98313"} 1 node_network_protocol_type{device="br-dc87a7504ded"} 1 node_network_protocol_type{device="br-ddaa8bdc0119"} 1 node_network_protocol_type{device="br-ddc45447112f"} 1 node_network_protocol_type{device="br-e0e95d87f3e0"} 1 node_network_protocol_type{device="br-e24d302efec6"} 1 node_network_protocol_type{device="br-e3e321b77026"} 1 node_network_protocol_type{device="br-e5714f199361"} 1 node_network_protocol_type{device="br-e63b0d1593b5"} 1 node_network_protocol_type{device="br-ead353f203a4"} 1 node_network_protocol_type{device="br-ec56c664f289"} 1 node_network_protocol_type{device="br-f17da17d41a2"} 1 node_network_protocol_type{device="br-f33d4e889abc"} 1 node_network_protocol_type{device="br-f4b381c64696"} 1 node_network_protocol_type{device="br-f5d79f441cea"} 1 node_network_protocol_type{device="br-f645f15c7927"} 1 node_network_protocol_type{device="br-f6901fdf275f"} 1 node_network_protocol_type{device="br-f7269b4b25bf"} 1 node_network_protocol_type{device="br-fa88d6f98186"} 1 node_network_protocol_type{device="br-fd7abce4f375"} 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="veth010cf6c"} 1 node_network_protocol_type{device="veth0118054"} 1 node_network_protocol_type{device="veth015066a"} 1 node_network_protocol_type{device="veth01c23a7"} 1 node_network_protocol_type{device="veth01d8776"} 1 node_network_protocol_type{device="veth028dce1"} 1 node_network_protocol_type{device="veth0299373"} 1 node_network_protocol_type{device="veth03320d3"} 1 node_network_protocol_type{device="veth0348049"} 1 node_network_protocol_type{device="veth04c0c5b"} 1 node_network_protocol_type{device="veth05bb69b"} 1 node_network_protocol_type{device="veth05d21d3"} 1 node_network_protocol_type{device="veth063974c"} 1 node_network_protocol_type{device="veth0665c41"} 1 node_network_protocol_type{device="veth06bac3f"} 1 node_network_protocol_type{device="veth06f7fab"} 1 node_network_protocol_type{device="veth07837a1"} 1 node_network_protocol_type{device="veth07940a9"} 1 node_network_protocol_type{device="veth07c394e"} 1 node_network_protocol_type{device="veth08220c7"} 1 node_network_protocol_type{device="veth085af09"} 1 node_network_protocol_type{device="veth08f2029"} 1 node_network_protocol_type{device="veth093e34b"} 1 node_network_protocol_type{device="veth095010c"} 1 node_network_protocol_type{device="veth0b4c3d1"} 1 node_network_protocol_type{device="veth0bad067"} 1 node_network_protocol_type{device="veth0bbdec3"} 1 node_network_protocol_type{device="veth0c16bae"} 1 node_network_protocol_type{device="veth0c30494"} 1 node_network_protocol_type{device="veth0caff4e"} 1 node_network_protocol_type{device="veth0d8770f"} 1 node_network_protocol_type{device="veth0df388c"} 1 node_network_protocol_type{device="veth0ea94b5"} 1 node_network_protocol_type{device="veth0f67dbb"} 1 node_network_protocol_type{device="veth0f8e2ed"} 1 node_network_protocol_type{device="veth0fb0b4d"} 1 node_network_protocol_type{device="veth100cba7"} 1 node_network_protocol_type{device="veth10146ec"} 1 node_network_protocol_type{device="veth1031098"} 1 node_network_protocol_type{device="veth10df4a9"} 1 node_network_protocol_type{device="veth110bcfe"} 1 node_network_protocol_type{device="veth110e8ec"} 1 node_network_protocol_type{device="veth1148460"} 1 node_network_protocol_type{device="veth12a3be7"} 1 node_network_protocol_type{device="veth12ae611"} 1 node_network_protocol_type{device="veth12ca81a"} 1 node_network_protocol_type{device="veth133acdf"} 1 node_network_protocol_type{device="veth13f164d"} 1 node_network_protocol_type{device="veth1431509"} 1 node_network_protocol_type{device="veth1433538"} 1 node_network_protocol_type{device="veth14a077c"} 1 node_network_protocol_type{device="veth1524c7a"} 1 node_network_protocol_type{device="veth15b5b5d"} 1 node_network_protocol_type{device="veth1647655"} 1 node_network_protocol_type{device="veth167a182"} 1 node_network_protocol_type{device="veth16f4867"} 1 node_network_protocol_type{device="veth1785664"} 1 node_network_protocol_type{device="veth199e3b5"} 1 node_network_protocol_type{device="veth1aa66b7"} 1 node_network_protocol_type{device="veth1b01e56"} 1 node_network_protocol_type{device="veth1b11dd2"} 1 node_network_protocol_type{device="veth1b18086"} 1 node_network_protocol_type{device="veth1c097c5"} 1 node_network_protocol_type{device="veth1c4c875"} 1 node_network_protocol_type{device="veth1c5280a"} 1 node_network_protocol_type{device="veth1cfc19d"} 1 node_network_protocol_type{device="veth1d0e0c0"} 1 node_network_protocol_type{device="veth1d2dae7"} 1 node_network_protocol_type{device="veth1d629d1"} 1 node_network_protocol_type{device="veth1d73687"} 1 node_network_protocol_type{device="veth1d7748d"} 1 node_network_protocol_type{device="veth1d8d1df"} 1 node_network_protocol_type{device="veth1dbaa59"} 1 node_network_protocol_type{device="veth1dc83fc"} 1 node_network_protocol_type{device="veth1e36d07"} 1 node_network_protocol_type{device="veth1e44960"} 1 node_network_protocol_type{device="veth1eb887e"} 1 node_network_protocol_type{device="veth1ebe556"} 1 node_network_protocol_type{device="veth1ef8c3b"} 1 node_network_protocol_type{device="veth1f00723"} 1 node_network_protocol_type{device="veth1f55581"} 1 node_network_protocol_type{device="veth200cbca"} 1 node_network_protocol_type{device="veth201dbeb"} 1 node_network_protocol_type{device="veth20350f2"} 1 node_network_protocol_type{device="veth2046904"} 1 node_network_protocol_type{device="veth20558f6"} 1 node_network_protocol_type{device="veth206800d"} 1 node_network_protocol_type{device="veth20c30fb"} 1 node_network_protocol_type{device="veth20d3122"} 1 node_network_protocol_type{device="veth20fec73"} 1 node_network_protocol_type{device="veth2101218"} 1 node_network_protocol_type{device="veth216cb5e"} 1 node_network_protocol_type{device="veth21bac8e"} 1 node_network_protocol_type{device="veth21e6158"} 1 node_network_protocol_type{device="veth21edd0c"} 1 node_network_protocol_type{device="veth22047d0"} 1 node_network_protocol_type{device="veth22a4380"} 1 node_network_protocol_type{device="veth22a99e1"} 1 node_network_protocol_type{device="veth22ec2e1"} 1 node_network_protocol_type{device="veth233a2ff"} 1 node_network_protocol_type{device="veth23cfa18"} 1 node_network_protocol_type{device="veth23e3157"} 1 node_network_protocol_type{device="veth253ee4b"} 1 node_network_protocol_type{device="veth25731c6"} 1 node_network_protocol_type{device="veth257e734"} 1 node_network_protocol_type{device="veth26d9a84"} 1 node_network_protocol_type{device="veth26da4e6"} 1 node_network_protocol_type{device="veth26de035"} 1 node_network_protocol_type{device="veth26e26ed"} 1 node_network_protocol_type{device="veth271e2be"} 1 node_network_protocol_type{device="veth273b370"} 1 node_network_protocol_type{device="veth2850417"} 1 node_network_protocol_type{device="veth28b3c5c"} 1 node_network_protocol_type{device="veth297bd24"} 1 node_network_protocol_type{device="veth29e137d"} 1 node_network_protocol_type{device="veth2a08596"} 1 node_network_protocol_type{device="veth2b080cb"} 1 node_network_protocol_type{device="veth2b1e3c8"} 1 node_network_protocol_type{device="veth2b70ed0"} 1 node_network_protocol_type{device="veth2b88298"} 1 node_network_protocol_type{device="veth2ba28cc"} 1 node_network_protocol_type{device="veth2c7ea81"} 1 node_network_protocol_type{device="veth2ccb650"} 1 node_network_protocol_type{device="veth2cdd57a"} 1 node_network_protocol_type{device="veth2d38052"} 1 node_network_protocol_type{device="veth2d90db8"} 1 node_network_protocol_type{device="veth2db0bc8"} 1 node_network_protocol_type{device="veth2e3e11b"} 1 node_network_protocol_type{device="veth2eaeb65"} 1 node_network_protocol_type{device="veth2edd93a"} 1 node_network_protocol_type{device="veth2f83127"} 1 node_network_protocol_type{device="veth2fad712"} 1 node_network_protocol_type{device="veth2fc1259"} 1 node_network_protocol_type{device="veth2fd4dcf"} 1 node_network_protocol_type{device="veth3018884"} 1 node_network_protocol_type{device="veth302391f"} 1 node_network_protocol_type{device="veth3036978"} 1 node_network_protocol_type{device="veth30a5c63"} 1 node_network_protocol_type{device="veth3190c62"} 1 node_network_protocol_type{device="veth31e5a9e"} 1 node_network_protocol_type{device="veth31f0812"} 1 node_network_protocol_type{device="veth32a4eb2"} 1 node_network_protocol_type{device="veth340f558"} 1 node_network_protocol_type{device="veth34317c5"} 1 node_network_protocol_type{device="veth3497f43"} 1 node_network_protocol_type{device="veth35137a1"} 1 node_network_protocol_type{device="veth351f876"} 1 node_network_protocol_type{device="veth356b213"} 1 node_network_protocol_type{device="veth35c1d5d"} 1 node_network_protocol_type{device="veth35e62a2"} 1 node_network_protocol_type{device="veth3660b83"} 1 node_network_protocol_type{device="veth369fc55"} 1 node_network_protocol_type{device="veth36ef53a"} 1 node_network_protocol_type{device="veth375f2a0"} 1 node_network_protocol_type{device="veth37c5473"} 1 node_network_protocol_type{device="veth3886d62"} 1 node_network_protocol_type{device="veth391ec21"} 1 node_network_protocol_type{device="veth39344a6"} 1 node_network_protocol_type{device="veth39d278e"} 1 node_network_protocol_type{device="veth3a42551"} 1 node_network_protocol_type{device="veth3af658d"} 1 node_network_protocol_type{device="veth3afab44"} 1 node_network_protocol_type{device="veth3be2114"} 1 node_network_protocol_type{device="veth3c52a6b"} 1 node_network_protocol_type{device="veth3c96f87"} 1 node_network_protocol_type{device="veth3cf6698"} 1 node_network_protocol_type{device="veth3d7e10e"} 1 node_network_protocol_type{device="veth3de8760"} 1 node_network_protocol_type{device="veth3dfd180"} 1 node_network_protocol_type{device="veth3e101c0"} 1 node_network_protocol_type{device="veth3e128b5"} 1 node_network_protocol_type{device="veth3eef6e7"} 1 node_network_protocol_type{device="veth3f766aa"} 1 node_network_protocol_type{device="veth3f8f002"} 1 node_network_protocol_type{device="veth400b680"} 1 node_network_protocol_type{device="veth4079dc2"} 1 node_network_protocol_type{device="veth4082762"} 1 node_network_protocol_type{device="veth40905f5"} 1 node_network_protocol_type{device="veth410cac4"} 1 node_network_protocol_type{device="veth411daee"} 1 node_network_protocol_type{device="veth4136e74"} 1 node_network_protocol_type{device="veth41b3812"} 1 node_network_protocol_type{device="veth41c7fd1"} 1 node_network_protocol_type{device="veth427a6a0"} 1 node_network_protocol_type{device="veth4391ce3"} 1 node_network_protocol_type{device="veth44023e4"} 1 node_network_protocol_type{device="veth4418c4f"} 1 node_network_protocol_type{device="veth445067e"} 1 node_network_protocol_type{device="veth4498697"} 1 node_network_protocol_type{device="veth44a2e68"} 1 node_network_protocol_type{device="veth44b9a64"} 1 node_network_protocol_type{device="veth44eaf2c"} 1 node_network_protocol_type{device="veth45ba942"} 1 node_network_protocol_type{device="veth45bf0a5"} 1 node_network_protocol_type{device="veth45d5fcf"} 1 node_network_protocol_type{device="veth467feaf"} 1 node_network_protocol_type{device="veth46be02b"} 1 node_network_protocol_type{device="veth47a78db"} 1 node_network_protocol_type{device="veth47c0091"} 1 node_network_protocol_type{device="veth47fbfa1"} 1 node_network_protocol_type{device="veth482bd25"} 1 node_network_protocol_type{device="veth4865e48"} 1 node_network_protocol_type{device="veth487ae24"} 1 node_network_protocol_type{device="veth494a1eb"} 1 node_network_protocol_type{device="veth49501f4"} 1 node_network_protocol_type{device="veth495aa66"} 1 node_network_protocol_type{device="veth4a3f821"} 1 node_network_protocol_type{device="veth4a5aa12"} 1 node_network_protocol_type{device="veth4b32651"} 1 node_network_protocol_type{device="veth4b9cef1"} 1 node_network_protocol_type{device="veth4bc06c3"} 1 node_network_protocol_type{device="veth4bcc505"} 1 node_network_protocol_type{device="veth4dc758a"} 1 node_network_protocol_type{device="veth4eeb5e5"} 1 node_network_protocol_type{device="veth4f78f9e"} 1 node_network_protocol_type{device="veth4fb5a24"} 1 node_network_protocol_type{device="veth4fc6d17"} 1 node_network_protocol_type{device="veth500d596"} 1 node_network_protocol_type{device="veth5148843"} 1 node_network_protocol_type{device="veth516a2dd"} 1 node_network_protocol_type{device="veth51cb6e1"} 1 node_network_protocol_type{device="veth531d83a"} 1 node_network_protocol_type{device="veth53841ff"} 1 node_network_protocol_type{device="veth538f11f"} 1 node_network_protocol_type{device="veth53a474c"} 1 node_network_protocol_type{device="veth53c0c49"} 1 node_network_protocol_type{device="veth5408e9e"} 1 node_network_protocol_type{device="veth54327b2"} 1 node_network_protocol_type{device="veth54aa51d"} 1 node_network_protocol_type{device="veth5644c2c"} 1 node_network_protocol_type{device="veth5662068"} 1 node_network_protocol_type{device="veth566b833"} 1 node_network_protocol_type{device="veth56c1ee3"} 1 node_network_protocol_type{device="veth574a9bf"} 1 node_network_protocol_type{device="veth5823a67"} 1 node_network_protocol_type{device="veth582b1e1"} 1 node_network_protocol_type{device="veth58398da"} 1 node_network_protocol_type{device="veth59af09d"} 1 node_network_protocol_type{device="veth5a57667"} 1 node_network_protocol_type{device="veth5a5947d"} 1 node_network_protocol_type{device="veth5aa7930"} 1 node_network_protocol_type{device="veth5b2851f"} 1 node_network_protocol_type{device="veth5b569cb"} 1 node_network_protocol_type{device="veth5be0e34"} 1 node_network_protocol_type{device="veth5cbd82f"} 1 node_network_protocol_type{device="veth5d07046"} 1 node_network_protocol_type{device="veth5d8e6f5"} 1 node_network_protocol_type{device="veth5da80fb"} 1 node_network_protocol_type{device="veth5db9191"} 1 node_network_protocol_type{device="veth5df7840"} 1 node_network_protocol_type{device="veth5e055da"} 1 node_network_protocol_type{device="veth5e9d6c1"} 1 node_network_protocol_type{device="veth5f14d4e"} 1 node_network_protocol_type{device="veth5f85831"} 1 node_network_protocol_type{device="veth5fda1aa"} 1 node_network_protocol_type{device="veth609f65f"} 1 node_network_protocol_type{device="veth60a6470"} 1 node_network_protocol_type{device="veth60ac914"} 1 node_network_protocol_type{device="veth60be674"} 1 node_network_protocol_type{device="veth6100f2e"} 1 node_network_protocol_type{device="veth6141b70"} 1 node_network_protocol_type{device="veth6151bb9"} 1 node_network_protocol_type{device="veth61c4816"} 1 node_network_protocol_type{device="veth61d7283"} 1 node_network_protocol_type{device="veth6228670"} 1 node_network_protocol_type{device="veth629242b"} 1 node_network_protocol_type{device="veth6374fd2"} 1 node_network_protocol_type{device="veth6391005"} 1 node_network_protocol_type{device="veth63cf232"} 1 node_network_protocol_type{device="veth640a039"} 1 node_network_protocol_type{device="veth642d0c1"} 1 node_network_protocol_type{device="veth643a437"} 1 node_network_protocol_type{device="veth64fdbac"} 1 node_network_protocol_type{device="veth6515c1a"} 1 node_network_protocol_type{device="veth656302b"} 1 node_network_protocol_type{device="veth663b727"} 1 node_network_protocol_type{device="veth6694b48"} 1 node_network_protocol_type{device="veth66c10ee"} 1 node_network_protocol_type{device="veth671f5fb"} 1 node_network_protocol_type{device="veth6727827"} 1 node_network_protocol_type{device="veth6735453"} 1 node_network_protocol_type{device="veth674eb08"} 1 node_network_protocol_type{device="veth67bdfb5"} 1 node_network_protocol_type{device="veth67c3090"} 1 node_network_protocol_type{device="veth6827eeb"} 1 node_network_protocol_type{device="veth686cf8f"} 1 node_network_protocol_type{device="veth686e4ce"} 1 node_network_protocol_type{device="veth694a5f6"} 1 node_network_protocol_type{device="veth6955d38"} 1 node_network_protocol_type{device="veth6a8f538"} 1 node_network_protocol_type{device="veth6ae26de"} 1 node_network_protocol_type{device="veth6b4fcb5"} 1 node_network_protocol_type{device="veth6bd4c88"} 1 node_network_protocol_type{device="veth6c0ac2b"} 1 node_network_protocol_type{device="veth6c5d880"} 1 node_network_protocol_type{device="veth6c7b2e3"} 1 node_network_protocol_type{device="veth6c84c0f"} 1 node_network_protocol_type{device="veth6cb308f"} 1 node_network_protocol_type{device="veth6cc8853"} 1 node_network_protocol_type{device="veth6cf5c92"} 1 node_network_protocol_type{device="veth6d937a2"} 1 node_network_protocol_type{device="veth6e35c23"} 1 node_network_protocol_type{device="veth6e379ab"} 1 node_network_protocol_type{device="veth6f266b8"} 1 node_network_protocol_type{device="veth6f36c86"} 1 node_network_protocol_type{device="veth6fbd9ae"} 1 node_network_protocol_type{device="veth6fe10bb"} 1 node_network_protocol_type{device="veth70d4eb5"} 1 node_network_protocol_type{device="veth71868de"} 1 node_network_protocol_type{device="veth72921dc"} 1 node_network_protocol_type{device="veth72cb0b9"} 1 node_network_protocol_type{device="veth732170b"} 1 node_network_protocol_type{device="veth73778ca"} 1 node_network_protocol_type{device="veth73c2c96"} 1 node_network_protocol_type{device="veth73d2548"} 1 node_network_protocol_type{device="veth7458897"} 1 node_network_protocol_type{device="veth7465df3"} 1 node_network_protocol_type{device="veth7561080"} 1 node_network_protocol_type{device="veth757c34a"} 1 node_network_protocol_type{device="veth7595562"} 1 node_network_protocol_type{device="veth76187dd"} 1 node_network_protocol_type{device="veth7676d1c"} 1 node_network_protocol_type{device="veth76d519a"} 1 node_network_protocol_type{device="veth76e63a1"} 1 node_network_protocol_type{device="veth7761467"} 1 node_network_protocol_type{device="veth77842d9"} 1 node_network_protocol_type{device="veth778f08d"} 1 node_network_protocol_type{device="veth77a2e6e"} 1 node_network_protocol_type{device="veth77b25a2"} 1 node_network_protocol_type{device="veth77d929a"} 1 node_network_protocol_type{device="veth77e0563"} 1 node_network_protocol_type{device="veth77ea6db"} 1 node_network_protocol_type{device="veth78790bc"} 1 node_network_protocol_type{device="veth7904e58"} 1 node_network_protocol_type{device="veth79c5a75"} 1 node_network_protocol_type{device="veth7a831cf"} 1 node_network_protocol_type{device="veth7b0ab9e"} 1 node_network_protocol_type{device="veth7b380ec"} 1 node_network_protocol_type{device="veth7b48c14"} 1 node_network_protocol_type{device="veth7b78b78"} 1 node_network_protocol_type{device="veth7b89f6f"} 1 node_network_protocol_type{device="veth7c2dbba"} 1 node_network_protocol_type{device="veth7c546d4"} 1 node_network_protocol_type{device="veth7c54e1e"} 1 node_network_protocol_type{device="veth7c58951"} 1 node_network_protocol_type{device="veth7c705d1"} 1 node_network_protocol_type{device="veth7d3dd83"} 1 node_network_protocol_type{device="veth7d8e60b"} 1 node_network_protocol_type{device="veth7d9930a"} 1 node_network_protocol_type{device="veth7ec3780"} 1 node_network_protocol_type{device="veth7f09f4c"} 1 node_network_protocol_type{device="veth8004847"} 1 node_network_protocol_type{device="veth80252b4"} 1 node_network_protocol_type{device="veth80badd0"} 1 node_network_protocol_type{device="veth80c389c"} 1 node_network_protocol_type{device="veth8101e42"} 1 node_network_protocol_type{device="veth811e063"} 1 node_network_protocol_type{device="veth816a265"} 1 node_network_protocol_type{device="veth8186d77"} 1 node_network_protocol_type{device="veth820f0db"} 1 node_network_protocol_type{device="veth8237dc3"} 1 node_network_protocol_type{device="veth8269643"} 1 node_network_protocol_type{device="veth828ecf9"} 1 node_network_protocol_type{device="veth83498cb"} 1 node_network_protocol_type{device="veth834d149"} 1 node_network_protocol_type{device="veth8357150"} 1 node_network_protocol_type{device="veth83fb8e6"} 1 node_network_protocol_type{device="veth84220c4"} 1 node_network_protocol_type{device="veth84e1fc4"} 1 node_network_protocol_type{device="veth850b442"} 1 node_network_protocol_type{device="veth85daf28"} 1 node_network_protocol_type{device="veth861068a"} 1 node_network_protocol_type{device="veth866bba7"} 1 node_network_protocol_type{device="veth86a2462"} 1 node_network_protocol_type{device="veth872cb76"} 1 node_network_protocol_type{device="veth87362c6"} 1 node_network_protocol_type{device="veth87cb8c8"} 1 node_network_protocol_type{device="veth87d5677"} 1 node_network_protocol_type{device="veth87d62cb"} 1 node_network_protocol_type{device="veth87d7e35"} 1 node_network_protocol_type{device="veth87e75ee"} 1 node_network_protocol_type{device="veth87f4935"} 1 node_network_protocol_type{device="veth87fdb6a"} 1 node_network_protocol_type{device="veth889a2f1"} 1 node_network_protocol_type{device="veth88ac732"} 1 node_network_protocol_type{device="veth8922783"} 1 node_network_protocol_type{device="veth896c132"} 1 node_network_protocol_type{device="veth899b99d"} 1 node_network_protocol_type{device="veth89b275c"} 1 node_network_protocol_type{device="veth8a52231"} 1 node_network_protocol_type{device="veth8a89268"} 1 node_network_protocol_type{device="veth8b3b309"} 1 node_network_protocol_type{device="veth8b541a1"} 1 node_network_protocol_type{device="veth8b983cf"} 1 node_network_protocol_type{device="veth8bc856f"} 1 node_network_protocol_type{device="veth8bc982a"} 1 node_network_protocol_type{device="veth8bd3242"} 1 node_network_protocol_type{device="veth8bed13f"} 1 node_network_protocol_type{device="veth8c86032"} 1 node_network_protocol_type{device="veth8c88f73"} 1 node_network_protocol_type{device="veth8c93126"} 1 node_network_protocol_type{device="veth8d22374"} 1 node_network_protocol_type{device="veth8d6536d"} 1 node_network_protocol_type{device="veth8d7d98e"} 1 node_network_protocol_type{device="veth8d88b16"} 1 node_network_protocol_type{device="veth8d936c5"} 1 node_network_protocol_type{device="veth8e0e8a0"} 1 node_network_protocol_type{device="veth8e914f7"} 1 node_network_protocol_type{device="veth8ea541c"} 1 node_network_protocol_type{device="veth8ecee2e"} 1 node_network_protocol_type{device="veth8f1ab25"} 1 node_network_protocol_type{device="veth8f7a6af"} 1 node_network_protocol_type{device="veth8f9b8d0"} 1 node_network_protocol_type{device="veth906c063"} 1 node_network_protocol_type{device="veth909d986"} 1 node_network_protocol_type{device="veth90c1c36"} 1 node_network_protocol_type{device="veth91af2c1"} 1 node_network_protocol_type{device="veth91d764a"} 1 node_network_protocol_type{device="veth9204861"} 1 node_network_protocol_type{device="veth921bb23"} 1 node_network_protocol_type{device="veth9312dae"} 1 node_network_protocol_type{device="veth9317063"} 1 node_network_protocol_type{device="veth93596dd"} 1 node_network_protocol_type{device="veth93882ee"} 1 node_network_protocol_type{device="veth93d7d29"} 1 node_network_protocol_type{device="veth93dba36"} 1 node_network_protocol_type{device="veth93ddc00"} 1 node_network_protocol_type{device="veth943efa3"} 1 node_network_protocol_type{device="veth9487334"} 1 node_network_protocol_type{device="veth94edd33"} 1 node_network_protocol_type{device="veth9553163"} 1 node_network_protocol_type{device="veth965628f"} 1 node_network_protocol_type{device="veth96d77f6"} 1 node_network_protocol_type{device="veth9841ead"} 1 node_network_protocol_type{device="veth988596b"} 1 node_network_protocol_type{device="veth98bcfcf"} 1 node_network_protocol_type{device="veth992b562"} 1 node_network_protocol_type{device="veth998fc07"} 1 node_network_protocol_type{device="veth9af67e8"} 1 node_network_protocol_type{device="veth9b8c3fe"} 1 node_network_protocol_type{device="veth9ba3bbe"} 1 node_network_protocol_type{device="veth9c7f67d"} 1 node_network_protocol_type{device="veth9c8af90"} 1 node_network_protocol_type{device="veth9d596d7"} 1 node_network_protocol_type{device="veth9dc5a7e"} 1 node_network_protocol_type{device="veth9dce1ef"} 1 node_network_protocol_type{device="veth9dddbc9"} 1 node_network_protocol_type{device="veth9dfec82"} 1 node_network_protocol_type{device="veth9f0cb80"} 1 node_network_protocol_type{device="veth9f2b7f4"} 1 node_network_protocol_type{device="vetha0524ab"} 1 node_network_protocol_type{device="vetha09db05"} 1 node_network_protocol_type{device="vetha0c9f28"} 1 node_network_protocol_type{device="vetha137a8a"} 1 node_network_protocol_type{device="vetha1a2849"} 1 node_network_protocol_type{device="vetha246e20"} 1 node_network_protocol_type{device="vetha262863"} 1 node_network_protocol_type{device="vetha2e8433"} 1 node_network_protocol_type{device="vetha33f58d"} 1 node_network_protocol_type{device="vetha364335"} 1 node_network_protocol_type{device="vetha39dbf7"} 1 node_network_protocol_type{device="vetha3d15af"} 1 node_network_protocol_type{device="vetha46dce5"} 1 node_network_protocol_type{device="vetha4a4b5e"} 1 node_network_protocol_type{device="vetha52fdb0"} 1 node_network_protocol_type{device="vetha532453"} 1 node_network_protocol_type{device="vetha542775"} 1 node_network_protocol_type{device="vetha5f484b"} 1 node_network_protocol_type{device="vetha626559"} 1 node_network_protocol_type{device="vetha6695f8"} 1 node_network_protocol_type{device="vetha6bbe19"} 1 node_network_protocol_type{device="vetha71b22e"} 1 node_network_protocol_type{device="vetha73388c"} 1 node_network_protocol_type{device="vetha7d15e0"} 1 node_network_protocol_type{device="vetha819cf5"} 1 node_network_protocol_type{device="vetha833154"} 1 node_network_protocol_type{device="vetha8d245b"} 1 node_network_protocol_type{device="vetha9a6ee7"} 1 node_network_protocol_type{device="vetha9be187"} 1 node_network_protocol_type{device="vethaac0f5a"} 1 node_network_protocol_type{device="vethaaf14ed"} 1 node_network_protocol_type{device="vethaafbc9c"} 1 node_network_protocol_type{device="vethac8f909"} 1 node_network_protocol_type{device="vethad12882"} 1 node_network_protocol_type{device="vethad278fa"} 1 node_network_protocol_type{device="vethad4728b"} 1 node_network_protocol_type{device="vethad94033"} 1 node_network_protocol_type{device="vethae911de"} 1 node_network_protocol_type{device="vethaf848b4"} 1 node_network_protocol_type{device="vethafdb738"} 1 node_network_protocol_type{device="vethb03a241"} 1 node_network_protocol_type{device="vethb0541e3"} 1 node_network_protocol_type{device="vethb094466"} 1 node_network_protocol_type{device="vethb0dce79"} 1 node_network_protocol_type{device="vethb15363b"} 1 node_network_protocol_type{device="vethb1b5e1a"} 1 node_network_protocol_type{device="vethb20e6ba"} 1 node_network_protocol_type{device="vethb348a18"} 1 node_network_protocol_type{device="vethb39d63e"} 1 node_network_protocol_type{device="vethb3a121b"} 1 node_network_protocol_type{device="vethb3deee0"} 1 node_network_protocol_type{device="vethb437aaa"} 1 node_network_protocol_type{device="vethb446f39"} 1 node_network_protocol_type{device="vethb463420"} 1 node_network_protocol_type{device="vethb5e7625"} 1 node_network_protocol_type{device="vethb5fac8d"} 1 node_network_protocol_type{device="vethb60b24f"} 1 node_network_protocol_type{device="vethb6a7795"} 1 node_network_protocol_type{device="vethb70e800"} 1 node_network_protocol_type{device="vethb77480b"} 1 node_network_protocol_type{device="vethb8277ac"} 1 node_network_protocol_type{device="vethba29e31"} 1 node_network_protocol_type{device="vethba6e44c"} 1 node_network_protocol_type{device="vethbb09104"} 1 node_network_protocol_type{device="vethbb16237"} 1 node_network_protocol_type{device="vethbb70179"} 1 node_network_protocol_type{device="vethbba5630"} 1 node_network_protocol_type{device="vethbbbbe04"} 1 node_network_protocol_type{device="vethbbdba94"} 1 node_network_protocol_type{device="vethbbfb0b7"} 1 node_network_protocol_type{device="vethbc76a10"} 1 node_network_protocol_type{device="vethbd2a2ee"} 1 node_network_protocol_type{device="vethbda2ae7"} 1 node_network_protocol_type{device="vethbded328"} 1 node_network_protocol_type{device="vethbe2f7fe"} 1 node_network_protocol_type{device="vethbe857cb"} 1 node_network_protocol_type{device="vethbe875cc"} 1 node_network_protocol_type{device="vethbf184b1"} 1 node_network_protocol_type{device="vethbf984b6"} 1 node_network_protocol_type{device="vethbffb2be"} 1 node_network_protocol_type{device="vethc0f4be2"} 1 node_network_protocol_type{device="vethc11e467"} 1 node_network_protocol_type{device="vethc1f90e5"} 1 node_network_protocol_type{device="vethc3672f4"} 1 node_network_protocol_type{device="vethc3a39c5"} 1 node_network_protocol_type{device="vethc3b6740"} 1 node_network_protocol_type{device="vethc4690e0"} 1 node_network_protocol_type{device="vethc4ee1b8"} 1 node_network_protocol_type{device="vethc5402c9"} 1 node_network_protocol_type{device="vethc547482"} 1 node_network_protocol_type{device="vethc5fe0b1"} 1 node_network_protocol_type{device="vethc60975c"} 1 node_network_protocol_type{device="vethc69126e"} 1 node_network_protocol_type{device="vethc6eb625"} 1 node_network_protocol_type{device="vethc6fac07"} 1 node_network_protocol_type{device="vethc702703"} 1 node_network_protocol_type{device="vethc74fac6"} 1 node_network_protocol_type{device="vethc78dd63"} 1 node_network_protocol_type{device="vethc7cef54"} 1 node_network_protocol_type{device="vethc7e6d28"} 1 node_network_protocol_type{device="vethc800506"} 1 node_network_protocol_type{device="vethc8344c6"} 1 node_network_protocol_type{device="vethc85e8a1"} 1 node_network_protocol_type{device="vethc86b25e"} 1 node_network_protocol_type{device="vethc88f6d5"} 1 node_network_protocol_type{device="vethc91fc73"} 1 node_network_protocol_type{device="vethc942fad"} 1 node_network_protocol_type{device="vethc99741d"} 1 node_network_protocol_type{device="vethca7a920"} 1 node_network_protocol_type{device="vethcb56258"} 1 node_network_protocol_type{device="vethcb70a05"} 1 node_network_protocol_type{device="vethcbb6ad3"} 1 node_network_protocol_type{device="vethcbe3245"} 1 node_network_protocol_type{device="vethcc05e54"} 1 node_network_protocol_type{device="vethcc0a6a7"} 1 node_network_protocol_type{device="vethcc4df6c"} 1 node_network_protocol_type{device="vethccde146"} 1 node_network_protocol_type{device="vethcd1a107"} 1 node_network_protocol_type{device="vethcdc87c7"} 1 node_network_protocol_type{device="vethce0cd64"} 1 node_network_protocol_type{device="vethce27cb9"} 1 node_network_protocol_type{device="vethce2a31d"} 1 node_network_protocol_type{device="vethce67b11"} 1 node_network_protocol_type{device="vethd0a9732"} 1 node_network_protocol_type{device="vethd183c34"} 1 node_network_protocol_type{device="vethd1a8a33"} 1 node_network_protocol_type{device="vethd1b1ed7"} 1 node_network_protocol_type{device="vethd1c6adb"} 1 node_network_protocol_type{device="vethd1caf98"} 1 node_network_protocol_type{device="vethd1f851b"} 1 node_network_protocol_type{device="vethd23fa3c"} 1 node_network_protocol_type{device="vethd2d1d0b"} 1 node_network_protocol_type{device="vethd2d4c0f"} 1 node_network_protocol_type{device="vethd2e142a"} 1 node_network_protocol_type{device="vethd2f2476"} 1 node_network_protocol_type{device="vethd32989f"} 1 node_network_protocol_type{device="vethd33027f"} 1 node_network_protocol_type{device="vethd386c1b"} 1 node_network_protocol_type{device="vethd394f60"} 1 node_network_protocol_type{device="vethd39b75f"} 1 node_network_protocol_type{device="vethd3b8b64"} 1 node_network_protocol_type{device="vethd3d71c3"} 1 node_network_protocol_type{device="vethd3d74f4"} 1 node_network_protocol_type{device="vethd3f5c3d"} 1 node_network_protocol_type{device="vethd418045"} 1 node_network_protocol_type{device="vethd583737"} 1 node_network_protocol_type{device="vethd5b7fe1"} 1 node_network_protocol_type{device="vethd6812c2"} 1 node_network_protocol_type{device="vethd72be73"} 1 node_network_protocol_type{device="vethd741df9"} 1 node_network_protocol_type{device="vethd764c1d"} 1 node_network_protocol_type{device="vethd77fdfb"} 1 node_network_protocol_type{device="vethd7b6b6d"} 1 node_network_protocol_type{device="vethd7ce910"} 1 node_network_protocol_type{device="vethd80b242"} 1 node_network_protocol_type{device="vethd9290a5"} 1 node_network_protocol_type{device="vethd9633d5"} 1 node_network_protocol_type{device="vethd9c1ac2"} 1 node_network_protocol_type{device="vethd9dc45d"} 1 node_network_protocol_type{device="vethdb3bfe5"} 1 node_network_protocol_type{device="vethdb8e006"} 1 node_network_protocol_type{device="vethdba04c6"} 1 node_network_protocol_type{device="vethdcf0fe6"} 1 node_network_protocol_type{device="vethdd73e31"} 1 node_network_protocol_type{device="vethdeb43da"} 1 node_network_protocol_type{device="vethdf2fc0c"} 1 node_network_protocol_type{device="vethdf8b192"} 1 node_network_protocol_type{device="vethe0014f6"} 1 node_network_protocol_type{device="vethe04376c"} 1 node_network_protocol_type{device="vethe0824de"} 1 node_network_protocol_type{device="vethe1acebe"} 1 node_network_protocol_type{device="vethe1b57af"} 1 node_network_protocol_type{device="vethe2677b2"} 1 node_network_protocol_type{device="vethe330364"} 1 node_network_protocol_type{device="vethe358b9b"} 1 node_network_protocol_type{device="vethe393e1f"} 1 node_network_protocol_type{device="vethe3fc1d5"} 1 node_network_protocol_type{device="vethe439679"} 1 node_network_protocol_type{device="vethe484f21"} 1 node_network_protocol_type{device="vethe49717f"} 1 node_network_protocol_type{device="vethe4ad4e5"} 1 node_network_protocol_type{device="vethe4e85e7"} 1 node_network_protocol_type{device="vethe52bda0"} 1 node_network_protocol_type{device="vethe5f3f06"} 1 node_network_protocol_type{device="vethe63d6dd"} 1 node_network_protocol_type{device="vethe6c23f6"} 1 node_network_protocol_type{device="vethe766e72"} 1 node_network_protocol_type{device="vethe7aff89"} 1 node_network_protocol_type{device="vethe8648b1"} 1 node_network_protocol_type{device="vethe87664c"} 1 node_network_protocol_type{device="vethe880812"} 1 node_network_protocol_type{device="vethe8d7ad1"} 1 node_network_protocol_type{device="vethe98ffcc"} 1 node_network_protocol_type{device="vethea8c77f"} 1 node_network_protocol_type{device="vetheaaf5da"} 1 node_network_protocol_type{device="vetheb750ff"} 1 node_network_protocol_type{device="vethebe1c57"} 1 node_network_protocol_type{device="vethec1bace"} 1 node_network_protocol_type{device="vethedee635"} 1 node_network_protocol_type{device="vethee49f2e"} 1 node_network_protocol_type{device="vethee55381"} 1 node_network_protocol_type{device="vetheebb707"} 1 node_network_protocol_type{device="vetheede58b"} 1 node_network_protocol_type{device="vethef01414"} 1 node_network_protocol_type{device="vethef4d3cf"} 1 node_network_protocol_type{device="vethef8ca1b"} 1 node_network_protocol_type{device="vethef9a53b"} 1 node_network_protocol_type{device="vetheff1b62"} 1 node_network_protocol_type{device="vethf00a1a9"} 1 node_network_protocol_type{device="vethf0d88b0"} 1 node_network_protocol_type{device="vethf0e15a5"} 1 node_network_protocol_type{device="vethf0f7c00"} 1 node_network_protocol_type{device="vethf1a351b"} 1 node_network_protocol_type{device="vethf1cab6c"} 1 node_network_protocol_type{device="vethf1ffdde"} 1 node_network_protocol_type{device="vethf30dce1"} 1 node_network_protocol_type{device="vethf34ab67"} 1 node_network_protocol_type{device="vethf3942da"} 1 node_network_protocol_type{device="vethf40383d"} 1 node_network_protocol_type{device="vethf4756aa"} 1 node_network_protocol_type{device="vethf4b3dd4"} 1 node_network_protocol_type{device="vethf572a6b"} 1 node_network_protocol_type{device="vethf5f8567"} 1 node_network_protocol_type{device="vethf62f7b0"} 1 node_network_protocol_type{device="vethf766060"} 1 node_network_protocol_type{device="vethf796416"} 1 node_network_protocol_type{device="vethf7dde08"} 1 node_network_protocol_type{device="vethf804fc2"} 1 node_network_protocol_type{device="vethf89cdc2"} 1 node_network_protocol_type{device="vethf8f166c"} 1 node_network_protocol_type{device="vethf9080d7"} 1 node_network_protocol_type{device="vethf90aa51"} 1 node_network_protocol_type{device="vethf91787e"} 1 node_network_protocol_type{device="vethf925f21"} 1 node_network_protocol_type{device="vethf954e2e"} 1 node_network_protocol_type{device="vethf96c7ac"} 1 node_network_protocol_type{device="vethfb0d0e8"} 1 node_network_protocol_type{device="vethfb3ff4e"} 1 node_network_protocol_type{device="vethfc0e66c"} 1 node_network_protocol_type{device="vethfcd6d02"} 1 node_network_protocol_type{device="vethfe45418"} 1 node_network_protocol_type{device="vethfe716bb"} 1 node_network_protocol_type{device="vethfe71df5"} 1 node_network_protocol_type{device="vethfecb007"} 1 node_network_protocol_type{device="vethfee22ad"} 1 node_network_protocol_type{device="vethff26790"} 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"} 4.1552621e+08 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="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"} 484 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"} 5.13332e+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-032930a8871d"} 1.25e+09 node_network_speed_bytes{device="br-03ced592235a"} 1.25e+09 node_network_speed_bytes{device="br-0871d54d3675"} 1.25e+09 node_network_speed_bytes{device="br-089331b9c07a"} 1.25e+09 node_network_speed_bytes{device="br-0a8e30067c8e"} 1.25e+09 node_network_speed_bytes{device="br-0d01f742526c"} 1.25e+09 node_network_speed_bytes{device="br-0d9fdd0cf163"} -125000 node_network_speed_bytes{device="br-12a5c8e99f7e"} 1.25e+09 node_network_speed_bytes{device="br-131fa2cef983"} 1.25e+09 node_network_speed_bytes{device="br-14216610e159"} 1.25e+09 node_network_speed_bytes{device="br-15dab3c5a2fb"} -125000 node_network_speed_bytes{device="br-16453071a16a"} 1.25e+09 node_network_speed_bytes{device="br-1824841a31f9"} 1.25e+09 node_network_speed_bytes{device="br-1b283e1e5128"} 1.25e+09 node_network_speed_bytes{device="br-1c85749e122e"} 1.25e+09 node_network_speed_bytes{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 1.25e+09 node_network_speed_bytes{device="br-3db3cc2bc444"} 1.25e+09 node_network_speed_bytes{device="br-41c4dd613804"} 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-4698f8262a4c"} 1.25e+09 node_network_speed_bytes{device="br-483851ad6d82"} 1.25e+09 node_network_speed_bytes{device="br-491d965e7355"} 1.25e+09 node_network_speed_bytes{device="br-4a66d39e6115"} 1.25e+09 node_network_speed_bytes{device="br-52ce8deae651"} 1.25e+09 node_network_speed_bytes{device="br-5567248b7fed"} 1.25e+09 node_network_speed_bytes{device="br-559d36b72748"} 1.25e+09 node_network_speed_bytes{device="br-57259014cf16"} 1.25e+09 node_network_speed_bytes{device="br-5748fcd1e7ca"} -125000 node_network_speed_bytes{device="br-5a028c7b8cc5"} 1.25e+09 node_network_speed_bytes{device="br-5a09c7dffa78"} 1.25e+09 node_network_speed_bytes{device="br-5bbb53ee4d8c"} 1.25e+09 node_network_speed_bytes{device="br-5cd378a95a50"} 1.25e+09 node_network_speed_bytes{device="br-5e44ef26977f"} 1.25e+09 node_network_speed_bytes{device="br-649c0a0d748e"} 1.25e+09 node_network_speed_bytes{device="br-65c3891cde69"} 1.25e+09 node_network_speed_bytes{device="br-6654a6f415ef"} 1.25e+09 node_network_speed_bytes{device="br-666a1a84be8e"} -125000 node_network_speed_bytes{device="br-66b00b277461"} 1.25e+09 node_network_speed_bytes{device="br-67b6f2b09055"} 1.25e+09 node_network_speed_bytes{device="br-68a4d2d648c6"} 1.25e+09 node_network_speed_bytes{device="br-6a3142e5de92"} 1.25e+09 node_network_speed_bytes{device="br-6c34a8b4b6a4"} 1.25e+09 node_network_speed_bytes{device="br-6c5eccea21bc"} 1.25e+09 node_network_speed_bytes{device="br-75640dcb1806"} 1.25e+09 node_network_speed_bytes{device="br-757cf8ccd099"} 1.25e+09 node_network_speed_bytes{device="br-765d504a1648"} 1.25e+09 node_network_speed_bytes{device="br-7783edd4fb63"} 1.25e+09 node_network_speed_bytes{device="br-78c76b7fdacf"} 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-8273700d2b53"} 1.25e+09 node_network_speed_bytes{device="br-832e21b6735f"} 1.25e+09 node_network_speed_bytes{device="br-89456f9f0577"} 1.25e+09 node_network_speed_bytes{device="br-8c4c62bbb4ac"} 1.25e+09 node_network_speed_bytes{device="br-8c90f08921d2"} 1.25e+09 node_network_speed_bytes{device="br-8d5f8dfdd165"} 1.25e+09 node_network_speed_bytes{device="br-8d809ce3c9c6"} 1.25e+09 node_network_speed_bytes{device="br-8f019a492357"} 1.25e+09 node_network_speed_bytes{device="br-918ddcd36f9a"} 1.25e+09 node_network_speed_bytes{device="br-94b2fbf06b0d"} 1.25e+09 node_network_speed_bytes{device="br-9504d5b6acf5"} 1.25e+09 node_network_speed_bytes{device="br-967a6a8492ec"} 1.25e+09 node_network_speed_bytes{device="br-977759f73e31"} 1.25e+09 node_network_speed_bytes{device="br-9be1f90f0a3c"} 1.25e+09 node_network_speed_bytes{device="br-9c7a6a4ea029"} 1.25e+09 node_network_speed_bytes{device="br-9fab29d0fd90"} 1.25e+09 node_network_speed_bytes{device="br-a01a29421e12"} 1.25e+09 node_network_speed_bytes{device="br-a073f44ab682"} 1.25e+09 node_network_speed_bytes{device="br-a08ab772e40d"} 1.25e+09 node_network_speed_bytes{device="br-a1b2b339a0bc"} 1.25e+09 node_network_speed_bytes{device="br-a3bcc581540c"} 1.25e+09 node_network_speed_bytes{device="br-a735d7132cb5"} 1.25e+09 node_network_speed_bytes{device="br-ab4fc0c8f205"} 1.25e+09 node_network_speed_bytes{device="br-ac4684d015f6"} 1.25e+09 node_network_speed_bytes{device="br-ac5441a8184d"} 1.25e+09 node_network_speed_bytes{device="br-afdcb409567a"} 1.25e+09 node_network_speed_bytes{device="br-b58abb066918"} 1.25e+09 node_network_speed_bytes{device="br-b5cc1abc8af1"} 1.25e+09 node_network_speed_bytes{device="br-b710ed0f91ed"} 1.25e+09 node_network_speed_bytes{device="br-b9ddcd38e3d5"} -125000 node_network_speed_bytes{device="br-be8161177ed9"} 1.25e+09 node_network_speed_bytes{device="br-bfa260e794d9"} 1.25e+09 node_network_speed_bytes{device="br-c1c4e42c8216"} 1.25e+09 node_network_speed_bytes{device="br-c577c6a066cb"} 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-cb62be74ef17"} 1.25e+09 node_network_speed_bytes{device="br-cc4a14297e79"} 1.25e+09 node_network_speed_bytes{device="br-cf6b946573c1"} 1.25e+09 node_network_speed_bytes{device="br-cfa8e5dacf79"} 1.25e+09 node_network_speed_bytes{device="br-d461c29e6aa7"} 1.25e+09 node_network_speed_bytes{device="br-d4ad227661d1"} 1.25e+09 node_network_speed_bytes{device="br-d5a100d1afd1"} 1.25e+09 node_network_speed_bytes{device="br-d6403551d086"} 1.25e+09 node_network_speed_bytes{device="br-dae27e4e8b91"} 1.25e+09 node_network_speed_bytes{device="br-db5d49f98313"} 1.25e+09 node_network_speed_bytes{device="br-dc87a7504ded"} 1.25e+09 node_network_speed_bytes{device="br-ddaa8bdc0119"} 1.25e+09 node_network_speed_bytes{device="br-ddc45447112f"} 1.25e+09 node_network_speed_bytes{device="br-e0e95d87f3e0"} 1.25e+09 node_network_speed_bytes{device="br-e24d302efec6"} 1.25e+09 node_network_speed_bytes{device="br-e3e321b77026"} 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-ead353f203a4"} 1.25e+09 node_network_speed_bytes{device="br-ec56c664f289"} 1.25e+09 node_network_speed_bytes{device="br-f17da17d41a2"} 1.25e+09 node_network_speed_bytes{device="br-f33d4e889abc"} 1.25e+09 node_network_speed_bytes{device="br-f4b381c64696"} 1.25e+09 node_network_speed_bytes{device="br-f5d79f441cea"} 1.25e+09 node_network_speed_bytes{device="br-f645f15c7927"} 1.25e+09 node_network_speed_bytes{device="br-f6901fdf275f"} 1.25e+09 node_network_speed_bytes{device="br-f7269b4b25bf"} 1.25e+09 node_network_speed_bytes{device="br-fa88d6f98186"} 1.25e+09 node_network_speed_bytes{device="br-fd7abce4f375"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth010cf6c"} 1.25e+09 node_network_speed_bytes{device="veth0118054"} 1.25e+09 node_network_speed_bytes{device="veth015066a"} 1.25e+09 node_network_speed_bytes{device="veth01c23a7"} 1.25e+09 node_network_speed_bytes{device="veth01d8776"} 1.25e+09 node_network_speed_bytes{device="veth028dce1"} 1.25e+09 node_network_speed_bytes{device="veth0299373"} 1.25e+09 node_network_speed_bytes{device="veth03320d3"} 1.25e+09 node_network_speed_bytes{device="veth0348049"} 1.25e+09 node_network_speed_bytes{device="veth04c0c5b"} 1.25e+09 node_network_speed_bytes{device="veth05bb69b"} 1.25e+09 node_network_speed_bytes{device="veth05d21d3"} 1.25e+09 node_network_speed_bytes{device="veth063974c"} 1.25e+09 node_network_speed_bytes{device="veth0665c41"} 1.25e+09 node_network_speed_bytes{device="veth06bac3f"} 1.25e+09 node_network_speed_bytes{device="veth06f7fab"} 1.25e+09 node_network_speed_bytes{device="veth07837a1"} 1.25e+09 node_network_speed_bytes{device="veth07940a9"} 1.25e+09 node_network_speed_bytes{device="veth07c394e"} 1.25e+09 node_network_speed_bytes{device="veth08220c7"} 1.25e+09 node_network_speed_bytes{device="veth085af09"} 1.25e+09 node_network_speed_bytes{device="veth08f2029"} 1.25e+09 node_network_speed_bytes{device="veth093e34b"} 1.25e+09 node_network_speed_bytes{device="veth095010c"} 1.25e+09 node_network_speed_bytes{device="veth0b4c3d1"} 1.25e+09 node_network_speed_bytes{device="veth0bad067"} 1.25e+09 node_network_speed_bytes{device="veth0bbdec3"} 1.25e+09 node_network_speed_bytes{device="veth0c16bae"} 1.25e+09 node_network_speed_bytes{device="veth0c30494"} 1.25e+09 node_network_speed_bytes{device="veth0caff4e"} 1.25e+09 node_network_speed_bytes{device="veth0d8770f"} 1.25e+09 node_network_speed_bytes{device="veth0df388c"} 1.25e+09 node_network_speed_bytes{device="veth0ea94b5"} 1.25e+09 node_network_speed_bytes{device="veth0f67dbb"} 1.25e+09 node_network_speed_bytes{device="veth0f8e2ed"} 1.25e+09 node_network_speed_bytes{device="veth0fb0b4d"} 1.25e+09 node_network_speed_bytes{device="veth100cba7"} 1.25e+09 node_network_speed_bytes{device="veth10146ec"} 1.25e+09 node_network_speed_bytes{device="veth1031098"} 1.25e+09 node_network_speed_bytes{device="veth10df4a9"} 1.25e+09 node_network_speed_bytes{device="veth110bcfe"} 1.25e+09 node_network_speed_bytes{device="veth110e8ec"} 1.25e+09 node_network_speed_bytes{device="veth1148460"} 1.25e+09 node_network_speed_bytes{device="veth12a3be7"} 1.25e+09 node_network_speed_bytes{device="veth12ae611"} 1.25e+09 node_network_speed_bytes{device="veth12ca81a"} 1.25e+09 node_network_speed_bytes{device="veth133acdf"} 1.25e+09 node_network_speed_bytes{device="veth13f164d"} 1.25e+09 node_network_speed_bytes{device="veth1431509"} 1.25e+09 node_network_speed_bytes{device="veth1433538"} 1.25e+09 node_network_speed_bytes{device="veth14a077c"} 1.25e+09 node_network_speed_bytes{device="veth1524c7a"} 1.25e+09 node_network_speed_bytes{device="veth15b5b5d"} 1.25e+09 node_network_speed_bytes{device="veth1647655"} 1.25e+09 node_network_speed_bytes{device="veth167a182"} 1.25e+09 node_network_speed_bytes{device="veth16f4867"} 1.25e+09 node_network_speed_bytes{device="veth1785664"} 1.25e+09 node_network_speed_bytes{device="veth199e3b5"} 1.25e+09 node_network_speed_bytes{device="veth1aa66b7"} 1.25e+09 node_network_speed_bytes{device="veth1b01e56"} 1.25e+09 node_network_speed_bytes{device="veth1b11dd2"} 1.25e+09 node_network_speed_bytes{device="veth1b18086"} 1.25e+09 node_network_speed_bytes{device="veth1c097c5"} 1.25e+09 node_network_speed_bytes{device="veth1c4c875"} 1.25e+09 node_network_speed_bytes{device="veth1c5280a"} 1.25e+09 node_network_speed_bytes{device="veth1cfc19d"} 1.25e+09 node_network_speed_bytes{device="veth1d0e0c0"} 1.25e+09 node_network_speed_bytes{device="veth1d2dae7"} 1.25e+09 node_network_speed_bytes{device="veth1d629d1"} 1.25e+09 node_network_speed_bytes{device="veth1d73687"} 1.25e+09 node_network_speed_bytes{device="veth1d7748d"} 1.25e+09 node_network_speed_bytes{device="veth1d8d1df"} 1.25e+09 node_network_speed_bytes{device="veth1dbaa59"} 1.25e+09 node_network_speed_bytes{device="veth1dc83fc"} 1.25e+09 node_network_speed_bytes{device="veth1e36d07"} 1.25e+09 node_network_speed_bytes{device="veth1e44960"} 1.25e+09 node_network_speed_bytes{device="veth1eb887e"} 1.25e+09 node_network_speed_bytes{device="veth1ebe556"} 1.25e+09 node_network_speed_bytes{device="veth1ef8c3b"} 1.25e+09 node_network_speed_bytes{device="veth1f00723"} 1.25e+09 node_network_speed_bytes{device="veth1f55581"} 1.25e+09 node_network_speed_bytes{device="veth200cbca"} 1.25e+09 node_network_speed_bytes{device="veth201dbeb"} 1.25e+09 node_network_speed_bytes{device="veth20350f2"} 1.25e+09 node_network_speed_bytes{device="veth2046904"} 1.25e+09 node_network_speed_bytes{device="veth20558f6"} 1.25e+09 node_network_speed_bytes{device="veth206800d"} 1.25e+09 node_network_speed_bytes{device="veth20c30fb"} 1.25e+09 node_network_speed_bytes{device="veth20d3122"} 1.25e+09 node_network_speed_bytes{device="veth20fec73"} 1.25e+09 node_network_speed_bytes{device="veth2101218"} 1.25e+09 node_network_speed_bytes{device="veth216cb5e"} 1.25e+09 node_network_speed_bytes{device="veth21bac8e"} 1.25e+09 node_network_speed_bytes{device="veth21e6158"} 1.25e+09 node_network_speed_bytes{device="veth21edd0c"} 1.25e+09 node_network_speed_bytes{device="veth22047d0"} 1.25e+09 node_network_speed_bytes{device="veth22a4380"} 1.25e+09 node_network_speed_bytes{device="veth22a99e1"} 1.25e+09 node_network_speed_bytes{device="veth22ec2e1"} 1.25e+09 node_network_speed_bytes{device="veth233a2ff"} 1.25e+09 node_network_speed_bytes{device="veth23cfa18"} 1.25e+09 node_network_speed_bytes{device="veth23e3157"} 1.25e+09 node_network_speed_bytes{device="veth253ee4b"} 1.25e+09 node_network_speed_bytes{device="veth25731c6"} 1.25e+09 node_network_speed_bytes{device="veth257e734"} 1.25e+09 node_network_speed_bytes{device="veth26d9a84"} 1.25e+09 node_network_speed_bytes{device="veth26da4e6"} 1.25e+09 node_network_speed_bytes{device="veth26de035"} 1.25e+09 node_network_speed_bytes{device="veth26e26ed"} 1.25e+09 node_network_speed_bytes{device="veth271e2be"} 1.25e+09 node_network_speed_bytes{device="veth273b370"} 1.25e+09 node_network_speed_bytes{device="veth2850417"} 1.25e+09 node_network_speed_bytes{device="veth28b3c5c"} 1.25e+09 node_network_speed_bytes{device="veth297bd24"} 1.25e+09 node_network_speed_bytes{device="veth29e137d"} 1.25e+09 node_network_speed_bytes{device="veth2a08596"} 1.25e+09 node_network_speed_bytes{device="veth2b080cb"} 1.25e+09 node_network_speed_bytes{device="veth2b1e3c8"} 1.25e+09 node_network_speed_bytes{device="veth2b70ed0"} 1.25e+09 node_network_speed_bytes{device="veth2b88298"} 1.25e+09 node_network_speed_bytes{device="veth2ba28cc"} 1.25e+09 node_network_speed_bytes{device="veth2c7ea81"} 1.25e+09 node_network_speed_bytes{device="veth2ccb650"} 1.25e+09 node_network_speed_bytes{device="veth2cdd57a"} 1.25e+09 node_network_speed_bytes{device="veth2d38052"} 1.25e+09 node_network_speed_bytes{device="veth2d90db8"} 1.25e+09 node_network_speed_bytes{device="veth2db0bc8"} 1.25e+09 node_network_speed_bytes{device="veth2e3e11b"} 1.25e+09 node_network_speed_bytes{device="veth2eaeb65"} 1.25e+09 node_network_speed_bytes{device="veth2edd93a"} 1.25e+09 node_network_speed_bytes{device="veth2f83127"} 1.25e+09 node_network_speed_bytes{device="veth2fad712"} 1.25e+09 node_network_speed_bytes{device="veth2fc1259"} 1.25e+09 node_network_speed_bytes{device="veth2fd4dcf"} 1.25e+09 node_network_speed_bytes{device="veth3018884"} 1.25e+09 node_network_speed_bytes{device="veth302391f"} 1.25e+09 node_network_speed_bytes{device="veth3036978"} 1.25e+09 node_network_speed_bytes{device="veth30a5c63"} 1.25e+09 node_network_speed_bytes{device="veth3190c62"} 1.25e+09 node_network_speed_bytes{device="veth31e5a9e"} 1.25e+09 node_network_speed_bytes{device="veth31f0812"} 1.25e+09 node_network_speed_bytes{device="veth32a4eb2"} 1.25e+09 node_network_speed_bytes{device="veth340f558"} 1.25e+09 node_network_speed_bytes{device="veth34317c5"} 1.25e+09 node_network_speed_bytes{device="veth3497f43"} 1.25e+09 node_network_speed_bytes{device="veth35137a1"} 1.25e+09 node_network_speed_bytes{device="veth351f876"} 1.25e+09 node_network_speed_bytes{device="veth356b213"} 1.25e+09 node_network_speed_bytes{device="veth35c1d5d"} 1.25e+09 node_network_speed_bytes{device="veth35e62a2"} 1.25e+09 node_network_speed_bytes{device="veth3660b83"} 1.25e+09 node_network_speed_bytes{device="veth369fc55"} 1.25e+09 node_network_speed_bytes{device="veth36ef53a"} 1.25e+09 node_network_speed_bytes{device="veth375f2a0"} 1.25e+09 node_network_speed_bytes{device="veth37c5473"} 1.25e+09 node_network_speed_bytes{device="veth3886d62"} 1.25e+09 node_network_speed_bytes{device="veth391ec21"} 1.25e+09 node_network_speed_bytes{device="veth39344a6"} 1.25e+09 node_network_speed_bytes{device="veth39d278e"} 1.25e+09 node_network_speed_bytes{device="veth3a42551"} 1.25e+09 node_network_speed_bytes{device="veth3af658d"} 1.25e+09 node_network_speed_bytes{device="veth3afab44"} 1.25e+09 node_network_speed_bytes{device="veth3be2114"} 1.25e+09 node_network_speed_bytes{device="veth3c52a6b"} 1.25e+09 node_network_speed_bytes{device="veth3c96f87"} 1.25e+09 node_network_speed_bytes{device="veth3cf6698"} 1.25e+09 node_network_speed_bytes{device="veth3d7e10e"} 1.25e+09 node_network_speed_bytes{device="veth3de8760"} 1.25e+09 node_network_speed_bytes{device="veth3dfd180"} 1.25e+09 node_network_speed_bytes{device="veth3e101c0"} 1.25e+09 node_network_speed_bytes{device="veth3e128b5"} 1.25e+09 node_network_speed_bytes{device="veth3eef6e7"} 1.25e+09 node_network_speed_bytes{device="veth3f766aa"} 1.25e+09 node_network_speed_bytes{device="veth3f8f002"} 1.25e+09 node_network_speed_bytes{device="veth400b680"} 1.25e+09 node_network_speed_bytes{device="veth4079dc2"} 1.25e+09 node_network_speed_bytes{device="veth4082762"} 1.25e+09 node_network_speed_bytes{device="veth40905f5"} 1.25e+09 node_network_speed_bytes{device="veth410cac4"} 1.25e+09 node_network_speed_bytes{device="veth411daee"} 1.25e+09 node_network_speed_bytes{device="veth4136e74"} 1.25e+09 node_network_speed_bytes{device="veth41b3812"} 1.25e+09 node_network_speed_bytes{device="veth41c7fd1"} 1.25e+09 node_network_speed_bytes{device="veth427a6a0"} 1.25e+09 node_network_speed_bytes{device="veth4391ce3"} 1.25e+09 node_network_speed_bytes{device="veth44023e4"} 1.25e+09 node_network_speed_bytes{device="veth4418c4f"} 1.25e+09 node_network_speed_bytes{device="veth445067e"} 1.25e+09 node_network_speed_bytes{device="veth4498697"} 1.25e+09 node_network_speed_bytes{device="veth44a2e68"} 1.25e+09 node_network_speed_bytes{device="veth44b9a64"} 1.25e+09 node_network_speed_bytes{device="veth44eaf2c"} 1.25e+09 node_network_speed_bytes{device="veth45ba942"} 1.25e+09 node_network_speed_bytes{device="veth45bf0a5"} 1.25e+09 node_network_speed_bytes{device="veth45d5fcf"} 1.25e+09 node_network_speed_bytes{device="veth467feaf"} 1.25e+09 node_network_speed_bytes{device="veth46be02b"} 1.25e+09 node_network_speed_bytes{device="veth47a78db"} 1.25e+09 node_network_speed_bytes{device="veth47c0091"} 1.25e+09 node_network_speed_bytes{device="veth47fbfa1"} 1.25e+09 node_network_speed_bytes{device="veth482bd25"} 1.25e+09 node_network_speed_bytes{device="veth4865e48"} 1.25e+09 node_network_speed_bytes{device="veth487ae24"} 1.25e+09 node_network_speed_bytes{device="veth494a1eb"} 1.25e+09 node_network_speed_bytes{device="veth49501f4"} 1.25e+09 node_network_speed_bytes{device="veth495aa66"} 1.25e+09 node_network_speed_bytes{device="veth4a3f821"} 1.25e+09 node_network_speed_bytes{device="veth4a5aa12"} 1.25e+09 node_network_speed_bytes{device="veth4b32651"} 1.25e+09 node_network_speed_bytes{device="veth4b9cef1"} 1.25e+09 node_network_speed_bytes{device="veth4bc06c3"} 1.25e+09 node_network_speed_bytes{device="veth4bcc505"} 1.25e+09 node_network_speed_bytes{device="veth4dc758a"} 1.25e+09 node_network_speed_bytes{device="veth4eeb5e5"} 1.25e+09 node_network_speed_bytes{device="veth4f78f9e"} 1.25e+09 node_network_speed_bytes{device="veth4fb5a24"} 1.25e+09 node_network_speed_bytes{device="veth4fc6d17"} 1.25e+09 node_network_speed_bytes{device="veth500d596"} 1.25e+09 node_network_speed_bytes{device="veth5148843"} 1.25e+09 node_network_speed_bytes{device="veth516a2dd"} 1.25e+09 node_network_speed_bytes{device="veth51cb6e1"} 1.25e+09 node_network_speed_bytes{device="veth531d83a"} 1.25e+09 node_network_speed_bytes{device="veth53841ff"} 1.25e+09 node_network_speed_bytes{device="veth538f11f"} 1.25e+09 node_network_speed_bytes{device="veth53a474c"} 1.25e+09 node_network_speed_bytes{device="veth53c0c49"} 1.25e+09 node_network_speed_bytes{device="veth5408e9e"} 1.25e+09 node_network_speed_bytes{device="veth54327b2"} 1.25e+09 node_network_speed_bytes{device="veth54aa51d"} 1.25e+09 node_network_speed_bytes{device="veth5644c2c"} 1.25e+09 node_network_speed_bytes{device="veth5662068"} 1.25e+09 node_network_speed_bytes{device="veth566b833"} 1.25e+09 node_network_speed_bytes{device="veth56c1ee3"} 1.25e+09 node_network_speed_bytes{device="veth574a9bf"} 1.25e+09 node_network_speed_bytes{device="veth5823a67"} 1.25e+09 node_network_speed_bytes{device="veth582b1e1"} 1.25e+09 node_network_speed_bytes{device="veth58398da"} 1.25e+09 node_network_speed_bytes{device="veth59af09d"} 1.25e+09 node_network_speed_bytes{device="veth5a57667"} 1.25e+09 node_network_speed_bytes{device="veth5a5947d"} 1.25e+09 node_network_speed_bytes{device="veth5aa7930"} 1.25e+09 node_network_speed_bytes{device="veth5b2851f"} 1.25e+09 node_network_speed_bytes{device="veth5b569cb"} 1.25e+09 node_network_speed_bytes{device="veth5be0e34"} 1.25e+09 node_network_speed_bytes{device="veth5cbd82f"} 1.25e+09 node_network_speed_bytes{device="veth5d07046"} 1.25e+09 node_network_speed_bytes{device="veth5d8e6f5"} 1.25e+09 node_network_speed_bytes{device="veth5da80fb"} 1.25e+09 node_network_speed_bytes{device="veth5db9191"} 1.25e+09 node_network_speed_bytes{device="veth5df7840"} 1.25e+09 node_network_speed_bytes{device="veth5e055da"} 1.25e+09 node_network_speed_bytes{device="veth5e9d6c1"} 1.25e+09 node_network_speed_bytes{device="veth5f14d4e"} 1.25e+09 node_network_speed_bytes{device="veth5f85831"} 1.25e+09 node_network_speed_bytes{device="veth5fda1aa"} 1.25e+09 node_network_speed_bytes{device="veth609f65f"} 1.25e+09 node_network_speed_bytes{device="veth60a6470"} 1.25e+09 node_network_speed_bytes{device="veth60ac914"} 1.25e+09 node_network_speed_bytes{device="veth60be674"} 1.25e+09 node_network_speed_bytes{device="veth6100f2e"} 1.25e+09 node_network_speed_bytes{device="veth6141b70"} 1.25e+09 node_network_speed_bytes{device="veth6151bb9"} 1.25e+09 node_network_speed_bytes{device="veth61c4816"} 1.25e+09 node_network_speed_bytes{device="veth61d7283"} 1.25e+09 node_network_speed_bytes{device="veth6228670"} 1.25e+09 node_network_speed_bytes{device="veth629242b"} 1.25e+09 node_network_speed_bytes{device="veth6374fd2"} 1.25e+09 node_network_speed_bytes{device="veth6391005"} 1.25e+09 node_network_speed_bytes{device="veth63cf232"} 1.25e+09 node_network_speed_bytes{device="veth640a039"} 1.25e+09 node_network_speed_bytes{device="veth642d0c1"} 1.25e+09 node_network_speed_bytes{device="veth643a437"} 1.25e+09 node_network_speed_bytes{device="veth64fdbac"} 1.25e+09 node_network_speed_bytes{device="veth6515c1a"} 1.25e+09 node_network_speed_bytes{device="veth656302b"} 1.25e+09 node_network_speed_bytes{device="veth663b727"} 1.25e+09 node_network_speed_bytes{device="veth6694b48"} 1.25e+09 node_network_speed_bytes{device="veth66c10ee"} 1.25e+09 node_network_speed_bytes{device="veth671f5fb"} 1.25e+09 node_network_speed_bytes{device="veth6727827"} 1.25e+09 node_network_speed_bytes{device="veth6735453"} 1.25e+09 node_network_speed_bytes{device="veth674eb08"} 1.25e+09 node_network_speed_bytes{device="veth67bdfb5"} 1.25e+09 node_network_speed_bytes{device="veth67c3090"} 1.25e+09 node_network_speed_bytes{device="veth6827eeb"} 1.25e+09 node_network_speed_bytes{device="veth686cf8f"} 1.25e+09 node_network_speed_bytes{device="veth686e4ce"} 1.25e+09 node_network_speed_bytes{device="veth694a5f6"} 1.25e+09 node_network_speed_bytes{device="veth6955d38"} 1.25e+09 node_network_speed_bytes{device="veth6a8f538"} 1.25e+09 node_network_speed_bytes{device="veth6ae26de"} 1.25e+09 node_network_speed_bytes{device="veth6b4fcb5"} 1.25e+09 node_network_speed_bytes{device="veth6bd4c88"} 1.25e+09 node_network_speed_bytes{device="veth6c0ac2b"} 1.25e+09 node_network_speed_bytes{device="veth6c5d880"} 1.25e+09 node_network_speed_bytes{device="veth6c7b2e3"} 1.25e+09 node_network_speed_bytes{device="veth6c84c0f"} 1.25e+09 node_network_speed_bytes{device="veth6cb308f"} 1.25e+09 node_network_speed_bytes{device="veth6cc8853"} 1.25e+09 node_network_speed_bytes{device="veth6cf5c92"} 1.25e+09 node_network_speed_bytes{device="veth6d937a2"} 1.25e+09 node_network_speed_bytes{device="veth6e35c23"} 1.25e+09 node_network_speed_bytes{device="veth6e379ab"} 1.25e+09 node_network_speed_bytes{device="veth6f266b8"} 1.25e+09 node_network_speed_bytes{device="veth6f36c86"} 1.25e+09 node_network_speed_bytes{device="veth6fbd9ae"} 1.25e+09 node_network_speed_bytes{device="veth6fe10bb"} 1.25e+09 node_network_speed_bytes{device="veth70d4eb5"} 1.25e+09 node_network_speed_bytes{device="veth71868de"} 1.25e+09 node_network_speed_bytes{device="veth72921dc"} 1.25e+09 node_network_speed_bytes{device="veth72cb0b9"} 1.25e+09 node_network_speed_bytes{device="veth732170b"} 1.25e+09 node_network_speed_bytes{device="veth73778ca"} 1.25e+09 node_network_speed_bytes{device="veth73c2c96"} 1.25e+09 node_network_speed_bytes{device="veth73d2548"} 1.25e+09 node_network_speed_bytes{device="veth7458897"} 1.25e+09 node_network_speed_bytes{device="veth7465df3"} 1.25e+09 node_network_speed_bytes{device="veth7561080"} 1.25e+09 node_network_speed_bytes{device="veth757c34a"} 1.25e+09 node_network_speed_bytes{device="veth7595562"} 1.25e+09 node_network_speed_bytes{device="veth76187dd"} 1.25e+09 node_network_speed_bytes{device="veth7676d1c"} 1.25e+09 node_network_speed_bytes{device="veth76d519a"} 1.25e+09 node_network_speed_bytes{device="veth76e63a1"} 1.25e+09 node_network_speed_bytes{device="veth7761467"} 1.25e+09 node_network_speed_bytes{device="veth77842d9"} 1.25e+09 node_network_speed_bytes{device="veth778f08d"} 1.25e+09 node_network_speed_bytes{device="veth77a2e6e"} 1.25e+09 node_network_speed_bytes{device="veth77b25a2"} 1.25e+09 node_network_speed_bytes{device="veth77d929a"} 1.25e+09 node_network_speed_bytes{device="veth77e0563"} 1.25e+09 node_network_speed_bytes{device="veth77ea6db"} 1.25e+09 node_network_speed_bytes{device="veth78790bc"} 1.25e+09 node_network_speed_bytes{device="veth7904e58"} 1.25e+09 node_network_speed_bytes{device="veth79c5a75"} 1.25e+09 node_network_speed_bytes{device="veth7a831cf"} 1.25e+09 node_network_speed_bytes{device="veth7b0ab9e"} 1.25e+09 node_network_speed_bytes{device="veth7b380ec"} 1.25e+09 node_network_speed_bytes{device="veth7b48c14"} 1.25e+09 node_network_speed_bytes{device="veth7b78b78"} 1.25e+09 node_network_speed_bytes{device="veth7b89f6f"} 1.25e+09 node_network_speed_bytes{device="veth7c2dbba"} 1.25e+09 node_network_speed_bytes{device="veth7c546d4"} 1.25e+09 node_network_speed_bytes{device="veth7c54e1e"} 1.25e+09 node_network_speed_bytes{device="veth7c58951"} 1.25e+09 node_network_speed_bytes{device="veth7c705d1"} 1.25e+09 node_network_speed_bytes{device="veth7d3dd83"} 1.25e+09 node_network_speed_bytes{device="veth7d8e60b"} 1.25e+09 node_network_speed_bytes{device="veth7d9930a"} 1.25e+09 node_network_speed_bytes{device="veth7ec3780"} 1.25e+09 node_network_speed_bytes{device="veth7f09f4c"} 1.25e+09 node_network_speed_bytes{device="veth8004847"} 1.25e+09 node_network_speed_bytes{device="veth80252b4"} 1.25e+09 node_network_speed_bytes{device="veth80badd0"} 1.25e+09 node_network_speed_bytes{device="veth80c389c"} 1.25e+09 node_network_speed_bytes{device="veth8101e42"} 1.25e+09 node_network_speed_bytes{device="veth811e063"} 1.25e+09 node_network_speed_bytes{device="veth816a265"} 1.25e+09 node_network_speed_bytes{device="veth8186d77"} 1.25e+09 node_network_speed_bytes{device="veth820f0db"} 1.25e+09 node_network_speed_bytes{device="veth8237dc3"} 1.25e+09 node_network_speed_bytes{device="veth8269643"} 1.25e+09 node_network_speed_bytes{device="veth828ecf9"} 1.25e+09 node_network_speed_bytes{device="veth83498cb"} 1.25e+09 node_network_speed_bytes{device="veth834d149"} 1.25e+09 node_network_speed_bytes{device="veth8357150"} 1.25e+09 node_network_speed_bytes{device="veth83fb8e6"} 1.25e+09 node_network_speed_bytes{device="veth84220c4"} 1.25e+09 node_network_speed_bytes{device="veth84e1fc4"} 1.25e+09 node_network_speed_bytes{device="veth850b442"} 1.25e+09 node_network_speed_bytes{device="veth85daf28"} 1.25e+09 node_network_speed_bytes{device="veth861068a"} 1.25e+09 node_network_speed_bytes{device="veth866bba7"} 1.25e+09 node_network_speed_bytes{device="veth86a2462"} 1.25e+09 node_network_speed_bytes{device="veth872cb76"} 1.25e+09 node_network_speed_bytes{device="veth87362c6"} 1.25e+09 node_network_speed_bytes{device="veth87cb8c8"} 1.25e+09 node_network_speed_bytes{device="veth87d5677"} 1.25e+09 node_network_speed_bytes{device="veth87d62cb"} 1.25e+09 node_network_speed_bytes{device="veth87d7e35"} 1.25e+09 node_network_speed_bytes{device="veth87e75ee"} 1.25e+09 node_network_speed_bytes{device="veth87f4935"} 1.25e+09 node_network_speed_bytes{device="veth87fdb6a"} 1.25e+09 node_network_speed_bytes{device="veth889a2f1"} 1.25e+09 node_network_speed_bytes{device="veth88ac732"} 1.25e+09 node_network_speed_bytes{device="veth8922783"} 1.25e+09 node_network_speed_bytes{device="veth896c132"} 1.25e+09 node_network_speed_bytes{device="veth899b99d"} 1.25e+09 node_network_speed_bytes{device="veth89b275c"} 1.25e+09 node_network_speed_bytes{device="veth8a52231"} 1.25e+09 node_network_speed_bytes{device="veth8a89268"} 1.25e+09 node_network_speed_bytes{device="veth8b3b309"} 1.25e+09 node_network_speed_bytes{device="veth8b541a1"} 1.25e+09 node_network_speed_bytes{device="veth8b983cf"} 1.25e+09 node_network_speed_bytes{device="veth8bc856f"} 1.25e+09 node_network_speed_bytes{device="veth8bc982a"} 1.25e+09 node_network_speed_bytes{device="veth8bd3242"} 1.25e+09 node_network_speed_bytes{device="veth8bed13f"} 1.25e+09 node_network_speed_bytes{device="veth8c86032"} 1.25e+09 node_network_speed_bytes{device="veth8c88f73"} 1.25e+09 node_network_speed_bytes{device="veth8c93126"} 1.25e+09 node_network_speed_bytes{device="veth8d22374"} 1.25e+09 node_network_speed_bytes{device="veth8d6536d"} 1.25e+09 node_network_speed_bytes{device="veth8d7d98e"} 1.25e+09 node_network_speed_bytes{device="veth8d88b16"} 1.25e+09 node_network_speed_bytes{device="veth8d936c5"} 1.25e+09 node_network_speed_bytes{device="veth8e0e8a0"} 1.25e+09 node_network_speed_bytes{device="veth8e914f7"} 1.25e+09 node_network_speed_bytes{device="veth8ea541c"} 1.25e+09 node_network_speed_bytes{device="veth8ecee2e"} 1.25e+09 node_network_speed_bytes{device="veth8f1ab25"} 1.25e+09 node_network_speed_bytes{device="veth8f7a6af"} 1.25e+09 node_network_speed_bytes{device="veth8f9b8d0"} 1.25e+09 node_network_speed_bytes{device="veth906c063"} 1.25e+09 node_network_speed_bytes{device="veth909d986"} 1.25e+09 node_network_speed_bytes{device="veth90c1c36"} 1.25e+09 node_network_speed_bytes{device="veth91af2c1"} 1.25e+09 node_network_speed_bytes{device="veth91d764a"} 1.25e+09 node_network_speed_bytes{device="veth9204861"} 1.25e+09 node_network_speed_bytes{device="veth921bb23"} 1.25e+09 node_network_speed_bytes{device="veth9312dae"} 1.25e+09 node_network_speed_bytes{device="veth9317063"} 1.25e+09 node_network_speed_bytes{device="veth93596dd"} 1.25e+09 node_network_speed_bytes{device="veth93882ee"} 1.25e+09 node_network_speed_bytes{device="veth93d7d29"} 1.25e+09 node_network_speed_bytes{device="veth93dba36"} 1.25e+09 node_network_speed_bytes{device="veth93ddc00"} 1.25e+09 node_network_speed_bytes{device="veth943efa3"} 1.25e+09 node_network_speed_bytes{device="veth9487334"} 1.25e+09 node_network_speed_bytes{device="veth94edd33"} 1.25e+09 node_network_speed_bytes{device="veth9553163"} 1.25e+09 node_network_speed_bytes{device="veth965628f"} 1.25e+09 node_network_speed_bytes{device="veth96d77f6"} 1.25e+09 node_network_speed_bytes{device="veth9841ead"} 1.25e+09 node_network_speed_bytes{device="veth988596b"} 1.25e+09 node_network_speed_bytes{device="veth98bcfcf"} 1.25e+09 node_network_speed_bytes{device="veth992b562"} 1.25e+09 node_network_speed_bytes{device="veth998fc07"} 1.25e+09 node_network_speed_bytes{device="veth9af67e8"} 1.25e+09 node_network_speed_bytes{device="veth9b8c3fe"} 1.25e+09 node_network_speed_bytes{device="veth9ba3bbe"} 1.25e+09 node_network_speed_bytes{device="veth9c7f67d"} 1.25e+09 node_network_speed_bytes{device="veth9c8af90"} 1.25e+09 node_network_speed_bytes{device="veth9d596d7"} 1.25e+09 node_network_speed_bytes{device="veth9dc5a7e"} 1.25e+09 node_network_speed_bytes{device="veth9dce1ef"} 1.25e+09 node_network_speed_bytes{device="veth9dddbc9"} 1.25e+09 node_network_speed_bytes{device="veth9dfec82"} 1.25e+09 node_network_speed_bytes{device="veth9f0cb80"} 1.25e+09 node_network_speed_bytes{device="veth9f2b7f4"} 1.25e+09 node_network_speed_bytes{device="vetha0524ab"} 1.25e+09 node_network_speed_bytes{device="vetha09db05"} 1.25e+09 node_network_speed_bytes{device="vetha0c9f28"} 1.25e+09 node_network_speed_bytes{device="vetha137a8a"} 1.25e+09 node_network_speed_bytes{device="vetha1a2849"} 1.25e+09 node_network_speed_bytes{device="vetha246e20"} 1.25e+09 node_network_speed_bytes{device="vetha262863"} 1.25e+09 node_network_speed_bytes{device="vetha2e8433"} 1.25e+09 node_network_speed_bytes{device="vetha33f58d"} 1.25e+09 node_network_speed_bytes{device="vetha364335"} 1.25e+09 node_network_speed_bytes{device="vetha39dbf7"} 1.25e+09 node_network_speed_bytes{device="vetha3d15af"} 1.25e+09 node_network_speed_bytes{device="vetha46dce5"} 1.25e+09 node_network_speed_bytes{device="vetha4a4b5e"} 1.25e+09 node_network_speed_bytes{device="vetha52fdb0"} 1.25e+09 node_network_speed_bytes{device="vetha532453"} 1.25e+09 node_network_speed_bytes{device="vetha542775"} 1.25e+09 node_network_speed_bytes{device="vetha5f484b"} 1.25e+09 node_network_speed_bytes{device="vetha626559"} 1.25e+09 node_network_speed_bytes{device="vetha6695f8"} 1.25e+09 node_network_speed_bytes{device="vetha6bbe19"} 1.25e+09 node_network_speed_bytes{device="vetha71b22e"} 1.25e+09 node_network_speed_bytes{device="vetha73388c"} 1.25e+09 node_network_speed_bytes{device="vetha7d15e0"} 1.25e+09 node_network_speed_bytes{device="vetha819cf5"} 1.25e+09 node_network_speed_bytes{device="vetha833154"} 1.25e+09 node_network_speed_bytes{device="vetha8d245b"} 1.25e+09 node_network_speed_bytes{device="vetha9a6ee7"} 1.25e+09 node_network_speed_bytes{device="vetha9be187"} 1.25e+09 node_network_speed_bytes{device="vethaac0f5a"} 1.25e+09 node_network_speed_bytes{device="vethaaf14ed"} 1.25e+09 node_network_speed_bytes{device="vethaafbc9c"} 1.25e+09 node_network_speed_bytes{device="vethac8f909"} 1.25e+09 node_network_speed_bytes{device="vethad12882"} 1.25e+09 node_network_speed_bytes{device="vethad278fa"} 1.25e+09 node_network_speed_bytes{device="vethad4728b"} 1.25e+09 node_network_speed_bytes{device="vethad94033"} 1.25e+09 node_network_speed_bytes{device="vethae911de"} 1.25e+09 node_network_speed_bytes{device="vethaf848b4"} 1.25e+09 node_network_speed_bytes{device="vethafdb738"} 1.25e+09 node_network_speed_bytes{device="vethb03a241"} 1.25e+09 node_network_speed_bytes{device="vethb0541e3"} 1.25e+09 node_network_speed_bytes{device="vethb094466"} 1.25e+09 node_network_speed_bytes{device="vethb0dce79"} 1.25e+09 node_network_speed_bytes{device="vethb15363b"} 1.25e+09 node_network_speed_bytes{device="vethb1b5e1a"} 1.25e+09 node_network_speed_bytes{device="vethb20e6ba"} 1.25e+09 node_network_speed_bytes{device="vethb348a18"} 1.25e+09 node_network_speed_bytes{device="vethb39d63e"} 1.25e+09 node_network_speed_bytes{device="vethb3a121b"} 1.25e+09 node_network_speed_bytes{device="vethb3deee0"} 1.25e+09 node_network_speed_bytes{device="vethb437aaa"} 1.25e+09 node_network_speed_bytes{device="vethb446f39"} 1.25e+09 node_network_speed_bytes{device="vethb463420"} 1.25e+09 node_network_speed_bytes{device="vethb5e7625"} 1.25e+09 node_network_speed_bytes{device="vethb5fac8d"} 1.25e+09 node_network_speed_bytes{device="vethb60b24f"} 1.25e+09 node_network_speed_bytes{device="vethb6a7795"} 1.25e+09 node_network_speed_bytes{device="vethb70e800"} 1.25e+09 node_network_speed_bytes{device="vethb77480b"} 1.25e+09 node_network_speed_bytes{device="vethb8277ac"} 1.25e+09 node_network_speed_bytes{device="vethba29e31"} 1.25e+09 node_network_speed_bytes{device="vethba6e44c"} 1.25e+09 node_network_speed_bytes{device="vethbb09104"} 1.25e+09 node_network_speed_bytes{device="vethbb16237"} 1.25e+09 node_network_speed_bytes{device="vethbb70179"} 1.25e+09 node_network_speed_bytes{device="vethbba5630"} 1.25e+09 node_network_speed_bytes{device="vethbbbbe04"} 1.25e+09 node_network_speed_bytes{device="vethbbdba94"} 1.25e+09 node_network_speed_bytes{device="vethbbfb0b7"} 1.25e+09 node_network_speed_bytes{device="vethbc76a10"} 1.25e+09 node_network_speed_bytes{device="vethbd2a2ee"} 1.25e+09 node_network_speed_bytes{device="vethbda2ae7"} 1.25e+09 node_network_speed_bytes{device="vethbded328"} 1.25e+09 node_network_speed_bytes{device="vethbe2f7fe"} 1.25e+09 node_network_speed_bytes{device="vethbe857cb"} 1.25e+09 node_network_speed_bytes{device="vethbe875cc"} 1.25e+09 node_network_speed_bytes{device="vethbf184b1"} 1.25e+09 node_network_speed_bytes{device="vethbf984b6"} 1.25e+09 node_network_speed_bytes{device="vethbffb2be"} 1.25e+09 node_network_speed_bytes{device="vethc0f4be2"} 1.25e+09 node_network_speed_bytes{device="vethc11e467"} 1.25e+09 node_network_speed_bytes{device="vethc1f90e5"} 1.25e+09 node_network_speed_bytes{device="vethc3672f4"} 1.25e+09 node_network_speed_bytes{device="vethc3a39c5"} 1.25e+09 node_network_speed_bytes{device="vethc3b6740"} 1.25e+09 node_network_speed_bytes{device="vethc4690e0"} 1.25e+09 node_network_speed_bytes{device="vethc4ee1b8"} 1.25e+09 node_network_speed_bytes{device="vethc5402c9"} 1.25e+09 node_network_speed_bytes{device="vethc547482"} 1.25e+09 node_network_speed_bytes{device="vethc5fe0b1"} 1.25e+09 node_network_speed_bytes{device="vethc60975c"} 1.25e+09 node_network_speed_bytes{device="vethc69126e"} 1.25e+09 node_network_speed_bytes{device="vethc6eb625"} 1.25e+09 node_network_speed_bytes{device="vethc6fac07"} 1.25e+09 node_network_speed_bytes{device="vethc702703"} 1.25e+09 node_network_speed_bytes{device="vethc74fac6"} 1.25e+09 node_network_speed_bytes{device="vethc78dd63"} 1.25e+09 node_network_speed_bytes{device="vethc7cef54"} 1.25e+09 node_network_speed_bytes{device="vethc7e6d28"} 1.25e+09 node_network_speed_bytes{device="vethc800506"} 1.25e+09 node_network_speed_bytes{device="vethc8344c6"} 1.25e+09 node_network_speed_bytes{device="vethc85e8a1"} 1.25e+09 node_network_speed_bytes{device="vethc86b25e"} 1.25e+09 node_network_speed_bytes{device="vethc88f6d5"} 1.25e+09 node_network_speed_bytes{device="vethc91fc73"} 1.25e+09 node_network_speed_bytes{device="vethc942fad"} 1.25e+09 node_network_speed_bytes{device="vethc99741d"} 1.25e+09 node_network_speed_bytes{device="vethca7a920"} 1.25e+09 node_network_speed_bytes{device="vethcb56258"} 1.25e+09 node_network_speed_bytes{device="vethcb70a05"} 1.25e+09 node_network_speed_bytes{device="vethcbb6ad3"} 1.25e+09 node_network_speed_bytes{device="vethcbe3245"} 1.25e+09 node_network_speed_bytes{device="vethcc05e54"} 1.25e+09 node_network_speed_bytes{device="vethcc0a6a7"} 1.25e+09 node_network_speed_bytes{device="vethcc4df6c"} 1.25e+09 node_network_speed_bytes{device="vethccde146"} 1.25e+09 node_network_speed_bytes{device="vethcd1a107"} 1.25e+09 node_network_speed_bytes{device="vethcdc87c7"} 1.25e+09 node_network_speed_bytes{device="vethce0cd64"} 1.25e+09 node_network_speed_bytes{device="vethce27cb9"} 1.25e+09 node_network_speed_bytes{device="vethce2a31d"} 1.25e+09 node_network_speed_bytes{device="vethce67b11"} 1.25e+09 node_network_speed_bytes{device="vethd0a9732"} 1.25e+09 node_network_speed_bytes{device="vethd183c34"} 1.25e+09 node_network_speed_bytes{device="vethd1a8a33"} 1.25e+09 node_network_speed_bytes{device="vethd1b1ed7"} 1.25e+09 node_network_speed_bytes{device="vethd1c6adb"} 1.25e+09 node_network_speed_bytes{device="vethd1caf98"} 1.25e+09 node_network_speed_bytes{device="vethd1f851b"} 1.25e+09 node_network_speed_bytes{device="vethd23fa3c"} 1.25e+09 node_network_speed_bytes{device="vethd2d1d0b"} 1.25e+09 node_network_speed_bytes{device="vethd2d4c0f"} 1.25e+09 node_network_speed_bytes{device="vethd2e142a"} 1.25e+09 node_network_speed_bytes{device="vethd2f2476"} 1.25e+09 node_network_speed_bytes{device="vethd32989f"} 1.25e+09 node_network_speed_bytes{device="vethd33027f"} 1.25e+09 node_network_speed_bytes{device="vethd386c1b"} 1.25e+09 node_network_speed_bytes{device="vethd394f60"} 1.25e+09 node_network_speed_bytes{device="vethd39b75f"} 1.25e+09 node_network_speed_bytes{device="vethd3b8b64"} 1.25e+09 node_network_speed_bytes{device="vethd3d71c3"} 1.25e+09 node_network_speed_bytes{device="vethd3d74f4"} 1.25e+09 node_network_speed_bytes{device="vethd3f5c3d"} 1.25e+09 node_network_speed_bytes{device="vethd418045"} 1.25e+09 node_network_speed_bytes{device="vethd583737"} 1.25e+09 node_network_speed_bytes{device="vethd5b7fe1"} 1.25e+09 node_network_speed_bytes{device="vethd6812c2"} 1.25e+09 node_network_speed_bytes{device="vethd72be73"} 1.25e+09 node_network_speed_bytes{device="vethd741df9"} 1.25e+09 node_network_speed_bytes{device="vethd764c1d"} 1.25e+09 node_network_speed_bytes{device="vethd77fdfb"} 1.25e+09 node_network_speed_bytes{device="vethd7b6b6d"} 1.25e+09 node_network_speed_bytes{device="vethd7ce910"} 1.25e+09 node_network_speed_bytes{device="vethd80b242"} 1.25e+09 node_network_speed_bytes{device="vethd9290a5"} 1.25e+09 node_network_speed_bytes{device="vethd9633d5"} 1.25e+09 node_network_speed_bytes{device="vethd9c1ac2"} 1.25e+09 node_network_speed_bytes{device="vethd9dc45d"} 1.25e+09 node_network_speed_bytes{device="vethdb3bfe5"} 1.25e+09 node_network_speed_bytes{device="vethdb8e006"} 1.25e+09 node_network_speed_bytes{device="vethdba04c6"} 1.25e+09 node_network_speed_bytes{device="vethdcf0fe6"} 1.25e+09 node_network_speed_bytes{device="vethdd73e31"} 1.25e+09 node_network_speed_bytes{device="vethdeb43da"} 1.25e+09 node_network_speed_bytes{device="vethdf2fc0c"} 1.25e+09 node_network_speed_bytes{device="vethdf8b192"} 1.25e+09 node_network_speed_bytes{device="vethe0014f6"} 1.25e+09 node_network_speed_bytes{device="vethe04376c"} 1.25e+09 node_network_speed_bytes{device="vethe0824de"} 1.25e+09 node_network_speed_bytes{device="vethe1acebe"} 1.25e+09 node_network_speed_bytes{device="vethe1b57af"} 1.25e+09 node_network_speed_bytes{device="vethe2677b2"} 1.25e+09 node_network_speed_bytes{device="vethe330364"} 1.25e+09 node_network_speed_bytes{device="vethe358b9b"} 1.25e+09 node_network_speed_bytes{device="vethe393e1f"} 1.25e+09 node_network_speed_bytes{device="vethe3fc1d5"} 1.25e+09 node_network_speed_bytes{device="vethe439679"} 1.25e+09 node_network_speed_bytes{device="vethe484f21"} 1.25e+09 node_network_speed_bytes{device="vethe49717f"} 1.25e+09 node_network_speed_bytes{device="vethe4ad4e5"} 1.25e+09 node_network_speed_bytes{device="vethe4e85e7"} 1.25e+09 node_network_speed_bytes{device="vethe52bda0"} 1.25e+09 node_network_speed_bytes{device="vethe5f3f06"} 1.25e+09 node_network_speed_bytes{device="vethe63d6dd"} 1.25e+09 node_network_speed_bytes{device="vethe6c23f6"} 1.25e+09 node_network_speed_bytes{device="vethe766e72"} 1.25e+09 node_network_speed_bytes{device="vethe7aff89"} 1.25e+09 node_network_speed_bytes{device="vethe8648b1"} 1.25e+09 node_network_speed_bytes{device="vethe87664c"} 1.25e+09 node_network_speed_bytes{device="vethe880812"} 1.25e+09 node_network_speed_bytes{device="vethe8d7ad1"} 1.25e+09 node_network_speed_bytes{device="vethe98ffcc"} 1.25e+09 node_network_speed_bytes{device="vethea8c77f"} 1.25e+09 node_network_speed_bytes{device="vetheaaf5da"} 1.25e+09 node_network_speed_bytes{device="vetheb750ff"} 1.25e+09 node_network_speed_bytes{device="vethebe1c57"} 1.25e+09 node_network_speed_bytes{device="vethec1bace"} 1.25e+09 node_network_speed_bytes{device="vethedee635"} 1.25e+09 node_network_speed_bytes{device="vethee49f2e"} 1.25e+09 node_network_speed_bytes{device="vethee55381"} 1.25e+09 node_network_speed_bytes{device="vetheebb707"} 1.25e+09 node_network_speed_bytes{device="vetheede58b"} 1.25e+09 node_network_speed_bytes{device="vethef01414"} 1.25e+09 node_network_speed_bytes{device="vethef4d3cf"} 1.25e+09 node_network_speed_bytes{device="vethef8ca1b"} 1.25e+09 node_network_speed_bytes{device="vethef9a53b"} 1.25e+09 node_network_speed_bytes{device="vetheff1b62"} 1.25e+09 node_network_speed_bytes{device="vethf00a1a9"} 1.25e+09 node_network_speed_bytes{device="vethf0d88b0"} 1.25e+09 node_network_speed_bytes{device="vethf0e15a5"} 1.25e+09 node_network_speed_bytes{device="vethf0f7c00"} 1.25e+09 node_network_speed_bytes{device="vethf1a351b"} 1.25e+09 node_network_speed_bytes{device="vethf1cab6c"} 1.25e+09 node_network_speed_bytes{device="vethf1ffdde"} 1.25e+09 node_network_speed_bytes{device="vethf30dce1"} 1.25e+09 node_network_speed_bytes{device="vethf34ab67"} 1.25e+09 node_network_speed_bytes{device="vethf3942da"} 1.25e+09 node_network_speed_bytes{device="vethf40383d"} 1.25e+09 node_network_speed_bytes{device="vethf4756aa"} 1.25e+09 node_network_speed_bytes{device="vethf4b3dd4"} 1.25e+09 node_network_speed_bytes{device="vethf572a6b"} 1.25e+09 node_network_speed_bytes{device="vethf5f8567"} 1.25e+09 node_network_speed_bytes{device="vethf62f7b0"} 1.25e+09 node_network_speed_bytes{device="vethf766060"} 1.25e+09 node_network_speed_bytes{device="vethf796416"} 1.25e+09 node_network_speed_bytes{device="vethf7dde08"} 1.25e+09 node_network_speed_bytes{device="vethf804fc2"} 1.25e+09 node_network_speed_bytes{device="vethf89cdc2"} 1.25e+09 node_network_speed_bytes{device="vethf8f166c"} 1.25e+09 node_network_speed_bytes{device="vethf9080d7"} 1.25e+09 node_network_speed_bytes{device="vethf90aa51"} 1.25e+09 node_network_speed_bytes{device="vethf91787e"} 1.25e+09 node_network_speed_bytes{device="vethf925f21"} 1.25e+09 node_network_speed_bytes{device="vethf954e2e"} 1.25e+09 node_network_speed_bytes{device="vethf96c7ac"} 1.25e+09 node_network_speed_bytes{device="vethfb0d0e8"} 1.25e+09 node_network_speed_bytes{device="vethfb3ff4e"} 1.25e+09 node_network_speed_bytes{device="vethfc0e66c"} 1.25e+09 node_network_speed_bytes{device="vethfcd6d02"} 1.25e+09 node_network_speed_bytes{device="vethfe45418"} 1.25e+09 node_network_speed_bytes{device="vethfe716bb"} 1.25e+09 node_network_speed_bytes{device="vethfe71df5"} 1.25e+09 node_network_speed_bytes{device="vethfecb007"} 1.25e+09 node_network_speed_bytes{device="vethfee22ad"} 1.25e+09 node_network_speed_bytes{device="vethff26790"} 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"} 1.8711358153e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="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"} 4.826855e+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-032930a8871d"} 0 node_network_transmit_queue_length{device="br-03ced592235a"} 0 node_network_transmit_queue_length{device="br-0871d54d3675"} 0 node_network_transmit_queue_length{device="br-089331b9c07a"} 0 node_network_transmit_queue_length{device="br-0a8e30067c8e"} 0 node_network_transmit_queue_length{device="br-0d01f742526c"} 0 node_network_transmit_queue_length{device="br-0d9fdd0cf163"} 0 node_network_transmit_queue_length{device="br-12a5c8e99f7e"} 0 node_network_transmit_queue_length{device="br-131fa2cef983"} 0 node_network_transmit_queue_length{device="br-14216610e159"} 0 node_network_transmit_queue_length{device="br-15dab3c5a2fb"} 0 node_network_transmit_queue_length{device="br-16453071a16a"} 0 node_network_transmit_queue_length{device="br-1824841a31f9"} 0 node_network_transmit_queue_length{device="br-1b283e1e5128"} 0 node_network_transmit_queue_length{device="br-1c85749e122e"} 0 node_network_transmit_queue_length{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 0 node_network_transmit_queue_length{device="br-3db3cc2bc444"} 0 node_network_transmit_queue_length{device="br-41c4dd613804"} 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-4698f8262a4c"} 0 node_network_transmit_queue_length{device="br-483851ad6d82"} 0 node_network_transmit_queue_length{device="br-491d965e7355"} 0 node_network_transmit_queue_length{device="br-4a66d39e6115"} 0 node_network_transmit_queue_length{device="br-52ce8deae651"} 0 node_network_transmit_queue_length{device="br-5567248b7fed"} 0 node_network_transmit_queue_length{device="br-559d36b72748"} 0 node_network_transmit_queue_length{device="br-57259014cf16"} 0 node_network_transmit_queue_length{device="br-5748fcd1e7ca"} 0 node_network_transmit_queue_length{device="br-5a028c7b8cc5"} 0 node_network_transmit_queue_length{device="br-5a09c7dffa78"} 0 node_network_transmit_queue_length{device="br-5bbb53ee4d8c"} 0 node_network_transmit_queue_length{device="br-5cd378a95a50"} 0 node_network_transmit_queue_length{device="br-5e44ef26977f"} 0 node_network_transmit_queue_length{device="br-649c0a0d748e"} 0 node_network_transmit_queue_length{device="br-65c3891cde69"} 0 node_network_transmit_queue_length{device="br-6654a6f415ef"} 0 node_network_transmit_queue_length{device="br-666a1a84be8e"} 0 node_network_transmit_queue_length{device="br-66b00b277461"} 0 node_network_transmit_queue_length{device="br-67b6f2b09055"} 0 node_network_transmit_queue_length{device="br-68a4d2d648c6"} 0 node_network_transmit_queue_length{device="br-6a3142e5de92"} 0 node_network_transmit_queue_length{device="br-6c34a8b4b6a4"} 0 node_network_transmit_queue_length{device="br-6c5eccea21bc"} 0 node_network_transmit_queue_length{device="br-75640dcb1806"} 0 node_network_transmit_queue_length{device="br-757cf8ccd099"} 0 node_network_transmit_queue_length{device="br-765d504a1648"} 0 node_network_transmit_queue_length{device="br-7783edd4fb63"} 0 node_network_transmit_queue_length{device="br-78c76b7fdacf"} 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-8273700d2b53"} 0 node_network_transmit_queue_length{device="br-832e21b6735f"} 0 node_network_transmit_queue_length{device="br-89456f9f0577"} 0 node_network_transmit_queue_length{device="br-8c4c62bbb4ac"} 0 node_network_transmit_queue_length{device="br-8c90f08921d2"} 0 node_network_transmit_queue_length{device="br-8d5f8dfdd165"} 0 node_network_transmit_queue_length{device="br-8d809ce3c9c6"} 0 node_network_transmit_queue_length{device="br-8f019a492357"} 0 node_network_transmit_queue_length{device="br-918ddcd36f9a"} 0 node_network_transmit_queue_length{device="br-94b2fbf06b0d"} 0 node_network_transmit_queue_length{device="br-9504d5b6acf5"} 0 node_network_transmit_queue_length{device="br-967a6a8492ec"} 0 node_network_transmit_queue_length{device="br-977759f73e31"} 0 node_network_transmit_queue_length{device="br-9be1f90f0a3c"} 0 node_network_transmit_queue_length{device="br-9c7a6a4ea029"} 0 node_network_transmit_queue_length{device="br-9fab29d0fd90"} 0 node_network_transmit_queue_length{device="br-a01a29421e12"} 0 node_network_transmit_queue_length{device="br-a073f44ab682"} 0 node_network_transmit_queue_length{device="br-a08ab772e40d"} 0 node_network_transmit_queue_length{device="br-a1b2b339a0bc"} 0 node_network_transmit_queue_length{device="br-a3bcc581540c"} 0 node_network_transmit_queue_length{device="br-a735d7132cb5"} 0 node_network_transmit_queue_length{device="br-ab4fc0c8f205"} 0 node_network_transmit_queue_length{device="br-ac4684d015f6"} 0 node_network_transmit_queue_length{device="br-ac5441a8184d"} 0 node_network_transmit_queue_length{device="br-afdcb409567a"} 0 node_network_transmit_queue_length{device="br-b58abb066918"} 0 node_network_transmit_queue_length{device="br-b5cc1abc8af1"} 0 node_network_transmit_queue_length{device="br-b710ed0f91ed"} 0 node_network_transmit_queue_length{device="br-b9ddcd38e3d5"} 0 node_network_transmit_queue_length{device="br-be8161177ed9"} 0 node_network_transmit_queue_length{device="br-bfa260e794d9"} 0 node_network_transmit_queue_length{device="br-c1c4e42c8216"} 0 node_network_transmit_queue_length{device="br-c577c6a066cb"} 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-cb62be74ef17"} 0 node_network_transmit_queue_length{device="br-cc4a14297e79"} 0 node_network_transmit_queue_length{device="br-cf6b946573c1"} 0 node_network_transmit_queue_length{device="br-cfa8e5dacf79"} 0 node_network_transmit_queue_length{device="br-d461c29e6aa7"} 0 node_network_transmit_queue_length{device="br-d4ad227661d1"} 0 node_network_transmit_queue_length{device="br-d5a100d1afd1"} 0 node_network_transmit_queue_length{device="br-d6403551d086"} 0 node_network_transmit_queue_length{device="br-dae27e4e8b91"} 0 node_network_transmit_queue_length{device="br-db5d49f98313"} 0 node_network_transmit_queue_length{device="br-dc87a7504ded"} 0 node_network_transmit_queue_length{device="br-ddaa8bdc0119"} 0 node_network_transmit_queue_length{device="br-ddc45447112f"} 0 node_network_transmit_queue_length{device="br-e0e95d87f3e0"} 0 node_network_transmit_queue_length{device="br-e24d302efec6"} 0 node_network_transmit_queue_length{device="br-e3e321b77026"} 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-ead353f203a4"} 0 node_network_transmit_queue_length{device="br-ec56c664f289"} 0 node_network_transmit_queue_length{device="br-f17da17d41a2"} 0 node_network_transmit_queue_length{device="br-f33d4e889abc"} 0 node_network_transmit_queue_length{device="br-f4b381c64696"} 0 node_network_transmit_queue_length{device="br-f5d79f441cea"} 0 node_network_transmit_queue_length{device="br-f645f15c7927"} 0 node_network_transmit_queue_length{device="br-f6901fdf275f"} 0 node_network_transmit_queue_length{device="br-f7269b4b25bf"} 0 node_network_transmit_queue_length{device="br-fa88d6f98186"} 0 node_network_transmit_queue_length{device="br-fd7abce4f375"} 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="veth010cf6c"} 0 node_network_transmit_queue_length{device="veth0118054"} 0 node_network_transmit_queue_length{device="veth015066a"} 0 node_network_transmit_queue_length{device="veth01c23a7"} 0 node_network_transmit_queue_length{device="veth01d8776"} 0 node_network_transmit_queue_length{device="veth028dce1"} 0 node_network_transmit_queue_length{device="veth0299373"} 0 node_network_transmit_queue_length{device="veth03320d3"} 0 node_network_transmit_queue_length{device="veth0348049"} 0 node_network_transmit_queue_length{device="veth04c0c5b"} 0 node_network_transmit_queue_length{device="veth05bb69b"} 0 node_network_transmit_queue_length{device="veth05d21d3"} 0 node_network_transmit_queue_length{device="veth063974c"} 0 node_network_transmit_queue_length{device="veth0665c41"} 0 node_network_transmit_queue_length{device="veth06bac3f"} 0 node_network_transmit_queue_length{device="veth06f7fab"} 0 node_network_transmit_queue_length{device="veth07837a1"} 0 node_network_transmit_queue_length{device="veth07940a9"} 0 node_network_transmit_queue_length{device="veth07c394e"} 0 node_network_transmit_queue_length{device="veth08220c7"} 0 node_network_transmit_queue_length{device="veth085af09"} 0 node_network_transmit_queue_length{device="veth08f2029"} 0 node_network_transmit_queue_length{device="veth093e34b"} 0 node_network_transmit_queue_length{device="veth095010c"} 0 node_network_transmit_queue_length{device="veth0b4c3d1"} 0 node_network_transmit_queue_length{device="veth0bad067"} 0 node_network_transmit_queue_length{device="veth0bbdec3"} 0 node_network_transmit_queue_length{device="veth0c16bae"} 0 node_network_transmit_queue_length{device="veth0c30494"} 0 node_network_transmit_queue_length{device="veth0caff4e"} 0 node_network_transmit_queue_length{device="veth0d8770f"} 0 node_network_transmit_queue_length{device="veth0df388c"} 0 node_network_transmit_queue_length{device="veth0ea94b5"} 0 node_network_transmit_queue_length{device="veth0f67dbb"} 0 node_network_transmit_queue_length{device="veth0f8e2ed"} 0 node_network_transmit_queue_length{device="veth0fb0b4d"} 0 node_network_transmit_queue_length{device="veth100cba7"} 0 node_network_transmit_queue_length{device="veth10146ec"} 0 node_network_transmit_queue_length{device="veth1031098"} 0 node_network_transmit_queue_length{device="veth10df4a9"} 0 node_network_transmit_queue_length{device="veth110bcfe"} 0 node_network_transmit_queue_length{device="veth110e8ec"} 0 node_network_transmit_queue_length{device="veth1148460"} 0 node_network_transmit_queue_length{device="veth12a3be7"} 0 node_network_transmit_queue_length{device="veth12ae611"} 0 node_network_transmit_queue_length{device="veth12ca81a"} 0 node_network_transmit_queue_length{device="veth133acdf"} 0 node_network_transmit_queue_length{device="veth13f164d"} 0 node_network_transmit_queue_length{device="veth1431509"} 0 node_network_transmit_queue_length{device="veth1433538"} 0 node_network_transmit_queue_length{device="veth14a077c"} 0 node_network_transmit_queue_length{device="veth1524c7a"} 0 node_network_transmit_queue_length{device="veth15b5b5d"} 0 node_network_transmit_queue_length{device="veth1647655"} 0 node_network_transmit_queue_length{device="veth167a182"} 0 node_network_transmit_queue_length{device="veth16f4867"} 0 node_network_transmit_queue_length{device="veth1785664"} 0 node_network_transmit_queue_length{device="veth199e3b5"} 0 node_network_transmit_queue_length{device="veth1aa66b7"} 0 node_network_transmit_queue_length{device="veth1b01e56"} 0 node_network_transmit_queue_length{device="veth1b11dd2"} 0 node_network_transmit_queue_length{device="veth1b18086"} 0 node_network_transmit_queue_length{device="veth1c097c5"} 0 node_network_transmit_queue_length{device="veth1c4c875"} 0 node_network_transmit_queue_length{device="veth1c5280a"} 0 node_network_transmit_queue_length{device="veth1cfc19d"} 0 node_network_transmit_queue_length{device="veth1d0e0c0"} 0 node_network_transmit_queue_length{device="veth1d2dae7"} 0 node_network_transmit_queue_length{device="veth1d629d1"} 0 node_network_transmit_queue_length{device="veth1d73687"} 0 node_network_transmit_queue_length{device="veth1d7748d"} 0 node_network_transmit_queue_length{device="veth1d8d1df"} 0 node_network_transmit_queue_length{device="veth1dbaa59"} 0 node_network_transmit_queue_length{device="veth1dc83fc"} 0 node_network_transmit_queue_length{device="veth1e36d07"} 0 node_network_transmit_queue_length{device="veth1e44960"} 0 node_network_transmit_queue_length{device="veth1eb887e"} 0 node_network_transmit_queue_length{device="veth1ebe556"} 0 node_network_transmit_queue_length{device="veth1ef8c3b"} 0 node_network_transmit_queue_length{device="veth1f00723"} 0 node_network_transmit_queue_length{device="veth1f55581"} 0 node_network_transmit_queue_length{device="veth200cbca"} 0 node_network_transmit_queue_length{device="veth201dbeb"} 0 node_network_transmit_queue_length{device="veth20350f2"} 0 node_network_transmit_queue_length{device="veth2046904"} 0 node_network_transmit_queue_length{device="veth20558f6"} 0 node_network_transmit_queue_length{device="veth206800d"} 0 node_network_transmit_queue_length{device="veth20c30fb"} 0 node_network_transmit_queue_length{device="veth20d3122"} 0 node_network_transmit_queue_length{device="veth20fec73"} 0 node_network_transmit_queue_length{device="veth2101218"} 0 node_network_transmit_queue_length{device="veth216cb5e"} 0 node_network_transmit_queue_length{device="veth21bac8e"} 0 node_network_transmit_queue_length{device="veth21e6158"} 0 node_network_transmit_queue_length{device="veth21edd0c"} 0 node_network_transmit_queue_length{device="veth22047d0"} 0 node_network_transmit_queue_length{device="veth22a4380"} 0 node_network_transmit_queue_length{device="veth22a99e1"} 0 node_network_transmit_queue_length{device="veth22ec2e1"} 0 node_network_transmit_queue_length{device="veth233a2ff"} 0 node_network_transmit_queue_length{device="veth23cfa18"} 0 node_network_transmit_queue_length{device="veth23e3157"} 0 node_network_transmit_queue_length{device="veth253ee4b"} 0 node_network_transmit_queue_length{device="veth25731c6"} 0 node_network_transmit_queue_length{device="veth257e734"} 0 node_network_transmit_queue_length{device="veth26d9a84"} 0 node_network_transmit_queue_length{device="veth26da4e6"} 0 node_network_transmit_queue_length{device="veth26de035"} 0 node_network_transmit_queue_length{device="veth26e26ed"} 0 node_network_transmit_queue_length{device="veth271e2be"} 0 node_network_transmit_queue_length{device="veth273b370"} 0 node_network_transmit_queue_length{device="veth2850417"} 0 node_network_transmit_queue_length{device="veth28b3c5c"} 0 node_network_transmit_queue_length{device="veth297bd24"} 0 node_network_transmit_queue_length{device="veth29e137d"} 0 node_network_transmit_queue_length{device="veth2a08596"} 0 node_network_transmit_queue_length{device="veth2b080cb"} 0 node_network_transmit_queue_length{device="veth2b1e3c8"} 0 node_network_transmit_queue_length{device="veth2b70ed0"} 0 node_network_transmit_queue_length{device="veth2b88298"} 0 node_network_transmit_queue_length{device="veth2ba28cc"} 0 node_network_transmit_queue_length{device="veth2c7ea81"} 0 node_network_transmit_queue_length{device="veth2ccb650"} 0 node_network_transmit_queue_length{device="veth2cdd57a"} 0 node_network_transmit_queue_length{device="veth2d38052"} 0 node_network_transmit_queue_length{device="veth2d90db8"} 0 node_network_transmit_queue_length{device="veth2db0bc8"} 0 node_network_transmit_queue_length{device="veth2e3e11b"} 0 node_network_transmit_queue_length{device="veth2eaeb65"} 0 node_network_transmit_queue_length{device="veth2edd93a"} 0 node_network_transmit_queue_length{device="veth2f83127"} 0 node_network_transmit_queue_length{device="veth2fad712"} 0 node_network_transmit_queue_length{device="veth2fc1259"} 0 node_network_transmit_queue_length{device="veth2fd4dcf"} 0 node_network_transmit_queue_length{device="veth3018884"} 0 node_network_transmit_queue_length{device="veth302391f"} 0 node_network_transmit_queue_length{device="veth3036978"} 0 node_network_transmit_queue_length{device="veth30a5c63"} 0 node_network_transmit_queue_length{device="veth3190c62"} 0 node_network_transmit_queue_length{device="veth31e5a9e"} 0 node_network_transmit_queue_length{device="veth31f0812"} 0 node_network_transmit_queue_length{device="veth32a4eb2"} 0 node_network_transmit_queue_length{device="veth340f558"} 0 node_network_transmit_queue_length{device="veth34317c5"} 0 node_network_transmit_queue_length{device="veth3497f43"} 0 node_network_transmit_queue_length{device="veth35137a1"} 0 node_network_transmit_queue_length{device="veth351f876"} 0 node_network_transmit_queue_length{device="veth356b213"} 0 node_network_transmit_queue_length{device="veth35c1d5d"} 0 node_network_transmit_queue_length{device="veth35e62a2"} 0 node_network_transmit_queue_length{device="veth3660b83"} 0 node_network_transmit_queue_length{device="veth369fc55"} 0 node_network_transmit_queue_length{device="veth36ef53a"} 0 node_network_transmit_queue_length{device="veth375f2a0"} 0 node_network_transmit_queue_length{device="veth37c5473"} 0 node_network_transmit_queue_length{device="veth3886d62"} 0 node_network_transmit_queue_length{device="veth391ec21"} 0 node_network_transmit_queue_length{device="veth39344a6"} 0 node_network_transmit_queue_length{device="veth39d278e"} 0 node_network_transmit_queue_length{device="veth3a42551"} 0 node_network_transmit_queue_length{device="veth3af658d"} 0 node_network_transmit_queue_length{device="veth3afab44"} 0 node_network_transmit_queue_length{device="veth3be2114"} 0 node_network_transmit_queue_length{device="veth3c52a6b"} 0 node_network_transmit_queue_length{device="veth3c96f87"} 0 node_network_transmit_queue_length{device="veth3cf6698"} 0 node_network_transmit_queue_length{device="veth3d7e10e"} 0 node_network_transmit_queue_length{device="veth3de8760"} 0 node_network_transmit_queue_length{device="veth3dfd180"} 0 node_network_transmit_queue_length{device="veth3e101c0"} 0 node_network_transmit_queue_length{device="veth3e128b5"} 0 node_network_transmit_queue_length{device="veth3eef6e7"} 0 node_network_transmit_queue_length{device="veth3f766aa"} 0 node_network_transmit_queue_length{device="veth3f8f002"} 0 node_network_transmit_queue_length{device="veth400b680"} 0 node_network_transmit_queue_length{device="veth4079dc2"} 0 node_network_transmit_queue_length{device="veth4082762"} 0 node_network_transmit_queue_length{device="veth40905f5"} 0 node_network_transmit_queue_length{device="veth410cac4"} 0 node_network_transmit_queue_length{device="veth411daee"} 0 node_network_transmit_queue_length{device="veth4136e74"} 0 node_network_transmit_queue_length{device="veth41b3812"} 0 node_network_transmit_queue_length{device="veth41c7fd1"} 0 node_network_transmit_queue_length{device="veth427a6a0"} 0 node_network_transmit_queue_length{device="veth4391ce3"} 0 node_network_transmit_queue_length{device="veth44023e4"} 0 node_network_transmit_queue_length{device="veth4418c4f"} 0 node_network_transmit_queue_length{device="veth445067e"} 0 node_network_transmit_queue_length{device="veth4498697"} 0 node_network_transmit_queue_length{device="veth44a2e68"} 0 node_network_transmit_queue_length{device="veth44b9a64"} 0 node_network_transmit_queue_length{device="veth44eaf2c"} 0 node_network_transmit_queue_length{device="veth45ba942"} 0 node_network_transmit_queue_length{device="veth45bf0a5"} 0 node_network_transmit_queue_length{device="veth45d5fcf"} 0 node_network_transmit_queue_length{device="veth467feaf"} 0 node_network_transmit_queue_length{device="veth46be02b"} 0 node_network_transmit_queue_length{device="veth47a78db"} 0 node_network_transmit_queue_length{device="veth47c0091"} 0 node_network_transmit_queue_length{device="veth47fbfa1"} 0 node_network_transmit_queue_length{device="veth482bd25"} 0 node_network_transmit_queue_length{device="veth4865e48"} 0 node_network_transmit_queue_length{device="veth487ae24"} 0 node_network_transmit_queue_length{device="veth494a1eb"} 0 node_network_transmit_queue_length{device="veth49501f4"} 0 node_network_transmit_queue_length{device="veth495aa66"} 0 node_network_transmit_queue_length{device="veth4a3f821"} 0 node_network_transmit_queue_length{device="veth4a5aa12"} 0 node_network_transmit_queue_length{device="veth4b32651"} 0 node_network_transmit_queue_length{device="veth4b9cef1"} 0 node_network_transmit_queue_length{device="veth4bc06c3"} 0 node_network_transmit_queue_length{device="veth4bcc505"} 0 node_network_transmit_queue_length{device="veth4dc758a"} 0 node_network_transmit_queue_length{device="veth4eeb5e5"} 0 node_network_transmit_queue_length{device="veth4f78f9e"} 0 node_network_transmit_queue_length{device="veth4fb5a24"} 0 node_network_transmit_queue_length{device="veth4fc6d17"} 0 node_network_transmit_queue_length{device="veth500d596"} 0 node_network_transmit_queue_length{device="veth5148843"} 0 node_network_transmit_queue_length{device="veth516a2dd"} 0 node_network_transmit_queue_length{device="veth51cb6e1"} 0 node_network_transmit_queue_length{device="veth531d83a"} 0 node_network_transmit_queue_length{device="veth53841ff"} 0 node_network_transmit_queue_length{device="veth538f11f"} 0 node_network_transmit_queue_length{device="veth53a474c"} 0 node_network_transmit_queue_length{device="veth53c0c49"} 0 node_network_transmit_queue_length{device="veth5408e9e"} 0 node_network_transmit_queue_length{device="veth54327b2"} 0 node_network_transmit_queue_length{device="veth54aa51d"} 0 node_network_transmit_queue_length{device="veth5644c2c"} 0 node_network_transmit_queue_length{device="veth5662068"} 0 node_network_transmit_queue_length{device="veth566b833"} 0 node_network_transmit_queue_length{device="veth56c1ee3"} 0 node_network_transmit_queue_length{device="veth574a9bf"} 0 node_network_transmit_queue_length{device="veth5823a67"} 0 node_network_transmit_queue_length{device="veth582b1e1"} 0 node_network_transmit_queue_length{device="veth58398da"} 0 node_network_transmit_queue_length{device="veth59af09d"} 0 node_network_transmit_queue_length{device="veth5a57667"} 0 node_network_transmit_queue_length{device="veth5a5947d"} 0 node_network_transmit_queue_length{device="veth5aa7930"} 0 node_network_transmit_queue_length{device="veth5b2851f"} 0 node_network_transmit_queue_length{device="veth5b569cb"} 0 node_network_transmit_queue_length{device="veth5be0e34"} 0 node_network_transmit_queue_length{device="veth5cbd82f"} 0 node_network_transmit_queue_length{device="veth5d07046"} 0 node_network_transmit_queue_length{device="veth5d8e6f5"} 0 node_network_transmit_queue_length{device="veth5da80fb"} 0 node_network_transmit_queue_length{device="veth5db9191"} 0 node_network_transmit_queue_length{device="veth5df7840"} 0 node_network_transmit_queue_length{device="veth5e055da"} 0 node_network_transmit_queue_length{device="veth5e9d6c1"} 0 node_network_transmit_queue_length{device="veth5f14d4e"} 0 node_network_transmit_queue_length{device="veth5f85831"} 0 node_network_transmit_queue_length{device="veth5fda1aa"} 0 node_network_transmit_queue_length{device="veth609f65f"} 0 node_network_transmit_queue_length{device="veth60a6470"} 0 node_network_transmit_queue_length{device="veth60ac914"} 0 node_network_transmit_queue_length{device="veth60be674"} 0 node_network_transmit_queue_length{device="veth6100f2e"} 0 node_network_transmit_queue_length{device="veth6141b70"} 0 node_network_transmit_queue_length{device="veth6151bb9"} 0 node_network_transmit_queue_length{device="veth61c4816"} 0 node_network_transmit_queue_length{device="veth61d7283"} 0 node_network_transmit_queue_length{device="veth6228670"} 0 node_network_transmit_queue_length{device="veth629242b"} 0 node_network_transmit_queue_length{device="veth6374fd2"} 0 node_network_transmit_queue_length{device="veth6391005"} 0 node_network_transmit_queue_length{device="veth63cf232"} 0 node_network_transmit_queue_length{device="veth640a039"} 0 node_network_transmit_queue_length{device="veth642d0c1"} 0 node_network_transmit_queue_length{device="veth643a437"} 0 node_network_transmit_queue_length{device="veth64fdbac"} 0 node_network_transmit_queue_length{device="veth6515c1a"} 0 node_network_transmit_queue_length{device="veth656302b"} 0 node_network_transmit_queue_length{device="veth663b727"} 0 node_network_transmit_queue_length{device="veth6694b48"} 0 node_network_transmit_queue_length{device="veth66c10ee"} 0 node_network_transmit_queue_length{device="veth671f5fb"} 0 node_network_transmit_queue_length{device="veth6727827"} 0 node_network_transmit_queue_length{device="veth6735453"} 0 node_network_transmit_queue_length{device="veth674eb08"} 0 node_network_transmit_queue_length{device="veth67bdfb5"} 0 node_network_transmit_queue_length{device="veth67c3090"} 0 node_network_transmit_queue_length{device="veth6827eeb"} 0 node_network_transmit_queue_length{device="veth686cf8f"} 0 node_network_transmit_queue_length{device="veth686e4ce"} 0 node_network_transmit_queue_length{device="veth694a5f6"} 0 node_network_transmit_queue_length{device="veth6955d38"} 0 node_network_transmit_queue_length{device="veth6a8f538"} 0 node_network_transmit_queue_length{device="veth6ae26de"} 0 node_network_transmit_queue_length{device="veth6b4fcb5"} 0 node_network_transmit_queue_length{device="veth6bd4c88"} 0 node_network_transmit_queue_length{device="veth6c0ac2b"} 0 node_network_transmit_queue_length{device="veth6c5d880"} 0 node_network_transmit_queue_length{device="veth6c7b2e3"} 0 node_network_transmit_queue_length{device="veth6c84c0f"} 0 node_network_transmit_queue_length{device="veth6cb308f"} 0 node_network_transmit_queue_length{device="veth6cc8853"} 0 node_network_transmit_queue_length{device="veth6cf5c92"} 0 node_network_transmit_queue_length{device="veth6d937a2"} 0 node_network_transmit_queue_length{device="veth6e35c23"} 0 node_network_transmit_queue_length{device="veth6e379ab"} 0 node_network_transmit_queue_length{device="veth6f266b8"} 0 node_network_transmit_queue_length{device="veth6f36c86"} 0 node_network_transmit_queue_length{device="veth6fbd9ae"} 0 node_network_transmit_queue_length{device="veth6fe10bb"} 0 node_network_transmit_queue_length{device="veth70d4eb5"} 0 node_network_transmit_queue_length{device="veth71868de"} 0 node_network_transmit_queue_length{device="veth72921dc"} 0 node_network_transmit_queue_length{device="veth72cb0b9"} 0 node_network_transmit_queue_length{device="veth732170b"} 0 node_network_transmit_queue_length{device="veth73778ca"} 0 node_network_transmit_queue_length{device="veth73c2c96"} 0 node_network_transmit_queue_length{device="veth73d2548"} 0 node_network_transmit_queue_length{device="veth7458897"} 0 node_network_transmit_queue_length{device="veth7465df3"} 0 node_network_transmit_queue_length{device="veth7561080"} 0 node_network_transmit_queue_length{device="veth757c34a"} 0 node_network_transmit_queue_length{device="veth7595562"} 0 node_network_transmit_queue_length{device="veth76187dd"} 0 node_network_transmit_queue_length{device="veth7676d1c"} 0 node_network_transmit_queue_length{device="veth76d519a"} 0 node_network_transmit_queue_length{device="veth76e63a1"} 0 node_network_transmit_queue_length{device="veth7761467"} 0 node_network_transmit_queue_length{device="veth77842d9"} 0 node_network_transmit_queue_length{device="veth778f08d"} 0 node_network_transmit_queue_length{device="veth77a2e6e"} 0 node_network_transmit_queue_length{device="veth77b25a2"} 0 node_network_transmit_queue_length{device="veth77d929a"} 0 node_network_transmit_queue_length{device="veth77e0563"} 0 node_network_transmit_queue_length{device="veth77ea6db"} 0 node_network_transmit_queue_length{device="veth78790bc"} 0 node_network_transmit_queue_length{device="veth7904e58"} 0 node_network_transmit_queue_length{device="veth79c5a75"} 0 node_network_transmit_queue_length{device="veth7a831cf"} 0 node_network_transmit_queue_length{device="veth7b0ab9e"} 0 node_network_transmit_queue_length{device="veth7b380ec"} 0 node_network_transmit_queue_length{device="veth7b48c14"} 0 node_network_transmit_queue_length{device="veth7b78b78"} 0 node_network_transmit_queue_length{device="veth7b89f6f"} 0 node_network_transmit_queue_length{device="veth7c2dbba"} 0 node_network_transmit_queue_length{device="veth7c546d4"} 0 node_network_transmit_queue_length{device="veth7c54e1e"} 0 node_network_transmit_queue_length{device="veth7c58951"} 0 node_network_transmit_queue_length{device="veth7c705d1"} 0 node_network_transmit_queue_length{device="veth7d3dd83"} 0 node_network_transmit_queue_length{device="veth7d8e60b"} 0 node_network_transmit_queue_length{device="veth7d9930a"} 0 node_network_transmit_queue_length{device="veth7ec3780"} 0 node_network_transmit_queue_length{device="veth7f09f4c"} 0 node_network_transmit_queue_length{device="veth8004847"} 0 node_network_transmit_queue_length{device="veth80252b4"} 0 node_network_transmit_queue_length{device="veth80badd0"} 0 node_network_transmit_queue_length{device="veth80c389c"} 0 node_network_transmit_queue_length{device="veth8101e42"} 0 node_network_transmit_queue_length{device="veth811e063"} 0 node_network_transmit_queue_length{device="veth816a265"} 0 node_network_transmit_queue_length{device="veth8186d77"} 0 node_network_transmit_queue_length{device="veth820f0db"} 0 node_network_transmit_queue_length{device="veth8237dc3"} 0 node_network_transmit_queue_length{device="veth8269643"} 0 node_network_transmit_queue_length{device="veth828ecf9"} 0 node_network_transmit_queue_length{device="veth83498cb"} 0 node_network_transmit_queue_length{device="veth834d149"} 0 node_network_transmit_queue_length{device="veth8357150"} 0 node_network_transmit_queue_length{device="veth83fb8e6"} 0 node_network_transmit_queue_length{device="veth84220c4"} 0 node_network_transmit_queue_length{device="veth84e1fc4"} 0 node_network_transmit_queue_length{device="veth850b442"} 0 node_network_transmit_queue_length{device="veth85daf28"} 0 node_network_transmit_queue_length{device="veth861068a"} 0 node_network_transmit_queue_length{device="veth866bba7"} 0 node_network_transmit_queue_length{device="veth86a2462"} 0 node_network_transmit_queue_length{device="veth872cb76"} 0 node_network_transmit_queue_length{device="veth87362c6"} 0 node_network_transmit_queue_length{device="veth87cb8c8"} 0 node_network_transmit_queue_length{device="veth87d5677"} 0 node_network_transmit_queue_length{device="veth87d62cb"} 0 node_network_transmit_queue_length{device="veth87d7e35"} 0 node_network_transmit_queue_length{device="veth87e75ee"} 0 node_network_transmit_queue_length{device="veth87f4935"} 0 node_network_transmit_queue_length{device="veth87fdb6a"} 0 node_network_transmit_queue_length{device="veth889a2f1"} 0 node_network_transmit_queue_length{device="veth88ac732"} 0 node_network_transmit_queue_length{device="veth8922783"} 0 node_network_transmit_queue_length{device="veth896c132"} 0 node_network_transmit_queue_length{device="veth899b99d"} 0 node_network_transmit_queue_length{device="veth89b275c"} 0 node_network_transmit_queue_length{device="veth8a52231"} 0 node_network_transmit_queue_length{device="veth8a89268"} 0 node_network_transmit_queue_length{device="veth8b3b309"} 0 node_network_transmit_queue_length{device="veth8b541a1"} 0 node_network_transmit_queue_length{device="veth8b983cf"} 0 node_network_transmit_queue_length{device="veth8bc856f"} 0 node_network_transmit_queue_length{device="veth8bc982a"} 0 node_network_transmit_queue_length{device="veth8bd3242"} 0 node_network_transmit_queue_length{device="veth8bed13f"} 0 node_network_transmit_queue_length{device="veth8c86032"} 0 node_network_transmit_queue_length{device="veth8c88f73"} 0 node_network_transmit_queue_length{device="veth8c93126"} 0 node_network_transmit_queue_length{device="veth8d22374"} 0 node_network_transmit_queue_length{device="veth8d6536d"} 0 node_network_transmit_queue_length{device="veth8d7d98e"} 0 node_network_transmit_queue_length{device="veth8d88b16"} 0 node_network_transmit_queue_length{device="veth8d936c5"} 0 node_network_transmit_queue_length{device="veth8e0e8a0"} 0 node_network_transmit_queue_length{device="veth8e914f7"} 0 node_network_transmit_queue_length{device="veth8ea541c"} 0 node_network_transmit_queue_length{device="veth8ecee2e"} 0 node_network_transmit_queue_length{device="veth8f1ab25"} 0 node_network_transmit_queue_length{device="veth8f7a6af"} 0 node_network_transmit_queue_length{device="veth8f9b8d0"} 0 node_network_transmit_queue_length{device="veth906c063"} 0 node_network_transmit_queue_length{device="veth909d986"} 0 node_network_transmit_queue_length{device="veth90c1c36"} 0 node_network_transmit_queue_length{device="veth91af2c1"} 0 node_network_transmit_queue_length{device="veth91d764a"} 0 node_network_transmit_queue_length{device="veth9204861"} 0 node_network_transmit_queue_length{device="veth921bb23"} 0 node_network_transmit_queue_length{device="veth9312dae"} 0 node_network_transmit_queue_length{device="veth9317063"} 0 node_network_transmit_queue_length{device="veth93596dd"} 0 node_network_transmit_queue_length{device="veth93882ee"} 0 node_network_transmit_queue_length{device="veth93d7d29"} 0 node_network_transmit_queue_length{device="veth93dba36"} 0 node_network_transmit_queue_length{device="veth93ddc00"} 0 node_network_transmit_queue_length{device="veth943efa3"} 0 node_network_transmit_queue_length{device="veth9487334"} 0 node_network_transmit_queue_length{device="veth94edd33"} 0 node_network_transmit_queue_length{device="veth9553163"} 0 node_network_transmit_queue_length{device="veth965628f"} 0 node_network_transmit_queue_length{device="veth96d77f6"} 0 node_network_transmit_queue_length{device="veth9841ead"} 0 node_network_transmit_queue_length{device="veth988596b"} 0 node_network_transmit_queue_length{device="veth98bcfcf"} 0 node_network_transmit_queue_length{device="veth992b562"} 0 node_network_transmit_queue_length{device="veth998fc07"} 0 node_network_transmit_queue_length{device="veth9af67e8"} 0 node_network_transmit_queue_length{device="veth9b8c3fe"} 0 node_network_transmit_queue_length{device="veth9ba3bbe"} 0 node_network_transmit_queue_length{device="veth9c7f67d"} 0 node_network_transmit_queue_length{device="veth9c8af90"} 0 node_network_transmit_queue_length{device="veth9d596d7"} 0 node_network_transmit_queue_length{device="veth9dc5a7e"} 0 node_network_transmit_queue_length{device="veth9dce1ef"} 0 node_network_transmit_queue_length{device="veth9dddbc9"} 0 node_network_transmit_queue_length{device="veth9dfec82"} 0 node_network_transmit_queue_length{device="veth9f0cb80"} 0 node_network_transmit_queue_length{device="veth9f2b7f4"} 0 node_network_transmit_queue_length{device="vetha0524ab"} 0 node_network_transmit_queue_length{device="vetha09db05"} 0 node_network_transmit_queue_length{device="vetha0c9f28"} 0 node_network_transmit_queue_length{device="vetha137a8a"} 0 node_network_transmit_queue_length{device="vetha1a2849"} 0 node_network_transmit_queue_length{device="vetha246e20"} 0 node_network_transmit_queue_length{device="vetha262863"} 0 node_network_transmit_queue_length{device="vetha2e8433"} 0 node_network_transmit_queue_length{device="vetha33f58d"} 0 node_network_transmit_queue_length{device="vetha364335"} 0 node_network_transmit_queue_length{device="vetha39dbf7"} 0 node_network_transmit_queue_length{device="vetha3d15af"} 0 node_network_transmit_queue_length{device="vetha46dce5"} 0 node_network_transmit_queue_length{device="vetha4a4b5e"} 0 node_network_transmit_queue_length{device="vetha52fdb0"} 0 node_network_transmit_queue_length{device="vetha532453"} 0 node_network_transmit_queue_length{device="vetha542775"} 0 node_network_transmit_queue_length{device="vetha5f484b"} 0 node_network_transmit_queue_length{device="vetha626559"} 0 node_network_transmit_queue_length{device="vetha6695f8"} 0 node_network_transmit_queue_length{device="vetha6bbe19"} 0 node_network_transmit_queue_length{device="vetha71b22e"} 0 node_network_transmit_queue_length{device="vetha73388c"} 0 node_network_transmit_queue_length{device="vetha7d15e0"} 0 node_network_transmit_queue_length{device="vetha819cf5"} 0 node_network_transmit_queue_length{device="vetha833154"} 0 node_network_transmit_queue_length{device="vetha8d245b"} 0 node_network_transmit_queue_length{device="vetha9a6ee7"} 0 node_network_transmit_queue_length{device="vetha9be187"} 0 node_network_transmit_queue_length{device="vethaac0f5a"} 0 node_network_transmit_queue_length{device="vethaaf14ed"} 0 node_network_transmit_queue_length{device="vethaafbc9c"} 0 node_network_transmit_queue_length{device="vethac8f909"} 0 node_network_transmit_queue_length{device="vethad12882"} 0 node_network_transmit_queue_length{device="vethad278fa"} 0 node_network_transmit_queue_length{device="vethad4728b"} 0 node_network_transmit_queue_length{device="vethad94033"} 0 node_network_transmit_queue_length{device="vethae911de"} 0 node_network_transmit_queue_length{device="vethaf848b4"} 0 node_network_transmit_queue_length{device="vethafdb738"} 0 node_network_transmit_queue_length{device="vethb03a241"} 0 node_network_transmit_queue_length{device="vethb0541e3"} 0 node_network_transmit_queue_length{device="vethb094466"} 0 node_network_transmit_queue_length{device="vethb0dce79"} 0 node_network_transmit_queue_length{device="vethb15363b"} 0 node_network_transmit_queue_length{device="vethb1b5e1a"} 0 node_network_transmit_queue_length{device="vethb20e6ba"} 0 node_network_transmit_queue_length{device="vethb348a18"} 0 node_network_transmit_queue_length{device="vethb39d63e"} 0 node_network_transmit_queue_length{device="vethb3a121b"} 0 node_network_transmit_queue_length{device="vethb3deee0"} 0 node_network_transmit_queue_length{device="vethb437aaa"} 0 node_network_transmit_queue_length{device="vethb446f39"} 0 node_network_transmit_queue_length{device="vethb463420"} 0 node_network_transmit_queue_length{device="vethb5e7625"} 0 node_network_transmit_queue_length{device="vethb5fac8d"} 0 node_network_transmit_queue_length{device="vethb60b24f"} 0 node_network_transmit_queue_length{device="vethb6a7795"} 0 node_network_transmit_queue_length{device="vethb70e800"} 0 node_network_transmit_queue_length{device="vethb77480b"} 0 node_network_transmit_queue_length{device="vethb8277ac"} 0 node_network_transmit_queue_length{device="vethba29e31"} 0 node_network_transmit_queue_length{device="vethba6e44c"} 0 node_network_transmit_queue_length{device="vethbb09104"} 0 node_network_transmit_queue_length{device="vethbb16237"} 0 node_network_transmit_queue_length{device="vethbb70179"} 0 node_network_transmit_queue_length{device="vethbba5630"} 0 node_network_transmit_queue_length{device="vethbbbbe04"} 0 node_network_transmit_queue_length{device="vethbbdba94"} 0 node_network_transmit_queue_length{device="vethbbfb0b7"} 0 node_network_transmit_queue_length{device="vethbc76a10"} 0 node_network_transmit_queue_length{device="vethbd2a2ee"} 0 node_network_transmit_queue_length{device="vethbda2ae7"} 0 node_network_transmit_queue_length{device="vethbded328"} 0 node_network_transmit_queue_length{device="vethbe2f7fe"} 0 node_network_transmit_queue_length{device="vethbe857cb"} 0 node_network_transmit_queue_length{device="vethbe875cc"} 0 node_network_transmit_queue_length{device="vethbf184b1"} 0 node_network_transmit_queue_length{device="vethbf984b6"} 0 node_network_transmit_queue_length{device="vethbffb2be"} 0 node_network_transmit_queue_length{device="vethc0f4be2"} 0 node_network_transmit_queue_length{device="vethc11e467"} 0 node_network_transmit_queue_length{device="vethc1f90e5"} 0 node_network_transmit_queue_length{device="vethc3672f4"} 0 node_network_transmit_queue_length{device="vethc3a39c5"} 0 node_network_transmit_queue_length{device="vethc3b6740"} 0 node_network_transmit_queue_length{device="vethc4690e0"} 0 node_network_transmit_queue_length{device="vethc4ee1b8"} 0 node_network_transmit_queue_length{device="vethc5402c9"} 0 node_network_transmit_queue_length{device="vethc547482"} 0 node_network_transmit_queue_length{device="vethc5fe0b1"} 0 node_network_transmit_queue_length{device="vethc60975c"} 0 node_network_transmit_queue_length{device="vethc69126e"} 0 node_network_transmit_queue_length{device="vethc6eb625"} 0 node_network_transmit_queue_length{device="vethc6fac07"} 0 node_network_transmit_queue_length{device="vethc702703"} 0 node_network_transmit_queue_length{device="vethc74fac6"} 0 node_network_transmit_queue_length{device="vethc78dd63"} 0 node_network_transmit_queue_length{device="vethc7cef54"} 0 node_network_transmit_queue_length{device="vethc7e6d28"} 0 node_network_transmit_queue_length{device="vethc800506"} 0 node_network_transmit_queue_length{device="vethc8344c6"} 0 node_network_transmit_queue_length{device="vethc85e8a1"} 0 node_network_transmit_queue_length{device="vethc86b25e"} 0 node_network_transmit_queue_length{device="vethc88f6d5"} 0 node_network_transmit_queue_length{device="vethc91fc73"} 0 node_network_transmit_queue_length{device="vethc942fad"} 0 node_network_transmit_queue_length{device="vethc99741d"} 0 node_network_transmit_queue_length{device="vethca7a920"} 0 node_network_transmit_queue_length{device="vethcb56258"} 0 node_network_transmit_queue_length{device="vethcb70a05"} 0 node_network_transmit_queue_length{device="vethcbb6ad3"} 0 node_network_transmit_queue_length{device="vethcbe3245"} 0 node_network_transmit_queue_length{device="vethcc05e54"} 0 node_network_transmit_queue_length{device="vethcc0a6a7"} 0 node_network_transmit_queue_length{device="vethcc4df6c"} 0 node_network_transmit_queue_length{device="vethccde146"} 0 node_network_transmit_queue_length{device="vethcd1a107"} 0 node_network_transmit_queue_length{device="vethcdc87c7"} 0 node_network_transmit_queue_length{device="vethce0cd64"} 0 node_network_transmit_queue_length{device="vethce27cb9"} 0 node_network_transmit_queue_length{device="vethce2a31d"} 0 node_network_transmit_queue_length{device="vethce67b11"} 0 node_network_transmit_queue_length{device="vethd0a9732"} 0 node_network_transmit_queue_length{device="vethd183c34"} 0 node_network_transmit_queue_length{device="vethd1a8a33"} 0 node_network_transmit_queue_length{device="vethd1b1ed7"} 0 node_network_transmit_queue_length{device="vethd1c6adb"} 0 node_network_transmit_queue_length{device="vethd1caf98"} 0 node_network_transmit_queue_length{device="vethd1f851b"} 0 node_network_transmit_queue_length{device="vethd23fa3c"} 0 node_network_transmit_queue_length{device="vethd2d1d0b"} 0 node_network_transmit_queue_length{device="vethd2d4c0f"} 0 node_network_transmit_queue_length{device="vethd2e142a"} 0 node_network_transmit_queue_length{device="vethd2f2476"} 0 node_network_transmit_queue_length{device="vethd32989f"} 0 node_network_transmit_queue_length{device="vethd33027f"} 0 node_network_transmit_queue_length{device="vethd386c1b"} 0 node_network_transmit_queue_length{device="vethd394f60"} 0 node_network_transmit_queue_length{device="vethd39b75f"} 0 node_network_transmit_queue_length{device="vethd3b8b64"} 0 node_network_transmit_queue_length{device="vethd3d71c3"} 0 node_network_transmit_queue_length{device="vethd3d74f4"} 0 node_network_transmit_queue_length{device="vethd3f5c3d"} 0 node_network_transmit_queue_length{device="vethd418045"} 0 node_network_transmit_queue_length{device="vethd583737"} 0 node_network_transmit_queue_length{device="vethd5b7fe1"} 0 node_network_transmit_queue_length{device="vethd6812c2"} 0 node_network_transmit_queue_length{device="vethd72be73"} 0 node_network_transmit_queue_length{device="vethd741df9"} 0 node_network_transmit_queue_length{device="vethd764c1d"} 0 node_network_transmit_queue_length{device="vethd77fdfb"} 0 node_network_transmit_queue_length{device="vethd7b6b6d"} 0 node_network_transmit_queue_length{device="vethd7ce910"} 0 node_network_transmit_queue_length{device="vethd80b242"} 0 node_network_transmit_queue_length{device="vethd9290a5"} 0 node_network_transmit_queue_length{device="vethd9633d5"} 0 node_network_transmit_queue_length{device="vethd9c1ac2"} 0 node_network_transmit_queue_length{device="vethd9dc45d"} 0 node_network_transmit_queue_length{device="vethdb3bfe5"} 0 node_network_transmit_queue_length{device="vethdb8e006"} 0 node_network_transmit_queue_length{device="vethdba04c6"} 0 node_network_transmit_queue_length{device="vethdcf0fe6"} 0 node_network_transmit_queue_length{device="vethdd73e31"} 0 node_network_transmit_queue_length{device="vethdeb43da"} 0 node_network_transmit_queue_length{device="vethdf2fc0c"} 0 node_network_transmit_queue_length{device="vethdf8b192"} 0 node_network_transmit_queue_length{device="vethe0014f6"} 0 node_network_transmit_queue_length{device="vethe04376c"} 0 node_network_transmit_queue_length{device="vethe0824de"} 0 node_network_transmit_queue_length{device="vethe1acebe"} 0 node_network_transmit_queue_length{device="vethe1b57af"} 0 node_network_transmit_queue_length{device="vethe2677b2"} 0 node_network_transmit_queue_length{device="vethe330364"} 0 node_network_transmit_queue_length{device="vethe358b9b"} 0 node_network_transmit_queue_length{device="vethe393e1f"} 0 node_network_transmit_queue_length{device="vethe3fc1d5"} 0 node_network_transmit_queue_length{device="vethe439679"} 0 node_network_transmit_queue_length{device="vethe484f21"} 0 node_network_transmit_queue_length{device="vethe49717f"} 0 node_network_transmit_queue_length{device="vethe4ad4e5"} 0 node_network_transmit_queue_length{device="vethe4e85e7"} 0 node_network_transmit_queue_length{device="vethe52bda0"} 0 node_network_transmit_queue_length{device="vethe5f3f06"} 0 node_network_transmit_queue_length{device="vethe63d6dd"} 0 node_network_transmit_queue_length{device="vethe6c23f6"} 0 node_network_transmit_queue_length{device="vethe766e72"} 0 node_network_transmit_queue_length{device="vethe7aff89"} 0 node_network_transmit_queue_length{device="vethe8648b1"} 0 node_network_transmit_queue_length{device="vethe87664c"} 0 node_network_transmit_queue_length{device="vethe880812"} 0 node_network_transmit_queue_length{device="vethe8d7ad1"} 0 node_network_transmit_queue_length{device="vethe98ffcc"} 0 node_network_transmit_queue_length{device="vethea8c77f"} 0 node_network_transmit_queue_length{device="vetheaaf5da"} 0 node_network_transmit_queue_length{device="vetheb750ff"} 0 node_network_transmit_queue_length{device="vethebe1c57"} 0 node_network_transmit_queue_length{device="vethec1bace"} 0 node_network_transmit_queue_length{device="vethedee635"} 0 node_network_transmit_queue_length{device="vethee49f2e"} 0 node_network_transmit_queue_length{device="vethee55381"} 0 node_network_transmit_queue_length{device="vetheebb707"} 0 node_network_transmit_queue_length{device="vetheede58b"} 0 node_network_transmit_queue_length{device="vethef01414"} 0 node_network_transmit_queue_length{device="vethef4d3cf"} 0 node_network_transmit_queue_length{device="vethef8ca1b"} 0 node_network_transmit_queue_length{device="vethef9a53b"} 0 node_network_transmit_queue_length{device="vetheff1b62"} 0 node_network_transmit_queue_length{device="vethf00a1a9"} 0 node_network_transmit_queue_length{device="vethf0d88b0"} 0 node_network_transmit_queue_length{device="vethf0e15a5"} 0 node_network_transmit_queue_length{device="vethf0f7c00"} 0 node_network_transmit_queue_length{device="vethf1a351b"} 0 node_network_transmit_queue_length{device="vethf1cab6c"} 0 node_network_transmit_queue_length{device="vethf1ffdde"} 0 node_network_transmit_queue_length{device="vethf30dce1"} 0 node_network_transmit_queue_length{device="vethf34ab67"} 0 node_network_transmit_queue_length{device="vethf3942da"} 0 node_network_transmit_queue_length{device="vethf40383d"} 0 node_network_transmit_queue_length{device="vethf4756aa"} 0 node_network_transmit_queue_length{device="vethf4b3dd4"} 0 node_network_transmit_queue_length{device="vethf572a6b"} 0 node_network_transmit_queue_length{device="vethf5f8567"} 0 node_network_transmit_queue_length{device="vethf62f7b0"} 0 node_network_transmit_queue_length{device="vethf766060"} 0 node_network_transmit_queue_length{device="vethf796416"} 0 node_network_transmit_queue_length{device="vethf7dde08"} 0 node_network_transmit_queue_length{device="vethf804fc2"} 0 node_network_transmit_queue_length{device="vethf89cdc2"} 0 node_network_transmit_queue_length{device="vethf8f166c"} 0 node_network_transmit_queue_length{device="vethf9080d7"} 0 node_network_transmit_queue_length{device="vethf90aa51"} 0 node_network_transmit_queue_length{device="vethf91787e"} 0 node_network_transmit_queue_length{device="vethf925f21"} 0 node_network_transmit_queue_length{device="vethf954e2e"} 0 node_network_transmit_queue_length{device="vethf96c7ac"} 0 node_network_transmit_queue_length{device="vethfb0d0e8"} 0 node_network_transmit_queue_length{device="vethfb3ff4e"} 0 node_network_transmit_queue_length{device="vethfc0e66c"} 0 node_network_transmit_queue_length{device="vethfcd6d02"} 0 node_network_transmit_queue_length{device="vethfe45418"} 0 node_network_transmit_queue_length{device="vethfe716bb"} 0 node_network_transmit_queue_length{device="vethfe71df5"} 0 node_network_transmit_queue_length{device="vethfecb007"} 0 node_network_transmit_queue_length{device="vethfee22ad"} 0 node_network_transmit_queue_length{device="vethff26790"} 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-032930a8871d"} 1 node_network_up{device="br-03ced592235a"} 1 node_network_up{device="br-0871d54d3675"} 1 node_network_up{device="br-089331b9c07a"} 1 node_network_up{device="br-0a8e30067c8e"} 1 node_network_up{device="br-0d01f742526c"} 1 node_network_up{device="br-0d9fdd0cf163"} 0 node_network_up{device="br-12a5c8e99f7e"} 1 node_network_up{device="br-131fa2cef983"} 1 node_network_up{device="br-14216610e159"} 1 node_network_up{device="br-15dab3c5a2fb"} 0 node_network_up{device="br-16453071a16a"} 1 node_network_up{device="br-1824841a31f9"} 1 node_network_up{device="br-1b283e1e5128"} 1 node_network_up{device="br-1c85749e122e"} 1 node_network_up{device="br-1da05be17644"} 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-301b4c89e775"} 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-3d9cd1c09975"} 1 node_network_up{device="br-3db3cc2bc444"} 1 node_network_up{device="br-41c4dd613804"} 1 node_network_up{device="br-44fbf271d024"} 1 node_network_up{device="br-458514748e86"} 1 node_network_up{device="br-4698f8262a4c"} 1 node_network_up{device="br-483851ad6d82"} 1 node_network_up{device="br-491d965e7355"} 1 node_network_up{device="br-4a66d39e6115"} 1 node_network_up{device="br-52ce8deae651"} 1 node_network_up{device="br-5567248b7fed"} 1 node_network_up{device="br-559d36b72748"} 1 node_network_up{device="br-57259014cf16"} 1 node_network_up{device="br-5748fcd1e7ca"} 0 node_network_up{device="br-5a028c7b8cc5"} 1 node_network_up{device="br-5a09c7dffa78"} 1 node_network_up{device="br-5bbb53ee4d8c"} 1 node_network_up{device="br-5cd378a95a50"} 1 node_network_up{device="br-5e44ef26977f"} 1 node_network_up{device="br-649c0a0d748e"} 1 node_network_up{device="br-65c3891cde69"} 1 node_network_up{device="br-6654a6f415ef"} 1 node_network_up{device="br-666a1a84be8e"} 0 node_network_up{device="br-66b00b277461"} 1 node_network_up{device="br-67b6f2b09055"} 1 node_network_up{device="br-68a4d2d648c6"} 1 node_network_up{device="br-6a3142e5de92"} 1 node_network_up{device="br-6c34a8b4b6a4"} 1 node_network_up{device="br-6c5eccea21bc"} 1 node_network_up{device="br-75640dcb1806"} 1 node_network_up{device="br-757cf8ccd099"} 1 node_network_up{device="br-765d504a1648"} 1 node_network_up{device="br-7783edd4fb63"} 1 node_network_up{device="br-78c76b7fdacf"} 1 node_network_up{device="br-7a05c4b4c71c"} 0 node_network_up{device="br-7f1c0840c41b"} 1 node_network_up{device="br-8273700d2b53"} 1 node_network_up{device="br-832e21b6735f"} 1 node_network_up{device="br-89456f9f0577"} 1 node_network_up{device="br-8c4c62bbb4ac"} 1 node_network_up{device="br-8c90f08921d2"} 1 node_network_up{device="br-8d5f8dfdd165"} 1 node_network_up{device="br-8d809ce3c9c6"} 1 node_network_up{device="br-8f019a492357"} 1 node_network_up{device="br-918ddcd36f9a"} 1 node_network_up{device="br-94b2fbf06b0d"} 1 node_network_up{device="br-9504d5b6acf5"} 1 node_network_up{device="br-967a6a8492ec"} 1 node_network_up{device="br-977759f73e31"} 1 node_network_up{device="br-9be1f90f0a3c"} 1 node_network_up{device="br-9c7a6a4ea029"} 1 node_network_up{device="br-9fab29d0fd90"} 1 node_network_up{device="br-a01a29421e12"} 1 node_network_up{device="br-a073f44ab682"} 1 node_network_up{device="br-a08ab772e40d"} 1 node_network_up{device="br-a1b2b339a0bc"} 1 node_network_up{device="br-a3bcc581540c"} 1 node_network_up{device="br-a735d7132cb5"} 1 node_network_up{device="br-ab4fc0c8f205"} 1 node_network_up{device="br-ac4684d015f6"} 1 node_network_up{device="br-ac5441a8184d"} 1 node_network_up{device="br-afdcb409567a"} 1 node_network_up{device="br-b58abb066918"} 1 node_network_up{device="br-b5cc1abc8af1"} 1 node_network_up{device="br-b710ed0f91ed"} 1 node_network_up{device="br-b9ddcd38e3d5"} 0 node_network_up{device="br-be8161177ed9"} 1 node_network_up{device="br-bfa260e794d9"} 1 node_network_up{device="br-c1c4e42c8216"} 1 node_network_up{device="br-c577c6a066cb"} 1 node_network_up{device="br-c7ec91768290"} 1 node_network_up{device="br-c8047895107e"} 1 node_network_up{device="br-cb62be74ef17"} 1 node_network_up{device="br-cc4a14297e79"} 1 node_network_up{device="br-cf6b946573c1"} 1 node_network_up{device="br-cfa8e5dacf79"} 1 node_network_up{device="br-d461c29e6aa7"} 1 node_network_up{device="br-d4ad227661d1"} 1 node_network_up{device="br-d5a100d1afd1"} 1 node_network_up{device="br-d6403551d086"} 1 node_network_up{device="br-dae27e4e8b91"} 1 node_network_up{device="br-db5d49f98313"} 1 node_network_up{device="br-dc87a7504ded"} 1 node_network_up{device="br-ddaa8bdc0119"} 1 node_network_up{device="br-ddc45447112f"} 1 node_network_up{device="br-e0e95d87f3e0"} 1 node_network_up{device="br-e24d302efec6"} 1 node_network_up{device="br-e3e321b77026"} 1 node_network_up{device="br-e5714f199361"} 1 node_network_up{device="br-e63b0d1593b5"} 1 node_network_up{device="br-ead353f203a4"} 1 node_network_up{device="br-ec56c664f289"} 1 node_network_up{device="br-f17da17d41a2"} 1 node_network_up{device="br-f33d4e889abc"} 1 node_network_up{device="br-f4b381c64696"} 1 node_network_up{device="br-f5d79f441cea"} 1 node_network_up{device="br-f645f15c7927"} 1 node_network_up{device="br-f6901fdf275f"} 1 node_network_up{device="br-f7269b4b25bf"} 1 node_network_up{device="br-fa88d6f98186"} 1 node_network_up{device="br-fd7abce4f375"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth010cf6c"} 1 node_network_up{device="veth0118054"} 1 node_network_up{device="veth015066a"} 1 node_network_up{device="veth01c23a7"} 1 node_network_up{device="veth01d8776"} 1 node_network_up{device="veth028dce1"} 1 node_network_up{device="veth0299373"} 1 node_network_up{device="veth03320d3"} 1 node_network_up{device="veth0348049"} 1 node_network_up{device="veth04c0c5b"} 1 node_network_up{device="veth05bb69b"} 1 node_network_up{device="veth05d21d3"} 1 node_network_up{device="veth063974c"} 1 node_network_up{device="veth0665c41"} 1 node_network_up{device="veth06bac3f"} 1 node_network_up{device="veth06f7fab"} 1 node_network_up{device="veth07837a1"} 1 node_network_up{device="veth07940a9"} 1 node_network_up{device="veth07c394e"} 1 node_network_up{device="veth08220c7"} 1 node_network_up{device="veth085af09"} 1 node_network_up{device="veth08f2029"} 1 node_network_up{device="veth093e34b"} 1 node_network_up{device="veth095010c"} 1 node_network_up{device="veth0b4c3d1"} 1 node_network_up{device="veth0bad067"} 1 node_network_up{device="veth0bbdec3"} 1 node_network_up{device="veth0c16bae"} 1 node_network_up{device="veth0c30494"} 1 node_network_up{device="veth0caff4e"} 1 node_network_up{device="veth0d8770f"} 1 node_network_up{device="veth0df388c"} 1 node_network_up{device="veth0ea94b5"} 1 node_network_up{device="veth0f67dbb"} 1 node_network_up{device="veth0f8e2ed"} 1 node_network_up{device="veth0fb0b4d"} 1 node_network_up{device="veth100cba7"} 1 node_network_up{device="veth10146ec"} 1 node_network_up{device="veth1031098"} 1 node_network_up{device="veth10df4a9"} 1 node_network_up{device="veth110bcfe"} 1 node_network_up{device="veth110e8ec"} 1 node_network_up{device="veth1148460"} 1 node_network_up{device="veth12a3be7"} 1 node_network_up{device="veth12ae611"} 1 node_network_up{device="veth12ca81a"} 1 node_network_up{device="veth133acdf"} 1 node_network_up{device="veth13f164d"} 1 node_network_up{device="veth1431509"} 1 node_network_up{device="veth1433538"} 1 node_network_up{device="veth14a077c"} 1 node_network_up{device="veth1524c7a"} 1 node_network_up{device="veth15b5b5d"} 1 node_network_up{device="veth1647655"} 1 node_network_up{device="veth167a182"} 1 node_network_up{device="veth16f4867"} 1 node_network_up{device="veth1785664"} 1 node_network_up{device="veth199e3b5"} 1 node_network_up{device="veth1aa66b7"} 1 node_network_up{device="veth1b01e56"} 1 node_network_up{device="veth1b11dd2"} 1 node_network_up{device="veth1b18086"} 1 node_network_up{device="veth1c097c5"} 1 node_network_up{device="veth1c4c875"} 1 node_network_up{device="veth1c5280a"} 1 node_network_up{device="veth1cfc19d"} 1 node_network_up{device="veth1d0e0c0"} 1 node_network_up{device="veth1d2dae7"} 1 node_network_up{device="veth1d629d1"} 1 node_network_up{device="veth1d73687"} 1 node_network_up{device="veth1d7748d"} 1 node_network_up{device="veth1d8d1df"} 1 node_network_up{device="veth1dbaa59"} 1 node_network_up{device="veth1dc83fc"} 1 node_network_up{device="veth1e36d07"} 1 node_network_up{device="veth1e44960"} 1 node_network_up{device="veth1eb887e"} 1 node_network_up{device="veth1ebe556"} 1 node_network_up{device="veth1ef8c3b"} 1 node_network_up{device="veth1f00723"} 1 node_network_up{device="veth1f55581"} 1 node_network_up{device="veth200cbca"} 1 node_network_up{device="veth201dbeb"} 1 node_network_up{device="veth20350f2"} 1 node_network_up{device="veth2046904"} 1 node_network_up{device="veth20558f6"} 1 node_network_up{device="veth206800d"} 1 node_network_up{device="veth20c30fb"} 1 node_network_up{device="veth20d3122"} 1 node_network_up{device="veth20fec73"} 1 node_network_up{device="veth2101218"} 1 node_network_up{device="veth216cb5e"} 1 node_network_up{device="veth21bac8e"} 1 node_network_up{device="veth21e6158"} 1 node_network_up{device="veth21edd0c"} 1 node_network_up{device="veth22047d0"} 1 node_network_up{device="veth22a4380"} 1 node_network_up{device="veth22a99e1"} 1 node_network_up{device="veth22ec2e1"} 1 node_network_up{device="veth233a2ff"} 1 node_network_up{device="veth23cfa18"} 1 node_network_up{device="veth23e3157"} 1 node_network_up{device="veth253ee4b"} 1 node_network_up{device="veth25731c6"} 1 node_network_up{device="veth257e734"} 1 node_network_up{device="veth26d9a84"} 1 node_network_up{device="veth26da4e6"} 1 node_network_up{device="veth26de035"} 1 node_network_up{device="veth26e26ed"} 1 node_network_up{device="veth271e2be"} 1 node_network_up{device="veth273b370"} 1 node_network_up{device="veth2850417"} 1 node_network_up{device="veth28b3c5c"} 1 node_network_up{device="veth297bd24"} 1 node_network_up{device="veth29e137d"} 1 node_network_up{device="veth2a08596"} 1 node_network_up{device="veth2b080cb"} 1 node_network_up{device="veth2b1e3c8"} 1 node_network_up{device="veth2b70ed0"} 1 node_network_up{device="veth2b88298"} 1 node_network_up{device="veth2ba28cc"} 1 node_network_up{device="veth2c7ea81"} 1 node_network_up{device="veth2ccb650"} 1 node_network_up{device="veth2cdd57a"} 1 node_network_up{device="veth2d38052"} 1 node_network_up{device="veth2d90db8"} 1 node_network_up{device="veth2db0bc8"} 1 node_network_up{device="veth2e3e11b"} 1 node_network_up{device="veth2eaeb65"} 1 node_network_up{device="veth2edd93a"} 1 node_network_up{device="veth2f83127"} 1 node_network_up{device="veth2fad712"} 1 node_network_up{device="veth2fc1259"} 1 node_network_up{device="veth2fd4dcf"} 1 node_network_up{device="veth3018884"} 1 node_network_up{device="veth302391f"} 1 node_network_up{device="veth3036978"} 1 node_network_up{device="veth30a5c63"} 1 node_network_up{device="veth3190c62"} 1 node_network_up{device="veth31e5a9e"} 1 node_network_up{device="veth31f0812"} 1 node_network_up{device="veth32a4eb2"} 1 node_network_up{device="veth340f558"} 1 node_network_up{device="veth34317c5"} 1 node_network_up{device="veth3497f43"} 1 node_network_up{device="veth35137a1"} 1 node_network_up{device="veth351f876"} 1 node_network_up{device="veth356b213"} 1 node_network_up{device="veth35c1d5d"} 1 node_network_up{device="veth35e62a2"} 1 node_network_up{device="veth3660b83"} 1 node_network_up{device="veth369fc55"} 1 node_network_up{device="veth36ef53a"} 1 node_network_up{device="veth375f2a0"} 1 node_network_up{device="veth37c5473"} 1 node_network_up{device="veth3886d62"} 1 node_network_up{device="veth391ec21"} 1 node_network_up{device="veth39344a6"} 1 node_network_up{device="veth39d278e"} 1 node_network_up{device="veth3a42551"} 1 node_network_up{device="veth3af658d"} 1 node_network_up{device="veth3afab44"} 1 node_network_up{device="veth3be2114"} 1 node_network_up{device="veth3c52a6b"} 1 node_network_up{device="veth3c96f87"} 1 node_network_up{device="veth3cf6698"} 1 node_network_up{device="veth3d7e10e"} 1 node_network_up{device="veth3de8760"} 1 node_network_up{device="veth3dfd180"} 1 node_network_up{device="veth3e101c0"} 1 node_network_up{device="veth3e128b5"} 1 node_network_up{device="veth3eef6e7"} 1 node_network_up{device="veth3f766aa"} 1 node_network_up{device="veth3f8f002"} 1 node_network_up{device="veth400b680"} 1 node_network_up{device="veth4079dc2"} 1 node_network_up{device="veth4082762"} 1 node_network_up{device="veth40905f5"} 1 node_network_up{device="veth410cac4"} 1 node_network_up{device="veth411daee"} 1 node_network_up{device="veth4136e74"} 1 node_network_up{device="veth41b3812"} 1 node_network_up{device="veth41c7fd1"} 1 node_network_up{device="veth427a6a0"} 1 node_network_up{device="veth4391ce3"} 1 node_network_up{device="veth44023e4"} 1 node_network_up{device="veth4418c4f"} 1 node_network_up{device="veth445067e"} 1 node_network_up{device="veth4498697"} 1 node_network_up{device="veth44a2e68"} 1 node_network_up{device="veth44b9a64"} 1 node_network_up{device="veth44eaf2c"} 1 node_network_up{device="veth45ba942"} 1 node_network_up{device="veth45bf0a5"} 1 node_network_up{device="veth45d5fcf"} 1 node_network_up{device="veth467feaf"} 1 node_network_up{device="veth46be02b"} 1 node_network_up{device="veth47a78db"} 1 node_network_up{device="veth47c0091"} 1 node_network_up{device="veth47fbfa1"} 1 node_network_up{device="veth482bd25"} 1 node_network_up{device="veth4865e48"} 1 node_network_up{device="veth487ae24"} 1 node_network_up{device="veth494a1eb"} 1 node_network_up{device="veth49501f4"} 1 node_network_up{device="veth495aa66"} 1 node_network_up{device="veth4a3f821"} 1 node_network_up{device="veth4a5aa12"} 1 node_network_up{device="veth4b32651"} 1 node_network_up{device="veth4b9cef1"} 1 node_network_up{device="veth4bc06c3"} 1 node_network_up{device="veth4bcc505"} 1 node_network_up{device="veth4dc758a"} 1 node_network_up{device="veth4eeb5e5"} 1 node_network_up{device="veth4f78f9e"} 1 node_network_up{device="veth4fb5a24"} 1 node_network_up{device="veth4fc6d17"} 1 node_network_up{device="veth500d596"} 1 node_network_up{device="veth5148843"} 1 node_network_up{device="veth516a2dd"} 1 node_network_up{device="veth51cb6e1"} 1 node_network_up{device="veth531d83a"} 1 node_network_up{device="veth53841ff"} 1 node_network_up{device="veth538f11f"} 1 node_network_up{device="veth53a474c"} 1 node_network_up{device="veth53c0c49"} 1 node_network_up{device="veth5408e9e"} 1 node_network_up{device="veth54327b2"} 1 node_network_up{device="veth54aa51d"} 1 node_network_up{device="veth5644c2c"} 1 node_network_up{device="veth5662068"} 1 node_network_up{device="veth566b833"} 1 node_network_up{device="veth56c1ee3"} 1 node_network_up{device="veth574a9bf"} 1 node_network_up{device="veth5823a67"} 1 node_network_up{device="veth582b1e1"} 1 node_network_up{device="veth58398da"} 1 node_network_up{device="veth59af09d"} 1 node_network_up{device="veth5a57667"} 1 node_network_up{device="veth5a5947d"} 1 node_network_up{device="veth5aa7930"} 1 node_network_up{device="veth5b2851f"} 1 node_network_up{device="veth5b569cb"} 1 node_network_up{device="veth5be0e34"} 1 node_network_up{device="veth5cbd82f"} 1 node_network_up{device="veth5d07046"} 1 node_network_up{device="veth5d8e6f5"} 1 node_network_up{device="veth5da80fb"} 1 node_network_up{device="veth5db9191"} 1 node_network_up{device="veth5df7840"} 1 node_network_up{device="veth5e055da"} 1 node_network_up{device="veth5e9d6c1"} 1 node_network_up{device="veth5f14d4e"} 1 node_network_up{device="veth5f85831"} 1 node_network_up{device="veth5fda1aa"} 1 node_network_up{device="veth609f65f"} 1 node_network_up{device="veth60a6470"} 1 node_network_up{device="veth60ac914"} 1 node_network_up{device="veth60be674"} 1 node_network_up{device="veth6100f2e"} 1 node_network_up{device="veth6141b70"} 1 node_network_up{device="veth6151bb9"} 1 node_network_up{device="veth61c4816"} 1 node_network_up{device="veth61d7283"} 1 node_network_up{device="veth6228670"} 1 node_network_up{device="veth629242b"} 1 node_network_up{device="veth6374fd2"} 1 node_network_up{device="veth6391005"} 1 node_network_up{device="veth63cf232"} 1 node_network_up{device="veth640a039"} 1 node_network_up{device="veth642d0c1"} 1 node_network_up{device="veth643a437"} 1 node_network_up{device="veth64fdbac"} 1 node_network_up{device="veth6515c1a"} 1 node_network_up{device="veth656302b"} 1 node_network_up{device="veth663b727"} 1 node_network_up{device="veth6694b48"} 1 node_network_up{device="veth66c10ee"} 1 node_network_up{device="veth671f5fb"} 1 node_network_up{device="veth6727827"} 1 node_network_up{device="veth6735453"} 1 node_network_up{device="veth674eb08"} 1 node_network_up{device="veth67bdfb5"} 1 node_network_up{device="veth67c3090"} 1 node_network_up{device="veth6827eeb"} 1 node_network_up{device="veth686cf8f"} 1 node_network_up{device="veth686e4ce"} 1 node_network_up{device="veth694a5f6"} 1 node_network_up{device="veth6955d38"} 1 node_network_up{device="veth6a8f538"} 1 node_network_up{device="veth6ae26de"} 1 node_network_up{device="veth6b4fcb5"} 1 node_network_up{device="veth6bd4c88"} 1 node_network_up{device="veth6c0ac2b"} 1 node_network_up{device="veth6c5d880"} 1 node_network_up{device="veth6c7b2e3"} 1 node_network_up{device="veth6c84c0f"} 1 node_network_up{device="veth6cb308f"} 1 node_network_up{device="veth6cc8853"} 1 node_network_up{device="veth6cf5c92"} 1 node_network_up{device="veth6d937a2"} 1 node_network_up{device="veth6e35c23"} 1 node_network_up{device="veth6e379ab"} 1 node_network_up{device="veth6f266b8"} 1 node_network_up{device="veth6f36c86"} 1 node_network_up{device="veth6fbd9ae"} 1 node_network_up{device="veth6fe10bb"} 1 node_network_up{device="veth70d4eb5"} 1 node_network_up{device="veth71868de"} 1 node_network_up{device="veth72921dc"} 1 node_network_up{device="veth72cb0b9"} 1 node_network_up{device="veth732170b"} 1 node_network_up{device="veth73778ca"} 1 node_network_up{device="veth73c2c96"} 1 node_network_up{device="veth73d2548"} 1 node_network_up{device="veth7458897"} 1 node_network_up{device="veth7465df3"} 1 node_network_up{device="veth7561080"} 1 node_network_up{device="veth757c34a"} 1 node_network_up{device="veth7595562"} 1 node_network_up{device="veth76187dd"} 1 node_network_up{device="veth7676d1c"} 1 node_network_up{device="veth76d519a"} 1 node_network_up{device="veth76e63a1"} 1 node_network_up{device="veth7761467"} 1 node_network_up{device="veth77842d9"} 1 node_network_up{device="veth778f08d"} 1 node_network_up{device="veth77a2e6e"} 1 node_network_up{device="veth77b25a2"} 1 node_network_up{device="veth77d929a"} 1 node_network_up{device="veth77e0563"} 1 node_network_up{device="veth77ea6db"} 1 node_network_up{device="veth78790bc"} 1 node_network_up{device="veth7904e58"} 1 node_network_up{device="veth79c5a75"} 1 node_network_up{device="veth7a831cf"} 1 node_network_up{device="veth7b0ab9e"} 1 node_network_up{device="veth7b380ec"} 1 node_network_up{device="veth7b48c14"} 1 node_network_up{device="veth7b78b78"} 1 node_network_up{device="veth7b89f6f"} 1 node_network_up{device="veth7c2dbba"} 1 node_network_up{device="veth7c546d4"} 1 node_network_up{device="veth7c54e1e"} 1 node_network_up{device="veth7c58951"} 1 node_network_up{device="veth7c705d1"} 1 node_network_up{device="veth7d3dd83"} 1 node_network_up{device="veth7d8e60b"} 1 node_network_up{device="veth7d9930a"} 1 node_network_up{device="veth7ec3780"} 1 node_network_up{device="veth7f09f4c"} 1 node_network_up{device="veth8004847"} 1 node_network_up{device="veth80252b4"} 1 node_network_up{device="veth80badd0"} 1 node_network_up{device="veth80c389c"} 1 node_network_up{device="veth8101e42"} 1 node_network_up{device="veth811e063"} 1 node_network_up{device="veth816a265"} 1 node_network_up{device="veth8186d77"} 1 node_network_up{device="veth820f0db"} 1 node_network_up{device="veth8237dc3"} 1 node_network_up{device="veth8269643"} 1 node_network_up{device="veth828ecf9"} 1 node_network_up{device="veth83498cb"} 1 node_network_up{device="veth834d149"} 1 node_network_up{device="veth8357150"} 1 node_network_up{device="veth83fb8e6"} 1 node_network_up{device="veth84220c4"} 1 node_network_up{device="veth84e1fc4"} 1 node_network_up{device="veth850b442"} 1 node_network_up{device="veth85daf28"} 1 node_network_up{device="veth861068a"} 1 node_network_up{device="veth866bba7"} 1 node_network_up{device="veth86a2462"} 1 node_network_up{device="veth872cb76"} 1 node_network_up{device="veth87362c6"} 1 node_network_up{device="veth87cb8c8"} 1 node_network_up{device="veth87d5677"} 1 node_network_up{device="veth87d62cb"} 1 node_network_up{device="veth87d7e35"} 1 node_network_up{device="veth87e75ee"} 1 node_network_up{device="veth87f4935"} 1 node_network_up{device="veth87fdb6a"} 1 node_network_up{device="veth889a2f1"} 1 node_network_up{device="veth88ac732"} 1 node_network_up{device="veth8922783"} 1 node_network_up{device="veth896c132"} 1 node_network_up{device="veth899b99d"} 1 node_network_up{device="veth89b275c"} 1 node_network_up{device="veth8a52231"} 1 node_network_up{device="veth8a89268"} 1 node_network_up{device="veth8b3b309"} 1 node_network_up{device="veth8b541a1"} 1 node_network_up{device="veth8b983cf"} 1 node_network_up{device="veth8bc856f"} 1 node_network_up{device="veth8bc982a"} 1 node_network_up{device="veth8bd3242"} 1 node_network_up{device="veth8bed13f"} 1 node_network_up{device="veth8c86032"} 1 node_network_up{device="veth8c88f73"} 1 node_network_up{device="veth8c93126"} 1 node_network_up{device="veth8d22374"} 1 node_network_up{device="veth8d6536d"} 1 node_network_up{device="veth8d7d98e"} 1 node_network_up{device="veth8d88b16"} 1 node_network_up{device="veth8d936c5"} 1 node_network_up{device="veth8e0e8a0"} 1 node_network_up{device="veth8e914f7"} 1 node_network_up{device="veth8ea541c"} 1 node_network_up{device="veth8ecee2e"} 1 node_network_up{device="veth8f1ab25"} 1 node_network_up{device="veth8f7a6af"} 1 node_network_up{device="veth8f9b8d0"} 1 node_network_up{device="veth906c063"} 1 node_network_up{device="veth909d986"} 1 node_network_up{device="veth90c1c36"} 1 node_network_up{device="veth91af2c1"} 1 node_network_up{device="veth91d764a"} 1 node_network_up{device="veth9204861"} 1 node_network_up{device="veth921bb23"} 1 node_network_up{device="veth9312dae"} 1 node_network_up{device="veth9317063"} 1 node_network_up{device="veth93596dd"} 1 node_network_up{device="veth93882ee"} 1 node_network_up{device="veth93d7d29"} 1 node_network_up{device="veth93dba36"} 1 node_network_up{device="veth93ddc00"} 1 node_network_up{device="veth943efa3"} 1 node_network_up{device="veth9487334"} 1 node_network_up{device="veth94edd33"} 1 node_network_up{device="veth9553163"} 1 node_network_up{device="veth965628f"} 1 node_network_up{device="veth96d77f6"} 1 node_network_up{device="veth9841ead"} 1 node_network_up{device="veth988596b"} 1 node_network_up{device="veth98bcfcf"} 1 node_network_up{device="veth992b562"} 1 node_network_up{device="veth998fc07"} 1 node_network_up{device="veth9af67e8"} 1 node_network_up{device="veth9b8c3fe"} 1 node_network_up{device="veth9ba3bbe"} 1 node_network_up{device="veth9c7f67d"} 1 node_network_up{device="veth9c8af90"} 1 node_network_up{device="veth9d596d7"} 1 node_network_up{device="veth9dc5a7e"} 1 node_network_up{device="veth9dce1ef"} 1 node_network_up{device="veth9dddbc9"} 1 node_network_up{device="veth9dfec82"} 1 node_network_up{device="veth9f0cb80"} 1 node_network_up{device="veth9f2b7f4"} 1 node_network_up{device="vetha0524ab"} 1 node_network_up{device="vetha09db05"} 1 node_network_up{device="vetha0c9f28"} 1 node_network_up{device="vetha137a8a"} 1 node_network_up{device="vetha1a2849"} 1 node_network_up{device="vetha246e20"} 1 node_network_up{device="vetha262863"} 1 node_network_up{device="vetha2e8433"} 1 node_network_up{device="vetha33f58d"} 1 node_network_up{device="vetha364335"} 1 node_network_up{device="vetha39dbf7"} 1 node_network_up{device="vetha3d15af"} 1 node_network_up{device="vetha46dce5"} 1 node_network_up{device="vetha4a4b5e"} 1 node_network_up{device="vetha52fdb0"} 1 node_network_up{device="vetha532453"} 1 node_network_up{device="vetha542775"} 1 node_network_up{device="vetha5f484b"} 1 node_network_up{device="vetha626559"} 1 node_network_up{device="vetha6695f8"} 1 node_network_up{device="vetha6bbe19"} 1 node_network_up{device="vetha71b22e"} 1 node_network_up{device="vetha73388c"} 1 node_network_up{device="vetha7d15e0"} 1 node_network_up{device="vetha819cf5"} 1 node_network_up{device="vetha833154"} 1 node_network_up{device="vetha8d245b"} 1 node_network_up{device="vetha9a6ee7"} 1 node_network_up{device="vetha9be187"} 1 node_network_up{device="vethaac0f5a"} 1 node_network_up{device="vethaaf14ed"} 1 node_network_up{device="vethaafbc9c"} 1 node_network_up{device="vethac8f909"} 1 node_network_up{device="vethad12882"} 1 node_network_up{device="vethad278fa"} 1 node_network_up{device="vethad4728b"} 1 node_network_up{device="vethad94033"} 1 node_network_up{device="vethae911de"} 1 node_network_up{device="vethaf848b4"} 1 node_network_up{device="vethafdb738"} 1 node_network_up{device="vethb03a241"} 1 node_network_up{device="vethb0541e3"} 1 node_network_up{device="vethb094466"} 1 node_network_up{device="vethb0dce79"} 1 node_network_up{device="vethb15363b"} 1 node_network_up{device="vethb1b5e1a"} 1 node_network_up{device="vethb20e6ba"} 1 node_network_up{device="vethb348a18"} 1 node_network_up{device="vethb39d63e"} 1 node_network_up{device="vethb3a121b"} 1 node_network_up{device="vethb3deee0"} 1 node_network_up{device="vethb437aaa"} 1 node_network_up{device="vethb446f39"} 1 node_network_up{device="vethb463420"} 1 node_network_up{device="vethb5e7625"} 1 node_network_up{device="vethb5fac8d"} 1 node_network_up{device="vethb60b24f"} 1 node_network_up{device="vethb6a7795"} 1 node_network_up{device="vethb70e800"} 1 node_network_up{device="vethb77480b"} 1 node_network_up{device="vethb8277ac"} 1 node_network_up{device="vethba29e31"} 1 node_network_up{device="vethba6e44c"} 1 node_network_up{device="vethbb09104"} 1 node_network_up{device="vethbb16237"} 1 node_network_up{device="vethbb70179"} 1 node_network_up{device="vethbba5630"} 1 node_network_up{device="vethbbbbe04"} 1 node_network_up{device="vethbbdba94"} 1 node_network_up{device="vethbbfb0b7"} 1 node_network_up{device="vethbc76a10"} 1 node_network_up{device="vethbd2a2ee"} 1 node_network_up{device="vethbda2ae7"} 1 node_network_up{device="vethbded328"} 1 node_network_up{device="vethbe2f7fe"} 1 node_network_up{device="vethbe857cb"} 1 node_network_up{device="vethbe875cc"} 1 node_network_up{device="vethbf184b1"} 1 node_network_up{device="vethbf984b6"} 1 node_network_up{device="vethbffb2be"} 1 node_network_up{device="vethc0f4be2"} 1 node_network_up{device="vethc11e467"} 1 node_network_up{device="vethc1f90e5"} 1 node_network_up{device="vethc3672f4"} 1 node_network_up{device="vethc3a39c5"} 1 node_network_up{device="vethc3b6740"} 1 node_network_up{device="vethc4690e0"} 1 node_network_up{device="vethc4ee1b8"} 1 node_network_up{device="vethc5402c9"} 1 node_network_up{device="vethc547482"} 1 node_network_up{device="vethc5fe0b1"} 1 node_network_up{device="vethc60975c"} 1 node_network_up{device="vethc69126e"} 1 node_network_up{device="vethc6eb625"} 1 node_network_up{device="vethc6fac07"} 1 node_network_up{device="vethc702703"} 1 node_network_up{device="vethc74fac6"} 1 node_network_up{device="vethc78dd63"} 1 node_network_up{device="vethc7cef54"} 1 node_network_up{device="vethc7e6d28"} 1 node_network_up{device="vethc800506"} 1 node_network_up{device="vethc8344c6"} 1 node_network_up{device="vethc85e8a1"} 1 node_network_up{device="vethc86b25e"} 1 node_network_up{device="vethc88f6d5"} 1 node_network_up{device="vethc91fc73"} 1 node_network_up{device="vethc942fad"} 1 node_network_up{device="vethc99741d"} 1 node_network_up{device="vethca7a920"} 1 node_network_up{device="vethcb56258"} 1 node_network_up{device="vethcb70a05"} 1 node_network_up{device="vethcbb6ad3"} 1 node_network_up{device="vethcbe3245"} 1 node_network_up{device="vethcc05e54"} 1 node_network_up{device="vethcc0a6a7"} 1 node_network_up{device="vethcc4df6c"} 1 node_network_up{device="vethccde146"} 1 node_network_up{device="vethcd1a107"} 1 node_network_up{device="vethcdc87c7"} 1 node_network_up{device="vethce0cd64"} 1 node_network_up{device="vethce27cb9"} 1 node_network_up{device="vethce2a31d"} 1 node_network_up{device="vethce67b11"} 1 node_network_up{device="vethd0a9732"} 1 node_network_up{device="vethd183c34"} 1 node_network_up{device="vethd1a8a33"} 1 node_network_up{device="vethd1b1ed7"} 1 node_network_up{device="vethd1c6adb"} 1 node_network_up{device="vethd1caf98"} 1 node_network_up{device="vethd1f851b"} 1 node_network_up{device="vethd23fa3c"} 1 node_network_up{device="vethd2d1d0b"} 1 node_network_up{device="vethd2d4c0f"} 1 node_network_up{device="vethd2e142a"} 1 node_network_up{device="vethd2f2476"} 1 node_network_up{device="vethd32989f"} 1 node_network_up{device="vethd33027f"} 1 node_network_up{device="vethd386c1b"} 1 node_network_up{device="vethd394f60"} 1 node_network_up{device="vethd39b75f"} 1 node_network_up{device="vethd3b8b64"} 1 node_network_up{device="vethd3d71c3"} 1 node_network_up{device="vethd3d74f4"} 1 node_network_up{device="vethd3f5c3d"} 1 node_network_up{device="vethd418045"} 1 node_network_up{device="vethd583737"} 1 node_network_up{device="vethd5b7fe1"} 1 node_network_up{device="vethd6812c2"} 1 node_network_up{device="vethd72be73"} 1 node_network_up{device="vethd741df9"} 1 node_network_up{device="vethd764c1d"} 1 node_network_up{device="vethd77fdfb"} 1 node_network_up{device="vethd7b6b6d"} 1 node_network_up{device="vethd7ce910"} 1 node_network_up{device="vethd80b242"} 1 node_network_up{device="vethd9290a5"} 1 node_network_up{device="vethd9633d5"} 1 node_network_up{device="vethd9c1ac2"} 1 node_network_up{device="vethd9dc45d"} 1 node_network_up{device="vethdb3bfe5"} 1 node_network_up{device="vethdb8e006"} 1 node_network_up{device="vethdba04c6"} 1 node_network_up{device="vethdcf0fe6"} 1 node_network_up{device="vethdd73e31"} 1 node_network_up{device="vethdeb43da"} 1 node_network_up{device="vethdf2fc0c"} 1 node_network_up{device="vethdf8b192"} 1 node_network_up{device="vethe0014f6"} 1 node_network_up{device="vethe04376c"} 1 node_network_up{device="vethe0824de"} 1 node_network_up{device="vethe1acebe"} 1 node_network_up{device="vethe1b57af"} 1 node_network_up{device="vethe2677b2"} 1 node_network_up{device="vethe330364"} 1 node_network_up{device="vethe358b9b"} 1 node_network_up{device="vethe393e1f"} 1 node_network_up{device="vethe3fc1d5"} 1 node_network_up{device="vethe439679"} 1 node_network_up{device="vethe484f21"} 1 node_network_up{device="vethe49717f"} 1 node_network_up{device="vethe4ad4e5"} 1 node_network_up{device="vethe4e85e7"} 1 node_network_up{device="vethe52bda0"} 1 node_network_up{device="vethe5f3f06"} 1 node_network_up{device="vethe63d6dd"} 1 node_network_up{device="vethe6c23f6"} 1 node_network_up{device="vethe766e72"} 1 node_network_up{device="vethe7aff89"} 1 node_network_up{device="vethe8648b1"} 1 node_network_up{device="vethe87664c"} 1 node_network_up{device="vethe880812"} 1 node_network_up{device="vethe8d7ad1"} 1 node_network_up{device="vethe98ffcc"} 1 node_network_up{device="vethea8c77f"} 1 node_network_up{device="vetheaaf5da"} 1 node_network_up{device="vetheb750ff"} 1 node_network_up{device="vethebe1c57"} 1 node_network_up{device="vethec1bace"} 1 node_network_up{device="vethedee635"} 1 node_network_up{device="vethee49f2e"} 1 node_network_up{device="vethee55381"} 1 node_network_up{device="vetheebb707"} 1 node_network_up{device="vetheede58b"} 1 node_network_up{device="vethef01414"} 1 node_network_up{device="vethef4d3cf"} 1 node_network_up{device="vethef8ca1b"} 1 node_network_up{device="vethef9a53b"} 1 node_network_up{device="vetheff1b62"} 1 node_network_up{device="vethf00a1a9"} 1 node_network_up{device="vethf0d88b0"} 1 node_network_up{device="vethf0e15a5"} 1 node_network_up{device="vethf0f7c00"} 1 node_network_up{device="vethf1a351b"} 1 node_network_up{device="vethf1cab6c"} 1 node_network_up{device="vethf1ffdde"} 1 node_network_up{device="vethf30dce1"} 1 node_network_up{device="vethf34ab67"} 1 node_network_up{device="vethf3942da"} 1 node_network_up{device="vethf40383d"} 1 node_network_up{device="vethf4756aa"} 1 node_network_up{device="vethf4b3dd4"} 1 node_network_up{device="vethf572a6b"} 1 node_network_up{device="vethf5f8567"} 1 node_network_up{device="vethf62f7b0"} 1 node_network_up{device="vethf766060"} 1 node_network_up{device="vethf796416"} 1 node_network_up{device="vethf7dde08"} 1 node_network_up{device="vethf804fc2"} 1 node_network_up{device="vethf89cdc2"} 1 node_network_up{device="vethf8f166c"} 1 node_network_up{device="vethf9080d7"} 1 node_network_up{device="vethf90aa51"} 1 node_network_up{device="vethf91787e"} 1 node_network_up{device="vethf925f21"} 1 node_network_up{device="vethf954e2e"} 1 node_network_up{device="vethf96c7ac"} 1 node_network_up{device="vethfb0d0e8"} 1 node_network_up{device="vethfb3ff4e"} 1 node_network_up{device="vethfc0e66c"} 1 node_network_up{device="vethfcd6d02"} 1 node_network_up{device="vethfe45418"} 1 node_network_up{device="vethfe716bb"} 1 node_network_up{device="vethfe71df5"} 1 node_network_up{device="vethfecb007"} 1 node_network_up{device="vethfee22ad"} 1 node_network_up{device="vethff26790"} 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 2799 # 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 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 608183.087510439 node_schedstat_running_seconds_total{cpu="1"} 644681.033989273 node_schedstat_running_seconds_total{cpu="10"} 582769.694257071 node_schedstat_running_seconds_total{cpu="11"} 634917.724885616 node_schedstat_running_seconds_total{cpu="12"} 632102.890318996 node_schedstat_running_seconds_total{cpu="13"} 631456.791534841 node_schedstat_running_seconds_total{cpu="14"} 625209.416812012 node_schedstat_running_seconds_total{cpu="15"} 629588.553394884 node_schedstat_running_seconds_total{cpu="2"} 650258.33829295 node_schedstat_running_seconds_total{cpu="3"} 647860.019082044 node_schedstat_running_seconds_total{cpu="4"} 646913.93816814 node_schedstat_running_seconds_total{cpu="5"} 644289.311279396 node_schedstat_running_seconds_total{cpu="6"} 643028.998930096 node_schedstat_running_seconds_total{cpu="7"} 639581.741731617 node_schedstat_running_seconds_total{cpu="8"} 633697.998000494 node_schedstat_running_seconds_total{cpu="9"} 631092.11539822 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.292458258e+09 node_schedstat_timeslices_total{cpu="1"} 1.409882806e+09 node_schedstat_timeslices_total{cpu="10"} 1.434201394e+09 node_schedstat_timeslices_total{cpu="11"} 1.295377117e+09 node_schedstat_timeslices_total{cpu="12"} 1.288503819e+09 node_schedstat_timeslices_total{cpu="13"} 1.288516764e+09 node_schedstat_timeslices_total{cpu="14"} 1.288532073e+09 node_schedstat_timeslices_total{cpu="15"} 1.28088312e+09 node_schedstat_timeslices_total{cpu="2"} 1.399277516e+09 node_schedstat_timeslices_total{cpu="3"} 1.37575713e+09 node_schedstat_timeslices_total{cpu="4"} 1.357833544e+09 node_schedstat_timeslices_total{cpu="5"} 1.346767395e+09 node_schedstat_timeslices_total{cpu="6"} 1.325201178e+09 node_schedstat_timeslices_total{cpu="7"} 1.315015184e+09 node_schedstat_timeslices_total{cpu="8"} 1.303209175e+09 node_schedstat_timeslices_total{cpu="9"} 1.302329649e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 167537.648457895 node_schedstat_waiting_seconds_total{cpu="1"} 173880.221362081 node_schedstat_waiting_seconds_total{cpu="10"} 192911.004279075 node_schedstat_waiting_seconds_total{cpu="11"} 167057.180797327 node_schedstat_waiting_seconds_total{cpu="12"} 160040.633696242 node_schedstat_waiting_seconds_total{cpu="13"} 163739.269447592 node_schedstat_waiting_seconds_total{cpu="14"} 168679.465267744 node_schedstat_waiting_seconds_total{cpu="15"} 162155.79575359 node_schedstat_waiting_seconds_total{cpu="2"} 181215.742890682 node_schedstat_waiting_seconds_total{cpu="3"} 177041.694289226 node_schedstat_waiting_seconds_total{cpu="4"} 171892.318837884 node_schedstat_waiting_seconds_total{cpu="5"} 169734.029891892 node_schedstat_waiting_seconds_total{cpu="6"} 167952.380574191 node_schedstat_waiting_seconds_total{cpu="7"} 170051.016108326 node_schedstat_waiting_seconds_total{cpu="8"} 166189.268670149 node_schedstat_waiting_seconds_total{cpu="9"} 165320.753719628 # 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.000368907 node_scrape_collector_duration_seconds{collector="bcache"} 1.8236e-05 node_scrape_collector_duration_seconds{collector="bonding"} 0.055150038 node_scrape_collector_duration_seconds{collector="btrfs"} 0.014626579 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000162696 node_scrape_collector_duration_seconds{collector="cpu"} 0.002008831 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000158815 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001718476 node_scrape_collector_duration_seconds{collector="dmi"} 1.2142e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.8125e-05 node_scrape_collector_duration_seconds{collector="entropy"} 7.8015e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 3.5081e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.7627e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.057130307 node_scrape_collector_duration_seconds{collector="hwmon"} 1.8312e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.0416e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 5.8106e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.7228e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.0089e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000300239 node_scrape_collector_duration_seconds{collector="netclass"} 0.576639225 node_scrape_collector_duration_seconds{collector="netdev"} 0.00016425 node_scrape_collector_duration_seconds{collector="netstat"} 0.000713649 node_scrape_collector_duration_seconds{collector="nfs"} 2.0322e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.8907e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.407e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000112121 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.6361e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.0071e-05 node_scrape_collector_duration_seconds{collector="rapl"} 4.9443e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000146648 node_scrape_collector_duration_seconds{collector="selinux"} 3.2925e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000169318 node_scrape_collector_duration_seconds{collector="softnet"} 0.000248194 node_scrape_collector_duration_seconds{collector="stat"} 0.000258878 node_scrape_collector_duration_seconds{collector="tapestats"} 1.9031e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.4152e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000805363 node_scrape_collector_duration_seconds{collector="time"} 0.000128489 node_scrape_collector_duration_seconds{collector="timex"} 1.6535e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000554198 node_scrape_collector_duration_seconds{collector="uname"} 1.5658e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000115058 node_scrape_collector_duration_seconds{collector="watchdog"} 1.696e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000473936 node_scrape_collector_duration_seconds{collector="zfs"} 2.1547e-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 1739 # 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 29 # 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 118784 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 1 # 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 272 # 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.114112e+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"} 47 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="10"} 679842 node_softnet_dropped_total{cpu="11"} 182 node_softnet_dropped_total{cpu="12"} 51 node_softnet_dropped_total{cpu="13"} 0 node_softnet_dropped_total{cpu="14"} 404 node_softnet_dropped_total{cpu="15"} 1 node_softnet_dropped_total{cpu="2"} 294 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 364 node_softnet_dropped_total{cpu="5"} 1 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 139 node_softnet_dropped_total{cpu="8"} 40 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"} 5.94816657e+08 node_softnet_processed_total{cpu="1"} 6.37913128e+08 node_softnet_processed_total{cpu="10"} 3.68890101e+09 node_softnet_processed_total{cpu="11"} 6.04382369e+08 node_softnet_processed_total{cpu="12"} 6.00025807e+08 node_softnet_processed_total{cpu="13"} 6.0053903e+08 node_softnet_processed_total{cpu="14"} 5.97850483e+08 node_softnet_processed_total{cpu="15"} 5.96477099e+08 node_softnet_processed_total{cpu="2"} 6.37096562e+08 node_softnet_processed_total{cpu="3"} 6.33502649e+08 node_softnet_processed_total{cpu="4"} 6.26098586e+08 node_softnet_processed_total{cpu="5"} 6.16338128e+08 node_softnet_processed_total{cpu="6"} 6.18106257e+08 node_softnet_processed_total{cpu="7"} 6.11892889e+08 node_softnet_processed_total{cpu="8"} 6.07835421e+08 node_softnet_processed_total{cpu="9"} 6.05339962e+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"} 10224 node_softnet_times_squeezed_total{cpu="1"} 9545 node_softnet_times_squeezed_total{cpu="10"} 160557 node_softnet_times_squeezed_total{cpu="11"} 6705 node_softnet_times_squeezed_total{cpu="12"} 6420 node_softnet_times_squeezed_total{cpu="13"} 6461 node_softnet_times_squeezed_total{cpu="14"} 6555 node_softnet_times_squeezed_total{cpu="15"} 6471 node_softnet_times_squeezed_total{cpu="2"} 8877 node_softnet_times_squeezed_total{cpu="3"} 8237 node_softnet_times_squeezed_total{cpu="4"} 7799 node_softnet_times_squeezed_total{cpu="5"} 8201 node_softnet_times_squeezed_total{cpu="6"} 7176 node_softnet_times_squeezed_total{cpu="7"} 6937 node_softnet_times_squeezed_total{cpu="8"} 6748 node_softnet_times_squeezed_total{cpu="9"} 6710 # 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.7829587218420937e+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.000994 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999917614135743 # 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.142574 # 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="8c0c6b7d94bb",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 1341 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.8049491309e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 779642 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 4.82932799e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 3.774472897e+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"} 1.566306e+07 # 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"} 3.1147866e+07 # 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"} 92 node_xfs_block_mapping_extent_list_lookups_total{device="sda5"} 2.627129099e+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"} 92 node_xfs_block_mapping_reads_total{device="sda5"} 8.65418312e+08 # 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"} 2.8275529e+07 # 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"} 1.674723465e+09 # 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"} 2.2271923e+07 # 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"} 3.54186106e+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"} 12 node_xfs_directory_operation_lookup_total{device="sda5"} 5.250805e+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"} 2.1698513e+07 # 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"} 1.254420073e+09 # 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"} 1.255815389e+09 # 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"} 1.5016822e+07 # 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"} 1.4668814e+07 # 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"} 12 node_xfs_inode_operation_attempts_total{device="sda5"} 3.6637552e+07 # 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"} 3.2763186e+07 # 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"} 42 # 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"} 9.454148e+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"} 12 node_xfs_inode_operation_missed_total{device="sda5"} 2.7183446e+07 # 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"} 6 node_xfs_inode_operation_reclaims_total{device="sda5"} 2.636362e+07 # 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"} 9 # 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"} 4.135640969e+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"} 6 node_xfs_vnode_active_total{device="sda5"} 819784 # 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"} 6 node_xfs_vnode_reclaim_total{device="sda5"} 3.2193865e+07 # 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"} 6 node_xfs_vnode_release_total{device="sda5"} 3.2193865e+07 # 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"} 6 node_xfs_vnode_remove_total{device="sda5"} 3.2193865e+07 # 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"} 1.650444689e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 85410.76 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 3.25089361e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.8643676203e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5645056e+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.77857975911e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272950784e+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"} 145952 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0