# 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.4181e-05 go_gc_duration_seconds{quantile="0.25"} 1.9299e-05 go_gc_duration_seconds{quantile="0.5"} 3.0001e-05 go_gc_duration_seconds{quantile="0.75"} 4.0586e-05 go_gc_duration_seconds{quantile="1"} 9.9346e-05 go_gc_duration_seconds_sum 21.997730855 go_gc_duration_seconds_count 684046 # 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 12 # 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 2.590656e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 2.018425297984e+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.208184e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.4664560186e+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.348024e+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 2.590656e+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.5679488e+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 4.243456e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 36407 # 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.4516224e+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 1.9922944e+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.7736716191966329e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.4664596593e+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 86560 # 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 293760 # 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 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 825272 # 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.048576e+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.048576e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.767796e+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 16 # 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.767981667e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.2771203755e+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"} 5.18672478e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 517.48 node_cpu_seconds_total{cpu="0",mode="irq"} 27337.62 node_cpu_seconds_total{cpu="0",mode="nice"} 224.44 node_cpu_seconds_total{cpu="0",mode="softirq"} 35552.95 node_cpu_seconds_total{cpu="0",mode="steal"} 358.17 node_cpu_seconds_total{cpu="0",mode="system"} 128271.6 node_cpu_seconds_total{cpu="0",mode="user"} 293354.62 node_cpu_seconds_total{cpu="1",mode="idle"} 5.16072465e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 535.66 node_cpu_seconds_total{cpu="1",mode="irq"} 28248.66 node_cpu_seconds_total{cpu="1",mode="nice"} 255.46 node_cpu_seconds_total{cpu="1",mode="softirq"} 22238.77 node_cpu_seconds_total{cpu="1",mode="steal"} 373.65 node_cpu_seconds_total{cpu="1",mode="system"} 136152.67 node_cpu_seconds_total{cpu="1",mode="user"} 321782.32 node_cpu_seconds_total{cpu="10",mode="idle"} 5.1925835e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 540.74 node_cpu_seconds_total{cpu="10",mode="irq"} 25661.67 node_cpu_seconds_total{cpu="10",mode="nice"} 225.18 node_cpu_seconds_total{cpu="10",mode="softirq"} 16650.97 node_cpu_seconds_total{cpu="10",mode="steal"} 336.32 node_cpu_seconds_total{cpu="10",mode="system"} 130848.85 node_cpu_seconds_total{cpu="10",mode="user"} 305804.04 node_cpu_seconds_total{cpu="11",mode="idle"} 5.17054802e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 489.72 node_cpu_seconds_total{cpu="11",mode="irq"} 26564.22 node_cpu_seconds_total{cpu="11",mode="nice"} 213.58 node_cpu_seconds_total{cpu="11",mode="softirq"} 86267.75 node_cpu_seconds_total{cpu="11",mode="steal"} 346.99 node_cpu_seconds_total{cpu="11",mode="system"} 123583.12 node_cpu_seconds_total{cpu="11",mode="user"} 265343.17 node_cpu_seconds_total{cpu="12",mode="idle"} 5.19694598e+06 node_cpu_seconds_total{cpu="12",mode="iowait"} 495.12 node_cpu_seconds_total{cpu="12",mode="irq"} 25542.42 node_cpu_seconds_total{cpu="12",mode="nice"} 246.78 node_cpu_seconds_total{cpu="12",mode="softirq"} 16516.58 node_cpu_seconds_total{cpu="12",mode="steal"} 332.68 node_cpu_seconds_total{cpu="12",mode="system"} 130049.97 node_cpu_seconds_total{cpu="12",mode="user"} 302672.25 node_cpu_seconds_total{cpu="13",mode="idle"} 5.19649697e+06 node_cpu_seconds_total{cpu="13",mode="iowait"} 498.48 node_cpu_seconds_total{cpu="13",mode="irq"} 25340.56 node_cpu_seconds_total{cpu="13",mode="nice"} 221.4 node_cpu_seconds_total{cpu="13",mode="softirq"} 16516.52 node_cpu_seconds_total{cpu="13",mode="steal"} 330.3 node_cpu_seconds_total{cpu="13",mode="system"} 129823.3 node_cpu_seconds_total{cpu="13",mode="user"} 303670.47 node_cpu_seconds_total{cpu="14",mode="idle"} 5.19816479e+06 node_cpu_seconds_total{cpu="14",mode="iowait"} 493.56 node_cpu_seconds_total{cpu="14",mode="irq"} 27171.7 node_cpu_seconds_total{cpu="14",mode="nice"} 227.42 node_cpu_seconds_total{cpu="14",mode="softirq"} 17019.39 node_cpu_seconds_total{cpu="14",mode="steal"} 366.02 node_cpu_seconds_total{cpu="14",mode="system"} 129009.57 node_cpu_seconds_total{cpu="14",mode="user"} 297321.73 node_cpu_seconds_total{cpu="15",mode="idle"} 5.19843089e+06 node_cpu_seconds_total{cpu="15",mode="iowait"} 527.01 node_cpu_seconds_total{cpu="15",mode="irq"} 25287.18 node_cpu_seconds_total{cpu="15",mode="nice"} 226.09 node_cpu_seconds_total{cpu="15",mode="softirq"} 16418.18 node_cpu_seconds_total{cpu="15",mode="steal"} 330.47 node_cpu_seconds_total{cpu="15",mode="system"} 129742.87 node_cpu_seconds_total{cpu="15",mode="user"} 301834.61 node_cpu_seconds_total{cpu="2",mode="idle"} 5.16599975e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 573.11 node_cpu_seconds_total{cpu="2",mode="irq"} 28121.9 node_cpu_seconds_total{cpu="2",mode="nice"} 236.45 node_cpu_seconds_total{cpu="2",mode="softirq"} 19709.35 node_cpu_seconds_total{cpu="2",mode="steal"} 369.67 node_cpu_seconds_total{cpu="2",mode="system"} 135717.01 node_cpu_seconds_total{cpu="2",mode="user"} 319804.56 node_cpu_seconds_total{cpu="3",mode="idle"} 5.16938809e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 563 node_cpu_seconds_total{cpu="3",mode="irq"} 27618.88 node_cpu_seconds_total{cpu="3",mode="nice"} 230.63 node_cpu_seconds_total{cpu="3",mode="softirq"} 18492.86 node_cpu_seconds_total{cpu="3",mode="steal"} 361.2 node_cpu_seconds_total{cpu="3",mode="system"} 135140.24 node_cpu_seconds_total{cpu="3",mode="user"} 319234.87 node_cpu_seconds_total{cpu="4",mode="idle"} 5.17560197e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 534.4 node_cpu_seconds_total{cpu="4",mode="irq"} 27184.93 node_cpu_seconds_total{cpu="4",mode="nice"} 196.72 node_cpu_seconds_total{cpu="4",mode="softirq"} 17875.8 node_cpu_seconds_total{cpu="4",mode="steal"} 354.96 node_cpu_seconds_total{cpu="4",mode="system"} 134087.25 node_cpu_seconds_total{cpu="4",mode="user"} 315575.24 node_cpu_seconds_total{cpu="5",mode="idle"} 5.178024e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 547.23 node_cpu_seconds_total{cpu="5",mode="irq"} 26852.48 node_cpu_seconds_total{cpu="5",mode="nice"} 252.82 node_cpu_seconds_total{cpu="5",mode="softirq"} 17499.2 node_cpu_seconds_total{cpu="5",mode="steal"} 350.28 node_cpu_seconds_total{cpu="5",mode="system"} 133766.07 node_cpu_seconds_total{cpu="5",mode="user"} 314433.33 node_cpu_seconds_total{cpu="6",mode="idle"} 5.18062032e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 574.71 node_cpu_seconds_total{cpu="6",mode="irq"} 26528.77 node_cpu_seconds_total{cpu="6",mode="nice"} 255.07 node_cpu_seconds_total{cpu="6",mode="softirq"} 17273.41 node_cpu_seconds_total{cpu="6",mode="steal"} 345.75 node_cpu_seconds_total{cpu="6",mode="system"} 133350.13 node_cpu_seconds_total{cpu="6",mode="user"} 312989.62 node_cpu_seconds_total{cpu="7",mode="idle"} 5.18576108e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 513.73 node_cpu_seconds_total{cpu="7",mode="irq"} 26234.86 node_cpu_seconds_total{cpu="7",mode="nice"} 219.18 node_cpu_seconds_total{cpu="7",mode="softirq"} 17017.39 node_cpu_seconds_total{cpu="7",mode="steal"} 340.82 node_cpu_seconds_total{cpu="7",mode="system"} 131889.69 node_cpu_seconds_total{cpu="7",mode="user"} 310279.1 node_cpu_seconds_total{cpu="8",mode="idle"} 5.18744039e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 532.67 node_cpu_seconds_total{cpu="8",mode="irq"} 26024.22 node_cpu_seconds_total{cpu="8",mode="nice"} 268.23 node_cpu_seconds_total{cpu="8",mode="softirq"} 16867.72 node_cpu_seconds_total{cpu="8",mode="steal"} 340.81 node_cpu_seconds_total{cpu="8",mode="system"} 131706.06 node_cpu_seconds_total{cpu="8",mode="user"} 309192.1 node_cpu_seconds_total{cpu="9",mode="idle"} 5.18943338e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 520.21 node_cpu_seconds_total{cpu="9",mode="irq"} 25989.42 node_cpu_seconds_total{cpu="9",mode="nice"} 219.7 node_cpu_seconds_total{cpu="9",mode="softirq"} 16721.01 node_cpu_seconds_total{cpu="9",mode="steal"} 335.45 node_cpu_seconds_total{cpu="9",mode="system"} 131484.85 node_cpu_seconds_total{cpu="9",mode="user"} 307749.04 # 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"} 9750.717 node_disk_io_time_seconds_total{device="sdb"} 3152.493 # 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"} 87246.546 node_disk_io_time_weighted_seconds_total{device="sdb"} 29906.252 # 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"} 1.83417859584e+11 node_disk_read_bytes_total{device="sdb"} 2.22576225792e+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"} 1872.579 node_disk_read_time_seconds_total{device="sdb"} 4650.089 # 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"} 5.866961e+06 node_disk_reads_completed_total{device="sdb"} 2.549961e+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"} 7184 node_disk_reads_merged_total{device="sdb"} 765 # 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"} 85373.967 node_disk_write_time_seconds_total{device="sdb"} 25256.162 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 1.58664018e+08 node_disk_writes_completed_total{device="sdb"} 2.638767e+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"} 2.5852759e+07 node_disk_writes_merged_total{device="sdb"} 2.108656e+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"} 2.610146688e+12 node_disk_written_bytes_total{device="sdb"} 3.56536188928e+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-8.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 4034 # 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 54176 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 5.985349e+06 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.7529856e+07 node_filesystem_avail_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 3.65293568e+08 node_filesystem_avail_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.21539844096e+11 node_filesystem_avail_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 2.43320864768e+11 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.7669512192e+10 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 6.154285056e+09 # 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 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 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.512558e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 7.512558e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 511671 node_filesystem_files_free{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.00437609e+08 node_filesystem_files_free{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 3.196449e+07 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 7.500469e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 7.512553e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="vfat",mountpoint="/boot/efi"} 9.7529856e+07 node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="xfs",mountpoint="/boot"} 3.65293568e+08 node_filesystem_free_bytes{device="/dev/sda5",device_error="",fstype="xfs",mountpoint="/"} 2.21539844096e+11 node_filesystem_free_bytes{device="/dev/sdb1",device_error="",fstype="ext4",mountpoint="/app/storage"} 2.70180937728e+11 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.7669512192e+10 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 6.154285056e+09 # 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="1546",mountpoint="/run/user/1000"} 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 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 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 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 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.0771437568e+10 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1000"} 6.154285056e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 6.23499925e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.6583335216e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.42 # 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.99 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 5.29782784e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.2426166272e+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 7.128338432e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 7.310671872e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.6278880256e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.75509504e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 2.4891392e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 3.0771437568e+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.30519977984e+11 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 5.435817984e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 8.556228608e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 126976 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.6680950784e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.4660794368e+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 7.979843584e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.32538112e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 7.343341568e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.2796304384e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.024851456e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 6.1542879232e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 5.07314176e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.3008896e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.415980544e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.623743488e+09 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 9.9883008e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.039724032e+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 3.89423104e+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 36160 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.62165269e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 9.314074735e+09 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.19862e+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 6.916705e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 8 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 159 # 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-0041aebf0bd9"} 3 node_network_address_assign_type{device="br-02669b34ccad"} 3 node_network_address_assign_type{device="br-02823e0b21f8"} 3 node_network_address_assign_type{device="br-035e1584ee12"} 3 node_network_address_assign_type{device="br-03ef3fa9694c"} 3 node_network_address_assign_type{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} 3 node_network_address_assign_type{device="br-1824841a31f9"} 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-1da1821d18b3"} 3 node_network_address_assign_type{device="br-1de64be72380"} 3 node_network_address_assign_type{device="br-1f9ea77f28ce"} 3 node_network_address_assign_type{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 3 node_network_address_assign_type{device="br-27771a4b5e1c"} 3 node_network_address_assign_type{device="br-2ed3ce7916f4"} 3 node_network_address_assign_type{device="br-301b4c89e775"} 3 node_network_address_assign_type{device="br-3068524ec93f"} 3 node_network_address_assign_type{device="br-317a2bbca622"} 3 node_network_address_assign_type{device="br-349eb65873d4"} 3 node_network_address_assign_type{device="br-34eb4dd7e9c0"} 3 node_network_address_assign_type{device="br-37f17f8c2f41"} 3 node_network_address_assign_type{device="br-3ad09e25ab78"} 3 node_network_address_assign_type{device="br-3d3c5fbec0dd"} 3 node_network_address_assign_type{device="br-3ed5391afb94"} 3 node_network_address_assign_type{device="br-4091e772ca83"} 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-4614b58c6316"} 3 node_network_address_assign_type{device="br-4666f7cfb5ad"} 3 node_network_address_assign_type{device="br-483851ad6d82"} 3 node_network_address_assign_type{device="br-4a66d39e6115"} 3 node_network_address_assign_type{device="br-4f8bcb06bb21"} 3 node_network_address_assign_type{device="br-513a5eb5a5ed"} 3 node_network_address_assign_type{device="br-52ce8deae651"} 3 node_network_address_assign_type{device="br-543616338fa2"} 3 node_network_address_assign_type{device="br-559d36b72748"} 3 node_network_address_assign_type{device="br-5748fcd1e7ca"} 3 node_network_address_assign_type{device="br-58f8dcbfa915"} 3 node_network_address_assign_type{device="br-5cb33e972896"} 3 node_network_address_assign_type{device="br-5cd378a95a50"} 3 node_network_address_assign_type{device="br-5db0c1bc605b"} 3 node_network_address_assign_type{device="br-60f225ebe8cf"} 3 node_network_address_assign_type{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 3 node_network_address_assign_type{device="br-67b6f2b09055"} 3 node_network_address_assign_type{device="br-6801e77b28e6"} 3 node_network_address_assign_type{device="br-731a89c43fe8"} 3 node_network_address_assign_type{device="br-75640dcb1806"} 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-7a05c4b4c71c"} 3 node_network_address_assign_type{device="br-7f1c0840c41b"} 3 node_network_address_assign_type{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 3 node_network_address_assign_type{device="br-94b2fbf06b0d"} 3 node_network_address_assign_type{device="br-94ccc3a0a891"} 3 node_network_address_assign_type{device="br-978ac97c7837"} 3 node_network_address_assign_type{device="br-9dd2a20937e6"} 3 node_network_address_assign_type{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 3 node_network_address_assign_type{device="br-ab7e8be9c7b8"} 3 node_network_address_assign_type{device="br-ab8f176f7ba4"} 3 node_network_address_assign_type{device="br-b155b277758b"} 3 node_network_address_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_address_assign_type{device="br-bc64dc65c104"} 3 node_network_address_assign_type{device="br-bc673706b5ae"} 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-c6291428ebee"} 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-c86562d687da"} 3 node_network_address_assign_type{device="br-cb14ad5f78d9"} 3 node_network_address_assign_type{device="br-cd22c9cceee9"} 3 node_network_address_assign_type{device="br-cf6b946573c1"} 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-d68147769b09"} 3 node_network_address_assign_type{device="br-d81320e12692"} 3 node_network_address_assign_type{device="br-da621f14fb83"} 3 node_network_address_assign_type{device="br-dc8640f674ee"} 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-e24d302efec6"} 3 node_network_address_assign_type{device="br-e2ebf44ea1f2"} 3 node_network_address_assign_type{device="br-e63b0d1593b5"} 3 node_network_address_assign_type{device="br-ec56c664f289"} 3 node_network_address_assign_type{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 3 node_network_address_assign_type{device="br-fb23b0434540"} 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="veth0076559"} 1 node_network_address_assign_type{device="veth0106c7a"} 1 node_network_address_assign_type{device="veth01165f0"} 1 node_network_address_assign_type{device="veth01de5af"} 1 node_network_address_assign_type{device="veth0252a2a"} 1 node_network_address_assign_type{device="veth026b5f1"} 1 node_network_address_assign_type{device="veth02d5a2d"} 1 node_network_address_assign_type{device="veth0387d76"} 1 node_network_address_assign_type{device="veth03f1565"} 1 node_network_address_assign_type{device="veth0474396"} 1 node_network_address_assign_type{device="veth04bcbc0"} 1 node_network_address_assign_type{device="veth053af97"} 1 node_network_address_assign_type{device="veth0549182"} 1 node_network_address_assign_type{device="veth054cedc"} 1 node_network_address_assign_type{device="veth05a336b"} 1 node_network_address_assign_type{device="veth05b1403"} 1 node_network_address_assign_type{device="veth05dbfef"} 1 node_network_address_assign_type{device="veth0666583"} 1 node_network_address_assign_type{device="veth073b9c4"} 1 node_network_address_assign_type{device="veth08149de"} 1 node_network_address_assign_type{device="veth0906c73"} 1 node_network_address_assign_type{device="veth0948320"} 1 node_network_address_assign_type{device="veth0aa1c2d"} 1 node_network_address_assign_type{device="veth0acd33e"} 1 node_network_address_assign_type{device="veth0ae79aa"} 1 node_network_address_assign_type{device="veth0af3200"} 1 node_network_address_assign_type{device="veth0b0f675"} 1 node_network_address_assign_type{device="veth0b2f2a0"} 1 node_network_address_assign_type{device="veth0b70bc8"} 1 node_network_address_assign_type{device="veth0d172e4"} 1 node_network_address_assign_type{device="veth0da84c5"} 1 node_network_address_assign_type{device="veth0dda3d7"} 1 node_network_address_assign_type{device="veth0e35f5e"} 1 node_network_address_assign_type{device="veth0eedf53"} 1 node_network_address_assign_type{device="veth0f291f5"} 1 node_network_address_assign_type{device="veth0f4d0ed"} 1 node_network_address_assign_type{device="veth0f85411"} 1 node_network_address_assign_type{device="veth0fce86d"} 1 node_network_address_assign_type{device="veth100fd27"} 1 node_network_address_assign_type{device="veth10227c2"} 1 node_network_address_assign_type{device="veth10693ca"} 1 node_network_address_assign_type{device="veth108735b"} 1 node_network_address_assign_type{device="veth114bf22"} 1 node_network_address_assign_type{device="veth12564dc"} 1 node_network_address_assign_type{device="veth12ef518"} 1 node_network_address_assign_type{device="veth1343dbc"} 1 node_network_address_assign_type{device="veth1394791"} 1 node_network_address_assign_type{device="veth13b4efd"} 1 node_network_address_assign_type{device="veth13de79b"} 1 node_network_address_assign_type{device="veth14dc831"} 1 node_network_address_assign_type{device="veth1513f1b"} 1 node_network_address_assign_type{device="veth1574334"} 1 node_network_address_assign_type{device="veth1596f02"} 1 node_network_address_assign_type{device="veth15c7048"} 1 node_network_address_assign_type{device="veth15fb20f"} 1 node_network_address_assign_type{device="veth160d560"} 1 node_network_address_assign_type{device="veth1632a4e"} 1 node_network_address_assign_type{device="veth1687023"} 1 node_network_address_assign_type{device="veth16b6f88"} 1 node_network_address_assign_type{device="veth16bc448"} 1 node_network_address_assign_type{device="veth1761f88"} 1 node_network_address_assign_type{device="veth17f0f90"} 1 node_network_address_assign_type{device="veth1906b94"} 1 node_network_address_assign_type{device="veth1908d88"} 1 node_network_address_assign_type{device="veth19402da"} 1 node_network_address_assign_type{device="veth194b2c8"} 1 node_network_address_assign_type{device="veth19bdf4c"} 1 node_network_address_assign_type{device="veth19c9513"} 1 node_network_address_assign_type{device="veth1af3324"} 1 node_network_address_assign_type{device="veth1b8e6ca"} 1 node_network_address_assign_type{device="veth1ba4f00"} 1 node_network_address_assign_type{device="veth1ba5627"} 1 node_network_address_assign_type{device="veth1c6c526"} 1 node_network_address_assign_type{device="veth1cb7af3"} 1 node_network_address_assign_type{device="veth1cc7b21"} 1 node_network_address_assign_type{device="veth1d0f4d8"} 1 node_network_address_assign_type{device="veth1d1026d"} 1 node_network_address_assign_type{device="veth1d1c849"} 1 node_network_address_assign_type{device="veth1d28880"} 1 node_network_address_assign_type{device="veth1db323f"} 1 node_network_address_assign_type{device="veth1dfacd2"} 1 node_network_address_assign_type{device="veth1e385fe"} 1 node_network_address_assign_type{device="veth1e5d33a"} 1 node_network_address_assign_type{device="veth1f2d55e"} 1 node_network_address_assign_type{device="veth1fca91e"} 1 node_network_address_assign_type{device="veth203039a"} 1 node_network_address_assign_type{device="veth23495cd"} 1 node_network_address_assign_type{device="veth23db7fb"} 1 node_network_address_assign_type{device="veth24484c9"} 1 node_network_address_assign_type{device="veth24a85f4"} 1 node_network_address_assign_type{device="veth24b4904"} 1 node_network_address_assign_type{device="veth25b04e7"} 1 node_network_address_assign_type{device="veth25c4ced"} 1 node_network_address_assign_type{device="veth2677c54"} 1 node_network_address_assign_type{device="veth26be59d"} 1 node_network_address_assign_type{device="veth2763119"} 1 node_network_address_assign_type{device="veth276dd03"} 1 node_network_address_assign_type{device="veth27ca332"} 1 node_network_address_assign_type{device="veth27e4c1c"} 1 node_network_address_assign_type{device="veth28c678d"} 1 node_network_address_assign_type{device="veth28c8226"} 1 node_network_address_assign_type{device="veth2989c66"} 1 node_network_address_assign_type{device="veth29c349f"} 1 node_network_address_assign_type{device="veth29d825b"} 1 node_network_address_assign_type{device="veth29ee720"} 1 node_network_address_assign_type{device="veth2a756fb"} 1 node_network_address_assign_type{device="veth2b8adb8"} 1 node_network_address_assign_type{device="veth2c4593e"} 1 node_network_address_assign_type{device="veth2d6ab8a"} 1 node_network_address_assign_type{device="veth2dd1c6e"} 1 node_network_address_assign_type{device="veth2e07e70"} 1 node_network_address_assign_type{device="veth2e40990"} 1 node_network_address_assign_type{device="veth2e5abcd"} 1 node_network_address_assign_type{device="veth2e69099"} 1 node_network_address_assign_type{device="veth2f38598"} 1 node_network_address_assign_type{device="veth2ffd510"} 1 node_network_address_assign_type{device="veth30e4f5f"} 1 node_network_address_assign_type{device="veth31b78d8"} 1 node_network_address_assign_type{device="veth31f1351"} 1 node_network_address_assign_type{device="veth338902a"} 1 node_network_address_assign_type{device="veth33b6fcc"} 1 node_network_address_assign_type{device="veth3425c34"} 1 node_network_address_assign_type{device="veth35a0d0a"} 1 node_network_address_assign_type{device="veth35cd0f6"} 1 node_network_address_assign_type{device="veth35d0e81"} 1 node_network_address_assign_type{device="veth361c4b1"} 1 node_network_address_assign_type{device="veth3628cc5"} 1 node_network_address_assign_type{device="veth36528f9"} 1 node_network_address_assign_type{device="veth366ec90"} 1 node_network_address_assign_type{device="veth36d5c28"} 1 node_network_address_assign_type{device="veth36df713"} 1 node_network_address_assign_type{device="veth375db39"} 1 node_network_address_assign_type{device="veth378c30a"} 1 node_network_address_assign_type{device="veth380b2a7"} 1 node_network_address_assign_type{device="veth3830fdd"} 1 node_network_address_assign_type{device="veth386f875"} 1 node_network_address_assign_type{device="veth3887938"} 1 node_network_address_assign_type{device="veth38e5192"} 1 node_network_address_assign_type{device="veth3909a19"} 1 node_network_address_assign_type{device="veth39322e0"} 1 node_network_address_assign_type{device="veth39388ff"} 1 node_network_address_assign_type{device="veth3977d1b"} 1 node_network_address_assign_type{device="veth3a1e789"} 1 node_network_address_assign_type{device="veth3a36ed1"} 1 node_network_address_assign_type{device="veth3a75d41"} 1 node_network_address_assign_type{device="veth3addbbf"} 1 node_network_address_assign_type{device="veth3ae320c"} 1 node_network_address_assign_type{device="veth3bcce56"} 1 node_network_address_assign_type{device="veth3bd884c"} 1 node_network_address_assign_type{device="veth3c3b00b"} 1 node_network_address_assign_type{device="veth3cc3569"} 1 node_network_address_assign_type{device="veth3ceac5b"} 1 node_network_address_assign_type{device="veth3d16828"} 1 node_network_address_assign_type{device="veth3d622be"} 1 node_network_address_assign_type{device="veth3d7014e"} 1 node_network_address_assign_type{device="veth3d871d0"} 1 node_network_address_assign_type{device="veth3d8c990"} 1 node_network_address_assign_type{device="veth3e51ec2"} 1 node_network_address_assign_type{device="veth3fba8fa"} 1 node_network_address_assign_type{device="veth3fcdfb2"} 1 node_network_address_assign_type{device="veth400edd5"} 1 node_network_address_assign_type{device="veth4044f24"} 1 node_network_address_assign_type{device="veth404bd5a"} 1 node_network_address_assign_type{device="veth41723a0"} 1 node_network_address_assign_type{device="veth41dd412"} 1 node_network_address_assign_type{device="veth41ffa22"} 1 node_network_address_assign_type{device="veth42beb99"} 1 node_network_address_assign_type{device="veth4388bb3"} 1 node_network_address_assign_type{device="veth43f0d07"} 1 node_network_address_assign_type{device="veth4431593"} 1 node_network_address_assign_type{device="veth44554c4"} 1 node_network_address_assign_type{device="veth4499dcf"} 1 node_network_address_assign_type{device="veth44b6795"} 1 node_network_address_assign_type{device="veth454590d"} 1 node_network_address_assign_type{device="veth45753b2"} 1 node_network_address_assign_type{device="veth45d8744"} 1 node_network_address_assign_type{device="veth463e5c0"} 1 node_network_address_assign_type{device="veth467de80"} 1 node_network_address_assign_type{device="veth4683144"} 1 node_network_address_assign_type{device="veth46a6eb5"} 1 node_network_address_assign_type{device="veth46dd615"} 1 node_network_address_assign_type{device="veth479a8c8"} 1 node_network_address_assign_type{device="veth47e9160"} 1 node_network_address_assign_type{device="veth48129d5"} 1 node_network_address_assign_type{device="veth48d6056"} 1 node_network_address_assign_type{device="veth4981a73"} 1 node_network_address_assign_type{device="veth49dacab"} 1 node_network_address_assign_type{device="veth49f8bca"} 1 node_network_address_assign_type{device="veth49fa050"} 1 node_network_address_assign_type{device="veth4a87249"} 1 node_network_address_assign_type{device="veth4ae78af"} 1 node_network_address_assign_type{device="veth4b38fc1"} 1 node_network_address_assign_type{device="veth4ba8b40"} 1 node_network_address_assign_type{device="veth4bac263"} 1 node_network_address_assign_type{device="veth4be1e5a"} 1 node_network_address_assign_type{device="veth4c83414"} 1 node_network_address_assign_type{device="veth4d0f67a"} 1 node_network_address_assign_type{device="veth4db7462"} 1 node_network_address_assign_type{device="veth4e0a606"} 1 node_network_address_assign_type{device="veth4e6aa51"} 1 node_network_address_assign_type{device="veth4e7280a"} 1 node_network_address_assign_type{device="veth4f150d0"} 1 node_network_address_assign_type{device="veth50f3d21"} 1 node_network_address_assign_type{device="veth511957b"} 1 node_network_address_assign_type{device="veth51df910"} 1 node_network_address_assign_type{device="veth5291507"} 1 node_network_address_assign_type{device="veth52b62fe"} 1 node_network_address_assign_type{device="veth52ba1f6"} 1 node_network_address_assign_type{device="veth53803c8"} 1 node_network_address_assign_type{device="veth53ed4ca"} 1 node_network_address_assign_type{device="veth544923a"} 1 node_network_address_assign_type{device="veth549693f"} 1 node_network_address_assign_type{device="veth54d90c8"} 1 node_network_address_assign_type{device="veth54e9d4a"} 1 node_network_address_assign_type{device="veth550dee9"} 1 node_network_address_assign_type{device="veth553ede3"} 1 node_network_address_assign_type{device="veth554fa26"} 1 node_network_address_assign_type{device="veth55a9843"} 1 node_network_address_assign_type{device="veth55b0ec4"} 1 node_network_address_assign_type{device="veth55c73bd"} 1 node_network_address_assign_type{device="veth55cf210"} 1 node_network_address_assign_type{device="veth56b065b"} 1 node_network_address_assign_type{device="veth56ff8d7"} 1 node_network_address_assign_type{device="veth57100d3"} 1 node_network_address_assign_type{device="veth5744d5f"} 1 node_network_address_assign_type{device="veth57a7b7e"} 1 node_network_address_assign_type{device="veth587208b"} 1 node_network_address_assign_type{device="veth59a28f9"} 1 node_network_address_assign_type{device="veth59ec687"} 1 node_network_address_assign_type{device="veth5a2f03c"} 1 node_network_address_assign_type{device="veth5b14b1f"} 1 node_network_address_assign_type{device="veth5be4441"} 1 node_network_address_assign_type{device="veth5cf6db6"} 1 node_network_address_assign_type{device="veth5d5edf1"} 1 node_network_address_assign_type{device="veth5d79629"} 1 node_network_address_assign_type{device="veth5d82bda"} 1 node_network_address_assign_type{device="veth5d9fb18"} 1 node_network_address_assign_type{device="veth5daf2e1"} 1 node_network_address_assign_type{device="veth5e313cb"} 1 node_network_address_assign_type{device="veth5ea5d19"} 1 node_network_address_assign_type{device="veth5ede6bc"} 1 node_network_address_assign_type{device="veth5f2f157"} 1 node_network_address_assign_type{device="veth5f510cc"} 1 node_network_address_assign_type{device="veth5fde4d5"} 1 node_network_address_assign_type{device="veth608f13b"} 1 node_network_address_assign_type{device="veth61c1692"} 1 node_network_address_assign_type{device="veth61e4c6a"} 1 node_network_address_assign_type{device="veth61ff867"} 1 node_network_address_assign_type{device="veth6202b87"} 1 node_network_address_assign_type{device="veth6314682"} 1 node_network_address_assign_type{device="veth636b36b"} 1 node_network_address_assign_type{device="veth63897f4"} 1 node_network_address_assign_type{device="veth63f00f3"} 1 node_network_address_assign_type{device="veth650a5d1"} 1 node_network_address_assign_type{device="veth6558fa6"} 1 node_network_address_assign_type{device="veth658b6f1"} 1 node_network_address_assign_type{device="veth660c9c9"} 1 node_network_address_assign_type{device="veth6634745"} 1 node_network_address_assign_type{device="veth673a8ee"} 1 node_network_address_assign_type{device="veth67a4acc"} 1 node_network_address_assign_type{device="veth68228a8"} 1 node_network_address_assign_type{device="veth698f022"} 1 node_network_address_assign_type{device="veth6a67db5"} 1 node_network_address_assign_type{device="veth6abc990"} 1 node_network_address_assign_type{device="veth6b26cd5"} 1 node_network_address_assign_type{device="veth6ba4916"} 1 node_network_address_assign_type{device="veth6bab3d4"} 1 node_network_address_assign_type{device="veth6bbfa32"} 1 node_network_address_assign_type{device="veth6bd5048"} 1 node_network_address_assign_type{device="veth6bee2a2"} 1 node_network_address_assign_type{device="veth6c11632"} 1 node_network_address_assign_type{device="veth6c22ce2"} 1 node_network_address_assign_type{device="veth6cea1f5"} 1 node_network_address_assign_type{device="veth6d4bf60"} 1 node_network_address_assign_type{device="veth6d7d406"} 1 node_network_address_assign_type{device="veth6dcbb17"} 1 node_network_address_assign_type{device="veth6df542c"} 1 node_network_address_assign_type{device="veth6e9c163"} 1 node_network_address_assign_type{device="veth7070e17"} 1 node_network_address_assign_type{device="veth7119448"} 1 node_network_address_assign_type{device="veth7274c0d"} 1 node_network_address_assign_type{device="veth72b5538"} 1 node_network_address_assign_type{device="veth73188c4"} 1 node_network_address_assign_type{device="veth73352ff"} 1 node_network_address_assign_type{device="veth73fe131"} 1 node_network_address_assign_type{device="veth74afd3b"} 1 node_network_address_assign_type{device="veth7510955"} 1 node_network_address_assign_type{device="veth75451a5"} 1 node_network_address_assign_type{device="veth75454ee"} 1 node_network_address_assign_type{device="veth75848c5"} 1 node_network_address_assign_type{device="veth7599b2a"} 1 node_network_address_assign_type{device="veth76be224"} 1 node_network_address_assign_type{device="veth7742e6d"} 1 node_network_address_assign_type{device="veth7888ef4"} 1 node_network_address_assign_type{device="veth7a8020a"} 1 node_network_address_assign_type{device="veth7ab8ce1"} 1 node_network_address_assign_type{device="veth7af61c3"} 1 node_network_address_assign_type{device="veth7b5560c"} 1 node_network_address_assign_type{device="veth7b924a9"} 1 node_network_address_assign_type{device="veth7ba230c"} 1 node_network_address_assign_type{device="veth7c464a1"} 1 node_network_address_assign_type{device="veth7cb9f47"} 1 node_network_address_assign_type{device="veth7ccb046"} 1 node_network_address_assign_type{device="veth7d44274"} 1 node_network_address_assign_type{device="veth7dbd681"} 1 node_network_address_assign_type{device="veth7e5e9af"} 1 node_network_address_assign_type{device="veth7e62c28"} 1 node_network_address_assign_type{device="veth7f33961"} 1 node_network_address_assign_type{device="veth7fcd6d8"} 1 node_network_address_assign_type{device="veth81e8cb1"} 1 node_network_address_assign_type{device="veth81e92ae"} 1 node_network_address_assign_type{device="veth81fc85c"} 1 node_network_address_assign_type{device="veth82018a0"} 1 node_network_address_assign_type{device="veth828128f"} 1 node_network_address_assign_type{device="veth82e5071"} 1 node_network_address_assign_type{device="veth82f1706"} 1 node_network_address_assign_type{device="veth8358fe5"} 1 node_network_address_assign_type{device="veth837d5f7"} 1 node_network_address_assign_type{device="veth839108d"} 1 node_network_address_assign_type{device="veth83ab132"} 1 node_network_address_assign_type{device="veth83ad98f"} 1 node_network_address_assign_type{device="veth841b54a"} 1 node_network_address_assign_type{device="veth857de99"} 1 node_network_address_assign_type{device="veth85b5354"} 1 node_network_address_assign_type{device="veth86eda43"} 1 node_network_address_assign_type{device="veth86fe81c"} 1 node_network_address_assign_type{device="veth87665ad"} 1 node_network_address_assign_type{device="veth87bf4ae"} 1 node_network_address_assign_type{device="veth881af3b"} 1 node_network_address_assign_type{device="veth8851d0b"} 1 node_network_address_assign_type{device="veth88fa0f6"} 1 node_network_address_assign_type{device="veth8911425"} 1 node_network_address_assign_type{device="veth892e54a"} 1 node_network_address_assign_type{device="veth89576e3"} 1 node_network_address_assign_type{device="veth89bab0e"} 1 node_network_address_assign_type{device="veth8a51411"} 1 node_network_address_assign_type{device="veth8b2635b"} 1 node_network_address_assign_type{device="veth8b27052"} 1 node_network_address_assign_type{device="veth8b2cf5f"} 1 node_network_address_assign_type{device="veth8b9fea2"} 1 node_network_address_assign_type{device="veth8c04fed"} 1 node_network_address_assign_type{device="veth8c0c0d5"} 1 node_network_address_assign_type{device="veth8c16e8a"} 1 node_network_address_assign_type{device="veth8c2ee1a"} 1 node_network_address_assign_type{device="veth8c6cbbf"} 1 node_network_address_assign_type{device="veth8ccc939"} 1 node_network_address_assign_type{device="veth8d04352"} 1 node_network_address_assign_type{device="veth8d0d5bd"} 1 node_network_address_assign_type{device="veth8d1ab7d"} 1 node_network_address_assign_type{device="veth8dc7e7c"} 1 node_network_address_assign_type{device="veth8e411c0"} 1 node_network_address_assign_type{device="veth8f3fa53"} 1 node_network_address_assign_type{device="veth8f4aa08"} 1 node_network_address_assign_type{device="veth8f5fbf7"} 1 node_network_address_assign_type{device="veth8f698a3"} 1 node_network_address_assign_type{device="veth8fb0b53"} 1 node_network_address_assign_type{device="veth8fccdc6"} 1 node_network_address_assign_type{device="veth90c7579"} 1 node_network_address_assign_type{device="veth90ed6a6"} 1 node_network_address_assign_type{device="veth910e8cf"} 1 node_network_address_assign_type{device="veth930c9be"} 1 node_network_address_assign_type{device="veth93112cc"} 1 node_network_address_assign_type{device="veth93a0f8b"} 1 node_network_address_assign_type{device="veth93c6e78"} 1 node_network_address_assign_type{device="veth93cd3ec"} 1 node_network_address_assign_type{device="veth949b686"} 1 node_network_address_assign_type{device="veth94cbabc"} 1 node_network_address_assign_type{device="veth94d91e2"} 1 node_network_address_assign_type{device="veth95de52a"} 1 node_network_address_assign_type{device="veth95e97e6"} 1 node_network_address_assign_type{device="veth963a25f"} 1 node_network_address_assign_type{device="veth9689522"} 1 node_network_address_assign_type{device="veth96a099f"} 1 node_network_address_assign_type{device="veth96a9aed"} 1 node_network_address_assign_type{device="veth9737dfd"} 1 node_network_address_assign_type{device="veth9834720"} 1 node_network_address_assign_type{device="veth98a4f1c"} 1 node_network_address_assign_type{device="veth9900f5c"} 1 node_network_address_assign_type{device="veth9930130"} 1 node_network_address_assign_type{device="veth99bd252"} 1 node_network_address_assign_type{device="veth9a15643"} 1 node_network_address_assign_type{device="veth9a73b47"} 1 node_network_address_assign_type{device="veth9ab5fa5"} 1 node_network_address_assign_type{device="veth9ade6ce"} 1 node_network_address_assign_type{device="veth9ae29fb"} 1 node_network_address_assign_type{device="veth9b006eb"} 1 node_network_address_assign_type{device="veth9b53946"} 1 node_network_address_assign_type{device="veth9b574a3"} 1 node_network_address_assign_type{device="veth9bb0d1d"} 1 node_network_address_assign_type{device="veth9c5f63a"} 1 node_network_address_assign_type{device="veth9cfeb47"} 1 node_network_address_assign_type{device="veth9d3116c"} 1 node_network_address_assign_type{device="veth9d5866a"} 1 node_network_address_assign_type{device="veth9d7f756"} 1 node_network_address_assign_type{device="veth9d95a42"} 1 node_network_address_assign_type{device="veth9dee925"} 1 node_network_address_assign_type{device="veth9e76a8b"} 1 node_network_address_assign_type{device="veth9e9e316"} 1 node_network_address_assign_type{device="veth9f0c2e2"} 1 node_network_address_assign_type{device="veth9f74d58"} 1 node_network_address_assign_type{device="vetha018cbf"} 1 node_network_address_assign_type{device="vetha1ab304"} 1 node_network_address_assign_type{device="vetha1eb306"} 1 node_network_address_assign_type{device="vetha290736"} 1 node_network_address_assign_type{device="vetha2aad37"} 1 node_network_address_assign_type{device="vetha31d6fd"} 1 node_network_address_assign_type{device="vetha334122"} 1 node_network_address_assign_type{device="vetha3852e4"} 1 node_network_address_assign_type{device="vetha4b0907"} 1 node_network_address_assign_type{device="vetha537eb6"} 1 node_network_address_assign_type{device="vetha675b8d"} 1 node_network_address_assign_type{device="vetha678351"} 1 node_network_address_assign_type{device="vetha6bbcc2"} 1 node_network_address_assign_type{device="vetha74cd81"} 1 node_network_address_assign_type{device="vetha780b5e"} 1 node_network_address_assign_type{device="vetha797fe3"} 1 node_network_address_assign_type{device="vetha79a05b"} 1 node_network_address_assign_type{device="vetha7a2d29"} 1 node_network_address_assign_type{device="vetha7ada6f"} 1 node_network_address_assign_type{device="vetha8f009e"} 1 node_network_address_assign_type{device="vetha96ae67"} 1 node_network_address_assign_type{device="vetha997490"} 1 node_network_address_assign_type{device="vetha9b6925"} 1 node_network_address_assign_type{device="vethaa11814"} 1 node_network_address_assign_type{device="vethaa894f6"} 1 node_network_address_assign_type{device="vethab86d4a"} 1 node_network_address_assign_type{device="vethab9afc5"} 1 node_network_address_assign_type{device="vethac080df"} 1 node_network_address_assign_type{device="vethac3a592"} 1 node_network_address_assign_type{device="vethad12781"} 1 node_network_address_assign_type{device="vethad38be0"} 1 node_network_address_assign_type{device="vethad89bb1"} 1 node_network_address_assign_type{device="vethada749e"} 1 node_network_address_assign_type{device="vethadef082"} 1 node_network_address_assign_type{device="vethae5faf9"} 1 node_network_address_assign_type{device="vethaedfacc"} 1 node_network_address_assign_type{device="vethaef0424"} 1 node_network_address_assign_type{device="vethb05b013"} 1 node_network_address_assign_type{device="vethb077d67"} 1 node_network_address_assign_type{device="vethb0a68a0"} 1 node_network_address_assign_type{device="vethb0c284f"} 1 node_network_address_assign_type{device="vethb0df999"} 1 node_network_address_assign_type{device="vethb25b3d8"} 1 node_network_address_assign_type{device="vethb2fbd99"} 1 node_network_address_assign_type{device="vethb3a8415"} 1 node_network_address_assign_type{device="vethb3c68e2"} 1 node_network_address_assign_type{device="vethb3cd903"} 1 node_network_address_assign_type{device="vethb4870f2"} 1 node_network_address_assign_type{device="vethb4da8f7"} 1 node_network_address_assign_type{device="vethb51625b"} 1 node_network_address_assign_type{device="vethb5e3f17"} 1 node_network_address_assign_type{device="vethb60fcbc"} 1 node_network_address_assign_type{device="vethb664d75"} 1 node_network_address_assign_type{device="vethb68caf3"} 1 node_network_address_assign_type{device="vethb77cc8b"} 1 node_network_address_assign_type{device="vethb77f08e"} 1 node_network_address_assign_type{device="vethb80914a"} 1 node_network_address_assign_type{device="vethb8b412e"} 1 node_network_address_assign_type{device="vethb8c2d4e"} 1 node_network_address_assign_type{device="vethb92be35"} 1 node_network_address_assign_type{device="vethb93f442"} 1 node_network_address_assign_type{device="vethb95ceeb"} 1 node_network_address_assign_type{device="vethb995c11"} 1 node_network_address_assign_type{device="vethb9c62b1"} 1 node_network_address_assign_type{device="vethbab5259"} 1 node_network_address_assign_type{device="vethbb3c294"} 1 node_network_address_assign_type{device="vethbbb97f9"} 1 node_network_address_assign_type{device="vethbc1c416"} 1 node_network_address_assign_type{device="vethbc5ca70"} 1 node_network_address_assign_type{device="vethbd1f0db"} 1 node_network_address_assign_type{device="vethbd573f6"} 1 node_network_address_assign_type{device="vethbd7c661"} 1 node_network_address_assign_type{device="vethbe7ea9e"} 1 node_network_address_assign_type{device="vethbec2cbb"} 1 node_network_address_assign_type{device="vethbfcf0a4"} 1 node_network_address_assign_type{device="vethbff0fd3"} 1 node_network_address_assign_type{device="vethc05b060"} 1 node_network_address_assign_type{device="vethc09e03c"} 1 node_network_address_assign_type{device="vethc15d66d"} 1 node_network_address_assign_type{device="vethc196d66"} 1 node_network_address_assign_type{device="vethc1ac58c"} 1 node_network_address_assign_type{device="vethc1c5fcd"} 1 node_network_address_assign_type{device="vethc1ef3da"} 1 node_network_address_assign_type{device="vethc2efd7c"} 1 node_network_address_assign_type{device="vethc314d9e"} 1 node_network_address_assign_type{device="vethc3bdd94"} 1 node_network_address_assign_type{device="vethc3ec1dd"} 1 node_network_address_assign_type{device="vethc4061a9"} 1 node_network_address_assign_type{device="vethc452900"} 1 node_network_address_assign_type{device="vethc45c99c"} 1 node_network_address_assign_type{device="vethc482fb8"} 1 node_network_address_assign_type{device="vethc503d39"} 1 node_network_address_assign_type{device="vethc53c8a6"} 1 node_network_address_assign_type{device="vethc5b4fd7"} 1 node_network_address_assign_type{device="vethc605740"} 1 node_network_address_assign_type{device="vethc6116a4"} 1 node_network_address_assign_type{device="vethc66fb8a"} 1 node_network_address_assign_type{device="vethc6ae4c6"} 1 node_network_address_assign_type{device="vethc6fb5c3"} 1 node_network_address_assign_type{device="vethc774b55"} 1 node_network_address_assign_type{device="vethc7cfbf3"} 1 node_network_address_assign_type{device="vethc7e7ad1"} 1 node_network_address_assign_type{device="vethc8593ec"} 1 node_network_address_assign_type{device="vethc8db878"} 1 node_network_address_assign_type{device="vethc9a9adb"} 1 node_network_address_assign_type{device="vethcc09d95"} 1 node_network_address_assign_type{device="vethcc14215"} 1 node_network_address_assign_type{device="vethcc8ea41"} 1 node_network_address_assign_type{device="vethcccbbc2"} 1 node_network_address_assign_type{device="vethcd037d2"} 1 node_network_address_assign_type{device="vethcd46f50"} 1 node_network_address_assign_type{device="vethcd4f5e4"} 1 node_network_address_assign_type{device="vethcd69036"} 1 node_network_address_assign_type{device="vethcdb9063"} 1 node_network_address_assign_type{device="vethce03e73"} 1 node_network_address_assign_type{device="vethce4911b"} 1 node_network_address_assign_type{device="vethcee6c6b"} 1 node_network_address_assign_type{device="vethcf40450"} 1 node_network_address_assign_type{device="vethd010653"} 1 node_network_address_assign_type{device="vethd015bfd"} 1 node_network_address_assign_type{device="vethd01bced"} 1 node_network_address_assign_type{device="vethd08787c"} 1 node_network_address_assign_type{device="vethd0d2e30"} 1 node_network_address_assign_type{device="vethd12d945"} 1 node_network_address_assign_type{device="vethd16a72f"} 1 node_network_address_assign_type{device="vethd1719c5"} 1 node_network_address_assign_type{device="vethd1871e7"} 1 node_network_address_assign_type{device="vethd25aa3b"} 1 node_network_address_assign_type{device="vethd36eb18"} 1 node_network_address_assign_type{device="vethd3a300e"} 1 node_network_address_assign_type{device="vethd3ed1c7"} 1 node_network_address_assign_type{device="vethd4b817a"} 1 node_network_address_assign_type{device="vethd4d7b42"} 1 node_network_address_assign_type{device="vethd4e7c2c"} 1 node_network_address_assign_type{device="vethd623391"} 1 node_network_address_assign_type{device="vethd698bb5"} 1 node_network_address_assign_type{device="vethd6a884e"} 1 node_network_address_assign_type{device="vethd77ed8c"} 1 node_network_address_assign_type{device="vethd788961"} 1 node_network_address_assign_type{device="vethd7dd546"} 1 node_network_address_assign_type{device="vethd80ed49"} 1 node_network_address_assign_type{device="vethd81b53c"} 1 node_network_address_assign_type{device="vethd8ae67f"} 1 node_network_address_assign_type{device="vethd9ad995"} 1 node_network_address_assign_type{device="vethda00b2c"} 1 node_network_address_assign_type{device="vethda17b81"} 1 node_network_address_assign_type{device="vethda42a3d"} 1 node_network_address_assign_type{device="vethda8113b"} 1 node_network_address_assign_type{device="vethda97a73"} 1 node_network_address_assign_type{device="vethdcd40f5"} 1 node_network_address_assign_type{device="vethdcd5e9f"} 1 node_network_address_assign_type{device="vethdd7f080"} 1 node_network_address_assign_type{device="vethdd9457a"} 1 node_network_address_assign_type{device="vethddaa2f6"} 1 node_network_address_assign_type{device="vethddd757b"} 1 node_network_address_assign_type{device="vethde484ca"} 1 node_network_address_assign_type{device="vethde84e28"} 1 node_network_address_assign_type{device="vethdee08a0"} 1 node_network_address_assign_type{device="vethdf3c363"} 1 node_network_address_assign_type{device="vethe044dd7"} 1 node_network_address_assign_type{device="vethe0eb635"} 1 node_network_address_assign_type{device="vethe121842"} 1 node_network_address_assign_type{device="vethe17b4b2"} 1 node_network_address_assign_type{device="vethe240296"} 1 node_network_address_assign_type{device="vethe2a6aa2"} 1 node_network_address_assign_type{device="vethe2c776a"} 1 node_network_address_assign_type{device="vethe2ee303"} 1 node_network_address_assign_type{device="vethe3053d7"} 1 node_network_address_assign_type{device="vethe31ca35"} 1 node_network_address_assign_type{device="vethe37671b"} 1 node_network_address_assign_type{device="vethe3a02f4"} 1 node_network_address_assign_type{device="vethe3b4d90"} 1 node_network_address_assign_type{device="vethe4e7a4c"} 1 node_network_address_assign_type{device="vethe52d560"} 1 node_network_address_assign_type{device="vethe69c35e"} 1 node_network_address_assign_type{device="vethe6fd8c5"} 1 node_network_address_assign_type{device="vethe70eee7"} 1 node_network_address_assign_type{device="vethe741a23"} 1 node_network_address_assign_type{device="vethe747942"} 1 node_network_address_assign_type{device="vethe7681a6"} 1 node_network_address_assign_type{device="vethe7756c8"} 1 node_network_address_assign_type{device="vethe85d3d3"} 1 node_network_address_assign_type{device="vethe8c8080"} 1 node_network_address_assign_type{device="vethe90aeb2"} 1 node_network_address_assign_type{device="vethea085b3"} 1 node_network_address_assign_type{device="vetheaf1fb5"} 1 node_network_address_assign_type{device="vetheb12841"} 1 node_network_address_assign_type{device="vetheb390b0"} 1 node_network_address_assign_type{device="vethebf40ec"} 1 node_network_address_assign_type{device="vethebf8ec5"} 1 node_network_address_assign_type{device="vethec38299"} 1 node_network_address_assign_type{device="vethec3b924"} 1 node_network_address_assign_type{device="vethecb745a"} 1 node_network_address_assign_type{device="vethed62efc"} 1 node_network_address_assign_type{device="vethed6b660"} 1 node_network_address_assign_type{device="vethed862f6"} 1 node_network_address_assign_type{device="vethee6cff7"} 1 node_network_address_assign_type{device="vethee8eb9c"} 1 node_network_address_assign_type{device="vetheec35b5"} 1 node_network_address_assign_type{device="vetheec68f2"} 1 node_network_address_assign_type{device="vethef14514"} 1 node_network_address_assign_type{device="vethef7358f"} 1 node_network_address_assign_type{device="vethefc1f2e"} 1 node_network_address_assign_type{device="vethf0b13ba"} 1 node_network_address_assign_type{device="vethf0d9869"} 1 node_network_address_assign_type{device="vethf12362d"} 1 node_network_address_assign_type{device="vethf1fdf1f"} 1 node_network_address_assign_type{device="vethf239d3f"} 1 node_network_address_assign_type{device="vethf2b0340"} 1 node_network_address_assign_type{device="vethf3380cf"} 1 node_network_address_assign_type{device="vethf35de8c"} 1 node_network_address_assign_type{device="vethf3aa0d1"} 1 node_network_address_assign_type{device="vethf3e722c"} 1 node_network_address_assign_type{device="vethf4d422e"} 1 node_network_address_assign_type{device="vethf5878a9"} 1 node_network_address_assign_type{device="vethf60f77c"} 1 node_network_address_assign_type{device="vethf6b618c"} 1 node_network_address_assign_type{device="vethf739350"} 1 node_network_address_assign_type{device="vethf75dfd6"} 1 node_network_address_assign_type{device="vethf7c6492"} 1 node_network_address_assign_type{device="vethf7e7622"} 1 node_network_address_assign_type{device="vethf7f96c4"} 1 node_network_address_assign_type{device="vethf81bb1f"} 1 node_network_address_assign_type{device="vethf831c6e"} 1 node_network_address_assign_type{device="vethf878734"} 1 node_network_address_assign_type{device="vethf8b777e"} 1 node_network_address_assign_type{device="vethf9297c3"} 1 node_network_address_assign_type{device="vethf93ef43"} 1 node_network_address_assign_type{device="vethf9dc188"} 1 node_network_address_assign_type{device="vethfa21f05"} 1 node_network_address_assign_type{device="vethfa7118a"} 1 node_network_address_assign_type{device="vethfa9e5b8"} 1 node_network_address_assign_type{device="vethfad6627"} 1 node_network_address_assign_type{device="vethfb2bfe2"} 1 node_network_address_assign_type{device="vethfb6999a"} 1 node_network_address_assign_type{device="vethfba34d0"} 1 node_network_address_assign_type{device="vethfbee07c"} 1 node_network_address_assign_type{device="vethfc5799c"} 1 node_network_address_assign_type{device="vethfcf4485"} 1 node_network_address_assign_type{device="vethfd434b4"} 1 node_network_address_assign_type{device="vethfd4ae4a"} 1 node_network_address_assign_type{device="vethfdd4d19"} 1 node_network_address_assign_type{device="vethfe2ae54"} 1 node_network_address_assign_type{device="vethfe3f546"} 1 node_network_address_assign_type{device="vethfe695e7"} 1 node_network_address_assign_type{device="vethfe841b8"} 1 node_network_address_assign_type{device="vethfeb3f2a"} 1 node_network_address_assign_type{device="vethfeeef20"} 1 node_network_address_assign_type{device="vethff1f982"} 1 node_network_address_assign_type{device="vethff7d976"} 1 node_network_address_assign_type{device="vethffbce7a"} 1 node_network_address_assign_type{device="vethffe6de7"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0041aebf0bd9"} 1 node_network_carrier{device="br-02669b34ccad"} 1 node_network_carrier{device="br-02823e0b21f8"} 1 node_network_carrier{device="br-035e1584ee12"} 1 node_network_carrier{device="br-03ef3fa9694c"} 1 node_network_carrier{device="br-089331b9c07a"} 1 node_network_carrier{device="br-0d01f742526c"} 1 node_network_carrier{device="br-0d9fdd0cf163"} 0 node_network_carrier{device="br-0f0120b6dc67"} 1 node_network_carrier{device="br-14216610e159"} 1 node_network_carrier{device="br-15dab3c5a2fb"} 0 node_network_carrier{device="br-1612b21b795d"} 0 node_network_carrier{device="br-1824841a31f9"} 1 node_network_carrier{device="br-1c85749e122e"} 1 node_network_carrier{device="br-1da05be17644"} 1 node_network_carrier{device="br-1da1821d18b3"} 1 node_network_carrier{device="br-1de64be72380"} 1 node_network_carrier{device="br-1f9ea77f28ce"} 1 node_network_carrier{device="br-1ff792b398ff"} 1 node_network_carrier{device="br-208ab78feaa3"} 1 node_network_carrier{device="br-217d6415a970"} 1 node_network_carrier{device="br-26801dfb5c9b"} 1 node_network_carrier{device="br-27771a4b5e1c"} 1 node_network_carrier{device="br-2ed3ce7916f4"} 1 node_network_carrier{device="br-301b4c89e775"} 1 node_network_carrier{device="br-3068524ec93f"} 1 node_network_carrier{device="br-317a2bbca622"} 1 node_network_carrier{device="br-349eb65873d4"} 1 node_network_carrier{device="br-34eb4dd7e9c0"} 1 node_network_carrier{device="br-37f17f8c2f41"} 1 node_network_carrier{device="br-3ad09e25ab78"} 1 node_network_carrier{device="br-3d3c5fbec0dd"} 1 node_network_carrier{device="br-3ed5391afb94"} 1 node_network_carrier{device="br-4091e772ca83"} 1 node_network_carrier{device="br-41c4dd613804"} 1 node_network_carrier{device="br-44fbf271d024"} 1 node_network_carrier{device="br-4614b58c6316"} 1 node_network_carrier{device="br-4666f7cfb5ad"} 1 node_network_carrier{device="br-483851ad6d82"} 1 node_network_carrier{device="br-4a66d39e6115"} 1 node_network_carrier{device="br-4f8bcb06bb21"} 1 node_network_carrier{device="br-513a5eb5a5ed"} 1 node_network_carrier{device="br-52ce8deae651"} 1 node_network_carrier{device="br-543616338fa2"} 1 node_network_carrier{device="br-559d36b72748"} 1 node_network_carrier{device="br-5748fcd1e7ca"} 0 node_network_carrier{device="br-58f8dcbfa915"} 1 node_network_carrier{device="br-5cb33e972896"} 1 node_network_carrier{device="br-5cd378a95a50"} 1 node_network_carrier{device="br-5db0c1bc605b"} 1 node_network_carrier{device="br-60f225ebe8cf"} 0 node_network_carrier{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 1 node_network_carrier{device="br-67b6f2b09055"} 1 node_network_carrier{device="br-6801e77b28e6"} 1 node_network_carrier{device="br-731a89c43fe8"} 1 node_network_carrier{device="br-75640dcb1806"} 1 node_network_carrier{device="br-765d504a1648"} 1 node_network_carrier{device="br-7783edd4fb63"} 1 node_network_carrier{device="br-7a05c4b4c71c"} 0 node_network_carrier{device="br-7f1c0840c41b"} 1 node_network_carrier{device="br-7f68c36c365d"} 1 node_network_carrier{device="br-8273700d2b53"} 1 node_network_carrier{device="br-832e21b6735f"} 1 node_network_carrier{device="br-83d5adb104a5"} 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-8cd080cba30d"} 1 node_network_carrier{device="br-8d5f8dfdd165"} 1 node_network_carrier{device="br-8d809ce3c9c6"} 1 node_network_carrier{device="br-91eb434168a3"} 1 node_network_carrier{device="br-94b2fbf06b0d"} 1 node_network_carrier{device="br-94ccc3a0a891"} 1 node_network_carrier{device="br-978ac97c7837"} 1 node_network_carrier{device="br-9dd2a20937e6"} 1 node_network_carrier{device="br-a01a29421e12"} 1 node_network_carrier{device="br-a08ab772e40d"} 1 node_network_carrier{device="br-a1b2b339a0bc"} 1 node_network_carrier{device="br-ab4fc0c8f205"} 1 node_network_carrier{device="br-ab7e8be9c7b8"} 1 node_network_carrier{device="br-ab8f176f7ba4"} 1 node_network_carrier{device="br-b155b277758b"} 1 node_network_carrier{device="br-b9ddcd38e3d5"} 0 node_network_carrier{device="br-bc64dc65c104"} 1 node_network_carrier{device="br-bc673706b5ae"} 1 node_network_carrier{device="br-be8161177ed9"} 1 node_network_carrier{device="br-bfa260e794d9"} 1 node_network_carrier{device="br-c6291428ebee"} 1 node_network_carrier{device="br-c7ec91768290"} 1 node_network_carrier{device="br-c8047895107e"} 1 node_network_carrier{device="br-c86562d687da"} 1 node_network_carrier{device="br-cb14ad5f78d9"} 1 node_network_carrier{device="br-cd22c9cceee9"} 1 node_network_carrier{device="br-cf6b946573c1"} 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-d68147769b09"} 1 node_network_carrier{device="br-d81320e12692"} 1 node_network_carrier{device="br-da621f14fb83"} 1 node_network_carrier{device="br-dc8640f674ee"} 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-e24d302efec6"} 1 node_network_carrier{device="br-e2ebf44ea1f2"} 1 node_network_carrier{device="br-e63b0d1593b5"} 1 node_network_carrier{device="br-ec56c664f289"} 1 node_network_carrier{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 1 node_network_carrier{device="br-fb23b0434540"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0076559"} 1 node_network_carrier{device="veth0106c7a"} 1 node_network_carrier{device="veth01165f0"} 1 node_network_carrier{device="veth01de5af"} 1 node_network_carrier{device="veth0252a2a"} 1 node_network_carrier{device="veth026b5f1"} 1 node_network_carrier{device="veth02d5a2d"} 1 node_network_carrier{device="veth0387d76"} 1 node_network_carrier{device="veth03f1565"} 1 node_network_carrier{device="veth0474396"} 1 node_network_carrier{device="veth04bcbc0"} 1 node_network_carrier{device="veth053af97"} 1 node_network_carrier{device="veth0549182"} 1 node_network_carrier{device="veth054cedc"} 1 node_network_carrier{device="veth05a336b"} 1 node_network_carrier{device="veth05b1403"} 1 node_network_carrier{device="veth05dbfef"} 1 node_network_carrier{device="veth0666583"} 1 node_network_carrier{device="veth073b9c4"} 1 node_network_carrier{device="veth08149de"} 1 node_network_carrier{device="veth0906c73"} 1 node_network_carrier{device="veth0948320"} 1 node_network_carrier{device="veth0aa1c2d"} 1 node_network_carrier{device="veth0acd33e"} 1 node_network_carrier{device="veth0ae79aa"} 1 node_network_carrier{device="veth0af3200"} 1 node_network_carrier{device="veth0b0f675"} 1 node_network_carrier{device="veth0b2f2a0"} 1 node_network_carrier{device="veth0b70bc8"} 1 node_network_carrier{device="veth0d172e4"} 1 node_network_carrier{device="veth0da84c5"} 1 node_network_carrier{device="veth0dda3d7"} 1 node_network_carrier{device="veth0e35f5e"} 1 node_network_carrier{device="veth0eedf53"} 1 node_network_carrier{device="veth0f291f5"} 1 node_network_carrier{device="veth0f4d0ed"} 1 node_network_carrier{device="veth0f85411"} 1 node_network_carrier{device="veth0fce86d"} 1 node_network_carrier{device="veth100fd27"} 1 node_network_carrier{device="veth10227c2"} 1 node_network_carrier{device="veth10693ca"} 1 node_network_carrier{device="veth108735b"} 1 node_network_carrier{device="veth114bf22"} 1 node_network_carrier{device="veth12564dc"} 1 node_network_carrier{device="veth12ef518"} 1 node_network_carrier{device="veth1343dbc"} 1 node_network_carrier{device="veth1394791"} 1 node_network_carrier{device="veth13b4efd"} 1 node_network_carrier{device="veth13de79b"} 1 node_network_carrier{device="veth14dc831"} 1 node_network_carrier{device="veth1513f1b"} 1 node_network_carrier{device="veth1574334"} 1 node_network_carrier{device="veth1596f02"} 1 node_network_carrier{device="veth15c7048"} 1 node_network_carrier{device="veth15fb20f"} 1 node_network_carrier{device="veth160d560"} 1 node_network_carrier{device="veth1632a4e"} 1 node_network_carrier{device="veth1687023"} 1 node_network_carrier{device="veth16b6f88"} 1 node_network_carrier{device="veth16bc448"} 1 node_network_carrier{device="veth1761f88"} 1 node_network_carrier{device="veth17f0f90"} 1 node_network_carrier{device="veth1906b94"} 1 node_network_carrier{device="veth1908d88"} 1 node_network_carrier{device="veth19402da"} 1 node_network_carrier{device="veth194b2c8"} 1 node_network_carrier{device="veth19bdf4c"} 1 node_network_carrier{device="veth19c9513"} 1 node_network_carrier{device="veth1af3324"} 1 node_network_carrier{device="veth1b8e6ca"} 1 node_network_carrier{device="veth1ba4f00"} 1 node_network_carrier{device="veth1ba5627"} 1 node_network_carrier{device="veth1c6c526"} 1 node_network_carrier{device="veth1cb7af3"} 1 node_network_carrier{device="veth1cc7b21"} 1 node_network_carrier{device="veth1d0f4d8"} 1 node_network_carrier{device="veth1d1026d"} 1 node_network_carrier{device="veth1d1c849"} 1 node_network_carrier{device="veth1d28880"} 1 node_network_carrier{device="veth1db323f"} 1 node_network_carrier{device="veth1dfacd2"} 1 node_network_carrier{device="veth1e385fe"} 1 node_network_carrier{device="veth1e5d33a"} 1 node_network_carrier{device="veth1f2d55e"} 1 node_network_carrier{device="veth1fca91e"} 1 node_network_carrier{device="veth203039a"} 1 node_network_carrier{device="veth23495cd"} 1 node_network_carrier{device="veth23db7fb"} 1 node_network_carrier{device="veth24484c9"} 1 node_network_carrier{device="veth24a85f4"} 1 node_network_carrier{device="veth24b4904"} 1 node_network_carrier{device="veth25b04e7"} 1 node_network_carrier{device="veth25c4ced"} 1 node_network_carrier{device="veth2677c54"} 1 node_network_carrier{device="veth26be59d"} 1 node_network_carrier{device="veth2763119"} 1 node_network_carrier{device="veth276dd03"} 1 node_network_carrier{device="veth27ca332"} 1 node_network_carrier{device="veth27e4c1c"} 1 node_network_carrier{device="veth28c678d"} 1 node_network_carrier{device="veth28c8226"} 1 node_network_carrier{device="veth2989c66"} 1 node_network_carrier{device="veth29c349f"} 1 node_network_carrier{device="veth29d825b"} 1 node_network_carrier{device="veth29ee720"} 1 node_network_carrier{device="veth2a756fb"} 1 node_network_carrier{device="veth2b8adb8"} 1 node_network_carrier{device="veth2c4593e"} 1 node_network_carrier{device="veth2d6ab8a"} 1 node_network_carrier{device="veth2dd1c6e"} 1 node_network_carrier{device="veth2e07e70"} 1 node_network_carrier{device="veth2e40990"} 1 node_network_carrier{device="veth2e5abcd"} 1 node_network_carrier{device="veth2e69099"} 1 node_network_carrier{device="veth2f38598"} 1 node_network_carrier{device="veth2ffd510"} 1 node_network_carrier{device="veth30e4f5f"} 1 node_network_carrier{device="veth31b78d8"} 1 node_network_carrier{device="veth31f1351"} 1 node_network_carrier{device="veth338902a"} 1 node_network_carrier{device="veth33b6fcc"} 1 node_network_carrier{device="veth3425c34"} 1 node_network_carrier{device="veth35a0d0a"} 1 node_network_carrier{device="veth35cd0f6"} 1 node_network_carrier{device="veth35d0e81"} 1 node_network_carrier{device="veth361c4b1"} 1 node_network_carrier{device="veth3628cc5"} 1 node_network_carrier{device="veth36528f9"} 1 node_network_carrier{device="veth366ec90"} 1 node_network_carrier{device="veth36d5c28"} 1 node_network_carrier{device="veth36df713"} 1 node_network_carrier{device="veth375db39"} 1 node_network_carrier{device="veth380b2a7"} 1 node_network_carrier{device="veth3830fdd"} 1 node_network_carrier{device="veth386f875"} 1 node_network_carrier{device="veth3887938"} 1 node_network_carrier{device="veth3909a19"} 1 node_network_carrier{device="veth39322e0"} 1 node_network_carrier{device="veth39388ff"} 1 node_network_carrier{device="veth3977d1b"} 1 node_network_carrier{device="veth3a1e789"} 1 node_network_carrier{device="veth3a36ed1"} 1 node_network_carrier{device="veth3a75d41"} 1 node_network_carrier{device="veth3addbbf"} 1 node_network_carrier{device="veth3ae320c"} 1 node_network_carrier{device="veth3bcce56"} 1 node_network_carrier{device="veth3bd884c"} 1 node_network_carrier{device="veth3c3b00b"} 1 node_network_carrier{device="veth3cc3569"} 1 node_network_carrier{device="veth3ceac5b"} 1 node_network_carrier{device="veth3d16828"} 1 node_network_carrier{device="veth3d622be"} 1 node_network_carrier{device="veth3d7014e"} 1 node_network_carrier{device="veth3d871d0"} 1 node_network_carrier{device="veth3d8c990"} 1 node_network_carrier{device="veth3e51ec2"} 1 node_network_carrier{device="veth3fba8fa"} 1 node_network_carrier{device="veth3fcdfb2"} 1 node_network_carrier{device="veth400edd5"} 1 node_network_carrier{device="veth4044f24"} 1 node_network_carrier{device="veth404bd5a"} 1 node_network_carrier{device="veth41723a0"} 1 node_network_carrier{device="veth41dd412"} 1 node_network_carrier{device="veth41ffa22"} 1 node_network_carrier{device="veth42beb99"} 1 node_network_carrier{device="veth4388bb3"} 1 node_network_carrier{device="veth43f0d07"} 1 node_network_carrier{device="veth4431593"} 1 node_network_carrier{device="veth44554c4"} 1 node_network_carrier{device="veth4499dcf"} 1 node_network_carrier{device="veth44b6795"} 1 node_network_carrier{device="veth454590d"} 1 node_network_carrier{device="veth45753b2"} 1 node_network_carrier{device="veth45d8744"} 1 node_network_carrier{device="veth463e5c0"} 1 node_network_carrier{device="veth467de80"} 1 node_network_carrier{device="veth4683144"} 1 node_network_carrier{device="veth46a6eb5"} 1 node_network_carrier{device="veth46dd615"} 1 node_network_carrier{device="veth479a8c8"} 1 node_network_carrier{device="veth47e9160"} 1 node_network_carrier{device="veth48129d5"} 1 node_network_carrier{device="veth48d6056"} 1 node_network_carrier{device="veth4981a73"} 1 node_network_carrier{device="veth49dacab"} 1 node_network_carrier{device="veth49f8bca"} 1 node_network_carrier{device="veth49fa050"} 1 node_network_carrier{device="veth4a87249"} 1 node_network_carrier{device="veth4ae78af"} 1 node_network_carrier{device="veth4b38fc1"} 1 node_network_carrier{device="veth4ba8b40"} 1 node_network_carrier{device="veth4bac263"} 1 node_network_carrier{device="veth4be1e5a"} 1 node_network_carrier{device="veth4c83414"} 1 node_network_carrier{device="veth4db7462"} 1 node_network_carrier{device="veth4e0a606"} 1 node_network_carrier{device="veth4e6aa51"} 1 node_network_carrier{device="veth4e7280a"} 1 node_network_carrier{device="veth4f150d0"} 1 node_network_carrier{device="veth50f3d21"} 1 node_network_carrier{device="veth511957b"} 1 node_network_carrier{device="veth51df910"} 1 node_network_carrier{device="veth5291507"} 1 node_network_carrier{device="veth52b62fe"} 1 node_network_carrier{device="veth52ba1f6"} 1 node_network_carrier{device="veth53803c8"} 1 node_network_carrier{device="veth53ed4ca"} 1 node_network_carrier{device="veth544923a"} 1 node_network_carrier{device="veth549693f"} 1 node_network_carrier{device="veth54d90c8"} 1 node_network_carrier{device="veth54e9d4a"} 0 node_network_carrier{device="veth550dee9"} 1 node_network_carrier{device="veth553ede3"} 1 node_network_carrier{device="veth554fa26"} 1 node_network_carrier{device="veth55a9843"} 1 node_network_carrier{device="veth55b0ec4"} 1 node_network_carrier{device="veth55c73bd"} 1 node_network_carrier{device="veth55cf210"} 1 node_network_carrier{device="veth56b065b"} 1 node_network_carrier{device="veth56ff8d7"} 1 node_network_carrier{device="veth57100d3"} 1 node_network_carrier{device="veth5744d5f"} 1 node_network_carrier{device="veth57a7b7e"} 1 node_network_carrier{device="veth587208b"} 1 node_network_carrier{device="veth59a28f9"} 1 node_network_carrier{device="veth59ec687"} 1 node_network_carrier{device="veth5a2f03c"} 1 node_network_carrier{device="veth5b14b1f"} 1 node_network_carrier{device="veth5be4441"} 1 node_network_carrier{device="veth5cf6db6"} 1 node_network_carrier{device="veth5d5edf1"} 1 node_network_carrier{device="veth5d79629"} 1 node_network_carrier{device="veth5d82bda"} 1 node_network_carrier{device="veth5d9fb18"} 1 node_network_carrier{device="veth5daf2e1"} 1 node_network_carrier{device="veth5e313cb"} 1 node_network_carrier{device="veth5ea5d19"} 1 node_network_carrier{device="veth5ede6bc"} 1 node_network_carrier{device="veth5f2f157"} 1 node_network_carrier{device="veth5f510cc"} 1 node_network_carrier{device="veth5fde4d5"} 1 node_network_carrier{device="veth608f13b"} 1 node_network_carrier{device="veth61c1692"} 1 node_network_carrier{device="veth61e4c6a"} 1 node_network_carrier{device="veth61ff867"} 1 node_network_carrier{device="veth6202b87"} 1 node_network_carrier{device="veth6314682"} 1 node_network_carrier{device="veth636b36b"} 1 node_network_carrier{device="veth63897f4"} 1 node_network_carrier{device="veth63f00f3"} 1 node_network_carrier{device="veth650a5d1"} 1 node_network_carrier{device="veth6558fa6"} 1 node_network_carrier{device="veth658b6f1"} 1 node_network_carrier{device="veth660c9c9"} 1 node_network_carrier{device="veth6634745"} 1 node_network_carrier{device="veth673a8ee"} 1 node_network_carrier{device="veth67a4acc"} 1 node_network_carrier{device="veth68228a8"} 1 node_network_carrier{device="veth698f022"} 1 node_network_carrier{device="veth6a67db5"} 1 node_network_carrier{device="veth6abc990"} 1 node_network_carrier{device="veth6b26cd5"} 1 node_network_carrier{device="veth6ba4916"} 1 node_network_carrier{device="veth6bab3d4"} 1 node_network_carrier{device="veth6bbfa32"} 1 node_network_carrier{device="veth6bd5048"} 1 node_network_carrier{device="veth6bee2a2"} 1 node_network_carrier{device="veth6c11632"} 1 node_network_carrier{device="veth6c22ce2"} 1 node_network_carrier{device="veth6cea1f5"} 1 node_network_carrier{device="veth6d4bf60"} 1 node_network_carrier{device="veth6d7d406"} 1 node_network_carrier{device="veth6dcbb17"} 1 node_network_carrier{device="veth6df542c"} 1 node_network_carrier{device="veth6e9c163"} 1 node_network_carrier{device="veth7070e17"} 1 node_network_carrier{device="veth7119448"} 1 node_network_carrier{device="veth7274c0d"} 1 node_network_carrier{device="veth72b5538"} 1 node_network_carrier{device="veth73188c4"} 1 node_network_carrier{device="veth73352ff"} 1 node_network_carrier{device="veth73fe131"} 1 node_network_carrier{device="veth74afd3b"} 1 node_network_carrier{device="veth7510955"} 1 node_network_carrier{device="veth75451a5"} 1 node_network_carrier{device="veth75454ee"} 1 node_network_carrier{device="veth75848c5"} 1 node_network_carrier{device="veth7599b2a"} 1 node_network_carrier{device="veth76be224"} 1 node_network_carrier{device="veth7742e6d"} 1 node_network_carrier{device="veth7888ef4"} 1 node_network_carrier{device="veth7a8020a"} 1 node_network_carrier{device="veth7ab8ce1"} 1 node_network_carrier{device="veth7af61c3"} 1 node_network_carrier{device="veth7b5560c"} 1 node_network_carrier{device="veth7b924a9"} 1 node_network_carrier{device="veth7ba230c"} 1 node_network_carrier{device="veth7c464a1"} 1 node_network_carrier{device="veth7cb9f47"} 1 node_network_carrier{device="veth7ccb046"} 1 node_network_carrier{device="veth7d44274"} 1 node_network_carrier{device="veth7dbd681"} 1 node_network_carrier{device="veth7e5e9af"} 1 node_network_carrier{device="veth7e62c28"} 1 node_network_carrier{device="veth7f33961"} 1 node_network_carrier{device="veth7fcd6d8"} 1 node_network_carrier{device="veth81e8cb1"} 1 node_network_carrier{device="veth81e92ae"} 1 node_network_carrier{device="veth81fc85c"} 1 node_network_carrier{device="veth82018a0"} 1 node_network_carrier{device="veth828128f"} 1 node_network_carrier{device="veth82e5071"} 1 node_network_carrier{device="veth82f1706"} 1 node_network_carrier{device="veth8358fe5"} 1 node_network_carrier{device="veth837d5f7"} 1 node_network_carrier{device="veth839108d"} 1 node_network_carrier{device="veth83ab132"} 1 node_network_carrier{device="veth83ad98f"} 1 node_network_carrier{device="veth841b54a"} 1 node_network_carrier{device="veth857de99"} 1 node_network_carrier{device="veth85b5354"} 1 node_network_carrier{device="veth86eda43"} 1 node_network_carrier{device="veth86fe81c"} 1 node_network_carrier{device="veth87665ad"} 1 node_network_carrier{device="veth87bf4ae"} 1 node_network_carrier{device="veth881af3b"} 1 node_network_carrier{device="veth8851d0b"} 1 node_network_carrier{device="veth88fa0f6"} 1 node_network_carrier{device="veth8911425"} 1 node_network_carrier{device="veth892e54a"} 1 node_network_carrier{device="veth89576e3"} 1 node_network_carrier{device="veth89bab0e"} 1 node_network_carrier{device="veth8a51411"} 1 node_network_carrier{device="veth8b2635b"} 1 node_network_carrier{device="veth8b27052"} 1 node_network_carrier{device="veth8b2cf5f"} 1 node_network_carrier{device="veth8b9fea2"} 1 node_network_carrier{device="veth8c04fed"} 1 node_network_carrier{device="veth8c0c0d5"} 1 node_network_carrier{device="veth8c16e8a"} 1 node_network_carrier{device="veth8c2ee1a"} 1 node_network_carrier{device="veth8c6cbbf"} 1 node_network_carrier{device="veth8ccc939"} 1 node_network_carrier{device="veth8d04352"} 1 node_network_carrier{device="veth8d0d5bd"} 1 node_network_carrier{device="veth8d1ab7d"} 1 node_network_carrier{device="veth8dc7e7c"} 1 node_network_carrier{device="veth8e411c0"} 1 node_network_carrier{device="veth8f3fa53"} 1 node_network_carrier{device="veth8f4aa08"} 1 node_network_carrier{device="veth8f5fbf7"} 1 node_network_carrier{device="veth8f698a3"} 1 node_network_carrier{device="veth8fb0b53"} 1 node_network_carrier{device="veth8fccdc6"} 1 node_network_carrier{device="veth90c7579"} 1 node_network_carrier{device="veth90ed6a6"} 1 node_network_carrier{device="veth910e8cf"} 1 node_network_carrier{device="veth930c9be"} 1 node_network_carrier{device="veth93112cc"} 1 node_network_carrier{device="veth93a0f8b"} 1 node_network_carrier{device="veth93c6e78"} 1 node_network_carrier{device="veth93cd3ec"} 1 node_network_carrier{device="veth949b686"} 1 node_network_carrier{device="veth94cbabc"} 1 node_network_carrier{device="veth94d91e2"} 1 node_network_carrier{device="veth95de52a"} 1 node_network_carrier{device="veth95e97e6"} 1 node_network_carrier{device="veth963a25f"} 1 node_network_carrier{device="veth9689522"} 1 node_network_carrier{device="veth96a099f"} 1 node_network_carrier{device="veth96a9aed"} 1 node_network_carrier{device="veth9737dfd"} 1 node_network_carrier{device="veth9834720"} 1 node_network_carrier{device="veth98a4f1c"} 1 node_network_carrier{device="veth9900f5c"} 1 node_network_carrier{device="veth9930130"} 1 node_network_carrier{device="veth99bd252"} 1 node_network_carrier{device="veth9a15643"} 1 node_network_carrier{device="veth9a73b47"} 1 node_network_carrier{device="veth9ab5fa5"} 1 node_network_carrier{device="veth9ade6ce"} 1 node_network_carrier{device="veth9ae29fb"} 1 node_network_carrier{device="veth9b006eb"} 1 node_network_carrier{device="veth9b53946"} 1 node_network_carrier{device="veth9b574a3"} 1 node_network_carrier{device="veth9bb0d1d"} 1 node_network_carrier{device="veth9c5f63a"} 1 node_network_carrier{device="veth9cfeb47"} 1 node_network_carrier{device="veth9d3116c"} 1 node_network_carrier{device="veth9d5866a"} 1 node_network_carrier{device="veth9d7f756"} 1 node_network_carrier{device="veth9d95a42"} 1 node_network_carrier{device="veth9dee925"} 1 node_network_carrier{device="veth9e76a8b"} 1 node_network_carrier{device="veth9e9e316"} 1 node_network_carrier{device="veth9f0c2e2"} 1 node_network_carrier{device="veth9f74d58"} 1 node_network_carrier{device="vetha018cbf"} 1 node_network_carrier{device="vetha1ab304"} 1 node_network_carrier{device="vetha1eb306"} 1 node_network_carrier{device="vetha290736"} 1 node_network_carrier{device="vetha2aad37"} 1 node_network_carrier{device="vetha31d6fd"} 1 node_network_carrier{device="vetha334122"} 1 node_network_carrier{device="vetha3852e4"} 1 node_network_carrier{device="vetha4b0907"} 1 node_network_carrier{device="vetha537eb6"} 1 node_network_carrier{device="vetha675b8d"} 1 node_network_carrier{device="vetha678351"} 1 node_network_carrier{device="vetha6bbcc2"} 1 node_network_carrier{device="vetha74cd81"} 1 node_network_carrier{device="vetha780b5e"} 1 node_network_carrier{device="vetha797fe3"} 1 node_network_carrier{device="vetha79a05b"} 1 node_network_carrier{device="vetha7a2d29"} 1 node_network_carrier{device="vetha7ada6f"} 1 node_network_carrier{device="vetha8f009e"} 1 node_network_carrier{device="vetha96ae67"} 1 node_network_carrier{device="vetha997490"} 1 node_network_carrier{device="vetha9b6925"} 1 node_network_carrier{device="vethaa11814"} 1 node_network_carrier{device="vethaa894f6"} 1 node_network_carrier{device="vethab86d4a"} 1 node_network_carrier{device="vethab9afc5"} 1 node_network_carrier{device="vethac080df"} 1 node_network_carrier{device="vethac3a592"} 1 node_network_carrier{device="vethad12781"} 1 node_network_carrier{device="vethad38be0"} 1 node_network_carrier{device="vethad89bb1"} 1 node_network_carrier{device="vethada749e"} 1 node_network_carrier{device="vethadef082"} 1 node_network_carrier{device="vethae5faf9"} 1 node_network_carrier{device="vethaedfacc"} 1 node_network_carrier{device="vethaef0424"} 1 node_network_carrier{device="vethb05b013"} 1 node_network_carrier{device="vethb077d67"} 1 node_network_carrier{device="vethb0a68a0"} 1 node_network_carrier{device="vethb0c284f"} 1 node_network_carrier{device="vethb0df999"} 1 node_network_carrier{device="vethb25b3d8"} 1 node_network_carrier{device="vethb2fbd99"} 1 node_network_carrier{device="vethb3a8415"} 1 node_network_carrier{device="vethb3c68e2"} 1 node_network_carrier{device="vethb3cd903"} 1 node_network_carrier{device="vethb4870f2"} 1 node_network_carrier{device="vethb4da8f7"} 1 node_network_carrier{device="vethb51625b"} 1 node_network_carrier{device="vethb5e3f17"} 1 node_network_carrier{device="vethb60fcbc"} 1 node_network_carrier{device="vethb664d75"} 1 node_network_carrier{device="vethb68caf3"} 1 node_network_carrier{device="vethb77cc8b"} 1 node_network_carrier{device="vethb77f08e"} 1 node_network_carrier{device="vethb80914a"} 1 node_network_carrier{device="vethb8b412e"} 1 node_network_carrier{device="vethb8c2d4e"} 1 node_network_carrier{device="vethb92be35"} 1 node_network_carrier{device="vethb93f442"} 1 node_network_carrier{device="vethb95ceeb"} 1 node_network_carrier{device="vethb995c11"} 1 node_network_carrier{device="vethb9c62b1"} 1 node_network_carrier{device="vethbab5259"} 1 node_network_carrier{device="vethbb3c294"} 1 node_network_carrier{device="vethbbb97f9"} 1 node_network_carrier{device="vethbc1c416"} 1 node_network_carrier{device="vethbc5ca70"} 1 node_network_carrier{device="vethbd1f0db"} 1 node_network_carrier{device="vethbd573f6"} 1 node_network_carrier{device="vethbd7c661"} 1 node_network_carrier{device="vethbe7ea9e"} 1 node_network_carrier{device="vethbec2cbb"} 1 node_network_carrier{device="vethbfcf0a4"} 1 node_network_carrier{device="vethbff0fd3"} 1 node_network_carrier{device="vethc05b060"} 1 node_network_carrier{device="vethc09e03c"} 1 node_network_carrier{device="vethc15d66d"} 1 node_network_carrier{device="vethc196d66"} 1 node_network_carrier{device="vethc1ac58c"} 1 node_network_carrier{device="vethc1c5fcd"} 1 node_network_carrier{device="vethc1ef3da"} 1 node_network_carrier{device="vethc2efd7c"} 1 node_network_carrier{device="vethc314d9e"} 1 node_network_carrier{device="vethc3bdd94"} 1 node_network_carrier{device="vethc3ec1dd"} 1 node_network_carrier{device="vethc4061a9"} 1 node_network_carrier{device="vethc452900"} 1 node_network_carrier{device="vethc45c99c"} 1 node_network_carrier{device="vethc482fb8"} 1 node_network_carrier{device="vethc503d39"} 1 node_network_carrier{device="vethc53c8a6"} 1 node_network_carrier{device="vethc5b4fd7"} 1 node_network_carrier{device="vethc605740"} 1 node_network_carrier{device="vethc6116a4"} 1 node_network_carrier{device="vethc66fb8a"} 1 node_network_carrier{device="vethc6ae4c6"} 1 node_network_carrier{device="vethc6fb5c3"} 1 node_network_carrier{device="vethc774b55"} 1 node_network_carrier{device="vethc7cfbf3"} 1 node_network_carrier{device="vethc7e7ad1"} 1 node_network_carrier{device="vethc8593ec"} 1 node_network_carrier{device="vethc8db878"} 1 node_network_carrier{device="vethc9a9adb"} 1 node_network_carrier{device="vethcc09d95"} 1 node_network_carrier{device="vethcc14215"} 1 node_network_carrier{device="vethcc8ea41"} 1 node_network_carrier{device="vethcccbbc2"} 1 node_network_carrier{device="vethcd037d2"} 1 node_network_carrier{device="vethcd46f50"} 1 node_network_carrier{device="vethcd4f5e4"} 1 node_network_carrier{device="vethcd69036"} 0 node_network_carrier{device="vethcdb9063"} 1 node_network_carrier{device="vethce03e73"} 1 node_network_carrier{device="vethce4911b"} 1 node_network_carrier{device="vethcee6c6b"} 1 node_network_carrier{device="vethcf40450"} 1 node_network_carrier{device="vethd010653"} 1 node_network_carrier{device="vethd015bfd"} 1 node_network_carrier{device="vethd01bced"} 1 node_network_carrier{device="vethd08787c"} 1 node_network_carrier{device="vethd0d2e30"} 1 node_network_carrier{device="vethd12d945"} 1 node_network_carrier{device="vethd16a72f"} 1 node_network_carrier{device="vethd1719c5"} 1 node_network_carrier{device="vethd1871e7"} 1 node_network_carrier{device="vethd25aa3b"} 1 node_network_carrier{device="vethd36eb18"} 1 node_network_carrier{device="vethd3a300e"} 1 node_network_carrier{device="vethd3ed1c7"} 1 node_network_carrier{device="vethd4b817a"} 1 node_network_carrier{device="vethd4d7b42"} 1 node_network_carrier{device="vethd4e7c2c"} 1 node_network_carrier{device="vethd623391"} 1 node_network_carrier{device="vethd698bb5"} 1 node_network_carrier{device="vethd6a884e"} 1 node_network_carrier{device="vethd77ed8c"} 1 node_network_carrier{device="vethd788961"} 1 node_network_carrier{device="vethd7dd546"} 1 node_network_carrier{device="vethd80ed49"} 1 node_network_carrier{device="vethd81b53c"} 1 node_network_carrier{device="vethd8ae67f"} 1 node_network_carrier{device="vethd9ad995"} 1 node_network_carrier{device="vethda00b2c"} 1 node_network_carrier{device="vethda17b81"} 1 node_network_carrier{device="vethda42a3d"} 1 node_network_carrier{device="vethda8113b"} 1 node_network_carrier{device="vethda97a73"} 1 node_network_carrier{device="vethdcd40f5"} 1 node_network_carrier{device="vethdcd5e9f"} 1 node_network_carrier{device="vethdd7f080"} 1 node_network_carrier{device="vethdd9457a"} 1 node_network_carrier{device="vethddaa2f6"} 1 node_network_carrier{device="vethddd757b"} 1 node_network_carrier{device="vethde484ca"} 1 node_network_carrier{device="vethde84e28"} 1 node_network_carrier{device="vethdee08a0"} 1 node_network_carrier{device="vethdf3c363"} 1 node_network_carrier{device="vethe044dd7"} 1 node_network_carrier{device="vethe0eb635"} 1 node_network_carrier{device="vethe121842"} 1 node_network_carrier{device="vethe17b4b2"} 1 node_network_carrier{device="vethe240296"} 1 node_network_carrier{device="vethe2a6aa2"} 1 node_network_carrier{device="vethe2c776a"} 1 node_network_carrier{device="vethe2ee303"} 1 node_network_carrier{device="vethe3053d7"} 1 node_network_carrier{device="vethe31ca35"} 0 node_network_carrier{device="vethe37671b"} 1 node_network_carrier{device="vethe3a02f4"} 1 node_network_carrier{device="vethe3b4d90"} 1 node_network_carrier{device="vethe4e7a4c"} 1 node_network_carrier{device="vethe52d560"} 1 node_network_carrier{device="vethe69c35e"} 1 node_network_carrier{device="vethe6fd8c5"} 1 node_network_carrier{device="vethe70eee7"} 1 node_network_carrier{device="vethe741a23"} 1 node_network_carrier{device="vethe747942"} 1 node_network_carrier{device="vethe7681a6"} 1 node_network_carrier{device="vethe7756c8"} 1 node_network_carrier{device="vethe85d3d3"} 1 node_network_carrier{device="vethe8c8080"} 1 node_network_carrier{device="vethe90aeb2"} 1 node_network_carrier{device="vethea085b3"} 1 node_network_carrier{device="vetheaf1fb5"} 1 node_network_carrier{device="vetheb12841"} 1 node_network_carrier{device="vetheb390b0"} 1 node_network_carrier{device="vethebf40ec"} 1 node_network_carrier{device="vethebf8ec5"} 1 node_network_carrier{device="vethec38299"} 1 node_network_carrier{device="vethec3b924"} 1 node_network_carrier{device="vethecb745a"} 1 node_network_carrier{device="vethed62efc"} 1 node_network_carrier{device="vethed6b660"} 1 node_network_carrier{device="vethed862f6"} 1 node_network_carrier{device="vethee6cff7"} 1 node_network_carrier{device="vethee8eb9c"} 1 node_network_carrier{device="vetheec35b5"} 1 node_network_carrier{device="vetheec68f2"} 1 node_network_carrier{device="vethef14514"} 1 node_network_carrier{device="vethef7358f"} 1 node_network_carrier{device="vethefc1f2e"} 1 node_network_carrier{device="vethf0b13ba"} 1 node_network_carrier{device="vethf0d9869"} 1 node_network_carrier{device="vethf12362d"} 1 node_network_carrier{device="vethf1fdf1f"} 1 node_network_carrier{device="vethf239d3f"} 1 node_network_carrier{device="vethf2b0340"} 1 node_network_carrier{device="vethf3380cf"} 1 node_network_carrier{device="vethf35de8c"} 1 node_network_carrier{device="vethf3aa0d1"} 1 node_network_carrier{device="vethf3e722c"} 1 node_network_carrier{device="vethf4d422e"} 1 node_network_carrier{device="vethf5878a9"} 1 node_network_carrier{device="vethf60f77c"} 1 node_network_carrier{device="vethf6b618c"} 1 node_network_carrier{device="vethf739350"} 1 node_network_carrier{device="vethf75dfd6"} 1 node_network_carrier{device="vethf7c6492"} 1 node_network_carrier{device="vethf7e7622"} 1 node_network_carrier{device="vethf7f96c4"} 1 node_network_carrier{device="vethf81bb1f"} 1 node_network_carrier{device="vethf831c6e"} 1 node_network_carrier{device="vethf878734"} 1 node_network_carrier{device="vethf8b777e"} 1 node_network_carrier{device="vethf9297c3"} 1 node_network_carrier{device="vethf93ef43"} 1 node_network_carrier{device="vethf9dc188"} 1 node_network_carrier{device="vethfa21f05"} 1 node_network_carrier{device="vethfa7118a"} 1 node_network_carrier{device="vethfa9e5b8"} 1 node_network_carrier{device="vethfad6627"} 1 node_network_carrier{device="vethfb2bfe2"} 1 node_network_carrier{device="vethfb6999a"} 1 node_network_carrier{device="vethfba34d0"} 1 node_network_carrier{device="vethfbee07c"} 1 node_network_carrier{device="vethfc5799c"} 1 node_network_carrier{device="vethfcf4485"} 1 node_network_carrier{device="vethfd434b4"} 1 node_network_carrier{device="vethfd4ae4a"} 1 node_network_carrier{device="vethfdd4d19"} 1 node_network_carrier{device="vethfe2ae54"} 1 node_network_carrier{device="vethfe3f546"} 1 node_network_carrier{device="vethfe695e7"} 1 node_network_carrier{device="vethfe841b8"} 1 node_network_carrier{device="vethfeb3f2a"} 1 node_network_carrier{device="vethfeeef20"} 1 node_network_carrier{device="vethff1f982"} 1 node_network_carrier{device="vethff7d976"} 1 node_network_carrier{device="vethffbce7a"} 1 node_network_carrier{device="vethffe6de7"} 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-0041aebf0bd9"} 28 node_network_carrier_changes_total{device="br-02669b34ccad"} 16 node_network_carrier_changes_total{device="br-02823e0b21f8"} 24 node_network_carrier_changes_total{device="br-035e1584ee12"} 14 node_network_carrier_changes_total{device="br-03ef3fa9694c"} 18 node_network_carrier_changes_total{device="br-089331b9c07a"} 74 node_network_carrier_changes_total{device="br-0d01f742526c"} 214360 node_network_carrier_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_changes_total{device="br-0f0120b6dc67"} 74 node_network_carrier_changes_total{device="br-14216610e159"} 8 node_network_carrier_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_changes_total{device="br-1612b21b795d"} 5 node_network_carrier_changes_total{device="br-1824841a31f9"} 8 node_network_carrier_changes_total{device="br-1c85749e122e"} 76 node_network_carrier_changes_total{device="br-1da05be17644"} 68 node_network_carrier_changes_total{device="br-1da1821d18b3"} 22 node_network_carrier_changes_total{device="br-1de64be72380"} 76 node_network_carrier_changes_total{device="br-1f9ea77f28ce"} 18 node_network_carrier_changes_total{device="br-1ff792b398ff"} 10 node_network_carrier_changes_total{device="br-208ab78feaa3"} 24 node_network_carrier_changes_total{device="br-217d6415a970"} 75754 node_network_carrier_changes_total{device="br-26801dfb5c9b"} 70 node_network_carrier_changes_total{device="br-27771a4b5e1c"} 24 node_network_carrier_changes_total{device="br-2ed3ce7916f4"} 16 node_network_carrier_changes_total{device="br-301b4c89e775"} 28 node_network_carrier_changes_total{device="br-3068524ec93f"} 10 node_network_carrier_changes_total{device="br-317a2bbca622"} 18 node_network_carrier_changes_total{device="br-349eb65873d4"} 34 node_network_carrier_changes_total{device="br-34eb4dd7e9c0"} 8 node_network_carrier_changes_total{device="br-37f17f8c2f41"} 20 node_network_carrier_changes_total{device="br-3ad09e25ab78"} 86 node_network_carrier_changes_total{device="br-3d3c5fbec0dd"} 100 node_network_carrier_changes_total{device="br-3ed5391afb94"} 12 node_network_carrier_changes_total{device="br-4091e772ca83"} 16 node_network_carrier_changes_total{device="br-41c4dd613804"} 74 node_network_carrier_changes_total{device="br-44fbf271d024"} 20 node_network_carrier_changes_total{device="br-4614b58c6316"} 12 node_network_carrier_changes_total{device="br-4666f7cfb5ad"} 10 node_network_carrier_changes_total{device="br-483851ad6d82"} 108 node_network_carrier_changes_total{device="br-4a66d39e6115"} 104 node_network_carrier_changes_total{device="br-4f8bcb06bb21"} 104 node_network_carrier_changes_total{device="br-513a5eb5a5ed"} 22 node_network_carrier_changes_total{device="br-52ce8deae651"} 14714 node_network_carrier_changes_total{device="br-543616338fa2"} 12 node_network_carrier_changes_total{device="br-559d36b72748"} 30 node_network_carrier_changes_total{device="br-5748fcd1e7ca"} 13 node_network_carrier_changes_total{device="br-58f8dcbfa915"} 18 node_network_carrier_changes_total{device="br-5cb33e972896"} 14 node_network_carrier_changes_total{device="br-5cd378a95a50"} 16 node_network_carrier_changes_total{device="br-5db0c1bc605b"} 104 node_network_carrier_changes_total{device="br-60f225ebe8cf"} 1 node_network_carrier_changes_total{device="br-64b6b9d2e3c4"} 26 node_network_carrier_changes_total{device="br-65c3891cde69"} 8 node_network_carrier_changes_total{device="br-6654a6f415ef"} 22 node_network_carrier_changes_total{device="br-666a1a84be8e"} 5 node_network_carrier_changes_total{device="br-6768f5ac4ee7"} 16 node_network_carrier_changes_total{device="br-67b6f2b09055"} 26 node_network_carrier_changes_total{device="br-6801e77b28e6"} 74 node_network_carrier_changes_total{device="br-731a89c43fe8"} 8 node_network_carrier_changes_total{device="br-75640dcb1806"} 20 node_network_carrier_changes_total{device="br-765d504a1648"} 22 node_network_carrier_changes_total{device="br-7783edd4fb63"} 16 node_network_carrier_changes_total{device="br-7a05c4b4c71c"} 13 node_network_carrier_changes_total{device="br-7f1c0840c41b"} 106 node_network_carrier_changes_total{device="br-7f68c36c365d"} 12 node_network_carrier_changes_total{device="br-8273700d2b53"} 72 node_network_carrier_changes_total{device="br-832e21b6735f"} 70 node_network_carrier_changes_total{device="br-83d5adb104a5"} 110 node_network_carrier_changes_total{device="br-89456f9f0577"} 102 node_network_carrier_changes_total{device="br-8c4c62bbb4ac"} 110 node_network_carrier_changes_total{device="br-8c90f08921d2"} 14 node_network_carrier_changes_total{device="br-8cd080cba30d"} 24 node_network_carrier_changes_total{device="br-8d5f8dfdd165"} 24 node_network_carrier_changes_total{device="br-8d809ce3c9c6"} 22 node_network_carrier_changes_total{device="br-91eb434168a3"} 70 node_network_carrier_changes_total{device="br-94b2fbf06b0d"} 214832 node_network_carrier_changes_total{device="br-94ccc3a0a891"} 16 node_network_carrier_changes_total{device="br-978ac97c7837"} 104 node_network_carrier_changes_total{device="br-9dd2a20937e6"} 26 node_network_carrier_changes_total{device="br-a01a29421e12"} 22 node_network_carrier_changes_total{device="br-a08ab772e40d"} 8 node_network_carrier_changes_total{device="br-a1b2b339a0bc"} 104 node_network_carrier_changes_total{device="br-ab4fc0c8f205"} 210998 node_network_carrier_changes_total{device="br-ab7e8be9c7b8"} 70 node_network_carrier_changes_total{device="br-ab8f176f7ba4"} 12 node_network_carrier_changes_total{device="br-b155b277758b"} 8 node_network_carrier_changes_total{device="br-b9ddcd38e3d5"} 13 node_network_carrier_changes_total{device="br-bc64dc65c104"} 12 node_network_carrier_changes_total{device="br-bc673706b5ae"} 10 node_network_carrier_changes_total{device="br-be8161177ed9"} 102 node_network_carrier_changes_total{device="br-bfa260e794d9"} 16 node_network_carrier_changes_total{device="br-c6291428ebee"} 18 node_network_carrier_changes_total{device="br-c7ec91768290"} 104 node_network_carrier_changes_total{device="br-c8047895107e"} 18 node_network_carrier_changes_total{device="br-c86562d687da"} 18 node_network_carrier_changes_total{device="br-cb14ad5f78d9"} 12 node_network_carrier_changes_total{device="br-cd22c9cceee9"} 12 node_network_carrier_changes_total{device="br-cf6b946573c1"} 106 node_network_carrier_changes_total{device="br-d461c29e6aa7"} 106 node_network_carrier_changes_total{device="br-d4ad227661d1"} 16 node_network_carrier_changes_total{device="br-d5a100d1afd1"} 64 node_network_carrier_changes_total{device="br-d6403551d086"} 106 node_network_carrier_changes_total{device="br-d68147769b09"} 106 node_network_carrier_changes_total{device="br-d81320e12692"} 18 node_network_carrier_changes_total{device="br-da621f14fb83"} 30 node_network_carrier_changes_total{device="br-dc8640f674ee"} 20 node_network_carrier_changes_total{device="br-dc87a7504ded"} 74 node_network_carrier_changes_total{device="br-ddaa8bdc0119"} 108 node_network_carrier_changes_total{device="br-ddc45447112f"} 68 node_network_carrier_changes_total{device="br-e24d302efec6"} 100 node_network_carrier_changes_total{device="br-e2ebf44ea1f2"} 18 node_network_carrier_changes_total{device="br-e63b0d1593b5"} 64 node_network_carrier_changes_total{device="br-ec56c664f289"} 98 node_network_carrier_changes_total{device="br-f0e9da5289c2"} 112 node_network_carrier_changes_total{device="br-f33d4e889abc"} 18 node_network_carrier_changes_total{device="br-f4b381c64696"} 28 node_network_carrier_changes_total{device="br-f5d79f441cea"} 22 node_network_carrier_changes_total{device="br-f645f15c7927"} 106 node_network_carrier_changes_total{device="br-f7269b4b25bf"} 14 node_network_carrier_changes_total{device="br-fb23b0434540"} 20 node_network_carrier_changes_total{device="docker0"} 61 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0076559"} 2 node_network_carrier_changes_total{device="veth0106c7a"} 2 node_network_carrier_changes_total{device="veth01165f0"} 2 node_network_carrier_changes_total{device="veth01de5af"} 2 node_network_carrier_changes_total{device="veth0252a2a"} 2 node_network_carrier_changes_total{device="veth026b5f1"} 2 node_network_carrier_changes_total{device="veth02d5a2d"} 2 node_network_carrier_changes_total{device="veth0387d76"} 2 node_network_carrier_changes_total{device="veth03f1565"} 2 node_network_carrier_changes_total{device="veth0474396"} 2 node_network_carrier_changes_total{device="veth04bcbc0"} 2 node_network_carrier_changes_total{device="veth053af97"} 2 node_network_carrier_changes_total{device="veth0549182"} 2 node_network_carrier_changes_total{device="veth054cedc"} 2 node_network_carrier_changes_total{device="veth05a336b"} 2 node_network_carrier_changes_total{device="veth05b1403"} 2 node_network_carrier_changes_total{device="veth05dbfef"} 2 node_network_carrier_changes_total{device="veth0666583"} 2 node_network_carrier_changes_total{device="veth073b9c4"} 2 node_network_carrier_changes_total{device="veth08149de"} 2 node_network_carrier_changes_total{device="veth0906c73"} 2 node_network_carrier_changes_total{device="veth0948320"} 2 node_network_carrier_changes_total{device="veth0aa1c2d"} 2 node_network_carrier_changes_total{device="veth0acd33e"} 2 node_network_carrier_changes_total{device="veth0ae79aa"} 2 node_network_carrier_changes_total{device="veth0af3200"} 2 node_network_carrier_changes_total{device="veth0b0f675"} 2 node_network_carrier_changes_total{device="veth0b2f2a0"} 2 node_network_carrier_changes_total{device="veth0b70bc8"} 2 node_network_carrier_changes_total{device="veth0d172e4"} 2 node_network_carrier_changes_total{device="veth0da84c5"} 2 node_network_carrier_changes_total{device="veth0dda3d7"} 2 node_network_carrier_changes_total{device="veth0e35f5e"} 2 node_network_carrier_changes_total{device="veth0eedf53"} 2 node_network_carrier_changes_total{device="veth0f291f5"} 2 node_network_carrier_changes_total{device="veth0f4d0ed"} 2 node_network_carrier_changes_total{device="veth0f85411"} 2 node_network_carrier_changes_total{device="veth0fce86d"} 2 node_network_carrier_changes_total{device="veth100fd27"} 2 node_network_carrier_changes_total{device="veth10227c2"} 2 node_network_carrier_changes_total{device="veth10693ca"} 2 node_network_carrier_changes_total{device="veth108735b"} 2 node_network_carrier_changes_total{device="veth114bf22"} 2 node_network_carrier_changes_total{device="veth12564dc"} 2 node_network_carrier_changes_total{device="veth12ef518"} 2 node_network_carrier_changes_total{device="veth1343dbc"} 2 node_network_carrier_changes_total{device="veth1394791"} 2 node_network_carrier_changes_total{device="veth13b4efd"} 2 node_network_carrier_changes_total{device="veth13de79b"} 2 node_network_carrier_changes_total{device="veth14dc831"} 2 node_network_carrier_changes_total{device="veth1513f1b"} 2 node_network_carrier_changes_total{device="veth1574334"} 2 node_network_carrier_changes_total{device="veth1596f02"} 2 node_network_carrier_changes_total{device="veth15c7048"} 2 node_network_carrier_changes_total{device="veth15fb20f"} 2 node_network_carrier_changes_total{device="veth160d560"} 2 node_network_carrier_changes_total{device="veth1632a4e"} 2 node_network_carrier_changes_total{device="veth1687023"} 2 node_network_carrier_changes_total{device="veth16b6f88"} 2 node_network_carrier_changes_total{device="veth16bc448"} 2 node_network_carrier_changes_total{device="veth1761f88"} 2 node_network_carrier_changes_total{device="veth17f0f90"} 2 node_network_carrier_changes_total{device="veth1906b94"} 2 node_network_carrier_changes_total{device="veth1908d88"} 2 node_network_carrier_changes_total{device="veth19402da"} 2 node_network_carrier_changes_total{device="veth194b2c8"} 2 node_network_carrier_changes_total{device="veth19bdf4c"} 2 node_network_carrier_changes_total{device="veth19c9513"} 2 node_network_carrier_changes_total{device="veth1af3324"} 2 node_network_carrier_changes_total{device="veth1b8e6ca"} 2 node_network_carrier_changes_total{device="veth1ba4f00"} 2 node_network_carrier_changes_total{device="veth1ba5627"} 2 node_network_carrier_changes_total{device="veth1c6c526"} 2 node_network_carrier_changes_total{device="veth1cb7af3"} 2 node_network_carrier_changes_total{device="veth1cc7b21"} 2 node_network_carrier_changes_total{device="veth1d0f4d8"} 2 node_network_carrier_changes_total{device="veth1d1026d"} 2 node_network_carrier_changes_total{device="veth1d1c849"} 2 node_network_carrier_changes_total{device="veth1d28880"} 2 node_network_carrier_changes_total{device="veth1db323f"} 2 node_network_carrier_changes_total{device="veth1dfacd2"} 2 node_network_carrier_changes_total{device="veth1e385fe"} 2 node_network_carrier_changes_total{device="veth1e5d33a"} 2 node_network_carrier_changes_total{device="veth1f2d55e"} 2 node_network_carrier_changes_total{device="veth1fca91e"} 2 node_network_carrier_changes_total{device="veth203039a"} 2 node_network_carrier_changes_total{device="veth23495cd"} 2 node_network_carrier_changes_total{device="veth23db7fb"} 2 node_network_carrier_changes_total{device="veth24484c9"} 2 node_network_carrier_changes_total{device="veth24a85f4"} 2 node_network_carrier_changes_total{device="veth24b4904"} 2 node_network_carrier_changes_total{device="veth25b04e7"} 2 node_network_carrier_changes_total{device="veth25c4ced"} 2 node_network_carrier_changes_total{device="veth2677c54"} 2 node_network_carrier_changes_total{device="veth26be59d"} 2 node_network_carrier_changes_total{device="veth2763119"} 2 node_network_carrier_changes_total{device="veth276dd03"} 2 node_network_carrier_changes_total{device="veth27ca332"} 2 node_network_carrier_changes_total{device="veth27e4c1c"} 2 node_network_carrier_changes_total{device="veth28c678d"} 2 node_network_carrier_changes_total{device="veth28c8226"} 2 node_network_carrier_changes_total{device="veth2989c66"} 2 node_network_carrier_changes_total{device="veth29c349f"} 2 node_network_carrier_changes_total{device="veth29d825b"} 2 node_network_carrier_changes_total{device="veth29ee720"} 2 node_network_carrier_changes_total{device="veth2a756fb"} 2 node_network_carrier_changes_total{device="veth2b8adb8"} 2 node_network_carrier_changes_total{device="veth2c4593e"} 2 node_network_carrier_changes_total{device="veth2d6ab8a"} 2 node_network_carrier_changes_total{device="veth2dd1c6e"} 2 node_network_carrier_changes_total{device="veth2e07e70"} 2 node_network_carrier_changes_total{device="veth2e40990"} 2 node_network_carrier_changes_total{device="veth2e5abcd"} 2 node_network_carrier_changes_total{device="veth2e69099"} 2 node_network_carrier_changes_total{device="veth2f38598"} 2 node_network_carrier_changes_total{device="veth2ffd510"} 2 node_network_carrier_changes_total{device="veth30e4f5f"} 2 node_network_carrier_changes_total{device="veth31b78d8"} 2 node_network_carrier_changes_total{device="veth31f1351"} 2 node_network_carrier_changes_total{device="veth338902a"} 2 node_network_carrier_changes_total{device="veth33b6fcc"} 2 node_network_carrier_changes_total{device="veth3425c34"} 2 node_network_carrier_changes_total{device="veth35a0d0a"} 2 node_network_carrier_changes_total{device="veth35cd0f6"} 2 node_network_carrier_changes_total{device="veth35d0e81"} 2 node_network_carrier_changes_total{device="veth361c4b1"} 2 node_network_carrier_changes_total{device="veth3628cc5"} 2 node_network_carrier_changes_total{device="veth36528f9"} 2 node_network_carrier_changes_total{device="veth366ec90"} 2 node_network_carrier_changes_total{device="veth36d5c28"} 2 node_network_carrier_changes_total{device="veth36df713"} 2 node_network_carrier_changes_total{device="veth375db39"} 2 node_network_carrier_changes_total{device="veth378c30a"} 1 node_network_carrier_changes_total{device="veth380b2a7"} 2 node_network_carrier_changes_total{device="veth3830fdd"} 2 node_network_carrier_changes_total{device="veth386f875"} 2 node_network_carrier_changes_total{device="veth3887938"} 2 node_network_carrier_changes_total{device="veth38e5192"} 1 node_network_carrier_changes_total{device="veth3909a19"} 2 node_network_carrier_changes_total{device="veth39322e0"} 2 node_network_carrier_changes_total{device="veth39388ff"} 2 node_network_carrier_changes_total{device="veth3977d1b"} 2 node_network_carrier_changes_total{device="veth3a1e789"} 2 node_network_carrier_changes_total{device="veth3a36ed1"} 2 node_network_carrier_changes_total{device="veth3a75d41"} 2 node_network_carrier_changes_total{device="veth3addbbf"} 2 node_network_carrier_changes_total{device="veth3ae320c"} 2 node_network_carrier_changes_total{device="veth3bcce56"} 2 node_network_carrier_changes_total{device="veth3bd884c"} 2 node_network_carrier_changes_total{device="veth3c3b00b"} 2 node_network_carrier_changes_total{device="veth3cc3569"} 2 node_network_carrier_changes_total{device="veth3ceac5b"} 2 node_network_carrier_changes_total{device="veth3d16828"} 2 node_network_carrier_changes_total{device="veth3d622be"} 2 node_network_carrier_changes_total{device="veth3d7014e"} 2 node_network_carrier_changes_total{device="veth3d871d0"} 2 node_network_carrier_changes_total{device="veth3d8c990"} 2 node_network_carrier_changes_total{device="veth3e51ec2"} 2 node_network_carrier_changes_total{device="veth3fba8fa"} 2 node_network_carrier_changes_total{device="veth3fcdfb2"} 2 node_network_carrier_changes_total{device="veth400edd5"} 2 node_network_carrier_changes_total{device="veth4044f24"} 2 node_network_carrier_changes_total{device="veth404bd5a"} 2 node_network_carrier_changes_total{device="veth41723a0"} 2 node_network_carrier_changes_total{device="veth41dd412"} 2 node_network_carrier_changes_total{device="veth41ffa22"} 2 node_network_carrier_changes_total{device="veth42beb99"} 2 node_network_carrier_changes_total{device="veth4388bb3"} 2 node_network_carrier_changes_total{device="veth43f0d07"} 2 node_network_carrier_changes_total{device="veth4431593"} 2 node_network_carrier_changes_total{device="veth44554c4"} 2 node_network_carrier_changes_total{device="veth4499dcf"} 2 node_network_carrier_changes_total{device="veth44b6795"} 2 node_network_carrier_changes_total{device="veth454590d"} 2 node_network_carrier_changes_total{device="veth45753b2"} 2 node_network_carrier_changes_total{device="veth45d8744"} 2 node_network_carrier_changes_total{device="veth463e5c0"} 2 node_network_carrier_changes_total{device="veth467de80"} 2 node_network_carrier_changes_total{device="veth4683144"} 2 node_network_carrier_changes_total{device="veth46a6eb5"} 2 node_network_carrier_changes_total{device="veth46dd615"} 2 node_network_carrier_changes_total{device="veth479a8c8"} 2 node_network_carrier_changes_total{device="veth47e9160"} 2 node_network_carrier_changes_total{device="veth48129d5"} 2 node_network_carrier_changes_total{device="veth48d6056"} 2 node_network_carrier_changes_total{device="veth4981a73"} 2 node_network_carrier_changes_total{device="veth49dacab"} 2 node_network_carrier_changes_total{device="veth49f8bca"} 2 node_network_carrier_changes_total{device="veth49fa050"} 2 node_network_carrier_changes_total{device="veth4a87249"} 2 node_network_carrier_changes_total{device="veth4ae78af"} 2 node_network_carrier_changes_total{device="veth4b38fc1"} 2 node_network_carrier_changes_total{device="veth4ba8b40"} 2 node_network_carrier_changes_total{device="veth4bac263"} 2 node_network_carrier_changes_total{device="veth4be1e5a"} 2 node_network_carrier_changes_total{device="veth4c83414"} 2 node_network_carrier_changes_total{device="veth4d0f67a"} 1 node_network_carrier_changes_total{device="veth4db7462"} 2 node_network_carrier_changes_total{device="veth4e0a606"} 2 node_network_carrier_changes_total{device="veth4e6aa51"} 2 node_network_carrier_changes_total{device="veth4e7280a"} 2 node_network_carrier_changes_total{device="veth4f150d0"} 2 node_network_carrier_changes_total{device="veth50f3d21"} 2 node_network_carrier_changes_total{device="veth511957b"} 2 node_network_carrier_changes_total{device="veth51df910"} 2 node_network_carrier_changes_total{device="veth5291507"} 2 node_network_carrier_changes_total{device="veth52b62fe"} 2 node_network_carrier_changes_total{device="veth52ba1f6"} 2 node_network_carrier_changes_total{device="veth53803c8"} 2 node_network_carrier_changes_total{device="veth53ed4ca"} 2 node_network_carrier_changes_total{device="veth544923a"} 2 node_network_carrier_changes_total{device="veth549693f"} 2 node_network_carrier_changes_total{device="veth54d90c8"} 2 node_network_carrier_changes_total{device="veth54e9d4a"} 1 node_network_carrier_changes_total{device="veth550dee9"} 2 node_network_carrier_changes_total{device="veth553ede3"} 2 node_network_carrier_changes_total{device="veth554fa26"} 2 node_network_carrier_changes_total{device="veth55a9843"} 2 node_network_carrier_changes_total{device="veth55b0ec4"} 2 node_network_carrier_changes_total{device="veth55c73bd"} 2 node_network_carrier_changes_total{device="veth55cf210"} 2 node_network_carrier_changes_total{device="veth56b065b"} 2 node_network_carrier_changes_total{device="veth56ff8d7"} 2 node_network_carrier_changes_total{device="veth57100d3"} 2 node_network_carrier_changes_total{device="veth5744d5f"} 2 node_network_carrier_changes_total{device="veth57a7b7e"} 2 node_network_carrier_changes_total{device="veth587208b"} 2 node_network_carrier_changes_total{device="veth59a28f9"} 2 node_network_carrier_changes_total{device="veth59ec687"} 2 node_network_carrier_changes_total{device="veth5a2f03c"} 2 node_network_carrier_changes_total{device="veth5b14b1f"} 2 node_network_carrier_changes_total{device="veth5be4441"} 2 node_network_carrier_changes_total{device="veth5cf6db6"} 2 node_network_carrier_changes_total{device="veth5d5edf1"} 2 node_network_carrier_changes_total{device="veth5d79629"} 2 node_network_carrier_changes_total{device="veth5d82bda"} 2 node_network_carrier_changes_total{device="veth5d9fb18"} 2 node_network_carrier_changes_total{device="veth5daf2e1"} 2 node_network_carrier_changes_total{device="veth5e313cb"} 2 node_network_carrier_changes_total{device="veth5ea5d19"} 2 node_network_carrier_changes_total{device="veth5ede6bc"} 2 node_network_carrier_changes_total{device="veth5f2f157"} 2 node_network_carrier_changes_total{device="veth5f510cc"} 2 node_network_carrier_changes_total{device="veth5fde4d5"} 2 node_network_carrier_changes_total{device="veth608f13b"} 2 node_network_carrier_changes_total{device="veth61c1692"} 2 node_network_carrier_changes_total{device="veth61e4c6a"} 2 node_network_carrier_changes_total{device="veth61ff867"} 2 node_network_carrier_changes_total{device="veth6202b87"} 2 node_network_carrier_changes_total{device="veth6314682"} 2 node_network_carrier_changes_total{device="veth636b36b"} 2 node_network_carrier_changes_total{device="veth63897f4"} 2 node_network_carrier_changes_total{device="veth63f00f3"} 2 node_network_carrier_changes_total{device="veth650a5d1"} 2 node_network_carrier_changes_total{device="veth6558fa6"} 2 node_network_carrier_changes_total{device="veth658b6f1"} 2 node_network_carrier_changes_total{device="veth660c9c9"} 2 node_network_carrier_changes_total{device="veth6634745"} 2 node_network_carrier_changes_total{device="veth673a8ee"} 2 node_network_carrier_changes_total{device="veth67a4acc"} 2 node_network_carrier_changes_total{device="veth68228a8"} 2 node_network_carrier_changes_total{device="veth698f022"} 2 node_network_carrier_changes_total{device="veth6a67db5"} 2 node_network_carrier_changes_total{device="veth6abc990"} 2 node_network_carrier_changes_total{device="veth6b26cd5"} 2 node_network_carrier_changes_total{device="veth6ba4916"} 2 node_network_carrier_changes_total{device="veth6bab3d4"} 2 node_network_carrier_changes_total{device="veth6bbfa32"} 2 node_network_carrier_changes_total{device="veth6bd5048"} 2 node_network_carrier_changes_total{device="veth6bee2a2"} 2 node_network_carrier_changes_total{device="veth6c11632"} 2 node_network_carrier_changes_total{device="veth6c22ce2"} 2 node_network_carrier_changes_total{device="veth6cea1f5"} 2 node_network_carrier_changes_total{device="veth6d4bf60"} 2 node_network_carrier_changes_total{device="veth6d7d406"} 2 node_network_carrier_changes_total{device="veth6dcbb17"} 2 node_network_carrier_changes_total{device="veth6df542c"} 2 node_network_carrier_changes_total{device="veth6e9c163"} 2 node_network_carrier_changes_total{device="veth7070e17"} 2 node_network_carrier_changes_total{device="veth7119448"} 2 node_network_carrier_changes_total{device="veth7274c0d"} 2 node_network_carrier_changes_total{device="veth72b5538"} 2 node_network_carrier_changes_total{device="veth73188c4"} 2 node_network_carrier_changes_total{device="veth73352ff"} 2 node_network_carrier_changes_total{device="veth73fe131"} 2 node_network_carrier_changes_total{device="veth74afd3b"} 2 node_network_carrier_changes_total{device="veth7510955"} 2 node_network_carrier_changes_total{device="veth75451a5"} 2 node_network_carrier_changes_total{device="veth75454ee"} 2 node_network_carrier_changes_total{device="veth75848c5"} 2 node_network_carrier_changes_total{device="veth7599b2a"} 2 node_network_carrier_changes_total{device="veth76be224"} 2 node_network_carrier_changes_total{device="veth7742e6d"} 2 node_network_carrier_changes_total{device="veth7888ef4"} 2 node_network_carrier_changes_total{device="veth7a8020a"} 2 node_network_carrier_changes_total{device="veth7ab8ce1"} 2 node_network_carrier_changes_total{device="veth7af61c3"} 2 node_network_carrier_changes_total{device="veth7b5560c"} 2 node_network_carrier_changes_total{device="veth7b924a9"} 2 node_network_carrier_changes_total{device="veth7ba230c"} 2 node_network_carrier_changes_total{device="veth7c464a1"} 2 node_network_carrier_changes_total{device="veth7cb9f47"} 2 node_network_carrier_changes_total{device="veth7ccb046"} 2 node_network_carrier_changes_total{device="veth7d44274"} 2 node_network_carrier_changes_total{device="veth7dbd681"} 2 node_network_carrier_changes_total{device="veth7e5e9af"} 2 node_network_carrier_changes_total{device="veth7e62c28"} 2 node_network_carrier_changes_total{device="veth7f33961"} 2 node_network_carrier_changes_total{device="veth7fcd6d8"} 2 node_network_carrier_changes_total{device="veth81e8cb1"} 2 node_network_carrier_changes_total{device="veth81e92ae"} 2 node_network_carrier_changes_total{device="veth81fc85c"} 2 node_network_carrier_changes_total{device="veth82018a0"} 2 node_network_carrier_changes_total{device="veth828128f"} 2 node_network_carrier_changes_total{device="veth82e5071"} 2 node_network_carrier_changes_total{device="veth82f1706"} 2 node_network_carrier_changes_total{device="veth8358fe5"} 2 node_network_carrier_changes_total{device="veth837d5f7"} 2 node_network_carrier_changes_total{device="veth839108d"} 2 node_network_carrier_changes_total{device="veth83ab132"} 2 node_network_carrier_changes_total{device="veth83ad98f"} 2 node_network_carrier_changes_total{device="veth841b54a"} 2 node_network_carrier_changes_total{device="veth857de99"} 2 node_network_carrier_changes_total{device="veth85b5354"} 2 node_network_carrier_changes_total{device="veth86eda43"} 2 node_network_carrier_changes_total{device="veth86fe81c"} 2 node_network_carrier_changes_total{device="veth87665ad"} 2 node_network_carrier_changes_total{device="veth87bf4ae"} 2 node_network_carrier_changes_total{device="veth881af3b"} 2 node_network_carrier_changes_total{device="veth8851d0b"} 2 node_network_carrier_changes_total{device="veth88fa0f6"} 2 node_network_carrier_changes_total{device="veth8911425"} 2 node_network_carrier_changes_total{device="veth892e54a"} 2 node_network_carrier_changes_total{device="veth89576e3"} 2 node_network_carrier_changes_total{device="veth89bab0e"} 2 node_network_carrier_changes_total{device="veth8a51411"} 2 node_network_carrier_changes_total{device="veth8b2635b"} 2 node_network_carrier_changes_total{device="veth8b27052"} 2 node_network_carrier_changes_total{device="veth8b2cf5f"} 2 node_network_carrier_changes_total{device="veth8b9fea2"} 2 node_network_carrier_changes_total{device="veth8c04fed"} 2 node_network_carrier_changes_total{device="veth8c0c0d5"} 2 node_network_carrier_changes_total{device="veth8c16e8a"} 2 node_network_carrier_changes_total{device="veth8c2ee1a"} 2 node_network_carrier_changes_total{device="veth8c6cbbf"} 2 node_network_carrier_changes_total{device="veth8ccc939"} 2 node_network_carrier_changes_total{device="veth8d04352"} 2 node_network_carrier_changes_total{device="veth8d0d5bd"} 2 node_network_carrier_changes_total{device="veth8d1ab7d"} 2 node_network_carrier_changes_total{device="veth8dc7e7c"} 2 node_network_carrier_changes_total{device="veth8e411c0"} 2 node_network_carrier_changes_total{device="veth8f3fa53"} 2 node_network_carrier_changes_total{device="veth8f4aa08"} 2 node_network_carrier_changes_total{device="veth8f5fbf7"} 2 node_network_carrier_changes_total{device="veth8f698a3"} 2 node_network_carrier_changes_total{device="veth8fb0b53"} 2 node_network_carrier_changes_total{device="veth8fccdc6"} 2 node_network_carrier_changes_total{device="veth90c7579"} 2 node_network_carrier_changes_total{device="veth90ed6a6"} 2 node_network_carrier_changes_total{device="veth910e8cf"} 2 node_network_carrier_changes_total{device="veth930c9be"} 2 node_network_carrier_changes_total{device="veth93112cc"} 2 node_network_carrier_changes_total{device="veth93a0f8b"} 2 node_network_carrier_changes_total{device="veth93c6e78"} 2 node_network_carrier_changes_total{device="veth93cd3ec"} 2 node_network_carrier_changes_total{device="veth949b686"} 2 node_network_carrier_changes_total{device="veth94cbabc"} 2 node_network_carrier_changes_total{device="veth94d91e2"} 2 node_network_carrier_changes_total{device="veth95de52a"} 2 node_network_carrier_changes_total{device="veth95e97e6"} 2 node_network_carrier_changes_total{device="veth963a25f"} 2 node_network_carrier_changes_total{device="veth9689522"} 2 node_network_carrier_changes_total{device="veth96a099f"} 2 node_network_carrier_changes_total{device="veth96a9aed"} 2 node_network_carrier_changes_total{device="veth9737dfd"} 2 node_network_carrier_changes_total{device="veth9834720"} 2 node_network_carrier_changes_total{device="veth98a4f1c"} 2 node_network_carrier_changes_total{device="veth9900f5c"} 2 node_network_carrier_changes_total{device="veth9930130"} 2 node_network_carrier_changes_total{device="veth99bd252"} 2 node_network_carrier_changes_total{device="veth9a15643"} 2 node_network_carrier_changes_total{device="veth9a73b47"} 2 node_network_carrier_changes_total{device="veth9ab5fa5"} 2 node_network_carrier_changes_total{device="veth9ade6ce"} 2 node_network_carrier_changes_total{device="veth9ae29fb"} 2 node_network_carrier_changes_total{device="veth9b006eb"} 2 node_network_carrier_changes_total{device="veth9b53946"} 2 node_network_carrier_changes_total{device="veth9b574a3"} 2 node_network_carrier_changes_total{device="veth9bb0d1d"} 2 node_network_carrier_changes_total{device="veth9c5f63a"} 2 node_network_carrier_changes_total{device="veth9cfeb47"} 2 node_network_carrier_changes_total{device="veth9d3116c"} 2 node_network_carrier_changes_total{device="veth9d5866a"} 2 node_network_carrier_changes_total{device="veth9d7f756"} 2 node_network_carrier_changes_total{device="veth9d95a42"} 2 node_network_carrier_changes_total{device="veth9dee925"} 2 node_network_carrier_changes_total{device="veth9e76a8b"} 2 node_network_carrier_changes_total{device="veth9e9e316"} 2 node_network_carrier_changes_total{device="veth9f0c2e2"} 2 node_network_carrier_changes_total{device="veth9f74d58"} 2 node_network_carrier_changes_total{device="vetha018cbf"} 2 node_network_carrier_changes_total{device="vetha1ab304"} 2 node_network_carrier_changes_total{device="vetha1eb306"} 2 node_network_carrier_changes_total{device="vetha290736"} 2 node_network_carrier_changes_total{device="vetha2aad37"} 2 node_network_carrier_changes_total{device="vetha31d6fd"} 2 node_network_carrier_changes_total{device="vetha334122"} 2 node_network_carrier_changes_total{device="vetha3852e4"} 2 node_network_carrier_changes_total{device="vetha4b0907"} 2 node_network_carrier_changes_total{device="vetha537eb6"} 2 node_network_carrier_changes_total{device="vetha675b8d"} 2 node_network_carrier_changes_total{device="vetha678351"} 2 node_network_carrier_changes_total{device="vetha6bbcc2"} 2 node_network_carrier_changes_total{device="vetha74cd81"} 2 node_network_carrier_changes_total{device="vetha780b5e"} 2 node_network_carrier_changes_total{device="vetha797fe3"} 2 node_network_carrier_changes_total{device="vetha79a05b"} 2 node_network_carrier_changes_total{device="vetha7a2d29"} 2 node_network_carrier_changes_total{device="vetha7ada6f"} 2 node_network_carrier_changes_total{device="vetha8f009e"} 2 node_network_carrier_changes_total{device="vetha96ae67"} 2 node_network_carrier_changes_total{device="vetha997490"} 2 node_network_carrier_changes_total{device="vetha9b6925"} 2 node_network_carrier_changes_total{device="vethaa11814"} 2 node_network_carrier_changes_total{device="vethaa894f6"} 2 node_network_carrier_changes_total{device="vethab86d4a"} 2 node_network_carrier_changes_total{device="vethab9afc5"} 2 node_network_carrier_changes_total{device="vethac080df"} 2 node_network_carrier_changes_total{device="vethac3a592"} 2 node_network_carrier_changes_total{device="vethad12781"} 2 node_network_carrier_changes_total{device="vethad38be0"} 2 node_network_carrier_changes_total{device="vethad89bb1"} 2 node_network_carrier_changes_total{device="vethada749e"} 2 node_network_carrier_changes_total{device="vethadef082"} 2 node_network_carrier_changes_total{device="vethae5faf9"} 2 node_network_carrier_changes_total{device="vethaedfacc"} 2 node_network_carrier_changes_total{device="vethaef0424"} 2 node_network_carrier_changes_total{device="vethb05b013"} 2 node_network_carrier_changes_total{device="vethb077d67"} 2 node_network_carrier_changes_total{device="vethb0a68a0"} 2 node_network_carrier_changes_total{device="vethb0c284f"} 2 node_network_carrier_changes_total{device="vethb0df999"} 2 node_network_carrier_changes_total{device="vethb25b3d8"} 2 node_network_carrier_changes_total{device="vethb2fbd99"} 2 node_network_carrier_changes_total{device="vethb3a8415"} 2 node_network_carrier_changes_total{device="vethb3c68e2"} 2 node_network_carrier_changes_total{device="vethb3cd903"} 2 node_network_carrier_changes_total{device="vethb4870f2"} 2 node_network_carrier_changes_total{device="vethb4da8f7"} 2 node_network_carrier_changes_total{device="vethb51625b"} 2 node_network_carrier_changes_total{device="vethb5e3f17"} 2 node_network_carrier_changes_total{device="vethb60fcbc"} 2 node_network_carrier_changes_total{device="vethb664d75"} 2 node_network_carrier_changes_total{device="vethb68caf3"} 2 node_network_carrier_changes_total{device="vethb77cc8b"} 2 node_network_carrier_changes_total{device="vethb77f08e"} 2 node_network_carrier_changes_total{device="vethb80914a"} 2 node_network_carrier_changes_total{device="vethb8b412e"} 2 node_network_carrier_changes_total{device="vethb8c2d4e"} 2 node_network_carrier_changes_total{device="vethb92be35"} 2 node_network_carrier_changes_total{device="vethb93f442"} 2 node_network_carrier_changes_total{device="vethb95ceeb"} 2 node_network_carrier_changes_total{device="vethb995c11"} 2 node_network_carrier_changes_total{device="vethb9c62b1"} 2 node_network_carrier_changes_total{device="vethbab5259"} 2 node_network_carrier_changes_total{device="vethbb3c294"} 2 node_network_carrier_changes_total{device="vethbbb97f9"} 2 node_network_carrier_changes_total{device="vethbc1c416"} 2 node_network_carrier_changes_total{device="vethbc5ca70"} 2 node_network_carrier_changes_total{device="vethbd1f0db"} 2 node_network_carrier_changes_total{device="vethbd573f6"} 2 node_network_carrier_changes_total{device="vethbd7c661"} 2 node_network_carrier_changes_total{device="vethbe7ea9e"} 2 node_network_carrier_changes_total{device="vethbec2cbb"} 2 node_network_carrier_changes_total{device="vethbfcf0a4"} 2 node_network_carrier_changes_total{device="vethbff0fd3"} 2 node_network_carrier_changes_total{device="vethc05b060"} 2 node_network_carrier_changes_total{device="vethc09e03c"} 2 node_network_carrier_changes_total{device="vethc15d66d"} 2 node_network_carrier_changes_total{device="vethc196d66"} 2 node_network_carrier_changes_total{device="vethc1ac58c"} 2 node_network_carrier_changes_total{device="vethc1c5fcd"} 2 node_network_carrier_changes_total{device="vethc1ef3da"} 2 node_network_carrier_changes_total{device="vethc2efd7c"} 2 node_network_carrier_changes_total{device="vethc314d9e"} 2 node_network_carrier_changes_total{device="vethc3bdd94"} 2 node_network_carrier_changes_total{device="vethc3ec1dd"} 2 node_network_carrier_changes_total{device="vethc4061a9"} 2 node_network_carrier_changes_total{device="vethc452900"} 2 node_network_carrier_changes_total{device="vethc45c99c"} 2 node_network_carrier_changes_total{device="vethc482fb8"} 2 node_network_carrier_changes_total{device="vethc503d39"} 2 node_network_carrier_changes_total{device="vethc53c8a6"} 2 node_network_carrier_changes_total{device="vethc5b4fd7"} 2 node_network_carrier_changes_total{device="vethc605740"} 2 node_network_carrier_changes_total{device="vethc6116a4"} 2 node_network_carrier_changes_total{device="vethc66fb8a"} 2 node_network_carrier_changes_total{device="vethc6ae4c6"} 2 node_network_carrier_changes_total{device="vethc6fb5c3"} 2 node_network_carrier_changes_total{device="vethc774b55"} 2 node_network_carrier_changes_total{device="vethc7cfbf3"} 2 node_network_carrier_changes_total{device="vethc7e7ad1"} 2 node_network_carrier_changes_total{device="vethc8593ec"} 2 node_network_carrier_changes_total{device="vethc8db878"} 2 node_network_carrier_changes_total{device="vethc9a9adb"} 2 node_network_carrier_changes_total{device="vethcc09d95"} 2 node_network_carrier_changes_total{device="vethcc14215"} 2 node_network_carrier_changes_total{device="vethcc8ea41"} 2 node_network_carrier_changes_total{device="vethcccbbc2"} 2 node_network_carrier_changes_total{device="vethcd037d2"} 2 node_network_carrier_changes_total{device="vethcd46f50"} 2 node_network_carrier_changes_total{device="vethcd4f5e4"} 2 node_network_carrier_changes_total{device="vethcd69036"} 1 node_network_carrier_changes_total{device="vethcdb9063"} 2 node_network_carrier_changes_total{device="vethce03e73"} 2 node_network_carrier_changes_total{device="vethce4911b"} 2 node_network_carrier_changes_total{device="vethcee6c6b"} 2 node_network_carrier_changes_total{device="vethcf40450"} 2 node_network_carrier_changes_total{device="vethd010653"} 2 node_network_carrier_changes_total{device="vethd015bfd"} 2 node_network_carrier_changes_total{device="vethd01bced"} 2 node_network_carrier_changes_total{device="vethd08787c"} 2 node_network_carrier_changes_total{device="vethd0d2e30"} 2 node_network_carrier_changes_total{device="vethd12d945"} 2 node_network_carrier_changes_total{device="vethd16a72f"} 2 node_network_carrier_changes_total{device="vethd1719c5"} 2 node_network_carrier_changes_total{device="vethd1871e7"} 2 node_network_carrier_changes_total{device="vethd25aa3b"} 2 node_network_carrier_changes_total{device="vethd36eb18"} 2 node_network_carrier_changes_total{device="vethd3a300e"} 2 node_network_carrier_changes_total{device="vethd3ed1c7"} 2 node_network_carrier_changes_total{device="vethd4b817a"} 2 node_network_carrier_changes_total{device="vethd4d7b42"} 2 node_network_carrier_changes_total{device="vethd4e7c2c"} 2 node_network_carrier_changes_total{device="vethd623391"} 2 node_network_carrier_changes_total{device="vethd698bb5"} 2 node_network_carrier_changes_total{device="vethd6a884e"} 2 node_network_carrier_changes_total{device="vethd77ed8c"} 2 node_network_carrier_changes_total{device="vethd788961"} 2 node_network_carrier_changes_total{device="vethd7dd546"} 2 node_network_carrier_changes_total{device="vethd80ed49"} 2 node_network_carrier_changes_total{device="vethd81b53c"} 2 node_network_carrier_changes_total{device="vethd8ae67f"} 2 node_network_carrier_changes_total{device="vethd9ad995"} 2 node_network_carrier_changes_total{device="vethda00b2c"} 2 node_network_carrier_changes_total{device="vethda17b81"} 2 node_network_carrier_changes_total{device="vethda42a3d"} 2 node_network_carrier_changes_total{device="vethda8113b"} 2 node_network_carrier_changes_total{device="vethda97a73"} 2 node_network_carrier_changes_total{device="vethdcd40f5"} 2 node_network_carrier_changes_total{device="vethdcd5e9f"} 2 node_network_carrier_changes_total{device="vethdd7f080"} 2 node_network_carrier_changes_total{device="vethdd9457a"} 2 node_network_carrier_changes_total{device="vethddaa2f6"} 2 node_network_carrier_changes_total{device="vethddd757b"} 2 node_network_carrier_changes_total{device="vethde484ca"} 2 node_network_carrier_changes_total{device="vethde84e28"} 2 node_network_carrier_changes_total{device="vethdee08a0"} 2 node_network_carrier_changes_total{device="vethdf3c363"} 2 node_network_carrier_changes_total{device="vethe044dd7"} 2 node_network_carrier_changes_total{device="vethe0eb635"} 2 node_network_carrier_changes_total{device="vethe121842"} 2 node_network_carrier_changes_total{device="vethe17b4b2"} 2 node_network_carrier_changes_total{device="vethe240296"} 2 node_network_carrier_changes_total{device="vethe2a6aa2"} 2 node_network_carrier_changes_total{device="vethe2c776a"} 2 node_network_carrier_changes_total{device="vethe2ee303"} 2 node_network_carrier_changes_total{device="vethe3053d7"} 2 node_network_carrier_changes_total{device="vethe31ca35"} 1 node_network_carrier_changes_total{device="vethe37671b"} 2 node_network_carrier_changes_total{device="vethe3a02f4"} 2 node_network_carrier_changes_total{device="vethe3b4d90"} 2 node_network_carrier_changes_total{device="vethe4e7a4c"} 2 node_network_carrier_changes_total{device="vethe52d560"} 2 node_network_carrier_changes_total{device="vethe69c35e"} 2 node_network_carrier_changes_total{device="vethe6fd8c5"} 2 node_network_carrier_changes_total{device="vethe70eee7"} 2 node_network_carrier_changes_total{device="vethe741a23"} 2 node_network_carrier_changes_total{device="vethe747942"} 2 node_network_carrier_changes_total{device="vethe7681a6"} 2 node_network_carrier_changes_total{device="vethe7756c8"} 2 node_network_carrier_changes_total{device="vethe85d3d3"} 2 node_network_carrier_changes_total{device="vethe8c8080"} 2 node_network_carrier_changes_total{device="vethe90aeb2"} 2 node_network_carrier_changes_total{device="vethea085b3"} 2 node_network_carrier_changes_total{device="vetheaf1fb5"} 2 node_network_carrier_changes_total{device="vetheb12841"} 2 node_network_carrier_changes_total{device="vetheb390b0"} 2 node_network_carrier_changes_total{device="vethebf40ec"} 2 node_network_carrier_changes_total{device="vethebf8ec5"} 2 node_network_carrier_changes_total{device="vethec38299"} 2 node_network_carrier_changes_total{device="vethec3b924"} 2 node_network_carrier_changes_total{device="vethecb745a"} 2 node_network_carrier_changes_total{device="vethed62efc"} 2 node_network_carrier_changes_total{device="vethed6b660"} 2 node_network_carrier_changes_total{device="vethed862f6"} 2 node_network_carrier_changes_total{device="vethee6cff7"} 2 node_network_carrier_changes_total{device="vethee8eb9c"} 2 node_network_carrier_changes_total{device="vetheec35b5"} 2 node_network_carrier_changes_total{device="vetheec68f2"} 2 node_network_carrier_changes_total{device="vethef14514"} 2 node_network_carrier_changes_total{device="vethef7358f"} 2 node_network_carrier_changes_total{device="vethefc1f2e"} 2 node_network_carrier_changes_total{device="vethf0b13ba"} 2 node_network_carrier_changes_total{device="vethf0d9869"} 2 node_network_carrier_changes_total{device="vethf12362d"} 2 node_network_carrier_changes_total{device="vethf1fdf1f"} 2 node_network_carrier_changes_total{device="vethf239d3f"} 2 node_network_carrier_changes_total{device="vethf2b0340"} 2 node_network_carrier_changes_total{device="vethf3380cf"} 2 node_network_carrier_changes_total{device="vethf35de8c"} 2 node_network_carrier_changes_total{device="vethf3aa0d1"} 2 node_network_carrier_changes_total{device="vethf3e722c"} 2 node_network_carrier_changes_total{device="vethf4d422e"} 2 node_network_carrier_changes_total{device="vethf5878a9"} 2 node_network_carrier_changes_total{device="vethf60f77c"} 2 node_network_carrier_changes_total{device="vethf6b618c"} 2 node_network_carrier_changes_total{device="vethf739350"} 2 node_network_carrier_changes_total{device="vethf75dfd6"} 2 node_network_carrier_changes_total{device="vethf7c6492"} 2 node_network_carrier_changes_total{device="vethf7e7622"} 2 node_network_carrier_changes_total{device="vethf7f96c4"} 2 node_network_carrier_changes_total{device="vethf81bb1f"} 2 node_network_carrier_changes_total{device="vethf831c6e"} 2 node_network_carrier_changes_total{device="vethf878734"} 2 node_network_carrier_changes_total{device="vethf8b777e"} 2 node_network_carrier_changes_total{device="vethf9297c3"} 2 node_network_carrier_changes_total{device="vethf93ef43"} 2 node_network_carrier_changes_total{device="vethf9dc188"} 2 node_network_carrier_changes_total{device="vethfa21f05"} 2 node_network_carrier_changes_total{device="vethfa7118a"} 2 node_network_carrier_changes_total{device="vethfa9e5b8"} 2 node_network_carrier_changes_total{device="vethfad6627"} 2 node_network_carrier_changes_total{device="vethfb2bfe2"} 2 node_network_carrier_changes_total{device="vethfb6999a"} 2 node_network_carrier_changes_total{device="vethfba34d0"} 2 node_network_carrier_changes_total{device="vethfbee07c"} 2 node_network_carrier_changes_total{device="vethfc5799c"} 2 node_network_carrier_changes_total{device="vethfcf4485"} 2 node_network_carrier_changes_total{device="vethfd434b4"} 2 node_network_carrier_changes_total{device="vethfd4ae4a"} 2 node_network_carrier_changes_total{device="vethfdd4d19"} 2 node_network_carrier_changes_total{device="vethfe2ae54"} 2 node_network_carrier_changes_total{device="vethfe3f546"} 2 node_network_carrier_changes_total{device="vethfe695e7"} 2 node_network_carrier_changes_total{device="vethfe841b8"} 2 node_network_carrier_changes_total{device="vethfeb3f2a"} 2 node_network_carrier_changes_total{device="vethfeeef20"} 2 node_network_carrier_changes_total{device="vethff1f982"} 2 node_network_carrier_changes_total{device="vethff7d976"} 2 node_network_carrier_changes_total{device="vethffbce7a"} 2 node_network_carrier_changes_total{device="vethffe6de7"} 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-0041aebf0bd9"} 14 node_network_carrier_down_changes_total{device="br-02669b34ccad"} 8 node_network_carrier_down_changes_total{device="br-02823e0b21f8"} 12 node_network_carrier_down_changes_total{device="br-035e1584ee12"} 7 node_network_carrier_down_changes_total{device="br-03ef3fa9694c"} 9 node_network_carrier_down_changes_total{device="br-089331b9c07a"} 37 node_network_carrier_down_changes_total{device="br-0d01f742526c"} 107180 node_network_carrier_down_changes_total{device="br-0d9fdd0cf163"} 1 node_network_carrier_down_changes_total{device="br-0f0120b6dc67"} 37 node_network_carrier_down_changes_total{device="br-14216610e159"} 4 node_network_carrier_down_changes_total{device="br-15dab3c5a2fb"} 1 node_network_carrier_down_changes_total{device="br-1612b21b795d"} 3 node_network_carrier_down_changes_total{device="br-1824841a31f9"} 4 node_network_carrier_down_changes_total{device="br-1c85749e122e"} 38 node_network_carrier_down_changes_total{device="br-1da05be17644"} 34 node_network_carrier_down_changes_total{device="br-1da1821d18b3"} 11 node_network_carrier_down_changes_total{device="br-1de64be72380"} 38 node_network_carrier_down_changes_total{device="br-1f9ea77f28ce"} 9 node_network_carrier_down_changes_total{device="br-1ff792b398ff"} 5 node_network_carrier_down_changes_total{device="br-208ab78feaa3"} 12 node_network_carrier_down_changes_total{device="br-217d6415a970"} 37877 node_network_carrier_down_changes_total{device="br-26801dfb5c9b"} 35 node_network_carrier_down_changes_total{device="br-27771a4b5e1c"} 12 node_network_carrier_down_changes_total{device="br-2ed3ce7916f4"} 8 node_network_carrier_down_changes_total{device="br-301b4c89e775"} 14 node_network_carrier_down_changes_total{device="br-3068524ec93f"} 5 node_network_carrier_down_changes_total{device="br-317a2bbca622"} 9 node_network_carrier_down_changes_total{device="br-349eb65873d4"} 17 node_network_carrier_down_changes_total{device="br-34eb4dd7e9c0"} 4 node_network_carrier_down_changes_total{device="br-37f17f8c2f41"} 10 node_network_carrier_down_changes_total{device="br-3ad09e25ab78"} 43 node_network_carrier_down_changes_total{device="br-3d3c5fbec0dd"} 50 node_network_carrier_down_changes_total{device="br-3ed5391afb94"} 6 node_network_carrier_down_changes_total{device="br-4091e772ca83"} 8 node_network_carrier_down_changes_total{device="br-41c4dd613804"} 37 node_network_carrier_down_changes_total{device="br-44fbf271d024"} 10 node_network_carrier_down_changes_total{device="br-4614b58c6316"} 6 node_network_carrier_down_changes_total{device="br-4666f7cfb5ad"} 5 node_network_carrier_down_changes_total{device="br-483851ad6d82"} 54 node_network_carrier_down_changes_total{device="br-4a66d39e6115"} 52 node_network_carrier_down_changes_total{device="br-4f8bcb06bb21"} 52 node_network_carrier_down_changes_total{device="br-513a5eb5a5ed"} 11 node_network_carrier_down_changes_total{device="br-52ce8deae651"} 7357 node_network_carrier_down_changes_total{device="br-543616338fa2"} 6 node_network_carrier_down_changes_total{device="br-559d36b72748"} 15 node_network_carrier_down_changes_total{device="br-5748fcd1e7ca"} 7 node_network_carrier_down_changes_total{device="br-58f8dcbfa915"} 9 node_network_carrier_down_changes_total{device="br-5cb33e972896"} 7 node_network_carrier_down_changes_total{device="br-5cd378a95a50"} 8 node_network_carrier_down_changes_total{device="br-5db0c1bc605b"} 52 node_network_carrier_down_changes_total{device="br-60f225ebe8cf"} 1 node_network_carrier_down_changes_total{device="br-64b6b9d2e3c4"} 13 node_network_carrier_down_changes_total{device="br-65c3891cde69"} 4 node_network_carrier_down_changes_total{device="br-6654a6f415ef"} 11 node_network_carrier_down_changes_total{device="br-666a1a84be8e"} 3 node_network_carrier_down_changes_total{device="br-6768f5ac4ee7"} 8 node_network_carrier_down_changes_total{device="br-67b6f2b09055"} 13 node_network_carrier_down_changes_total{device="br-6801e77b28e6"} 37 node_network_carrier_down_changes_total{device="br-731a89c43fe8"} 4 node_network_carrier_down_changes_total{device="br-75640dcb1806"} 10 node_network_carrier_down_changes_total{device="br-765d504a1648"} 11 node_network_carrier_down_changes_total{device="br-7783edd4fb63"} 8 node_network_carrier_down_changes_total{device="br-7a05c4b4c71c"} 7 node_network_carrier_down_changes_total{device="br-7f1c0840c41b"} 53 node_network_carrier_down_changes_total{device="br-7f68c36c365d"} 6 node_network_carrier_down_changes_total{device="br-8273700d2b53"} 36 node_network_carrier_down_changes_total{device="br-832e21b6735f"} 35 node_network_carrier_down_changes_total{device="br-83d5adb104a5"} 55 node_network_carrier_down_changes_total{device="br-89456f9f0577"} 51 node_network_carrier_down_changes_total{device="br-8c4c62bbb4ac"} 55 node_network_carrier_down_changes_total{device="br-8c90f08921d2"} 7 node_network_carrier_down_changes_total{device="br-8cd080cba30d"} 12 node_network_carrier_down_changes_total{device="br-8d5f8dfdd165"} 12 node_network_carrier_down_changes_total{device="br-8d809ce3c9c6"} 11 node_network_carrier_down_changes_total{device="br-91eb434168a3"} 35 node_network_carrier_down_changes_total{device="br-94b2fbf06b0d"} 107416 node_network_carrier_down_changes_total{device="br-94ccc3a0a891"} 8 node_network_carrier_down_changes_total{device="br-978ac97c7837"} 52 node_network_carrier_down_changes_total{device="br-9dd2a20937e6"} 13 node_network_carrier_down_changes_total{device="br-a01a29421e12"} 11 node_network_carrier_down_changes_total{device="br-a08ab772e40d"} 4 node_network_carrier_down_changes_total{device="br-a1b2b339a0bc"} 52 node_network_carrier_down_changes_total{device="br-ab4fc0c8f205"} 105499 node_network_carrier_down_changes_total{device="br-ab7e8be9c7b8"} 35 node_network_carrier_down_changes_total{device="br-ab8f176f7ba4"} 6 node_network_carrier_down_changes_total{device="br-b155b277758b"} 4 node_network_carrier_down_changes_total{device="br-b9ddcd38e3d5"} 7 node_network_carrier_down_changes_total{device="br-bc64dc65c104"} 6 node_network_carrier_down_changes_total{device="br-bc673706b5ae"} 5 node_network_carrier_down_changes_total{device="br-be8161177ed9"} 51 node_network_carrier_down_changes_total{device="br-bfa260e794d9"} 8 node_network_carrier_down_changes_total{device="br-c6291428ebee"} 9 node_network_carrier_down_changes_total{device="br-c7ec91768290"} 52 node_network_carrier_down_changes_total{device="br-c8047895107e"} 9 node_network_carrier_down_changes_total{device="br-c86562d687da"} 9 node_network_carrier_down_changes_total{device="br-cb14ad5f78d9"} 6 node_network_carrier_down_changes_total{device="br-cd22c9cceee9"} 6 node_network_carrier_down_changes_total{device="br-cf6b946573c1"} 53 node_network_carrier_down_changes_total{device="br-d461c29e6aa7"} 53 node_network_carrier_down_changes_total{device="br-d4ad227661d1"} 8 node_network_carrier_down_changes_total{device="br-d5a100d1afd1"} 32 node_network_carrier_down_changes_total{device="br-d6403551d086"} 53 node_network_carrier_down_changes_total{device="br-d68147769b09"} 53 node_network_carrier_down_changes_total{device="br-d81320e12692"} 9 node_network_carrier_down_changes_total{device="br-da621f14fb83"} 15 node_network_carrier_down_changes_total{device="br-dc8640f674ee"} 10 node_network_carrier_down_changes_total{device="br-dc87a7504ded"} 37 node_network_carrier_down_changes_total{device="br-ddaa8bdc0119"} 54 node_network_carrier_down_changes_total{device="br-ddc45447112f"} 34 node_network_carrier_down_changes_total{device="br-e24d302efec6"} 50 node_network_carrier_down_changes_total{device="br-e2ebf44ea1f2"} 9 node_network_carrier_down_changes_total{device="br-e63b0d1593b5"} 32 node_network_carrier_down_changes_total{device="br-ec56c664f289"} 49 node_network_carrier_down_changes_total{device="br-f0e9da5289c2"} 56 node_network_carrier_down_changes_total{device="br-f33d4e889abc"} 9 node_network_carrier_down_changes_total{device="br-f4b381c64696"} 14 node_network_carrier_down_changes_total{device="br-f5d79f441cea"} 11 node_network_carrier_down_changes_total{device="br-f645f15c7927"} 53 node_network_carrier_down_changes_total{device="br-f7269b4b25bf"} 7 node_network_carrier_down_changes_total{device="br-fb23b0434540"} 10 node_network_carrier_down_changes_total{device="docker0"} 31 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="veth0076559"} 1 node_network_carrier_down_changes_total{device="veth0106c7a"} 1 node_network_carrier_down_changes_total{device="veth01165f0"} 1 node_network_carrier_down_changes_total{device="veth01de5af"} 1 node_network_carrier_down_changes_total{device="veth0252a2a"} 1 node_network_carrier_down_changes_total{device="veth026b5f1"} 1 node_network_carrier_down_changes_total{device="veth02d5a2d"} 1 node_network_carrier_down_changes_total{device="veth0387d76"} 1 node_network_carrier_down_changes_total{device="veth03f1565"} 1 node_network_carrier_down_changes_total{device="veth0474396"} 1 node_network_carrier_down_changes_total{device="veth04bcbc0"} 1 node_network_carrier_down_changes_total{device="veth053af97"} 1 node_network_carrier_down_changes_total{device="veth0549182"} 1 node_network_carrier_down_changes_total{device="veth054cedc"} 1 node_network_carrier_down_changes_total{device="veth05a336b"} 1 node_network_carrier_down_changes_total{device="veth05b1403"} 1 node_network_carrier_down_changes_total{device="veth05dbfef"} 1 node_network_carrier_down_changes_total{device="veth0666583"} 1 node_network_carrier_down_changes_total{device="veth073b9c4"} 1 node_network_carrier_down_changes_total{device="veth08149de"} 1 node_network_carrier_down_changes_total{device="veth0906c73"} 1 node_network_carrier_down_changes_total{device="veth0948320"} 1 node_network_carrier_down_changes_total{device="veth0aa1c2d"} 1 node_network_carrier_down_changes_total{device="veth0acd33e"} 1 node_network_carrier_down_changes_total{device="veth0ae79aa"} 1 node_network_carrier_down_changes_total{device="veth0af3200"} 1 node_network_carrier_down_changes_total{device="veth0b0f675"} 1 node_network_carrier_down_changes_total{device="veth0b2f2a0"} 1 node_network_carrier_down_changes_total{device="veth0b70bc8"} 1 node_network_carrier_down_changes_total{device="veth0d172e4"} 1 node_network_carrier_down_changes_total{device="veth0da84c5"} 1 node_network_carrier_down_changes_total{device="veth0dda3d7"} 1 node_network_carrier_down_changes_total{device="veth0e35f5e"} 1 node_network_carrier_down_changes_total{device="veth0eedf53"} 1 node_network_carrier_down_changes_total{device="veth0f291f5"} 1 node_network_carrier_down_changes_total{device="veth0f4d0ed"} 1 node_network_carrier_down_changes_total{device="veth0f85411"} 1 node_network_carrier_down_changes_total{device="veth0fce86d"} 1 node_network_carrier_down_changes_total{device="veth100fd27"} 1 node_network_carrier_down_changes_total{device="veth10227c2"} 1 node_network_carrier_down_changes_total{device="veth10693ca"} 1 node_network_carrier_down_changes_total{device="veth108735b"} 1 node_network_carrier_down_changes_total{device="veth114bf22"} 1 node_network_carrier_down_changes_total{device="veth12564dc"} 1 node_network_carrier_down_changes_total{device="veth12ef518"} 1 node_network_carrier_down_changes_total{device="veth1343dbc"} 1 node_network_carrier_down_changes_total{device="veth1394791"} 1 node_network_carrier_down_changes_total{device="veth13b4efd"} 1 node_network_carrier_down_changes_total{device="veth13de79b"} 1 node_network_carrier_down_changes_total{device="veth14dc831"} 1 node_network_carrier_down_changes_total{device="veth1513f1b"} 1 node_network_carrier_down_changes_total{device="veth1574334"} 1 node_network_carrier_down_changes_total{device="veth1596f02"} 1 node_network_carrier_down_changes_total{device="veth15c7048"} 1 node_network_carrier_down_changes_total{device="veth15fb20f"} 1 node_network_carrier_down_changes_total{device="veth160d560"} 1 node_network_carrier_down_changes_total{device="veth1632a4e"} 1 node_network_carrier_down_changes_total{device="veth1687023"} 1 node_network_carrier_down_changes_total{device="veth16b6f88"} 1 node_network_carrier_down_changes_total{device="veth16bc448"} 1 node_network_carrier_down_changes_total{device="veth1761f88"} 1 node_network_carrier_down_changes_total{device="veth17f0f90"} 1 node_network_carrier_down_changes_total{device="veth1906b94"} 1 node_network_carrier_down_changes_total{device="veth1908d88"} 1 node_network_carrier_down_changes_total{device="veth19402da"} 1 node_network_carrier_down_changes_total{device="veth194b2c8"} 1 node_network_carrier_down_changes_total{device="veth19bdf4c"} 1 node_network_carrier_down_changes_total{device="veth19c9513"} 1 node_network_carrier_down_changes_total{device="veth1af3324"} 1 node_network_carrier_down_changes_total{device="veth1b8e6ca"} 1 node_network_carrier_down_changes_total{device="veth1ba4f00"} 1 node_network_carrier_down_changes_total{device="veth1ba5627"} 1 node_network_carrier_down_changes_total{device="veth1c6c526"} 1 node_network_carrier_down_changes_total{device="veth1cb7af3"} 1 node_network_carrier_down_changes_total{device="veth1cc7b21"} 1 node_network_carrier_down_changes_total{device="veth1d0f4d8"} 1 node_network_carrier_down_changes_total{device="veth1d1026d"} 1 node_network_carrier_down_changes_total{device="veth1d1c849"} 1 node_network_carrier_down_changes_total{device="veth1d28880"} 1 node_network_carrier_down_changes_total{device="veth1db323f"} 1 node_network_carrier_down_changes_total{device="veth1dfacd2"} 1 node_network_carrier_down_changes_total{device="veth1e385fe"} 1 node_network_carrier_down_changes_total{device="veth1e5d33a"} 1 node_network_carrier_down_changes_total{device="veth1f2d55e"} 1 node_network_carrier_down_changes_total{device="veth1fca91e"} 1 node_network_carrier_down_changes_total{device="veth203039a"} 1 node_network_carrier_down_changes_total{device="veth23495cd"} 1 node_network_carrier_down_changes_total{device="veth23db7fb"} 1 node_network_carrier_down_changes_total{device="veth24484c9"} 1 node_network_carrier_down_changes_total{device="veth24a85f4"} 1 node_network_carrier_down_changes_total{device="veth24b4904"} 1 node_network_carrier_down_changes_total{device="veth25b04e7"} 1 node_network_carrier_down_changes_total{device="veth25c4ced"} 1 node_network_carrier_down_changes_total{device="veth2677c54"} 1 node_network_carrier_down_changes_total{device="veth26be59d"} 1 node_network_carrier_down_changes_total{device="veth2763119"} 1 node_network_carrier_down_changes_total{device="veth276dd03"} 1 node_network_carrier_down_changes_total{device="veth27ca332"} 1 node_network_carrier_down_changes_total{device="veth27e4c1c"} 1 node_network_carrier_down_changes_total{device="veth28c678d"} 1 node_network_carrier_down_changes_total{device="veth28c8226"} 1 node_network_carrier_down_changes_total{device="veth2989c66"} 1 node_network_carrier_down_changes_total{device="veth29c349f"} 1 node_network_carrier_down_changes_total{device="veth29d825b"} 1 node_network_carrier_down_changes_total{device="veth29ee720"} 1 node_network_carrier_down_changes_total{device="veth2a756fb"} 1 node_network_carrier_down_changes_total{device="veth2b8adb8"} 1 node_network_carrier_down_changes_total{device="veth2c4593e"} 1 node_network_carrier_down_changes_total{device="veth2d6ab8a"} 1 node_network_carrier_down_changes_total{device="veth2dd1c6e"} 1 node_network_carrier_down_changes_total{device="veth2e07e70"} 1 node_network_carrier_down_changes_total{device="veth2e40990"} 1 node_network_carrier_down_changes_total{device="veth2e5abcd"} 1 node_network_carrier_down_changes_total{device="veth2e69099"} 1 node_network_carrier_down_changes_total{device="veth2f38598"} 1 node_network_carrier_down_changes_total{device="veth2ffd510"} 1 node_network_carrier_down_changes_total{device="veth30e4f5f"} 1 node_network_carrier_down_changes_total{device="veth31b78d8"} 1 node_network_carrier_down_changes_total{device="veth31f1351"} 1 node_network_carrier_down_changes_total{device="veth338902a"} 1 node_network_carrier_down_changes_total{device="veth33b6fcc"} 1 node_network_carrier_down_changes_total{device="veth3425c34"} 1 node_network_carrier_down_changes_total{device="veth35a0d0a"} 1 node_network_carrier_down_changes_total{device="veth35cd0f6"} 1 node_network_carrier_down_changes_total{device="veth35d0e81"} 1 node_network_carrier_down_changes_total{device="veth361c4b1"} 1 node_network_carrier_down_changes_total{device="veth3628cc5"} 1 node_network_carrier_down_changes_total{device="veth36528f9"} 1 node_network_carrier_down_changes_total{device="veth366ec90"} 1 node_network_carrier_down_changes_total{device="veth36d5c28"} 1 node_network_carrier_down_changes_total{device="veth36df713"} 1 node_network_carrier_down_changes_total{device="veth375db39"} 1 node_network_carrier_down_changes_total{device="veth378c30a"} 1 node_network_carrier_down_changes_total{device="veth380b2a7"} 1 node_network_carrier_down_changes_total{device="veth3830fdd"} 1 node_network_carrier_down_changes_total{device="veth386f875"} 1 node_network_carrier_down_changes_total{device="veth3887938"} 1 node_network_carrier_down_changes_total{device="veth38e5192"} 1 node_network_carrier_down_changes_total{device="veth3909a19"} 1 node_network_carrier_down_changes_total{device="veth39322e0"} 1 node_network_carrier_down_changes_total{device="veth39388ff"} 1 node_network_carrier_down_changes_total{device="veth3977d1b"} 1 node_network_carrier_down_changes_total{device="veth3a1e789"} 1 node_network_carrier_down_changes_total{device="veth3a36ed1"} 1 node_network_carrier_down_changes_total{device="veth3a75d41"} 1 node_network_carrier_down_changes_total{device="veth3addbbf"} 1 node_network_carrier_down_changes_total{device="veth3ae320c"} 1 node_network_carrier_down_changes_total{device="veth3bcce56"} 1 node_network_carrier_down_changes_total{device="veth3bd884c"} 1 node_network_carrier_down_changes_total{device="veth3c3b00b"} 1 node_network_carrier_down_changes_total{device="veth3cc3569"} 1 node_network_carrier_down_changes_total{device="veth3ceac5b"} 1 node_network_carrier_down_changes_total{device="veth3d16828"} 1 node_network_carrier_down_changes_total{device="veth3d622be"} 1 node_network_carrier_down_changes_total{device="veth3d7014e"} 1 node_network_carrier_down_changes_total{device="veth3d871d0"} 1 node_network_carrier_down_changes_total{device="veth3d8c990"} 1 node_network_carrier_down_changes_total{device="veth3e51ec2"} 1 node_network_carrier_down_changes_total{device="veth3fba8fa"} 1 node_network_carrier_down_changes_total{device="veth3fcdfb2"} 1 node_network_carrier_down_changes_total{device="veth400edd5"} 1 node_network_carrier_down_changes_total{device="veth4044f24"} 1 node_network_carrier_down_changes_total{device="veth404bd5a"} 1 node_network_carrier_down_changes_total{device="veth41723a0"} 1 node_network_carrier_down_changes_total{device="veth41dd412"} 1 node_network_carrier_down_changes_total{device="veth41ffa22"} 1 node_network_carrier_down_changes_total{device="veth42beb99"} 1 node_network_carrier_down_changes_total{device="veth4388bb3"} 1 node_network_carrier_down_changes_total{device="veth43f0d07"} 1 node_network_carrier_down_changes_total{device="veth4431593"} 1 node_network_carrier_down_changes_total{device="veth44554c4"} 1 node_network_carrier_down_changes_total{device="veth4499dcf"} 1 node_network_carrier_down_changes_total{device="veth44b6795"} 1 node_network_carrier_down_changes_total{device="veth454590d"} 1 node_network_carrier_down_changes_total{device="veth45753b2"} 1 node_network_carrier_down_changes_total{device="veth45d8744"} 1 node_network_carrier_down_changes_total{device="veth463e5c0"} 1 node_network_carrier_down_changes_total{device="veth467de80"} 1 node_network_carrier_down_changes_total{device="veth4683144"} 1 node_network_carrier_down_changes_total{device="veth46a6eb5"} 1 node_network_carrier_down_changes_total{device="veth46dd615"} 1 node_network_carrier_down_changes_total{device="veth479a8c8"} 1 node_network_carrier_down_changes_total{device="veth47e9160"} 1 node_network_carrier_down_changes_total{device="veth48129d5"} 1 node_network_carrier_down_changes_total{device="veth48d6056"} 1 node_network_carrier_down_changes_total{device="veth4981a73"} 1 node_network_carrier_down_changes_total{device="veth49dacab"} 1 node_network_carrier_down_changes_total{device="veth49f8bca"} 1 node_network_carrier_down_changes_total{device="veth49fa050"} 1 node_network_carrier_down_changes_total{device="veth4a87249"} 1 node_network_carrier_down_changes_total{device="veth4ae78af"} 1 node_network_carrier_down_changes_total{device="veth4b38fc1"} 1 node_network_carrier_down_changes_total{device="veth4ba8b40"} 1 node_network_carrier_down_changes_total{device="veth4bac263"} 1 node_network_carrier_down_changes_total{device="veth4be1e5a"} 1 node_network_carrier_down_changes_total{device="veth4c83414"} 1 node_network_carrier_down_changes_total{device="veth4d0f67a"} 1 node_network_carrier_down_changes_total{device="veth4db7462"} 1 node_network_carrier_down_changes_total{device="veth4e0a606"} 1 node_network_carrier_down_changes_total{device="veth4e6aa51"} 1 node_network_carrier_down_changes_total{device="veth4e7280a"} 1 node_network_carrier_down_changes_total{device="veth4f150d0"} 1 node_network_carrier_down_changes_total{device="veth50f3d21"} 1 node_network_carrier_down_changes_total{device="veth511957b"} 1 node_network_carrier_down_changes_total{device="veth51df910"} 1 node_network_carrier_down_changes_total{device="veth5291507"} 1 node_network_carrier_down_changes_total{device="veth52b62fe"} 1 node_network_carrier_down_changes_total{device="veth52ba1f6"} 1 node_network_carrier_down_changes_total{device="veth53803c8"} 1 node_network_carrier_down_changes_total{device="veth53ed4ca"} 1 node_network_carrier_down_changes_total{device="veth544923a"} 1 node_network_carrier_down_changes_total{device="veth549693f"} 1 node_network_carrier_down_changes_total{device="veth54d90c8"} 1 node_network_carrier_down_changes_total{device="veth54e9d4a"} 1 node_network_carrier_down_changes_total{device="veth550dee9"} 1 node_network_carrier_down_changes_total{device="veth553ede3"} 1 node_network_carrier_down_changes_total{device="veth554fa26"} 1 node_network_carrier_down_changes_total{device="veth55a9843"} 1 node_network_carrier_down_changes_total{device="veth55b0ec4"} 1 node_network_carrier_down_changes_total{device="veth55c73bd"} 1 node_network_carrier_down_changes_total{device="veth55cf210"} 1 node_network_carrier_down_changes_total{device="veth56b065b"} 1 node_network_carrier_down_changes_total{device="veth56ff8d7"} 1 node_network_carrier_down_changes_total{device="veth57100d3"} 1 node_network_carrier_down_changes_total{device="veth5744d5f"} 1 node_network_carrier_down_changes_total{device="veth57a7b7e"} 1 node_network_carrier_down_changes_total{device="veth587208b"} 1 node_network_carrier_down_changes_total{device="veth59a28f9"} 1 node_network_carrier_down_changes_total{device="veth59ec687"} 1 node_network_carrier_down_changes_total{device="veth5a2f03c"} 1 node_network_carrier_down_changes_total{device="veth5b14b1f"} 1 node_network_carrier_down_changes_total{device="veth5be4441"} 1 node_network_carrier_down_changes_total{device="veth5cf6db6"} 1 node_network_carrier_down_changes_total{device="veth5d5edf1"} 1 node_network_carrier_down_changes_total{device="veth5d79629"} 1 node_network_carrier_down_changes_total{device="veth5d82bda"} 1 node_network_carrier_down_changes_total{device="veth5d9fb18"} 1 node_network_carrier_down_changes_total{device="veth5daf2e1"} 1 node_network_carrier_down_changes_total{device="veth5e313cb"} 1 node_network_carrier_down_changes_total{device="veth5ea5d19"} 1 node_network_carrier_down_changes_total{device="veth5ede6bc"} 1 node_network_carrier_down_changes_total{device="veth5f2f157"} 1 node_network_carrier_down_changes_total{device="veth5f510cc"} 1 node_network_carrier_down_changes_total{device="veth5fde4d5"} 1 node_network_carrier_down_changes_total{device="veth608f13b"} 1 node_network_carrier_down_changes_total{device="veth61c1692"} 1 node_network_carrier_down_changes_total{device="veth61e4c6a"} 1 node_network_carrier_down_changes_total{device="veth61ff867"} 1 node_network_carrier_down_changes_total{device="veth6202b87"} 1 node_network_carrier_down_changes_total{device="veth6314682"} 1 node_network_carrier_down_changes_total{device="veth636b36b"} 1 node_network_carrier_down_changes_total{device="veth63897f4"} 1 node_network_carrier_down_changes_total{device="veth63f00f3"} 1 node_network_carrier_down_changes_total{device="veth650a5d1"} 1 node_network_carrier_down_changes_total{device="veth6558fa6"} 1 node_network_carrier_down_changes_total{device="veth658b6f1"} 1 node_network_carrier_down_changes_total{device="veth660c9c9"} 1 node_network_carrier_down_changes_total{device="veth6634745"} 1 node_network_carrier_down_changes_total{device="veth673a8ee"} 1 node_network_carrier_down_changes_total{device="veth67a4acc"} 1 node_network_carrier_down_changes_total{device="veth68228a8"} 1 node_network_carrier_down_changes_total{device="veth698f022"} 1 node_network_carrier_down_changes_total{device="veth6a67db5"} 1 node_network_carrier_down_changes_total{device="veth6abc990"} 1 node_network_carrier_down_changes_total{device="veth6b26cd5"} 1 node_network_carrier_down_changes_total{device="veth6ba4916"} 1 node_network_carrier_down_changes_total{device="veth6bab3d4"} 1 node_network_carrier_down_changes_total{device="veth6bbfa32"} 1 node_network_carrier_down_changes_total{device="veth6bd5048"} 1 node_network_carrier_down_changes_total{device="veth6bee2a2"} 1 node_network_carrier_down_changes_total{device="veth6c11632"} 1 node_network_carrier_down_changes_total{device="veth6c22ce2"} 1 node_network_carrier_down_changes_total{device="veth6cea1f5"} 1 node_network_carrier_down_changes_total{device="veth6d4bf60"} 1 node_network_carrier_down_changes_total{device="veth6d7d406"} 1 node_network_carrier_down_changes_total{device="veth6dcbb17"} 1 node_network_carrier_down_changes_total{device="veth6df542c"} 1 node_network_carrier_down_changes_total{device="veth6e9c163"} 1 node_network_carrier_down_changes_total{device="veth7070e17"} 1 node_network_carrier_down_changes_total{device="veth7119448"} 1 node_network_carrier_down_changes_total{device="veth7274c0d"} 1 node_network_carrier_down_changes_total{device="veth72b5538"} 1 node_network_carrier_down_changes_total{device="veth73188c4"} 1 node_network_carrier_down_changes_total{device="veth73352ff"} 1 node_network_carrier_down_changes_total{device="veth73fe131"} 1 node_network_carrier_down_changes_total{device="veth74afd3b"} 1 node_network_carrier_down_changes_total{device="veth7510955"} 1 node_network_carrier_down_changes_total{device="veth75451a5"} 1 node_network_carrier_down_changes_total{device="veth75454ee"} 1 node_network_carrier_down_changes_total{device="veth75848c5"} 1 node_network_carrier_down_changes_total{device="veth7599b2a"} 1 node_network_carrier_down_changes_total{device="veth76be224"} 1 node_network_carrier_down_changes_total{device="veth7742e6d"} 1 node_network_carrier_down_changes_total{device="veth7888ef4"} 1 node_network_carrier_down_changes_total{device="veth7a8020a"} 1 node_network_carrier_down_changes_total{device="veth7ab8ce1"} 1 node_network_carrier_down_changes_total{device="veth7af61c3"} 1 node_network_carrier_down_changes_total{device="veth7b5560c"} 1 node_network_carrier_down_changes_total{device="veth7b924a9"} 1 node_network_carrier_down_changes_total{device="veth7ba230c"} 1 node_network_carrier_down_changes_total{device="veth7c464a1"} 1 node_network_carrier_down_changes_total{device="veth7cb9f47"} 1 node_network_carrier_down_changes_total{device="veth7ccb046"} 1 node_network_carrier_down_changes_total{device="veth7d44274"} 1 node_network_carrier_down_changes_total{device="veth7dbd681"} 1 node_network_carrier_down_changes_total{device="veth7e5e9af"} 1 node_network_carrier_down_changes_total{device="veth7e62c28"} 1 node_network_carrier_down_changes_total{device="veth7f33961"} 1 node_network_carrier_down_changes_total{device="veth7fcd6d8"} 1 node_network_carrier_down_changes_total{device="veth81e8cb1"} 1 node_network_carrier_down_changes_total{device="veth81e92ae"} 1 node_network_carrier_down_changes_total{device="veth81fc85c"} 1 node_network_carrier_down_changes_total{device="veth82018a0"} 1 node_network_carrier_down_changes_total{device="veth828128f"} 1 node_network_carrier_down_changes_total{device="veth82e5071"} 1 node_network_carrier_down_changes_total{device="veth82f1706"} 1 node_network_carrier_down_changes_total{device="veth8358fe5"} 1 node_network_carrier_down_changes_total{device="veth837d5f7"} 1 node_network_carrier_down_changes_total{device="veth839108d"} 1 node_network_carrier_down_changes_total{device="veth83ab132"} 1 node_network_carrier_down_changes_total{device="veth83ad98f"} 1 node_network_carrier_down_changes_total{device="veth841b54a"} 1 node_network_carrier_down_changes_total{device="veth857de99"} 1 node_network_carrier_down_changes_total{device="veth85b5354"} 1 node_network_carrier_down_changes_total{device="veth86eda43"} 1 node_network_carrier_down_changes_total{device="veth86fe81c"} 1 node_network_carrier_down_changes_total{device="veth87665ad"} 1 node_network_carrier_down_changes_total{device="veth87bf4ae"} 1 node_network_carrier_down_changes_total{device="veth881af3b"} 1 node_network_carrier_down_changes_total{device="veth8851d0b"} 1 node_network_carrier_down_changes_total{device="veth88fa0f6"} 1 node_network_carrier_down_changes_total{device="veth8911425"} 1 node_network_carrier_down_changes_total{device="veth892e54a"} 1 node_network_carrier_down_changes_total{device="veth89576e3"} 1 node_network_carrier_down_changes_total{device="veth89bab0e"} 1 node_network_carrier_down_changes_total{device="veth8a51411"} 1 node_network_carrier_down_changes_total{device="veth8b2635b"} 1 node_network_carrier_down_changes_total{device="veth8b27052"} 1 node_network_carrier_down_changes_total{device="veth8b2cf5f"} 1 node_network_carrier_down_changes_total{device="veth8b9fea2"} 1 node_network_carrier_down_changes_total{device="veth8c04fed"} 1 node_network_carrier_down_changes_total{device="veth8c0c0d5"} 1 node_network_carrier_down_changes_total{device="veth8c16e8a"} 1 node_network_carrier_down_changes_total{device="veth8c2ee1a"} 1 node_network_carrier_down_changes_total{device="veth8c6cbbf"} 1 node_network_carrier_down_changes_total{device="veth8ccc939"} 1 node_network_carrier_down_changes_total{device="veth8d04352"} 1 node_network_carrier_down_changes_total{device="veth8d0d5bd"} 1 node_network_carrier_down_changes_total{device="veth8d1ab7d"} 1 node_network_carrier_down_changes_total{device="veth8dc7e7c"} 1 node_network_carrier_down_changes_total{device="veth8e411c0"} 1 node_network_carrier_down_changes_total{device="veth8f3fa53"} 1 node_network_carrier_down_changes_total{device="veth8f4aa08"} 1 node_network_carrier_down_changes_total{device="veth8f5fbf7"} 1 node_network_carrier_down_changes_total{device="veth8f698a3"} 1 node_network_carrier_down_changes_total{device="veth8fb0b53"} 1 node_network_carrier_down_changes_total{device="veth8fccdc6"} 1 node_network_carrier_down_changes_total{device="veth90c7579"} 1 node_network_carrier_down_changes_total{device="veth90ed6a6"} 1 node_network_carrier_down_changes_total{device="veth910e8cf"} 1 node_network_carrier_down_changes_total{device="veth930c9be"} 1 node_network_carrier_down_changes_total{device="veth93112cc"} 1 node_network_carrier_down_changes_total{device="veth93a0f8b"} 1 node_network_carrier_down_changes_total{device="veth93c6e78"} 1 node_network_carrier_down_changes_total{device="veth93cd3ec"} 1 node_network_carrier_down_changes_total{device="veth949b686"} 1 node_network_carrier_down_changes_total{device="veth94cbabc"} 1 node_network_carrier_down_changes_total{device="veth94d91e2"} 1 node_network_carrier_down_changes_total{device="veth95de52a"} 1 node_network_carrier_down_changes_total{device="veth95e97e6"} 1 node_network_carrier_down_changes_total{device="veth963a25f"} 1 node_network_carrier_down_changes_total{device="veth9689522"} 1 node_network_carrier_down_changes_total{device="veth96a099f"} 1 node_network_carrier_down_changes_total{device="veth96a9aed"} 1 node_network_carrier_down_changes_total{device="veth9737dfd"} 1 node_network_carrier_down_changes_total{device="veth9834720"} 1 node_network_carrier_down_changes_total{device="veth98a4f1c"} 1 node_network_carrier_down_changes_total{device="veth9900f5c"} 1 node_network_carrier_down_changes_total{device="veth9930130"} 1 node_network_carrier_down_changes_total{device="veth99bd252"} 1 node_network_carrier_down_changes_total{device="veth9a15643"} 1 node_network_carrier_down_changes_total{device="veth9a73b47"} 1 node_network_carrier_down_changes_total{device="veth9ab5fa5"} 1 node_network_carrier_down_changes_total{device="veth9ade6ce"} 1 node_network_carrier_down_changes_total{device="veth9ae29fb"} 1 node_network_carrier_down_changes_total{device="veth9b006eb"} 1 node_network_carrier_down_changes_total{device="veth9b53946"} 1 node_network_carrier_down_changes_total{device="veth9b574a3"} 1 node_network_carrier_down_changes_total{device="veth9bb0d1d"} 1 node_network_carrier_down_changes_total{device="veth9c5f63a"} 1 node_network_carrier_down_changes_total{device="veth9cfeb47"} 1 node_network_carrier_down_changes_total{device="veth9d3116c"} 1 node_network_carrier_down_changes_total{device="veth9d5866a"} 1 node_network_carrier_down_changes_total{device="veth9d7f756"} 1 node_network_carrier_down_changes_total{device="veth9d95a42"} 1 node_network_carrier_down_changes_total{device="veth9dee925"} 1 node_network_carrier_down_changes_total{device="veth9e76a8b"} 1 node_network_carrier_down_changes_total{device="veth9e9e316"} 1 node_network_carrier_down_changes_total{device="veth9f0c2e2"} 1 node_network_carrier_down_changes_total{device="veth9f74d58"} 1 node_network_carrier_down_changes_total{device="vetha018cbf"} 1 node_network_carrier_down_changes_total{device="vetha1ab304"} 1 node_network_carrier_down_changes_total{device="vetha1eb306"} 1 node_network_carrier_down_changes_total{device="vetha290736"} 1 node_network_carrier_down_changes_total{device="vetha2aad37"} 1 node_network_carrier_down_changes_total{device="vetha31d6fd"} 1 node_network_carrier_down_changes_total{device="vetha334122"} 1 node_network_carrier_down_changes_total{device="vetha3852e4"} 1 node_network_carrier_down_changes_total{device="vetha4b0907"} 1 node_network_carrier_down_changes_total{device="vetha537eb6"} 1 node_network_carrier_down_changes_total{device="vetha675b8d"} 1 node_network_carrier_down_changes_total{device="vetha678351"} 1 node_network_carrier_down_changes_total{device="vetha6bbcc2"} 1 node_network_carrier_down_changes_total{device="vetha74cd81"} 1 node_network_carrier_down_changes_total{device="vetha780b5e"} 1 node_network_carrier_down_changes_total{device="vetha797fe3"} 1 node_network_carrier_down_changes_total{device="vetha79a05b"} 1 node_network_carrier_down_changes_total{device="vetha7a2d29"} 1 node_network_carrier_down_changes_total{device="vetha7ada6f"} 1 node_network_carrier_down_changes_total{device="vetha8f009e"} 1 node_network_carrier_down_changes_total{device="vetha96ae67"} 1 node_network_carrier_down_changes_total{device="vetha997490"} 1 node_network_carrier_down_changes_total{device="vetha9b6925"} 1 node_network_carrier_down_changes_total{device="vethaa11814"} 1 node_network_carrier_down_changes_total{device="vethaa894f6"} 1 node_network_carrier_down_changes_total{device="vethab86d4a"} 1 node_network_carrier_down_changes_total{device="vethab9afc5"} 1 node_network_carrier_down_changes_total{device="vethac080df"} 1 node_network_carrier_down_changes_total{device="vethac3a592"} 1 node_network_carrier_down_changes_total{device="vethad12781"} 1 node_network_carrier_down_changes_total{device="vethad38be0"} 1 node_network_carrier_down_changes_total{device="vethad89bb1"} 1 node_network_carrier_down_changes_total{device="vethada749e"} 1 node_network_carrier_down_changes_total{device="vethadef082"} 1 node_network_carrier_down_changes_total{device="vethae5faf9"} 1 node_network_carrier_down_changes_total{device="vethaedfacc"} 1 node_network_carrier_down_changes_total{device="vethaef0424"} 1 node_network_carrier_down_changes_total{device="vethb05b013"} 1 node_network_carrier_down_changes_total{device="vethb077d67"} 1 node_network_carrier_down_changes_total{device="vethb0a68a0"} 1 node_network_carrier_down_changes_total{device="vethb0c284f"} 1 node_network_carrier_down_changes_total{device="vethb0df999"} 1 node_network_carrier_down_changes_total{device="vethb25b3d8"} 1 node_network_carrier_down_changes_total{device="vethb2fbd99"} 1 node_network_carrier_down_changes_total{device="vethb3a8415"} 1 node_network_carrier_down_changes_total{device="vethb3c68e2"} 1 node_network_carrier_down_changes_total{device="vethb3cd903"} 1 node_network_carrier_down_changes_total{device="vethb4870f2"} 1 node_network_carrier_down_changes_total{device="vethb4da8f7"} 1 node_network_carrier_down_changes_total{device="vethb51625b"} 1 node_network_carrier_down_changes_total{device="vethb5e3f17"} 1 node_network_carrier_down_changes_total{device="vethb60fcbc"} 1 node_network_carrier_down_changes_total{device="vethb664d75"} 1 node_network_carrier_down_changes_total{device="vethb68caf3"} 1 node_network_carrier_down_changes_total{device="vethb77cc8b"} 1 node_network_carrier_down_changes_total{device="vethb77f08e"} 1 node_network_carrier_down_changes_total{device="vethb80914a"} 1 node_network_carrier_down_changes_total{device="vethb8b412e"} 1 node_network_carrier_down_changes_total{device="vethb8c2d4e"} 1 node_network_carrier_down_changes_total{device="vethb92be35"} 1 node_network_carrier_down_changes_total{device="vethb93f442"} 1 node_network_carrier_down_changes_total{device="vethb95ceeb"} 1 node_network_carrier_down_changes_total{device="vethb995c11"} 1 node_network_carrier_down_changes_total{device="vethb9c62b1"} 1 node_network_carrier_down_changes_total{device="vethbab5259"} 1 node_network_carrier_down_changes_total{device="vethbb3c294"} 1 node_network_carrier_down_changes_total{device="vethbbb97f9"} 1 node_network_carrier_down_changes_total{device="vethbc1c416"} 1 node_network_carrier_down_changes_total{device="vethbc5ca70"} 1 node_network_carrier_down_changes_total{device="vethbd1f0db"} 1 node_network_carrier_down_changes_total{device="vethbd573f6"} 1 node_network_carrier_down_changes_total{device="vethbd7c661"} 1 node_network_carrier_down_changes_total{device="vethbe7ea9e"} 1 node_network_carrier_down_changes_total{device="vethbec2cbb"} 1 node_network_carrier_down_changes_total{device="vethbfcf0a4"} 1 node_network_carrier_down_changes_total{device="vethbff0fd3"} 1 node_network_carrier_down_changes_total{device="vethc05b060"} 1 node_network_carrier_down_changes_total{device="vethc09e03c"} 1 node_network_carrier_down_changes_total{device="vethc15d66d"} 1 node_network_carrier_down_changes_total{device="vethc196d66"} 1 node_network_carrier_down_changes_total{device="vethc1ac58c"} 1 node_network_carrier_down_changes_total{device="vethc1c5fcd"} 1 node_network_carrier_down_changes_total{device="vethc1ef3da"} 1 node_network_carrier_down_changes_total{device="vethc2efd7c"} 1 node_network_carrier_down_changes_total{device="vethc314d9e"} 1 node_network_carrier_down_changes_total{device="vethc3bdd94"} 1 node_network_carrier_down_changes_total{device="vethc3ec1dd"} 1 node_network_carrier_down_changes_total{device="vethc4061a9"} 1 node_network_carrier_down_changes_total{device="vethc452900"} 1 node_network_carrier_down_changes_total{device="vethc45c99c"} 1 node_network_carrier_down_changes_total{device="vethc482fb8"} 1 node_network_carrier_down_changes_total{device="vethc503d39"} 1 node_network_carrier_down_changes_total{device="vethc53c8a6"} 1 node_network_carrier_down_changes_total{device="vethc5b4fd7"} 1 node_network_carrier_down_changes_total{device="vethc605740"} 1 node_network_carrier_down_changes_total{device="vethc6116a4"} 1 node_network_carrier_down_changes_total{device="vethc66fb8a"} 1 node_network_carrier_down_changes_total{device="vethc6ae4c6"} 1 node_network_carrier_down_changes_total{device="vethc6fb5c3"} 1 node_network_carrier_down_changes_total{device="vethc774b55"} 1 node_network_carrier_down_changes_total{device="vethc7cfbf3"} 1 node_network_carrier_down_changes_total{device="vethc7e7ad1"} 1 node_network_carrier_down_changes_total{device="vethc8593ec"} 1 node_network_carrier_down_changes_total{device="vethc8db878"} 1 node_network_carrier_down_changes_total{device="vethc9a9adb"} 1 node_network_carrier_down_changes_total{device="vethcc09d95"} 1 node_network_carrier_down_changes_total{device="vethcc14215"} 1 node_network_carrier_down_changes_total{device="vethcc8ea41"} 1 node_network_carrier_down_changes_total{device="vethcccbbc2"} 1 node_network_carrier_down_changes_total{device="vethcd037d2"} 1 node_network_carrier_down_changes_total{device="vethcd46f50"} 1 node_network_carrier_down_changes_total{device="vethcd4f5e4"} 1 node_network_carrier_down_changes_total{device="vethcd69036"} 1 node_network_carrier_down_changes_total{device="vethcdb9063"} 1 node_network_carrier_down_changes_total{device="vethce03e73"} 1 node_network_carrier_down_changes_total{device="vethce4911b"} 1 node_network_carrier_down_changes_total{device="vethcee6c6b"} 1 node_network_carrier_down_changes_total{device="vethcf40450"} 1 node_network_carrier_down_changes_total{device="vethd010653"} 1 node_network_carrier_down_changes_total{device="vethd015bfd"} 1 node_network_carrier_down_changes_total{device="vethd01bced"} 1 node_network_carrier_down_changes_total{device="vethd08787c"} 1 node_network_carrier_down_changes_total{device="vethd0d2e30"} 1 node_network_carrier_down_changes_total{device="vethd12d945"} 1 node_network_carrier_down_changes_total{device="vethd16a72f"} 1 node_network_carrier_down_changes_total{device="vethd1719c5"} 1 node_network_carrier_down_changes_total{device="vethd1871e7"} 1 node_network_carrier_down_changes_total{device="vethd25aa3b"} 1 node_network_carrier_down_changes_total{device="vethd36eb18"} 1 node_network_carrier_down_changes_total{device="vethd3a300e"} 1 node_network_carrier_down_changes_total{device="vethd3ed1c7"} 1 node_network_carrier_down_changes_total{device="vethd4b817a"} 1 node_network_carrier_down_changes_total{device="vethd4d7b42"} 1 node_network_carrier_down_changes_total{device="vethd4e7c2c"} 1 node_network_carrier_down_changes_total{device="vethd623391"} 1 node_network_carrier_down_changes_total{device="vethd698bb5"} 1 node_network_carrier_down_changes_total{device="vethd6a884e"} 1 node_network_carrier_down_changes_total{device="vethd77ed8c"} 1 node_network_carrier_down_changes_total{device="vethd788961"} 1 node_network_carrier_down_changes_total{device="vethd7dd546"} 1 node_network_carrier_down_changes_total{device="vethd80ed49"} 1 node_network_carrier_down_changes_total{device="vethd81b53c"} 1 node_network_carrier_down_changes_total{device="vethd8ae67f"} 1 node_network_carrier_down_changes_total{device="vethd9ad995"} 1 node_network_carrier_down_changes_total{device="vethda00b2c"} 1 node_network_carrier_down_changes_total{device="vethda17b81"} 1 node_network_carrier_down_changes_total{device="vethda42a3d"} 1 node_network_carrier_down_changes_total{device="vethda8113b"} 1 node_network_carrier_down_changes_total{device="vethda97a73"} 1 node_network_carrier_down_changes_total{device="vethdcd40f5"} 1 node_network_carrier_down_changes_total{device="vethdcd5e9f"} 1 node_network_carrier_down_changes_total{device="vethdd7f080"} 1 node_network_carrier_down_changes_total{device="vethdd9457a"} 1 node_network_carrier_down_changes_total{device="vethddaa2f6"} 1 node_network_carrier_down_changes_total{device="vethddd757b"} 1 node_network_carrier_down_changes_total{device="vethde484ca"} 1 node_network_carrier_down_changes_total{device="vethde84e28"} 1 node_network_carrier_down_changes_total{device="vethdee08a0"} 1 node_network_carrier_down_changes_total{device="vethdf3c363"} 1 node_network_carrier_down_changes_total{device="vethe044dd7"} 1 node_network_carrier_down_changes_total{device="vethe0eb635"} 1 node_network_carrier_down_changes_total{device="vethe121842"} 1 node_network_carrier_down_changes_total{device="vethe17b4b2"} 1 node_network_carrier_down_changes_total{device="vethe240296"} 1 node_network_carrier_down_changes_total{device="vethe2a6aa2"} 1 node_network_carrier_down_changes_total{device="vethe2c776a"} 1 node_network_carrier_down_changes_total{device="vethe2ee303"} 1 node_network_carrier_down_changes_total{device="vethe3053d7"} 1 node_network_carrier_down_changes_total{device="vethe31ca35"} 1 node_network_carrier_down_changes_total{device="vethe37671b"} 1 node_network_carrier_down_changes_total{device="vethe3a02f4"} 1 node_network_carrier_down_changes_total{device="vethe3b4d90"} 1 node_network_carrier_down_changes_total{device="vethe4e7a4c"} 1 node_network_carrier_down_changes_total{device="vethe52d560"} 1 node_network_carrier_down_changes_total{device="vethe69c35e"} 1 node_network_carrier_down_changes_total{device="vethe6fd8c5"} 1 node_network_carrier_down_changes_total{device="vethe70eee7"} 1 node_network_carrier_down_changes_total{device="vethe741a23"} 1 node_network_carrier_down_changes_total{device="vethe747942"} 1 node_network_carrier_down_changes_total{device="vethe7681a6"} 1 node_network_carrier_down_changes_total{device="vethe7756c8"} 1 node_network_carrier_down_changes_total{device="vethe85d3d3"} 1 node_network_carrier_down_changes_total{device="vethe8c8080"} 1 node_network_carrier_down_changes_total{device="vethe90aeb2"} 1 node_network_carrier_down_changes_total{device="vethea085b3"} 1 node_network_carrier_down_changes_total{device="vetheaf1fb5"} 1 node_network_carrier_down_changes_total{device="vetheb12841"} 1 node_network_carrier_down_changes_total{device="vetheb390b0"} 1 node_network_carrier_down_changes_total{device="vethebf40ec"} 1 node_network_carrier_down_changes_total{device="vethebf8ec5"} 1 node_network_carrier_down_changes_total{device="vethec38299"} 1 node_network_carrier_down_changes_total{device="vethec3b924"} 1 node_network_carrier_down_changes_total{device="vethecb745a"} 1 node_network_carrier_down_changes_total{device="vethed62efc"} 1 node_network_carrier_down_changes_total{device="vethed6b660"} 1 node_network_carrier_down_changes_total{device="vethed862f6"} 1 node_network_carrier_down_changes_total{device="vethee6cff7"} 1 node_network_carrier_down_changes_total{device="vethee8eb9c"} 1 node_network_carrier_down_changes_total{device="vetheec35b5"} 1 node_network_carrier_down_changes_total{device="vetheec68f2"} 1 node_network_carrier_down_changes_total{device="vethef14514"} 1 node_network_carrier_down_changes_total{device="vethef7358f"} 1 node_network_carrier_down_changes_total{device="vethefc1f2e"} 1 node_network_carrier_down_changes_total{device="vethf0b13ba"} 1 node_network_carrier_down_changes_total{device="vethf0d9869"} 1 node_network_carrier_down_changes_total{device="vethf12362d"} 1 node_network_carrier_down_changes_total{device="vethf1fdf1f"} 1 node_network_carrier_down_changes_total{device="vethf239d3f"} 1 node_network_carrier_down_changes_total{device="vethf2b0340"} 1 node_network_carrier_down_changes_total{device="vethf3380cf"} 1 node_network_carrier_down_changes_total{device="vethf35de8c"} 1 node_network_carrier_down_changes_total{device="vethf3aa0d1"} 1 node_network_carrier_down_changes_total{device="vethf3e722c"} 1 node_network_carrier_down_changes_total{device="vethf4d422e"} 1 node_network_carrier_down_changes_total{device="vethf5878a9"} 1 node_network_carrier_down_changes_total{device="vethf60f77c"} 1 node_network_carrier_down_changes_total{device="vethf6b618c"} 1 node_network_carrier_down_changes_total{device="vethf739350"} 1 node_network_carrier_down_changes_total{device="vethf75dfd6"} 1 node_network_carrier_down_changes_total{device="vethf7c6492"} 1 node_network_carrier_down_changes_total{device="vethf7e7622"} 1 node_network_carrier_down_changes_total{device="vethf7f96c4"} 1 node_network_carrier_down_changes_total{device="vethf81bb1f"} 1 node_network_carrier_down_changes_total{device="vethf831c6e"} 1 node_network_carrier_down_changes_total{device="vethf878734"} 1 node_network_carrier_down_changes_total{device="vethf8b777e"} 1 node_network_carrier_down_changes_total{device="vethf9297c3"} 1 node_network_carrier_down_changes_total{device="vethf93ef43"} 1 node_network_carrier_down_changes_total{device="vethf9dc188"} 1 node_network_carrier_down_changes_total{device="vethfa21f05"} 1 node_network_carrier_down_changes_total{device="vethfa7118a"} 1 node_network_carrier_down_changes_total{device="vethfa9e5b8"} 1 node_network_carrier_down_changes_total{device="vethfad6627"} 1 node_network_carrier_down_changes_total{device="vethfb2bfe2"} 1 node_network_carrier_down_changes_total{device="vethfb6999a"} 1 node_network_carrier_down_changes_total{device="vethfba34d0"} 1 node_network_carrier_down_changes_total{device="vethfbee07c"} 1 node_network_carrier_down_changes_total{device="vethfc5799c"} 1 node_network_carrier_down_changes_total{device="vethfcf4485"} 1 node_network_carrier_down_changes_total{device="vethfd434b4"} 1 node_network_carrier_down_changes_total{device="vethfd4ae4a"} 1 node_network_carrier_down_changes_total{device="vethfdd4d19"} 1 node_network_carrier_down_changes_total{device="vethfe2ae54"} 1 node_network_carrier_down_changes_total{device="vethfe3f546"} 1 node_network_carrier_down_changes_total{device="vethfe695e7"} 1 node_network_carrier_down_changes_total{device="vethfe841b8"} 1 node_network_carrier_down_changes_total{device="vethfeb3f2a"} 1 node_network_carrier_down_changes_total{device="vethfeeef20"} 1 node_network_carrier_down_changes_total{device="vethff1f982"} 1 node_network_carrier_down_changes_total{device="vethff7d976"} 1 node_network_carrier_down_changes_total{device="vethffbce7a"} 1 node_network_carrier_down_changes_total{device="vethffe6de7"} 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-0041aebf0bd9"} 14 node_network_carrier_up_changes_total{device="br-02669b34ccad"} 8 node_network_carrier_up_changes_total{device="br-02823e0b21f8"} 12 node_network_carrier_up_changes_total{device="br-035e1584ee12"} 7 node_network_carrier_up_changes_total{device="br-03ef3fa9694c"} 9 node_network_carrier_up_changes_total{device="br-089331b9c07a"} 37 node_network_carrier_up_changes_total{device="br-0d01f742526c"} 107180 node_network_carrier_up_changes_total{device="br-0d9fdd0cf163"} 0 node_network_carrier_up_changes_total{device="br-0f0120b6dc67"} 37 node_network_carrier_up_changes_total{device="br-14216610e159"} 4 node_network_carrier_up_changes_total{device="br-15dab3c5a2fb"} 0 node_network_carrier_up_changes_total{device="br-1612b21b795d"} 2 node_network_carrier_up_changes_total{device="br-1824841a31f9"} 4 node_network_carrier_up_changes_total{device="br-1c85749e122e"} 38 node_network_carrier_up_changes_total{device="br-1da05be17644"} 34 node_network_carrier_up_changes_total{device="br-1da1821d18b3"} 11 node_network_carrier_up_changes_total{device="br-1de64be72380"} 38 node_network_carrier_up_changes_total{device="br-1f9ea77f28ce"} 9 node_network_carrier_up_changes_total{device="br-1ff792b398ff"} 5 node_network_carrier_up_changes_total{device="br-208ab78feaa3"} 12 node_network_carrier_up_changes_total{device="br-217d6415a970"} 37877 node_network_carrier_up_changes_total{device="br-26801dfb5c9b"} 35 node_network_carrier_up_changes_total{device="br-27771a4b5e1c"} 12 node_network_carrier_up_changes_total{device="br-2ed3ce7916f4"} 8 node_network_carrier_up_changes_total{device="br-301b4c89e775"} 14 node_network_carrier_up_changes_total{device="br-3068524ec93f"} 5 node_network_carrier_up_changes_total{device="br-317a2bbca622"} 9 node_network_carrier_up_changes_total{device="br-349eb65873d4"} 17 node_network_carrier_up_changes_total{device="br-34eb4dd7e9c0"} 4 node_network_carrier_up_changes_total{device="br-37f17f8c2f41"} 10 node_network_carrier_up_changes_total{device="br-3ad09e25ab78"} 43 node_network_carrier_up_changes_total{device="br-3d3c5fbec0dd"} 50 node_network_carrier_up_changes_total{device="br-3ed5391afb94"} 6 node_network_carrier_up_changes_total{device="br-4091e772ca83"} 8 node_network_carrier_up_changes_total{device="br-41c4dd613804"} 37 node_network_carrier_up_changes_total{device="br-44fbf271d024"} 10 node_network_carrier_up_changes_total{device="br-4614b58c6316"} 6 node_network_carrier_up_changes_total{device="br-4666f7cfb5ad"} 5 node_network_carrier_up_changes_total{device="br-483851ad6d82"} 54 node_network_carrier_up_changes_total{device="br-4a66d39e6115"} 52 node_network_carrier_up_changes_total{device="br-4f8bcb06bb21"} 52 node_network_carrier_up_changes_total{device="br-513a5eb5a5ed"} 11 node_network_carrier_up_changes_total{device="br-52ce8deae651"} 7357 node_network_carrier_up_changes_total{device="br-543616338fa2"} 6 node_network_carrier_up_changes_total{device="br-559d36b72748"} 15 node_network_carrier_up_changes_total{device="br-5748fcd1e7ca"} 6 node_network_carrier_up_changes_total{device="br-58f8dcbfa915"} 9 node_network_carrier_up_changes_total{device="br-5cb33e972896"} 7 node_network_carrier_up_changes_total{device="br-5cd378a95a50"} 8 node_network_carrier_up_changes_total{device="br-5db0c1bc605b"} 52 node_network_carrier_up_changes_total{device="br-60f225ebe8cf"} 0 node_network_carrier_up_changes_total{device="br-64b6b9d2e3c4"} 13 node_network_carrier_up_changes_total{device="br-65c3891cde69"} 4 node_network_carrier_up_changes_total{device="br-6654a6f415ef"} 11 node_network_carrier_up_changes_total{device="br-666a1a84be8e"} 2 node_network_carrier_up_changes_total{device="br-6768f5ac4ee7"} 8 node_network_carrier_up_changes_total{device="br-67b6f2b09055"} 13 node_network_carrier_up_changes_total{device="br-6801e77b28e6"} 37 node_network_carrier_up_changes_total{device="br-731a89c43fe8"} 4 node_network_carrier_up_changes_total{device="br-75640dcb1806"} 10 node_network_carrier_up_changes_total{device="br-765d504a1648"} 11 node_network_carrier_up_changes_total{device="br-7783edd4fb63"} 8 node_network_carrier_up_changes_total{device="br-7a05c4b4c71c"} 6 node_network_carrier_up_changes_total{device="br-7f1c0840c41b"} 53 node_network_carrier_up_changes_total{device="br-7f68c36c365d"} 6 node_network_carrier_up_changes_total{device="br-8273700d2b53"} 36 node_network_carrier_up_changes_total{device="br-832e21b6735f"} 35 node_network_carrier_up_changes_total{device="br-83d5adb104a5"} 55 node_network_carrier_up_changes_total{device="br-89456f9f0577"} 51 node_network_carrier_up_changes_total{device="br-8c4c62bbb4ac"} 55 node_network_carrier_up_changes_total{device="br-8c90f08921d2"} 7 node_network_carrier_up_changes_total{device="br-8cd080cba30d"} 12 node_network_carrier_up_changes_total{device="br-8d5f8dfdd165"} 12 node_network_carrier_up_changes_total{device="br-8d809ce3c9c6"} 11 node_network_carrier_up_changes_total{device="br-91eb434168a3"} 35 node_network_carrier_up_changes_total{device="br-94b2fbf06b0d"} 107416 node_network_carrier_up_changes_total{device="br-94ccc3a0a891"} 8 node_network_carrier_up_changes_total{device="br-978ac97c7837"} 52 node_network_carrier_up_changes_total{device="br-9dd2a20937e6"} 13 node_network_carrier_up_changes_total{device="br-a01a29421e12"} 11 node_network_carrier_up_changes_total{device="br-a08ab772e40d"} 4 node_network_carrier_up_changes_total{device="br-a1b2b339a0bc"} 52 node_network_carrier_up_changes_total{device="br-ab4fc0c8f205"} 105499 node_network_carrier_up_changes_total{device="br-ab7e8be9c7b8"} 35 node_network_carrier_up_changes_total{device="br-ab8f176f7ba4"} 6 node_network_carrier_up_changes_total{device="br-b155b277758b"} 4 node_network_carrier_up_changes_total{device="br-b9ddcd38e3d5"} 6 node_network_carrier_up_changes_total{device="br-bc64dc65c104"} 6 node_network_carrier_up_changes_total{device="br-bc673706b5ae"} 5 node_network_carrier_up_changes_total{device="br-be8161177ed9"} 51 node_network_carrier_up_changes_total{device="br-bfa260e794d9"} 8 node_network_carrier_up_changes_total{device="br-c6291428ebee"} 9 node_network_carrier_up_changes_total{device="br-c7ec91768290"} 52 node_network_carrier_up_changes_total{device="br-c8047895107e"} 9 node_network_carrier_up_changes_total{device="br-c86562d687da"} 9 node_network_carrier_up_changes_total{device="br-cb14ad5f78d9"} 6 node_network_carrier_up_changes_total{device="br-cd22c9cceee9"} 6 node_network_carrier_up_changes_total{device="br-cf6b946573c1"} 53 node_network_carrier_up_changes_total{device="br-d461c29e6aa7"} 53 node_network_carrier_up_changes_total{device="br-d4ad227661d1"} 8 node_network_carrier_up_changes_total{device="br-d5a100d1afd1"} 32 node_network_carrier_up_changes_total{device="br-d6403551d086"} 53 node_network_carrier_up_changes_total{device="br-d68147769b09"} 53 node_network_carrier_up_changes_total{device="br-d81320e12692"} 9 node_network_carrier_up_changes_total{device="br-da621f14fb83"} 15 node_network_carrier_up_changes_total{device="br-dc8640f674ee"} 10 node_network_carrier_up_changes_total{device="br-dc87a7504ded"} 37 node_network_carrier_up_changes_total{device="br-ddaa8bdc0119"} 54 node_network_carrier_up_changes_total{device="br-ddc45447112f"} 34 node_network_carrier_up_changes_total{device="br-e24d302efec6"} 50 node_network_carrier_up_changes_total{device="br-e2ebf44ea1f2"} 9 node_network_carrier_up_changes_total{device="br-e63b0d1593b5"} 32 node_network_carrier_up_changes_total{device="br-ec56c664f289"} 49 node_network_carrier_up_changes_total{device="br-f0e9da5289c2"} 56 node_network_carrier_up_changes_total{device="br-f33d4e889abc"} 9 node_network_carrier_up_changes_total{device="br-f4b381c64696"} 14 node_network_carrier_up_changes_total{device="br-f5d79f441cea"} 11 node_network_carrier_up_changes_total{device="br-f645f15c7927"} 53 node_network_carrier_up_changes_total{device="br-f7269b4b25bf"} 7 node_network_carrier_up_changes_total{device="br-fb23b0434540"} 10 node_network_carrier_up_changes_total{device="docker0"} 30 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="veth0076559"} 1 node_network_carrier_up_changes_total{device="veth0106c7a"} 1 node_network_carrier_up_changes_total{device="veth01165f0"} 1 node_network_carrier_up_changes_total{device="veth01de5af"} 1 node_network_carrier_up_changes_total{device="veth0252a2a"} 1 node_network_carrier_up_changes_total{device="veth026b5f1"} 1 node_network_carrier_up_changes_total{device="veth02d5a2d"} 1 node_network_carrier_up_changes_total{device="veth0387d76"} 1 node_network_carrier_up_changes_total{device="veth03f1565"} 1 node_network_carrier_up_changes_total{device="veth0474396"} 1 node_network_carrier_up_changes_total{device="veth04bcbc0"} 1 node_network_carrier_up_changes_total{device="veth053af97"} 1 node_network_carrier_up_changes_total{device="veth0549182"} 1 node_network_carrier_up_changes_total{device="veth054cedc"} 1 node_network_carrier_up_changes_total{device="veth05a336b"} 1 node_network_carrier_up_changes_total{device="veth05b1403"} 1 node_network_carrier_up_changes_total{device="veth05dbfef"} 1 node_network_carrier_up_changes_total{device="veth0666583"} 1 node_network_carrier_up_changes_total{device="veth073b9c4"} 1 node_network_carrier_up_changes_total{device="veth08149de"} 1 node_network_carrier_up_changes_total{device="veth0906c73"} 1 node_network_carrier_up_changes_total{device="veth0948320"} 1 node_network_carrier_up_changes_total{device="veth0aa1c2d"} 1 node_network_carrier_up_changes_total{device="veth0acd33e"} 1 node_network_carrier_up_changes_total{device="veth0ae79aa"} 1 node_network_carrier_up_changes_total{device="veth0af3200"} 1 node_network_carrier_up_changes_total{device="veth0b0f675"} 1 node_network_carrier_up_changes_total{device="veth0b2f2a0"} 1 node_network_carrier_up_changes_total{device="veth0b70bc8"} 1 node_network_carrier_up_changes_total{device="veth0d172e4"} 1 node_network_carrier_up_changes_total{device="veth0da84c5"} 1 node_network_carrier_up_changes_total{device="veth0dda3d7"} 1 node_network_carrier_up_changes_total{device="veth0e35f5e"} 1 node_network_carrier_up_changes_total{device="veth0eedf53"} 1 node_network_carrier_up_changes_total{device="veth0f291f5"} 1 node_network_carrier_up_changes_total{device="veth0f4d0ed"} 1 node_network_carrier_up_changes_total{device="veth0f85411"} 1 node_network_carrier_up_changes_total{device="veth0fce86d"} 1 node_network_carrier_up_changes_total{device="veth100fd27"} 1 node_network_carrier_up_changes_total{device="veth10227c2"} 1 node_network_carrier_up_changes_total{device="veth10693ca"} 1 node_network_carrier_up_changes_total{device="veth108735b"} 1 node_network_carrier_up_changes_total{device="veth114bf22"} 1 node_network_carrier_up_changes_total{device="veth12564dc"} 1 node_network_carrier_up_changes_total{device="veth12ef518"} 1 node_network_carrier_up_changes_total{device="veth1343dbc"} 1 node_network_carrier_up_changes_total{device="veth1394791"} 1 node_network_carrier_up_changes_total{device="veth13b4efd"} 1 node_network_carrier_up_changes_total{device="veth13de79b"} 1 node_network_carrier_up_changes_total{device="veth14dc831"} 1 node_network_carrier_up_changes_total{device="veth1513f1b"} 1 node_network_carrier_up_changes_total{device="veth1574334"} 1 node_network_carrier_up_changes_total{device="veth1596f02"} 1 node_network_carrier_up_changes_total{device="veth15c7048"} 1 node_network_carrier_up_changes_total{device="veth15fb20f"} 1 node_network_carrier_up_changes_total{device="veth160d560"} 1 node_network_carrier_up_changes_total{device="veth1632a4e"} 1 node_network_carrier_up_changes_total{device="veth1687023"} 1 node_network_carrier_up_changes_total{device="veth16b6f88"} 1 node_network_carrier_up_changes_total{device="veth16bc448"} 1 node_network_carrier_up_changes_total{device="veth1761f88"} 1 node_network_carrier_up_changes_total{device="veth17f0f90"} 1 node_network_carrier_up_changes_total{device="veth1906b94"} 1 node_network_carrier_up_changes_total{device="veth1908d88"} 1 node_network_carrier_up_changes_total{device="veth19402da"} 1 node_network_carrier_up_changes_total{device="veth194b2c8"} 1 node_network_carrier_up_changes_total{device="veth19bdf4c"} 1 node_network_carrier_up_changes_total{device="veth19c9513"} 1 node_network_carrier_up_changes_total{device="veth1af3324"} 1 node_network_carrier_up_changes_total{device="veth1b8e6ca"} 1 node_network_carrier_up_changes_total{device="veth1ba4f00"} 1 node_network_carrier_up_changes_total{device="veth1ba5627"} 1 node_network_carrier_up_changes_total{device="veth1c6c526"} 1 node_network_carrier_up_changes_total{device="veth1cb7af3"} 1 node_network_carrier_up_changes_total{device="veth1cc7b21"} 1 node_network_carrier_up_changes_total{device="veth1d0f4d8"} 1 node_network_carrier_up_changes_total{device="veth1d1026d"} 1 node_network_carrier_up_changes_total{device="veth1d1c849"} 1 node_network_carrier_up_changes_total{device="veth1d28880"} 1 node_network_carrier_up_changes_total{device="veth1db323f"} 1 node_network_carrier_up_changes_total{device="veth1dfacd2"} 1 node_network_carrier_up_changes_total{device="veth1e385fe"} 1 node_network_carrier_up_changes_total{device="veth1e5d33a"} 1 node_network_carrier_up_changes_total{device="veth1f2d55e"} 1 node_network_carrier_up_changes_total{device="veth1fca91e"} 1 node_network_carrier_up_changes_total{device="veth203039a"} 1 node_network_carrier_up_changes_total{device="veth23495cd"} 1 node_network_carrier_up_changes_total{device="veth23db7fb"} 1 node_network_carrier_up_changes_total{device="veth24484c9"} 1 node_network_carrier_up_changes_total{device="veth24a85f4"} 1 node_network_carrier_up_changes_total{device="veth24b4904"} 1 node_network_carrier_up_changes_total{device="veth25b04e7"} 1 node_network_carrier_up_changes_total{device="veth25c4ced"} 1 node_network_carrier_up_changes_total{device="veth2677c54"} 1 node_network_carrier_up_changes_total{device="veth26be59d"} 1 node_network_carrier_up_changes_total{device="veth2763119"} 1 node_network_carrier_up_changes_total{device="veth276dd03"} 1 node_network_carrier_up_changes_total{device="veth27ca332"} 1 node_network_carrier_up_changes_total{device="veth27e4c1c"} 1 node_network_carrier_up_changes_total{device="veth28c678d"} 1 node_network_carrier_up_changes_total{device="veth28c8226"} 1 node_network_carrier_up_changes_total{device="veth2989c66"} 1 node_network_carrier_up_changes_total{device="veth29c349f"} 1 node_network_carrier_up_changes_total{device="veth29d825b"} 1 node_network_carrier_up_changes_total{device="veth29ee720"} 1 node_network_carrier_up_changes_total{device="veth2a756fb"} 1 node_network_carrier_up_changes_total{device="veth2b8adb8"} 1 node_network_carrier_up_changes_total{device="veth2c4593e"} 1 node_network_carrier_up_changes_total{device="veth2d6ab8a"} 1 node_network_carrier_up_changes_total{device="veth2dd1c6e"} 1 node_network_carrier_up_changes_total{device="veth2e07e70"} 1 node_network_carrier_up_changes_total{device="veth2e40990"} 1 node_network_carrier_up_changes_total{device="veth2e5abcd"} 1 node_network_carrier_up_changes_total{device="veth2e69099"} 1 node_network_carrier_up_changes_total{device="veth2f38598"} 1 node_network_carrier_up_changes_total{device="veth2ffd510"} 1 node_network_carrier_up_changes_total{device="veth30e4f5f"} 1 node_network_carrier_up_changes_total{device="veth31b78d8"} 1 node_network_carrier_up_changes_total{device="veth31f1351"} 1 node_network_carrier_up_changes_total{device="veth338902a"} 1 node_network_carrier_up_changes_total{device="veth33b6fcc"} 1 node_network_carrier_up_changes_total{device="veth3425c34"} 1 node_network_carrier_up_changes_total{device="veth35a0d0a"} 1 node_network_carrier_up_changes_total{device="veth35cd0f6"} 1 node_network_carrier_up_changes_total{device="veth35d0e81"} 1 node_network_carrier_up_changes_total{device="veth361c4b1"} 1 node_network_carrier_up_changes_total{device="veth3628cc5"} 1 node_network_carrier_up_changes_total{device="veth36528f9"} 1 node_network_carrier_up_changes_total{device="veth366ec90"} 1 node_network_carrier_up_changes_total{device="veth36d5c28"} 1 node_network_carrier_up_changes_total{device="veth36df713"} 1 node_network_carrier_up_changes_total{device="veth375db39"} 1 node_network_carrier_up_changes_total{device="veth378c30a"} 0 node_network_carrier_up_changes_total{device="veth380b2a7"} 1 node_network_carrier_up_changes_total{device="veth3830fdd"} 1 node_network_carrier_up_changes_total{device="veth386f875"} 1 node_network_carrier_up_changes_total{device="veth3887938"} 1 node_network_carrier_up_changes_total{device="veth38e5192"} 0 node_network_carrier_up_changes_total{device="veth3909a19"} 1 node_network_carrier_up_changes_total{device="veth39322e0"} 1 node_network_carrier_up_changes_total{device="veth39388ff"} 1 node_network_carrier_up_changes_total{device="veth3977d1b"} 1 node_network_carrier_up_changes_total{device="veth3a1e789"} 1 node_network_carrier_up_changes_total{device="veth3a36ed1"} 1 node_network_carrier_up_changes_total{device="veth3a75d41"} 1 node_network_carrier_up_changes_total{device="veth3addbbf"} 1 node_network_carrier_up_changes_total{device="veth3ae320c"} 1 node_network_carrier_up_changes_total{device="veth3bcce56"} 1 node_network_carrier_up_changes_total{device="veth3bd884c"} 1 node_network_carrier_up_changes_total{device="veth3c3b00b"} 1 node_network_carrier_up_changes_total{device="veth3cc3569"} 1 node_network_carrier_up_changes_total{device="veth3ceac5b"} 1 node_network_carrier_up_changes_total{device="veth3d16828"} 1 node_network_carrier_up_changes_total{device="veth3d622be"} 1 node_network_carrier_up_changes_total{device="veth3d7014e"} 1 node_network_carrier_up_changes_total{device="veth3d871d0"} 1 node_network_carrier_up_changes_total{device="veth3d8c990"} 1 node_network_carrier_up_changes_total{device="veth3e51ec2"} 1 node_network_carrier_up_changes_total{device="veth3fba8fa"} 1 node_network_carrier_up_changes_total{device="veth3fcdfb2"} 1 node_network_carrier_up_changes_total{device="veth400edd5"} 1 node_network_carrier_up_changes_total{device="veth4044f24"} 1 node_network_carrier_up_changes_total{device="veth404bd5a"} 1 node_network_carrier_up_changes_total{device="veth41723a0"} 1 node_network_carrier_up_changes_total{device="veth41dd412"} 1 node_network_carrier_up_changes_total{device="veth41ffa22"} 1 node_network_carrier_up_changes_total{device="veth42beb99"} 1 node_network_carrier_up_changes_total{device="veth4388bb3"} 1 node_network_carrier_up_changes_total{device="veth43f0d07"} 1 node_network_carrier_up_changes_total{device="veth4431593"} 1 node_network_carrier_up_changes_total{device="veth44554c4"} 1 node_network_carrier_up_changes_total{device="veth4499dcf"} 1 node_network_carrier_up_changes_total{device="veth44b6795"} 1 node_network_carrier_up_changes_total{device="veth454590d"} 1 node_network_carrier_up_changes_total{device="veth45753b2"} 1 node_network_carrier_up_changes_total{device="veth45d8744"} 1 node_network_carrier_up_changes_total{device="veth463e5c0"} 1 node_network_carrier_up_changes_total{device="veth467de80"} 1 node_network_carrier_up_changes_total{device="veth4683144"} 1 node_network_carrier_up_changes_total{device="veth46a6eb5"} 1 node_network_carrier_up_changes_total{device="veth46dd615"} 1 node_network_carrier_up_changes_total{device="veth479a8c8"} 1 node_network_carrier_up_changes_total{device="veth47e9160"} 1 node_network_carrier_up_changes_total{device="veth48129d5"} 1 node_network_carrier_up_changes_total{device="veth48d6056"} 1 node_network_carrier_up_changes_total{device="veth4981a73"} 1 node_network_carrier_up_changes_total{device="veth49dacab"} 1 node_network_carrier_up_changes_total{device="veth49f8bca"} 1 node_network_carrier_up_changes_total{device="veth49fa050"} 1 node_network_carrier_up_changes_total{device="veth4a87249"} 1 node_network_carrier_up_changes_total{device="veth4ae78af"} 1 node_network_carrier_up_changes_total{device="veth4b38fc1"} 1 node_network_carrier_up_changes_total{device="veth4ba8b40"} 1 node_network_carrier_up_changes_total{device="veth4bac263"} 1 node_network_carrier_up_changes_total{device="veth4be1e5a"} 1 node_network_carrier_up_changes_total{device="veth4c83414"} 1 node_network_carrier_up_changes_total{device="veth4d0f67a"} 0 node_network_carrier_up_changes_total{device="veth4db7462"} 1 node_network_carrier_up_changes_total{device="veth4e0a606"} 1 node_network_carrier_up_changes_total{device="veth4e6aa51"} 1 node_network_carrier_up_changes_total{device="veth4e7280a"} 1 node_network_carrier_up_changes_total{device="veth4f150d0"} 1 node_network_carrier_up_changes_total{device="veth50f3d21"} 1 node_network_carrier_up_changes_total{device="veth511957b"} 1 node_network_carrier_up_changes_total{device="veth51df910"} 1 node_network_carrier_up_changes_total{device="veth5291507"} 1 node_network_carrier_up_changes_total{device="veth52b62fe"} 1 node_network_carrier_up_changes_total{device="veth52ba1f6"} 1 node_network_carrier_up_changes_total{device="veth53803c8"} 1 node_network_carrier_up_changes_total{device="veth53ed4ca"} 1 node_network_carrier_up_changes_total{device="veth544923a"} 1 node_network_carrier_up_changes_total{device="veth549693f"} 1 node_network_carrier_up_changes_total{device="veth54d90c8"} 1 node_network_carrier_up_changes_total{device="veth54e9d4a"} 0 node_network_carrier_up_changes_total{device="veth550dee9"} 1 node_network_carrier_up_changes_total{device="veth553ede3"} 1 node_network_carrier_up_changes_total{device="veth554fa26"} 1 node_network_carrier_up_changes_total{device="veth55a9843"} 1 node_network_carrier_up_changes_total{device="veth55b0ec4"} 1 node_network_carrier_up_changes_total{device="veth55c73bd"} 1 node_network_carrier_up_changes_total{device="veth55cf210"} 1 node_network_carrier_up_changes_total{device="veth56b065b"} 1 node_network_carrier_up_changes_total{device="veth56ff8d7"} 1 node_network_carrier_up_changes_total{device="veth57100d3"} 1 node_network_carrier_up_changes_total{device="veth5744d5f"} 1 node_network_carrier_up_changes_total{device="veth57a7b7e"} 1 node_network_carrier_up_changes_total{device="veth587208b"} 1 node_network_carrier_up_changes_total{device="veth59a28f9"} 1 node_network_carrier_up_changes_total{device="veth59ec687"} 1 node_network_carrier_up_changes_total{device="veth5a2f03c"} 1 node_network_carrier_up_changes_total{device="veth5b14b1f"} 1 node_network_carrier_up_changes_total{device="veth5be4441"} 1 node_network_carrier_up_changes_total{device="veth5cf6db6"} 1 node_network_carrier_up_changes_total{device="veth5d5edf1"} 1 node_network_carrier_up_changes_total{device="veth5d79629"} 1 node_network_carrier_up_changes_total{device="veth5d82bda"} 1 node_network_carrier_up_changes_total{device="veth5d9fb18"} 1 node_network_carrier_up_changes_total{device="veth5daf2e1"} 1 node_network_carrier_up_changes_total{device="veth5e313cb"} 1 node_network_carrier_up_changes_total{device="veth5ea5d19"} 1 node_network_carrier_up_changes_total{device="veth5ede6bc"} 1 node_network_carrier_up_changes_total{device="veth5f2f157"} 1 node_network_carrier_up_changes_total{device="veth5f510cc"} 1 node_network_carrier_up_changes_total{device="veth5fde4d5"} 1 node_network_carrier_up_changes_total{device="veth608f13b"} 1 node_network_carrier_up_changes_total{device="veth61c1692"} 1 node_network_carrier_up_changes_total{device="veth61e4c6a"} 1 node_network_carrier_up_changes_total{device="veth61ff867"} 1 node_network_carrier_up_changes_total{device="veth6202b87"} 1 node_network_carrier_up_changes_total{device="veth6314682"} 1 node_network_carrier_up_changes_total{device="veth636b36b"} 1 node_network_carrier_up_changes_total{device="veth63897f4"} 1 node_network_carrier_up_changes_total{device="veth63f00f3"} 1 node_network_carrier_up_changes_total{device="veth650a5d1"} 1 node_network_carrier_up_changes_total{device="veth6558fa6"} 1 node_network_carrier_up_changes_total{device="veth658b6f1"} 1 node_network_carrier_up_changes_total{device="veth660c9c9"} 1 node_network_carrier_up_changes_total{device="veth6634745"} 1 node_network_carrier_up_changes_total{device="veth673a8ee"} 1 node_network_carrier_up_changes_total{device="veth67a4acc"} 1 node_network_carrier_up_changes_total{device="veth68228a8"} 1 node_network_carrier_up_changes_total{device="veth698f022"} 1 node_network_carrier_up_changes_total{device="veth6a67db5"} 1 node_network_carrier_up_changes_total{device="veth6abc990"} 1 node_network_carrier_up_changes_total{device="veth6b26cd5"} 1 node_network_carrier_up_changes_total{device="veth6ba4916"} 1 node_network_carrier_up_changes_total{device="veth6bab3d4"} 1 node_network_carrier_up_changes_total{device="veth6bbfa32"} 1 node_network_carrier_up_changes_total{device="veth6bd5048"} 1 node_network_carrier_up_changes_total{device="veth6bee2a2"} 1 node_network_carrier_up_changes_total{device="veth6c11632"} 1 node_network_carrier_up_changes_total{device="veth6c22ce2"} 1 node_network_carrier_up_changes_total{device="veth6cea1f5"} 1 node_network_carrier_up_changes_total{device="veth6d4bf60"} 1 node_network_carrier_up_changes_total{device="veth6d7d406"} 1 node_network_carrier_up_changes_total{device="veth6dcbb17"} 1 node_network_carrier_up_changes_total{device="veth6df542c"} 1 node_network_carrier_up_changes_total{device="veth6e9c163"} 1 node_network_carrier_up_changes_total{device="veth7070e17"} 1 node_network_carrier_up_changes_total{device="veth7119448"} 1 node_network_carrier_up_changes_total{device="veth7274c0d"} 1 node_network_carrier_up_changes_total{device="veth72b5538"} 1 node_network_carrier_up_changes_total{device="veth73188c4"} 1 node_network_carrier_up_changes_total{device="veth73352ff"} 1 node_network_carrier_up_changes_total{device="veth73fe131"} 1 node_network_carrier_up_changes_total{device="veth74afd3b"} 1 node_network_carrier_up_changes_total{device="veth7510955"} 1 node_network_carrier_up_changes_total{device="veth75451a5"} 1 node_network_carrier_up_changes_total{device="veth75454ee"} 1 node_network_carrier_up_changes_total{device="veth75848c5"} 1 node_network_carrier_up_changes_total{device="veth7599b2a"} 1 node_network_carrier_up_changes_total{device="veth76be224"} 1 node_network_carrier_up_changes_total{device="veth7742e6d"} 1 node_network_carrier_up_changes_total{device="veth7888ef4"} 1 node_network_carrier_up_changes_total{device="veth7a8020a"} 1 node_network_carrier_up_changes_total{device="veth7ab8ce1"} 1 node_network_carrier_up_changes_total{device="veth7af61c3"} 1 node_network_carrier_up_changes_total{device="veth7b5560c"} 1 node_network_carrier_up_changes_total{device="veth7b924a9"} 1 node_network_carrier_up_changes_total{device="veth7ba230c"} 1 node_network_carrier_up_changes_total{device="veth7c464a1"} 1 node_network_carrier_up_changes_total{device="veth7cb9f47"} 1 node_network_carrier_up_changes_total{device="veth7ccb046"} 1 node_network_carrier_up_changes_total{device="veth7d44274"} 1 node_network_carrier_up_changes_total{device="veth7dbd681"} 1 node_network_carrier_up_changes_total{device="veth7e5e9af"} 1 node_network_carrier_up_changes_total{device="veth7e62c28"} 1 node_network_carrier_up_changes_total{device="veth7f33961"} 1 node_network_carrier_up_changes_total{device="veth7fcd6d8"} 1 node_network_carrier_up_changes_total{device="veth81e8cb1"} 1 node_network_carrier_up_changes_total{device="veth81e92ae"} 1 node_network_carrier_up_changes_total{device="veth81fc85c"} 1 node_network_carrier_up_changes_total{device="veth82018a0"} 1 node_network_carrier_up_changes_total{device="veth828128f"} 1 node_network_carrier_up_changes_total{device="veth82e5071"} 1 node_network_carrier_up_changes_total{device="veth82f1706"} 1 node_network_carrier_up_changes_total{device="veth8358fe5"} 1 node_network_carrier_up_changes_total{device="veth837d5f7"} 1 node_network_carrier_up_changes_total{device="veth839108d"} 1 node_network_carrier_up_changes_total{device="veth83ab132"} 1 node_network_carrier_up_changes_total{device="veth83ad98f"} 1 node_network_carrier_up_changes_total{device="veth841b54a"} 1 node_network_carrier_up_changes_total{device="veth857de99"} 1 node_network_carrier_up_changes_total{device="veth85b5354"} 1 node_network_carrier_up_changes_total{device="veth86eda43"} 1 node_network_carrier_up_changes_total{device="veth86fe81c"} 1 node_network_carrier_up_changes_total{device="veth87665ad"} 1 node_network_carrier_up_changes_total{device="veth87bf4ae"} 1 node_network_carrier_up_changes_total{device="veth881af3b"} 1 node_network_carrier_up_changes_total{device="veth8851d0b"} 1 node_network_carrier_up_changes_total{device="veth88fa0f6"} 1 node_network_carrier_up_changes_total{device="veth8911425"} 1 node_network_carrier_up_changes_total{device="veth892e54a"} 1 node_network_carrier_up_changes_total{device="veth89576e3"} 1 node_network_carrier_up_changes_total{device="veth89bab0e"} 1 node_network_carrier_up_changes_total{device="veth8a51411"} 1 node_network_carrier_up_changes_total{device="veth8b2635b"} 1 node_network_carrier_up_changes_total{device="veth8b27052"} 1 node_network_carrier_up_changes_total{device="veth8b2cf5f"} 1 node_network_carrier_up_changes_total{device="veth8b9fea2"} 1 node_network_carrier_up_changes_total{device="veth8c04fed"} 1 node_network_carrier_up_changes_total{device="veth8c0c0d5"} 1 node_network_carrier_up_changes_total{device="veth8c16e8a"} 1 node_network_carrier_up_changes_total{device="veth8c2ee1a"} 1 node_network_carrier_up_changes_total{device="veth8c6cbbf"} 1 node_network_carrier_up_changes_total{device="veth8ccc939"} 1 node_network_carrier_up_changes_total{device="veth8d04352"} 1 node_network_carrier_up_changes_total{device="veth8d0d5bd"} 1 node_network_carrier_up_changes_total{device="veth8d1ab7d"} 1 node_network_carrier_up_changes_total{device="veth8dc7e7c"} 1 node_network_carrier_up_changes_total{device="veth8e411c0"} 1 node_network_carrier_up_changes_total{device="veth8f3fa53"} 1 node_network_carrier_up_changes_total{device="veth8f4aa08"} 1 node_network_carrier_up_changes_total{device="veth8f5fbf7"} 1 node_network_carrier_up_changes_total{device="veth8f698a3"} 1 node_network_carrier_up_changes_total{device="veth8fb0b53"} 1 node_network_carrier_up_changes_total{device="veth8fccdc6"} 1 node_network_carrier_up_changes_total{device="veth90c7579"} 1 node_network_carrier_up_changes_total{device="veth90ed6a6"} 1 node_network_carrier_up_changes_total{device="veth910e8cf"} 1 node_network_carrier_up_changes_total{device="veth930c9be"} 1 node_network_carrier_up_changes_total{device="veth93112cc"} 1 node_network_carrier_up_changes_total{device="veth93a0f8b"} 1 node_network_carrier_up_changes_total{device="veth93c6e78"} 1 node_network_carrier_up_changes_total{device="veth93cd3ec"} 1 node_network_carrier_up_changes_total{device="veth949b686"} 1 node_network_carrier_up_changes_total{device="veth94cbabc"} 1 node_network_carrier_up_changes_total{device="veth94d91e2"} 1 node_network_carrier_up_changes_total{device="veth95de52a"} 1 node_network_carrier_up_changes_total{device="veth95e97e6"} 1 node_network_carrier_up_changes_total{device="veth963a25f"} 1 node_network_carrier_up_changes_total{device="veth9689522"} 1 node_network_carrier_up_changes_total{device="veth96a099f"} 1 node_network_carrier_up_changes_total{device="veth96a9aed"} 1 node_network_carrier_up_changes_total{device="veth9737dfd"} 1 node_network_carrier_up_changes_total{device="veth9834720"} 1 node_network_carrier_up_changes_total{device="veth98a4f1c"} 1 node_network_carrier_up_changes_total{device="veth9900f5c"} 1 node_network_carrier_up_changes_total{device="veth9930130"} 1 node_network_carrier_up_changes_total{device="veth99bd252"} 1 node_network_carrier_up_changes_total{device="veth9a15643"} 1 node_network_carrier_up_changes_total{device="veth9a73b47"} 1 node_network_carrier_up_changes_total{device="veth9ab5fa5"} 1 node_network_carrier_up_changes_total{device="veth9ade6ce"} 1 node_network_carrier_up_changes_total{device="veth9ae29fb"} 1 node_network_carrier_up_changes_total{device="veth9b006eb"} 1 node_network_carrier_up_changes_total{device="veth9b53946"} 1 node_network_carrier_up_changes_total{device="veth9b574a3"} 1 node_network_carrier_up_changes_total{device="veth9bb0d1d"} 1 node_network_carrier_up_changes_total{device="veth9c5f63a"} 1 node_network_carrier_up_changes_total{device="veth9cfeb47"} 1 node_network_carrier_up_changes_total{device="veth9d3116c"} 1 node_network_carrier_up_changes_total{device="veth9d5866a"} 1 node_network_carrier_up_changes_total{device="veth9d7f756"} 1 node_network_carrier_up_changes_total{device="veth9d95a42"} 1 node_network_carrier_up_changes_total{device="veth9dee925"} 1 node_network_carrier_up_changes_total{device="veth9e76a8b"} 1 node_network_carrier_up_changes_total{device="veth9e9e316"} 1 node_network_carrier_up_changes_total{device="veth9f0c2e2"} 1 node_network_carrier_up_changes_total{device="veth9f74d58"} 1 node_network_carrier_up_changes_total{device="vetha018cbf"} 1 node_network_carrier_up_changes_total{device="vetha1ab304"} 1 node_network_carrier_up_changes_total{device="vetha1eb306"} 1 node_network_carrier_up_changes_total{device="vetha290736"} 1 node_network_carrier_up_changes_total{device="vetha2aad37"} 1 node_network_carrier_up_changes_total{device="vetha31d6fd"} 1 node_network_carrier_up_changes_total{device="vetha334122"} 1 node_network_carrier_up_changes_total{device="vetha3852e4"} 1 node_network_carrier_up_changes_total{device="vetha4b0907"} 1 node_network_carrier_up_changes_total{device="vetha537eb6"} 1 node_network_carrier_up_changes_total{device="vetha675b8d"} 1 node_network_carrier_up_changes_total{device="vetha678351"} 1 node_network_carrier_up_changes_total{device="vetha6bbcc2"} 1 node_network_carrier_up_changes_total{device="vetha74cd81"} 1 node_network_carrier_up_changes_total{device="vetha780b5e"} 1 node_network_carrier_up_changes_total{device="vetha797fe3"} 1 node_network_carrier_up_changes_total{device="vetha79a05b"} 1 node_network_carrier_up_changes_total{device="vetha7a2d29"} 1 node_network_carrier_up_changes_total{device="vetha7ada6f"} 1 node_network_carrier_up_changes_total{device="vetha8f009e"} 1 node_network_carrier_up_changes_total{device="vetha96ae67"} 1 node_network_carrier_up_changes_total{device="vetha997490"} 1 node_network_carrier_up_changes_total{device="vetha9b6925"} 1 node_network_carrier_up_changes_total{device="vethaa11814"} 1 node_network_carrier_up_changes_total{device="vethaa894f6"} 1 node_network_carrier_up_changes_total{device="vethab86d4a"} 1 node_network_carrier_up_changes_total{device="vethab9afc5"} 1 node_network_carrier_up_changes_total{device="vethac080df"} 1 node_network_carrier_up_changes_total{device="vethac3a592"} 1 node_network_carrier_up_changes_total{device="vethad12781"} 1 node_network_carrier_up_changes_total{device="vethad38be0"} 1 node_network_carrier_up_changes_total{device="vethad89bb1"} 1 node_network_carrier_up_changes_total{device="vethada749e"} 1 node_network_carrier_up_changes_total{device="vethadef082"} 1 node_network_carrier_up_changes_total{device="vethae5faf9"} 1 node_network_carrier_up_changes_total{device="vethaedfacc"} 1 node_network_carrier_up_changes_total{device="vethaef0424"} 1 node_network_carrier_up_changes_total{device="vethb05b013"} 1 node_network_carrier_up_changes_total{device="vethb077d67"} 1 node_network_carrier_up_changes_total{device="vethb0a68a0"} 1 node_network_carrier_up_changes_total{device="vethb0c284f"} 1 node_network_carrier_up_changes_total{device="vethb0df999"} 1 node_network_carrier_up_changes_total{device="vethb25b3d8"} 1 node_network_carrier_up_changes_total{device="vethb2fbd99"} 1 node_network_carrier_up_changes_total{device="vethb3a8415"} 1 node_network_carrier_up_changes_total{device="vethb3c68e2"} 1 node_network_carrier_up_changes_total{device="vethb3cd903"} 1 node_network_carrier_up_changes_total{device="vethb4870f2"} 1 node_network_carrier_up_changes_total{device="vethb4da8f7"} 1 node_network_carrier_up_changes_total{device="vethb51625b"} 1 node_network_carrier_up_changes_total{device="vethb5e3f17"} 1 node_network_carrier_up_changes_total{device="vethb60fcbc"} 1 node_network_carrier_up_changes_total{device="vethb664d75"} 1 node_network_carrier_up_changes_total{device="vethb68caf3"} 1 node_network_carrier_up_changes_total{device="vethb77cc8b"} 1 node_network_carrier_up_changes_total{device="vethb77f08e"} 1 node_network_carrier_up_changes_total{device="vethb80914a"} 1 node_network_carrier_up_changes_total{device="vethb8b412e"} 1 node_network_carrier_up_changes_total{device="vethb8c2d4e"} 1 node_network_carrier_up_changes_total{device="vethb92be35"} 1 node_network_carrier_up_changes_total{device="vethb93f442"} 1 node_network_carrier_up_changes_total{device="vethb95ceeb"} 1 node_network_carrier_up_changes_total{device="vethb995c11"} 1 node_network_carrier_up_changes_total{device="vethb9c62b1"} 1 node_network_carrier_up_changes_total{device="vethbab5259"} 1 node_network_carrier_up_changes_total{device="vethbb3c294"} 1 node_network_carrier_up_changes_total{device="vethbbb97f9"} 1 node_network_carrier_up_changes_total{device="vethbc1c416"} 1 node_network_carrier_up_changes_total{device="vethbc5ca70"} 1 node_network_carrier_up_changes_total{device="vethbd1f0db"} 1 node_network_carrier_up_changes_total{device="vethbd573f6"} 1 node_network_carrier_up_changes_total{device="vethbd7c661"} 1 node_network_carrier_up_changes_total{device="vethbe7ea9e"} 1 node_network_carrier_up_changes_total{device="vethbec2cbb"} 1 node_network_carrier_up_changes_total{device="vethbfcf0a4"} 1 node_network_carrier_up_changes_total{device="vethbff0fd3"} 1 node_network_carrier_up_changes_total{device="vethc05b060"} 1 node_network_carrier_up_changes_total{device="vethc09e03c"} 1 node_network_carrier_up_changes_total{device="vethc15d66d"} 1 node_network_carrier_up_changes_total{device="vethc196d66"} 1 node_network_carrier_up_changes_total{device="vethc1ac58c"} 1 node_network_carrier_up_changes_total{device="vethc1c5fcd"} 1 node_network_carrier_up_changes_total{device="vethc1ef3da"} 1 node_network_carrier_up_changes_total{device="vethc2efd7c"} 1 node_network_carrier_up_changes_total{device="vethc314d9e"} 1 node_network_carrier_up_changes_total{device="vethc3bdd94"} 1 node_network_carrier_up_changes_total{device="vethc3ec1dd"} 1 node_network_carrier_up_changes_total{device="vethc4061a9"} 1 node_network_carrier_up_changes_total{device="vethc452900"} 1 node_network_carrier_up_changes_total{device="vethc45c99c"} 1 node_network_carrier_up_changes_total{device="vethc482fb8"} 1 node_network_carrier_up_changes_total{device="vethc503d39"} 1 node_network_carrier_up_changes_total{device="vethc53c8a6"} 1 node_network_carrier_up_changes_total{device="vethc5b4fd7"} 1 node_network_carrier_up_changes_total{device="vethc605740"} 1 node_network_carrier_up_changes_total{device="vethc6116a4"} 1 node_network_carrier_up_changes_total{device="vethc66fb8a"} 1 node_network_carrier_up_changes_total{device="vethc6ae4c6"} 1 node_network_carrier_up_changes_total{device="vethc6fb5c3"} 1 node_network_carrier_up_changes_total{device="vethc774b55"} 1 node_network_carrier_up_changes_total{device="vethc7cfbf3"} 1 node_network_carrier_up_changes_total{device="vethc7e7ad1"} 1 node_network_carrier_up_changes_total{device="vethc8593ec"} 1 node_network_carrier_up_changes_total{device="vethc8db878"} 1 node_network_carrier_up_changes_total{device="vethc9a9adb"} 1 node_network_carrier_up_changes_total{device="vethcc09d95"} 1 node_network_carrier_up_changes_total{device="vethcc14215"} 1 node_network_carrier_up_changes_total{device="vethcc8ea41"} 1 node_network_carrier_up_changes_total{device="vethcccbbc2"} 1 node_network_carrier_up_changes_total{device="vethcd037d2"} 1 node_network_carrier_up_changes_total{device="vethcd46f50"} 1 node_network_carrier_up_changes_total{device="vethcd4f5e4"} 1 node_network_carrier_up_changes_total{device="vethcd69036"} 0 node_network_carrier_up_changes_total{device="vethcdb9063"} 1 node_network_carrier_up_changes_total{device="vethce03e73"} 1 node_network_carrier_up_changes_total{device="vethce4911b"} 1 node_network_carrier_up_changes_total{device="vethcee6c6b"} 1 node_network_carrier_up_changes_total{device="vethcf40450"} 1 node_network_carrier_up_changes_total{device="vethd010653"} 1 node_network_carrier_up_changes_total{device="vethd015bfd"} 1 node_network_carrier_up_changes_total{device="vethd01bced"} 1 node_network_carrier_up_changes_total{device="vethd08787c"} 1 node_network_carrier_up_changes_total{device="vethd0d2e30"} 1 node_network_carrier_up_changes_total{device="vethd12d945"} 1 node_network_carrier_up_changes_total{device="vethd16a72f"} 1 node_network_carrier_up_changes_total{device="vethd1719c5"} 1 node_network_carrier_up_changes_total{device="vethd1871e7"} 1 node_network_carrier_up_changes_total{device="vethd25aa3b"} 1 node_network_carrier_up_changes_total{device="vethd36eb18"} 1 node_network_carrier_up_changes_total{device="vethd3a300e"} 1 node_network_carrier_up_changes_total{device="vethd3ed1c7"} 1 node_network_carrier_up_changes_total{device="vethd4b817a"} 1 node_network_carrier_up_changes_total{device="vethd4d7b42"} 1 node_network_carrier_up_changes_total{device="vethd4e7c2c"} 1 node_network_carrier_up_changes_total{device="vethd623391"} 1 node_network_carrier_up_changes_total{device="vethd698bb5"} 1 node_network_carrier_up_changes_total{device="vethd6a884e"} 1 node_network_carrier_up_changes_total{device="vethd77ed8c"} 1 node_network_carrier_up_changes_total{device="vethd788961"} 1 node_network_carrier_up_changes_total{device="vethd7dd546"} 1 node_network_carrier_up_changes_total{device="vethd80ed49"} 1 node_network_carrier_up_changes_total{device="vethd81b53c"} 1 node_network_carrier_up_changes_total{device="vethd8ae67f"} 1 node_network_carrier_up_changes_total{device="vethd9ad995"} 1 node_network_carrier_up_changes_total{device="vethda00b2c"} 1 node_network_carrier_up_changes_total{device="vethda17b81"} 1 node_network_carrier_up_changes_total{device="vethda42a3d"} 1 node_network_carrier_up_changes_total{device="vethda8113b"} 1 node_network_carrier_up_changes_total{device="vethda97a73"} 1 node_network_carrier_up_changes_total{device="vethdcd40f5"} 1 node_network_carrier_up_changes_total{device="vethdcd5e9f"} 1 node_network_carrier_up_changes_total{device="vethdd7f080"} 1 node_network_carrier_up_changes_total{device="vethdd9457a"} 1 node_network_carrier_up_changes_total{device="vethddaa2f6"} 1 node_network_carrier_up_changes_total{device="vethddd757b"} 1 node_network_carrier_up_changes_total{device="vethde484ca"} 1 node_network_carrier_up_changes_total{device="vethde84e28"} 1 node_network_carrier_up_changes_total{device="vethdee08a0"} 1 node_network_carrier_up_changes_total{device="vethdf3c363"} 1 node_network_carrier_up_changes_total{device="vethe044dd7"} 1 node_network_carrier_up_changes_total{device="vethe0eb635"} 1 node_network_carrier_up_changes_total{device="vethe121842"} 1 node_network_carrier_up_changes_total{device="vethe17b4b2"} 1 node_network_carrier_up_changes_total{device="vethe240296"} 1 node_network_carrier_up_changes_total{device="vethe2a6aa2"} 1 node_network_carrier_up_changes_total{device="vethe2c776a"} 1 node_network_carrier_up_changes_total{device="vethe2ee303"} 1 node_network_carrier_up_changes_total{device="vethe3053d7"} 1 node_network_carrier_up_changes_total{device="vethe31ca35"} 0 node_network_carrier_up_changes_total{device="vethe37671b"} 1 node_network_carrier_up_changes_total{device="vethe3a02f4"} 1 node_network_carrier_up_changes_total{device="vethe3b4d90"} 1 node_network_carrier_up_changes_total{device="vethe4e7a4c"} 1 node_network_carrier_up_changes_total{device="vethe52d560"} 1 node_network_carrier_up_changes_total{device="vethe69c35e"} 1 node_network_carrier_up_changes_total{device="vethe6fd8c5"} 1 node_network_carrier_up_changes_total{device="vethe70eee7"} 1 node_network_carrier_up_changes_total{device="vethe741a23"} 1 node_network_carrier_up_changes_total{device="vethe747942"} 1 node_network_carrier_up_changes_total{device="vethe7681a6"} 1 node_network_carrier_up_changes_total{device="vethe7756c8"} 1 node_network_carrier_up_changes_total{device="vethe85d3d3"} 1 node_network_carrier_up_changes_total{device="vethe8c8080"} 1 node_network_carrier_up_changes_total{device="vethe90aeb2"} 1 node_network_carrier_up_changes_total{device="vethea085b3"} 1 node_network_carrier_up_changes_total{device="vetheaf1fb5"} 1 node_network_carrier_up_changes_total{device="vetheb12841"} 1 node_network_carrier_up_changes_total{device="vetheb390b0"} 1 node_network_carrier_up_changes_total{device="vethebf40ec"} 1 node_network_carrier_up_changes_total{device="vethebf8ec5"} 1 node_network_carrier_up_changes_total{device="vethec38299"} 1 node_network_carrier_up_changes_total{device="vethec3b924"} 1 node_network_carrier_up_changes_total{device="vethecb745a"} 1 node_network_carrier_up_changes_total{device="vethed62efc"} 1 node_network_carrier_up_changes_total{device="vethed6b660"} 1 node_network_carrier_up_changes_total{device="vethed862f6"} 1 node_network_carrier_up_changes_total{device="vethee6cff7"} 1 node_network_carrier_up_changes_total{device="vethee8eb9c"} 1 node_network_carrier_up_changes_total{device="vetheec35b5"} 1 node_network_carrier_up_changes_total{device="vetheec68f2"} 1 node_network_carrier_up_changes_total{device="vethef14514"} 1 node_network_carrier_up_changes_total{device="vethef7358f"} 1 node_network_carrier_up_changes_total{device="vethefc1f2e"} 1 node_network_carrier_up_changes_total{device="vethf0b13ba"} 1 node_network_carrier_up_changes_total{device="vethf0d9869"} 1 node_network_carrier_up_changes_total{device="vethf12362d"} 1 node_network_carrier_up_changes_total{device="vethf1fdf1f"} 1 node_network_carrier_up_changes_total{device="vethf239d3f"} 1 node_network_carrier_up_changes_total{device="vethf2b0340"} 1 node_network_carrier_up_changes_total{device="vethf3380cf"} 1 node_network_carrier_up_changes_total{device="vethf35de8c"} 1 node_network_carrier_up_changes_total{device="vethf3aa0d1"} 1 node_network_carrier_up_changes_total{device="vethf3e722c"} 1 node_network_carrier_up_changes_total{device="vethf4d422e"} 1 node_network_carrier_up_changes_total{device="vethf5878a9"} 1 node_network_carrier_up_changes_total{device="vethf60f77c"} 1 node_network_carrier_up_changes_total{device="vethf6b618c"} 1 node_network_carrier_up_changes_total{device="vethf739350"} 1 node_network_carrier_up_changes_total{device="vethf75dfd6"} 1 node_network_carrier_up_changes_total{device="vethf7c6492"} 1 node_network_carrier_up_changes_total{device="vethf7e7622"} 1 node_network_carrier_up_changes_total{device="vethf7f96c4"} 1 node_network_carrier_up_changes_total{device="vethf81bb1f"} 1 node_network_carrier_up_changes_total{device="vethf831c6e"} 1 node_network_carrier_up_changes_total{device="vethf878734"} 1 node_network_carrier_up_changes_total{device="vethf8b777e"} 1 node_network_carrier_up_changes_total{device="vethf9297c3"} 1 node_network_carrier_up_changes_total{device="vethf93ef43"} 1 node_network_carrier_up_changes_total{device="vethf9dc188"} 1 node_network_carrier_up_changes_total{device="vethfa21f05"} 1 node_network_carrier_up_changes_total{device="vethfa7118a"} 1 node_network_carrier_up_changes_total{device="vethfa9e5b8"} 1 node_network_carrier_up_changes_total{device="vethfad6627"} 1 node_network_carrier_up_changes_total{device="vethfb2bfe2"} 1 node_network_carrier_up_changes_total{device="vethfb6999a"} 1 node_network_carrier_up_changes_total{device="vethfba34d0"} 1 node_network_carrier_up_changes_total{device="vethfbee07c"} 1 node_network_carrier_up_changes_total{device="vethfc5799c"} 1 node_network_carrier_up_changes_total{device="vethfcf4485"} 1 node_network_carrier_up_changes_total{device="vethfd434b4"} 1 node_network_carrier_up_changes_total{device="vethfd4ae4a"} 1 node_network_carrier_up_changes_total{device="vethfdd4d19"} 1 node_network_carrier_up_changes_total{device="vethfe2ae54"} 1 node_network_carrier_up_changes_total{device="vethfe3f546"} 1 node_network_carrier_up_changes_total{device="vethfe695e7"} 1 node_network_carrier_up_changes_total{device="vethfe841b8"} 1 node_network_carrier_up_changes_total{device="vethfeb3f2a"} 1 node_network_carrier_up_changes_total{device="vethfeeef20"} 1 node_network_carrier_up_changes_total{device="vethff1f982"} 1 node_network_carrier_up_changes_total{device="vethff7d976"} 1 node_network_carrier_up_changes_total{device="vethffbce7a"} 1 node_network_carrier_up_changes_total{device="vethffe6de7"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0041aebf0bd9"} 0 node_network_device_id{device="br-02669b34ccad"} 0 node_network_device_id{device="br-02823e0b21f8"} 0 node_network_device_id{device="br-035e1584ee12"} 0 node_network_device_id{device="br-03ef3fa9694c"} 0 node_network_device_id{device="br-089331b9c07a"} 0 node_network_device_id{device="br-0d01f742526c"} 0 node_network_device_id{device="br-0d9fdd0cf163"} 0 node_network_device_id{device="br-0f0120b6dc67"} 0 node_network_device_id{device="br-14216610e159"} 0 node_network_device_id{device="br-15dab3c5a2fb"} 0 node_network_device_id{device="br-1612b21b795d"} 0 node_network_device_id{device="br-1824841a31f9"} 0 node_network_device_id{device="br-1c85749e122e"} 0 node_network_device_id{device="br-1da05be17644"} 0 node_network_device_id{device="br-1da1821d18b3"} 0 node_network_device_id{device="br-1de64be72380"} 0 node_network_device_id{device="br-1f9ea77f28ce"} 0 node_network_device_id{device="br-1ff792b398ff"} 0 node_network_device_id{device="br-208ab78feaa3"} 0 node_network_device_id{device="br-217d6415a970"} 0 node_network_device_id{device="br-26801dfb5c9b"} 0 node_network_device_id{device="br-27771a4b5e1c"} 0 node_network_device_id{device="br-2ed3ce7916f4"} 0 node_network_device_id{device="br-301b4c89e775"} 0 node_network_device_id{device="br-3068524ec93f"} 0 node_network_device_id{device="br-317a2bbca622"} 0 node_network_device_id{device="br-349eb65873d4"} 0 node_network_device_id{device="br-34eb4dd7e9c0"} 0 node_network_device_id{device="br-37f17f8c2f41"} 0 node_network_device_id{device="br-3ad09e25ab78"} 0 node_network_device_id{device="br-3d3c5fbec0dd"} 0 node_network_device_id{device="br-3ed5391afb94"} 0 node_network_device_id{device="br-4091e772ca83"} 0 node_network_device_id{device="br-41c4dd613804"} 0 node_network_device_id{device="br-44fbf271d024"} 0 node_network_device_id{device="br-4614b58c6316"} 0 node_network_device_id{device="br-4666f7cfb5ad"} 0 node_network_device_id{device="br-483851ad6d82"} 0 node_network_device_id{device="br-4a66d39e6115"} 0 node_network_device_id{device="br-4f8bcb06bb21"} 0 node_network_device_id{device="br-513a5eb5a5ed"} 0 node_network_device_id{device="br-52ce8deae651"} 0 node_network_device_id{device="br-543616338fa2"} 0 node_network_device_id{device="br-559d36b72748"} 0 node_network_device_id{device="br-5748fcd1e7ca"} 0 node_network_device_id{device="br-58f8dcbfa915"} 0 node_network_device_id{device="br-5cb33e972896"} 0 node_network_device_id{device="br-5cd378a95a50"} 0 node_network_device_id{device="br-5db0c1bc605b"} 0 node_network_device_id{device="br-60f225ebe8cf"} 0 node_network_device_id{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 0 node_network_device_id{device="br-67b6f2b09055"} 0 node_network_device_id{device="br-6801e77b28e6"} 0 node_network_device_id{device="br-731a89c43fe8"} 0 node_network_device_id{device="br-75640dcb1806"} 0 node_network_device_id{device="br-765d504a1648"} 0 node_network_device_id{device="br-7783edd4fb63"} 0 node_network_device_id{device="br-7a05c4b4c71c"} 0 node_network_device_id{device="br-7f1c0840c41b"} 0 node_network_device_id{device="br-7f68c36c365d"} 0 node_network_device_id{device="br-8273700d2b53"} 0 node_network_device_id{device="br-832e21b6735f"} 0 node_network_device_id{device="br-83d5adb104a5"} 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-8cd080cba30d"} 0 node_network_device_id{device="br-8d5f8dfdd165"} 0 node_network_device_id{device="br-8d809ce3c9c6"} 0 node_network_device_id{device="br-91eb434168a3"} 0 node_network_device_id{device="br-94b2fbf06b0d"} 0 node_network_device_id{device="br-94ccc3a0a891"} 0 node_network_device_id{device="br-978ac97c7837"} 0 node_network_device_id{device="br-9dd2a20937e6"} 0 node_network_device_id{device="br-a01a29421e12"} 0 node_network_device_id{device="br-a08ab772e40d"} 0 node_network_device_id{device="br-a1b2b339a0bc"} 0 node_network_device_id{device="br-ab4fc0c8f205"} 0 node_network_device_id{device="br-ab7e8be9c7b8"} 0 node_network_device_id{device="br-ab8f176f7ba4"} 0 node_network_device_id{device="br-b155b277758b"} 0 node_network_device_id{device="br-b9ddcd38e3d5"} 0 node_network_device_id{device="br-bc64dc65c104"} 0 node_network_device_id{device="br-bc673706b5ae"} 0 node_network_device_id{device="br-be8161177ed9"} 0 node_network_device_id{device="br-bfa260e794d9"} 0 node_network_device_id{device="br-c6291428ebee"} 0 node_network_device_id{device="br-c7ec91768290"} 0 node_network_device_id{device="br-c8047895107e"} 0 node_network_device_id{device="br-c86562d687da"} 0 node_network_device_id{device="br-cb14ad5f78d9"} 0 node_network_device_id{device="br-cd22c9cceee9"} 0 node_network_device_id{device="br-cf6b946573c1"} 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-d68147769b09"} 0 node_network_device_id{device="br-d81320e12692"} 0 node_network_device_id{device="br-da621f14fb83"} 0 node_network_device_id{device="br-dc8640f674ee"} 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-e24d302efec6"} 0 node_network_device_id{device="br-e2ebf44ea1f2"} 0 node_network_device_id{device="br-e63b0d1593b5"} 0 node_network_device_id{device="br-ec56c664f289"} 0 node_network_device_id{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 0 node_network_device_id{device="br-fb23b0434540"} 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="veth0076559"} 0 node_network_device_id{device="veth0106c7a"} 0 node_network_device_id{device="veth01165f0"} 0 node_network_device_id{device="veth01de5af"} 0 node_network_device_id{device="veth0252a2a"} 0 node_network_device_id{device="veth026b5f1"} 0 node_network_device_id{device="veth02d5a2d"} 0 node_network_device_id{device="veth0387d76"} 0 node_network_device_id{device="veth03f1565"} 0 node_network_device_id{device="veth0474396"} 0 node_network_device_id{device="veth04bcbc0"} 0 node_network_device_id{device="veth053af97"} 0 node_network_device_id{device="veth0549182"} 0 node_network_device_id{device="veth054cedc"} 0 node_network_device_id{device="veth05a336b"} 0 node_network_device_id{device="veth05b1403"} 0 node_network_device_id{device="veth05dbfef"} 0 node_network_device_id{device="veth0666583"} 0 node_network_device_id{device="veth073b9c4"} 0 node_network_device_id{device="veth08149de"} 0 node_network_device_id{device="veth0906c73"} 0 node_network_device_id{device="veth0948320"} 0 node_network_device_id{device="veth0aa1c2d"} 0 node_network_device_id{device="veth0acd33e"} 0 node_network_device_id{device="veth0ae79aa"} 0 node_network_device_id{device="veth0af3200"} 0 node_network_device_id{device="veth0b0f675"} 0 node_network_device_id{device="veth0b2f2a0"} 0 node_network_device_id{device="veth0b70bc8"} 0 node_network_device_id{device="veth0d172e4"} 0 node_network_device_id{device="veth0da84c5"} 0 node_network_device_id{device="veth0dda3d7"} 0 node_network_device_id{device="veth0e35f5e"} 0 node_network_device_id{device="veth0eedf53"} 0 node_network_device_id{device="veth0f291f5"} 0 node_network_device_id{device="veth0f4d0ed"} 0 node_network_device_id{device="veth0f85411"} 0 node_network_device_id{device="veth0fce86d"} 0 node_network_device_id{device="veth100fd27"} 0 node_network_device_id{device="veth10227c2"} 0 node_network_device_id{device="veth10693ca"} 0 node_network_device_id{device="veth108735b"} 0 node_network_device_id{device="veth114bf22"} 0 node_network_device_id{device="veth12564dc"} 0 node_network_device_id{device="veth12ef518"} 0 node_network_device_id{device="veth1343dbc"} 0 node_network_device_id{device="veth1394791"} 0 node_network_device_id{device="veth13b4efd"} 0 node_network_device_id{device="veth13de79b"} 0 node_network_device_id{device="veth14dc831"} 0 node_network_device_id{device="veth1513f1b"} 0 node_network_device_id{device="veth1574334"} 0 node_network_device_id{device="veth1596f02"} 0 node_network_device_id{device="veth15c7048"} 0 node_network_device_id{device="veth15fb20f"} 0 node_network_device_id{device="veth160d560"} 0 node_network_device_id{device="veth1632a4e"} 0 node_network_device_id{device="veth1687023"} 0 node_network_device_id{device="veth16b6f88"} 0 node_network_device_id{device="veth16bc448"} 0 node_network_device_id{device="veth1761f88"} 0 node_network_device_id{device="veth17f0f90"} 0 node_network_device_id{device="veth1906b94"} 0 node_network_device_id{device="veth1908d88"} 0 node_network_device_id{device="veth19402da"} 0 node_network_device_id{device="veth194b2c8"} 0 node_network_device_id{device="veth19bdf4c"} 0 node_network_device_id{device="veth19c9513"} 0 node_network_device_id{device="veth1af3324"} 0 node_network_device_id{device="veth1b8e6ca"} 0 node_network_device_id{device="veth1ba4f00"} 0 node_network_device_id{device="veth1ba5627"} 0 node_network_device_id{device="veth1c6c526"} 0 node_network_device_id{device="veth1cb7af3"} 0 node_network_device_id{device="veth1cc7b21"} 0 node_network_device_id{device="veth1d0f4d8"} 0 node_network_device_id{device="veth1d1026d"} 0 node_network_device_id{device="veth1d1c849"} 0 node_network_device_id{device="veth1d28880"} 0 node_network_device_id{device="veth1db323f"} 0 node_network_device_id{device="veth1dfacd2"} 0 node_network_device_id{device="veth1e385fe"} 0 node_network_device_id{device="veth1e5d33a"} 0 node_network_device_id{device="veth1f2d55e"} 0 node_network_device_id{device="veth1fca91e"} 0 node_network_device_id{device="veth203039a"} 0 node_network_device_id{device="veth23495cd"} 0 node_network_device_id{device="veth23db7fb"} 0 node_network_device_id{device="veth24484c9"} 0 node_network_device_id{device="veth24a85f4"} 0 node_network_device_id{device="veth24b4904"} 0 node_network_device_id{device="veth25b04e7"} 0 node_network_device_id{device="veth25c4ced"} 0 node_network_device_id{device="veth2677c54"} 0 node_network_device_id{device="veth26be59d"} 0 node_network_device_id{device="veth2763119"} 0 node_network_device_id{device="veth276dd03"} 0 node_network_device_id{device="veth27ca332"} 0 node_network_device_id{device="veth27e4c1c"} 0 node_network_device_id{device="veth28c678d"} 0 node_network_device_id{device="veth28c8226"} 0 node_network_device_id{device="veth2989c66"} 0 node_network_device_id{device="veth29c349f"} 0 node_network_device_id{device="veth29d825b"} 0 node_network_device_id{device="veth29ee720"} 0 node_network_device_id{device="veth2a756fb"} 0 node_network_device_id{device="veth2b8adb8"} 0 node_network_device_id{device="veth2c4593e"} 0 node_network_device_id{device="veth2d6ab8a"} 0 node_network_device_id{device="veth2dd1c6e"} 0 node_network_device_id{device="veth2e07e70"} 0 node_network_device_id{device="veth2e40990"} 0 node_network_device_id{device="veth2e5abcd"} 0 node_network_device_id{device="veth2e69099"} 0 node_network_device_id{device="veth2f38598"} 0 node_network_device_id{device="veth2ffd510"} 0 node_network_device_id{device="veth30e4f5f"} 0 node_network_device_id{device="veth31b78d8"} 0 node_network_device_id{device="veth31f1351"} 0 node_network_device_id{device="veth338902a"} 0 node_network_device_id{device="veth33b6fcc"} 0 node_network_device_id{device="veth3425c34"} 0 node_network_device_id{device="veth35a0d0a"} 0 node_network_device_id{device="veth35cd0f6"} 0 node_network_device_id{device="veth35d0e81"} 0 node_network_device_id{device="veth361c4b1"} 0 node_network_device_id{device="veth3628cc5"} 0 node_network_device_id{device="veth36528f9"} 0 node_network_device_id{device="veth366ec90"} 0 node_network_device_id{device="veth36d5c28"} 0 node_network_device_id{device="veth36df713"} 0 node_network_device_id{device="veth375db39"} 0 node_network_device_id{device="veth378c30a"} 0 node_network_device_id{device="veth380b2a7"} 0 node_network_device_id{device="veth3830fdd"} 0 node_network_device_id{device="veth386f875"} 0 node_network_device_id{device="veth3887938"} 0 node_network_device_id{device="veth38e5192"} 0 node_network_device_id{device="veth3909a19"} 0 node_network_device_id{device="veth39322e0"} 0 node_network_device_id{device="veth39388ff"} 0 node_network_device_id{device="veth3977d1b"} 0 node_network_device_id{device="veth3a1e789"} 0 node_network_device_id{device="veth3a36ed1"} 0 node_network_device_id{device="veth3a75d41"} 0 node_network_device_id{device="veth3addbbf"} 0 node_network_device_id{device="veth3ae320c"} 0 node_network_device_id{device="veth3bcce56"} 0 node_network_device_id{device="veth3bd884c"} 0 node_network_device_id{device="veth3c3b00b"} 0 node_network_device_id{device="veth3cc3569"} 0 node_network_device_id{device="veth3ceac5b"} 0 node_network_device_id{device="veth3d16828"} 0 node_network_device_id{device="veth3d622be"} 0 node_network_device_id{device="veth3d7014e"} 0 node_network_device_id{device="veth3d871d0"} 0 node_network_device_id{device="veth3d8c990"} 0 node_network_device_id{device="veth3e51ec2"} 0 node_network_device_id{device="veth3fba8fa"} 0 node_network_device_id{device="veth3fcdfb2"} 0 node_network_device_id{device="veth400edd5"} 0 node_network_device_id{device="veth4044f24"} 0 node_network_device_id{device="veth404bd5a"} 0 node_network_device_id{device="veth41723a0"} 0 node_network_device_id{device="veth41dd412"} 0 node_network_device_id{device="veth41ffa22"} 0 node_network_device_id{device="veth42beb99"} 0 node_network_device_id{device="veth4388bb3"} 0 node_network_device_id{device="veth43f0d07"} 0 node_network_device_id{device="veth4431593"} 0 node_network_device_id{device="veth44554c4"} 0 node_network_device_id{device="veth4499dcf"} 0 node_network_device_id{device="veth44b6795"} 0 node_network_device_id{device="veth454590d"} 0 node_network_device_id{device="veth45753b2"} 0 node_network_device_id{device="veth45d8744"} 0 node_network_device_id{device="veth463e5c0"} 0 node_network_device_id{device="veth467de80"} 0 node_network_device_id{device="veth4683144"} 0 node_network_device_id{device="veth46a6eb5"} 0 node_network_device_id{device="veth46dd615"} 0 node_network_device_id{device="veth479a8c8"} 0 node_network_device_id{device="veth47e9160"} 0 node_network_device_id{device="veth48129d5"} 0 node_network_device_id{device="veth48d6056"} 0 node_network_device_id{device="veth4981a73"} 0 node_network_device_id{device="veth49dacab"} 0 node_network_device_id{device="veth49f8bca"} 0 node_network_device_id{device="veth49fa050"} 0 node_network_device_id{device="veth4a87249"} 0 node_network_device_id{device="veth4ae78af"} 0 node_network_device_id{device="veth4b38fc1"} 0 node_network_device_id{device="veth4ba8b40"} 0 node_network_device_id{device="veth4bac263"} 0 node_network_device_id{device="veth4be1e5a"} 0 node_network_device_id{device="veth4c83414"} 0 node_network_device_id{device="veth4d0f67a"} 0 node_network_device_id{device="veth4db7462"} 0 node_network_device_id{device="veth4e0a606"} 0 node_network_device_id{device="veth4e6aa51"} 0 node_network_device_id{device="veth4e7280a"} 0 node_network_device_id{device="veth4f150d0"} 0 node_network_device_id{device="veth50f3d21"} 0 node_network_device_id{device="veth511957b"} 0 node_network_device_id{device="veth51df910"} 0 node_network_device_id{device="veth5291507"} 0 node_network_device_id{device="veth52b62fe"} 0 node_network_device_id{device="veth52ba1f6"} 0 node_network_device_id{device="veth53803c8"} 0 node_network_device_id{device="veth53ed4ca"} 0 node_network_device_id{device="veth544923a"} 0 node_network_device_id{device="veth549693f"} 0 node_network_device_id{device="veth54d90c8"} 0 node_network_device_id{device="veth54e9d4a"} 0 node_network_device_id{device="veth550dee9"} 0 node_network_device_id{device="veth553ede3"} 0 node_network_device_id{device="veth554fa26"} 0 node_network_device_id{device="veth55a9843"} 0 node_network_device_id{device="veth55b0ec4"} 0 node_network_device_id{device="veth55c73bd"} 0 node_network_device_id{device="veth55cf210"} 0 node_network_device_id{device="veth56b065b"} 0 node_network_device_id{device="veth56ff8d7"} 0 node_network_device_id{device="veth57100d3"} 0 node_network_device_id{device="veth5744d5f"} 0 node_network_device_id{device="veth57a7b7e"} 0 node_network_device_id{device="veth587208b"} 0 node_network_device_id{device="veth59a28f9"} 0 node_network_device_id{device="veth59ec687"} 0 node_network_device_id{device="veth5a2f03c"} 0 node_network_device_id{device="veth5b14b1f"} 0 node_network_device_id{device="veth5be4441"} 0 node_network_device_id{device="veth5cf6db6"} 0 node_network_device_id{device="veth5d5edf1"} 0 node_network_device_id{device="veth5d79629"} 0 node_network_device_id{device="veth5d82bda"} 0 node_network_device_id{device="veth5d9fb18"} 0 node_network_device_id{device="veth5daf2e1"} 0 node_network_device_id{device="veth5e313cb"} 0 node_network_device_id{device="veth5ea5d19"} 0 node_network_device_id{device="veth5ede6bc"} 0 node_network_device_id{device="veth5f2f157"} 0 node_network_device_id{device="veth5f510cc"} 0 node_network_device_id{device="veth5fde4d5"} 0 node_network_device_id{device="veth608f13b"} 0 node_network_device_id{device="veth61c1692"} 0 node_network_device_id{device="veth61e4c6a"} 0 node_network_device_id{device="veth61ff867"} 0 node_network_device_id{device="veth6202b87"} 0 node_network_device_id{device="veth6314682"} 0 node_network_device_id{device="veth636b36b"} 0 node_network_device_id{device="veth63897f4"} 0 node_network_device_id{device="veth63f00f3"} 0 node_network_device_id{device="veth650a5d1"} 0 node_network_device_id{device="veth6558fa6"} 0 node_network_device_id{device="veth658b6f1"} 0 node_network_device_id{device="veth660c9c9"} 0 node_network_device_id{device="veth6634745"} 0 node_network_device_id{device="veth673a8ee"} 0 node_network_device_id{device="veth67a4acc"} 0 node_network_device_id{device="veth68228a8"} 0 node_network_device_id{device="veth698f022"} 0 node_network_device_id{device="veth6a67db5"} 0 node_network_device_id{device="veth6abc990"} 0 node_network_device_id{device="veth6b26cd5"} 0 node_network_device_id{device="veth6ba4916"} 0 node_network_device_id{device="veth6bab3d4"} 0 node_network_device_id{device="veth6bbfa32"} 0 node_network_device_id{device="veth6bd5048"} 0 node_network_device_id{device="veth6bee2a2"} 0 node_network_device_id{device="veth6c11632"} 0 node_network_device_id{device="veth6c22ce2"} 0 node_network_device_id{device="veth6cea1f5"} 0 node_network_device_id{device="veth6d4bf60"} 0 node_network_device_id{device="veth6d7d406"} 0 node_network_device_id{device="veth6dcbb17"} 0 node_network_device_id{device="veth6df542c"} 0 node_network_device_id{device="veth6e9c163"} 0 node_network_device_id{device="veth7070e17"} 0 node_network_device_id{device="veth7119448"} 0 node_network_device_id{device="veth7274c0d"} 0 node_network_device_id{device="veth72b5538"} 0 node_network_device_id{device="veth73188c4"} 0 node_network_device_id{device="veth73352ff"} 0 node_network_device_id{device="veth73fe131"} 0 node_network_device_id{device="veth74afd3b"} 0 node_network_device_id{device="veth7510955"} 0 node_network_device_id{device="veth75451a5"} 0 node_network_device_id{device="veth75454ee"} 0 node_network_device_id{device="veth75848c5"} 0 node_network_device_id{device="veth7599b2a"} 0 node_network_device_id{device="veth76be224"} 0 node_network_device_id{device="veth7742e6d"} 0 node_network_device_id{device="veth7888ef4"} 0 node_network_device_id{device="veth7a8020a"} 0 node_network_device_id{device="veth7ab8ce1"} 0 node_network_device_id{device="veth7af61c3"} 0 node_network_device_id{device="veth7b5560c"} 0 node_network_device_id{device="veth7b924a9"} 0 node_network_device_id{device="veth7ba230c"} 0 node_network_device_id{device="veth7c464a1"} 0 node_network_device_id{device="veth7cb9f47"} 0 node_network_device_id{device="veth7ccb046"} 0 node_network_device_id{device="veth7d44274"} 0 node_network_device_id{device="veth7dbd681"} 0 node_network_device_id{device="veth7e5e9af"} 0 node_network_device_id{device="veth7e62c28"} 0 node_network_device_id{device="veth7f33961"} 0 node_network_device_id{device="veth7fcd6d8"} 0 node_network_device_id{device="veth81e8cb1"} 0 node_network_device_id{device="veth81e92ae"} 0 node_network_device_id{device="veth81fc85c"} 0 node_network_device_id{device="veth82018a0"} 0 node_network_device_id{device="veth828128f"} 0 node_network_device_id{device="veth82e5071"} 0 node_network_device_id{device="veth82f1706"} 0 node_network_device_id{device="veth8358fe5"} 0 node_network_device_id{device="veth837d5f7"} 0 node_network_device_id{device="veth839108d"} 0 node_network_device_id{device="veth83ab132"} 0 node_network_device_id{device="veth83ad98f"} 0 node_network_device_id{device="veth841b54a"} 0 node_network_device_id{device="veth857de99"} 0 node_network_device_id{device="veth85b5354"} 0 node_network_device_id{device="veth86eda43"} 0 node_network_device_id{device="veth86fe81c"} 0 node_network_device_id{device="veth87665ad"} 0 node_network_device_id{device="veth87bf4ae"} 0 node_network_device_id{device="veth881af3b"} 0 node_network_device_id{device="veth8851d0b"} 0 node_network_device_id{device="veth88fa0f6"} 0 node_network_device_id{device="veth8911425"} 0 node_network_device_id{device="veth892e54a"} 0 node_network_device_id{device="veth89576e3"} 0 node_network_device_id{device="veth89bab0e"} 0 node_network_device_id{device="veth8a51411"} 0 node_network_device_id{device="veth8b2635b"} 0 node_network_device_id{device="veth8b27052"} 0 node_network_device_id{device="veth8b2cf5f"} 0 node_network_device_id{device="veth8b9fea2"} 0 node_network_device_id{device="veth8c04fed"} 0 node_network_device_id{device="veth8c0c0d5"} 0 node_network_device_id{device="veth8c16e8a"} 0 node_network_device_id{device="veth8c2ee1a"} 0 node_network_device_id{device="veth8c6cbbf"} 0 node_network_device_id{device="veth8ccc939"} 0 node_network_device_id{device="veth8d04352"} 0 node_network_device_id{device="veth8d0d5bd"} 0 node_network_device_id{device="veth8d1ab7d"} 0 node_network_device_id{device="veth8dc7e7c"} 0 node_network_device_id{device="veth8e411c0"} 0 node_network_device_id{device="veth8f3fa53"} 0 node_network_device_id{device="veth8f4aa08"} 0 node_network_device_id{device="veth8f5fbf7"} 0 node_network_device_id{device="veth8f698a3"} 0 node_network_device_id{device="veth8fb0b53"} 0 node_network_device_id{device="veth8fccdc6"} 0 node_network_device_id{device="veth90c7579"} 0 node_network_device_id{device="veth90ed6a6"} 0 node_network_device_id{device="veth910e8cf"} 0 node_network_device_id{device="veth930c9be"} 0 node_network_device_id{device="veth93112cc"} 0 node_network_device_id{device="veth93a0f8b"} 0 node_network_device_id{device="veth93c6e78"} 0 node_network_device_id{device="veth93cd3ec"} 0 node_network_device_id{device="veth949b686"} 0 node_network_device_id{device="veth94cbabc"} 0 node_network_device_id{device="veth94d91e2"} 0 node_network_device_id{device="veth95de52a"} 0 node_network_device_id{device="veth95e97e6"} 0 node_network_device_id{device="veth963a25f"} 0 node_network_device_id{device="veth9689522"} 0 node_network_device_id{device="veth96a099f"} 0 node_network_device_id{device="veth96a9aed"} 0 node_network_device_id{device="veth9737dfd"} 0 node_network_device_id{device="veth9834720"} 0 node_network_device_id{device="veth98a4f1c"} 0 node_network_device_id{device="veth9900f5c"} 0 node_network_device_id{device="veth9930130"} 0 node_network_device_id{device="veth99bd252"} 0 node_network_device_id{device="veth9a15643"} 0 node_network_device_id{device="veth9a73b47"} 0 node_network_device_id{device="veth9ab5fa5"} 0 node_network_device_id{device="veth9ade6ce"} 0 node_network_device_id{device="veth9ae29fb"} 0 node_network_device_id{device="veth9b006eb"} 0 node_network_device_id{device="veth9b53946"} 0 node_network_device_id{device="veth9b574a3"} 0 node_network_device_id{device="veth9bb0d1d"} 0 node_network_device_id{device="veth9c5f63a"} 0 node_network_device_id{device="veth9cfeb47"} 0 node_network_device_id{device="veth9d3116c"} 0 node_network_device_id{device="veth9d5866a"} 0 node_network_device_id{device="veth9d7f756"} 0 node_network_device_id{device="veth9d95a42"} 0 node_network_device_id{device="veth9dee925"} 0 node_network_device_id{device="veth9e76a8b"} 0 node_network_device_id{device="veth9e9e316"} 0 node_network_device_id{device="veth9f0c2e2"} 0 node_network_device_id{device="veth9f74d58"} 0 node_network_device_id{device="vetha018cbf"} 0 node_network_device_id{device="vetha1ab304"} 0 node_network_device_id{device="vetha1eb306"} 0 node_network_device_id{device="vetha290736"} 0 node_network_device_id{device="vetha2aad37"} 0 node_network_device_id{device="vetha31d6fd"} 0 node_network_device_id{device="vetha334122"} 0 node_network_device_id{device="vetha3852e4"} 0 node_network_device_id{device="vetha4b0907"} 0 node_network_device_id{device="vetha537eb6"} 0 node_network_device_id{device="vetha675b8d"} 0 node_network_device_id{device="vetha678351"} 0 node_network_device_id{device="vetha6bbcc2"} 0 node_network_device_id{device="vetha74cd81"} 0 node_network_device_id{device="vetha780b5e"} 0 node_network_device_id{device="vetha797fe3"} 0 node_network_device_id{device="vetha79a05b"} 0 node_network_device_id{device="vetha7a2d29"} 0 node_network_device_id{device="vetha7ada6f"} 0 node_network_device_id{device="vetha8f009e"} 0 node_network_device_id{device="vetha96ae67"} 0 node_network_device_id{device="vetha997490"} 0 node_network_device_id{device="vetha9b6925"} 0 node_network_device_id{device="vethaa11814"} 0 node_network_device_id{device="vethaa894f6"} 0 node_network_device_id{device="vethab86d4a"} 0 node_network_device_id{device="vethab9afc5"} 0 node_network_device_id{device="vethac080df"} 0 node_network_device_id{device="vethac3a592"} 0 node_network_device_id{device="vethad12781"} 0 node_network_device_id{device="vethad38be0"} 0 node_network_device_id{device="vethad89bb1"} 0 node_network_device_id{device="vethada749e"} 0 node_network_device_id{device="vethadef082"} 0 node_network_device_id{device="vethae5faf9"} 0 node_network_device_id{device="vethaedfacc"} 0 node_network_device_id{device="vethaef0424"} 0 node_network_device_id{device="vethb05b013"} 0 node_network_device_id{device="vethb077d67"} 0 node_network_device_id{device="vethb0a68a0"} 0 node_network_device_id{device="vethb0c284f"} 0 node_network_device_id{device="vethb0df999"} 0 node_network_device_id{device="vethb25b3d8"} 0 node_network_device_id{device="vethb2fbd99"} 0 node_network_device_id{device="vethb3a8415"} 0 node_network_device_id{device="vethb3c68e2"} 0 node_network_device_id{device="vethb3cd903"} 0 node_network_device_id{device="vethb4870f2"} 0 node_network_device_id{device="vethb4da8f7"} 0 node_network_device_id{device="vethb51625b"} 0 node_network_device_id{device="vethb5e3f17"} 0 node_network_device_id{device="vethb60fcbc"} 0 node_network_device_id{device="vethb664d75"} 0 node_network_device_id{device="vethb68caf3"} 0 node_network_device_id{device="vethb77cc8b"} 0 node_network_device_id{device="vethb77f08e"} 0 node_network_device_id{device="vethb80914a"} 0 node_network_device_id{device="vethb8b412e"} 0 node_network_device_id{device="vethb8c2d4e"} 0 node_network_device_id{device="vethb92be35"} 0 node_network_device_id{device="vethb93f442"} 0 node_network_device_id{device="vethb95ceeb"} 0 node_network_device_id{device="vethb995c11"} 0 node_network_device_id{device="vethb9c62b1"} 0 node_network_device_id{device="vethbab5259"} 0 node_network_device_id{device="vethbb3c294"} 0 node_network_device_id{device="vethbbb97f9"} 0 node_network_device_id{device="vethbc1c416"} 0 node_network_device_id{device="vethbc5ca70"} 0 node_network_device_id{device="vethbd1f0db"} 0 node_network_device_id{device="vethbd573f6"} 0 node_network_device_id{device="vethbd7c661"} 0 node_network_device_id{device="vethbe7ea9e"} 0 node_network_device_id{device="vethbec2cbb"} 0 node_network_device_id{device="vethbfcf0a4"} 0 node_network_device_id{device="vethbff0fd3"} 0 node_network_device_id{device="vethc05b060"} 0 node_network_device_id{device="vethc09e03c"} 0 node_network_device_id{device="vethc15d66d"} 0 node_network_device_id{device="vethc196d66"} 0 node_network_device_id{device="vethc1ac58c"} 0 node_network_device_id{device="vethc1c5fcd"} 0 node_network_device_id{device="vethc1ef3da"} 0 node_network_device_id{device="vethc2efd7c"} 0 node_network_device_id{device="vethc314d9e"} 0 node_network_device_id{device="vethc3bdd94"} 0 node_network_device_id{device="vethc3ec1dd"} 0 node_network_device_id{device="vethc4061a9"} 0 node_network_device_id{device="vethc452900"} 0 node_network_device_id{device="vethc45c99c"} 0 node_network_device_id{device="vethc482fb8"} 0 node_network_device_id{device="vethc503d39"} 0 node_network_device_id{device="vethc53c8a6"} 0 node_network_device_id{device="vethc5b4fd7"} 0 node_network_device_id{device="vethc605740"} 0 node_network_device_id{device="vethc6116a4"} 0 node_network_device_id{device="vethc66fb8a"} 0 node_network_device_id{device="vethc6ae4c6"} 0 node_network_device_id{device="vethc6fb5c3"} 0 node_network_device_id{device="vethc774b55"} 0 node_network_device_id{device="vethc7cfbf3"} 0 node_network_device_id{device="vethc7e7ad1"} 0 node_network_device_id{device="vethc8593ec"} 0 node_network_device_id{device="vethc8db878"} 0 node_network_device_id{device="vethc9a9adb"} 0 node_network_device_id{device="vethcc09d95"} 0 node_network_device_id{device="vethcc14215"} 0 node_network_device_id{device="vethcc8ea41"} 0 node_network_device_id{device="vethcccbbc2"} 0 node_network_device_id{device="vethcd037d2"} 0 node_network_device_id{device="vethcd46f50"} 0 node_network_device_id{device="vethcd4f5e4"} 0 node_network_device_id{device="vethcd69036"} 0 node_network_device_id{device="vethcdb9063"} 0 node_network_device_id{device="vethce03e73"} 0 node_network_device_id{device="vethce4911b"} 0 node_network_device_id{device="vethcee6c6b"} 0 node_network_device_id{device="vethcf40450"} 0 node_network_device_id{device="vethd010653"} 0 node_network_device_id{device="vethd015bfd"} 0 node_network_device_id{device="vethd01bced"} 0 node_network_device_id{device="vethd08787c"} 0 node_network_device_id{device="vethd0d2e30"} 0 node_network_device_id{device="vethd12d945"} 0 node_network_device_id{device="vethd16a72f"} 0 node_network_device_id{device="vethd1719c5"} 0 node_network_device_id{device="vethd1871e7"} 0 node_network_device_id{device="vethd25aa3b"} 0 node_network_device_id{device="vethd36eb18"} 0 node_network_device_id{device="vethd3a300e"} 0 node_network_device_id{device="vethd3ed1c7"} 0 node_network_device_id{device="vethd4b817a"} 0 node_network_device_id{device="vethd4d7b42"} 0 node_network_device_id{device="vethd4e7c2c"} 0 node_network_device_id{device="vethd623391"} 0 node_network_device_id{device="vethd698bb5"} 0 node_network_device_id{device="vethd6a884e"} 0 node_network_device_id{device="vethd77ed8c"} 0 node_network_device_id{device="vethd788961"} 0 node_network_device_id{device="vethd7dd546"} 0 node_network_device_id{device="vethd80ed49"} 0 node_network_device_id{device="vethd81b53c"} 0 node_network_device_id{device="vethd8ae67f"} 0 node_network_device_id{device="vethd9ad995"} 0 node_network_device_id{device="vethda00b2c"} 0 node_network_device_id{device="vethda17b81"} 0 node_network_device_id{device="vethda42a3d"} 0 node_network_device_id{device="vethda8113b"} 0 node_network_device_id{device="vethda97a73"} 0 node_network_device_id{device="vethdcd40f5"} 0 node_network_device_id{device="vethdcd5e9f"} 0 node_network_device_id{device="vethdd7f080"} 0 node_network_device_id{device="vethdd9457a"} 0 node_network_device_id{device="vethddaa2f6"} 0 node_network_device_id{device="vethddd757b"} 0 node_network_device_id{device="vethde484ca"} 0 node_network_device_id{device="vethde84e28"} 0 node_network_device_id{device="vethdee08a0"} 0 node_network_device_id{device="vethdf3c363"} 0 node_network_device_id{device="vethe044dd7"} 0 node_network_device_id{device="vethe0eb635"} 0 node_network_device_id{device="vethe121842"} 0 node_network_device_id{device="vethe17b4b2"} 0 node_network_device_id{device="vethe240296"} 0 node_network_device_id{device="vethe2a6aa2"} 0 node_network_device_id{device="vethe2c776a"} 0 node_network_device_id{device="vethe2ee303"} 0 node_network_device_id{device="vethe3053d7"} 0 node_network_device_id{device="vethe31ca35"} 0 node_network_device_id{device="vethe37671b"} 0 node_network_device_id{device="vethe3a02f4"} 0 node_network_device_id{device="vethe3b4d90"} 0 node_network_device_id{device="vethe4e7a4c"} 0 node_network_device_id{device="vethe52d560"} 0 node_network_device_id{device="vethe69c35e"} 0 node_network_device_id{device="vethe6fd8c5"} 0 node_network_device_id{device="vethe70eee7"} 0 node_network_device_id{device="vethe741a23"} 0 node_network_device_id{device="vethe747942"} 0 node_network_device_id{device="vethe7681a6"} 0 node_network_device_id{device="vethe7756c8"} 0 node_network_device_id{device="vethe85d3d3"} 0 node_network_device_id{device="vethe8c8080"} 0 node_network_device_id{device="vethe90aeb2"} 0 node_network_device_id{device="vethea085b3"} 0 node_network_device_id{device="vetheaf1fb5"} 0 node_network_device_id{device="vetheb12841"} 0 node_network_device_id{device="vetheb390b0"} 0 node_network_device_id{device="vethebf40ec"} 0 node_network_device_id{device="vethebf8ec5"} 0 node_network_device_id{device="vethec38299"} 0 node_network_device_id{device="vethec3b924"} 0 node_network_device_id{device="vethecb745a"} 0 node_network_device_id{device="vethed62efc"} 0 node_network_device_id{device="vethed6b660"} 0 node_network_device_id{device="vethed862f6"} 0 node_network_device_id{device="vethee6cff7"} 0 node_network_device_id{device="vethee8eb9c"} 0 node_network_device_id{device="vetheec35b5"} 0 node_network_device_id{device="vetheec68f2"} 0 node_network_device_id{device="vethef14514"} 0 node_network_device_id{device="vethef7358f"} 0 node_network_device_id{device="vethefc1f2e"} 0 node_network_device_id{device="vethf0b13ba"} 0 node_network_device_id{device="vethf0d9869"} 0 node_network_device_id{device="vethf12362d"} 0 node_network_device_id{device="vethf1fdf1f"} 0 node_network_device_id{device="vethf239d3f"} 0 node_network_device_id{device="vethf2b0340"} 0 node_network_device_id{device="vethf3380cf"} 0 node_network_device_id{device="vethf35de8c"} 0 node_network_device_id{device="vethf3aa0d1"} 0 node_network_device_id{device="vethf3e722c"} 0 node_network_device_id{device="vethf4d422e"} 0 node_network_device_id{device="vethf5878a9"} 0 node_network_device_id{device="vethf60f77c"} 0 node_network_device_id{device="vethf6b618c"} 0 node_network_device_id{device="vethf739350"} 0 node_network_device_id{device="vethf75dfd6"} 0 node_network_device_id{device="vethf7c6492"} 0 node_network_device_id{device="vethf7e7622"} 0 node_network_device_id{device="vethf7f96c4"} 0 node_network_device_id{device="vethf81bb1f"} 0 node_network_device_id{device="vethf831c6e"} 0 node_network_device_id{device="vethf878734"} 0 node_network_device_id{device="vethf8b777e"} 0 node_network_device_id{device="vethf9297c3"} 0 node_network_device_id{device="vethf93ef43"} 0 node_network_device_id{device="vethf9dc188"} 0 node_network_device_id{device="vethfa21f05"} 0 node_network_device_id{device="vethfa7118a"} 0 node_network_device_id{device="vethfa9e5b8"} 0 node_network_device_id{device="vethfad6627"} 0 node_network_device_id{device="vethfb2bfe2"} 0 node_network_device_id{device="vethfb6999a"} 0 node_network_device_id{device="vethfba34d0"} 0 node_network_device_id{device="vethfbee07c"} 0 node_network_device_id{device="vethfc5799c"} 0 node_network_device_id{device="vethfcf4485"} 0 node_network_device_id{device="vethfd434b4"} 0 node_network_device_id{device="vethfd4ae4a"} 0 node_network_device_id{device="vethfdd4d19"} 0 node_network_device_id{device="vethfe2ae54"} 0 node_network_device_id{device="vethfe3f546"} 0 node_network_device_id{device="vethfe695e7"} 0 node_network_device_id{device="vethfe841b8"} 0 node_network_device_id{device="vethfeb3f2a"} 0 node_network_device_id{device="vethfeeef20"} 0 node_network_device_id{device="vethff1f982"} 0 node_network_device_id{device="vethff7d976"} 0 node_network_device_id{device="vethffbce7a"} 0 node_network_device_id{device="vethffe6de7"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0041aebf0bd9"} 0 node_network_dormant{device="br-02669b34ccad"} 0 node_network_dormant{device="br-02823e0b21f8"} 0 node_network_dormant{device="br-035e1584ee12"} 0 node_network_dormant{device="br-03ef3fa9694c"} 0 node_network_dormant{device="br-089331b9c07a"} 0 node_network_dormant{device="br-0d01f742526c"} 0 node_network_dormant{device="br-0d9fdd0cf163"} 0 node_network_dormant{device="br-0f0120b6dc67"} 0 node_network_dormant{device="br-14216610e159"} 0 node_network_dormant{device="br-15dab3c5a2fb"} 0 node_network_dormant{device="br-1612b21b795d"} 0 node_network_dormant{device="br-1824841a31f9"} 0 node_network_dormant{device="br-1c85749e122e"} 0 node_network_dormant{device="br-1da05be17644"} 0 node_network_dormant{device="br-1da1821d18b3"} 0 node_network_dormant{device="br-1de64be72380"} 0 node_network_dormant{device="br-1f9ea77f28ce"} 0 node_network_dormant{device="br-1ff792b398ff"} 0 node_network_dormant{device="br-208ab78feaa3"} 0 node_network_dormant{device="br-217d6415a970"} 0 node_network_dormant{device="br-26801dfb5c9b"} 0 node_network_dormant{device="br-27771a4b5e1c"} 0 node_network_dormant{device="br-2ed3ce7916f4"} 0 node_network_dormant{device="br-301b4c89e775"} 0 node_network_dormant{device="br-3068524ec93f"} 0 node_network_dormant{device="br-317a2bbca622"} 0 node_network_dormant{device="br-349eb65873d4"} 0 node_network_dormant{device="br-34eb4dd7e9c0"} 0 node_network_dormant{device="br-37f17f8c2f41"} 0 node_network_dormant{device="br-3ad09e25ab78"} 0 node_network_dormant{device="br-3d3c5fbec0dd"} 0 node_network_dormant{device="br-3ed5391afb94"} 0 node_network_dormant{device="br-4091e772ca83"} 0 node_network_dormant{device="br-41c4dd613804"} 0 node_network_dormant{device="br-44fbf271d024"} 0 node_network_dormant{device="br-4614b58c6316"} 0 node_network_dormant{device="br-4666f7cfb5ad"} 0 node_network_dormant{device="br-483851ad6d82"} 0 node_network_dormant{device="br-4a66d39e6115"} 0 node_network_dormant{device="br-4f8bcb06bb21"} 0 node_network_dormant{device="br-513a5eb5a5ed"} 0 node_network_dormant{device="br-52ce8deae651"} 0 node_network_dormant{device="br-543616338fa2"} 0 node_network_dormant{device="br-559d36b72748"} 0 node_network_dormant{device="br-5748fcd1e7ca"} 0 node_network_dormant{device="br-58f8dcbfa915"} 0 node_network_dormant{device="br-5cb33e972896"} 0 node_network_dormant{device="br-5cd378a95a50"} 0 node_network_dormant{device="br-5db0c1bc605b"} 0 node_network_dormant{device="br-60f225ebe8cf"} 0 node_network_dormant{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 0 node_network_dormant{device="br-67b6f2b09055"} 0 node_network_dormant{device="br-6801e77b28e6"} 0 node_network_dormant{device="br-731a89c43fe8"} 0 node_network_dormant{device="br-75640dcb1806"} 0 node_network_dormant{device="br-765d504a1648"} 0 node_network_dormant{device="br-7783edd4fb63"} 0 node_network_dormant{device="br-7a05c4b4c71c"} 0 node_network_dormant{device="br-7f1c0840c41b"} 0 node_network_dormant{device="br-7f68c36c365d"} 0 node_network_dormant{device="br-8273700d2b53"} 0 node_network_dormant{device="br-832e21b6735f"} 0 node_network_dormant{device="br-83d5adb104a5"} 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-8cd080cba30d"} 0 node_network_dormant{device="br-8d5f8dfdd165"} 0 node_network_dormant{device="br-8d809ce3c9c6"} 0 node_network_dormant{device="br-91eb434168a3"} 0 node_network_dormant{device="br-94b2fbf06b0d"} 0 node_network_dormant{device="br-94ccc3a0a891"} 0 node_network_dormant{device="br-978ac97c7837"} 0 node_network_dormant{device="br-9dd2a20937e6"} 0 node_network_dormant{device="br-a01a29421e12"} 0 node_network_dormant{device="br-a08ab772e40d"} 0 node_network_dormant{device="br-a1b2b339a0bc"} 0 node_network_dormant{device="br-ab4fc0c8f205"} 0 node_network_dormant{device="br-ab7e8be9c7b8"} 0 node_network_dormant{device="br-ab8f176f7ba4"} 0 node_network_dormant{device="br-b155b277758b"} 0 node_network_dormant{device="br-b9ddcd38e3d5"} 0 node_network_dormant{device="br-bc64dc65c104"} 0 node_network_dormant{device="br-bc673706b5ae"} 0 node_network_dormant{device="br-be8161177ed9"} 0 node_network_dormant{device="br-bfa260e794d9"} 0 node_network_dormant{device="br-c6291428ebee"} 0 node_network_dormant{device="br-c7ec91768290"} 0 node_network_dormant{device="br-c8047895107e"} 0 node_network_dormant{device="br-c86562d687da"} 0 node_network_dormant{device="br-cb14ad5f78d9"} 0 node_network_dormant{device="br-cd22c9cceee9"} 0 node_network_dormant{device="br-cf6b946573c1"} 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-d68147769b09"} 0 node_network_dormant{device="br-d81320e12692"} 0 node_network_dormant{device="br-da621f14fb83"} 0 node_network_dormant{device="br-dc8640f674ee"} 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-e24d302efec6"} 0 node_network_dormant{device="br-e2ebf44ea1f2"} 0 node_network_dormant{device="br-e63b0d1593b5"} 0 node_network_dormant{device="br-ec56c664f289"} 0 node_network_dormant{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 0 node_network_dormant{device="br-fb23b0434540"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0076559"} 0 node_network_dormant{device="veth0106c7a"} 0 node_network_dormant{device="veth01165f0"} 0 node_network_dormant{device="veth01de5af"} 0 node_network_dormant{device="veth0252a2a"} 0 node_network_dormant{device="veth026b5f1"} 0 node_network_dormant{device="veth02d5a2d"} 0 node_network_dormant{device="veth0387d76"} 0 node_network_dormant{device="veth03f1565"} 0 node_network_dormant{device="veth0474396"} 0 node_network_dormant{device="veth04bcbc0"} 0 node_network_dormant{device="veth053af97"} 0 node_network_dormant{device="veth0549182"} 0 node_network_dormant{device="veth054cedc"} 0 node_network_dormant{device="veth05a336b"} 0 node_network_dormant{device="veth05b1403"} 0 node_network_dormant{device="veth05dbfef"} 0 node_network_dormant{device="veth0666583"} 0 node_network_dormant{device="veth073b9c4"} 0 node_network_dormant{device="veth08149de"} 0 node_network_dormant{device="veth0906c73"} 0 node_network_dormant{device="veth0948320"} 0 node_network_dormant{device="veth0aa1c2d"} 0 node_network_dormant{device="veth0acd33e"} 0 node_network_dormant{device="veth0ae79aa"} 0 node_network_dormant{device="veth0af3200"} 0 node_network_dormant{device="veth0b0f675"} 0 node_network_dormant{device="veth0b2f2a0"} 0 node_network_dormant{device="veth0b70bc8"} 0 node_network_dormant{device="veth0d172e4"} 0 node_network_dormant{device="veth0da84c5"} 0 node_network_dormant{device="veth0dda3d7"} 0 node_network_dormant{device="veth0e35f5e"} 0 node_network_dormant{device="veth0eedf53"} 0 node_network_dormant{device="veth0f291f5"} 0 node_network_dormant{device="veth0f4d0ed"} 0 node_network_dormant{device="veth0f85411"} 0 node_network_dormant{device="veth0fce86d"} 0 node_network_dormant{device="veth100fd27"} 0 node_network_dormant{device="veth10227c2"} 0 node_network_dormant{device="veth10693ca"} 0 node_network_dormant{device="veth108735b"} 0 node_network_dormant{device="veth114bf22"} 0 node_network_dormant{device="veth12564dc"} 0 node_network_dormant{device="veth12ef518"} 0 node_network_dormant{device="veth1343dbc"} 0 node_network_dormant{device="veth1394791"} 0 node_network_dormant{device="veth13b4efd"} 0 node_network_dormant{device="veth13de79b"} 0 node_network_dormant{device="veth14dc831"} 0 node_network_dormant{device="veth1513f1b"} 0 node_network_dormant{device="veth1574334"} 0 node_network_dormant{device="veth1596f02"} 0 node_network_dormant{device="veth15c7048"} 0 node_network_dormant{device="veth15fb20f"} 0 node_network_dormant{device="veth160d560"} 0 node_network_dormant{device="veth1632a4e"} 0 node_network_dormant{device="veth1687023"} 0 node_network_dormant{device="veth16b6f88"} 0 node_network_dormant{device="veth16bc448"} 0 node_network_dormant{device="veth1761f88"} 0 node_network_dormant{device="veth17f0f90"} 0 node_network_dormant{device="veth1906b94"} 0 node_network_dormant{device="veth1908d88"} 0 node_network_dormant{device="veth19402da"} 0 node_network_dormant{device="veth194b2c8"} 0 node_network_dormant{device="veth19bdf4c"} 0 node_network_dormant{device="veth19c9513"} 0 node_network_dormant{device="veth1af3324"} 0 node_network_dormant{device="veth1b8e6ca"} 0 node_network_dormant{device="veth1ba4f00"} 0 node_network_dormant{device="veth1ba5627"} 0 node_network_dormant{device="veth1c6c526"} 0 node_network_dormant{device="veth1cb7af3"} 0 node_network_dormant{device="veth1cc7b21"} 0 node_network_dormant{device="veth1d0f4d8"} 0 node_network_dormant{device="veth1d1026d"} 0 node_network_dormant{device="veth1d1c849"} 0 node_network_dormant{device="veth1d28880"} 0 node_network_dormant{device="veth1db323f"} 0 node_network_dormant{device="veth1dfacd2"} 0 node_network_dormant{device="veth1e385fe"} 0 node_network_dormant{device="veth1e5d33a"} 0 node_network_dormant{device="veth1f2d55e"} 0 node_network_dormant{device="veth1fca91e"} 0 node_network_dormant{device="veth203039a"} 0 node_network_dormant{device="veth23495cd"} 0 node_network_dormant{device="veth23db7fb"} 0 node_network_dormant{device="veth24484c9"} 0 node_network_dormant{device="veth24a85f4"} 0 node_network_dormant{device="veth24b4904"} 0 node_network_dormant{device="veth25b04e7"} 0 node_network_dormant{device="veth25c4ced"} 0 node_network_dormant{device="veth2677c54"} 0 node_network_dormant{device="veth26be59d"} 0 node_network_dormant{device="veth2763119"} 0 node_network_dormant{device="veth276dd03"} 0 node_network_dormant{device="veth27ca332"} 0 node_network_dormant{device="veth27e4c1c"} 0 node_network_dormant{device="veth28c678d"} 0 node_network_dormant{device="veth28c8226"} 0 node_network_dormant{device="veth2989c66"} 0 node_network_dormant{device="veth29c349f"} 0 node_network_dormant{device="veth29d825b"} 0 node_network_dormant{device="veth29ee720"} 0 node_network_dormant{device="veth2a756fb"} 0 node_network_dormant{device="veth2b8adb8"} 0 node_network_dormant{device="veth2c4593e"} 0 node_network_dormant{device="veth2d6ab8a"} 0 node_network_dormant{device="veth2dd1c6e"} 0 node_network_dormant{device="veth2e07e70"} 0 node_network_dormant{device="veth2e40990"} 0 node_network_dormant{device="veth2e5abcd"} 0 node_network_dormant{device="veth2e69099"} 0 node_network_dormant{device="veth2f38598"} 0 node_network_dormant{device="veth2ffd510"} 0 node_network_dormant{device="veth30e4f5f"} 0 node_network_dormant{device="veth31b78d8"} 0 node_network_dormant{device="veth31f1351"} 0 node_network_dormant{device="veth338902a"} 0 node_network_dormant{device="veth33b6fcc"} 0 node_network_dormant{device="veth3425c34"} 0 node_network_dormant{device="veth35a0d0a"} 0 node_network_dormant{device="veth35cd0f6"} 0 node_network_dormant{device="veth35d0e81"} 0 node_network_dormant{device="veth361c4b1"} 0 node_network_dormant{device="veth3628cc5"} 0 node_network_dormant{device="veth36528f9"} 0 node_network_dormant{device="veth366ec90"} 0 node_network_dormant{device="veth36d5c28"} 0 node_network_dormant{device="veth36df713"} 0 node_network_dormant{device="veth375db39"} 0 node_network_dormant{device="veth380b2a7"} 0 node_network_dormant{device="veth3830fdd"} 0 node_network_dormant{device="veth386f875"} 0 node_network_dormant{device="veth3887938"} 0 node_network_dormant{device="veth3909a19"} 0 node_network_dormant{device="veth39322e0"} 0 node_network_dormant{device="veth39388ff"} 0 node_network_dormant{device="veth3977d1b"} 0 node_network_dormant{device="veth3a1e789"} 0 node_network_dormant{device="veth3a36ed1"} 0 node_network_dormant{device="veth3a75d41"} 0 node_network_dormant{device="veth3addbbf"} 0 node_network_dormant{device="veth3ae320c"} 0 node_network_dormant{device="veth3bcce56"} 0 node_network_dormant{device="veth3bd884c"} 0 node_network_dormant{device="veth3c3b00b"} 0 node_network_dormant{device="veth3cc3569"} 0 node_network_dormant{device="veth3ceac5b"} 0 node_network_dormant{device="veth3d16828"} 0 node_network_dormant{device="veth3d622be"} 0 node_network_dormant{device="veth3d7014e"} 0 node_network_dormant{device="veth3d871d0"} 0 node_network_dormant{device="veth3d8c990"} 0 node_network_dormant{device="veth3e51ec2"} 0 node_network_dormant{device="veth3fba8fa"} 0 node_network_dormant{device="veth3fcdfb2"} 0 node_network_dormant{device="veth400edd5"} 0 node_network_dormant{device="veth4044f24"} 0 node_network_dormant{device="veth404bd5a"} 0 node_network_dormant{device="veth41723a0"} 0 node_network_dormant{device="veth41dd412"} 0 node_network_dormant{device="veth41ffa22"} 0 node_network_dormant{device="veth42beb99"} 0 node_network_dormant{device="veth4388bb3"} 0 node_network_dormant{device="veth43f0d07"} 0 node_network_dormant{device="veth4431593"} 0 node_network_dormant{device="veth44554c4"} 0 node_network_dormant{device="veth4499dcf"} 0 node_network_dormant{device="veth44b6795"} 0 node_network_dormant{device="veth454590d"} 0 node_network_dormant{device="veth45753b2"} 0 node_network_dormant{device="veth45d8744"} 0 node_network_dormant{device="veth463e5c0"} 0 node_network_dormant{device="veth467de80"} 0 node_network_dormant{device="veth4683144"} 0 node_network_dormant{device="veth46a6eb5"} 0 node_network_dormant{device="veth46dd615"} 0 node_network_dormant{device="veth479a8c8"} 0 node_network_dormant{device="veth47e9160"} 0 node_network_dormant{device="veth48129d5"} 0 node_network_dormant{device="veth48d6056"} 0 node_network_dormant{device="veth4981a73"} 0 node_network_dormant{device="veth49dacab"} 0 node_network_dormant{device="veth49f8bca"} 0 node_network_dormant{device="veth49fa050"} 0 node_network_dormant{device="veth4a87249"} 0 node_network_dormant{device="veth4ae78af"} 0 node_network_dormant{device="veth4b38fc1"} 0 node_network_dormant{device="veth4ba8b40"} 0 node_network_dormant{device="veth4bac263"} 0 node_network_dormant{device="veth4be1e5a"} 0 node_network_dormant{device="veth4c83414"} 0 node_network_dormant{device="veth4db7462"} 0 node_network_dormant{device="veth4e0a606"} 0 node_network_dormant{device="veth4e6aa51"} 0 node_network_dormant{device="veth4e7280a"} 0 node_network_dormant{device="veth4f150d0"} 0 node_network_dormant{device="veth50f3d21"} 0 node_network_dormant{device="veth511957b"} 0 node_network_dormant{device="veth51df910"} 0 node_network_dormant{device="veth5291507"} 0 node_network_dormant{device="veth52b62fe"} 0 node_network_dormant{device="veth52ba1f6"} 0 node_network_dormant{device="veth53803c8"} 0 node_network_dormant{device="veth53ed4ca"} 0 node_network_dormant{device="veth544923a"} 0 node_network_dormant{device="veth549693f"} 0 node_network_dormant{device="veth54d90c8"} 0 node_network_dormant{device="veth54e9d4a"} 0 node_network_dormant{device="veth550dee9"} 0 node_network_dormant{device="veth553ede3"} 0 node_network_dormant{device="veth554fa26"} 0 node_network_dormant{device="veth55a9843"} 0 node_network_dormant{device="veth55b0ec4"} 0 node_network_dormant{device="veth55c73bd"} 0 node_network_dormant{device="veth55cf210"} 0 node_network_dormant{device="veth56b065b"} 0 node_network_dormant{device="veth56ff8d7"} 0 node_network_dormant{device="veth57100d3"} 0 node_network_dormant{device="veth5744d5f"} 0 node_network_dormant{device="veth57a7b7e"} 0 node_network_dormant{device="veth587208b"} 0 node_network_dormant{device="veth59a28f9"} 0 node_network_dormant{device="veth59ec687"} 0 node_network_dormant{device="veth5a2f03c"} 0 node_network_dormant{device="veth5b14b1f"} 0 node_network_dormant{device="veth5be4441"} 0 node_network_dormant{device="veth5cf6db6"} 0 node_network_dormant{device="veth5d5edf1"} 0 node_network_dormant{device="veth5d79629"} 0 node_network_dormant{device="veth5d82bda"} 0 node_network_dormant{device="veth5d9fb18"} 0 node_network_dormant{device="veth5daf2e1"} 0 node_network_dormant{device="veth5e313cb"} 0 node_network_dormant{device="veth5ea5d19"} 0 node_network_dormant{device="veth5ede6bc"} 0 node_network_dormant{device="veth5f2f157"} 0 node_network_dormant{device="veth5f510cc"} 0 node_network_dormant{device="veth5fde4d5"} 0 node_network_dormant{device="veth608f13b"} 0 node_network_dormant{device="veth61c1692"} 0 node_network_dormant{device="veth61e4c6a"} 0 node_network_dormant{device="veth61ff867"} 0 node_network_dormant{device="veth6202b87"} 0 node_network_dormant{device="veth6314682"} 0 node_network_dormant{device="veth636b36b"} 0 node_network_dormant{device="veth63897f4"} 0 node_network_dormant{device="veth63f00f3"} 0 node_network_dormant{device="veth650a5d1"} 0 node_network_dormant{device="veth6558fa6"} 0 node_network_dormant{device="veth658b6f1"} 0 node_network_dormant{device="veth660c9c9"} 0 node_network_dormant{device="veth6634745"} 0 node_network_dormant{device="veth673a8ee"} 0 node_network_dormant{device="veth67a4acc"} 0 node_network_dormant{device="veth68228a8"} 0 node_network_dormant{device="veth698f022"} 0 node_network_dormant{device="veth6a67db5"} 0 node_network_dormant{device="veth6abc990"} 0 node_network_dormant{device="veth6b26cd5"} 0 node_network_dormant{device="veth6ba4916"} 0 node_network_dormant{device="veth6bab3d4"} 0 node_network_dormant{device="veth6bbfa32"} 0 node_network_dormant{device="veth6bd5048"} 0 node_network_dormant{device="veth6bee2a2"} 0 node_network_dormant{device="veth6c11632"} 0 node_network_dormant{device="veth6c22ce2"} 0 node_network_dormant{device="veth6cea1f5"} 0 node_network_dormant{device="veth6d4bf60"} 0 node_network_dormant{device="veth6d7d406"} 0 node_network_dormant{device="veth6dcbb17"} 0 node_network_dormant{device="veth6df542c"} 0 node_network_dormant{device="veth6e9c163"} 0 node_network_dormant{device="veth7070e17"} 0 node_network_dormant{device="veth7119448"} 0 node_network_dormant{device="veth7274c0d"} 0 node_network_dormant{device="veth72b5538"} 0 node_network_dormant{device="veth73188c4"} 0 node_network_dormant{device="veth73352ff"} 0 node_network_dormant{device="veth73fe131"} 0 node_network_dormant{device="veth74afd3b"} 0 node_network_dormant{device="veth7510955"} 0 node_network_dormant{device="veth75451a5"} 0 node_network_dormant{device="veth75454ee"} 0 node_network_dormant{device="veth75848c5"} 0 node_network_dormant{device="veth7599b2a"} 0 node_network_dormant{device="veth76be224"} 0 node_network_dormant{device="veth7742e6d"} 0 node_network_dormant{device="veth7888ef4"} 0 node_network_dormant{device="veth7a8020a"} 0 node_network_dormant{device="veth7ab8ce1"} 0 node_network_dormant{device="veth7af61c3"} 0 node_network_dormant{device="veth7b5560c"} 0 node_network_dormant{device="veth7b924a9"} 0 node_network_dormant{device="veth7ba230c"} 0 node_network_dormant{device="veth7c464a1"} 0 node_network_dormant{device="veth7cb9f47"} 0 node_network_dormant{device="veth7ccb046"} 0 node_network_dormant{device="veth7d44274"} 0 node_network_dormant{device="veth7dbd681"} 0 node_network_dormant{device="veth7e5e9af"} 0 node_network_dormant{device="veth7e62c28"} 0 node_network_dormant{device="veth7f33961"} 0 node_network_dormant{device="veth7fcd6d8"} 0 node_network_dormant{device="veth81e8cb1"} 0 node_network_dormant{device="veth81e92ae"} 0 node_network_dormant{device="veth81fc85c"} 0 node_network_dormant{device="veth82018a0"} 0 node_network_dormant{device="veth828128f"} 0 node_network_dormant{device="veth82e5071"} 0 node_network_dormant{device="veth82f1706"} 0 node_network_dormant{device="veth8358fe5"} 0 node_network_dormant{device="veth837d5f7"} 0 node_network_dormant{device="veth839108d"} 0 node_network_dormant{device="veth83ab132"} 0 node_network_dormant{device="veth83ad98f"} 0 node_network_dormant{device="veth841b54a"} 0 node_network_dormant{device="veth857de99"} 0 node_network_dormant{device="veth85b5354"} 0 node_network_dormant{device="veth86eda43"} 0 node_network_dormant{device="veth86fe81c"} 0 node_network_dormant{device="veth87665ad"} 0 node_network_dormant{device="veth87bf4ae"} 0 node_network_dormant{device="veth881af3b"} 0 node_network_dormant{device="veth8851d0b"} 0 node_network_dormant{device="veth88fa0f6"} 0 node_network_dormant{device="veth8911425"} 0 node_network_dormant{device="veth892e54a"} 0 node_network_dormant{device="veth89576e3"} 0 node_network_dormant{device="veth89bab0e"} 0 node_network_dormant{device="veth8a51411"} 0 node_network_dormant{device="veth8b2635b"} 0 node_network_dormant{device="veth8b27052"} 0 node_network_dormant{device="veth8b2cf5f"} 0 node_network_dormant{device="veth8b9fea2"} 0 node_network_dormant{device="veth8c04fed"} 0 node_network_dormant{device="veth8c0c0d5"} 0 node_network_dormant{device="veth8c16e8a"} 0 node_network_dormant{device="veth8c2ee1a"} 0 node_network_dormant{device="veth8c6cbbf"} 0 node_network_dormant{device="veth8ccc939"} 0 node_network_dormant{device="veth8d04352"} 0 node_network_dormant{device="veth8d0d5bd"} 0 node_network_dormant{device="veth8d1ab7d"} 0 node_network_dormant{device="veth8dc7e7c"} 0 node_network_dormant{device="veth8e411c0"} 0 node_network_dormant{device="veth8f3fa53"} 0 node_network_dormant{device="veth8f4aa08"} 0 node_network_dormant{device="veth8f5fbf7"} 0 node_network_dormant{device="veth8f698a3"} 0 node_network_dormant{device="veth8fb0b53"} 0 node_network_dormant{device="veth8fccdc6"} 0 node_network_dormant{device="veth90c7579"} 0 node_network_dormant{device="veth90ed6a6"} 0 node_network_dormant{device="veth910e8cf"} 0 node_network_dormant{device="veth930c9be"} 0 node_network_dormant{device="veth93112cc"} 0 node_network_dormant{device="veth93a0f8b"} 0 node_network_dormant{device="veth93c6e78"} 0 node_network_dormant{device="veth93cd3ec"} 0 node_network_dormant{device="veth949b686"} 0 node_network_dormant{device="veth94cbabc"} 0 node_network_dormant{device="veth94d91e2"} 0 node_network_dormant{device="veth95de52a"} 0 node_network_dormant{device="veth95e97e6"} 0 node_network_dormant{device="veth963a25f"} 0 node_network_dormant{device="veth9689522"} 0 node_network_dormant{device="veth96a099f"} 0 node_network_dormant{device="veth96a9aed"} 0 node_network_dormant{device="veth9737dfd"} 0 node_network_dormant{device="veth9834720"} 0 node_network_dormant{device="veth98a4f1c"} 0 node_network_dormant{device="veth9900f5c"} 0 node_network_dormant{device="veth9930130"} 0 node_network_dormant{device="veth99bd252"} 0 node_network_dormant{device="veth9a15643"} 0 node_network_dormant{device="veth9a73b47"} 0 node_network_dormant{device="veth9ab5fa5"} 0 node_network_dormant{device="veth9ade6ce"} 0 node_network_dormant{device="veth9ae29fb"} 0 node_network_dormant{device="veth9b006eb"} 0 node_network_dormant{device="veth9b53946"} 0 node_network_dormant{device="veth9b574a3"} 0 node_network_dormant{device="veth9bb0d1d"} 0 node_network_dormant{device="veth9c5f63a"} 0 node_network_dormant{device="veth9cfeb47"} 0 node_network_dormant{device="veth9d3116c"} 0 node_network_dormant{device="veth9d5866a"} 0 node_network_dormant{device="veth9d7f756"} 0 node_network_dormant{device="veth9d95a42"} 0 node_network_dormant{device="veth9dee925"} 0 node_network_dormant{device="veth9e76a8b"} 0 node_network_dormant{device="veth9e9e316"} 0 node_network_dormant{device="veth9f0c2e2"} 0 node_network_dormant{device="veth9f74d58"} 0 node_network_dormant{device="vetha018cbf"} 0 node_network_dormant{device="vetha1ab304"} 0 node_network_dormant{device="vetha1eb306"} 0 node_network_dormant{device="vetha290736"} 0 node_network_dormant{device="vetha2aad37"} 0 node_network_dormant{device="vetha31d6fd"} 0 node_network_dormant{device="vetha334122"} 0 node_network_dormant{device="vetha3852e4"} 0 node_network_dormant{device="vetha4b0907"} 0 node_network_dormant{device="vetha537eb6"} 0 node_network_dormant{device="vetha675b8d"} 0 node_network_dormant{device="vetha678351"} 0 node_network_dormant{device="vetha6bbcc2"} 0 node_network_dormant{device="vetha74cd81"} 0 node_network_dormant{device="vetha780b5e"} 0 node_network_dormant{device="vetha797fe3"} 0 node_network_dormant{device="vetha79a05b"} 0 node_network_dormant{device="vetha7a2d29"} 0 node_network_dormant{device="vetha7ada6f"} 0 node_network_dormant{device="vetha8f009e"} 0 node_network_dormant{device="vetha96ae67"} 0 node_network_dormant{device="vetha997490"} 0 node_network_dormant{device="vetha9b6925"} 0 node_network_dormant{device="vethaa11814"} 0 node_network_dormant{device="vethaa894f6"} 0 node_network_dormant{device="vethab86d4a"} 0 node_network_dormant{device="vethab9afc5"} 0 node_network_dormant{device="vethac080df"} 0 node_network_dormant{device="vethac3a592"} 0 node_network_dormant{device="vethad12781"} 0 node_network_dormant{device="vethad38be0"} 0 node_network_dormant{device="vethad89bb1"} 0 node_network_dormant{device="vethada749e"} 0 node_network_dormant{device="vethadef082"} 0 node_network_dormant{device="vethae5faf9"} 0 node_network_dormant{device="vethaedfacc"} 0 node_network_dormant{device="vethaef0424"} 0 node_network_dormant{device="vethb05b013"} 0 node_network_dormant{device="vethb077d67"} 0 node_network_dormant{device="vethb0a68a0"} 0 node_network_dormant{device="vethb0c284f"} 0 node_network_dormant{device="vethb0df999"} 0 node_network_dormant{device="vethb25b3d8"} 0 node_network_dormant{device="vethb2fbd99"} 0 node_network_dormant{device="vethb3a8415"} 0 node_network_dormant{device="vethb3c68e2"} 0 node_network_dormant{device="vethb3cd903"} 0 node_network_dormant{device="vethb4870f2"} 0 node_network_dormant{device="vethb4da8f7"} 0 node_network_dormant{device="vethb51625b"} 0 node_network_dormant{device="vethb5e3f17"} 0 node_network_dormant{device="vethb60fcbc"} 0 node_network_dormant{device="vethb664d75"} 0 node_network_dormant{device="vethb68caf3"} 0 node_network_dormant{device="vethb77cc8b"} 0 node_network_dormant{device="vethb77f08e"} 0 node_network_dormant{device="vethb80914a"} 0 node_network_dormant{device="vethb8b412e"} 0 node_network_dormant{device="vethb8c2d4e"} 0 node_network_dormant{device="vethb92be35"} 0 node_network_dormant{device="vethb93f442"} 0 node_network_dormant{device="vethb95ceeb"} 0 node_network_dormant{device="vethb995c11"} 0 node_network_dormant{device="vethb9c62b1"} 0 node_network_dormant{device="vethbab5259"} 0 node_network_dormant{device="vethbb3c294"} 0 node_network_dormant{device="vethbbb97f9"} 0 node_network_dormant{device="vethbc1c416"} 0 node_network_dormant{device="vethbc5ca70"} 0 node_network_dormant{device="vethbd1f0db"} 0 node_network_dormant{device="vethbd573f6"} 0 node_network_dormant{device="vethbd7c661"} 0 node_network_dormant{device="vethbe7ea9e"} 0 node_network_dormant{device="vethbec2cbb"} 0 node_network_dormant{device="vethbfcf0a4"} 0 node_network_dormant{device="vethbff0fd3"} 0 node_network_dormant{device="vethc05b060"} 0 node_network_dormant{device="vethc09e03c"} 0 node_network_dormant{device="vethc15d66d"} 0 node_network_dormant{device="vethc196d66"} 0 node_network_dormant{device="vethc1ac58c"} 0 node_network_dormant{device="vethc1c5fcd"} 0 node_network_dormant{device="vethc1ef3da"} 0 node_network_dormant{device="vethc2efd7c"} 0 node_network_dormant{device="vethc314d9e"} 0 node_network_dormant{device="vethc3bdd94"} 0 node_network_dormant{device="vethc3ec1dd"} 0 node_network_dormant{device="vethc4061a9"} 0 node_network_dormant{device="vethc452900"} 0 node_network_dormant{device="vethc45c99c"} 0 node_network_dormant{device="vethc482fb8"} 0 node_network_dormant{device="vethc503d39"} 0 node_network_dormant{device="vethc53c8a6"} 0 node_network_dormant{device="vethc5b4fd7"} 0 node_network_dormant{device="vethc605740"} 0 node_network_dormant{device="vethc6116a4"} 0 node_network_dormant{device="vethc66fb8a"} 0 node_network_dormant{device="vethc6ae4c6"} 0 node_network_dormant{device="vethc6fb5c3"} 0 node_network_dormant{device="vethc774b55"} 0 node_network_dormant{device="vethc7cfbf3"} 0 node_network_dormant{device="vethc7e7ad1"} 0 node_network_dormant{device="vethc8593ec"} 0 node_network_dormant{device="vethc8db878"} 0 node_network_dormant{device="vethc9a9adb"} 0 node_network_dormant{device="vethcc09d95"} 0 node_network_dormant{device="vethcc14215"} 0 node_network_dormant{device="vethcc8ea41"} 0 node_network_dormant{device="vethcccbbc2"} 0 node_network_dormant{device="vethcd037d2"} 0 node_network_dormant{device="vethcd46f50"} 0 node_network_dormant{device="vethcd4f5e4"} 0 node_network_dormant{device="vethcd69036"} 0 node_network_dormant{device="vethcdb9063"} 0 node_network_dormant{device="vethce03e73"} 0 node_network_dormant{device="vethce4911b"} 0 node_network_dormant{device="vethcee6c6b"} 0 node_network_dormant{device="vethcf40450"} 0 node_network_dormant{device="vethd010653"} 0 node_network_dormant{device="vethd015bfd"} 0 node_network_dormant{device="vethd01bced"} 0 node_network_dormant{device="vethd08787c"} 0 node_network_dormant{device="vethd0d2e30"} 0 node_network_dormant{device="vethd12d945"} 0 node_network_dormant{device="vethd16a72f"} 0 node_network_dormant{device="vethd1719c5"} 0 node_network_dormant{device="vethd1871e7"} 0 node_network_dormant{device="vethd25aa3b"} 0 node_network_dormant{device="vethd36eb18"} 0 node_network_dormant{device="vethd3a300e"} 0 node_network_dormant{device="vethd3ed1c7"} 0 node_network_dormant{device="vethd4b817a"} 0 node_network_dormant{device="vethd4d7b42"} 0 node_network_dormant{device="vethd4e7c2c"} 0 node_network_dormant{device="vethd623391"} 0 node_network_dormant{device="vethd698bb5"} 0 node_network_dormant{device="vethd6a884e"} 0 node_network_dormant{device="vethd77ed8c"} 0 node_network_dormant{device="vethd788961"} 0 node_network_dormant{device="vethd7dd546"} 0 node_network_dormant{device="vethd80ed49"} 0 node_network_dormant{device="vethd81b53c"} 0 node_network_dormant{device="vethd8ae67f"} 0 node_network_dormant{device="vethd9ad995"} 0 node_network_dormant{device="vethda00b2c"} 0 node_network_dormant{device="vethda17b81"} 0 node_network_dormant{device="vethda42a3d"} 0 node_network_dormant{device="vethda8113b"} 0 node_network_dormant{device="vethda97a73"} 0 node_network_dormant{device="vethdcd40f5"} 0 node_network_dormant{device="vethdcd5e9f"} 0 node_network_dormant{device="vethdd7f080"} 0 node_network_dormant{device="vethdd9457a"} 0 node_network_dormant{device="vethddaa2f6"} 0 node_network_dormant{device="vethddd757b"} 0 node_network_dormant{device="vethde484ca"} 0 node_network_dormant{device="vethde84e28"} 0 node_network_dormant{device="vethdee08a0"} 0 node_network_dormant{device="vethdf3c363"} 0 node_network_dormant{device="vethe044dd7"} 0 node_network_dormant{device="vethe0eb635"} 0 node_network_dormant{device="vethe121842"} 0 node_network_dormant{device="vethe17b4b2"} 0 node_network_dormant{device="vethe240296"} 0 node_network_dormant{device="vethe2a6aa2"} 0 node_network_dormant{device="vethe2c776a"} 0 node_network_dormant{device="vethe2ee303"} 0 node_network_dormant{device="vethe3053d7"} 0 node_network_dormant{device="vethe31ca35"} 0 node_network_dormant{device="vethe37671b"} 0 node_network_dormant{device="vethe3a02f4"} 0 node_network_dormant{device="vethe3b4d90"} 0 node_network_dormant{device="vethe4e7a4c"} 0 node_network_dormant{device="vethe52d560"} 0 node_network_dormant{device="vethe69c35e"} 0 node_network_dormant{device="vethe6fd8c5"} 0 node_network_dormant{device="vethe70eee7"} 0 node_network_dormant{device="vethe741a23"} 0 node_network_dormant{device="vethe747942"} 0 node_network_dormant{device="vethe7681a6"} 0 node_network_dormant{device="vethe7756c8"} 0 node_network_dormant{device="vethe85d3d3"} 0 node_network_dormant{device="vethe8c8080"} 0 node_network_dormant{device="vethe90aeb2"} 0 node_network_dormant{device="vethea085b3"} 0 node_network_dormant{device="vetheaf1fb5"} 0 node_network_dormant{device="vetheb12841"} 0 node_network_dormant{device="vetheb390b0"} 0 node_network_dormant{device="vethebf40ec"} 0 node_network_dormant{device="vethebf8ec5"} 0 node_network_dormant{device="vethec38299"} 0 node_network_dormant{device="vethec3b924"} 0 node_network_dormant{device="vethecb745a"} 0 node_network_dormant{device="vethed62efc"} 0 node_network_dormant{device="vethed6b660"} 0 node_network_dormant{device="vethed862f6"} 0 node_network_dormant{device="vethee6cff7"} 0 node_network_dormant{device="vethee8eb9c"} 0 node_network_dormant{device="vetheec35b5"} 0 node_network_dormant{device="vetheec68f2"} 0 node_network_dormant{device="vethef14514"} 0 node_network_dormant{device="vethef7358f"} 0 node_network_dormant{device="vethefc1f2e"} 0 node_network_dormant{device="vethf0b13ba"} 0 node_network_dormant{device="vethf0d9869"} 0 node_network_dormant{device="vethf12362d"} 0 node_network_dormant{device="vethf1fdf1f"} 0 node_network_dormant{device="vethf239d3f"} 0 node_network_dormant{device="vethf2b0340"} 0 node_network_dormant{device="vethf3380cf"} 0 node_network_dormant{device="vethf35de8c"} 0 node_network_dormant{device="vethf3aa0d1"} 0 node_network_dormant{device="vethf3e722c"} 0 node_network_dormant{device="vethf4d422e"} 0 node_network_dormant{device="vethf5878a9"} 0 node_network_dormant{device="vethf60f77c"} 0 node_network_dormant{device="vethf6b618c"} 0 node_network_dormant{device="vethf739350"} 0 node_network_dormant{device="vethf75dfd6"} 0 node_network_dormant{device="vethf7c6492"} 0 node_network_dormant{device="vethf7e7622"} 0 node_network_dormant{device="vethf7f96c4"} 0 node_network_dormant{device="vethf81bb1f"} 0 node_network_dormant{device="vethf831c6e"} 0 node_network_dormant{device="vethf878734"} 0 node_network_dormant{device="vethf8b777e"} 0 node_network_dormant{device="vethf9297c3"} 0 node_network_dormant{device="vethf93ef43"} 0 node_network_dormant{device="vethf9dc188"} 0 node_network_dormant{device="vethfa21f05"} 0 node_network_dormant{device="vethfa7118a"} 0 node_network_dormant{device="vethfa9e5b8"} 0 node_network_dormant{device="vethfad6627"} 0 node_network_dormant{device="vethfb2bfe2"} 0 node_network_dormant{device="vethfb6999a"} 0 node_network_dormant{device="vethfba34d0"} 0 node_network_dormant{device="vethfbee07c"} 0 node_network_dormant{device="vethfc5799c"} 0 node_network_dormant{device="vethfcf4485"} 0 node_network_dormant{device="vethfd434b4"} 0 node_network_dormant{device="vethfd4ae4a"} 0 node_network_dormant{device="vethfdd4d19"} 0 node_network_dormant{device="vethfe2ae54"} 0 node_network_dormant{device="vethfe3f546"} 0 node_network_dormant{device="vethfe695e7"} 0 node_network_dormant{device="vethfe841b8"} 0 node_network_dormant{device="vethfeb3f2a"} 0 node_network_dormant{device="vethfeeef20"} 0 node_network_dormant{device="vethff1f982"} 0 node_network_dormant{device="vethff7d976"} 0 node_network_dormant{device="vethffbce7a"} 0 node_network_dormant{device="vethffe6de7"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0041aebf0bd9"} 4099 node_network_flags{device="br-02669b34ccad"} 4099 node_network_flags{device="br-02823e0b21f8"} 4099 node_network_flags{device="br-035e1584ee12"} 4099 node_network_flags{device="br-03ef3fa9694c"} 4099 node_network_flags{device="br-089331b9c07a"} 4099 node_network_flags{device="br-0d01f742526c"} 4099 node_network_flags{device="br-0d9fdd0cf163"} 4099 node_network_flags{device="br-0f0120b6dc67"} 4099 node_network_flags{device="br-14216610e159"} 4099 node_network_flags{device="br-15dab3c5a2fb"} 4099 node_network_flags{device="br-1612b21b795d"} 4099 node_network_flags{device="br-1824841a31f9"} 4099 node_network_flags{device="br-1c85749e122e"} 4099 node_network_flags{device="br-1da05be17644"} 4099 node_network_flags{device="br-1da1821d18b3"} 4099 node_network_flags{device="br-1de64be72380"} 4099 node_network_flags{device="br-1f9ea77f28ce"} 4099 node_network_flags{device="br-1ff792b398ff"} 4099 node_network_flags{device="br-208ab78feaa3"} 4099 node_network_flags{device="br-217d6415a970"} 4099 node_network_flags{device="br-26801dfb5c9b"} 4099 node_network_flags{device="br-27771a4b5e1c"} 4099 node_network_flags{device="br-2ed3ce7916f4"} 4099 node_network_flags{device="br-301b4c89e775"} 4099 node_network_flags{device="br-3068524ec93f"} 4099 node_network_flags{device="br-317a2bbca622"} 4099 node_network_flags{device="br-349eb65873d4"} 4099 node_network_flags{device="br-34eb4dd7e9c0"} 4099 node_network_flags{device="br-37f17f8c2f41"} 4099 node_network_flags{device="br-3ad09e25ab78"} 4099 node_network_flags{device="br-3d3c5fbec0dd"} 4099 node_network_flags{device="br-3ed5391afb94"} 4099 node_network_flags{device="br-4091e772ca83"} 4099 node_network_flags{device="br-41c4dd613804"} 4099 node_network_flags{device="br-44fbf271d024"} 4099 node_network_flags{device="br-4614b58c6316"} 4099 node_network_flags{device="br-4666f7cfb5ad"} 4099 node_network_flags{device="br-483851ad6d82"} 4099 node_network_flags{device="br-4a66d39e6115"} 4099 node_network_flags{device="br-4f8bcb06bb21"} 4099 node_network_flags{device="br-513a5eb5a5ed"} 4099 node_network_flags{device="br-52ce8deae651"} 4099 node_network_flags{device="br-543616338fa2"} 4099 node_network_flags{device="br-559d36b72748"} 4099 node_network_flags{device="br-5748fcd1e7ca"} 4099 node_network_flags{device="br-58f8dcbfa915"} 4099 node_network_flags{device="br-5cb33e972896"} 4099 node_network_flags{device="br-5cd378a95a50"} 4099 node_network_flags{device="br-5db0c1bc605b"} 4099 node_network_flags{device="br-60f225ebe8cf"} 4099 node_network_flags{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 4099 node_network_flags{device="br-67b6f2b09055"} 4099 node_network_flags{device="br-6801e77b28e6"} 4099 node_network_flags{device="br-731a89c43fe8"} 4099 node_network_flags{device="br-75640dcb1806"} 4099 node_network_flags{device="br-765d504a1648"} 4099 node_network_flags{device="br-7783edd4fb63"} 4099 node_network_flags{device="br-7a05c4b4c71c"} 4099 node_network_flags{device="br-7f1c0840c41b"} 4099 node_network_flags{device="br-7f68c36c365d"} 4099 node_network_flags{device="br-8273700d2b53"} 4099 node_network_flags{device="br-832e21b6735f"} 4099 node_network_flags{device="br-83d5adb104a5"} 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-8cd080cba30d"} 4099 node_network_flags{device="br-8d5f8dfdd165"} 4099 node_network_flags{device="br-8d809ce3c9c6"} 4099 node_network_flags{device="br-91eb434168a3"} 4099 node_network_flags{device="br-94b2fbf06b0d"} 4099 node_network_flags{device="br-94ccc3a0a891"} 4099 node_network_flags{device="br-978ac97c7837"} 4099 node_network_flags{device="br-9dd2a20937e6"} 4099 node_network_flags{device="br-a01a29421e12"} 4099 node_network_flags{device="br-a08ab772e40d"} 4099 node_network_flags{device="br-a1b2b339a0bc"} 4099 node_network_flags{device="br-ab4fc0c8f205"} 4099 node_network_flags{device="br-ab7e8be9c7b8"} 4099 node_network_flags{device="br-ab8f176f7ba4"} 4099 node_network_flags{device="br-b155b277758b"} 4099 node_network_flags{device="br-b9ddcd38e3d5"} 4099 node_network_flags{device="br-bc64dc65c104"} 4099 node_network_flags{device="br-bc673706b5ae"} 4099 node_network_flags{device="br-be8161177ed9"} 4099 node_network_flags{device="br-bfa260e794d9"} 4099 node_network_flags{device="br-c6291428ebee"} 4099 node_network_flags{device="br-c7ec91768290"} 4099 node_network_flags{device="br-c8047895107e"} 4099 node_network_flags{device="br-c86562d687da"} 4099 node_network_flags{device="br-cb14ad5f78d9"} 4099 node_network_flags{device="br-cd22c9cceee9"} 4099 node_network_flags{device="br-cf6b946573c1"} 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-d68147769b09"} 4099 node_network_flags{device="br-d81320e12692"} 4099 node_network_flags{device="br-da621f14fb83"} 4099 node_network_flags{device="br-dc8640f674ee"} 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-e24d302efec6"} 4099 node_network_flags{device="br-e2ebf44ea1f2"} 4099 node_network_flags{device="br-e63b0d1593b5"} 4099 node_network_flags{device="br-ec56c664f289"} 4099 node_network_flags{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 4099 node_network_flags{device="br-fb23b0434540"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0076559"} 4867 node_network_flags{device="veth0106c7a"} 4867 node_network_flags{device="veth01165f0"} 4867 node_network_flags{device="veth01de5af"} 4867 node_network_flags{device="veth0252a2a"} 4867 node_network_flags{device="veth026b5f1"} 4867 node_network_flags{device="veth02d5a2d"} 4867 node_network_flags{device="veth0387d76"} 4867 node_network_flags{device="veth03f1565"} 4867 node_network_flags{device="veth0474396"} 4867 node_network_flags{device="veth04bcbc0"} 4867 node_network_flags{device="veth053af97"} 4867 node_network_flags{device="veth0549182"} 4867 node_network_flags{device="veth054cedc"} 4867 node_network_flags{device="veth05a336b"} 4867 node_network_flags{device="veth05b1403"} 4867 node_network_flags{device="veth05dbfef"} 4867 node_network_flags{device="veth0666583"} 4867 node_network_flags{device="veth073b9c4"} 4867 node_network_flags{device="veth08149de"} 4867 node_network_flags{device="veth0906c73"} 4867 node_network_flags{device="veth0948320"} 4867 node_network_flags{device="veth0aa1c2d"} 4867 node_network_flags{device="veth0acd33e"} 4867 node_network_flags{device="veth0ae79aa"} 4867 node_network_flags{device="veth0af3200"} 4867 node_network_flags{device="veth0b0f675"} 4867 node_network_flags{device="veth0b2f2a0"} 4867 node_network_flags{device="veth0b70bc8"} 4867 node_network_flags{device="veth0d172e4"} 4867 node_network_flags{device="veth0da84c5"} 4867 node_network_flags{device="veth0dda3d7"} 4867 node_network_flags{device="veth0e35f5e"} 4867 node_network_flags{device="veth0eedf53"} 4867 node_network_flags{device="veth0f291f5"} 4867 node_network_flags{device="veth0f4d0ed"} 4867 node_network_flags{device="veth0f85411"} 4867 node_network_flags{device="veth0fce86d"} 4867 node_network_flags{device="veth100fd27"} 4867 node_network_flags{device="veth10227c2"} 4867 node_network_flags{device="veth10693ca"} 4867 node_network_flags{device="veth108735b"} 4867 node_network_flags{device="veth114bf22"} 4867 node_network_flags{device="veth12564dc"} 4867 node_network_flags{device="veth12ef518"} 4867 node_network_flags{device="veth1343dbc"} 4867 node_network_flags{device="veth1394791"} 4867 node_network_flags{device="veth13b4efd"} 4867 node_network_flags{device="veth13de79b"} 4867 node_network_flags{device="veth14dc831"} 4867 node_network_flags{device="veth1513f1b"} 4867 node_network_flags{device="veth1574334"} 4867 node_network_flags{device="veth1596f02"} 4867 node_network_flags{device="veth15c7048"} 4867 node_network_flags{device="veth15fb20f"} 4867 node_network_flags{device="veth160d560"} 4867 node_network_flags{device="veth1632a4e"} 4867 node_network_flags{device="veth1687023"} 4867 node_network_flags{device="veth16b6f88"} 4867 node_network_flags{device="veth16bc448"} 4867 node_network_flags{device="veth1761f88"} 4867 node_network_flags{device="veth17f0f90"} 4867 node_network_flags{device="veth1906b94"} 4867 node_network_flags{device="veth1908d88"} 4867 node_network_flags{device="veth19402da"} 4867 node_network_flags{device="veth194b2c8"} 4867 node_network_flags{device="veth19bdf4c"} 4867 node_network_flags{device="veth19c9513"} 4867 node_network_flags{device="veth1af3324"} 4867 node_network_flags{device="veth1b8e6ca"} 4867 node_network_flags{device="veth1ba4f00"} 4867 node_network_flags{device="veth1ba5627"} 4867 node_network_flags{device="veth1c6c526"} 4867 node_network_flags{device="veth1cb7af3"} 4867 node_network_flags{device="veth1cc7b21"} 4867 node_network_flags{device="veth1d0f4d8"} 4867 node_network_flags{device="veth1d1026d"} 4867 node_network_flags{device="veth1d1c849"} 4867 node_network_flags{device="veth1d28880"} 4867 node_network_flags{device="veth1db323f"} 4867 node_network_flags{device="veth1dfacd2"} 4867 node_network_flags{device="veth1e385fe"} 4867 node_network_flags{device="veth1e5d33a"} 4867 node_network_flags{device="veth1f2d55e"} 4867 node_network_flags{device="veth1fca91e"} 4867 node_network_flags{device="veth203039a"} 4867 node_network_flags{device="veth23495cd"} 4867 node_network_flags{device="veth23db7fb"} 4867 node_network_flags{device="veth24484c9"} 4867 node_network_flags{device="veth24a85f4"} 4867 node_network_flags{device="veth24b4904"} 4867 node_network_flags{device="veth25b04e7"} 4867 node_network_flags{device="veth25c4ced"} 4867 node_network_flags{device="veth2677c54"} 4867 node_network_flags{device="veth26be59d"} 4867 node_network_flags{device="veth2763119"} 4867 node_network_flags{device="veth276dd03"} 4867 node_network_flags{device="veth27ca332"} 4867 node_network_flags{device="veth27e4c1c"} 4867 node_network_flags{device="veth28c678d"} 4867 node_network_flags{device="veth28c8226"} 4867 node_network_flags{device="veth2989c66"} 4867 node_network_flags{device="veth29c349f"} 4867 node_network_flags{device="veth29d825b"} 4867 node_network_flags{device="veth29ee720"} 4867 node_network_flags{device="veth2a756fb"} 4867 node_network_flags{device="veth2b8adb8"} 4867 node_network_flags{device="veth2c4593e"} 4867 node_network_flags{device="veth2d6ab8a"} 4867 node_network_flags{device="veth2dd1c6e"} 4867 node_network_flags{device="veth2e07e70"} 4867 node_network_flags{device="veth2e40990"} 4867 node_network_flags{device="veth2e5abcd"} 4867 node_network_flags{device="veth2e69099"} 4867 node_network_flags{device="veth2f38598"} 4867 node_network_flags{device="veth2ffd510"} 4867 node_network_flags{device="veth30e4f5f"} 4867 node_network_flags{device="veth31b78d8"} 4867 node_network_flags{device="veth31f1351"} 4867 node_network_flags{device="veth338902a"} 4867 node_network_flags{device="veth33b6fcc"} 4867 node_network_flags{device="veth3425c34"} 4867 node_network_flags{device="veth35a0d0a"} 4867 node_network_flags{device="veth35cd0f6"} 4867 node_network_flags{device="veth35d0e81"} 4867 node_network_flags{device="veth361c4b1"} 4867 node_network_flags{device="veth3628cc5"} 4867 node_network_flags{device="veth36528f9"} 4867 node_network_flags{device="veth366ec90"} 4867 node_network_flags{device="veth36d5c28"} 4867 node_network_flags{device="veth36df713"} 4867 node_network_flags{device="veth375db39"} 4867 node_network_flags{device="veth378c30a"} 4098 node_network_flags{device="veth380b2a7"} 4867 node_network_flags{device="veth3830fdd"} 4867 node_network_flags{device="veth386f875"} 4867 node_network_flags{device="veth3887938"} 4867 node_network_flags{device="veth38e5192"} 4098 node_network_flags{device="veth3909a19"} 4867 node_network_flags{device="veth39322e0"} 4867 node_network_flags{device="veth39388ff"} 4867 node_network_flags{device="veth3977d1b"} 4867 node_network_flags{device="veth3a1e789"} 4867 node_network_flags{device="veth3a36ed1"} 4867 node_network_flags{device="veth3a75d41"} 4867 node_network_flags{device="veth3addbbf"} 4867 node_network_flags{device="veth3ae320c"} 4867 node_network_flags{device="veth3bcce56"} 4867 node_network_flags{device="veth3bd884c"} 4867 node_network_flags{device="veth3c3b00b"} 4867 node_network_flags{device="veth3cc3569"} 4867 node_network_flags{device="veth3ceac5b"} 4867 node_network_flags{device="veth3d16828"} 4867 node_network_flags{device="veth3d622be"} 4867 node_network_flags{device="veth3d7014e"} 4867 node_network_flags{device="veth3d871d0"} 4867 node_network_flags{device="veth3d8c990"} 4867 node_network_flags{device="veth3e51ec2"} 4867 node_network_flags{device="veth3fba8fa"} 4867 node_network_flags{device="veth3fcdfb2"} 4867 node_network_flags{device="veth400edd5"} 4867 node_network_flags{device="veth4044f24"} 4867 node_network_flags{device="veth404bd5a"} 4867 node_network_flags{device="veth41723a0"} 4867 node_network_flags{device="veth41dd412"} 4867 node_network_flags{device="veth41ffa22"} 4867 node_network_flags{device="veth42beb99"} 4867 node_network_flags{device="veth4388bb3"} 4867 node_network_flags{device="veth43f0d07"} 4867 node_network_flags{device="veth4431593"} 4867 node_network_flags{device="veth44554c4"} 4867 node_network_flags{device="veth4499dcf"} 4867 node_network_flags{device="veth44b6795"} 4867 node_network_flags{device="veth454590d"} 4867 node_network_flags{device="veth45753b2"} 4867 node_network_flags{device="veth45d8744"} 4867 node_network_flags{device="veth463e5c0"} 4867 node_network_flags{device="veth467de80"} 4867 node_network_flags{device="veth4683144"} 4867 node_network_flags{device="veth46a6eb5"} 4867 node_network_flags{device="veth46dd615"} 4867 node_network_flags{device="veth479a8c8"} 4867 node_network_flags{device="veth47e9160"} 4867 node_network_flags{device="veth48129d5"} 4867 node_network_flags{device="veth48d6056"} 4867 node_network_flags{device="veth4981a73"} 4867 node_network_flags{device="veth49dacab"} 4867 node_network_flags{device="veth49f8bca"} 4867 node_network_flags{device="veth49fa050"} 4867 node_network_flags{device="veth4a87249"} 4867 node_network_flags{device="veth4ae78af"} 4867 node_network_flags{device="veth4b38fc1"} 4867 node_network_flags{device="veth4ba8b40"} 4867 node_network_flags{device="veth4bac263"} 4867 node_network_flags{device="veth4be1e5a"} 4867 node_network_flags{device="veth4c83414"} 4867 node_network_flags{device="veth4d0f67a"} 4098 node_network_flags{device="veth4db7462"} 4867 node_network_flags{device="veth4e0a606"} 4867 node_network_flags{device="veth4e6aa51"} 4867 node_network_flags{device="veth4e7280a"} 4867 node_network_flags{device="veth4f150d0"} 4867 node_network_flags{device="veth50f3d21"} 4867 node_network_flags{device="veth511957b"} 4867 node_network_flags{device="veth51df910"} 4867 node_network_flags{device="veth5291507"} 4867 node_network_flags{device="veth52b62fe"} 4867 node_network_flags{device="veth52ba1f6"} 4867 node_network_flags{device="veth53803c8"} 4867 node_network_flags{device="veth53ed4ca"} 4867 node_network_flags{device="veth544923a"} 4867 node_network_flags{device="veth549693f"} 4867 node_network_flags{device="veth54d90c8"} 4867 node_network_flags{device="veth54e9d4a"} 4867 node_network_flags{device="veth550dee9"} 4867 node_network_flags{device="veth553ede3"} 4867 node_network_flags{device="veth554fa26"} 4867 node_network_flags{device="veth55a9843"} 4867 node_network_flags{device="veth55b0ec4"} 4867 node_network_flags{device="veth55c73bd"} 4867 node_network_flags{device="veth55cf210"} 4867 node_network_flags{device="veth56b065b"} 4867 node_network_flags{device="veth56ff8d7"} 4867 node_network_flags{device="veth57100d3"} 4867 node_network_flags{device="veth5744d5f"} 4867 node_network_flags{device="veth57a7b7e"} 4867 node_network_flags{device="veth587208b"} 4867 node_network_flags{device="veth59a28f9"} 4867 node_network_flags{device="veth59ec687"} 4867 node_network_flags{device="veth5a2f03c"} 4867 node_network_flags{device="veth5b14b1f"} 4867 node_network_flags{device="veth5be4441"} 4867 node_network_flags{device="veth5cf6db6"} 4867 node_network_flags{device="veth5d5edf1"} 4867 node_network_flags{device="veth5d79629"} 4867 node_network_flags{device="veth5d82bda"} 4867 node_network_flags{device="veth5d9fb18"} 4867 node_network_flags{device="veth5daf2e1"} 4867 node_network_flags{device="veth5e313cb"} 4867 node_network_flags{device="veth5ea5d19"} 4867 node_network_flags{device="veth5ede6bc"} 4867 node_network_flags{device="veth5f2f157"} 4867 node_network_flags{device="veth5f510cc"} 4867 node_network_flags{device="veth5fde4d5"} 4867 node_network_flags{device="veth608f13b"} 4867 node_network_flags{device="veth61c1692"} 4867 node_network_flags{device="veth61e4c6a"} 4867 node_network_flags{device="veth61ff867"} 4867 node_network_flags{device="veth6202b87"} 4867 node_network_flags{device="veth6314682"} 4867 node_network_flags{device="veth636b36b"} 4867 node_network_flags{device="veth63897f4"} 4867 node_network_flags{device="veth63f00f3"} 4867 node_network_flags{device="veth650a5d1"} 4867 node_network_flags{device="veth6558fa6"} 4867 node_network_flags{device="veth658b6f1"} 4867 node_network_flags{device="veth660c9c9"} 4867 node_network_flags{device="veth6634745"} 4867 node_network_flags{device="veth673a8ee"} 4867 node_network_flags{device="veth67a4acc"} 4867 node_network_flags{device="veth68228a8"} 4867 node_network_flags{device="veth698f022"} 4867 node_network_flags{device="veth6a67db5"} 4867 node_network_flags{device="veth6abc990"} 4867 node_network_flags{device="veth6b26cd5"} 4867 node_network_flags{device="veth6ba4916"} 4867 node_network_flags{device="veth6bab3d4"} 4867 node_network_flags{device="veth6bbfa32"} 4867 node_network_flags{device="veth6bd5048"} 4867 node_network_flags{device="veth6bee2a2"} 4867 node_network_flags{device="veth6c11632"} 4867 node_network_flags{device="veth6c22ce2"} 4867 node_network_flags{device="veth6cea1f5"} 4867 node_network_flags{device="veth6d4bf60"} 4867 node_network_flags{device="veth6d7d406"} 4867 node_network_flags{device="veth6dcbb17"} 4867 node_network_flags{device="veth6df542c"} 4867 node_network_flags{device="veth6e9c163"} 4867 node_network_flags{device="veth7070e17"} 4867 node_network_flags{device="veth7119448"} 4867 node_network_flags{device="veth7274c0d"} 4867 node_network_flags{device="veth72b5538"} 4867 node_network_flags{device="veth73188c4"} 4867 node_network_flags{device="veth73352ff"} 4867 node_network_flags{device="veth73fe131"} 4867 node_network_flags{device="veth74afd3b"} 4867 node_network_flags{device="veth7510955"} 4867 node_network_flags{device="veth75451a5"} 4867 node_network_flags{device="veth75454ee"} 4867 node_network_flags{device="veth75848c5"} 4867 node_network_flags{device="veth7599b2a"} 4867 node_network_flags{device="veth76be224"} 4867 node_network_flags{device="veth7742e6d"} 4867 node_network_flags{device="veth7888ef4"} 4867 node_network_flags{device="veth7a8020a"} 4867 node_network_flags{device="veth7ab8ce1"} 4867 node_network_flags{device="veth7af61c3"} 4867 node_network_flags{device="veth7b5560c"} 4867 node_network_flags{device="veth7b924a9"} 4867 node_network_flags{device="veth7ba230c"} 4867 node_network_flags{device="veth7c464a1"} 4867 node_network_flags{device="veth7cb9f47"} 4867 node_network_flags{device="veth7ccb046"} 4867 node_network_flags{device="veth7d44274"} 4867 node_network_flags{device="veth7dbd681"} 4867 node_network_flags{device="veth7e5e9af"} 4867 node_network_flags{device="veth7e62c28"} 4867 node_network_flags{device="veth7f33961"} 4867 node_network_flags{device="veth7fcd6d8"} 4867 node_network_flags{device="veth81e8cb1"} 4867 node_network_flags{device="veth81e92ae"} 4867 node_network_flags{device="veth81fc85c"} 4867 node_network_flags{device="veth82018a0"} 4867 node_network_flags{device="veth828128f"} 4867 node_network_flags{device="veth82e5071"} 4867 node_network_flags{device="veth82f1706"} 4867 node_network_flags{device="veth8358fe5"} 4867 node_network_flags{device="veth837d5f7"} 4867 node_network_flags{device="veth839108d"} 4867 node_network_flags{device="veth83ab132"} 4867 node_network_flags{device="veth83ad98f"} 4867 node_network_flags{device="veth841b54a"} 4867 node_network_flags{device="veth857de99"} 4867 node_network_flags{device="veth85b5354"} 4867 node_network_flags{device="veth86eda43"} 4867 node_network_flags{device="veth86fe81c"} 4867 node_network_flags{device="veth87665ad"} 4867 node_network_flags{device="veth87bf4ae"} 4867 node_network_flags{device="veth881af3b"} 4867 node_network_flags{device="veth8851d0b"} 4867 node_network_flags{device="veth88fa0f6"} 4867 node_network_flags{device="veth8911425"} 4867 node_network_flags{device="veth892e54a"} 4867 node_network_flags{device="veth89576e3"} 4867 node_network_flags{device="veth89bab0e"} 4867 node_network_flags{device="veth8a51411"} 4867 node_network_flags{device="veth8b2635b"} 4867 node_network_flags{device="veth8b27052"} 4867 node_network_flags{device="veth8b2cf5f"} 4867 node_network_flags{device="veth8b9fea2"} 4867 node_network_flags{device="veth8c04fed"} 4867 node_network_flags{device="veth8c0c0d5"} 4867 node_network_flags{device="veth8c16e8a"} 4867 node_network_flags{device="veth8c2ee1a"} 4867 node_network_flags{device="veth8c6cbbf"} 4867 node_network_flags{device="veth8ccc939"} 4867 node_network_flags{device="veth8d04352"} 4867 node_network_flags{device="veth8d0d5bd"} 4867 node_network_flags{device="veth8d1ab7d"} 4867 node_network_flags{device="veth8dc7e7c"} 4867 node_network_flags{device="veth8e411c0"} 4867 node_network_flags{device="veth8f3fa53"} 4867 node_network_flags{device="veth8f4aa08"} 4867 node_network_flags{device="veth8f5fbf7"} 4867 node_network_flags{device="veth8f698a3"} 4867 node_network_flags{device="veth8fb0b53"} 4867 node_network_flags{device="veth8fccdc6"} 4867 node_network_flags{device="veth90c7579"} 4867 node_network_flags{device="veth90ed6a6"} 4867 node_network_flags{device="veth910e8cf"} 4867 node_network_flags{device="veth930c9be"} 4867 node_network_flags{device="veth93112cc"} 4867 node_network_flags{device="veth93a0f8b"} 4867 node_network_flags{device="veth93c6e78"} 4867 node_network_flags{device="veth93cd3ec"} 4867 node_network_flags{device="veth949b686"} 4867 node_network_flags{device="veth94cbabc"} 4867 node_network_flags{device="veth94d91e2"} 4867 node_network_flags{device="veth95de52a"} 4867 node_network_flags{device="veth95e97e6"} 4867 node_network_flags{device="veth963a25f"} 4867 node_network_flags{device="veth9689522"} 4867 node_network_flags{device="veth96a099f"} 4867 node_network_flags{device="veth96a9aed"} 4867 node_network_flags{device="veth9737dfd"} 4867 node_network_flags{device="veth9834720"} 4867 node_network_flags{device="veth98a4f1c"} 4867 node_network_flags{device="veth9900f5c"} 4867 node_network_flags{device="veth9930130"} 4867 node_network_flags{device="veth99bd252"} 4867 node_network_flags{device="veth9a15643"} 4867 node_network_flags{device="veth9a73b47"} 4867 node_network_flags{device="veth9ab5fa5"} 4867 node_network_flags{device="veth9ade6ce"} 4867 node_network_flags{device="veth9ae29fb"} 4867 node_network_flags{device="veth9b006eb"} 4867 node_network_flags{device="veth9b53946"} 4867 node_network_flags{device="veth9b574a3"} 4867 node_network_flags{device="veth9bb0d1d"} 4867 node_network_flags{device="veth9c5f63a"} 4867 node_network_flags{device="veth9cfeb47"} 4867 node_network_flags{device="veth9d3116c"} 4867 node_network_flags{device="veth9d5866a"} 4867 node_network_flags{device="veth9d7f756"} 4867 node_network_flags{device="veth9d95a42"} 4867 node_network_flags{device="veth9dee925"} 4867 node_network_flags{device="veth9e76a8b"} 4867 node_network_flags{device="veth9e9e316"} 4867 node_network_flags{device="veth9f0c2e2"} 4867 node_network_flags{device="veth9f74d58"} 4867 node_network_flags{device="vetha018cbf"} 4867 node_network_flags{device="vetha1ab304"} 4867 node_network_flags{device="vetha1eb306"} 4867 node_network_flags{device="vetha290736"} 4867 node_network_flags{device="vetha2aad37"} 4867 node_network_flags{device="vetha31d6fd"} 4867 node_network_flags{device="vetha334122"} 4867 node_network_flags{device="vetha3852e4"} 4867 node_network_flags{device="vetha4b0907"} 4867 node_network_flags{device="vetha537eb6"} 4867 node_network_flags{device="vetha675b8d"} 4867 node_network_flags{device="vetha678351"} 4867 node_network_flags{device="vetha6bbcc2"} 4867 node_network_flags{device="vetha74cd81"} 4867 node_network_flags{device="vetha780b5e"} 4867 node_network_flags{device="vetha797fe3"} 4867 node_network_flags{device="vetha79a05b"} 4867 node_network_flags{device="vetha7a2d29"} 4867 node_network_flags{device="vetha7ada6f"} 4867 node_network_flags{device="vetha8f009e"} 4867 node_network_flags{device="vetha96ae67"} 4867 node_network_flags{device="vetha997490"} 4867 node_network_flags{device="vetha9b6925"} 4867 node_network_flags{device="vethaa11814"} 4867 node_network_flags{device="vethaa894f6"} 4867 node_network_flags{device="vethab86d4a"} 4867 node_network_flags{device="vethab9afc5"} 4867 node_network_flags{device="vethac080df"} 4867 node_network_flags{device="vethac3a592"} 4867 node_network_flags{device="vethad12781"} 4867 node_network_flags{device="vethad38be0"} 4867 node_network_flags{device="vethad89bb1"} 4867 node_network_flags{device="vethada749e"} 4867 node_network_flags{device="vethadef082"} 4867 node_network_flags{device="vethae5faf9"} 4867 node_network_flags{device="vethaedfacc"} 4867 node_network_flags{device="vethaef0424"} 4867 node_network_flags{device="vethb05b013"} 4867 node_network_flags{device="vethb077d67"} 4867 node_network_flags{device="vethb0a68a0"} 4867 node_network_flags{device="vethb0c284f"} 4867 node_network_flags{device="vethb0df999"} 4867 node_network_flags{device="vethb25b3d8"} 4867 node_network_flags{device="vethb2fbd99"} 4867 node_network_flags{device="vethb3a8415"} 4867 node_network_flags{device="vethb3c68e2"} 4867 node_network_flags{device="vethb3cd903"} 4867 node_network_flags{device="vethb4870f2"} 4867 node_network_flags{device="vethb4da8f7"} 4867 node_network_flags{device="vethb51625b"} 4867 node_network_flags{device="vethb5e3f17"} 4867 node_network_flags{device="vethb60fcbc"} 4867 node_network_flags{device="vethb664d75"} 4867 node_network_flags{device="vethb68caf3"} 4867 node_network_flags{device="vethb77cc8b"} 4867 node_network_flags{device="vethb77f08e"} 4867 node_network_flags{device="vethb80914a"} 4867 node_network_flags{device="vethb8b412e"} 4867 node_network_flags{device="vethb8c2d4e"} 4867 node_network_flags{device="vethb92be35"} 4867 node_network_flags{device="vethb93f442"} 4867 node_network_flags{device="vethb95ceeb"} 4867 node_network_flags{device="vethb995c11"} 4867 node_network_flags{device="vethb9c62b1"} 4867 node_network_flags{device="vethbab5259"} 4867 node_network_flags{device="vethbb3c294"} 4867 node_network_flags{device="vethbbb97f9"} 4867 node_network_flags{device="vethbc1c416"} 4867 node_network_flags{device="vethbc5ca70"} 4867 node_network_flags{device="vethbd1f0db"} 4867 node_network_flags{device="vethbd573f6"} 4867 node_network_flags{device="vethbd7c661"} 4867 node_network_flags{device="vethbe7ea9e"} 4867 node_network_flags{device="vethbec2cbb"} 4867 node_network_flags{device="vethbfcf0a4"} 4867 node_network_flags{device="vethbff0fd3"} 4867 node_network_flags{device="vethc05b060"} 4867 node_network_flags{device="vethc09e03c"} 4867 node_network_flags{device="vethc15d66d"} 4867 node_network_flags{device="vethc196d66"} 4867 node_network_flags{device="vethc1ac58c"} 4867 node_network_flags{device="vethc1c5fcd"} 4867 node_network_flags{device="vethc1ef3da"} 4867 node_network_flags{device="vethc2efd7c"} 4867 node_network_flags{device="vethc314d9e"} 4867 node_network_flags{device="vethc3bdd94"} 4867 node_network_flags{device="vethc3ec1dd"} 4867 node_network_flags{device="vethc4061a9"} 4867 node_network_flags{device="vethc452900"} 4867 node_network_flags{device="vethc45c99c"} 4867 node_network_flags{device="vethc482fb8"} 4867 node_network_flags{device="vethc503d39"} 4867 node_network_flags{device="vethc53c8a6"} 4867 node_network_flags{device="vethc5b4fd7"} 4867 node_network_flags{device="vethc605740"} 4867 node_network_flags{device="vethc6116a4"} 4867 node_network_flags{device="vethc66fb8a"} 4867 node_network_flags{device="vethc6ae4c6"} 4867 node_network_flags{device="vethc6fb5c3"} 4867 node_network_flags{device="vethc774b55"} 4867 node_network_flags{device="vethc7cfbf3"} 4867 node_network_flags{device="vethc7e7ad1"} 4867 node_network_flags{device="vethc8593ec"} 4867 node_network_flags{device="vethc8db878"} 4867 node_network_flags{device="vethc9a9adb"} 4867 node_network_flags{device="vethcc09d95"} 4867 node_network_flags{device="vethcc14215"} 4867 node_network_flags{device="vethcc8ea41"} 4867 node_network_flags{device="vethcccbbc2"} 4867 node_network_flags{device="vethcd037d2"} 4867 node_network_flags{device="vethcd46f50"} 4867 node_network_flags{device="vethcd4f5e4"} 4867 node_network_flags{device="vethcd69036"} 4867 node_network_flags{device="vethcdb9063"} 4867 node_network_flags{device="vethce03e73"} 4867 node_network_flags{device="vethce4911b"} 4867 node_network_flags{device="vethcee6c6b"} 4867 node_network_flags{device="vethcf40450"} 4867 node_network_flags{device="vethd010653"} 4867 node_network_flags{device="vethd015bfd"} 4867 node_network_flags{device="vethd01bced"} 4867 node_network_flags{device="vethd08787c"} 4867 node_network_flags{device="vethd0d2e30"} 4867 node_network_flags{device="vethd12d945"} 4867 node_network_flags{device="vethd16a72f"} 4867 node_network_flags{device="vethd1719c5"} 4867 node_network_flags{device="vethd1871e7"} 4867 node_network_flags{device="vethd25aa3b"} 4867 node_network_flags{device="vethd36eb18"} 4867 node_network_flags{device="vethd3a300e"} 4867 node_network_flags{device="vethd3ed1c7"} 4867 node_network_flags{device="vethd4b817a"} 4867 node_network_flags{device="vethd4d7b42"} 4867 node_network_flags{device="vethd4e7c2c"} 4867 node_network_flags{device="vethd623391"} 4867 node_network_flags{device="vethd698bb5"} 4867 node_network_flags{device="vethd6a884e"} 4867 node_network_flags{device="vethd77ed8c"} 4867 node_network_flags{device="vethd788961"} 4867 node_network_flags{device="vethd7dd546"} 4867 node_network_flags{device="vethd80ed49"} 4867 node_network_flags{device="vethd81b53c"} 4867 node_network_flags{device="vethd8ae67f"} 4867 node_network_flags{device="vethd9ad995"} 4867 node_network_flags{device="vethda00b2c"} 4867 node_network_flags{device="vethda17b81"} 4867 node_network_flags{device="vethda42a3d"} 4867 node_network_flags{device="vethda8113b"} 4867 node_network_flags{device="vethda97a73"} 4867 node_network_flags{device="vethdcd40f5"} 4867 node_network_flags{device="vethdcd5e9f"} 4867 node_network_flags{device="vethdd7f080"} 4867 node_network_flags{device="vethdd9457a"} 4867 node_network_flags{device="vethddaa2f6"} 4867 node_network_flags{device="vethddd757b"} 4867 node_network_flags{device="vethde484ca"} 4867 node_network_flags{device="vethde84e28"} 4867 node_network_flags{device="vethdee08a0"} 4867 node_network_flags{device="vethdf3c363"} 4867 node_network_flags{device="vethe044dd7"} 4867 node_network_flags{device="vethe0eb635"} 4867 node_network_flags{device="vethe121842"} 4867 node_network_flags{device="vethe17b4b2"} 4867 node_network_flags{device="vethe240296"} 4867 node_network_flags{device="vethe2a6aa2"} 4867 node_network_flags{device="vethe2c776a"} 4867 node_network_flags{device="vethe2ee303"} 4867 node_network_flags{device="vethe3053d7"} 4867 node_network_flags{device="vethe31ca35"} 4867 node_network_flags{device="vethe37671b"} 4867 node_network_flags{device="vethe3a02f4"} 4867 node_network_flags{device="vethe3b4d90"} 4867 node_network_flags{device="vethe4e7a4c"} 4867 node_network_flags{device="vethe52d560"} 4867 node_network_flags{device="vethe69c35e"} 4867 node_network_flags{device="vethe6fd8c5"} 4867 node_network_flags{device="vethe70eee7"} 4867 node_network_flags{device="vethe741a23"} 4867 node_network_flags{device="vethe747942"} 4867 node_network_flags{device="vethe7681a6"} 4867 node_network_flags{device="vethe7756c8"} 4867 node_network_flags{device="vethe85d3d3"} 4867 node_network_flags{device="vethe8c8080"} 4867 node_network_flags{device="vethe90aeb2"} 4867 node_network_flags{device="vethea085b3"} 4867 node_network_flags{device="vetheaf1fb5"} 4867 node_network_flags{device="vetheb12841"} 4867 node_network_flags{device="vetheb390b0"} 4867 node_network_flags{device="vethebf40ec"} 4867 node_network_flags{device="vethebf8ec5"} 4867 node_network_flags{device="vethec38299"} 4867 node_network_flags{device="vethec3b924"} 4867 node_network_flags{device="vethecb745a"} 4867 node_network_flags{device="vethed62efc"} 4867 node_network_flags{device="vethed6b660"} 4867 node_network_flags{device="vethed862f6"} 4867 node_network_flags{device="vethee6cff7"} 4867 node_network_flags{device="vethee8eb9c"} 4867 node_network_flags{device="vetheec35b5"} 4867 node_network_flags{device="vetheec68f2"} 4867 node_network_flags{device="vethef14514"} 4867 node_network_flags{device="vethef7358f"} 4867 node_network_flags{device="vethefc1f2e"} 4867 node_network_flags{device="vethf0b13ba"} 4867 node_network_flags{device="vethf0d9869"} 4867 node_network_flags{device="vethf12362d"} 4867 node_network_flags{device="vethf1fdf1f"} 4867 node_network_flags{device="vethf239d3f"} 4867 node_network_flags{device="vethf2b0340"} 4867 node_network_flags{device="vethf3380cf"} 4867 node_network_flags{device="vethf35de8c"} 4867 node_network_flags{device="vethf3aa0d1"} 4867 node_network_flags{device="vethf3e722c"} 4867 node_network_flags{device="vethf4d422e"} 4867 node_network_flags{device="vethf5878a9"} 4867 node_network_flags{device="vethf60f77c"} 4867 node_network_flags{device="vethf6b618c"} 4867 node_network_flags{device="vethf739350"} 4867 node_network_flags{device="vethf75dfd6"} 4867 node_network_flags{device="vethf7c6492"} 4867 node_network_flags{device="vethf7e7622"} 4867 node_network_flags{device="vethf7f96c4"} 4867 node_network_flags{device="vethf81bb1f"} 4867 node_network_flags{device="vethf831c6e"} 4867 node_network_flags{device="vethf878734"} 4867 node_network_flags{device="vethf8b777e"} 4867 node_network_flags{device="vethf9297c3"} 4867 node_network_flags{device="vethf93ef43"} 4867 node_network_flags{device="vethf9dc188"} 4867 node_network_flags{device="vethfa21f05"} 4867 node_network_flags{device="vethfa7118a"} 4867 node_network_flags{device="vethfa9e5b8"} 4867 node_network_flags{device="vethfad6627"} 4867 node_network_flags{device="vethfb2bfe2"} 4867 node_network_flags{device="vethfb6999a"} 4867 node_network_flags{device="vethfba34d0"} 4867 node_network_flags{device="vethfbee07c"} 4867 node_network_flags{device="vethfc5799c"} 4867 node_network_flags{device="vethfcf4485"} 4867 node_network_flags{device="vethfd434b4"} 4867 node_network_flags{device="vethfd4ae4a"} 4867 node_network_flags{device="vethfdd4d19"} 4867 node_network_flags{device="vethfe2ae54"} 4867 node_network_flags{device="vethfe3f546"} 4867 node_network_flags{device="vethfe695e7"} 4867 node_network_flags{device="vethfe841b8"} 4867 node_network_flags{device="vethfeb3f2a"} 4867 node_network_flags{device="vethfeeef20"} 4867 node_network_flags{device="vethff1f982"} 4867 node_network_flags{device="vethff7d976"} 4867 node_network_flags{device="vethffbce7a"} 4867 node_network_flags{device="vethffe6de7"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0041aebf0bd9"} 1.119696e+06 node_network_iface_id{device="br-02669b34ccad"} 1.001504e+06 node_network_iface_id{device="br-02823e0b21f8"} 651831 node_network_iface_id{device="br-035e1584ee12"} 1.14498e+06 node_network_iface_id{device="br-03ef3fa9694c"} 1.143436e+06 node_network_iface_id{device="br-089331b9c07a"} 31 node_network_iface_id{device="br-0d01f742526c"} 3 node_network_iface_id{device="br-0d9fdd0cf163"} 32 node_network_iface_id{device="br-0f0120b6dc67"} 93 node_network_iface_id{device="br-14216610e159"} 1.141566e+06 node_network_iface_id{device="br-15dab3c5a2fb"} 4 node_network_iface_id{device="br-1612b21b795d"} 1.141832e+06 node_network_iface_id{device="br-1824841a31f9"} 1.145947e+06 node_network_iface_id{device="br-1c85749e122e"} 17 node_network_iface_id{device="br-1da05be17644"} 94 node_network_iface_id{device="br-1da1821d18b3"} 402650 node_network_iface_id{device="br-1de64be72380"} 54 node_network_iface_id{device="br-1f9ea77f28ce"} 1.143307e+06 node_network_iface_id{device="br-1ff792b398ff"} 1.143691e+06 node_network_iface_id{device="br-208ab78feaa3"} 432160 node_network_iface_id{device="br-217d6415a970"} 18 node_network_iface_id{device="br-26801dfb5c9b"} 87 node_network_iface_id{device="br-27771a4b5e1c"} 436628 node_network_iface_id{device="br-2ed3ce7916f4"} 1.141695e+06 node_network_iface_id{device="br-301b4c89e775"} 1.112049e+06 node_network_iface_id{device="br-3068524ec93f"} 33 node_network_iface_id{device="br-317a2bbca622"} 820283 node_network_iface_id{device="br-349eb65873d4"} 470344 node_network_iface_id{device="br-34eb4dd7e9c0"} 1.145592e+06 node_network_iface_id{device="br-37f17f8c2f41"} 1.141756e+06 node_network_iface_id{device="br-3ad09e25ab78"} 37 node_network_iface_id{device="br-3d3c5fbec0dd"} 69 node_network_iface_id{device="br-3ed5391afb94"} 1.144837e+06 node_network_iface_id{device="br-4091e772ca83"} 19 node_network_iface_id{device="br-41c4dd613804"} 76 node_network_iface_id{device="br-44fbf271d024"} 6 node_network_iface_id{device="br-4614b58c6316"} 1.142602e+06 node_network_iface_id{device="br-4666f7cfb5ad"} 1.145934e+06 node_network_iface_id{device="br-483851ad6d82"} 55 node_network_iface_id{device="br-4a66d39e6115"} 88 node_network_iface_id{device="br-4f8bcb06bb21"} 49 node_network_iface_id{device="br-513a5eb5a5ed"} 820005 node_network_iface_id{device="br-52ce8deae651"} 29 node_network_iface_id{device="br-543616338fa2"} 1.140097e+06 node_network_iface_id{device="br-559d36b72748"} 436527 node_network_iface_id{device="br-5748fcd1e7ca"} 498334 node_network_iface_id{device="br-58f8dcbfa915"} 20 node_network_iface_id{device="br-5cb33e972896"} 1.146019e+06 node_network_iface_id{device="br-5cd378a95a50"} 1.140136e+06 node_network_iface_id{device="br-5db0c1bc605b"} 56 node_network_iface_id{device="br-60f225ebe8cf"} 38 node_network_iface_id{device="br-64b6b9d2e3c4"} 63 node_network_iface_id{device="br-65c3891cde69"} 1.140175e+06 node_network_iface_id{device="br-6654a6f415ef"} 624740 node_network_iface_id{device="br-666a1a84be8e"} 42 node_network_iface_id{device="br-6768f5ac4ee7"} 1.145551e+06 node_network_iface_id{device="br-67b6f2b09055"} 507212 node_network_iface_id{device="br-6801e77b28e6"} 96 node_network_iface_id{device="br-731a89c43fe8"} 1.145892e+06 node_network_iface_id{device="br-75640dcb1806"} 64 node_network_iface_id{device="br-765d504a1648"} 951388 node_network_iface_id{device="br-7783edd4fb63"} 23 node_network_iface_id{device="br-7a05c4b4c71c"} 470021 node_network_iface_id{device="br-7f1c0840c41b"} 70 node_network_iface_id{device="br-7f68c36c365d"} 1.143477e+06 node_network_iface_id{device="br-8273700d2b53"} 24 node_network_iface_id{device="br-832e21b6735f"} 77 node_network_iface_id{device="br-83d5adb104a5"} 78 node_network_iface_id{device="br-89456f9f0577"} 14 node_network_iface_id{device="br-8c4c62bbb4ac"} 86 node_network_iface_id{device="br-8c90f08921d2"} 1.143256e+06 node_network_iface_id{device="br-8cd080cba30d"} 265731 node_network_iface_id{device="br-8d5f8dfdd165"} 15 node_network_iface_id{device="br-8d809ce3c9c6"} 51 node_network_iface_id{device="br-91eb434168a3"} 80 node_network_iface_id{device="br-94b2fbf06b0d"} 43 node_network_iface_id{device="br-94ccc3a0a891"} 1.143147e+06 node_network_iface_id{device="br-978ac97c7837"} 21 node_network_iface_id{device="br-9dd2a20937e6"} 264622 node_network_iface_id{device="br-a01a29421e12"} 65 node_network_iface_id{device="br-a08ab772e40d"} 1.145964e+06 node_network_iface_id{device="br-a1b2b339a0bc"} 60 node_network_iface_id{device="br-ab4fc0c8f205"} 25 node_network_iface_id{device="br-ab7e8be9c7b8"} 81 node_network_iface_id{device="br-ab8f176f7ba4"} 1.145752e+06 node_network_iface_id{device="br-b155b277758b"} 1.145921e+06 node_network_iface_id{device="br-b9ddcd38e3d5"} 8 node_network_iface_id{device="br-bc64dc65c104"} 1.142639e+06 node_network_iface_id{device="br-bc673706b5ae"} 1.145731e+06 node_network_iface_id{device="br-be8161177ed9"} 40 node_network_iface_id{device="br-bfa260e794d9"} 44 node_network_iface_id{device="br-c6291428ebee"} 539827 node_network_iface_id{device="br-c7ec91768290"} 74 node_network_iface_id{device="br-c8047895107e"} 470143 node_network_iface_id{device="br-c86562d687da"} 82 node_network_iface_id{device="br-cb14ad5f78d9"} 1.144682e+06 node_network_iface_id{device="br-cd22c9cceee9"} 1.145109e+06 node_network_iface_id{device="br-cf6b946573c1"} 9 node_network_iface_id{device="br-d461c29e6aa7"} 66 node_network_iface_id{device="br-d4ad227661d1"} 35 node_network_iface_id{device="br-d5a100d1afd1"} 83 node_network_iface_id{device="br-d6403551d086"} 26 node_network_iface_id{device="br-d68147769b09"} 45 node_network_iface_id{device="br-d81320e12692"} 1.145068e+06 node_network_iface_id{device="br-da621f14fb83"} 1.119671e+06 node_network_iface_id{device="br-dc8640f674ee"} 1.14006e+06 node_network_iface_id{device="br-dc87a7504ded"} 46 node_network_iface_id{device="br-ddaa8bdc0119"} 67 node_network_iface_id{device="br-ddc45447112f"} 41 node_network_iface_id{device="br-e24d302efec6"} 30 node_network_iface_id{device="br-e2ebf44ea1f2"} 1.143097e+06 node_network_iface_id{device="br-e63b0d1593b5"} 72 node_network_iface_id{device="br-ec56c664f289"} 61 node_network_iface_id{device="br-f0e9da5289c2"} 90 node_network_iface_id{device="br-f33d4e889abc"} 92 node_network_iface_id{device="br-f4b381c64696"} 951303 node_network_iface_id{device="br-f5d79f441cea"} 999479 node_network_iface_id{device="br-f645f15c7927"} 91 node_network_iface_id{device="br-f7269b4b25bf"} 73 node_network_iface_id{device="br-fb23b0434540"} 1.143589e+06 node_network_iface_id{device="docker0"} 1.137664e+06 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0076559"} 1.144349e+06 node_network_iface_id{device="veth0106c7a"} 1.143823e+06 node_network_iface_id{device="veth01165f0"} 1.144203e+06 node_network_iface_id{device="veth01de5af"} 1.138459e+06 node_network_iface_id{device="veth0252a2a"} 1.142632e+06 node_network_iface_id{device="veth026b5f1"} 1.138281e+06 node_network_iface_id{device="veth02d5a2d"} 1.139279e+06 node_network_iface_id{device="veth0387d76"} 1.144871e+06 node_network_iface_id{device="veth03f1565"} 1.138179e+06 node_network_iface_id{device="veth0474396"} 1.145929e+06 node_network_iface_id{device="veth04bcbc0"} 1.138223e+06 node_network_iface_id{device="veth053af97"} 1.143515e+06 node_network_iface_id{device="veth0549182"} 1.144171e+06 node_network_iface_id{device="veth054cedc"} 1.141594e+06 node_network_iface_id{device="veth05a336b"} 1.139257e+06 node_network_iface_id{device="veth05b1403"} 1.145933e+06 node_network_iface_id{device="veth05dbfef"} 1.138099e+06 node_network_iface_id{device="veth0666583"} 1.138349e+06 node_network_iface_id{device="veth073b9c4"} 1.144225e+06 node_network_iface_id{device="veth08149de"} 1.145788e+06 node_network_iface_id{device="veth0906c73"} 1.138061e+06 node_network_iface_id{device="veth0948320"} 1.144175e+06 node_network_iface_id{device="veth0aa1c2d"} 1.144453e+06 node_network_iface_id{device="veth0acd33e"} 1.145944e+06 node_network_iface_id{device="veth0ae79aa"} 1.142675e+06 node_network_iface_id{device="veth0af3200"} 1.144641e+06 node_network_iface_id{device="veth0b0f675"} 1.144449e+06 node_network_iface_id{device="veth0b2f2a0"} 1.144297e+06 node_network_iface_id{device="veth0b70bc8"} 1.140205e+06 node_network_iface_id{device="veth0d172e4"} 1.137993e+06 node_network_iface_id{device="veth0da84c5"} 1.137959e+06 node_network_iface_id{device="veth0dda3d7"} 1.144193e+06 node_network_iface_id{device="veth0e35f5e"} 1.143931e+06 node_network_iface_id{device="veth0eedf53"} 1.138461e+06 node_network_iface_id{device="veth0f291f5"} 1.137973e+06 node_network_iface_id{device="veth0f4d0ed"} 1.144207e+06 node_network_iface_id{device="veth0f85411"} 1.138377e+06 node_network_iface_id{device="veth0fce86d"} 1.138037e+06 node_network_iface_id{device="veth100fd27"} 1.144605e+06 node_network_iface_id{device="veth10227c2"} 1.139965e+06 node_network_iface_id{device="veth10693ca"} 1.141836e+06 node_network_iface_id{device="veth108735b"} 1.138421e+06 node_network_iface_id{device="veth114bf22"} 1.139233e+06 node_network_iface_id{device="veth12564dc"} 1.144467e+06 node_network_iface_id{device="veth12ef518"} 1.138083e+06 node_network_iface_id{device="veth1343dbc"} 1.138323e+06 node_network_iface_id{device="veth1394791"} 1.144593e+06 node_network_iface_id{device="veth13b4efd"} 1.138311e+06 node_network_iface_id{device="veth13de79b"} 1.14263e+06 node_network_iface_id{device="veth14dc831"} 1.143955e+06 node_network_iface_id{device="veth1513f1b"} 1.143879e+06 node_network_iface_id{device="veth1574334"} 1.142665e+06 node_network_iface_id{device="veth1596f02"} 1.138085e+06 node_network_iface_id{device="veth15c7048"} 1.139999e+06 node_network_iface_id{device="veth15fb20f"} 1.138231e+06 node_network_iface_id{device="veth160d560"} 1.144345e+06 node_network_iface_id{device="veth1632a4e"} 1.137953e+06 node_network_iface_id{device="veth1687023"} 1.138315e+06 node_network_iface_id{device="veth16b6f88"} 1.138043e+06 node_network_iface_id{device="veth16bc448"} 1.143897e+06 node_network_iface_id{device="veth1761f88"} 1.144151e+06 node_network_iface_id{device="veth17f0f90"} 1.143278e+06 node_network_iface_id{device="veth1906b94"} 1.143282e+06 node_network_iface_id{device="veth1908d88"} 1.144714e+06 node_network_iface_id{device="veth19402da"} 1.138305e+06 node_network_iface_id{device="veth194b2c8"} 1.144415e+06 node_network_iface_id{device="veth19bdf4c"} 1.144433e+06 node_network_iface_id{device="veth19c9513"} 1.145908e+06 node_network_iface_id{device="veth1af3324"} 1.139517e+06 node_network_iface_id{device="veth1b8e6ca"} 1.144019e+06 node_network_iface_id{device="veth1ba4f00"} 1.145012e+06 node_network_iface_id{device="veth1ba5627"} 1.143849e+06 node_network_iface_id{device="veth1c6c526"} 1.144581e+06 node_network_iface_id{device="veth1cb7af3"} 1.137967e+06 node_network_iface_id{device="veth1cc7b21"} 1.138147e+06 node_network_iface_id{device="veth1d0f4d8"} 1.145143e+06 node_network_iface_id{device="veth1d1026d"} 1.144085e+06 node_network_iface_id{device="veth1d1c849"} 1.138301e+06 node_network_iface_id{device="veth1d28880"} 1.138105e+06 node_network_iface_id{device="veth1db323f"} 1.144716e+06 node_network_iface_id{device="veth1dfacd2"} 1.145808e+06 node_network_iface_id{device="veth1e385fe"} 1.146051e+06 node_network_iface_id{device="veth1e5d33a"} 1.146047e+06 node_network_iface_id{device="veth1f2d55e"} 1.143999e+06 node_network_iface_id{device="veth1fca91e"} 1.138125e+06 node_network_iface_id{device="veth203039a"} 1.144253e+06 node_network_iface_id{device="veth23495cd"} 1.144465e+06 node_network_iface_id{device="veth23db7fb"} 1.138373e+06 node_network_iface_id{device="veth24484c9"} 1.145014e+06 node_network_iface_id{device="veth24a85f4"} 1.144481e+06 node_network_iface_id{device="veth24b4904"} 1.144655e+06 node_network_iface_id{device="veth25b04e7"} 1.140019e+06 node_network_iface_id{device="veth25c4ced"} 1.143981e+06 node_network_iface_id{device="veth2677c54"} 1.139221e+06 node_network_iface_id{device="veth26be59d"} 1.144279e+06 node_network_iface_id{device="veth2763119"} 1.143859e+06 node_network_iface_id{device="veth276dd03"} 1.145898e+06 node_network_iface_id{device="veth27ca332"} 1.138095e+06 node_network_iface_id{device="veth27e4c1c"} 1.138171e+06 node_network_iface_id{device="veth28c678d"} 1.144251e+06 node_network_iface_id{device="veth28c8226"} 1.144335e+06 node_network_iface_id{device="veth2989c66"} 1.138427e+06 node_network_iface_id{device="veth29c349f"} 1.138021e+06 node_network_iface_id{device="veth29d825b"} 1.138201e+06 node_network_iface_id{device="veth29ee720"} 1.138469e+06 node_network_iface_id{device="veth2a756fb"} 1.140003e+06 node_network_iface_id{device="veth2b8adb8"} 1.137987e+06 node_network_iface_id{device="veth2c4593e"} 1.138241e+06 node_network_iface_id{device="veth2d6ab8a"} 1.144425e+06 node_network_iface_id{device="veth2dd1c6e"} 1.138213e+06 node_network_iface_id{device="veth2e07e70"} 1.144479e+06 node_network_iface_id{device="veth2e40990"} 1.145961e+06 node_network_iface_id{device="veth2e5abcd"} 1.144033e+06 node_network_iface_id{device="veth2e69099"} 1.14598e+06 node_network_iface_id{device="veth2f38598"} 1.144573e+06 node_network_iface_id{device="veth2ffd510"} 1.140211e+06 node_network_iface_id{device="veth30e4f5f"} 1.144355e+06 node_network_iface_id{device="veth31b78d8"} 1.139347e+06 node_network_iface_id{device="veth31f1351"} 1.138283e+06 node_network_iface_id{device="veth338902a"} 1.144003e+06 node_network_iface_id{device="veth33b6fcc"} 1.138067e+06 node_network_iface_id{device="veth3425c34"} 1.144095e+06 node_network_iface_id{device="veth35a0d0a"} 1.143899e+06 node_network_iface_id{device="veth35cd0f6"} 1.144351e+06 node_network_iface_id{device="veth35d0e81"} 1.138371e+06 node_network_iface_id{device="veth361c4b1"} 1.144039e+06 node_network_iface_id{device="veth3628cc5"} 1.144281e+06 node_network_iface_id{device="veth36528f9"} 1.143985e+06 node_network_iface_id{device="veth366ec90"} 1.138029e+06 node_network_iface_id{device="veth36d5c28"} 1.144393e+06 node_network_iface_id{device="veth36df713"} 1.138049e+06 node_network_iface_id{device="veth375db39"} 1.144317e+06 node_network_iface_id{device="veth378c30a"} 2079 node_network_iface_id{device="veth380b2a7"} 1.143843e+06 node_network_iface_id{device="veth3830fdd"} 1.144145e+06 node_network_iface_id{device="veth386f875"} 1.144081e+06 node_network_iface_id{device="veth3887938"} 1.145589e+06 node_network_iface_id{device="veth38e5192"} 2081 node_network_iface_id{device="veth3909a19"} 1.137989e+06 node_network_iface_id{device="veth39322e0"} 1.143883e+06 node_network_iface_id{device="veth39388ff"} 1.14579e+06 node_network_iface_id{device="veth3977d1b"} 1.140017e+06 node_network_iface_id{device="veth3a1e789"} 1.139963e+06 node_network_iface_id{device="veth3a36ed1"} 1.145583e+06 node_network_iface_id{device="veth3a75d41"} 1.143169e+06 node_network_iface_id{device="veth3addbbf"} 1.144595e+06 node_network_iface_id{device="veth3ae320c"} 1.144469e+06 node_network_iface_id{device="veth3bcce56"} 1.144337e+06 node_network_iface_id{device="veth3bd884c"} 1.144125e+06 node_network_iface_id{device="veth3c3b00b"} 1.144521e+06 node_network_iface_id{device="veth3cc3569"} 1.143173e+06 node_network_iface_id{device="veth3ceac5b"} 1.139329e+06 node_network_iface_id{device="veth3d16828"} 1.144421e+06 node_network_iface_id{device="veth3d622be"} 1.138189e+06 node_network_iface_id{device="veth3d7014e"} 1.144295e+06 node_network_iface_id{device="veth3d871d0"} 1.143507e+06 node_network_iface_id{device="veth3d8c990"} 1.141598e+06 node_network_iface_id{device="veth3e51ec2"} 1.144547e+06 node_network_iface_id{device="veth3fba8fa"} 1.145624e+06 node_network_iface_id{device="veth3fcdfb2"} 1.146055e+06 node_network_iface_id{device="veth400edd5"} 1.145106e+06 node_network_iface_id{device="veth4044f24"} 1.143929e+06 node_network_iface_id{device="veth404bd5a"} 1.138443e+06 node_network_iface_id{device="veth41723a0"} 1.145147e+06 node_network_iface_id{device="veth41dd412"} 1.138073e+06 node_network_iface_id{device="veth41ffa22"} 1.139345e+06 node_network_iface_id{device="veth42beb99"} 1.144657e+06 node_network_iface_id{device="veth4388bb3"} 1.144141e+06 node_network_iface_id{device="veth43f0d07"} 1.145804e+06 node_network_iface_id{device="veth4431593"} 1.138149e+06 node_network_iface_id{device="veth44554c4"} 1.144439e+06 node_network_iface_id{device="veth4499dcf"} 1.138457e+06 node_network_iface_id{device="veth44b6795"} 1.138031e+06 node_network_iface_id{device="veth454590d"} 1.144718e+06 node_network_iface_id{device="veth45753b2"} 1.14594e+06 node_network_iface_id{device="veth45d8744"} 1.143949e+06 node_network_iface_id{device="veth463e5c0"} 1.144589e+06 node_network_iface_id{device="veth467de80"} 1.138393e+06 node_network_iface_id{device="veth4683144"} 1.144079e+06 node_network_iface_id{device="veth46a6eb5"} 1.139523e+06 node_network_iface_id{device="veth46dd615"} 1.144049e+06 node_network_iface_id{device="veth479a8c8"} 1.145894e+06 node_network_iface_id{device="veth47e9160"} 1.146053e+06 node_network_iface_id{device="veth48129d5"} 1.144321e+06 node_network_iface_id{device="veth48d6056"} 1.138025e+06 node_network_iface_id{device="veth4981a73"} 1.145141e+06 node_network_iface_id{device="veth49dacab"} 1.143517e+06 node_network_iface_id{device="veth49f8bca"} 1.145018e+06 node_network_iface_id{device="veth49fa050"} 1.144567e+06 node_network_iface_id{device="veth4a87249"} 1.144313e+06 node_network_iface_id{device="veth4ae78af"} 1.144017e+06 node_network_iface_id{device="veth4b38fc1"} 1.143895e+06 node_network_iface_id{device="veth4ba8b40"} 1.140027e+06 node_network_iface_id{device="veth4bac263"} 1.145098e+06 node_network_iface_id{device="veth4be1e5a"} 1.144463e+06 node_network_iface_id{device="veth4c83414"} 1.139231e+06 node_network_iface_id{device="veth4d0f67a"} 2083 node_network_iface_id{device="veth4db7462"} 1.144093e+06 node_network_iface_id{device="veth4e0a606"} 1.138389e+06 node_network_iface_id{device="veth4e6aa51"} 1.140203e+06 node_network_iface_id{device="veth4e7280a"} 1.140007e+06 node_network_iface_id{device="veth4f150d0"} 1.143819e+06 node_network_iface_id{device="veth50f3d21"} 1.139459e+06 node_network_iface_id{device="veth511957b"} 1.143975e+06 node_network_iface_id{device="veth51df910"} 1.145628e+06 node_network_iface_id{device="veth5291507"} 1.145794e+06 node_network_iface_id{device="veth52b62fe"} 1.144607e+06 node_network_iface_id{device="veth52ba1f6"} 1.144525e+06 node_network_iface_id{device="veth53803c8"} 1.144435e+06 node_network_iface_id{device="veth53ed4ca"} 1.138167e+06 node_network_iface_id{device="veth544923a"} 1.144237e+06 node_network_iface_id{device="veth549693f"} 1.139979e+06 node_network_iface_id{device="veth54d90c8"} 1.138077e+06 node_network_iface_id{device="veth54e9d4a"} 2082 node_network_iface_id{device="veth550dee9"} 1.137997e+06 node_network_iface_id{device="veth553ede3"} 1.144591e+06 node_network_iface_id{device="veth554fa26"} 1.142669e+06 node_network_iface_id{device="veth55a9843"} 1.143869e+06 node_network_iface_id{device="veth55b0ec4"} 1.144517e+06 node_network_iface_id{device="veth55c73bd"} 1.143941e+06 node_network_iface_id{device="veth55cf210"} 1.144133e+06 node_network_iface_id{device="veth56b065b"} 1.144289e+06 node_network_iface_id{device="veth56ff8d7"} 1.138251e+06 node_network_iface_id{device="veth57100d3"} 1.144283e+06 node_network_iface_id{device="veth5744d5f"} 1.140023e+06 node_network_iface_id{device="veth57a7b7e"} 1.144561e+06 node_network_iface_id{device="veth587208b"} 1.145016e+06 node_network_iface_id{device="veth59a28f9"} 1.138097e+06 node_network_iface_id{device="veth59ec687"} 1.138035e+06 node_network_iface_id{device="veth5a2f03c"} 1.144599e+06 node_network_iface_id{device="veth5b14b1f"} 1.144403e+06 node_network_iface_id{device="veth5be4441"} 1.144183e+06 node_network_iface_id{device="veth5cf6db6"} 1.145145e+06 node_network_iface_id{device="veth5d5edf1"} 1.143717e+06 node_network_iface_id{device="veth5d79629"} 1.138187e+06 node_network_iface_id{device="veth5d82bda"} 1.143885e+06 node_network_iface_id{device="veth5d9fb18"} 1.144129e+06 node_network_iface_id{device="veth5daf2e1"} 1.138243e+06 node_network_iface_id{device="veth5e313cb"} 1.145796e+06 node_network_iface_id{device="veth5ea5d19"} 1.144419e+06 node_network_iface_id{device="veth5ede6bc"} 1.144615e+06 node_network_iface_id{device="veth5f2f157"} 1.138423e+06 node_network_iface_id{device="veth5f510cc"} 1.144513e+06 node_network_iface_id{device="veth5fde4d5"} 1.139959e+06 node_network_iface_id{device="veth608f13b"} 1.138141e+06 node_network_iface_id{device="veth61c1692"} 1.143813e+06 node_network_iface_id{device="veth61e4c6a"} 1.1416e+06 node_network_iface_id{device="veth61ff867"} 1.144035e+06 node_network_iface_id{device="veth6202b87"} 1.138397e+06 node_network_iface_id{device="veth6314682"} 1.143284e+06 node_network_iface_id{device="veth636b36b"} 1.140009e+06 node_network_iface_id{device="veth63897f4"} 1.138295e+06 node_network_iface_id{device="veth63f00f3"} 1.138437e+06 node_network_iface_id{device="veth650a5d1"} 1.144399e+06 node_network_iface_id{device="veth6558fa6"} 1.139467e+06 node_network_iface_id{device="veth658b6f1"} 1.138219e+06 node_network_iface_id{device="veth660c9c9"} 1.142634e+06 node_network_iface_id{device="veth6634745"} 1.144647e+06 node_network_iface_id{device="veth673a8ee"} 1.144659e+06 node_network_iface_id{device="veth67a4acc"} 1.145978e+06 node_network_iface_id{device="veth68228a8"} 1.145959e+06 node_network_iface_id{device="veth698f022"} 1.138063e+06 node_network_iface_id{device="veth6a67db5"} 1.144583e+06 node_network_iface_id{device="veth6abc990"} 1.144505e+06 node_network_iface_id{device="veth6b26cd5"} 1.14328e+06 node_network_iface_id{device="veth6ba4916"} 1.144187e+06 node_network_iface_id{device="veth6bab3d4"} 1.144627e+06 node_network_iface_id{device="veth6bbfa32"} 1.143847e+06 node_network_iface_id{device="veth6bd5048"} 1.138467e+06 node_network_iface_id{device="veth6bee2a2"} 1.144233e+06 node_network_iface_id{device="veth6c11632"} 1.145149e+06 node_network_iface_id{device="veth6c22ce2"} 1.138027e+06 node_network_iface_id{device="veth6cea1f5"} 1.138195e+06 node_network_iface_id{device="veth6d4bf60"} 1.137963e+06 node_network_iface_id{device="veth6d7d406"} 1.138245e+06 node_network_iface_id{device="veth6dcbb17"} 1.138075e+06 node_network_iface_id{device="veth6df542c"} 1.144511e+06 node_network_iface_id{device="veth6e9c163"} 1.144631e+06 node_network_iface_id{device="veth7070e17"} 1.138157e+06 node_network_iface_id{device="veth7119448"} 1.145966e+06 node_network_iface_id{device="veth7274c0d"} 1.138441e+06 node_network_iface_id{device="veth72b5538"} 1.139461e+06 node_network_iface_id{device="veth73188c4"} 1.139341e+06 node_network_iface_id{device="veth73352ff"} 1.143927e+06 node_network_iface_id{device="veth73fe131"} 1.138233e+06 node_network_iface_id{device="veth74afd3b"} 1.144637e+06 node_network_iface_id{device="veth7510955"} 1.138135e+06 node_network_iface_id{device="veth75451a5"} 1.138313e+06 node_network_iface_id{device="veth75454ee"} 1.144361e+06 node_network_iface_id{device="veth75848c5"} 1.146045e+06 node_network_iface_id{device="veth7599b2a"} 1.139433e+06 node_network_iface_id{device="veth76be224"} 1.138151e+06 node_network_iface_id{device="veth7742e6d"} 1.145936e+06 node_network_iface_id{device="veth7888ef4"} 1.144551e+06 node_network_iface_id{device="veth7a8020a"} 1.144611e+06 node_network_iface_id{device="veth7ab8ce1"} 1.137991e+06 node_network_iface_id{device="veth7af61c3"} 1.144319e+06 node_network_iface_id{device="veth7b5560c"} 1.144097e+06 node_network_iface_id{device="veth7b924a9"} 1.144645e+06 node_network_iface_id{device="veth7ba230c"} 1.140125e+06 node_network_iface_id{device="veth7c464a1"} 1.144643e+06 node_network_iface_id{device="veth7cb9f47"} 1.138309e+06 node_network_iface_id{device="veth7ccb046"} 1.143991e+06 node_network_iface_id{device="veth7d44274"} 1.144083e+06 node_network_iface_id{device="veth7dbd681"} 1.144405e+06 node_network_iface_id{device="veth7e5e9af"} 1.145587e+06 node_network_iface_id{device="veth7e62c28"} 1.144385e+06 node_network_iface_id{device="veth7f33961"} 1.144613e+06 node_network_iface_id{device="veth7fcd6d8"} 1.137977e+06 node_network_iface_id{device="veth81e8cb1"} 1.138319e+06 node_network_iface_id{device="veth81e92ae"} 1.144201e+06 node_network_iface_id{device="veth81fc85c"} 1.143997e+06 node_network_iface_id{device="veth82018a0"} 1.139225e+06 node_network_iface_id{device="veth828128f"} 1.139525e+06 node_network_iface_id{device="veth82e5071"} 1.141592e+06 node_network_iface_id{device="veth82f1706"} 1.139317e+06 node_network_iface_id{device="veth8358fe5"} 1.140123e+06 node_network_iface_id{device="veth837d5f7"} 1.144021e+06 node_network_iface_id{device="veth839108d"} 1.139469e+06 node_network_iface_id{device="veth83ab132"} 1.143901e+06 node_network_iface_id{device="veth83ad98f"} 1.144249e+06 node_network_iface_id{device="veth841b54a"} 1.145108e+06 node_network_iface_id{device="veth857de99"} 1.144315e+06 node_network_iface_id{device="veth85b5354"} 1.140201e+06 node_network_iface_id{device="veth86eda43"} 1.143925e+06 node_network_iface_id{device="veth86fe81c"} 1.144712e+06 node_network_iface_id{device="veth87665ad"} 1.144071e+06 node_network_iface_id{device="veth87bf4ae"} 1.143723e+06 node_network_iface_id{device="veth881af3b"} 1.143891e+06 node_network_iface_id{device="veth8851d0b"} 1.138101e+06 node_network_iface_id{device="veth88fa0f6"} 1.142638e+06 node_network_iface_id{device="veth8911425"} 1.143967e+06 node_network_iface_id{device="veth892e54a"} 1.143288e+06 node_network_iface_id{device="veth89576e3"} 1.138059e+06 node_network_iface_id{device="veth89bab0e"} 1.145968e+06 node_network_iface_id{device="veth8a51411"} 1.144063e+06 node_network_iface_id{device="veth8b2635b"} 1.145812e+06 node_network_iface_id{device="veth8b27052"} 1.14472e+06 node_network_iface_id{device="veth8b2cf5f"} 1.144503e+06 node_network_iface_id{device="veth8b9fea2"} 1.143845e+06 node_network_iface_id{device="veth8c04fed"} 1.138051e+06 node_network_iface_id{device="veth8c0c0d5"} 1.14501e+06 node_network_iface_id{device="veth8c16e8a"} 1.141596e+06 node_network_iface_id{device="veth8c2ee1a"} 1.144185e+06 node_network_iface_id{device="veth8c6cbbf"} 1.139235e+06 node_network_iface_id{device="veth8ccc939"} 1.144173e+06 node_network_iface_id{device="veth8d04352"} 1.143725e+06 node_network_iface_id{device="veth8d0d5bd"} 1.140129e+06 node_network_iface_id{device="veth8d1ab7d"} 1.1451e+06 node_network_iface_id{device="veth8dc7e7c"} 1.138447e+06 node_network_iface_id{device="veth8e411c0"} 1.138155e+06 node_network_iface_id{device="veth8f3fa53"} 1.144621e+06 node_network_iface_id{device="veth8f4aa08"} 1.144353e+06 node_network_iface_id{device="veth8f5fbf7"} 1.145896e+06 node_network_iface_id{device="veth8f698a3"} 1.144135e+06 node_network_iface_id{device="veth8fb0b53"} 1.143817e+06 node_network_iface_id{device="veth8fccdc6"} 1.137975e+06 node_network_iface_id{device="veth90c7579"} 1.144221e+06 node_network_iface_id{device="veth90ed6a6"} 1.144149e+06 node_network_iface_id{device="veth910e8cf"} 1.145963e+06 node_network_iface_id{device="veth930c9be"} 1.138451e+06 node_network_iface_id{device="veth93112cc"} 1.138017e+06 node_network_iface_id{device="veth93a0f8b"} 1.138137e+06 node_network_iface_id{device="veth93c6e78"} 1.138449e+06 node_network_iface_id{device="veth93cd3ec"} 1.144383e+06 node_network_iface_id{device="veth949b686"} 1.145949e+06 node_network_iface_id{device="veth94cbabc"} 1.144143e+06 node_network_iface_id{device="veth94d91e2"} 1.144431e+06 node_network_iface_id{device="veth95de52a"} 1.145792e+06 node_network_iface_id{device="veth95e97e6"} 1.144301e+06 node_network_iface_id{device="veth963a25f"} 1.138425e+06 node_network_iface_id{device="veth9689522"} 1.144549e+06 node_network_iface_id{device="veth96a099f"} 1.143727e+06 node_network_iface_id{device="veth96a9aed"} 1.143509e+06 node_network_iface_id{device="veth9737dfd"} 1.139261e+06 node_network_iface_id{device="veth9834720"} 1.138255e+06 node_network_iface_id{device="veth98a4f1c"} 1.144327e+06 node_network_iface_id{device="veth9900f5c"} 1.14592e+06 node_network_iface_id{device="veth9930130"} 1.144257e+06 node_network_iface_id{device="veth99bd252"} 1.144331e+06 node_network_iface_id{device="veth9a15643"} 1.144247e+06 node_network_iface_id{device="veth9a73b47"} 1.143177e+06 node_network_iface_id{device="veth9ab5fa5"} 1.144343e+06 node_network_iface_id{device="veth9ade6ce"} 1.139339e+06 node_network_iface_id{device="veth9ae29fb"} 1.144189e+06 node_network_iface_id{device="veth9b006eb"} 1.14502e+06 node_network_iface_id{device="veth9b53946"} 1.138445e+06 node_network_iface_id{device="veth9b574a3"} 1.145585e+06 node_network_iface_id{device="veth9bb0d1d"} 1.138343e+06 node_network_iface_id{device="veth9c5f63a"} 1.144077e+06 node_network_iface_id{device="veth9cfeb47"} 1.138209e+06 node_network_iface_id{device="veth9d3116c"} 1.143863e+06 node_network_iface_id{device="veth9d5866a"} 1.138287e+06 node_network_iface_id{device="veth9d7f756"} 1.144487e+06 node_network_iface_id{device="veth9d95a42"} 1.139437e+06 node_network_iface_id{device="veth9dee925"} 1.144653e+06 node_network_iface_id{device="veth9e76a8b"} 1.144223e+06 node_network_iface_id{device="veth9e9e316"} 1.139521e+06 node_network_iface_id{device="veth9f0c2e2"} 1.144015e+06 node_network_iface_id{device="veth9f74d58"} 1.143969e+06 node_network_iface_id{device="vetha018cbf"} 1.144489e+06 node_network_iface_id{device="vetha1ab304"} 1.144067e+06 node_network_iface_id{device="vetha1eb306"} 1.144401e+06 node_network_iface_id{device="vetha290736"} 1.144519e+06 node_network_iface_id{device="vetha2aad37"} 1.138285e+06 node_network_iface_id{device="vetha31d6fd"} 1.139977e+06 node_network_iface_id{device="vetha334122"} 1.143513e+06 node_network_iface_id{device="vetha3852e4"} 1.144869e+06 node_network_iface_id{device="vetha4b0907"} 1.144423e+06 node_network_iface_id{device="vetha537eb6"} 1.144417e+06 node_network_iface_id{device="vetha675b8d"} 1.144205e+06 node_network_iface_id{device="vetha678351"} 1.143933e+06 node_network_iface_id{device="vetha6bbcc2"} 1.144299e+06 node_network_iface_id{device="vetha74cd81"} 1.138321e+06 node_network_iface_id{device="vetha780b5e"} 1.145102e+06 node_network_iface_id{device="vetha797fe3"} 1.139587e+06 node_network_iface_id{device="vetha79a05b"} 1.145591e+06 node_network_iface_id{device="vetha7a2d29"} 1.143959e+06 node_network_iface_id{device="vetha7ada6f"} 1.144499e+06 node_network_iface_id{device="vetha8f009e"} 1.144001e+06 node_network_iface_id{device="vetha96ae67"} 1.145581e+06 node_network_iface_id{device="vetha997490"} 1.138439e+06 node_network_iface_id{device="vetha9b6925"} 1.144235e+06 node_network_iface_id{device="vethaa11814"} 1.138369e+06 node_network_iface_id{device="vethaa894f6"} 1.144629e+06 node_network_iface_id{device="vethab86d4a"} 1.144387e+06 node_network_iface_id{device="vethab9afc5"} 1.139319e+06 node_network_iface_id{device="vethac080df"} 1.143867e+06 node_network_iface_id{device="vethac3a592"} 1.144031e+06 node_network_iface_id{device="vethad12781"} 1.137961e+06 node_network_iface_id{device="vethad38be0"} 1.138145e+06 node_network_iface_id{device="vethad89bb1"} 1.144867e+06 node_network_iface_id{device="vethada749e"} 1.144285e+06 node_network_iface_id{device="vethadef082"} 1.144055e+06 node_network_iface_id{device="vethae5faf9"} 1.144013e+06 node_network_iface_id{device="vethaedfacc"} 1.138395e+06 node_network_iface_id{device="vethaef0424"} 1.140127e+06 node_network_iface_id{device="vethb05b013"} 1.138431e+06 node_network_iface_id{device="vethb077d67"} 1.145904e+06 node_network_iface_id{device="vethb0a68a0"} 1.144861e+06 node_network_iface_id{device="vethb0c284f"} 1.144523e+06 node_network_iface_id{device="vethb0df999"} 1.137674e+06 node_network_iface_id{device="vethb25b3d8"} 1.138071e+06 node_network_iface_id{device="vethb2fbd99"} 1.139997e+06 node_network_iface_id{device="vethb3a8415"} 1.140011e+06 node_network_iface_id{device="vethb3c68e2"} 1.144722e+06 node_network_iface_id{device="vethb3cd903"} 1.138185e+06 node_network_iface_id{device="vethb4870f2"} 1.144069e+06 node_network_iface_id{device="vethb4da8f7"} 1.137979e+06 node_network_iface_id{device="vethb51625b"} 1.138341e+06 node_network_iface_id{device="vethb5e3f17"} 1.143983e+06 node_network_iface_id{device="vethb60fcbc"} 1.145931e+06 node_network_iface_id{device="vethb664d75"} 1.144099e+06 node_network_iface_id{device="vethb68caf3"} 1.144509e+06 node_network_iface_id{device="vethb77cc8b"} 1.144597e+06 node_network_iface_id{device="vethb77f08e"} 1.143971e+06 node_network_iface_id{device="vethb80914a"} 1.144865e+06 node_network_iface_id{device="vethb8b412e"} 1.138259e+06 node_network_iface_id{device="vethb8c2d4e"} 1.144389e+06 node_network_iface_id{device="vethb92be35"} 1.140025e+06 node_network_iface_id{device="vethb93f442"} 1.138347e+06 node_network_iface_id{device="vethb95ceeb"} 1.137995e+06 node_network_iface_id{device="vethb995c11"} 1.138089e+06 node_network_iface_id{device="vethb9c62b1"} 1.139283e+06 node_network_iface_id{device="vethbab5259"} 1.138047e+06 node_network_iface_id{device="vethbb3c294"} 1.144471e+06 node_network_iface_id{device="vethbbb97f9"} 1.137949e+06 node_network_iface_id{device="vethbc1c416"} 1.138039e+06 node_network_iface_id{device="vethbc5ca70"} 1.144255e+06 node_network_iface_id{device="vethbd1f0db"} 1.142673e+06 node_network_iface_id{device="vethbd573f6"} 1.144625e+06 node_network_iface_id{device="vethbd7c661"} 1.145139e+06 node_network_iface_id{device="vethbe7ea9e"} 1.143987e+06 node_network_iface_id{device="vethbec2cbb"} 1.138161e+06 node_network_iface_id{device="vethbfcf0a4"} 1.144177e+06 node_network_iface_id{device="vethbff0fd3"} 1.139465e+06 node_network_iface_id{device="vethc05b060"} 1.139325e+06 node_network_iface_id{device="vethc09e03c"} 1.140131e+06 node_network_iface_id{device="vethc15d66d"} 1.144241e+06 node_network_iface_id{device="vethc196d66"} 1.139223e+06 node_network_iface_id{device="vethc1ac58c"} 1.143881e+06 node_network_iface_id{device="vethc1c5fcd"} 1.138415e+06 node_network_iface_id{device="vethc1ef3da"} 1.144303e+06 node_network_iface_id{device="vethc2efd7c"} 1.145957e+06 node_network_iface_id{device="vethc314d9e"} 1.138299e+06 node_network_iface_id{device="vethc3bdd94"} 1.144407e+06 node_network_iface_id{device="vethc3ec1dd"} 1.144053e+06 node_network_iface_id{device="vethc4061a9"} 1.144199e+06 node_network_iface_id{device="vethc452900"} 1.145802e+06 node_network_iface_id{device="vethc45c99c"} 1.138087e+06 node_network_iface_id{device="vethc482fb8"} 1.146049e+06 node_network_iface_id{device="vethc503d39"} 1.143171e+06 node_network_iface_id{device="vethc53c8a6"} 1.138019e+06 node_network_iface_id{device="vethc5b4fd7"} 1.144219e+06 node_network_iface_id{device="vethc605740"} 1.139271e+06 node_network_iface_id{device="vethc6116a4"} 1.144287e+06 node_network_iface_id{device="vethc66fb8a"} 1.144239e+06 node_network_iface_id{device="vethc6ae4c6"} 1.144663e+06 node_network_iface_id{device="vethc6fb5c3"} 1.143719e+06 node_network_iface_id{device="vethc774b55"} 1.144563e+06 node_network_iface_id{device="vethc7cfbf3"} 1.139253e+06 node_network_iface_id{device="vethc7e7ad1"} 1.144447e+06 node_network_iface_id{device="vethc8593ec"} 1.144147e+06 node_network_iface_id{device="vethc8db878"} 1.139275e+06 node_network_iface_id{device="vethc9a9adb"} 1.139267e+06 node_network_iface_id{device="vethcc09d95"} 1.138217e+06 node_network_iface_id{device="vethcc14215"} 1.143877e+06 node_network_iface_id{device="vethcc8ea41"} 1.139513e+06 node_network_iface_id{device="vethcccbbc2"} 1.144357e+06 node_network_iface_id{device="vethcd037d2"} 1.139269e+06 node_network_iface_id{device="vethcd46f50"} 1.143865e+06 node_network_iface_id{device="vethcd4f5e4"} 1.139717e+06 node_network_iface_id{device="vethcd69036"} 2080 node_network_iface_id{device="vethcdb9063"} 1.137981e+06 node_network_iface_id{device="vethce03e73"} 1.138387e+06 node_network_iface_id{device="vethce4911b"} 1.143951e+06 node_network_iface_id{device="vethcee6c6b"} 1.143953e+06 node_network_iface_id{device="vethcf40450"} 1.143939e+06 node_network_iface_id{device="vethd010653"} 1.138433e+06 node_network_iface_id{device="vethd015bfd"} 1.143893e+06 node_network_iface_id{device="vethd01bced"} 1.145786e+06 node_network_iface_id{device="vethd08787c"} 1.143511e+06 node_network_iface_id{device="vethd0d2e30"} 1.144065e+06 node_network_iface_id{device="vethd12d945"} 1.138429e+06 node_network_iface_id{device="vethd16a72f"} 1.14581e+06 node_network_iface_id{device="vethd1719c5"} 1.139431e+06 node_network_iface_id{device="vethd1871e7"} 1.144483e+06 node_network_iface_id{device="vethd25aa3b"} 1.144347e+06 node_network_iface_id{device="vethd36eb18"} 1.145622e+06 node_network_iface_id{device="vethd3a300e"} 1.143937e+06 node_network_iface_id{device="vethd3ed1c7"} 1.144037e+06 node_network_iface_id{device="vethd4b817a"} 1.144127e+06 node_network_iface_id{device="vethd4d7b42"} 1.139463e+06 node_network_iface_id{device="vethd4e7c2c"} 1.145906e+06 node_network_iface_id{device="vethd623391"} 1.143943e+06 node_network_iface_id{device="vethd698bb5"} 1.140207e+06 node_network_iface_id{device="vethd6a884e"} 1.144217e+06 node_network_iface_id{device="vethd77ed8c"} 1.144501e+06 node_network_iface_id{device="vethd788961"} 1.138221e+06 node_network_iface_id{device="vethd7dd546"} 1.145104e+06 node_network_iface_id{device="vethd80ed49"} 1.144557e+06 node_network_iface_id{device="vethd81b53c"} 1.144191e+06 node_network_iface_id{device="vethd8ae67f"} 1.144215e+06 node_network_iface_id{device="vethd9ad995"} 1.139333e+06 node_network_iface_id{device="vethda00b2c"} 1.138471e+06 node_network_iface_id{device="vethda17b81"} 1.142628e+06 node_network_iface_id{device="vethda42a3d"} 1.143957e+06 node_network_iface_id{device="vethda8113b"} 1.138093e+06 node_network_iface_id{device="vethda97a73"} 1.143989e+06 node_network_iface_id{device="vethdcd40f5"} 1.138127e+06 node_network_iface_id{device="vethdcd5e9f"} 1.144311e+06 node_network_iface_id{device="vethdd7f080"} 1.138133e+06 node_network_iface_id{device="vethdd9457a"} 1.144565e+06 node_network_iface_id{device="vethddaa2f6"} 1.143875e+06 node_network_iface_id{device="vethddd757b"} 1.144485e+06 node_network_iface_id{device="vethde484ca"} 1.144579e+06 node_network_iface_id{device="vethde84e28"} 1.138317e+06 node_network_iface_id{device="vethdee08a0"} 1.142667e+06 node_network_iface_id{device="vethdf3c363"} 1.144545e+06 node_network_iface_id{device="vethe044dd7"} 1.144437e+06 node_network_iface_id{device="vethe0eb635"} 1.138367e+06 node_network_iface_id{device="vethe121842"} 1.144023e+06 node_network_iface_id{device="vethe17b4b2"} 1.144575e+06 node_network_iface_id{device="vethe240296"} 1.141602e+06 node_network_iface_id{device="vethe2a6aa2"} 1.144495e+06 node_network_iface_id{device="vethe2c776a"} 1.144051e+06 node_network_iface_id{device="vethe2ee303"} 1.142671e+06 node_network_iface_id{device="vethe3053d7"} 1.144329e+06 node_network_iface_id{device="vethe31ca35"} 2084 node_network_iface_id{device="vethe37671b"} 1.138139e+06 node_network_iface_id{device="vethe3a02f4"} 1.144029e+06 node_network_iface_id{device="vethe3b4d90"} 1.139435e+06 node_network_iface_id{device="vethe4e7a4c"} 1.143923e+06 node_network_iface_id{device="vethe52d560"} 1.139335e+06 node_network_iface_id{device="vethe69c35e"} 1.143815e+06 node_network_iface_id{device="vethe6fd8c5"} 1.144473e+06 node_network_iface_id{device="vethe70eee7"} 1.144305e+06 node_network_iface_id{device="vethe741a23"} 1.145925e+06 node_network_iface_id{device="vethe747942"} 1.144087e+06 node_network_iface_id{device="vethe7681a6"} 1.143965e+06 node_network_iface_id{device="vethe7756c8"} 1.139255e+06 node_network_iface_id{device="vethe85d3d3"} 1.144061e+06 node_network_iface_id{device="vethe8c8080"} 1.14563e+06 node_network_iface_id{device="vethe90aeb2"} 1.142636e+06 node_network_iface_id{device="vethea085b3"} 1.145976e+06 node_network_iface_id{device="vetheaf1fb5"} 1.140133e+06 node_network_iface_id{device="vetheb12841"} 1.137965e+06 node_network_iface_id{device="vetheb390b0"} 1.143286e+06 node_network_iface_id{device="vethebf40ec"} 1.140021e+06 node_network_iface_id{device="vethebf8ec5"} 1.144005e+06 node_network_iface_id{device="vethec38299"} 1.144457e+06 node_network_iface_id{device="vethec3b924"} 1.145946e+06 node_network_iface_id{device="vethecb745a"} 1.143721e+06 node_network_iface_id{device="vethed62efc"} 1.143861e+06 node_network_iface_id{device="vethed6b660"} 1.138229e+06 node_network_iface_id{device="vethed862f6"} 1.144451e+06 node_network_iface_id{device="vethee6cff7"} 1.145806e+06 node_network_iface_id{device="vethee8eb9c"} 1.143973e+06 node_network_iface_id{device="vetheec35b5"} 1.138055e+06 node_network_iface_id{device="vetheec68f2"} 1.138379e+06 node_network_iface_id{device="vethef14514"} 1.145953e+06 node_network_iface_id{device="vethef7358f"} 1.138169e+06 node_network_iface_id{device="vethefc1f2e"} 1.138045e+06 node_network_iface_id{device="vethf0b13ba"} 1.144359e+06 node_network_iface_id{device="vethf0d9869"} 1.139327e+06 node_network_iface_id{device="vethf12362d"} 1.137969e+06 node_network_iface_id{device="vethf1fdf1f"} 1.144661e+06 node_network_iface_id{device="vethf239d3f"} 1.143179e+06 node_network_iface_id{device="vethf2b0340"} 1.144209e+06 node_network_iface_id{device="vethf3380cf"} 1.144333e+06 node_network_iface_id{device="vethf35de8c"} 1.140209e+06 node_network_iface_id{device="vethf3aa0d1"} 1.139277e+06 node_network_iface_id{device="vethf3e722c"} 1.144441e+06 node_network_iface_id{device="vethf4d422e"} 1.144863e+06 node_network_iface_id{device="vethf5878a9"} 1.138197e+06 node_network_iface_id{device="vethf60f77c"} 1.145974e+06 node_network_iface_id{device="vethf6b618c"} 1.143175e+06 node_network_iface_id{device="vethf739350"} 1.144101e+06 node_network_iface_id{device="vethf75dfd6"} 1.143853e+06 node_network_iface_id{device="vethf7c6492"} 1.138163e+06 node_network_iface_id{device="vethf7e7622"} 1.138175e+06 node_network_iface_id{device="vethf7f96c4"} 1.139331e+06 node_network_iface_id{device="vethf81bb1f"} 1.144045e+06 node_network_iface_id{device="vethf831c6e"} 1.145927e+06 node_network_iface_id{device="vethf878734"} 1.138193e+06 node_network_iface_id{device="vethf8b777e"} 1.139961e+06 node_network_iface_id{device="vethf9297c3"} 1.138203e+06 node_network_iface_id{device="vethf93ef43"} 1.145626e+06 node_network_iface_id{device="vethf9dc188"} 1.144559e+06 node_network_iface_id{device="vethfa21f05"} 1.144577e+06 node_network_iface_id{device="vethfa7118a"} 1.144047e+06 node_network_iface_id{device="vethfa9e5b8"} 1.144497e+06 node_network_iface_id{device="vethfad6627"} 1.144231e+06 node_network_iface_id{device="vethfb2bfe2"} 1.139259e+06 node_network_iface_id{device="vethfb6999a"} 1.144007e+06 node_network_iface_id{device="vethfba34d0"} 1.143821e+06 node_network_iface_id{device="vethfbee07c"} 1.138181e+06 node_network_iface_id{device="vethfc5799c"} 1.144103e+06 node_network_iface_id{device="vethfcf4485"} 1.144515e+06 node_network_iface_id{device="vethfd434b4"} 1.144409e+06 node_network_iface_id{device="vethfd4ae4a"} 1.138207e+06 node_network_iface_id{device="vethfdd4d19"} 1.145938e+06 node_network_iface_id{device="vethfe2ae54"} 1.144609e+06 node_network_iface_id{device="vethfe3f546"} 1.138215e+06 node_network_iface_id{device="vethfe695e7"} 1.138173e+06 node_network_iface_id{device="vethfe841b8"} 1.144131e+06 node_network_iface_id{device="vethfeb3f2a"} 1.144455e+06 node_network_iface_id{device="vethfeeef20"} 1.138123e+06 node_network_iface_id{device="vethff1f982"} 1.144623e+06 node_network_iface_id{device="vethff7d976"} 1.145632e+06 node_network_iface_id{device="vethffbce7a"} 1.144391e+06 node_network_iface_id{device="vethffe6de7"} 1.144639e+06 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0041aebf0bd9"} 1.119696e+06 node_network_iface_link{device="br-02669b34ccad"} 1.001504e+06 node_network_iface_link{device="br-02823e0b21f8"} 651831 node_network_iface_link{device="br-035e1584ee12"} 1.14498e+06 node_network_iface_link{device="br-03ef3fa9694c"} 1.143436e+06 node_network_iface_link{device="br-089331b9c07a"} 31 node_network_iface_link{device="br-0d01f742526c"} 3 node_network_iface_link{device="br-0d9fdd0cf163"} 32 node_network_iface_link{device="br-0f0120b6dc67"} 93 node_network_iface_link{device="br-14216610e159"} 1.141566e+06 node_network_iface_link{device="br-15dab3c5a2fb"} 4 node_network_iface_link{device="br-1612b21b795d"} 1.141832e+06 node_network_iface_link{device="br-1824841a31f9"} 1.145947e+06 node_network_iface_link{device="br-1c85749e122e"} 17 node_network_iface_link{device="br-1da05be17644"} 94 node_network_iface_link{device="br-1da1821d18b3"} 402650 node_network_iface_link{device="br-1de64be72380"} 54 node_network_iface_link{device="br-1f9ea77f28ce"} 1.143307e+06 node_network_iface_link{device="br-1ff792b398ff"} 1.143691e+06 node_network_iface_link{device="br-208ab78feaa3"} 432160 node_network_iface_link{device="br-217d6415a970"} 18 node_network_iface_link{device="br-26801dfb5c9b"} 87 node_network_iface_link{device="br-27771a4b5e1c"} 436628 node_network_iface_link{device="br-2ed3ce7916f4"} 1.141695e+06 node_network_iface_link{device="br-301b4c89e775"} 1.112049e+06 node_network_iface_link{device="br-3068524ec93f"} 33 node_network_iface_link{device="br-317a2bbca622"} 820283 node_network_iface_link{device="br-349eb65873d4"} 470344 node_network_iface_link{device="br-34eb4dd7e9c0"} 1.145592e+06 node_network_iface_link{device="br-37f17f8c2f41"} 1.141756e+06 node_network_iface_link{device="br-3ad09e25ab78"} 37 node_network_iface_link{device="br-3d3c5fbec0dd"} 69 node_network_iface_link{device="br-3ed5391afb94"} 1.144837e+06 node_network_iface_link{device="br-4091e772ca83"} 19 node_network_iface_link{device="br-41c4dd613804"} 76 node_network_iface_link{device="br-44fbf271d024"} 6 node_network_iface_link{device="br-4614b58c6316"} 1.142602e+06 node_network_iface_link{device="br-4666f7cfb5ad"} 1.145934e+06 node_network_iface_link{device="br-483851ad6d82"} 55 node_network_iface_link{device="br-4a66d39e6115"} 88 node_network_iface_link{device="br-4f8bcb06bb21"} 49 node_network_iface_link{device="br-513a5eb5a5ed"} 820005 node_network_iface_link{device="br-52ce8deae651"} 29 node_network_iface_link{device="br-543616338fa2"} 1.140097e+06 node_network_iface_link{device="br-559d36b72748"} 436527 node_network_iface_link{device="br-5748fcd1e7ca"} 498334 node_network_iface_link{device="br-58f8dcbfa915"} 20 node_network_iface_link{device="br-5cb33e972896"} 1.146019e+06 node_network_iface_link{device="br-5cd378a95a50"} 1.140136e+06 node_network_iface_link{device="br-5db0c1bc605b"} 56 node_network_iface_link{device="br-60f225ebe8cf"} 38 node_network_iface_link{device="br-64b6b9d2e3c4"} 63 node_network_iface_link{device="br-65c3891cde69"} 1.140175e+06 node_network_iface_link{device="br-6654a6f415ef"} 624740 node_network_iface_link{device="br-666a1a84be8e"} 42 node_network_iface_link{device="br-6768f5ac4ee7"} 1.145551e+06 node_network_iface_link{device="br-67b6f2b09055"} 507212 node_network_iface_link{device="br-6801e77b28e6"} 96 node_network_iface_link{device="br-731a89c43fe8"} 1.145892e+06 node_network_iface_link{device="br-75640dcb1806"} 64 node_network_iface_link{device="br-765d504a1648"} 951388 node_network_iface_link{device="br-7783edd4fb63"} 23 node_network_iface_link{device="br-7a05c4b4c71c"} 470021 node_network_iface_link{device="br-7f1c0840c41b"} 70 node_network_iface_link{device="br-7f68c36c365d"} 1.143477e+06 node_network_iface_link{device="br-8273700d2b53"} 24 node_network_iface_link{device="br-832e21b6735f"} 77 node_network_iface_link{device="br-83d5adb104a5"} 78 node_network_iface_link{device="br-89456f9f0577"} 14 node_network_iface_link{device="br-8c4c62bbb4ac"} 86 node_network_iface_link{device="br-8c90f08921d2"} 1.143256e+06 node_network_iface_link{device="br-8cd080cba30d"} 265731 node_network_iface_link{device="br-8d5f8dfdd165"} 15 node_network_iface_link{device="br-8d809ce3c9c6"} 51 node_network_iface_link{device="br-91eb434168a3"} 80 node_network_iface_link{device="br-94b2fbf06b0d"} 43 node_network_iface_link{device="br-94ccc3a0a891"} 1.143147e+06 node_network_iface_link{device="br-978ac97c7837"} 21 node_network_iface_link{device="br-9dd2a20937e6"} 264622 node_network_iface_link{device="br-a01a29421e12"} 65 node_network_iface_link{device="br-a08ab772e40d"} 1.145964e+06 node_network_iface_link{device="br-a1b2b339a0bc"} 60 node_network_iface_link{device="br-ab4fc0c8f205"} 25 node_network_iface_link{device="br-ab7e8be9c7b8"} 81 node_network_iface_link{device="br-ab8f176f7ba4"} 1.145752e+06 node_network_iface_link{device="br-b155b277758b"} 1.145921e+06 node_network_iface_link{device="br-b9ddcd38e3d5"} 8 node_network_iface_link{device="br-bc64dc65c104"} 1.142639e+06 node_network_iface_link{device="br-bc673706b5ae"} 1.145731e+06 node_network_iface_link{device="br-be8161177ed9"} 40 node_network_iface_link{device="br-bfa260e794d9"} 44 node_network_iface_link{device="br-c6291428ebee"} 539827 node_network_iface_link{device="br-c7ec91768290"} 74 node_network_iface_link{device="br-c8047895107e"} 470143 node_network_iface_link{device="br-c86562d687da"} 82 node_network_iface_link{device="br-cb14ad5f78d9"} 1.144682e+06 node_network_iface_link{device="br-cd22c9cceee9"} 1.145109e+06 node_network_iface_link{device="br-cf6b946573c1"} 9 node_network_iface_link{device="br-d461c29e6aa7"} 66 node_network_iface_link{device="br-d4ad227661d1"} 35 node_network_iface_link{device="br-d5a100d1afd1"} 83 node_network_iface_link{device="br-d6403551d086"} 26 node_network_iface_link{device="br-d68147769b09"} 45 node_network_iface_link{device="br-d81320e12692"} 1.145068e+06 node_network_iface_link{device="br-da621f14fb83"} 1.119671e+06 node_network_iface_link{device="br-dc8640f674ee"} 1.14006e+06 node_network_iface_link{device="br-dc87a7504ded"} 46 node_network_iface_link{device="br-ddaa8bdc0119"} 67 node_network_iface_link{device="br-ddc45447112f"} 41 node_network_iface_link{device="br-e24d302efec6"} 30 node_network_iface_link{device="br-e2ebf44ea1f2"} 1.143097e+06 node_network_iface_link{device="br-e63b0d1593b5"} 72 node_network_iface_link{device="br-ec56c664f289"} 61 node_network_iface_link{device="br-f0e9da5289c2"} 90 node_network_iface_link{device="br-f33d4e889abc"} 92 node_network_iface_link{device="br-f4b381c64696"} 951303 node_network_iface_link{device="br-f5d79f441cea"} 999479 node_network_iface_link{device="br-f645f15c7927"} 91 node_network_iface_link{device="br-f7269b4b25bf"} 73 node_network_iface_link{device="br-fb23b0434540"} 1.143589e+06 node_network_iface_link{device="docker0"} 1.137664e+06 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0076559"} 1.144348e+06 node_network_iface_link{device="veth0106c7a"} 1.143822e+06 node_network_iface_link{device="veth01165f0"} 1.144202e+06 node_network_iface_link{device="veth01de5af"} 1.138458e+06 node_network_iface_link{device="veth0252a2a"} 1.142631e+06 node_network_iface_link{device="veth026b5f1"} 1.13828e+06 node_network_iface_link{device="veth02d5a2d"} 1.139278e+06 node_network_iface_link{device="veth0387d76"} 1.14487e+06 node_network_iface_link{device="veth03f1565"} 1.138178e+06 node_network_iface_link{device="veth0474396"} 1.145928e+06 node_network_iface_link{device="veth04bcbc0"} 1.138222e+06 node_network_iface_link{device="veth053af97"} 1.143514e+06 node_network_iface_link{device="veth0549182"} 1.14417e+06 node_network_iface_link{device="veth054cedc"} 1.141593e+06 node_network_iface_link{device="veth05a336b"} 1.139256e+06 node_network_iface_link{device="veth05b1403"} 1.145932e+06 node_network_iface_link{device="veth05dbfef"} 1.138098e+06 node_network_iface_link{device="veth0666583"} 1.138348e+06 node_network_iface_link{device="veth073b9c4"} 1.144224e+06 node_network_iface_link{device="veth08149de"} 1.145787e+06 node_network_iface_link{device="veth0906c73"} 1.13806e+06 node_network_iface_link{device="veth0948320"} 1.144174e+06 node_network_iface_link{device="veth0aa1c2d"} 1.144452e+06 node_network_iface_link{device="veth0acd33e"} 1.145943e+06 node_network_iface_link{device="veth0ae79aa"} 1.142674e+06 node_network_iface_link{device="veth0af3200"} 1.14464e+06 node_network_iface_link{device="veth0b0f675"} 1.144448e+06 node_network_iface_link{device="veth0b2f2a0"} 1.144296e+06 node_network_iface_link{device="veth0b70bc8"} 1.140204e+06 node_network_iface_link{device="veth0d172e4"} 1.137992e+06 node_network_iface_link{device="veth0da84c5"} 1.137958e+06 node_network_iface_link{device="veth0dda3d7"} 1.144192e+06 node_network_iface_link{device="veth0e35f5e"} 1.14393e+06 node_network_iface_link{device="veth0eedf53"} 1.13846e+06 node_network_iface_link{device="veth0f291f5"} 1.137972e+06 node_network_iface_link{device="veth0f4d0ed"} 1.144206e+06 node_network_iface_link{device="veth0f85411"} 1.138376e+06 node_network_iface_link{device="veth0fce86d"} 1.138036e+06 node_network_iface_link{device="veth100fd27"} 1.144604e+06 node_network_iface_link{device="veth10227c2"} 1.139964e+06 node_network_iface_link{device="veth10693ca"} 1.141835e+06 node_network_iface_link{device="veth108735b"} 1.13842e+06 node_network_iface_link{device="veth114bf22"} 1.139232e+06 node_network_iface_link{device="veth12564dc"} 1.144466e+06 node_network_iface_link{device="veth12ef518"} 1.138082e+06 node_network_iface_link{device="veth1343dbc"} 1.138322e+06 node_network_iface_link{device="veth1394791"} 1.144592e+06 node_network_iface_link{device="veth13b4efd"} 1.13831e+06 node_network_iface_link{device="veth13de79b"} 1.142629e+06 node_network_iface_link{device="veth14dc831"} 1.143954e+06 node_network_iface_link{device="veth1513f1b"} 1.143878e+06 node_network_iface_link{device="veth1574334"} 1.142664e+06 node_network_iface_link{device="veth1596f02"} 1.138084e+06 node_network_iface_link{device="veth15c7048"} 1.139998e+06 node_network_iface_link{device="veth15fb20f"} 1.13823e+06 node_network_iface_link{device="veth160d560"} 1.144344e+06 node_network_iface_link{device="veth1632a4e"} 1.137952e+06 node_network_iface_link{device="veth1687023"} 1.138314e+06 node_network_iface_link{device="veth16b6f88"} 1.138042e+06 node_network_iface_link{device="veth16bc448"} 1.143896e+06 node_network_iface_link{device="veth1761f88"} 1.14415e+06 node_network_iface_link{device="veth17f0f90"} 1.143277e+06 node_network_iface_link{device="veth1906b94"} 1.143281e+06 node_network_iface_link{device="veth1908d88"} 1.144713e+06 node_network_iface_link{device="veth19402da"} 1.138304e+06 node_network_iface_link{device="veth194b2c8"} 1.144414e+06 node_network_iface_link{device="veth19bdf4c"} 1.144432e+06 node_network_iface_link{device="veth19c9513"} 1.145907e+06 node_network_iface_link{device="veth1af3324"} 1.139516e+06 node_network_iface_link{device="veth1b8e6ca"} 1.144018e+06 node_network_iface_link{device="veth1ba4f00"} 1.145011e+06 node_network_iface_link{device="veth1ba5627"} 1.143848e+06 node_network_iface_link{device="veth1c6c526"} 1.14458e+06 node_network_iface_link{device="veth1cb7af3"} 1.137966e+06 node_network_iface_link{device="veth1cc7b21"} 1.138146e+06 node_network_iface_link{device="veth1d0f4d8"} 1.145142e+06 node_network_iface_link{device="veth1d1026d"} 1.144084e+06 node_network_iface_link{device="veth1d1c849"} 1.1383e+06 node_network_iface_link{device="veth1d28880"} 1.138104e+06 node_network_iface_link{device="veth1db323f"} 1.144715e+06 node_network_iface_link{device="veth1dfacd2"} 1.145807e+06 node_network_iface_link{device="veth1e385fe"} 1.14605e+06 node_network_iface_link{device="veth1e5d33a"} 1.146046e+06 node_network_iface_link{device="veth1f2d55e"} 1.143998e+06 node_network_iface_link{device="veth1fca91e"} 1.138124e+06 node_network_iface_link{device="veth203039a"} 1.144252e+06 node_network_iface_link{device="veth23495cd"} 1.144464e+06 node_network_iface_link{device="veth23db7fb"} 1.138372e+06 node_network_iface_link{device="veth24484c9"} 1.145013e+06 node_network_iface_link{device="veth24a85f4"} 1.14448e+06 node_network_iface_link{device="veth24b4904"} 1.144654e+06 node_network_iface_link{device="veth25b04e7"} 1.140018e+06 node_network_iface_link{device="veth25c4ced"} 1.14398e+06 node_network_iface_link{device="veth2677c54"} 1.13922e+06 node_network_iface_link{device="veth26be59d"} 1.144278e+06 node_network_iface_link{device="veth2763119"} 1.143858e+06 node_network_iface_link{device="veth276dd03"} 1.145897e+06 node_network_iface_link{device="veth27ca332"} 1.138094e+06 node_network_iface_link{device="veth27e4c1c"} 1.13817e+06 node_network_iface_link{device="veth28c678d"} 1.14425e+06 node_network_iface_link{device="veth28c8226"} 1.144334e+06 node_network_iface_link{device="veth2989c66"} 1.138426e+06 node_network_iface_link{device="veth29c349f"} 1.13802e+06 node_network_iface_link{device="veth29d825b"} 1.1382e+06 node_network_iface_link{device="veth29ee720"} 1.138468e+06 node_network_iface_link{device="veth2a756fb"} 1.140002e+06 node_network_iface_link{device="veth2b8adb8"} 1.137986e+06 node_network_iface_link{device="veth2c4593e"} 1.13824e+06 node_network_iface_link{device="veth2d6ab8a"} 1.144424e+06 node_network_iface_link{device="veth2dd1c6e"} 1.138212e+06 node_network_iface_link{device="veth2e07e70"} 1.144478e+06 node_network_iface_link{device="veth2e40990"} 1.14596e+06 node_network_iface_link{device="veth2e5abcd"} 1.144032e+06 node_network_iface_link{device="veth2e69099"} 1.145979e+06 node_network_iface_link{device="veth2f38598"} 1.144572e+06 node_network_iface_link{device="veth2ffd510"} 1.14021e+06 node_network_iface_link{device="veth30e4f5f"} 1.144354e+06 node_network_iface_link{device="veth31b78d8"} 1.139346e+06 node_network_iface_link{device="veth31f1351"} 1.138282e+06 node_network_iface_link{device="veth338902a"} 1.144002e+06 node_network_iface_link{device="veth33b6fcc"} 1.138066e+06 node_network_iface_link{device="veth3425c34"} 1.144094e+06 node_network_iface_link{device="veth35a0d0a"} 1.143898e+06 node_network_iface_link{device="veth35cd0f6"} 1.14435e+06 node_network_iface_link{device="veth35d0e81"} 1.13837e+06 node_network_iface_link{device="veth361c4b1"} 1.144038e+06 node_network_iface_link{device="veth3628cc5"} 1.14428e+06 node_network_iface_link{device="veth36528f9"} 1.143984e+06 node_network_iface_link{device="veth366ec90"} 1.138028e+06 node_network_iface_link{device="veth36d5c28"} 1.144392e+06 node_network_iface_link{device="veth36df713"} 1.138048e+06 node_network_iface_link{device="veth375db39"} 1.144316e+06 node_network_iface_link{device="veth378c30a"} 2080 node_network_iface_link{device="veth380b2a7"} 1.143842e+06 node_network_iface_link{device="veth3830fdd"} 1.144144e+06 node_network_iface_link{device="veth386f875"} 1.14408e+06 node_network_iface_link{device="veth3887938"} 1.145588e+06 node_network_iface_link{device="veth38e5192"} 2082 node_network_iface_link{device="veth3909a19"} 1.137988e+06 node_network_iface_link{device="veth39322e0"} 1.143882e+06 node_network_iface_link{device="veth39388ff"} 1.145789e+06 node_network_iface_link{device="veth3977d1b"} 1.140016e+06 node_network_iface_link{device="veth3a1e789"} 1.139962e+06 node_network_iface_link{device="veth3a36ed1"} 1.145582e+06 node_network_iface_link{device="veth3a75d41"} 1.143168e+06 node_network_iface_link{device="veth3addbbf"} 1.144594e+06 node_network_iface_link{device="veth3ae320c"} 1.144468e+06 node_network_iface_link{device="veth3bcce56"} 1.144336e+06 node_network_iface_link{device="veth3bd884c"} 1.144124e+06 node_network_iface_link{device="veth3c3b00b"} 1.14452e+06 node_network_iface_link{device="veth3cc3569"} 1.143172e+06 node_network_iface_link{device="veth3ceac5b"} 1.139328e+06 node_network_iface_link{device="veth3d16828"} 1.14442e+06 node_network_iface_link{device="veth3d622be"} 1.138188e+06 node_network_iface_link{device="veth3d7014e"} 1.144294e+06 node_network_iface_link{device="veth3d871d0"} 1.143506e+06 node_network_iface_link{device="veth3d8c990"} 1.141597e+06 node_network_iface_link{device="veth3e51ec2"} 1.144546e+06 node_network_iface_link{device="veth3fba8fa"} 1.145623e+06 node_network_iface_link{device="veth3fcdfb2"} 1.146054e+06 node_network_iface_link{device="veth400edd5"} 1.145105e+06 node_network_iface_link{device="veth4044f24"} 1.143928e+06 node_network_iface_link{device="veth404bd5a"} 1.138442e+06 node_network_iface_link{device="veth41723a0"} 1.145146e+06 node_network_iface_link{device="veth41dd412"} 1.138072e+06 node_network_iface_link{device="veth41ffa22"} 1.139344e+06 node_network_iface_link{device="veth42beb99"} 1.144656e+06 node_network_iface_link{device="veth4388bb3"} 1.14414e+06 node_network_iface_link{device="veth43f0d07"} 1.145803e+06 node_network_iface_link{device="veth4431593"} 1.138148e+06 node_network_iface_link{device="veth44554c4"} 1.144438e+06 node_network_iface_link{device="veth4499dcf"} 1.138456e+06 node_network_iface_link{device="veth44b6795"} 1.13803e+06 node_network_iface_link{device="veth454590d"} 1.144717e+06 node_network_iface_link{device="veth45753b2"} 1.145939e+06 node_network_iface_link{device="veth45d8744"} 1.143948e+06 node_network_iface_link{device="veth463e5c0"} 1.144588e+06 node_network_iface_link{device="veth467de80"} 1.138392e+06 node_network_iface_link{device="veth4683144"} 1.144078e+06 node_network_iface_link{device="veth46a6eb5"} 1.139522e+06 node_network_iface_link{device="veth46dd615"} 1.144048e+06 node_network_iface_link{device="veth479a8c8"} 1.145893e+06 node_network_iface_link{device="veth47e9160"} 1.146052e+06 node_network_iface_link{device="veth48129d5"} 1.14432e+06 node_network_iface_link{device="veth48d6056"} 1.138024e+06 node_network_iface_link{device="veth4981a73"} 1.14514e+06 node_network_iface_link{device="veth49dacab"} 1.143516e+06 node_network_iface_link{device="veth49f8bca"} 1.145017e+06 node_network_iface_link{device="veth49fa050"} 1.144566e+06 node_network_iface_link{device="veth4a87249"} 1.144312e+06 node_network_iface_link{device="veth4ae78af"} 1.144016e+06 node_network_iface_link{device="veth4b38fc1"} 1.143894e+06 node_network_iface_link{device="veth4ba8b40"} 1.140026e+06 node_network_iface_link{device="veth4bac263"} 1.145097e+06 node_network_iface_link{device="veth4be1e5a"} 1.144462e+06 node_network_iface_link{device="veth4c83414"} 1.13923e+06 node_network_iface_link{device="veth4d0f67a"} 2084 node_network_iface_link{device="veth4db7462"} 1.144092e+06 node_network_iface_link{device="veth4e0a606"} 1.138388e+06 node_network_iface_link{device="veth4e6aa51"} 1.140202e+06 node_network_iface_link{device="veth4e7280a"} 1.140006e+06 node_network_iface_link{device="veth4f150d0"} 1.143818e+06 node_network_iface_link{device="veth50f3d21"} 1.139458e+06 node_network_iface_link{device="veth511957b"} 1.143974e+06 node_network_iface_link{device="veth51df910"} 1.145627e+06 node_network_iface_link{device="veth5291507"} 1.145793e+06 node_network_iface_link{device="veth52b62fe"} 1.144606e+06 node_network_iface_link{device="veth52ba1f6"} 1.144524e+06 node_network_iface_link{device="veth53803c8"} 1.144434e+06 node_network_iface_link{device="veth53ed4ca"} 1.138166e+06 node_network_iface_link{device="veth544923a"} 1.144236e+06 node_network_iface_link{device="veth549693f"} 1.139978e+06 node_network_iface_link{device="veth54d90c8"} 1.138076e+06 node_network_iface_link{device="veth54e9d4a"} 2081 node_network_iface_link{device="veth550dee9"} 1.137996e+06 node_network_iface_link{device="veth553ede3"} 1.14459e+06 node_network_iface_link{device="veth554fa26"} 1.142668e+06 node_network_iface_link{device="veth55a9843"} 1.143868e+06 node_network_iface_link{device="veth55b0ec4"} 1.144516e+06 node_network_iface_link{device="veth55c73bd"} 1.14394e+06 node_network_iface_link{device="veth55cf210"} 1.144132e+06 node_network_iface_link{device="veth56b065b"} 1.144288e+06 node_network_iface_link{device="veth56ff8d7"} 1.13825e+06 node_network_iface_link{device="veth57100d3"} 1.144282e+06 node_network_iface_link{device="veth5744d5f"} 1.140022e+06 node_network_iface_link{device="veth57a7b7e"} 1.14456e+06 node_network_iface_link{device="veth587208b"} 1.145015e+06 node_network_iface_link{device="veth59a28f9"} 1.138096e+06 node_network_iface_link{device="veth59ec687"} 1.138034e+06 node_network_iface_link{device="veth5a2f03c"} 1.144598e+06 node_network_iface_link{device="veth5b14b1f"} 1.144402e+06 node_network_iface_link{device="veth5be4441"} 1.144182e+06 node_network_iface_link{device="veth5cf6db6"} 1.145144e+06 node_network_iface_link{device="veth5d5edf1"} 1.143716e+06 node_network_iface_link{device="veth5d79629"} 1.138186e+06 node_network_iface_link{device="veth5d82bda"} 1.143884e+06 node_network_iface_link{device="veth5d9fb18"} 1.144128e+06 node_network_iface_link{device="veth5daf2e1"} 1.138242e+06 node_network_iface_link{device="veth5e313cb"} 1.145795e+06 node_network_iface_link{device="veth5ea5d19"} 1.144418e+06 node_network_iface_link{device="veth5ede6bc"} 1.144614e+06 node_network_iface_link{device="veth5f2f157"} 1.138422e+06 node_network_iface_link{device="veth5f510cc"} 1.144512e+06 node_network_iface_link{device="veth5fde4d5"} 1.139958e+06 node_network_iface_link{device="veth608f13b"} 1.13814e+06 node_network_iface_link{device="veth61c1692"} 1.143812e+06 node_network_iface_link{device="veth61e4c6a"} 1.141599e+06 node_network_iface_link{device="veth61ff867"} 1.144034e+06 node_network_iface_link{device="veth6202b87"} 1.138396e+06 node_network_iface_link{device="veth6314682"} 1.143283e+06 node_network_iface_link{device="veth636b36b"} 1.140008e+06 node_network_iface_link{device="veth63897f4"} 1.138294e+06 node_network_iface_link{device="veth63f00f3"} 1.138436e+06 node_network_iface_link{device="veth650a5d1"} 1.144398e+06 node_network_iface_link{device="veth6558fa6"} 1.139466e+06 node_network_iface_link{device="veth658b6f1"} 1.138218e+06 node_network_iface_link{device="veth660c9c9"} 1.142633e+06 node_network_iface_link{device="veth6634745"} 1.144646e+06 node_network_iface_link{device="veth673a8ee"} 1.144658e+06 node_network_iface_link{device="veth67a4acc"} 1.145977e+06 node_network_iface_link{device="veth68228a8"} 1.145958e+06 node_network_iface_link{device="veth698f022"} 1.138062e+06 node_network_iface_link{device="veth6a67db5"} 1.144582e+06 node_network_iface_link{device="veth6abc990"} 1.144504e+06 node_network_iface_link{device="veth6b26cd5"} 1.143279e+06 node_network_iface_link{device="veth6ba4916"} 1.144186e+06 node_network_iface_link{device="veth6bab3d4"} 1.144626e+06 node_network_iface_link{device="veth6bbfa32"} 1.143846e+06 node_network_iface_link{device="veth6bd5048"} 1.138466e+06 node_network_iface_link{device="veth6bee2a2"} 1.144232e+06 node_network_iface_link{device="veth6c11632"} 1.145148e+06 node_network_iface_link{device="veth6c22ce2"} 1.138026e+06 node_network_iface_link{device="veth6cea1f5"} 1.138194e+06 node_network_iface_link{device="veth6d4bf60"} 1.137962e+06 node_network_iface_link{device="veth6d7d406"} 1.138244e+06 node_network_iface_link{device="veth6dcbb17"} 1.138074e+06 node_network_iface_link{device="veth6df542c"} 1.14451e+06 node_network_iface_link{device="veth6e9c163"} 1.14463e+06 node_network_iface_link{device="veth7070e17"} 1.138156e+06 node_network_iface_link{device="veth7119448"} 1.145965e+06 node_network_iface_link{device="veth7274c0d"} 1.13844e+06 node_network_iface_link{device="veth72b5538"} 1.13946e+06 node_network_iface_link{device="veth73188c4"} 1.13934e+06 node_network_iface_link{device="veth73352ff"} 1.143926e+06 node_network_iface_link{device="veth73fe131"} 1.138232e+06 node_network_iface_link{device="veth74afd3b"} 1.144636e+06 node_network_iface_link{device="veth7510955"} 1.138134e+06 node_network_iface_link{device="veth75451a5"} 1.138312e+06 node_network_iface_link{device="veth75454ee"} 1.14436e+06 node_network_iface_link{device="veth75848c5"} 1.146044e+06 node_network_iface_link{device="veth7599b2a"} 1.139432e+06 node_network_iface_link{device="veth76be224"} 1.13815e+06 node_network_iface_link{device="veth7742e6d"} 1.145935e+06 node_network_iface_link{device="veth7888ef4"} 1.14455e+06 node_network_iface_link{device="veth7a8020a"} 1.14461e+06 node_network_iface_link{device="veth7ab8ce1"} 1.13799e+06 node_network_iface_link{device="veth7af61c3"} 1.144318e+06 node_network_iface_link{device="veth7b5560c"} 1.144096e+06 node_network_iface_link{device="veth7b924a9"} 1.144644e+06 node_network_iface_link{device="veth7ba230c"} 1.140124e+06 node_network_iface_link{device="veth7c464a1"} 1.144642e+06 node_network_iface_link{device="veth7cb9f47"} 1.138308e+06 node_network_iface_link{device="veth7ccb046"} 1.14399e+06 node_network_iface_link{device="veth7d44274"} 1.144082e+06 node_network_iface_link{device="veth7dbd681"} 1.144404e+06 node_network_iface_link{device="veth7e5e9af"} 1.145586e+06 node_network_iface_link{device="veth7e62c28"} 1.144384e+06 node_network_iface_link{device="veth7f33961"} 1.144612e+06 node_network_iface_link{device="veth7fcd6d8"} 1.137976e+06 node_network_iface_link{device="veth81e8cb1"} 1.138318e+06 node_network_iface_link{device="veth81e92ae"} 1.1442e+06 node_network_iface_link{device="veth81fc85c"} 1.143996e+06 node_network_iface_link{device="veth82018a0"} 1.139224e+06 node_network_iface_link{device="veth828128f"} 1.139524e+06 node_network_iface_link{device="veth82e5071"} 1.141591e+06 node_network_iface_link{device="veth82f1706"} 1.139316e+06 node_network_iface_link{device="veth8358fe5"} 1.140122e+06 node_network_iface_link{device="veth837d5f7"} 1.14402e+06 node_network_iface_link{device="veth839108d"} 1.139468e+06 node_network_iface_link{device="veth83ab132"} 1.1439e+06 node_network_iface_link{device="veth83ad98f"} 1.144248e+06 node_network_iface_link{device="veth841b54a"} 1.145107e+06 node_network_iface_link{device="veth857de99"} 1.144314e+06 node_network_iface_link{device="veth85b5354"} 1.1402e+06 node_network_iface_link{device="veth86eda43"} 1.143924e+06 node_network_iface_link{device="veth86fe81c"} 1.144711e+06 node_network_iface_link{device="veth87665ad"} 1.14407e+06 node_network_iface_link{device="veth87bf4ae"} 1.143722e+06 node_network_iface_link{device="veth881af3b"} 1.14389e+06 node_network_iface_link{device="veth8851d0b"} 1.1381e+06 node_network_iface_link{device="veth88fa0f6"} 1.142637e+06 node_network_iface_link{device="veth8911425"} 1.143966e+06 node_network_iface_link{device="veth892e54a"} 1.143287e+06 node_network_iface_link{device="veth89576e3"} 1.138058e+06 node_network_iface_link{device="veth89bab0e"} 1.145967e+06 node_network_iface_link{device="veth8a51411"} 1.144062e+06 node_network_iface_link{device="veth8b2635b"} 1.145811e+06 node_network_iface_link{device="veth8b27052"} 1.144719e+06 node_network_iface_link{device="veth8b2cf5f"} 1.144502e+06 node_network_iface_link{device="veth8b9fea2"} 1.143844e+06 node_network_iface_link{device="veth8c04fed"} 1.13805e+06 node_network_iface_link{device="veth8c0c0d5"} 1.145009e+06 node_network_iface_link{device="veth8c16e8a"} 1.141595e+06 node_network_iface_link{device="veth8c2ee1a"} 1.144184e+06 node_network_iface_link{device="veth8c6cbbf"} 1.139234e+06 node_network_iface_link{device="veth8ccc939"} 1.144172e+06 node_network_iface_link{device="veth8d04352"} 1.143724e+06 node_network_iface_link{device="veth8d0d5bd"} 1.140128e+06 node_network_iface_link{device="veth8d1ab7d"} 1.145099e+06 node_network_iface_link{device="veth8dc7e7c"} 1.138446e+06 node_network_iface_link{device="veth8e411c0"} 1.138154e+06 node_network_iface_link{device="veth8f3fa53"} 1.14462e+06 node_network_iface_link{device="veth8f4aa08"} 1.144352e+06 node_network_iface_link{device="veth8f5fbf7"} 1.145895e+06 node_network_iface_link{device="veth8f698a3"} 1.144134e+06 node_network_iface_link{device="veth8fb0b53"} 1.143816e+06 node_network_iface_link{device="veth8fccdc6"} 1.137974e+06 node_network_iface_link{device="veth90c7579"} 1.14422e+06 node_network_iface_link{device="veth90ed6a6"} 1.144148e+06 node_network_iface_link{device="veth910e8cf"} 1.145962e+06 node_network_iface_link{device="veth930c9be"} 1.13845e+06 node_network_iface_link{device="veth93112cc"} 1.138016e+06 node_network_iface_link{device="veth93a0f8b"} 1.138136e+06 node_network_iface_link{device="veth93c6e78"} 1.138448e+06 node_network_iface_link{device="veth93cd3ec"} 1.144382e+06 node_network_iface_link{device="veth949b686"} 1.145948e+06 node_network_iface_link{device="veth94cbabc"} 1.144142e+06 node_network_iface_link{device="veth94d91e2"} 1.14443e+06 node_network_iface_link{device="veth95de52a"} 1.145791e+06 node_network_iface_link{device="veth95e97e6"} 1.1443e+06 node_network_iface_link{device="veth963a25f"} 1.138424e+06 node_network_iface_link{device="veth9689522"} 1.144548e+06 node_network_iface_link{device="veth96a099f"} 1.143726e+06 node_network_iface_link{device="veth96a9aed"} 1.143508e+06 node_network_iface_link{device="veth9737dfd"} 1.13926e+06 node_network_iface_link{device="veth9834720"} 1.138254e+06 node_network_iface_link{device="veth98a4f1c"} 1.144326e+06 node_network_iface_link{device="veth9900f5c"} 1.145919e+06 node_network_iface_link{device="veth9930130"} 1.144256e+06 node_network_iface_link{device="veth99bd252"} 1.14433e+06 node_network_iface_link{device="veth9a15643"} 1.144246e+06 node_network_iface_link{device="veth9a73b47"} 1.143176e+06 node_network_iface_link{device="veth9ab5fa5"} 1.144342e+06 node_network_iface_link{device="veth9ade6ce"} 1.139338e+06 node_network_iface_link{device="veth9ae29fb"} 1.144188e+06 node_network_iface_link{device="veth9b006eb"} 1.145019e+06 node_network_iface_link{device="veth9b53946"} 1.138444e+06 node_network_iface_link{device="veth9b574a3"} 1.145584e+06 node_network_iface_link{device="veth9bb0d1d"} 1.138342e+06 node_network_iface_link{device="veth9c5f63a"} 1.144076e+06 node_network_iface_link{device="veth9cfeb47"} 1.138208e+06 node_network_iface_link{device="veth9d3116c"} 1.143862e+06 node_network_iface_link{device="veth9d5866a"} 1.138286e+06 node_network_iface_link{device="veth9d7f756"} 1.144486e+06 node_network_iface_link{device="veth9d95a42"} 1.139436e+06 node_network_iface_link{device="veth9dee925"} 1.144652e+06 node_network_iface_link{device="veth9e76a8b"} 1.144222e+06 node_network_iface_link{device="veth9e9e316"} 1.13952e+06 node_network_iface_link{device="veth9f0c2e2"} 1.144014e+06 node_network_iface_link{device="veth9f74d58"} 1.143968e+06 node_network_iface_link{device="vetha018cbf"} 1.144488e+06 node_network_iface_link{device="vetha1ab304"} 1.144066e+06 node_network_iface_link{device="vetha1eb306"} 1.1444e+06 node_network_iface_link{device="vetha290736"} 1.144518e+06 node_network_iface_link{device="vetha2aad37"} 1.138284e+06 node_network_iface_link{device="vetha31d6fd"} 1.139976e+06 node_network_iface_link{device="vetha334122"} 1.143512e+06 node_network_iface_link{device="vetha3852e4"} 1.144868e+06 node_network_iface_link{device="vetha4b0907"} 1.144422e+06 node_network_iface_link{device="vetha537eb6"} 1.144416e+06 node_network_iface_link{device="vetha675b8d"} 1.144204e+06 node_network_iface_link{device="vetha678351"} 1.143932e+06 node_network_iface_link{device="vetha6bbcc2"} 1.144298e+06 node_network_iface_link{device="vetha74cd81"} 1.13832e+06 node_network_iface_link{device="vetha780b5e"} 1.145101e+06 node_network_iface_link{device="vetha797fe3"} 1.139586e+06 node_network_iface_link{device="vetha79a05b"} 1.14559e+06 node_network_iface_link{device="vetha7a2d29"} 1.143958e+06 node_network_iface_link{device="vetha7ada6f"} 1.144498e+06 node_network_iface_link{device="vetha8f009e"} 1.144e+06 node_network_iface_link{device="vetha96ae67"} 1.14558e+06 node_network_iface_link{device="vetha997490"} 1.138438e+06 node_network_iface_link{device="vetha9b6925"} 1.144234e+06 node_network_iface_link{device="vethaa11814"} 1.138368e+06 node_network_iface_link{device="vethaa894f6"} 1.144628e+06 node_network_iface_link{device="vethab86d4a"} 1.144386e+06 node_network_iface_link{device="vethab9afc5"} 1.139318e+06 node_network_iface_link{device="vethac080df"} 1.143866e+06 node_network_iface_link{device="vethac3a592"} 1.14403e+06 node_network_iface_link{device="vethad12781"} 1.13796e+06 node_network_iface_link{device="vethad38be0"} 1.138144e+06 node_network_iface_link{device="vethad89bb1"} 1.144866e+06 node_network_iface_link{device="vethada749e"} 1.144284e+06 node_network_iface_link{device="vethadef082"} 1.144054e+06 node_network_iface_link{device="vethae5faf9"} 1.144012e+06 node_network_iface_link{device="vethaedfacc"} 1.138394e+06 node_network_iface_link{device="vethaef0424"} 1.140126e+06 node_network_iface_link{device="vethb05b013"} 1.13843e+06 node_network_iface_link{device="vethb077d67"} 1.145903e+06 node_network_iface_link{device="vethb0a68a0"} 1.14486e+06 node_network_iface_link{device="vethb0c284f"} 1.144522e+06 node_network_iface_link{device="vethb0df999"} 1.137673e+06 node_network_iface_link{device="vethb25b3d8"} 1.13807e+06 node_network_iface_link{device="vethb2fbd99"} 1.139996e+06 node_network_iface_link{device="vethb3a8415"} 1.14001e+06 node_network_iface_link{device="vethb3c68e2"} 1.144721e+06 node_network_iface_link{device="vethb3cd903"} 1.138184e+06 node_network_iface_link{device="vethb4870f2"} 1.144068e+06 node_network_iface_link{device="vethb4da8f7"} 1.137978e+06 node_network_iface_link{device="vethb51625b"} 1.13834e+06 node_network_iface_link{device="vethb5e3f17"} 1.143982e+06 node_network_iface_link{device="vethb60fcbc"} 1.14593e+06 node_network_iface_link{device="vethb664d75"} 1.144098e+06 node_network_iface_link{device="vethb68caf3"} 1.144508e+06 node_network_iface_link{device="vethb77cc8b"} 1.144596e+06 node_network_iface_link{device="vethb77f08e"} 1.14397e+06 node_network_iface_link{device="vethb80914a"} 1.144864e+06 node_network_iface_link{device="vethb8b412e"} 1.138258e+06 node_network_iface_link{device="vethb8c2d4e"} 1.144388e+06 node_network_iface_link{device="vethb92be35"} 1.140024e+06 node_network_iface_link{device="vethb93f442"} 1.138346e+06 node_network_iface_link{device="vethb95ceeb"} 1.137994e+06 node_network_iface_link{device="vethb995c11"} 1.138088e+06 node_network_iface_link{device="vethb9c62b1"} 1.139282e+06 node_network_iface_link{device="vethbab5259"} 1.138046e+06 node_network_iface_link{device="vethbb3c294"} 1.14447e+06 node_network_iface_link{device="vethbbb97f9"} 1.137948e+06 node_network_iface_link{device="vethbc1c416"} 1.138038e+06 node_network_iface_link{device="vethbc5ca70"} 1.144254e+06 node_network_iface_link{device="vethbd1f0db"} 1.142672e+06 node_network_iface_link{device="vethbd573f6"} 1.144624e+06 node_network_iface_link{device="vethbd7c661"} 1.145138e+06 node_network_iface_link{device="vethbe7ea9e"} 1.143986e+06 node_network_iface_link{device="vethbec2cbb"} 1.13816e+06 node_network_iface_link{device="vethbfcf0a4"} 1.144176e+06 node_network_iface_link{device="vethbff0fd3"} 1.139464e+06 node_network_iface_link{device="vethc05b060"} 1.139324e+06 node_network_iface_link{device="vethc09e03c"} 1.14013e+06 node_network_iface_link{device="vethc15d66d"} 1.14424e+06 node_network_iface_link{device="vethc196d66"} 1.139222e+06 node_network_iface_link{device="vethc1ac58c"} 1.14388e+06 node_network_iface_link{device="vethc1c5fcd"} 1.138414e+06 node_network_iface_link{device="vethc1ef3da"} 1.144302e+06 node_network_iface_link{device="vethc2efd7c"} 1.145956e+06 node_network_iface_link{device="vethc314d9e"} 1.138298e+06 node_network_iface_link{device="vethc3bdd94"} 1.144406e+06 node_network_iface_link{device="vethc3ec1dd"} 1.144052e+06 node_network_iface_link{device="vethc4061a9"} 1.144198e+06 node_network_iface_link{device="vethc452900"} 1.145801e+06 node_network_iface_link{device="vethc45c99c"} 1.138086e+06 node_network_iface_link{device="vethc482fb8"} 1.146048e+06 node_network_iface_link{device="vethc503d39"} 1.14317e+06 node_network_iface_link{device="vethc53c8a6"} 1.138018e+06 node_network_iface_link{device="vethc5b4fd7"} 1.144218e+06 node_network_iface_link{device="vethc605740"} 1.13927e+06 node_network_iface_link{device="vethc6116a4"} 1.144286e+06 node_network_iface_link{device="vethc66fb8a"} 1.144238e+06 node_network_iface_link{device="vethc6ae4c6"} 1.144662e+06 node_network_iface_link{device="vethc6fb5c3"} 1.143718e+06 node_network_iface_link{device="vethc774b55"} 1.144562e+06 node_network_iface_link{device="vethc7cfbf3"} 1.139252e+06 node_network_iface_link{device="vethc7e7ad1"} 1.144446e+06 node_network_iface_link{device="vethc8593ec"} 1.144146e+06 node_network_iface_link{device="vethc8db878"} 1.139274e+06 node_network_iface_link{device="vethc9a9adb"} 1.139266e+06 node_network_iface_link{device="vethcc09d95"} 1.138216e+06 node_network_iface_link{device="vethcc14215"} 1.143876e+06 node_network_iface_link{device="vethcc8ea41"} 1.139512e+06 node_network_iface_link{device="vethcccbbc2"} 1.144356e+06 node_network_iface_link{device="vethcd037d2"} 1.139268e+06 node_network_iface_link{device="vethcd46f50"} 1.143864e+06 node_network_iface_link{device="vethcd4f5e4"} 1.139716e+06 node_network_iface_link{device="vethcd69036"} 2079 node_network_iface_link{device="vethcdb9063"} 1.13798e+06 node_network_iface_link{device="vethce03e73"} 1.138386e+06 node_network_iface_link{device="vethce4911b"} 1.14395e+06 node_network_iface_link{device="vethcee6c6b"} 1.143952e+06 node_network_iface_link{device="vethcf40450"} 1.143938e+06 node_network_iface_link{device="vethd010653"} 1.138432e+06 node_network_iface_link{device="vethd015bfd"} 1.143892e+06 node_network_iface_link{device="vethd01bced"} 1.145785e+06 node_network_iface_link{device="vethd08787c"} 1.14351e+06 node_network_iface_link{device="vethd0d2e30"} 1.144064e+06 node_network_iface_link{device="vethd12d945"} 1.138428e+06 node_network_iface_link{device="vethd16a72f"} 1.145809e+06 node_network_iface_link{device="vethd1719c5"} 1.13943e+06 node_network_iface_link{device="vethd1871e7"} 1.144482e+06 node_network_iface_link{device="vethd25aa3b"} 1.144346e+06 node_network_iface_link{device="vethd36eb18"} 1.145621e+06 node_network_iface_link{device="vethd3a300e"} 1.143936e+06 node_network_iface_link{device="vethd3ed1c7"} 1.144036e+06 node_network_iface_link{device="vethd4b817a"} 1.144126e+06 node_network_iface_link{device="vethd4d7b42"} 1.139462e+06 node_network_iface_link{device="vethd4e7c2c"} 1.145905e+06 node_network_iface_link{device="vethd623391"} 1.143942e+06 node_network_iface_link{device="vethd698bb5"} 1.140206e+06 node_network_iface_link{device="vethd6a884e"} 1.144216e+06 node_network_iface_link{device="vethd77ed8c"} 1.1445e+06 node_network_iface_link{device="vethd788961"} 1.13822e+06 node_network_iface_link{device="vethd7dd546"} 1.145103e+06 node_network_iface_link{device="vethd80ed49"} 1.144556e+06 node_network_iface_link{device="vethd81b53c"} 1.14419e+06 node_network_iface_link{device="vethd8ae67f"} 1.144214e+06 node_network_iface_link{device="vethd9ad995"} 1.139332e+06 node_network_iface_link{device="vethda00b2c"} 1.13847e+06 node_network_iface_link{device="vethda17b81"} 1.142627e+06 node_network_iface_link{device="vethda42a3d"} 1.143956e+06 node_network_iface_link{device="vethda8113b"} 1.138092e+06 node_network_iface_link{device="vethda97a73"} 1.143988e+06 node_network_iface_link{device="vethdcd40f5"} 1.138126e+06 node_network_iface_link{device="vethdcd5e9f"} 1.14431e+06 node_network_iface_link{device="vethdd7f080"} 1.138132e+06 node_network_iface_link{device="vethdd9457a"} 1.144564e+06 node_network_iface_link{device="vethddaa2f6"} 1.143874e+06 node_network_iface_link{device="vethddd757b"} 1.144484e+06 node_network_iface_link{device="vethde484ca"} 1.144578e+06 node_network_iface_link{device="vethde84e28"} 1.138316e+06 node_network_iface_link{device="vethdee08a0"} 1.142666e+06 node_network_iface_link{device="vethdf3c363"} 1.144544e+06 node_network_iface_link{device="vethe044dd7"} 1.144436e+06 node_network_iface_link{device="vethe0eb635"} 1.138366e+06 node_network_iface_link{device="vethe121842"} 1.144022e+06 node_network_iface_link{device="vethe17b4b2"} 1.144574e+06 node_network_iface_link{device="vethe240296"} 1.141601e+06 node_network_iface_link{device="vethe2a6aa2"} 1.144494e+06 node_network_iface_link{device="vethe2c776a"} 1.14405e+06 node_network_iface_link{device="vethe2ee303"} 1.14267e+06 node_network_iface_link{device="vethe3053d7"} 1.144328e+06 node_network_iface_link{device="vethe31ca35"} 2083 node_network_iface_link{device="vethe37671b"} 1.138138e+06 node_network_iface_link{device="vethe3a02f4"} 1.144028e+06 node_network_iface_link{device="vethe3b4d90"} 1.139434e+06 node_network_iface_link{device="vethe4e7a4c"} 1.143922e+06 node_network_iface_link{device="vethe52d560"} 1.139334e+06 node_network_iface_link{device="vethe69c35e"} 1.143814e+06 node_network_iface_link{device="vethe6fd8c5"} 1.144472e+06 node_network_iface_link{device="vethe70eee7"} 1.144304e+06 node_network_iface_link{device="vethe741a23"} 1.145924e+06 node_network_iface_link{device="vethe747942"} 1.144086e+06 node_network_iface_link{device="vethe7681a6"} 1.143964e+06 node_network_iface_link{device="vethe7756c8"} 1.139254e+06 node_network_iface_link{device="vethe85d3d3"} 1.14406e+06 node_network_iface_link{device="vethe8c8080"} 1.145629e+06 node_network_iface_link{device="vethe90aeb2"} 1.142635e+06 node_network_iface_link{device="vethea085b3"} 1.145975e+06 node_network_iface_link{device="vetheaf1fb5"} 1.140132e+06 node_network_iface_link{device="vetheb12841"} 1.137964e+06 node_network_iface_link{device="vetheb390b0"} 1.143285e+06 node_network_iface_link{device="vethebf40ec"} 1.14002e+06 node_network_iface_link{device="vethebf8ec5"} 1.144004e+06 node_network_iface_link{device="vethec38299"} 1.144456e+06 node_network_iface_link{device="vethec3b924"} 1.145945e+06 node_network_iface_link{device="vethecb745a"} 1.14372e+06 node_network_iface_link{device="vethed62efc"} 1.14386e+06 node_network_iface_link{device="vethed6b660"} 1.138228e+06 node_network_iface_link{device="vethed862f6"} 1.14445e+06 node_network_iface_link{device="vethee6cff7"} 1.145805e+06 node_network_iface_link{device="vethee8eb9c"} 1.143972e+06 node_network_iface_link{device="vetheec35b5"} 1.138054e+06 node_network_iface_link{device="vetheec68f2"} 1.138378e+06 node_network_iface_link{device="vethef14514"} 1.145952e+06 node_network_iface_link{device="vethef7358f"} 1.138168e+06 node_network_iface_link{device="vethefc1f2e"} 1.138044e+06 node_network_iface_link{device="vethf0b13ba"} 1.144358e+06 node_network_iface_link{device="vethf0d9869"} 1.139326e+06 node_network_iface_link{device="vethf12362d"} 1.137968e+06 node_network_iface_link{device="vethf1fdf1f"} 1.14466e+06 node_network_iface_link{device="vethf239d3f"} 1.143178e+06 node_network_iface_link{device="vethf2b0340"} 1.144208e+06 node_network_iface_link{device="vethf3380cf"} 1.144332e+06 node_network_iface_link{device="vethf35de8c"} 1.140208e+06 node_network_iface_link{device="vethf3aa0d1"} 1.139276e+06 node_network_iface_link{device="vethf3e722c"} 1.14444e+06 node_network_iface_link{device="vethf4d422e"} 1.144862e+06 node_network_iface_link{device="vethf5878a9"} 1.138196e+06 node_network_iface_link{device="vethf60f77c"} 1.145973e+06 node_network_iface_link{device="vethf6b618c"} 1.143174e+06 node_network_iface_link{device="vethf739350"} 1.1441e+06 node_network_iface_link{device="vethf75dfd6"} 1.143852e+06 node_network_iface_link{device="vethf7c6492"} 1.138162e+06 node_network_iface_link{device="vethf7e7622"} 1.138174e+06 node_network_iface_link{device="vethf7f96c4"} 1.13933e+06 node_network_iface_link{device="vethf81bb1f"} 1.144044e+06 node_network_iface_link{device="vethf831c6e"} 1.145926e+06 node_network_iface_link{device="vethf878734"} 1.138192e+06 node_network_iface_link{device="vethf8b777e"} 1.13996e+06 node_network_iface_link{device="vethf9297c3"} 1.138202e+06 node_network_iface_link{device="vethf93ef43"} 1.145625e+06 node_network_iface_link{device="vethf9dc188"} 1.144558e+06 node_network_iface_link{device="vethfa21f05"} 1.144576e+06 node_network_iface_link{device="vethfa7118a"} 1.144046e+06 node_network_iface_link{device="vethfa9e5b8"} 1.144496e+06 node_network_iface_link{device="vethfad6627"} 1.14423e+06 node_network_iface_link{device="vethfb2bfe2"} 1.139258e+06 node_network_iface_link{device="vethfb6999a"} 1.144006e+06 node_network_iface_link{device="vethfba34d0"} 1.14382e+06 node_network_iface_link{device="vethfbee07c"} 1.13818e+06 node_network_iface_link{device="vethfc5799c"} 1.144102e+06 node_network_iface_link{device="vethfcf4485"} 1.144514e+06 node_network_iface_link{device="vethfd434b4"} 1.144408e+06 node_network_iface_link{device="vethfd4ae4a"} 1.138206e+06 node_network_iface_link{device="vethfdd4d19"} 1.145937e+06 node_network_iface_link{device="vethfe2ae54"} 1.144608e+06 node_network_iface_link{device="vethfe3f546"} 1.138214e+06 node_network_iface_link{device="vethfe695e7"} 1.138172e+06 node_network_iface_link{device="vethfe841b8"} 1.14413e+06 node_network_iface_link{device="vethfeb3f2a"} 1.144454e+06 node_network_iface_link{device="vethfeeef20"} 1.138122e+06 node_network_iface_link{device="vethff1f982"} 1.144622e+06 node_network_iface_link{device="vethff7d976"} 1.145631e+06 node_network_iface_link{device="vethffbce7a"} 1.14439e+06 node_network_iface_link{device="vethffe6de7"} 1.144638e+06 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-0041aebf0bd9"} 0 node_network_iface_link_mode{device="br-02669b34ccad"} 0 node_network_iface_link_mode{device="br-02823e0b21f8"} 0 node_network_iface_link_mode{device="br-035e1584ee12"} 0 node_network_iface_link_mode{device="br-03ef3fa9694c"} 0 node_network_iface_link_mode{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} 0 node_network_iface_link_mode{device="br-1824841a31f9"} 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-1da1821d18b3"} 0 node_network_iface_link_mode{device="br-1de64be72380"} 0 node_network_iface_link_mode{device="br-1f9ea77f28ce"} 0 node_network_iface_link_mode{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 0 node_network_iface_link_mode{device="br-27771a4b5e1c"} 0 node_network_iface_link_mode{device="br-2ed3ce7916f4"} 0 node_network_iface_link_mode{device="br-301b4c89e775"} 0 node_network_iface_link_mode{device="br-3068524ec93f"} 0 node_network_iface_link_mode{device="br-317a2bbca622"} 0 node_network_iface_link_mode{device="br-349eb65873d4"} 0 node_network_iface_link_mode{device="br-34eb4dd7e9c0"} 0 node_network_iface_link_mode{device="br-37f17f8c2f41"} 0 node_network_iface_link_mode{device="br-3ad09e25ab78"} 0 node_network_iface_link_mode{device="br-3d3c5fbec0dd"} 0 node_network_iface_link_mode{device="br-3ed5391afb94"} 0 node_network_iface_link_mode{device="br-4091e772ca83"} 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-4614b58c6316"} 0 node_network_iface_link_mode{device="br-4666f7cfb5ad"} 0 node_network_iface_link_mode{device="br-483851ad6d82"} 0 node_network_iface_link_mode{device="br-4a66d39e6115"} 0 node_network_iface_link_mode{device="br-4f8bcb06bb21"} 0 node_network_iface_link_mode{device="br-513a5eb5a5ed"} 0 node_network_iface_link_mode{device="br-52ce8deae651"} 0 node_network_iface_link_mode{device="br-543616338fa2"} 0 node_network_iface_link_mode{device="br-559d36b72748"} 0 node_network_iface_link_mode{device="br-5748fcd1e7ca"} 0 node_network_iface_link_mode{device="br-58f8dcbfa915"} 0 node_network_iface_link_mode{device="br-5cb33e972896"} 0 node_network_iface_link_mode{device="br-5cd378a95a50"} 0 node_network_iface_link_mode{device="br-5db0c1bc605b"} 0 node_network_iface_link_mode{device="br-60f225ebe8cf"} 0 node_network_iface_link_mode{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 0 node_network_iface_link_mode{device="br-67b6f2b09055"} 0 node_network_iface_link_mode{device="br-6801e77b28e6"} 0 node_network_iface_link_mode{device="br-731a89c43fe8"} 0 node_network_iface_link_mode{device="br-75640dcb1806"} 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-7a05c4b4c71c"} 0 node_network_iface_link_mode{device="br-7f1c0840c41b"} 0 node_network_iface_link_mode{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 0 node_network_iface_link_mode{device="br-94b2fbf06b0d"} 0 node_network_iface_link_mode{device="br-94ccc3a0a891"} 0 node_network_iface_link_mode{device="br-978ac97c7837"} 0 node_network_iface_link_mode{device="br-9dd2a20937e6"} 0 node_network_iface_link_mode{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 0 node_network_iface_link_mode{device="br-ab7e8be9c7b8"} 0 node_network_iface_link_mode{device="br-ab8f176f7ba4"} 0 node_network_iface_link_mode{device="br-b155b277758b"} 0 node_network_iface_link_mode{device="br-b9ddcd38e3d5"} 0 node_network_iface_link_mode{device="br-bc64dc65c104"} 0 node_network_iface_link_mode{device="br-bc673706b5ae"} 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-c6291428ebee"} 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-c86562d687da"} 0 node_network_iface_link_mode{device="br-cb14ad5f78d9"} 0 node_network_iface_link_mode{device="br-cd22c9cceee9"} 0 node_network_iface_link_mode{device="br-cf6b946573c1"} 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-d68147769b09"} 0 node_network_iface_link_mode{device="br-d81320e12692"} 0 node_network_iface_link_mode{device="br-da621f14fb83"} 0 node_network_iface_link_mode{device="br-dc8640f674ee"} 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-e24d302efec6"} 0 node_network_iface_link_mode{device="br-e2ebf44ea1f2"} 0 node_network_iface_link_mode{device="br-e63b0d1593b5"} 0 node_network_iface_link_mode{device="br-ec56c664f289"} 0 node_network_iface_link_mode{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 0 node_network_iface_link_mode{device="br-fb23b0434540"} 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="veth0076559"} 0 node_network_iface_link_mode{device="veth0106c7a"} 0 node_network_iface_link_mode{device="veth01165f0"} 0 node_network_iface_link_mode{device="veth01de5af"} 0 node_network_iface_link_mode{device="veth0252a2a"} 0 node_network_iface_link_mode{device="veth026b5f1"} 0 node_network_iface_link_mode{device="veth02d5a2d"} 0 node_network_iface_link_mode{device="veth0387d76"} 0 node_network_iface_link_mode{device="veth03f1565"} 0 node_network_iface_link_mode{device="veth0474396"} 0 node_network_iface_link_mode{device="veth04bcbc0"} 0 node_network_iface_link_mode{device="veth053af97"} 0 node_network_iface_link_mode{device="veth0549182"} 0 node_network_iface_link_mode{device="veth054cedc"} 0 node_network_iface_link_mode{device="veth05a336b"} 0 node_network_iface_link_mode{device="veth05b1403"} 0 node_network_iface_link_mode{device="veth05dbfef"} 0 node_network_iface_link_mode{device="veth0666583"} 0 node_network_iface_link_mode{device="veth073b9c4"} 0 node_network_iface_link_mode{device="veth08149de"} 0 node_network_iface_link_mode{device="veth0906c73"} 0 node_network_iface_link_mode{device="veth0948320"} 0 node_network_iface_link_mode{device="veth0aa1c2d"} 0 node_network_iface_link_mode{device="veth0acd33e"} 0 node_network_iface_link_mode{device="veth0ae79aa"} 0 node_network_iface_link_mode{device="veth0af3200"} 0 node_network_iface_link_mode{device="veth0b0f675"} 0 node_network_iface_link_mode{device="veth0b2f2a0"} 0 node_network_iface_link_mode{device="veth0b70bc8"} 0 node_network_iface_link_mode{device="veth0d172e4"} 0 node_network_iface_link_mode{device="veth0da84c5"} 0 node_network_iface_link_mode{device="veth0dda3d7"} 0 node_network_iface_link_mode{device="veth0e35f5e"} 0 node_network_iface_link_mode{device="veth0eedf53"} 0 node_network_iface_link_mode{device="veth0f291f5"} 0 node_network_iface_link_mode{device="veth0f4d0ed"} 0 node_network_iface_link_mode{device="veth0f85411"} 0 node_network_iface_link_mode{device="veth0fce86d"} 0 node_network_iface_link_mode{device="veth100fd27"} 0 node_network_iface_link_mode{device="veth10227c2"} 0 node_network_iface_link_mode{device="veth10693ca"} 0 node_network_iface_link_mode{device="veth108735b"} 0 node_network_iface_link_mode{device="veth114bf22"} 0 node_network_iface_link_mode{device="veth12564dc"} 0 node_network_iface_link_mode{device="veth12ef518"} 0 node_network_iface_link_mode{device="veth1343dbc"} 0 node_network_iface_link_mode{device="veth1394791"} 0 node_network_iface_link_mode{device="veth13b4efd"} 0 node_network_iface_link_mode{device="veth13de79b"} 0 node_network_iface_link_mode{device="veth14dc831"} 0 node_network_iface_link_mode{device="veth1513f1b"} 0 node_network_iface_link_mode{device="veth1574334"} 0 node_network_iface_link_mode{device="veth1596f02"} 0 node_network_iface_link_mode{device="veth15c7048"} 0 node_network_iface_link_mode{device="veth15fb20f"} 0 node_network_iface_link_mode{device="veth160d560"} 0 node_network_iface_link_mode{device="veth1632a4e"} 0 node_network_iface_link_mode{device="veth1687023"} 0 node_network_iface_link_mode{device="veth16b6f88"} 0 node_network_iface_link_mode{device="veth16bc448"} 0 node_network_iface_link_mode{device="veth1761f88"} 0 node_network_iface_link_mode{device="veth17f0f90"} 0 node_network_iface_link_mode{device="veth1906b94"} 0 node_network_iface_link_mode{device="veth1908d88"} 0 node_network_iface_link_mode{device="veth19402da"} 0 node_network_iface_link_mode{device="veth194b2c8"} 0 node_network_iface_link_mode{device="veth19bdf4c"} 0 node_network_iface_link_mode{device="veth19c9513"} 0 node_network_iface_link_mode{device="veth1af3324"} 0 node_network_iface_link_mode{device="veth1b8e6ca"} 0 node_network_iface_link_mode{device="veth1ba4f00"} 0 node_network_iface_link_mode{device="veth1ba5627"} 0 node_network_iface_link_mode{device="veth1c6c526"} 0 node_network_iface_link_mode{device="veth1cb7af3"} 0 node_network_iface_link_mode{device="veth1cc7b21"} 0 node_network_iface_link_mode{device="veth1d0f4d8"} 0 node_network_iface_link_mode{device="veth1d1026d"} 0 node_network_iface_link_mode{device="veth1d1c849"} 0 node_network_iface_link_mode{device="veth1d28880"} 0 node_network_iface_link_mode{device="veth1db323f"} 0 node_network_iface_link_mode{device="veth1dfacd2"} 0 node_network_iface_link_mode{device="veth1e385fe"} 0 node_network_iface_link_mode{device="veth1e5d33a"} 0 node_network_iface_link_mode{device="veth1f2d55e"} 0 node_network_iface_link_mode{device="veth1fca91e"} 0 node_network_iface_link_mode{device="veth203039a"} 0 node_network_iface_link_mode{device="veth23495cd"} 0 node_network_iface_link_mode{device="veth23db7fb"} 0 node_network_iface_link_mode{device="veth24484c9"} 0 node_network_iface_link_mode{device="veth24a85f4"} 0 node_network_iface_link_mode{device="veth24b4904"} 0 node_network_iface_link_mode{device="veth25b04e7"} 0 node_network_iface_link_mode{device="veth25c4ced"} 0 node_network_iface_link_mode{device="veth2677c54"} 0 node_network_iface_link_mode{device="veth26be59d"} 0 node_network_iface_link_mode{device="veth2763119"} 0 node_network_iface_link_mode{device="veth276dd03"} 0 node_network_iface_link_mode{device="veth27ca332"} 0 node_network_iface_link_mode{device="veth27e4c1c"} 0 node_network_iface_link_mode{device="veth28c678d"} 0 node_network_iface_link_mode{device="veth28c8226"} 0 node_network_iface_link_mode{device="veth2989c66"} 0 node_network_iface_link_mode{device="veth29c349f"} 0 node_network_iface_link_mode{device="veth29d825b"} 0 node_network_iface_link_mode{device="veth29ee720"} 0 node_network_iface_link_mode{device="veth2a756fb"} 0 node_network_iface_link_mode{device="veth2b8adb8"} 0 node_network_iface_link_mode{device="veth2c4593e"} 0 node_network_iface_link_mode{device="veth2d6ab8a"} 0 node_network_iface_link_mode{device="veth2dd1c6e"} 0 node_network_iface_link_mode{device="veth2e07e70"} 0 node_network_iface_link_mode{device="veth2e40990"} 0 node_network_iface_link_mode{device="veth2e5abcd"} 0 node_network_iface_link_mode{device="veth2e69099"} 0 node_network_iface_link_mode{device="veth2f38598"} 0 node_network_iface_link_mode{device="veth2ffd510"} 0 node_network_iface_link_mode{device="veth30e4f5f"} 0 node_network_iface_link_mode{device="veth31b78d8"} 0 node_network_iface_link_mode{device="veth31f1351"} 0 node_network_iface_link_mode{device="veth338902a"} 0 node_network_iface_link_mode{device="veth33b6fcc"} 0 node_network_iface_link_mode{device="veth3425c34"} 0 node_network_iface_link_mode{device="veth35a0d0a"} 0 node_network_iface_link_mode{device="veth35cd0f6"} 0 node_network_iface_link_mode{device="veth35d0e81"} 0 node_network_iface_link_mode{device="veth361c4b1"} 0 node_network_iface_link_mode{device="veth3628cc5"} 0 node_network_iface_link_mode{device="veth36528f9"} 0 node_network_iface_link_mode{device="veth366ec90"} 0 node_network_iface_link_mode{device="veth36d5c28"} 0 node_network_iface_link_mode{device="veth36df713"} 0 node_network_iface_link_mode{device="veth375db39"} 0 node_network_iface_link_mode{device="veth378c30a"} 0 node_network_iface_link_mode{device="veth380b2a7"} 0 node_network_iface_link_mode{device="veth3830fdd"} 0 node_network_iface_link_mode{device="veth386f875"} 0 node_network_iface_link_mode{device="veth3887938"} 0 node_network_iface_link_mode{device="veth38e5192"} 0 node_network_iface_link_mode{device="veth3909a19"} 0 node_network_iface_link_mode{device="veth39322e0"} 0 node_network_iface_link_mode{device="veth39388ff"} 0 node_network_iface_link_mode{device="veth3977d1b"} 0 node_network_iface_link_mode{device="veth3a1e789"} 0 node_network_iface_link_mode{device="veth3a36ed1"} 0 node_network_iface_link_mode{device="veth3a75d41"} 0 node_network_iface_link_mode{device="veth3addbbf"} 0 node_network_iface_link_mode{device="veth3ae320c"} 0 node_network_iface_link_mode{device="veth3bcce56"} 0 node_network_iface_link_mode{device="veth3bd884c"} 0 node_network_iface_link_mode{device="veth3c3b00b"} 0 node_network_iface_link_mode{device="veth3cc3569"} 0 node_network_iface_link_mode{device="veth3ceac5b"} 0 node_network_iface_link_mode{device="veth3d16828"} 0 node_network_iface_link_mode{device="veth3d622be"} 0 node_network_iface_link_mode{device="veth3d7014e"} 0 node_network_iface_link_mode{device="veth3d871d0"} 0 node_network_iface_link_mode{device="veth3d8c990"} 0 node_network_iface_link_mode{device="veth3e51ec2"} 0 node_network_iface_link_mode{device="veth3fba8fa"} 0 node_network_iface_link_mode{device="veth3fcdfb2"} 0 node_network_iface_link_mode{device="veth400edd5"} 0 node_network_iface_link_mode{device="veth4044f24"} 0 node_network_iface_link_mode{device="veth404bd5a"} 0 node_network_iface_link_mode{device="veth41723a0"} 0 node_network_iface_link_mode{device="veth41dd412"} 0 node_network_iface_link_mode{device="veth41ffa22"} 0 node_network_iface_link_mode{device="veth42beb99"} 0 node_network_iface_link_mode{device="veth4388bb3"} 0 node_network_iface_link_mode{device="veth43f0d07"} 0 node_network_iface_link_mode{device="veth4431593"} 0 node_network_iface_link_mode{device="veth44554c4"} 0 node_network_iface_link_mode{device="veth4499dcf"} 0 node_network_iface_link_mode{device="veth44b6795"} 0 node_network_iface_link_mode{device="veth454590d"} 0 node_network_iface_link_mode{device="veth45753b2"} 0 node_network_iface_link_mode{device="veth45d8744"} 0 node_network_iface_link_mode{device="veth463e5c0"} 0 node_network_iface_link_mode{device="veth467de80"} 0 node_network_iface_link_mode{device="veth4683144"} 0 node_network_iface_link_mode{device="veth46a6eb5"} 0 node_network_iface_link_mode{device="veth46dd615"} 0 node_network_iface_link_mode{device="veth479a8c8"} 0 node_network_iface_link_mode{device="veth47e9160"} 0 node_network_iface_link_mode{device="veth48129d5"} 0 node_network_iface_link_mode{device="veth48d6056"} 0 node_network_iface_link_mode{device="veth4981a73"} 0 node_network_iface_link_mode{device="veth49dacab"} 0 node_network_iface_link_mode{device="veth49f8bca"} 0 node_network_iface_link_mode{device="veth49fa050"} 0 node_network_iface_link_mode{device="veth4a87249"} 0 node_network_iface_link_mode{device="veth4ae78af"} 0 node_network_iface_link_mode{device="veth4b38fc1"} 0 node_network_iface_link_mode{device="veth4ba8b40"} 0 node_network_iface_link_mode{device="veth4bac263"} 0 node_network_iface_link_mode{device="veth4be1e5a"} 0 node_network_iface_link_mode{device="veth4c83414"} 0 node_network_iface_link_mode{device="veth4d0f67a"} 0 node_network_iface_link_mode{device="veth4db7462"} 0 node_network_iface_link_mode{device="veth4e0a606"} 0 node_network_iface_link_mode{device="veth4e6aa51"} 0 node_network_iface_link_mode{device="veth4e7280a"} 0 node_network_iface_link_mode{device="veth4f150d0"} 0 node_network_iface_link_mode{device="veth50f3d21"} 0 node_network_iface_link_mode{device="veth511957b"} 0 node_network_iface_link_mode{device="veth51df910"} 0 node_network_iface_link_mode{device="veth5291507"} 0 node_network_iface_link_mode{device="veth52b62fe"} 0 node_network_iface_link_mode{device="veth52ba1f6"} 0 node_network_iface_link_mode{device="veth53803c8"} 0 node_network_iface_link_mode{device="veth53ed4ca"} 0 node_network_iface_link_mode{device="veth544923a"} 0 node_network_iface_link_mode{device="veth549693f"} 0 node_network_iface_link_mode{device="veth54d90c8"} 0 node_network_iface_link_mode{device="veth54e9d4a"} 0 node_network_iface_link_mode{device="veth550dee9"} 0 node_network_iface_link_mode{device="veth553ede3"} 0 node_network_iface_link_mode{device="veth554fa26"} 0 node_network_iface_link_mode{device="veth55a9843"} 0 node_network_iface_link_mode{device="veth55b0ec4"} 0 node_network_iface_link_mode{device="veth55c73bd"} 0 node_network_iface_link_mode{device="veth55cf210"} 0 node_network_iface_link_mode{device="veth56b065b"} 0 node_network_iface_link_mode{device="veth56ff8d7"} 0 node_network_iface_link_mode{device="veth57100d3"} 0 node_network_iface_link_mode{device="veth5744d5f"} 0 node_network_iface_link_mode{device="veth57a7b7e"} 0 node_network_iface_link_mode{device="veth587208b"} 0 node_network_iface_link_mode{device="veth59a28f9"} 0 node_network_iface_link_mode{device="veth59ec687"} 0 node_network_iface_link_mode{device="veth5a2f03c"} 0 node_network_iface_link_mode{device="veth5b14b1f"} 0 node_network_iface_link_mode{device="veth5be4441"} 0 node_network_iface_link_mode{device="veth5cf6db6"} 0 node_network_iface_link_mode{device="veth5d5edf1"} 0 node_network_iface_link_mode{device="veth5d79629"} 0 node_network_iface_link_mode{device="veth5d82bda"} 0 node_network_iface_link_mode{device="veth5d9fb18"} 0 node_network_iface_link_mode{device="veth5daf2e1"} 0 node_network_iface_link_mode{device="veth5e313cb"} 0 node_network_iface_link_mode{device="veth5ea5d19"} 0 node_network_iface_link_mode{device="veth5ede6bc"} 0 node_network_iface_link_mode{device="veth5f2f157"} 0 node_network_iface_link_mode{device="veth5f510cc"} 0 node_network_iface_link_mode{device="veth5fde4d5"} 0 node_network_iface_link_mode{device="veth608f13b"} 0 node_network_iface_link_mode{device="veth61c1692"} 0 node_network_iface_link_mode{device="veth61e4c6a"} 0 node_network_iface_link_mode{device="veth61ff867"} 0 node_network_iface_link_mode{device="veth6202b87"} 0 node_network_iface_link_mode{device="veth6314682"} 0 node_network_iface_link_mode{device="veth636b36b"} 0 node_network_iface_link_mode{device="veth63897f4"} 0 node_network_iface_link_mode{device="veth63f00f3"} 0 node_network_iface_link_mode{device="veth650a5d1"} 0 node_network_iface_link_mode{device="veth6558fa6"} 0 node_network_iface_link_mode{device="veth658b6f1"} 0 node_network_iface_link_mode{device="veth660c9c9"} 0 node_network_iface_link_mode{device="veth6634745"} 0 node_network_iface_link_mode{device="veth673a8ee"} 0 node_network_iface_link_mode{device="veth67a4acc"} 0 node_network_iface_link_mode{device="veth68228a8"} 0 node_network_iface_link_mode{device="veth698f022"} 0 node_network_iface_link_mode{device="veth6a67db5"} 0 node_network_iface_link_mode{device="veth6abc990"} 0 node_network_iface_link_mode{device="veth6b26cd5"} 0 node_network_iface_link_mode{device="veth6ba4916"} 0 node_network_iface_link_mode{device="veth6bab3d4"} 0 node_network_iface_link_mode{device="veth6bbfa32"} 0 node_network_iface_link_mode{device="veth6bd5048"} 0 node_network_iface_link_mode{device="veth6bee2a2"} 0 node_network_iface_link_mode{device="veth6c11632"} 0 node_network_iface_link_mode{device="veth6c22ce2"} 0 node_network_iface_link_mode{device="veth6cea1f5"} 0 node_network_iface_link_mode{device="veth6d4bf60"} 0 node_network_iface_link_mode{device="veth6d7d406"} 0 node_network_iface_link_mode{device="veth6dcbb17"} 0 node_network_iface_link_mode{device="veth6df542c"} 0 node_network_iface_link_mode{device="veth6e9c163"} 0 node_network_iface_link_mode{device="veth7070e17"} 0 node_network_iface_link_mode{device="veth7119448"} 0 node_network_iface_link_mode{device="veth7274c0d"} 0 node_network_iface_link_mode{device="veth72b5538"} 0 node_network_iface_link_mode{device="veth73188c4"} 0 node_network_iface_link_mode{device="veth73352ff"} 0 node_network_iface_link_mode{device="veth73fe131"} 0 node_network_iface_link_mode{device="veth74afd3b"} 0 node_network_iface_link_mode{device="veth7510955"} 0 node_network_iface_link_mode{device="veth75451a5"} 0 node_network_iface_link_mode{device="veth75454ee"} 0 node_network_iface_link_mode{device="veth75848c5"} 0 node_network_iface_link_mode{device="veth7599b2a"} 0 node_network_iface_link_mode{device="veth76be224"} 0 node_network_iface_link_mode{device="veth7742e6d"} 0 node_network_iface_link_mode{device="veth7888ef4"} 0 node_network_iface_link_mode{device="veth7a8020a"} 0 node_network_iface_link_mode{device="veth7ab8ce1"} 0 node_network_iface_link_mode{device="veth7af61c3"} 0 node_network_iface_link_mode{device="veth7b5560c"} 0 node_network_iface_link_mode{device="veth7b924a9"} 0 node_network_iface_link_mode{device="veth7ba230c"} 0 node_network_iface_link_mode{device="veth7c464a1"} 0 node_network_iface_link_mode{device="veth7cb9f47"} 0 node_network_iface_link_mode{device="veth7ccb046"} 0 node_network_iface_link_mode{device="veth7d44274"} 0 node_network_iface_link_mode{device="veth7dbd681"} 0 node_network_iface_link_mode{device="veth7e5e9af"} 0 node_network_iface_link_mode{device="veth7e62c28"} 0 node_network_iface_link_mode{device="veth7f33961"} 0 node_network_iface_link_mode{device="veth7fcd6d8"} 0 node_network_iface_link_mode{device="veth81e8cb1"} 0 node_network_iface_link_mode{device="veth81e92ae"} 0 node_network_iface_link_mode{device="veth81fc85c"} 0 node_network_iface_link_mode{device="veth82018a0"} 0 node_network_iface_link_mode{device="veth828128f"} 0 node_network_iface_link_mode{device="veth82e5071"} 0 node_network_iface_link_mode{device="veth82f1706"} 0 node_network_iface_link_mode{device="veth8358fe5"} 0 node_network_iface_link_mode{device="veth837d5f7"} 0 node_network_iface_link_mode{device="veth839108d"} 0 node_network_iface_link_mode{device="veth83ab132"} 0 node_network_iface_link_mode{device="veth83ad98f"} 0 node_network_iface_link_mode{device="veth841b54a"} 0 node_network_iface_link_mode{device="veth857de99"} 0 node_network_iface_link_mode{device="veth85b5354"} 0 node_network_iface_link_mode{device="veth86eda43"} 0 node_network_iface_link_mode{device="veth86fe81c"} 0 node_network_iface_link_mode{device="veth87665ad"} 0 node_network_iface_link_mode{device="veth87bf4ae"} 0 node_network_iface_link_mode{device="veth881af3b"} 0 node_network_iface_link_mode{device="veth8851d0b"} 0 node_network_iface_link_mode{device="veth88fa0f6"} 0 node_network_iface_link_mode{device="veth8911425"} 0 node_network_iface_link_mode{device="veth892e54a"} 0 node_network_iface_link_mode{device="veth89576e3"} 0 node_network_iface_link_mode{device="veth89bab0e"} 0 node_network_iface_link_mode{device="veth8a51411"} 0 node_network_iface_link_mode{device="veth8b2635b"} 0 node_network_iface_link_mode{device="veth8b27052"} 0 node_network_iface_link_mode{device="veth8b2cf5f"} 0 node_network_iface_link_mode{device="veth8b9fea2"} 0 node_network_iface_link_mode{device="veth8c04fed"} 0 node_network_iface_link_mode{device="veth8c0c0d5"} 0 node_network_iface_link_mode{device="veth8c16e8a"} 0 node_network_iface_link_mode{device="veth8c2ee1a"} 0 node_network_iface_link_mode{device="veth8c6cbbf"} 0 node_network_iface_link_mode{device="veth8ccc939"} 0 node_network_iface_link_mode{device="veth8d04352"} 0 node_network_iface_link_mode{device="veth8d0d5bd"} 0 node_network_iface_link_mode{device="veth8d1ab7d"} 0 node_network_iface_link_mode{device="veth8dc7e7c"} 0 node_network_iface_link_mode{device="veth8e411c0"} 0 node_network_iface_link_mode{device="veth8f3fa53"} 0 node_network_iface_link_mode{device="veth8f4aa08"} 0 node_network_iface_link_mode{device="veth8f5fbf7"} 0 node_network_iface_link_mode{device="veth8f698a3"} 0 node_network_iface_link_mode{device="veth8fb0b53"} 0 node_network_iface_link_mode{device="veth8fccdc6"} 0 node_network_iface_link_mode{device="veth90c7579"} 0 node_network_iface_link_mode{device="veth90ed6a6"} 0 node_network_iface_link_mode{device="veth910e8cf"} 0 node_network_iface_link_mode{device="veth930c9be"} 0 node_network_iface_link_mode{device="veth93112cc"} 0 node_network_iface_link_mode{device="veth93a0f8b"} 0 node_network_iface_link_mode{device="veth93c6e78"} 0 node_network_iface_link_mode{device="veth93cd3ec"} 0 node_network_iface_link_mode{device="veth949b686"} 0 node_network_iface_link_mode{device="veth94cbabc"} 0 node_network_iface_link_mode{device="veth94d91e2"} 0 node_network_iface_link_mode{device="veth95de52a"} 0 node_network_iface_link_mode{device="veth95e97e6"} 0 node_network_iface_link_mode{device="veth963a25f"} 0 node_network_iface_link_mode{device="veth9689522"} 0 node_network_iface_link_mode{device="veth96a099f"} 0 node_network_iface_link_mode{device="veth96a9aed"} 0 node_network_iface_link_mode{device="veth9737dfd"} 0 node_network_iface_link_mode{device="veth9834720"} 0 node_network_iface_link_mode{device="veth98a4f1c"} 0 node_network_iface_link_mode{device="veth9900f5c"} 0 node_network_iface_link_mode{device="veth9930130"} 0 node_network_iface_link_mode{device="veth99bd252"} 0 node_network_iface_link_mode{device="veth9a15643"} 0 node_network_iface_link_mode{device="veth9a73b47"} 0 node_network_iface_link_mode{device="veth9ab5fa5"} 0 node_network_iface_link_mode{device="veth9ade6ce"} 0 node_network_iface_link_mode{device="veth9ae29fb"} 0 node_network_iface_link_mode{device="veth9b006eb"} 0 node_network_iface_link_mode{device="veth9b53946"} 0 node_network_iface_link_mode{device="veth9b574a3"} 0 node_network_iface_link_mode{device="veth9bb0d1d"} 0 node_network_iface_link_mode{device="veth9c5f63a"} 0 node_network_iface_link_mode{device="veth9cfeb47"} 0 node_network_iface_link_mode{device="veth9d3116c"} 0 node_network_iface_link_mode{device="veth9d5866a"} 0 node_network_iface_link_mode{device="veth9d7f756"} 0 node_network_iface_link_mode{device="veth9d95a42"} 0 node_network_iface_link_mode{device="veth9dee925"} 0 node_network_iface_link_mode{device="veth9e76a8b"} 0 node_network_iface_link_mode{device="veth9e9e316"} 0 node_network_iface_link_mode{device="veth9f0c2e2"} 0 node_network_iface_link_mode{device="veth9f74d58"} 0 node_network_iface_link_mode{device="vetha018cbf"} 0 node_network_iface_link_mode{device="vetha1ab304"} 0 node_network_iface_link_mode{device="vetha1eb306"} 0 node_network_iface_link_mode{device="vetha290736"} 0 node_network_iface_link_mode{device="vetha2aad37"} 0 node_network_iface_link_mode{device="vetha31d6fd"} 0 node_network_iface_link_mode{device="vetha334122"} 0 node_network_iface_link_mode{device="vetha3852e4"} 0 node_network_iface_link_mode{device="vetha4b0907"} 0 node_network_iface_link_mode{device="vetha537eb6"} 0 node_network_iface_link_mode{device="vetha675b8d"} 0 node_network_iface_link_mode{device="vetha678351"} 0 node_network_iface_link_mode{device="vetha6bbcc2"} 0 node_network_iface_link_mode{device="vetha74cd81"} 0 node_network_iface_link_mode{device="vetha780b5e"} 0 node_network_iface_link_mode{device="vetha797fe3"} 0 node_network_iface_link_mode{device="vetha79a05b"} 0 node_network_iface_link_mode{device="vetha7a2d29"} 0 node_network_iface_link_mode{device="vetha7ada6f"} 0 node_network_iface_link_mode{device="vetha8f009e"} 0 node_network_iface_link_mode{device="vetha96ae67"} 0 node_network_iface_link_mode{device="vetha997490"} 0 node_network_iface_link_mode{device="vetha9b6925"} 0 node_network_iface_link_mode{device="vethaa11814"} 0 node_network_iface_link_mode{device="vethaa894f6"} 0 node_network_iface_link_mode{device="vethab86d4a"} 0 node_network_iface_link_mode{device="vethab9afc5"} 0 node_network_iface_link_mode{device="vethac080df"} 0 node_network_iface_link_mode{device="vethac3a592"} 0 node_network_iface_link_mode{device="vethad12781"} 0 node_network_iface_link_mode{device="vethad38be0"} 0 node_network_iface_link_mode{device="vethad89bb1"} 0 node_network_iface_link_mode{device="vethada749e"} 0 node_network_iface_link_mode{device="vethadef082"} 0 node_network_iface_link_mode{device="vethae5faf9"} 0 node_network_iface_link_mode{device="vethaedfacc"} 0 node_network_iface_link_mode{device="vethaef0424"} 0 node_network_iface_link_mode{device="vethb05b013"} 0 node_network_iface_link_mode{device="vethb077d67"} 0 node_network_iface_link_mode{device="vethb0a68a0"} 0 node_network_iface_link_mode{device="vethb0c284f"} 0 node_network_iface_link_mode{device="vethb0df999"} 0 node_network_iface_link_mode{device="vethb25b3d8"} 0 node_network_iface_link_mode{device="vethb2fbd99"} 0 node_network_iface_link_mode{device="vethb3a8415"} 0 node_network_iface_link_mode{device="vethb3c68e2"} 0 node_network_iface_link_mode{device="vethb3cd903"} 0 node_network_iface_link_mode{device="vethb4870f2"} 0 node_network_iface_link_mode{device="vethb4da8f7"} 0 node_network_iface_link_mode{device="vethb51625b"} 0 node_network_iface_link_mode{device="vethb5e3f17"} 0 node_network_iface_link_mode{device="vethb60fcbc"} 0 node_network_iface_link_mode{device="vethb664d75"} 0 node_network_iface_link_mode{device="vethb68caf3"} 0 node_network_iface_link_mode{device="vethb77cc8b"} 0 node_network_iface_link_mode{device="vethb77f08e"} 0 node_network_iface_link_mode{device="vethb80914a"} 0 node_network_iface_link_mode{device="vethb8b412e"} 0 node_network_iface_link_mode{device="vethb8c2d4e"} 0 node_network_iface_link_mode{device="vethb92be35"} 0 node_network_iface_link_mode{device="vethb93f442"} 0 node_network_iface_link_mode{device="vethb95ceeb"} 0 node_network_iface_link_mode{device="vethb995c11"} 0 node_network_iface_link_mode{device="vethb9c62b1"} 0 node_network_iface_link_mode{device="vethbab5259"} 0 node_network_iface_link_mode{device="vethbb3c294"} 0 node_network_iface_link_mode{device="vethbbb97f9"} 0 node_network_iface_link_mode{device="vethbc1c416"} 0 node_network_iface_link_mode{device="vethbc5ca70"} 0 node_network_iface_link_mode{device="vethbd1f0db"} 0 node_network_iface_link_mode{device="vethbd573f6"} 0 node_network_iface_link_mode{device="vethbd7c661"} 0 node_network_iface_link_mode{device="vethbe7ea9e"} 0 node_network_iface_link_mode{device="vethbec2cbb"} 0 node_network_iface_link_mode{device="vethbfcf0a4"} 0 node_network_iface_link_mode{device="vethbff0fd3"} 0 node_network_iface_link_mode{device="vethc05b060"} 0 node_network_iface_link_mode{device="vethc09e03c"} 0 node_network_iface_link_mode{device="vethc15d66d"} 0 node_network_iface_link_mode{device="vethc196d66"} 0 node_network_iface_link_mode{device="vethc1ac58c"} 0 node_network_iface_link_mode{device="vethc1c5fcd"} 0 node_network_iface_link_mode{device="vethc1ef3da"} 0 node_network_iface_link_mode{device="vethc2efd7c"} 0 node_network_iface_link_mode{device="vethc314d9e"} 0 node_network_iface_link_mode{device="vethc3bdd94"} 0 node_network_iface_link_mode{device="vethc3ec1dd"} 0 node_network_iface_link_mode{device="vethc4061a9"} 0 node_network_iface_link_mode{device="vethc452900"} 0 node_network_iface_link_mode{device="vethc45c99c"} 0 node_network_iface_link_mode{device="vethc482fb8"} 0 node_network_iface_link_mode{device="vethc503d39"} 0 node_network_iface_link_mode{device="vethc53c8a6"} 0 node_network_iface_link_mode{device="vethc5b4fd7"} 0 node_network_iface_link_mode{device="vethc605740"} 0 node_network_iface_link_mode{device="vethc6116a4"} 0 node_network_iface_link_mode{device="vethc66fb8a"} 0 node_network_iface_link_mode{device="vethc6ae4c6"} 0 node_network_iface_link_mode{device="vethc6fb5c3"} 0 node_network_iface_link_mode{device="vethc774b55"} 0 node_network_iface_link_mode{device="vethc7cfbf3"} 0 node_network_iface_link_mode{device="vethc7e7ad1"} 0 node_network_iface_link_mode{device="vethc8593ec"} 0 node_network_iface_link_mode{device="vethc8db878"} 0 node_network_iface_link_mode{device="vethc9a9adb"} 0 node_network_iface_link_mode{device="vethcc09d95"} 0 node_network_iface_link_mode{device="vethcc14215"} 0 node_network_iface_link_mode{device="vethcc8ea41"} 0 node_network_iface_link_mode{device="vethcccbbc2"} 0 node_network_iface_link_mode{device="vethcd037d2"} 0 node_network_iface_link_mode{device="vethcd46f50"} 0 node_network_iface_link_mode{device="vethcd4f5e4"} 0 node_network_iface_link_mode{device="vethcd69036"} 0 node_network_iface_link_mode{device="vethcdb9063"} 0 node_network_iface_link_mode{device="vethce03e73"} 0 node_network_iface_link_mode{device="vethce4911b"} 0 node_network_iface_link_mode{device="vethcee6c6b"} 0 node_network_iface_link_mode{device="vethcf40450"} 0 node_network_iface_link_mode{device="vethd010653"} 0 node_network_iface_link_mode{device="vethd015bfd"} 0 node_network_iface_link_mode{device="vethd01bced"} 0 node_network_iface_link_mode{device="vethd08787c"} 0 node_network_iface_link_mode{device="vethd0d2e30"} 0 node_network_iface_link_mode{device="vethd12d945"} 0 node_network_iface_link_mode{device="vethd16a72f"} 0 node_network_iface_link_mode{device="vethd1719c5"} 0 node_network_iface_link_mode{device="vethd1871e7"} 0 node_network_iface_link_mode{device="vethd25aa3b"} 0 node_network_iface_link_mode{device="vethd36eb18"} 0 node_network_iface_link_mode{device="vethd3a300e"} 0 node_network_iface_link_mode{device="vethd3ed1c7"} 0 node_network_iface_link_mode{device="vethd4b817a"} 0 node_network_iface_link_mode{device="vethd4d7b42"} 0 node_network_iface_link_mode{device="vethd4e7c2c"} 0 node_network_iface_link_mode{device="vethd623391"} 0 node_network_iface_link_mode{device="vethd698bb5"} 0 node_network_iface_link_mode{device="vethd6a884e"} 0 node_network_iface_link_mode{device="vethd77ed8c"} 0 node_network_iface_link_mode{device="vethd788961"} 0 node_network_iface_link_mode{device="vethd7dd546"} 0 node_network_iface_link_mode{device="vethd80ed49"} 0 node_network_iface_link_mode{device="vethd81b53c"} 0 node_network_iface_link_mode{device="vethd8ae67f"} 0 node_network_iface_link_mode{device="vethd9ad995"} 0 node_network_iface_link_mode{device="vethda00b2c"} 0 node_network_iface_link_mode{device="vethda17b81"} 0 node_network_iface_link_mode{device="vethda42a3d"} 0 node_network_iface_link_mode{device="vethda8113b"} 0 node_network_iface_link_mode{device="vethda97a73"} 0 node_network_iface_link_mode{device="vethdcd40f5"} 0 node_network_iface_link_mode{device="vethdcd5e9f"} 0 node_network_iface_link_mode{device="vethdd7f080"} 0 node_network_iface_link_mode{device="vethdd9457a"} 0 node_network_iface_link_mode{device="vethddaa2f6"} 0 node_network_iface_link_mode{device="vethddd757b"} 0 node_network_iface_link_mode{device="vethde484ca"} 0 node_network_iface_link_mode{device="vethde84e28"} 0 node_network_iface_link_mode{device="vethdee08a0"} 0 node_network_iface_link_mode{device="vethdf3c363"} 0 node_network_iface_link_mode{device="vethe044dd7"} 0 node_network_iface_link_mode{device="vethe0eb635"} 0 node_network_iface_link_mode{device="vethe121842"} 0 node_network_iface_link_mode{device="vethe17b4b2"} 0 node_network_iface_link_mode{device="vethe240296"} 0 node_network_iface_link_mode{device="vethe2a6aa2"} 0 node_network_iface_link_mode{device="vethe2c776a"} 0 node_network_iface_link_mode{device="vethe2ee303"} 0 node_network_iface_link_mode{device="vethe3053d7"} 0 node_network_iface_link_mode{device="vethe31ca35"} 0 node_network_iface_link_mode{device="vethe37671b"} 0 node_network_iface_link_mode{device="vethe3a02f4"} 0 node_network_iface_link_mode{device="vethe3b4d90"} 0 node_network_iface_link_mode{device="vethe4e7a4c"} 0 node_network_iface_link_mode{device="vethe52d560"} 0 node_network_iface_link_mode{device="vethe69c35e"} 0 node_network_iface_link_mode{device="vethe6fd8c5"} 0 node_network_iface_link_mode{device="vethe70eee7"} 0 node_network_iface_link_mode{device="vethe741a23"} 0 node_network_iface_link_mode{device="vethe747942"} 0 node_network_iface_link_mode{device="vethe7681a6"} 0 node_network_iface_link_mode{device="vethe7756c8"} 0 node_network_iface_link_mode{device="vethe85d3d3"} 0 node_network_iface_link_mode{device="vethe8c8080"} 0 node_network_iface_link_mode{device="vethe90aeb2"} 0 node_network_iface_link_mode{device="vethea085b3"} 0 node_network_iface_link_mode{device="vetheaf1fb5"} 0 node_network_iface_link_mode{device="vetheb12841"} 0 node_network_iface_link_mode{device="vetheb390b0"} 0 node_network_iface_link_mode{device="vethebf40ec"} 0 node_network_iface_link_mode{device="vethebf8ec5"} 0 node_network_iface_link_mode{device="vethec38299"} 0 node_network_iface_link_mode{device="vethec3b924"} 0 node_network_iface_link_mode{device="vethecb745a"} 0 node_network_iface_link_mode{device="vethed62efc"} 0 node_network_iface_link_mode{device="vethed6b660"} 0 node_network_iface_link_mode{device="vethed862f6"} 0 node_network_iface_link_mode{device="vethee6cff7"} 0 node_network_iface_link_mode{device="vethee8eb9c"} 0 node_network_iface_link_mode{device="vetheec35b5"} 0 node_network_iface_link_mode{device="vetheec68f2"} 0 node_network_iface_link_mode{device="vethef14514"} 0 node_network_iface_link_mode{device="vethef7358f"} 0 node_network_iface_link_mode{device="vethefc1f2e"} 0 node_network_iface_link_mode{device="vethf0b13ba"} 0 node_network_iface_link_mode{device="vethf0d9869"} 0 node_network_iface_link_mode{device="vethf12362d"} 0 node_network_iface_link_mode{device="vethf1fdf1f"} 0 node_network_iface_link_mode{device="vethf239d3f"} 0 node_network_iface_link_mode{device="vethf2b0340"} 0 node_network_iface_link_mode{device="vethf3380cf"} 0 node_network_iface_link_mode{device="vethf35de8c"} 0 node_network_iface_link_mode{device="vethf3aa0d1"} 0 node_network_iface_link_mode{device="vethf3e722c"} 0 node_network_iface_link_mode{device="vethf4d422e"} 0 node_network_iface_link_mode{device="vethf5878a9"} 0 node_network_iface_link_mode{device="vethf60f77c"} 0 node_network_iface_link_mode{device="vethf6b618c"} 0 node_network_iface_link_mode{device="vethf739350"} 0 node_network_iface_link_mode{device="vethf75dfd6"} 0 node_network_iface_link_mode{device="vethf7c6492"} 0 node_network_iface_link_mode{device="vethf7e7622"} 0 node_network_iface_link_mode{device="vethf7f96c4"} 0 node_network_iface_link_mode{device="vethf81bb1f"} 0 node_network_iface_link_mode{device="vethf831c6e"} 0 node_network_iface_link_mode{device="vethf878734"} 0 node_network_iface_link_mode{device="vethf8b777e"} 0 node_network_iface_link_mode{device="vethf9297c3"} 0 node_network_iface_link_mode{device="vethf93ef43"} 0 node_network_iface_link_mode{device="vethf9dc188"} 0 node_network_iface_link_mode{device="vethfa21f05"} 0 node_network_iface_link_mode{device="vethfa7118a"} 0 node_network_iface_link_mode{device="vethfa9e5b8"} 0 node_network_iface_link_mode{device="vethfad6627"} 0 node_network_iface_link_mode{device="vethfb2bfe2"} 0 node_network_iface_link_mode{device="vethfb6999a"} 0 node_network_iface_link_mode{device="vethfba34d0"} 0 node_network_iface_link_mode{device="vethfbee07c"} 0 node_network_iface_link_mode{device="vethfc5799c"} 0 node_network_iface_link_mode{device="vethfcf4485"} 0 node_network_iface_link_mode{device="vethfd434b4"} 0 node_network_iface_link_mode{device="vethfd4ae4a"} 0 node_network_iface_link_mode{device="vethfdd4d19"} 0 node_network_iface_link_mode{device="vethfe2ae54"} 0 node_network_iface_link_mode{device="vethfe3f546"} 0 node_network_iface_link_mode{device="vethfe695e7"} 0 node_network_iface_link_mode{device="vethfe841b8"} 0 node_network_iface_link_mode{device="vethfeb3f2a"} 0 node_network_iface_link_mode{device="vethfeeef20"} 0 node_network_iface_link_mode{device="vethff1f982"} 0 node_network_iface_link_mode{device="vethff7d976"} 0 node_network_iface_link_mode{device="vethffbce7a"} 0 node_network_iface_link_mode{device="vethffe6de7"} 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:1b:1b:44:8c:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24b4904",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:33:d9:f2:67:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5be4441",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:3c:cc:5f:4e:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dda3d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:00:6a:9a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f9ea77f28ce",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:02:7d:d2:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-035e1584ee12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:02:d5:9e:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-543616338fa2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:03:21:9a:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7ec91768290",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:03:24:88:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-83d5adb104a5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:04:49:ff:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-75640dcb1806",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:07:2a:bb:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3068524ec93f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:08:81:ff:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-da621f14fb83",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:08:b2:8d:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-832e21b6735f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:96:b0:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-483851ad6d82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0d:d6:6b:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c6291428ebee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:10:29:cc:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-208ab78feaa3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:15:d8:56:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4091e772ca83",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:3e:ce:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f33d4e889abc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:da:70:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1ff792b398ff",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:19:68:a6:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5748fcd1e7ca",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:19:82:c3:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bc64dc65c104",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1e:1b:84:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bfa260e794d9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:20:22:d7:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ab7e8be9c7b8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:20:91:17:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1da1821d18b3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:21:95:21:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-26801dfb5c9b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:22:93:fd:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4f8bcb06bb21",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:24:b3:ae:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02669b34ccad",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:26:3d:08:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5cb33e972896",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:28:8e:55:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a1b2b339a0bc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2a:c4:e2:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-27771a4b5e1c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2c:9f:28:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a01a29421e12",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2d:53:f1:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ab4fc0c8f205",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2e:3d:f2:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ec56c664f289",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:de:08:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-217d6415a970",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:32:1e:a2:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2ed3ce7916f4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:33:96:1b:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-37f17f8c2f41",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:33:a1:3f:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-67b6f2b09055",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:35:5a:86:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-65c3891cde69",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:36:3f:ae:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d81320e12692",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:37:8c:49:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1824841a31f9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3a:da:19:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-02823e0b21f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3c:71:a2:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3d3c5fbec0dd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3e:a2:e4:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1612b21b795d",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:41:6e:5b:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f0e9da5289c2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:47:42:4f:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ddc45447112f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:47:5c:e3:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e63b0d1593b5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4c:a1:d7:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-666a1a84be8e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:50:58:6c:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb14ad5f78d9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:50:80:5a:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-765d504a1648",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:50:a1:4a:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8273700d2b53",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:51:4b:9e:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e2ebf44ea1f2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:53:94:02:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-349eb65873d4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:54:9e:09:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1da05be17644",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:56:c1:45:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d01f742526c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:57:55:2f:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6768f5ac4ee7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:59:1c:54:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-513a5eb5a5ed",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5c:81:45:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-34eb4dd7e9c0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:60:bc:87:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-14216610e159",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:64:8a:4a:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4614b58c6316",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:68:4d:b2:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e24d302efec6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6e:57:b2:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d4ad227661d1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:0e:1d:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7f1c0840c41b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6f:b0:ed:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-89456f9f0577",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:72:72:d7:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0f0120b6dc67",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:79:2f:13:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dc8640f674ee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:79:d8:c9:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8047895107e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7b:80:50:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f4b381c64696",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:82:a3:5d:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fb23b0434540",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:83:ba:95:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cd22c9cceee9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:87:e4:c3:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ddaa8bdc0119",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8a:39:7b:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-089331b9c07a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8c:77:39:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5db0c1bc605b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8d:c3:af:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d6403551d086",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8e:45:3d:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bc673706b5ae",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:8a:4d:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3ed5391afb94",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:91:f4:98:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ab8f176f7ba4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:93:47:04:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b155b277758b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:96:40:1f:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d5f8dfdd165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:30:01:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52ce8deae651",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:5c:9c:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-58f8dcbfa915",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:97:cb:9c:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3ad09e25ab78",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:99:2b:0d:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c4c62bbb4ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9b:ba:94:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-64b6b9d2e3c4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9b:df:e6:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-15dab3c5a2fb",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:9c:68:16:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-41c4dd613804",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9d:55:8b:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-91eb434168a3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a0:32:db:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d461c29e6aa7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a1:1b:16:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4666f7cfb5ad",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a1:3b:0e:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-317a2bbca622",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:e4:0d:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-559d36b72748",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:aa:62:2f:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-301b4c89e775",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b5:33:48:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d9fdd0cf163",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:b6:e2:12:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-60f225ebe8cf",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:bd:19:5c:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:bf:bf:be:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-44fbf271d024",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:97:b0:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9dd2a20937e6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c6:28:ab:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7783edd4fb63",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c9:4c:68:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-731a89c43fe8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c9:fe:d5:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8cd080cba30d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cb:49:b8:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0041aebf0bd9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cb:d2:9a:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c90f08921d2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cc:f4:17:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d5a100d1afd1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ce:28:5f:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8d809ce3c9c6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cf:bb:93:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a08ab772e40d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d1:8d:6d:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b9ddcd38e3d5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:d5:0c:e8:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1c85749e122e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:da:36:79:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f5d79f441cea",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:db:80:43:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5cd378a95a50",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:db:e2:8d:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cf6b946573c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dd:ef:0a:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4a66d39e6115",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e2:db:d6:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f7269b4b25bf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e3:b6:e7:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1de64be72380",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e8:c2:6b:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f645f15c7927",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e9:50:74: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:eb:f0:d6:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6654a6f415ef",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f6:91:b0:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7f68c36c365d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f8:2c:da:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a05c4b4c71c",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:f8:57:b2:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6801e77b28e6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f9:78:b4:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dc87a7504ded",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fb:9e:95:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-94ccc3a0a891",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fd:27:4f:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d68147769b09",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fe:19:ad:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-978ac97c7837",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fe:4d:45:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c86562d687da",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ff:1c:ce:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-03ef3fa9694c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ff:e9:22:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-be8161177ed9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:4a:54:c5:6a:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1906b94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:8a:90:bd:e9:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19402da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:a8:aa:c8:89:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28c8226",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:ae:82:96:e0:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e385fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:c3:9b:55:87:fa",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth378c30a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:f4:48:0b:35:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99bd252",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:12:c0:6b:79:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96a099f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:34:7c:93:3a:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd36eb18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:40:00:8e:82:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51df910",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:4b:e0:84:19:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48d6056",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:51:60:91:ff:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheec68f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:6b:71:9a:c1:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8b777e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a9:86:92:01:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3380cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:bb:63:72:7e:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb92be35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c6:cc:7b:44:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa21f05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c8:44:5a:f3:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9834720",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:2c:08:df:8a:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha96ae67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:3e:90:85:c5:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ade6ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:42:58:04:48:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe747942",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:7c:c2:3c:16:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5291507",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:af:5c:9a:42:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2aad37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:b8:0f:e8:0b:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1908d88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:c7:7b:d5:38:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec38299",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:cd:97:e6:3c:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86eda43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:ef:c0:7c:6f:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8593ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:f2:d7:0f:d9:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ab8ce1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:32:88:34:03:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c4593e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:32:d6:3a:66:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda17b81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:5c:92:2b:9a:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd788961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:b5:e5:99:9e:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth608f13b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:c6:ec:a8:92:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcd40f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:d1:a5:bf:b4:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93c6e78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2a:2f:35:3c:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fde4d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:34:19:84:0b:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e62c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:38:26:e7:9a:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bb0d1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:60:6f:90:3e:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb077d67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:70:c1:7b:95:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth375db39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:9c:96:67:18:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa7118a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:b3:fe:48:98:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3c68e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:ba:d8:70:99:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdf3c363",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:bc:43:8b:1b:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d8c990",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:c5:f6:cb:be:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c3b00b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:e7:6e:bf:b8:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e7280a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:1e:13:55:d3:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9900f5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:32:48:71:89:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0906c73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:54:28:22:67:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8c2d4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:68:39:10:77:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf831c6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:73:35:2a:74:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f5fbf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ac:69:c0:6c:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d95a42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f0:6a:1a:6e:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1761f88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f0:b7:37:be:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1ab304",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:01:6f:38:8e:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fcdfb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:10:c5:f4:c7:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc14215",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3a:b7:e0:60:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe7ea9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:4b:1f:95:44:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27e4c1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:66:0d:06:05:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95e97e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:69:ba:c1:0f:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd1f0db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:82:0b:55:9c:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59a28f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8b:02:f2:85:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea085b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:8e:c9:17:11:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a87249",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:a2:37:43:32:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1ac58c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:aa:33:26:d1:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth17f0f90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:bc:65:95:10:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefc1f2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:cb:02:4b:93:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46dd615",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f2:04:70:4f:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a15643",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:fc:1a:74:67:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25c4ced",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:45:99:07:57:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1394791",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:70:f7:c9:6a:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth857de99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:72:c0:05:e2:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48129d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:a6:4d:32:9f:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29ee720",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:e5:a2:7f:79:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1719c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f3:da:52:b2:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2fbd99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:ff:ad:65:9a:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8911425",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:15:fa:08:a8:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e0a606",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:1a:9e:10:a6:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d7014e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:82:7a:63:f9:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1871e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:af:76:72:a7:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc774b55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:e6:69:3d:b4:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed62efc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:f5:e2:0a:7d:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53803c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:1d:fc:fc:8f:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheec35b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:2a:f6:98:7b:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb68caf3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:31:8c:30:7d:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0df999",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:51:cd:8a:70:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha675b8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:59:ac:8e:45:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4b817a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:75:28:98:3b:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth910e8cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:9a:c7:39:ba:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30e4f5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:9c:be:55:b0:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86fe81c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:bc:e3:86:d4:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeb3f2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:d6:8f:bf:e8:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1343dbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:e5:57:34:24:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f4d0ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:e7:40:40:67:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd77ed8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:07:79:aa:52:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0a68a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:0e:b9:40:e5:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth054cedc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:22:8d:9f:3a:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10227c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:43:31:70:6a:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9b6925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:77:ed:26:21:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f74d58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:c3:b5:ff:f5:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe841b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:cd:33:17:44:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63f00f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:cd:3e:eb:62:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcd5e9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ee:04:3f:74:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76be224",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:0b:a5:ab:cc:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2dd1c6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:45:89:d7:ae:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24a85f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:46:96:c8:83:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd9457a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:57:c9:ba:1e:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff7d976",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:59:b7:97:9f:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23db7fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:6f:ce:9e:28:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7f96c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:87:96:57:bb:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b8e6ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:93:a8:cd:56:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbb97f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:95:0a:75:a9:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef14514",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:9d:73:31:a5:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee6cff7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ce:b2:49:6a:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49f8bca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:0f:71:ce:58:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05dbfef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:11:ab:a2:21:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd010653",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:25:65:11:35:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d0f4d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:2d:89:2a:c0:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7c6492",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:30:fb:1f:c9:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36528f9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:34:a2:74:a9:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf75dfd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:4f:b8:2d:5c:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth549693f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:53:f6:db:b3:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31f1351",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:5a:7d:35:ab:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93cd3ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:5a:c5:35:57:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d5edf1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:72:f3:8b:87:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth658b6f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:86:14:90:c8:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc314d9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:9e:2f:d9:1b:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha537eb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:a2:d0:4e:52:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebf8ec5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ab:92:33:82:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3ed1c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:b4:8c:2d:f1:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35a0d0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:c1:db:03:e7:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19bdf4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d0:78:9e:47:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c22ce2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d0:c8:d5:36:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5daf2e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d0:ed:a5:97:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75454ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:16:49:25:f7:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf739350",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:2e:bf:91:4a:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d172e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:2f:65:a9:48:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b14b1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:43:01:18:79:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b0f675",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:4c:1d:06:b9:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fccdc6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:6b:1d:2b:57:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b924a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:84:4d:cb:5b:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee8eb9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:99:8f:88:37:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth026b5f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e6:1f:e7:b9:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05b1403",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:f7:2b:93:3f:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d871d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:41:af:ca:48:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha334122",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:41:ee:7e:4c:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth108735b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:57:ca:ca:4e:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0549182",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:5d:71:f9:2f:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08149de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:7e:7b:51:74:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth550dee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:96:10:cd:2a:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth380b2a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:99:bf:b4:b1:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4981a73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:9c:4d:ec:fc:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth74afd3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:c6:de:ee:1f:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ba8b40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:ee:9d:e1:bc:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6dcbb17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:f2:63:0d:30:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth073b9c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:03:6f:13:51:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52ba1f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:08:19:a6:63:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaedfacc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:23:bc:26:31:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4061a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:51:c5:8d:76:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce03e73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:69:89:69:b4:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23495cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7a:4c:a2:6e:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6abc990",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7b:f1:1b:8f:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffe6de7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:d5:c7:da:12:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth276dd03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:e5:72:98:b3:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b26cd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:e8:c1:7c:ba:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb77f08e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:00:d5:70:2f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7af61c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:7e:5b:4b:71:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f33961",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:a7:c4:77:29:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeeef20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:d5:94:cd:f5:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde484ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:ea:21:f4:5c:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27ca332",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:f0:1c:df:6a:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth841b54a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:ff:ce:2a:b5:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55a9843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:26:b1:12:ef:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f2d55e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:41:31:a2:7d:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7510955",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:88:e4:72:d3:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25b04e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:90:22:1a:77:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44554c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:b0:ce:fa:56:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4da8f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:bc:bf:cc:16:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3977d1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:df:42:c0:27:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67a4acc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:0e:f1:4d:5e:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha780b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:28:13:a2:8b:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41ffa22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:3f:8f:bd:2a:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf81bb1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:48:3e:39:e0:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd46f50",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:6a:0d:65:60:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13de79b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:7f:f2:c0:cc:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4683144",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:de:21:37:38:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth963a25f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:f9:3e:f3:6c:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbfcf0a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:0d:00:6f:61:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth828128f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:0f:fd:94:89:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethecb745a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:10:43:81:be:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f3fa53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:49:7b:be:26:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha018cbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:58:38:75:82:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth463e5c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:58:f1:1d:94:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6634745",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:68:d6:20:23:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d622be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:85:d7:3e:ac:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbec2cbb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:96:f2:11:ae:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0948320",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:99:f6:f8:f0:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc05b060",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:c0:4d:8c:e3:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad89bb1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:e8:99:d0:ce:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ba5627",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:1a:7d:f2:0c:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ae320c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:28:4e:a3:0f:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd80ed49",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:35:1f:1e:08:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4d7b42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:71:0f:f3:c0:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb05b013",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:93:3f:20:d7:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89576e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:b5:85:af:5c:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3053d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:e3:22:ed:ce:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e40990",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f4:a8:dc:33:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1574334",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:0d:3c:07:e0:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ceac5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:2f:db:1a:70:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d28880",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:30:1a:1c:55:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf239d3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:66:91:64:ab:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46a6eb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:7a:78:f9:0a:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab9afc5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:7a:7c:3d:15:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf878734",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:94:40:57:96:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth673a8ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:b9:68:4e:76:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e07e70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:bf:da:66:ef:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b006eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:dd:80:e9:7b:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14dc831",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:de:c4:18:1f:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ae29fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:06:59:49:98:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68228a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:30:6f:81:0a:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf93ef43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:30:90:40:4e:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8c8080",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:3e:4c:80:1b:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7cb9f47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:4a:1b:df:90:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f4aa08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:4c:11:f1:af:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e5d33a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:58:17:f2:20:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04bcbc0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:66:6a:63:73:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d7d406",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:83:7f:50:76:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e51ec2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9e:2e:f8:04:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b9fea2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9f:b9:77:5a:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha997490",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:b7:b4:30:6a:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd12d945",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:c7:2c:f9:3a:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe3f546",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:c7:57:c3:80:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01165f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:ec:d2:3e:19:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36d5c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:03:ca:9a:92:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56b065b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:07:ce:c5:56:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6116a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:0c:f2:02:29:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2989c66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1a:b0:b2:d0:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfba34d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:25:a0:64:fe:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth386f875",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:3c:f8:75:a3:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0d9869",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:53:50:46:e9:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15fb20f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:6e:a8:90:85:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d44274",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:70:ad:64:f3:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87bf4ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:73:5f:a3:05:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ede6bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:78:80:e9:f9:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9297c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:97:bd:c3:fc:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e5abcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ac:ff:3d:e4:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5e3f17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c4:61:74:9c:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5878a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c6:d1:3f:44:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd623391",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:cb:98:0d:fa:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac080df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ea:66:0b:24:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda00b2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:fb:b5:bb:9e:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43f0d07",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:ff:38:5d:b7:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d1026d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:24:56:c0:a0:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc503d39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:38:ef:72:ee:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4be1e5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:47:05:da:d2:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e35f5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:65:81:90:2c:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdee08a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7b:dd:03:0f:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc09e03c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a4:25:25:a6:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42beb99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b1:d9:de:1f:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc605740",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:bc:b6:19:39:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8851d0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:c5:63:20:30:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6fb5c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:0f:37:7f:6e:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9737dfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:2d:88:bd:d4:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc1c416",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:31:af:ba:9e:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ab5fa5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:40:71:4f:aa:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha79a05b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:49:54:6c:20:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82e5071",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:4c:d9:04:76:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35cd0f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b6:42:25:8a:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d1ab7d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:c8:46:2f:26:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce4911b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e3:dc:f6:be:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f698a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:63:4e:c7:c1:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3d16828",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:7e:c4:64:2e:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha31d6fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:96:7c:a1:fa:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b574a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ab:5d:29:ba:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72b5538",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:d0:37:fb:56:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4b0907",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:f2:6c:15:66:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44b6795",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:fe:00:fe:1e:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddd757b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:07:ac:f8:e6:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0b13ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:15:12:f3:fe:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9689522",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:44:a4:e7:05:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha290736",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:49:01:f4:42:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c11632",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:92:c7:a7:59:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7e7ad1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:f9:98:f6:29:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3e722c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:fa:49:59:51:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a36ed1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:1b:e4:70:44:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59ec687",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:38:63:c1:72:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3b4d90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:4e:56:3e:06:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d6ab8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:6a:19:70:eb:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55b0ec4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:79:eb:c4:a4:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb51625b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:86:e1:67:7f:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdb9063",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:93:0c:af:61:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth636b36b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:d2:b7:95:78:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc452900",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:d3:87:a8:36:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd69036",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="72:f4:c6:f6:e7:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f291f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:fd:4d:e0:d5:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5cf6db6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:0e:a7:0b:30:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth930c9be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:26:92:1b:3f:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82f1706",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:90:ad:ce:ee:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc53c8a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a4:10:c4:cd:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3fba8fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b6:93:c9:35:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47e9160",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:d3:87:43:9f:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadef082",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:dd:41:29:3b:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85b5354",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f4:e6:b2:81:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b2f2a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:fe:c1:ce:ab:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3852e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:1f:16:24:a0:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d3116c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:33:f2:b3:7e:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1c5fcd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:a4:2b:f4:36:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d9fb18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:b3:e2:27:22:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52b62fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:c6:56:78:d6:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0da84c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:f6:88:5b:48:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae5faf9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:f9:c5:dc:12:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7e7622",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:2c:b0:7b:02:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad12781",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:35:e6:0d:b1:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f0c2e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:3b:0c:86:37:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2efd7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:3c:d9:46:0a:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5b4fd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:44:fb:87:31:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1632a4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:46:4f:c5:cf:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29c349f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:99:b5:d1:1f:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e6aa51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:ae:40:91:11:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth203039a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:b0:b5:9d:40:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83ab132",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:e5:f9:82:6e:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28c678d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:f4:d7:cb:48:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7888ef4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:02:a8:a0:4d:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf3aa0d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:1e:9c:19:29:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac3a592",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:4e:86:3e:b9:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3909a19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:4f:f1:ea:ed:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd037d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:50:2c:0f:89:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d1c849",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:60:df:eb:e7:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd698bb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:86:1c:a5:09:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88fa0f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:9f:13:8c:25:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6ae4c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b4:15:05:30:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e69099",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:c0:4e:45:90:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1fdf1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:c6:c2:64:e1:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth837d5f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:d8:f8:90:81:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16bc448",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:db:20:07:c7:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c464a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:f3:8c:26:6a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03f1565",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:fe:d8:62:46:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16b6f88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0b:b5:2b:76:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87665ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:13:2a:90:d7:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth114bf22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:16:b6:7b:0c:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe17b4b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:34:83:1d:92:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc7cfbf3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:43:44:f6:08:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c0c0d5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:4f:e8:e6:d1:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd573f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:93:f3:32:13:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54d90c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:c0:c1:9a:13:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd25aa3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d2:28:cf:92:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth544923a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:dd:14:09:13:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd4f5e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:fe:76:5f:15:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha1eb306",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:41:f9:d4:ac:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc5799c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:60:63:65:d8:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb80914a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:76:11:c1:bf:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth96a9aed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:7b:27:ee:e6:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a75d41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:81:16:3a:66:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81e8cb1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:87:b1:a1:19:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth553ede3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:92:81:5c:f2:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda8113b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a2:f9:13:aa:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0eb635",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a5:69:f8:e9:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0474396",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:b0:88:fa:f8:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed6b660",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:bf:4d:0a:95:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc8ea41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:ce:b6:ee:47:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7119448",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:31:93:d5:6b:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb93f442",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:a2:c9:55:52:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41723a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:a3:f0:0d:de:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda42a3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b1:48:59:da:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0eedf53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b9:02:8d:59:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e5e9af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:dd:0d:61:d9:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth479a8c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ea:46:21:7e:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f85411",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:38:90:16:4f:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe70eee7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:42:b1:42:8c:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cfeb47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:55:28:86:60:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd16a72f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:66:bb:85:a5:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd7f080",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:6f:d4:0f:15:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc196d66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:73:d5:56:c7:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe85d3d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:77:56:2a:24:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e9c163",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:86:00:e2:4e:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed862f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:8a:77:25:00:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b8adb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:e1:2b:73:ea:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50f3d21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:f2:3e:9a:fc:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f38598",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:fc:ce:24:be:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ba4916",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:07:3f:0b:b1:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49fa050",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:50:2c:7e:59:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth194b2c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:62:da:27:69:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05a336b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:c9:bd:fa:f8:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa894f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d7:f3:94:4b:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7742e6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:ea:b1:70:a2:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ba4f00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:07:92:e2:ca:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0252a2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:21:35:ae:76:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93a0f8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:29:48:cb:72:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bd884c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:39:13:ba:d7:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bac263",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:40:c3:17:61:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95de52a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:54:9b:57:88:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9930130",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6a:56:a4:25:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth511957b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:87:c5:b1:11:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6bbcc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:90:48:4d:1d:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a8020a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:d4:81:fe:d2:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6a884e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:ef:39:8d:8e:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fcd6d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:34:21:2a:4a:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth100fd27",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:49:37:bc:ab:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4388bb3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4b:4f:53:ab:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c04fed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:52:a0:69:5a:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth698f022",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7e:2f:c2:22:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3628cc5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:94:2b:93:b2:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad38be0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:9e:0f:47:32:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d04352",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a1:e1:9c:18:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6558fa6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a7:19:07:4b:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c6c526",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:cd:93:47:9b:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41dd412",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:f8:42:22:da:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45753b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4f:08:12:a2:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e313cb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:67:fc:7c:3a:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fce86d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:6f:40:0b:4e:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56ff8d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:70:84:0a:db:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7070e17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:89:7d:38:2d:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c6cbbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:b5:1a:84:be:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfdd4d19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d7:5f:3d:5f:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d4bf60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:fb:09:cf:47:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0aa1c2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:04:13:86:16:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4870f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:0d:2b:dd:15:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth338902a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:77:dc:32:4f:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1db323f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:83:d4:1a:6e:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0af3200",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:84:99:a8:27:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcee6c6b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:89:f3:ac:67:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd015bfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:8c:76:e4:91:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb664d75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:c2:fb:7d:bf:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe044dd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d2:c8:9e:e2:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda97a73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:13:74:ae:fc:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89bab0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:24:af:04:4f:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8b412e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:28:1e:cc:55:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd01bced",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:35:72:ee:41:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24484c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:40:cb:54:83:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8f009e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:43:0e:e5:8c:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ccb046",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:69:d8:a9:7c:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb95ceeb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:71:ef:92:77:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a73b47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:a0:18:48:ac:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39322e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ae:c0:9b:15:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe52d560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c2:1f:aa:a8:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffbce7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:40:3d:a8:80:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7756c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:7b:61:26:b4:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha797fe3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:81:d2:ad:69:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55cf210",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:bc:84:e2:66:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3ec1dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:bf:2f:83:de:42",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth38e5192",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="ae:cb:2e:da:15:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fb0b53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:0e:2a:92:8a:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe2ae54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:14:42:67:09:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81fc85c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:19:7c:21:c5:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc09d95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2f:09:57:97:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2a6aa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:34:08:b7:45:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ccc939",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:39:e9:94:a5:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10693ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:48:ee:e5:aa:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3a300e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:4d:58:0d:7e:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcf4485",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:50:4c:2a:b0:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9c62b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:56:10:dc:84:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaf1fb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:72:25:c8:29:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth053af97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:72:bf:93:72:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe695e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b7:c0:35:7e:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bee2a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e1:3c:f3:d8:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b2635b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:f3:f4:d7:d0:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7599b2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:fe:5c:86:a0:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethada749e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:22:e2:2a:25:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7ada6f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:43:cf:80:d6:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth949b686",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:5e:94:ab:49:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth554fa26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:84:6f:b1:50:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1513f1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:95:db:a3:d1:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth660c9c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:bd:b2:7d:db:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth361c4b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c0:4b:a7:3b:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb77cc8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:c1:e6:70:53:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd7c661",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:e4:d3:66:d0:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcccbbc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:ef:f2:85:11:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bab3d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:15:7a:fd:97:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ae79aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:55:4d:81:d5:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0d2e30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:57:cf:5a:10:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7a2d29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:5c:d8:00:df:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a2f03c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:73:f2:4d:b0:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe741a23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:7b:75:d0:e1:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73188c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:b7:c8:99:ca:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth892e54a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:27:27:05:ca:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6b618c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:33:7c:ce:ed:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3bcce56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:39:80:12:c3:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98a4f1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:59:55:ca:8c:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94d91e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:93:c2:fb:c2:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73fe131",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:98:64:d5:95:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth839108d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:bb:09:93:d0:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1ef3da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:bf:ce:59:ad:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e9e316",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:46:8e:74:d9:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ba230c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:5d:58:58:5f:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bbfa32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:7d:b5:cb:32:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8db878",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9a:65:1b:8d:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4431593",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9d:c5:45:70:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbee07c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9e:e1:5a:1c:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbab5259",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a8:3b:65:f9:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55c73bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d7:4d:fe:96:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1dfacd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:a7:92:79:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3a02f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:d8:ef:fd:f2:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c83414",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:db:54:9c:a3:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb60fcbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e6:ec:9f:b3:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d7f756",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:eb:67:b8:ca:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd81b53c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:01:4b:69:a3:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ed4ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:0b:d7:9a:a8:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth404bd5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:22:49:b4:8f:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde84e28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:38:6c:76:5b:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2677c54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6c:27:06:db:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4db7462",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6c:e3:eb:4a:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6314682",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6f:93:99:0f:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45d8744",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b9:01:73:32:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb3c294",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:d1:13:16:78:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb6999a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:d2:ba:9b:36:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0666583",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ea:d8:53:8c:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe121842",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f2:6a:79:30:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4499dcf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f2:7b:cf:5b:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b70bc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:fb:12:d9:00:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a67db5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:0b:75:f1:d8:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe240296",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:28:4d:ad:f5:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth366ec90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:2d:87:1e:77:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12ef518",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:3d:e0:62:a9:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73352ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:71:e7:61:39:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4044f24",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9a:25:cb:39:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef7358f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:b7:5a:b5:62:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63897f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:cc:ef:ce:26:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe31ca35",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="ca:ed:fb:70:14:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd434b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:0b:b5:c1:d0:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3bdd94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:0b:e0:03:82:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31b78d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:30:d1:3e:34:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cc7b21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:39:bf:9b:7e:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2b0340",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:42:1f:4b:bb:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd08787c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:60:b7:38:1e:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d82bda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:61:2e:39:05:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6df542c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:88:6c:58:9d:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bd5048",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:ca:73:9f:72:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3425c34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:f8:0c:26:d8:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b27052",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:2b:77:68:a2:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4ae78af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:4b:9f:5b:d7:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e76a8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:7b:7c:fc:7c:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf40450",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:99:27:a1:0c:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethec3b924",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:9e:51:b9:fe:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7681a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:14:86:2f:dc:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8358fe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:44:89:0e:ca:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc66fb8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:54:79:82:bf:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3a8415",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:57:12:f5:1d:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94cbabc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:62:0e:7b:62:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaef0424",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:a8:7f:b0:92:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49dacab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:d9:bb:c9:99:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81e92ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:fb:59:72:f4:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fca91e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:02:b3:95:e0:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth400edd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:1a:f1:fa:1a:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d79629",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:24:41:4d:fc:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cc3569",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:5e:a1:89:47:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb25b3d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:8a:5f:f2:73:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2c776a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:8a:f7:f1:37:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4e7a4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:8f:18:58:10:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02d5a2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:94:38:1f:82:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75451a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:d8:d5:88:98:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0c284f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e0:19:95:52:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3addbbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ea:00:c4:61:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26be59d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:fc:41:45:27:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dee925",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:09:0d:da:da:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8d0d5bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:13:79:1f:e2:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc5ca70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:5f:cc:82:f1:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dc7e7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:94:b5:e0:60:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfad6627",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9c:c4:dd:15:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff1f982",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:ae:25:80:4d:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa11814",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:e5:d2:89:62:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cea1f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:fe:4b:5c:80:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth467de80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:fe:53:76:32:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33b6fcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:5d:31:33:f0:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0106c7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6c:f1:60:94:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ea5d19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6e:f0:5d:8a:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf12362d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:ae:c2:89:41:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb390b0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:b8:f5:ab:a6:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth587208b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:dc:ed:5f:d7:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth82018a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:dd:f7:ad:c0:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8ae67f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:eb:8c:6f:32:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5744d5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:26:68:d5:f0:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0076559",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:3b:15:ee:c2:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc482fb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:42:e8:94:39:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6fd8c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:52:4a:ef:a7:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b5560c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:6c:93:bb:69:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth650a5d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:76:23:9f:17:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6202b87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c8:15:f1:aa:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c2ee1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c9:28:ec:b6:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf60f77c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:dd:bf:86:2b:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc15d66d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:f9:af:a3:ee:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36df713",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:00:1d:96:fa:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2ee303",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:08:3a:80:b9:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha74cd81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:09:e8:2a:44:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth454590d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:2f:b7:54:3f:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab86d4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:3e:63:92:87:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe37671b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:90:0e:6d:6f:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9a9adb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:ec:bc:ab:67:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc45c99c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:0c:48:2a:3a:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e411c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:56:7f:64:7c:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4d422e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:8d:3d:1f:11:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a51411",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:96:d5:2e:13:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3830fdd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:9e:37:ab:ba:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0acd33e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ad:42:ce:b7:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth881af3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:bc:93:bc:06:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2763119",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:c9:20:e3:da:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d5866a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d8:df:e0:a6:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01de5af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:e4:50:a1:bd:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb995c11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:18:25:63:c5:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cb7af3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:33:1e:11:4d:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth39388ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:3e:a5:be:64:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4e7c2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:55:c1:7d:d4:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35d0e81",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:67:f5:72:4b:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3887938",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:87:62:67:8a:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7dbd681",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:8f:02:c8:86:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90ed6a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ad:40:fe:40:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61c1692",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:ae:f5:dd:75:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29d825b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f8:cd:5e:3d:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7274c0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f9:70:57:40:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf35de8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:fc:b7:f8:f0:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3cd903",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:2b:3f:ef:23:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b2cf5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:3f:18:ce:44:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9ad995",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:52:a6:cc:5a:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61ff867",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:56:a6:23:6f:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfb2bfe2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5a:4e:a9:b9:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75848c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:5f:3a:35:1a:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth160d560",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:64:11:23:dd:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa9e5b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:6a:3b:0f:27:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1596f02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:71:54:27:5b:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61e4c6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:73:4a:97:81:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd4ae4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:7e:e3:ab:45:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1af3324",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:91:87:46:dd:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f150d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:ad:a5:e0:47:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54e9d4a",duplex="full",ifalias="",operstate="lowerlayerdown"} 1 node_network_info{address="f6:b0:64:10:32:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe69c35e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:be:54:9b:1d:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b53946",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:c8:c2:02:d7:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15c7048",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d0:23:53:b2:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90c7579",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:e7:d1:64:20:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c5f63a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:ed:72:54:09:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b38fc1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:ef:59:89:ae:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe90aeb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:0c:4d:71:b7:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13b4efd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:13:91:b6:20:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57a7b7e",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:1c:22:83:d2:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth12564dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1e:b4:44:60:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ffd510",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:37:12:41:ab:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19c9513",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:38:48:46:1a:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83ad98f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:5a:9c:5e:b9:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f2f157",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:6b:dc:71:ab:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb12841",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:74:a9:8e:33:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd7dd546",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a5:9d:30:d0:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9dc188",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:db:2a:00:3a:76",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d0f67a",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="fa:e5:a2:17:a0:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0387d76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:eb:c7:8b:90:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57100d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:f6:1f:ce:10:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbff0fd3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:f7:95:db:c4:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f510cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:34:26:5f:ce:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha678351",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:39:82:7b:b5:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93112cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:47:64:2a:09:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a1e789",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:78:81:d4:46:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1687023",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:86:18:30:81:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddaa2f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:98:f3:51:fe:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a756fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:ab:ab:8a:0b:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c16e8a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:c8:c1:d8:0b:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebf40ec",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-0041aebf0bd9"} 1500 node_network_mtu_bytes{device="br-02669b34ccad"} 1500 node_network_mtu_bytes{device="br-02823e0b21f8"} 1500 node_network_mtu_bytes{device="br-035e1584ee12"} 1500 node_network_mtu_bytes{device="br-03ef3fa9694c"} 1500 node_network_mtu_bytes{device="br-089331b9c07a"} 1500 node_network_mtu_bytes{device="br-0d01f742526c"} 1500 node_network_mtu_bytes{device="br-0d9fdd0cf163"} 1500 node_network_mtu_bytes{device="br-0f0120b6dc67"} 1500 node_network_mtu_bytes{device="br-14216610e159"} 1500 node_network_mtu_bytes{device="br-15dab3c5a2fb"} 1500 node_network_mtu_bytes{device="br-1612b21b795d"} 1500 node_network_mtu_bytes{device="br-1824841a31f9"} 1500 node_network_mtu_bytes{device="br-1c85749e122e"} 1500 node_network_mtu_bytes{device="br-1da05be17644"} 1500 node_network_mtu_bytes{device="br-1da1821d18b3"} 1500 node_network_mtu_bytes{device="br-1de64be72380"} 1500 node_network_mtu_bytes{device="br-1f9ea77f28ce"} 1500 node_network_mtu_bytes{device="br-1ff792b398ff"} 1500 node_network_mtu_bytes{device="br-208ab78feaa3"} 1500 node_network_mtu_bytes{device="br-217d6415a970"} 1500 node_network_mtu_bytes{device="br-26801dfb5c9b"} 1500 node_network_mtu_bytes{device="br-27771a4b5e1c"} 1500 node_network_mtu_bytes{device="br-2ed3ce7916f4"} 1500 node_network_mtu_bytes{device="br-301b4c89e775"} 1500 node_network_mtu_bytes{device="br-3068524ec93f"} 1500 node_network_mtu_bytes{device="br-317a2bbca622"} 1500 node_network_mtu_bytes{device="br-349eb65873d4"} 1500 node_network_mtu_bytes{device="br-34eb4dd7e9c0"} 1500 node_network_mtu_bytes{device="br-37f17f8c2f41"} 1500 node_network_mtu_bytes{device="br-3ad09e25ab78"} 1500 node_network_mtu_bytes{device="br-3d3c5fbec0dd"} 1500 node_network_mtu_bytes{device="br-3ed5391afb94"} 1500 node_network_mtu_bytes{device="br-4091e772ca83"} 1500 node_network_mtu_bytes{device="br-41c4dd613804"} 1500 node_network_mtu_bytes{device="br-44fbf271d024"} 1500 node_network_mtu_bytes{device="br-4614b58c6316"} 1500 node_network_mtu_bytes{device="br-4666f7cfb5ad"} 1500 node_network_mtu_bytes{device="br-483851ad6d82"} 1500 node_network_mtu_bytes{device="br-4a66d39e6115"} 1500 node_network_mtu_bytes{device="br-4f8bcb06bb21"} 1500 node_network_mtu_bytes{device="br-513a5eb5a5ed"} 1500 node_network_mtu_bytes{device="br-52ce8deae651"} 1500 node_network_mtu_bytes{device="br-543616338fa2"} 1500 node_network_mtu_bytes{device="br-559d36b72748"} 1500 node_network_mtu_bytes{device="br-5748fcd1e7ca"} 1500 node_network_mtu_bytes{device="br-58f8dcbfa915"} 1500 node_network_mtu_bytes{device="br-5cb33e972896"} 1500 node_network_mtu_bytes{device="br-5cd378a95a50"} 1500 node_network_mtu_bytes{device="br-5db0c1bc605b"} 1500 node_network_mtu_bytes{device="br-60f225ebe8cf"} 1500 node_network_mtu_bytes{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 1500 node_network_mtu_bytes{device="br-67b6f2b09055"} 1500 node_network_mtu_bytes{device="br-6801e77b28e6"} 1500 node_network_mtu_bytes{device="br-731a89c43fe8"} 1500 node_network_mtu_bytes{device="br-75640dcb1806"} 1500 node_network_mtu_bytes{device="br-765d504a1648"} 1500 node_network_mtu_bytes{device="br-7783edd4fb63"} 1500 node_network_mtu_bytes{device="br-7a05c4b4c71c"} 1500 node_network_mtu_bytes{device="br-7f1c0840c41b"} 1500 node_network_mtu_bytes{device="br-7f68c36c365d"} 1500 node_network_mtu_bytes{device="br-8273700d2b53"} 1500 node_network_mtu_bytes{device="br-832e21b6735f"} 1500 node_network_mtu_bytes{device="br-83d5adb104a5"} 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-8cd080cba30d"} 1500 node_network_mtu_bytes{device="br-8d5f8dfdd165"} 1500 node_network_mtu_bytes{device="br-8d809ce3c9c6"} 1500 node_network_mtu_bytes{device="br-91eb434168a3"} 1500 node_network_mtu_bytes{device="br-94b2fbf06b0d"} 1500 node_network_mtu_bytes{device="br-94ccc3a0a891"} 1500 node_network_mtu_bytes{device="br-978ac97c7837"} 1500 node_network_mtu_bytes{device="br-9dd2a20937e6"} 1500 node_network_mtu_bytes{device="br-a01a29421e12"} 1500 node_network_mtu_bytes{device="br-a08ab772e40d"} 1500 node_network_mtu_bytes{device="br-a1b2b339a0bc"} 1500 node_network_mtu_bytes{device="br-ab4fc0c8f205"} 1500 node_network_mtu_bytes{device="br-ab7e8be9c7b8"} 1500 node_network_mtu_bytes{device="br-ab8f176f7ba4"} 1500 node_network_mtu_bytes{device="br-b155b277758b"} 1500 node_network_mtu_bytes{device="br-b9ddcd38e3d5"} 1500 node_network_mtu_bytes{device="br-bc64dc65c104"} 1500 node_network_mtu_bytes{device="br-bc673706b5ae"} 1500 node_network_mtu_bytes{device="br-be8161177ed9"} 1500 node_network_mtu_bytes{device="br-bfa260e794d9"} 1500 node_network_mtu_bytes{device="br-c6291428ebee"} 1500 node_network_mtu_bytes{device="br-c7ec91768290"} 1500 node_network_mtu_bytes{device="br-c8047895107e"} 1500 node_network_mtu_bytes{device="br-c86562d687da"} 1500 node_network_mtu_bytes{device="br-cb14ad5f78d9"} 1500 node_network_mtu_bytes{device="br-cd22c9cceee9"} 1500 node_network_mtu_bytes{device="br-cf6b946573c1"} 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-d68147769b09"} 1500 node_network_mtu_bytes{device="br-d81320e12692"} 1500 node_network_mtu_bytes{device="br-da621f14fb83"} 1500 node_network_mtu_bytes{device="br-dc8640f674ee"} 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-e24d302efec6"} 1500 node_network_mtu_bytes{device="br-e2ebf44ea1f2"} 1500 node_network_mtu_bytes{device="br-e63b0d1593b5"} 1500 node_network_mtu_bytes{device="br-ec56c664f289"} 1500 node_network_mtu_bytes{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 1500 node_network_mtu_bytes{device="br-fb23b0434540"} 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="veth0076559"} 1500 node_network_mtu_bytes{device="veth0106c7a"} 1500 node_network_mtu_bytes{device="veth01165f0"} 1500 node_network_mtu_bytes{device="veth01de5af"} 1500 node_network_mtu_bytes{device="veth0252a2a"} 1500 node_network_mtu_bytes{device="veth026b5f1"} 1500 node_network_mtu_bytes{device="veth02d5a2d"} 1500 node_network_mtu_bytes{device="veth0387d76"} 1500 node_network_mtu_bytes{device="veth03f1565"} 1500 node_network_mtu_bytes{device="veth0474396"} 1500 node_network_mtu_bytes{device="veth04bcbc0"} 1500 node_network_mtu_bytes{device="veth053af97"} 1500 node_network_mtu_bytes{device="veth0549182"} 1500 node_network_mtu_bytes{device="veth054cedc"} 1500 node_network_mtu_bytes{device="veth05a336b"} 1500 node_network_mtu_bytes{device="veth05b1403"} 1500 node_network_mtu_bytes{device="veth05dbfef"} 1500 node_network_mtu_bytes{device="veth0666583"} 1500 node_network_mtu_bytes{device="veth073b9c4"} 1500 node_network_mtu_bytes{device="veth08149de"} 1500 node_network_mtu_bytes{device="veth0906c73"} 1500 node_network_mtu_bytes{device="veth0948320"} 1500 node_network_mtu_bytes{device="veth0aa1c2d"} 1500 node_network_mtu_bytes{device="veth0acd33e"} 1500 node_network_mtu_bytes{device="veth0ae79aa"} 1500 node_network_mtu_bytes{device="veth0af3200"} 1500 node_network_mtu_bytes{device="veth0b0f675"} 1500 node_network_mtu_bytes{device="veth0b2f2a0"} 1500 node_network_mtu_bytes{device="veth0b70bc8"} 1500 node_network_mtu_bytes{device="veth0d172e4"} 1500 node_network_mtu_bytes{device="veth0da84c5"} 1500 node_network_mtu_bytes{device="veth0dda3d7"} 1500 node_network_mtu_bytes{device="veth0e35f5e"} 1500 node_network_mtu_bytes{device="veth0eedf53"} 1500 node_network_mtu_bytes{device="veth0f291f5"} 1500 node_network_mtu_bytes{device="veth0f4d0ed"} 1500 node_network_mtu_bytes{device="veth0f85411"} 1500 node_network_mtu_bytes{device="veth0fce86d"} 1500 node_network_mtu_bytes{device="veth100fd27"} 1500 node_network_mtu_bytes{device="veth10227c2"} 1500 node_network_mtu_bytes{device="veth10693ca"} 1500 node_network_mtu_bytes{device="veth108735b"} 1500 node_network_mtu_bytes{device="veth114bf22"} 1500 node_network_mtu_bytes{device="veth12564dc"} 1500 node_network_mtu_bytes{device="veth12ef518"} 1500 node_network_mtu_bytes{device="veth1343dbc"} 1500 node_network_mtu_bytes{device="veth1394791"} 1500 node_network_mtu_bytes{device="veth13b4efd"} 1500 node_network_mtu_bytes{device="veth13de79b"} 1500 node_network_mtu_bytes{device="veth14dc831"} 1500 node_network_mtu_bytes{device="veth1513f1b"} 1500 node_network_mtu_bytes{device="veth1574334"} 1500 node_network_mtu_bytes{device="veth1596f02"} 1500 node_network_mtu_bytes{device="veth15c7048"} 1500 node_network_mtu_bytes{device="veth15fb20f"} 1500 node_network_mtu_bytes{device="veth160d560"} 1500 node_network_mtu_bytes{device="veth1632a4e"} 1500 node_network_mtu_bytes{device="veth1687023"} 1500 node_network_mtu_bytes{device="veth16b6f88"} 1500 node_network_mtu_bytes{device="veth16bc448"} 1500 node_network_mtu_bytes{device="veth1761f88"} 1500 node_network_mtu_bytes{device="veth17f0f90"} 1500 node_network_mtu_bytes{device="veth1906b94"} 1500 node_network_mtu_bytes{device="veth1908d88"} 1500 node_network_mtu_bytes{device="veth19402da"} 1500 node_network_mtu_bytes{device="veth194b2c8"} 1500 node_network_mtu_bytes{device="veth19bdf4c"} 1500 node_network_mtu_bytes{device="veth19c9513"} 1500 node_network_mtu_bytes{device="veth1af3324"} 1500 node_network_mtu_bytes{device="veth1b8e6ca"} 1500 node_network_mtu_bytes{device="veth1ba4f00"} 1500 node_network_mtu_bytes{device="veth1ba5627"} 1500 node_network_mtu_bytes{device="veth1c6c526"} 1500 node_network_mtu_bytes{device="veth1cb7af3"} 1500 node_network_mtu_bytes{device="veth1cc7b21"} 1500 node_network_mtu_bytes{device="veth1d0f4d8"} 1500 node_network_mtu_bytes{device="veth1d1026d"} 1500 node_network_mtu_bytes{device="veth1d1c849"} 1500 node_network_mtu_bytes{device="veth1d28880"} 1500 node_network_mtu_bytes{device="veth1db323f"} 1500 node_network_mtu_bytes{device="veth1dfacd2"} 1500 node_network_mtu_bytes{device="veth1e385fe"} 1500 node_network_mtu_bytes{device="veth1e5d33a"} 1500 node_network_mtu_bytes{device="veth1f2d55e"} 1500 node_network_mtu_bytes{device="veth1fca91e"} 1500 node_network_mtu_bytes{device="veth203039a"} 1500 node_network_mtu_bytes{device="veth23495cd"} 1500 node_network_mtu_bytes{device="veth23db7fb"} 1500 node_network_mtu_bytes{device="veth24484c9"} 1500 node_network_mtu_bytes{device="veth24a85f4"} 1500 node_network_mtu_bytes{device="veth24b4904"} 1500 node_network_mtu_bytes{device="veth25b04e7"} 1500 node_network_mtu_bytes{device="veth25c4ced"} 1500 node_network_mtu_bytes{device="veth2677c54"} 1500 node_network_mtu_bytes{device="veth26be59d"} 1500 node_network_mtu_bytes{device="veth2763119"} 1500 node_network_mtu_bytes{device="veth276dd03"} 1500 node_network_mtu_bytes{device="veth27ca332"} 1500 node_network_mtu_bytes{device="veth27e4c1c"} 1500 node_network_mtu_bytes{device="veth28c678d"} 1500 node_network_mtu_bytes{device="veth28c8226"} 1500 node_network_mtu_bytes{device="veth2989c66"} 1500 node_network_mtu_bytes{device="veth29c349f"} 1500 node_network_mtu_bytes{device="veth29d825b"} 1500 node_network_mtu_bytes{device="veth29ee720"} 1500 node_network_mtu_bytes{device="veth2a756fb"} 1500 node_network_mtu_bytes{device="veth2b8adb8"} 1500 node_network_mtu_bytes{device="veth2c4593e"} 1500 node_network_mtu_bytes{device="veth2d6ab8a"} 1500 node_network_mtu_bytes{device="veth2dd1c6e"} 1500 node_network_mtu_bytes{device="veth2e07e70"} 1500 node_network_mtu_bytes{device="veth2e40990"} 1500 node_network_mtu_bytes{device="veth2e5abcd"} 1500 node_network_mtu_bytes{device="veth2e69099"} 1500 node_network_mtu_bytes{device="veth2f38598"} 1500 node_network_mtu_bytes{device="veth2ffd510"} 1500 node_network_mtu_bytes{device="veth30e4f5f"} 1500 node_network_mtu_bytes{device="veth31b78d8"} 1500 node_network_mtu_bytes{device="veth31f1351"} 1500 node_network_mtu_bytes{device="veth338902a"} 1500 node_network_mtu_bytes{device="veth33b6fcc"} 1500 node_network_mtu_bytes{device="veth3425c34"} 1500 node_network_mtu_bytes{device="veth35a0d0a"} 1500 node_network_mtu_bytes{device="veth35cd0f6"} 1500 node_network_mtu_bytes{device="veth35d0e81"} 1500 node_network_mtu_bytes{device="veth361c4b1"} 1500 node_network_mtu_bytes{device="veth3628cc5"} 1500 node_network_mtu_bytes{device="veth36528f9"} 1500 node_network_mtu_bytes{device="veth366ec90"} 1500 node_network_mtu_bytes{device="veth36d5c28"} 1500 node_network_mtu_bytes{device="veth36df713"} 1500 node_network_mtu_bytes{device="veth375db39"} 1500 node_network_mtu_bytes{device="veth378c30a"} 1500 node_network_mtu_bytes{device="veth380b2a7"} 1500 node_network_mtu_bytes{device="veth3830fdd"} 1500 node_network_mtu_bytes{device="veth386f875"} 1500 node_network_mtu_bytes{device="veth3887938"} 1500 node_network_mtu_bytes{device="veth38e5192"} 1500 node_network_mtu_bytes{device="veth3909a19"} 1500 node_network_mtu_bytes{device="veth39322e0"} 1500 node_network_mtu_bytes{device="veth39388ff"} 1500 node_network_mtu_bytes{device="veth3977d1b"} 1500 node_network_mtu_bytes{device="veth3a1e789"} 1500 node_network_mtu_bytes{device="veth3a36ed1"} 1500 node_network_mtu_bytes{device="veth3a75d41"} 1500 node_network_mtu_bytes{device="veth3addbbf"} 1500 node_network_mtu_bytes{device="veth3ae320c"} 1500 node_network_mtu_bytes{device="veth3bcce56"} 1500 node_network_mtu_bytes{device="veth3bd884c"} 1500 node_network_mtu_bytes{device="veth3c3b00b"} 1500 node_network_mtu_bytes{device="veth3cc3569"} 1500 node_network_mtu_bytes{device="veth3ceac5b"} 1500 node_network_mtu_bytes{device="veth3d16828"} 1500 node_network_mtu_bytes{device="veth3d622be"} 1500 node_network_mtu_bytes{device="veth3d7014e"} 1500 node_network_mtu_bytes{device="veth3d871d0"} 1500 node_network_mtu_bytes{device="veth3d8c990"} 1500 node_network_mtu_bytes{device="veth3e51ec2"} 1500 node_network_mtu_bytes{device="veth3fba8fa"} 1500 node_network_mtu_bytes{device="veth3fcdfb2"} 1500 node_network_mtu_bytes{device="veth400edd5"} 1500 node_network_mtu_bytes{device="veth4044f24"} 1500 node_network_mtu_bytes{device="veth404bd5a"} 1500 node_network_mtu_bytes{device="veth41723a0"} 1500 node_network_mtu_bytes{device="veth41dd412"} 1500 node_network_mtu_bytes{device="veth41ffa22"} 1500 node_network_mtu_bytes{device="veth42beb99"} 1500 node_network_mtu_bytes{device="veth4388bb3"} 1500 node_network_mtu_bytes{device="veth43f0d07"} 1500 node_network_mtu_bytes{device="veth4431593"} 1500 node_network_mtu_bytes{device="veth44554c4"} 1500 node_network_mtu_bytes{device="veth4499dcf"} 1500 node_network_mtu_bytes{device="veth44b6795"} 1500 node_network_mtu_bytes{device="veth454590d"} 1500 node_network_mtu_bytes{device="veth45753b2"} 1500 node_network_mtu_bytes{device="veth45d8744"} 1500 node_network_mtu_bytes{device="veth463e5c0"} 1500 node_network_mtu_bytes{device="veth467de80"} 1500 node_network_mtu_bytes{device="veth4683144"} 1500 node_network_mtu_bytes{device="veth46a6eb5"} 1500 node_network_mtu_bytes{device="veth46dd615"} 1500 node_network_mtu_bytes{device="veth479a8c8"} 1500 node_network_mtu_bytes{device="veth47e9160"} 1500 node_network_mtu_bytes{device="veth48129d5"} 1500 node_network_mtu_bytes{device="veth48d6056"} 1500 node_network_mtu_bytes{device="veth4981a73"} 1500 node_network_mtu_bytes{device="veth49dacab"} 1500 node_network_mtu_bytes{device="veth49f8bca"} 1500 node_network_mtu_bytes{device="veth49fa050"} 1500 node_network_mtu_bytes{device="veth4a87249"} 1500 node_network_mtu_bytes{device="veth4ae78af"} 1500 node_network_mtu_bytes{device="veth4b38fc1"} 1500 node_network_mtu_bytes{device="veth4ba8b40"} 1500 node_network_mtu_bytes{device="veth4bac263"} 1500 node_network_mtu_bytes{device="veth4be1e5a"} 1500 node_network_mtu_bytes{device="veth4c83414"} 1500 node_network_mtu_bytes{device="veth4d0f67a"} 1500 node_network_mtu_bytes{device="veth4db7462"} 1500 node_network_mtu_bytes{device="veth4e0a606"} 1500 node_network_mtu_bytes{device="veth4e6aa51"} 1500 node_network_mtu_bytes{device="veth4e7280a"} 1500 node_network_mtu_bytes{device="veth4f150d0"} 1500 node_network_mtu_bytes{device="veth50f3d21"} 1500 node_network_mtu_bytes{device="veth511957b"} 1500 node_network_mtu_bytes{device="veth51df910"} 1500 node_network_mtu_bytes{device="veth5291507"} 1500 node_network_mtu_bytes{device="veth52b62fe"} 1500 node_network_mtu_bytes{device="veth52ba1f6"} 1500 node_network_mtu_bytes{device="veth53803c8"} 1500 node_network_mtu_bytes{device="veth53ed4ca"} 1500 node_network_mtu_bytes{device="veth544923a"} 1500 node_network_mtu_bytes{device="veth549693f"} 1500 node_network_mtu_bytes{device="veth54d90c8"} 1500 node_network_mtu_bytes{device="veth54e9d4a"} 1500 node_network_mtu_bytes{device="veth550dee9"} 1500 node_network_mtu_bytes{device="veth553ede3"} 1500 node_network_mtu_bytes{device="veth554fa26"} 1500 node_network_mtu_bytes{device="veth55a9843"} 1500 node_network_mtu_bytes{device="veth55b0ec4"} 1500 node_network_mtu_bytes{device="veth55c73bd"} 1500 node_network_mtu_bytes{device="veth55cf210"} 1500 node_network_mtu_bytes{device="veth56b065b"} 1500 node_network_mtu_bytes{device="veth56ff8d7"} 1500 node_network_mtu_bytes{device="veth57100d3"} 1500 node_network_mtu_bytes{device="veth5744d5f"} 1500 node_network_mtu_bytes{device="veth57a7b7e"} 1500 node_network_mtu_bytes{device="veth587208b"} 1500 node_network_mtu_bytes{device="veth59a28f9"} 1500 node_network_mtu_bytes{device="veth59ec687"} 1500 node_network_mtu_bytes{device="veth5a2f03c"} 1500 node_network_mtu_bytes{device="veth5b14b1f"} 1500 node_network_mtu_bytes{device="veth5be4441"} 1500 node_network_mtu_bytes{device="veth5cf6db6"} 1500 node_network_mtu_bytes{device="veth5d5edf1"} 1500 node_network_mtu_bytes{device="veth5d79629"} 1500 node_network_mtu_bytes{device="veth5d82bda"} 1500 node_network_mtu_bytes{device="veth5d9fb18"} 1500 node_network_mtu_bytes{device="veth5daf2e1"} 1500 node_network_mtu_bytes{device="veth5e313cb"} 1500 node_network_mtu_bytes{device="veth5ea5d19"} 1500 node_network_mtu_bytes{device="veth5ede6bc"} 1500 node_network_mtu_bytes{device="veth5f2f157"} 1500 node_network_mtu_bytes{device="veth5f510cc"} 1500 node_network_mtu_bytes{device="veth5fde4d5"} 1500 node_network_mtu_bytes{device="veth608f13b"} 1500 node_network_mtu_bytes{device="veth61c1692"} 1500 node_network_mtu_bytes{device="veth61e4c6a"} 1500 node_network_mtu_bytes{device="veth61ff867"} 1500 node_network_mtu_bytes{device="veth6202b87"} 1500 node_network_mtu_bytes{device="veth6314682"} 1500 node_network_mtu_bytes{device="veth636b36b"} 1500 node_network_mtu_bytes{device="veth63897f4"} 1500 node_network_mtu_bytes{device="veth63f00f3"} 1500 node_network_mtu_bytes{device="veth650a5d1"} 1500 node_network_mtu_bytes{device="veth6558fa6"} 1500 node_network_mtu_bytes{device="veth658b6f1"} 1500 node_network_mtu_bytes{device="veth660c9c9"} 1500 node_network_mtu_bytes{device="veth6634745"} 1500 node_network_mtu_bytes{device="veth673a8ee"} 1500 node_network_mtu_bytes{device="veth67a4acc"} 1500 node_network_mtu_bytes{device="veth68228a8"} 1500 node_network_mtu_bytes{device="veth698f022"} 1500 node_network_mtu_bytes{device="veth6a67db5"} 1500 node_network_mtu_bytes{device="veth6abc990"} 1500 node_network_mtu_bytes{device="veth6b26cd5"} 1500 node_network_mtu_bytes{device="veth6ba4916"} 1500 node_network_mtu_bytes{device="veth6bab3d4"} 1500 node_network_mtu_bytes{device="veth6bbfa32"} 1500 node_network_mtu_bytes{device="veth6bd5048"} 1500 node_network_mtu_bytes{device="veth6bee2a2"} 1500 node_network_mtu_bytes{device="veth6c11632"} 1500 node_network_mtu_bytes{device="veth6c22ce2"} 1500 node_network_mtu_bytes{device="veth6cea1f5"} 1500 node_network_mtu_bytes{device="veth6d4bf60"} 1500 node_network_mtu_bytes{device="veth6d7d406"} 1500 node_network_mtu_bytes{device="veth6dcbb17"} 1500 node_network_mtu_bytes{device="veth6df542c"} 1500 node_network_mtu_bytes{device="veth6e9c163"} 1500 node_network_mtu_bytes{device="veth7070e17"} 1500 node_network_mtu_bytes{device="veth7119448"} 1500 node_network_mtu_bytes{device="veth7274c0d"} 1500 node_network_mtu_bytes{device="veth72b5538"} 1500 node_network_mtu_bytes{device="veth73188c4"} 1500 node_network_mtu_bytes{device="veth73352ff"} 1500 node_network_mtu_bytes{device="veth73fe131"} 1500 node_network_mtu_bytes{device="veth74afd3b"} 1500 node_network_mtu_bytes{device="veth7510955"} 1500 node_network_mtu_bytes{device="veth75451a5"} 1500 node_network_mtu_bytes{device="veth75454ee"} 1500 node_network_mtu_bytes{device="veth75848c5"} 1500 node_network_mtu_bytes{device="veth7599b2a"} 1500 node_network_mtu_bytes{device="veth76be224"} 1500 node_network_mtu_bytes{device="veth7742e6d"} 1500 node_network_mtu_bytes{device="veth7888ef4"} 1500 node_network_mtu_bytes{device="veth7a8020a"} 1500 node_network_mtu_bytes{device="veth7ab8ce1"} 1500 node_network_mtu_bytes{device="veth7af61c3"} 1500 node_network_mtu_bytes{device="veth7b5560c"} 1500 node_network_mtu_bytes{device="veth7b924a9"} 1500 node_network_mtu_bytes{device="veth7ba230c"} 1500 node_network_mtu_bytes{device="veth7c464a1"} 1500 node_network_mtu_bytes{device="veth7cb9f47"} 1500 node_network_mtu_bytes{device="veth7ccb046"} 1500 node_network_mtu_bytes{device="veth7d44274"} 1500 node_network_mtu_bytes{device="veth7dbd681"} 1500 node_network_mtu_bytes{device="veth7e5e9af"} 1500 node_network_mtu_bytes{device="veth7e62c28"} 1500 node_network_mtu_bytes{device="veth7f33961"} 1500 node_network_mtu_bytes{device="veth7fcd6d8"} 1500 node_network_mtu_bytes{device="veth81e8cb1"} 1500 node_network_mtu_bytes{device="veth81e92ae"} 1500 node_network_mtu_bytes{device="veth81fc85c"} 1500 node_network_mtu_bytes{device="veth82018a0"} 1500 node_network_mtu_bytes{device="veth828128f"} 1500 node_network_mtu_bytes{device="veth82e5071"} 1500 node_network_mtu_bytes{device="veth82f1706"} 1500 node_network_mtu_bytes{device="veth8358fe5"} 1500 node_network_mtu_bytes{device="veth837d5f7"} 1500 node_network_mtu_bytes{device="veth839108d"} 1500 node_network_mtu_bytes{device="veth83ab132"} 1500 node_network_mtu_bytes{device="veth83ad98f"} 1500 node_network_mtu_bytes{device="veth841b54a"} 1500 node_network_mtu_bytes{device="veth857de99"} 1500 node_network_mtu_bytes{device="veth85b5354"} 1500 node_network_mtu_bytes{device="veth86eda43"} 1500 node_network_mtu_bytes{device="veth86fe81c"} 1500 node_network_mtu_bytes{device="veth87665ad"} 1500 node_network_mtu_bytes{device="veth87bf4ae"} 1500 node_network_mtu_bytes{device="veth881af3b"} 1500 node_network_mtu_bytes{device="veth8851d0b"} 1500 node_network_mtu_bytes{device="veth88fa0f6"} 1500 node_network_mtu_bytes{device="veth8911425"} 1500 node_network_mtu_bytes{device="veth892e54a"} 1500 node_network_mtu_bytes{device="veth89576e3"} 1500 node_network_mtu_bytes{device="veth89bab0e"} 1500 node_network_mtu_bytes{device="veth8a51411"} 1500 node_network_mtu_bytes{device="veth8b2635b"} 1500 node_network_mtu_bytes{device="veth8b27052"} 1500 node_network_mtu_bytes{device="veth8b2cf5f"} 1500 node_network_mtu_bytes{device="veth8b9fea2"} 1500 node_network_mtu_bytes{device="veth8c04fed"} 1500 node_network_mtu_bytes{device="veth8c0c0d5"} 1500 node_network_mtu_bytes{device="veth8c16e8a"} 1500 node_network_mtu_bytes{device="veth8c2ee1a"} 1500 node_network_mtu_bytes{device="veth8c6cbbf"} 1500 node_network_mtu_bytes{device="veth8ccc939"} 1500 node_network_mtu_bytes{device="veth8d04352"} 1500 node_network_mtu_bytes{device="veth8d0d5bd"} 1500 node_network_mtu_bytes{device="veth8d1ab7d"} 1500 node_network_mtu_bytes{device="veth8dc7e7c"} 1500 node_network_mtu_bytes{device="veth8e411c0"} 1500 node_network_mtu_bytes{device="veth8f3fa53"} 1500 node_network_mtu_bytes{device="veth8f4aa08"} 1500 node_network_mtu_bytes{device="veth8f5fbf7"} 1500 node_network_mtu_bytes{device="veth8f698a3"} 1500 node_network_mtu_bytes{device="veth8fb0b53"} 1500 node_network_mtu_bytes{device="veth8fccdc6"} 1500 node_network_mtu_bytes{device="veth90c7579"} 1500 node_network_mtu_bytes{device="veth90ed6a6"} 1500 node_network_mtu_bytes{device="veth910e8cf"} 1500 node_network_mtu_bytes{device="veth930c9be"} 1500 node_network_mtu_bytes{device="veth93112cc"} 1500 node_network_mtu_bytes{device="veth93a0f8b"} 1500 node_network_mtu_bytes{device="veth93c6e78"} 1500 node_network_mtu_bytes{device="veth93cd3ec"} 1500 node_network_mtu_bytes{device="veth949b686"} 1500 node_network_mtu_bytes{device="veth94cbabc"} 1500 node_network_mtu_bytes{device="veth94d91e2"} 1500 node_network_mtu_bytes{device="veth95de52a"} 1500 node_network_mtu_bytes{device="veth95e97e6"} 1500 node_network_mtu_bytes{device="veth963a25f"} 1500 node_network_mtu_bytes{device="veth9689522"} 1500 node_network_mtu_bytes{device="veth96a099f"} 1500 node_network_mtu_bytes{device="veth96a9aed"} 1500 node_network_mtu_bytes{device="veth9737dfd"} 1500 node_network_mtu_bytes{device="veth9834720"} 1500 node_network_mtu_bytes{device="veth98a4f1c"} 1500 node_network_mtu_bytes{device="veth9900f5c"} 1500 node_network_mtu_bytes{device="veth9930130"} 1500 node_network_mtu_bytes{device="veth99bd252"} 1500 node_network_mtu_bytes{device="veth9a15643"} 1500 node_network_mtu_bytes{device="veth9a73b47"} 1500 node_network_mtu_bytes{device="veth9ab5fa5"} 1500 node_network_mtu_bytes{device="veth9ade6ce"} 1500 node_network_mtu_bytes{device="veth9ae29fb"} 1500 node_network_mtu_bytes{device="veth9b006eb"} 1500 node_network_mtu_bytes{device="veth9b53946"} 1500 node_network_mtu_bytes{device="veth9b574a3"} 1500 node_network_mtu_bytes{device="veth9bb0d1d"} 1500 node_network_mtu_bytes{device="veth9c5f63a"} 1500 node_network_mtu_bytes{device="veth9cfeb47"} 1500 node_network_mtu_bytes{device="veth9d3116c"} 1500 node_network_mtu_bytes{device="veth9d5866a"} 1500 node_network_mtu_bytes{device="veth9d7f756"} 1500 node_network_mtu_bytes{device="veth9d95a42"} 1500 node_network_mtu_bytes{device="veth9dee925"} 1500 node_network_mtu_bytes{device="veth9e76a8b"} 1500 node_network_mtu_bytes{device="veth9e9e316"} 1500 node_network_mtu_bytes{device="veth9f0c2e2"} 1500 node_network_mtu_bytes{device="veth9f74d58"} 1500 node_network_mtu_bytes{device="vetha018cbf"} 1500 node_network_mtu_bytes{device="vetha1ab304"} 1500 node_network_mtu_bytes{device="vetha1eb306"} 1500 node_network_mtu_bytes{device="vetha290736"} 1500 node_network_mtu_bytes{device="vetha2aad37"} 1500 node_network_mtu_bytes{device="vetha31d6fd"} 1500 node_network_mtu_bytes{device="vetha334122"} 1500 node_network_mtu_bytes{device="vetha3852e4"} 1500 node_network_mtu_bytes{device="vetha4b0907"} 1500 node_network_mtu_bytes{device="vetha537eb6"} 1500 node_network_mtu_bytes{device="vetha675b8d"} 1500 node_network_mtu_bytes{device="vetha678351"} 1500 node_network_mtu_bytes{device="vetha6bbcc2"} 1500 node_network_mtu_bytes{device="vetha74cd81"} 1500 node_network_mtu_bytes{device="vetha780b5e"} 1500 node_network_mtu_bytes{device="vetha797fe3"} 1500 node_network_mtu_bytes{device="vetha79a05b"} 1500 node_network_mtu_bytes{device="vetha7a2d29"} 1500 node_network_mtu_bytes{device="vetha7ada6f"} 1500 node_network_mtu_bytes{device="vetha8f009e"} 1500 node_network_mtu_bytes{device="vetha96ae67"} 1500 node_network_mtu_bytes{device="vetha997490"} 1500 node_network_mtu_bytes{device="vetha9b6925"} 1500 node_network_mtu_bytes{device="vethaa11814"} 1500 node_network_mtu_bytes{device="vethaa894f6"} 1500 node_network_mtu_bytes{device="vethab86d4a"} 1500 node_network_mtu_bytes{device="vethab9afc5"} 1500 node_network_mtu_bytes{device="vethac080df"} 1500 node_network_mtu_bytes{device="vethac3a592"} 1500 node_network_mtu_bytes{device="vethad12781"} 1500 node_network_mtu_bytes{device="vethad38be0"} 1500 node_network_mtu_bytes{device="vethad89bb1"} 1500 node_network_mtu_bytes{device="vethada749e"} 1500 node_network_mtu_bytes{device="vethadef082"} 1500 node_network_mtu_bytes{device="vethae5faf9"} 1500 node_network_mtu_bytes{device="vethaedfacc"} 1500 node_network_mtu_bytes{device="vethaef0424"} 1500 node_network_mtu_bytes{device="vethb05b013"} 1500 node_network_mtu_bytes{device="vethb077d67"} 1500 node_network_mtu_bytes{device="vethb0a68a0"} 1500 node_network_mtu_bytes{device="vethb0c284f"} 1500 node_network_mtu_bytes{device="vethb0df999"} 1500 node_network_mtu_bytes{device="vethb25b3d8"} 1500 node_network_mtu_bytes{device="vethb2fbd99"} 1500 node_network_mtu_bytes{device="vethb3a8415"} 1500 node_network_mtu_bytes{device="vethb3c68e2"} 1500 node_network_mtu_bytes{device="vethb3cd903"} 1500 node_network_mtu_bytes{device="vethb4870f2"} 1500 node_network_mtu_bytes{device="vethb4da8f7"} 1500 node_network_mtu_bytes{device="vethb51625b"} 1500 node_network_mtu_bytes{device="vethb5e3f17"} 1500 node_network_mtu_bytes{device="vethb60fcbc"} 1500 node_network_mtu_bytes{device="vethb664d75"} 1500 node_network_mtu_bytes{device="vethb68caf3"} 1500 node_network_mtu_bytes{device="vethb77cc8b"} 1500 node_network_mtu_bytes{device="vethb77f08e"} 1500 node_network_mtu_bytes{device="vethb80914a"} 1500 node_network_mtu_bytes{device="vethb8b412e"} 1500 node_network_mtu_bytes{device="vethb8c2d4e"} 1500 node_network_mtu_bytes{device="vethb92be35"} 1500 node_network_mtu_bytes{device="vethb93f442"} 1500 node_network_mtu_bytes{device="vethb95ceeb"} 1500 node_network_mtu_bytes{device="vethb995c11"} 1500 node_network_mtu_bytes{device="vethb9c62b1"} 1500 node_network_mtu_bytes{device="vethbab5259"} 1500 node_network_mtu_bytes{device="vethbb3c294"} 1500 node_network_mtu_bytes{device="vethbbb97f9"} 1500 node_network_mtu_bytes{device="vethbc1c416"} 1500 node_network_mtu_bytes{device="vethbc5ca70"} 1500 node_network_mtu_bytes{device="vethbd1f0db"} 1500 node_network_mtu_bytes{device="vethbd573f6"} 1500 node_network_mtu_bytes{device="vethbd7c661"} 1500 node_network_mtu_bytes{device="vethbe7ea9e"} 1500 node_network_mtu_bytes{device="vethbec2cbb"} 1500 node_network_mtu_bytes{device="vethbfcf0a4"} 1500 node_network_mtu_bytes{device="vethbff0fd3"} 1500 node_network_mtu_bytes{device="vethc05b060"} 1500 node_network_mtu_bytes{device="vethc09e03c"} 1500 node_network_mtu_bytes{device="vethc15d66d"} 1500 node_network_mtu_bytes{device="vethc196d66"} 1500 node_network_mtu_bytes{device="vethc1ac58c"} 1500 node_network_mtu_bytes{device="vethc1c5fcd"} 1500 node_network_mtu_bytes{device="vethc1ef3da"} 1500 node_network_mtu_bytes{device="vethc2efd7c"} 1500 node_network_mtu_bytes{device="vethc314d9e"} 1500 node_network_mtu_bytes{device="vethc3bdd94"} 1500 node_network_mtu_bytes{device="vethc3ec1dd"} 1500 node_network_mtu_bytes{device="vethc4061a9"} 1500 node_network_mtu_bytes{device="vethc452900"} 1500 node_network_mtu_bytes{device="vethc45c99c"} 1500 node_network_mtu_bytes{device="vethc482fb8"} 1500 node_network_mtu_bytes{device="vethc503d39"} 1500 node_network_mtu_bytes{device="vethc53c8a6"} 1500 node_network_mtu_bytes{device="vethc5b4fd7"} 1500 node_network_mtu_bytes{device="vethc605740"} 1500 node_network_mtu_bytes{device="vethc6116a4"} 1500 node_network_mtu_bytes{device="vethc66fb8a"} 1500 node_network_mtu_bytes{device="vethc6ae4c6"} 1500 node_network_mtu_bytes{device="vethc6fb5c3"} 1500 node_network_mtu_bytes{device="vethc774b55"} 1500 node_network_mtu_bytes{device="vethc7cfbf3"} 1500 node_network_mtu_bytes{device="vethc7e7ad1"} 1500 node_network_mtu_bytes{device="vethc8593ec"} 1500 node_network_mtu_bytes{device="vethc8db878"} 1500 node_network_mtu_bytes{device="vethc9a9adb"} 1500 node_network_mtu_bytes{device="vethcc09d95"} 1500 node_network_mtu_bytes{device="vethcc14215"} 1500 node_network_mtu_bytes{device="vethcc8ea41"} 1500 node_network_mtu_bytes{device="vethcccbbc2"} 1500 node_network_mtu_bytes{device="vethcd037d2"} 1500 node_network_mtu_bytes{device="vethcd46f50"} 1500 node_network_mtu_bytes{device="vethcd4f5e4"} 1500 node_network_mtu_bytes{device="vethcd69036"} 1500 node_network_mtu_bytes{device="vethcdb9063"} 1500 node_network_mtu_bytes{device="vethce03e73"} 1500 node_network_mtu_bytes{device="vethce4911b"} 1500 node_network_mtu_bytes{device="vethcee6c6b"} 1500 node_network_mtu_bytes{device="vethcf40450"} 1500 node_network_mtu_bytes{device="vethd010653"} 1500 node_network_mtu_bytes{device="vethd015bfd"} 1500 node_network_mtu_bytes{device="vethd01bced"} 1500 node_network_mtu_bytes{device="vethd08787c"} 1500 node_network_mtu_bytes{device="vethd0d2e30"} 1500 node_network_mtu_bytes{device="vethd12d945"} 1500 node_network_mtu_bytes{device="vethd16a72f"} 1500 node_network_mtu_bytes{device="vethd1719c5"} 1500 node_network_mtu_bytes{device="vethd1871e7"} 1500 node_network_mtu_bytes{device="vethd25aa3b"} 1500 node_network_mtu_bytes{device="vethd36eb18"} 1500 node_network_mtu_bytes{device="vethd3a300e"} 1500 node_network_mtu_bytes{device="vethd3ed1c7"} 1500 node_network_mtu_bytes{device="vethd4b817a"} 1500 node_network_mtu_bytes{device="vethd4d7b42"} 1500 node_network_mtu_bytes{device="vethd4e7c2c"} 1500 node_network_mtu_bytes{device="vethd623391"} 1500 node_network_mtu_bytes{device="vethd698bb5"} 1500 node_network_mtu_bytes{device="vethd6a884e"} 1500 node_network_mtu_bytes{device="vethd77ed8c"} 1500 node_network_mtu_bytes{device="vethd788961"} 1500 node_network_mtu_bytes{device="vethd7dd546"} 1500 node_network_mtu_bytes{device="vethd80ed49"} 1500 node_network_mtu_bytes{device="vethd81b53c"} 1500 node_network_mtu_bytes{device="vethd8ae67f"} 1500 node_network_mtu_bytes{device="vethd9ad995"} 1500 node_network_mtu_bytes{device="vethda00b2c"} 1500 node_network_mtu_bytes{device="vethda17b81"} 1500 node_network_mtu_bytes{device="vethda42a3d"} 1500 node_network_mtu_bytes{device="vethda8113b"} 1500 node_network_mtu_bytes{device="vethda97a73"} 1500 node_network_mtu_bytes{device="vethdcd40f5"} 1500 node_network_mtu_bytes{device="vethdcd5e9f"} 1500 node_network_mtu_bytes{device="vethdd7f080"} 1500 node_network_mtu_bytes{device="vethdd9457a"} 1500 node_network_mtu_bytes{device="vethddaa2f6"} 1500 node_network_mtu_bytes{device="vethddd757b"} 1500 node_network_mtu_bytes{device="vethde484ca"} 1500 node_network_mtu_bytes{device="vethde84e28"} 1500 node_network_mtu_bytes{device="vethdee08a0"} 1500 node_network_mtu_bytes{device="vethdf3c363"} 1500 node_network_mtu_bytes{device="vethe044dd7"} 1500 node_network_mtu_bytes{device="vethe0eb635"} 1500 node_network_mtu_bytes{device="vethe121842"} 1500 node_network_mtu_bytes{device="vethe17b4b2"} 1500 node_network_mtu_bytes{device="vethe240296"} 1500 node_network_mtu_bytes{device="vethe2a6aa2"} 1500 node_network_mtu_bytes{device="vethe2c776a"} 1500 node_network_mtu_bytes{device="vethe2ee303"} 1500 node_network_mtu_bytes{device="vethe3053d7"} 1500 node_network_mtu_bytes{device="vethe31ca35"} 1500 node_network_mtu_bytes{device="vethe37671b"} 1500 node_network_mtu_bytes{device="vethe3a02f4"} 1500 node_network_mtu_bytes{device="vethe3b4d90"} 1500 node_network_mtu_bytes{device="vethe4e7a4c"} 1500 node_network_mtu_bytes{device="vethe52d560"} 1500 node_network_mtu_bytes{device="vethe69c35e"} 1500 node_network_mtu_bytes{device="vethe6fd8c5"} 1500 node_network_mtu_bytes{device="vethe70eee7"} 1500 node_network_mtu_bytes{device="vethe741a23"} 1500 node_network_mtu_bytes{device="vethe747942"} 1500 node_network_mtu_bytes{device="vethe7681a6"} 1500 node_network_mtu_bytes{device="vethe7756c8"} 1500 node_network_mtu_bytes{device="vethe85d3d3"} 1500 node_network_mtu_bytes{device="vethe8c8080"} 1500 node_network_mtu_bytes{device="vethe90aeb2"} 1500 node_network_mtu_bytes{device="vethea085b3"} 1500 node_network_mtu_bytes{device="vetheaf1fb5"} 1500 node_network_mtu_bytes{device="vetheb12841"} 1500 node_network_mtu_bytes{device="vetheb390b0"} 1500 node_network_mtu_bytes{device="vethebf40ec"} 1500 node_network_mtu_bytes{device="vethebf8ec5"} 1500 node_network_mtu_bytes{device="vethec38299"} 1500 node_network_mtu_bytes{device="vethec3b924"} 1500 node_network_mtu_bytes{device="vethecb745a"} 1500 node_network_mtu_bytes{device="vethed62efc"} 1500 node_network_mtu_bytes{device="vethed6b660"} 1500 node_network_mtu_bytes{device="vethed862f6"} 1500 node_network_mtu_bytes{device="vethee6cff7"} 1500 node_network_mtu_bytes{device="vethee8eb9c"} 1500 node_network_mtu_bytes{device="vetheec35b5"} 1500 node_network_mtu_bytes{device="vetheec68f2"} 1500 node_network_mtu_bytes{device="vethef14514"} 1500 node_network_mtu_bytes{device="vethef7358f"} 1500 node_network_mtu_bytes{device="vethefc1f2e"} 1500 node_network_mtu_bytes{device="vethf0b13ba"} 1500 node_network_mtu_bytes{device="vethf0d9869"} 1500 node_network_mtu_bytes{device="vethf12362d"} 1500 node_network_mtu_bytes{device="vethf1fdf1f"} 1500 node_network_mtu_bytes{device="vethf239d3f"} 1500 node_network_mtu_bytes{device="vethf2b0340"} 1500 node_network_mtu_bytes{device="vethf3380cf"} 1500 node_network_mtu_bytes{device="vethf35de8c"} 1500 node_network_mtu_bytes{device="vethf3aa0d1"} 1500 node_network_mtu_bytes{device="vethf3e722c"} 1500 node_network_mtu_bytes{device="vethf4d422e"} 1500 node_network_mtu_bytes{device="vethf5878a9"} 1500 node_network_mtu_bytes{device="vethf60f77c"} 1500 node_network_mtu_bytes{device="vethf6b618c"} 1500 node_network_mtu_bytes{device="vethf739350"} 1500 node_network_mtu_bytes{device="vethf75dfd6"} 1500 node_network_mtu_bytes{device="vethf7c6492"} 1500 node_network_mtu_bytes{device="vethf7e7622"} 1500 node_network_mtu_bytes{device="vethf7f96c4"} 1500 node_network_mtu_bytes{device="vethf81bb1f"} 1500 node_network_mtu_bytes{device="vethf831c6e"} 1500 node_network_mtu_bytes{device="vethf878734"} 1500 node_network_mtu_bytes{device="vethf8b777e"} 1500 node_network_mtu_bytes{device="vethf9297c3"} 1500 node_network_mtu_bytes{device="vethf93ef43"} 1500 node_network_mtu_bytes{device="vethf9dc188"} 1500 node_network_mtu_bytes{device="vethfa21f05"} 1500 node_network_mtu_bytes{device="vethfa7118a"} 1500 node_network_mtu_bytes{device="vethfa9e5b8"} 1500 node_network_mtu_bytes{device="vethfad6627"} 1500 node_network_mtu_bytes{device="vethfb2bfe2"} 1500 node_network_mtu_bytes{device="vethfb6999a"} 1500 node_network_mtu_bytes{device="vethfba34d0"} 1500 node_network_mtu_bytes{device="vethfbee07c"} 1500 node_network_mtu_bytes{device="vethfc5799c"} 1500 node_network_mtu_bytes{device="vethfcf4485"} 1500 node_network_mtu_bytes{device="vethfd434b4"} 1500 node_network_mtu_bytes{device="vethfd4ae4a"} 1500 node_network_mtu_bytes{device="vethfdd4d19"} 1500 node_network_mtu_bytes{device="vethfe2ae54"} 1500 node_network_mtu_bytes{device="vethfe3f546"} 1500 node_network_mtu_bytes{device="vethfe695e7"} 1500 node_network_mtu_bytes{device="vethfe841b8"} 1500 node_network_mtu_bytes{device="vethfeb3f2a"} 1500 node_network_mtu_bytes{device="vethfeeef20"} 1500 node_network_mtu_bytes{device="vethff1f982"} 1500 node_network_mtu_bytes{device="vethff7d976"} 1500 node_network_mtu_bytes{device="vethffbce7a"} 1500 node_network_mtu_bytes{device="vethffe6de7"} 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-0041aebf0bd9"} 3 node_network_name_assign_type{device="br-02669b34ccad"} 3 node_network_name_assign_type{device="br-02823e0b21f8"} 3 node_network_name_assign_type{device="br-035e1584ee12"} 3 node_network_name_assign_type{device="br-03ef3fa9694c"} 3 node_network_name_assign_type{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} 3 node_network_name_assign_type{device="br-1824841a31f9"} 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-1da1821d18b3"} 3 node_network_name_assign_type{device="br-1de64be72380"} 3 node_network_name_assign_type{device="br-1f9ea77f28ce"} 3 node_network_name_assign_type{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 3 node_network_name_assign_type{device="br-27771a4b5e1c"} 3 node_network_name_assign_type{device="br-2ed3ce7916f4"} 3 node_network_name_assign_type{device="br-301b4c89e775"} 3 node_network_name_assign_type{device="br-3068524ec93f"} 3 node_network_name_assign_type{device="br-317a2bbca622"} 3 node_network_name_assign_type{device="br-349eb65873d4"} 3 node_network_name_assign_type{device="br-34eb4dd7e9c0"} 3 node_network_name_assign_type{device="br-37f17f8c2f41"} 3 node_network_name_assign_type{device="br-3ad09e25ab78"} 3 node_network_name_assign_type{device="br-3d3c5fbec0dd"} 3 node_network_name_assign_type{device="br-3ed5391afb94"} 3 node_network_name_assign_type{device="br-4091e772ca83"} 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-4614b58c6316"} 3 node_network_name_assign_type{device="br-4666f7cfb5ad"} 3 node_network_name_assign_type{device="br-483851ad6d82"} 3 node_network_name_assign_type{device="br-4a66d39e6115"} 3 node_network_name_assign_type{device="br-4f8bcb06bb21"} 3 node_network_name_assign_type{device="br-513a5eb5a5ed"} 3 node_network_name_assign_type{device="br-52ce8deae651"} 3 node_network_name_assign_type{device="br-543616338fa2"} 3 node_network_name_assign_type{device="br-559d36b72748"} 3 node_network_name_assign_type{device="br-5748fcd1e7ca"} 3 node_network_name_assign_type{device="br-58f8dcbfa915"} 3 node_network_name_assign_type{device="br-5cb33e972896"} 3 node_network_name_assign_type{device="br-5cd378a95a50"} 3 node_network_name_assign_type{device="br-5db0c1bc605b"} 3 node_network_name_assign_type{device="br-60f225ebe8cf"} 3 node_network_name_assign_type{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 3 node_network_name_assign_type{device="br-67b6f2b09055"} 3 node_network_name_assign_type{device="br-6801e77b28e6"} 3 node_network_name_assign_type{device="br-731a89c43fe8"} 3 node_network_name_assign_type{device="br-75640dcb1806"} 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-7a05c4b4c71c"} 3 node_network_name_assign_type{device="br-7f1c0840c41b"} 3 node_network_name_assign_type{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 3 node_network_name_assign_type{device="br-94b2fbf06b0d"} 3 node_network_name_assign_type{device="br-94ccc3a0a891"} 3 node_network_name_assign_type{device="br-978ac97c7837"} 3 node_network_name_assign_type{device="br-9dd2a20937e6"} 3 node_network_name_assign_type{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 3 node_network_name_assign_type{device="br-ab7e8be9c7b8"} 3 node_network_name_assign_type{device="br-ab8f176f7ba4"} 3 node_network_name_assign_type{device="br-b155b277758b"} 3 node_network_name_assign_type{device="br-b9ddcd38e3d5"} 3 node_network_name_assign_type{device="br-bc64dc65c104"} 3 node_network_name_assign_type{device="br-bc673706b5ae"} 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-c6291428ebee"} 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-c86562d687da"} 3 node_network_name_assign_type{device="br-cb14ad5f78d9"} 3 node_network_name_assign_type{device="br-cd22c9cceee9"} 3 node_network_name_assign_type{device="br-cf6b946573c1"} 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-d68147769b09"} 3 node_network_name_assign_type{device="br-d81320e12692"} 3 node_network_name_assign_type{device="br-da621f14fb83"} 3 node_network_name_assign_type{device="br-dc8640f674ee"} 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-e24d302efec6"} 3 node_network_name_assign_type{device="br-e2ebf44ea1f2"} 3 node_network_name_assign_type{device="br-e63b0d1593b5"} 3 node_network_name_assign_type{device="br-ec56c664f289"} 3 node_network_name_assign_type{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 3 node_network_name_assign_type{device="br-fb23b0434540"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="veth0076559"} 3 node_network_name_assign_type{device="veth0106c7a"} 3 node_network_name_assign_type{device="veth01165f0"} 3 node_network_name_assign_type{device="veth01de5af"} 3 node_network_name_assign_type{device="veth0252a2a"} 3 node_network_name_assign_type{device="veth026b5f1"} 3 node_network_name_assign_type{device="veth02d5a2d"} 3 node_network_name_assign_type{device="veth0387d76"} 3 node_network_name_assign_type{device="veth03f1565"} 3 node_network_name_assign_type{device="veth0474396"} 3 node_network_name_assign_type{device="veth04bcbc0"} 3 node_network_name_assign_type{device="veth053af97"} 3 node_network_name_assign_type{device="veth0549182"} 3 node_network_name_assign_type{device="veth054cedc"} 3 node_network_name_assign_type{device="veth05a336b"} 3 node_network_name_assign_type{device="veth05b1403"} 3 node_network_name_assign_type{device="veth05dbfef"} 3 node_network_name_assign_type{device="veth0666583"} 3 node_network_name_assign_type{device="veth073b9c4"} 3 node_network_name_assign_type{device="veth08149de"} 3 node_network_name_assign_type{device="veth0906c73"} 3 node_network_name_assign_type{device="veth0948320"} 3 node_network_name_assign_type{device="veth0aa1c2d"} 3 node_network_name_assign_type{device="veth0acd33e"} 3 node_network_name_assign_type{device="veth0ae79aa"} 3 node_network_name_assign_type{device="veth0af3200"} 3 node_network_name_assign_type{device="veth0b0f675"} 3 node_network_name_assign_type{device="veth0b2f2a0"} 3 node_network_name_assign_type{device="veth0b70bc8"} 3 node_network_name_assign_type{device="veth0d172e4"} 3 node_network_name_assign_type{device="veth0da84c5"} 3 node_network_name_assign_type{device="veth0dda3d7"} 3 node_network_name_assign_type{device="veth0e35f5e"} 3 node_network_name_assign_type{device="veth0eedf53"} 3 node_network_name_assign_type{device="veth0f291f5"} 3 node_network_name_assign_type{device="veth0f4d0ed"} 3 node_network_name_assign_type{device="veth0f85411"} 3 node_network_name_assign_type{device="veth0fce86d"} 3 node_network_name_assign_type{device="veth100fd27"} 3 node_network_name_assign_type{device="veth10227c2"} 3 node_network_name_assign_type{device="veth10693ca"} 3 node_network_name_assign_type{device="veth108735b"} 3 node_network_name_assign_type{device="veth114bf22"} 3 node_network_name_assign_type{device="veth12564dc"} 3 node_network_name_assign_type{device="veth12ef518"} 3 node_network_name_assign_type{device="veth1343dbc"} 3 node_network_name_assign_type{device="veth1394791"} 3 node_network_name_assign_type{device="veth13b4efd"} 3 node_network_name_assign_type{device="veth13de79b"} 3 node_network_name_assign_type{device="veth14dc831"} 3 node_network_name_assign_type{device="veth1513f1b"} 3 node_network_name_assign_type{device="veth1574334"} 3 node_network_name_assign_type{device="veth1596f02"} 3 node_network_name_assign_type{device="veth15c7048"} 3 node_network_name_assign_type{device="veth15fb20f"} 3 node_network_name_assign_type{device="veth160d560"} 3 node_network_name_assign_type{device="veth1632a4e"} 3 node_network_name_assign_type{device="veth1687023"} 3 node_network_name_assign_type{device="veth16b6f88"} 3 node_network_name_assign_type{device="veth16bc448"} 3 node_network_name_assign_type{device="veth1761f88"} 3 node_network_name_assign_type{device="veth17f0f90"} 3 node_network_name_assign_type{device="veth1906b94"} 3 node_network_name_assign_type{device="veth1908d88"} 3 node_network_name_assign_type{device="veth19402da"} 3 node_network_name_assign_type{device="veth194b2c8"} 3 node_network_name_assign_type{device="veth19bdf4c"} 3 node_network_name_assign_type{device="veth19c9513"} 3 node_network_name_assign_type{device="veth1af3324"} 3 node_network_name_assign_type{device="veth1b8e6ca"} 3 node_network_name_assign_type{device="veth1ba4f00"} 3 node_network_name_assign_type{device="veth1ba5627"} 3 node_network_name_assign_type{device="veth1c6c526"} 3 node_network_name_assign_type{device="veth1cb7af3"} 3 node_network_name_assign_type{device="veth1cc7b21"} 3 node_network_name_assign_type{device="veth1d0f4d8"} 3 node_network_name_assign_type{device="veth1d1026d"} 3 node_network_name_assign_type{device="veth1d1c849"} 3 node_network_name_assign_type{device="veth1d28880"} 3 node_network_name_assign_type{device="veth1db323f"} 3 node_network_name_assign_type{device="veth1dfacd2"} 3 node_network_name_assign_type{device="veth1e385fe"} 3 node_network_name_assign_type{device="veth1e5d33a"} 3 node_network_name_assign_type{device="veth1f2d55e"} 3 node_network_name_assign_type{device="veth1fca91e"} 3 node_network_name_assign_type{device="veth203039a"} 3 node_network_name_assign_type{device="veth23495cd"} 3 node_network_name_assign_type{device="veth23db7fb"} 3 node_network_name_assign_type{device="veth24484c9"} 3 node_network_name_assign_type{device="veth24a85f4"} 3 node_network_name_assign_type{device="veth24b4904"} 3 node_network_name_assign_type{device="veth25b04e7"} 3 node_network_name_assign_type{device="veth25c4ced"} 3 node_network_name_assign_type{device="veth2677c54"} 3 node_network_name_assign_type{device="veth26be59d"} 3 node_network_name_assign_type{device="veth2763119"} 3 node_network_name_assign_type{device="veth276dd03"} 3 node_network_name_assign_type{device="veth27ca332"} 3 node_network_name_assign_type{device="veth27e4c1c"} 3 node_network_name_assign_type{device="veth28c678d"} 3 node_network_name_assign_type{device="veth28c8226"} 3 node_network_name_assign_type{device="veth2989c66"} 3 node_network_name_assign_type{device="veth29c349f"} 3 node_network_name_assign_type{device="veth29d825b"} 3 node_network_name_assign_type{device="veth29ee720"} 3 node_network_name_assign_type{device="veth2a756fb"} 3 node_network_name_assign_type{device="veth2b8adb8"} 3 node_network_name_assign_type{device="veth2c4593e"} 3 node_network_name_assign_type{device="veth2d6ab8a"} 3 node_network_name_assign_type{device="veth2dd1c6e"} 3 node_network_name_assign_type{device="veth2e07e70"} 3 node_network_name_assign_type{device="veth2e40990"} 3 node_network_name_assign_type{device="veth2e5abcd"} 3 node_network_name_assign_type{device="veth2e69099"} 3 node_network_name_assign_type{device="veth2f38598"} 3 node_network_name_assign_type{device="veth2ffd510"} 3 node_network_name_assign_type{device="veth30e4f5f"} 3 node_network_name_assign_type{device="veth31b78d8"} 3 node_network_name_assign_type{device="veth31f1351"} 3 node_network_name_assign_type{device="veth338902a"} 3 node_network_name_assign_type{device="veth33b6fcc"} 3 node_network_name_assign_type{device="veth3425c34"} 3 node_network_name_assign_type{device="veth35a0d0a"} 3 node_network_name_assign_type{device="veth35cd0f6"} 3 node_network_name_assign_type{device="veth35d0e81"} 3 node_network_name_assign_type{device="veth361c4b1"} 3 node_network_name_assign_type{device="veth3628cc5"} 3 node_network_name_assign_type{device="veth36528f9"} 3 node_network_name_assign_type{device="veth366ec90"} 3 node_network_name_assign_type{device="veth36d5c28"} 3 node_network_name_assign_type{device="veth36df713"} 3 node_network_name_assign_type{device="veth375db39"} 3 node_network_name_assign_type{device="veth378c30a"} 3 node_network_name_assign_type{device="veth380b2a7"} 3 node_network_name_assign_type{device="veth3830fdd"} 3 node_network_name_assign_type{device="veth386f875"} 3 node_network_name_assign_type{device="veth3887938"} 3 node_network_name_assign_type{device="veth38e5192"} 3 node_network_name_assign_type{device="veth3909a19"} 3 node_network_name_assign_type{device="veth39322e0"} 3 node_network_name_assign_type{device="veth39388ff"} 3 node_network_name_assign_type{device="veth3977d1b"} 3 node_network_name_assign_type{device="veth3a1e789"} 3 node_network_name_assign_type{device="veth3a36ed1"} 3 node_network_name_assign_type{device="veth3a75d41"} 3 node_network_name_assign_type{device="veth3addbbf"} 3 node_network_name_assign_type{device="veth3ae320c"} 3 node_network_name_assign_type{device="veth3bcce56"} 3 node_network_name_assign_type{device="veth3bd884c"} 3 node_network_name_assign_type{device="veth3c3b00b"} 3 node_network_name_assign_type{device="veth3cc3569"} 3 node_network_name_assign_type{device="veth3ceac5b"} 3 node_network_name_assign_type{device="veth3d16828"} 3 node_network_name_assign_type{device="veth3d622be"} 3 node_network_name_assign_type{device="veth3d7014e"} 3 node_network_name_assign_type{device="veth3d871d0"} 3 node_network_name_assign_type{device="veth3d8c990"} 3 node_network_name_assign_type{device="veth3e51ec2"} 3 node_network_name_assign_type{device="veth3fba8fa"} 3 node_network_name_assign_type{device="veth3fcdfb2"} 3 node_network_name_assign_type{device="veth400edd5"} 3 node_network_name_assign_type{device="veth4044f24"} 3 node_network_name_assign_type{device="veth404bd5a"} 3 node_network_name_assign_type{device="veth41723a0"} 3 node_network_name_assign_type{device="veth41dd412"} 3 node_network_name_assign_type{device="veth41ffa22"} 3 node_network_name_assign_type{device="veth42beb99"} 3 node_network_name_assign_type{device="veth4388bb3"} 3 node_network_name_assign_type{device="veth43f0d07"} 3 node_network_name_assign_type{device="veth4431593"} 3 node_network_name_assign_type{device="veth44554c4"} 3 node_network_name_assign_type{device="veth4499dcf"} 3 node_network_name_assign_type{device="veth44b6795"} 3 node_network_name_assign_type{device="veth454590d"} 3 node_network_name_assign_type{device="veth45753b2"} 3 node_network_name_assign_type{device="veth45d8744"} 3 node_network_name_assign_type{device="veth463e5c0"} 3 node_network_name_assign_type{device="veth467de80"} 3 node_network_name_assign_type{device="veth4683144"} 3 node_network_name_assign_type{device="veth46a6eb5"} 3 node_network_name_assign_type{device="veth46dd615"} 3 node_network_name_assign_type{device="veth479a8c8"} 3 node_network_name_assign_type{device="veth47e9160"} 3 node_network_name_assign_type{device="veth48129d5"} 3 node_network_name_assign_type{device="veth48d6056"} 3 node_network_name_assign_type{device="veth4981a73"} 3 node_network_name_assign_type{device="veth49dacab"} 3 node_network_name_assign_type{device="veth49f8bca"} 3 node_network_name_assign_type{device="veth49fa050"} 3 node_network_name_assign_type{device="veth4a87249"} 3 node_network_name_assign_type{device="veth4ae78af"} 3 node_network_name_assign_type{device="veth4b38fc1"} 3 node_network_name_assign_type{device="veth4ba8b40"} 3 node_network_name_assign_type{device="veth4bac263"} 3 node_network_name_assign_type{device="veth4be1e5a"} 3 node_network_name_assign_type{device="veth4c83414"} 3 node_network_name_assign_type{device="veth4d0f67a"} 3 node_network_name_assign_type{device="veth4db7462"} 3 node_network_name_assign_type{device="veth4e0a606"} 3 node_network_name_assign_type{device="veth4e6aa51"} 3 node_network_name_assign_type{device="veth4e7280a"} 3 node_network_name_assign_type{device="veth4f150d0"} 3 node_network_name_assign_type{device="veth50f3d21"} 3 node_network_name_assign_type{device="veth511957b"} 3 node_network_name_assign_type{device="veth51df910"} 3 node_network_name_assign_type{device="veth5291507"} 3 node_network_name_assign_type{device="veth52b62fe"} 3 node_network_name_assign_type{device="veth52ba1f6"} 3 node_network_name_assign_type{device="veth53803c8"} 3 node_network_name_assign_type{device="veth53ed4ca"} 3 node_network_name_assign_type{device="veth544923a"} 3 node_network_name_assign_type{device="veth549693f"} 3 node_network_name_assign_type{device="veth54d90c8"} 3 node_network_name_assign_type{device="veth54e9d4a"} 3 node_network_name_assign_type{device="veth550dee9"} 3 node_network_name_assign_type{device="veth553ede3"} 3 node_network_name_assign_type{device="veth554fa26"} 3 node_network_name_assign_type{device="veth55a9843"} 3 node_network_name_assign_type{device="veth55b0ec4"} 3 node_network_name_assign_type{device="veth55c73bd"} 3 node_network_name_assign_type{device="veth55cf210"} 3 node_network_name_assign_type{device="veth56b065b"} 3 node_network_name_assign_type{device="veth56ff8d7"} 3 node_network_name_assign_type{device="veth57100d3"} 3 node_network_name_assign_type{device="veth5744d5f"} 3 node_network_name_assign_type{device="veth57a7b7e"} 3 node_network_name_assign_type{device="veth587208b"} 3 node_network_name_assign_type{device="veth59a28f9"} 3 node_network_name_assign_type{device="veth59ec687"} 3 node_network_name_assign_type{device="veth5a2f03c"} 3 node_network_name_assign_type{device="veth5b14b1f"} 3 node_network_name_assign_type{device="veth5be4441"} 3 node_network_name_assign_type{device="veth5cf6db6"} 3 node_network_name_assign_type{device="veth5d5edf1"} 3 node_network_name_assign_type{device="veth5d79629"} 3 node_network_name_assign_type{device="veth5d82bda"} 3 node_network_name_assign_type{device="veth5d9fb18"} 3 node_network_name_assign_type{device="veth5daf2e1"} 3 node_network_name_assign_type{device="veth5e313cb"} 3 node_network_name_assign_type{device="veth5ea5d19"} 3 node_network_name_assign_type{device="veth5ede6bc"} 3 node_network_name_assign_type{device="veth5f2f157"} 3 node_network_name_assign_type{device="veth5f510cc"} 3 node_network_name_assign_type{device="veth5fde4d5"} 3 node_network_name_assign_type{device="veth608f13b"} 3 node_network_name_assign_type{device="veth61c1692"} 3 node_network_name_assign_type{device="veth61e4c6a"} 3 node_network_name_assign_type{device="veth61ff867"} 3 node_network_name_assign_type{device="veth6202b87"} 3 node_network_name_assign_type{device="veth6314682"} 3 node_network_name_assign_type{device="veth636b36b"} 3 node_network_name_assign_type{device="veth63897f4"} 3 node_network_name_assign_type{device="veth63f00f3"} 3 node_network_name_assign_type{device="veth650a5d1"} 3 node_network_name_assign_type{device="veth6558fa6"} 3 node_network_name_assign_type{device="veth658b6f1"} 3 node_network_name_assign_type{device="veth660c9c9"} 3 node_network_name_assign_type{device="veth6634745"} 3 node_network_name_assign_type{device="veth673a8ee"} 3 node_network_name_assign_type{device="veth67a4acc"} 3 node_network_name_assign_type{device="veth68228a8"} 3 node_network_name_assign_type{device="veth698f022"} 3 node_network_name_assign_type{device="veth6a67db5"} 3 node_network_name_assign_type{device="veth6abc990"} 3 node_network_name_assign_type{device="veth6b26cd5"} 3 node_network_name_assign_type{device="veth6ba4916"} 3 node_network_name_assign_type{device="veth6bab3d4"} 3 node_network_name_assign_type{device="veth6bbfa32"} 3 node_network_name_assign_type{device="veth6bd5048"} 3 node_network_name_assign_type{device="veth6bee2a2"} 3 node_network_name_assign_type{device="veth6c11632"} 3 node_network_name_assign_type{device="veth6c22ce2"} 3 node_network_name_assign_type{device="veth6cea1f5"} 3 node_network_name_assign_type{device="veth6d4bf60"} 3 node_network_name_assign_type{device="veth6d7d406"} 3 node_network_name_assign_type{device="veth6dcbb17"} 3 node_network_name_assign_type{device="veth6df542c"} 3 node_network_name_assign_type{device="veth6e9c163"} 3 node_network_name_assign_type{device="veth7070e17"} 3 node_network_name_assign_type{device="veth7119448"} 3 node_network_name_assign_type{device="veth7274c0d"} 3 node_network_name_assign_type{device="veth72b5538"} 3 node_network_name_assign_type{device="veth73188c4"} 3 node_network_name_assign_type{device="veth73352ff"} 3 node_network_name_assign_type{device="veth73fe131"} 3 node_network_name_assign_type{device="veth74afd3b"} 3 node_network_name_assign_type{device="veth7510955"} 3 node_network_name_assign_type{device="veth75451a5"} 3 node_network_name_assign_type{device="veth75454ee"} 3 node_network_name_assign_type{device="veth75848c5"} 3 node_network_name_assign_type{device="veth7599b2a"} 3 node_network_name_assign_type{device="veth76be224"} 3 node_network_name_assign_type{device="veth7742e6d"} 3 node_network_name_assign_type{device="veth7888ef4"} 3 node_network_name_assign_type{device="veth7a8020a"} 3 node_network_name_assign_type{device="veth7ab8ce1"} 3 node_network_name_assign_type{device="veth7af61c3"} 3 node_network_name_assign_type{device="veth7b5560c"} 3 node_network_name_assign_type{device="veth7b924a9"} 3 node_network_name_assign_type{device="veth7ba230c"} 3 node_network_name_assign_type{device="veth7c464a1"} 3 node_network_name_assign_type{device="veth7cb9f47"} 3 node_network_name_assign_type{device="veth7ccb046"} 3 node_network_name_assign_type{device="veth7d44274"} 3 node_network_name_assign_type{device="veth7dbd681"} 3 node_network_name_assign_type{device="veth7e5e9af"} 3 node_network_name_assign_type{device="veth7e62c28"} 3 node_network_name_assign_type{device="veth7f33961"} 3 node_network_name_assign_type{device="veth7fcd6d8"} 3 node_network_name_assign_type{device="veth81e8cb1"} 3 node_network_name_assign_type{device="veth81e92ae"} 3 node_network_name_assign_type{device="veth81fc85c"} 3 node_network_name_assign_type{device="veth82018a0"} 3 node_network_name_assign_type{device="veth828128f"} 3 node_network_name_assign_type{device="veth82e5071"} 3 node_network_name_assign_type{device="veth82f1706"} 3 node_network_name_assign_type{device="veth8358fe5"} 3 node_network_name_assign_type{device="veth837d5f7"} 3 node_network_name_assign_type{device="veth839108d"} 3 node_network_name_assign_type{device="veth83ab132"} 3 node_network_name_assign_type{device="veth83ad98f"} 3 node_network_name_assign_type{device="veth841b54a"} 3 node_network_name_assign_type{device="veth857de99"} 3 node_network_name_assign_type{device="veth85b5354"} 3 node_network_name_assign_type{device="veth86eda43"} 3 node_network_name_assign_type{device="veth86fe81c"} 3 node_network_name_assign_type{device="veth87665ad"} 3 node_network_name_assign_type{device="veth87bf4ae"} 3 node_network_name_assign_type{device="veth881af3b"} 3 node_network_name_assign_type{device="veth8851d0b"} 3 node_network_name_assign_type{device="veth88fa0f6"} 3 node_network_name_assign_type{device="veth8911425"} 3 node_network_name_assign_type{device="veth892e54a"} 3 node_network_name_assign_type{device="veth89576e3"} 3 node_network_name_assign_type{device="veth89bab0e"} 3 node_network_name_assign_type{device="veth8a51411"} 3 node_network_name_assign_type{device="veth8b2635b"} 3 node_network_name_assign_type{device="veth8b27052"} 3 node_network_name_assign_type{device="veth8b2cf5f"} 3 node_network_name_assign_type{device="veth8b9fea2"} 3 node_network_name_assign_type{device="veth8c04fed"} 3 node_network_name_assign_type{device="veth8c0c0d5"} 3 node_network_name_assign_type{device="veth8c16e8a"} 3 node_network_name_assign_type{device="veth8c2ee1a"} 3 node_network_name_assign_type{device="veth8c6cbbf"} 3 node_network_name_assign_type{device="veth8ccc939"} 3 node_network_name_assign_type{device="veth8d04352"} 3 node_network_name_assign_type{device="veth8d0d5bd"} 3 node_network_name_assign_type{device="veth8d1ab7d"} 3 node_network_name_assign_type{device="veth8dc7e7c"} 3 node_network_name_assign_type{device="veth8e411c0"} 3 node_network_name_assign_type{device="veth8f3fa53"} 3 node_network_name_assign_type{device="veth8f4aa08"} 3 node_network_name_assign_type{device="veth8f5fbf7"} 3 node_network_name_assign_type{device="veth8f698a3"} 3 node_network_name_assign_type{device="veth8fb0b53"} 3 node_network_name_assign_type{device="veth8fccdc6"} 3 node_network_name_assign_type{device="veth90c7579"} 3 node_network_name_assign_type{device="veth90ed6a6"} 3 node_network_name_assign_type{device="veth910e8cf"} 3 node_network_name_assign_type{device="veth930c9be"} 3 node_network_name_assign_type{device="veth93112cc"} 3 node_network_name_assign_type{device="veth93a0f8b"} 3 node_network_name_assign_type{device="veth93c6e78"} 3 node_network_name_assign_type{device="veth93cd3ec"} 3 node_network_name_assign_type{device="veth949b686"} 3 node_network_name_assign_type{device="veth94cbabc"} 3 node_network_name_assign_type{device="veth94d91e2"} 3 node_network_name_assign_type{device="veth95de52a"} 3 node_network_name_assign_type{device="veth95e97e6"} 3 node_network_name_assign_type{device="veth963a25f"} 3 node_network_name_assign_type{device="veth9689522"} 3 node_network_name_assign_type{device="veth96a099f"} 3 node_network_name_assign_type{device="veth96a9aed"} 3 node_network_name_assign_type{device="veth9737dfd"} 3 node_network_name_assign_type{device="veth9834720"} 3 node_network_name_assign_type{device="veth98a4f1c"} 3 node_network_name_assign_type{device="veth9900f5c"} 3 node_network_name_assign_type{device="veth9930130"} 3 node_network_name_assign_type{device="veth99bd252"} 3 node_network_name_assign_type{device="veth9a15643"} 3 node_network_name_assign_type{device="veth9a73b47"} 3 node_network_name_assign_type{device="veth9ab5fa5"} 3 node_network_name_assign_type{device="veth9ade6ce"} 3 node_network_name_assign_type{device="veth9ae29fb"} 3 node_network_name_assign_type{device="veth9b006eb"} 3 node_network_name_assign_type{device="veth9b53946"} 3 node_network_name_assign_type{device="veth9b574a3"} 3 node_network_name_assign_type{device="veth9bb0d1d"} 3 node_network_name_assign_type{device="veth9c5f63a"} 3 node_network_name_assign_type{device="veth9cfeb47"} 3 node_network_name_assign_type{device="veth9d3116c"} 3 node_network_name_assign_type{device="veth9d5866a"} 3 node_network_name_assign_type{device="veth9d7f756"} 3 node_network_name_assign_type{device="veth9d95a42"} 3 node_network_name_assign_type{device="veth9dee925"} 3 node_network_name_assign_type{device="veth9e76a8b"} 3 node_network_name_assign_type{device="veth9e9e316"} 3 node_network_name_assign_type{device="veth9f0c2e2"} 3 node_network_name_assign_type{device="veth9f74d58"} 3 node_network_name_assign_type{device="vetha018cbf"} 3 node_network_name_assign_type{device="vetha1ab304"} 3 node_network_name_assign_type{device="vetha1eb306"} 3 node_network_name_assign_type{device="vetha290736"} 3 node_network_name_assign_type{device="vetha2aad37"} 3 node_network_name_assign_type{device="vetha31d6fd"} 3 node_network_name_assign_type{device="vetha334122"} 3 node_network_name_assign_type{device="vetha3852e4"} 3 node_network_name_assign_type{device="vetha4b0907"} 3 node_network_name_assign_type{device="vetha537eb6"} 3 node_network_name_assign_type{device="vetha675b8d"} 3 node_network_name_assign_type{device="vetha678351"} 3 node_network_name_assign_type{device="vetha6bbcc2"} 3 node_network_name_assign_type{device="vetha74cd81"} 3 node_network_name_assign_type{device="vetha780b5e"} 3 node_network_name_assign_type{device="vetha797fe3"} 3 node_network_name_assign_type{device="vetha79a05b"} 3 node_network_name_assign_type{device="vetha7a2d29"} 3 node_network_name_assign_type{device="vetha7ada6f"} 3 node_network_name_assign_type{device="vetha8f009e"} 3 node_network_name_assign_type{device="vetha96ae67"} 3 node_network_name_assign_type{device="vetha997490"} 3 node_network_name_assign_type{device="vetha9b6925"} 3 node_network_name_assign_type{device="vethaa11814"} 3 node_network_name_assign_type{device="vethaa894f6"} 3 node_network_name_assign_type{device="vethab86d4a"} 3 node_network_name_assign_type{device="vethab9afc5"} 3 node_network_name_assign_type{device="vethac080df"} 3 node_network_name_assign_type{device="vethac3a592"} 3 node_network_name_assign_type{device="vethad12781"} 3 node_network_name_assign_type{device="vethad38be0"} 3 node_network_name_assign_type{device="vethad89bb1"} 3 node_network_name_assign_type{device="vethada749e"} 3 node_network_name_assign_type{device="vethadef082"} 3 node_network_name_assign_type{device="vethae5faf9"} 3 node_network_name_assign_type{device="vethaedfacc"} 3 node_network_name_assign_type{device="vethaef0424"} 3 node_network_name_assign_type{device="vethb05b013"} 3 node_network_name_assign_type{device="vethb077d67"} 3 node_network_name_assign_type{device="vethb0a68a0"} 3 node_network_name_assign_type{device="vethb0c284f"} 3 node_network_name_assign_type{device="vethb0df999"} 3 node_network_name_assign_type{device="vethb25b3d8"} 3 node_network_name_assign_type{device="vethb2fbd99"} 3 node_network_name_assign_type{device="vethb3a8415"} 3 node_network_name_assign_type{device="vethb3c68e2"} 3 node_network_name_assign_type{device="vethb3cd903"} 3 node_network_name_assign_type{device="vethb4870f2"} 3 node_network_name_assign_type{device="vethb4da8f7"} 3 node_network_name_assign_type{device="vethb51625b"} 3 node_network_name_assign_type{device="vethb5e3f17"} 3 node_network_name_assign_type{device="vethb60fcbc"} 3 node_network_name_assign_type{device="vethb664d75"} 3 node_network_name_assign_type{device="vethb68caf3"} 3 node_network_name_assign_type{device="vethb77cc8b"} 3 node_network_name_assign_type{device="vethb77f08e"} 3 node_network_name_assign_type{device="vethb80914a"} 3 node_network_name_assign_type{device="vethb8b412e"} 3 node_network_name_assign_type{device="vethb8c2d4e"} 3 node_network_name_assign_type{device="vethb92be35"} 3 node_network_name_assign_type{device="vethb93f442"} 3 node_network_name_assign_type{device="vethb95ceeb"} 3 node_network_name_assign_type{device="vethb995c11"} 3 node_network_name_assign_type{device="vethb9c62b1"} 3 node_network_name_assign_type{device="vethbab5259"} 3 node_network_name_assign_type{device="vethbb3c294"} 3 node_network_name_assign_type{device="vethbbb97f9"} 3 node_network_name_assign_type{device="vethbc1c416"} 3 node_network_name_assign_type{device="vethbc5ca70"} 3 node_network_name_assign_type{device="vethbd1f0db"} 3 node_network_name_assign_type{device="vethbd573f6"} 3 node_network_name_assign_type{device="vethbd7c661"} 3 node_network_name_assign_type{device="vethbe7ea9e"} 3 node_network_name_assign_type{device="vethbec2cbb"} 3 node_network_name_assign_type{device="vethbfcf0a4"} 3 node_network_name_assign_type{device="vethbff0fd3"} 3 node_network_name_assign_type{device="vethc05b060"} 3 node_network_name_assign_type{device="vethc09e03c"} 3 node_network_name_assign_type{device="vethc15d66d"} 3 node_network_name_assign_type{device="vethc196d66"} 3 node_network_name_assign_type{device="vethc1ac58c"} 3 node_network_name_assign_type{device="vethc1c5fcd"} 3 node_network_name_assign_type{device="vethc1ef3da"} 3 node_network_name_assign_type{device="vethc2efd7c"} 3 node_network_name_assign_type{device="vethc314d9e"} 3 node_network_name_assign_type{device="vethc3bdd94"} 3 node_network_name_assign_type{device="vethc3ec1dd"} 3 node_network_name_assign_type{device="vethc4061a9"} 3 node_network_name_assign_type{device="vethc452900"} 3 node_network_name_assign_type{device="vethc45c99c"} 3 node_network_name_assign_type{device="vethc482fb8"} 3 node_network_name_assign_type{device="vethc503d39"} 3 node_network_name_assign_type{device="vethc53c8a6"} 3 node_network_name_assign_type{device="vethc5b4fd7"} 3 node_network_name_assign_type{device="vethc605740"} 3 node_network_name_assign_type{device="vethc6116a4"} 3 node_network_name_assign_type{device="vethc66fb8a"} 3 node_network_name_assign_type{device="vethc6ae4c6"} 3 node_network_name_assign_type{device="vethc6fb5c3"} 3 node_network_name_assign_type{device="vethc774b55"} 3 node_network_name_assign_type{device="vethc7cfbf3"} 3 node_network_name_assign_type{device="vethc7e7ad1"} 3 node_network_name_assign_type{device="vethc8593ec"} 3 node_network_name_assign_type{device="vethc8db878"} 3 node_network_name_assign_type{device="vethc9a9adb"} 3 node_network_name_assign_type{device="vethcc09d95"} 3 node_network_name_assign_type{device="vethcc14215"} 3 node_network_name_assign_type{device="vethcc8ea41"} 3 node_network_name_assign_type{device="vethcccbbc2"} 3 node_network_name_assign_type{device="vethcd037d2"} 3 node_network_name_assign_type{device="vethcd46f50"} 3 node_network_name_assign_type{device="vethcd4f5e4"} 3 node_network_name_assign_type{device="vethcd69036"} 3 node_network_name_assign_type{device="vethcdb9063"} 3 node_network_name_assign_type{device="vethce03e73"} 3 node_network_name_assign_type{device="vethce4911b"} 3 node_network_name_assign_type{device="vethcee6c6b"} 3 node_network_name_assign_type{device="vethcf40450"} 3 node_network_name_assign_type{device="vethd010653"} 3 node_network_name_assign_type{device="vethd015bfd"} 3 node_network_name_assign_type{device="vethd01bced"} 3 node_network_name_assign_type{device="vethd08787c"} 3 node_network_name_assign_type{device="vethd0d2e30"} 3 node_network_name_assign_type{device="vethd12d945"} 3 node_network_name_assign_type{device="vethd16a72f"} 3 node_network_name_assign_type{device="vethd1719c5"} 3 node_network_name_assign_type{device="vethd1871e7"} 3 node_network_name_assign_type{device="vethd25aa3b"} 3 node_network_name_assign_type{device="vethd36eb18"} 3 node_network_name_assign_type{device="vethd3a300e"} 3 node_network_name_assign_type{device="vethd3ed1c7"} 3 node_network_name_assign_type{device="vethd4b817a"} 3 node_network_name_assign_type{device="vethd4d7b42"} 3 node_network_name_assign_type{device="vethd4e7c2c"} 3 node_network_name_assign_type{device="vethd623391"} 3 node_network_name_assign_type{device="vethd698bb5"} 3 node_network_name_assign_type{device="vethd6a884e"} 3 node_network_name_assign_type{device="vethd77ed8c"} 3 node_network_name_assign_type{device="vethd788961"} 3 node_network_name_assign_type{device="vethd7dd546"} 3 node_network_name_assign_type{device="vethd80ed49"} 3 node_network_name_assign_type{device="vethd81b53c"} 3 node_network_name_assign_type{device="vethd8ae67f"} 3 node_network_name_assign_type{device="vethd9ad995"} 3 node_network_name_assign_type{device="vethda00b2c"} 3 node_network_name_assign_type{device="vethda17b81"} 3 node_network_name_assign_type{device="vethda42a3d"} 3 node_network_name_assign_type{device="vethda8113b"} 3 node_network_name_assign_type{device="vethda97a73"} 3 node_network_name_assign_type{device="vethdcd40f5"} 3 node_network_name_assign_type{device="vethdcd5e9f"} 3 node_network_name_assign_type{device="vethdd7f080"} 3 node_network_name_assign_type{device="vethdd9457a"} 3 node_network_name_assign_type{device="vethddaa2f6"} 3 node_network_name_assign_type{device="vethddd757b"} 3 node_network_name_assign_type{device="vethde484ca"} 3 node_network_name_assign_type{device="vethde84e28"} 3 node_network_name_assign_type{device="vethdee08a0"} 3 node_network_name_assign_type{device="vethdf3c363"} 3 node_network_name_assign_type{device="vethe044dd7"} 3 node_network_name_assign_type{device="vethe0eb635"} 3 node_network_name_assign_type{device="vethe121842"} 3 node_network_name_assign_type{device="vethe17b4b2"} 3 node_network_name_assign_type{device="vethe240296"} 3 node_network_name_assign_type{device="vethe2a6aa2"} 3 node_network_name_assign_type{device="vethe2c776a"} 3 node_network_name_assign_type{device="vethe2ee303"} 3 node_network_name_assign_type{device="vethe3053d7"} 3 node_network_name_assign_type{device="vethe31ca35"} 3 node_network_name_assign_type{device="vethe37671b"} 3 node_network_name_assign_type{device="vethe3a02f4"} 3 node_network_name_assign_type{device="vethe3b4d90"} 3 node_network_name_assign_type{device="vethe4e7a4c"} 3 node_network_name_assign_type{device="vethe52d560"} 3 node_network_name_assign_type{device="vethe69c35e"} 3 node_network_name_assign_type{device="vethe6fd8c5"} 3 node_network_name_assign_type{device="vethe70eee7"} 3 node_network_name_assign_type{device="vethe741a23"} 3 node_network_name_assign_type{device="vethe747942"} 3 node_network_name_assign_type{device="vethe7681a6"} 3 node_network_name_assign_type{device="vethe7756c8"} 3 node_network_name_assign_type{device="vethe85d3d3"} 3 node_network_name_assign_type{device="vethe8c8080"} 3 node_network_name_assign_type{device="vethe90aeb2"} 3 node_network_name_assign_type{device="vethea085b3"} 3 node_network_name_assign_type{device="vetheaf1fb5"} 3 node_network_name_assign_type{device="vetheb12841"} 3 node_network_name_assign_type{device="vetheb390b0"} 3 node_network_name_assign_type{device="vethebf40ec"} 3 node_network_name_assign_type{device="vethebf8ec5"} 3 node_network_name_assign_type{device="vethec38299"} 3 node_network_name_assign_type{device="vethec3b924"} 3 node_network_name_assign_type{device="vethecb745a"} 3 node_network_name_assign_type{device="vethed62efc"} 3 node_network_name_assign_type{device="vethed6b660"} 3 node_network_name_assign_type{device="vethed862f6"} 3 node_network_name_assign_type{device="vethee6cff7"} 3 node_network_name_assign_type{device="vethee8eb9c"} 3 node_network_name_assign_type{device="vetheec35b5"} 3 node_network_name_assign_type{device="vetheec68f2"} 3 node_network_name_assign_type{device="vethef14514"} 3 node_network_name_assign_type{device="vethef7358f"} 3 node_network_name_assign_type{device="vethefc1f2e"} 3 node_network_name_assign_type{device="vethf0b13ba"} 3 node_network_name_assign_type{device="vethf0d9869"} 3 node_network_name_assign_type{device="vethf12362d"} 3 node_network_name_assign_type{device="vethf1fdf1f"} 3 node_network_name_assign_type{device="vethf239d3f"} 3 node_network_name_assign_type{device="vethf2b0340"} 3 node_network_name_assign_type{device="vethf3380cf"} 3 node_network_name_assign_type{device="vethf35de8c"} 3 node_network_name_assign_type{device="vethf3aa0d1"} 3 node_network_name_assign_type{device="vethf3e722c"} 3 node_network_name_assign_type{device="vethf4d422e"} 3 node_network_name_assign_type{device="vethf5878a9"} 3 node_network_name_assign_type{device="vethf60f77c"} 3 node_network_name_assign_type{device="vethf6b618c"} 3 node_network_name_assign_type{device="vethf739350"} 3 node_network_name_assign_type{device="vethf75dfd6"} 3 node_network_name_assign_type{device="vethf7c6492"} 3 node_network_name_assign_type{device="vethf7e7622"} 3 node_network_name_assign_type{device="vethf7f96c4"} 3 node_network_name_assign_type{device="vethf81bb1f"} 3 node_network_name_assign_type{device="vethf831c6e"} 3 node_network_name_assign_type{device="vethf878734"} 3 node_network_name_assign_type{device="vethf8b777e"} 3 node_network_name_assign_type{device="vethf9297c3"} 3 node_network_name_assign_type{device="vethf93ef43"} 3 node_network_name_assign_type{device="vethf9dc188"} 3 node_network_name_assign_type{device="vethfa21f05"} 3 node_network_name_assign_type{device="vethfa7118a"} 3 node_network_name_assign_type{device="vethfa9e5b8"} 3 node_network_name_assign_type{device="vethfad6627"} 3 node_network_name_assign_type{device="vethfb2bfe2"} 3 node_network_name_assign_type{device="vethfb6999a"} 3 node_network_name_assign_type{device="vethfba34d0"} 3 node_network_name_assign_type{device="vethfbee07c"} 3 node_network_name_assign_type{device="vethfc5799c"} 3 node_network_name_assign_type{device="vethfcf4485"} 3 node_network_name_assign_type{device="vethfd434b4"} 3 node_network_name_assign_type{device="vethfd4ae4a"} 3 node_network_name_assign_type{device="vethfdd4d19"} 3 node_network_name_assign_type{device="vethfe2ae54"} 3 node_network_name_assign_type{device="vethfe3f546"} 3 node_network_name_assign_type{device="vethfe695e7"} 3 node_network_name_assign_type{device="vethfe841b8"} 3 node_network_name_assign_type{device="vethfeb3f2a"} 3 node_network_name_assign_type{device="vethfeeef20"} 3 node_network_name_assign_type{device="vethff1f982"} 3 node_network_name_assign_type{device="vethff7d976"} 3 node_network_name_assign_type{device="vethffbce7a"} 3 node_network_name_assign_type{device="vethffe6de7"} 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-0041aebf0bd9"} 0 node_network_net_dev_group{device="br-02669b34ccad"} 0 node_network_net_dev_group{device="br-02823e0b21f8"} 0 node_network_net_dev_group{device="br-035e1584ee12"} 0 node_network_net_dev_group{device="br-03ef3fa9694c"} 0 node_network_net_dev_group{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} 0 node_network_net_dev_group{device="br-1824841a31f9"} 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-1da1821d18b3"} 0 node_network_net_dev_group{device="br-1de64be72380"} 0 node_network_net_dev_group{device="br-1f9ea77f28ce"} 0 node_network_net_dev_group{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 0 node_network_net_dev_group{device="br-27771a4b5e1c"} 0 node_network_net_dev_group{device="br-2ed3ce7916f4"} 0 node_network_net_dev_group{device="br-301b4c89e775"} 0 node_network_net_dev_group{device="br-3068524ec93f"} 0 node_network_net_dev_group{device="br-317a2bbca622"} 0 node_network_net_dev_group{device="br-349eb65873d4"} 0 node_network_net_dev_group{device="br-34eb4dd7e9c0"} 0 node_network_net_dev_group{device="br-37f17f8c2f41"} 0 node_network_net_dev_group{device="br-3ad09e25ab78"} 0 node_network_net_dev_group{device="br-3d3c5fbec0dd"} 0 node_network_net_dev_group{device="br-3ed5391afb94"} 0 node_network_net_dev_group{device="br-4091e772ca83"} 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-4614b58c6316"} 0 node_network_net_dev_group{device="br-4666f7cfb5ad"} 0 node_network_net_dev_group{device="br-483851ad6d82"} 0 node_network_net_dev_group{device="br-4a66d39e6115"} 0 node_network_net_dev_group{device="br-4f8bcb06bb21"} 0 node_network_net_dev_group{device="br-513a5eb5a5ed"} 0 node_network_net_dev_group{device="br-52ce8deae651"} 0 node_network_net_dev_group{device="br-543616338fa2"} 0 node_network_net_dev_group{device="br-559d36b72748"} 0 node_network_net_dev_group{device="br-5748fcd1e7ca"} 0 node_network_net_dev_group{device="br-58f8dcbfa915"} 0 node_network_net_dev_group{device="br-5cb33e972896"} 0 node_network_net_dev_group{device="br-5cd378a95a50"} 0 node_network_net_dev_group{device="br-5db0c1bc605b"} 0 node_network_net_dev_group{device="br-60f225ebe8cf"} 0 node_network_net_dev_group{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 0 node_network_net_dev_group{device="br-67b6f2b09055"} 0 node_network_net_dev_group{device="br-6801e77b28e6"} 0 node_network_net_dev_group{device="br-731a89c43fe8"} 0 node_network_net_dev_group{device="br-75640dcb1806"} 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-7a05c4b4c71c"} 0 node_network_net_dev_group{device="br-7f1c0840c41b"} 0 node_network_net_dev_group{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 0 node_network_net_dev_group{device="br-94b2fbf06b0d"} 0 node_network_net_dev_group{device="br-94ccc3a0a891"} 0 node_network_net_dev_group{device="br-978ac97c7837"} 0 node_network_net_dev_group{device="br-9dd2a20937e6"} 0 node_network_net_dev_group{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 0 node_network_net_dev_group{device="br-ab7e8be9c7b8"} 0 node_network_net_dev_group{device="br-ab8f176f7ba4"} 0 node_network_net_dev_group{device="br-b155b277758b"} 0 node_network_net_dev_group{device="br-b9ddcd38e3d5"} 0 node_network_net_dev_group{device="br-bc64dc65c104"} 0 node_network_net_dev_group{device="br-bc673706b5ae"} 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-c6291428ebee"} 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-c86562d687da"} 0 node_network_net_dev_group{device="br-cb14ad5f78d9"} 0 node_network_net_dev_group{device="br-cd22c9cceee9"} 0 node_network_net_dev_group{device="br-cf6b946573c1"} 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-d68147769b09"} 0 node_network_net_dev_group{device="br-d81320e12692"} 0 node_network_net_dev_group{device="br-da621f14fb83"} 0 node_network_net_dev_group{device="br-dc8640f674ee"} 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-e24d302efec6"} 0 node_network_net_dev_group{device="br-e2ebf44ea1f2"} 0 node_network_net_dev_group{device="br-e63b0d1593b5"} 0 node_network_net_dev_group{device="br-ec56c664f289"} 0 node_network_net_dev_group{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 0 node_network_net_dev_group{device="br-fb23b0434540"} 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="veth0076559"} 0 node_network_net_dev_group{device="veth0106c7a"} 0 node_network_net_dev_group{device="veth01165f0"} 0 node_network_net_dev_group{device="veth01de5af"} 0 node_network_net_dev_group{device="veth0252a2a"} 0 node_network_net_dev_group{device="veth026b5f1"} 0 node_network_net_dev_group{device="veth02d5a2d"} 0 node_network_net_dev_group{device="veth0387d76"} 0 node_network_net_dev_group{device="veth03f1565"} 0 node_network_net_dev_group{device="veth0474396"} 0 node_network_net_dev_group{device="veth04bcbc0"} 0 node_network_net_dev_group{device="veth053af97"} 0 node_network_net_dev_group{device="veth0549182"} 0 node_network_net_dev_group{device="veth054cedc"} 0 node_network_net_dev_group{device="veth05a336b"} 0 node_network_net_dev_group{device="veth05b1403"} 0 node_network_net_dev_group{device="veth05dbfef"} 0 node_network_net_dev_group{device="veth0666583"} 0 node_network_net_dev_group{device="veth073b9c4"} 0 node_network_net_dev_group{device="veth08149de"} 0 node_network_net_dev_group{device="veth0906c73"} 0 node_network_net_dev_group{device="veth0948320"} 0 node_network_net_dev_group{device="veth0aa1c2d"} 0 node_network_net_dev_group{device="veth0acd33e"} 0 node_network_net_dev_group{device="veth0ae79aa"} 0 node_network_net_dev_group{device="veth0af3200"} 0 node_network_net_dev_group{device="veth0b0f675"} 0 node_network_net_dev_group{device="veth0b2f2a0"} 0 node_network_net_dev_group{device="veth0b70bc8"} 0 node_network_net_dev_group{device="veth0d172e4"} 0 node_network_net_dev_group{device="veth0da84c5"} 0 node_network_net_dev_group{device="veth0dda3d7"} 0 node_network_net_dev_group{device="veth0e35f5e"} 0 node_network_net_dev_group{device="veth0eedf53"} 0 node_network_net_dev_group{device="veth0f291f5"} 0 node_network_net_dev_group{device="veth0f4d0ed"} 0 node_network_net_dev_group{device="veth0f85411"} 0 node_network_net_dev_group{device="veth0fce86d"} 0 node_network_net_dev_group{device="veth100fd27"} 0 node_network_net_dev_group{device="veth10227c2"} 0 node_network_net_dev_group{device="veth10693ca"} 0 node_network_net_dev_group{device="veth108735b"} 0 node_network_net_dev_group{device="veth114bf22"} 0 node_network_net_dev_group{device="veth12564dc"} 0 node_network_net_dev_group{device="veth12ef518"} 0 node_network_net_dev_group{device="veth1343dbc"} 0 node_network_net_dev_group{device="veth1394791"} 0 node_network_net_dev_group{device="veth13b4efd"} 0 node_network_net_dev_group{device="veth13de79b"} 0 node_network_net_dev_group{device="veth14dc831"} 0 node_network_net_dev_group{device="veth1513f1b"} 0 node_network_net_dev_group{device="veth1574334"} 0 node_network_net_dev_group{device="veth1596f02"} 0 node_network_net_dev_group{device="veth15c7048"} 0 node_network_net_dev_group{device="veth15fb20f"} 0 node_network_net_dev_group{device="veth160d560"} 0 node_network_net_dev_group{device="veth1632a4e"} 0 node_network_net_dev_group{device="veth1687023"} 0 node_network_net_dev_group{device="veth16b6f88"} 0 node_network_net_dev_group{device="veth16bc448"} 0 node_network_net_dev_group{device="veth1761f88"} 0 node_network_net_dev_group{device="veth17f0f90"} 0 node_network_net_dev_group{device="veth1906b94"} 0 node_network_net_dev_group{device="veth1908d88"} 0 node_network_net_dev_group{device="veth19402da"} 0 node_network_net_dev_group{device="veth194b2c8"} 0 node_network_net_dev_group{device="veth19bdf4c"} 0 node_network_net_dev_group{device="veth19c9513"} 0 node_network_net_dev_group{device="veth1af3324"} 0 node_network_net_dev_group{device="veth1b8e6ca"} 0 node_network_net_dev_group{device="veth1ba4f00"} 0 node_network_net_dev_group{device="veth1ba5627"} 0 node_network_net_dev_group{device="veth1c6c526"} 0 node_network_net_dev_group{device="veth1cb7af3"} 0 node_network_net_dev_group{device="veth1cc7b21"} 0 node_network_net_dev_group{device="veth1d0f4d8"} 0 node_network_net_dev_group{device="veth1d1026d"} 0 node_network_net_dev_group{device="veth1d1c849"} 0 node_network_net_dev_group{device="veth1d28880"} 0 node_network_net_dev_group{device="veth1db323f"} 0 node_network_net_dev_group{device="veth1dfacd2"} 0 node_network_net_dev_group{device="veth1e385fe"} 0 node_network_net_dev_group{device="veth1e5d33a"} 0 node_network_net_dev_group{device="veth1f2d55e"} 0 node_network_net_dev_group{device="veth1fca91e"} 0 node_network_net_dev_group{device="veth203039a"} 0 node_network_net_dev_group{device="veth23495cd"} 0 node_network_net_dev_group{device="veth23db7fb"} 0 node_network_net_dev_group{device="veth24484c9"} 0 node_network_net_dev_group{device="veth24a85f4"} 0 node_network_net_dev_group{device="veth24b4904"} 0 node_network_net_dev_group{device="veth25b04e7"} 0 node_network_net_dev_group{device="veth25c4ced"} 0 node_network_net_dev_group{device="veth2677c54"} 0 node_network_net_dev_group{device="veth26be59d"} 0 node_network_net_dev_group{device="veth2763119"} 0 node_network_net_dev_group{device="veth276dd03"} 0 node_network_net_dev_group{device="veth27ca332"} 0 node_network_net_dev_group{device="veth27e4c1c"} 0 node_network_net_dev_group{device="veth28c678d"} 0 node_network_net_dev_group{device="veth28c8226"} 0 node_network_net_dev_group{device="veth2989c66"} 0 node_network_net_dev_group{device="veth29c349f"} 0 node_network_net_dev_group{device="veth29d825b"} 0 node_network_net_dev_group{device="veth29ee720"} 0 node_network_net_dev_group{device="veth2a756fb"} 0 node_network_net_dev_group{device="veth2b8adb8"} 0 node_network_net_dev_group{device="veth2c4593e"} 0 node_network_net_dev_group{device="veth2d6ab8a"} 0 node_network_net_dev_group{device="veth2dd1c6e"} 0 node_network_net_dev_group{device="veth2e07e70"} 0 node_network_net_dev_group{device="veth2e40990"} 0 node_network_net_dev_group{device="veth2e5abcd"} 0 node_network_net_dev_group{device="veth2e69099"} 0 node_network_net_dev_group{device="veth2f38598"} 0 node_network_net_dev_group{device="veth2ffd510"} 0 node_network_net_dev_group{device="veth30e4f5f"} 0 node_network_net_dev_group{device="veth31b78d8"} 0 node_network_net_dev_group{device="veth31f1351"} 0 node_network_net_dev_group{device="veth338902a"} 0 node_network_net_dev_group{device="veth33b6fcc"} 0 node_network_net_dev_group{device="veth3425c34"} 0 node_network_net_dev_group{device="veth35a0d0a"} 0 node_network_net_dev_group{device="veth35cd0f6"} 0 node_network_net_dev_group{device="veth35d0e81"} 0 node_network_net_dev_group{device="veth361c4b1"} 0 node_network_net_dev_group{device="veth3628cc5"} 0 node_network_net_dev_group{device="veth36528f9"} 0 node_network_net_dev_group{device="veth366ec90"} 0 node_network_net_dev_group{device="veth36d5c28"} 0 node_network_net_dev_group{device="veth36df713"} 0 node_network_net_dev_group{device="veth375db39"} 0 node_network_net_dev_group{device="veth378c30a"} 0 node_network_net_dev_group{device="veth380b2a7"} 0 node_network_net_dev_group{device="veth3830fdd"} 0 node_network_net_dev_group{device="veth386f875"} 0 node_network_net_dev_group{device="veth3887938"} 0 node_network_net_dev_group{device="veth38e5192"} 0 node_network_net_dev_group{device="veth3909a19"} 0 node_network_net_dev_group{device="veth39322e0"} 0 node_network_net_dev_group{device="veth39388ff"} 0 node_network_net_dev_group{device="veth3977d1b"} 0 node_network_net_dev_group{device="veth3a1e789"} 0 node_network_net_dev_group{device="veth3a36ed1"} 0 node_network_net_dev_group{device="veth3a75d41"} 0 node_network_net_dev_group{device="veth3addbbf"} 0 node_network_net_dev_group{device="veth3ae320c"} 0 node_network_net_dev_group{device="veth3bcce56"} 0 node_network_net_dev_group{device="veth3bd884c"} 0 node_network_net_dev_group{device="veth3c3b00b"} 0 node_network_net_dev_group{device="veth3cc3569"} 0 node_network_net_dev_group{device="veth3ceac5b"} 0 node_network_net_dev_group{device="veth3d16828"} 0 node_network_net_dev_group{device="veth3d622be"} 0 node_network_net_dev_group{device="veth3d7014e"} 0 node_network_net_dev_group{device="veth3d871d0"} 0 node_network_net_dev_group{device="veth3d8c990"} 0 node_network_net_dev_group{device="veth3e51ec2"} 0 node_network_net_dev_group{device="veth3fba8fa"} 0 node_network_net_dev_group{device="veth3fcdfb2"} 0 node_network_net_dev_group{device="veth400edd5"} 0 node_network_net_dev_group{device="veth4044f24"} 0 node_network_net_dev_group{device="veth404bd5a"} 0 node_network_net_dev_group{device="veth41723a0"} 0 node_network_net_dev_group{device="veth41dd412"} 0 node_network_net_dev_group{device="veth41ffa22"} 0 node_network_net_dev_group{device="veth42beb99"} 0 node_network_net_dev_group{device="veth4388bb3"} 0 node_network_net_dev_group{device="veth43f0d07"} 0 node_network_net_dev_group{device="veth4431593"} 0 node_network_net_dev_group{device="veth44554c4"} 0 node_network_net_dev_group{device="veth4499dcf"} 0 node_network_net_dev_group{device="veth44b6795"} 0 node_network_net_dev_group{device="veth454590d"} 0 node_network_net_dev_group{device="veth45753b2"} 0 node_network_net_dev_group{device="veth45d8744"} 0 node_network_net_dev_group{device="veth463e5c0"} 0 node_network_net_dev_group{device="veth467de80"} 0 node_network_net_dev_group{device="veth4683144"} 0 node_network_net_dev_group{device="veth46a6eb5"} 0 node_network_net_dev_group{device="veth46dd615"} 0 node_network_net_dev_group{device="veth479a8c8"} 0 node_network_net_dev_group{device="veth47e9160"} 0 node_network_net_dev_group{device="veth48129d5"} 0 node_network_net_dev_group{device="veth48d6056"} 0 node_network_net_dev_group{device="veth4981a73"} 0 node_network_net_dev_group{device="veth49dacab"} 0 node_network_net_dev_group{device="veth49f8bca"} 0 node_network_net_dev_group{device="veth49fa050"} 0 node_network_net_dev_group{device="veth4a87249"} 0 node_network_net_dev_group{device="veth4ae78af"} 0 node_network_net_dev_group{device="veth4b38fc1"} 0 node_network_net_dev_group{device="veth4ba8b40"} 0 node_network_net_dev_group{device="veth4bac263"} 0 node_network_net_dev_group{device="veth4be1e5a"} 0 node_network_net_dev_group{device="veth4c83414"} 0 node_network_net_dev_group{device="veth4d0f67a"} 0 node_network_net_dev_group{device="veth4db7462"} 0 node_network_net_dev_group{device="veth4e0a606"} 0 node_network_net_dev_group{device="veth4e6aa51"} 0 node_network_net_dev_group{device="veth4e7280a"} 0 node_network_net_dev_group{device="veth4f150d0"} 0 node_network_net_dev_group{device="veth50f3d21"} 0 node_network_net_dev_group{device="veth511957b"} 0 node_network_net_dev_group{device="veth51df910"} 0 node_network_net_dev_group{device="veth5291507"} 0 node_network_net_dev_group{device="veth52b62fe"} 0 node_network_net_dev_group{device="veth52ba1f6"} 0 node_network_net_dev_group{device="veth53803c8"} 0 node_network_net_dev_group{device="veth53ed4ca"} 0 node_network_net_dev_group{device="veth544923a"} 0 node_network_net_dev_group{device="veth549693f"} 0 node_network_net_dev_group{device="veth54d90c8"} 0 node_network_net_dev_group{device="veth54e9d4a"} 0 node_network_net_dev_group{device="veth550dee9"} 0 node_network_net_dev_group{device="veth553ede3"} 0 node_network_net_dev_group{device="veth554fa26"} 0 node_network_net_dev_group{device="veth55a9843"} 0 node_network_net_dev_group{device="veth55b0ec4"} 0 node_network_net_dev_group{device="veth55c73bd"} 0 node_network_net_dev_group{device="veth55cf210"} 0 node_network_net_dev_group{device="veth56b065b"} 0 node_network_net_dev_group{device="veth56ff8d7"} 0 node_network_net_dev_group{device="veth57100d3"} 0 node_network_net_dev_group{device="veth5744d5f"} 0 node_network_net_dev_group{device="veth57a7b7e"} 0 node_network_net_dev_group{device="veth587208b"} 0 node_network_net_dev_group{device="veth59a28f9"} 0 node_network_net_dev_group{device="veth59ec687"} 0 node_network_net_dev_group{device="veth5a2f03c"} 0 node_network_net_dev_group{device="veth5b14b1f"} 0 node_network_net_dev_group{device="veth5be4441"} 0 node_network_net_dev_group{device="veth5cf6db6"} 0 node_network_net_dev_group{device="veth5d5edf1"} 0 node_network_net_dev_group{device="veth5d79629"} 0 node_network_net_dev_group{device="veth5d82bda"} 0 node_network_net_dev_group{device="veth5d9fb18"} 0 node_network_net_dev_group{device="veth5daf2e1"} 0 node_network_net_dev_group{device="veth5e313cb"} 0 node_network_net_dev_group{device="veth5ea5d19"} 0 node_network_net_dev_group{device="veth5ede6bc"} 0 node_network_net_dev_group{device="veth5f2f157"} 0 node_network_net_dev_group{device="veth5f510cc"} 0 node_network_net_dev_group{device="veth5fde4d5"} 0 node_network_net_dev_group{device="veth608f13b"} 0 node_network_net_dev_group{device="veth61c1692"} 0 node_network_net_dev_group{device="veth61e4c6a"} 0 node_network_net_dev_group{device="veth61ff867"} 0 node_network_net_dev_group{device="veth6202b87"} 0 node_network_net_dev_group{device="veth6314682"} 0 node_network_net_dev_group{device="veth636b36b"} 0 node_network_net_dev_group{device="veth63897f4"} 0 node_network_net_dev_group{device="veth63f00f3"} 0 node_network_net_dev_group{device="veth650a5d1"} 0 node_network_net_dev_group{device="veth6558fa6"} 0 node_network_net_dev_group{device="veth658b6f1"} 0 node_network_net_dev_group{device="veth660c9c9"} 0 node_network_net_dev_group{device="veth6634745"} 0 node_network_net_dev_group{device="veth673a8ee"} 0 node_network_net_dev_group{device="veth67a4acc"} 0 node_network_net_dev_group{device="veth68228a8"} 0 node_network_net_dev_group{device="veth698f022"} 0 node_network_net_dev_group{device="veth6a67db5"} 0 node_network_net_dev_group{device="veth6abc990"} 0 node_network_net_dev_group{device="veth6b26cd5"} 0 node_network_net_dev_group{device="veth6ba4916"} 0 node_network_net_dev_group{device="veth6bab3d4"} 0 node_network_net_dev_group{device="veth6bbfa32"} 0 node_network_net_dev_group{device="veth6bd5048"} 0 node_network_net_dev_group{device="veth6bee2a2"} 0 node_network_net_dev_group{device="veth6c11632"} 0 node_network_net_dev_group{device="veth6c22ce2"} 0 node_network_net_dev_group{device="veth6cea1f5"} 0 node_network_net_dev_group{device="veth6d4bf60"} 0 node_network_net_dev_group{device="veth6d7d406"} 0 node_network_net_dev_group{device="veth6dcbb17"} 0 node_network_net_dev_group{device="veth6df542c"} 0 node_network_net_dev_group{device="veth6e9c163"} 0 node_network_net_dev_group{device="veth7070e17"} 0 node_network_net_dev_group{device="veth7119448"} 0 node_network_net_dev_group{device="veth7274c0d"} 0 node_network_net_dev_group{device="veth72b5538"} 0 node_network_net_dev_group{device="veth73188c4"} 0 node_network_net_dev_group{device="veth73352ff"} 0 node_network_net_dev_group{device="veth73fe131"} 0 node_network_net_dev_group{device="veth74afd3b"} 0 node_network_net_dev_group{device="veth7510955"} 0 node_network_net_dev_group{device="veth75451a5"} 0 node_network_net_dev_group{device="veth75454ee"} 0 node_network_net_dev_group{device="veth75848c5"} 0 node_network_net_dev_group{device="veth7599b2a"} 0 node_network_net_dev_group{device="veth76be224"} 0 node_network_net_dev_group{device="veth7742e6d"} 0 node_network_net_dev_group{device="veth7888ef4"} 0 node_network_net_dev_group{device="veth7a8020a"} 0 node_network_net_dev_group{device="veth7ab8ce1"} 0 node_network_net_dev_group{device="veth7af61c3"} 0 node_network_net_dev_group{device="veth7b5560c"} 0 node_network_net_dev_group{device="veth7b924a9"} 0 node_network_net_dev_group{device="veth7ba230c"} 0 node_network_net_dev_group{device="veth7c464a1"} 0 node_network_net_dev_group{device="veth7cb9f47"} 0 node_network_net_dev_group{device="veth7ccb046"} 0 node_network_net_dev_group{device="veth7d44274"} 0 node_network_net_dev_group{device="veth7dbd681"} 0 node_network_net_dev_group{device="veth7e5e9af"} 0 node_network_net_dev_group{device="veth7e62c28"} 0 node_network_net_dev_group{device="veth7f33961"} 0 node_network_net_dev_group{device="veth7fcd6d8"} 0 node_network_net_dev_group{device="veth81e8cb1"} 0 node_network_net_dev_group{device="veth81e92ae"} 0 node_network_net_dev_group{device="veth81fc85c"} 0 node_network_net_dev_group{device="veth82018a0"} 0 node_network_net_dev_group{device="veth828128f"} 0 node_network_net_dev_group{device="veth82e5071"} 0 node_network_net_dev_group{device="veth82f1706"} 0 node_network_net_dev_group{device="veth8358fe5"} 0 node_network_net_dev_group{device="veth837d5f7"} 0 node_network_net_dev_group{device="veth839108d"} 0 node_network_net_dev_group{device="veth83ab132"} 0 node_network_net_dev_group{device="veth83ad98f"} 0 node_network_net_dev_group{device="veth841b54a"} 0 node_network_net_dev_group{device="veth857de99"} 0 node_network_net_dev_group{device="veth85b5354"} 0 node_network_net_dev_group{device="veth86eda43"} 0 node_network_net_dev_group{device="veth86fe81c"} 0 node_network_net_dev_group{device="veth87665ad"} 0 node_network_net_dev_group{device="veth87bf4ae"} 0 node_network_net_dev_group{device="veth881af3b"} 0 node_network_net_dev_group{device="veth8851d0b"} 0 node_network_net_dev_group{device="veth88fa0f6"} 0 node_network_net_dev_group{device="veth8911425"} 0 node_network_net_dev_group{device="veth892e54a"} 0 node_network_net_dev_group{device="veth89576e3"} 0 node_network_net_dev_group{device="veth89bab0e"} 0 node_network_net_dev_group{device="veth8a51411"} 0 node_network_net_dev_group{device="veth8b2635b"} 0 node_network_net_dev_group{device="veth8b27052"} 0 node_network_net_dev_group{device="veth8b2cf5f"} 0 node_network_net_dev_group{device="veth8b9fea2"} 0 node_network_net_dev_group{device="veth8c04fed"} 0 node_network_net_dev_group{device="veth8c0c0d5"} 0 node_network_net_dev_group{device="veth8c16e8a"} 0 node_network_net_dev_group{device="veth8c2ee1a"} 0 node_network_net_dev_group{device="veth8c6cbbf"} 0 node_network_net_dev_group{device="veth8ccc939"} 0 node_network_net_dev_group{device="veth8d04352"} 0 node_network_net_dev_group{device="veth8d0d5bd"} 0 node_network_net_dev_group{device="veth8d1ab7d"} 0 node_network_net_dev_group{device="veth8dc7e7c"} 0 node_network_net_dev_group{device="veth8e411c0"} 0 node_network_net_dev_group{device="veth8f3fa53"} 0 node_network_net_dev_group{device="veth8f4aa08"} 0 node_network_net_dev_group{device="veth8f5fbf7"} 0 node_network_net_dev_group{device="veth8f698a3"} 0 node_network_net_dev_group{device="veth8fb0b53"} 0 node_network_net_dev_group{device="veth8fccdc6"} 0 node_network_net_dev_group{device="veth90c7579"} 0 node_network_net_dev_group{device="veth90ed6a6"} 0 node_network_net_dev_group{device="veth910e8cf"} 0 node_network_net_dev_group{device="veth930c9be"} 0 node_network_net_dev_group{device="veth93112cc"} 0 node_network_net_dev_group{device="veth93a0f8b"} 0 node_network_net_dev_group{device="veth93c6e78"} 0 node_network_net_dev_group{device="veth93cd3ec"} 0 node_network_net_dev_group{device="veth949b686"} 0 node_network_net_dev_group{device="veth94cbabc"} 0 node_network_net_dev_group{device="veth94d91e2"} 0 node_network_net_dev_group{device="veth95de52a"} 0 node_network_net_dev_group{device="veth95e97e6"} 0 node_network_net_dev_group{device="veth963a25f"} 0 node_network_net_dev_group{device="veth9689522"} 0 node_network_net_dev_group{device="veth96a099f"} 0 node_network_net_dev_group{device="veth96a9aed"} 0 node_network_net_dev_group{device="veth9737dfd"} 0 node_network_net_dev_group{device="veth9834720"} 0 node_network_net_dev_group{device="veth98a4f1c"} 0 node_network_net_dev_group{device="veth9900f5c"} 0 node_network_net_dev_group{device="veth9930130"} 0 node_network_net_dev_group{device="veth99bd252"} 0 node_network_net_dev_group{device="veth9a15643"} 0 node_network_net_dev_group{device="veth9a73b47"} 0 node_network_net_dev_group{device="veth9ab5fa5"} 0 node_network_net_dev_group{device="veth9ade6ce"} 0 node_network_net_dev_group{device="veth9ae29fb"} 0 node_network_net_dev_group{device="veth9b006eb"} 0 node_network_net_dev_group{device="veth9b53946"} 0 node_network_net_dev_group{device="veth9b574a3"} 0 node_network_net_dev_group{device="veth9bb0d1d"} 0 node_network_net_dev_group{device="veth9c5f63a"} 0 node_network_net_dev_group{device="veth9cfeb47"} 0 node_network_net_dev_group{device="veth9d3116c"} 0 node_network_net_dev_group{device="veth9d5866a"} 0 node_network_net_dev_group{device="veth9d7f756"} 0 node_network_net_dev_group{device="veth9d95a42"} 0 node_network_net_dev_group{device="veth9dee925"} 0 node_network_net_dev_group{device="veth9e76a8b"} 0 node_network_net_dev_group{device="veth9e9e316"} 0 node_network_net_dev_group{device="veth9f0c2e2"} 0 node_network_net_dev_group{device="veth9f74d58"} 0 node_network_net_dev_group{device="vetha018cbf"} 0 node_network_net_dev_group{device="vetha1ab304"} 0 node_network_net_dev_group{device="vetha1eb306"} 0 node_network_net_dev_group{device="vetha290736"} 0 node_network_net_dev_group{device="vetha2aad37"} 0 node_network_net_dev_group{device="vetha31d6fd"} 0 node_network_net_dev_group{device="vetha334122"} 0 node_network_net_dev_group{device="vetha3852e4"} 0 node_network_net_dev_group{device="vetha4b0907"} 0 node_network_net_dev_group{device="vetha537eb6"} 0 node_network_net_dev_group{device="vetha675b8d"} 0 node_network_net_dev_group{device="vetha678351"} 0 node_network_net_dev_group{device="vetha6bbcc2"} 0 node_network_net_dev_group{device="vetha74cd81"} 0 node_network_net_dev_group{device="vetha780b5e"} 0 node_network_net_dev_group{device="vetha797fe3"} 0 node_network_net_dev_group{device="vetha79a05b"} 0 node_network_net_dev_group{device="vetha7a2d29"} 0 node_network_net_dev_group{device="vetha7ada6f"} 0 node_network_net_dev_group{device="vetha8f009e"} 0 node_network_net_dev_group{device="vetha96ae67"} 0 node_network_net_dev_group{device="vetha997490"} 0 node_network_net_dev_group{device="vetha9b6925"} 0 node_network_net_dev_group{device="vethaa11814"} 0 node_network_net_dev_group{device="vethaa894f6"} 0 node_network_net_dev_group{device="vethab86d4a"} 0 node_network_net_dev_group{device="vethab9afc5"} 0 node_network_net_dev_group{device="vethac080df"} 0 node_network_net_dev_group{device="vethac3a592"} 0 node_network_net_dev_group{device="vethad12781"} 0 node_network_net_dev_group{device="vethad38be0"} 0 node_network_net_dev_group{device="vethad89bb1"} 0 node_network_net_dev_group{device="vethada749e"} 0 node_network_net_dev_group{device="vethadef082"} 0 node_network_net_dev_group{device="vethae5faf9"} 0 node_network_net_dev_group{device="vethaedfacc"} 0 node_network_net_dev_group{device="vethaef0424"} 0 node_network_net_dev_group{device="vethb05b013"} 0 node_network_net_dev_group{device="vethb077d67"} 0 node_network_net_dev_group{device="vethb0a68a0"} 0 node_network_net_dev_group{device="vethb0c284f"} 0 node_network_net_dev_group{device="vethb0df999"} 0 node_network_net_dev_group{device="vethb25b3d8"} 0 node_network_net_dev_group{device="vethb2fbd99"} 0 node_network_net_dev_group{device="vethb3a8415"} 0 node_network_net_dev_group{device="vethb3c68e2"} 0 node_network_net_dev_group{device="vethb3cd903"} 0 node_network_net_dev_group{device="vethb4870f2"} 0 node_network_net_dev_group{device="vethb4da8f7"} 0 node_network_net_dev_group{device="vethb51625b"} 0 node_network_net_dev_group{device="vethb5e3f17"} 0 node_network_net_dev_group{device="vethb60fcbc"} 0 node_network_net_dev_group{device="vethb664d75"} 0 node_network_net_dev_group{device="vethb68caf3"} 0 node_network_net_dev_group{device="vethb77cc8b"} 0 node_network_net_dev_group{device="vethb77f08e"} 0 node_network_net_dev_group{device="vethb80914a"} 0 node_network_net_dev_group{device="vethb8b412e"} 0 node_network_net_dev_group{device="vethb8c2d4e"} 0 node_network_net_dev_group{device="vethb92be35"} 0 node_network_net_dev_group{device="vethb93f442"} 0 node_network_net_dev_group{device="vethb95ceeb"} 0 node_network_net_dev_group{device="vethb995c11"} 0 node_network_net_dev_group{device="vethb9c62b1"} 0 node_network_net_dev_group{device="vethbab5259"} 0 node_network_net_dev_group{device="vethbb3c294"} 0 node_network_net_dev_group{device="vethbbb97f9"} 0 node_network_net_dev_group{device="vethbc1c416"} 0 node_network_net_dev_group{device="vethbc5ca70"} 0 node_network_net_dev_group{device="vethbd1f0db"} 0 node_network_net_dev_group{device="vethbd573f6"} 0 node_network_net_dev_group{device="vethbd7c661"} 0 node_network_net_dev_group{device="vethbe7ea9e"} 0 node_network_net_dev_group{device="vethbec2cbb"} 0 node_network_net_dev_group{device="vethbfcf0a4"} 0 node_network_net_dev_group{device="vethbff0fd3"} 0 node_network_net_dev_group{device="vethc05b060"} 0 node_network_net_dev_group{device="vethc09e03c"} 0 node_network_net_dev_group{device="vethc15d66d"} 0 node_network_net_dev_group{device="vethc196d66"} 0 node_network_net_dev_group{device="vethc1ac58c"} 0 node_network_net_dev_group{device="vethc1c5fcd"} 0 node_network_net_dev_group{device="vethc1ef3da"} 0 node_network_net_dev_group{device="vethc2efd7c"} 0 node_network_net_dev_group{device="vethc314d9e"} 0 node_network_net_dev_group{device="vethc3bdd94"} 0 node_network_net_dev_group{device="vethc3ec1dd"} 0 node_network_net_dev_group{device="vethc4061a9"} 0 node_network_net_dev_group{device="vethc452900"} 0 node_network_net_dev_group{device="vethc45c99c"} 0 node_network_net_dev_group{device="vethc482fb8"} 0 node_network_net_dev_group{device="vethc503d39"} 0 node_network_net_dev_group{device="vethc53c8a6"} 0 node_network_net_dev_group{device="vethc5b4fd7"} 0 node_network_net_dev_group{device="vethc605740"} 0 node_network_net_dev_group{device="vethc6116a4"} 0 node_network_net_dev_group{device="vethc66fb8a"} 0 node_network_net_dev_group{device="vethc6ae4c6"} 0 node_network_net_dev_group{device="vethc6fb5c3"} 0 node_network_net_dev_group{device="vethc774b55"} 0 node_network_net_dev_group{device="vethc7cfbf3"} 0 node_network_net_dev_group{device="vethc7e7ad1"} 0 node_network_net_dev_group{device="vethc8593ec"} 0 node_network_net_dev_group{device="vethc8db878"} 0 node_network_net_dev_group{device="vethc9a9adb"} 0 node_network_net_dev_group{device="vethcc09d95"} 0 node_network_net_dev_group{device="vethcc14215"} 0 node_network_net_dev_group{device="vethcc8ea41"} 0 node_network_net_dev_group{device="vethcccbbc2"} 0 node_network_net_dev_group{device="vethcd037d2"} 0 node_network_net_dev_group{device="vethcd46f50"} 0 node_network_net_dev_group{device="vethcd4f5e4"} 0 node_network_net_dev_group{device="vethcd69036"} 0 node_network_net_dev_group{device="vethcdb9063"} 0 node_network_net_dev_group{device="vethce03e73"} 0 node_network_net_dev_group{device="vethce4911b"} 0 node_network_net_dev_group{device="vethcee6c6b"} 0 node_network_net_dev_group{device="vethcf40450"} 0 node_network_net_dev_group{device="vethd010653"} 0 node_network_net_dev_group{device="vethd015bfd"} 0 node_network_net_dev_group{device="vethd01bced"} 0 node_network_net_dev_group{device="vethd08787c"} 0 node_network_net_dev_group{device="vethd0d2e30"} 0 node_network_net_dev_group{device="vethd12d945"} 0 node_network_net_dev_group{device="vethd16a72f"} 0 node_network_net_dev_group{device="vethd1719c5"} 0 node_network_net_dev_group{device="vethd1871e7"} 0 node_network_net_dev_group{device="vethd25aa3b"} 0 node_network_net_dev_group{device="vethd36eb18"} 0 node_network_net_dev_group{device="vethd3a300e"} 0 node_network_net_dev_group{device="vethd3ed1c7"} 0 node_network_net_dev_group{device="vethd4b817a"} 0 node_network_net_dev_group{device="vethd4d7b42"} 0 node_network_net_dev_group{device="vethd4e7c2c"} 0 node_network_net_dev_group{device="vethd623391"} 0 node_network_net_dev_group{device="vethd698bb5"} 0 node_network_net_dev_group{device="vethd6a884e"} 0 node_network_net_dev_group{device="vethd77ed8c"} 0 node_network_net_dev_group{device="vethd788961"} 0 node_network_net_dev_group{device="vethd7dd546"} 0 node_network_net_dev_group{device="vethd80ed49"} 0 node_network_net_dev_group{device="vethd81b53c"} 0 node_network_net_dev_group{device="vethd8ae67f"} 0 node_network_net_dev_group{device="vethd9ad995"} 0 node_network_net_dev_group{device="vethda00b2c"} 0 node_network_net_dev_group{device="vethda17b81"} 0 node_network_net_dev_group{device="vethda42a3d"} 0 node_network_net_dev_group{device="vethda8113b"} 0 node_network_net_dev_group{device="vethda97a73"} 0 node_network_net_dev_group{device="vethdcd40f5"} 0 node_network_net_dev_group{device="vethdcd5e9f"} 0 node_network_net_dev_group{device="vethdd7f080"} 0 node_network_net_dev_group{device="vethdd9457a"} 0 node_network_net_dev_group{device="vethddaa2f6"} 0 node_network_net_dev_group{device="vethddd757b"} 0 node_network_net_dev_group{device="vethde484ca"} 0 node_network_net_dev_group{device="vethde84e28"} 0 node_network_net_dev_group{device="vethdee08a0"} 0 node_network_net_dev_group{device="vethdf3c363"} 0 node_network_net_dev_group{device="vethe044dd7"} 0 node_network_net_dev_group{device="vethe0eb635"} 0 node_network_net_dev_group{device="vethe121842"} 0 node_network_net_dev_group{device="vethe17b4b2"} 0 node_network_net_dev_group{device="vethe240296"} 0 node_network_net_dev_group{device="vethe2a6aa2"} 0 node_network_net_dev_group{device="vethe2c776a"} 0 node_network_net_dev_group{device="vethe2ee303"} 0 node_network_net_dev_group{device="vethe3053d7"} 0 node_network_net_dev_group{device="vethe31ca35"} 0 node_network_net_dev_group{device="vethe37671b"} 0 node_network_net_dev_group{device="vethe3a02f4"} 0 node_network_net_dev_group{device="vethe3b4d90"} 0 node_network_net_dev_group{device="vethe4e7a4c"} 0 node_network_net_dev_group{device="vethe52d560"} 0 node_network_net_dev_group{device="vethe69c35e"} 0 node_network_net_dev_group{device="vethe6fd8c5"} 0 node_network_net_dev_group{device="vethe70eee7"} 0 node_network_net_dev_group{device="vethe741a23"} 0 node_network_net_dev_group{device="vethe747942"} 0 node_network_net_dev_group{device="vethe7681a6"} 0 node_network_net_dev_group{device="vethe7756c8"} 0 node_network_net_dev_group{device="vethe85d3d3"} 0 node_network_net_dev_group{device="vethe8c8080"} 0 node_network_net_dev_group{device="vethe90aeb2"} 0 node_network_net_dev_group{device="vethea085b3"} 0 node_network_net_dev_group{device="vetheaf1fb5"} 0 node_network_net_dev_group{device="vetheb12841"} 0 node_network_net_dev_group{device="vetheb390b0"} 0 node_network_net_dev_group{device="vethebf40ec"} 0 node_network_net_dev_group{device="vethebf8ec5"} 0 node_network_net_dev_group{device="vethec38299"} 0 node_network_net_dev_group{device="vethec3b924"} 0 node_network_net_dev_group{device="vethecb745a"} 0 node_network_net_dev_group{device="vethed62efc"} 0 node_network_net_dev_group{device="vethed6b660"} 0 node_network_net_dev_group{device="vethed862f6"} 0 node_network_net_dev_group{device="vethee6cff7"} 0 node_network_net_dev_group{device="vethee8eb9c"} 0 node_network_net_dev_group{device="vetheec35b5"} 0 node_network_net_dev_group{device="vetheec68f2"} 0 node_network_net_dev_group{device="vethef14514"} 0 node_network_net_dev_group{device="vethef7358f"} 0 node_network_net_dev_group{device="vethefc1f2e"} 0 node_network_net_dev_group{device="vethf0b13ba"} 0 node_network_net_dev_group{device="vethf0d9869"} 0 node_network_net_dev_group{device="vethf12362d"} 0 node_network_net_dev_group{device="vethf1fdf1f"} 0 node_network_net_dev_group{device="vethf239d3f"} 0 node_network_net_dev_group{device="vethf2b0340"} 0 node_network_net_dev_group{device="vethf3380cf"} 0 node_network_net_dev_group{device="vethf35de8c"} 0 node_network_net_dev_group{device="vethf3aa0d1"} 0 node_network_net_dev_group{device="vethf3e722c"} 0 node_network_net_dev_group{device="vethf4d422e"} 0 node_network_net_dev_group{device="vethf5878a9"} 0 node_network_net_dev_group{device="vethf60f77c"} 0 node_network_net_dev_group{device="vethf6b618c"} 0 node_network_net_dev_group{device="vethf739350"} 0 node_network_net_dev_group{device="vethf75dfd6"} 0 node_network_net_dev_group{device="vethf7c6492"} 0 node_network_net_dev_group{device="vethf7e7622"} 0 node_network_net_dev_group{device="vethf7f96c4"} 0 node_network_net_dev_group{device="vethf81bb1f"} 0 node_network_net_dev_group{device="vethf831c6e"} 0 node_network_net_dev_group{device="vethf878734"} 0 node_network_net_dev_group{device="vethf8b777e"} 0 node_network_net_dev_group{device="vethf9297c3"} 0 node_network_net_dev_group{device="vethf93ef43"} 0 node_network_net_dev_group{device="vethf9dc188"} 0 node_network_net_dev_group{device="vethfa21f05"} 0 node_network_net_dev_group{device="vethfa7118a"} 0 node_network_net_dev_group{device="vethfa9e5b8"} 0 node_network_net_dev_group{device="vethfad6627"} 0 node_network_net_dev_group{device="vethfb2bfe2"} 0 node_network_net_dev_group{device="vethfb6999a"} 0 node_network_net_dev_group{device="vethfba34d0"} 0 node_network_net_dev_group{device="vethfbee07c"} 0 node_network_net_dev_group{device="vethfc5799c"} 0 node_network_net_dev_group{device="vethfcf4485"} 0 node_network_net_dev_group{device="vethfd434b4"} 0 node_network_net_dev_group{device="vethfd4ae4a"} 0 node_network_net_dev_group{device="vethfdd4d19"} 0 node_network_net_dev_group{device="vethfe2ae54"} 0 node_network_net_dev_group{device="vethfe3f546"} 0 node_network_net_dev_group{device="vethfe695e7"} 0 node_network_net_dev_group{device="vethfe841b8"} 0 node_network_net_dev_group{device="vethfeb3f2a"} 0 node_network_net_dev_group{device="vethfeeef20"} 0 node_network_net_dev_group{device="vethff1f982"} 0 node_network_net_dev_group{device="vethff7d976"} 0 node_network_net_dev_group{device="vethffbce7a"} 0 node_network_net_dev_group{device="vethffe6de7"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0041aebf0bd9"} 1 node_network_protocol_type{device="br-02669b34ccad"} 1 node_network_protocol_type{device="br-02823e0b21f8"} 1 node_network_protocol_type{device="br-035e1584ee12"} 1 node_network_protocol_type{device="br-03ef3fa9694c"} 1 node_network_protocol_type{device="br-089331b9c07a"} 1 node_network_protocol_type{device="br-0d01f742526c"} 1 node_network_protocol_type{device="br-0d9fdd0cf163"} 1 node_network_protocol_type{device="br-0f0120b6dc67"} 1 node_network_protocol_type{device="br-14216610e159"} 1 node_network_protocol_type{device="br-15dab3c5a2fb"} 1 node_network_protocol_type{device="br-1612b21b795d"} 1 node_network_protocol_type{device="br-1824841a31f9"} 1 node_network_protocol_type{device="br-1c85749e122e"} 1 node_network_protocol_type{device="br-1da05be17644"} 1 node_network_protocol_type{device="br-1da1821d18b3"} 1 node_network_protocol_type{device="br-1de64be72380"} 1 node_network_protocol_type{device="br-1f9ea77f28ce"} 1 node_network_protocol_type{device="br-1ff792b398ff"} 1 node_network_protocol_type{device="br-208ab78feaa3"} 1 node_network_protocol_type{device="br-217d6415a970"} 1 node_network_protocol_type{device="br-26801dfb5c9b"} 1 node_network_protocol_type{device="br-27771a4b5e1c"} 1 node_network_protocol_type{device="br-2ed3ce7916f4"} 1 node_network_protocol_type{device="br-301b4c89e775"} 1 node_network_protocol_type{device="br-3068524ec93f"} 1 node_network_protocol_type{device="br-317a2bbca622"} 1 node_network_protocol_type{device="br-349eb65873d4"} 1 node_network_protocol_type{device="br-34eb4dd7e9c0"} 1 node_network_protocol_type{device="br-37f17f8c2f41"} 1 node_network_protocol_type{device="br-3ad09e25ab78"} 1 node_network_protocol_type{device="br-3d3c5fbec0dd"} 1 node_network_protocol_type{device="br-3ed5391afb94"} 1 node_network_protocol_type{device="br-4091e772ca83"} 1 node_network_protocol_type{device="br-41c4dd613804"} 1 node_network_protocol_type{device="br-44fbf271d024"} 1 node_network_protocol_type{device="br-4614b58c6316"} 1 node_network_protocol_type{device="br-4666f7cfb5ad"} 1 node_network_protocol_type{device="br-483851ad6d82"} 1 node_network_protocol_type{device="br-4a66d39e6115"} 1 node_network_protocol_type{device="br-4f8bcb06bb21"} 1 node_network_protocol_type{device="br-513a5eb5a5ed"} 1 node_network_protocol_type{device="br-52ce8deae651"} 1 node_network_protocol_type{device="br-543616338fa2"} 1 node_network_protocol_type{device="br-559d36b72748"} 1 node_network_protocol_type{device="br-5748fcd1e7ca"} 1 node_network_protocol_type{device="br-58f8dcbfa915"} 1 node_network_protocol_type{device="br-5cb33e972896"} 1 node_network_protocol_type{device="br-5cd378a95a50"} 1 node_network_protocol_type{device="br-5db0c1bc605b"} 1 node_network_protocol_type{device="br-60f225ebe8cf"} 1 node_network_protocol_type{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 1 node_network_protocol_type{device="br-67b6f2b09055"} 1 node_network_protocol_type{device="br-6801e77b28e6"} 1 node_network_protocol_type{device="br-731a89c43fe8"} 1 node_network_protocol_type{device="br-75640dcb1806"} 1 node_network_protocol_type{device="br-765d504a1648"} 1 node_network_protocol_type{device="br-7783edd4fb63"} 1 node_network_protocol_type{device="br-7a05c4b4c71c"} 1 node_network_protocol_type{device="br-7f1c0840c41b"} 1 node_network_protocol_type{device="br-7f68c36c365d"} 1 node_network_protocol_type{device="br-8273700d2b53"} 1 node_network_protocol_type{device="br-832e21b6735f"} 1 node_network_protocol_type{device="br-83d5adb104a5"} 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-8cd080cba30d"} 1 node_network_protocol_type{device="br-8d5f8dfdd165"} 1 node_network_protocol_type{device="br-8d809ce3c9c6"} 1 node_network_protocol_type{device="br-91eb434168a3"} 1 node_network_protocol_type{device="br-94b2fbf06b0d"} 1 node_network_protocol_type{device="br-94ccc3a0a891"} 1 node_network_protocol_type{device="br-978ac97c7837"} 1 node_network_protocol_type{device="br-9dd2a20937e6"} 1 node_network_protocol_type{device="br-a01a29421e12"} 1 node_network_protocol_type{device="br-a08ab772e40d"} 1 node_network_protocol_type{device="br-a1b2b339a0bc"} 1 node_network_protocol_type{device="br-ab4fc0c8f205"} 1 node_network_protocol_type{device="br-ab7e8be9c7b8"} 1 node_network_protocol_type{device="br-ab8f176f7ba4"} 1 node_network_protocol_type{device="br-b155b277758b"} 1 node_network_protocol_type{device="br-b9ddcd38e3d5"} 1 node_network_protocol_type{device="br-bc64dc65c104"} 1 node_network_protocol_type{device="br-bc673706b5ae"} 1 node_network_protocol_type{device="br-be8161177ed9"} 1 node_network_protocol_type{device="br-bfa260e794d9"} 1 node_network_protocol_type{device="br-c6291428ebee"} 1 node_network_protocol_type{device="br-c7ec91768290"} 1 node_network_protocol_type{device="br-c8047895107e"} 1 node_network_protocol_type{device="br-c86562d687da"} 1 node_network_protocol_type{device="br-cb14ad5f78d9"} 1 node_network_protocol_type{device="br-cd22c9cceee9"} 1 node_network_protocol_type{device="br-cf6b946573c1"} 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-d68147769b09"} 1 node_network_protocol_type{device="br-d81320e12692"} 1 node_network_protocol_type{device="br-da621f14fb83"} 1 node_network_protocol_type{device="br-dc8640f674ee"} 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-e24d302efec6"} 1 node_network_protocol_type{device="br-e2ebf44ea1f2"} 1 node_network_protocol_type{device="br-e63b0d1593b5"} 1 node_network_protocol_type{device="br-ec56c664f289"} 1 node_network_protocol_type{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 1 node_network_protocol_type{device="br-fb23b0434540"} 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="veth0076559"} 1 node_network_protocol_type{device="veth0106c7a"} 1 node_network_protocol_type{device="veth01165f0"} 1 node_network_protocol_type{device="veth01de5af"} 1 node_network_protocol_type{device="veth0252a2a"} 1 node_network_protocol_type{device="veth026b5f1"} 1 node_network_protocol_type{device="veth02d5a2d"} 1 node_network_protocol_type{device="veth0387d76"} 1 node_network_protocol_type{device="veth03f1565"} 1 node_network_protocol_type{device="veth0474396"} 1 node_network_protocol_type{device="veth04bcbc0"} 1 node_network_protocol_type{device="veth053af97"} 1 node_network_protocol_type{device="veth0549182"} 1 node_network_protocol_type{device="veth054cedc"} 1 node_network_protocol_type{device="veth05a336b"} 1 node_network_protocol_type{device="veth05b1403"} 1 node_network_protocol_type{device="veth05dbfef"} 1 node_network_protocol_type{device="veth0666583"} 1 node_network_protocol_type{device="veth073b9c4"} 1 node_network_protocol_type{device="veth08149de"} 1 node_network_protocol_type{device="veth0906c73"} 1 node_network_protocol_type{device="veth0948320"} 1 node_network_protocol_type{device="veth0aa1c2d"} 1 node_network_protocol_type{device="veth0acd33e"} 1 node_network_protocol_type{device="veth0ae79aa"} 1 node_network_protocol_type{device="veth0af3200"} 1 node_network_protocol_type{device="veth0b0f675"} 1 node_network_protocol_type{device="veth0b2f2a0"} 1 node_network_protocol_type{device="veth0b70bc8"} 1 node_network_protocol_type{device="veth0d172e4"} 1 node_network_protocol_type{device="veth0da84c5"} 1 node_network_protocol_type{device="veth0dda3d7"} 1 node_network_protocol_type{device="veth0e35f5e"} 1 node_network_protocol_type{device="veth0eedf53"} 1 node_network_protocol_type{device="veth0f291f5"} 1 node_network_protocol_type{device="veth0f4d0ed"} 1 node_network_protocol_type{device="veth0f85411"} 1 node_network_protocol_type{device="veth0fce86d"} 1 node_network_protocol_type{device="veth100fd27"} 1 node_network_protocol_type{device="veth10227c2"} 1 node_network_protocol_type{device="veth10693ca"} 1 node_network_protocol_type{device="veth108735b"} 1 node_network_protocol_type{device="veth114bf22"} 1 node_network_protocol_type{device="veth12564dc"} 1 node_network_protocol_type{device="veth12ef518"} 1 node_network_protocol_type{device="veth1343dbc"} 1 node_network_protocol_type{device="veth1394791"} 1 node_network_protocol_type{device="veth13b4efd"} 1 node_network_protocol_type{device="veth13de79b"} 1 node_network_protocol_type{device="veth14dc831"} 1 node_network_protocol_type{device="veth1513f1b"} 1 node_network_protocol_type{device="veth1574334"} 1 node_network_protocol_type{device="veth1596f02"} 1 node_network_protocol_type{device="veth15c7048"} 1 node_network_protocol_type{device="veth15fb20f"} 1 node_network_protocol_type{device="veth160d560"} 1 node_network_protocol_type{device="veth1632a4e"} 1 node_network_protocol_type{device="veth1687023"} 1 node_network_protocol_type{device="veth16b6f88"} 1 node_network_protocol_type{device="veth16bc448"} 1 node_network_protocol_type{device="veth1761f88"} 1 node_network_protocol_type{device="veth17f0f90"} 1 node_network_protocol_type{device="veth1906b94"} 1 node_network_protocol_type{device="veth1908d88"} 1 node_network_protocol_type{device="veth19402da"} 1 node_network_protocol_type{device="veth194b2c8"} 1 node_network_protocol_type{device="veth19bdf4c"} 1 node_network_protocol_type{device="veth19c9513"} 1 node_network_protocol_type{device="veth1af3324"} 1 node_network_protocol_type{device="veth1b8e6ca"} 1 node_network_protocol_type{device="veth1ba4f00"} 1 node_network_protocol_type{device="veth1ba5627"} 1 node_network_protocol_type{device="veth1c6c526"} 1 node_network_protocol_type{device="veth1cb7af3"} 1 node_network_protocol_type{device="veth1cc7b21"} 1 node_network_protocol_type{device="veth1d0f4d8"} 1 node_network_protocol_type{device="veth1d1026d"} 1 node_network_protocol_type{device="veth1d1c849"} 1 node_network_protocol_type{device="veth1d28880"} 1 node_network_protocol_type{device="veth1db323f"} 1 node_network_protocol_type{device="veth1dfacd2"} 1 node_network_protocol_type{device="veth1e385fe"} 1 node_network_protocol_type{device="veth1e5d33a"} 1 node_network_protocol_type{device="veth1f2d55e"} 1 node_network_protocol_type{device="veth1fca91e"} 1 node_network_protocol_type{device="veth203039a"} 1 node_network_protocol_type{device="veth23495cd"} 1 node_network_protocol_type{device="veth23db7fb"} 1 node_network_protocol_type{device="veth24484c9"} 1 node_network_protocol_type{device="veth24a85f4"} 1 node_network_protocol_type{device="veth24b4904"} 1 node_network_protocol_type{device="veth25b04e7"} 1 node_network_protocol_type{device="veth25c4ced"} 1 node_network_protocol_type{device="veth2677c54"} 1 node_network_protocol_type{device="veth26be59d"} 1 node_network_protocol_type{device="veth2763119"} 1 node_network_protocol_type{device="veth276dd03"} 1 node_network_protocol_type{device="veth27ca332"} 1 node_network_protocol_type{device="veth27e4c1c"} 1 node_network_protocol_type{device="veth28c678d"} 1 node_network_protocol_type{device="veth28c8226"} 1 node_network_protocol_type{device="veth2989c66"} 1 node_network_protocol_type{device="veth29c349f"} 1 node_network_protocol_type{device="veth29d825b"} 1 node_network_protocol_type{device="veth29ee720"} 1 node_network_protocol_type{device="veth2a756fb"} 1 node_network_protocol_type{device="veth2b8adb8"} 1 node_network_protocol_type{device="veth2c4593e"} 1 node_network_protocol_type{device="veth2d6ab8a"} 1 node_network_protocol_type{device="veth2dd1c6e"} 1 node_network_protocol_type{device="veth2e07e70"} 1 node_network_protocol_type{device="veth2e40990"} 1 node_network_protocol_type{device="veth2e5abcd"} 1 node_network_protocol_type{device="veth2e69099"} 1 node_network_protocol_type{device="veth2f38598"} 1 node_network_protocol_type{device="veth2ffd510"} 1 node_network_protocol_type{device="veth30e4f5f"} 1 node_network_protocol_type{device="veth31b78d8"} 1 node_network_protocol_type{device="veth31f1351"} 1 node_network_protocol_type{device="veth338902a"} 1 node_network_protocol_type{device="veth33b6fcc"} 1 node_network_protocol_type{device="veth3425c34"} 1 node_network_protocol_type{device="veth35a0d0a"} 1 node_network_protocol_type{device="veth35cd0f6"} 1 node_network_protocol_type{device="veth35d0e81"} 1 node_network_protocol_type{device="veth361c4b1"} 1 node_network_protocol_type{device="veth3628cc5"} 1 node_network_protocol_type{device="veth36528f9"} 1 node_network_protocol_type{device="veth366ec90"} 1 node_network_protocol_type{device="veth36d5c28"} 1 node_network_protocol_type{device="veth36df713"} 1 node_network_protocol_type{device="veth375db39"} 1 node_network_protocol_type{device="veth378c30a"} 1 node_network_protocol_type{device="veth380b2a7"} 1 node_network_protocol_type{device="veth3830fdd"} 1 node_network_protocol_type{device="veth386f875"} 1 node_network_protocol_type{device="veth3887938"} 1 node_network_protocol_type{device="veth38e5192"} 1 node_network_protocol_type{device="veth3909a19"} 1 node_network_protocol_type{device="veth39322e0"} 1 node_network_protocol_type{device="veth39388ff"} 1 node_network_protocol_type{device="veth3977d1b"} 1 node_network_protocol_type{device="veth3a1e789"} 1 node_network_protocol_type{device="veth3a36ed1"} 1 node_network_protocol_type{device="veth3a75d41"} 1 node_network_protocol_type{device="veth3addbbf"} 1 node_network_protocol_type{device="veth3ae320c"} 1 node_network_protocol_type{device="veth3bcce56"} 1 node_network_protocol_type{device="veth3bd884c"} 1 node_network_protocol_type{device="veth3c3b00b"} 1 node_network_protocol_type{device="veth3cc3569"} 1 node_network_protocol_type{device="veth3ceac5b"} 1 node_network_protocol_type{device="veth3d16828"} 1 node_network_protocol_type{device="veth3d622be"} 1 node_network_protocol_type{device="veth3d7014e"} 1 node_network_protocol_type{device="veth3d871d0"} 1 node_network_protocol_type{device="veth3d8c990"} 1 node_network_protocol_type{device="veth3e51ec2"} 1 node_network_protocol_type{device="veth3fba8fa"} 1 node_network_protocol_type{device="veth3fcdfb2"} 1 node_network_protocol_type{device="veth400edd5"} 1 node_network_protocol_type{device="veth4044f24"} 1 node_network_protocol_type{device="veth404bd5a"} 1 node_network_protocol_type{device="veth41723a0"} 1 node_network_protocol_type{device="veth41dd412"} 1 node_network_protocol_type{device="veth41ffa22"} 1 node_network_protocol_type{device="veth42beb99"} 1 node_network_protocol_type{device="veth4388bb3"} 1 node_network_protocol_type{device="veth43f0d07"} 1 node_network_protocol_type{device="veth4431593"} 1 node_network_protocol_type{device="veth44554c4"} 1 node_network_protocol_type{device="veth4499dcf"} 1 node_network_protocol_type{device="veth44b6795"} 1 node_network_protocol_type{device="veth454590d"} 1 node_network_protocol_type{device="veth45753b2"} 1 node_network_protocol_type{device="veth45d8744"} 1 node_network_protocol_type{device="veth463e5c0"} 1 node_network_protocol_type{device="veth467de80"} 1 node_network_protocol_type{device="veth4683144"} 1 node_network_protocol_type{device="veth46a6eb5"} 1 node_network_protocol_type{device="veth46dd615"} 1 node_network_protocol_type{device="veth479a8c8"} 1 node_network_protocol_type{device="veth47e9160"} 1 node_network_protocol_type{device="veth48129d5"} 1 node_network_protocol_type{device="veth48d6056"} 1 node_network_protocol_type{device="veth4981a73"} 1 node_network_protocol_type{device="veth49dacab"} 1 node_network_protocol_type{device="veth49f8bca"} 1 node_network_protocol_type{device="veth49fa050"} 1 node_network_protocol_type{device="veth4a87249"} 1 node_network_protocol_type{device="veth4ae78af"} 1 node_network_protocol_type{device="veth4b38fc1"} 1 node_network_protocol_type{device="veth4ba8b40"} 1 node_network_protocol_type{device="veth4bac263"} 1 node_network_protocol_type{device="veth4be1e5a"} 1 node_network_protocol_type{device="veth4c83414"} 1 node_network_protocol_type{device="veth4d0f67a"} 1 node_network_protocol_type{device="veth4db7462"} 1 node_network_protocol_type{device="veth4e0a606"} 1 node_network_protocol_type{device="veth4e6aa51"} 1 node_network_protocol_type{device="veth4e7280a"} 1 node_network_protocol_type{device="veth4f150d0"} 1 node_network_protocol_type{device="veth50f3d21"} 1 node_network_protocol_type{device="veth511957b"} 1 node_network_protocol_type{device="veth51df910"} 1 node_network_protocol_type{device="veth5291507"} 1 node_network_protocol_type{device="veth52b62fe"} 1 node_network_protocol_type{device="veth52ba1f6"} 1 node_network_protocol_type{device="veth53803c8"} 1 node_network_protocol_type{device="veth53ed4ca"} 1 node_network_protocol_type{device="veth544923a"} 1 node_network_protocol_type{device="veth549693f"} 1 node_network_protocol_type{device="veth54d90c8"} 1 node_network_protocol_type{device="veth54e9d4a"} 1 node_network_protocol_type{device="veth550dee9"} 1 node_network_protocol_type{device="veth553ede3"} 1 node_network_protocol_type{device="veth554fa26"} 1 node_network_protocol_type{device="veth55a9843"} 1 node_network_protocol_type{device="veth55b0ec4"} 1 node_network_protocol_type{device="veth55c73bd"} 1 node_network_protocol_type{device="veth55cf210"} 1 node_network_protocol_type{device="veth56b065b"} 1 node_network_protocol_type{device="veth56ff8d7"} 1 node_network_protocol_type{device="veth57100d3"} 1 node_network_protocol_type{device="veth5744d5f"} 1 node_network_protocol_type{device="veth57a7b7e"} 1 node_network_protocol_type{device="veth587208b"} 1 node_network_protocol_type{device="veth59a28f9"} 1 node_network_protocol_type{device="veth59ec687"} 1 node_network_protocol_type{device="veth5a2f03c"} 1 node_network_protocol_type{device="veth5b14b1f"} 1 node_network_protocol_type{device="veth5be4441"} 1 node_network_protocol_type{device="veth5cf6db6"} 1 node_network_protocol_type{device="veth5d5edf1"} 1 node_network_protocol_type{device="veth5d79629"} 1 node_network_protocol_type{device="veth5d82bda"} 1 node_network_protocol_type{device="veth5d9fb18"} 1 node_network_protocol_type{device="veth5daf2e1"} 1 node_network_protocol_type{device="veth5e313cb"} 1 node_network_protocol_type{device="veth5ea5d19"} 1 node_network_protocol_type{device="veth5ede6bc"} 1 node_network_protocol_type{device="veth5f2f157"} 1 node_network_protocol_type{device="veth5f510cc"} 1 node_network_protocol_type{device="veth5fde4d5"} 1 node_network_protocol_type{device="veth608f13b"} 1 node_network_protocol_type{device="veth61c1692"} 1 node_network_protocol_type{device="veth61e4c6a"} 1 node_network_protocol_type{device="veth61ff867"} 1 node_network_protocol_type{device="veth6202b87"} 1 node_network_protocol_type{device="veth6314682"} 1 node_network_protocol_type{device="veth636b36b"} 1 node_network_protocol_type{device="veth63897f4"} 1 node_network_protocol_type{device="veth63f00f3"} 1 node_network_protocol_type{device="veth650a5d1"} 1 node_network_protocol_type{device="veth6558fa6"} 1 node_network_protocol_type{device="veth658b6f1"} 1 node_network_protocol_type{device="veth660c9c9"} 1 node_network_protocol_type{device="veth6634745"} 1 node_network_protocol_type{device="veth673a8ee"} 1 node_network_protocol_type{device="veth67a4acc"} 1 node_network_protocol_type{device="veth68228a8"} 1 node_network_protocol_type{device="veth698f022"} 1 node_network_protocol_type{device="veth6a67db5"} 1 node_network_protocol_type{device="veth6abc990"} 1 node_network_protocol_type{device="veth6b26cd5"} 1 node_network_protocol_type{device="veth6ba4916"} 1 node_network_protocol_type{device="veth6bab3d4"} 1 node_network_protocol_type{device="veth6bbfa32"} 1 node_network_protocol_type{device="veth6bd5048"} 1 node_network_protocol_type{device="veth6bee2a2"} 1 node_network_protocol_type{device="veth6c11632"} 1 node_network_protocol_type{device="veth6c22ce2"} 1 node_network_protocol_type{device="veth6cea1f5"} 1 node_network_protocol_type{device="veth6d4bf60"} 1 node_network_protocol_type{device="veth6d7d406"} 1 node_network_protocol_type{device="veth6dcbb17"} 1 node_network_protocol_type{device="veth6df542c"} 1 node_network_protocol_type{device="veth6e9c163"} 1 node_network_protocol_type{device="veth7070e17"} 1 node_network_protocol_type{device="veth7119448"} 1 node_network_protocol_type{device="veth7274c0d"} 1 node_network_protocol_type{device="veth72b5538"} 1 node_network_protocol_type{device="veth73188c4"} 1 node_network_protocol_type{device="veth73352ff"} 1 node_network_protocol_type{device="veth73fe131"} 1 node_network_protocol_type{device="veth74afd3b"} 1 node_network_protocol_type{device="veth7510955"} 1 node_network_protocol_type{device="veth75451a5"} 1 node_network_protocol_type{device="veth75454ee"} 1 node_network_protocol_type{device="veth75848c5"} 1 node_network_protocol_type{device="veth7599b2a"} 1 node_network_protocol_type{device="veth76be224"} 1 node_network_protocol_type{device="veth7742e6d"} 1 node_network_protocol_type{device="veth7888ef4"} 1 node_network_protocol_type{device="veth7a8020a"} 1 node_network_protocol_type{device="veth7ab8ce1"} 1 node_network_protocol_type{device="veth7af61c3"} 1 node_network_protocol_type{device="veth7b5560c"} 1 node_network_protocol_type{device="veth7b924a9"} 1 node_network_protocol_type{device="veth7ba230c"} 1 node_network_protocol_type{device="veth7c464a1"} 1 node_network_protocol_type{device="veth7cb9f47"} 1 node_network_protocol_type{device="veth7ccb046"} 1 node_network_protocol_type{device="veth7d44274"} 1 node_network_protocol_type{device="veth7dbd681"} 1 node_network_protocol_type{device="veth7e5e9af"} 1 node_network_protocol_type{device="veth7e62c28"} 1 node_network_protocol_type{device="veth7f33961"} 1 node_network_protocol_type{device="veth7fcd6d8"} 1 node_network_protocol_type{device="veth81e8cb1"} 1 node_network_protocol_type{device="veth81e92ae"} 1 node_network_protocol_type{device="veth81fc85c"} 1 node_network_protocol_type{device="veth82018a0"} 1 node_network_protocol_type{device="veth828128f"} 1 node_network_protocol_type{device="veth82e5071"} 1 node_network_protocol_type{device="veth82f1706"} 1 node_network_protocol_type{device="veth8358fe5"} 1 node_network_protocol_type{device="veth837d5f7"} 1 node_network_protocol_type{device="veth839108d"} 1 node_network_protocol_type{device="veth83ab132"} 1 node_network_protocol_type{device="veth83ad98f"} 1 node_network_protocol_type{device="veth841b54a"} 1 node_network_protocol_type{device="veth857de99"} 1 node_network_protocol_type{device="veth85b5354"} 1 node_network_protocol_type{device="veth86eda43"} 1 node_network_protocol_type{device="veth86fe81c"} 1 node_network_protocol_type{device="veth87665ad"} 1 node_network_protocol_type{device="veth87bf4ae"} 1 node_network_protocol_type{device="veth881af3b"} 1 node_network_protocol_type{device="veth8851d0b"} 1 node_network_protocol_type{device="veth88fa0f6"} 1 node_network_protocol_type{device="veth8911425"} 1 node_network_protocol_type{device="veth892e54a"} 1 node_network_protocol_type{device="veth89576e3"} 1 node_network_protocol_type{device="veth89bab0e"} 1 node_network_protocol_type{device="veth8a51411"} 1 node_network_protocol_type{device="veth8b2635b"} 1 node_network_protocol_type{device="veth8b27052"} 1 node_network_protocol_type{device="veth8b2cf5f"} 1 node_network_protocol_type{device="veth8b9fea2"} 1 node_network_protocol_type{device="veth8c04fed"} 1 node_network_protocol_type{device="veth8c0c0d5"} 1 node_network_protocol_type{device="veth8c16e8a"} 1 node_network_protocol_type{device="veth8c2ee1a"} 1 node_network_protocol_type{device="veth8c6cbbf"} 1 node_network_protocol_type{device="veth8ccc939"} 1 node_network_protocol_type{device="veth8d04352"} 1 node_network_protocol_type{device="veth8d0d5bd"} 1 node_network_protocol_type{device="veth8d1ab7d"} 1 node_network_protocol_type{device="veth8dc7e7c"} 1 node_network_protocol_type{device="veth8e411c0"} 1 node_network_protocol_type{device="veth8f3fa53"} 1 node_network_protocol_type{device="veth8f4aa08"} 1 node_network_protocol_type{device="veth8f5fbf7"} 1 node_network_protocol_type{device="veth8f698a3"} 1 node_network_protocol_type{device="veth8fb0b53"} 1 node_network_protocol_type{device="veth8fccdc6"} 1 node_network_protocol_type{device="veth90c7579"} 1 node_network_protocol_type{device="veth90ed6a6"} 1 node_network_protocol_type{device="veth910e8cf"} 1 node_network_protocol_type{device="veth930c9be"} 1 node_network_protocol_type{device="veth93112cc"} 1 node_network_protocol_type{device="veth93a0f8b"} 1 node_network_protocol_type{device="veth93c6e78"} 1 node_network_protocol_type{device="veth93cd3ec"} 1 node_network_protocol_type{device="veth949b686"} 1 node_network_protocol_type{device="veth94cbabc"} 1 node_network_protocol_type{device="veth94d91e2"} 1 node_network_protocol_type{device="veth95de52a"} 1 node_network_protocol_type{device="veth95e97e6"} 1 node_network_protocol_type{device="veth963a25f"} 1 node_network_protocol_type{device="veth9689522"} 1 node_network_protocol_type{device="veth96a099f"} 1 node_network_protocol_type{device="veth96a9aed"} 1 node_network_protocol_type{device="veth9737dfd"} 1 node_network_protocol_type{device="veth9834720"} 1 node_network_protocol_type{device="veth98a4f1c"} 1 node_network_protocol_type{device="veth9900f5c"} 1 node_network_protocol_type{device="veth9930130"} 1 node_network_protocol_type{device="veth99bd252"} 1 node_network_protocol_type{device="veth9a15643"} 1 node_network_protocol_type{device="veth9a73b47"} 1 node_network_protocol_type{device="veth9ab5fa5"} 1 node_network_protocol_type{device="veth9ade6ce"} 1 node_network_protocol_type{device="veth9ae29fb"} 1 node_network_protocol_type{device="veth9b006eb"} 1 node_network_protocol_type{device="veth9b53946"} 1 node_network_protocol_type{device="veth9b574a3"} 1 node_network_protocol_type{device="veth9bb0d1d"} 1 node_network_protocol_type{device="veth9c5f63a"} 1 node_network_protocol_type{device="veth9cfeb47"} 1 node_network_protocol_type{device="veth9d3116c"} 1 node_network_protocol_type{device="veth9d5866a"} 1 node_network_protocol_type{device="veth9d7f756"} 1 node_network_protocol_type{device="veth9d95a42"} 1 node_network_protocol_type{device="veth9dee925"} 1 node_network_protocol_type{device="veth9e76a8b"} 1 node_network_protocol_type{device="veth9e9e316"} 1 node_network_protocol_type{device="veth9f0c2e2"} 1 node_network_protocol_type{device="veth9f74d58"} 1 node_network_protocol_type{device="vetha018cbf"} 1 node_network_protocol_type{device="vetha1ab304"} 1 node_network_protocol_type{device="vetha1eb306"} 1 node_network_protocol_type{device="vetha290736"} 1 node_network_protocol_type{device="vetha2aad37"} 1 node_network_protocol_type{device="vetha31d6fd"} 1 node_network_protocol_type{device="vetha334122"} 1 node_network_protocol_type{device="vetha3852e4"} 1 node_network_protocol_type{device="vetha4b0907"} 1 node_network_protocol_type{device="vetha537eb6"} 1 node_network_protocol_type{device="vetha675b8d"} 1 node_network_protocol_type{device="vetha678351"} 1 node_network_protocol_type{device="vetha6bbcc2"} 1 node_network_protocol_type{device="vetha74cd81"} 1 node_network_protocol_type{device="vetha780b5e"} 1 node_network_protocol_type{device="vetha797fe3"} 1 node_network_protocol_type{device="vetha79a05b"} 1 node_network_protocol_type{device="vetha7a2d29"} 1 node_network_protocol_type{device="vetha7ada6f"} 1 node_network_protocol_type{device="vetha8f009e"} 1 node_network_protocol_type{device="vetha96ae67"} 1 node_network_protocol_type{device="vetha997490"} 1 node_network_protocol_type{device="vetha9b6925"} 1 node_network_protocol_type{device="vethaa11814"} 1 node_network_protocol_type{device="vethaa894f6"} 1 node_network_protocol_type{device="vethab86d4a"} 1 node_network_protocol_type{device="vethab9afc5"} 1 node_network_protocol_type{device="vethac080df"} 1 node_network_protocol_type{device="vethac3a592"} 1 node_network_protocol_type{device="vethad12781"} 1 node_network_protocol_type{device="vethad38be0"} 1 node_network_protocol_type{device="vethad89bb1"} 1 node_network_protocol_type{device="vethada749e"} 1 node_network_protocol_type{device="vethadef082"} 1 node_network_protocol_type{device="vethae5faf9"} 1 node_network_protocol_type{device="vethaedfacc"} 1 node_network_protocol_type{device="vethaef0424"} 1 node_network_protocol_type{device="vethb05b013"} 1 node_network_protocol_type{device="vethb077d67"} 1 node_network_protocol_type{device="vethb0a68a0"} 1 node_network_protocol_type{device="vethb0c284f"} 1 node_network_protocol_type{device="vethb0df999"} 1 node_network_protocol_type{device="vethb25b3d8"} 1 node_network_protocol_type{device="vethb2fbd99"} 1 node_network_protocol_type{device="vethb3a8415"} 1 node_network_protocol_type{device="vethb3c68e2"} 1 node_network_protocol_type{device="vethb3cd903"} 1 node_network_protocol_type{device="vethb4870f2"} 1 node_network_protocol_type{device="vethb4da8f7"} 1 node_network_protocol_type{device="vethb51625b"} 1 node_network_protocol_type{device="vethb5e3f17"} 1 node_network_protocol_type{device="vethb60fcbc"} 1 node_network_protocol_type{device="vethb664d75"} 1 node_network_protocol_type{device="vethb68caf3"} 1 node_network_protocol_type{device="vethb77cc8b"} 1 node_network_protocol_type{device="vethb77f08e"} 1 node_network_protocol_type{device="vethb80914a"} 1 node_network_protocol_type{device="vethb8b412e"} 1 node_network_protocol_type{device="vethb8c2d4e"} 1 node_network_protocol_type{device="vethb92be35"} 1 node_network_protocol_type{device="vethb93f442"} 1 node_network_protocol_type{device="vethb95ceeb"} 1 node_network_protocol_type{device="vethb995c11"} 1 node_network_protocol_type{device="vethb9c62b1"} 1 node_network_protocol_type{device="vethbab5259"} 1 node_network_protocol_type{device="vethbb3c294"} 1 node_network_protocol_type{device="vethbbb97f9"} 1 node_network_protocol_type{device="vethbc1c416"} 1 node_network_protocol_type{device="vethbc5ca70"} 1 node_network_protocol_type{device="vethbd1f0db"} 1 node_network_protocol_type{device="vethbd573f6"} 1 node_network_protocol_type{device="vethbd7c661"} 1 node_network_protocol_type{device="vethbe7ea9e"} 1 node_network_protocol_type{device="vethbec2cbb"} 1 node_network_protocol_type{device="vethbfcf0a4"} 1 node_network_protocol_type{device="vethbff0fd3"} 1 node_network_protocol_type{device="vethc05b060"} 1 node_network_protocol_type{device="vethc09e03c"} 1 node_network_protocol_type{device="vethc15d66d"} 1 node_network_protocol_type{device="vethc196d66"} 1 node_network_protocol_type{device="vethc1ac58c"} 1 node_network_protocol_type{device="vethc1c5fcd"} 1 node_network_protocol_type{device="vethc1ef3da"} 1 node_network_protocol_type{device="vethc2efd7c"} 1 node_network_protocol_type{device="vethc314d9e"} 1 node_network_protocol_type{device="vethc3bdd94"} 1 node_network_protocol_type{device="vethc3ec1dd"} 1 node_network_protocol_type{device="vethc4061a9"} 1 node_network_protocol_type{device="vethc452900"} 1 node_network_protocol_type{device="vethc45c99c"} 1 node_network_protocol_type{device="vethc482fb8"} 1 node_network_protocol_type{device="vethc503d39"} 1 node_network_protocol_type{device="vethc53c8a6"} 1 node_network_protocol_type{device="vethc5b4fd7"} 1 node_network_protocol_type{device="vethc605740"} 1 node_network_protocol_type{device="vethc6116a4"} 1 node_network_protocol_type{device="vethc66fb8a"} 1 node_network_protocol_type{device="vethc6ae4c6"} 1 node_network_protocol_type{device="vethc6fb5c3"} 1 node_network_protocol_type{device="vethc774b55"} 1 node_network_protocol_type{device="vethc7cfbf3"} 1 node_network_protocol_type{device="vethc7e7ad1"} 1 node_network_protocol_type{device="vethc8593ec"} 1 node_network_protocol_type{device="vethc8db878"} 1 node_network_protocol_type{device="vethc9a9adb"} 1 node_network_protocol_type{device="vethcc09d95"} 1 node_network_protocol_type{device="vethcc14215"} 1 node_network_protocol_type{device="vethcc8ea41"} 1 node_network_protocol_type{device="vethcccbbc2"} 1 node_network_protocol_type{device="vethcd037d2"} 1 node_network_protocol_type{device="vethcd46f50"} 1 node_network_protocol_type{device="vethcd4f5e4"} 1 node_network_protocol_type{device="vethcd69036"} 1 node_network_protocol_type{device="vethcdb9063"} 1 node_network_protocol_type{device="vethce03e73"} 1 node_network_protocol_type{device="vethce4911b"} 1 node_network_protocol_type{device="vethcee6c6b"} 1 node_network_protocol_type{device="vethcf40450"} 1 node_network_protocol_type{device="vethd010653"} 1 node_network_protocol_type{device="vethd015bfd"} 1 node_network_protocol_type{device="vethd01bced"} 1 node_network_protocol_type{device="vethd08787c"} 1 node_network_protocol_type{device="vethd0d2e30"} 1 node_network_protocol_type{device="vethd12d945"} 1 node_network_protocol_type{device="vethd16a72f"} 1 node_network_protocol_type{device="vethd1719c5"} 1 node_network_protocol_type{device="vethd1871e7"} 1 node_network_protocol_type{device="vethd25aa3b"} 1 node_network_protocol_type{device="vethd36eb18"} 1 node_network_protocol_type{device="vethd3a300e"} 1 node_network_protocol_type{device="vethd3ed1c7"} 1 node_network_protocol_type{device="vethd4b817a"} 1 node_network_protocol_type{device="vethd4d7b42"} 1 node_network_protocol_type{device="vethd4e7c2c"} 1 node_network_protocol_type{device="vethd623391"} 1 node_network_protocol_type{device="vethd698bb5"} 1 node_network_protocol_type{device="vethd6a884e"} 1 node_network_protocol_type{device="vethd77ed8c"} 1 node_network_protocol_type{device="vethd788961"} 1 node_network_protocol_type{device="vethd7dd546"} 1 node_network_protocol_type{device="vethd80ed49"} 1 node_network_protocol_type{device="vethd81b53c"} 1 node_network_protocol_type{device="vethd8ae67f"} 1 node_network_protocol_type{device="vethd9ad995"} 1 node_network_protocol_type{device="vethda00b2c"} 1 node_network_protocol_type{device="vethda17b81"} 1 node_network_protocol_type{device="vethda42a3d"} 1 node_network_protocol_type{device="vethda8113b"} 1 node_network_protocol_type{device="vethda97a73"} 1 node_network_protocol_type{device="vethdcd40f5"} 1 node_network_protocol_type{device="vethdcd5e9f"} 1 node_network_protocol_type{device="vethdd7f080"} 1 node_network_protocol_type{device="vethdd9457a"} 1 node_network_protocol_type{device="vethddaa2f6"} 1 node_network_protocol_type{device="vethddd757b"} 1 node_network_protocol_type{device="vethde484ca"} 1 node_network_protocol_type{device="vethde84e28"} 1 node_network_protocol_type{device="vethdee08a0"} 1 node_network_protocol_type{device="vethdf3c363"} 1 node_network_protocol_type{device="vethe044dd7"} 1 node_network_protocol_type{device="vethe0eb635"} 1 node_network_protocol_type{device="vethe121842"} 1 node_network_protocol_type{device="vethe17b4b2"} 1 node_network_protocol_type{device="vethe240296"} 1 node_network_protocol_type{device="vethe2a6aa2"} 1 node_network_protocol_type{device="vethe2c776a"} 1 node_network_protocol_type{device="vethe2ee303"} 1 node_network_protocol_type{device="vethe3053d7"} 1 node_network_protocol_type{device="vethe31ca35"} 1 node_network_protocol_type{device="vethe37671b"} 1 node_network_protocol_type{device="vethe3a02f4"} 1 node_network_protocol_type{device="vethe3b4d90"} 1 node_network_protocol_type{device="vethe4e7a4c"} 1 node_network_protocol_type{device="vethe52d560"} 1 node_network_protocol_type{device="vethe69c35e"} 1 node_network_protocol_type{device="vethe6fd8c5"} 1 node_network_protocol_type{device="vethe70eee7"} 1 node_network_protocol_type{device="vethe741a23"} 1 node_network_protocol_type{device="vethe747942"} 1 node_network_protocol_type{device="vethe7681a6"} 1 node_network_protocol_type{device="vethe7756c8"} 1 node_network_protocol_type{device="vethe85d3d3"} 1 node_network_protocol_type{device="vethe8c8080"} 1 node_network_protocol_type{device="vethe90aeb2"} 1 node_network_protocol_type{device="vethea085b3"} 1 node_network_protocol_type{device="vetheaf1fb5"} 1 node_network_protocol_type{device="vetheb12841"} 1 node_network_protocol_type{device="vetheb390b0"} 1 node_network_protocol_type{device="vethebf40ec"} 1 node_network_protocol_type{device="vethebf8ec5"} 1 node_network_protocol_type{device="vethec38299"} 1 node_network_protocol_type{device="vethec3b924"} 1 node_network_protocol_type{device="vethecb745a"} 1 node_network_protocol_type{device="vethed62efc"} 1 node_network_protocol_type{device="vethed6b660"} 1 node_network_protocol_type{device="vethed862f6"} 1 node_network_protocol_type{device="vethee6cff7"} 1 node_network_protocol_type{device="vethee8eb9c"} 1 node_network_protocol_type{device="vetheec35b5"} 1 node_network_protocol_type{device="vetheec68f2"} 1 node_network_protocol_type{device="vethef14514"} 1 node_network_protocol_type{device="vethef7358f"} 1 node_network_protocol_type{device="vethefc1f2e"} 1 node_network_protocol_type{device="vethf0b13ba"} 1 node_network_protocol_type{device="vethf0d9869"} 1 node_network_protocol_type{device="vethf12362d"} 1 node_network_protocol_type{device="vethf1fdf1f"} 1 node_network_protocol_type{device="vethf239d3f"} 1 node_network_protocol_type{device="vethf2b0340"} 1 node_network_protocol_type{device="vethf3380cf"} 1 node_network_protocol_type{device="vethf35de8c"} 1 node_network_protocol_type{device="vethf3aa0d1"} 1 node_network_protocol_type{device="vethf3e722c"} 1 node_network_protocol_type{device="vethf4d422e"} 1 node_network_protocol_type{device="vethf5878a9"} 1 node_network_protocol_type{device="vethf60f77c"} 1 node_network_protocol_type{device="vethf6b618c"} 1 node_network_protocol_type{device="vethf739350"} 1 node_network_protocol_type{device="vethf75dfd6"} 1 node_network_protocol_type{device="vethf7c6492"} 1 node_network_protocol_type{device="vethf7e7622"} 1 node_network_protocol_type{device="vethf7f96c4"} 1 node_network_protocol_type{device="vethf81bb1f"} 1 node_network_protocol_type{device="vethf831c6e"} 1 node_network_protocol_type{device="vethf878734"} 1 node_network_protocol_type{device="vethf8b777e"} 1 node_network_protocol_type{device="vethf9297c3"} 1 node_network_protocol_type{device="vethf93ef43"} 1 node_network_protocol_type{device="vethf9dc188"} 1 node_network_protocol_type{device="vethfa21f05"} 1 node_network_protocol_type{device="vethfa7118a"} 1 node_network_protocol_type{device="vethfa9e5b8"} 1 node_network_protocol_type{device="vethfad6627"} 1 node_network_protocol_type{device="vethfb2bfe2"} 1 node_network_protocol_type{device="vethfb6999a"} 1 node_network_protocol_type{device="vethfba34d0"} 1 node_network_protocol_type{device="vethfbee07c"} 1 node_network_protocol_type{device="vethfc5799c"} 1 node_network_protocol_type{device="vethfcf4485"} 1 node_network_protocol_type{device="vethfd434b4"} 1 node_network_protocol_type{device="vethfd4ae4a"} 1 node_network_protocol_type{device="vethfdd4d19"} 1 node_network_protocol_type{device="vethfe2ae54"} 1 node_network_protocol_type{device="vethfe3f546"} 1 node_network_protocol_type{device="vethfe695e7"} 1 node_network_protocol_type{device="vethfe841b8"} 1 node_network_protocol_type{device="vethfeb3f2a"} 1 node_network_protocol_type{device="vethfeeef20"} 1 node_network_protocol_type{device="vethff1f982"} 1 node_network_protocol_type{device="vethff7d976"} 1 node_network_protocol_type{device="vethffbce7a"} 1 node_network_protocol_type{device="vethffe6de7"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 2.06031831e+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"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 2.509669e+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-0041aebf0bd9"} 1.25e+09 node_network_speed_bytes{device="br-02669b34ccad"} 1.25e+09 node_network_speed_bytes{device="br-02823e0b21f8"} 1.25e+09 node_network_speed_bytes{device="br-035e1584ee12"} 1.25e+09 node_network_speed_bytes{device="br-03ef3fa9694c"} 1.25e+09 node_network_speed_bytes{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} -125000 node_network_speed_bytes{device="br-1824841a31f9"} 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-1da1821d18b3"} 1.25e+09 node_network_speed_bytes{device="br-1de64be72380"} 1.25e+09 node_network_speed_bytes{device="br-1f9ea77f28ce"} 1.25e+09 node_network_speed_bytes{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 1.25e+09 node_network_speed_bytes{device="br-27771a4b5e1c"} 1.25e+09 node_network_speed_bytes{device="br-2ed3ce7916f4"} 1.25e+09 node_network_speed_bytes{device="br-301b4c89e775"} 1.25e+09 node_network_speed_bytes{device="br-3068524ec93f"} 1.25e+09 node_network_speed_bytes{device="br-317a2bbca622"} 1.25e+09 node_network_speed_bytes{device="br-349eb65873d4"} 1.25e+09 node_network_speed_bytes{device="br-34eb4dd7e9c0"} 1.25e+09 node_network_speed_bytes{device="br-37f17f8c2f41"} 1.25e+09 node_network_speed_bytes{device="br-3ad09e25ab78"} 1.25e+09 node_network_speed_bytes{device="br-3d3c5fbec0dd"} 1.25e+09 node_network_speed_bytes{device="br-3ed5391afb94"} 1.25e+09 node_network_speed_bytes{device="br-4091e772ca83"} 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-4614b58c6316"} 1.25e+09 node_network_speed_bytes{device="br-4666f7cfb5ad"} 1.25e+09 node_network_speed_bytes{device="br-483851ad6d82"} 1.25e+09 node_network_speed_bytes{device="br-4a66d39e6115"} 1.25e+09 node_network_speed_bytes{device="br-4f8bcb06bb21"} 1.25e+09 node_network_speed_bytes{device="br-513a5eb5a5ed"} 1.25e+09 node_network_speed_bytes{device="br-52ce8deae651"} 1.25e+09 node_network_speed_bytes{device="br-543616338fa2"} 1.25e+09 node_network_speed_bytes{device="br-559d36b72748"} 1.25e+09 node_network_speed_bytes{device="br-5748fcd1e7ca"} -125000 node_network_speed_bytes{device="br-58f8dcbfa915"} 1.25e+09 node_network_speed_bytes{device="br-5cb33e972896"} 1.25e+09 node_network_speed_bytes{device="br-5cd378a95a50"} 1.25e+09 node_network_speed_bytes{device="br-5db0c1bc605b"} 1.25e+09 node_network_speed_bytes{device="br-60f225ebe8cf"} -125000 node_network_speed_bytes{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 1.25e+09 node_network_speed_bytes{device="br-67b6f2b09055"} 1.25e+09 node_network_speed_bytes{device="br-6801e77b28e6"} 1.25e+09 node_network_speed_bytes{device="br-731a89c43fe8"} 1.25e+09 node_network_speed_bytes{device="br-75640dcb1806"} 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-7a05c4b4c71c"} -125000 node_network_speed_bytes{device="br-7f1c0840c41b"} 1.25e+09 node_network_speed_bytes{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 1.25e+09 node_network_speed_bytes{device="br-94b2fbf06b0d"} 1.25e+09 node_network_speed_bytes{device="br-94ccc3a0a891"} 1.25e+09 node_network_speed_bytes{device="br-978ac97c7837"} 1.25e+09 node_network_speed_bytes{device="br-9dd2a20937e6"} 1.25e+09 node_network_speed_bytes{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 1.25e+09 node_network_speed_bytes{device="br-ab7e8be9c7b8"} 1.25e+09 node_network_speed_bytes{device="br-ab8f176f7ba4"} 1.25e+09 node_network_speed_bytes{device="br-b155b277758b"} 1.25e+09 node_network_speed_bytes{device="br-b9ddcd38e3d5"} -125000 node_network_speed_bytes{device="br-bc64dc65c104"} 1.25e+09 node_network_speed_bytes{device="br-bc673706b5ae"} 1.25e+09 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-c6291428ebee"} 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-c86562d687da"} 1.25e+09 node_network_speed_bytes{device="br-cb14ad5f78d9"} 1.25e+09 node_network_speed_bytes{device="br-cd22c9cceee9"} 1.25e+09 node_network_speed_bytes{device="br-cf6b946573c1"} 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-d68147769b09"} 1.25e+09 node_network_speed_bytes{device="br-d81320e12692"} 1.25e+09 node_network_speed_bytes{device="br-da621f14fb83"} 1.25e+09 node_network_speed_bytes{device="br-dc8640f674ee"} 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-e24d302efec6"} 1.25e+09 node_network_speed_bytes{device="br-e2ebf44ea1f2"} 1.25e+09 node_network_speed_bytes{device="br-e63b0d1593b5"} 1.25e+09 node_network_speed_bytes{device="br-ec56c664f289"} 1.25e+09 node_network_speed_bytes{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 1.25e+09 node_network_speed_bytes{device="br-fb23b0434540"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth0076559"} 1.25e+09 node_network_speed_bytes{device="veth0106c7a"} 1.25e+09 node_network_speed_bytes{device="veth01165f0"} 1.25e+09 node_network_speed_bytes{device="veth01de5af"} 1.25e+09 node_network_speed_bytes{device="veth0252a2a"} 1.25e+09 node_network_speed_bytes{device="veth026b5f1"} 1.25e+09 node_network_speed_bytes{device="veth02d5a2d"} 1.25e+09 node_network_speed_bytes{device="veth0387d76"} 1.25e+09 node_network_speed_bytes{device="veth03f1565"} 1.25e+09 node_network_speed_bytes{device="veth0474396"} 1.25e+09 node_network_speed_bytes{device="veth04bcbc0"} 1.25e+09 node_network_speed_bytes{device="veth053af97"} 1.25e+09 node_network_speed_bytes{device="veth0549182"} 1.25e+09 node_network_speed_bytes{device="veth054cedc"} 1.25e+09 node_network_speed_bytes{device="veth05a336b"} 1.25e+09 node_network_speed_bytes{device="veth05b1403"} 1.25e+09 node_network_speed_bytes{device="veth05dbfef"} 1.25e+09 node_network_speed_bytes{device="veth0666583"} 1.25e+09 node_network_speed_bytes{device="veth073b9c4"} 1.25e+09 node_network_speed_bytes{device="veth08149de"} 1.25e+09 node_network_speed_bytes{device="veth0906c73"} 1.25e+09 node_network_speed_bytes{device="veth0948320"} 1.25e+09 node_network_speed_bytes{device="veth0aa1c2d"} 1.25e+09 node_network_speed_bytes{device="veth0acd33e"} 1.25e+09 node_network_speed_bytes{device="veth0ae79aa"} 1.25e+09 node_network_speed_bytes{device="veth0af3200"} 1.25e+09 node_network_speed_bytes{device="veth0b0f675"} 1.25e+09 node_network_speed_bytes{device="veth0b2f2a0"} 1.25e+09 node_network_speed_bytes{device="veth0b70bc8"} 1.25e+09 node_network_speed_bytes{device="veth0d172e4"} 1.25e+09 node_network_speed_bytes{device="veth0da84c5"} 1.25e+09 node_network_speed_bytes{device="veth0dda3d7"} 1.25e+09 node_network_speed_bytes{device="veth0e35f5e"} 1.25e+09 node_network_speed_bytes{device="veth0eedf53"} 1.25e+09 node_network_speed_bytes{device="veth0f291f5"} 1.25e+09 node_network_speed_bytes{device="veth0f4d0ed"} 1.25e+09 node_network_speed_bytes{device="veth0f85411"} 1.25e+09 node_network_speed_bytes{device="veth0fce86d"} 1.25e+09 node_network_speed_bytes{device="veth100fd27"} 1.25e+09 node_network_speed_bytes{device="veth10227c2"} 1.25e+09 node_network_speed_bytes{device="veth10693ca"} 1.25e+09 node_network_speed_bytes{device="veth108735b"} 1.25e+09 node_network_speed_bytes{device="veth114bf22"} 1.25e+09 node_network_speed_bytes{device="veth12564dc"} 1.25e+09 node_network_speed_bytes{device="veth12ef518"} 1.25e+09 node_network_speed_bytes{device="veth1343dbc"} 1.25e+09 node_network_speed_bytes{device="veth1394791"} 1.25e+09 node_network_speed_bytes{device="veth13b4efd"} 1.25e+09 node_network_speed_bytes{device="veth13de79b"} 1.25e+09 node_network_speed_bytes{device="veth14dc831"} 1.25e+09 node_network_speed_bytes{device="veth1513f1b"} 1.25e+09 node_network_speed_bytes{device="veth1574334"} 1.25e+09 node_network_speed_bytes{device="veth1596f02"} 1.25e+09 node_network_speed_bytes{device="veth15c7048"} 1.25e+09 node_network_speed_bytes{device="veth15fb20f"} 1.25e+09 node_network_speed_bytes{device="veth160d560"} 1.25e+09 node_network_speed_bytes{device="veth1632a4e"} 1.25e+09 node_network_speed_bytes{device="veth1687023"} 1.25e+09 node_network_speed_bytes{device="veth16b6f88"} 1.25e+09 node_network_speed_bytes{device="veth16bc448"} 1.25e+09 node_network_speed_bytes{device="veth1761f88"} 1.25e+09 node_network_speed_bytes{device="veth17f0f90"} 1.25e+09 node_network_speed_bytes{device="veth1906b94"} 1.25e+09 node_network_speed_bytes{device="veth1908d88"} 1.25e+09 node_network_speed_bytes{device="veth19402da"} 1.25e+09 node_network_speed_bytes{device="veth194b2c8"} 1.25e+09 node_network_speed_bytes{device="veth19bdf4c"} 1.25e+09 node_network_speed_bytes{device="veth19c9513"} 1.25e+09 node_network_speed_bytes{device="veth1af3324"} 1.25e+09 node_network_speed_bytes{device="veth1b8e6ca"} 1.25e+09 node_network_speed_bytes{device="veth1ba4f00"} 1.25e+09 node_network_speed_bytes{device="veth1ba5627"} 1.25e+09 node_network_speed_bytes{device="veth1c6c526"} 1.25e+09 node_network_speed_bytes{device="veth1cb7af3"} 1.25e+09 node_network_speed_bytes{device="veth1cc7b21"} 1.25e+09 node_network_speed_bytes{device="veth1d0f4d8"} 1.25e+09 node_network_speed_bytes{device="veth1d1026d"} 1.25e+09 node_network_speed_bytes{device="veth1d1c849"} 1.25e+09 node_network_speed_bytes{device="veth1d28880"} 1.25e+09 node_network_speed_bytes{device="veth1db323f"} 1.25e+09 node_network_speed_bytes{device="veth1dfacd2"} 1.25e+09 node_network_speed_bytes{device="veth1e385fe"} 1.25e+09 node_network_speed_bytes{device="veth1e5d33a"} 1.25e+09 node_network_speed_bytes{device="veth1f2d55e"} 1.25e+09 node_network_speed_bytes{device="veth1fca91e"} 1.25e+09 node_network_speed_bytes{device="veth203039a"} 1.25e+09 node_network_speed_bytes{device="veth23495cd"} 1.25e+09 node_network_speed_bytes{device="veth23db7fb"} 1.25e+09 node_network_speed_bytes{device="veth24484c9"} 1.25e+09 node_network_speed_bytes{device="veth24a85f4"} 1.25e+09 node_network_speed_bytes{device="veth24b4904"} 1.25e+09 node_network_speed_bytes{device="veth25b04e7"} 1.25e+09 node_network_speed_bytes{device="veth25c4ced"} 1.25e+09 node_network_speed_bytes{device="veth2677c54"} 1.25e+09 node_network_speed_bytes{device="veth26be59d"} 1.25e+09 node_network_speed_bytes{device="veth2763119"} 1.25e+09 node_network_speed_bytes{device="veth276dd03"} 1.25e+09 node_network_speed_bytes{device="veth27ca332"} 1.25e+09 node_network_speed_bytes{device="veth27e4c1c"} 1.25e+09 node_network_speed_bytes{device="veth28c678d"} 1.25e+09 node_network_speed_bytes{device="veth28c8226"} 1.25e+09 node_network_speed_bytes{device="veth2989c66"} 1.25e+09 node_network_speed_bytes{device="veth29c349f"} 1.25e+09 node_network_speed_bytes{device="veth29d825b"} 1.25e+09 node_network_speed_bytes{device="veth29ee720"} 1.25e+09 node_network_speed_bytes{device="veth2a756fb"} 1.25e+09 node_network_speed_bytes{device="veth2b8adb8"} 1.25e+09 node_network_speed_bytes{device="veth2c4593e"} 1.25e+09 node_network_speed_bytes{device="veth2d6ab8a"} 1.25e+09 node_network_speed_bytes{device="veth2dd1c6e"} 1.25e+09 node_network_speed_bytes{device="veth2e07e70"} 1.25e+09 node_network_speed_bytes{device="veth2e40990"} 1.25e+09 node_network_speed_bytes{device="veth2e5abcd"} 1.25e+09 node_network_speed_bytes{device="veth2e69099"} 1.25e+09 node_network_speed_bytes{device="veth2f38598"} 1.25e+09 node_network_speed_bytes{device="veth2ffd510"} 1.25e+09 node_network_speed_bytes{device="veth30e4f5f"} 1.25e+09 node_network_speed_bytes{device="veth31b78d8"} 1.25e+09 node_network_speed_bytes{device="veth31f1351"} 1.25e+09 node_network_speed_bytes{device="veth338902a"} 1.25e+09 node_network_speed_bytes{device="veth33b6fcc"} 1.25e+09 node_network_speed_bytes{device="veth3425c34"} 1.25e+09 node_network_speed_bytes{device="veth35a0d0a"} 1.25e+09 node_network_speed_bytes{device="veth35cd0f6"} 1.25e+09 node_network_speed_bytes{device="veth35d0e81"} 1.25e+09 node_network_speed_bytes{device="veth361c4b1"} 1.25e+09 node_network_speed_bytes{device="veth3628cc5"} 1.25e+09 node_network_speed_bytes{device="veth36528f9"} 1.25e+09 node_network_speed_bytes{device="veth366ec90"} 1.25e+09 node_network_speed_bytes{device="veth36d5c28"} 1.25e+09 node_network_speed_bytes{device="veth36df713"} 1.25e+09 node_network_speed_bytes{device="veth375db39"} 1.25e+09 node_network_speed_bytes{device="veth380b2a7"} 1.25e+09 node_network_speed_bytes{device="veth3830fdd"} 1.25e+09 node_network_speed_bytes{device="veth386f875"} 1.25e+09 node_network_speed_bytes{device="veth3887938"} 1.25e+09 node_network_speed_bytes{device="veth3909a19"} 1.25e+09 node_network_speed_bytes{device="veth39322e0"} 1.25e+09 node_network_speed_bytes{device="veth39388ff"} 1.25e+09 node_network_speed_bytes{device="veth3977d1b"} 1.25e+09 node_network_speed_bytes{device="veth3a1e789"} 1.25e+09 node_network_speed_bytes{device="veth3a36ed1"} 1.25e+09 node_network_speed_bytes{device="veth3a75d41"} 1.25e+09 node_network_speed_bytes{device="veth3addbbf"} 1.25e+09 node_network_speed_bytes{device="veth3ae320c"} 1.25e+09 node_network_speed_bytes{device="veth3bcce56"} 1.25e+09 node_network_speed_bytes{device="veth3bd884c"} 1.25e+09 node_network_speed_bytes{device="veth3c3b00b"} 1.25e+09 node_network_speed_bytes{device="veth3cc3569"} 1.25e+09 node_network_speed_bytes{device="veth3ceac5b"} 1.25e+09 node_network_speed_bytes{device="veth3d16828"} 1.25e+09 node_network_speed_bytes{device="veth3d622be"} 1.25e+09 node_network_speed_bytes{device="veth3d7014e"} 1.25e+09 node_network_speed_bytes{device="veth3d871d0"} 1.25e+09 node_network_speed_bytes{device="veth3d8c990"} 1.25e+09 node_network_speed_bytes{device="veth3e51ec2"} 1.25e+09 node_network_speed_bytes{device="veth3fba8fa"} 1.25e+09 node_network_speed_bytes{device="veth3fcdfb2"} 1.25e+09 node_network_speed_bytes{device="veth400edd5"} 1.25e+09 node_network_speed_bytes{device="veth4044f24"} 1.25e+09 node_network_speed_bytes{device="veth404bd5a"} 1.25e+09 node_network_speed_bytes{device="veth41723a0"} 1.25e+09 node_network_speed_bytes{device="veth41dd412"} 1.25e+09 node_network_speed_bytes{device="veth41ffa22"} 1.25e+09 node_network_speed_bytes{device="veth42beb99"} 1.25e+09 node_network_speed_bytes{device="veth4388bb3"} 1.25e+09 node_network_speed_bytes{device="veth43f0d07"} 1.25e+09 node_network_speed_bytes{device="veth4431593"} 1.25e+09 node_network_speed_bytes{device="veth44554c4"} 1.25e+09 node_network_speed_bytes{device="veth4499dcf"} 1.25e+09 node_network_speed_bytes{device="veth44b6795"} 1.25e+09 node_network_speed_bytes{device="veth454590d"} 1.25e+09 node_network_speed_bytes{device="veth45753b2"} 1.25e+09 node_network_speed_bytes{device="veth45d8744"} 1.25e+09 node_network_speed_bytes{device="veth463e5c0"} 1.25e+09 node_network_speed_bytes{device="veth467de80"} 1.25e+09 node_network_speed_bytes{device="veth4683144"} 1.25e+09 node_network_speed_bytes{device="veth46a6eb5"} 1.25e+09 node_network_speed_bytes{device="veth46dd615"} 1.25e+09 node_network_speed_bytes{device="veth479a8c8"} 1.25e+09 node_network_speed_bytes{device="veth47e9160"} 1.25e+09 node_network_speed_bytes{device="veth48129d5"} 1.25e+09 node_network_speed_bytes{device="veth48d6056"} 1.25e+09 node_network_speed_bytes{device="veth4981a73"} 1.25e+09 node_network_speed_bytes{device="veth49dacab"} 1.25e+09 node_network_speed_bytes{device="veth49f8bca"} 1.25e+09 node_network_speed_bytes{device="veth49fa050"} 1.25e+09 node_network_speed_bytes{device="veth4a87249"} 1.25e+09 node_network_speed_bytes{device="veth4ae78af"} 1.25e+09 node_network_speed_bytes{device="veth4b38fc1"} 1.25e+09 node_network_speed_bytes{device="veth4ba8b40"} 1.25e+09 node_network_speed_bytes{device="veth4bac263"} 1.25e+09 node_network_speed_bytes{device="veth4be1e5a"} 1.25e+09 node_network_speed_bytes{device="veth4c83414"} 1.25e+09 node_network_speed_bytes{device="veth4db7462"} 1.25e+09 node_network_speed_bytes{device="veth4e0a606"} 1.25e+09 node_network_speed_bytes{device="veth4e6aa51"} 1.25e+09 node_network_speed_bytes{device="veth4e7280a"} 1.25e+09 node_network_speed_bytes{device="veth4f150d0"} 1.25e+09 node_network_speed_bytes{device="veth50f3d21"} 1.25e+09 node_network_speed_bytes{device="veth511957b"} 1.25e+09 node_network_speed_bytes{device="veth51df910"} 1.25e+09 node_network_speed_bytes{device="veth5291507"} 1.25e+09 node_network_speed_bytes{device="veth52b62fe"} 1.25e+09 node_network_speed_bytes{device="veth52ba1f6"} 1.25e+09 node_network_speed_bytes{device="veth53803c8"} 1.25e+09 node_network_speed_bytes{device="veth53ed4ca"} 1.25e+09 node_network_speed_bytes{device="veth544923a"} 1.25e+09 node_network_speed_bytes{device="veth549693f"} 1.25e+09 node_network_speed_bytes{device="veth54d90c8"} 1.25e+09 node_network_speed_bytes{device="veth54e9d4a"} 1.25e+09 node_network_speed_bytes{device="veth550dee9"} 1.25e+09 node_network_speed_bytes{device="veth553ede3"} 1.25e+09 node_network_speed_bytes{device="veth554fa26"} 1.25e+09 node_network_speed_bytes{device="veth55a9843"} 1.25e+09 node_network_speed_bytes{device="veth55b0ec4"} 1.25e+09 node_network_speed_bytes{device="veth55c73bd"} 1.25e+09 node_network_speed_bytes{device="veth55cf210"} 1.25e+09 node_network_speed_bytes{device="veth56b065b"} 1.25e+09 node_network_speed_bytes{device="veth56ff8d7"} 1.25e+09 node_network_speed_bytes{device="veth57100d3"} 1.25e+09 node_network_speed_bytes{device="veth5744d5f"} 1.25e+09 node_network_speed_bytes{device="veth57a7b7e"} 1.25e+09 node_network_speed_bytes{device="veth587208b"} 1.25e+09 node_network_speed_bytes{device="veth59a28f9"} 1.25e+09 node_network_speed_bytes{device="veth59ec687"} 1.25e+09 node_network_speed_bytes{device="veth5a2f03c"} 1.25e+09 node_network_speed_bytes{device="veth5b14b1f"} 1.25e+09 node_network_speed_bytes{device="veth5be4441"} 1.25e+09 node_network_speed_bytes{device="veth5cf6db6"} 1.25e+09 node_network_speed_bytes{device="veth5d5edf1"} 1.25e+09 node_network_speed_bytes{device="veth5d79629"} 1.25e+09 node_network_speed_bytes{device="veth5d82bda"} 1.25e+09 node_network_speed_bytes{device="veth5d9fb18"} 1.25e+09 node_network_speed_bytes{device="veth5daf2e1"} 1.25e+09 node_network_speed_bytes{device="veth5e313cb"} 1.25e+09 node_network_speed_bytes{device="veth5ea5d19"} 1.25e+09 node_network_speed_bytes{device="veth5ede6bc"} 1.25e+09 node_network_speed_bytes{device="veth5f2f157"} 1.25e+09 node_network_speed_bytes{device="veth5f510cc"} 1.25e+09 node_network_speed_bytes{device="veth5fde4d5"} 1.25e+09 node_network_speed_bytes{device="veth608f13b"} 1.25e+09 node_network_speed_bytes{device="veth61c1692"} 1.25e+09 node_network_speed_bytes{device="veth61e4c6a"} 1.25e+09 node_network_speed_bytes{device="veth61ff867"} 1.25e+09 node_network_speed_bytes{device="veth6202b87"} 1.25e+09 node_network_speed_bytes{device="veth6314682"} 1.25e+09 node_network_speed_bytes{device="veth636b36b"} 1.25e+09 node_network_speed_bytes{device="veth63897f4"} 1.25e+09 node_network_speed_bytes{device="veth63f00f3"} 1.25e+09 node_network_speed_bytes{device="veth650a5d1"} 1.25e+09 node_network_speed_bytes{device="veth6558fa6"} 1.25e+09 node_network_speed_bytes{device="veth658b6f1"} 1.25e+09 node_network_speed_bytes{device="veth660c9c9"} 1.25e+09 node_network_speed_bytes{device="veth6634745"} 1.25e+09 node_network_speed_bytes{device="veth673a8ee"} 1.25e+09 node_network_speed_bytes{device="veth67a4acc"} 1.25e+09 node_network_speed_bytes{device="veth68228a8"} 1.25e+09 node_network_speed_bytes{device="veth698f022"} 1.25e+09 node_network_speed_bytes{device="veth6a67db5"} 1.25e+09 node_network_speed_bytes{device="veth6abc990"} 1.25e+09 node_network_speed_bytes{device="veth6b26cd5"} 1.25e+09 node_network_speed_bytes{device="veth6ba4916"} 1.25e+09 node_network_speed_bytes{device="veth6bab3d4"} 1.25e+09 node_network_speed_bytes{device="veth6bbfa32"} 1.25e+09 node_network_speed_bytes{device="veth6bd5048"} 1.25e+09 node_network_speed_bytes{device="veth6bee2a2"} 1.25e+09 node_network_speed_bytes{device="veth6c11632"} 1.25e+09 node_network_speed_bytes{device="veth6c22ce2"} 1.25e+09 node_network_speed_bytes{device="veth6cea1f5"} 1.25e+09 node_network_speed_bytes{device="veth6d4bf60"} 1.25e+09 node_network_speed_bytes{device="veth6d7d406"} 1.25e+09 node_network_speed_bytes{device="veth6dcbb17"} 1.25e+09 node_network_speed_bytes{device="veth6df542c"} 1.25e+09 node_network_speed_bytes{device="veth6e9c163"} 1.25e+09 node_network_speed_bytes{device="veth7070e17"} 1.25e+09 node_network_speed_bytes{device="veth7119448"} 1.25e+09 node_network_speed_bytes{device="veth7274c0d"} 1.25e+09 node_network_speed_bytes{device="veth72b5538"} 1.25e+09 node_network_speed_bytes{device="veth73188c4"} 1.25e+09 node_network_speed_bytes{device="veth73352ff"} 1.25e+09 node_network_speed_bytes{device="veth73fe131"} 1.25e+09 node_network_speed_bytes{device="veth74afd3b"} 1.25e+09 node_network_speed_bytes{device="veth7510955"} 1.25e+09 node_network_speed_bytes{device="veth75451a5"} 1.25e+09 node_network_speed_bytes{device="veth75454ee"} 1.25e+09 node_network_speed_bytes{device="veth75848c5"} 1.25e+09 node_network_speed_bytes{device="veth7599b2a"} 1.25e+09 node_network_speed_bytes{device="veth76be224"} 1.25e+09 node_network_speed_bytes{device="veth7742e6d"} 1.25e+09 node_network_speed_bytes{device="veth7888ef4"} 1.25e+09 node_network_speed_bytes{device="veth7a8020a"} 1.25e+09 node_network_speed_bytes{device="veth7ab8ce1"} 1.25e+09 node_network_speed_bytes{device="veth7af61c3"} 1.25e+09 node_network_speed_bytes{device="veth7b5560c"} 1.25e+09 node_network_speed_bytes{device="veth7b924a9"} 1.25e+09 node_network_speed_bytes{device="veth7ba230c"} 1.25e+09 node_network_speed_bytes{device="veth7c464a1"} 1.25e+09 node_network_speed_bytes{device="veth7cb9f47"} 1.25e+09 node_network_speed_bytes{device="veth7ccb046"} 1.25e+09 node_network_speed_bytes{device="veth7d44274"} 1.25e+09 node_network_speed_bytes{device="veth7dbd681"} 1.25e+09 node_network_speed_bytes{device="veth7e5e9af"} 1.25e+09 node_network_speed_bytes{device="veth7e62c28"} 1.25e+09 node_network_speed_bytes{device="veth7f33961"} 1.25e+09 node_network_speed_bytes{device="veth7fcd6d8"} 1.25e+09 node_network_speed_bytes{device="veth81e8cb1"} 1.25e+09 node_network_speed_bytes{device="veth81e92ae"} 1.25e+09 node_network_speed_bytes{device="veth81fc85c"} 1.25e+09 node_network_speed_bytes{device="veth82018a0"} 1.25e+09 node_network_speed_bytes{device="veth828128f"} 1.25e+09 node_network_speed_bytes{device="veth82e5071"} 1.25e+09 node_network_speed_bytes{device="veth82f1706"} 1.25e+09 node_network_speed_bytes{device="veth8358fe5"} 1.25e+09 node_network_speed_bytes{device="veth837d5f7"} 1.25e+09 node_network_speed_bytes{device="veth839108d"} 1.25e+09 node_network_speed_bytes{device="veth83ab132"} 1.25e+09 node_network_speed_bytes{device="veth83ad98f"} 1.25e+09 node_network_speed_bytes{device="veth841b54a"} 1.25e+09 node_network_speed_bytes{device="veth857de99"} 1.25e+09 node_network_speed_bytes{device="veth85b5354"} 1.25e+09 node_network_speed_bytes{device="veth86eda43"} 1.25e+09 node_network_speed_bytes{device="veth86fe81c"} 1.25e+09 node_network_speed_bytes{device="veth87665ad"} 1.25e+09 node_network_speed_bytes{device="veth87bf4ae"} 1.25e+09 node_network_speed_bytes{device="veth881af3b"} 1.25e+09 node_network_speed_bytes{device="veth8851d0b"} 1.25e+09 node_network_speed_bytes{device="veth88fa0f6"} 1.25e+09 node_network_speed_bytes{device="veth8911425"} 1.25e+09 node_network_speed_bytes{device="veth892e54a"} 1.25e+09 node_network_speed_bytes{device="veth89576e3"} 1.25e+09 node_network_speed_bytes{device="veth89bab0e"} 1.25e+09 node_network_speed_bytes{device="veth8a51411"} 1.25e+09 node_network_speed_bytes{device="veth8b2635b"} 1.25e+09 node_network_speed_bytes{device="veth8b27052"} 1.25e+09 node_network_speed_bytes{device="veth8b2cf5f"} 1.25e+09 node_network_speed_bytes{device="veth8b9fea2"} 1.25e+09 node_network_speed_bytes{device="veth8c04fed"} 1.25e+09 node_network_speed_bytes{device="veth8c0c0d5"} 1.25e+09 node_network_speed_bytes{device="veth8c16e8a"} 1.25e+09 node_network_speed_bytes{device="veth8c2ee1a"} 1.25e+09 node_network_speed_bytes{device="veth8c6cbbf"} 1.25e+09 node_network_speed_bytes{device="veth8ccc939"} 1.25e+09 node_network_speed_bytes{device="veth8d04352"} 1.25e+09 node_network_speed_bytes{device="veth8d0d5bd"} 1.25e+09 node_network_speed_bytes{device="veth8d1ab7d"} 1.25e+09 node_network_speed_bytes{device="veth8dc7e7c"} 1.25e+09 node_network_speed_bytes{device="veth8e411c0"} 1.25e+09 node_network_speed_bytes{device="veth8f3fa53"} 1.25e+09 node_network_speed_bytes{device="veth8f4aa08"} 1.25e+09 node_network_speed_bytes{device="veth8f5fbf7"} 1.25e+09 node_network_speed_bytes{device="veth8f698a3"} 1.25e+09 node_network_speed_bytes{device="veth8fb0b53"} 1.25e+09 node_network_speed_bytes{device="veth8fccdc6"} 1.25e+09 node_network_speed_bytes{device="veth90c7579"} 1.25e+09 node_network_speed_bytes{device="veth90ed6a6"} 1.25e+09 node_network_speed_bytes{device="veth910e8cf"} 1.25e+09 node_network_speed_bytes{device="veth930c9be"} 1.25e+09 node_network_speed_bytes{device="veth93112cc"} 1.25e+09 node_network_speed_bytes{device="veth93a0f8b"} 1.25e+09 node_network_speed_bytes{device="veth93c6e78"} 1.25e+09 node_network_speed_bytes{device="veth93cd3ec"} 1.25e+09 node_network_speed_bytes{device="veth949b686"} 1.25e+09 node_network_speed_bytes{device="veth94cbabc"} 1.25e+09 node_network_speed_bytes{device="veth94d91e2"} 1.25e+09 node_network_speed_bytes{device="veth95de52a"} 1.25e+09 node_network_speed_bytes{device="veth95e97e6"} 1.25e+09 node_network_speed_bytes{device="veth963a25f"} 1.25e+09 node_network_speed_bytes{device="veth9689522"} 1.25e+09 node_network_speed_bytes{device="veth96a099f"} 1.25e+09 node_network_speed_bytes{device="veth96a9aed"} 1.25e+09 node_network_speed_bytes{device="veth9737dfd"} 1.25e+09 node_network_speed_bytes{device="veth9834720"} 1.25e+09 node_network_speed_bytes{device="veth98a4f1c"} 1.25e+09 node_network_speed_bytes{device="veth9900f5c"} 1.25e+09 node_network_speed_bytes{device="veth9930130"} 1.25e+09 node_network_speed_bytes{device="veth99bd252"} 1.25e+09 node_network_speed_bytes{device="veth9a15643"} 1.25e+09 node_network_speed_bytes{device="veth9a73b47"} 1.25e+09 node_network_speed_bytes{device="veth9ab5fa5"} 1.25e+09 node_network_speed_bytes{device="veth9ade6ce"} 1.25e+09 node_network_speed_bytes{device="veth9ae29fb"} 1.25e+09 node_network_speed_bytes{device="veth9b006eb"} 1.25e+09 node_network_speed_bytes{device="veth9b53946"} 1.25e+09 node_network_speed_bytes{device="veth9b574a3"} 1.25e+09 node_network_speed_bytes{device="veth9bb0d1d"} 1.25e+09 node_network_speed_bytes{device="veth9c5f63a"} 1.25e+09 node_network_speed_bytes{device="veth9cfeb47"} 1.25e+09 node_network_speed_bytes{device="veth9d3116c"} 1.25e+09 node_network_speed_bytes{device="veth9d5866a"} 1.25e+09 node_network_speed_bytes{device="veth9d7f756"} 1.25e+09 node_network_speed_bytes{device="veth9d95a42"} 1.25e+09 node_network_speed_bytes{device="veth9dee925"} 1.25e+09 node_network_speed_bytes{device="veth9e76a8b"} 1.25e+09 node_network_speed_bytes{device="veth9e9e316"} 1.25e+09 node_network_speed_bytes{device="veth9f0c2e2"} 1.25e+09 node_network_speed_bytes{device="veth9f74d58"} 1.25e+09 node_network_speed_bytes{device="vetha018cbf"} 1.25e+09 node_network_speed_bytes{device="vetha1ab304"} 1.25e+09 node_network_speed_bytes{device="vetha1eb306"} 1.25e+09 node_network_speed_bytes{device="vetha290736"} 1.25e+09 node_network_speed_bytes{device="vetha2aad37"} 1.25e+09 node_network_speed_bytes{device="vetha31d6fd"} 1.25e+09 node_network_speed_bytes{device="vetha334122"} 1.25e+09 node_network_speed_bytes{device="vetha3852e4"} 1.25e+09 node_network_speed_bytes{device="vetha4b0907"} 1.25e+09 node_network_speed_bytes{device="vetha537eb6"} 1.25e+09 node_network_speed_bytes{device="vetha675b8d"} 1.25e+09 node_network_speed_bytes{device="vetha678351"} 1.25e+09 node_network_speed_bytes{device="vetha6bbcc2"} 1.25e+09 node_network_speed_bytes{device="vetha74cd81"} 1.25e+09 node_network_speed_bytes{device="vetha780b5e"} 1.25e+09 node_network_speed_bytes{device="vetha797fe3"} 1.25e+09 node_network_speed_bytes{device="vetha79a05b"} 1.25e+09 node_network_speed_bytes{device="vetha7a2d29"} 1.25e+09 node_network_speed_bytes{device="vetha7ada6f"} 1.25e+09 node_network_speed_bytes{device="vetha8f009e"} 1.25e+09 node_network_speed_bytes{device="vetha96ae67"} 1.25e+09 node_network_speed_bytes{device="vetha997490"} 1.25e+09 node_network_speed_bytes{device="vetha9b6925"} 1.25e+09 node_network_speed_bytes{device="vethaa11814"} 1.25e+09 node_network_speed_bytes{device="vethaa894f6"} 1.25e+09 node_network_speed_bytes{device="vethab86d4a"} 1.25e+09 node_network_speed_bytes{device="vethab9afc5"} 1.25e+09 node_network_speed_bytes{device="vethac080df"} 1.25e+09 node_network_speed_bytes{device="vethac3a592"} 1.25e+09 node_network_speed_bytes{device="vethad12781"} 1.25e+09 node_network_speed_bytes{device="vethad38be0"} 1.25e+09 node_network_speed_bytes{device="vethad89bb1"} 1.25e+09 node_network_speed_bytes{device="vethada749e"} 1.25e+09 node_network_speed_bytes{device="vethadef082"} 1.25e+09 node_network_speed_bytes{device="vethae5faf9"} 1.25e+09 node_network_speed_bytes{device="vethaedfacc"} 1.25e+09 node_network_speed_bytes{device="vethaef0424"} 1.25e+09 node_network_speed_bytes{device="vethb05b013"} 1.25e+09 node_network_speed_bytes{device="vethb077d67"} 1.25e+09 node_network_speed_bytes{device="vethb0a68a0"} 1.25e+09 node_network_speed_bytes{device="vethb0c284f"} 1.25e+09 node_network_speed_bytes{device="vethb0df999"} 1.25e+09 node_network_speed_bytes{device="vethb25b3d8"} 1.25e+09 node_network_speed_bytes{device="vethb2fbd99"} 1.25e+09 node_network_speed_bytes{device="vethb3a8415"} 1.25e+09 node_network_speed_bytes{device="vethb3c68e2"} 1.25e+09 node_network_speed_bytes{device="vethb3cd903"} 1.25e+09 node_network_speed_bytes{device="vethb4870f2"} 1.25e+09 node_network_speed_bytes{device="vethb4da8f7"} 1.25e+09 node_network_speed_bytes{device="vethb51625b"} 1.25e+09 node_network_speed_bytes{device="vethb5e3f17"} 1.25e+09 node_network_speed_bytes{device="vethb60fcbc"} 1.25e+09 node_network_speed_bytes{device="vethb664d75"} 1.25e+09 node_network_speed_bytes{device="vethb68caf3"} 1.25e+09 node_network_speed_bytes{device="vethb77cc8b"} 1.25e+09 node_network_speed_bytes{device="vethb77f08e"} 1.25e+09 node_network_speed_bytes{device="vethb80914a"} 1.25e+09 node_network_speed_bytes{device="vethb8b412e"} 1.25e+09 node_network_speed_bytes{device="vethb8c2d4e"} 1.25e+09 node_network_speed_bytes{device="vethb92be35"} 1.25e+09 node_network_speed_bytes{device="vethb93f442"} 1.25e+09 node_network_speed_bytes{device="vethb95ceeb"} 1.25e+09 node_network_speed_bytes{device="vethb995c11"} 1.25e+09 node_network_speed_bytes{device="vethb9c62b1"} 1.25e+09 node_network_speed_bytes{device="vethbab5259"} 1.25e+09 node_network_speed_bytes{device="vethbb3c294"} 1.25e+09 node_network_speed_bytes{device="vethbbb97f9"} 1.25e+09 node_network_speed_bytes{device="vethbc1c416"} 1.25e+09 node_network_speed_bytes{device="vethbc5ca70"} 1.25e+09 node_network_speed_bytes{device="vethbd1f0db"} 1.25e+09 node_network_speed_bytes{device="vethbd573f6"} 1.25e+09 node_network_speed_bytes{device="vethbd7c661"} 1.25e+09 node_network_speed_bytes{device="vethbe7ea9e"} 1.25e+09 node_network_speed_bytes{device="vethbec2cbb"} 1.25e+09 node_network_speed_bytes{device="vethbfcf0a4"} 1.25e+09 node_network_speed_bytes{device="vethbff0fd3"} 1.25e+09 node_network_speed_bytes{device="vethc05b060"} 1.25e+09 node_network_speed_bytes{device="vethc09e03c"} 1.25e+09 node_network_speed_bytes{device="vethc15d66d"} 1.25e+09 node_network_speed_bytes{device="vethc196d66"} 1.25e+09 node_network_speed_bytes{device="vethc1ac58c"} 1.25e+09 node_network_speed_bytes{device="vethc1c5fcd"} 1.25e+09 node_network_speed_bytes{device="vethc1ef3da"} 1.25e+09 node_network_speed_bytes{device="vethc2efd7c"} 1.25e+09 node_network_speed_bytes{device="vethc314d9e"} 1.25e+09 node_network_speed_bytes{device="vethc3bdd94"} 1.25e+09 node_network_speed_bytes{device="vethc3ec1dd"} 1.25e+09 node_network_speed_bytes{device="vethc4061a9"} 1.25e+09 node_network_speed_bytes{device="vethc452900"} 1.25e+09 node_network_speed_bytes{device="vethc45c99c"} 1.25e+09 node_network_speed_bytes{device="vethc482fb8"} 1.25e+09 node_network_speed_bytes{device="vethc503d39"} 1.25e+09 node_network_speed_bytes{device="vethc53c8a6"} 1.25e+09 node_network_speed_bytes{device="vethc5b4fd7"} 1.25e+09 node_network_speed_bytes{device="vethc605740"} 1.25e+09 node_network_speed_bytes{device="vethc6116a4"} 1.25e+09 node_network_speed_bytes{device="vethc66fb8a"} 1.25e+09 node_network_speed_bytes{device="vethc6ae4c6"} 1.25e+09 node_network_speed_bytes{device="vethc6fb5c3"} 1.25e+09 node_network_speed_bytes{device="vethc774b55"} 1.25e+09 node_network_speed_bytes{device="vethc7cfbf3"} 1.25e+09 node_network_speed_bytes{device="vethc7e7ad1"} 1.25e+09 node_network_speed_bytes{device="vethc8593ec"} 1.25e+09 node_network_speed_bytes{device="vethc8db878"} 1.25e+09 node_network_speed_bytes{device="vethc9a9adb"} 1.25e+09 node_network_speed_bytes{device="vethcc09d95"} 1.25e+09 node_network_speed_bytes{device="vethcc14215"} 1.25e+09 node_network_speed_bytes{device="vethcc8ea41"} 1.25e+09 node_network_speed_bytes{device="vethcccbbc2"} 1.25e+09 node_network_speed_bytes{device="vethcd037d2"} 1.25e+09 node_network_speed_bytes{device="vethcd46f50"} 1.25e+09 node_network_speed_bytes{device="vethcd4f5e4"} 1.25e+09 node_network_speed_bytes{device="vethcd69036"} 1.25e+09 node_network_speed_bytes{device="vethcdb9063"} 1.25e+09 node_network_speed_bytes{device="vethce03e73"} 1.25e+09 node_network_speed_bytes{device="vethce4911b"} 1.25e+09 node_network_speed_bytes{device="vethcee6c6b"} 1.25e+09 node_network_speed_bytes{device="vethcf40450"} 1.25e+09 node_network_speed_bytes{device="vethd010653"} 1.25e+09 node_network_speed_bytes{device="vethd015bfd"} 1.25e+09 node_network_speed_bytes{device="vethd01bced"} 1.25e+09 node_network_speed_bytes{device="vethd08787c"} 1.25e+09 node_network_speed_bytes{device="vethd0d2e30"} 1.25e+09 node_network_speed_bytes{device="vethd12d945"} 1.25e+09 node_network_speed_bytes{device="vethd16a72f"} 1.25e+09 node_network_speed_bytes{device="vethd1719c5"} 1.25e+09 node_network_speed_bytes{device="vethd1871e7"} 1.25e+09 node_network_speed_bytes{device="vethd25aa3b"} 1.25e+09 node_network_speed_bytes{device="vethd36eb18"} 1.25e+09 node_network_speed_bytes{device="vethd3a300e"} 1.25e+09 node_network_speed_bytes{device="vethd3ed1c7"} 1.25e+09 node_network_speed_bytes{device="vethd4b817a"} 1.25e+09 node_network_speed_bytes{device="vethd4d7b42"} 1.25e+09 node_network_speed_bytes{device="vethd4e7c2c"} 1.25e+09 node_network_speed_bytes{device="vethd623391"} 1.25e+09 node_network_speed_bytes{device="vethd698bb5"} 1.25e+09 node_network_speed_bytes{device="vethd6a884e"} 1.25e+09 node_network_speed_bytes{device="vethd77ed8c"} 1.25e+09 node_network_speed_bytes{device="vethd788961"} 1.25e+09 node_network_speed_bytes{device="vethd7dd546"} 1.25e+09 node_network_speed_bytes{device="vethd80ed49"} 1.25e+09 node_network_speed_bytes{device="vethd81b53c"} 1.25e+09 node_network_speed_bytes{device="vethd8ae67f"} 1.25e+09 node_network_speed_bytes{device="vethd9ad995"} 1.25e+09 node_network_speed_bytes{device="vethda00b2c"} 1.25e+09 node_network_speed_bytes{device="vethda17b81"} 1.25e+09 node_network_speed_bytes{device="vethda42a3d"} 1.25e+09 node_network_speed_bytes{device="vethda8113b"} 1.25e+09 node_network_speed_bytes{device="vethda97a73"} 1.25e+09 node_network_speed_bytes{device="vethdcd40f5"} 1.25e+09 node_network_speed_bytes{device="vethdcd5e9f"} 1.25e+09 node_network_speed_bytes{device="vethdd7f080"} 1.25e+09 node_network_speed_bytes{device="vethdd9457a"} 1.25e+09 node_network_speed_bytes{device="vethddaa2f6"} 1.25e+09 node_network_speed_bytes{device="vethddd757b"} 1.25e+09 node_network_speed_bytes{device="vethde484ca"} 1.25e+09 node_network_speed_bytes{device="vethde84e28"} 1.25e+09 node_network_speed_bytes{device="vethdee08a0"} 1.25e+09 node_network_speed_bytes{device="vethdf3c363"} 1.25e+09 node_network_speed_bytes{device="vethe044dd7"} 1.25e+09 node_network_speed_bytes{device="vethe0eb635"} 1.25e+09 node_network_speed_bytes{device="vethe121842"} 1.25e+09 node_network_speed_bytes{device="vethe17b4b2"} 1.25e+09 node_network_speed_bytes{device="vethe240296"} 1.25e+09 node_network_speed_bytes{device="vethe2a6aa2"} 1.25e+09 node_network_speed_bytes{device="vethe2c776a"} 1.25e+09 node_network_speed_bytes{device="vethe2ee303"} 1.25e+09 node_network_speed_bytes{device="vethe3053d7"} 1.25e+09 node_network_speed_bytes{device="vethe31ca35"} 1.25e+09 node_network_speed_bytes{device="vethe37671b"} 1.25e+09 node_network_speed_bytes{device="vethe3a02f4"} 1.25e+09 node_network_speed_bytes{device="vethe3b4d90"} 1.25e+09 node_network_speed_bytes{device="vethe4e7a4c"} 1.25e+09 node_network_speed_bytes{device="vethe52d560"} 1.25e+09 node_network_speed_bytes{device="vethe69c35e"} 1.25e+09 node_network_speed_bytes{device="vethe6fd8c5"} 1.25e+09 node_network_speed_bytes{device="vethe70eee7"} 1.25e+09 node_network_speed_bytes{device="vethe741a23"} 1.25e+09 node_network_speed_bytes{device="vethe747942"} 1.25e+09 node_network_speed_bytes{device="vethe7681a6"} 1.25e+09 node_network_speed_bytes{device="vethe7756c8"} 1.25e+09 node_network_speed_bytes{device="vethe85d3d3"} 1.25e+09 node_network_speed_bytes{device="vethe8c8080"} 1.25e+09 node_network_speed_bytes{device="vethe90aeb2"} 1.25e+09 node_network_speed_bytes{device="vethea085b3"} 1.25e+09 node_network_speed_bytes{device="vetheaf1fb5"} 1.25e+09 node_network_speed_bytes{device="vetheb12841"} 1.25e+09 node_network_speed_bytes{device="vetheb390b0"} 1.25e+09 node_network_speed_bytes{device="vethebf40ec"} 1.25e+09 node_network_speed_bytes{device="vethebf8ec5"} 1.25e+09 node_network_speed_bytes{device="vethec38299"} 1.25e+09 node_network_speed_bytes{device="vethec3b924"} 1.25e+09 node_network_speed_bytes{device="vethecb745a"} 1.25e+09 node_network_speed_bytes{device="vethed62efc"} 1.25e+09 node_network_speed_bytes{device="vethed6b660"} 1.25e+09 node_network_speed_bytes{device="vethed862f6"} 1.25e+09 node_network_speed_bytes{device="vethee6cff7"} 1.25e+09 node_network_speed_bytes{device="vethee8eb9c"} 1.25e+09 node_network_speed_bytes{device="vetheec35b5"} 1.25e+09 node_network_speed_bytes{device="vetheec68f2"} 1.25e+09 node_network_speed_bytes{device="vethef14514"} 1.25e+09 node_network_speed_bytes{device="vethef7358f"} 1.25e+09 node_network_speed_bytes{device="vethefc1f2e"} 1.25e+09 node_network_speed_bytes{device="vethf0b13ba"} 1.25e+09 node_network_speed_bytes{device="vethf0d9869"} 1.25e+09 node_network_speed_bytes{device="vethf12362d"} 1.25e+09 node_network_speed_bytes{device="vethf1fdf1f"} 1.25e+09 node_network_speed_bytes{device="vethf239d3f"} 1.25e+09 node_network_speed_bytes{device="vethf2b0340"} 1.25e+09 node_network_speed_bytes{device="vethf3380cf"} 1.25e+09 node_network_speed_bytes{device="vethf35de8c"} 1.25e+09 node_network_speed_bytes{device="vethf3aa0d1"} 1.25e+09 node_network_speed_bytes{device="vethf3e722c"} 1.25e+09 node_network_speed_bytes{device="vethf4d422e"} 1.25e+09 node_network_speed_bytes{device="vethf5878a9"} 1.25e+09 node_network_speed_bytes{device="vethf60f77c"} 1.25e+09 node_network_speed_bytes{device="vethf6b618c"} 1.25e+09 node_network_speed_bytes{device="vethf739350"} 1.25e+09 node_network_speed_bytes{device="vethf75dfd6"} 1.25e+09 node_network_speed_bytes{device="vethf7c6492"} 1.25e+09 node_network_speed_bytes{device="vethf7e7622"} 1.25e+09 node_network_speed_bytes{device="vethf7f96c4"} 1.25e+09 node_network_speed_bytes{device="vethf81bb1f"} 1.25e+09 node_network_speed_bytes{device="vethf831c6e"} 1.25e+09 node_network_speed_bytes{device="vethf878734"} 1.25e+09 node_network_speed_bytes{device="vethf8b777e"} 1.25e+09 node_network_speed_bytes{device="vethf9297c3"} 1.25e+09 node_network_speed_bytes{device="vethf93ef43"} 1.25e+09 node_network_speed_bytes{device="vethf9dc188"} 1.25e+09 node_network_speed_bytes{device="vethfa21f05"} 1.25e+09 node_network_speed_bytes{device="vethfa7118a"} 1.25e+09 node_network_speed_bytes{device="vethfa9e5b8"} 1.25e+09 node_network_speed_bytes{device="vethfad6627"} 1.25e+09 node_network_speed_bytes{device="vethfb2bfe2"} 1.25e+09 node_network_speed_bytes{device="vethfb6999a"} 1.25e+09 node_network_speed_bytes{device="vethfba34d0"} 1.25e+09 node_network_speed_bytes{device="vethfbee07c"} 1.25e+09 node_network_speed_bytes{device="vethfc5799c"} 1.25e+09 node_network_speed_bytes{device="vethfcf4485"} 1.25e+09 node_network_speed_bytes{device="vethfd434b4"} 1.25e+09 node_network_speed_bytes{device="vethfd4ae4a"} 1.25e+09 node_network_speed_bytes{device="vethfdd4d19"} 1.25e+09 node_network_speed_bytes{device="vethfe2ae54"} 1.25e+09 node_network_speed_bytes{device="vethfe3f546"} 1.25e+09 node_network_speed_bytes{device="vethfe695e7"} 1.25e+09 node_network_speed_bytes{device="vethfe841b8"} 1.25e+09 node_network_speed_bytes{device="vethfeb3f2a"} 1.25e+09 node_network_speed_bytes{device="vethfeeef20"} 1.25e+09 node_network_speed_bytes{device="vethff1f982"} 1.25e+09 node_network_speed_bytes{device="vethff7d976"} 1.25e+09 node_network_speed_bytes{device="vethffbce7a"} 1.25e+09 node_network_speed_bytes{device="vethffe6de7"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 9.348038931e+09 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 2.420074e+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-0041aebf0bd9"} 0 node_network_transmit_queue_length{device="br-02669b34ccad"} 0 node_network_transmit_queue_length{device="br-02823e0b21f8"} 0 node_network_transmit_queue_length{device="br-035e1584ee12"} 0 node_network_transmit_queue_length{device="br-03ef3fa9694c"} 0 node_network_transmit_queue_length{device="br-089331b9c07a"} 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-0f0120b6dc67"} 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-1612b21b795d"} 0 node_network_transmit_queue_length{device="br-1824841a31f9"} 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-1da1821d18b3"} 0 node_network_transmit_queue_length{device="br-1de64be72380"} 0 node_network_transmit_queue_length{device="br-1f9ea77f28ce"} 0 node_network_transmit_queue_length{device="br-1ff792b398ff"} 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-26801dfb5c9b"} 0 node_network_transmit_queue_length{device="br-27771a4b5e1c"} 0 node_network_transmit_queue_length{device="br-2ed3ce7916f4"} 0 node_network_transmit_queue_length{device="br-301b4c89e775"} 0 node_network_transmit_queue_length{device="br-3068524ec93f"} 0 node_network_transmit_queue_length{device="br-317a2bbca622"} 0 node_network_transmit_queue_length{device="br-349eb65873d4"} 0 node_network_transmit_queue_length{device="br-34eb4dd7e9c0"} 0 node_network_transmit_queue_length{device="br-37f17f8c2f41"} 0 node_network_transmit_queue_length{device="br-3ad09e25ab78"} 0 node_network_transmit_queue_length{device="br-3d3c5fbec0dd"} 0 node_network_transmit_queue_length{device="br-3ed5391afb94"} 0 node_network_transmit_queue_length{device="br-4091e772ca83"} 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-4614b58c6316"} 0 node_network_transmit_queue_length{device="br-4666f7cfb5ad"} 0 node_network_transmit_queue_length{device="br-483851ad6d82"} 0 node_network_transmit_queue_length{device="br-4a66d39e6115"} 0 node_network_transmit_queue_length{device="br-4f8bcb06bb21"} 0 node_network_transmit_queue_length{device="br-513a5eb5a5ed"} 0 node_network_transmit_queue_length{device="br-52ce8deae651"} 0 node_network_transmit_queue_length{device="br-543616338fa2"} 0 node_network_transmit_queue_length{device="br-559d36b72748"} 0 node_network_transmit_queue_length{device="br-5748fcd1e7ca"} 0 node_network_transmit_queue_length{device="br-58f8dcbfa915"} 0 node_network_transmit_queue_length{device="br-5cb33e972896"} 0 node_network_transmit_queue_length{device="br-5cd378a95a50"} 0 node_network_transmit_queue_length{device="br-5db0c1bc605b"} 0 node_network_transmit_queue_length{device="br-60f225ebe8cf"} 0 node_network_transmit_queue_length{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 0 node_network_transmit_queue_length{device="br-67b6f2b09055"} 0 node_network_transmit_queue_length{device="br-6801e77b28e6"} 0 node_network_transmit_queue_length{device="br-731a89c43fe8"} 0 node_network_transmit_queue_length{device="br-75640dcb1806"} 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-7a05c4b4c71c"} 0 node_network_transmit_queue_length{device="br-7f1c0840c41b"} 0 node_network_transmit_queue_length{device="br-7f68c36c365d"} 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-83d5adb104a5"} 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-8cd080cba30d"} 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-91eb434168a3"} 0 node_network_transmit_queue_length{device="br-94b2fbf06b0d"} 0 node_network_transmit_queue_length{device="br-94ccc3a0a891"} 0 node_network_transmit_queue_length{device="br-978ac97c7837"} 0 node_network_transmit_queue_length{device="br-9dd2a20937e6"} 0 node_network_transmit_queue_length{device="br-a01a29421e12"} 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-ab4fc0c8f205"} 0 node_network_transmit_queue_length{device="br-ab7e8be9c7b8"} 0 node_network_transmit_queue_length{device="br-ab8f176f7ba4"} 0 node_network_transmit_queue_length{device="br-b155b277758b"} 0 node_network_transmit_queue_length{device="br-b9ddcd38e3d5"} 0 node_network_transmit_queue_length{device="br-bc64dc65c104"} 0 node_network_transmit_queue_length{device="br-bc673706b5ae"} 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-c6291428ebee"} 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-c86562d687da"} 0 node_network_transmit_queue_length{device="br-cb14ad5f78d9"} 0 node_network_transmit_queue_length{device="br-cd22c9cceee9"} 0 node_network_transmit_queue_length{device="br-cf6b946573c1"} 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-d68147769b09"} 0 node_network_transmit_queue_length{device="br-d81320e12692"} 0 node_network_transmit_queue_length{device="br-da621f14fb83"} 0 node_network_transmit_queue_length{device="br-dc8640f674ee"} 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-e24d302efec6"} 0 node_network_transmit_queue_length{device="br-e2ebf44ea1f2"} 0 node_network_transmit_queue_length{device="br-e63b0d1593b5"} 0 node_network_transmit_queue_length{device="br-ec56c664f289"} 0 node_network_transmit_queue_length{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 0 node_network_transmit_queue_length{device="br-fb23b0434540"} 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="veth0076559"} 0 node_network_transmit_queue_length{device="veth0106c7a"} 0 node_network_transmit_queue_length{device="veth01165f0"} 0 node_network_transmit_queue_length{device="veth01de5af"} 0 node_network_transmit_queue_length{device="veth0252a2a"} 0 node_network_transmit_queue_length{device="veth026b5f1"} 0 node_network_transmit_queue_length{device="veth02d5a2d"} 0 node_network_transmit_queue_length{device="veth0387d76"} 0 node_network_transmit_queue_length{device="veth03f1565"} 0 node_network_transmit_queue_length{device="veth0474396"} 0 node_network_transmit_queue_length{device="veth04bcbc0"} 0 node_network_transmit_queue_length{device="veth053af97"} 0 node_network_transmit_queue_length{device="veth0549182"} 0 node_network_transmit_queue_length{device="veth054cedc"} 0 node_network_transmit_queue_length{device="veth05a336b"} 0 node_network_transmit_queue_length{device="veth05b1403"} 0 node_network_transmit_queue_length{device="veth05dbfef"} 0 node_network_transmit_queue_length{device="veth0666583"} 0 node_network_transmit_queue_length{device="veth073b9c4"} 0 node_network_transmit_queue_length{device="veth08149de"} 0 node_network_transmit_queue_length{device="veth0906c73"} 0 node_network_transmit_queue_length{device="veth0948320"} 0 node_network_transmit_queue_length{device="veth0aa1c2d"} 0 node_network_transmit_queue_length{device="veth0acd33e"} 0 node_network_transmit_queue_length{device="veth0ae79aa"} 0 node_network_transmit_queue_length{device="veth0af3200"} 0 node_network_transmit_queue_length{device="veth0b0f675"} 0 node_network_transmit_queue_length{device="veth0b2f2a0"} 0 node_network_transmit_queue_length{device="veth0b70bc8"} 0 node_network_transmit_queue_length{device="veth0d172e4"} 0 node_network_transmit_queue_length{device="veth0da84c5"} 0 node_network_transmit_queue_length{device="veth0dda3d7"} 0 node_network_transmit_queue_length{device="veth0e35f5e"} 0 node_network_transmit_queue_length{device="veth0eedf53"} 0 node_network_transmit_queue_length{device="veth0f291f5"} 0 node_network_transmit_queue_length{device="veth0f4d0ed"} 0 node_network_transmit_queue_length{device="veth0f85411"} 0 node_network_transmit_queue_length{device="veth0fce86d"} 0 node_network_transmit_queue_length{device="veth100fd27"} 0 node_network_transmit_queue_length{device="veth10227c2"} 0 node_network_transmit_queue_length{device="veth10693ca"} 0 node_network_transmit_queue_length{device="veth108735b"} 0 node_network_transmit_queue_length{device="veth114bf22"} 0 node_network_transmit_queue_length{device="veth12564dc"} 0 node_network_transmit_queue_length{device="veth12ef518"} 0 node_network_transmit_queue_length{device="veth1343dbc"} 0 node_network_transmit_queue_length{device="veth1394791"} 0 node_network_transmit_queue_length{device="veth13b4efd"} 0 node_network_transmit_queue_length{device="veth13de79b"} 0 node_network_transmit_queue_length{device="veth14dc831"} 0 node_network_transmit_queue_length{device="veth1513f1b"} 0 node_network_transmit_queue_length{device="veth1574334"} 0 node_network_transmit_queue_length{device="veth1596f02"} 0 node_network_transmit_queue_length{device="veth15c7048"} 0 node_network_transmit_queue_length{device="veth15fb20f"} 0 node_network_transmit_queue_length{device="veth160d560"} 0 node_network_transmit_queue_length{device="veth1632a4e"} 0 node_network_transmit_queue_length{device="veth1687023"} 0 node_network_transmit_queue_length{device="veth16b6f88"} 0 node_network_transmit_queue_length{device="veth16bc448"} 0 node_network_transmit_queue_length{device="veth1761f88"} 0 node_network_transmit_queue_length{device="veth17f0f90"} 0 node_network_transmit_queue_length{device="veth1906b94"} 0 node_network_transmit_queue_length{device="veth1908d88"} 0 node_network_transmit_queue_length{device="veth19402da"} 0 node_network_transmit_queue_length{device="veth194b2c8"} 0 node_network_transmit_queue_length{device="veth19bdf4c"} 0 node_network_transmit_queue_length{device="veth19c9513"} 0 node_network_transmit_queue_length{device="veth1af3324"} 0 node_network_transmit_queue_length{device="veth1b8e6ca"} 0 node_network_transmit_queue_length{device="veth1ba4f00"} 0 node_network_transmit_queue_length{device="veth1ba5627"} 0 node_network_transmit_queue_length{device="veth1c6c526"} 0 node_network_transmit_queue_length{device="veth1cb7af3"} 0 node_network_transmit_queue_length{device="veth1cc7b21"} 0 node_network_transmit_queue_length{device="veth1d0f4d8"} 0 node_network_transmit_queue_length{device="veth1d1026d"} 0 node_network_transmit_queue_length{device="veth1d1c849"} 0 node_network_transmit_queue_length{device="veth1d28880"} 0 node_network_transmit_queue_length{device="veth1db323f"} 0 node_network_transmit_queue_length{device="veth1dfacd2"} 0 node_network_transmit_queue_length{device="veth1e385fe"} 0 node_network_transmit_queue_length{device="veth1e5d33a"} 0 node_network_transmit_queue_length{device="veth1f2d55e"} 0 node_network_transmit_queue_length{device="veth1fca91e"} 0 node_network_transmit_queue_length{device="veth203039a"} 0 node_network_transmit_queue_length{device="veth23495cd"} 0 node_network_transmit_queue_length{device="veth23db7fb"} 0 node_network_transmit_queue_length{device="veth24484c9"} 0 node_network_transmit_queue_length{device="veth24a85f4"} 0 node_network_transmit_queue_length{device="veth24b4904"} 0 node_network_transmit_queue_length{device="veth25b04e7"} 0 node_network_transmit_queue_length{device="veth25c4ced"} 0 node_network_transmit_queue_length{device="veth2677c54"} 0 node_network_transmit_queue_length{device="veth26be59d"} 0 node_network_transmit_queue_length{device="veth2763119"} 0 node_network_transmit_queue_length{device="veth276dd03"} 0 node_network_transmit_queue_length{device="veth27ca332"} 0 node_network_transmit_queue_length{device="veth27e4c1c"} 0 node_network_transmit_queue_length{device="veth28c678d"} 0 node_network_transmit_queue_length{device="veth28c8226"} 0 node_network_transmit_queue_length{device="veth2989c66"} 0 node_network_transmit_queue_length{device="veth29c349f"} 0 node_network_transmit_queue_length{device="veth29d825b"} 0 node_network_transmit_queue_length{device="veth29ee720"} 0 node_network_transmit_queue_length{device="veth2a756fb"} 0 node_network_transmit_queue_length{device="veth2b8adb8"} 0 node_network_transmit_queue_length{device="veth2c4593e"} 0 node_network_transmit_queue_length{device="veth2d6ab8a"} 0 node_network_transmit_queue_length{device="veth2dd1c6e"} 0 node_network_transmit_queue_length{device="veth2e07e70"} 0 node_network_transmit_queue_length{device="veth2e40990"} 0 node_network_transmit_queue_length{device="veth2e5abcd"} 0 node_network_transmit_queue_length{device="veth2e69099"} 0 node_network_transmit_queue_length{device="veth2f38598"} 0 node_network_transmit_queue_length{device="veth2ffd510"} 0 node_network_transmit_queue_length{device="veth30e4f5f"} 0 node_network_transmit_queue_length{device="veth31b78d8"} 0 node_network_transmit_queue_length{device="veth31f1351"} 0 node_network_transmit_queue_length{device="veth338902a"} 0 node_network_transmit_queue_length{device="veth33b6fcc"} 0 node_network_transmit_queue_length{device="veth3425c34"} 0 node_network_transmit_queue_length{device="veth35a0d0a"} 0 node_network_transmit_queue_length{device="veth35cd0f6"} 0 node_network_transmit_queue_length{device="veth35d0e81"} 0 node_network_transmit_queue_length{device="veth361c4b1"} 0 node_network_transmit_queue_length{device="veth3628cc5"} 0 node_network_transmit_queue_length{device="veth36528f9"} 0 node_network_transmit_queue_length{device="veth366ec90"} 0 node_network_transmit_queue_length{device="veth36d5c28"} 0 node_network_transmit_queue_length{device="veth36df713"} 0 node_network_transmit_queue_length{device="veth375db39"} 0 node_network_transmit_queue_length{device="veth378c30a"} 0 node_network_transmit_queue_length{device="veth380b2a7"} 0 node_network_transmit_queue_length{device="veth3830fdd"} 0 node_network_transmit_queue_length{device="veth386f875"} 0 node_network_transmit_queue_length{device="veth3887938"} 0 node_network_transmit_queue_length{device="veth38e5192"} 0 node_network_transmit_queue_length{device="veth3909a19"} 0 node_network_transmit_queue_length{device="veth39322e0"} 0 node_network_transmit_queue_length{device="veth39388ff"} 0 node_network_transmit_queue_length{device="veth3977d1b"} 0 node_network_transmit_queue_length{device="veth3a1e789"} 0 node_network_transmit_queue_length{device="veth3a36ed1"} 0 node_network_transmit_queue_length{device="veth3a75d41"} 0 node_network_transmit_queue_length{device="veth3addbbf"} 0 node_network_transmit_queue_length{device="veth3ae320c"} 0 node_network_transmit_queue_length{device="veth3bcce56"} 0 node_network_transmit_queue_length{device="veth3bd884c"} 0 node_network_transmit_queue_length{device="veth3c3b00b"} 0 node_network_transmit_queue_length{device="veth3cc3569"} 0 node_network_transmit_queue_length{device="veth3ceac5b"} 0 node_network_transmit_queue_length{device="veth3d16828"} 0 node_network_transmit_queue_length{device="veth3d622be"} 0 node_network_transmit_queue_length{device="veth3d7014e"} 0 node_network_transmit_queue_length{device="veth3d871d0"} 0 node_network_transmit_queue_length{device="veth3d8c990"} 0 node_network_transmit_queue_length{device="veth3e51ec2"} 0 node_network_transmit_queue_length{device="veth3fba8fa"} 0 node_network_transmit_queue_length{device="veth3fcdfb2"} 0 node_network_transmit_queue_length{device="veth400edd5"} 0 node_network_transmit_queue_length{device="veth4044f24"} 0 node_network_transmit_queue_length{device="veth404bd5a"} 0 node_network_transmit_queue_length{device="veth41723a0"} 0 node_network_transmit_queue_length{device="veth41dd412"} 0 node_network_transmit_queue_length{device="veth41ffa22"} 0 node_network_transmit_queue_length{device="veth42beb99"} 0 node_network_transmit_queue_length{device="veth4388bb3"} 0 node_network_transmit_queue_length{device="veth43f0d07"} 0 node_network_transmit_queue_length{device="veth4431593"} 0 node_network_transmit_queue_length{device="veth44554c4"} 0 node_network_transmit_queue_length{device="veth4499dcf"} 0 node_network_transmit_queue_length{device="veth44b6795"} 0 node_network_transmit_queue_length{device="veth454590d"} 0 node_network_transmit_queue_length{device="veth45753b2"} 0 node_network_transmit_queue_length{device="veth45d8744"} 0 node_network_transmit_queue_length{device="veth463e5c0"} 0 node_network_transmit_queue_length{device="veth467de80"} 0 node_network_transmit_queue_length{device="veth4683144"} 0 node_network_transmit_queue_length{device="veth46a6eb5"} 0 node_network_transmit_queue_length{device="veth46dd615"} 0 node_network_transmit_queue_length{device="veth479a8c8"} 0 node_network_transmit_queue_length{device="veth47e9160"} 0 node_network_transmit_queue_length{device="veth48129d5"} 0 node_network_transmit_queue_length{device="veth48d6056"} 0 node_network_transmit_queue_length{device="veth4981a73"} 0 node_network_transmit_queue_length{device="veth49dacab"} 0 node_network_transmit_queue_length{device="veth49f8bca"} 0 node_network_transmit_queue_length{device="veth49fa050"} 0 node_network_transmit_queue_length{device="veth4a87249"} 0 node_network_transmit_queue_length{device="veth4ae78af"} 0 node_network_transmit_queue_length{device="veth4b38fc1"} 0 node_network_transmit_queue_length{device="veth4ba8b40"} 0 node_network_transmit_queue_length{device="veth4bac263"} 0 node_network_transmit_queue_length{device="veth4be1e5a"} 0 node_network_transmit_queue_length{device="veth4c83414"} 0 node_network_transmit_queue_length{device="veth4d0f67a"} 0 node_network_transmit_queue_length{device="veth4db7462"} 0 node_network_transmit_queue_length{device="veth4e0a606"} 0 node_network_transmit_queue_length{device="veth4e6aa51"} 0 node_network_transmit_queue_length{device="veth4e7280a"} 0 node_network_transmit_queue_length{device="veth4f150d0"} 0 node_network_transmit_queue_length{device="veth50f3d21"} 0 node_network_transmit_queue_length{device="veth511957b"} 0 node_network_transmit_queue_length{device="veth51df910"} 0 node_network_transmit_queue_length{device="veth5291507"} 0 node_network_transmit_queue_length{device="veth52b62fe"} 0 node_network_transmit_queue_length{device="veth52ba1f6"} 0 node_network_transmit_queue_length{device="veth53803c8"} 0 node_network_transmit_queue_length{device="veth53ed4ca"} 0 node_network_transmit_queue_length{device="veth544923a"} 0 node_network_transmit_queue_length{device="veth549693f"} 0 node_network_transmit_queue_length{device="veth54d90c8"} 0 node_network_transmit_queue_length{device="veth54e9d4a"} 0 node_network_transmit_queue_length{device="veth550dee9"} 0 node_network_transmit_queue_length{device="veth553ede3"} 0 node_network_transmit_queue_length{device="veth554fa26"} 0 node_network_transmit_queue_length{device="veth55a9843"} 0 node_network_transmit_queue_length{device="veth55b0ec4"} 0 node_network_transmit_queue_length{device="veth55c73bd"} 0 node_network_transmit_queue_length{device="veth55cf210"} 0 node_network_transmit_queue_length{device="veth56b065b"} 0 node_network_transmit_queue_length{device="veth56ff8d7"} 0 node_network_transmit_queue_length{device="veth57100d3"} 0 node_network_transmit_queue_length{device="veth5744d5f"} 0 node_network_transmit_queue_length{device="veth57a7b7e"} 0 node_network_transmit_queue_length{device="veth587208b"} 0 node_network_transmit_queue_length{device="veth59a28f9"} 0 node_network_transmit_queue_length{device="veth59ec687"} 0 node_network_transmit_queue_length{device="veth5a2f03c"} 0 node_network_transmit_queue_length{device="veth5b14b1f"} 0 node_network_transmit_queue_length{device="veth5be4441"} 0 node_network_transmit_queue_length{device="veth5cf6db6"} 0 node_network_transmit_queue_length{device="veth5d5edf1"} 0 node_network_transmit_queue_length{device="veth5d79629"} 0 node_network_transmit_queue_length{device="veth5d82bda"} 0 node_network_transmit_queue_length{device="veth5d9fb18"} 0 node_network_transmit_queue_length{device="veth5daf2e1"} 0 node_network_transmit_queue_length{device="veth5e313cb"} 0 node_network_transmit_queue_length{device="veth5ea5d19"} 0 node_network_transmit_queue_length{device="veth5ede6bc"} 0 node_network_transmit_queue_length{device="veth5f2f157"} 0 node_network_transmit_queue_length{device="veth5f510cc"} 0 node_network_transmit_queue_length{device="veth5fde4d5"} 0 node_network_transmit_queue_length{device="veth608f13b"} 0 node_network_transmit_queue_length{device="veth61c1692"} 0 node_network_transmit_queue_length{device="veth61e4c6a"} 0 node_network_transmit_queue_length{device="veth61ff867"} 0 node_network_transmit_queue_length{device="veth6202b87"} 0 node_network_transmit_queue_length{device="veth6314682"} 0 node_network_transmit_queue_length{device="veth636b36b"} 0 node_network_transmit_queue_length{device="veth63897f4"} 0 node_network_transmit_queue_length{device="veth63f00f3"} 0 node_network_transmit_queue_length{device="veth650a5d1"} 0 node_network_transmit_queue_length{device="veth6558fa6"} 0 node_network_transmit_queue_length{device="veth658b6f1"} 0 node_network_transmit_queue_length{device="veth660c9c9"} 0 node_network_transmit_queue_length{device="veth6634745"} 0 node_network_transmit_queue_length{device="veth673a8ee"} 0 node_network_transmit_queue_length{device="veth67a4acc"} 0 node_network_transmit_queue_length{device="veth68228a8"} 0 node_network_transmit_queue_length{device="veth698f022"} 0 node_network_transmit_queue_length{device="veth6a67db5"} 0 node_network_transmit_queue_length{device="veth6abc990"} 0 node_network_transmit_queue_length{device="veth6b26cd5"} 0 node_network_transmit_queue_length{device="veth6ba4916"} 0 node_network_transmit_queue_length{device="veth6bab3d4"} 0 node_network_transmit_queue_length{device="veth6bbfa32"} 0 node_network_transmit_queue_length{device="veth6bd5048"} 0 node_network_transmit_queue_length{device="veth6bee2a2"} 0 node_network_transmit_queue_length{device="veth6c11632"} 0 node_network_transmit_queue_length{device="veth6c22ce2"} 0 node_network_transmit_queue_length{device="veth6cea1f5"} 0 node_network_transmit_queue_length{device="veth6d4bf60"} 0 node_network_transmit_queue_length{device="veth6d7d406"} 0 node_network_transmit_queue_length{device="veth6dcbb17"} 0 node_network_transmit_queue_length{device="veth6df542c"} 0 node_network_transmit_queue_length{device="veth6e9c163"} 0 node_network_transmit_queue_length{device="veth7070e17"} 0 node_network_transmit_queue_length{device="veth7119448"} 0 node_network_transmit_queue_length{device="veth7274c0d"} 0 node_network_transmit_queue_length{device="veth72b5538"} 0 node_network_transmit_queue_length{device="veth73188c4"} 0 node_network_transmit_queue_length{device="veth73352ff"} 0 node_network_transmit_queue_length{device="veth73fe131"} 0 node_network_transmit_queue_length{device="veth74afd3b"} 0 node_network_transmit_queue_length{device="veth7510955"} 0 node_network_transmit_queue_length{device="veth75451a5"} 0 node_network_transmit_queue_length{device="veth75454ee"} 0 node_network_transmit_queue_length{device="veth75848c5"} 0 node_network_transmit_queue_length{device="veth7599b2a"} 0 node_network_transmit_queue_length{device="veth76be224"} 0 node_network_transmit_queue_length{device="veth7742e6d"} 0 node_network_transmit_queue_length{device="veth7888ef4"} 0 node_network_transmit_queue_length{device="veth7a8020a"} 0 node_network_transmit_queue_length{device="veth7ab8ce1"} 0 node_network_transmit_queue_length{device="veth7af61c3"} 0 node_network_transmit_queue_length{device="veth7b5560c"} 0 node_network_transmit_queue_length{device="veth7b924a9"} 0 node_network_transmit_queue_length{device="veth7ba230c"} 0 node_network_transmit_queue_length{device="veth7c464a1"} 0 node_network_transmit_queue_length{device="veth7cb9f47"} 0 node_network_transmit_queue_length{device="veth7ccb046"} 0 node_network_transmit_queue_length{device="veth7d44274"} 0 node_network_transmit_queue_length{device="veth7dbd681"} 0 node_network_transmit_queue_length{device="veth7e5e9af"} 0 node_network_transmit_queue_length{device="veth7e62c28"} 0 node_network_transmit_queue_length{device="veth7f33961"} 0 node_network_transmit_queue_length{device="veth7fcd6d8"} 0 node_network_transmit_queue_length{device="veth81e8cb1"} 0 node_network_transmit_queue_length{device="veth81e92ae"} 0 node_network_transmit_queue_length{device="veth81fc85c"} 0 node_network_transmit_queue_length{device="veth82018a0"} 0 node_network_transmit_queue_length{device="veth828128f"} 0 node_network_transmit_queue_length{device="veth82e5071"} 0 node_network_transmit_queue_length{device="veth82f1706"} 0 node_network_transmit_queue_length{device="veth8358fe5"} 0 node_network_transmit_queue_length{device="veth837d5f7"} 0 node_network_transmit_queue_length{device="veth839108d"} 0 node_network_transmit_queue_length{device="veth83ab132"} 0 node_network_transmit_queue_length{device="veth83ad98f"} 0 node_network_transmit_queue_length{device="veth841b54a"} 0 node_network_transmit_queue_length{device="veth857de99"} 0 node_network_transmit_queue_length{device="veth85b5354"} 0 node_network_transmit_queue_length{device="veth86eda43"} 0 node_network_transmit_queue_length{device="veth86fe81c"} 0 node_network_transmit_queue_length{device="veth87665ad"} 0 node_network_transmit_queue_length{device="veth87bf4ae"} 0 node_network_transmit_queue_length{device="veth881af3b"} 0 node_network_transmit_queue_length{device="veth8851d0b"} 0 node_network_transmit_queue_length{device="veth88fa0f6"} 0 node_network_transmit_queue_length{device="veth8911425"} 0 node_network_transmit_queue_length{device="veth892e54a"} 0 node_network_transmit_queue_length{device="veth89576e3"} 0 node_network_transmit_queue_length{device="veth89bab0e"} 0 node_network_transmit_queue_length{device="veth8a51411"} 0 node_network_transmit_queue_length{device="veth8b2635b"} 0 node_network_transmit_queue_length{device="veth8b27052"} 0 node_network_transmit_queue_length{device="veth8b2cf5f"} 0 node_network_transmit_queue_length{device="veth8b9fea2"} 0 node_network_transmit_queue_length{device="veth8c04fed"} 0 node_network_transmit_queue_length{device="veth8c0c0d5"} 0 node_network_transmit_queue_length{device="veth8c16e8a"} 0 node_network_transmit_queue_length{device="veth8c2ee1a"} 0 node_network_transmit_queue_length{device="veth8c6cbbf"} 0 node_network_transmit_queue_length{device="veth8ccc939"} 0 node_network_transmit_queue_length{device="veth8d04352"} 0 node_network_transmit_queue_length{device="veth8d0d5bd"} 0 node_network_transmit_queue_length{device="veth8d1ab7d"} 0 node_network_transmit_queue_length{device="veth8dc7e7c"} 0 node_network_transmit_queue_length{device="veth8e411c0"} 0 node_network_transmit_queue_length{device="veth8f3fa53"} 0 node_network_transmit_queue_length{device="veth8f4aa08"} 0 node_network_transmit_queue_length{device="veth8f5fbf7"} 0 node_network_transmit_queue_length{device="veth8f698a3"} 0 node_network_transmit_queue_length{device="veth8fb0b53"} 0 node_network_transmit_queue_length{device="veth8fccdc6"} 0 node_network_transmit_queue_length{device="veth90c7579"} 0 node_network_transmit_queue_length{device="veth90ed6a6"} 0 node_network_transmit_queue_length{device="veth910e8cf"} 0 node_network_transmit_queue_length{device="veth930c9be"} 0 node_network_transmit_queue_length{device="veth93112cc"} 0 node_network_transmit_queue_length{device="veth93a0f8b"} 0 node_network_transmit_queue_length{device="veth93c6e78"} 0 node_network_transmit_queue_length{device="veth93cd3ec"} 0 node_network_transmit_queue_length{device="veth949b686"} 0 node_network_transmit_queue_length{device="veth94cbabc"} 0 node_network_transmit_queue_length{device="veth94d91e2"} 0 node_network_transmit_queue_length{device="veth95de52a"} 0 node_network_transmit_queue_length{device="veth95e97e6"} 0 node_network_transmit_queue_length{device="veth963a25f"} 0 node_network_transmit_queue_length{device="veth9689522"} 0 node_network_transmit_queue_length{device="veth96a099f"} 0 node_network_transmit_queue_length{device="veth96a9aed"} 0 node_network_transmit_queue_length{device="veth9737dfd"} 0 node_network_transmit_queue_length{device="veth9834720"} 0 node_network_transmit_queue_length{device="veth98a4f1c"} 0 node_network_transmit_queue_length{device="veth9900f5c"} 0 node_network_transmit_queue_length{device="veth9930130"} 0 node_network_transmit_queue_length{device="veth99bd252"} 0 node_network_transmit_queue_length{device="veth9a15643"} 0 node_network_transmit_queue_length{device="veth9a73b47"} 0 node_network_transmit_queue_length{device="veth9ab5fa5"} 0 node_network_transmit_queue_length{device="veth9ade6ce"} 0 node_network_transmit_queue_length{device="veth9ae29fb"} 0 node_network_transmit_queue_length{device="veth9b006eb"} 0 node_network_transmit_queue_length{device="veth9b53946"} 0 node_network_transmit_queue_length{device="veth9b574a3"} 0 node_network_transmit_queue_length{device="veth9bb0d1d"} 0 node_network_transmit_queue_length{device="veth9c5f63a"} 0 node_network_transmit_queue_length{device="veth9cfeb47"} 0 node_network_transmit_queue_length{device="veth9d3116c"} 0 node_network_transmit_queue_length{device="veth9d5866a"} 0 node_network_transmit_queue_length{device="veth9d7f756"} 0 node_network_transmit_queue_length{device="veth9d95a42"} 0 node_network_transmit_queue_length{device="veth9dee925"} 0 node_network_transmit_queue_length{device="veth9e76a8b"} 0 node_network_transmit_queue_length{device="veth9e9e316"} 0 node_network_transmit_queue_length{device="veth9f0c2e2"} 0 node_network_transmit_queue_length{device="veth9f74d58"} 0 node_network_transmit_queue_length{device="vetha018cbf"} 0 node_network_transmit_queue_length{device="vetha1ab304"} 0 node_network_transmit_queue_length{device="vetha1eb306"} 0 node_network_transmit_queue_length{device="vetha290736"} 0 node_network_transmit_queue_length{device="vetha2aad37"} 0 node_network_transmit_queue_length{device="vetha31d6fd"} 0 node_network_transmit_queue_length{device="vetha334122"} 0 node_network_transmit_queue_length{device="vetha3852e4"} 0 node_network_transmit_queue_length{device="vetha4b0907"} 0 node_network_transmit_queue_length{device="vetha537eb6"} 0 node_network_transmit_queue_length{device="vetha675b8d"} 0 node_network_transmit_queue_length{device="vetha678351"} 0 node_network_transmit_queue_length{device="vetha6bbcc2"} 0 node_network_transmit_queue_length{device="vetha74cd81"} 0 node_network_transmit_queue_length{device="vetha780b5e"} 0 node_network_transmit_queue_length{device="vetha797fe3"} 0 node_network_transmit_queue_length{device="vetha79a05b"} 0 node_network_transmit_queue_length{device="vetha7a2d29"} 0 node_network_transmit_queue_length{device="vetha7ada6f"} 0 node_network_transmit_queue_length{device="vetha8f009e"} 0 node_network_transmit_queue_length{device="vetha96ae67"} 0 node_network_transmit_queue_length{device="vetha997490"} 0 node_network_transmit_queue_length{device="vetha9b6925"} 0 node_network_transmit_queue_length{device="vethaa11814"} 0 node_network_transmit_queue_length{device="vethaa894f6"} 0 node_network_transmit_queue_length{device="vethab86d4a"} 0 node_network_transmit_queue_length{device="vethab9afc5"} 0 node_network_transmit_queue_length{device="vethac080df"} 0 node_network_transmit_queue_length{device="vethac3a592"} 0 node_network_transmit_queue_length{device="vethad12781"} 0 node_network_transmit_queue_length{device="vethad38be0"} 0 node_network_transmit_queue_length{device="vethad89bb1"} 0 node_network_transmit_queue_length{device="vethada749e"} 0 node_network_transmit_queue_length{device="vethadef082"} 0 node_network_transmit_queue_length{device="vethae5faf9"} 0 node_network_transmit_queue_length{device="vethaedfacc"} 0 node_network_transmit_queue_length{device="vethaef0424"} 0 node_network_transmit_queue_length{device="vethb05b013"} 0 node_network_transmit_queue_length{device="vethb077d67"} 0 node_network_transmit_queue_length{device="vethb0a68a0"} 0 node_network_transmit_queue_length{device="vethb0c284f"} 0 node_network_transmit_queue_length{device="vethb0df999"} 0 node_network_transmit_queue_length{device="vethb25b3d8"} 0 node_network_transmit_queue_length{device="vethb2fbd99"} 0 node_network_transmit_queue_length{device="vethb3a8415"} 0 node_network_transmit_queue_length{device="vethb3c68e2"} 0 node_network_transmit_queue_length{device="vethb3cd903"} 0 node_network_transmit_queue_length{device="vethb4870f2"} 0 node_network_transmit_queue_length{device="vethb4da8f7"} 0 node_network_transmit_queue_length{device="vethb51625b"} 0 node_network_transmit_queue_length{device="vethb5e3f17"} 0 node_network_transmit_queue_length{device="vethb60fcbc"} 0 node_network_transmit_queue_length{device="vethb664d75"} 0 node_network_transmit_queue_length{device="vethb68caf3"} 0 node_network_transmit_queue_length{device="vethb77cc8b"} 0 node_network_transmit_queue_length{device="vethb77f08e"} 0 node_network_transmit_queue_length{device="vethb80914a"} 0 node_network_transmit_queue_length{device="vethb8b412e"} 0 node_network_transmit_queue_length{device="vethb8c2d4e"} 0 node_network_transmit_queue_length{device="vethb92be35"} 0 node_network_transmit_queue_length{device="vethb93f442"} 0 node_network_transmit_queue_length{device="vethb95ceeb"} 0 node_network_transmit_queue_length{device="vethb995c11"} 0 node_network_transmit_queue_length{device="vethb9c62b1"} 0 node_network_transmit_queue_length{device="vethbab5259"} 0 node_network_transmit_queue_length{device="vethbb3c294"} 0 node_network_transmit_queue_length{device="vethbbb97f9"} 0 node_network_transmit_queue_length{device="vethbc1c416"} 0 node_network_transmit_queue_length{device="vethbc5ca70"} 0 node_network_transmit_queue_length{device="vethbd1f0db"} 0 node_network_transmit_queue_length{device="vethbd573f6"} 0 node_network_transmit_queue_length{device="vethbd7c661"} 0 node_network_transmit_queue_length{device="vethbe7ea9e"} 0 node_network_transmit_queue_length{device="vethbec2cbb"} 0 node_network_transmit_queue_length{device="vethbfcf0a4"} 0 node_network_transmit_queue_length{device="vethbff0fd3"} 0 node_network_transmit_queue_length{device="vethc05b060"} 0 node_network_transmit_queue_length{device="vethc09e03c"} 0 node_network_transmit_queue_length{device="vethc15d66d"} 0 node_network_transmit_queue_length{device="vethc196d66"} 0 node_network_transmit_queue_length{device="vethc1ac58c"} 0 node_network_transmit_queue_length{device="vethc1c5fcd"} 0 node_network_transmit_queue_length{device="vethc1ef3da"} 0 node_network_transmit_queue_length{device="vethc2efd7c"} 0 node_network_transmit_queue_length{device="vethc314d9e"} 0 node_network_transmit_queue_length{device="vethc3bdd94"} 0 node_network_transmit_queue_length{device="vethc3ec1dd"} 0 node_network_transmit_queue_length{device="vethc4061a9"} 0 node_network_transmit_queue_length{device="vethc452900"} 0 node_network_transmit_queue_length{device="vethc45c99c"} 0 node_network_transmit_queue_length{device="vethc482fb8"} 0 node_network_transmit_queue_length{device="vethc503d39"} 0 node_network_transmit_queue_length{device="vethc53c8a6"} 0 node_network_transmit_queue_length{device="vethc5b4fd7"} 0 node_network_transmit_queue_length{device="vethc605740"} 0 node_network_transmit_queue_length{device="vethc6116a4"} 0 node_network_transmit_queue_length{device="vethc66fb8a"} 0 node_network_transmit_queue_length{device="vethc6ae4c6"} 0 node_network_transmit_queue_length{device="vethc6fb5c3"} 0 node_network_transmit_queue_length{device="vethc774b55"} 0 node_network_transmit_queue_length{device="vethc7cfbf3"} 0 node_network_transmit_queue_length{device="vethc7e7ad1"} 0 node_network_transmit_queue_length{device="vethc8593ec"} 0 node_network_transmit_queue_length{device="vethc8db878"} 0 node_network_transmit_queue_length{device="vethc9a9adb"} 0 node_network_transmit_queue_length{device="vethcc09d95"} 0 node_network_transmit_queue_length{device="vethcc14215"} 0 node_network_transmit_queue_length{device="vethcc8ea41"} 0 node_network_transmit_queue_length{device="vethcccbbc2"} 0 node_network_transmit_queue_length{device="vethcd037d2"} 0 node_network_transmit_queue_length{device="vethcd46f50"} 0 node_network_transmit_queue_length{device="vethcd4f5e4"} 0 node_network_transmit_queue_length{device="vethcd69036"} 0 node_network_transmit_queue_length{device="vethcdb9063"} 0 node_network_transmit_queue_length{device="vethce03e73"} 0 node_network_transmit_queue_length{device="vethce4911b"} 0 node_network_transmit_queue_length{device="vethcee6c6b"} 0 node_network_transmit_queue_length{device="vethcf40450"} 0 node_network_transmit_queue_length{device="vethd010653"} 0 node_network_transmit_queue_length{device="vethd015bfd"} 0 node_network_transmit_queue_length{device="vethd01bced"} 0 node_network_transmit_queue_length{device="vethd08787c"} 0 node_network_transmit_queue_length{device="vethd0d2e30"} 0 node_network_transmit_queue_length{device="vethd12d945"} 0 node_network_transmit_queue_length{device="vethd16a72f"} 0 node_network_transmit_queue_length{device="vethd1719c5"} 0 node_network_transmit_queue_length{device="vethd1871e7"} 0 node_network_transmit_queue_length{device="vethd25aa3b"} 0 node_network_transmit_queue_length{device="vethd36eb18"} 0 node_network_transmit_queue_length{device="vethd3a300e"} 0 node_network_transmit_queue_length{device="vethd3ed1c7"} 0 node_network_transmit_queue_length{device="vethd4b817a"} 0 node_network_transmit_queue_length{device="vethd4d7b42"} 0 node_network_transmit_queue_length{device="vethd4e7c2c"} 0 node_network_transmit_queue_length{device="vethd623391"} 0 node_network_transmit_queue_length{device="vethd698bb5"} 0 node_network_transmit_queue_length{device="vethd6a884e"} 0 node_network_transmit_queue_length{device="vethd77ed8c"} 0 node_network_transmit_queue_length{device="vethd788961"} 0 node_network_transmit_queue_length{device="vethd7dd546"} 0 node_network_transmit_queue_length{device="vethd80ed49"} 0 node_network_transmit_queue_length{device="vethd81b53c"} 0 node_network_transmit_queue_length{device="vethd8ae67f"} 0 node_network_transmit_queue_length{device="vethd9ad995"} 0 node_network_transmit_queue_length{device="vethda00b2c"} 0 node_network_transmit_queue_length{device="vethda17b81"} 0 node_network_transmit_queue_length{device="vethda42a3d"} 0 node_network_transmit_queue_length{device="vethda8113b"} 0 node_network_transmit_queue_length{device="vethda97a73"} 0 node_network_transmit_queue_length{device="vethdcd40f5"} 0 node_network_transmit_queue_length{device="vethdcd5e9f"} 0 node_network_transmit_queue_length{device="vethdd7f080"} 0 node_network_transmit_queue_length{device="vethdd9457a"} 0 node_network_transmit_queue_length{device="vethddaa2f6"} 0 node_network_transmit_queue_length{device="vethddd757b"} 0 node_network_transmit_queue_length{device="vethde484ca"} 0 node_network_transmit_queue_length{device="vethde84e28"} 0 node_network_transmit_queue_length{device="vethdee08a0"} 0 node_network_transmit_queue_length{device="vethdf3c363"} 0 node_network_transmit_queue_length{device="vethe044dd7"} 0 node_network_transmit_queue_length{device="vethe0eb635"} 0 node_network_transmit_queue_length{device="vethe121842"} 0 node_network_transmit_queue_length{device="vethe17b4b2"} 0 node_network_transmit_queue_length{device="vethe240296"} 0 node_network_transmit_queue_length{device="vethe2a6aa2"} 0 node_network_transmit_queue_length{device="vethe2c776a"} 0 node_network_transmit_queue_length{device="vethe2ee303"} 0 node_network_transmit_queue_length{device="vethe3053d7"} 0 node_network_transmit_queue_length{device="vethe31ca35"} 0 node_network_transmit_queue_length{device="vethe37671b"} 0 node_network_transmit_queue_length{device="vethe3a02f4"} 0 node_network_transmit_queue_length{device="vethe3b4d90"} 0 node_network_transmit_queue_length{device="vethe4e7a4c"} 0 node_network_transmit_queue_length{device="vethe52d560"} 0 node_network_transmit_queue_length{device="vethe69c35e"} 0 node_network_transmit_queue_length{device="vethe6fd8c5"} 0 node_network_transmit_queue_length{device="vethe70eee7"} 0 node_network_transmit_queue_length{device="vethe741a23"} 0 node_network_transmit_queue_length{device="vethe747942"} 0 node_network_transmit_queue_length{device="vethe7681a6"} 0 node_network_transmit_queue_length{device="vethe7756c8"} 0 node_network_transmit_queue_length{device="vethe85d3d3"} 0 node_network_transmit_queue_length{device="vethe8c8080"} 0 node_network_transmit_queue_length{device="vethe90aeb2"} 0 node_network_transmit_queue_length{device="vethea085b3"} 0 node_network_transmit_queue_length{device="vetheaf1fb5"} 0 node_network_transmit_queue_length{device="vetheb12841"} 0 node_network_transmit_queue_length{device="vetheb390b0"} 0 node_network_transmit_queue_length{device="vethebf40ec"} 0 node_network_transmit_queue_length{device="vethebf8ec5"} 0 node_network_transmit_queue_length{device="vethec38299"} 0 node_network_transmit_queue_length{device="vethec3b924"} 0 node_network_transmit_queue_length{device="vethecb745a"} 0 node_network_transmit_queue_length{device="vethed62efc"} 0 node_network_transmit_queue_length{device="vethed6b660"} 0 node_network_transmit_queue_length{device="vethed862f6"} 0 node_network_transmit_queue_length{device="vethee6cff7"} 0 node_network_transmit_queue_length{device="vethee8eb9c"} 0 node_network_transmit_queue_length{device="vetheec35b5"} 0 node_network_transmit_queue_length{device="vetheec68f2"} 0 node_network_transmit_queue_length{device="vethef14514"} 0 node_network_transmit_queue_length{device="vethef7358f"} 0 node_network_transmit_queue_length{device="vethefc1f2e"} 0 node_network_transmit_queue_length{device="vethf0b13ba"} 0 node_network_transmit_queue_length{device="vethf0d9869"} 0 node_network_transmit_queue_length{device="vethf12362d"} 0 node_network_transmit_queue_length{device="vethf1fdf1f"} 0 node_network_transmit_queue_length{device="vethf239d3f"} 0 node_network_transmit_queue_length{device="vethf2b0340"} 0 node_network_transmit_queue_length{device="vethf3380cf"} 0 node_network_transmit_queue_length{device="vethf35de8c"} 0 node_network_transmit_queue_length{device="vethf3aa0d1"} 0 node_network_transmit_queue_length{device="vethf3e722c"} 0 node_network_transmit_queue_length{device="vethf4d422e"} 0 node_network_transmit_queue_length{device="vethf5878a9"} 0 node_network_transmit_queue_length{device="vethf60f77c"} 0 node_network_transmit_queue_length{device="vethf6b618c"} 0 node_network_transmit_queue_length{device="vethf739350"} 0 node_network_transmit_queue_length{device="vethf75dfd6"} 0 node_network_transmit_queue_length{device="vethf7c6492"} 0 node_network_transmit_queue_length{device="vethf7e7622"} 0 node_network_transmit_queue_length{device="vethf7f96c4"} 0 node_network_transmit_queue_length{device="vethf81bb1f"} 0 node_network_transmit_queue_length{device="vethf831c6e"} 0 node_network_transmit_queue_length{device="vethf878734"} 0 node_network_transmit_queue_length{device="vethf8b777e"} 0 node_network_transmit_queue_length{device="vethf9297c3"} 0 node_network_transmit_queue_length{device="vethf93ef43"} 0 node_network_transmit_queue_length{device="vethf9dc188"} 0 node_network_transmit_queue_length{device="vethfa21f05"} 0 node_network_transmit_queue_length{device="vethfa7118a"} 0 node_network_transmit_queue_length{device="vethfa9e5b8"} 0 node_network_transmit_queue_length{device="vethfad6627"} 0 node_network_transmit_queue_length{device="vethfb2bfe2"} 0 node_network_transmit_queue_length{device="vethfb6999a"} 0 node_network_transmit_queue_length{device="vethfba34d0"} 0 node_network_transmit_queue_length{device="vethfbee07c"} 0 node_network_transmit_queue_length{device="vethfc5799c"} 0 node_network_transmit_queue_length{device="vethfcf4485"} 0 node_network_transmit_queue_length{device="vethfd434b4"} 0 node_network_transmit_queue_length{device="vethfd4ae4a"} 0 node_network_transmit_queue_length{device="vethfdd4d19"} 0 node_network_transmit_queue_length{device="vethfe2ae54"} 0 node_network_transmit_queue_length{device="vethfe3f546"} 0 node_network_transmit_queue_length{device="vethfe695e7"} 0 node_network_transmit_queue_length{device="vethfe841b8"} 0 node_network_transmit_queue_length{device="vethfeb3f2a"} 0 node_network_transmit_queue_length{device="vethfeeef20"} 0 node_network_transmit_queue_length{device="vethff1f982"} 0 node_network_transmit_queue_length{device="vethff7d976"} 0 node_network_transmit_queue_length{device="vethffbce7a"} 0 node_network_transmit_queue_length{device="vethffe6de7"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0041aebf0bd9"} 1 node_network_up{device="br-02669b34ccad"} 1 node_network_up{device="br-02823e0b21f8"} 1 node_network_up{device="br-035e1584ee12"} 1 node_network_up{device="br-03ef3fa9694c"} 1 node_network_up{device="br-089331b9c07a"} 1 node_network_up{device="br-0d01f742526c"} 1 node_network_up{device="br-0d9fdd0cf163"} 0 node_network_up{device="br-0f0120b6dc67"} 1 node_network_up{device="br-14216610e159"} 1 node_network_up{device="br-15dab3c5a2fb"} 0 node_network_up{device="br-1612b21b795d"} 0 node_network_up{device="br-1824841a31f9"} 1 node_network_up{device="br-1c85749e122e"} 1 node_network_up{device="br-1da05be17644"} 1 node_network_up{device="br-1da1821d18b3"} 1 node_network_up{device="br-1de64be72380"} 1 node_network_up{device="br-1f9ea77f28ce"} 1 node_network_up{device="br-1ff792b398ff"} 1 node_network_up{device="br-208ab78feaa3"} 1 node_network_up{device="br-217d6415a970"} 1 node_network_up{device="br-26801dfb5c9b"} 1 node_network_up{device="br-27771a4b5e1c"} 1 node_network_up{device="br-2ed3ce7916f4"} 1 node_network_up{device="br-301b4c89e775"} 1 node_network_up{device="br-3068524ec93f"} 1 node_network_up{device="br-317a2bbca622"} 1 node_network_up{device="br-349eb65873d4"} 1 node_network_up{device="br-34eb4dd7e9c0"} 1 node_network_up{device="br-37f17f8c2f41"} 1 node_network_up{device="br-3ad09e25ab78"} 1 node_network_up{device="br-3d3c5fbec0dd"} 1 node_network_up{device="br-3ed5391afb94"} 1 node_network_up{device="br-4091e772ca83"} 1 node_network_up{device="br-41c4dd613804"} 1 node_network_up{device="br-44fbf271d024"} 1 node_network_up{device="br-4614b58c6316"} 1 node_network_up{device="br-4666f7cfb5ad"} 1 node_network_up{device="br-483851ad6d82"} 1 node_network_up{device="br-4a66d39e6115"} 1 node_network_up{device="br-4f8bcb06bb21"} 1 node_network_up{device="br-513a5eb5a5ed"} 1 node_network_up{device="br-52ce8deae651"} 1 node_network_up{device="br-543616338fa2"} 1 node_network_up{device="br-559d36b72748"} 1 node_network_up{device="br-5748fcd1e7ca"} 0 node_network_up{device="br-58f8dcbfa915"} 1 node_network_up{device="br-5cb33e972896"} 1 node_network_up{device="br-5cd378a95a50"} 1 node_network_up{device="br-5db0c1bc605b"} 1 node_network_up{device="br-60f225ebe8cf"} 0 node_network_up{device="br-64b6b9d2e3c4"} 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-6768f5ac4ee7"} 1 node_network_up{device="br-67b6f2b09055"} 1 node_network_up{device="br-6801e77b28e6"} 1 node_network_up{device="br-731a89c43fe8"} 1 node_network_up{device="br-75640dcb1806"} 1 node_network_up{device="br-765d504a1648"} 1 node_network_up{device="br-7783edd4fb63"} 1 node_network_up{device="br-7a05c4b4c71c"} 0 node_network_up{device="br-7f1c0840c41b"} 1 node_network_up{device="br-7f68c36c365d"} 1 node_network_up{device="br-8273700d2b53"} 1 node_network_up{device="br-832e21b6735f"} 1 node_network_up{device="br-83d5adb104a5"} 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-8cd080cba30d"} 1 node_network_up{device="br-8d5f8dfdd165"} 1 node_network_up{device="br-8d809ce3c9c6"} 1 node_network_up{device="br-91eb434168a3"} 1 node_network_up{device="br-94b2fbf06b0d"} 1 node_network_up{device="br-94ccc3a0a891"} 1 node_network_up{device="br-978ac97c7837"} 1 node_network_up{device="br-9dd2a20937e6"} 1 node_network_up{device="br-a01a29421e12"} 1 node_network_up{device="br-a08ab772e40d"} 1 node_network_up{device="br-a1b2b339a0bc"} 1 node_network_up{device="br-ab4fc0c8f205"} 1 node_network_up{device="br-ab7e8be9c7b8"} 1 node_network_up{device="br-ab8f176f7ba4"} 1 node_network_up{device="br-b155b277758b"} 1 node_network_up{device="br-b9ddcd38e3d5"} 0 node_network_up{device="br-bc64dc65c104"} 1 node_network_up{device="br-bc673706b5ae"} 1 node_network_up{device="br-be8161177ed9"} 1 node_network_up{device="br-bfa260e794d9"} 1 node_network_up{device="br-c6291428ebee"} 1 node_network_up{device="br-c7ec91768290"} 1 node_network_up{device="br-c8047895107e"} 1 node_network_up{device="br-c86562d687da"} 1 node_network_up{device="br-cb14ad5f78d9"} 1 node_network_up{device="br-cd22c9cceee9"} 1 node_network_up{device="br-cf6b946573c1"} 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-d68147769b09"} 1 node_network_up{device="br-d81320e12692"} 1 node_network_up{device="br-da621f14fb83"} 1 node_network_up{device="br-dc8640f674ee"} 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-e24d302efec6"} 1 node_network_up{device="br-e2ebf44ea1f2"} 1 node_network_up{device="br-e63b0d1593b5"} 1 node_network_up{device="br-ec56c664f289"} 1 node_network_up{device="br-f0e9da5289c2"} 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-f7269b4b25bf"} 1 node_network_up{device="br-fb23b0434540"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0076559"} 1 node_network_up{device="veth0106c7a"} 1 node_network_up{device="veth01165f0"} 1 node_network_up{device="veth01de5af"} 1 node_network_up{device="veth0252a2a"} 1 node_network_up{device="veth026b5f1"} 1 node_network_up{device="veth02d5a2d"} 1 node_network_up{device="veth0387d76"} 1 node_network_up{device="veth03f1565"} 1 node_network_up{device="veth0474396"} 1 node_network_up{device="veth04bcbc0"} 1 node_network_up{device="veth053af97"} 1 node_network_up{device="veth0549182"} 1 node_network_up{device="veth054cedc"} 1 node_network_up{device="veth05a336b"} 1 node_network_up{device="veth05b1403"} 1 node_network_up{device="veth05dbfef"} 1 node_network_up{device="veth0666583"} 1 node_network_up{device="veth073b9c4"} 1 node_network_up{device="veth08149de"} 1 node_network_up{device="veth0906c73"} 1 node_network_up{device="veth0948320"} 1 node_network_up{device="veth0aa1c2d"} 1 node_network_up{device="veth0acd33e"} 1 node_network_up{device="veth0ae79aa"} 1 node_network_up{device="veth0af3200"} 1 node_network_up{device="veth0b0f675"} 1 node_network_up{device="veth0b2f2a0"} 1 node_network_up{device="veth0b70bc8"} 1 node_network_up{device="veth0d172e4"} 1 node_network_up{device="veth0da84c5"} 1 node_network_up{device="veth0dda3d7"} 1 node_network_up{device="veth0e35f5e"} 1 node_network_up{device="veth0eedf53"} 1 node_network_up{device="veth0f291f5"} 1 node_network_up{device="veth0f4d0ed"} 1 node_network_up{device="veth0f85411"} 1 node_network_up{device="veth0fce86d"} 1 node_network_up{device="veth100fd27"} 1 node_network_up{device="veth10227c2"} 1 node_network_up{device="veth10693ca"} 1 node_network_up{device="veth108735b"} 1 node_network_up{device="veth114bf22"} 1 node_network_up{device="veth12564dc"} 1 node_network_up{device="veth12ef518"} 1 node_network_up{device="veth1343dbc"} 1 node_network_up{device="veth1394791"} 1 node_network_up{device="veth13b4efd"} 1 node_network_up{device="veth13de79b"} 1 node_network_up{device="veth14dc831"} 1 node_network_up{device="veth1513f1b"} 1 node_network_up{device="veth1574334"} 1 node_network_up{device="veth1596f02"} 1 node_network_up{device="veth15c7048"} 1 node_network_up{device="veth15fb20f"} 1 node_network_up{device="veth160d560"} 1 node_network_up{device="veth1632a4e"} 1 node_network_up{device="veth1687023"} 1 node_network_up{device="veth16b6f88"} 1 node_network_up{device="veth16bc448"} 1 node_network_up{device="veth1761f88"} 1 node_network_up{device="veth17f0f90"} 1 node_network_up{device="veth1906b94"} 1 node_network_up{device="veth1908d88"} 1 node_network_up{device="veth19402da"} 1 node_network_up{device="veth194b2c8"} 1 node_network_up{device="veth19bdf4c"} 1 node_network_up{device="veth19c9513"} 1 node_network_up{device="veth1af3324"} 1 node_network_up{device="veth1b8e6ca"} 1 node_network_up{device="veth1ba4f00"} 1 node_network_up{device="veth1ba5627"} 1 node_network_up{device="veth1c6c526"} 1 node_network_up{device="veth1cb7af3"} 1 node_network_up{device="veth1cc7b21"} 1 node_network_up{device="veth1d0f4d8"} 1 node_network_up{device="veth1d1026d"} 1 node_network_up{device="veth1d1c849"} 1 node_network_up{device="veth1d28880"} 1 node_network_up{device="veth1db323f"} 1 node_network_up{device="veth1dfacd2"} 1 node_network_up{device="veth1e385fe"} 1 node_network_up{device="veth1e5d33a"} 1 node_network_up{device="veth1f2d55e"} 1 node_network_up{device="veth1fca91e"} 1 node_network_up{device="veth203039a"} 1 node_network_up{device="veth23495cd"} 1 node_network_up{device="veth23db7fb"} 1 node_network_up{device="veth24484c9"} 1 node_network_up{device="veth24a85f4"} 1 node_network_up{device="veth24b4904"} 1 node_network_up{device="veth25b04e7"} 1 node_network_up{device="veth25c4ced"} 1 node_network_up{device="veth2677c54"} 1 node_network_up{device="veth26be59d"} 1 node_network_up{device="veth2763119"} 1 node_network_up{device="veth276dd03"} 1 node_network_up{device="veth27ca332"} 1 node_network_up{device="veth27e4c1c"} 1 node_network_up{device="veth28c678d"} 1 node_network_up{device="veth28c8226"} 1 node_network_up{device="veth2989c66"} 1 node_network_up{device="veth29c349f"} 1 node_network_up{device="veth29d825b"} 1 node_network_up{device="veth29ee720"} 1 node_network_up{device="veth2a756fb"} 1 node_network_up{device="veth2b8adb8"} 1 node_network_up{device="veth2c4593e"} 1 node_network_up{device="veth2d6ab8a"} 1 node_network_up{device="veth2dd1c6e"} 1 node_network_up{device="veth2e07e70"} 1 node_network_up{device="veth2e40990"} 1 node_network_up{device="veth2e5abcd"} 1 node_network_up{device="veth2e69099"} 1 node_network_up{device="veth2f38598"} 1 node_network_up{device="veth2ffd510"} 1 node_network_up{device="veth30e4f5f"} 1 node_network_up{device="veth31b78d8"} 1 node_network_up{device="veth31f1351"} 1 node_network_up{device="veth338902a"} 1 node_network_up{device="veth33b6fcc"} 1 node_network_up{device="veth3425c34"} 1 node_network_up{device="veth35a0d0a"} 1 node_network_up{device="veth35cd0f6"} 1 node_network_up{device="veth35d0e81"} 1 node_network_up{device="veth361c4b1"} 1 node_network_up{device="veth3628cc5"} 1 node_network_up{device="veth36528f9"} 1 node_network_up{device="veth366ec90"} 1 node_network_up{device="veth36d5c28"} 1 node_network_up{device="veth36df713"} 1 node_network_up{device="veth375db39"} 1 node_network_up{device="veth378c30a"} 0 node_network_up{device="veth380b2a7"} 1 node_network_up{device="veth3830fdd"} 1 node_network_up{device="veth386f875"} 1 node_network_up{device="veth3887938"} 1 node_network_up{device="veth38e5192"} 0 node_network_up{device="veth3909a19"} 1 node_network_up{device="veth39322e0"} 1 node_network_up{device="veth39388ff"} 1 node_network_up{device="veth3977d1b"} 1 node_network_up{device="veth3a1e789"} 1 node_network_up{device="veth3a36ed1"} 1 node_network_up{device="veth3a75d41"} 1 node_network_up{device="veth3addbbf"} 1 node_network_up{device="veth3ae320c"} 1 node_network_up{device="veth3bcce56"} 1 node_network_up{device="veth3bd884c"} 1 node_network_up{device="veth3c3b00b"} 1 node_network_up{device="veth3cc3569"} 1 node_network_up{device="veth3ceac5b"} 1 node_network_up{device="veth3d16828"} 1 node_network_up{device="veth3d622be"} 1 node_network_up{device="veth3d7014e"} 1 node_network_up{device="veth3d871d0"} 1 node_network_up{device="veth3d8c990"} 1 node_network_up{device="veth3e51ec2"} 1 node_network_up{device="veth3fba8fa"} 1 node_network_up{device="veth3fcdfb2"} 1 node_network_up{device="veth400edd5"} 1 node_network_up{device="veth4044f24"} 1 node_network_up{device="veth404bd5a"} 1 node_network_up{device="veth41723a0"} 1 node_network_up{device="veth41dd412"} 1 node_network_up{device="veth41ffa22"} 1 node_network_up{device="veth42beb99"} 1 node_network_up{device="veth4388bb3"} 1 node_network_up{device="veth43f0d07"} 1 node_network_up{device="veth4431593"} 1 node_network_up{device="veth44554c4"} 1 node_network_up{device="veth4499dcf"} 1 node_network_up{device="veth44b6795"} 1 node_network_up{device="veth454590d"} 1 node_network_up{device="veth45753b2"} 1 node_network_up{device="veth45d8744"} 1 node_network_up{device="veth463e5c0"} 1 node_network_up{device="veth467de80"} 1 node_network_up{device="veth4683144"} 1 node_network_up{device="veth46a6eb5"} 1 node_network_up{device="veth46dd615"} 1 node_network_up{device="veth479a8c8"} 1 node_network_up{device="veth47e9160"} 1 node_network_up{device="veth48129d5"} 1 node_network_up{device="veth48d6056"} 1 node_network_up{device="veth4981a73"} 1 node_network_up{device="veth49dacab"} 1 node_network_up{device="veth49f8bca"} 1 node_network_up{device="veth49fa050"} 1 node_network_up{device="veth4a87249"} 1 node_network_up{device="veth4ae78af"} 1 node_network_up{device="veth4b38fc1"} 1 node_network_up{device="veth4ba8b40"} 1 node_network_up{device="veth4bac263"} 1 node_network_up{device="veth4be1e5a"} 1 node_network_up{device="veth4c83414"} 1 node_network_up{device="veth4d0f67a"} 0 node_network_up{device="veth4db7462"} 1 node_network_up{device="veth4e0a606"} 1 node_network_up{device="veth4e6aa51"} 1 node_network_up{device="veth4e7280a"} 1 node_network_up{device="veth4f150d0"} 1 node_network_up{device="veth50f3d21"} 1 node_network_up{device="veth511957b"} 1 node_network_up{device="veth51df910"} 1 node_network_up{device="veth5291507"} 1 node_network_up{device="veth52b62fe"} 1 node_network_up{device="veth52ba1f6"} 1 node_network_up{device="veth53803c8"} 1 node_network_up{device="veth53ed4ca"} 1 node_network_up{device="veth544923a"} 1 node_network_up{device="veth549693f"} 1 node_network_up{device="veth54d90c8"} 1 node_network_up{device="veth54e9d4a"} 0 node_network_up{device="veth550dee9"} 1 node_network_up{device="veth553ede3"} 1 node_network_up{device="veth554fa26"} 1 node_network_up{device="veth55a9843"} 1 node_network_up{device="veth55b0ec4"} 1 node_network_up{device="veth55c73bd"} 1 node_network_up{device="veth55cf210"} 1 node_network_up{device="veth56b065b"} 1 node_network_up{device="veth56ff8d7"} 1 node_network_up{device="veth57100d3"} 1 node_network_up{device="veth5744d5f"} 1 node_network_up{device="veth57a7b7e"} 1 node_network_up{device="veth587208b"} 1 node_network_up{device="veth59a28f9"} 1 node_network_up{device="veth59ec687"} 1 node_network_up{device="veth5a2f03c"} 1 node_network_up{device="veth5b14b1f"} 1 node_network_up{device="veth5be4441"} 1 node_network_up{device="veth5cf6db6"} 1 node_network_up{device="veth5d5edf1"} 1 node_network_up{device="veth5d79629"} 1 node_network_up{device="veth5d82bda"} 1 node_network_up{device="veth5d9fb18"} 1 node_network_up{device="veth5daf2e1"} 1 node_network_up{device="veth5e313cb"} 1 node_network_up{device="veth5ea5d19"} 1 node_network_up{device="veth5ede6bc"} 1 node_network_up{device="veth5f2f157"} 1 node_network_up{device="veth5f510cc"} 1 node_network_up{device="veth5fde4d5"} 1 node_network_up{device="veth608f13b"} 1 node_network_up{device="veth61c1692"} 1 node_network_up{device="veth61e4c6a"} 1 node_network_up{device="veth61ff867"} 1 node_network_up{device="veth6202b87"} 1 node_network_up{device="veth6314682"} 1 node_network_up{device="veth636b36b"} 1 node_network_up{device="veth63897f4"} 1 node_network_up{device="veth63f00f3"} 1 node_network_up{device="veth650a5d1"} 1 node_network_up{device="veth6558fa6"} 1 node_network_up{device="veth658b6f1"} 1 node_network_up{device="veth660c9c9"} 1 node_network_up{device="veth6634745"} 1 node_network_up{device="veth673a8ee"} 1 node_network_up{device="veth67a4acc"} 1 node_network_up{device="veth68228a8"} 1 node_network_up{device="veth698f022"} 1 node_network_up{device="veth6a67db5"} 1 node_network_up{device="veth6abc990"} 1 node_network_up{device="veth6b26cd5"} 1 node_network_up{device="veth6ba4916"} 1 node_network_up{device="veth6bab3d4"} 1 node_network_up{device="veth6bbfa32"} 1 node_network_up{device="veth6bd5048"} 1 node_network_up{device="veth6bee2a2"} 1 node_network_up{device="veth6c11632"} 1 node_network_up{device="veth6c22ce2"} 1 node_network_up{device="veth6cea1f5"} 1 node_network_up{device="veth6d4bf60"} 1 node_network_up{device="veth6d7d406"} 1 node_network_up{device="veth6dcbb17"} 1 node_network_up{device="veth6df542c"} 1 node_network_up{device="veth6e9c163"} 1 node_network_up{device="veth7070e17"} 1 node_network_up{device="veth7119448"} 1 node_network_up{device="veth7274c0d"} 1 node_network_up{device="veth72b5538"} 1 node_network_up{device="veth73188c4"} 1 node_network_up{device="veth73352ff"} 1 node_network_up{device="veth73fe131"} 1 node_network_up{device="veth74afd3b"} 1 node_network_up{device="veth7510955"} 1 node_network_up{device="veth75451a5"} 1 node_network_up{device="veth75454ee"} 1 node_network_up{device="veth75848c5"} 1 node_network_up{device="veth7599b2a"} 1 node_network_up{device="veth76be224"} 1 node_network_up{device="veth7742e6d"} 1 node_network_up{device="veth7888ef4"} 1 node_network_up{device="veth7a8020a"} 1 node_network_up{device="veth7ab8ce1"} 1 node_network_up{device="veth7af61c3"} 1 node_network_up{device="veth7b5560c"} 1 node_network_up{device="veth7b924a9"} 1 node_network_up{device="veth7ba230c"} 1 node_network_up{device="veth7c464a1"} 1 node_network_up{device="veth7cb9f47"} 1 node_network_up{device="veth7ccb046"} 1 node_network_up{device="veth7d44274"} 1 node_network_up{device="veth7dbd681"} 1 node_network_up{device="veth7e5e9af"} 1 node_network_up{device="veth7e62c28"} 1 node_network_up{device="veth7f33961"} 1 node_network_up{device="veth7fcd6d8"} 1 node_network_up{device="veth81e8cb1"} 1 node_network_up{device="veth81e92ae"} 1 node_network_up{device="veth81fc85c"} 1 node_network_up{device="veth82018a0"} 1 node_network_up{device="veth828128f"} 1 node_network_up{device="veth82e5071"} 1 node_network_up{device="veth82f1706"} 1 node_network_up{device="veth8358fe5"} 1 node_network_up{device="veth837d5f7"} 1 node_network_up{device="veth839108d"} 1 node_network_up{device="veth83ab132"} 1 node_network_up{device="veth83ad98f"} 1 node_network_up{device="veth841b54a"} 1 node_network_up{device="veth857de99"} 1 node_network_up{device="veth85b5354"} 1 node_network_up{device="veth86eda43"} 1 node_network_up{device="veth86fe81c"} 1 node_network_up{device="veth87665ad"} 1 node_network_up{device="veth87bf4ae"} 1 node_network_up{device="veth881af3b"} 1 node_network_up{device="veth8851d0b"} 1 node_network_up{device="veth88fa0f6"} 1 node_network_up{device="veth8911425"} 1 node_network_up{device="veth892e54a"} 1 node_network_up{device="veth89576e3"} 1 node_network_up{device="veth89bab0e"} 1 node_network_up{device="veth8a51411"} 1 node_network_up{device="veth8b2635b"} 1 node_network_up{device="veth8b27052"} 1 node_network_up{device="veth8b2cf5f"} 1 node_network_up{device="veth8b9fea2"} 1 node_network_up{device="veth8c04fed"} 1 node_network_up{device="veth8c0c0d5"} 1 node_network_up{device="veth8c16e8a"} 1 node_network_up{device="veth8c2ee1a"} 1 node_network_up{device="veth8c6cbbf"} 1 node_network_up{device="veth8ccc939"} 1 node_network_up{device="veth8d04352"} 1 node_network_up{device="veth8d0d5bd"} 1 node_network_up{device="veth8d1ab7d"} 1 node_network_up{device="veth8dc7e7c"} 1 node_network_up{device="veth8e411c0"} 1 node_network_up{device="veth8f3fa53"} 1 node_network_up{device="veth8f4aa08"} 1 node_network_up{device="veth8f5fbf7"} 1 node_network_up{device="veth8f698a3"} 1 node_network_up{device="veth8fb0b53"} 1 node_network_up{device="veth8fccdc6"} 1 node_network_up{device="veth90c7579"} 1 node_network_up{device="veth90ed6a6"} 1 node_network_up{device="veth910e8cf"} 1 node_network_up{device="veth930c9be"} 1 node_network_up{device="veth93112cc"} 1 node_network_up{device="veth93a0f8b"} 1 node_network_up{device="veth93c6e78"} 1 node_network_up{device="veth93cd3ec"} 1 node_network_up{device="veth949b686"} 1 node_network_up{device="veth94cbabc"} 1 node_network_up{device="veth94d91e2"} 1 node_network_up{device="veth95de52a"} 1 node_network_up{device="veth95e97e6"} 1 node_network_up{device="veth963a25f"} 1 node_network_up{device="veth9689522"} 1 node_network_up{device="veth96a099f"} 1 node_network_up{device="veth96a9aed"} 1 node_network_up{device="veth9737dfd"} 1 node_network_up{device="veth9834720"} 1 node_network_up{device="veth98a4f1c"} 1 node_network_up{device="veth9900f5c"} 1 node_network_up{device="veth9930130"} 1 node_network_up{device="veth99bd252"} 1 node_network_up{device="veth9a15643"} 1 node_network_up{device="veth9a73b47"} 1 node_network_up{device="veth9ab5fa5"} 1 node_network_up{device="veth9ade6ce"} 1 node_network_up{device="veth9ae29fb"} 1 node_network_up{device="veth9b006eb"} 1 node_network_up{device="veth9b53946"} 1 node_network_up{device="veth9b574a3"} 1 node_network_up{device="veth9bb0d1d"} 1 node_network_up{device="veth9c5f63a"} 1 node_network_up{device="veth9cfeb47"} 1 node_network_up{device="veth9d3116c"} 1 node_network_up{device="veth9d5866a"} 1 node_network_up{device="veth9d7f756"} 1 node_network_up{device="veth9d95a42"} 1 node_network_up{device="veth9dee925"} 1 node_network_up{device="veth9e76a8b"} 1 node_network_up{device="veth9e9e316"} 1 node_network_up{device="veth9f0c2e2"} 1 node_network_up{device="veth9f74d58"} 1 node_network_up{device="vetha018cbf"} 1 node_network_up{device="vetha1ab304"} 1 node_network_up{device="vetha1eb306"} 1 node_network_up{device="vetha290736"} 1 node_network_up{device="vetha2aad37"} 1 node_network_up{device="vetha31d6fd"} 1 node_network_up{device="vetha334122"} 1 node_network_up{device="vetha3852e4"} 1 node_network_up{device="vetha4b0907"} 1 node_network_up{device="vetha537eb6"} 1 node_network_up{device="vetha675b8d"} 1 node_network_up{device="vetha678351"} 1 node_network_up{device="vetha6bbcc2"} 1 node_network_up{device="vetha74cd81"} 1 node_network_up{device="vetha780b5e"} 1 node_network_up{device="vetha797fe3"} 1 node_network_up{device="vetha79a05b"} 1 node_network_up{device="vetha7a2d29"} 1 node_network_up{device="vetha7ada6f"} 1 node_network_up{device="vetha8f009e"} 1 node_network_up{device="vetha96ae67"} 1 node_network_up{device="vetha997490"} 1 node_network_up{device="vetha9b6925"} 1 node_network_up{device="vethaa11814"} 1 node_network_up{device="vethaa894f6"} 1 node_network_up{device="vethab86d4a"} 1 node_network_up{device="vethab9afc5"} 1 node_network_up{device="vethac080df"} 1 node_network_up{device="vethac3a592"} 1 node_network_up{device="vethad12781"} 1 node_network_up{device="vethad38be0"} 1 node_network_up{device="vethad89bb1"} 1 node_network_up{device="vethada749e"} 1 node_network_up{device="vethadef082"} 1 node_network_up{device="vethae5faf9"} 1 node_network_up{device="vethaedfacc"} 1 node_network_up{device="vethaef0424"} 1 node_network_up{device="vethb05b013"} 1 node_network_up{device="vethb077d67"} 1 node_network_up{device="vethb0a68a0"} 1 node_network_up{device="vethb0c284f"} 1 node_network_up{device="vethb0df999"} 1 node_network_up{device="vethb25b3d8"} 1 node_network_up{device="vethb2fbd99"} 1 node_network_up{device="vethb3a8415"} 1 node_network_up{device="vethb3c68e2"} 1 node_network_up{device="vethb3cd903"} 1 node_network_up{device="vethb4870f2"} 1 node_network_up{device="vethb4da8f7"} 1 node_network_up{device="vethb51625b"} 1 node_network_up{device="vethb5e3f17"} 1 node_network_up{device="vethb60fcbc"} 1 node_network_up{device="vethb664d75"} 1 node_network_up{device="vethb68caf3"} 1 node_network_up{device="vethb77cc8b"} 1 node_network_up{device="vethb77f08e"} 1 node_network_up{device="vethb80914a"} 1 node_network_up{device="vethb8b412e"} 1 node_network_up{device="vethb8c2d4e"} 1 node_network_up{device="vethb92be35"} 1 node_network_up{device="vethb93f442"} 1 node_network_up{device="vethb95ceeb"} 1 node_network_up{device="vethb995c11"} 1 node_network_up{device="vethb9c62b1"} 1 node_network_up{device="vethbab5259"} 1 node_network_up{device="vethbb3c294"} 1 node_network_up{device="vethbbb97f9"} 1 node_network_up{device="vethbc1c416"} 1 node_network_up{device="vethbc5ca70"} 1 node_network_up{device="vethbd1f0db"} 1 node_network_up{device="vethbd573f6"} 1 node_network_up{device="vethbd7c661"} 1 node_network_up{device="vethbe7ea9e"} 1 node_network_up{device="vethbec2cbb"} 1 node_network_up{device="vethbfcf0a4"} 1 node_network_up{device="vethbff0fd3"} 1 node_network_up{device="vethc05b060"} 1 node_network_up{device="vethc09e03c"} 1 node_network_up{device="vethc15d66d"} 1 node_network_up{device="vethc196d66"} 1 node_network_up{device="vethc1ac58c"} 1 node_network_up{device="vethc1c5fcd"} 1 node_network_up{device="vethc1ef3da"} 1 node_network_up{device="vethc2efd7c"} 1 node_network_up{device="vethc314d9e"} 1 node_network_up{device="vethc3bdd94"} 1 node_network_up{device="vethc3ec1dd"} 1 node_network_up{device="vethc4061a9"} 1 node_network_up{device="vethc452900"} 1 node_network_up{device="vethc45c99c"} 1 node_network_up{device="vethc482fb8"} 1 node_network_up{device="vethc503d39"} 1 node_network_up{device="vethc53c8a6"} 1 node_network_up{device="vethc5b4fd7"} 1 node_network_up{device="vethc605740"} 1 node_network_up{device="vethc6116a4"} 1 node_network_up{device="vethc66fb8a"} 1 node_network_up{device="vethc6ae4c6"} 1 node_network_up{device="vethc6fb5c3"} 1 node_network_up{device="vethc774b55"} 1 node_network_up{device="vethc7cfbf3"} 1 node_network_up{device="vethc7e7ad1"} 1 node_network_up{device="vethc8593ec"} 1 node_network_up{device="vethc8db878"} 1 node_network_up{device="vethc9a9adb"} 1 node_network_up{device="vethcc09d95"} 1 node_network_up{device="vethcc14215"} 1 node_network_up{device="vethcc8ea41"} 1 node_network_up{device="vethcccbbc2"} 1 node_network_up{device="vethcd037d2"} 1 node_network_up{device="vethcd46f50"} 1 node_network_up{device="vethcd4f5e4"} 1 node_network_up{device="vethcd69036"} 0 node_network_up{device="vethcdb9063"} 1 node_network_up{device="vethce03e73"} 1 node_network_up{device="vethce4911b"} 1 node_network_up{device="vethcee6c6b"} 1 node_network_up{device="vethcf40450"} 1 node_network_up{device="vethd010653"} 1 node_network_up{device="vethd015bfd"} 1 node_network_up{device="vethd01bced"} 1 node_network_up{device="vethd08787c"} 1 node_network_up{device="vethd0d2e30"} 1 node_network_up{device="vethd12d945"} 1 node_network_up{device="vethd16a72f"} 1 node_network_up{device="vethd1719c5"} 1 node_network_up{device="vethd1871e7"} 1 node_network_up{device="vethd25aa3b"} 1 node_network_up{device="vethd36eb18"} 1 node_network_up{device="vethd3a300e"} 1 node_network_up{device="vethd3ed1c7"} 1 node_network_up{device="vethd4b817a"} 1 node_network_up{device="vethd4d7b42"} 1 node_network_up{device="vethd4e7c2c"} 1 node_network_up{device="vethd623391"} 1 node_network_up{device="vethd698bb5"} 1 node_network_up{device="vethd6a884e"} 1 node_network_up{device="vethd77ed8c"} 1 node_network_up{device="vethd788961"} 1 node_network_up{device="vethd7dd546"} 1 node_network_up{device="vethd80ed49"} 1 node_network_up{device="vethd81b53c"} 1 node_network_up{device="vethd8ae67f"} 1 node_network_up{device="vethd9ad995"} 1 node_network_up{device="vethda00b2c"} 1 node_network_up{device="vethda17b81"} 1 node_network_up{device="vethda42a3d"} 1 node_network_up{device="vethda8113b"} 1 node_network_up{device="vethda97a73"} 1 node_network_up{device="vethdcd40f5"} 1 node_network_up{device="vethdcd5e9f"} 1 node_network_up{device="vethdd7f080"} 1 node_network_up{device="vethdd9457a"} 1 node_network_up{device="vethddaa2f6"} 1 node_network_up{device="vethddd757b"} 1 node_network_up{device="vethde484ca"} 1 node_network_up{device="vethde84e28"} 1 node_network_up{device="vethdee08a0"} 1 node_network_up{device="vethdf3c363"} 1 node_network_up{device="vethe044dd7"} 1 node_network_up{device="vethe0eb635"} 1 node_network_up{device="vethe121842"} 1 node_network_up{device="vethe17b4b2"} 1 node_network_up{device="vethe240296"} 1 node_network_up{device="vethe2a6aa2"} 1 node_network_up{device="vethe2c776a"} 1 node_network_up{device="vethe2ee303"} 1 node_network_up{device="vethe3053d7"} 1 node_network_up{device="vethe31ca35"} 0 node_network_up{device="vethe37671b"} 1 node_network_up{device="vethe3a02f4"} 1 node_network_up{device="vethe3b4d90"} 1 node_network_up{device="vethe4e7a4c"} 1 node_network_up{device="vethe52d560"} 1 node_network_up{device="vethe69c35e"} 1 node_network_up{device="vethe6fd8c5"} 1 node_network_up{device="vethe70eee7"} 1 node_network_up{device="vethe741a23"} 1 node_network_up{device="vethe747942"} 1 node_network_up{device="vethe7681a6"} 1 node_network_up{device="vethe7756c8"} 1 node_network_up{device="vethe85d3d3"} 1 node_network_up{device="vethe8c8080"} 1 node_network_up{device="vethe90aeb2"} 1 node_network_up{device="vethea085b3"} 1 node_network_up{device="vetheaf1fb5"} 1 node_network_up{device="vetheb12841"} 1 node_network_up{device="vetheb390b0"} 1 node_network_up{device="vethebf40ec"} 1 node_network_up{device="vethebf8ec5"} 1 node_network_up{device="vethec38299"} 1 node_network_up{device="vethec3b924"} 1 node_network_up{device="vethecb745a"} 1 node_network_up{device="vethed62efc"} 1 node_network_up{device="vethed6b660"} 1 node_network_up{device="vethed862f6"} 1 node_network_up{device="vethee6cff7"} 1 node_network_up{device="vethee8eb9c"} 1 node_network_up{device="vetheec35b5"} 1 node_network_up{device="vetheec68f2"} 1 node_network_up{device="vethef14514"} 1 node_network_up{device="vethef7358f"} 1 node_network_up{device="vethefc1f2e"} 1 node_network_up{device="vethf0b13ba"} 1 node_network_up{device="vethf0d9869"} 1 node_network_up{device="vethf12362d"} 1 node_network_up{device="vethf1fdf1f"} 1 node_network_up{device="vethf239d3f"} 1 node_network_up{device="vethf2b0340"} 1 node_network_up{device="vethf3380cf"} 1 node_network_up{device="vethf35de8c"} 1 node_network_up{device="vethf3aa0d1"} 1 node_network_up{device="vethf3e722c"} 1 node_network_up{device="vethf4d422e"} 1 node_network_up{device="vethf5878a9"} 1 node_network_up{device="vethf60f77c"} 1 node_network_up{device="vethf6b618c"} 1 node_network_up{device="vethf739350"} 1 node_network_up{device="vethf75dfd6"} 1 node_network_up{device="vethf7c6492"} 1 node_network_up{device="vethf7e7622"} 1 node_network_up{device="vethf7f96c4"} 1 node_network_up{device="vethf81bb1f"} 1 node_network_up{device="vethf831c6e"} 1 node_network_up{device="vethf878734"} 1 node_network_up{device="vethf8b777e"} 1 node_network_up{device="vethf9297c3"} 1 node_network_up{device="vethf93ef43"} 1 node_network_up{device="vethf9dc188"} 1 node_network_up{device="vethfa21f05"} 1 node_network_up{device="vethfa7118a"} 1 node_network_up{device="vethfa9e5b8"} 1 node_network_up{device="vethfad6627"} 1 node_network_up{device="vethfb2bfe2"} 1 node_network_up{device="vethfb6999a"} 1 node_network_up{device="vethfba34d0"} 1 node_network_up{device="vethfbee07c"} 1 node_network_up{device="vethfc5799c"} 1 node_network_up{device="vethfcf4485"} 1 node_network_up{device="vethfd434b4"} 1 node_network_up{device="vethfd4ae4a"} 1 node_network_up{device="vethfdd4d19"} 1 node_network_up{device="vethfe2ae54"} 1 node_network_up{device="vethfe3f546"} 1 node_network_up{device="vethfe695e7"} 1 node_network_up{device="vethfe841b8"} 1 node_network_up{device="vethfeb3f2a"} 1 node_network_up{device="vethfeeef20"} 1 node_network_up{device="vethff1f982"} 1 node_network_up{device="vethff7d976"} 1 node_network_up{device="vethffbce7a"} 1 node_network_up{device="vethffe6de7"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_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 1394 # 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 3 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 452610.982080408 node_schedstat_running_seconds_total{cpu="1"} 491681.79917843 node_schedstat_running_seconds_total{cpu="10"} 467155.032456401 node_schedstat_running_seconds_total{cpu="11"} 427596.457609069 node_schedstat_running_seconds_total{cpu="12"} 463061.047262063 node_schedstat_running_seconds_total{cpu="13"} 463686.852390782 node_schedstat_running_seconds_total{cpu="14"} 459282.411425942 node_schedstat_running_seconds_total{cpu="15"} 461721.176627779 node_schedstat_running_seconds_total{cpu="2"} 489034.035442445 node_schedstat_running_seconds_total{cpu="3"} 487153.454392535 node_schedstat_running_seconds_total{cpu="4"} 481878.274326086 node_schedstat_running_seconds_total{cpu="5"} 480078.653393225 node_schedstat_running_seconds_total{cpu="6"} 477916.350425873 node_schedstat_running_seconds_total{cpu="7"} 473244.535556021 node_schedstat_running_seconds_total{cpu="8"} 471834.861450206 node_schedstat_running_seconds_total{cpu="9"} 469983.36354957 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.71464995e+09 node_schedstat_timeslices_total{cpu="1"} 1.930781447e+09 node_schedstat_timeslices_total{cpu="10"} 1.7422495e+09 node_schedstat_timeslices_total{cpu="11"} 1.685372085e+09 node_schedstat_timeslices_total{cpu="12"} 1.728733376e+09 node_schedstat_timeslices_total{cpu="13"} 1.723239431e+09 node_schedstat_timeslices_total{cpu="14"} 1.84647954e+09 node_schedstat_timeslices_total{cpu="15"} 1.724135474e+09 node_schedstat_timeslices_total{cpu="2"} 1.914224967e+09 node_schedstat_timeslices_total{cpu="3"} 1.871934117e+09 node_schedstat_timeslices_total{cpu="4"} 1.841880929e+09 node_schedstat_timeslices_total{cpu="5"} 1.819033355e+09 node_schedstat_timeslices_total{cpu="6"} 1.799517022e+09 node_schedstat_timeslices_total{cpu="7"} 1.780142006e+09 node_schedstat_timeslices_total{cpu="8"} 1.762225324e+09 node_schedstat_timeslices_total{cpu="9"} 1.751650798e+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"} 100718.359639016 node_schedstat_waiting_seconds_total{cpu="1"} 113972.474808033 node_schedstat_waiting_seconds_total{cpu="10"} 101712.307041836 node_schedstat_waiting_seconds_total{cpu="11"} 106622.852549296 node_schedstat_waiting_seconds_total{cpu="12"} 100988.873265105 node_schedstat_waiting_seconds_total{cpu="13"} 100520.827654652 node_schedstat_waiting_seconds_total{cpu="14"} 117062.16136759 node_schedstat_waiting_seconds_total{cpu="15"} 100289.148025891 node_schedstat_waiting_seconds_total{cpu="2"} 112915.378698193 node_schedstat_waiting_seconds_total{cpu="3"} 109897.69818466 node_schedstat_waiting_seconds_total{cpu="4"} 108647.442379306 node_schedstat_waiting_seconds_total{cpu="5"} 106589.277425071 node_schedstat_waiting_seconds_total{cpu="6"} 104983.784475765 node_schedstat_waiting_seconds_total{cpu="7"} 104287.111407293 node_schedstat_waiting_seconds_total{cpu="8"} 102974.986094304 node_schedstat_waiting_seconds_total{cpu="9"} 102518.298050321 # 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.000309546 node_scrape_collector_duration_seconds{collector="bcache"} 1.0758e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1784e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.013073485 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000127237 node_scrape_collector_duration_seconds{collector="cpu"} 0.001320614 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.0001406 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001509359 node_scrape_collector_duration_seconds{collector="dmi"} 5.998e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.7388e-05 node_scrape_collector_duration_seconds{collector="entropy"} 8.2248e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.147e-06 node_scrape_collector_duration_seconds{collector="filefd"} 4.3082e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.079504397 node_scrape_collector_duration_seconds{collector="hwmon"} 2.57e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 2.1814e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.0312e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.2722e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.0038e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000210445 node_scrape_collector_duration_seconds{collector="netclass"} 0.774071898 node_scrape_collector_duration_seconds{collector="netdev"} 0.000189744 node_scrape_collector_duration_seconds{collector="netstat"} 0.000704002 node_scrape_collector_duration_seconds{collector="nfs"} 1.6514e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.8312e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.3989e-05 node_scrape_collector_duration_seconds{collector="os"} 5.924e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.1165e-05 node_scrape_collector_duration_seconds{collector="pressure"} 4.9323e-05 node_scrape_collector_duration_seconds{collector="rapl"} 2.2327e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000131314 node_scrape_collector_duration_seconds{collector="selinux"} 3.4335e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000114326 node_scrape_collector_duration_seconds{collector="softnet"} 0.000159585 node_scrape_collector_duration_seconds{collector="stat"} 0.000210498 node_scrape_collector_duration_seconds{collector="tapestats"} 1.0248e-05 node_scrape_collector_duration_seconds{collector="textfile"} 1.6441e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000845409 node_scrape_collector_duration_seconds{collector="time"} 9.6718e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.5883e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000534706 node_scrape_collector_duration_seconds{collector="uname"} 6.636e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000109605 node_scrape_collector_duration_seconds{collector="watchdog"} 1.4641e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000357447 node_scrape_collector_duration_seconds{collector="zfs"} 7.529e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 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 3 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 1798 # 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 445 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.82272e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 251 # 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.028096e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="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"} 2 node_softnet_dropped_total{cpu="1"} 2 node_softnet_dropped_total{cpu="10"} 2 node_softnet_dropped_total{cpu="11"} 6276 node_softnet_dropped_total{cpu="12"} 6 node_softnet_dropped_total{cpu="13"} 4 node_softnet_dropped_total{cpu="14"} 1 node_softnet_dropped_total{cpu="15"} 4 node_softnet_dropped_total{cpu="2"} 1 node_softnet_dropped_total{cpu="3"} 4 node_softnet_dropped_total{cpu="4"} 5 node_softnet_dropped_total{cpu="5"} 9 node_softnet_dropped_total{cpu="6"} 4 node_softnet_dropped_total{cpu="7"} 2 node_softnet_dropped_total{cpu="8"} 6 node_softnet_dropped_total{cpu="9"} 1 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="12"} 0 node_softnet_flow_limit_count_total{cpu="13"} 0 node_softnet_flow_limit_count_total{cpu="14"} 0 node_softnet_flow_limit_count_total{cpu="15"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 4.75227848e+08 node_softnet_processed_total{cpu="1"} 5.32073463e+08 node_softnet_processed_total{cpu="10"} 4.87318081e+08 node_softnet_processed_total{cpu="11"} 3.493520401e+09 node_softnet_processed_total{cpu="12"} 4.83421139e+08 node_softnet_processed_total{cpu="13"} 4.83030534e+08 node_softnet_processed_total{cpu="14"} 4.77387046e+08 node_softnet_processed_total{cpu="15"} 4.79743478e+08 node_softnet_processed_total{cpu="2"} 5.28468818e+08 node_softnet_processed_total{cpu="3"} 5.19795522e+08 node_softnet_processed_total{cpu="4"} 5.12728305e+08 node_softnet_processed_total{cpu="5"} 5.07740971e+08 node_softnet_processed_total{cpu="6"} 5.03564238e+08 node_softnet_processed_total{cpu="7"} 4.96921329e+08 node_softnet_processed_total{cpu="8"} 4.92698291e+08 node_softnet_processed_total{cpu="9"} 4.89864881e+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"} 5889 node_softnet_times_squeezed_total{cpu="1"} 5109 node_softnet_times_squeezed_total{cpu="10"} 3973 node_softnet_times_squeezed_total{cpu="11"} 138320 node_softnet_times_squeezed_total{cpu="12"} 3832 node_softnet_times_squeezed_total{cpu="13"} 3890 node_softnet_times_squeezed_total{cpu="14"} 3817 node_softnet_times_squeezed_total{cpu="15"} 3716 node_softnet_times_squeezed_total{cpu="2"} 4814 node_softnet_times_squeezed_total{cpu="3"} 4610 node_softnet_times_squeezed_total{cpu="4"} 4433 node_softnet_times_squeezed_total{cpu="5"} 4275 node_softnet_times_squeezed_total{cpu="6"} 4223 node_softnet_times_squeezed_total{cpu="7"} 4223 node_softnet_times_squeezed_total{cpu="8"} 4076 node_softnet_times_squeezed_total{cpu="9"} 3889 # 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.7736716192954261e+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.000855 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.999991276763916 # 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.108269 # 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 2624 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.10258656221e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 363796 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.96478599e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 2.897151247e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sda2"} 0 node_xfs_allocation_btree_compares_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sda2"} 0 node_xfs_allocation_btree_lookups_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sda2"} 0 node_xfs_allocation_btree_records_deleted_total{device="sda5"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sda2"} 0 node_xfs_allocation_btree_records_inserted_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sda2"} 0 node_xfs_block_map_btree_compares_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sda2"} 0 node_xfs_block_map_btree_lookups_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sda2"} 0 node_xfs_block_map_btree_records_deleted_total{device="sda5"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sda2"} 0 node_xfs_block_map_btree_records_inserted_total{device="sda5"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sda2"} 0 node_xfs_block_mapping_extent_list_compares_total{device="sda5"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sda2"} 0 node_xfs_block_mapping_extent_list_deletions_total{device="sda5"} 3.4731227e+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"} 6.9226695e+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"} 105 node_xfs_block_mapping_extent_list_lookups_total{device="sda5"} 2.085300285e+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"} 105 node_xfs_block_mapping_reads_total{device="sda5"} 1.222086746e+09 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sda2"} 0 node_xfs_block_mapping_unmaps_total{device="sda5"} 6.3126663e+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"} 6.5047782e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sda2"} 0 node_xfs_directory_operation_create_total{device="sda5"} 4.3295379e+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.55468144e+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"} 9 node_xfs_directory_operation_lookup_total{device="sda5"} 1.13731638e+08 # 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"} 4.0717789e+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"} 7.66835762e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sda2"} 0 node_xfs_extent_allocation_blocks_freed_total{device="sda5"} 7.52936677e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sda2"} 0 node_xfs_extent_allocation_extents_allocated_total{device="sda5"} 3.3605695e+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"} 3.1407592e+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"} 9 node_xfs_inode_operation_attempts_total{device="sda5"} 5.2282708e+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"} 8.005169e+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"} 1 # 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"} 1.216281e+07 # 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"} 9 node_xfs_inode_operation_missed_total{device="sda5"} 4.0119899e+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"} 3 node_xfs_inode_operation_reclaims_total{device="sda5"} 3.935276e+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"} 4 # 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"} 8.91631526e+08 # 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"} 767138 # 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"} 3 node_xfs_vnode_reclaim_total{device="sda5"} 4.8197538e+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"} 3 node_xfs_vnode_release_total{device="sda5"} 4.8197538e+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"} 3 node_xfs_vnode_remove_total{device="sda5"} 4.8197538e+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"} 5.97771523e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 40482.39 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.62165269e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 9.314074735e+09 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0312064e+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.77132741537e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273212928e+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 2 # 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"} 78141 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0