# 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"} 7.363e-06 go_gc_duration_seconds{quantile="0.25"} 2.0258e-05 go_gc_duration_seconds{quantile="0.5"} 3.5736e-05 go_gc_duration_seconds{quantile="0.75"} 4.8301e-05 go_gc_duration_seconds{quantile="1"} 0.000417694 go_gc_duration_seconds_sum 46.076226906 go_gc_duration_seconds_count 1.116893e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 9.928808e+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 3.274442592792e+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.321088e+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 5.5721486139e+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.446424e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 9.928808e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.20896e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 1.2181504e+07 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 121731 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.995968e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.9390464e+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.7649933047255723e+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 5.572160787e+10 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 176000 # 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 326400 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 1.2806112e+07 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.194944e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.507328e+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.507328e+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.8202248e+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 25 # 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.760678335e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 5.7424811576e+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="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="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="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_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 3.70335852e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 3837.8 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 140.8 node_cpu_seconds_total{cpu="0",mode="softirq"} 25029.39 node_cpu_seconds_total{cpu="0",mode="steal"} 3741.03 node_cpu_seconds_total{cpu="0",mode="system"} 177416.3 node_cpu_seconds_total{cpu="0",mode="user"} 352533.19 node_cpu_seconds_total{cpu="1",mode="idle"} 3.62364458e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 4220.97 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 142.39 node_cpu_seconds_total{cpu="1",mode="softirq"} 29764.91 node_cpu_seconds_total{cpu="1",mode="steal"} 3684.53 node_cpu_seconds_total{cpu="1",mode="system"} 188324.51 node_cpu_seconds_total{cpu="1",mode="user"} 415260.01 node_cpu_seconds_total{cpu="10",mode="idle"} 3.70022112e+06 node_cpu_seconds_total{cpu="10",mode="iowait"} 3894.73 node_cpu_seconds_total{cpu="10",mode="irq"} 0 node_cpu_seconds_total{cpu="10",mode="nice"} 121.8 node_cpu_seconds_total{cpu="10",mode="softirq"} 16702.46 node_cpu_seconds_total{cpu="10",mode="steal"} 3409.19 node_cpu_seconds_total{cpu="10",mode="system"} 181483.14 node_cpu_seconds_total{cpu="10",mode="user"} 369819.11 node_cpu_seconds_total{cpu="11",mode="idle"} 3.69053101e+06 node_cpu_seconds_total{cpu="11",mode="iowait"} 3899.7 node_cpu_seconds_total{cpu="11",mode="irq"} 0 node_cpu_seconds_total{cpu="11",mode="nice"} 128.25 node_cpu_seconds_total{cpu="11",mode="softirq"} 24357.83 node_cpu_seconds_total{cpu="11",mode="steal"} 3431.08 node_cpu_seconds_total{cpu="11",mode="system"} 180625.9 node_cpu_seconds_total{cpu="11",mode="user"} 366956.59 node_cpu_seconds_total{cpu="2",mode="idle"} 3.6406219e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4291.68 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 116.79 node_cpu_seconds_total{cpu="2",mode="softirq"} 21458.81 node_cpu_seconds_total{cpu="2",mode="steal"} 3694.1 node_cpu_seconds_total{cpu="2",mode="system"} 188726.23 node_cpu_seconds_total{cpu="2",mode="user"} 412939.83 node_cpu_seconds_total{cpu="3",mode="idle"} 3.65063255e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 4160.68 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 143.93 node_cpu_seconds_total{cpu="3",mode="softirq"} 18899.47 node_cpu_seconds_total{cpu="3",mode="steal"} 3541.91 node_cpu_seconds_total{cpu="3",mode="system"} 188575.04 node_cpu_seconds_total{cpu="3",mode="user"} 407566.64 node_cpu_seconds_total{cpu="4",mode="idle"} 3.65654626e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 4073.17 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 112.25 node_cpu_seconds_total{cpu="4",mode="softirq"} 20905.1 node_cpu_seconds_total{cpu="4",mode="steal"} 3592.87 node_cpu_seconds_total{cpu="4",mode="system"} 187080.73 node_cpu_seconds_total{cpu="4",mode="user"} 400185.36 node_cpu_seconds_total{cpu="5",mode="idle"} 3.67228844e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 4089.76 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 127.34 node_cpu_seconds_total{cpu="5",mode="softirq"} 16665.39 node_cpu_seconds_total{cpu="5",mode="steal"} 3470.83 node_cpu_seconds_total{cpu="5",mode="system"} 186057.27 node_cpu_seconds_total{cpu="5",mode="user"} 392678.61 node_cpu_seconds_total{cpu="6",mode="idle"} 3.72918134e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 4180.3 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 111.16 node_cpu_seconds_total{cpu="6",mode="softirq"} 15798.93 node_cpu_seconds_total{cpu="6",mode="steal"} 3582.88 node_cpu_seconds_total{cpu="6",mode="system"} 177713.15 node_cpu_seconds_total{cpu="6",mode="user"} 341846.98 node_cpu_seconds_total{cpu="7",mode="idle"} 3.6148994e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 3843.95 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 132.64 node_cpu_seconds_total{cpu="7",mode="softirq"} 82874.69 node_cpu_seconds_total{cpu="7",mode="steal"} 4038.72 node_cpu_seconds_total{cpu="7",mode="system"} 175792.23 node_cpu_seconds_total{cpu="7",mode="user"} 354572.84 node_cpu_seconds_total{cpu="8",mode="idle"} 3.68944882e+06 node_cpu_seconds_total{cpu="8",mode="iowait"} 3921.71 node_cpu_seconds_total{cpu="8",mode="irq"} 0 node_cpu_seconds_total{cpu="8",mode="nice"} 162.23 node_cpu_seconds_total{cpu="8",mode="softirq"} 16973.77 node_cpu_seconds_total{cpu="8",mode="steal"} 3484.34 node_cpu_seconds_total{cpu="8",mode="system"} 183170.53 node_cpu_seconds_total{cpu="8",mode="user"} 377767.97 node_cpu_seconds_total{cpu="9",mode="idle"} 3.69305057e+06 node_cpu_seconds_total{cpu="9",mode="iowait"} 3958.64 node_cpu_seconds_total{cpu="9",mode="irq"} 0 node_cpu_seconds_total{cpu="9",mode="nice"} 137.34 node_cpu_seconds_total{cpu="9",mode="softirq"} 20509.63 node_cpu_seconds_total{cpu="9",mode="steal"} 3417.62 node_cpu_seconds_total{cpu="9",mode="system"} 182048.58 node_cpu_seconds_total{cpu="9",mode="user"} 369567.08 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="dm-0"} 0 node_disk_discard_time_seconds_total{device="dm-1"} 0 node_disk_discard_time_seconds_total{device="vda"} 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="dm-0"} 0 node_disk_discarded_sectors_total{device="dm-1"} 0 node_disk_discarded_sectors_total{device="vda"} 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="dm-0"} 0 node_disk_discards_completed_total{device="dm-1"} 0 node_disk_discards_completed_total{device="vda"} 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="dm-0"} 0 node_disk_discards_merged_total{device="dm-1"} 0 node_disk_discards_merged_total{device="vda"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="dm-0",major="253",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="dm-1",major="253",minor="1",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="vda",major="252",minor="0",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="dm-0"} 0 node_disk_io_now{device="dm-1"} 0 node_disk_io_now{device="vda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="dm-0"} 135280.352 node_disk_io_time_seconds_total{device="dm-1"} 2051.804 node_disk_io_time_seconds_total{device="vda"} 135560.952 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="dm-0"} 1.191380668e+06 node_disk_io_time_weighted_seconds_total{device="dm-1"} 45201.503000000004 node_disk_io_time_weighted_seconds_total{device="vda"} 1.189188833e+06 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="dm-0"} 1.2793433844736e+13 node_disk_read_bytes_total{device="dm-1"} 7.47063296e+09 node_disk_read_bytes_total{device="vda"} 1.2800916750336e+13 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="dm-0"} 186307.101 node_disk_read_time_seconds_total{device="dm-1"} 3208.3250000000003 node_disk_read_time_seconds_total{device="vda"} 240742.054 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="dm-0"} 1.32229983e+08 node_disk_reads_completed_total{device="dm-1"} 1.823428e+06 node_disk_reads_completed_total{device="vda"} 1.37218609e+08 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="dm-0"} 0 node_disk_reads_merged_total{device="dm-1"} 0 node_disk_reads_merged_total{device="vda"} 806981 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="dm-0"} 1.005073567e+06 node_disk_write_time_seconds_total{device="dm-1"} 41993.178 node_disk_write_time_seconds_total{device="vda"} 948446.778 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="dm-0"} 3.27365421e+08 node_disk_writes_completed_total{device="dm-1"} 2.948426e+06 node_disk_writes_completed_total{device="vda"} 3.12695384e+08 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="dm-0"} 0 node_disk_writes_merged_total{device="dm-1"} 0 node_disk_writes_merged_total{device="vda"} 2.0725881e+07 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="dm-0"} 1.618101488128e+13 node_disk_written_bytes_total{device="dm-1"} 1.2076752896e+10 node_disk_written_bytes_total{device="vda"} 1.6193097511936e+13 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_vendor="SeaBIOS",bios_version="1.16.1-1.el9",board_asset_tag="",board_name="RHEL",board_vendor="Red Hat",board_version="RHEL-9.2.0 PC (Q35 + ICH9, 2009)",chassis_asset_tag="",chassis_vendor="Red Hat",chassis_version="RHEL-9.2.0 PC (Q35 + ICH9, 2009)",product_family="Red Hat Enterprise Linux",product_name="KVM",product_sku="9.2.0",product_version="RHEL-9.2.0 PC (Q35 + ICH9, 2009)",system_vendor="Red Hat"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 4036 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 4096 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.23.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 42080 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 4.923257e+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/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 3.2397717504e+10 node_filesystem_avail_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 7.36587776e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.5275994112e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/07e586ffbc81ac1a1d85cc8fd5fed8971dc42aaa265b395ff49c01b229cb603f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/0a66ebdb207bb353153703c93b50c570f345996e4b12b85b995fc3adbc84c7cb/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/107c1a9b495e706e1f22e144e515664fb280c03cc45d07fcc0816ecf4ed7ca50/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/12cdd356c94bfd9d4d840160c0e9f03deca0d7b4fd17d97679a5728e6c2704e2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/161c0737d52c445d6b48b5157a060ef08bf3175a72f5399ebf3395a933319783/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/21ed3f21108ed3fc686f96d97f0c1339d4c748077ef59fbc9737f2a596e392aa/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/2a6fdcc844b6f8210a649647a69a93f43ec750062bc4c8caff5661ea1ac4f1ae/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/321e152178c20c4d73f973bfcdf05fcc8fe033721aacc5be50968eec61c23d4b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/3dbad0d59b25de1e598f8790c6b83e9f23174503ebd93f029009184b22a94c26/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/42ac75c3e4be7e1f615852fa8fc81f34eb4ae2168940b4fb1243b555e1d0ad5f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/47518e8e40e255c45c62af4e1a585933b07af2a553caacaf4089a35f800f6455/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/4a67c56cde9cd01d6f88165b81123a593c38849f239f7ca73d2e9e966e4a200d/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/518610cf3ea167c309a3c8e592af2d76c11ae3a9eaebee718859d6a946eefa04/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/540d70d594bda0ca9a78e3c0da493461e26a84857b86c079c09d15bb67e1060e/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/54e041f873f8a8e5a94328eae7eee18323aa611c8a8ec37789f93b1c2e38464f/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/71b11c9da396f9a54bff919a101f39bc42a839f7257d2f6b6dad6d479902e7e3/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/749e36f4743b9a41b7ae7207b31a61999388268c7eb55cc0166bcd26318627fa/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/77afbc9e00d8f1b0baa22f50c9394d4b8d55db0d9aa9a540b95ec77a153855e0/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/7a11802a22a0a9beadb48012db24cdf7d2fa33e5d73b4224b9b31efa784870bd/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/7debc96cbbd6654261d51002fb5275c9cf9a68e27bc55f03d70353cd11985832/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/8186007d827ca7fb9a1ec6557461358ca41cf9772cd464969b687b0b81338534/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/8aba41d392be2fae7e799b32cc63055f595f53dd323c4b1b1e3c3cbc8866ea50/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9b2fefac24feb318344faa9c7cbd6edbafe179a2d74a5d43202ad9ace1d09cd1/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9e7b95bc4b7c81830e3797484e94a3dfef048204e0e39f929404c9062eb65aba/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9f45a82d71a34cf7d7b3df956541a480f8360381f1e6d8b6fdcff0d42a1f47a9/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/aa411185636f34cf75818fbded90b1cf3a71e1bfc2735d4992cc12fd88519478/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/aba6263cf61d93bd0d966017a90b292974aa12300866430385c03d88564262f5/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/bbae18b05108f642a12bdf4cefa292023bdb090357ebb94f4a0cc244e43428b2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/beaac85a040d4919ecd5de98f2c79b244d6161e8e36c769def05202c691dfb0d/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/c78b0dd7f99520d2e3be8fff4dcfbbb393ab2a4fed1615c00c88a473f7a354db/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/d9642fd17ff25442aa6c1d05b0907f6f00790b0e5b502ae81783a5f9c020e35a/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/dafad98b9449afd09e7a9b95955c6701af0d4e5234256971444658b8583ec52c/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/de0e619ddab0f2494351671c7f9085a429b00d4989d1fcbb57f884d66fc57f33/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/de20d067b265bbfa3a5837f09ac4766912262964b3a311f4529d6093368b29f2/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/df341b70ca1c99c21e5b05631eb708fec0fc8e167e87c7c45b2314471cc67440/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/e38965ca7abd3e4f5d38fdb5b4ce5fbb0e0a388b19831762a4d7a468d9f95a97/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/ea5d1eb3db9543bb70c591143386bc688a6b1cfaa659973a019d7dcf454de89b/mounts/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/f74452750ab1285bcf23f8f8722775d0c166bcef14ba24ce5bdcededa55170f8/mounts/shm"} 1 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 7.9470264e+07 node_filesystem_files{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 65536 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.1787e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 6.6157034e+07 node_filesystem_files_free{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 65214 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.16904e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 3.2397717504e+10 node_filesystem_free_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 8.07051264e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.5275994112e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/mapper/cl_taz-root",major="253",minor="0",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/vda1",major="252",minor="1",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="24",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/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/07e586ffbc81ac1a1d85cc8fd5fed8971dc42aaa265b395ff49c01b229cb603f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/0a66ebdb207bb353153703c93b50c570f345996e4b12b85b995fc3adbc84c7cb/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/107c1a9b495e706e1f22e144e515664fb280c03cc45d07fcc0816ecf4ed7ca50/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/12cdd356c94bfd9d4d840160c0e9f03deca0d7b4fd17d97679a5728e6c2704e2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/161c0737d52c445d6b48b5157a060ef08bf3175a72f5399ebf3395a933319783/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/21ed3f21108ed3fc686f96d97f0c1339d4c748077ef59fbc9737f2a596e392aa/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/2a6fdcc844b6f8210a649647a69a93f43ec750062bc4c8caff5661ea1ac4f1ae/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/321e152178c20c4d73f973bfcdf05fcc8fe033721aacc5be50968eec61c23d4b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/3dbad0d59b25de1e598f8790c6b83e9f23174503ebd93f029009184b22a94c26/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/42ac75c3e4be7e1f615852fa8fc81f34eb4ae2168940b4fb1243b555e1d0ad5f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/47518e8e40e255c45c62af4e1a585933b07af2a553caacaf4089a35f800f6455/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/4a67c56cde9cd01d6f88165b81123a593c38849f239f7ca73d2e9e966e4a200d/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/518610cf3ea167c309a3c8e592af2d76c11ae3a9eaebee718859d6a946eefa04/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/540d70d594bda0ca9a78e3c0da493461e26a84857b86c079c09d15bb67e1060e/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/54e041f873f8a8e5a94328eae7eee18323aa611c8a8ec37789f93b1c2e38464f/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/71b11c9da396f9a54bff919a101f39bc42a839f7257d2f6b6dad6d479902e7e3/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/749e36f4743b9a41b7ae7207b31a61999388268c7eb55cc0166bcd26318627fa/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/77afbc9e00d8f1b0baa22f50c9394d4b8d55db0d9aa9a540b95ec77a153855e0/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/7a11802a22a0a9beadb48012db24cdf7d2fa33e5d73b4224b9b31efa784870bd/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/7debc96cbbd6654261d51002fb5275c9cf9a68e27bc55f03d70353cd11985832/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/8186007d827ca7fb9a1ec6557461358ca41cf9772cd464969b687b0b81338534/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/8aba41d392be2fae7e799b32cc63055f595f53dd323c4b1b1e3c3cbc8866ea50/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9b2fefac24feb318344faa9c7cbd6edbafe179a2d74a5d43202ad9ace1d09cd1/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9e7b95bc4b7c81830e3797484e94a3dfef048204e0e39f929404c9062eb65aba/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/9f45a82d71a34cf7d7b3df956541a480f8360381f1e6d8b6fdcff0d42a1f47a9/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/aa411185636f34cf75818fbded90b1cf3a71e1bfc2735d4992cc12fd88519478/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/aba6263cf61d93bd0d966017a90b292974aa12300866430385c03d88564262f5/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/bbae18b05108f642a12bdf4cefa292023bdb090357ebb94f4a0cc244e43428b2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/beaac85a040d4919ecd5de98f2c79b244d6161e8e36c769def05202c691dfb0d/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/c78b0dd7f99520d2e3be8fff4dcfbbb393ab2a4fed1615c00c88a473f7a354db/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/d9642fd17ff25442aa6c1d05b0907f6f00790b0e5b502ae81783a5f9c020e35a/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/dafad98b9449afd09e7a9b95955c6701af0d4e5234256971444658b8583ec52c/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/de0e619ddab0f2494351671c7f9085a429b00d4989d1fcbb57f884d66fc57f33/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/de20d067b265bbfa3a5837f09ac4766912262964b3a311f4529d6093368b29f2/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/df341b70ca1c99c21e5b05631eb708fec0fc8e167e87c7c45b2314471cc67440/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/e38965ca7abd3e4f5d38fdb5b4ce5fbb0e0a388b19831762a4d7a468d9f95a97/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/ea5d1eb3db9543bb70c591143386bc688a6b1cfaa659973a019d7dcf454de89b/mounts/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/containers/f74452750ab1285bcf23f8f8722775d0c166bcef14ba24ce5bdcededa55170f8/mounts/shm"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/mapper/cl_taz-root",device_error="",fstype="xfs",mountpoint="/"} 1.073858953216e+12 node_filesystem_size_bytes{device="/dev/vda1",device_error="",fstype="ext4",mountpoint="/boot"} 1.02070272e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.53079552e+10 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 4.17063297e+08 # HELP node_hwmon_chip_names Annotation metric for human-readable chip names # TYPE node_hwmon_chip_names gauge node_hwmon_chip_names{chip="platform_amd_energy_0",chip_name="amd_energy"} 1 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 6.5523524699e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.5 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.92 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.13 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.617542656e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 8.984297472e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 2.366754816e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 8.917090304e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.9733233664e+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 73728 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.7563885568e+10 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 4.1841897472e+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.146452992e+11 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.147483648e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 3.0635196416e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.090426368e+10 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 8.224768e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.5409569792e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.4519139328e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 9.109569536e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 1.93888256e+08 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 6.358450176e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.6449708032e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 3.455582208e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 5.06159104e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 5.152735232e+09 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 4.44850176e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 8.38139904e+08 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.137124864e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.996258304e+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 5.925220352e+09 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 6.133383168e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 2.65981952e+08 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 1.3094395904e+10 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.6533942272e+10 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 5.156831232e+09 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 4.42609664e+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 65784 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 2.87001393e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.4706912532e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 3.782597e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.096423e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 39 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 529 # 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-087c68b8e63c"} 3 node_network_address_assign_type{device="br-0b1f21f65434"} 3 node_network_address_assign_type{device="br-0d0fae6fba3a"} 3 node_network_address_assign_type{device="br-170997b6d0fa"} 3 node_network_address_assign_type{device="br-1bb5f7b6f214"} 3 node_network_address_assign_type{device="br-1e4bfa09370c"} 3 node_network_address_assign_type{device="br-1f69ec4677f1"} 3 node_network_address_assign_type{device="br-21789fc30e57"} 3 node_network_address_assign_type{device="br-24be321e5dec"} 3 node_network_address_assign_type{device="br-259e1db91409"} 3 node_network_address_assign_type{device="br-26bd8dfacf27"} 3 node_network_address_assign_type{device="br-27f56655830b"} 3 node_network_address_assign_type{device="br-28d2c710d9dd"} 3 node_network_address_assign_type{device="br-2a3f91fee31f"} 3 node_network_address_assign_type{device="br-2bc240b92a01"} 3 node_network_address_assign_type{device="br-2c90dade3b40"} 3 node_network_address_assign_type{device="br-336368f4fbaf"} 3 node_network_address_assign_type{device="br-357f0be81f70"} 3 node_network_address_assign_type{device="br-36d6eda82163"} 3 node_network_address_assign_type{device="br-3eb6a5acab86"} 3 node_network_address_assign_type{device="br-448507de0ea8"} 3 node_network_address_assign_type{device="br-4a94058d26b4"} 3 node_network_address_assign_type{device="br-4be189870a60"} 3 node_network_address_assign_type{device="br-4f972baae489"} 3 node_network_address_assign_type{device="br-50cf1727260b"} 3 node_network_address_assign_type{device="br-52aec1ad6344"} 3 node_network_address_assign_type{device="br-54774436947a"} 3 node_network_address_assign_type{device="br-5508256f2a09"} 3 node_network_address_assign_type{device="br-57a69cbd7be7"} 3 node_network_address_assign_type{device="br-5d4590ede425"} 3 node_network_address_assign_type{device="br-610e22981841"} 3 node_network_address_assign_type{device="br-61849e346d59"} 3 node_network_address_assign_type{device="br-61d28ade84d6"} 3 node_network_address_assign_type{device="br-63561f6ecb8e"} 3 node_network_address_assign_type{device="br-65d299b503ee"} 3 node_network_address_assign_type{device="br-6bb76e52d0ad"} 3 node_network_address_assign_type{device="br-6f8573194abf"} 3 node_network_address_assign_type{device="br-7c7768cc3717"} 3 node_network_address_assign_type{device="br-7dc3afdf0595"} 3 node_network_address_assign_type{device="br-7f850a40bfe5"} 3 node_network_address_assign_type{device="br-8716ec68a5ed"} 3 node_network_address_assign_type{device="br-8ae373fa2d64"} 3 node_network_address_assign_type{device="br-8c6a4bf92696"} 3 node_network_address_assign_type{device="br-8cb85635e30f"} 3 node_network_address_assign_type{device="br-8dce2f197033"} 3 node_network_address_assign_type{device="br-90cd3c4154aa"} 3 node_network_address_assign_type{device="br-9472bb85cfee"} 3 node_network_address_assign_type{device="br-96848e888a71"} 3 node_network_address_assign_type{device="br-9ba5f271298c"} 3 node_network_address_assign_type{device="br-9bcfee4e647f"} 3 node_network_address_assign_type{device="br-9dafd0c4fdb9"} 3 node_network_address_assign_type{device="br-9db262804262"} 3 node_network_address_assign_type{device="br-9dc48ff73063"} 3 node_network_address_assign_type{device="br-a1d37c85c10a"} 3 node_network_address_assign_type{device="br-a1e913015165"} 3 node_network_address_assign_type{device="br-a28e9d8e1a5a"} 3 node_network_address_assign_type{device="br-a2ad5d8a6e21"} 3 node_network_address_assign_type{device="br-a38ecabc76e9"} 3 node_network_address_assign_type{device="br-a4f2233265e1"} 3 node_network_address_assign_type{device="br-a5dafb0a1dce"} 3 node_network_address_assign_type{device="br-a9bbe251fab0"} 3 node_network_address_assign_type{device="br-aa93655903fc"} 3 node_network_address_assign_type{device="br-ac3189dfb892"} 3 node_network_address_assign_type{device="br-ad403c2030eb"} 3 node_network_address_assign_type{device="br-b189446352e8"} 3 node_network_address_assign_type{device="br-b2704a1bb792"} 3 node_network_address_assign_type{device="br-b3ccbb1f1bc0"} 3 node_network_address_assign_type{device="br-b783fcd91426"} 3 node_network_address_assign_type{device="br-b963d2263b6f"} 3 node_network_address_assign_type{device="br-ba1379cf796f"} 3 node_network_address_assign_type{device="br-ba367713f9e4"} 3 node_network_address_assign_type{device="br-bbe8bdb22dd6"} 3 node_network_address_assign_type{device="br-bd52bf04c342"} 3 node_network_address_assign_type{device="br-bf0cd4851644"} 3 node_network_address_assign_type{device="br-bffb620a7ee6"} 3 node_network_address_assign_type{device="br-c1f5d6ba4d2d"} 3 node_network_address_assign_type{device="br-c30b8f3d8dab"} 3 node_network_address_assign_type{device="br-c77466ba6ab0"} 3 node_network_address_assign_type{device="br-ca643bc58727"} 3 node_network_address_assign_type{device="br-cd8eb8bff0ed"} 3 node_network_address_assign_type{device="br-d349f503bfc6"} 3 node_network_address_assign_type{device="br-d454ff2d1838"} 3 node_network_address_assign_type{device="br-d739d49adeac"} 3 node_network_address_assign_type{device="br-d7cd2c298e7c"} 3 node_network_address_assign_type{device="br-d8a988dac171"} 3 node_network_address_assign_type{device="br-de2f2179e66c"} 3 node_network_address_assign_type{device="br-de3eb58f0193"} 3 node_network_address_assign_type{device="br-dea46bb081b7"} 3 node_network_address_assign_type{device="br-e065831d4d38"} 3 node_network_address_assign_type{device="br-e5485c57cf48"} 3 node_network_address_assign_type{device="br-eb54112c03eb"} 3 node_network_address_assign_type{device="br-ec717bd1017c"} 3 node_network_address_assign_type{device="br-edb0c100954a"} 3 node_network_address_assign_type{device="br-f33823381a9d"} 3 node_network_address_assign_type{device="br-f3652190882f"} 3 node_network_address_assign_type{device="br-f408a2a1a184"} 3 node_network_address_assign_type{device="br-f515742f876f"} 3 node_network_address_assign_type{device="br-f9f6492a4861"} 3 node_network_address_assign_type{device="br-fb51064e1346"} 3 node_network_address_assign_type{device="br-fda61ed9d8ac"} 3 node_network_address_assign_type{device="br-fedaf61052e8"} 3 node_network_address_assign_type{device="br-ff91e3e17577"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="docker_gwbridge"} 3 node_network_address_assign_type{device="enp1s0"} 0 node_network_address_assign_type{device="enp7s0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth0032b85"} 1 node_network_address_assign_type{device="veth0062100"} 1 node_network_address_assign_type{device="veth0103041"} 1 node_network_address_assign_type{device="veth0112c67"} 1 node_network_address_assign_type{device="veth019627f"} 1 node_network_address_assign_type{device="veth022f48e"} 1 node_network_address_assign_type{device="veth02c3008"} 1 node_network_address_assign_type{device="veth03870f2"} 1 node_network_address_assign_type{device="veth03fab17"} 1 node_network_address_assign_type{device="veth0445705"} 1 node_network_address_assign_type{device="veth04d9d5c"} 1 node_network_address_assign_type{device="veth04f6c9d"} 1 node_network_address_assign_type{device="veth05af784"} 1 node_network_address_assign_type{device="veth05efff4"} 1 node_network_address_assign_type{device="veth060151d"} 1 node_network_address_assign_type{device="veth060da87"} 1 node_network_address_assign_type{device="veth061cde3"} 1 node_network_address_assign_type{device="veth069689a"} 1 node_network_address_assign_type{device="veth071e33d"} 1 node_network_address_assign_type{device="veth0721878"} 1 node_network_address_assign_type{device="veth075aab6"} 1 node_network_address_assign_type{device="veth07e6c77"} 1 node_network_address_assign_type{device="veth0b493a5"} 1 node_network_address_assign_type{device="veth0b53316"} 1 node_network_address_assign_type{device="veth0c53113"} 1 node_network_address_assign_type{device="veth0d1acf5"} 1 node_network_address_assign_type{device="veth0d31a45"} 1 node_network_address_assign_type{device="veth0de6dee"} 1 node_network_address_assign_type{device="veth0df23dc"} 1 node_network_address_assign_type{device="veth0eca916"} 1 node_network_address_assign_type{device="veth0f5f33d"} 1 node_network_address_assign_type{device="veth0f8dec9"} 1 node_network_address_assign_type{device="veth102c1ba"} 1 node_network_address_assign_type{device="veth1063edf"} 1 node_network_address_assign_type{device="veth1118b3c"} 1 node_network_address_assign_type{device="veth11515af"} 1 node_network_address_assign_type{device="veth133564c"} 1 node_network_address_assign_type{device="veth1347d6c"} 1 node_network_address_assign_type{device="veth135d815"} 1 node_network_address_assign_type{device="veth13c38ee"} 1 node_network_address_assign_type{device="veth13e91ad"} 1 node_network_address_assign_type{device="veth1425634"} 1 node_network_address_assign_type{device="veth1611d0c"} 1 node_network_address_assign_type{device="veth168e87b"} 1 node_network_address_assign_type{device="veth1706b7a"} 1 node_network_address_assign_type{device="veth178dfc0"} 1 node_network_address_assign_type{device="veth1938721"} 1 node_network_address_assign_type{device="veth19a56fa"} 1 node_network_address_assign_type{device="veth1aaea89"} 1 node_network_address_assign_type{device="veth1b45a8e"} 1 node_network_address_assign_type{device="veth1b6bd03"} 1 node_network_address_assign_type{device="veth1cd93e3"} 1 node_network_address_assign_type{device="veth1d5394d"} 1 node_network_address_assign_type{device="veth1d86d73"} 1 node_network_address_assign_type{device="veth1ead36c"} 1 node_network_address_assign_type{device="veth1fb3a26"} 1 node_network_address_assign_type{device="veth20297c5"} 1 node_network_address_assign_type{device="veth2106fb1"} 1 node_network_address_assign_type{device="veth21341d6"} 1 node_network_address_assign_type{device="veth2295082"} 1 node_network_address_assign_type{device="veth247d7c2"} 1 node_network_address_assign_type{device="veth25425d4"} 1 node_network_address_assign_type{device="veth256aa3d"} 1 node_network_address_assign_type{device="veth26409f4"} 1 node_network_address_assign_type{device="veth269d5e6"} 1 node_network_address_assign_type{device="veth273675a"} 1 node_network_address_assign_type{device="veth275b86b"} 1 node_network_address_assign_type{device="veth28b1591"} 1 node_network_address_assign_type{device="veth296e150"} 1 node_network_address_assign_type{device="veth29a1ccc"} 1 node_network_address_assign_type{device="veth29c114f"} 1 node_network_address_assign_type{device="veth2a65455"} 1 node_network_address_assign_type{device="veth2a6f80b"} 1 node_network_address_assign_type{device="veth2ad6708"} 1 node_network_address_assign_type{device="veth2c8a5eb"} 1 node_network_address_assign_type{device="veth2cf162c"} 1 node_network_address_assign_type{device="veth2d6fdfa"} 1 node_network_address_assign_type{device="veth2da2220"} 1 node_network_address_assign_type{device="veth2df9e37"} 1 node_network_address_assign_type{device="veth2e56669"} 1 node_network_address_assign_type{device="veth2e6dcf4"} 1 node_network_address_assign_type{device="veth2f465b5"} 1 node_network_address_assign_type{device="veth2f81ebc"} 1 node_network_address_assign_type{device="veth2fe3220"} 1 node_network_address_assign_type{device="veth30486f8"} 1 node_network_address_assign_type{device="veth3230a5c"} 1 node_network_address_assign_type{device="veth3352b12"} 1 node_network_address_assign_type{device="veth347d5da"} 1 node_network_address_assign_type{device="veth348ced7"} 1 node_network_address_assign_type{device="veth3533a3b"} 1 node_network_address_assign_type{device="veth3565e55"} 1 node_network_address_assign_type{device="veth3608455"} 1 node_network_address_assign_type{device="veth36f23c3"} 1 node_network_address_assign_type{device="veth36f2fdc"} 1 node_network_address_assign_type{device="veth378b1cf"} 1 node_network_address_assign_type{device="veth378d132"} 1 node_network_address_assign_type{device="veth37d4017"} 1 node_network_address_assign_type{device="veth3812cc9"} 1 node_network_address_assign_type{device="veth384ee7f"} 1 node_network_address_assign_type{device="veth388c154"} 1 node_network_address_assign_type{device="veth3905075"} 1 node_network_address_assign_type{device="veth3a09fdd"} 1 node_network_address_assign_type{device="veth3c49372"} 1 node_network_address_assign_type{device="veth3cbf8f4"} 1 node_network_address_assign_type{device="veth3f7ef6c"} 1 node_network_address_assign_type{device="veth407adc8"} 1 node_network_address_assign_type{device="veth40c8fc3"} 1 node_network_address_assign_type{device="veth413c10b"} 1 node_network_address_assign_type{device="veth4181140"} 1 node_network_address_assign_type{device="veth41d303a"} 1 node_network_address_assign_type{device="veth42210c8"} 1 node_network_address_assign_type{device="veth423037b"} 1 node_network_address_assign_type{device="veth4281e6d"} 1 node_network_address_assign_type{device="veth43cd59e"} 1 node_network_address_assign_type{device="veth43e5c70"} 1 node_network_address_assign_type{device="veth44d7e2c"} 1 node_network_address_assign_type{device="veth450c253"} 1 node_network_address_assign_type{device="veth45430e9"} 1 node_network_address_assign_type{device="veth4642b70"} 1 node_network_address_assign_type{device="veth468f7da"} 1 node_network_address_assign_type{device="veth46afbf5"} 1 node_network_address_assign_type{device="veth4732578"} 1 node_network_address_assign_type{device="veth47bb667"} 1 node_network_address_assign_type{device="veth47e6387"} 1 node_network_address_assign_type{device="veth486fdd0"} 1 node_network_address_assign_type{device="veth487e039"} 1 node_network_address_assign_type{device="veth4993fb1"} 1 node_network_address_assign_type{device="veth49b1548"} 1 node_network_address_assign_type{device="veth49f14c7"} 1 node_network_address_assign_type{device="veth4a642a8"} 1 node_network_address_assign_type{device="veth4a76d10"} 1 node_network_address_assign_type{device="veth4b29d5d"} 1 node_network_address_assign_type{device="veth4bbdd5e"} 1 node_network_address_assign_type{device="veth4d2d823"} 1 node_network_address_assign_type{device="veth4e1abcc"} 1 node_network_address_assign_type{device="veth4e3e373"} 1 node_network_address_assign_type{device="veth4e78857"} 1 node_network_address_assign_type{device="veth4f2fe05"} 1 node_network_address_assign_type{device="veth4f9e86a"} 1 node_network_address_assign_type{device="veth506c718"} 1 node_network_address_assign_type{device="veth509a174"} 1 node_network_address_assign_type{device="veth50b618a"} 1 node_network_address_assign_type{device="veth517f447"} 1 node_network_address_assign_type{device="veth5197b91"} 1 node_network_address_assign_type{device="veth51a41e1"} 1 node_network_address_assign_type{device="veth51c8eef"} 1 node_network_address_assign_type{device="veth51f65bc"} 1 node_network_address_assign_type{device="veth52d15a6"} 1 node_network_address_assign_type{device="veth53a83dd"} 1 node_network_address_assign_type{device="veth53c59b5"} 1 node_network_address_assign_type{device="veth544564b"} 1 node_network_address_assign_type{device="veth547ea5d"} 1 node_network_address_assign_type{device="veth54d8e92"} 1 node_network_address_assign_type{device="veth54f4b91"} 1 node_network_address_assign_type{device="veth54fee19"} 1 node_network_address_assign_type{device="veth558dcda"} 1 node_network_address_assign_type{device="veth55bcfbe"} 1 node_network_address_assign_type{device="veth5654345"} 1 node_network_address_assign_type{device="veth5682e9e"} 1 node_network_address_assign_type{device="veth56ba59b"} 1 node_network_address_assign_type{device="veth56c8b10"} 1 node_network_address_assign_type{device="veth5747c95"} 1 node_network_address_assign_type{device="veth5798942"} 1 node_network_address_assign_type{device="veth583d3bf"} 1 node_network_address_assign_type{device="veth58c0c41"} 1 node_network_address_assign_type{device="veth5955c4d"} 1 node_network_address_assign_type{device="veth59b147f"} 1 node_network_address_assign_type{device="veth59d9a6e"} 1 node_network_address_assign_type{device="veth5a6eb98"} 1 node_network_address_assign_type{device="veth5a7ac0c"} 1 node_network_address_assign_type{device="veth5bb9200"} 1 node_network_address_assign_type{device="veth5ce0bf8"} 1 node_network_address_assign_type{device="veth5d0c6d0"} 1 node_network_address_assign_type{device="veth5d6c487"} 1 node_network_address_assign_type{device="veth5e594fd"} 1 node_network_address_assign_type{device="veth5f4044b"} 1 node_network_address_assign_type{device="veth5fab975"} 1 node_network_address_assign_type{device="veth602c26c"} 1 node_network_address_assign_type{device="veth607c6d0"} 1 node_network_address_assign_type{device="veth61045ce"} 1 node_network_address_assign_type{device="veth61f2797"} 1 node_network_address_assign_type{device="veth620913b"} 1 node_network_address_assign_type{device="veth62aa4cf"} 1 node_network_address_assign_type{device="veth62e9205"} 1 node_network_address_assign_type{device="veth6357d77"} 1 node_network_address_assign_type{device="veth63a1039"} 1 node_network_address_assign_type{device="veth64faa71"} 1 node_network_address_assign_type{device="veth65b7cd5"} 1 node_network_address_assign_type{device="veth67186fe"} 1 node_network_address_assign_type{device="veth687f385"} 1 node_network_address_assign_type{device="veth68a432f"} 1 node_network_address_assign_type{device="veth68dc675"} 1 node_network_address_assign_type{device="veth68dfc02"} 1 node_network_address_assign_type{device="veth69282bc"} 1 node_network_address_assign_type{device="veth69383b3"} 1 node_network_address_assign_type{device="veth694f82a"} 1 node_network_address_assign_type{device="veth6a36832"} 1 node_network_address_assign_type{device="veth6ad616c"} 1 node_network_address_assign_type{device="veth6b19168"} 1 node_network_address_assign_type{device="veth6b2e435"} 1 node_network_address_assign_type{device="veth6b49f3c"} 1 node_network_address_assign_type{device="veth6b822ad"} 1 node_network_address_assign_type{device="veth6b93b5b"} 1 node_network_address_assign_type{device="veth6bea112"} 1 node_network_address_assign_type{device="veth6cdc6e1"} 1 node_network_address_assign_type{device="veth6e075bd"} 1 node_network_address_assign_type{device="veth6e1780a"} 1 node_network_address_assign_type{device="veth6e61860"} 1 node_network_address_assign_type{device="veth7039388"} 1 node_network_address_assign_type{device="veth70f4ee1"} 1 node_network_address_assign_type{device="veth716f757"} 1 node_network_address_assign_type{device="veth724ccf7"} 1 node_network_address_assign_type{device="veth72594d2"} 1 node_network_address_assign_type{device="veth730deaa"} 1 node_network_address_assign_type{device="veth73512f2"} 1 node_network_address_assign_type{device="veth73c1813"} 1 node_network_address_assign_type{device="veth741cb85"} 1 node_network_address_assign_type{device="veth75ab275"} 1 node_network_address_assign_type{device="veth75c4fef"} 1 node_network_address_assign_type{device="veth7636e3d"} 1 node_network_address_assign_type{device="veth77432d4"} 1 node_network_address_assign_type{device="veth795d64a"} 1 node_network_address_assign_type{device="veth7c65c3b"} 1 node_network_address_assign_type{device="veth7d1a0bd"} 1 node_network_address_assign_type{device="veth7d6a0f5"} 1 node_network_address_assign_type{device="veth7e09eb6"} 1 node_network_address_assign_type{device="veth7e4ad7f"} 1 node_network_address_assign_type{device="veth7ecac2d"} 1 node_network_address_assign_type{device="veth7eccd33"} 1 node_network_address_assign_type{device="veth7ee5901"} 1 node_network_address_assign_type{device="veth7f0dd5d"} 1 node_network_address_assign_type{device="veth7f473a1"} 1 node_network_address_assign_type{device="veth7f5281e"} 1 node_network_address_assign_type{device="veth7feb00f"} 1 node_network_address_assign_type{device="veth7ff154f"} 1 node_network_address_assign_type{device="veth80957ff"} 1 node_network_address_assign_type{device="veth8137b9c"} 1 node_network_address_assign_type{device="veth81a1594"} 1 node_network_address_assign_type{device="veth81daf2a"} 1 node_network_address_assign_type{device="veth8223f67"} 1 node_network_address_assign_type{device="veth8247bb0"} 1 node_network_address_assign_type{device="veth8270420"} 1 node_network_address_assign_type{device="veth8335dac"} 1 node_network_address_assign_type{device="veth8429d9a"} 1 node_network_address_assign_type{device="veth844aefd"} 1 node_network_address_assign_type{device="veth849dac1"} 1 node_network_address_assign_type{device="veth84b99c9"} 1 node_network_address_assign_type{device="veth84bd87d"} 1 node_network_address_assign_type{device="veth85cc1cf"} 1 node_network_address_assign_type{device="veth85f7192"} 1 node_network_address_assign_type{device="veth86ce04d"} 1 node_network_address_assign_type{device="veth872e399"} 1 node_network_address_assign_type{device="veth873611d"} 1 node_network_address_assign_type{device="veth877be1d"} 1 node_network_address_assign_type{device="veth8969f3b"} 1 node_network_address_assign_type{device="veth8c3a190"} 1 node_network_address_assign_type{device="veth8c70adf"} 1 node_network_address_assign_type{device="veth8db889b"} 1 node_network_address_assign_type{device="veth8dc210c"} 1 node_network_address_assign_type{device="veth8e0606c"} 1 node_network_address_assign_type{device="veth8e077da"} 1 node_network_address_assign_type{device="veth8e1aba7"} 1 node_network_address_assign_type{device="veth8eae5df"} 1 node_network_address_assign_type{device="veth8f7612b"} 1 node_network_address_assign_type{device="veth8f7dd95"} 1 node_network_address_assign_type{device="veth90c30b2"} 1 node_network_address_assign_type{device="veth921cee8"} 1 node_network_address_assign_type{device="veth9302314"} 1 node_network_address_assign_type{device="veth9331cd6"} 1 node_network_address_assign_type{device="veth9388ace"} 1 node_network_address_assign_type{device="veth947bf8e"} 1 node_network_address_assign_type{device="veth94ee973"} 1 node_network_address_assign_type{device="veth950d9c2"} 1 node_network_address_assign_type{device="veth951b9c5"} 1 node_network_address_assign_type{device="veth9564c18"} 1 node_network_address_assign_type{device="veth957c474"} 1 node_network_address_assign_type{device="veth9585732"} 1 node_network_address_assign_type{device="veth967aa1a"} 1 node_network_address_assign_type{device="veth9779f87"} 1 node_network_address_assign_type{device="veth983bad0"} 1 node_network_address_assign_type{device="veth987c992"} 1 node_network_address_assign_type{device="veth98c6421"} 1 node_network_address_assign_type{device="veth990a50f"} 1 node_network_address_assign_type{device="veth9a4f942"} 1 node_network_address_assign_type{device="veth9a6c8be"} 1 node_network_address_assign_type{device="veth9ad5f46"} 1 node_network_address_assign_type{device="veth9b13721"} 1 node_network_address_assign_type{device="veth9b464fa"} 1 node_network_address_assign_type{device="veth9b4f0d2"} 1 node_network_address_assign_type{device="veth9b5c7ee"} 1 node_network_address_assign_type{device="veth9be4730"} 1 node_network_address_assign_type{device="veth9bfc292"} 1 node_network_address_assign_type{device="veth9c18fa3"} 1 node_network_address_assign_type{device="veth9c355e1"} 1 node_network_address_assign_type{device="veth9c57e90"} 1 node_network_address_assign_type{device="veth9cdf489"} 1 node_network_address_assign_type{device="veth9d63606"} 1 node_network_address_assign_type{device="veth9de68fa"} 1 node_network_address_assign_type{device="veth9e30c14"} 1 node_network_address_assign_type{device="veth9e56bd7"} 1 node_network_address_assign_type{device="veth9e6929b"} 1 node_network_address_assign_type{device="veth9eba1cd"} 1 node_network_address_assign_type{device="vetha03ce74"} 1 node_network_address_assign_type{device="vetha04b49d"} 1 node_network_address_assign_type{device="vetha10f2fa"} 1 node_network_address_assign_type{device="vetha11005d"} 1 node_network_address_assign_type{device="vetha145b74"} 1 node_network_address_assign_type{device="vetha2b566c"} 1 node_network_address_assign_type{device="vetha2fc1a5"} 1 node_network_address_assign_type{device="vetha3569ea"} 1 node_network_address_assign_type{device="vetha387dd9"} 1 node_network_address_assign_type{device="vetha3b745a"} 1 node_network_address_assign_type{device="vetha3bec2e"} 1 node_network_address_assign_type{device="vetha4cd445"} 1 node_network_address_assign_type{device="vetha4dbc2b"} 1 node_network_address_assign_type{device="vetha4fe8d7"} 1 node_network_address_assign_type{device="vetha68c9b3"} 1 node_network_address_assign_type{device="vetha6ef154"} 1 node_network_address_assign_type{device="vetha77a1bd"} 1 node_network_address_assign_type{device="vetha7950a3"} 1 node_network_address_assign_type{device="vetha82ff5a"} 1 node_network_address_assign_type{device="vetha8424ea"} 1 node_network_address_assign_type{device="vetha865d3e"} 1 node_network_address_assign_type{device="vetha8b7d19"} 1 node_network_address_assign_type{device="vetha916bfd"} 1 node_network_address_assign_type{device="vetha96a22d"} 1 node_network_address_assign_type{device="vetha96cc9c"} 1 node_network_address_assign_type{device="vetha9c7c19"} 1 node_network_address_assign_type{device="vetha9caa3b"} 1 node_network_address_assign_type{device="vethaa90db7"} 1 node_network_address_assign_type{device="vethab9efd5"} 1 node_network_address_assign_type{device="vethac8d182"} 1 node_network_address_assign_type{device="vethac999f1"} 1 node_network_address_assign_type{device="vethaca1dc0"} 1 node_network_address_assign_type{device="vethacf7ba6"} 1 node_network_address_assign_type{device="vethad96a00"} 1 node_network_address_assign_type{device="vethadd48e3"} 1 node_network_address_assign_type{device="vethadd9f3f"} 1 node_network_address_assign_type{device="vethae2fcbc"} 1 node_network_address_assign_type{device="vethae97c83"} 1 node_network_address_assign_type{device="vethb07dd73"} 1 node_network_address_assign_type{device="vethb179549"} 1 node_network_address_assign_type{device="vethb19d1ed"} 1 node_network_address_assign_type{device="vethb1b305d"} 1 node_network_address_assign_type{device="vethb1b39f0"} 1 node_network_address_assign_type{device="vethb1bf067"} 1 node_network_address_assign_type{device="vethb1d5654"} 1 node_network_address_assign_type{device="vethb28b5ff"} 1 node_network_address_assign_type{device="vethb2bd843"} 1 node_network_address_assign_type{device="vethb305a14"} 1 node_network_address_assign_type{device="vethb3e024d"} 1 node_network_address_assign_type{device="vethb43c9ad"} 1 node_network_address_assign_type{device="vethb477838"} 1 node_network_address_assign_type{device="vethb4ce123"} 1 node_network_address_assign_type{device="vethb56815f"} 1 node_network_address_assign_type{device="vethb6bf622"} 1 node_network_address_assign_type{device="vethb75ca8b"} 1 node_network_address_assign_type{device="vethb770745"} 1 node_network_address_assign_type{device="vethb7a1877"} 1 node_network_address_assign_type{device="vethb7a9d61"} 1 node_network_address_assign_type{device="vethb805fbd"} 1 node_network_address_assign_type{device="vethb89ad32"} 1 node_network_address_assign_type{device="vethb90d782"} 1 node_network_address_assign_type{device="vethb91a369"} 1 node_network_address_assign_type{device="vethb9b4a13"} 1 node_network_address_assign_type{device="vethb9e011c"} 1 node_network_address_assign_type{device="vethba518ed"} 1 node_network_address_assign_type{device="vethbb22a17"} 1 node_network_address_assign_type{device="vethbb85030"} 1 node_network_address_assign_type{device="vethbb8a6e3"} 1 node_network_address_assign_type{device="vethbbac89d"} 1 node_network_address_assign_type{device="vethbd082f6"} 1 node_network_address_assign_type{device="vethbd25c03"} 1 node_network_address_assign_type{device="vethbde29dc"} 1 node_network_address_assign_type{device="vethbdf0ae6"} 1 node_network_address_assign_type{device="vethbdf987b"} 1 node_network_address_assign_type{device="vethbe2b5e1"} 1 node_network_address_assign_type{device="vethbe68e79"} 1 node_network_address_assign_type{device="vethbf0834e"} 1 node_network_address_assign_type{device="vethbf0fb34"} 1 node_network_address_assign_type{device="vethbf21c25"} 1 node_network_address_assign_type{device="vethc008c90"} 1 node_network_address_assign_type{device="vethc07b10a"} 1 node_network_address_assign_type{device="vethc08f47c"} 1 node_network_address_assign_type{device="vethc18cb9a"} 1 node_network_address_assign_type{device="vethc1a97fa"} 1 node_network_address_assign_type{device="vethc1e9d8b"} 1 node_network_address_assign_type{device="vethc264259"} 1 node_network_address_assign_type{device="vethc31d600"} 1 node_network_address_assign_type{device="vethc3ad82f"} 1 node_network_address_assign_type{device="vethc46fc85"} 1 node_network_address_assign_type{device="vethc4adf64"} 1 node_network_address_assign_type{device="vethc549684"} 1 node_network_address_assign_type{device="vethc5ebbd5"} 1 node_network_address_assign_type{device="vethc61da72"} 1 node_network_address_assign_type{device="vethc658eb9"} 1 node_network_address_assign_type{device="vethc6b2fec"} 1 node_network_address_assign_type{device="vethc6f15e7"} 1 node_network_address_assign_type{device="vethc88834e"} 1 node_network_address_assign_type{device="vethc9e2026"} 1 node_network_address_assign_type{device="vethcaa0d9b"} 1 node_network_address_assign_type{device="vethcad14ef"} 1 node_network_address_assign_type{device="vethcc5c2ec"} 1 node_network_address_assign_type{device="vethcd0f622"} 1 node_network_address_assign_type{device="vethcdf4121"} 1 node_network_address_assign_type{device="vethce28d62"} 1 node_network_address_assign_type{device="vethcefb8ea"} 1 node_network_address_assign_type{device="vethcf10a77"} 1 node_network_address_assign_type{device="vethcf3d0ab"} 1 node_network_address_assign_type{device="vethcf469f8"} 1 node_network_address_assign_type{device="vethcfbd110"} 1 node_network_address_assign_type{device="vethd049859"} 1 node_network_address_assign_type{device="vethd0df832"} 1 node_network_address_assign_type{device="vethd0ea3b3"} 1 node_network_address_assign_type{device="vethd137e3f"} 1 node_network_address_assign_type{device="vethd1673da"} 1 node_network_address_assign_type{device="vethd17ef64"} 1 node_network_address_assign_type{device="vethd265cdf"} 1 node_network_address_assign_type{device="vethd274fa2"} 1 node_network_address_assign_type{device="vethd3692c1"} 1 node_network_address_assign_type{device="vethd3ad8e8"} 1 node_network_address_assign_type{device="vethd3cb445"} 1 node_network_address_assign_type{device="vethd460bfa"} 1 node_network_address_assign_type{device="vethd4c98bf"} 1 node_network_address_assign_type{device="vethd5453e5"} 1 node_network_address_assign_type{device="vethd5b5677"} 1 node_network_address_assign_type{device="vethd6090fd"} 1 node_network_address_assign_type{device="vethd6d926d"} 1 node_network_address_assign_type{device="vethd77042c"} 1 node_network_address_assign_type{device="vethd8c625e"} 1 node_network_address_assign_type{device="vethd95efe7"} 1 node_network_address_assign_type{device="vethd9a7d1e"} 1 node_network_address_assign_type{device="vethdb5e758"} 1 node_network_address_assign_type{device="vethdbae4f2"} 1 node_network_address_assign_type{device="vethdc87b20"} 1 node_network_address_assign_type{device="vethdcb1f0b"} 1 node_network_address_assign_type{device="vethdd53f2d"} 1 node_network_address_assign_type{device="vethde11193"} 1 node_network_address_assign_type{device="vethdeb9758"} 1 node_network_address_assign_type{device="vethdeef5dc"} 1 node_network_address_assign_type{device="vethe2428a1"} 1 node_network_address_assign_type{device="vethe24bfb2"} 1 node_network_address_assign_type{device="vethe2f38b4"} 1 node_network_address_assign_type{device="vethe344c7c"} 1 node_network_address_assign_type{device="vethe3e1fe3"} 1 node_network_address_assign_type{device="vethe432622"} 1 node_network_address_assign_type{device="vethe44e0ab"} 1 node_network_address_assign_type{device="vethe4bfa42"} 1 node_network_address_assign_type{device="vethe4f4e44"} 1 node_network_address_assign_type{device="vethe4f5b2b"} 1 node_network_address_assign_type{device="vethe523b56"} 1 node_network_address_assign_type{device="vethe5b262f"} 1 node_network_address_assign_type{device="vethe5e2431"} 1 node_network_address_assign_type{device="vethe6c7619"} 1 node_network_address_assign_type{device="vethe6d2761"} 1 node_network_address_assign_type{device="vethe7084c8"} 1 node_network_address_assign_type{device="vethe81d201"} 1 node_network_address_assign_type{device="vethe81da63"} 1 node_network_address_assign_type{device="vethe82b73e"} 1 node_network_address_assign_type{device="vethe8b4700"} 1 node_network_address_assign_type{device="vethe8e93c0"} 1 node_network_address_assign_type{device="vethe96c577"} 1 node_network_address_assign_type{device="vethe96d5e4"} 1 node_network_address_assign_type{device="vethe97bbfc"} 1 node_network_address_assign_type{device="vethe99909e"} 1 node_network_address_assign_type{device="vetheaaf7a8"} 1 node_network_address_assign_type{device="vetheabb614"} 1 node_network_address_assign_type{device="vetheb6778a"} 1 node_network_address_assign_type{device="vetheb9b73c"} 1 node_network_address_assign_type{device="vetheb9f1a5"} 1 node_network_address_assign_type{device="vetheca6089"} 1 node_network_address_assign_type{device="vethee11bc2"} 1 node_network_address_assign_type{device="vethee73ec3"} 1 node_network_address_assign_type{device="vetheebb68b"} 1 node_network_address_assign_type{device="vethef3aebe"} 1 node_network_address_assign_type{device="vethef683ec"} 1 node_network_address_assign_type{device="vethefcfba0"} 1 node_network_address_assign_type{device="vethf002533"} 1 node_network_address_assign_type{device="vethf0980ae"} 1 node_network_address_assign_type{device="vethf0d12be"} 1 node_network_address_assign_type{device="vethf0da578"} 1 node_network_address_assign_type{device="vethf17a534"} 1 node_network_address_assign_type{device="vethf1aa0a2"} 1 node_network_address_assign_type{device="vethf1af506"} 1 node_network_address_assign_type{device="vethf1d2976"} 1 node_network_address_assign_type{device="vethf24dd7e"} 1 node_network_address_assign_type{device="vethf340822"} 1 node_network_address_assign_type{device="vethf420933"} 1 node_network_address_assign_type{device="vethf4cfc78"} 1 node_network_address_assign_type{device="vethf4d3c1b"} 1 node_network_address_assign_type{device="vethf5c652f"} 1 node_network_address_assign_type{device="vethf6144ce"} 1 node_network_address_assign_type{device="vethf65b7bb"} 1 node_network_address_assign_type{device="vethf6c8f45"} 1 node_network_address_assign_type{device="vethf7001fb"} 1 node_network_address_assign_type{device="vethf748303"} 1 node_network_address_assign_type{device="vethf77cba5"} 1 node_network_address_assign_type{device="vethf86a842"} 1 node_network_address_assign_type{device="vethf906982"} 1 node_network_address_assign_type{device="vethf9a5386"} 1 node_network_address_assign_type{device="vethfa01a23"} 1 node_network_address_assign_type{device="vethfa11d53"} 1 node_network_address_assign_type{device="vethfbc3e02"} 1 node_network_address_assign_type{device="vethfbda92a"} 1 node_network_address_assign_type{device="vethfc1051c"} 1 node_network_address_assign_type{device="vethfc5b432"} 1 node_network_address_assign_type{device="vethfd373d2"} 1 node_network_address_assign_type{device="vethfd8de08"} 1 node_network_address_assign_type{device="vethfe57e1a"} 1 node_network_address_assign_type{device="vethfe628e7"} 1 node_network_address_assign_type{device="vethfe7a799"} 1 node_network_address_assign_type{device="vethfe87d9a"} 1 node_network_address_assign_type{device="vethff97c3c"} 1 node_network_address_assign_type{device="vethffd01e5"} 1 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-087c68b8e63c"} 1 node_network_carrier{device="br-0b1f21f65434"} 1 node_network_carrier{device="br-0d0fae6fba3a"} 1 node_network_carrier{device="br-170997b6d0fa"} 1 node_network_carrier{device="br-1bb5f7b6f214"} 1 node_network_carrier{device="br-1e4bfa09370c"} 0 node_network_carrier{device="br-1f69ec4677f1"} 0 node_network_carrier{device="br-21789fc30e57"} 1 node_network_carrier{device="br-24be321e5dec"} 1 node_network_carrier{device="br-259e1db91409"} 1 node_network_carrier{device="br-26bd8dfacf27"} 1 node_network_carrier{device="br-27f56655830b"} 1 node_network_carrier{device="br-28d2c710d9dd"} 1 node_network_carrier{device="br-2a3f91fee31f"} 1 node_network_carrier{device="br-2bc240b92a01"} 1 node_network_carrier{device="br-2c90dade3b40"} 1 node_network_carrier{device="br-336368f4fbaf"} 1 node_network_carrier{device="br-357f0be81f70"} 1 node_network_carrier{device="br-36d6eda82163"} 1 node_network_carrier{device="br-3eb6a5acab86"} 1 node_network_carrier{device="br-448507de0ea8"} 1 node_network_carrier{device="br-4a94058d26b4"} 1 node_network_carrier{device="br-4be189870a60"} 1 node_network_carrier{device="br-4f972baae489"} 1 node_network_carrier{device="br-50cf1727260b"} 1 node_network_carrier{device="br-52aec1ad6344"} 1 node_network_carrier{device="br-54774436947a"} 1 node_network_carrier{device="br-5508256f2a09"} 1 node_network_carrier{device="br-57a69cbd7be7"} 1 node_network_carrier{device="br-5d4590ede425"} 0 node_network_carrier{device="br-610e22981841"} 1 node_network_carrier{device="br-61849e346d59"} 1 node_network_carrier{device="br-61d28ade84d6"} 1 node_network_carrier{device="br-63561f6ecb8e"} 0 node_network_carrier{device="br-65d299b503ee"} 1 node_network_carrier{device="br-6bb76e52d0ad"} 1 node_network_carrier{device="br-6f8573194abf"} 1 node_network_carrier{device="br-7c7768cc3717"} 1 node_network_carrier{device="br-7dc3afdf0595"} 1 node_network_carrier{device="br-7f850a40bfe5"} 0 node_network_carrier{device="br-8716ec68a5ed"} 1 node_network_carrier{device="br-8ae373fa2d64"} 1 node_network_carrier{device="br-8c6a4bf92696"} 0 node_network_carrier{device="br-8cb85635e30f"} 1 node_network_carrier{device="br-8dce2f197033"} 1 node_network_carrier{device="br-90cd3c4154aa"} 1 node_network_carrier{device="br-9472bb85cfee"} 1 node_network_carrier{device="br-96848e888a71"} 1 node_network_carrier{device="br-9ba5f271298c"} 1 node_network_carrier{device="br-9bcfee4e647f"} 1 node_network_carrier{device="br-9dafd0c4fdb9"} 0 node_network_carrier{device="br-9db262804262"} 1 node_network_carrier{device="br-9dc48ff73063"} 1 node_network_carrier{device="br-a1d37c85c10a"} 1 node_network_carrier{device="br-a1e913015165"} 1 node_network_carrier{device="br-a28e9d8e1a5a"} 1 node_network_carrier{device="br-a2ad5d8a6e21"} 1 node_network_carrier{device="br-a38ecabc76e9"} 1 node_network_carrier{device="br-a4f2233265e1"} 1 node_network_carrier{device="br-a5dafb0a1dce"} 1 node_network_carrier{device="br-a9bbe251fab0"} 1 node_network_carrier{device="br-aa93655903fc"} 1 node_network_carrier{device="br-ac3189dfb892"} 0 node_network_carrier{device="br-ad403c2030eb"} 1 node_network_carrier{device="br-b189446352e8"} 1 node_network_carrier{device="br-b2704a1bb792"} 1 node_network_carrier{device="br-b3ccbb1f1bc0"} 1 node_network_carrier{device="br-b783fcd91426"} 1 node_network_carrier{device="br-b963d2263b6f"} 1 node_network_carrier{device="br-ba1379cf796f"} 1 node_network_carrier{device="br-ba367713f9e4"} 1 node_network_carrier{device="br-bbe8bdb22dd6"} 0 node_network_carrier{device="br-bd52bf04c342"} 1 node_network_carrier{device="br-bf0cd4851644"} 1 node_network_carrier{device="br-bffb620a7ee6"} 1 node_network_carrier{device="br-c1f5d6ba4d2d"} 1 node_network_carrier{device="br-c30b8f3d8dab"} 1 node_network_carrier{device="br-c77466ba6ab0"} 1 node_network_carrier{device="br-ca643bc58727"} 1 node_network_carrier{device="br-cd8eb8bff0ed"} 1 node_network_carrier{device="br-d349f503bfc6"} 1 node_network_carrier{device="br-d454ff2d1838"} 1 node_network_carrier{device="br-d739d49adeac"} 1 node_network_carrier{device="br-d7cd2c298e7c"} 1 node_network_carrier{device="br-d8a988dac171"} 0 node_network_carrier{device="br-de2f2179e66c"} 1 node_network_carrier{device="br-de3eb58f0193"} 1 node_network_carrier{device="br-dea46bb081b7"} 1 node_network_carrier{device="br-e065831d4d38"} 1 node_network_carrier{device="br-e5485c57cf48"} 1 node_network_carrier{device="br-eb54112c03eb"} 1 node_network_carrier{device="br-ec717bd1017c"} 1 node_network_carrier{device="br-edb0c100954a"} 1 node_network_carrier{device="br-f33823381a9d"} 1 node_network_carrier{device="br-f3652190882f"} 1 node_network_carrier{device="br-f408a2a1a184"} 1 node_network_carrier{device="br-f515742f876f"} 1 node_network_carrier{device="br-f9f6492a4861"} 1 node_network_carrier{device="br-fb51064e1346"} 0 node_network_carrier{device="br-fda61ed9d8ac"} 1 node_network_carrier{device="br-fedaf61052e8"} 1 node_network_carrier{device="br-ff91e3e17577"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="docker_gwbridge"} 1 node_network_carrier{device="enp1s0"} 1 node_network_carrier{device="enp7s0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth0032b85"} 1 node_network_carrier{device="veth0062100"} 1 node_network_carrier{device="veth0103041"} 1 node_network_carrier{device="veth0112c67"} 1 node_network_carrier{device="veth019627f"} 1 node_network_carrier{device="veth022f48e"} 1 node_network_carrier{device="veth02c3008"} 1 node_network_carrier{device="veth03870f2"} 1 node_network_carrier{device="veth03fab17"} 1 node_network_carrier{device="veth0445705"} 1 node_network_carrier{device="veth04d9d5c"} 1 node_network_carrier{device="veth04f6c9d"} 1 node_network_carrier{device="veth05af784"} 1 node_network_carrier{device="veth05efff4"} 1 node_network_carrier{device="veth060151d"} 1 node_network_carrier{device="veth060da87"} 1 node_network_carrier{device="veth061cde3"} 1 node_network_carrier{device="veth069689a"} 1 node_network_carrier{device="veth071e33d"} 1 node_network_carrier{device="veth0721878"} 1 node_network_carrier{device="veth075aab6"} 1 node_network_carrier{device="veth07e6c77"} 1 node_network_carrier{device="veth0b493a5"} 1 node_network_carrier{device="veth0b53316"} 1 node_network_carrier{device="veth0c53113"} 1 node_network_carrier{device="veth0d1acf5"} 1 node_network_carrier{device="veth0d31a45"} 1 node_network_carrier{device="veth0de6dee"} 1 node_network_carrier{device="veth0df23dc"} 1 node_network_carrier{device="veth0eca916"} 1 node_network_carrier{device="veth0f5f33d"} 1 node_network_carrier{device="veth0f8dec9"} 1 node_network_carrier{device="veth102c1ba"} 1 node_network_carrier{device="veth1063edf"} 1 node_network_carrier{device="veth1118b3c"} 1 node_network_carrier{device="veth11515af"} 1 node_network_carrier{device="veth133564c"} 1 node_network_carrier{device="veth1347d6c"} 1 node_network_carrier{device="veth135d815"} 1 node_network_carrier{device="veth13c38ee"} 1 node_network_carrier{device="veth13e91ad"} 1 node_network_carrier{device="veth1425634"} 1 node_network_carrier{device="veth1611d0c"} 1 node_network_carrier{device="veth168e87b"} 1 node_network_carrier{device="veth1706b7a"} 1 node_network_carrier{device="veth178dfc0"} 1 node_network_carrier{device="veth1938721"} 1 node_network_carrier{device="veth19a56fa"} 1 node_network_carrier{device="veth1aaea89"} 1 node_network_carrier{device="veth1b45a8e"} 1 node_network_carrier{device="veth1b6bd03"} 1 node_network_carrier{device="veth1cd93e3"} 1 node_network_carrier{device="veth1d5394d"} 1 node_network_carrier{device="veth1d86d73"} 1 node_network_carrier{device="veth1ead36c"} 1 node_network_carrier{device="veth1fb3a26"} 1 node_network_carrier{device="veth20297c5"} 1 node_network_carrier{device="veth2106fb1"} 1 node_network_carrier{device="veth21341d6"} 1 node_network_carrier{device="veth2295082"} 1 node_network_carrier{device="veth247d7c2"} 1 node_network_carrier{device="veth25425d4"} 1 node_network_carrier{device="veth256aa3d"} 1 node_network_carrier{device="veth26409f4"} 1 node_network_carrier{device="veth269d5e6"} 1 node_network_carrier{device="veth273675a"} 1 node_network_carrier{device="veth275b86b"} 1 node_network_carrier{device="veth28b1591"} 1 node_network_carrier{device="veth296e150"} 1 node_network_carrier{device="veth29a1ccc"} 1 node_network_carrier{device="veth29c114f"} 1 node_network_carrier{device="veth2a65455"} 1 node_network_carrier{device="veth2a6f80b"} 1 node_network_carrier{device="veth2ad6708"} 1 node_network_carrier{device="veth2c8a5eb"} 1 node_network_carrier{device="veth2cf162c"} 1 node_network_carrier{device="veth2d6fdfa"} 1 node_network_carrier{device="veth2da2220"} 1 node_network_carrier{device="veth2df9e37"} 1 node_network_carrier{device="veth2e56669"} 1 node_network_carrier{device="veth2e6dcf4"} 1 node_network_carrier{device="veth2f465b5"} 1 node_network_carrier{device="veth2f81ebc"} 1 node_network_carrier{device="veth2fe3220"} 1 node_network_carrier{device="veth30486f8"} 1 node_network_carrier{device="veth3230a5c"} 1 node_network_carrier{device="veth3352b12"} 1 node_network_carrier{device="veth347d5da"} 1 node_network_carrier{device="veth348ced7"} 1 node_network_carrier{device="veth3533a3b"} 1 node_network_carrier{device="veth3565e55"} 1 node_network_carrier{device="veth3608455"} 1 node_network_carrier{device="veth36f23c3"} 1 node_network_carrier{device="veth36f2fdc"} 1 node_network_carrier{device="veth378b1cf"} 1 node_network_carrier{device="veth378d132"} 1 node_network_carrier{device="veth37d4017"} 1 node_network_carrier{device="veth3812cc9"} 1 node_network_carrier{device="veth384ee7f"} 1 node_network_carrier{device="veth388c154"} 1 node_network_carrier{device="veth3905075"} 1 node_network_carrier{device="veth3a09fdd"} 1 node_network_carrier{device="veth3c49372"} 1 node_network_carrier{device="veth3cbf8f4"} 1 node_network_carrier{device="veth3f7ef6c"} 1 node_network_carrier{device="veth407adc8"} 1 node_network_carrier{device="veth40c8fc3"} 1 node_network_carrier{device="veth413c10b"} 1 node_network_carrier{device="veth4181140"} 1 node_network_carrier{device="veth41d303a"} 1 node_network_carrier{device="veth42210c8"} 1 node_network_carrier{device="veth423037b"} 1 node_network_carrier{device="veth4281e6d"} 1 node_network_carrier{device="veth43cd59e"} 1 node_network_carrier{device="veth43e5c70"} 1 node_network_carrier{device="veth44d7e2c"} 1 node_network_carrier{device="veth450c253"} 1 node_network_carrier{device="veth45430e9"} 1 node_network_carrier{device="veth4642b70"} 1 node_network_carrier{device="veth468f7da"} 1 node_network_carrier{device="veth46afbf5"} 1 node_network_carrier{device="veth4732578"} 1 node_network_carrier{device="veth47bb667"} 1 node_network_carrier{device="veth47e6387"} 1 node_network_carrier{device="veth486fdd0"} 1 node_network_carrier{device="veth487e039"} 1 node_network_carrier{device="veth4993fb1"} 1 node_network_carrier{device="veth49b1548"} 1 node_network_carrier{device="veth49f14c7"} 1 node_network_carrier{device="veth4a642a8"} 1 node_network_carrier{device="veth4a76d10"} 1 node_network_carrier{device="veth4b29d5d"} 1 node_network_carrier{device="veth4bbdd5e"} 1 node_network_carrier{device="veth4d2d823"} 1 node_network_carrier{device="veth4e1abcc"} 1 node_network_carrier{device="veth4e3e373"} 1 node_network_carrier{device="veth4e78857"} 1 node_network_carrier{device="veth4f2fe05"} 1 node_network_carrier{device="veth4f9e86a"} 1 node_network_carrier{device="veth506c718"} 1 node_network_carrier{device="veth509a174"} 1 node_network_carrier{device="veth50b618a"} 1 node_network_carrier{device="veth517f447"} 1 node_network_carrier{device="veth5197b91"} 1 node_network_carrier{device="veth51a41e1"} 1 node_network_carrier{device="veth51c8eef"} 1 node_network_carrier{device="veth51f65bc"} 1 node_network_carrier{device="veth52d15a6"} 1 node_network_carrier{device="veth53a83dd"} 1 node_network_carrier{device="veth53c59b5"} 1 node_network_carrier{device="veth544564b"} 1 node_network_carrier{device="veth547ea5d"} 1 node_network_carrier{device="veth54d8e92"} 1 node_network_carrier{device="veth54f4b91"} 1 node_network_carrier{device="veth54fee19"} 1 node_network_carrier{device="veth558dcda"} 1 node_network_carrier{device="veth55bcfbe"} 1 node_network_carrier{device="veth5654345"} 1 node_network_carrier{device="veth5682e9e"} 1 node_network_carrier{device="veth56ba59b"} 1 node_network_carrier{device="veth56c8b10"} 1 node_network_carrier{device="veth5747c95"} 1 node_network_carrier{device="veth5798942"} 1 node_network_carrier{device="veth583d3bf"} 1 node_network_carrier{device="veth58c0c41"} 1 node_network_carrier{device="veth5955c4d"} 1 node_network_carrier{device="veth59b147f"} 1 node_network_carrier{device="veth59d9a6e"} 1 node_network_carrier{device="veth5a6eb98"} 1 node_network_carrier{device="veth5a7ac0c"} 1 node_network_carrier{device="veth5bb9200"} 1 node_network_carrier{device="veth5ce0bf8"} 1 node_network_carrier{device="veth5d0c6d0"} 1 node_network_carrier{device="veth5d6c487"} 1 node_network_carrier{device="veth5e594fd"} 1 node_network_carrier{device="veth5f4044b"} 1 node_network_carrier{device="veth5fab975"} 1 node_network_carrier{device="veth602c26c"} 1 node_network_carrier{device="veth607c6d0"} 1 node_network_carrier{device="veth61045ce"} 1 node_network_carrier{device="veth61f2797"} 1 node_network_carrier{device="veth620913b"} 1 node_network_carrier{device="veth62aa4cf"} 1 node_network_carrier{device="veth62e9205"} 1 node_network_carrier{device="veth6357d77"} 1 node_network_carrier{device="veth63a1039"} 1 node_network_carrier{device="veth64faa71"} 1 node_network_carrier{device="veth65b7cd5"} 1 node_network_carrier{device="veth67186fe"} 1 node_network_carrier{device="veth687f385"} 1 node_network_carrier{device="veth68a432f"} 1 node_network_carrier{device="veth68dc675"} 1 node_network_carrier{device="veth68dfc02"} 1 node_network_carrier{device="veth69282bc"} 1 node_network_carrier{device="veth69383b3"} 1 node_network_carrier{device="veth694f82a"} 1 node_network_carrier{device="veth6a36832"} 1 node_network_carrier{device="veth6ad616c"} 1 node_network_carrier{device="veth6b19168"} 1 node_network_carrier{device="veth6b2e435"} 1 node_network_carrier{device="veth6b49f3c"} 1 node_network_carrier{device="veth6b822ad"} 1 node_network_carrier{device="veth6b93b5b"} 1 node_network_carrier{device="veth6bea112"} 1 node_network_carrier{device="veth6cdc6e1"} 1 node_network_carrier{device="veth6e075bd"} 1 node_network_carrier{device="veth6e1780a"} 1 node_network_carrier{device="veth6e61860"} 1 node_network_carrier{device="veth7039388"} 1 node_network_carrier{device="veth70f4ee1"} 1 node_network_carrier{device="veth716f757"} 1 node_network_carrier{device="veth724ccf7"} 1 node_network_carrier{device="veth72594d2"} 1 node_network_carrier{device="veth730deaa"} 1 node_network_carrier{device="veth73512f2"} 1 node_network_carrier{device="veth73c1813"} 1 node_network_carrier{device="veth741cb85"} 1 node_network_carrier{device="veth75ab275"} 1 node_network_carrier{device="veth75c4fef"} 1 node_network_carrier{device="veth7636e3d"} 1 node_network_carrier{device="veth77432d4"} 1 node_network_carrier{device="veth795d64a"} 1 node_network_carrier{device="veth7c65c3b"} 1 node_network_carrier{device="veth7d1a0bd"} 1 node_network_carrier{device="veth7d6a0f5"} 1 node_network_carrier{device="veth7e09eb6"} 1 node_network_carrier{device="veth7e4ad7f"} 1 node_network_carrier{device="veth7ecac2d"} 1 node_network_carrier{device="veth7eccd33"} 1 node_network_carrier{device="veth7ee5901"} 1 node_network_carrier{device="veth7f0dd5d"} 1 node_network_carrier{device="veth7f473a1"} 1 node_network_carrier{device="veth7f5281e"} 1 node_network_carrier{device="veth7feb00f"} 1 node_network_carrier{device="veth7ff154f"} 1 node_network_carrier{device="veth80957ff"} 1 node_network_carrier{device="veth8137b9c"} 1 node_network_carrier{device="veth81a1594"} 1 node_network_carrier{device="veth81daf2a"} 1 node_network_carrier{device="veth8223f67"} 1 node_network_carrier{device="veth8247bb0"} 1 node_network_carrier{device="veth8270420"} 1 node_network_carrier{device="veth8335dac"} 1 node_network_carrier{device="veth8429d9a"} 1 node_network_carrier{device="veth844aefd"} 1 node_network_carrier{device="veth849dac1"} 1 node_network_carrier{device="veth84b99c9"} 1 node_network_carrier{device="veth84bd87d"} 1 node_network_carrier{device="veth85cc1cf"} 1 node_network_carrier{device="veth85f7192"} 1 node_network_carrier{device="veth86ce04d"} 1 node_network_carrier{device="veth872e399"} 1 node_network_carrier{device="veth873611d"} 1 node_network_carrier{device="veth877be1d"} 1 node_network_carrier{device="veth8969f3b"} 1 node_network_carrier{device="veth8c3a190"} 1 node_network_carrier{device="veth8c70adf"} 1 node_network_carrier{device="veth8db889b"} 1 node_network_carrier{device="veth8dc210c"} 1 node_network_carrier{device="veth8e0606c"} 1 node_network_carrier{device="veth8e077da"} 1 node_network_carrier{device="veth8e1aba7"} 1 node_network_carrier{device="veth8eae5df"} 1 node_network_carrier{device="veth8f7612b"} 1 node_network_carrier{device="veth8f7dd95"} 1 node_network_carrier{device="veth90c30b2"} 1 node_network_carrier{device="veth921cee8"} 1 node_network_carrier{device="veth9302314"} 1 node_network_carrier{device="veth9331cd6"} 1 node_network_carrier{device="veth9388ace"} 1 node_network_carrier{device="veth947bf8e"} 1 node_network_carrier{device="veth94ee973"} 1 node_network_carrier{device="veth950d9c2"} 1 node_network_carrier{device="veth951b9c5"} 1 node_network_carrier{device="veth9564c18"} 1 node_network_carrier{device="veth957c474"} 1 node_network_carrier{device="veth9585732"} 1 node_network_carrier{device="veth967aa1a"} 1 node_network_carrier{device="veth9779f87"} 1 node_network_carrier{device="veth983bad0"} 1 node_network_carrier{device="veth987c992"} 1 node_network_carrier{device="veth98c6421"} 1 node_network_carrier{device="veth990a50f"} 1 node_network_carrier{device="veth9a4f942"} 1 node_network_carrier{device="veth9a6c8be"} 1 node_network_carrier{device="veth9ad5f46"} 1 node_network_carrier{device="veth9b13721"} 1 node_network_carrier{device="veth9b464fa"} 1 node_network_carrier{device="veth9b4f0d2"} 1 node_network_carrier{device="veth9b5c7ee"} 1 node_network_carrier{device="veth9be4730"} 1 node_network_carrier{device="veth9bfc292"} 1 node_network_carrier{device="veth9c18fa3"} 1 node_network_carrier{device="veth9c355e1"} 1 node_network_carrier{device="veth9c57e90"} 1 node_network_carrier{device="veth9cdf489"} 1 node_network_carrier{device="veth9d63606"} 1 node_network_carrier{device="veth9de68fa"} 1 node_network_carrier{device="veth9e30c14"} 1 node_network_carrier{device="veth9e56bd7"} 1 node_network_carrier{device="veth9e6929b"} 1 node_network_carrier{device="veth9eba1cd"} 1 node_network_carrier{device="vetha03ce74"} 1 node_network_carrier{device="vetha04b49d"} 1 node_network_carrier{device="vetha10f2fa"} 1 node_network_carrier{device="vetha11005d"} 1 node_network_carrier{device="vetha145b74"} 1 node_network_carrier{device="vetha2b566c"} 1 node_network_carrier{device="vetha2fc1a5"} 1 node_network_carrier{device="vetha3569ea"} 1 node_network_carrier{device="vetha387dd9"} 1 node_network_carrier{device="vetha3b745a"} 1 node_network_carrier{device="vetha3bec2e"} 1 node_network_carrier{device="vetha4cd445"} 1 node_network_carrier{device="vetha4dbc2b"} 1 node_network_carrier{device="vetha4fe8d7"} 1 node_network_carrier{device="vetha68c9b3"} 1 node_network_carrier{device="vetha6ef154"} 1 node_network_carrier{device="vetha77a1bd"} 1 node_network_carrier{device="vetha7950a3"} 1 node_network_carrier{device="vetha82ff5a"} 1 node_network_carrier{device="vetha8424ea"} 1 node_network_carrier{device="vetha865d3e"} 1 node_network_carrier{device="vetha8b7d19"} 1 node_network_carrier{device="vetha916bfd"} 1 node_network_carrier{device="vetha96a22d"} 1 node_network_carrier{device="vetha96cc9c"} 1 node_network_carrier{device="vetha9c7c19"} 1 node_network_carrier{device="vetha9caa3b"} 1 node_network_carrier{device="vethaa90db7"} 1 node_network_carrier{device="vethab9efd5"} 1 node_network_carrier{device="vethac8d182"} 1 node_network_carrier{device="vethac999f1"} 1 node_network_carrier{device="vethaca1dc0"} 1 node_network_carrier{device="vethacf7ba6"} 1 node_network_carrier{device="vethad96a00"} 1 node_network_carrier{device="vethadd48e3"} 1 node_network_carrier{device="vethadd9f3f"} 1 node_network_carrier{device="vethae2fcbc"} 1 node_network_carrier{device="vethae97c83"} 1 node_network_carrier{device="vethb07dd73"} 1 node_network_carrier{device="vethb179549"} 1 node_network_carrier{device="vethb19d1ed"} 1 node_network_carrier{device="vethb1b305d"} 1 node_network_carrier{device="vethb1b39f0"} 1 node_network_carrier{device="vethb1bf067"} 1 node_network_carrier{device="vethb1d5654"} 1 node_network_carrier{device="vethb28b5ff"} 1 node_network_carrier{device="vethb2bd843"} 1 node_network_carrier{device="vethb305a14"} 1 node_network_carrier{device="vethb3e024d"} 1 node_network_carrier{device="vethb43c9ad"} 1 node_network_carrier{device="vethb477838"} 1 node_network_carrier{device="vethb4ce123"} 1 node_network_carrier{device="vethb56815f"} 1 node_network_carrier{device="vethb6bf622"} 1 node_network_carrier{device="vethb75ca8b"} 1 node_network_carrier{device="vethb770745"} 1 node_network_carrier{device="vethb7a1877"} 1 node_network_carrier{device="vethb7a9d61"} 1 node_network_carrier{device="vethb805fbd"} 1 node_network_carrier{device="vethb89ad32"} 1 node_network_carrier{device="vethb90d782"} 1 node_network_carrier{device="vethb91a369"} 1 node_network_carrier{device="vethb9b4a13"} 1 node_network_carrier{device="vethb9e011c"} 1 node_network_carrier{device="vethba518ed"} 1 node_network_carrier{device="vethbb22a17"} 1 node_network_carrier{device="vethbb85030"} 1 node_network_carrier{device="vethbb8a6e3"} 1 node_network_carrier{device="vethbbac89d"} 1 node_network_carrier{device="vethbd082f6"} 1 node_network_carrier{device="vethbd25c03"} 1 node_network_carrier{device="vethbde29dc"} 1 node_network_carrier{device="vethbdf0ae6"} 1 node_network_carrier{device="vethbdf987b"} 1 node_network_carrier{device="vethbe2b5e1"} 1 node_network_carrier{device="vethbe68e79"} 1 node_network_carrier{device="vethbf0834e"} 1 node_network_carrier{device="vethbf0fb34"} 1 node_network_carrier{device="vethbf21c25"} 1 node_network_carrier{device="vethc008c90"} 1 node_network_carrier{device="vethc07b10a"} 1 node_network_carrier{device="vethc08f47c"} 1 node_network_carrier{device="vethc18cb9a"} 1 node_network_carrier{device="vethc1a97fa"} 1 node_network_carrier{device="vethc1e9d8b"} 1 node_network_carrier{device="vethc264259"} 1 node_network_carrier{device="vethc31d600"} 1 node_network_carrier{device="vethc3ad82f"} 1 node_network_carrier{device="vethc46fc85"} 1 node_network_carrier{device="vethc4adf64"} 1 node_network_carrier{device="vethc549684"} 1 node_network_carrier{device="vethc5ebbd5"} 1 node_network_carrier{device="vethc61da72"} 1 node_network_carrier{device="vethc658eb9"} 1 node_network_carrier{device="vethc6b2fec"} 1 node_network_carrier{device="vethc6f15e7"} 1 node_network_carrier{device="vethc88834e"} 1 node_network_carrier{device="vethc9e2026"} 1 node_network_carrier{device="vethcaa0d9b"} 1 node_network_carrier{device="vethcad14ef"} 1 node_network_carrier{device="vethcc5c2ec"} 1 node_network_carrier{device="vethcd0f622"} 1 node_network_carrier{device="vethcdf4121"} 1 node_network_carrier{device="vethce28d62"} 1 node_network_carrier{device="vethcefb8ea"} 1 node_network_carrier{device="vethcf10a77"} 1 node_network_carrier{device="vethcf3d0ab"} 1 node_network_carrier{device="vethcf469f8"} 1 node_network_carrier{device="vethcfbd110"} 1 node_network_carrier{device="vethd049859"} 1 node_network_carrier{device="vethd0df832"} 1 node_network_carrier{device="vethd0ea3b3"} 1 node_network_carrier{device="vethd137e3f"} 1 node_network_carrier{device="vethd1673da"} 1 node_network_carrier{device="vethd17ef64"} 1 node_network_carrier{device="vethd265cdf"} 1 node_network_carrier{device="vethd274fa2"} 1 node_network_carrier{device="vethd3692c1"} 1 node_network_carrier{device="vethd3ad8e8"} 1 node_network_carrier{device="vethd3cb445"} 1 node_network_carrier{device="vethd460bfa"} 1 node_network_carrier{device="vethd4c98bf"} 1 node_network_carrier{device="vethd5453e5"} 1 node_network_carrier{device="vethd5b5677"} 1 node_network_carrier{device="vethd6090fd"} 1 node_network_carrier{device="vethd6d926d"} 1 node_network_carrier{device="vethd77042c"} 1 node_network_carrier{device="vethd8c625e"} 1 node_network_carrier{device="vethd95efe7"} 1 node_network_carrier{device="vethd9a7d1e"} 1 node_network_carrier{device="vethdb5e758"} 1 node_network_carrier{device="vethdbae4f2"} 1 node_network_carrier{device="vethdc87b20"} 1 node_network_carrier{device="vethdcb1f0b"} 1 node_network_carrier{device="vethdd53f2d"} 1 node_network_carrier{device="vethde11193"} 1 node_network_carrier{device="vethdeb9758"} 1 node_network_carrier{device="vethdeef5dc"} 1 node_network_carrier{device="vethe2428a1"} 1 node_network_carrier{device="vethe24bfb2"} 1 node_network_carrier{device="vethe2f38b4"} 1 node_network_carrier{device="vethe344c7c"} 1 node_network_carrier{device="vethe3e1fe3"} 1 node_network_carrier{device="vethe432622"} 1 node_network_carrier{device="vethe44e0ab"} 1 node_network_carrier{device="vethe4bfa42"} 1 node_network_carrier{device="vethe4f4e44"} 1 node_network_carrier{device="vethe4f5b2b"} 1 node_network_carrier{device="vethe523b56"} 1 node_network_carrier{device="vethe5b262f"} 1 node_network_carrier{device="vethe5e2431"} 1 node_network_carrier{device="vethe6c7619"} 1 node_network_carrier{device="vethe6d2761"} 1 node_network_carrier{device="vethe7084c8"} 1 node_network_carrier{device="vethe81d201"} 1 node_network_carrier{device="vethe81da63"} 1 node_network_carrier{device="vethe82b73e"} 1 node_network_carrier{device="vethe8b4700"} 1 node_network_carrier{device="vethe8e93c0"} 1 node_network_carrier{device="vethe96c577"} 1 node_network_carrier{device="vethe96d5e4"} 1 node_network_carrier{device="vethe97bbfc"} 1 node_network_carrier{device="vethe99909e"} 1 node_network_carrier{device="vetheaaf7a8"} 1 node_network_carrier{device="vetheabb614"} 1 node_network_carrier{device="vetheb6778a"} 1 node_network_carrier{device="vetheb9b73c"} 1 node_network_carrier{device="vetheb9f1a5"} 1 node_network_carrier{device="vetheca6089"} 1 node_network_carrier{device="vethee11bc2"} 1 node_network_carrier{device="vethee73ec3"} 1 node_network_carrier{device="vetheebb68b"} 1 node_network_carrier{device="vethef3aebe"} 1 node_network_carrier{device="vethef683ec"} 1 node_network_carrier{device="vethefcfba0"} 1 node_network_carrier{device="vethf002533"} 1 node_network_carrier{device="vethf0980ae"} 1 node_network_carrier{device="vethf0d12be"} 1 node_network_carrier{device="vethf0da578"} 1 node_network_carrier{device="vethf17a534"} 1 node_network_carrier{device="vethf1aa0a2"} 1 node_network_carrier{device="vethf1af506"} 1 node_network_carrier{device="vethf1d2976"} 1 node_network_carrier{device="vethf24dd7e"} 1 node_network_carrier{device="vethf340822"} 1 node_network_carrier{device="vethf420933"} 1 node_network_carrier{device="vethf4cfc78"} 1 node_network_carrier{device="vethf4d3c1b"} 1 node_network_carrier{device="vethf5c652f"} 1 node_network_carrier{device="vethf6144ce"} 1 node_network_carrier{device="vethf65b7bb"} 1 node_network_carrier{device="vethf6c8f45"} 1 node_network_carrier{device="vethf7001fb"} 1 node_network_carrier{device="vethf748303"} 1 node_network_carrier{device="vethf77cba5"} 1 node_network_carrier{device="vethf86a842"} 1 node_network_carrier{device="vethf906982"} 1 node_network_carrier{device="vethf9a5386"} 1 node_network_carrier{device="vethfa01a23"} 1 node_network_carrier{device="vethfa11d53"} 1 node_network_carrier{device="vethfbc3e02"} 1 node_network_carrier{device="vethfbda92a"} 1 node_network_carrier{device="vethfc1051c"} 1 node_network_carrier{device="vethfc5b432"} 1 node_network_carrier{device="vethfd373d2"} 1 node_network_carrier{device="vethfd8de08"} 1 node_network_carrier{device="vethfe57e1a"} 1 node_network_carrier{device="vethfe628e7"} 1 node_network_carrier{device="vethfe7a799"} 1 node_network_carrier{device="vethfe87d9a"} 1 node_network_carrier{device="vethff97c3c"} 1 node_network_carrier{device="vethffd01e5"} 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-087c68b8e63c"} 2 node_network_carrier_changes_total{device="br-0b1f21f65434"} 6 node_network_carrier_changes_total{device="br-0d0fae6fba3a"} 12 node_network_carrier_changes_total{device="br-170997b6d0fa"} 8 node_network_carrier_changes_total{device="br-1bb5f7b6f214"} 4 node_network_carrier_changes_total{device="br-1e4bfa09370c"} 1 node_network_carrier_changes_total{device="br-1f69ec4677f1"} 1 node_network_carrier_changes_total{device="br-21789fc30e57"} 10 node_network_carrier_changes_total{device="br-24be321e5dec"} 6 node_network_carrier_changes_total{device="br-259e1db91409"} 20 node_network_carrier_changes_total{device="br-26bd8dfacf27"} 16 node_network_carrier_changes_total{device="br-27f56655830b"} 12 node_network_carrier_changes_total{device="br-28d2c710d9dd"} 8 node_network_carrier_changes_total{device="br-2a3f91fee31f"} 16 node_network_carrier_changes_total{device="br-2bc240b92a01"} 8 node_network_carrier_changes_total{device="br-2c90dade3b40"} 12 node_network_carrier_changes_total{device="br-336368f4fbaf"} 8 node_network_carrier_changes_total{device="br-357f0be81f70"} 8 node_network_carrier_changes_total{device="br-36d6eda82163"} 12 node_network_carrier_changes_total{device="br-3eb6a5acab86"} 10 node_network_carrier_changes_total{device="br-448507de0ea8"} 8 node_network_carrier_changes_total{device="br-4a94058d26b4"} 12 node_network_carrier_changes_total{device="br-4be189870a60"} 6 node_network_carrier_changes_total{device="br-4f972baae489"} 12 node_network_carrier_changes_total{device="br-50cf1727260b"} 14 node_network_carrier_changes_total{device="br-52aec1ad6344"} 14 node_network_carrier_changes_total{device="br-54774436947a"} 8 node_network_carrier_changes_total{device="br-5508256f2a09"} 14 node_network_carrier_changes_total{device="br-57a69cbd7be7"} 8 node_network_carrier_changes_total{device="br-5d4590ede425"} 1 node_network_carrier_changes_total{device="br-610e22981841"} 4 node_network_carrier_changes_total{device="br-61849e346d59"} 8 node_network_carrier_changes_total{device="br-61d28ade84d6"} 2 node_network_carrier_changes_total{device="br-63561f6ecb8e"} 1 node_network_carrier_changes_total{device="br-65d299b503ee"} 16 node_network_carrier_changes_total{device="br-6bb76e52d0ad"} 8 node_network_carrier_changes_total{device="br-6f8573194abf"} 12 node_network_carrier_changes_total{device="br-7c7768cc3717"} 8 node_network_carrier_changes_total{device="br-7dc3afdf0595"} 4 node_network_carrier_changes_total{device="br-7f850a40bfe5"} 1 node_network_carrier_changes_total{device="br-8716ec68a5ed"} 4 node_network_carrier_changes_total{device="br-8ae373fa2d64"} 6 node_network_carrier_changes_total{device="br-8c6a4bf92696"} 1 node_network_carrier_changes_total{device="br-8cb85635e30f"} 8 node_network_carrier_changes_total{device="br-8dce2f197033"} 4 node_network_carrier_changes_total{device="br-90cd3c4154aa"} 10 node_network_carrier_changes_total{device="br-9472bb85cfee"} 6 node_network_carrier_changes_total{device="br-96848e888a71"} 6 node_network_carrier_changes_total{device="br-9ba5f271298c"} 10 node_network_carrier_changes_total{device="br-9bcfee4e647f"} 16 node_network_carrier_changes_total{device="br-9dafd0c4fdb9"} 1 node_network_carrier_changes_total{device="br-9db262804262"} 6 node_network_carrier_changes_total{device="br-9dc48ff73063"} 2 node_network_carrier_changes_total{device="br-a1d37c85c10a"} 14 node_network_carrier_changes_total{device="br-a1e913015165"} 20 node_network_carrier_changes_total{device="br-a28e9d8e1a5a"} 16 node_network_carrier_changes_total{device="br-a2ad5d8a6e21"} 6 node_network_carrier_changes_total{device="br-a38ecabc76e9"} 8 node_network_carrier_changes_total{device="br-a4f2233265e1"} 4 node_network_carrier_changes_total{device="br-a5dafb0a1dce"} 4 node_network_carrier_changes_total{device="br-a9bbe251fab0"} 6 node_network_carrier_changes_total{device="br-aa93655903fc"} 16 node_network_carrier_changes_total{device="br-ac3189dfb892"} 3 node_network_carrier_changes_total{device="br-ad403c2030eb"} 12 node_network_carrier_changes_total{device="br-b189446352e8"} 8 node_network_carrier_changes_total{device="br-b2704a1bb792"} 2 node_network_carrier_changes_total{device="br-b3ccbb1f1bc0"} 14 node_network_carrier_changes_total{device="br-b783fcd91426"} 16 node_network_carrier_changes_total{device="br-b963d2263b6f"} 8 node_network_carrier_changes_total{device="br-ba1379cf796f"} 2 node_network_carrier_changes_total{device="br-ba367713f9e4"} 8 node_network_carrier_changes_total{device="br-bbe8bdb22dd6"} 1 node_network_carrier_changes_total{device="br-bd52bf04c342"} 6 node_network_carrier_changes_total{device="br-bf0cd4851644"} 4 node_network_carrier_changes_total{device="br-bffb620a7ee6"} 8 node_network_carrier_changes_total{device="br-c1f5d6ba4d2d"} 12 node_network_carrier_changes_total{device="br-c30b8f3d8dab"} 6 node_network_carrier_changes_total{device="br-c77466ba6ab0"} 12 node_network_carrier_changes_total{device="br-ca643bc58727"} 16 node_network_carrier_changes_total{device="br-cd8eb8bff0ed"} 8 node_network_carrier_changes_total{device="br-d349f503bfc6"} 4 node_network_carrier_changes_total{device="br-d454ff2d1838"} 2 node_network_carrier_changes_total{device="br-d739d49adeac"} 6 node_network_carrier_changes_total{device="br-d7cd2c298e7c"} 8 node_network_carrier_changes_total{device="br-d8a988dac171"} 1 node_network_carrier_changes_total{device="br-de2f2179e66c"} 4 node_network_carrier_changes_total{device="br-de3eb58f0193"} 4 node_network_carrier_changes_total{device="br-dea46bb081b7"} 2 node_network_carrier_changes_total{device="br-e065831d4d38"} 8 node_network_carrier_changes_total{device="br-e5485c57cf48"} 56 node_network_carrier_changes_total{device="br-eb54112c03eb"} 8 node_network_carrier_changes_total{device="br-ec717bd1017c"} 6 node_network_carrier_changes_total{device="br-edb0c100954a"} 8 node_network_carrier_changes_total{device="br-f33823381a9d"} 14 node_network_carrier_changes_total{device="br-f3652190882f"} 8 node_network_carrier_changes_total{device="br-f408a2a1a184"} 8 node_network_carrier_changes_total{device="br-f515742f876f"} 12 node_network_carrier_changes_total{device="br-f9f6492a4861"} 18 node_network_carrier_changes_total{device="br-fb51064e1346"} 5 node_network_carrier_changes_total{device="br-fda61ed9d8ac"} 6 node_network_carrier_changes_total{device="br-fedaf61052e8"} 2 node_network_carrier_changes_total{device="br-ff91e3e17577"} 56 node_network_carrier_changes_total{device="docker0"} 277 node_network_carrier_changes_total{device="docker_gwbridge"} 4 node_network_carrier_changes_total{device="enp1s0"} 2 node_network_carrier_changes_total{device="enp7s0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth0032b85"} 2 node_network_carrier_changes_total{device="veth0062100"} 2 node_network_carrier_changes_total{device="veth0103041"} 2 node_network_carrier_changes_total{device="veth0112c67"} 2 node_network_carrier_changes_total{device="veth019627f"} 2 node_network_carrier_changes_total{device="veth022f48e"} 2 node_network_carrier_changes_total{device="veth02c3008"} 2 node_network_carrier_changes_total{device="veth03870f2"} 2 node_network_carrier_changes_total{device="veth03fab17"} 2 node_network_carrier_changes_total{device="veth0445705"} 2 node_network_carrier_changes_total{device="veth04d9d5c"} 2 node_network_carrier_changes_total{device="veth04f6c9d"} 2 node_network_carrier_changes_total{device="veth05af784"} 2 node_network_carrier_changes_total{device="veth05efff4"} 2 node_network_carrier_changes_total{device="veth060151d"} 2 node_network_carrier_changes_total{device="veth060da87"} 2 node_network_carrier_changes_total{device="veth061cde3"} 2 node_network_carrier_changes_total{device="veth069689a"} 2 node_network_carrier_changes_total{device="veth071e33d"} 2 node_network_carrier_changes_total{device="veth0721878"} 2 node_network_carrier_changes_total{device="veth075aab6"} 2 node_network_carrier_changes_total{device="veth07e6c77"} 2 node_network_carrier_changes_total{device="veth0b493a5"} 2 node_network_carrier_changes_total{device="veth0b53316"} 2 node_network_carrier_changes_total{device="veth0c53113"} 2 node_network_carrier_changes_total{device="veth0d1acf5"} 2 node_network_carrier_changes_total{device="veth0d31a45"} 2 node_network_carrier_changes_total{device="veth0de6dee"} 2 node_network_carrier_changes_total{device="veth0df23dc"} 2 node_network_carrier_changes_total{device="veth0eca916"} 2 node_network_carrier_changes_total{device="veth0f5f33d"} 2 node_network_carrier_changes_total{device="veth0f8dec9"} 2 node_network_carrier_changes_total{device="veth102c1ba"} 2 node_network_carrier_changes_total{device="veth1063edf"} 2 node_network_carrier_changes_total{device="veth1118b3c"} 2 node_network_carrier_changes_total{device="veth11515af"} 2 node_network_carrier_changes_total{device="veth133564c"} 2 node_network_carrier_changes_total{device="veth1347d6c"} 2 node_network_carrier_changes_total{device="veth135d815"} 2 node_network_carrier_changes_total{device="veth13c38ee"} 2 node_network_carrier_changes_total{device="veth13e91ad"} 2 node_network_carrier_changes_total{device="veth1425634"} 2 node_network_carrier_changes_total{device="veth1611d0c"} 2 node_network_carrier_changes_total{device="veth168e87b"} 2 node_network_carrier_changes_total{device="veth1706b7a"} 2 node_network_carrier_changes_total{device="veth178dfc0"} 2 node_network_carrier_changes_total{device="veth1938721"} 2 node_network_carrier_changes_total{device="veth19a56fa"} 2 node_network_carrier_changes_total{device="veth1aaea89"} 2 node_network_carrier_changes_total{device="veth1b45a8e"} 2 node_network_carrier_changes_total{device="veth1b6bd03"} 2 node_network_carrier_changes_total{device="veth1cd93e3"} 2 node_network_carrier_changes_total{device="veth1d5394d"} 2 node_network_carrier_changes_total{device="veth1d86d73"} 2 node_network_carrier_changes_total{device="veth1ead36c"} 2 node_network_carrier_changes_total{device="veth1fb3a26"} 2 node_network_carrier_changes_total{device="veth20297c5"} 2 node_network_carrier_changes_total{device="veth2106fb1"} 2 node_network_carrier_changes_total{device="veth21341d6"} 2 node_network_carrier_changes_total{device="veth2295082"} 2 node_network_carrier_changes_total{device="veth247d7c2"} 2 node_network_carrier_changes_total{device="veth25425d4"} 2 node_network_carrier_changes_total{device="veth256aa3d"} 2 node_network_carrier_changes_total{device="veth26409f4"} 2 node_network_carrier_changes_total{device="veth269d5e6"} 2 node_network_carrier_changes_total{device="veth273675a"} 2 node_network_carrier_changes_total{device="veth275b86b"} 2 node_network_carrier_changes_total{device="veth28b1591"} 2 node_network_carrier_changes_total{device="veth296e150"} 2 node_network_carrier_changes_total{device="veth29a1ccc"} 2 node_network_carrier_changes_total{device="veth29c114f"} 2 node_network_carrier_changes_total{device="veth2a65455"} 2 node_network_carrier_changes_total{device="veth2a6f80b"} 2 node_network_carrier_changes_total{device="veth2ad6708"} 2 node_network_carrier_changes_total{device="veth2c8a5eb"} 2 node_network_carrier_changes_total{device="veth2cf162c"} 2 node_network_carrier_changes_total{device="veth2d6fdfa"} 2 node_network_carrier_changes_total{device="veth2da2220"} 2 node_network_carrier_changes_total{device="veth2df9e37"} 2 node_network_carrier_changes_total{device="veth2e56669"} 2 node_network_carrier_changes_total{device="veth2e6dcf4"} 2 node_network_carrier_changes_total{device="veth2f465b5"} 2 node_network_carrier_changes_total{device="veth2f81ebc"} 2 node_network_carrier_changes_total{device="veth2fe3220"} 2 node_network_carrier_changes_total{device="veth30486f8"} 2 node_network_carrier_changes_total{device="veth3230a5c"} 2 node_network_carrier_changes_total{device="veth3352b12"} 2 node_network_carrier_changes_total{device="veth347d5da"} 2 node_network_carrier_changes_total{device="veth348ced7"} 2 node_network_carrier_changes_total{device="veth3533a3b"} 2 node_network_carrier_changes_total{device="veth3565e55"} 2 node_network_carrier_changes_total{device="veth3608455"} 2 node_network_carrier_changes_total{device="veth36f23c3"} 2 node_network_carrier_changes_total{device="veth36f2fdc"} 2 node_network_carrier_changes_total{device="veth378b1cf"} 2 node_network_carrier_changes_total{device="veth378d132"} 2 node_network_carrier_changes_total{device="veth37d4017"} 2 node_network_carrier_changes_total{device="veth3812cc9"} 2 node_network_carrier_changes_total{device="veth384ee7f"} 2 node_network_carrier_changes_total{device="veth388c154"} 2 node_network_carrier_changes_total{device="veth3905075"} 2 node_network_carrier_changes_total{device="veth3a09fdd"} 2 node_network_carrier_changes_total{device="veth3c49372"} 2 node_network_carrier_changes_total{device="veth3cbf8f4"} 2 node_network_carrier_changes_total{device="veth3f7ef6c"} 2 node_network_carrier_changes_total{device="veth407adc8"} 2 node_network_carrier_changes_total{device="veth40c8fc3"} 2 node_network_carrier_changes_total{device="veth413c10b"} 2 node_network_carrier_changes_total{device="veth4181140"} 2 node_network_carrier_changes_total{device="veth41d303a"} 2 node_network_carrier_changes_total{device="veth42210c8"} 2 node_network_carrier_changes_total{device="veth423037b"} 2 node_network_carrier_changes_total{device="veth4281e6d"} 2 node_network_carrier_changes_total{device="veth43cd59e"} 2 node_network_carrier_changes_total{device="veth43e5c70"} 2 node_network_carrier_changes_total{device="veth44d7e2c"} 2 node_network_carrier_changes_total{device="veth450c253"} 2 node_network_carrier_changes_total{device="veth45430e9"} 2 node_network_carrier_changes_total{device="veth4642b70"} 2 node_network_carrier_changes_total{device="veth468f7da"} 2 node_network_carrier_changes_total{device="veth46afbf5"} 2 node_network_carrier_changes_total{device="veth4732578"} 2 node_network_carrier_changes_total{device="veth47bb667"} 2 node_network_carrier_changes_total{device="veth47e6387"} 2 node_network_carrier_changes_total{device="veth486fdd0"} 2 node_network_carrier_changes_total{device="veth487e039"} 2 node_network_carrier_changes_total{device="veth4993fb1"} 2 node_network_carrier_changes_total{device="veth49b1548"} 2 node_network_carrier_changes_total{device="veth49f14c7"} 2 node_network_carrier_changes_total{device="veth4a642a8"} 2 node_network_carrier_changes_total{device="veth4a76d10"} 2 node_network_carrier_changes_total{device="veth4b29d5d"} 2 node_network_carrier_changes_total{device="veth4bbdd5e"} 2 node_network_carrier_changes_total{device="veth4d2d823"} 2 node_network_carrier_changes_total{device="veth4e1abcc"} 2 node_network_carrier_changes_total{device="veth4e3e373"} 2 node_network_carrier_changes_total{device="veth4e78857"} 2 node_network_carrier_changes_total{device="veth4f2fe05"} 2 node_network_carrier_changes_total{device="veth4f9e86a"} 2 node_network_carrier_changes_total{device="veth506c718"} 2 node_network_carrier_changes_total{device="veth509a174"} 2 node_network_carrier_changes_total{device="veth50b618a"} 2 node_network_carrier_changes_total{device="veth517f447"} 2 node_network_carrier_changes_total{device="veth5197b91"} 2 node_network_carrier_changes_total{device="veth51a41e1"} 2 node_network_carrier_changes_total{device="veth51c8eef"} 2 node_network_carrier_changes_total{device="veth51f65bc"} 2 node_network_carrier_changes_total{device="veth52d15a6"} 2 node_network_carrier_changes_total{device="veth53a83dd"} 2 node_network_carrier_changes_total{device="veth53c59b5"} 2 node_network_carrier_changes_total{device="veth544564b"} 2 node_network_carrier_changes_total{device="veth547ea5d"} 2 node_network_carrier_changes_total{device="veth54d8e92"} 2 node_network_carrier_changes_total{device="veth54f4b91"} 2 node_network_carrier_changes_total{device="veth54fee19"} 2 node_network_carrier_changes_total{device="veth558dcda"} 2 node_network_carrier_changes_total{device="veth55bcfbe"} 2 node_network_carrier_changes_total{device="veth5654345"} 2 node_network_carrier_changes_total{device="veth5682e9e"} 2 node_network_carrier_changes_total{device="veth56ba59b"} 2 node_network_carrier_changes_total{device="veth56c8b10"} 2 node_network_carrier_changes_total{device="veth5747c95"} 2 node_network_carrier_changes_total{device="veth5798942"} 2 node_network_carrier_changes_total{device="veth583d3bf"} 2 node_network_carrier_changes_total{device="veth58c0c41"} 2 node_network_carrier_changes_total{device="veth5955c4d"} 2 node_network_carrier_changes_total{device="veth59b147f"} 2 node_network_carrier_changes_total{device="veth59d9a6e"} 2 node_network_carrier_changes_total{device="veth5a6eb98"} 2 node_network_carrier_changes_total{device="veth5a7ac0c"} 2 node_network_carrier_changes_total{device="veth5bb9200"} 2 node_network_carrier_changes_total{device="veth5ce0bf8"} 2 node_network_carrier_changes_total{device="veth5d0c6d0"} 2 node_network_carrier_changes_total{device="veth5d6c487"} 2 node_network_carrier_changes_total{device="veth5e594fd"} 2 node_network_carrier_changes_total{device="veth5f4044b"} 2 node_network_carrier_changes_total{device="veth5fab975"} 2 node_network_carrier_changes_total{device="veth602c26c"} 2 node_network_carrier_changes_total{device="veth607c6d0"} 2 node_network_carrier_changes_total{device="veth61045ce"} 2 node_network_carrier_changes_total{device="veth61f2797"} 2 node_network_carrier_changes_total{device="veth620913b"} 2 node_network_carrier_changes_total{device="veth62aa4cf"} 2 node_network_carrier_changes_total{device="veth62e9205"} 2 node_network_carrier_changes_total{device="veth6357d77"} 2 node_network_carrier_changes_total{device="veth63a1039"} 2 node_network_carrier_changes_total{device="veth64faa71"} 2 node_network_carrier_changes_total{device="veth65b7cd5"} 2 node_network_carrier_changes_total{device="veth67186fe"} 2 node_network_carrier_changes_total{device="veth687f385"} 2 node_network_carrier_changes_total{device="veth68a432f"} 2 node_network_carrier_changes_total{device="veth68dc675"} 2 node_network_carrier_changes_total{device="veth68dfc02"} 2 node_network_carrier_changes_total{device="veth69282bc"} 2 node_network_carrier_changes_total{device="veth69383b3"} 2 node_network_carrier_changes_total{device="veth694f82a"} 2 node_network_carrier_changes_total{device="veth6a36832"} 2 node_network_carrier_changes_total{device="veth6ad616c"} 2 node_network_carrier_changes_total{device="veth6b19168"} 2 node_network_carrier_changes_total{device="veth6b2e435"} 2 node_network_carrier_changes_total{device="veth6b49f3c"} 2 node_network_carrier_changes_total{device="veth6b822ad"} 2 node_network_carrier_changes_total{device="veth6b93b5b"} 2 node_network_carrier_changes_total{device="veth6bea112"} 2 node_network_carrier_changes_total{device="veth6cdc6e1"} 2 node_network_carrier_changes_total{device="veth6e075bd"} 2 node_network_carrier_changes_total{device="veth6e1780a"} 2 node_network_carrier_changes_total{device="veth6e61860"} 2 node_network_carrier_changes_total{device="veth7039388"} 2 node_network_carrier_changes_total{device="veth70f4ee1"} 2 node_network_carrier_changes_total{device="veth716f757"} 2 node_network_carrier_changes_total{device="veth724ccf7"} 2 node_network_carrier_changes_total{device="veth72594d2"} 2 node_network_carrier_changes_total{device="veth730deaa"} 2 node_network_carrier_changes_total{device="veth73512f2"} 2 node_network_carrier_changes_total{device="veth73c1813"} 2 node_network_carrier_changes_total{device="veth741cb85"} 2 node_network_carrier_changes_total{device="veth75ab275"} 2 node_network_carrier_changes_total{device="veth75c4fef"} 2 node_network_carrier_changes_total{device="veth7636e3d"} 2 node_network_carrier_changes_total{device="veth77432d4"} 2 node_network_carrier_changes_total{device="veth795d64a"} 2 node_network_carrier_changes_total{device="veth7c65c3b"} 2 node_network_carrier_changes_total{device="veth7d1a0bd"} 2 node_network_carrier_changes_total{device="veth7d6a0f5"} 2 node_network_carrier_changes_total{device="veth7e09eb6"} 2 node_network_carrier_changes_total{device="veth7e4ad7f"} 2 node_network_carrier_changes_total{device="veth7ecac2d"} 2 node_network_carrier_changes_total{device="veth7eccd33"} 2 node_network_carrier_changes_total{device="veth7ee5901"} 2 node_network_carrier_changes_total{device="veth7f0dd5d"} 2 node_network_carrier_changes_total{device="veth7f473a1"} 2 node_network_carrier_changes_total{device="veth7f5281e"} 2 node_network_carrier_changes_total{device="veth7feb00f"} 2 node_network_carrier_changes_total{device="veth7ff154f"} 2 node_network_carrier_changes_total{device="veth80957ff"} 2 node_network_carrier_changes_total{device="veth8137b9c"} 2 node_network_carrier_changes_total{device="veth81a1594"} 2 node_network_carrier_changes_total{device="veth81daf2a"} 2 node_network_carrier_changes_total{device="veth8223f67"} 2 node_network_carrier_changes_total{device="veth8247bb0"} 2 node_network_carrier_changes_total{device="veth8270420"} 2 node_network_carrier_changes_total{device="veth8335dac"} 2 node_network_carrier_changes_total{device="veth8429d9a"} 2 node_network_carrier_changes_total{device="veth844aefd"} 2 node_network_carrier_changes_total{device="veth849dac1"} 2 node_network_carrier_changes_total{device="veth84b99c9"} 2 node_network_carrier_changes_total{device="veth84bd87d"} 2 node_network_carrier_changes_total{device="veth85cc1cf"} 2 node_network_carrier_changes_total{device="veth85f7192"} 2 node_network_carrier_changes_total{device="veth86ce04d"} 2 node_network_carrier_changes_total{device="veth872e399"} 2 node_network_carrier_changes_total{device="veth873611d"} 2 node_network_carrier_changes_total{device="veth877be1d"} 2 node_network_carrier_changes_total{device="veth8969f3b"} 2 node_network_carrier_changes_total{device="veth8c3a190"} 2 node_network_carrier_changes_total{device="veth8c70adf"} 2 node_network_carrier_changes_total{device="veth8db889b"} 2 node_network_carrier_changes_total{device="veth8dc210c"} 2 node_network_carrier_changes_total{device="veth8e0606c"} 2 node_network_carrier_changes_total{device="veth8e077da"} 2 node_network_carrier_changes_total{device="veth8e1aba7"} 2 node_network_carrier_changes_total{device="veth8eae5df"} 2 node_network_carrier_changes_total{device="veth8f7612b"} 2 node_network_carrier_changes_total{device="veth8f7dd95"} 2 node_network_carrier_changes_total{device="veth90c30b2"} 2 node_network_carrier_changes_total{device="veth921cee8"} 2 node_network_carrier_changes_total{device="veth9302314"} 2 node_network_carrier_changes_total{device="veth9331cd6"} 2 node_network_carrier_changes_total{device="veth9388ace"} 2 node_network_carrier_changes_total{device="veth947bf8e"} 2 node_network_carrier_changes_total{device="veth94ee973"} 2 node_network_carrier_changes_total{device="veth950d9c2"} 2 node_network_carrier_changes_total{device="veth951b9c5"} 2 node_network_carrier_changes_total{device="veth9564c18"} 2 node_network_carrier_changes_total{device="veth957c474"} 2 node_network_carrier_changes_total{device="veth9585732"} 2 node_network_carrier_changes_total{device="veth967aa1a"} 2 node_network_carrier_changes_total{device="veth9779f87"} 2 node_network_carrier_changes_total{device="veth983bad0"} 2 node_network_carrier_changes_total{device="veth987c992"} 2 node_network_carrier_changes_total{device="veth98c6421"} 2 node_network_carrier_changes_total{device="veth990a50f"} 2 node_network_carrier_changes_total{device="veth9a4f942"} 2 node_network_carrier_changes_total{device="veth9a6c8be"} 2 node_network_carrier_changes_total{device="veth9ad5f46"} 2 node_network_carrier_changes_total{device="veth9b13721"} 2 node_network_carrier_changes_total{device="veth9b464fa"} 2 node_network_carrier_changes_total{device="veth9b4f0d2"} 2 node_network_carrier_changes_total{device="veth9b5c7ee"} 2 node_network_carrier_changes_total{device="veth9be4730"} 2 node_network_carrier_changes_total{device="veth9bfc292"} 2 node_network_carrier_changes_total{device="veth9c18fa3"} 2 node_network_carrier_changes_total{device="veth9c355e1"} 2 node_network_carrier_changes_total{device="veth9c57e90"} 2 node_network_carrier_changes_total{device="veth9cdf489"} 2 node_network_carrier_changes_total{device="veth9d63606"} 2 node_network_carrier_changes_total{device="veth9de68fa"} 2 node_network_carrier_changes_total{device="veth9e30c14"} 2 node_network_carrier_changes_total{device="veth9e56bd7"} 2 node_network_carrier_changes_total{device="veth9e6929b"} 2 node_network_carrier_changes_total{device="veth9eba1cd"} 2 node_network_carrier_changes_total{device="vetha03ce74"} 2 node_network_carrier_changes_total{device="vetha04b49d"} 2 node_network_carrier_changes_total{device="vetha10f2fa"} 2 node_network_carrier_changes_total{device="vetha11005d"} 2 node_network_carrier_changes_total{device="vetha145b74"} 2 node_network_carrier_changes_total{device="vetha2b566c"} 2 node_network_carrier_changes_total{device="vetha2fc1a5"} 2 node_network_carrier_changes_total{device="vetha3569ea"} 2 node_network_carrier_changes_total{device="vetha387dd9"} 2 node_network_carrier_changes_total{device="vetha3b745a"} 2 node_network_carrier_changes_total{device="vetha3bec2e"} 2 node_network_carrier_changes_total{device="vetha4cd445"} 2 node_network_carrier_changes_total{device="vetha4dbc2b"} 2 node_network_carrier_changes_total{device="vetha4fe8d7"} 2 node_network_carrier_changes_total{device="vetha68c9b3"} 2 node_network_carrier_changes_total{device="vetha6ef154"} 2 node_network_carrier_changes_total{device="vetha77a1bd"} 2 node_network_carrier_changes_total{device="vetha7950a3"} 2 node_network_carrier_changes_total{device="vetha82ff5a"} 2 node_network_carrier_changes_total{device="vetha8424ea"} 2 node_network_carrier_changes_total{device="vetha865d3e"} 2 node_network_carrier_changes_total{device="vetha8b7d19"} 2 node_network_carrier_changes_total{device="vetha916bfd"} 2 node_network_carrier_changes_total{device="vetha96a22d"} 2 node_network_carrier_changes_total{device="vetha96cc9c"} 2 node_network_carrier_changes_total{device="vetha9c7c19"} 2 node_network_carrier_changes_total{device="vetha9caa3b"} 2 node_network_carrier_changes_total{device="vethaa90db7"} 2 node_network_carrier_changes_total{device="vethab9efd5"} 2 node_network_carrier_changes_total{device="vethac8d182"} 2 node_network_carrier_changes_total{device="vethac999f1"} 2 node_network_carrier_changes_total{device="vethaca1dc0"} 2 node_network_carrier_changes_total{device="vethacf7ba6"} 2 node_network_carrier_changes_total{device="vethad96a00"} 2 node_network_carrier_changes_total{device="vethadd48e3"} 2 node_network_carrier_changes_total{device="vethadd9f3f"} 2 node_network_carrier_changes_total{device="vethae2fcbc"} 2 node_network_carrier_changes_total{device="vethae97c83"} 2 node_network_carrier_changes_total{device="vethb07dd73"} 2 node_network_carrier_changes_total{device="vethb179549"} 2 node_network_carrier_changes_total{device="vethb19d1ed"} 2 node_network_carrier_changes_total{device="vethb1b305d"} 2 node_network_carrier_changes_total{device="vethb1b39f0"} 2 node_network_carrier_changes_total{device="vethb1bf067"} 2 node_network_carrier_changes_total{device="vethb1d5654"} 2 node_network_carrier_changes_total{device="vethb28b5ff"} 2 node_network_carrier_changes_total{device="vethb2bd843"} 2 node_network_carrier_changes_total{device="vethb305a14"} 2 node_network_carrier_changes_total{device="vethb3e024d"} 2 node_network_carrier_changes_total{device="vethb43c9ad"} 2 node_network_carrier_changes_total{device="vethb477838"} 2 node_network_carrier_changes_total{device="vethb4ce123"} 2 node_network_carrier_changes_total{device="vethb56815f"} 2 node_network_carrier_changes_total{device="vethb6bf622"} 2 node_network_carrier_changes_total{device="vethb75ca8b"} 2 node_network_carrier_changes_total{device="vethb770745"} 2 node_network_carrier_changes_total{device="vethb7a1877"} 2 node_network_carrier_changes_total{device="vethb7a9d61"} 2 node_network_carrier_changes_total{device="vethb805fbd"} 2 node_network_carrier_changes_total{device="vethb89ad32"} 2 node_network_carrier_changes_total{device="vethb90d782"} 2 node_network_carrier_changes_total{device="vethb91a369"} 2 node_network_carrier_changes_total{device="vethb9b4a13"} 2 node_network_carrier_changes_total{device="vethb9e011c"} 2 node_network_carrier_changes_total{device="vethba518ed"} 2 node_network_carrier_changes_total{device="vethbb22a17"} 2 node_network_carrier_changes_total{device="vethbb85030"} 2 node_network_carrier_changes_total{device="vethbb8a6e3"} 2 node_network_carrier_changes_total{device="vethbbac89d"} 2 node_network_carrier_changes_total{device="vethbd082f6"} 2 node_network_carrier_changes_total{device="vethbd25c03"} 2 node_network_carrier_changes_total{device="vethbde29dc"} 2 node_network_carrier_changes_total{device="vethbdf0ae6"} 2 node_network_carrier_changes_total{device="vethbdf987b"} 2 node_network_carrier_changes_total{device="vethbe2b5e1"} 2 node_network_carrier_changes_total{device="vethbe68e79"} 2 node_network_carrier_changes_total{device="vethbf0834e"} 2 node_network_carrier_changes_total{device="vethbf0fb34"} 2 node_network_carrier_changes_total{device="vethbf21c25"} 2 node_network_carrier_changes_total{device="vethc008c90"} 2 node_network_carrier_changes_total{device="vethc07b10a"} 2 node_network_carrier_changes_total{device="vethc08f47c"} 2 node_network_carrier_changes_total{device="vethc18cb9a"} 2 node_network_carrier_changes_total{device="vethc1a97fa"} 2 node_network_carrier_changes_total{device="vethc1e9d8b"} 2 node_network_carrier_changes_total{device="vethc264259"} 2 node_network_carrier_changes_total{device="vethc31d600"} 2 node_network_carrier_changes_total{device="vethc3ad82f"} 2 node_network_carrier_changes_total{device="vethc46fc85"} 2 node_network_carrier_changes_total{device="vethc4adf64"} 2 node_network_carrier_changes_total{device="vethc549684"} 2 node_network_carrier_changes_total{device="vethc5ebbd5"} 2 node_network_carrier_changes_total{device="vethc61da72"} 2 node_network_carrier_changes_total{device="vethc658eb9"} 2 node_network_carrier_changes_total{device="vethc6b2fec"} 2 node_network_carrier_changes_total{device="vethc6f15e7"} 2 node_network_carrier_changes_total{device="vethc88834e"} 2 node_network_carrier_changes_total{device="vethc9e2026"} 2 node_network_carrier_changes_total{device="vethcaa0d9b"} 2 node_network_carrier_changes_total{device="vethcad14ef"} 2 node_network_carrier_changes_total{device="vethcc5c2ec"} 2 node_network_carrier_changes_total{device="vethcd0f622"} 2 node_network_carrier_changes_total{device="vethcdf4121"} 2 node_network_carrier_changes_total{device="vethce28d62"} 2 node_network_carrier_changes_total{device="vethcefb8ea"} 2 node_network_carrier_changes_total{device="vethcf10a77"} 2 node_network_carrier_changes_total{device="vethcf3d0ab"} 2 node_network_carrier_changes_total{device="vethcf469f8"} 2 node_network_carrier_changes_total{device="vethcfbd110"} 2 node_network_carrier_changes_total{device="vethd049859"} 2 node_network_carrier_changes_total{device="vethd0df832"} 2 node_network_carrier_changes_total{device="vethd0ea3b3"} 2 node_network_carrier_changes_total{device="vethd137e3f"} 2 node_network_carrier_changes_total{device="vethd1673da"} 2 node_network_carrier_changes_total{device="vethd17ef64"} 2 node_network_carrier_changes_total{device="vethd265cdf"} 2 node_network_carrier_changes_total{device="vethd274fa2"} 2 node_network_carrier_changes_total{device="vethd3692c1"} 2 node_network_carrier_changes_total{device="vethd3ad8e8"} 2 node_network_carrier_changes_total{device="vethd3cb445"} 2 node_network_carrier_changes_total{device="vethd460bfa"} 2 node_network_carrier_changes_total{device="vethd4c98bf"} 2 node_network_carrier_changes_total{device="vethd5453e5"} 2 node_network_carrier_changes_total{device="vethd5b5677"} 2 node_network_carrier_changes_total{device="vethd6090fd"} 2 node_network_carrier_changes_total{device="vethd6d926d"} 2 node_network_carrier_changes_total{device="vethd77042c"} 2 node_network_carrier_changes_total{device="vethd8c625e"} 2 node_network_carrier_changes_total{device="vethd95efe7"} 2 node_network_carrier_changes_total{device="vethd9a7d1e"} 2 node_network_carrier_changes_total{device="vethdb5e758"} 2 node_network_carrier_changes_total{device="vethdbae4f2"} 2 node_network_carrier_changes_total{device="vethdc87b20"} 2 node_network_carrier_changes_total{device="vethdcb1f0b"} 2 node_network_carrier_changes_total{device="vethdd53f2d"} 2 node_network_carrier_changes_total{device="vethde11193"} 2 node_network_carrier_changes_total{device="vethdeb9758"} 2 node_network_carrier_changes_total{device="vethdeef5dc"} 2 node_network_carrier_changes_total{device="vethe2428a1"} 2 node_network_carrier_changes_total{device="vethe24bfb2"} 2 node_network_carrier_changes_total{device="vethe2f38b4"} 2 node_network_carrier_changes_total{device="vethe344c7c"} 2 node_network_carrier_changes_total{device="vethe3e1fe3"} 2 node_network_carrier_changes_total{device="vethe432622"} 2 node_network_carrier_changes_total{device="vethe44e0ab"} 2 node_network_carrier_changes_total{device="vethe4bfa42"} 2 node_network_carrier_changes_total{device="vethe4f4e44"} 2 node_network_carrier_changes_total{device="vethe4f5b2b"} 2 node_network_carrier_changes_total{device="vethe523b56"} 2 node_network_carrier_changes_total{device="vethe5b262f"} 2 node_network_carrier_changes_total{device="vethe5e2431"} 2 node_network_carrier_changes_total{device="vethe6c7619"} 2 node_network_carrier_changes_total{device="vethe6d2761"} 2 node_network_carrier_changes_total{device="vethe7084c8"} 2 node_network_carrier_changes_total{device="vethe81d201"} 2 node_network_carrier_changes_total{device="vethe81da63"} 2 node_network_carrier_changes_total{device="vethe82b73e"} 2 node_network_carrier_changes_total{device="vethe8b4700"} 2 node_network_carrier_changes_total{device="vethe8e93c0"} 2 node_network_carrier_changes_total{device="vethe96c577"} 2 node_network_carrier_changes_total{device="vethe96d5e4"} 2 node_network_carrier_changes_total{device="vethe97bbfc"} 2 node_network_carrier_changes_total{device="vethe99909e"} 2 node_network_carrier_changes_total{device="vetheaaf7a8"} 2 node_network_carrier_changes_total{device="vetheabb614"} 2 node_network_carrier_changes_total{device="vetheb6778a"} 2 node_network_carrier_changes_total{device="vetheb9b73c"} 2 node_network_carrier_changes_total{device="vetheb9f1a5"} 2 node_network_carrier_changes_total{device="vetheca6089"} 2 node_network_carrier_changes_total{device="vethee11bc2"} 2 node_network_carrier_changes_total{device="vethee73ec3"} 2 node_network_carrier_changes_total{device="vetheebb68b"} 2 node_network_carrier_changes_total{device="vethef3aebe"} 2 node_network_carrier_changes_total{device="vethef683ec"} 2 node_network_carrier_changes_total{device="vethefcfba0"} 2 node_network_carrier_changes_total{device="vethf002533"} 2 node_network_carrier_changes_total{device="vethf0980ae"} 2 node_network_carrier_changes_total{device="vethf0d12be"} 2 node_network_carrier_changes_total{device="vethf0da578"} 2 node_network_carrier_changes_total{device="vethf17a534"} 2 node_network_carrier_changes_total{device="vethf1aa0a2"} 2 node_network_carrier_changes_total{device="vethf1af506"} 2 node_network_carrier_changes_total{device="vethf1d2976"} 2 node_network_carrier_changes_total{device="vethf24dd7e"} 2 node_network_carrier_changes_total{device="vethf340822"} 2 node_network_carrier_changes_total{device="vethf420933"} 2 node_network_carrier_changes_total{device="vethf4cfc78"} 2 node_network_carrier_changes_total{device="vethf4d3c1b"} 2 node_network_carrier_changes_total{device="vethf5c652f"} 2 node_network_carrier_changes_total{device="vethf6144ce"} 2 node_network_carrier_changes_total{device="vethf65b7bb"} 2 node_network_carrier_changes_total{device="vethf6c8f45"} 2 node_network_carrier_changes_total{device="vethf7001fb"} 2 node_network_carrier_changes_total{device="vethf748303"} 2 node_network_carrier_changes_total{device="vethf77cba5"} 2 node_network_carrier_changes_total{device="vethf86a842"} 2 node_network_carrier_changes_total{device="vethf906982"} 2 node_network_carrier_changes_total{device="vethf9a5386"} 2 node_network_carrier_changes_total{device="vethfa01a23"} 2 node_network_carrier_changes_total{device="vethfa11d53"} 2 node_network_carrier_changes_total{device="vethfbc3e02"} 2 node_network_carrier_changes_total{device="vethfbda92a"} 2 node_network_carrier_changes_total{device="vethfc1051c"} 2 node_network_carrier_changes_total{device="vethfc5b432"} 2 node_network_carrier_changes_total{device="vethfd373d2"} 2 node_network_carrier_changes_total{device="vethfd8de08"} 2 node_network_carrier_changes_total{device="vethfe57e1a"} 2 node_network_carrier_changes_total{device="vethfe628e7"} 2 node_network_carrier_changes_total{device="vethfe7a799"} 2 node_network_carrier_changes_total{device="vethfe87d9a"} 2 node_network_carrier_changes_total{device="vethff97c3c"} 2 node_network_carrier_changes_total{device="vethffd01e5"} 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-087c68b8e63c"} 1 node_network_carrier_down_changes_total{device="br-0b1f21f65434"} 3 node_network_carrier_down_changes_total{device="br-0d0fae6fba3a"} 6 node_network_carrier_down_changes_total{device="br-170997b6d0fa"} 4 node_network_carrier_down_changes_total{device="br-1bb5f7b6f214"} 2 node_network_carrier_down_changes_total{device="br-1e4bfa09370c"} 1 node_network_carrier_down_changes_total{device="br-1f69ec4677f1"} 1 node_network_carrier_down_changes_total{device="br-21789fc30e57"} 5 node_network_carrier_down_changes_total{device="br-24be321e5dec"} 3 node_network_carrier_down_changes_total{device="br-259e1db91409"} 10 node_network_carrier_down_changes_total{device="br-26bd8dfacf27"} 8 node_network_carrier_down_changes_total{device="br-27f56655830b"} 6 node_network_carrier_down_changes_total{device="br-28d2c710d9dd"} 4 node_network_carrier_down_changes_total{device="br-2a3f91fee31f"} 8 node_network_carrier_down_changes_total{device="br-2bc240b92a01"} 4 node_network_carrier_down_changes_total{device="br-2c90dade3b40"} 6 node_network_carrier_down_changes_total{device="br-336368f4fbaf"} 4 node_network_carrier_down_changes_total{device="br-357f0be81f70"} 4 node_network_carrier_down_changes_total{device="br-36d6eda82163"} 6 node_network_carrier_down_changes_total{device="br-3eb6a5acab86"} 5 node_network_carrier_down_changes_total{device="br-448507de0ea8"} 4 node_network_carrier_down_changes_total{device="br-4a94058d26b4"} 6 node_network_carrier_down_changes_total{device="br-4be189870a60"} 3 node_network_carrier_down_changes_total{device="br-4f972baae489"} 6 node_network_carrier_down_changes_total{device="br-50cf1727260b"} 7 node_network_carrier_down_changes_total{device="br-52aec1ad6344"} 7 node_network_carrier_down_changes_total{device="br-54774436947a"} 4 node_network_carrier_down_changes_total{device="br-5508256f2a09"} 7 node_network_carrier_down_changes_total{device="br-57a69cbd7be7"} 4 node_network_carrier_down_changes_total{device="br-5d4590ede425"} 1 node_network_carrier_down_changes_total{device="br-610e22981841"} 2 node_network_carrier_down_changes_total{device="br-61849e346d59"} 4 node_network_carrier_down_changes_total{device="br-61d28ade84d6"} 1 node_network_carrier_down_changes_total{device="br-63561f6ecb8e"} 1 node_network_carrier_down_changes_total{device="br-65d299b503ee"} 8 node_network_carrier_down_changes_total{device="br-6bb76e52d0ad"} 4 node_network_carrier_down_changes_total{device="br-6f8573194abf"} 6 node_network_carrier_down_changes_total{device="br-7c7768cc3717"} 4 node_network_carrier_down_changes_total{device="br-7dc3afdf0595"} 2 node_network_carrier_down_changes_total{device="br-7f850a40bfe5"} 1 node_network_carrier_down_changes_total{device="br-8716ec68a5ed"} 2 node_network_carrier_down_changes_total{device="br-8ae373fa2d64"} 3 node_network_carrier_down_changes_total{device="br-8c6a4bf92696"} 1 node_network_carrier_down_changes_total{device="br-8cb85635e30f"} 4 node_network_carrier_down_changes_total{device="br-8dce2f197033"} 2 node_network_carrier_down_changes_total{device="br-90cd3c4154aa"} 5 node_network_carrier_down_changes_total{device="br-9472bb85cfee"} 3 node_network_carrier_down_changes_total{device="br-96848e888a71"} 3 node_network_carrier_down_changes_total{device="br-9ba5f271298c"} 5 node_network_carrier_down_changes_total{device="br-9bcfee4e647f"} 8 node_network_carrier_down_changes_total{device="br-9dafd0c4fdb9"} 1 node_network_carrier_down_changes_total{device="br-9db262804262"} 3 node_network_carrier_down_changes_total{device="br-9dc48ff73063"} 1 node_network_carrier_down_changes_total{device="br-a1d37c85c10a"} 7 node_network_carrier_down_changes_total{device="br-a1e913015165"} 10 node_network_carrier_down_changes_total{device="br-a28e9d8e1a5a"} 8 node_network_carrier_down_changes_total{device="br-a2ad5d8a6e21"} 3 node_network_carrier_down_changes_total{device="br-a38ecabc76e9"} 4 node_network_carrier_down_changes_total{device="br-a4f2233265e1"} 2 node_network_carrier_down_changes_total{device="br-a5dafb0a1dce"} 2 node_network_carrier_down_changes_total{device="br-a9bbe251fab0"} 3 node_network_carrier_down_changes_total{device="br-aa93655903fc"} 8 node_network_carrier_down_changes_total{device="br-ac3189dfb892"} 2 node_network_carrier_down_changes_total{device="br-ad403c2030eb"} 6 node_network_carrier_down_changes_total{device="br-b189446352e8"} 4 node_network_carrier_down_changes_total{device="br-b2704a1bb792"} 1 node_network_carrier_down_changes_total{device="br-b3ccbb1f1bc0"} 7 node_network_carrier_down_changes_total{device="br-b783fcd91426"} 8 node_network_carrier_down_changes_total{device="br-b963d2263b6f"} 4 node_network_carrier_down_changes_total{device="br-ba1379cf796f"} 1 node_network_carrier_down_changes_total{device="br-ba367713f9e4"} 4 node_network_carrier_down_changes_total{device="br-bbe8bdb22dd6"} 1 node_network_carrier_down_changes_total{device="br-bd52bf04c342"} 3 node_network_carrier_down_changes_total{device="br-bf0cd4851644"} 2 node_network_carrier_down_changes_total{device="br-bffb620a7ee6"} 4 node_network_carrier_down_changes_total{device="br-c1f5d6ba4d2d"} 6 node_network_carrier_down_changes_total{device="br-c30b8f3d8dab"} 3 node_network_carrier_down_changes_total{device="br-c77466ba6ab0"} 6 node_network_carrier_down_changes_total{device="br-ca643bc58727"} 8 node_network_carrier_down_changes_total{device="br-cd8eb8bff0ed"} 4 node_network_carrier_down_changes_total{device="br-d349f503bfc6"} 2 node_network_carrier_down_changes_total{device="br-d454ff2d1838"} 1 node_network_carrier_down_changes_total{device="br-d739d49adeac"} 3 node_network_carrier_down_changes_total{device="br-d7cd2c298e7c"} 4 node_network_carrier_down_changes_total{device="br-d8a988dac171"} 1 node_network_carrier_down_changes_total{device="br-de2f2179e66c"} 2 node_network_carrier_down_changes_total{device="br-de3eb58f0193"} 2 node_network_carrier_down_changes_total{device="br-dea46bb081b7"} 1 node_network_carrier_down_changes_total{device="br-e065831d4d38"} 4 node_network_carrier_down_changes_total{device="br-e5485c57cf48"} 28 node_network_carrier_down_changes_total{device="br-eb54112c03eb"} 4 node_network_carrier_down_changes_total{device="br-ec717bd1017c"} 3 node_network_carrier_down_changes_total{device="br-edb0c100954a"} 4 node_network_carrier_down_changes_total{device="br-f33823381a9d"} 7 node_network_carrier_down_changes_total{device="br-f3652190882f"} 4 node_network_carrier_down_changes_total{device="br-f408a2a1a184"} 4 node_network_carrier_down_changes_total{device="br-f515742f876f"} 6 node_network_carrier_down_changes_total{device="br-f9f6492a4861"} 9 node_network_carrier_down_changes_total{device="br-fb51064e1346"} 3 node_network_carrier_down_changes_total{device="br-fda61ed9d8ac"} 3 node_network_carrier_down_changes_total{device="br-fedaf61052e8"} 1 node_network_carrier_down_changes_total{device="br-ff91e3e17577"} 28 node_network_carrier_down_changes_total{device="docker0"} 139 node_network_carrier_down_changes_total{device="docker_gwbridge"} 2 node_network_carrier_down_changes_total{device="enp1s0"} 1 node_network_carrier_down_changes_total{device="enp7s0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth0032b85"} 1 node_network_carrier_down_changes_total{device="veth0062100"} 1 node_network_carrier_down_changes_total{device="veth0103041"} 1 node_network_carrier_down_changes_total{device="veth0112c67"} 1 node_network_carrier_down_changes_total{device="veth019627f"} 1 node_network_carrier_down_changes_total{device="veth022f48e"} 1 node_network_carrier_down_changes_total{device="veth02c3008"} 1 node_network_carrier_down_changes_total{device="veth03870f2"} 1 node_network_carrier_down_changes_total{device="veth03fab17"} 1 node_network_carrier_down_changes_total{device="veth0445705"} 1 node_network_carrier_down_changes_total{device="veth04d9d5c"} 1 node_network_carrier_down_changes_total{device="veth04f6c9d"} 1 node_network_carrier_down_changes_total{device="veth05af784"} 1 node_network_carrier_down_changes_total{device="veth05efff4"} 1 node_network_carrier_down_changes_total{device="veth060151d"} 1 node_network_carrier_down_changes_total{device="veth060da87"} 1 node_network_carrier_down_changes_total{device="veth061cde3"} 1 node_network_carrier_down_changes_total{device="veth069689a"} 1 node_network_carrier_down_changes_total{device="veth071e33d"} 1 node_network_carrier_down_changes_total{device="veth0721878"} 1 node_network_carrier_down_changes_total{device="veth075aab6"} 1 node_network_carrier_down_changes_total{device="veth07e6c77"} 1 node_network_carrier_down_changes_total{device="veth0b493a5"} 1 node_network_carrier_down_changes_total{device="veth0b53316"} 1 node_network_carrier_down_changes_total{device="veth0c53113"} 1 node_network_carrier_down_changes_total{device="veth0d1acf5"} 1 node_network_carrier_down_changes_total{device="veth0d31a45"} 1 node_network_carrier_down_changes_total{device="veth0de6dee"} 1 node_network_carrier_down_changes_total{device="veth0df23dc"} 1 node_network_carrier_down_changes_total{device="veth0eca916"} 1 node_network_carrier_down_changes_total{device="veth0f5f33d"} 1 node_network_carrier_down_changes_total{device="veth0f8dec9"} 1 node_network_carrier_down_changes_total{device="veth102c1ba"} 1 node_network_carrier_down_changes_total{device="veth1063edf"} 1 node_network_carrier_down_changes_total{device="veth1118b3c"} 1 node_network_carrier_down_changes_total{device="veth11515af"} 1 node_network_carrier_down_changes_total{device="veth133564c"} 1 node_network_carrier_down_changes_total{device="veth1347d6c"} 1 node_network_carrier_down_changes_total{device="veth135d815"} 1 node_network_carrier_down_changes_total{device="veth13c38ee"} 1 node_network_carrier_down_changes_total{device="veth13e91ad"} 1 node_network_carrier_down_changes_total{device="veth1425634"} 1 node_network_carrier_down_changes_total{device="veth1611d0c"} 1 node_network_carrier_down_changes_total{device="veth168e87b"} 1 node_network_carrier_down_changes_total{device="veth1706b7a"} 1 node_network_carrier_down_changes_total{device="veth178dfc0"} 1 node_network_carrier_down_changes_total{device="veth1938721"} 1 node_network_carrier_down_changes_total{device="veth19a56fa"} 1 node_network_carrier_down_changes_total{device="veth1aaea89"} 1 node_network_carrier_down_changes_total{device="veth1b45a8e"} 1 node_network_carrier_down_changes_total{device="veth1b6bd03"} 1 node_network_carrier_down_changes_total{device="veth1cd93e3"} 1 node_network_carrier_down_changes_total{device="veth1d5394d"} 1 node_network_carrier_down_changes_total{device="veth1d86d73"} 1 node_network_carrier_down_changes_total{device="veth1ead36c"} 1 node_network_carrier_down_changes_total{device="veth1fb3a26"} 1 node_network_carrier_down_changes_total{device="veth20297c5"} 1 node_network_carrier_down_changes_total{device="veth2106fb1"} 1 node_network_carrier_down_changes_total{device="veth21341d6"} 1 node_network_carrier_down_changes_total{device="veth2295082"} 1 node_network_carrier_down_changes_total{device="veth247d7c2"} 1 node_network_carrier_down_changes_total{device="veth25425d4"} 1 node_network_carrier_down_changes_total{device="veth256aa3d"} 1 node_network_carrier_down_changes_total{device="veth26409f4"} 1 node_network_carrier_down_changes_total{device="veth269d5e6"} 1 node_network_carrier_down_changes_total{device="veth273675a"} 1 node_network_carrier_down_changes_total{device="veth275b86b"} 1 node_network_carrier_down_changes_total{device="veth28b1591"} 1 node_network_carrier_down_changes_total{device="veth296e150"} 1 node_network_carrier_down_changes_total{device="veth29a1ccc"} 1 node_network_carrier_down_changes_total{device="veth29c114f"} 1 node_network_carrier_down_changes_total{device="veth2a65455"} 1 node_network_carrier_down_changes_total{device="veth2a6f80b"} 1 node_network_carrier_down_changes_total{device="veth2ad6708"} 1 node_network_carrier_down_changes_total{device="veth2c8a5eb"} 1 node_network_carrier_down_changes_total{device="veth2cf162c"} 1 node_network_carrier_down_changes_total{device="veth2d6fdfa"} 1 node_network_carrier_down_changes_total{device="veth2da2220"} 1 node_network_carrier_down_changes_total{device="veth2df9e37"} 1 node_network_carrier_down_changes_total{device="veth2e56669"} 1 node_network_carrier_down_changes_total{device="veth2e6dcf4"} 1 node_network_carrier_down_changes_total{device="veth2f465b5"} 1 node_network_carrier_down_changes_total{device="veth2f81ebc"} 1 node_network_carrier_down_changes_total{device="veth2fe3220"} 1 node_network_carrier_down_changes_total{device="veth30486f8"} 1 node_network_carrier_down_changes_total{device="veth3230a5c"} 1 node_network_carrier_down_changes_total{device="veth3352b12"} 1 node_network_carrier_down_changes_total{device="veth347d5da"} 1 node_network_carrier_down_changes_total{device="veth348ced7"} 1 node_network_carrier_down_changes_total{device="veth3533a3b"} 1 node_network_carrier_down_changes_total{device="veth3565e55"} 1 node_network_carrier_down_changes_total{device="veth3608455"} 1 node_network_carrier_down_changes_total{device="veth36f23c3"} 1 node_network_carrier_down_changes_total{device="veth36f2fdc"} 1 node_network_carrier_down_changes_total{device="veth378b1cf"} 1 node_network_carrier_down_changes_total{device="veth378d132"} 1 node_network_carrier_down_changes_total{device="veth37d4017"} 1 node_network_carrier_down_changes_total{device="veth3812cc9"} 1 node_network_carrier_down_changes_total{device="veth384ee7f"} 1 node_network_carrier_down_changes_total{device="veth388c154"} 1 node_network_carrier_down_changes_total{device="veth3905075"} 1 node_network_carrier_down_changes_total{device="veth3a09fdd"} 1 node_network_carrier_down_changes_total{device="veth3c49372"} 1 node_network_carrier_down_changes_total{device="veth3cbf8f4"} 1 node_network_carrier_down_changes_total{device="veth3f7ef6c"} 1 node_network_carrier_down_changes_total{device="veth407adc8"} 1 node_network_carrier_down_changes_total{device="veth40c8fc3"} 1 node_network_carrier_down_changes_total{device="veth413c10b"} 1 node_network_carrier_down_changes_total{device="veth4181140"} 1 node_network_carrier_down_changes_total{device="veth41d303a"} 1 node_network_carrier_down_changes_total{device="veth42210c8"} 1 node_network_carrier_down_changes_total{device="veth423037b"} 1 node_network_carrier_down_changes_total{device="veth4281e6d"} 1 node_network_carrier_down_changes_total{device="veth43cd59e"} 1 node_network_carrier_down_changes_total{device="veth43e5c70"} 1 node_network_carrier_down_changes_total{device="veth44d7e2c"} 1 node_network_carrier_down_changes_total{device="veth450c253"} 1 node_network_carrier_down_changes_total{device="veth45430e9"} 1 node_network_carrier_down_changes_total{device="veth4642b70"} 1 node_network_carrier_down_changes_total{device="veth468f7da"} 1 node_network_carrier_down_changes_total{device="veth46afbf5"} 1 node_network_carrier_down_changes_total{device="veth4732578"} 1 node_network_carrier_down_changes_total{device="veth47bb667"} 1 node_network_carrier_down_changes_total{device="veth47e6387"} 1 node_network_carrier_down_changes_total{device="veth486fdd0"} 1 node_network_carrier_down_changes_total{device="veth487e039"} 1 node_network_carrier_down_changes_total{device="veth4993fb1"} 1 node_network_carrier_down_changes_total{device="veth49b1548"} 1 node_network_carrier_down_changes_total{device="veth49f14c7"} 1 node_network_carrier_down_changes_total{device="veth4a642a8"} 1 node_network_carrier_down_changes_total{device="veth4a76d10"} 1 node_network_carrier_down_changes_total{device="veth4b29d5d"} 1 node_network_carrier_down_changes_total{device="veth4bbdd5e"} 1 node_network_carrier_down_changes_total{device="veth4d2d823"} 1 node_network_carrier_down_changes_total{device="veth4e1abcc"} 1 node_network_carrier_down_changes_total{device="veth4e3e373"} 1 node_network_carrier_down_changes_total{device="veth4e78857"} 1 node_network_carrier_down_changes_total{device="veth4f2fe05"} 1 node_network_carrier_down_changes_total{device="veth4f9e86a"} 1 node_network_carrier_down_changes_total{device="veth506c718"} 1 node_network_carrier_down_changes_total{device="veth509a174"} 1 node_network_carrier_down_changes_total{device="veth50b618a"} 1 node_network_carrier_down_changes_total{device="veth517f447"} 1 node_network_carrier_down_changes_total{device="veth5197b91"} 1 node_network_carrier_down_changes_total{device="veth51a41e1"} 1 node_network_carrier_down_changes_total{device="veth51c8eef"} 1 node_network_carrier_down_changes_total{device="veth51f65bc"} 1 node_network_carrier_down_changes_total{device="veth52d15a6"} 1 node_network_carrier_down_changes_total{device="veth53a83dd"} 1 node_network_carrier_down_changes_total{device="veth53c59b5"} 1 node_network_carrier_down_changes_total{device="veth544564b"} 1 node_network_carrier_down_changes_total{device="veth547ea5d"} 1 node_network_carrier_down_changes_total{device="veth54d8e92"} 1 node_network_carrier_down_changes_total{device="veth54f4b91"} 1 node_network_carrier_down_changes_total{device="veth54fee19"} 1 node_network_carrier_down_changes_total{device="veth558dcda"} 1 node_network_carrier_down_changes_total{device="veth55bcfbe"} 1 node_network_carrier_down_changes_total{device="veth5654345"} 1 node_network_carrier_down_changes_total{device="veth5682e9e"} 1 node_network_carrier_down_changes_total{device="veth56ba59b"} 1 node_network_carrier_down_changes_total{device="veth56c8b10"} 1 node_network_carrier_down_changes_total{device="veth5747c95"} 1 node_network_carrier_down_changes_total{device="veth5798942"} 1 node_network_carrier_down_changes_total{device="veth583d3bf"} 1 node_network_carrier_down_changes_total{device="veth58c0c41"} 1 node_network_carrier_down_changes_total{device="veth5955c4d"} 1 node_network_carrier_down_changes_total{device="veth59b147f"} 1 node_network_carrier_down_changes_total{device="veth59d9a6e"} 1 node_network_carrier_down_changes_total{device="veth5a6eb98"} 1 node_network_carrier_down_changes_total{device="veth5a7ac0c"} 1 node_network_carrier_down_changes_total{device="veth5bb9200"} 1 node_network_carrier_down_changes_total{device="veth5ce0bf8"} 1 node_network_carrier_down_changes_total{device="veth5d0c6d0"} 1 node_network_carrier_down_changes_total{device="veth5d6c487"} 1 node_network_carrier_down_changes_total{device="veth5e594fd"} 1 node_network_carrier_down_changes_total{device="veth5f4044b"} 1 node_network_carrier_down_changes_total{device="veth5fab975"} 1 node_network_carrier_down_changes_total{device="veth602c26c"} 1 node_network_carrier_down_changes_total{device="veth607c6d0"} 1 node_network_carrier_down_changes_total{device="veth61045ce"} 1 node_network_carrier_down_changes_total{device="veth61f2797"} 1 node_network_carrier_down_changes_total{device="veth620913b"} 1 node_network_carrier_down_changes_total{device="veth62aa4cf"} 1 node_network_carrier_down_changes_total{device="veth62e9205"} 1 node_network_carrier_down_changes_total{device="veth6357d77"} 1 node_network_carrier_down_changes_total{device="veth63a1039"} 1 node_network_carrier_down_changes_total{device="veth64faa71"} 1 node_network_carrier_down_changes_total{device="veth65b7cd5"} 1 node_network_carrier_down_changes_total{device="veth67186fe"} 1 node_network_carrier_down_changes_total{device="veth687f385"} 1 node_network_carrier_down_changes_total{device="veth68a432f"} 1 node_network_carrier_down_changes_total{device="veth68dc675"} 1 node_network_carrier_down_changes_total{device="veth68dfc02"} 1 node_network_carrier_down_changes_total{device="veth69282bc"} 1 node_network_carrier_down_changes_total{device="veth69383b3"} 1 node_network_carrier_down_changes_total{device="veth694f82a"} 1 node_network_carrier_down_changes_total{device="veth6a36832"} 1 node_network_carrier_down_changes_total{device="veth6ad616c"} 1 node_network_carrier_down_changes_total{device="veth6b19168"} 1 node_network_carrier_down_changes_total{device="veth6b2e435"} 1 node_network_carrier_down_changes_total{device="veth6b49f3c"} 1 node_network_carrier_down_changes_total{device="veth6b822ad"} 1 node_network_carrier_down_changes_total{device="veth6b93b5b"} 1 node_network_carrier_down_changes_total{device="veth6bea112"} 1 node_network_carrier_down_changes_total{device="veth6cdc6e1"} 1 node_network_carrier_down_changes_total{device="veth6e075bd"} 1 node_network_carrier_down_changes_total{device="veth6e1780a"} 1 node_network_carrier_down_changes_total{device="veth6e61860"} 1 node_network_carrier_down_changes_total{device="veth7039388"} 1 node_network_carrier_down_changes_total{device="veth70f4ee1"} 1 node_network_carrier_down_changes_total{device="veth716f757"} 1 node_network_carrier_down_changes_total{device="veth724ccf7"} 1 node_network_carrier_down_changes_total{device="veth72594d2"} 1 node_network_carrier_down_changes_total{device="veth730deaa"} 1 node_network_carrier_down_changes_total{device="veth73512f2"} 1 node_network_carrier_down_changes_total{device="veth73c1813"} 1 node_network_carrier_down_changes_total{device="veth741cb85"} 1 node_network_carrier_down_changes_total{device="veth75ab275"} 1 node_network_carrier_down_changes_total{device="veth75c4fef"} 1 node_network_carrier_down_changes_total{device="veth7636e3d"} 1 node_network_carrier_down_changes_total{device="veth77432d4"} 1 node_network_carrier_down_changes_total{device="veth795d64a"} 1 node_network_carrier_down_changes_total{device="veth7c65c3b"} 1 node_network_carrier_down_changes_total{device="veth7d1a0bd"} 1 node_network_carrier_down_changes_total{device="veth7d6a0f5"} 1 node_network_carrier_down_changes_total{device="veth7e09eb6"} 1 node_network_carrier_down_changes_total{device="veth7e4ad7f"} 1 node_network_carrier_down_changes_total{device="veth7ecac2d"} 1 node_network_carrier_down_changes_total{device="veth7eccd33"} 1 node_network_carrier_down_changes_total{device="veth7ee5901"} 1 node_network_carrier_down_changes_total{device="veth7f0dd5d"} 1 node_network_carrier_down_changes_total{device="veth7f473a1"} 1 node_network_carrier_down_changes_total{device="veth7f5281e"} 1 node_network_carrier_down_changes_total{device="veth7feb00f"} 1 node_network_carrier_down_changes_total{device="veth7ff154f"} 1 node_network_carrier_down_changes_total{device="veth80957ff"} 1 node_network_carrier_down_changes_total{device="veth8137b9c"} 1 node_network_carrier_down_changes_total{device="veth81a1594"} 1 node_network_carrier_down_changes_total{device="veth81daf2a"} 1 node_network_carrier_down_changes_total{device="veth8223f67"} 1 node_network_carrier_down_changes_total{device="veth8247bb0"} 1 node_network_carrier_down_changes_total{device="veth8270420"} 1 node_network_carrier_down_changes_total{device="veth8335dac"} 1 node_network_carrier_down_changes_total{device="veth8429d9a"} 1 node_network_carrier_down_changes_total{device="veth844aefd"} 1 node_network_carrier_down_changes_total{device="veth849dac1"} 1 node_network_carrier_down_changes_total{device="veth84b99c9"} 1 node_network_carrier_down_changes_total{device="veth84bd87d"} 1 node_network_carrier_down_changes_total{device="veth85cc1cf"} 1 node_network_carrier_down_changes_total{device="veth85f7192"} 1 node_network_carrier_down_changes_total{device="veth86ce04d"} 1 node_network_carrier_down_changes_total{device="veth872e399"} 1 node_network_carrier_down_changes_total{device="veth873611d"} 1 node_network_carrier_down_changes_total{device="veth877be1d"} 1 node_network_carrier_down_changes_total{device="veth8969f3b"} 1 node_network_carrier_down_changes_total{device="veth8c3a190"} 1 node_network_carrier_down_changes_total{device="veth8c70adf"} 1 node_network_carrier_down_changes_total{device="veth8db889b"} 1 node_network_carrier_down_changes_total{device="veth8dc210c"} 1 node_network_carrier_down_changes_total{device="veth8e0606c"} 1 node_network_carrier_down_changes_total{device="veth8e077da"} 1 node_network_carrier_down_changes_total{device="veth8e1aba7"} 1 node_network_carrier_down_changes_total{device="veth8eae5df"} 1 node_network_carrier_down_changes_total{device="veth8f7612b"} 1 node_network_carrier_down_changes_total{device="veth8f7dd95"} 1 node_network_carrier_down_changes_total{device="veth90c30b2"} 1 node_network_carrier_down_changes_total{device="veth921cee8"} 1 node_network_carrier_down_changes_total{device="veth9302314"} 1 node_network_carrier_down_changes_total{device="veth9331cd6"} 1 node_network_carrier_down_changes_total{device="veth9388ace"} 1 node_network_carrier_down_changes_total{device="veth947bf8e"} 1 node_network_carrier_down_changes_total{device="veth94ee973"} 1 node_network_carrier_down_changes_total{device="veth950d9c2"} 1 node_network_carrier_down_changes_total{device="veth951b9c5"} 1 node_network_carrier_down_changes_total{device="veth9564c18"} 1 node_network_carrier_down_changes_total{device="veth957c474"} 1 node_network_carrier_down_changes_total{device="veth9585732"} 1 node_network_carrier_down_changes_total{device="veth967aa1a"} 1 node_network_carrier_down_changes_total{device="veth9779f87"} 1 node_network_carrier_down_changes_total{device="veth983bad0"} 1 node_network_carrier_down_changes_total{device="veth987c992"} 1 node_network_carrier_down_changes_total{device="veth98c6421"} 1 node_network_carrier_down_changes_total{device="veth990a50f"} 1 node_network_carrier_down_changes_total{device="veth9a4f942"} 1 node_network_carrier_down_changes_total{device="veth9a6c8be"} 1 node_network_carrier_down_changes_total{device="veth9ad5f46"} 1 node_network_carrier_down_changes_total{device="veth9b13721"} 1 node_network_carrier_down_changes_total{device="veth9b464fa"} 1 node_network_carrier_down_changes_total{device="veth9b4f0d2"} 1 node_network_carrier_down_changes_total{device="veth9b5c7ee"} 1 node_network_carrier_down_changes_total{device="veth9be4730"} 1 node_network_carrier_down_changes_total{device="veth9bfc292"} 1 node_network_carrier_down_changes_total{device="veth9c18fa3"} 1 node_network_carrier_down_changes_total{device="veth9c355e1"} 1 node_network_carrier_down_changes_total{device="veth9c57e90"} 1 node_network_carrier_down_changes_total{device="veth9cdf489"} 1 node_network_carrier_down_changes_total{device="veth9d63606"} 1 node_network_carrier_down_changes_total{device="veth9de68fa"} 1 node_network_carrier_down_changes_total{device="veth9e30c14"} 1 node_network_carrier_down_changes_total{device="veth9e56bd7"} 1 node_network_carrier_down_changes_total{device="veth9e6929b"} 1 node_network_carrier_down_changes_total{device="veth9eba1cd"} 1 node_network_carrier_down_changes_total{device="vetha03ce74"} 1 node_network_carrier_down_changes_total{device="vetha04b49d"} 1 node_network_carrier_down_changes_total{device="vetha10f2fa"} 1 node_network_carrier_down_changes_total{device="vetha11005d"} 1 node_network_carrier_down_changes_total{device="vetha145b74"} 1 node_network_carrier_down_changes_total{device="vetha2b566c"} 1 node_network_carrier_down_changes_total{device="vetha2fc1a5"} 1 node_network_carrier_down_changes_total{device="vetha3569ea"} 1 node_network_carrier_down_changes_total{device="vetha387dd9"} 1 node_network_carrier_down_changes_total{device="vetha3b745a"} 1 node_network_carrier_down_changes_total{device="vetha3bec2e"} 1 node_network_carrier_down_changes_total{device="vetha4cd445"} 1 node_network_carrier_down_changes_total{device="vetha4dbc2b"} 1 node_network_carrier_down_changes_total{device="vetha4fe8d7"} 1 node_network_carrier_down_changes_total{device="vetha68c9b3"} 1 node_network_carrier_down_changes_total{device="vetha6ef154"} 1 node_network_carrier_down_changes_total{device="vetha77a1bd"} 1 node_network_carrier_down_changes_total{device="vetha7950a3"} 1 node_network_carrier_down_changes_total{device="vetha82ff5a"} 1 node_network_carrier_down_changes_total{device="vetha8424ea"} 1 node_network_carrier_down_changes_total{device="vetha865d3e"} 1 node_network_carrier_down_changes_total{device="vetha8b7d19"} 1 node_network_carrier_down_changes_total{device="vetha916bfd"} 1 node_network_carrier_down_changes_total{device="vetha96a22d"} 1 node_network_carrier_down_changes_total{device="vetha96cc9c"} 1 node_network_carrier_down_changes_total{device="vetha9c7c19"} 1 node_network_carrier_down_changes_total{device="vetha9caa3b"} 1 node_network_carrier_down_changes_total{device="vethaa90db7"} 1 node_network_carrier_down_changes_total{device="vethab9efd5"} 1 node_network_carrier_down_changes_total{device="vethac8d182"} 1 node_network_carrier_down_changes_total{device="vethac999f1"} 1 node_network_carrier_down_changes_total{device="vethaca1dc0"} 1 node_network_carrier_down_changes_total{device="vethacf7ba6"} 1 node_network_carrier_down_changes_total{device="vethad96a00"} 1 node_network_carrier_down_changes_total{device="vethadd48e3"} 1 node_network_carrier_down_changes_total{device="vethadd9f3f"} 1 node_network_carrier_down_changes_total{device="vethae2fcbc"} 1 node_network_carrier_down_changes_total{device="vethae97c83"} 1 node_network_carrier_down_changes_total{device="vethb07dd73"} 1 node_network_carrier_down_changes_total{device="vethb179549"} 1 node_network_carrier_down_changes_total{device="vethb19d1ed"} 1 node_network_carrier_down_changes_total{device="vethb1b305d"} 1 node_network_carrier_down_changes_total{device="vethb1b39f0"} 1 node_network_carrier_down_changes_total{device="vethb1bf067"} 1 node_network_carrier_down_changes_total{device="vethb1d5654"} 1 node_network_carrier_down_changes_total{device="vethb28b5ff"} 1 node_network_carrier_down_changes_total{device="vethb2bd843"} 1 node_network_carrier_down_changes_total{device="vethb305a14"} 1 node_network_carrier_down_changes_total{device="vethb3e024d"} 1 node_network_carrier_down_changes_total{device="vethb43c9ad"} 1 node_network_carrier_down_changes_total{device="vethb477838"} 1 node_network_carrier_down_changes_total{device="vethb4ce123"} 1 node_network_carrier_down_changes_total{device="vethb56815f"} 1 node_network_carrier_down_changes_total{device="vethb6bf622"} 1 node_network_carrier_down_changes_total{device="vethb75ca8b"} 1 node_network_carrier_down_changes_total{device="vethb770745"} 1 node_network_carrier_down_changes_total{device="vethb7a1877"} 1 node_network_carrier_down_changes_total{device="vethb7a9d61"} 1 node_network_carrier_down_changes_total{device="vethb805fbd"} 1 node_network_carrier_down_changes_total{device="vethb89ad32"} 1 node_network_carrier_down_changes_total{device="vethb90d782"} 1 node_network_carrier_down_changes_total{device="vethb91a369"} 1 node_network_carrier_down_changes_total{device="vethb9b4a13"} 1 node_network_carrier_down_changes_total{device="vethb9e011c"} 1 node_network_carrier_down_changes_total{device="vethba518ed"} 1 node_network_carrier_down_changes_total{device="vethbb22a17"} 1 node_network_carrier_down_changes_total{device="vethbb85030"} 1 node_network_carrier_down_changes_total{device="vethbb8a6e3"} 1 node_network_carrier_down_changes_total{device="vethbbac89d"} 1 node_network_carrier_down_changes_total{device="vethbd082f6"} 1 node_network_carrier_down_changes_total{device="vethbd25c03"} 1 node_network_carrier_down_changes_total{device="vethbde29dc"} 1 node_network_carrier_down_changes_total{device="vethbdf0ae6"} 1 node_network_carrier_down_changes_total{device="vethbdf987b"} 1 node_network_carrier_down_changes_total{device="vethbe2b5e1"} 1 node_network_carrier_down_changes_total{device="vethbe68e79"} 1 node_network_carrier_down_changes_total{device="vethbf0834e"} 1 node_network_carrier_down_changes_total{device="vethbf0fb34"} 1 node_network_carrier_down_changes_total{device="vethbf21c25"} 1 node_network_carrier_down_changes_total{device="vethc008c90"} 1 node_network_carrier_down_changes_total{device="vethc07b10a"} 1 node_network_carrier_down_changes_total{device="vethc08f47c"} 1 node_network_carrier_down_changes_total{device="vethc18cb9a"} 1 node_network_carrier_down_changes_total{device="vethc1a97fa"} 1 node_network_carrier_down_changes_total{device="vethc1e9d8b"} 1 node_network_carrier_down_changes_total{device="vethc264259"} 1 node_network_carrier_down_changes_total{device="vethc31d600"} 1 node_network_carrier_down_changes_total{device="vethc3ad82f"} 1 node_network_carrier_down_changes_total{device="vethc46fc85"} 1 node_network_carrier_down_changes_total{device="vethc4adf64"} 1 node_network_carrier_down_changes_total{device="vethc549684"} 1 node_network_carrier_down_changes_total{device="vethc5ebbd5"} 1 node_network_carrier_down_changes_total{device="vethc61da72"} 1 node_network_carrier_down_changes_total{device="vethc658eb9"} 1 node_network_carrier_down_changes_total{device="vethc6b2fec"} 1 node_network_carrier_down_changes_total{device="vethc6f15e7"} 1 node_network_carrier_down_changes_total{device="vethc88834e"} 1 node_network_carrier_down_changes_total{device="vethc9e2026"} 1 node_network_carrier_down_changes_total{device="vethcaa0d9b"} 1 node_network_carrier_down_changes_total{device="vethcad14ef"} 1 node_network_carrier_down_changes_total{device="vethcc5c2ec"} 1 node_network_carrier_down_changes_total{device="vethcd0f622"} 1 node_network_carrier_down_changes_total{device="vethcdf4121"} 1 node_network_carrier_down_changes_total{device="vethce28d62"} 1 node_network_carrier_down_changes_total{device="vethcefb8ea"} 1 node_network_carrier_down_changes_total{device="vethcf10a77"} 1 node_network_carrier_down_changes_total{device="vethcf3d0ab"} 1 node_network_carrier_down_changes_total{device="vethcf469f8"} 1 node_network_carrier_down_changes_total{device="vethcfbd110"} 1 node_network_carrier_down_changes_total{device="vethd049859"} 1 node_network_carrier_down_changes_total{device="vethd0df832"} 1 node_network_carrier_down_changes_total{device="vethd0ea3b3"} 1 node_network_carrier_down_changes_total{device="vethd137e3f"} 1 node_network_carrier_down_changes_total{device="vethd1673da"} 1 node_network_carrier_down_changes_total{device="vethd17ef64"} 1 node_network_carrier_down_changes_total{device="vethd265cdf"} 1 node_network_carrier_down_changes_total{device="vethd274fa2"} 1 node_network_carrier_down_changes_total{device="vethd3692c1"} 1 node_network_carrier_down_changes_total{device="vethd3ad8e8"} 1 node_network_carrier_down_changes_total{device="vethd3cb445"} 1 node_network_carrier_down_changes_total{device="vethd460bfa"} 1 node_network_carrier_down_changes_total{device="vethd4c98bf"} 1 node_network_carrier_down_changes_total{device="vethd5453e5"} 1 node_network_carrier_down_changes_total{device="vethd5b5677"} 1 node_network_carrier_down_changes_total{device="vethd6090fd"} 1 node_network_carrier_down_changes_total{device="vethd6d926d"} 1 node_network_carrier_down_changes_total{device="vethd77042c"} 1 node_network_carrier_down_changes_total{device="vethd8c625e"} 1 node_network_carrier_down_changes_total{device="vethd95efe7"} 1 node_network_carrier_down_changes_total{device="vethd9a7d1e"} 1 node_network_carrier_down_changes_total{device="vethdb5e758"} 1 node_network_carrier_down_changes_total{device="vethdbae4f2"} 1 node_network_carrier_down_changes_total{device="vethdc87b20"} 1 node_network_carrier_down_changes_total{device="vethdcb1f0b"} 1 node_network_carrier_down_changes_total{device="vethdd53f2d"} 1 node_network_carrier_down_changes_total{device="vethde11193"} 1 node_network_carrier_down_changes_total{device="vethdeb9758"} 1 node_network_carrier_down_changes_total{device="vethdeef5dc"} 1 node_network_carrier_down_changes_total{device="vethe2428a1"} 1 node_network_carrier_down_changes_total{device="vethe24bfb2"} 1 node_network_carrier_down_changes_total{device="vethe2f38b4"} 1 node_network_carrier_down_changes_total{device="vethe344c7c"} 1 node_network_carrier_down_changes_total{device="vethe3e1fe3"} 1 node_network_carrier_down_changes_total{device="vethe432622"} 1 node_network_carrier_down_changes_total{device="vethe44e0ab"} 1 node_network_carrier_down_changes_total{device="vethe4bfa42"} 1 node_network_carrier_down_changes_total{device="vethe4f4e44"} 1 node_network_carrier_down_changes_total{device="vethe4f5b2b"} 1 node_network_carrier_down_changes_total{device="vethe523b56"} 1 node_network_carrier_down_changes_total{device="vethe5b262f"} 1 node_network_carrier_down_changes_total{device="vethe5e2431"} 1 node_network_carrier_down_changes_total{device="vethe6c7619"} 1 node_network_carrier_down_changes_total{device="vethe6d2761"} 1 node_network_carrier_down_changes_total{device="vethe7084c8"} 1 node_network_carrier_down_changes_total{device="vethe81d201"} 1 node_network_carrier_down_changes_total{device="vethe81da63"} 1 node_network_carrier_down_changes_total{device="vethe82b73e"} 1 node_network_carrier_down_changes_total{device="vethe8b4700"} 1 node_network_carrier_down_changes_total{device="vethe8e93c0"} 1 node_network_carrier_down_changes_total{device="vethe96c577"} 1 node_network_carrier_down_changes_total{device="vethe96d5e4"} 1 node_network_carrier_down_changes_total{device="vethe97bbfc"} 1 node_network_carrier_down_changes_total{device="vethe99909e"} 1 node_network_carrier_down_changes_total{device="vetheaaf7a8"} 1 node_network_carrier_down_changes_total{device="vetheabb614"} 1 node_network_carrier_down_changes_total{device="vetheb6778a"} 1 node_network_carrier_down_changes_total{device="vetheb9b73c"} 1 node_network_carrier_down_changes_total{device="vetheb9f1a5"} 1 node_network_carrier_down_changes_total{device="vetheca6089"} 1 node_network_carrier_down_changes_total{device="vethee11bc2"} 1 node_network_carrier_down_changes_total{device="vethee73ec3"} 1 node_network_carrier_down_changes_total{device="vetheebb68b"} 1 node_network_carrier_down_changes_total{device="vethef3aebe"} 1 node_network_carrier_down_changes_total{device="vethef683ec"} 1 node_network_carrier_down_changes_total{device="vethefcfba0"} 1 node_network_carrier_down_changes_total{device="vethf002533"} 1 node_network_carrier_down_changes_total{device="vethf0980ae"} 1 node_network_carrier_down_changes_total{device="vethf0d12be"} 1 node_network_carrier_down_changes_total{device="vethf0da578"} 1 node_network_carrier_down_changes_total{device="vethf17a534"} 1 node_network_carrier_down_changes_total{device="vethf1aa0a2"} 1 node_network_carrier_down_changes_total{device="vethf1af506"} 1 node_network_carrier_down_changes_total{device="vethf1d2976"} 1 node_network_carrier_down_changes_total{device="vethf24dd7e"} 1 node_network_carrier_down_changes_total{device="vethf340822"} 1 node_network_carrier_down_changes_total{device="vethf420933"} 1 node_network_carrier_down_changes_total{device="vethf4cfc78"} 1 node_network_carrier_down_changes_total{device="vethf4d3c1b"} 1 node_network_carrier_down_changes_total{device="vethf5c652f"} 1 node_network_carrier_down_changes_total{device="vethf6144ce"} 1 node_network_carrier_down_changes_total{device="vethf65b7bb"} 1 node_network_carrier_down_changes_total{device="vethf6c8f45"} 1 node_network_carrier_down_changes_total{device="vethf7001fb"} 1 node_network_carrier_down_changes_total{device="vethf748303"} 1 node_network_carrier_down_changes_total{device="vethf77cba5"} 1 node_network_carrier_down_changes_total{device="vethf86a842"} 1 node_network_carrier_down_changes_total{device="vethf906982"} 1 node_network_carrier_down_changes_total{device="vethf9a5386"} 1 node_network_carrier_down_changes_total{device="vethfa01a23"} 1 node_network_carrier_down_changes_total{device="vethfa11d53"} 1 node_network_carrier_down_changes_total{device="vethfbc3e02"} 1 node_network_carrier_down_changes_total{device="vethfbda92a"} 1 node_network_carrier_down_changes_total{device="vethfc1051c"} 1 node_network_carrier_down_changes_total{device="vethfc5b432"} 1 node_network_carrier_down_changes_total{device="vethfd373d2"} 1 node_network_carrier_down_changes_total{device="vethfd8de08"} 1 node_network_carrier_down_changes_total{device="vethfe57e1a"} 1 node_network_carrier_down_changes_total{device="vethfe628e7"} 1 node_network_carrier_down_changes_total{device="vethfe7a799"} 1 node_network_carrier_down_changes_total{device="vethfe87d9a"} 1 node_network_carrier_down_changes_total{device="vethff97c3c"} 1 node_network_carrier_down_changes_total{device="vethffd01e5"} 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-087c68b8e63c"} 1 node_network_carrier_up_changes_total{device="br-0b1f21f65434"} 3 node_network_carrier_up_changes_total{device="br-0d0fae6fba3a"} 6 node_network_carrier_up_changes_total{device="br-170997b6d0fa"} 4 node_network_carrier_up_changes_total{device="br-1bb5f7b6f214"} 2 node_network_carrier_up_changes_total{device="br-1e4bfa09370c"} 0 node_network_carrier_up_changes_total{device="br-1f69ec4677f1"} 0 node_network_carrier_up_changes_total{device="br-21789fc30e57"} 5 node_network_carrier_up_changes_total{device="br-24be321e5dec"} 3 node_network_carrier_up_changes_total{device="br-259e1db91409"} 10 node_network_carrier_up_changes_total{device="br-26bd8dfacf27"} 8 node_network_carrier_up_changes_total{device="br-27f56655830b"} 6 node_network_carrier_up_changes_total{device="br-28d2c710d9dd"} 4 node_network_carrier_up_changes_total{device="br-2a3f91fee31f"} 8 node_network_carrier_up_changes_total{device="br-2bc240b92a01"} 4 node_network_carrier_up_changes_total{device="br-2c90dade3b40"} 6 node_network_carrier_up_changes_total{device="br-336368f4fbaf"} 4 node_network_carrier_up_changes_total{device="br-357f0be81f70"} 4 node_network_carrier_up_changes_total{device="br-36d6eda82163"} 6 node_network_carrier_up_changes_total{device="br-3eb6a5acab86"} 5 node_network_carrier_up_changes_total{device="br-448507de0ea8"} 4 node_network_carrier_up_changes_total{device="br-4a94058d26b4"} 6 node_network_carrier_up_changes_total{device="br-4be189870a60"} 3 node_network_carrier_up_changes_total{device="br-4f972baae489"} 6 node_network_carrier_up_changes_total{device="br-50cf1727260b"} 7 node_network_carrier_up_changes_total{device="br-52aec1ad6344"} 7 node_network_carrier_up_changes_total{device="br-54774436947a"} 4 node_network_carrier_up_changes_total{device="br-5508256f2a09"} 7 node_network_carrier_up_changes_total{device="br-57a69cbd7be7"} 4 node_network_carrier_up_changes_total{device="br-5d4590ede425"} 0 node_network_carrier_up_changes_total{device="br-610e22981841"} 2 node_network_carrier_up_changes_total{device="br-61849e346d59"} 4 node_network_carrier_up_changes_total{device="br-61d28ade84d6"} 1 node_network_carrier_up_changes_total{device="br-63561f6ecb8e"} 0 node_network_carrier_up_changes_total{device="br-65d299b503ee"} 8 node_network_carrier_up_changes_total{device="br-6bb76e52d0ad"} 4 node_network_carrier_up_changes_total{device="br-6f8573194abf"} 6 node_network_carrier_up_changes_total{device="br-7c7768cc3717"} 4 node_network_carrier_up_changes_total{device="br-7dc3afdf0595"} 2 node_network_carrier_up_changes_total{device="br-7f850a40bfe5"} 0 node_network_carrier_up_changes_total{device="br-8716ec68a5ed"} 2 node_network_carrier_up_changes_total{device="br-8ae373fa2d64"} 3 node_network_carrier_up_changes_total{device="br-8c6a4bf92696"} 0 node_network_carrier_up_changes_total{device="br-8cb85635e30f"} 4 node_network_carrier_up_changes_total{device="br-8dce2f197033"} 2 node_network_carrier_up_changes_total{device="br-90cd3c4154aa"} 5 node_network_carrier_up_changes_total{device="br-9472bb85cfee"} 3 node_network_carrier_up_changes_total{device="br-96848e888a71"} 3 node_network_carrier_up_changes_total{device="br-9ba5f271298c"} 5 node_network_carrier_up_changes_total{device="br-9bcfee4e647f"} 8 node_network_carrier_up_changes_total{device="br-9dafd0c4fdb9"} 0 node_network_carrier_up_changes_total{device="br-9db262804262"} 3 node_network_carrier_up_changes_total{device="br-9dc48ff73063"} 1 node_network_carrier_up_changes_total{device="br-a1d37c85c10a"} 7 node_network_carrier_up_changes_total{device="br-a1e913015165"} 10 node_network_carrier_up_changes_total{device="br-a28e9d8e1a5a"} 8 node_network_carrier_up_changes_total{device="br-a2ad5d8a6e21"} 3 node_network_carrier_up_changes_total{device="br-a38ecabc76e9"} 4 node_network_carrier_up_changes_total{device="br-a4f2233265e1"} 2 node_network_carrier_up_changes_total{device="br-a5dafb0a1dce"} 2 node_network_carrier_up_changes_total{device="br-a9bbe251fab0"} 3 node_network_carrier_up_changes_total{device="br-aa93655903fc"} 8 node_network_carrier_up_changes_total{device="br-ac3189dfb892"} 1 node_network_carrier_up_changes_total{device="br-ad403c2030eb"} 6 node_network_carrier_up_changes_total{device="br-b189446352e8"} 4 node_network_carrier_up_changes_total{device="br-b2704a1bb792"} 1 node_network_carrier_up_changes_total{device="br-b3ccbb1f1bc0"} 7 node_network_carrier_up_changes_total{device="br-b783fcd91426"} 8 node_network_carrier_up_changes_total{device="br-b963d2263b6f"} 4 node_network_carrier_up_changes_total{device="br-ba1379cf796f"} 1 node_network_carrier_up_changes_total{device="br-ba367713f9e4"} 4 node_network_carrier_up_changes_total{device="br-bbe8bdb22dd6"} 0 node_network_carrier_up_changes_total{device="br-bd52bf04c342"} 3 node_network_carrier_up_changes_total{device="br-bf0cd4851644"} 2 node_network_carrier_up_changes_total{device="br-bffb620a7ee6"} 4 node_network_carrier_up_changes_total{device="br-c1f5d6ba4d2d"} 6 node_network_carrier_up_changes_total{device="br-c30b8f3d8dab"} 3 node_network_carrier_up_changes_total{device="br-c77466ba6ab0"} 6 node_network_carrier_up_changes_total{device="br-ca643bc58727"} 8 node_network_carrier_up_changes_total{device="br-cd8eb8bff0ed"} 4 node_network_carrier_up_changes_total{device="br-d349f503bfc6"} 2 node_network_carrier_up_changes_total{device="br-d454ff2d1838"} 1 node_network_carrier_up_changes_total{device="br-d739d49adeac"} 3 node_network_carrier_up_changes_total{device="br-d7cd2c298e7c"} 4 node_network_carrier_up_changes_total{device="br-d8a988dac171"} 0 node_network_carrier_up_changes_total{device="br-de2f2179e66c"} 2 node_network_carrier_up_changes_total{device="br-de3eb58f0193"} 2 node_network_carrier_up_changes_total{device="br-dea46bb081b7"} 1 node_network_carrier_up_changes_total{device="br-e065831d4d38"} 4 node_network_carrier_up_changes_total{device="br-e5485c57cf48"} 28 node_network_carrier_up_changes_total{device="br-eb54112c03eb"} 4 node_network_carrier_up_changes_total{device="br-ec717bd1017c"} 3 node_network_carrier_up_changes_total{device="br-edb0c100954a"} 4 node_network_carrier_up_changes_total{device="br-f33823381a9d"} 7 node_network_carrier_up_changes_total{device="br-f3652190882f"} 4 node_network_carrier_up_changes_total{device="br-f408a2a1a184"} 4 node_network_carrier_up_changes_total{device="br-f515742f876f"} 6 node_network_carrier_up_changes_total{device="br-f9f6492a4861"} 9 node_network_carrier_up_changes_total{device="br-fb51064e1346"} 2 node_network_carrier_up_changes_total{device="br-fda61ed9d8ac"} 3 node_network_carrier_up_changes_total{device="br-fedaf61052e8"} 1 node_network_carrier_up_changes_total{device="br-ff91e3e17577"} 28 node_network_carrier_up_changes_total{device="docker0"} 138 node_network_carrier_up_changes_total{device="docker_gwbridge"} 2 node_network_carrier_up_changes_total{device="enp1s0"} 1 node_network_carrier_up_changes_total{device="enp7s0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth0032b85"} 1 node_network_carrier_up_changes_total{device="veth0062100"} 1 node_network_carrier_up_changes_total{device="veth0103041"} 1 node_network_carrier_up_changes_total{device="veth0112c67"} 1 node_network_carrier_up_changes_total{device="veth019627f"} 1 node_network_carrier_up_changes_total{device="veth022f48e"} 1 node_network_carrier_up_changes_total{device="veth02c3008"} 1 node_network_carrier_up_changes_total{device="veth03870f2"} 1 node_network_carrier_up_changes_total{device="veth03fab17"} 1 node_network_carrier_up_changes_total{device="veth0445705"} 1 node_network_carrier_up_changes_total{device="veth04d9d5c"} 1 node_network_carrier_up_changes_total{device="veth04f6c9d"} 1 node_network_carrier_up_changes_total{device="veth05af784"} 1 node_network_carrier_up_changes_total{device="veth05efff4"} 1 node_network_carrier_up_changes_total{device="veth060151d"} 1 node_network_carrier_up_changes_total{device="veth060da87"} 1 node_network_carrier_up_changes_total{device="veth061cde3"} 1 node_network_carrier_up_changes_total{device="veth069689a"} 1 node_network_carrier_up_changes_total{device="veth071e33d"} 1 node_network_carrier_up_changes_total{device="veth0721878"} 1 node_network_carrier_up_changes_total{device="veth075aab6"} 1 node_network_carrier_up_changes_total{device="veth07e6c77"} 1 node_network_carrier_up_changes_total{device="veth0b493a5"} 1 node_network_carrier_up_changes_total{device="veth0b53316"} 1 node_network_carrier_up_changes_total{device="veth0c53113"} 1 node_network_carrier_up_changes_total{device="veth0d1acf5"} 1 node_network_carrier_up_changes_total{device="veth0d31a45"} 1 node_network_carrier_up_changes_total{device="veth0de6dee"} 1 node_network_carrier_up_changes_total{device="veth0df23dc"} 1 node_network_carrier_up_changes_total{device="veth0eca916"} 1 node_network_carrier_up_changes_total{device="veth0f5f33d"} 1 node_network_carrier_up_changes_total{device="veth0f8dec9"} 1 node_network_carrier_up_changes_total{device="veth102c1ba"} 1 node_network_carrier_up_changes_total{device="veth1063edf"} 1 node_network_carrier_up_changes_total{device="veth1118b3c"} 1 node_network_carrier_up_changes_total{device="veth11515af"} 1 node_network_carrier_up_changes_total{device="veth133564c"} 1 node_network_carrier_up_changes_total{device="veth1347d6c"} 1 node_network_carrier_up_changes_total{device="veth135d815"} 1 node_network_carrier_up_changes_total{device="veth13c38ee"} 1 node_network_carrier_up_changes_total{device="veth13e91ad"} 1 node_network_carrier_up_changes_total{device="veth1425634"} 1 node_network_carrier_up_changes_total{device="veth1611d0c"} 1 node_network_carrier_up_changes_total{device="veth168e87b"} 1 node_network_carrier_up_changes_total{device="veth1706b7a"} 1 node_network_carrier_up_changes_total{device="veth178dfc0"} 1 node_network_carrier_up_changes_total{device="veth1938721"} 1 node_network_carrier_up_changes_total{device="veth19a56fa"} 1 node_network_carrier_up_changes_total{device="veth1aaea89"} 1 node_network_carrier_up_changes_total{device="veth1b45a8e"} 1 node_network_carrier_up_changes_total{device="veth1b6bd03"} 1 node_network_carrier_up_changes_total{device="veth1cd93e3"} 1 node_network_carrier_up_changes_total{device="veth1d5394d"} 1 node_network_carrier_up_changes_total{device="veth1d86d73"} 1 node_network_carrier_up_changes_total{device="veth1ead36c"} 1 node_network_carrier_up_changes_total{device="veth1fb3a26"} 1 node_network_carrier_up_changes_total{device="veth20297c5"} 1 node_network_carrier_up_changes_total{device="veth2106fb1"} 1 node_network_carrier_up_changes_total{device="veth21341d6"} 1 node_network_carrier_up_changes_total{device="veth2295082"} 1 node_network_carrier_up_changes_total{device="veth247d7c2"} 1 node_network_carrier_up_changes_total{device="veth25425d4"} 1 node_network_carrier_up_changes_total{device="veth256aa3d"} 1 node_network_carrier_up_changes_total{device="veth26409f4"} 1 node_network_carrier_up_changes_total{device="veth269d5e6"} 1 node_network_carrier_up_changes_total{device="veth273675a"} 1 node_network_carrier_up_changes_total{device="veth275b86b"} 1 node_network_carrier_up_changes_total{device="veth28b1591"} 1 node_network_carrier_up_changes_total{device="veth296e150"} 1 node_network_carrier_up_changes_total{device="veth29a1ccc"} 1 node_network_carrier_up_changes_total{device="veth29c114f"} 1 node_network_carrier_up_changes_total{device="veth2a65455"} 1 node_network_carrier_up_changes_total{device="veth2a6f80b"} 1 node_network_carrier_up_changes_total{device="veth2ad6708"} 1 node_network_carrier_up_changes_total{device="veth2c8a5eb"} 1 node_network_carrier_up_changes_total{device="veth2cf162c"} 1 node_network_carrier_up_changes_total{device="veth2d6fdfa"} 1 node_network_carrier_up_changes_total{device="veth2da2220"} 1 node_network_carrier_up_changes_total{device="veth2df9e37"} 1 node_network_carrier_up_changes_total{device="veth2e56669"} 1 node_network_carrier_up_changes_total{device="veth2e6dcf4"} 1 node_network_carrier_up_changes_total{device="veth2f465b5"} 1 node_network_carrier_up_changes_total{device="veth2f81ebc"} 1 node_network_carrier_up_changes_total{device="veth2fe3220"} 1 node_network_carrier_up_changes_total{device="veth30486f8"} 1 node_network_carrier_up_changes_total{device="veth3230a5c"} 1 node_network_carrier_up_changes_total{device="veth3352b12"} 1 node_network_carrier_up_changes_total{device="veth347d5da"} 1 node_network_carrier_up_changes_total{device="veth348ced7"} 1 node_network_carrier_up_changes_total{device="veth3533a3b"} 1 node_network_carrier_up_changes_total{device="veth3565e55"} 1 node_network_carrier_up_changes_total{device="veth3608455"} 1 node_network_carrier_up_changes_total{device="veth36f23c3"} 1 node_network_carrier_up_changes_total{device="veth36f2fdc"} 1 node_network_carrier_up_changes_total{device="veth378b1cf"} 1 node_network_carrier_up_changes_total{device="veth378d132"} 1 node_network_carrier_up_changes_total{device="veth37d4017"} 1 node_network_carrier_up_changes_total{device="veth3812cc9"} 1 node_network_carrier_up_changes_total{device="veth384ee7f"} 1 node_network_carrier_up_changes_total{device="veth388c154"} 1 node_network_carrier_up_changes_total{device="veth3905075"} 1 node_network_carrier_up_changes_total{device="veth3a09fdd"} 1 node_network_carrier_up_changes_total{device="veth3c49372"} 1 node_network_carrier_up_changes_total{device="veth3cbf8f4"} 1 node_network_carrier_up_changes_total{device="veth3f7ef6c"} 1 node_network_carrier_up_changes_total{device="veth407adc8"} 1 node_network_carrier_up_changes_total{device="veth40c8fc3"} 1 node_network_carrier_up_changes_total{device="veth413c10b"} 1 node_network_carrier_up_changes_total{device="veth4181140"} 1 node_network_carrier_up_changes_total{device="veth41d303a"} 1 node_network_carrier_up_changes_total{device="veth42210c8"} 1 node_network_carrier_up_changes_total{device="veth423037b"} 1 node_network_carrier_up_changes_total{device="veth4281e6d"} 1 node_network_carrier_up_changes_total{device="veth43cd59e"} 1 node_network_carrier_up_changes_total{device="veth43e5c70"} 1 node_network_carrier_up_changes_total{device="veth44d7e2c"} 1 node_network_carrier_up_changes_total{device="veth450c253"} 1 node_network_carrier_up_changes_total{device="veth45430e9"} 1 node_network_carrier_up_changes_total{device="veth4642b70"} 1 node_network_carrier_up_changes_total{device="veth468f7da"} 1 node_network_carrier_up_changes_total{device="veth46afbf5"} 1 node_network_carrier_up_changes_total{device="veth4732578"} 1 node_network_carrier_up_changes_total{device="veth47bb667"} 1 node_network_carrier_up_changes_total{device="veth47e6387"} 1 node_network_carrier_up_changes_total{device="veth486fdd0"} 1 node_network_carrier_up_changes_total{device="veth487e039"} 1 node_network_carrier_up_changes_total{device="veth4993fb1"} 1 node_network_carrier_up_changes_total{device="veth49b1548"} 1 node_network_carrier_up_changes_total{device="veth49f14c7"} 1 node_network_carrier_up_changes_total{device="veth4a642a8"} 1 node_network_carrier_up_changes_total{device="veth4a76d10"} 1 node_network_carrier_up_changes_total{device="veth4b29d5d"} 1 node_network_carrier_up_changes_total{device="veth4bbdd5e"} 1 node_network_carrier_up_changes_total{device="veth4d2d823"} 1 node_network_carrier_up_changes_total{device="veth4e1abcc"} 1 node_network_carrier_up_changes_total{device="veth4e3e373"} 1 node_network_carrier_up_changes_total{device="veth4e78857"} 1 node_network_carrier_up_changes_total{device="veth4f2fe05"} 1 node_network_carrier_up_changes_total{device="veth4f9e86a"} 1 node_network_carrier_up_changes_total{device="veth506c718"} 1 node_network_carrier_up_changes_total{device="veth509a174"} 1 node_network_carrier_up_changes_total{device="veth50b618a"} 1 node_network_carrier_up_changes_total{device="veth517f447"} 1 node_network_carrier_up_changes_total{device="veth5197b91"} 1 node_network_carrier_up_changes_total{device="veth51a41e1"} 1 node_network_carrier_up_changes_total{device="veth51c8eef"} 1 node_network_carrier_up_changes_total{device="veth51f65bc"} 1 node_network_carrier_up_changes_total{device="veth52d15a6"} 1 node_network_carrier_up_changes_total{device="veth53a83dd"} 1 node_network_carrier_up_changes_total{device="veth53c59b5"} 1 node_network_carrier_up_changes_total{device="veth544564b"} 1 node_network_carrier_up_changes_total{device="veth547ea5d"} 1 node_network_carrier_up_changes_total{device="veth54d8e92"} 1 node_network_carrier_up_changes_total{device="veth54f4b91"} 1 node_network_carrier_up_changes_total{device="veth54fee19"} 1 node_network_carrier_up_changes_total{device="veth558dcda"} 1 node_network_carrier_up_changes_total{device="veth55bcfbe"} 1 node_network_carrier_up_changes_total{device="veth5654345"} 1 node_network_carrier_up_changes_total{device="veth5682e9e"} 1 node_network_carrier_up_changes_total{device="veth56ba59b"} 1 node_network_carrier_up_changes_total{device="veth56c8b10"} 1 node_network_carrier_up_changes_total{device="veth5747c95"} 1 node_network_carrier_up_changes_total{device="veth5798942"} 1 node_network_carrier_up_changes_total{device="veth583d3bf"} 1 node_network_carrier_up_changes_total{device="veth58c0c41"} 1 node_network_carrier_up_changes_total{device="veth5955c4d"} 1 node_network_carrier_up_changes_total{device="veth59b147f"} 1 node_network_carrier_up_changes_total{device="veth59d9a6e"} 1 node_network_carrier_up_changes_total{device="veth5a6eb98"} 1 node_network_carrier_up_changes_total{device="veth5a7ac0c"} 1 node_network_carrier_up_changes_total{device="veth5bb9200"} 1 node_network_carrier_up_changes_total{device="veth5ce0bf8"} 1 node_network_carrier_up_changes_total{device="veth5d0c6d0"} 1 node_network_carrier_up_changes_total{device="veth5d6c487"} 1 node_network_carrier_up_changes_total{device="veth5e594fd"} 1 node_network_carrier_up_changes_total{device="veth5f4044b"} 1 node_network_carrier_up_changes_total{device="veth5fab975"} 1 node_network_carrier_up_changes_total{device="veth602c26c"} 1 node_network_carrier_up_changes_total{device="veth607c6d0"} 1 node_network_carrier_up_changes_total{device="veth61045ce"} 1 node_network_carrier_up_changes_total{device="veth61f2797"} 1 node_network_carrier_up_changes_total{device="veth620913b"} 1 node_network_carrier_up_changes_total{device="veth62aa4cf"} 1 node_network_carrier_up_changes_total{device="veth62e9205"} 1 node_network_carrier_up_changes_total{device="veth6357d77"} 1 node_network_carrier_up_changes_total{device="veth63a1039"} 1 node_network_carrier_up_changes_total{device="veth64faa71"} 1 node_network_carrier_up_changes_total{device="veth65b7cd5"} 1 node_network_carrier_up_changes_total{device="veth67186fe"} 1 node_network_carrier_up_changes_total{device="veth687f385"} 1 node_network_carrier_up_changes_total{device="veth68a432f"} 1 node_network_carrier_up_changes_total{device="veth68dc675"} 1 node_network_carrier_up_changes_total{device="veth68dfc02"} 1 node_network_carrier_up_changes_total{device="veth69282bc"} 1 node_network_carrier_up_changes_total{device="veth69383b3"} 1 node_network_carrier_up_changes_total{device="veth694f82a"} 1 node_network_carrier_up_changes_total{device="veth6a36832"} 1 node_network_carrier_up_changes_total{device="veth6ad616c"} 1 node_network_carrier_up_changes_total{device="veth6b19168"} 1 node_network_carrier_up_changes_total{device="veth6b2e435"} 1 node_network_carrier_up_changes_total{device="veth6b49f3c"} 1 node_network_carrier_up_changes_total{device="veth6b822ad"} 1 node_network_carrier_up_changes_total{device="veth6b93b5b"} 1 node_network_carrier_up_changes_total{device="veth6bea112"} 1 node_network_carrier_up_changes_total{device="veth6cdc6e1"} 1 node_network_carrier_up_changes_total{device="veth6e075bd"} 1 node_network_carrier_up_changes_total{device="veth6e1780a"} 1 node_network_carrier_up_changes_total{device="veth6e61860"} 1 node_network_carrier_up_changes_total{device="veth7039388"} 1 node_network_carrier_up_changes_total{device="veth70f4ee1"} 1 node_network_carrier_up_changes_total{device="veth716f757"} 1 node_network_carrier_up_changes_total{device="veth724ccf7"} 1 node_network_carrier_up_changes_total{device="veth72594d2"} 1 node_network_carrier_up_changes_total{device="veth730deaa"} 1 node_network_carrier_up_changes_total{device="veth73512f2"} 1 node_network_carrier_up_changes_total{device="veth73c1813"} 1 node_network_carrier_up_changes_total{device="veth741cb85"} 1 node_network_carrier_up_changes_total{device="veth75ab275"} 1 node_network_carrier_up_changes_total{device="veth75c4fef"} 1 node_network_carrier_up_changes_total{device="veth7636e3d"} 1 node_network_carrier_up_changes_total{device="veth77432d4"} 1 node_network_carrier_up_changes_total{device="veth795d64a"} 1 node_network_carrier_up_changes_total{device="veth7c65c3b"} 1 node_network_carrier_up_changes_total{device="veth7d1a0bd"} 1 node_network_carrier_up_changes_total{device="veth7d6a0f5"} 1 node_network_carrier_up_changes_total{device="veth7e09eb6"} 1 node_network_carrier_up_changes_total{device="veth7e4ad7f"} 1 node_network_carrier_up_changes_total{device="veth7ecac2d"} 1 node_network_carrier_up_changes_total{device="veth7eccd33"} 1 node_network_carrier_up_changes_total{device="veth7ee5901"} 1 node_network_carrier_up_changes_total{device="veth7f0dd5d"} 1 node_network_carrier_up_changes_total{device="veth7f473a1"} 1 node_network_carrier_up_changes_total{device="veth7f5281e"} 1 node_network_carrier_up_changes_total{device="veth7feb00f"} 1 node_network_carrier_up_changes_total{device="veth7ff154f"} 1 node_network_carrier_up_changes_total{device="veth80957ff"} 1 node_network_carrier_up_changes_total{device="veth8137b9c"} 1 node_network_carrier_up_changes_total{device="veth81a1594"} 1 node_network_carrier_up_changes_total{device="veth81daf2a"} 1 node_network_carrier_up_changes_total{device="veth8223f67"} 1 node_network_carrier_up_changes_total{device="veth8247bb0"} 1 node_network_carrier_up_changes_total{device="veth8270420"} 1 node_network_carrier_up_changes_total{device="veth8335dac"} 1 node_network_carrier_up_changes_total{device="veth8429d9a"} 1 node_network_carrier_up_changes_total{device="veth844aefd"} 1 node_network_carrier_up_changes_total{device="veth849dac1"} 1 node_network_carrier_up_changes_total{device="veth84b99c9"} 1 node_network_carrier_up_changes_total{device="veth84bd87d"} 1 node_network_carrier_up_changes_total{device="veth85cc1cf"} 1 node_network_carrier_up_changes_total{device="veth85f7192"} 1 node_network_carrier_up_changes_total{device="veth86ce04d"} 1 node_network_carrier_up_changes_total{device="veth872e399"} 1 node_network_carrier_up_changes_total{device="veth873611d"} 1 node_network_carrier_up_changes_total{device="veth877be1d"} 1 node_network_carrier_up_changes_total{device="veth8969f3b"} 1 node_network_carrier_up_changes_total{device="veth8c3a190"} 1 node_network_carrier_up_changes_total{device="veth8c70adf"} 1 node_network_carrier_up_changes_total{device="veth8db889b"} 1 node_network_carrier_up_changes_total{device="veth8dc210c"} 1 node_network_carrier_up_changes_total{device="veth8e0606c"} 1 node_network_carrier_up_changes_total{device="veth8e077da"} 1 node_network_carrier_up_changes_total{device="veth8e1aba7"} 1 node_network_carrier_up_changes_total{device="veth8eae5df"} 1 node_network_carrier_up_changes_total{device="veth8f7612b"} 1 node_network_carrier_up_changes_total{device="veth8f7dd95"} 1 node_network_carrier_up_changes_total{device="veth90c30b2"} 1 node_network_carrier_up_changes_total{device="veth921cee8"} 1 node_network_carrier_up_changes_total{device="veth9302314"} 1 node_network_carrier_up_changes_total{device="veth9331cd6"} 1 node_network_carrier_up_changes_total{device="veth9388ace"} 1 node_network_carrier_up_changes_total{device="veth947bf8e"} 1 node_network_carrier_up_changes_total{device="veth94ee973"} 1 node_network_carrier_up_changes_total{device="veth950d9c2"} 1 node_network_carrier_up_changes_total{device="veth951b9c5"} 1 node_network_carrier_up_changes_total{device="veth9564c18"} 1 node_network_carrier_up_changes_total{device="veth957c474"} 1 node_network_carrier_up_changes_total{device="veth9585732"} 1 node_network_carrier_up_changes_total{device="veth967aa1a"} 1 node_network_carrier_up_changes_total{device="veth9779f87"} 1 node_network_carrier_up_changes_total{device="veth983bad0"} 1 node_network_carrier_up_changes_total{device="veth987c992"} 1 node_network_carrier_up_changes_total{device="veth98c6421"} 1 node_network_carrier_up_changes_total{device="veth990a50f"} 1 node_network_carrier_up_changes_total{device="veth9a4f942"} 1 node_network_carrier_up_changes_total{device="veth9a6c8be"} 1 node_network_carrier_up_changes_total{device="veth9ad5f46"} 1 node_network_carrier_up_changes_total{device="veth9b13721"} 1 node_network_carrier_up_changes_total{device="veth9b464fa"} 1 node_network_carrier_up_changes_total{device="veth9b4f0d2"} 1 node_network_carrier_up_changes_total{device="veth9b5c7ee"} 1 node_network_carrier_up_changes_total{device="veth9be4730"} 1 node_network_carrier_up_changes_total{device="veth9bfc292"} 1 node_network_carrier_up_changes_total{device="veth9c18fa3"} 1 node_network_carrier_up_changes_total{device="veth9c355e1"} 1 node_network_carrier_up_changes_total{device="veth9c57e90"} 1 node_network_carrier_up_changes_total{device="veth9cdf489"} 1 node_network_carrier_up_changes_total{device="veth9d63606"} 1 node_network_carrier_up_changes_total{device="veth9de68fa"} 1 node_network_carrier_up_changes_total{device="veth9e30c14"} 1 node_network_carrier_up_changes_total{device="veth9e56bd7"} 1 node_network_carrier_up_changes_total{device="veth9e6929b"} 1 node_network_carrier_up_changes_total{device="veth9eba1cd"} 1 node_network_carrier_up_changes_total{device="vetha03ce74"} 1 node_network_carrier_up_changes_total{device="vetha04b49d"} 1 node_network_carrier_up_changes_total{device="vetha10f2fa"} 1 node_network_carrier_up_changes_total{device="vetha11005d"} 1 node_network_carrier_up_changes_total{device="vetha145b74"} 1 node_network_carrier_up_changes_total{device="vetha2b566c"} 1 node_network_carrier_up_changes_total{device="vetha2fc1a5"} 1 node_network_carrier_up_changes_total{device="vetha3569ea"} 1 node_network_carrier_up_changes_total{device="vetha387dd9"} 1 node_network_carrier_up_changes_total{device="vetha3b745a"} 1 node_network_carrier_up_changes_total{device="vetha3bec2e"} 1 node_network_carrier_up_changes_total{device="vetha4cd445"} 1 node_network_carrier_up_changes_total{device="vetha4dbc2b"} 1 node_network_carrier_up_changes_total{device="vetha4fe8d7"} 1 node_network_carrier_up_changes_total{device="vetha68c9b3"} 1 node_network_carrier_up_changes_total{device="vetha6ef154"} 1 node_network_carrier_up_changes_total{device="vetha77a1bd"} 1 node_network_carrier_up_changes_total{device="vetha7950a3"} 1 node_network_carrier_up_changes_total{device="vetha82ff5a"} 1 node_network_carrier_up_changes_total{device="vetha8424ea"} 1 node_network_carrier_up_changes_total{device="vetha865d3e"} 1 node_network_carrier_up_changes_total{device="vetha8b7d19"} 1 node_network_carrier_up_changes_total{device="vetha916bfd"} 1 node_network_carrier_up_changes_total{device="vetha96a22d"} 1 node_network_carrier_up_changes_total{device="vetha96cc9c"} 1 node_network_carrier_up_changes_total{device="vetha9c7c19"} 1 node_network_carrier_up_changes_total{device="vetha9caa3b"} 1 node_network_carrier_up_changes_total{device="vethaa90db7"} 1 node_network_carrier_up_changes_total{device="vethab9efd5"} 1 node_network_carrier_up_changes_total{device="vethac8d182"} 1 node_network_carrier_up_changes_total{device="vethac999f1"} 1 node_network_carrier_up_changes_total{device="vethaca1dc0"} 1 node_network_carrier_up_changes_total{device="vethacf7ba6"} 1 node_network_carrier_up_changes_total{device="vethad96a00"} 1 node_network_carrier_up_changes_total{device="vethadd48e3"} 1 node_network_carrier_up_changes_total{device="vethadd9f3f"} 1 node_network_carrier_up_changes_total{device="vethae2fcbc"} 1 node_network_carrier_up_changes_total{device="vethae97c83"} 1 node_network_carrier_up_changes_total{device="vethb07dd73"} 1 node_network_carrier_up_changes_total{device="vethb179549"} 1 node_network_carrier_up_changes_total{device="vethb19d1ed"} 1 node_network_carrier_up_changes_total{device="vethb1b305d"} 1 node_network_carrier_up_changes_total{device="vethb1b39f0"} 1 node_network_carrier_up_changes_total{device="vethb1bf067"} 1 node_network_carrier_up_changes_total{device="vethb1d5654"} 1 node_network_carrier_up_changes_total{device="vethb28b5ff"} 1 node_network_carrier_up_changes_total{device="vethb2bd843"} 1 node_network_carrier_up_changes_total{device="vethb305a14"} 1 node_network_carrier_up_changes_total{device="vethb3e024d"} 1 node_network_carrier_up_changes_total{device="vethb43c9ad"} 1 node_network_carrier_up_changes_total{device="vethb477838"} 1 node_network_carrier_up_changes_total{device="vethb4ce123"} 1 node_network_carrier_up_changes_total{device="vethb56815f"} 1 node_network_carrier_up_changes_total{device="vethb6bf622"} 1 node_network_carrier_up_changes_total{device="vethb75ca8b"} 1 node_network_carrier_up_changes_total{device="vethb770745"} 1 node_network_carrier_up_changes_total{device="vethb7a1877"} 1 node_network_carrier_up_changes_total{device="vethb7a9d61"} 1 node_network_carrier_up_changes_total{device="vethb805fbd"} 1 node_network_carrier_up_changes_total{device="vethb89ad32"} 1 node_network_carrier_up_changes_total{device="vethb90d782"} 1 node_network_carrier_up_changes_total{device="vethb91a369"} 1 node_network_carrier_up_changes_total{device="vethb9b4a13"} 1 node_network_carrier_up_changes_total{device="vethb9e011c"} 1 node_network_carrier_up_changes_total{device="vethba518ed"} 1 node_network_carrier_up_changes_total{device="vethbb22a17"} 1 node_network_carrier_up_changes_total{device="vethbb85030"} 1 node_network_carrier_up_changes_total{device="vethbb8a6e3"} 1 node_network_carrier_up_changes_total{device="vethbbac89d"} 1 node_network_carrier_up_changes_total{device="vethbd082f6"} 1 node_network_carrier_up_changes_total{device="vethbd25c03"} 1 node_network_carrier_up_changes_total{device="vethbde29dc"} 1 node_network_carrier_up_changes_total{device="vethbdf0ae6"} 1 node_network_carrier_up_changes_total{device="vethbdf987b"} 1 node_network_carrier_up_changes_total{device="vethbe2b5e1"} 1 node_network_carrier_up_changes_total{device="vethbe68e79"} 1 node_network_carrier_up_changes_total{device="vethbf0834e"} 1 node_network_carrier_up_changes_total{device="vethbf0fb34"} 1 node_network_carrier_up_changes_total{device="vethbf21c25"} 1 node_network_carrier_up_changes_total{device="vethc008c90"} 1 node_network_carrier_up_changes_total{device="vethc07b10a"} 1 node_network_carrier_up_changes_total{device="vethc08f47c"} 1 node_network_carrier_up_changes_total{device="vethc18cb9a"} 1 node_network_carrier_up_changes_total{device="vethc1a97fa"} 1 node_network_carrier_up_changes_total{device="vethc1e9d8b"} 1 node_network_carrier_up_changes_total{device="vethc264259"} 1 node_network_carrier_up_changes_total{device="vethc31d600"} 1 node_network_carrier_up_changes_total{device="vethc3ad82f"} 1 node_network_carrier_up_changes_total{device="vethc46fc85"} 1 node_network_carrier_up_changes_total{device="vethc4adf64"} 1 node_network_carrier_up_changes_total{device="vethc549684"} 1 node_network_carrier_up_changes_total{device="vethc5ebbd5"} 1 node_network_carrier_up_changes_total{device="vethc61da72"} 1 node_network_carrier_up_changes_total{device="vethc658eb9"} 1 node_network_carrier_up_changes_total{device="vethc6b2fec"} 1 node_network_carrier_up_changes_total{device="vethc6f15e7"} 1 node_network_carrier_up_changes_total{device="vethc88834e"} 1 node_network_carrier_up_changes_total{device="vethc9e2026"} 1 node_network_carrier_up_changes_total{device="vethcaa0d9b"} 1 node_network_carrier_up_changes_total{device="vethcad14ef"} 1 node_network_carrier_up_changes_total{device="vethcc5c2ec"} 1 node_network_carrier_up_changes_total{device="vethcd0f622"} 1 node_network_carrier_up_changes_total{device="vethcdf4121"} 1 node_network_carrier_up_changes_total{device="vethce28d62"} 1 node_network_carrier_up_changes_total{device="vethcefb8ea"} 1 node_network_carrier_up_changes_total{device="vethcf10a77"} 1 node_network_carrier_up_changes_total{device="vethcf3d0ab"} 1 node_network_carrier_up_changes_total{device="vethcf469f8"} 1 node_network_carrier_up_changes_total{device="vethcfbd110"} 1 node_network_carrier_up_changes_total{device="vethd049859"} 1 node_network_carrier_up_changes_total{device="vethd0df832"} 1 node_network_carrier_up_changes_total{device="vethd0ea3b3"} 1 node_network_carrier_up_changes_total{device="vethd137e3f"} 1 node_network_carrier_up_changes_total{device="vethd1673da"} 1 node_network_carrier_up_changes_total{device="vethd17ef64"} 1 node_network_carrier_up_changes_total{device="vethd265cdf"} 1 node_network_carrier_up_changes_total{device="vethd274fa2"} 1 node_network_carrier_up_changes_total{device="vethd3692c1"} 1 node_network_carrier_up_changes_total{device="vethd3ad8e8"} 1 node_network_carrier_up_changes_total{device="vethd3cb445"} 1 node_network_carrier_up_changes_total{device="vethd460bfa"} 1 node_network_carrier_up_changes_total{device="vethd4c98bf"} 1 node_network_carrier_up_changes_total{device="vethd5453e5"} 1 node_network_carrier_up_changes_total{device="vethd5b5677"} 1 node_network_carrier_up_changes_total{device="vethd6090fd"} 1 node_network_carrier_up_changes_total{device="vethd6d926d"} 1 node_network_carrier_up_changes_total{device="vethd77042c"} 1 node_network_carrier_up_changes_total{device="vethd8c625e"} 1 node_network_carrier_up_changes_total{device="vethd95efe7"} 1 node_network_carrier_up_changes_total{device="vethd9a7d1e"} 1 node_network_carrier_up_changes_total{device="vethdb5e758"} 1 node_network_carrier_up_changes_total{device="vethdbae4f2"} 1 node_network_carrier_up_changes_total{device="vethdc87b20"} 1 node_network_carrier_up_changes_total{device="vethdcb1f0b"} 1 node_network_carrier_up_changes_total{device="vethdd53f2d"} 1 node_network_carrier_up_changes_total{device="vethde11193"} 1 node_network_carrier_up_changes_total{device="vethdeb9758"} 1 node_network_carrier_up_changes_total{device="vethdeef5dc"} 1 node_network_carrier_up_changes_total{device="vethe2428a1"} 1 node_network_carrier_up_changes_total{device="vethe24bfb2"} 1 node_network_carrier_up_changes_total{device="vethe2f38b4"} 1 node_network_carrier_up_changes_total{device="vethe344c7c"} 1 node_network_carrier_up_changes_total{device="vethe3e1fe3"} 1 node_network_carrier_up_changes_total{device="vethe432622"} 1 node_network_carrier_up_changes_total{device="vethe44e0ab"} 1 node_network_carrier_up_changes_total{device="vethe4bfa42"} 1 node_network_carrier_up_changes_total{device="vethe4f4e44"} 1 node_network_carrier_up_changes_total{device="vethe4f5b2b"} 1 node_network_carrier_up_changes_total{device="vethe523b56"} 1 node_network_carrier_up_changes_total{device="vethe5b262f"} 1 node_network_carrier_up_changes_total{device="vethe5e2431"} 1 node_network_carrier_up_changes_total{device="vethe6c7619"} 1 node_network_carrier_up_changes_total{device="vethe6d2761"} 1 node_network_carrier_up_changes_total{device="vethe7084c8"} 1 node_network_carrier_up_changes_total{device="vethe81d201"} 1 node_network_carrier_up_changes_total{device="vethe81da63"} 1 node_network_carrier_up_changes_total{device="vethe82b73e"} 1 node_network_carrier_up_changes_total{device="vethe8b4700"} 1 node_network_carrier_up_changes_total{device="vethe8e93c0"} 1 node_network_carrier_up_changes_total{device="vethe96c577"} 1 node_network_carrier_up_changes_total{device="vethe96d5e4"} 1 node_network_carrier_up_changes_total{device="vethe97bbfc"} 1 node_network_carrier_up_changes_total{device="vethe99909e"} 1 node_network_carrier_up_changes_total{device="vetheaaf7a8"} 1 node_network_carrier_up_changes_total{device="vetheabb614"} 1 node_network_carrier_up_changes_total{device="vetheb6778a"} 1 node_network_carrier_up_changes_total{device="vetheb9b73c"} 1 node_network_carrier_up_changes_total{device="vetheb9f1a5"} 1 node_network_carrier_up_changes_total{device="vetheca6089"} 1 node_network_carrier_up_changes_total{device="vethee11bc2"} 1 node_network_carrier_up_changes_total{device="vethee73ec3"} 1 node_network_carrier_up_changes_total{device="vetheebb68b"} 1 node_network_carrier_up_changes_total{device="vethef3aebe"} 1 node_network_carrier_up_changes_total{device="vethef683ec"} 1 node_network_carrier_up_changes_total{device="vethefcfba0"} 1 node_network_carrier_up_changes_total{device="vethf002533"} 1 node_network_carrier_up_changes_total{device="vethf0980ae"} 1 node_network_carrier_up_changes_total{device="vethf0d12be"} 1 node_network_carrier_up_changes_total{device="vethf0da578"} 1 node_network_carrier_up_changes_total{device="vethf17a534"} 1 node_network_carrier_up_changes_total{device="vethf1aa0a2"} 1 node_network_carrier_up_changes_total{device="vethf1af506"} 1 node_network_carrier_up_changes_total{device="vethf1d2976"} 1 node_network_carrier_up_changes_total{device="vethf24dd7e"} 1 node_network_carrier_up_changes_total{device="vethf340822"} 1 node_network_carrier_up_changes_total{device="vethf420933"} 1 node_network_carrier_up_changes_total{device="vethf4cfc78"} 1 node_network_carrier_up_changes_total{device="vethf4d3c1b"} 1 node_network_carrier_up_changes_total{device="vethf5c652f"} 1 node_network_carrier_up_changes_total{device="vethf6144ce"} 1 node_network_carrier_up_changes_total{device="vethf65b7bb"} 1 node_network_carrier_up_changes_total{device="vethf6c8f45"} 1 node_network_carrier_up_changes_total{device="vethf7001fb"} 1 node_network_carrier_up_changes_total{device="vethf748303"} 1 node_network_carrier_up_changes_total{device="vethf77cba5"} 1 node_network_carrier_up_changes_total{device="vethf86a842"} 1 node_network_carrier_up_changes_total{device="vethf906982"} 1 node_network_carrier_up_changes_total{device="vethf9a5386"} 1 node_network_carrier_up_changes_total{device="vethfa01a23"} 1 node_network_carrier_up_changes_total{device="vethfa11d53"} 1 node_network_carrier_up_changes_total{device="vethfbc3e02"} 1 node_network_carrier_up_changes_total{device="vethfbda92a"} 1 node_network_carrier_up_changes_total{device="vethfc1051c"} 1 node_network_carrier_up_changes_total{device="vethfc5b432"} 1 node_network_carrier_up_changes_total{device="vethfd373d2"} 1 node_network_carrier_up_changes_total{device="vethfd8de08"} 1 node_network_carrier_up_changes_total{device="vethfe57e1a"} 1 node_network_carrier_up_changes_total{device="vethfe628e7"} 1 node_network_carrier_up_changes_total{device="vethfe7a799"} 1 node_network_carrier_up_changes_total{device="vethfe87d9a"} 1 node_network_carrier_up_changes_total{device="vethff97c3c"} 1 node_network_carrier_up_changes_total{device="vethffd01e5"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-087c68b8e63c"} 0 node_network_device_id{device="br-0b1f21f65434"} 0 node_network_device_id{device="br-0d0fae6fba3a"} 0 node_network_device_id{device="br-170997b6d0fa"} 0 node_network_device_id{device="br-1bb5f7b6f214"} 0 node_network_device_id{device="br-1e4bfa09370c"} 0 node_network_device_id{device="br-1f69ec4677f1"} 0 node_network_device_id{device="br-21789fc30e57"} 0 node_network_device_id{device="br-24be321e5dec"} 0 node_network_device_id{device="br-259e1db91409"} 0 node_network_device_id{device="br-26bd8dfacf27"} 0 node_network_device_id{device="br-27f56655830b"} 0 node_network_device_id{device="br-28d2c710d9dd"} 0 node_network_device_id{device="br-2a3f91fee31f"} 0 node_network_device_id{device="br-2bc240b92a01"} 0 node_network_device_id{device="br-2c90dade3b40"} 0 node_network_device_id{device="br-336368f4fbaf"} 0 node_network_device_id{device="br-357f0be81f70"} 0 node_network_device_id{device="br-36d6eda82163"} 0 node_network_device_id{device="br-3eb6a5acab86"} 0 node_network_device_id{device="br-448507de0ea8"} 0 node_network_device_id{device="br-4a94058d26b4"} 0 node_network_device_id{device="br-4be189870a60"} 0 node_network_device_id{device="br-4f972baae489"} 0 node_network_device_id{device="br-50cf1727260b"} 0 node_network_device_id{device="br-52aec1ad6344"} 0 node_network_device_id{device="br-54774436947a"} 0 node_network_device_id{device="br-5508256f2a09"} 0 node_network_device_id{device="br-57a69cbd7be7"} 0 node_network_device_id{device="br-5d4590ede425"} 0 node_network_device_id{device="br-610e22981841"} 0 node_network_device_id{device="br-61849e346d59"} 0 node_network_device_id{device="br-61d28ade84d6"} 0 node_network_device_id{device="br-63561f6ecb8e"} 0 node_network_device_id{device="br-65d299b503ee"} 0 node_network_device_id{device="br-6bb76e52d0ad"} 0 node_network_device_id{device="br-6f8573194abf"} 0 node_network_device_id{device="br-7c7768cc3717"} 0 node_network_device_id{device="br-7dc3afdf0595"} 0 node_network_device_id{device="br-7f850a40bfe5"} 0 node_network_device_id{device="br-8716ec68a5ed"} 0 node_network_device_id{device="br-8ae373fa2d64"} 0 node_network_device_id{device="br-8c6a4bf92696"} 0 node_network_device_id{device="br-8cb85635e30f"} 0 node_network_device_id{device="br-8dce2f197033"} 0 node_network_device_id{device="br-90cd3c4154aa"} 0 node_network_device_id{device="br-9472bb85cfee"} 0 node_network_device_id{device="br-96848e888a71"} 0 node_network_device_id{device="br-9ba5f271298c"} 0 node_network_device_id{device="br-9bcfee4e647f"} 0 node_network_device_id{device="br-9dafd0c4fdb9"} 0 node_network_device_id{device="br-9db262804262"} 0 node_network_device_id{device="br-9dc48ff73063"} 0 node_network_device_id{device="br-a1d37c85c10a"} 0 node_network_device_id{device="br-a1e913015165"} 0 node_network_device_id{device="br-a28e9d8e1a5a"} 0 node_network_device_id{device="br-a2ad5d8a6e21"} 0 node_network_device_id{device="br-a38ecabc76e9"} 0 node_network_device_id{device="br-a4f2233265e1"} 0 node_network_device_id{device="br-a5dafb0a1dce"} 0 node_network_device_id{device="br-a9bbe251fab0"} 0 node_network_device_id{device="br-aa93655903fc"} 0 node_network_device_id{device="br-ac3189dfb892"} 0 node_network_device_id{device="br-ad403c2030eb"} 0 node_network_device_id{device="br-b189446352e8"} 0 node_network_device_id{device="br-b2704a1bb792"} 0 node_network_device_id{device="br-b3ccbb1f1bc0"} 0 node_network_device_id{device="br-b783fcd91426"} 0 node_network_device_id{device="br-b963d2263b6f"} 0 node_network_device_id{device="br-ba1379cf796f"} 0 node_network_device_id{device="br-ba367713f9e4"} 0 node_network_device_id{device="br-bbe8bdb22dd6"} 0 node_network_device_id{device="br-bd52bf04c342"} 0 node_network_device_id{device="br-bf0cd4851644"} 0 node_network_device_id{device="br-bffb620a7ee6"} 0 node_network_device_id{device="br-c1f5d6ba4d2d"} 0 node_network_device_id{device="br-c30b8f3d8dab"} 0 node_network_device_id{device="br-c77466ba6ab0"} 0 node_network_device_id{device="br-ca643bc58727"} 0 node_network_device_id{device="br-cd8eb8bff0ed"} 0 node_network_device_id{device="br-d349f503bfc6"} 0 node_network_device_id{device="br-d454ff2d1838"} 0 node_network_device_id{device="br-d739d49adeac"} 0 node_network_device_id{device="br-d7cd2c298e7c"} 0 node_network_device_id{device="br-d8a988dac171"} 0 node_network_device_id{device="br-de2f2179e66c"} 0 node_network_device_id{device="br-de3eb58f0193"} 0 node_network_device_id{device="br-dea46bb081b7"} 0 node_network_device_id{device="br-e065831d4d38"} 0 node_network_device_id{device="br-e5485c57cf48"} 0 node_network_device_id{device="br-eb54112c03eb"} 0 node_network_device_id{device="br-ec717bd1017c"} 0 node_network_device_id{device="br-edb0c100954a"} 0 node_network_device_id{device="br-f33823381a9d"} 0 node_network_device_id{device="br-f3652190882f"} 0 node_network_device_id{device="br-f408a2a1a184"} 0 node_network_device_id{device="br-f515742f876f"} 0 node_network_device_id{device="br-f9f6492a4861"} 0 node_network_device_id{device="br-fb51064e1346"} 0 node_network_device_id{device="br-fda61ed9d8ac"} 0 node_network_device_id{device="br-fedaf61052e8"} 0 node_network_device_id{device="br-ff91e3e17577"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="docker_gwbridge"} 0 node_network_device_id{device="enp1s0"} 0 node_network_device_id{device="enp7s0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth0032b85"} 0 node_network_device_id{device="veth0062100"} 0 node_network_device_id{device="veth0103041"} 0 node_network_device_id{device="veth0112c67"} 0 node_network_device_id{device="veth019627f"} 0 node_network_device_id{device="veth022f48e"} 0 node_network_device_id{device="veth02c3008"} 0 node_network_device_id{device="veth03870f2"} 0 node_network_device_id{device="veth03fab17"} 0 node_network_device_id{device="veth0445705"} 0 node_network_device_id{device="veth04d9d5c"} 0 node_network_device_id{device="veth04f6c9d"} 0 node_network_device_id{device="veth05af784"} 0 node_network_device_id{device="veth05efff4"} 0 node_network_device_id{device="veth060151d"} 0 node_network_device_id{device="veth060da87"} 0 node_network_device_id{device="veth061cde3"} 0 node_network_device_id{device="veth069689a"} 0 node_network_device_id{device="veth071e33d"} 0 node_network_device_id{device="veth0721878"} 0 node_network_device_id{device="veth075aab6"} 0 node_network_device_id{device="veth07e6c77"} 0 node_network_device_id{device="veth0b493a5"} 0 node_network_device_id{device="veth0b53316"} 0 node_network_device_id{device="veth0c53113"} 0 node_network_device_id{device="veth0d1acf5"} 0 node_network_device_id{device="veth0d31a45"} 0 node_network_device_id{device="veth0de6dee"} 0 node_network_device_id{device="veth0df23dc"} 0 node_network_device_id{device="veth0eca916"} 0 node_network_device_id{device="veth0f5f33d"} 0 node_network_device_id{device="veth0f8dec9"} 0 node_network_device_id{device="veth102c1ba"} 0 node_network_device_id{device="veth1063edf"} 0 node_network_device_id{device="veth1118b3c"} 0 node_network_device_id{device="veth11515af"} 0 node_network_device_id{device="veth133564c"} 0 node_network_device_id{device="veth1347d6c"} 0 node_network_device_id{device="veth135d815"} 0 node_network_device_id{device="veth13c38ee"} 0 node_network_device_id{device="veth13e91ad"} 0 node_network_device_id{device="veth1425634"} 0 node_network_device_id{device="veth1611d0c"} 0 node_network_device_id{device="veth168e87b"} 0 node_network_device_id{device="veth1706b7a"} 0 node_network_device_id{device="veth178dfc0"} 0 node_network_device_id{device="veth1938721"} 0 node_network_device_id{device="veth19a56fa"} 0 node_network_device_id{device="veth1aaea89"} 0 node_network_device_id{device="veth1b45a8e"} 0 node_network_device_id{device="veth1b6bd03"} 0 node_network_device_id{device="veth1cd93e3"} 0 node_network_device_id{device="veth1d5394d"} 0 node_network_device_id{device="veth1d86d73"} 0 node_network_device_id{device="veth1ead36c"} 0 node_network_device_id{device="veth1fb3a26"} 0 node_network_device_id{device="veth20297c5"} 0 node_network_device_id{device="veth2106fb1"} 0 node_network_device_id{device="veth21341d6"} 0 node_network_device_id{device="veth2295082"} 0 node_network_device_id{device="veth247d7c2"} 0 node_network_device_id{device="veth25425d4"} 0 node_network_device_id{device="veth256aa3d"} 0 node_network_device_id{device="veth26409f4"} 0 node_network_device_id{device="veth269d5e6"} 0 node_network_device_id{device="veth273675a"} 0 node_network_device_id{device="veth275b86b"} 0 node_network_device_id{device="veth28b1591"} 0 node_network_device_id{device="veth296e150"} 0 node_network_device_id{device="veth29a1ccc"} 0 node_network_device_id{device="veth29c114f"} 0 node_network_device_id{device="veth2a65455"} 0 node_network_device_id{device="veth2a6f80b"} 0 node_network_device_id{device="veth2ad6708"} 0 node_network_device_id{device="veth2c8a5eb"} 0 node_network_device_id{device="veth2cf162c"} 0 node_network_device_id{device="veth2d6fdfa"} 0 node_network_device_id{device="veth2da2220"} 0 node_network_device_id{device="veth2df9e37"} 0 node_network_device_id{device="veth2e56669"} 0 node_network_device_id{device="veth2e6dcf4"} 0 node_network_device_id{device="veth2f465b5"} 0 node_network_device_id{device="veth2f81ebc"} 0 node_network_device_id{device="veth2fe3220"} 0 node_network_device_id{device="veth30486f8"} 0 node_network_device_id{device="veth3230a5c"} 0 node_network_device_id{device="veth3352b12"} 0 node_network_device_id{device="veth347d5da"} 0 node_network_device_id{device="veth348ced7"} 0 node_network_device_id{device="veth3533a3b"} 0 node_network_device_id{device="veth3565e55"} 0 node_network_device_id{device="veth3608455"} 0 node_network_device_id{device="veth36f23c3"} 0 node_network_device_id{device="veth36f2fdc"} 0 node_network_device_id{device="veth378b1cf"} 0 node_network_device_id{device="veth378d132"} 0 node_network_device_id{device="veth37d4017"} 0 node_network_device_id{device="veth3812cc9"} 0 node_network_device_id{device="veth384ee7f"} 0 node_network_device_id{device="veth388c154"} 0 node_network_device_id{device="veth3905075"} 0 node_network_device_id{device="veth3a09fdd"} 0 node_network_device_id{device="veth3c49372"} 0 node_network_device_id{device="veth3cbf8f4"} 0 node_network_device_id{device="veth3f7ef6c"} 0 node_network_device_id{device="veth407adc8"} 0 node_network_device_id{device="veth40c8fc3"} 0 node_network_device_id{device="veth413c10b"} 0 node_network_device_id{device="veth4181140"} 0 node_network_device_id{device="veth41d303a"} 0 node_network_device_id{device="veth42210c8"} 0 node_network_device_id{device="veth423037b"} 0 node_network_device_id{device="veth4281e6d"} 0 node_network_device_id{device="veth43cd59e"} 0 node_network_device_id{device="veth43e5c70"} 0 node_network_device_id{device="veth44d7e2c"} 0 node_network_device_id{device="veth450c253"} 0 node_network_device_id{device="veth45430e9"} 0 node_network_device_id{device="veth4642b70"} 0 node_network_device_id{device="veth468f7da"} 0 node_network_device_id{device="veth46afbf5"} 0 node_network_device_id{device="veth4732578"} 0 node_network_device_id{device="veth47bb667"} 0 node_network_device_id{device="veth47e6387"} 0 node_network_device_id{device="veth486fdd0"} 0 node_network_device_id{device="veth487e039"} 0 node_network_device_id{device="veth4993fb1"} 0 node_network_device_id{device="veth49b1548"} 0 node_network_device_id{device="veth49f14c7"} 0 node_network_device_id{device="veth4a642a8"} 0 node_network_device_id{device="veth4a76d10"} 0 node_network_device_id{device="veth4b29d5d"} 0 node_network_device_id{device="veth4bbdd5e"} 0 node_network_device_id{device="veth4d2d823"} 0 node_network_device_id{device="veth4e1abcc"} 0 node_network_device_id{device="veth4e3e373"} 0 node_network_device_id{device="veth4e78857"} 0 node_network_device_id{device="veth4f2fe05"} 0 node_network_device_id{device="veth4f9e86a"} 0 node_network_device_id{device="veth506c718"} 0 node_network_device_id{device="veth509a174"} 0 node_network_device_id{device="veth50b618a"} 0 node_network_device_id{device="veth517f447"} 0 node_network_device_id{device="veth5197b91"} 0 node_network_device_id{device="veth51a41e1"} 0 node_network_device_id{device="veth51c8eef"} 0 node_network_device_id{device="veth51f65bc"} 0 node_network_device_id{device="veth52d15a6"} 0 node_network_device_id{device="veth53a83dd"} 0 node_network_device_id{device="veth53c59b5"} 0 node_network_device_id{device="veth544564b"} 0 node_network_device_id{device="veth547ea5d"} 0 node_network_device_id{device="veth54d8e92"} 0 node_network_device_id{device="veth54f4b91"} 0 node_network_device_id{device="veth54fee19"} 0 node_network_device_id{device="veth558dcda"} 0 node_network_device_id{device="veth55bcfbe"} 0 node_network_device_id{device="veth5654345"} 0 node_network_device_id{device="veth5682e9e"} 0 node_network_device_id{device="veth56ba59b"} 0 node_network_device_id{device="veth56c8b10"} 0 node_network_device_id{device="veth5747c95"} 0 node_network_device_id{device="veth5798942"} 0 node_network_device_id{device="veth583d3bf"} 0 node_network_device_id{device="veth58c0c41"} 0 node_network_device_id{device="veth5955c4d"} 0 node_network_device_id{device="veth59b147f"} 0 node_network_device_id{device="veth59d9a6e"} 0 node_network_device_id{device="veth5a6eb98"} 0 node_network_device_id{device="veth5a7ac0c"} 0 node_network_device_id{device="veth5bb9200"} 0 node_network_device_id{device="veth5ce0bf8"} 0 node_network_device_id{device="veth5d0c6d0"} 0 node_network_device_id{device="veth5d6c487"} 0 node_network_device_id{device="veth5e594fd"} 0 node_network_device_id{device="veth5f4044b"} 0 node_network_device_id{device="veth5fab975"} 0 node_network_device_id{device="veth602c26c"} 0 node_network_device_id{device="veth607c6d0"} 0 node_network_device_id{device="veth61045ce"} 0 node_network_device_id{device="veth61f2797"} 0 node_network_device_id{device="veth620913b"} 0 node_network_device_id{device="veth62aa4cf"} 0 node_network_device_id{device="veth62e9205"} 0 node_network_device_id{device="veth6357d77"} 0 node_network_device_id{device="veth63a1039"} 0 node_network_device_id{device="veth64faa71"} 0 node_network_device_id{device="veth65b7cd5"} 0 node_network_device_id{device="veth67186fe"} 0 node_network_device_id{device="veth687f385"} 0 node_network_device_id{device="veth68a432f"} 0 node_network_device_id{device="veth68dc675"} 0 node_network_device_id{device="veth68dfc02"} 0 node_network_device_id{device="veth69282bc"} 0 node_network_device_id{device="veth69383b3"} 0 node_network_device_id{device="veth694f82a"} 0 node_network_device_id{device="veth6a36832"} 0 node_network_device_id{device="veth6ad616c"} 0 node_network_device_id{device="veth6b19168"} 0 node_network_device_id{device="veth6b2e435"} 0 node_network_device_id{device="veth6b49f3c"} 0 node_network_device_id{device="veth6b822ad"} 0 node_network_device_id{device="veth6b93b5b"} 0 node_network_device_id{device="veth6bea112"} 0 node_network_device_id{device="veth6cdc6e1"} 0 node_network_device_id{device="veth6e075bd"} 0 node_network_device_id{device="veth6e1780a"} 0 node_network_device_id{device="veth6e61860"} 0 node_network_device_id{device="veth7039388"} 0 node_network_device_id{device="veth70f4ee1"} 0 node_network_device_id{device="veth716f757"} 0 node_network_device_id{device="veth724ccf7"} 0 node_network_device_id{device="veth72594d2"} 0 node_network_device_id{device="veth730deaa"} 0 node_network_device_id{device="veth73512f2"} 0 node_network_device_id{device="veth73c1813"} 0 node_network_device_id{device="veth741cb85"} 0 node_network_device_id{device="veth75ab275"} 0 node_network_device_id{device="veth75c4fef"} 0 node_network_device_id{device="veth7636e3d"} 0 node_network_device_id{device="veth77432d4"} 0 node_network_device_id{device="veth795d64a"} 0 node_network_device_id{device="veth7c65c3b"} 0 node_network_device_id{device="veth7d1a0bd"} 0 node_network_device_id{device="veth7d6a0f5"} 0 node_network_device_id{device="veth7e09eb6"} 0 node_network_device_id{device="veth7e4ad7f"} 0 node_network_device_id{device="veth7ecac2d"} 0 node_network_device_id{device="veth7eccd33"} 0 node_network_device_id{device="veth7ee5901"} 0 node_network_device_id{device="veth7f0dd5d"} 0 node_network_device_id{device="veth7f473a1"} 0 node_network_device_id{device="veth7f5281e"} 0 node_network_device_id{device="veth7feb00f"} 0 node_network_device_id{device="veth7ff154f"} 0 node_network_device_id{device="veth80957ff"} 0 node_network_device_id{device="veth8137b9c"} 0 node_network_device_id{device="veth81a1594"} 0 node_network_device_id{device="veth81daf2a"} 0 node_network_device_id{device="veth8223f67"} 0 node_network_device_id{device="veth8247bb0"} 0 node_network_device_id{device="veth8270420"} 0 node_network_device_id{device="veth8335dac"} 0 node_network_device_id{device="veth8429d9a"} 0 node_network_device_id{device="veth844aefd"} 0 node_network_device_id{device="veth849dac1"} 0 node_network_device_id{device="veth84b99c9"} 0 node_network_device_id{device="veth84bd87d"} 0 node_network_device_id{device="veth85cc1cf"} 0 node_network_device_id{device="veth85f7192"} 0 node_network_device_id{device="veth86ce04d"} 0 node_network_device_id{device="veth872e399"} 0 node_network_device_id{device="veth873611d"} 0 node_network_device_id{device="veth877be1d"} 0 node_network_device_id{device="veth8969f3b"} 0 node_network_device_id{device="veth8c3a190"} 0 node_network_device_id{device="veth8c70adf"} 0 node_network_device_id{device="veth8db889b"} 0 node_network_device_id{device="veth8dc210c"} 0 node_network_device_id{device="veth8e0606c"} 0 node_network_device_id{device="veth8e077da"} 0 node_network_device_id{device="veth8e1aba7"} 0 node_network_device_id{device="veth8eae5df"} 0 node_network_device_id{device="veth8f7612b"} 0 node_network_device_id{device="veth8f7dd95"} 0 node_network_device_id{device="veth90c30b2"} 0 node_network_device_id{device="veth921cee8"} 0 node_network_device_id{device="veth9302314"} 0 node_network_device_id{device="veth9331cd6"} 0 node_network_device_id{device="veth9388ace"} 0 node_network_device_id{device="veth947bf8e"} 0 node_network_device_id{device="veth94ee973"} 0 node_network_device_id{device="veth950d9c2"} 0 node_network_device_id{device="veth951b9c5"} 0 node_network_device_id{device="veth9564c18"} 0 node_network_device_id{device="veth957c474"} 0 node_network_device_id{device="veth9585732"} 0 node_network_device_id{device="veth967aa1a"} 0 node_network_device_id{device="veth9779f87"} 0 node_network_device_id{device="veth983bad0"} 0 node_network_device_id{device="veth987c992"} 0 node_network_device_id{device="veth98c6421"} 0 node_network_device_id{device="veth990a50f"} 0 node_network_device_id{device="veth9a4f942"} 0 node_network_device_id{device="veth9a6c8be"} 0 node_network_device_id{device="veth9ad5f46"} 0 node_network_device_id{device="veth9b13721"} 0 node_network_device_id{device="veth9b464fa"} 0 node_network_device_id{device="veth9b4f0d2"} 0 node_network_device_id{device="veth9b5c7ee"} 0 node_network_device_id{device="veth9be4730"} 0 node_network_device_id{device="veth9bfc292"} 0 node_network_device_id{device="veth9c18fa3"} 0 node_network_device_id{device="veth9c355e1"} 0 node_network_device_id{device="veth9c57e90"} 0 node_network_device_id{device="veth9cdf489"} 0 node_network_device_id{device="veth9d63606"} 0 node_network_device_id{device="veth9de68fa"} 0 node_network_device_id{device="veth9e30c14"} 0 node_network_device_id{device="veth9e56bd7"} 0 node_network_device_id{device="veth9e6929b"} 0 node_network_device_id{device="veth9eba1cd"} 0 node_network_device_id{device="vetha03ce74"} 0 node_network_device_id{device="vetha04b49d"} 0 node_network_device_id{device="vetha10f2fa"} 0 node_network_device_id{device="vetha11005d"} 0 node_network_device_id{device="vetha145b74"} 0 node_network_device_id{device="vetha2b566c"} 0 node_network_device_id{device="vetha2fc1a5"} 0 node_network_device_id{device="vetha3569ea"} 0 node_network_device_id{device="vetha387dd9"} 0 node_network_device_id{device="vetha3b745a"} 0 node_network_device_id{device="vetha3bec2e"} 0 node_network_device_id{device="vetha4cd445"} 0 node_network_device_id{device="vetha4dbc2b"} 0 node_network_device_id{device="vetha4fe8d7"} 0 node_network_device_id{device="vetha68c9b3"} 0 node_network_device_id{device="vetha6ef154"} 0 node_network_device_id{device="vetha77a1bd"} 0 node_network_device_id{device="vetha7950a3"} 0 node_network_device_id{device="vetha82ff5a"} 0 node_network_device_id{device="vetha8424ea"} 0 node_network_device_id{device="vetha865d3e"} 0 node_network_device_id{device="vetha8b7d19"} 0 node_network_device_id{device="vetha916bfd"} 0 node_network_device_id{device="vetha96a22d"} 0 node_network_device_id{device="vetha96cc9c"} 0 node_network_device_id{device="vetha9c7c19"} 0 node_network_device_id{device="vetha9caa3b"} 0 node_network_device_id{device="vethaa90db7"} 0 node_network_device_id{device="vethab9efd5"} 0 node_network_device_id{device="vethac8d182"} 0 node_network_device_id{device="vethac999f1"} 0 node_network_device_id{device="vethaca1dc0"} 0 node_network_device_id{device="vethacf7ba6"} 0 node_network_device_id{device="vethad96a00"} 0 node_network_device_id{device="vethadd48e3"} 0 node_network_device_id{device="vethadd9f3f"} 0 node_network_device_id{device="vethae2fcbc"} 0 node_network_device_id{device="vethae97c83"} 0 node_network_device_id{device="vethb07dd73"} 0 node_network_device_id{device="vethb179549"} 0 node_network_device_id{device="vethb19d1ed"} 0 node_network_device_id{device="vethb1b305d"} 0 node_network_device_id{device="vethb1b39f0"} 0 node_network_device_id{device="vethb1bf067"} 0 node_network_device_id{device="vethb1d5654"} 0 node_network_device_id{device="vethb28b5ff"} 0 node_network_device_id{device="vethb2bd843"} 0 node_network_device_id{device="vethb305a14"} 0 node_network_device_id{device="vethb3e024d"} 0 node_network_device_id{device="vethb43c9ad"} 0 node_network_device_id{device="vethb477838"} 0 node_network_device_id{device="vethb4ce123"} 0 node_network_device_id{device="vethb56815f"} 0 node_network_device_id{device="vethb6bf622"} 0 node_network_device_id{device="vethb75ca8b"} 0 node_network_device_id{device="vethb770745"} 0 node_network_device_id{device="vethb7a1877"} 0 node_network_device_id{device="vethb7a9d61"} 0 node_network_device_id{device="vethb805fbd"} 0 node_network_device_id{device="vethb89ad32"} 0 node_network_device_id{device="vethb90d782"} 0 node_network_device_id{device="vethb91a369"} 0 node_network_device_id{device="vethb9b4a13"} 0 node_network_device_id{device="vethb9e011c"} 0 node_network_device_id{device="vethba518ed"} 0 node_network_device_id{device="vethbb22a17"} 0 node_network_device_id{device="vethbb85030"} 0 node_network_device_id{device="vethbb8a6e3"} 0 node_network_device_id{device="vethbbac89d"} 0 node_network_device_id{device="vethbd082f6"} 0 node_network_device_id{device="vethbd25c03"} 0 node_network_device_id{device="vethbde29dc"} 0 node_network_device_id{device="vethbdf0ae6"} 0 node_network_device_id{device="vethbdf987b"} 0 node_network_device_id{device="vethbe2b5e1"} 0 node_network_device_id{device="vethbe68e79"} 0 node_network_device_id{device="vethbf0834e"} 0 node_network_device_id{device="vethbf0fb34"} 0 node_network_device_id{device="vethbf21c25"} 0 node_network_device_id{device="vethc008c90"} 0 node_network_device_id{device="vethc07b10a"} 0 node_network_device_id{device="vethc08f47c"} 0 node_network_device_id{device="vethc18cb9a"} 0 node_network_device_id{device="vethc1a97fa"} 0 node_network_device_id{device="vethc1e9d8b"} 0 node_network_device_id{device="vethc264259"} 0 node_network_device_id{device="vethc31d600"} 0 node_network_device_id{device="vethc3ad82f"} 0 node_network_device_id{device="vethc46fc85"} 0 node_network_device_id{device="vethc4adf64"} 0 node_network_device_id{device="vethc549684"} 0 node_network_device_id{device="vethc5ebbd5"} 0 node_network_device_id{device="vethc61da72"} 0 node_network_device_id{device="vethc658eb9"} 0 node_network_device_id{device="vethc6b2fec"} 0 node_network_device_id{device="vethc6f15e7"} 0 node_network_device_id{device="vethc88834e"} 0 node_network_device_id{device="vethc9e2026"} 0 node_network_device_id{device="vethcaa0d9b"} 0 node_network_device_id{device="vethcad14ef"} 0 node_network_device_id{device="vethcc5c2ec"} 0 node_network_device_id{device="vethcd0f622"} 0 node_network_device_id{device="vethcdf4121"} 0 node_network_device_id{device="vethce28d62"} 0 node_network_device_id{device="vethcefb8ea"} 0 node_network_device_id{device="vethcf10a77"} 0 node_network_device_id{device="vethcf3d0ab"} 0 node_network_device_id{device="vethcf469f8"} 0 node_network_device_id{device="vethcfbd110"} 0 node_network_device_id{device="vethd049859"} 0 node_network_device_id{device="vethd0df832"} 0 node_network_device_id{device="vethd0ea3b3"} 0 node_network_device_id{device="vethd137e3f"} 0 node_network_device_id{device="vethd1673da"} 0 node_network_device_id{device="vethd17ef64"} 0 node_network_device_id{device="vethd265cdf"} 0 node_network_device_id{device="vethd274fa2"} 0 node_network_device_id{device="vethd3692c1"} 0 node_network_device_id{device="vethd3ad8e8"} 0 node_network_device_id{device="vethd3cb445"} 0 node_network_device_id{device="vethd460bfa"} 0 node_network_device_id{device="vethd4c98bf"} 0 node_network_device_id{device="vethd5453e5"} 0 node_network_device_id{device="vethd5b5677"} 0 node_network_device_id{device="vethd6090fd"} 0 node_network_device_id{device="vethd6d926d"} 0 node_network_device_id{device="vethd77042c"} 0 node_network_device_id{device="vethd8c625e"} 0 node_network_device_id{device="vethd95efe7"} 0 node_network_device_id{device="vethd9a7d1e"} 0 node_network_device_id{device="vethdb5e758"} 0 node_network_device_id{device="vethdbae4f2"} 0 node_network_device_id{device="vethdc87b20"} 0 node_network_device_id{device="vethdcb1f0b"} 0 node_network_device_id{device="vethdd53f2d"} 0 node_network_device_id{device="vethde11193"} 0 node_network_device_id{device="vethdeb9758"} 0 node_network_device_id{device="vethdeef5dc"} 0 node_network_device_id{device="vethe2428a1"} 0 node_network_device_id{device="vethe24bfb2"} 0 node_network_device_id{device="vethe2f38b4"} 0 node_network_device_id{device="vethe344c7c"} 0 node_network_device_id{device="vethe3e1fe3"} 0 node_network_device_id{device="vethe432622"} 0 node_network_device_id{device="vethe44e0ab"} 0 node_network_device_id{device="vethe4bfa42"} 0 node_network_device_id{device="vethe4f4e44"} 0 node_network_device_id{device="vethe4f5b2b"} 0 node_network_device_id{device="vethe523b56"} 0 node_network_device_id{device="vethe5b262f"} 0 node_network_device_id{device="vethe5e2431"} 0 node_network_device_id{device="vethe6c7619"} 0 node_network_device_id{device="vethe6d2761"} 0 node_network_device_id{device="vethe7084c8"} 0 node_network_device_id{device="vethe81d201"} 0 node_network_device_id{device="vethe81da63"} 0 node_network_device_id{device="vethe82b73e"} 0 node_network_device_id{device="vethe8b4700"} 0 node_network_device_id{device="vethe8e93c0"} 0 node_network_device_id{device="vethe96c577"} 0 node_network_device_id{device="vethe96d5e4"} 0 node_network_device_id{device="vethe97bbfc"} 0 node_network_device_id{device="vethe99909e"} 0 node_network_device_id{device="vetheaaf7a8"} 0 node_network_device_id{device="vetheabb614"} 0 node_network_device_id{device="vetheb6778a"} 0 node_network_device_id{device="vetheb9b73c"} 0 node_network_device_id{device="vetheb9f1a5"} 0 node_network_device_id{device="vetheca6089"} 0 node_network_device_id{device="vethee11bc2"} 0 node_network_device_id{device="vethee73ec3"} 0 node_network_device_id{device="vetheebb68b"} 0 node_network_device_id{device="vethef3aebe"} 0 node_network_device_id{device="vethef683ec"} 0 node_network_device_id{device="vethefcfba0"} 0 node_network_device_id{device="vethf002533"} 0 node_network_device_id{device="vethf0980ae"} 0 node_network_device_id{device="vethf0d12be"} 0 node_network_device_id{device="vethf0da578"} 0 node_network_device_id{device="vethf17a534"} 0 node_network_device_id{device="vethf1aa0a2"} 0 node_network_device_id{device="vethf1af506"} 0 node_network_device_id{device="vethf1d2976"} 0 node_network_device_id{device="vethf24dd7e"} 0 node_network_device_id{device="vethf340822"} 0 node_network_device_id{device="vethf420933"} 0 node_network_device_id{device="vethf4cfc78"} 0 node_network_device_id{device="vethf4d3c1b"} 0 node_network_device_id{device="vethf5c652f"} 0 node_network_device_id{device="vethf6144ce"} 0 node_network_device_id{device="vethf65b7bb"} 0 node_network_device_id{device="vethf6c8f45"} 0 node_network_device_id{device="vethf7001fb"} 0 node_network_device_id{device="vethf748303"} 0 node_network_device_id{device="vethf77cba5"} 0 node_network_device_id{device="vethf86a842"} 0 node_network_device_id{device="vethf906982"} 0 node_network_device_id{device="vethf9a5386"} 0 node_network_device_id{device="vethfa01a23"} 0 node_network_device_id{device="vethfa11d53"} 0 node_network_device_id{device="vethfbc3e02"} 0 node_network_device_id{device="vethfbda92a"} 0 node_network_device_id{device="vethfc1051c"} 0 node_network_device_id{device="vethfc5b432"} 0 node_network_device_id{device="vethfd373d2"} 0 node_network_device_id{device="vethfd8de08"} 0 node_network_device_id{device="vethfe57e1a"} 0 node_network_device_id{device="vethfe628e7"} 0 node_network_device_id{device="vethfe7a799"} 0 node_network_device_id{device="vethfe87d9a"} 0 node_network_device_id{device="vethff97c3c"} 0 node_network_device_id{device="vethffd01e5"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-087c68b8e63c"} 0 node_network_dormant{device="br-0b1f21f65434"} 0 node_network_dormant{device="br-0d0fae6fba3a"} 0 node_network_dormant{device="br-170997b6d0fa"} 0 node_network_dormant{device="br-1bb5f7b6f214"} 0 node_network_dormant{device="br-1e4bfa09370c"} 0 node_network_dormant{device="br-1f69ec4677f1"} 0 node_network_dormant{device="br-21789fc30e57"} 0 node_network_dormant{device="br-24be321e5dec"} 0 node_network_dormant{device="br-259e1db91409"} 0 node_network_dormant{device="br-26bd8dfacf27"} 0 node_network_dormant{device="br-27f56655830b"} 0 node_network_dormant{device="br-28d2c710d9dd"} 0 node_network_dormant{device="br-2a3f91fee31f"} 0 node_network_dormant{device="br-2bc240b92a01"} 0 node_network_dormant{device="br-2c90dade3b40"} 0 node_network_dormant{device="br-336368f4fbaf"} 0 node_network_dormant{device="br-357f0be81f70"} 0 node_network_dormant{device="br-36d6eda82163"} 0 node_network_dormant{device="br-3eb6a5acab86"} 0 node_network_dormant{device="br-448507de0ea8"} 0 node_network_dormant{device="br-4a94058d26b4"} 0 node_network_dormant{device="br-4be189870a60"} 0 node_network_dormant{device="br-4f972baae489"} 0 node_network_dormant{device="br-50cf1727260b"} 0 node_network_dormant{device="br-52aec1ad6344"} 0 node_network_dormant{device="br-54774436947a"} 0 node_network_dormant{device="br-5508256f2a09"} 0 node_network_dormant{device="br-57a69cbd7be7"} 0 node_network_dormant{device="br-5d4590ede425"} 0 node_network_dormant{device="br-610e22981841"} 0 node_network_dormant{device="br-61849e346d59"} 0 node_network_dormant{device="br-61d28ade84d6"} 0 node_network_dormant{device="br-63561f6ecb8e"} 0 node_network_dormant{device="br-65d299b503ee"} 0 node_network_dormant{device="br-6bb76e52d0ad"} 0 node_network_dormant{device="br-6f8573194abf"} 0 node_network_dormant{device="br-7c7768cc3717"} 0 node_network_dormant{device="br-7dc3afdf0595"} 0 node_network_dormant{device="br-7f850a40bfe5"} 0 node_network_dormant{device="br-8716ec68a5ed"} 0 node_network_dormant{device="br-8ae373fa2d64"} 0 node_network_dormant{device="br-8c6a4bf92696"} 0 node_network_dormant{device="br-8cb85635e30f"} 0 node_network_dormant{device="br-8dce2f197033"} 0 node_network_dormant{device="br-90cd3c4154aa"} 0 node_network_dormant{device="br-9472bb85cfee"} 0 node_network_dormant{device="br-96848e888a71"} 0 node_network_dormant{device="br-9ba5f271298c"} 0 node_network_dormant{device="br-9bcfee4e647f"} 0 node_network_dormant{device="br-9dafd0c4fdb9"} 0 node_network_dormant{device="br-9db262804262"} 0 node_network_dormant{device="br-9dc48ff73063"} 0 node_network_dormant{device="br-a1d37c85c10a"} 0 node_network_dormant{device="br-a1e913015165"} 0 node_network_dormant{device="br-a28e9d8e1a5a"} 0 node_network_dormant{device="br-a2ad5d8a6e21"} 0 node_network_dormant{device="br-a38ecabc76e9"} 0 node_network_dormant{device="br-a4f2233265e1"} 0 node_network_dormant{device="br-a5dafb0a1dce"} 0 node_network_dormant{device="br-a9bbe251fab0"} 0 node_network_dormant{device="br-aa93655903fc"} 0 node_network_dormant{device="br-ac3189dfb892"} 0 node_network_dormant{device="br-ad403c2030eb"} 0 node_network_dormant{device="br-b189446352e8"} 0 node_network_dormant{device="br-b2704a1bb792"} 0 node_network_dormant{device="br-b3ccbb1f1bc0"} 0 node_network_dormant{device="br-b783fcd91426"} 0 node_network_dormant{device="br-b963d2263b6f"} 0 node_network_dormant{device="br-ba1379cf796f"} 0 node_network_dormant{device="br-ba367713f9e4"} 0 node_network_dormant{device="br-bbe8bdb22dd6"} 0 node_network_dormant{device="br-bd52bf04c342"} 0 node_network_dormant{device="br-bf0cd4851644"} 0 node_network_dormant{device="br-bffb620a7ee6"} 0 node_network_dormant{device="br-c1f5d6ba4d2d"} 0 node_network_dormant{device="br-c30b8f3d8dab"} 0 node_network_dormant{device="br-c77466ba6ab0"} 0 node_network_dormant{device="br-ca643bc58727"} 0 node_network_dormant{device="br-cd8eb8bff0ed"} 0 node_network_dormant{device="br-d349f503bfc6"} 0 node_network_dormant{device="br-d454ff2d1838"} 0 node_network_dormant{device="br-d739d49adeac"} 0 node_network_dormant{device="br-d7cd2c298e7c"} 0 node_network_dormant{device="br-d8a988dac171"} 0 node_network_dormant{device="br-de2f2179e66c"} 0 node_network_dormant{device="br-de3eb58f0193"} 0 node_network_dormant{device="br-dea46bb081b7"} 0 node_network_dormant{device="br-e065831d4d38"} 0 node_network_dormant{device="br-e5485c57cf48"} 0 node_network_dormant{device="br-eb54112c03eb"} 0 node_network_dormant{device="br-ec717bd1017c"} 0 node_network_dormant{device="br-edb0c100954a"} 0 node_network_dormant{device="br-f33823381a9d"} 0 node_network_dormant{device="br-f3652190882f"} 0 node_network_dormant{device="br-f408a2a1a184"} 0 node_network_dormant{device="br-f515742f876f"} 0 node_network_dormant{device="br-f9f6492a4861"} 0 node_network_dormant{device="br-fb51064e1346"} 0 node_network_dormant{device="br-fda61ed9d8ac"} 0 node_network_dormant{device="br-fedaf61052e8"} 0 node_network_dormant{device="br-ff91e3e17577"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="docker_gwbridge"} 0 node_network_dormant{device="enp1s0"} 0 node_network_dormant{device="enp7s0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth0032b85"} 0 node_network_dormant{device="veth0062100"} 0 node_network_dormant{device="veth0103041"} 0 node_network_dormant{device="veth0112c67"} 0 node_network_dormant{device="veth019627f"} 0 node_network_dormant{device="veth022f48e"} 0 node_network_dormant{device="veth02c3008"} 0 node_network_dormant{device="veth03870f2"} 0 node_network_dormant{device="veth03fab17"} 0 node_network_dormant{device="veth0445705"} 0 node_network_dormant{device="veth04d9d5c"} 0 node_network_dormant{device="veth04f6c9d"} 0 node_network_dormant{device="veth05af784"} 0 node_network_dormant{device="veth05efff4"} 0 node_network_dormant{device="veth060151d"} 0 node_network_dormant{device="veth060da87"} 0 node_network_dormant{device="veth061cde3"} 0 node_network_dormant{device="veth069689a"} 0 node_network_dormant{device="veth071e33d"} 0 node_network_dormant{device="veth0721878"} 0 node_network_dormant{device="veth075aab6"} 0 node_network_dormant{device="veth07e6c77"} 0 node_network_dormant{device="veth0b493a5"} 0 node_network_dormant{device="veth0b53316"} 0 node_network_dormant{device="veth0c53113"} 0 node_network_dormant{device="veth0d1acf5"} 0 node_network_dormant{device="veth0d31a45"} 0 node_network_dormant{device="veth0de6dee"} 0 node_network_dormant{device="veth0df23dc"} 0 node_network_dormant{device="veth0eca916"} 0 node_network_dormant{device="veth0f5f33d"} 0 node_network_dormant{device="veth0f8dec9"} 0 node_network_dormant{device="veth102c1ba"} 0 node_network_dormant{device="veth1063edf"} 0 node_network_dormant{device="veth1118b3c"} 0 node_network_dormant{device="veth11515af"} 0 node_network_dormant{device="veth133564c"} 0 node_network_dormant{device="veth1347d6c"} 0 node_network_dormant{device="veth135d815"} 0 node_network_dormant{device="veth13c38ee"} 0 node_network_dormant{device="veth13e91ad"} 0 node_network_dormant{device="veth1425634"} 0 node_network_dormant{device="veth1611d0c"} 0 node_network_dormant{device="veth168e87b"} 0 node_network_dormant{device="veth1706b7a"} 0 node_network_dormant{device="veth178dfc0"} 0 node_network_dormant{device="veth1938721"} 0 node_network_dormant{device="veth19a56fa"} 0 node_network_dormant{device="veth1aaea89"} 0 node_network_dormant{device="veth1b45a8e"} 0 node_network_dormant{device="veth1b6bd03"} 0 node_network_dormant{device="veth1cd93e3"} 0 node_network_dormant{device="veth1d5394d"} 0 node_network_dormant{device="veth1d86d73"} 0 node_network_dormant{device="veth1ead36c"} 0 node_network_dormant{device="veth1fb3a26"} 0 node_network_dormant{device="veth20297c5"} 0 node_network_dormant{device="veth2106fb1"} 0 node_network_dormant{device="veth21341d6"} 0 node_network_dormant{device="veth2295082"} 0 node_network_dormant{device="veth247d7c2"} 0 node_network_dormant{device="veth25425d4"} 0 node_network_dormant{device="veth256aa3d"} 0 node_network_dormant{device="veth26409f4"} 0 node_network_dormant{device="veth269d5e6"} 0 node_network_dormant{device="veth273675a"} 0 node_network_dormant{device="veth275b86b"} 0 node_network_dormant{device="veth28b1591"} 0 node_network_dormant{device="veth296e150"} 0 node_network_dormant{device="veth29a1ccc"} 0 node_network_dormant{device="veth29c114f"} 0 node_network_dormant{device="veth2a65455"} 0 node_network_dormant{device="veth2a6f80b"} 0 node_network_dormant{device="veth2ad6708"} 0 node_network_dormant{device="veth2c8a5eb"} 0 node_network_dormant{device="veth2cf162c"} 0 node_network_dormant{device="veth2d6fdfa"} 0 node_network_dormant{device="veth2da2220"} 0 node_network_dormant{device="veth2df9e37"} 0 node_network_dormant{device="veth2e56669"} 0 node_network_dormant{device="veth2e6dcf4"} 0 node_network_dormant{device="veth2f465b5"} 0 node_network_dormant{device="veth2f81ebc"} 0 node_network_dormant{device="veth2fe3220"} 0 node_network_dormant{device="veth30486f8"} 0 node_network_dormant{device="veth3230a5c"} 0 node_network_dormant{device="veth3352b12"} 0 node_network_dormant{device="veth347d5da"} 0 node_network_dormant{device="veth348ced7"} 0 node_network_dormant{device="veth3533a3b"} 0 node_network_dormant{device="veth3565e55"} 0 node_network_dormant{device="veth3608455"} 0 node_network_dormant{device="veth36f23c3"} 0 node_network_dormant{device="veth36f2fdc"} 0 node_network_dormant{device="veth378b1cf"} 0 node_network_dormant{device="veth378d132"} 0 node_network_dormant{device="veth37d4017"} 0 node_network_dormant{device="veth3812cc9"} 0 node_network_dormant{device="veth384ee7f"} 0 node_network_dormant{device="veth388c154"} 0 node_network_dormant{device="veth3905075"} 0 node_network_dormant{device="veth3a09fdd"} 0 node_network_dormant{device="veth3c49372"} 0 node_network_dormant{device="veth3cbf8f4"} 0 node_network_dormant{device="veth3f7ef6c"} 0 node_network_dormant{device="veth407adc8"} 0 node_network_dormant{device="veth40c8fc3"} 0 node_network_dormant{device="veth413c10b"} 0 node_network_dormant{device="veth4181140"} 0 node_network_dormant{device="veth41d303a"} 0 node_network_dormant{device="veth42210c8"} 0 node_network_dormant{device="veth423037b"} 0 node_network_dormant{device="veth4281e6d"} 0 node_network_dormant{device="veth43cd59e"} 0 node_network_dormant{device="veth43e5c70"} 0 node_network_dormant{device="veth44d7e2c"} 0 node_network_dormant{device="veth450c253"} 0 node_network_dormant{device="veth45430e9"} 0 node_network_dormant{device="veth4642b70"} 0 node_network_dormant{device="veth468f7da"} 0 node_network_dormant{device="veth46afbf5"} 0 node_network_dormant{device="veth4732578"} 0 node_network_dormant{device="veth47bb667"} 0 node_network_dormant{device="veth47e6387"} 0 node_network_dormant{device="veth486fdd0"} 0 node_network_dormant{device="veth487e039"} 0 node_network_dormant{device="veth4993fb1"} 0 node_network_dormant{device="veth49b1548"} 0 node_network_dormant{device="veth49f14c7"} 0 node_network_dormant{device="veth4a642a8"} 0 node_network_dormant{device="veth4a76d10"} 0 node_network_dormant{device="veth4b29d5d"} 0 node_network_dormant{device="veth4bbdd5e"} 0 node_network_dormant{device="veth4d2d823"} 0 node_network_dormant{device="veth4e1abcc"} 0 node_network_dormant{device="veth4e3e373"} 0 node_network_dormant{device="veth4e78857"} 0 node_network_dormant{device="veth4f2fe05"} 0 node_network_dormant{device="veth4f9e86a"} 0 node_network_dormant{device="veth506c718"} 0 node_network_dormant{device="veth509a174"} 0 node_network_dormant{device="veth50b618a"} 0 node_network_dormant{device="veth517f447"} 0 node_network_dormant{device="veth5197b91"} 0 node_network_dormant{device="veth51a41e1"} 0 node_network_dormant{device="veth51c8eef"} 0 node_network_dormant{device="veth51f65bc"} 0 node_network_dormant{device="veth52d15a6"} 0 node_network_dormant{device="veth53a83dd"} 0 node_network_dormant{device="veth53c59b5"} 0 node_network_dormant{device="veth544564b"} 0 node_network_dormant{device="veth547ea5d"} 0 node_network_dormant{device="veth54d8e92"} 0 node_network_dormant{device="veth54f4b91"} 0 node_network_dormant{device="veth54fee19"} 0 node_network_dormant{device="veth558dcda"} 0 node_network_dormant{device="veth55bcfbe"} 0 node_network_dormant{device="veth5654345"} 0 node_network_dormant{device="veth5682e9e"} 0 node_network_dormant{device="veth56ba59b"} 0 node_network_dormant{device="veth56c8b10"} 0 node_network_dormant{device="veth5747c95"} 0 node_network_dormant{device="veth5798942"} 0 node_network_dormant{device="veth583d3bf"} 0 node_network_dormant{device="veth58c0c41"} 0 node_network_dormant{device="veth5955c4d"} 0 node_network_dormant{device="veth59b147f"} 0 node_network_dormant{device="veth59d9a6e"} 0 node_network_dormant{device="veth5a6eb98"} 0 node_network_dormant{device="veth5a7ac0c"} 0 node_network_dormant{device="veth5bb9200"} 0 node_network_dormant{device="veth5ce0bf8"} 0 node_network_dormant{device="veth5d0c6d0"} 0 node_network_dormant{device="veth5d6c487"} 0 node_network_dormant{device="veth5e594fd"} 0 node_network_dormant{device="veth5f4044b"} 0 node_network_dormant{device="veth5fab975"} 0 node_network_dormant{device="veth602c26c"} 0 node_network_dormant{device="veth607c6d0"} 0 node_network_dormant{device="veth61045ce"} 0 node_network_dormant{device="veth61f2797"} 0 node_network_dormant{device="veth620913b"} 0 node_network_dormant{device="veth62aa4cf"} 0 node_network_dormant{device="veth62e9205"} 0 node_network_dormant{device="veth6357d77"} 0 node_network_dormant{device="veth63a1039"} 0 node_network_dormant{device="veth64faa71"} 0 node_network_dormant{device="veth65b7cd5"} 0 node_network_dormant{device="veth67186fe"} 0 node_network_dormant{device="veth687f385"} 0 node_network_dormant{device="veth68a432f"} 0 node_network_dormant{device="veth68dc675"} 0 node_network_dormant{device="veth68dfc02"} 0 node_network_dormant{device="veth69282bc"} 0 node_network_dormant{device="veth69383b3"} 0 node_network_dormant{device="veth694f82a"} 0 node_network_dormant{device="veth6a36832"} 0 node_network_dormant{device="veth6ad616c"} 0 node_network_dormant{device="veth6b19168"} 0 node_network_dormant{device="veth6b2e435"} 0 node_network_dormant{device="veth6b49f3c"} 0 node_network_dormant{device="veth6b822ad"} 0 node_network_dormant{device="veth6b93b5b"} 0 node_network_dormant{device="veth6bea112"} 0 node_network_dormant{device="veth6cdc6e1"} 0 node_network_dormant{device="veth6e075bd"} 0 node_network_dormant{device="veth6e1780a"} 0 node_network_dormant{device="veth6e61860"} 0 node_network_dormant{device="veth7039388"} 0 node_network_dormant{device="veth70f4ee1"} 0 node_network_dormant{device="veth716f757"} 0 node_network_dormant{device="veth724ccf7"} 0 node_network_dormant{device="veth72594d2"} 0 node_network_dormant{device="veth730deaa"} 0 node_network_dormant{device="veth73512f2"} 0 node_network_dormant{device="veth73c1813"} 0 node_network_dormant{device="veth741cb85"} 0 node_network_dormant{device="veth75ab275"} 0 node_network_dormant{device="veth75c4fef"} 0 node_network_dormant{device="veth7636e3d"} 0 node_network_dormant{device="veth77432d4"} 0 node_network_dormant{device="veth795d64a"} 0 node_network_dormant{device="veth7c65c3b"} 0 node_network_dormant{device="veth7d1a0bd"} 0 node_network_dormant{device="veth7d6a0f5"} 0 node_network_dormant{device="veth7e09eb6"} 0 node_network_dormant{device="veth7e4ad7f"} 0 node_network_dormant{device="veth7ecac2d"} 0 node_network_dormant{device="veth7eccd33"} 0 node_network_dormant{device="veth7ee5901"} 0 node_network_dormant{device="veth7f0dd5d"} 0 node_network_dormant{device="veth7f473a1"} 0 node_network_dormant{device="veth7f5281e"} 0 node_network_dormant{device="veth7feb00f"} 0 node_network_dormant{device="veth7ff154f"} 0 node_network_dormant{device="veth80957ff"} 0 node_network_dormant{device="veth8137b9c"} 0 node_network_dormant{device="veth81a1594"} 0 node_network_dormant{device="veth81daf2a"} 0 node_network_dormant{device="veth8223f67"} 0 node_network_dormant{device="veth8247bb0"} 0 node_network_dormant{device="veth8270420"} 0 node_network_dormant{device="veth8335dac"} 0 node_network_dormant{device="veth8429d9a"} 0 node_network_dormant{device="veth844aefd"} 0 node_network_dormant{device="veth849dac1"} 0 node_network_dormant{device="veth84b99c9"} 0 node_network_dormant{device="veth84bd87d"} 0 node_network_dormant{device="veth85cc1cf"} 0 node_network_dormant{device="veth85f7192"} 0 node_network_dormant{device="veth86ce04d"} 0 node_network_dormant{device="veth872e399"} 0 node_network_dormant{device="veth873611d"} 0 node_network_dormant{device="veth877be1d"} 0 node_network_dormant{device="veth8969f3b"} 0 node_network_dormant{device="veth8c3a190"} 0 node_network_dormant{device="veth8c70adf"} 0 node_network_dormant{device="veth8db889b"} 0 node_network_dormant{device="veth8dc210c"} 0 node_network_dormant{device="veth8e0606c"} 0 node_network_dormant{device="veth8e077da"} 0 node_network_dormant{device="veth8e1aba7"} 0 node_network_dormant{device="veth8eae5df"} 0 node_network_dormant{device="veth8f7612b"} 0 node_network_dormant{device="veth8f7dd95"} 0 node_network_dormant{device="veth90c30b2"} 0 node_network_dormant{device="veth921cee8"} 0 node_network_dormant{device="veth9302314"} 0 node_network_dormant{device="veth9331cd6"} 0 node_network_dormant{device="veth9388ace"} 0 node_network_dormant{device="veth947bf8e"} 0 node_network_dormant{device="veth94ee973"} 0 node_network_dormant{device="veth950d9c2"} 0 node_network_dormant{device="veth951b9c5"} 0 node_network_dormant{device="veth9564c18"} 0 node_network_dormant{device="veth957c474"} 0 node_network_dormant{device="veth9585732"} 0 node_network_dormant{device="veth967aa1a"} 0 node_network_dormant{device="veth9779f87"} 0 node_network_dormant{device="veth983bad0"} 0 node_network_dormant{device="veth987c992"} 0 node_network_dormant{device="veth98c6421"} 0 node_network_dormant{device="veth990a50f"} 0 node_network_dormant{device="veth9a4f942"} 0 node_network_dormant{device="veth9a6c8be"} 0 node_network_dormant{device="veth9ad5f46"} 0 node_network_dormant{device="veth9b13721"} 0 node_network_dormant{device="veth9b464fa"} 0 node_network_dormant{device="veth9b4f0d2"} 0 node_network_dormant{device="veth9b5c7ee"} 0 node_network_dormant{device="veth9be4730"} 0 node_network_dormant{device="veth9bfc292"} 0 node_network_dormant{device="veth9c18fa3"} 0 node_network_dormant{device="veth9c355e1"} 0 node_network_dormant{device="veth9c57e90"} 0 node_network_dormant{device="veth9cdf489"} 0 node_network_dormant{device="veth9d63606"} 0 node_network_dormant{device="veth9de68fa"} 0 node_network_dormant{device="veth9e30c14"} 0 node_network_dormant{device="veth9e56bd7"} 0 node_network_dormant{device="veth9e6929b"} 0 node_network_dormant{device="veth9eba1cd"} 0 node_network_dormant{device="vetha03ce74"} 0 node_network_dormant{device="vetha04b49d"} 0 node_network_dormant{device="vetha10f2fa"} 0 node_network_dormant{device="vetha11005d"} 0 node_network_dormant{device="vetha145b74"} 0 node_network_dormant{device="vetha2b566c"} 0 node_network_dormant{device="vetha2fc1a5"} 0 node_network_dormant{device="vetha3569ea"} 0 node_network_dormant{device="vetha387dd9"} 0 node_network_dormant{device="vetha3b745a"} 0 node_network_dormant{device="vetha3bec2e"} 0 node_network_dormant{device="vetha4cd445"} 0 node_network_dormant{device="vetha4dbc2b"} 0 node_network_dormant{device="vetha4fe8d7"} 0 node_network_dormant{device="vetha68c9b3"} 0 node_network_dormant{device="vetha6ef154"} 0 node_network_dormant{device="vetha77a1bd"} 0 node_network_dormant{device="vetha7950a3"} 0 node_network_dormant{device="vetha82ff5a"} 0 node_network_dormant{device="vetha8424ea"} 0 node_network_dormant{device="vetha865d3e"} 0 node_network_dormant{device="vetha8b7d19"} 0 node_network_dormant{device="vetha916bfd"} 0 node_network_dormant{device="vetha96a22d"} 0 node_network_dormant{device="vetha96cc9c"} 0 node_network_dormant{device="vetha9c7c19"} 0 node_network_dormant{device="vetha9caa3b"} 0 node_network_dormant{device="vethaa90db7"} 0 node_network_dormant{device="vethab9efd5"} 0 node_network_dormant{device="vethac8d182"} 0 node_network_dormant{device="vethac999f1"} 0 node_network_dormant{device="vethaca1dc0"} 0 node_network_dormant{device="vethacf7ba6"} 0 node_network_dormant{device="vethad96a00"} 0 node_network_dormant{device="vethadd48e3"} 0 node_network_dormant{device="vethadd9f3f"} 0 node_network_dormant{device="vethae2fcbc"} 0 node_network_dormant{device="vethae97c83"} 0 node_network_dormant{device="vethb07dd73"} 0 node_network_dormant{device="vethb179549"} 0 node_network_dormant{device="vethb19d1ed"} 0 node_network_dormant{device="vethb1b305d"} 0 node_network_dormant{device="vethb1b39f0"} 0 node_network_dormant{device="vethb1bf067"} 0 node_network_dormant{device="vethb1d5654"} 0 node_network_dormant{device="vethb28b5ff"} 0 node_network_dormant{device="vethb2bd843"} 0 node_network_dormant{device="vethb305a14"} 0 node_network_dormant{device="vethb3e024d"} 0 node_network_dormant{device="vethb43c9ad"} 0 node_network_dormant{device="vethb477838"} 0 node_network_dormant{device="vethb4ce123"} 0 node_network_dormant{device="vethb56815f"} 0 node_network_dormant{device="vethb6bf622"} 0 node_network_dormant{device="vethb75ca8b"} 0 node_network_dormant{device="vethb770745"} 0 node_network_dormant{device="vethb7a1877"} 0 node_network_dormant{device="vethb7a9d61"} 0 node_network_dormant{device="vethb805fbd"} 0 node_network_dormant{device="vethb89ad32"} 0 node_network_dormant{device="vethb90d782"} 0 node_network_dormant{device="vethb91a369"} 0 node_network_dormant{device="vethb9b4a13"} 0 node_network_dormant{device="vethb9e011c"} 0 node_network_dormant{device="vethba518ed"} 0 node_network_dormant{device="vethbb22a17"} 0 node_network_dormant{device="vethbb85030"} 0 node_network_dormant{device="vethbb8a6e3"} 0 node_network_dormant{device="vethbbac89d"} 0 node_network_dormant{device="vethbd082f6"} 0 node_network_dormant{device="vethbd25c03"} 0 node_network_dormant{device="vethbde29dc"} 0 node_network_dormant{device="vethbdf0ae6"} 0 node_network_dormant{device="vethbdf987b"} 0 node_network_dormant{device="vethbe2b5e1"} 0 node_network_dormant{device="vethbe68e79"} 0 node_network_dormant{device="vethbf0834e"} 0 node_network_dormant{device="vethbf0fb34"} 0 node_network_dormant{device="vethbf21c25"} 0 node_network_dormant{device="vethc008c90"} 0 node_network_dormant{device="vethc07b10a"} 0 node_network_dormant{device="vethc08f47c"} 0 node_network_dormant{device="vethc18cb9a"} 0 node_network_dormant{device="vethc1a97fa"} 0 node_network_dormant{device="vethc1e9d8b"} 0 node_network_dormant{device="vethc264259"} 0 node_network_dormant{device="vethc31d600"} 0 node_network_dormant{device="vethc3ad82f"} 0 node_network_dormant{device="vethc46fc85"} 0 node_network_dormant{device="vethc4adf64"} 0 node_network_dormant{device="vethc549684"} 0 node_network_dormant{device="vethc5ebbd5"} 0 node_network_dormant{device="vethc61da72"} 0 node_network_dormant{device="vethc658eb9"} 0 node_network_dormant{device="vethc6b2fec"} 0 node_network_dormant{device="vethc6f15e7"} 0 node_network_dormant{device="vethc88834e"} 0 node_network_dormant{device="vethc9e2026"} 0 node_network_dormant{device="vethcaa0d9b"} 0 node_network_dormant{device="vethcad14ef"} 0 node_network_dormant{device="vethcc5c2ec"} 0 node_network_dormant{device="vethcd0f622"} 0 node_network_dormant{device="vethcdf4121"} 0 node_network_dormant{device="vethce28d62"} 0 node_network_dormant{device="vethcefb8ea"} 0 node_network_dormant{device="vethcf10a77"} 0 node_network_dormant{device="vethcf3d0ab"} 0 node_network_dormant{device="vethcf469f8"} 0 node_network_dormant{device="vethcfbd110"} 0 node_network_dormant{device="vethd049859"} 0 node_network_dormant{device="vethd0df832"} 0 node_network_dormant{device="vethd0ea3b3"} 0 node_network_dormant{device="vethd137e3f"} 0 node_network_dormant{device="vethd1673da"} 0 node_network_dormant{device="vethd17ef64"} 0 node_network_dormant{device="vethd265cdf"} 0 node_network_dormant{device="vethd274fa2"} 0 node_network_dormant{device="vethd3692c1"} 0 node_network_dormant{device="vethd3ad8e8"} 0 node_network_dormant{device="vethd3cb445"} 0 node_network_dormant{device="vethd460bfa"} 0 node_network_dormant{device="vethd4c98bf"} 0 node_network_dormant{device="vethd5453e5"} 0 node_network_dormant{device="vethd5b5677"} 0 node_network_dormant{device="vethd6090fd"} 0 node_network_dormant{device="vethd6d926d"} 0 node_network_dormant{device="vethd77042c"} 0 node_network_dormant{device="vethd8c625e"} 0 node_network_dormant{device="vethd95efe7"} 0 node_network_dormant{device="vethd9a7d1e"} 0 node_network_dormant{device="vethdb5e758"} 0 node_network_dormant{device="vethdbae4f2"} 0 node_network_dormant{device="vethdc87b20"} 0 node_network_dormant{device="vethdcb1f0b"} 0 node_network_dormant{device="vethdd53f2d"} 0 node_network_dormant{device="vethde11193"} 0 node_network_dormant{device="vethdeb9758"} 0 node_network_dormant{device="vethdeef5dc"} 0 node_network_dormant{device="vethe2428a1"} 0 node_network_dormant{device="vethe24bfb2"} 0 node_network_dormant{device="vethe2f38b4"} 0 node_network_dormant{device="vethe344c7c"} 0 node_network_dormant{device="vethe3e1fe3"} 0 node_network_dormant{device="vethe432622"} 0 node_network_dormant{device="vethe44e0ab"} 0 node_network_dormant{device="vethe4bfa42"} 0 node_network_dormant{device="vethe4f4e44"} 0 node_network_dormant{device="vethe4f5b2b"} 0 node_network_dormant{device="vethe523b56"} 0 node_network_dormant{device="vethe5b262f"} 0 node_network_dormant{device="vethe5e2431"} 0 node_network_dormant{device="vethe6c7619"} 0 node_network_dormant{device="vethe6d2761"} 0 node_network_dormant{device="vethe7084c8"} 0 node_network_dormant{device="vethe81d201"} 0 node_network_dormant{device="vethe81da63"} 0 node_network_dormant{device="vethe82b73e"} 0 node_network_dormant{device="vethe8b4700"} 0 node_network_dormant{device="vethe8e93c0"} 0 node_network_dormant{device="vethe96c577"} 0 node_network_dormant{device="vethe96d5e4"} 0 node_network_dormant{device="vethe97bbfc"} 0 node_network_dormant{device="vethe99909e"} 0 node_network_dormant{device="vetheaaf7a8"} 0 node_network_dormant{device="vetheabb614"} 0 node_network_dormant{device="vetheb6778a"} 0 node_network_dormant{device="vetheb9b73c"} 0 node_network_dormant{device="vetheb9f1a5"} 0 node_network_dormant{device="vetheca6089"} 0 node_network_dormant{device="vethee11bc2"} 0 node_network_dormant{device="vethee73ec3"} 0 node_network_dormant{device="vetheebb68b"} 0 node_network_dormant{device="vethef3aebe"} 0 node_network_dormant{device="vethef683ec"} 0 node_network_dormant{device="vethefcfba0"} 0 node_network_dormant{device="vethf002533"} 0 node_network_dormant{device="vethf0980ae"} 0 node_network_dormant{device="vethf0d12be"} 0 node_network_dormant{device="vethf0da578"} 0 node_network_dormant{device="vethf17a534"} 0 node_network_dormant{device="vethf1aa0a2"} 0 node_network_dormant{device="vethf1af506"} 0 node_network_dormant{device="vethf1d2976"} 0 node_network_dormant{device="vethf24dd7e"} 0 node_network_dormant{device="vethf340822"} 0 node_network_dormant{device="vethf420933"} 0 node_network_dormant{device="vethf4cfc78"} 0 node_network_dormant{device="vethf4d3c1b"} 0 node_network_dormant{device="vethf5c652f"} 0 node_network_dormant{device="vethf6144ce"} 0 node_network_dormant{device="vethf65b7bb"} 0 node_network_dormant{device="vethf6c8f45"} 0 node_network_dormant{device="vethf7001fb"} 0 node_network_dormant{device="vethf748303"} 0 node_network_dormant{device="vethf77cba5"} 0 node_network_dormant{device="vethf86a842"} 0 node_network_dormant{device="vethf906982"} 0 node_network_dormant{device="vethf9a5386"} 0 node_network_dormant{device="vethfa01a23"} 0 node_network_dormant{device="vethfa11d53"} 0 node_network_dormant{device="vethfbc3e02"} 0 node_network_dormant{device="vethfbda92a"} 0 node_network_dormant{device="vethfc1051c"} 0 node_network_dormant{device="vethfc5b432"} 0 node_network_dormant{device="vethfd373d2"} 0 node_network_dormant{device="vethfd8de08"} 0 node_network_dormant{device="vethfe57e1a"} 0 node_network_dormant{device="vethfe628e7"} 0 node_network_dormant{device="vethfe7a799"} 0 node_network_dormant{device="vethfe87d9a"} 0 node_network_dormant{device="vethff97c3c"} 0 node_network_dormant{device="vethffd01e5"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-087c68b8e63c"} 4099 node_network_flags{device="br-0b1f21f65434"} 4099 node_network_flags{device="br-0d0fae6fba3a"} 4099 node_network_flags{device="br-170997b6d0fa"} 4099 node_network_flags{device="br-1bb5f7b6f214"} 4099 node_network_flags{device="br-1e4bfa09370c"} 4099 node_network_flags{device="br-1f69ec4677f1"} 4099 node_network_flags{device="br-21789fc30e57"} 4099 node_network_flags{device="br-24be321e5dec"} 4099 node_network_flags{device="br-259e1db91409"} 4099 node_network_flags{device="br-26bd8dfacf27"} 4099 node_network_flags{device="br-27f56655830b"} 4099 node_network_flags{device="br-28d2c710d9dd"} 4099 node_network_flags{device="br-2a3f91fee31f"} 4099 node_network_flags{device="br-2bc240b92a01"} 4099 node_network_flags{device="br-2c90dade3b40"} 4099 node_network_flags{device="br-336368f4fbaf"} 4099 node_network_flags{device="br-357f0be81f70"} 4099 node_network_flags{device="br-36d6eda82163"} 4099 node_network_flags{device="br-3eb6a5acab86"} 4099 node_network_flags{device="br-448507de0ea8"} 4099 node_network_flags{device="br-4a94058d26b4"} 4099 node_network_flags{device="br-4be189870a60"} 4099 node_network_flags{device="br-4f972baae489"} 4099 node_network_flags{device="br-50cf1727260b"} 4099 node_network_flags{device="br-52aec1ad6344"} 4099 node_network_flags{device="br-54774436947a"} 4099 node_network_flags{device="br-5508256f2a09"} 4099 node_network_flags{device="br-57a69cbd7be7"} 4099 node_network_flags{device="br-5d4590ede425"} 4099 node_network_flags{device="br-610e22981841"} 4099 node_network_flags{device="br-61849e346d59"} 4099 node_network_flags{device="br-61d28ade84d6"} 4099 node_network_flags{device="br-63561f6ecb8e"} 4099 node_network_flags{device="br-65d299b503ee"} 4099 node_network_flags{device="br-6bb76e52d0ad"} 4099 node_network_flags{device="br-6f8573194abf"} 4099 node_network_flags{device="br-7c7768cc3717"} 4099 node_network_flags{device="br-7dc3afdf0595"} 4099 node_network_flags{device="br-7f850a40bfe5"} 4099 node_network_flags{device="br-8716ec68a5ed"} 4099 node_network_flags{device="br-8ae373fa2d64"} 4099 node_network_flags{device="br-8c6a4bf92696"} 4099 node_network_flags{device="br-8cb85635e30f"} 4099 node_network_flags{device="br-8dce2f197033"} 4099 node_network_flags{device="br-90cd3c4154aa"} 4099 node_network_flags{device="br-9472bb85cfee"} 4099 node_network_flags{device="br-96848e888a71"} 4099 node_network_flags{device="br-9ba5f271298c"} 4099 node_network_flags{device="br-9bcfee4e647f"} 4099 node_network_flags{device="br-9dafd0c4fdb9"} 4099 node_network_flags{device="br-9db262804262"} 4099 node_network_flags{device="br-9dc48ff73063"} 4099 node_network_flags{device="br-a1d37c85c10a"} 4099 node_network_flags{device="br-a1e913015165"} 4099 node_network_flags{device="br-a28e9d8e1a5a"} 4099 node_network_flags{device="br-a2ad5d8a6e21"} 4099 node_network_flags{device="br-a38ecabc76e9"} 4099 node_network_flags{device="br-a4f2233265e1"} 4099 node_network_flags{device="br-a5dafb0a1dce"} 4099 node_network_flags{device="br-a9bbe251fab0"} 4099 node_network_flags{device="br-aa93655903fc"} 4099 node_network_flags{device="br-ac3189dfb892"} 4099 node_network_flags{device="br-ad403c2030eb"} 4099 node_network_flags{device="br-b189446352e8"} 4099 node_network_flags{device="br-b2704a1bb792"} 4099 node_network_flags{device="br-b3ccbb1f1bc0"} 4099 node_network_flags{device="br-b783fcd91426"} 4099 node_network_flags{device="br-b963d2263b6f"} 4099 node_network_flags{device="br-ba1379cf796f"} 4099 node_network_flags{device="br-ba367713f9e4"} 4099 node_network_flags{device="br-bbe8bdb22dd6"} 4099 node_network_flags{device="br-bd52bf04c342"} 4099 node_network_flags{device="br-bf0cd4851644"} 4099 node_network_flags{device="br-bffb620a7ee6"} 4099 node_network_flags{device="br-c1f5d6ba4d2d"} 4099 node_network_flags{device="br-c30b8f3d8dab"} 4099 node_network_flags{device="br-c77466ba6ab0"} 4099 node_network_flags{device="br-ca643bc58727"} 4099 node_network_flags{device="br-cd8eb8bff0ed"} 4099 node_network_flags{device="br-d349f503bfc6"} 4099 node_network_flags{device="br-d454ff2d1838"} 4099 node_network_flags{device="br-d739d49adeac"} 4099 node_network_flags{device="br-d7cd2c298e7c"} 4099 node_network_flags{device="br-d8a988dac171"} 4099 node_network_flags{device="br-de2f2179e66c"} 4099 node_network_flags{device="br-de3eb58f0193"} 4099 node_network_flags{device="br-dea46bb081b7"} 4099 node_network_flags{device="br-e065831d4d38"} 4099 node_network_flags{device="br-e5485c57cf48"} 4099 node_network_flags{device="br-eb54112c03eb"} 4099 node_network_flags{device="br-ec717bd1017c"} 4099 node_network_flags{device="br-edb0c100954a"} 4099 node_network_flags{device="br-f33823381a9d"} 4099 node_network_flags{device="br-f3652190882f"} 4099 node_network_flags{device="br-f408a2a1a184"} 4099 node_network_flags{device="br-f515742f876f"} 4099 node_network_flags{device="br-f9f6492a4861"} 4099 node_network_flags{device="br-fb51064e1346"} 4099 node_network_flags{device="br-fda61ed9d8ac"} 4099 node_network_flags{device="br-fedaf61052e8"} 4099 node_network_flags{device="br-ff91e3e17577"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="docker_gwbridge"} 4099 node_network_flags{device="enp1s0"} 4099 node_network_flags{device="enp7s0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth0032b85"} 4867 node_network_flags{device="veth0062100"} 4867 node_network_flags{device="veth0103041"} 4867 node_network_flags{device="veth0112c67"} 4867 node_network_flags{device="veth019627f"} 4867 node_network_flags{device="veth022f48e"} 4867 node_network_flags{device="veth02c3008"} 4867 node_network_flags{device="veth03870f2"} 4867 node_network_flags{device="veth03fab17"} 4867 node_network_flags{device="veth0445705"} 4867 node_network_flags{device="veth04d9d5c"} 4867 node_network_flags{device="veth04f6c9d"} 4867 node_network_flags{device="veth05af784"} 4867 node_network_flags{device="veth05efff4"} 4867 node_network_flags{device="veth060151d"} 4867 node_network_flags{device="veth060da87"} 4867 node_network_flags{device="veth061cde3"} 4867 node_network_flags{device="veth069689a"} 4867 node_network_flags{device="veth071e33d"} 4867 node_network_flags{device="veth0721878"} 4867 node_network_flags{device="veth075aab6"} 4867 node_network_flags{device="veth07e6c77"} 4867 node_network_flags{device="veth0b493a5"} 4867 node_network_flags{device="veth0b53316"} 4867 node_network_flags{device="veth0c53113"} 4867 node_network_flags{device="veth0d1acf5"} 4867 node_network_flags{device="veth0d31a45"} 4867 node_network_flags{device="veth0de6dee"} 4867 node_network_flags{device="veth0df23dc"} 4867 node_network_flags{device="veth0eca916"} 4867 node_network_flags{device="veth0f5f33d"} 4867 node_network_flags{device="veth0f8dec9"} 4867 node_network_flags{device="veth102c1ba"} 4867 node_network_flags{device="veth1063edf"} 4867 node_network_flags{device="veth1118b3c"} 4867 node_network_flags{device="veth11515af"} 4867 node_network_flags{device="veth133564c"} 4867 node_network_flags{device="veth1347d6c"} 4867 node_network_flags{device="veth135d815"} 4867 node_network_flags{device="veth13c38ee"} 4867 node_network_flags{device="veth13e91ad"} 4867 node_network_flags{device="veth1425634"} 4867 node_network_flags{device="veth1611d0c"} 4867 node_network_flags{device="veth168e87b"} 4867 node_network_flags{device="veth1706b7a"} 4867 node_network_flags{device="veth178dfc0"} 4867 node_network_flags{device="veth1938721"} 4867 node_network_flags{device="veth19a56fa"} 4867 node_network_flags{device="veth1aaea89"} 4867 node_network_flags{device="veth1b45a8e"} 4867 node_network_flags{device="veth1b6bd03"} 4867 node_network_flags{device="veth1cd93e3"} 4867 node_network_flags{device="veth1d5394d"} 4867 node_network_flags{device="veth1d86d73"} 4867 node_network_flags{device="veth1ead36c"} 4867 node_network_flags{device="veth1fb3a26"} 4867 node_network_flags{device="veth20297c5"} 4867 node_network_flags{device="veth2106fb1"} 4867 node_network_flags{device="veth21341d6"} 4867 node_network_flags{device="veth2295082"} 4867 node_network_flags{device="veth247d7c2"} 4867 node_network_flags{device="veth25425d4"} 4867 node_network_flags{device="veth256aa3d"} 4867 node_network_flags{device="veth26409f4"} 4867 node_network_flags{device="veth269d5e6"} 4867 node_network_flags{device="veth273675a"} 4867 node_network_flags{device="veth275b86b"} 4867 node_network_flags{device="veth28b1591"} 4867 node_network_flags{device="veth296e150"} 4867 node_network_flags{device="veth29a1ccc"} 4867 node_network_flags{device="veth29c114f"} 4867 node_network_flags{device="veth2a65455"} 4867 node_network_flags{device="veth2a6f80b"} 4867 node_network_flags{device="veth2ad6708"} 4867 node_network_flags{device="veth2c8a5eb"} 4867 node_network_flags{device="veth2cf162c"} 4867 node_network_flags{device="veth2d6fdfa"} 4867 node_network_flags{device="veth2da2220"} 4867 node_network_flags{device="veth2df9e37"} 4867 node_network_flags{device="veth2e56669"} 4867 node_network_flags{device="veth2e6dcf4"} 4867 node_network_flags{device="veth2f465b5"} 4867 node_network_flags{device="veth2f81ebc"} 4867 node_network_flags{device="veth2fe3220"} 4867 node_network_flags{device="veth30486f8"} 4867 node_network_flags{device="veth3230a5c"} 4867 node_network_flags{device="veth3352b12"} 4867 node_network_flags{device="veth347d5da"} 4867 node_network_flags{device="veth348ced7"} 4867 node_network_flags{device="veth3533a3b"} 4867 node_network_flags{device="veth3565e55"} 4867 node_network_flags{device="veth3608455"} 4867 node_network_flags{device="veth36f23c3"} 4867 node_network_flags{device="veth36f2fdc"} 4867 node_network_flags{device="veth378b1cf"} 4867 node_network_flags{device="veth378d132"} 4867 node_network_flags{device="veth37d4017"} 4867 node_network_flags{device="veth3812cc9"} 4867 node_network_flags{device="veth384ee7f"} 4867 node_network_flags{device="veth388c154"} 4867 node_network_flags{device="veth3905075"} 4867 node_network_flags{device="veth3a09fdd"} 4867 node_network_flags{device="veth3c49372"} 4867 node_network_flags{device="veth3cbf8f4"} 4867 node_network_flags{device="veth3f7ef6c"} 4867 node_network_flags{device="veth407adc8"} 4867 node_network_flags{device="veth40c8fc3"} 4867 node_network_flags{device="veth413c10b"} 4867 node_network_flags{device="veth4181140"} 4867 node_network_flags{device="veth41d303a"} 4867 node_network_flags{device="veth42210c8"} 4867 node_network_flags{device="veth423037b"} 4867 node_network_flags{device="veth4281e6d"} 4867 node_network_flags{device="veth43cd59e"} 4867 node_network_flags{device="veth43e5c70"} 4867 node_network_flags{device="veth44d7e2c"} 4867 node_network_flags{device="veth450c253"} 4867 node_network_flags{device="veth45430e9"} 4867 node_network_flags{device="veth4642b70"} 4867 node_network_flags{device="veth468f7da"} 4867 node_network_flags{device="veth46afbf5"} 4867 node_network_flags{device="veth4732578"} 4867 node_network_flags{device="veth47bb667"} 4867 node_network_flags{device="veth47e6387"} 4867 node_network_flags{device="veth486fdd0"} 4867 node_network_flags{device="veth487e039"} 4867 node_network_flags{device="veth4993fb1"} 4867 node_network_flags{device="veth49b1548"} 4867 node_network_flags{device="veth49f14c7"} 4867 node_network_flags{device="veth4a642a8"} 4867 node_network_flags{device="veth4a76d10"} 4867 node_network_flags{device="veth4b29d5d"} 4867 node_network_flags{device="veth4bbdd5e"} 4867 node_network_flags{device="veth4d2d823"} 4867 node_network_flags{device="veth4e1abcc"} 4867 node_network_flags{device="veth4e3e373"} 4867 node_network_flags{device="veth4e78857"} 4867 node_network_flags{device="veth4f2fe05"} 4867 node_network_flags{device="veth4f9e86a"} 4867 node_network_flags{device="veth506c718"} 4867 node_network_flags{device="veth509a174"} 4867 node_network_flags{device="veth50b618a"} 4867 node_network_flags{device="veth517f447"} 4867 node_network_flags{device="veth5197b91"} 4867 node_network_flags{device="veth51a41e1"} 4867 node_network_flags{device="veth51c8eef"} 4867 node_network_flags{device="veth51f65bc"} 4867 node_network_flags{device="veth52d15a6"} 4867 node_network_flags{device="veth53a83dd"} 4867 node_network_flags{device="veth53c59b5"} 4867 node_network_flags{device="veth544564b"} 4867 node_network_flags{device="veth547ea5d"} 4867 node_network_flags{device="veth54d8e92"} 4867 node_network_flags{device="veth54f4b91"} 4867 node_network_flags{device="veth54fee19"} 4867 node_network_flags{device="veth558dcda"} 4867 node_network_flags{device="veth55bcfbe"} 4867 node_network_flags{device="veth5654345"} 4867 node_network_flags{device="veth5682e9e"} 4867 node_network_flags{device="veth56ba59b"} 4867 node_network_flags{device="veth56c8b10"} 4867 node_network_flags{device="veth5747c95"} 4867 node_network_flags{device="veth5798942"} 4867 node_network_flags{device="veth583d3bf"} 4867 node_network_flags{device="veth58c0c41"} 4867 node_network_flags{device="veth5955c4d"} 4867 node_network_flags{device="veth59b147f"} 4867 node_network_flags{device="veth59d9a6e"} 4867 node_network_flags{device="veth5a6eb98"} 4867 node_network_flags{device="veth5a7ac0c"} 4867 node_network_flags{device="veth5bb9200"} 4867 node_network_flags{device="veth5ce0bf8"} 4867 node_network_flags{device="veth5d0c6d0"} 4867 node_network_flags{device="veth5d6c487"} 4867 node_network_flags{device="veth5e594fd"} 4867 node_network_flags{device="veth5f4044b"} 4867 node_network_flags{device="veth5fab975"} 4867 node_network_flags{device="veth602c26c"} 4867 node_network_flags{device="veth607c6d0"} 4867 node_network_flags{device="veth61045ce"} 4867 node_network_flags{device="veth61f2797"} 4867 node_network_flags{device="veth620913b"} 4867 node_network_flags{device="veth62aa4cf"} 4867 node_network_flags{device="veth62e9205"} 4867 node_network_flags{device="veth6357d77"} 4867 node_network_flags{device="veth63a1039"} 4867 node_network_flags{device="veth64faa71"} 4867 node_network_flags{device="veth65b7cd5"} 4867 node_network_flags{device="veth67186fe"} 4867 node_network_flags{device="veth687f385"} 4867 node_network_flags{device="veth68a432f"} 4867 node_network_flags{device="veth68dc675"} 4867 node_network_flags{device="veth68dfc02"} 4867 node_network_flags{device="veth69282bc"} 4867 node_network_flags{device="veth69383b3"} 4867 node_network_flags{device="veth694f82a"} 4867 node_network_flags{device="veth6a36832"} 4867 node_network_flags{device="veth6ad616c"} 4867 node_network_flags{device="veth6b19168"} 4867 node_network_flags{device="veth6b2e435"} 4867 node_network_flags{device="veth6b49f3c"} 4867 node_network_flags{device="veth6b822ad"} 4867 node_network_flags{device="veth6b93b5b"} 4867 node_network_flags{device="veth6bea112"} 4867 node_network_flags{device="veth6cdc6e1"} 4867 node_network_flags{device="veth6e075bd"} 4867 node_network_flags{device="veth6e1780a"} 4867 node_network_flags{device="veth6e61860"} 4867 node_network_flags{device="veth7039388"} 4867 node_network_flags{device="veth70f4ee1"} 4867 node_network_flags{device="veth716f757"} 4867 node_network_flags{device="veth724ccf7"} 4867 node_network_flags{device="veth72594d2"} 4867 node_network_flags{device="veth730deaa"} 4867 node_network_flags{device="veth73512f2"} 4867 node_network_flags{device="veth73c1813"} 4867 node_network_flags{device="veth741cb85"} 4867 node_network_flags{device="veth75ab275"} 4867 node_network_flags{device="veth75c4fef"} 4867 node_network_flags{device="veth7636e3d"} 4867 node_network_flags{device="veth77432d4"} 4867 node_network_flags{device="veth795d64a"} 4867 node_network_flags{device="veth7c65c3b"} 4867 node_network_flags{device="veth7d1a0bd"} 4867 node_network_flags{device="veth7d6a0f5"} 4867 node_network_flags{device="veth7e09eb6"} 4867 node_network_flags{device="veth7e4ad7f"} 4867 node_network_flags{device="veth7ecac2d"} 4867 node_network_flags{device="veth7eccd33"} 4867 node_network_flags{device="veth7ee5901"} 4867 node_network_flags{device="veth7f0dd5d"} 4867 node_network_flags{device="veth7f473a1"} 4867 node_network_flags{device="veth7f5281e"} 4867 node_network_flags{device="veth7feb00f"} 4867 node_network_flags{device="veth7ff154f"} 4867 node_network_flags{device="veth80957ff"} 4867 node_network_flags{device="veth8137b9c"} 4867 node_network_flags{device="veth81a1594"} 4867 node_network_flags{device="veth81daf2a"} 4867 node_network_flags{device="veth8223f67"} 4867 node_network_flags{device="veth8247bb0"} 4867 node_network_flags{device="veth8270420"} 4867 node_network_flags{device="veth8335dac"} 4867 node_network_flags{device="veth8429d9a"} 4867 node_network_flags{device="veth844aefd"} 4867 node_network_flags{device="veth849dac1"} 4867 node_network_flags{device="veth84b99c9"} 4867 node_network_flags{device="veth84bd87d"} 4867 node_network_flags{device="veth85cc1cf"} 4867 node_network_flags{device="veth85f7192"} 4867 node_network_flags{device="veth86ce04d"} 4867 node_network_flags{device="veth872e399"} 4867 node_network_flags{device="veth873611d"} 4867 node_network_flags{device="veth877be1d"} 4867 node_network_flags{device="veth8969f3b"} 4867 node_network_flags{device="veth8c3a190"} 4867 node_network_flags{device="veth8c70adf"} 4867 node_network_flags{device="veth8db889b"} 4867 node_network_flags{device="veth8dc210c"} 4867 node_network_flags{device="veth8e0606c"} 4867 node_network_flags{device="veth8e077da"} 4867 node_network_flags{device="veth8e1aba7"} 4867 node_network_flags{device="veth8eae5df"} 4867 node_network_flags{device="veth8f7612b"} 4867 node_network_flags{device="veth8f7dd95"} 4867 node_network_flags{device="veth90c30b2"} 4867 node_network_flags{device="veth921cee8"} 4867 node_network_flags{device="veth9302314"} 4867 node_network_flags{device="veth9331cd6"} 4867 node_network_flags{device="veth9388ace"} 4867 node_network_flags{device="veth947bf8e"} 4867 node_network_flags{device="veth94ee973"} 4867 node_network_flags{device="veth950d9c2"} 4867 node_network_flags{device="veth951b9c5"} 4867 node_network_flags{device="veth9564c18"} 4867 node_network_flags{device="veth957c474"} 4867 node_network_flags{device="veth9585732"} 4867 node_network_flags{device="veth967aa1a"} 4867 node_network_flags{device="veth9779f87"} 4867 node_network_flags{device="veth983bad0"} 4867 node_network_flags{device="veth987c992"} 4867 node_network_flags{device="veth98c6421"} 4867 node_network_flags{device="veth990a50f"} 4867 node_network_flags{device="veth9a4f942"} 4867 node_network_flags{device="veth9a6c8be"} 4867 node_network_flags{device="veth9ad5f46"} 4867 node_network_flags{device="veth9b13721"} 4867 node_network_flags{device="veth9b464fa"} 4867 node_network_flags{device="veth9b4f0d2"} 4867 node_network_flags{device="veth9b5c7ee"} 4867 node_network_flags{device="veth9be4730"} 4867 node_network_flags{device="veth9bfc292"} 4867 node_network_flags{device="veth9c18fa3"} 4867 node_network_flags{device="veth9c355e1"} 4867 node_network_flags{device="veth9c57e90"} 4867 node_network_flags{device="veth9cdf489"} 4867 node_network_flags{device="veth9d63606"} 4867 node_network_flags{device="veth9de68fa"} 4867 node_network_flags{device="veth9e30c14"} 4867 node_network_flags{device="veth9e56bd7"} 4867 node_network_flags{device="veth9e6929b"} 4867 node_network_flags{device="veth9eba1cd"} 4867 node_network_flags{device="vetha03ce74"} 4867 node_network_flags{device="vetha04b49d"} 4867 node_network_flags{device="vetha10f2fa"} 4867 node_network_flags{device="vetha11005d"} 4867 node_network_flags{device="vetha145b74"} 4867 node_network_flags{device="vetha2b566c"} 4867 node_network_flags{device="vetha2fc1a5"} 4867 node_network_flags{device="vetha3569ea"} 4867 node_network_flags{device="vetha387dd9"} 4867 node_network_flags{device="vetha3b745a"} 4867 node_network_flags{device="vetha3bec2e"} 4867 node_network_flags{device="vetha4cd445"} 4867 node_network_flags{device="vetha4dbc2b"} 4867 node_network_flags{device="vetha4fe8d7"} 4867 node_network_flags{device="vetha68c9b3"} 4867 node_network_flags{device="vetha6ef154"} 4867 node_network_flags{device="vetha77a1bd"} 4867 node_network_flags{device="vetha7950a3"} 4867 node_network_flags{device="vetha82ff5a"} 4867 node_network_flags{device="vetha8424ea"} 4867 node_network_flags{device="vetha865d3e"} 4867 node_network_flags{device="vetha8b7d19"} 4867 node_network_flags{device="vetha916bfd"} 4867 node_network_flags{device="vetha96a22d"} 4867 node_network_flags{device="vetha96cc9c"} 4867 node_network_flags{device="vetha9c7c19"} 4867 node_network_flags{device="vetha9caa3b"} 4867 node_network_flags{device="vethaa90db7"} 4867 node_network_flags{device="vethab9efd5"} 4867 node_network_flags{device="vethac8d182"} 4867 node_network_flags{device="vethac999f1"} 4867 node_network_flags{device="vethaca1dc0"} 4867 node_network_flags{device="vethacf7ba6"} 4867 node_network_flags{device="vethad96a00"} 4867 node_network_flags{device="vethadd48e3"} 4867 node_network_flags{device="vethadd9f3f"} 4867 node_network_flags{device="vethae2fcbc"} 4867 node_network_flags{device="vethae97c83"} 4867 node_network_flags{device="vethb07dd73"} 4867 node_network_flags{device="vethb179549"} 4867 node_network_flags{device="vethb19d1ed"} 4867 node_network_flags{device="vethb1b305d"} 4867 node_network_flags{device="vethb1b39f0"} 4867 node_network_flags{device="vethb1bf067"} 4867 node_network_flags{device="vethb1d5654"} 4867 node_network_flags{device="vethb28b5ff"} 4867 node_network_flags{device="vethb2bd843"} 4867 node_network_flags{device="vethb305a14"} 4867 node_network_flags{device="vethb3e024d"} 4867 node_network_flags{device="vethb43c9ad"} 4867 node_network_flags{device="vethb477838"} 4867 node_network_flags{device="vethb4ce123"} 4867 node_network_flags{device="vethb56815f"} 4867 node_network_flags{device="vethb6bf622"} 4867 node_network_flags{device="vethb75ca8b"} 4867 node_network_flags{device="vethb770745"} 4867 node_network_flags{device="vethb7a1877"} 4867 node_network_flags{device="vethb7a9d61"} 4867 node_network_flags{device="vethb805fbd"} 4867 node_network_flags{device="vethb89ad32"} 4867 node_network_flags{device="vethb90d782"} 4867 node_network_flags{device="vethb91a369"} 4867 node_network_flags{device="vethb9b4a13"} 4867 node_network_flags{device="vethb9e011c"} 4867 node_network_flags{device="vethba518ed"} 4867 node_network_flags{device="vethbb22a17"} 4867 node_network_flags{device="vethbb85030"} 4867 node_network_flags{device="vethbb8a6e3"} 4867 node_network_flags{device="vethbbac89d"} 4867 node_network_flags{device="vethbd082f6"} 4867 node_network_flags{device="vethbd25c03"} 4867 node_network_flags{device="vethbde29dc"} 4867 node_network_flags{device="vethbdf0ae6"} 4867 node_network_flags{device="vethbdf987b"} 4867 node_network_flags{device="vethbe2b5e1"} 4867 node_network_flags{device="vethbe68e79"} 4867 node_network_flags{device="vethbf0834e"} 4867 node_network_flags{device="vethbf0fb34"} 4867 node_network_flags{device="vethbf21c25"} 4867 node_network_flags{device="vethc008c90"} 4867 node_network_flags{device="vethc07b10a"} 4867 node_network_flags{device="vethc08f47c"} 4867 node_network_flags{device="vethc18cb9a"} 4867 node_network_flags{device="vethc1a97fa"} 4867 node_network_flags{device="vethc1e9d8b"} 4867 node_network_flags{device="vethc264259"} 4867 node_network_flags{device="vethc31d600"} 4867 node_network_flags{device="vethc3ad82f"} 4867 node_network_flags{device="vethc46fc85"} 4867 node_network_flags{device="vethc4adf64"} 4867 node_network_flags{device="vethc549684"} 4867 node_network_flags{device="vethc5ebbd5"} 4867 node_network_flags{device="vethc61da72"} 4867 node_network_flags{device="vethc658eb9"} 4867 node_network_flags{device="vethc6b2fec"} 4867 node_network_flags{device="vethc6f15e7"} 4867 node_network_flags{device="vethc88834e"} 4867 node_network_flags{device="vethc9e2026"} 4867 node_network_flags{device="vethcaa0d9b"} 4867 node_network_flags{device="vethcad14ef"} 4867 node_network_flags{device="vethcc5c2ec"} 4867 node_network_flags{device="vethcd0f622"} 4867 node_network_flags{device="vethcdf4121"} 4867 node_network_flags{device="vethce28d62"} 4867 node_network_flags{device="vethcefb8ea"} 4867 node_network_flags{device="vethcf10a77"} 4867 node_network_flags{device="vethcf3d0ab"} 4867 node_network_flags{device="vethcf469f8"} 4867 node_network_flags{device="vethcfbd110"} 4867 node_network_flags{device="vethd049859"} 4867 node_network_flags{device="vethd0df832"} 4867 node_network_flags{device="vethd0ea3b3"} 4867 node_network_flags{device="vethd137e3f"} 4867 node_network_flags{device="vethd1673da"} 4867 node_network_flags{device="vethd17ef64"} 4867 node_network_flags{device="vethd265cdf"} 4867 node_network_flags{device="vethd274fa2"} 4867 node_network_flags{device="vethd3692c1"} 4867 node_network_flags{device="vethd3ad8e8"} 4867 node_network_flags{device="vethd3cb445"} 4867 node_network_flags{device="vethd460bfa"} 4867 node_network_flags{device="vethd4c98bf"} 4867 node_network_flags{device="vethd5453e5"} 4867 node_network_flags{device="vethd5b5677"} 4867 node_network_flags{device="vethd6090fd"} 4867 node_network_flags{device="vethd6d926d"} 4867 node_network_flags{device="vethd77042c"} 4867 node_network_flags{device="vethd8c625e"} 4867 node_network_flags{device="vethd95efe7"} 4867 node_network_flags{device="vethd9a7d1e"} 4867 node_network_flags{device="vethdb5e758"} 4867 node_network_flags{device="vethdbae4f2"} 4867 node_network_flags{device="vethdc87b20"} 4867 node_network_flags{device="vethdcb1f0b"} 4867 node_network_flags{device="vethdd53f2d"} 4867 node_network_flags{device="vethde11193"} 4867 node_network_flags{device="vethdeb9758"} 4867 node_network_flags{device="vethdeef5dc"} 4867 node_network_flags{device="vethe2428a1"} 4867 node_network_flags{device="vethe24bfb2"} 4867 node_network_flags{device="vethe2f38b4"} 4867 node_network_flags{device="vethe344c7c"} 4867 node_network_flags{device="vethe3e1fe3"} 4867 node_network_flags{device="vethe432622"} 4867 node_network_flags{device="vethe44e0ab"} 4867 node_network_flags{device="vethe4bfa42"} 4867 node_network_flags{device="vethe4f4e44"} 4867 node_network_flags{device="vethe4f5b2b"} 4867 node_network_flags{device="vethe523b56"} 4867 node_network_flags{device="vethe5b262f"} 4867 node_network_flags{device="vethe5e2431"} 4867 node_network_flags{device="vethe6c7619"} 4867 node_network_flags{device="vethe6d2761"} 4867 node_network_flags{device="vethe7084c8"} 4867 node_network_flags{device="vethe81d201"} 4867 node_network_flags{device="vethe81da63"} 4867 node_network_flags{device="vethe82b73e"} 4867 node_network_flags{device="vethe8b4700"} 4867 node_network_flags{device="vethe8e93c0"} 4867 node_network_flags{device="vethe96c577"} 4867 node_network_flags{device="vethe96d5e4"} 4867 node_network_flags{device="vethe97bbfc"} 4867 node_network_flags{device="vethe99909e"} 4867 node_network_flags{device="vetheaaf7a8"} 4867 node_network_flags{device="vetheabb614"} 4867 node_network_flags{device="vetheb6778a"} 4867 node_network_flags{device="vetheb9b73c"} 4867 node_network_flags{device="vetheb9f1a5"} 4867 node_network_flags{device="vetheca6089"} 4867 node_network_flags{device="vethee11bc2"} 4867 node_network_flags{device="vethee73ec3"} 4867 node_network_flags{device="vetheebb68b"} 4867 node_network_flags{device="vethef3aebe"} 4867 node_network_flags{device="vethef683ec"} 4867 node_network_flags{device="vethefcfba0"} 4867 node_network_flags{device="vethf002533"} 4867 node_network_flags{device="vethf0980ae"} 4867 node_network_flags{device="vethf0d12be"} 4867 node_network_flags{device="vethf0da578"} 4867 node_network_flags{device="vethf17a534"} 4867 node_network_flags{device="vethf1aa0a2"} 4867 node_network_flags{device="vethf1af506"} 4867 node_network_flags{device="vethf1d2976"} 4867 node_network_flags{device="vethf24dd7e"} 4867 node_network_flags{device="vethf340822"} 4867 node_network_flags{device="vethf420933"} 4867 node_network_flags{device="vethf4cfc78"} 4867 node_network_flags{device="vethf4d3c1b"} 4867 node_network_flags{device="vethf5c652f"} 4867 node_network_flags{device="vethf6144ce"} 4867 node_network_flags{device="vethf65b7bb"} 4867 node_network_flags{device="vethf6c8f45"} 4867 node_network_flags{device="vethf7001fb"} 4867 node_network_flags{device="vethf748303"} 4867 node_network_flags{device="vethf77cba5"} 4867 node_network_flags{device="vethf86a842"} 4867 node_network_flags{device="vethf906982"} 4867 node_network_flags{device="vethf9a5386"} 4867 node_network_flags{device="vethfa01a23"} 4867 node_network_flags{device="vethfa11d53"} 4867 node_network_flags{device="vethfbc3e02"} 4867 node_network_flags{device="vethfbda92a"} 4867 node_network_flags{device="vethfc1051c"} 4867 node_network_flags{device="vethfc5b432"} 4867 node_network_flags{device="vethfd373d2"} 4867 node_network_flags{device="vethfd8de08"} 4867 node_network_flags{device="vethfe57e1a"} 4867 node_network_flags{device="vethfe628e7"} 4867 node_network_flags{device="vethfe7a799"} 4867 node_network_flags{device="vethfe87d9a"} 4867 node_network_flags{device="vethff97c3c"} 4867 node_network_flags{device="vethffd01e5"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-087c68b8e63c"} 10 node_network_iface_id{device="br-0b1f21f65434"} 16 node_network_iface_id{device="br-0d0fae6fba3a"} 109700 node_network_iface_id{device="br-170997b6d0fa"} 185301 node_network_iface_id{device="br-1bb5f7b6f214"} 11 node_network_iface_id{device="br-1e4bfa09370c"} 59 node_network_iface_id{device="br-1f69ec4677f1"} 77 node_network_iface_id{device="br-21789fc30e57"} 348192 node_network_iface_id{device="br-24be321e5dec"} 348323 node_network_iface_id{device="br-259e1db91409"} 348916 node_network_iface_id{device="br-26bd8dfacf27"} 252904 node_network_iface_id{device="br-27f56655830b"} 127339 node_network_iface_id{device="br-28d2c710d9dd"} 52 node_network_iface_id{device="br-2a3f91fee31f"} 337564 node_network_iface_id{device="br-2bc240b92a01"} 76407 node_network_iface_id{device="br-2c90dade3b40"} 112168 node_network_iface_id{device="br-336368f4fbaf"} 73 node_network_iface_id{device="br-357f0be81f70"} 7 node_network_iface_id{device="br-36d6eda82163"} 252791 node_network_iface_id{device="br-3eb6a5acab86"} 349327 node_network_iface_id{device="br-448507de0ea8"} 172973 node_network_iface_id{device="br-4a94058d26b4"} 343129 node_network_iface_id{device="br-4be189870a60"} 92 node_network_iface_id{device="br-4f972baae489"} 342908 node_network_iface_id{device="br-50cf1727260b"} 347406 node_network_iface_id{device="br-52aec1ad6344"} 349245 node_network_iface_id{device="br-54774436947a"} 21 node_network_iface_id{device="br-5508256f2a09"} 183589 node_network_iface_id{device="br-57a69cbd7be7"} 105 node_network_iface_id{device="br-5d4590ede425"} 72 node_network_iface_id{device="br-610e22981841"} 78 node_network_iface_id{device="br-61849e346d59"} 124 node_network_iface_id{device="br-61d28ade84d6"} 22 node_network_iface_id{device="br-63561f6ecb8e"} 54 node_network_iface_id{device="br-65d299b503ee"} 348146 node_network_iface_id{device="br-6bb76e52d0ad"} 51 node_network_iface_id{device="br-6f8573194abf"} 349161 node_network_iface_id{device="br-7c7768cc3717"} 110486 node_network_iface_id{device="br-7dc3afdf0595"} 126 node_network_iface_id{device="br-7f850a40bfe5"} 94 node_network_iface_id{device="br-8716ec68a5ed"} 114 node_network_iface_id{device="br-8ae373fa2d64"} 348243 node_network_iface_id{device="br-8c6a4bf92696"} 12 node_network_iface_id{device="br-8cb85635e30f"} 55 node_network_iface_id{device="br-8dce2f197033"} 24 node_network_iface_id{device="br-90cd3c4154aa"} 114855 node_network_iface_id{device="br-9472bb85cfee"} 4 node_network_iface_id{device="br-96848e888a71"} 85 node_network_iface_id{device="br-9ba5f271298c"} 74 node_network_iface_id{device="br-9bcfee4e647f"} 337845 node_network_iface_id{device="br-9dafd0c4fdb9"} 75 node_network_iface_id{device="br-9db262804262"} 39 node_network_iface_id{device="br-9dc48ff73063"} 37 node_network_iface_id{device="br-a1d37c85c10a"} 20 node_network_iface_id{device="br-a1e913015165"} 347582 node_network_iface_id{device="br-a28e9d8e1a5a"} 347801 node_network_iface_id{device="br-a2ad5d8a6e21"} 30 node_network_iface_id{device="br-a38ecabc76e9"} 86 node_network_iface_id{device="br-a4f2233265e1"} 93 node_network_iface_id{device="br-a5dafb0a1dce"} 87 node_network_iface_id{device="br-a9bbe251fab0"} 48 node_network_iface_id{device="br-aa93655903fc"} 347363 node_network_iface_id{device="br-ac3189dfb892"} 65 node_network_iface_id{device="br-ad403c2030eb"} 114594 node_network_iface_id{device="br-b189446352e8"} 349370 node_network_iface_id{device="br-b2704a1bb792"} 122 node_network_iface_id{device="br-b3ccbb1f1bc0"} 349206 node_network_iface_id{device="br-b783fcd91426"} 98 node_network_iface_id{device="br-b963d2263b6f"} 123 node_network_iface_id{device="br-ba1379cf796f"} 18 node_network_iface_id{device="br-ba367713f9e4"} 38 node_network_iface_id{device="br-bbe8bdb22dd6"} 117 node_network_iface_id{device="br-bd52bf04c342"} 31 node_network_iface_id{device="br-bf0cd4851644"} 90 node_network_iface_id{device="br-bffb620a7ee6"} 91 node_network_iface_id{device="br-c1f5d6ba4d2d"} 129885 node_network_iface_id{device="br-c30b8f3d8dab"} 109 node_network_iface_id{device="br-c77466ba6ab0"} 114948 node_network_iface_id{device="br-ca643bc58727"} 348814 node_network_iface_id{device="br-cd8eb8bff0ed"} 5 node_network_iface_id{device="br-d349f503bfc6"} 108 node_network_iface_id{device="br-d454ff2d1838"} 99 node_network_iface_id{device="br-d739d49adeac"} 112 node_network_iface_id{device="br-d7cd2c298e7c"} 112241 node_network_iface_id{device="br-d8a988dac171"} 41 node_network_iface_id{device="br-de2f2179e66c"} 32 node_network_iface_id{device="br-de3eb58f0193"} 76 node_network_iface_id{device="br-dea46bb081b7"} 13 node_network_iface_id{device="br-e065831d4d38"} 26 node_network_iface_id{device="br-e5485c57cf48"} 106 node_network_iface_id{device="br-eb54112c03eb"} 49 node_network_iface_id{device="br-ec717bd1017c"} 27 node_network_iface_id{device="br-edb0c100954a"} 50 node_network_iface_id{device="br-f33823381a9d"} 347842 node_network_iface_id{device="br-f3652190882f"} 349030 node_network_iface_id{device="br-f408a2a1a184"} 28 node_network_iface_id{device="br-f515742f876f"} 349286 node_network_iface_id{device="br-f9f6492a4861"} 347684 node_network_iface_id{device="br-fb51064e1346"} 40 node_network_iface_id{device="br-fda61ed9d8ac"} 15 node_network_iface_id{device="br-fedaf61052e8"} 66 node_network_iface_id{device="br-ff91e3e17577"} 60 node_network_iface_id{device="docker0"} 129 node_network_iface_id{device="docker_gwbridge"} 69 node_network_iface_id{device="enp1s0"} 2 node_network_iface_id{device="enp7s0"} 3 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth0032b85"} 110490 node_network_iface_id{device="veth0062100"} 349195 node_network_iface_id{device="veth0103041"} 5950 node_network_iface_id{device="veth0112c67"} 349363 node_network_iface_id{device="veth019627f"} 5366 node_network_iface_id{device="veth022f48e"} 349359 node_network_iface_id{device="veth02c3008"} 5966 node_network_iface_id{device="veth03870f2"} 5196 node_network_iface_id{device="veth03fab17"} 5684 node_network_iface_id{device="veth0445705"} 347835 node_network_iface_id{device="veth04d9d5c"} 4746 node_network_iface_id{device="veth04f6c9d"} 4602 node_network_iface_id{device="veth05af784"} 349205 node_network_iface_id{device="veth05efff4"} 347677 node_network_iface_id{device="veth060151d"} 5746 node_network_iface_id{device="veth060da87"} 3968 node_network_iface_id{device="veth061cde3"} 342946 node_network_iface_id{device="veth069689a"} 5944 node_network_iface_id{device="veth071e33d"} 11411 node_network_iface_id{device="veth0721878"} 5690 node_network_iface_id{device="veth075aab6"} 5980 node_network_iface_id{device="veth07e6c77"} 4614 node_network_iface_id{device="veth0b493a5"} 112297 node_network_iface_id{device="veth0b53316"} 5644 node_network_iface_id{device="veth0c53113"} 349234 node_network_iface_id{device="veth0d1acf5"} 348245 node_network_iface_id{device="veth0d31a45"} 337590 node_network_iface_id{device="veth0de6dee"} 347442 node_network_iface_id{device="veth0df23dc"} 5308 node_network_iface_id{device="veth0eca916"} 127395 node_network_iface_id{device="veth0f5f33d"} 347683 node_network_iface_id{device="veth0f8dec9"} 185307 node_network_iface_id{device="veth102c1ba"} 4112 node_network_iface_id{device="veth1063edf"} 348973 node_network_iface_id{device="veth1118b3c"} 173005 node_network_iface_id{device="veth11515af"} 114901 node_network_iface_id{device="veth133564c"} 347397 node_network_iface_id{device="veth1347d6c"} 342948 node_network_iface_id{device="veth135d815"} 252845 node_network_iface_id{device="veth13c38ee"} 11403 node_network_iface_id{device="veth13e91ad"} 347446 node_network_iface_id{device="veth1425634"} 5858 node_network_iface_id{device="veth1611d0c"} 347401 node_network_iface_id{device="veth168e87b"} 349324 node_network_iface_id{device="veth1706b7a"} 349408 node_network_iface_id{device="veth178dfc0"} 5648 node_network_iface_id{device="veth1938721"} 4608 node_network_iface_id{device="veth19a56fa"} 4696 node_network_iface_id{device="veth1aaea89"} 5830 node_network_iface_id{device="veth1b45a8e"} 347730 node_network_iface_id{device="veth1b6bd03"} 5754 node_network_iface_id{device="veth1cd93e3"} 348184 node_network_iface_id{device="veth1d5394d"} 5602 node_network_iface_id{device="veth1d86d73"} 252952 node_network_iface_id{device="veth1ead36c"} 5932 node_network_iface_id{device="veth1fb3a26"} 5928 node_network_iface_id{device="veth20297c5"} 4048 node_network_iface_id{device="veth2106fb1"} 4106 node_network_iface_id{device="veth21341d6"} 5978 node_network_iface_id{device="veth2295082"} 4040 node_network_iface_id{device="veth247d7c2"} 4140 node_network_iface_id{device="veth25425d4"} 348180 node_network_iface_id{device="veth256aa3d"} 109754 node_network_iface_id{device="veth26409f4"} 112224 node_network_iface_id{device="veth269d5e6"} 252956 node_network_iface_id{device="veth273675a"} 4610 node_network_iface_id{device="veth275b86b"} 114907 node_network_iface_id{device="veth28b1591"} 4660 node_network_iface_id{device="veth296e150"} 5122 node_network_iface_id{device="veth29a1ccc"} 348842 node_network_iface_id{device="veth29c114f"} 348333 node_network_iface_id{device="veth2a65455"} 5346 node_network_iface_id{device="veth2a6f80b"} 347716 node_network_iface_id{device="veth2ad6708"} 114650 node_network_iface_id{device="veth2c8a5eb"} 4146 node_network_iface_id{device="veth2cf162c"} 4044 node_network_iface_id{device="veth2d6fdfa"} 11405 node_network_iface_id{device="veth2da2220"} 5916 node_network_iface_id{device="veth2df9e37"} 5698 node_network_iface_id{device="veth2e56669"} 4650 node_network_iface_id{device="veth2e6dcf4"} 348844 node_network_iface_id{device="veth2f465b5"} 11399 node_network_iface_id{device="veth2f81ebc"} 5806 node_network_iface_id{device="veth2fe3220"} 349402 node_network_iface_id{device="veth30486f8"} 11407 node_network_iface_id{device="veth3230a5c"} 4702 node_network_iface_id{device="veth3352b12"} 349322 node_network_iface_id{device="veth347d5da"} 5112 node_network_iface_id{device="veth348ced7"} 114909 node_network_iface_id{device="veth3533a3b"} 5934 node_network_iface_id{device="veth3565e55"} 112218 node_network_iface_id{device="veth3608455"} 129960 node_network_iface_id{device="veth36f23c3"} 183621 node_network_iface_id{device="veth36f2fdc"} 337588 node_network_iface_id{device="veth378b1cf"} 5326 node_network_iface_id{device="veth378d132"} 4738 node_network_iface_id{device="veth37d4017"} 348327 node_network_iface_id{device="veth3812cc9"} 127391 node_network_iface_id{device="veth384ee7f"} 5816 node_network_iface_id{device="veth388c154"} 109762 node_network_iface_id{device="veth3905075"} 5562 node_network_iface_id{device="veth3a09fdd"} 3956 node_network_iface_id{device="veth3c49372"} 6158 node_network_iface_id{device="veth3cbf8f4"} 342942 node_network_iface_id{device="veth3f7ef6c"} 5282 node_network_iface_id{device="veth407adc8"} 343177 node_network_iface_id{device="veth40c8fc3"} 347720 node_network_iface_id{device="veth413c10b"} 5518 node_network_iface_id{device="veth4181140"} 252948 node_network_iface_id{device="veth41d303a"} 342944 node_network_iface_id{device="veth42210c8"} 115011 node_network_iface_id{device="veth423037b"} 349271 node_network_iface_id{device="veth4281e6d"} 114640 node_network_iface_id{device="veth43cd59e"} 5636 node_network_iface_id{device="veth43e5c70"} 4688 node_network_iface_id{device="veth44d7e2c"} 11409 node_network_iface_id{device="veth450c253"} 4152 node_network_iface_id{device="veth45430e9"} 349410 node_network_iface_id{device="veth4642b70"} 4662 node_network_iface_id{device="veth468f7da"} 349199 node_network_iface_id{device="veth46afbf5"} 4046 node_network_iface_id{device="veth4732578"} 5762 node_network_iface_id{device="veth47bb667"} 337873 node_network_iface_id{device="veth47e6387"} 4596 node_network_iface_id{device="veth486fdd0"} 5046 node_network_iface_id{device="veth487e039"} 5530 node_network_iface_id{device="veth4993fb1"} 4656 node_network_iface_id{device="veth49b1548"} 5786 node_network_iface_id{device="veth49f14c7"} 5868 node_network_iface_id{device="veth4a642a8"} 5948 node_network_iface_id{device="veth4a76d10"} 348840 node_network_iface_id{device="veth4b29d5d"} 5846 node_network_iface_id{device="veth4bbdd5e"} 4642 node_network_iface_id{device="veth4d2d823"} 5852 node_network_iface_id{device="veth4e1abcc"} 5360 node_network_iface_id{device="veth4e3e373"} 5692 node_network_iface_id{device="veth4e78857"} 5798 node_network_iface_id{device="veth4f2fe05"} 5700 node_network_iface_id{device="veth4f9e86a"} 4552 node_network_iface_id{device="veth506c718"} 343173 node_network_iface_id{device="veth509a174"} 3954 node_network_iface_id{device="veth50b618a"} 5696 node_network_iface_id{device="veth517f447"} 4562 node_network_iface_id{device="veth5197b91"} 4144 node_network_iface_id{device="veth51a41e1"} 115015 node_network_iface_id{device="veth51c8eef"} 5098 node_network_iface_id{device="veth51f65bc"} 5844 node_network_iface_id{device="veth52d15a6"} 348220 node_network_iface_id{device="veth53a83dd"} 347671 node_network_iface_id{device="veth53c59b5"} 6052 node_network_iface_id{device="veth544564b"} 5194 node_network_iface_id{device="veth547ea5d"} 6060 node_network_iface_id{device="veth54d8e92"} 348222 node_network_iface_id{device="veth54f4b91"} 4136 node_network_iface_id{device="veth54fee19"} 127389 node_network_iface_id{device="veth558dcda"} 349320 node_network_iface_id{device="veth55bcfbe"} 348251 node_network_iface_id{device="veth5654345"} 5048 node_network_iface_id{device="veth5682e9e"} 183619 node_network_iface_id{device="veth56ba59b"} 349273 node_network_iface_id{device="veth56c8b10"} 5598 node_network_iface_id{device="veth5747c95"} 4558 node_network_iface_id{device="veth5798942"} 348329 node_network_iface_id{device="veth583d3bf"} 183615 node_network_iface_id{device="veth58c0c41"} 347622 node_network_iface_id{device="veth5955c4d"} 5812 node_network_iface_id{device="veth59b147f"} 5710 node_network_iface_id{device="veth59d9a6e"} 5694 node_network_iface_id{device="veth5a6eb98"} 5760 node_network_iface_id{device="veth5a7ac0c"} 337877 node_network_iface_id{device="veth5bb9200"} 621 node_network_iface_id{device="veth5ce0bf8"} 5328 node_network_iface_id{device="veth5d0c6d0"} 4102 node_network_iface_id{device="veth5d6c487"} 76421 node_network_iface_id{device="veth5e594fd"} 5108 node_network_iface_id{device="veth5f4044b"} 5040 node_network_iface_id{device="veth5fab975"} 5526 node_network_iface_id{device="veth602c26c"} 347837 node_network_iface_id{device="veth607c6d0"} 4594 node_network_iface_id{device="veth61045ce"} 337594 node_network_iface_id{device="veth61f2797"} 4526 node_network_iface_id{device="veth620913b"} 4134 node_network_iface_id{device="veth62aa4cf"} 347876 node_network_iface_id{device="veth62e9205"} 5712 node_network_iface_id{device="veth6357d77"} 349406 node_network_iface_id{device="veth63a1039"} 114642 node_network_iface_id{device="veth64faa71"} 5642 node_network_iface_id{device="veth65b7cd5"} 129958 node_network_iface_id{device="veth67186fe"} 5794 node_network_iface_id{device="veth687f385"} 252841 node_network_iface_id{device="veth68a432f"} 348228 node_network_iface_id{device="veth68dc675"} 5734 node_network_iface_id{device="veth68dfc02"} 5074 node_network_iface_id{device="veth69282bc"} 263 node_network_iface_id{device="veth69383b3"} 4604 node_network_iface_id{device="veth694f82a"} 5750 node_network_iface_id{device="veth6a36832"} 4564 node_network_iface_id{device="veth6ad616c"} 252954 node_network_iface_id{device="veth6b19168"} 5954 node_network_iface_id{device="veth6b2e435"} 603 node_network_iface_id{device="veth6b49f3c"} 5970 node_network_iface_id{device="veth6b822ad"} 348848 node_network_iface_id{device="veth6b93b5b"} 252847 node_network_iface_id{device="veth6bea112"} 944 node_network_iface_id{device="veth6cdc6e1"} 129954 node_network_iface_id{device="veth6e075bd"} 5042 node_network_iface_id{device="veth6e1780a"} 283 node_network_iface_id{device="veth6e61860"} 4748 node_network_iface_id{device="veth7039388"} 5818 node_network_iface_id{device="veth70f4ee1"} 5736 node_network_iface_id{device="veth716f757"} 5924 node_network_iface_id{device="veth724ccf7"} 348850 node_network_iface_id{device="veth72594d2"} 347874 node_network_iface_id{device="veth730deaa"} 348224 node_network_iface_id{device="veth73512f2"} 5748 node_network_iface_id{device="veth73c1813"} 347714 node_network_iface_id{device="veth741cb85"} 348253 node_network_iface_id{device="veth75ab275"} 441 node_network_iface_id{device="veth75c4fef"} 4620 node_network_iface_id{device="veth7636e3d"} 5596 node_network_iface_id{device="veth77432d4"} 4100 node_network_iface_id{device="veth795d64a"} 5044 node_network_iface_id{device="veth7c65c3b"} 185311 node_network_iface_id{device="veth7d1a0bd"} 3952 node_network_iface_id{device="veth7d6a0f5"} 349357 node_network_iface_id{device="veth7e09eb6"} 112301 node_network_iface_id{device="veth7e4ad7f"} 5204 node_network_iface_id{device="veth7ecac2d"} 5854 node_network_iface_id{device="veth7eccd33"} 252946 node_network_iface_id{device="veth7ee5901"} 347841 node_network_iface_id{device="veth7f0dd5d"} 5788 node_network_iface_id{device="veth7f473a1"} 349038 node_network_iface_id{device="veth7f5281e"} 6054 node_network_iface_id{device="veth7feb00f"} 5082 node_network_iface_id{device="veth7ff154f"} 337592 node_network_iface_id{device="veth80957ff"} 5110 node_network_iface_id{device="veth8137b9c"} 153 node_network_iface_id{device="veth81a1594"} 4116 node_network_iface_id{device="veth81daf2a"} 5280 node_network_iface_id{device="veth8223f67"} 5986 node_network_iface_id{device="veth8247bb0"} 5314 node_network_iface_id{device="veth8270420"} 112222 node_network_iface_id{device="veth8335dac"} 347878 node_network_iface_id{device="veth8429d9a"} 173007 node_network_iface_id{device="veth844aefd"} 4630 node_network_iface_id{device="veth849dac1"} 5714 node_network_iface_id{device="veth84b99c9"} 114905 node_network_iface_id{device="veth84bd87d"} 337586 node_network_iface_id{device="veth85cc1cf"} 337867 node_network_iface_id{device="veth85f7192"} 3950 node_network_iface_id{device="veth86ce04d"} 5320 node_network_iface_id{device="veth872e399"} 349404 node_network_iface_id{device="veth873611d"} 4132 node_network_iface_id{device="veth877be1d"} 173013 node_network_iface_id{device="veth8969f3b"} 5336 node_network_iface_id{device="veth8c3a190"} 349201 node_network_iface_id{device="veth8c70adf"} 348188 node_network_iface_id{device="veth8db889b"} 5702 node_network_iface_id{device="veth8dc210c"} 110488 node_network_iface_id{device="veth8e0606c"} 76417 node_network_iface_id{device="veth8e077da"} 348176 node_network_iface_id{device="veth8e1aba7"} 5124 node_network_iface_id{device="veth8eae5df"} 5520 node_network_iface_id{device="veth8f7612b"} 587 node_network_iface_id{device="veth8f7dd95"} 347618 node_network_iface_id{device="veth90c30b2"} 4592 node_network_iface_id{device="veth921cee8"} 5880 node_network_iface_id{device="veth9302314"} 297 node_network_iface_id{device="veth9331cd6"} 349365 node_network_iface_id{device="veth9388ace"} 348178 node_network_iface_id{device="veth947bf8e"} 76415 node_network_iface_id{device="veth94ee973"} 5982 node_network_iface_id{device="veth950d9c2"} 6056 node_network_iface_id{device="veth951b9c5"} 5126 node_network_iface_id{device="veth9564c18"} 109760 node_network_iface_id{device="veth957c474"} 343171 node_network_iface_id{device="veth9585732"} 337596 node_network_iface_id{device="veth967aa1a"} 347616 node_network_iface_id{device="veth9779f87"} 347626 node_network_iface_id{device="veth983bad0"} 5310 node_network_iface_id{device="veth987c992"} 348249 node_network_iface_id{device="veth98c6421"} 347620 node_network_iface_id{device="veth990a50f"} 348190 node_network_iface_id{device="veth9a4f942"} 5076 node_network_iface_id{device="veth9a6c8be"} 5988 node_network_iface_id{device="veth9ad5f46"} 4730 node_network_iface_id{device="veth9b13721"} 127397 node_network_iface_id{device="veth9b464fa"} 5316 node_network_iface_id{device="veth9b4f0d2"} 5102 node_network_iface_id{device="veth9b5c7ee"} 5792 node_network_iface_id{device="veth9be4730"} 347399 node_network_iface_id{device="veth9bfc292"} 114644 node_network_iface_id{device="veth9c18fa3"} 5542 node_network_iface_id{device="veth9c355e1"} 5920 node_network_iface_id{device="veth9c57e90"} 4700 node_network_iface_id{device="veth9cdf489"} 4130 node_network_iface_id{device="veth9d63606"} 4666 node_network_iface_id{device="veth9de68fa"} 349367 node_network_iface_id{device="veth9e30c14"} 349197 node_network_iface_id{device="veth9e56bd7"} 5862 node_network_iface_id{device="veth9e6929b"} 4722 node_network_iface_id{device="veth9eba1cd"} 347872 node_network_iface_id{device="vetha03ce74"} 5856 node_network_iface_id{device="vetha04b49d"} 127393 node_network_iface_id{device="vetha10f2fa"} 112293 node_network_iface_id{device="vetha11005d"} 112220 node_network_iface_id{device="vetha145b74"} 115019 node_network_iface_id{device="vetha2b566c"} 348182 node_network_iface_id{device="vetha2fc1a5"} 347403 node_network_iface_id{device="vetha3569ea"} 4750 node_network_iface_id{device="vetha387dd9"} 183625 node_network_iface_id{device="vetha3b745a"} 5032 node_network_iface_id{device="vetha3bec2e"} 5052 node_network_iface_id{device="vetha4cd445"} 129950 node_network_iface_id{device="vetha4dbc2b"} 4128 node_network_iface_id{device="vetha4fe8d7"} 349036 node_network_iface_id{device="vetha68c9b3"} 348971 node_network_iface_id{device="vetha6ef154"} 349040 node_network_iface_id{device="vetha77a1bd"} 347395 node_network_iface_id{device="vetha7950a3"} 4560 node_network_iface_id{device="vetha82ff5a"} 115021 node_network_iface_id{device="vetha8424ea"} 4768 node_network_iface_id{device="vetha865d3e"} 343169 node_network_iface_id{device="vetha8b7d19"} 349240 node_network_iface_id{device="vetha916bfd"} 5870 node_network_iface_id{device="vetha96a22d"} 114648 node_network_iface_id{device="vetha96cc9c"} 252839 node_network_iface_id{device="vetha9c7c19"} 5956 node_network_iface_id{device="vetha9caa3b"} 347718 node_network_iface_id{device="vethaa90db7"} 5580 node_network_iface_id{device="vethab9efd5"} 347831 node_network_iface_id{device="vethac8d182"} 347440 node_network_iface_id{device="vethac999f1"} 348247 node_network_iface_id{device="vethaca1dc0"} 4654 node_network_iface_id{device="vethacf7ba6"} 185309 node_network_iface_id{device="vethad96a00"} 347438 node_network_iface_id{device="vethadd48e3"} 601 node_network_iface_id{device="vethadd9f3f"} 5368 node_network_iface_id{device="vethae2fcbc"} 347880 node_network_iface_id{device="vethae97c83"} 4034 node_network_iface_id{device="vethb07dd73"} 4664 node_network_iface_id{device="vethb179549"} 347444 node_network_iface_id{device="vethb19d1ed"} 4160 node_network_iface_id{device="vethb1b305d"} 76413 node_network_iface_id{device="vethb1b39f0"} 4626 node_network_iface_id{device="vethb1bf067"} 5350 node_network_iface_id{device="vethb1d5654"} 5876 node_network_iface_id{device="vethb28b5ff"} 114911 node_network_iface_id{device="vethb2bd843"} 347436 node_network_iface_id{device="vethb305a14"} 129952 node_network_iface_id{device="vethb3e024d"} 348186 node_network_iface_id{device="vethb43c9ad"} 4744 node_network_iface_id{device="vethb477838"} 4652 node_network_iface_id{device="vethb4ce123"} 5850 node_network_iface_id{device="vethb56815f"} 4154 node_network_iface_id{device="vethb6bf622"} 337875 node_network_iface_id{device="vethb75ca8b"} 347722 node_network_iface_id{device="vethb770745"} 349326 node_network_iface_id{device="vethb7a1877"} 337869 node_network_iface_id{device="vethb7a9d61"} 347624 node_network_iface_id{device="vethb805fbd"} 5744 node_network_iface_id{device="vethb89ad32"} 349279 node_network_iface_id{device="vethb90d782"} 5946 node_network_iface_id{device="vethb91a369"} 5882 node_network_iface_id{device="vethb9b4a13"} 347675 node_network_iface_id{device="vethb9e011c"} 5780 node_network_iface_id{device="vethba518ed"} 5548 node_network_iface_id{device="vethbb22a17"} 6058 node_network_iface_id{device="vethbb85030"} 7504 node_network_iface_id{device="vethbb8a6e3"} 4110 node_network_iface_id{device="vethbbac89d"} 173011 node_network_iface_id{device="vethbd082f6"} 5278 node_network_iface_id{device="vethbd25c03"} 110494 node_network_iface_id{device="vethbde29dc"} 5960 node_network_iface_id{device="vethbdf0ae6"} 5742 node_network_iface_id{device="vethbdf987b"} 349277 node_network_iface_id{device="vethbe2b5e1"} 109758 node_network_iface_id{device="vethbe68e79"} 348967 node_network_iface_id{device="vethbf0834e"} 5342 node_network_iface_id{device="vethbf0fb34"} 5802 node_network_iface_id{device="vethbf21c25"} 349238 node_network_iface_id{device="vethc008c90"} 347681 node_network_iface_id{device="vethc07b10a"} 127399 node_network_iface_id{device="vethc08f47c"} 4566 node_network_iface_id{device="vethc18cb9a"} 5646 node_network_iface_id{device="vethc1a97fa"} 4042 node_network_iface_id{device="vethc1e9d8b"} 5286 node_network_iface_id{device="vethc264259"} 5732 node_network_iface_id{device="vethc31d600"} 4158 node_network_iface_id{device="vethc3ad82f"} 5952 node_network_iface_id{device="vethc46fc85"} 4648 node_network_iface_id{device="vethc4adf64"} 5120 node_network_iface_id{device="vethc549684"} 5036 node_network_iface_id{device="vethc5ebbd5"} 112299 node_network_iface_id{device="vethc61da72"} 343167 node_network_iface_id{device="vethc658eb9"} 4138 node_network_iface_id{device="vethc6b2fec"} 343175 node_network_iface_id{device="vethc6f15e7"} 7506 node_network_iface_id{device="vethc88834e"} 252950 node_network_iface_id{device="vethc9e2026"} 5318 node_network_iface_id{device="vethcaa0d9b"} 183623 node_network_iface_id{device="vethcad14ef"} 4734 node_network_iface_id{device="vethcc5c2ec"} 5202 node_network_iface_id{device="vethcd0f622"} 348226 node_network_iface_id{device="vethcdf4121"} 4586 node_network_iface_id{device="vethce28d62"} 5962 node_network_iface_id{device="vethcefb8ea"} 114646 node_network_iface_id{device="vethcf10a77"} 76423 node_network_iface_id{device="vethcf3d0ab"} 5864 node_network_iface_id{device="vethcf469f8"} 5964 node_network_iface_id{device="vethcfbd110"} 252843 node_network_iface_id{device="vethd049859"} 4588 node_network_iface_id{device="vethd0df832"} 109764 node_network_iface_id{device="vethd0ea3b3"} 5038 node_network_iface_id{device="vethd137e3f"} 5084 node_network_iface_id{device="vethd1673da"} 348969 node_network_iface_id{device="vethd17ef64"} 349032 node_network_iface_id{device="vethd265cdf"} 114903 node_network_iface_id{device="vethd274fa2"} 5926 node_network_iface_id{device="vethd3692c1"} 4118 node_network_iface_id{device="vethd3ad8e8"} 5114 node_network_iface_id{device="vethd3cb445"} 5192 node_network_iface_id{device="vethd460bfa"} 5758 node_network_iface_id{device="vethd4c98bf"} 5814 node_network_iface_id{device="vethd5453e5"} 5708 node_network_iface_id{device="vethd5b5677"} 342952 node_network_iface_id{device="vethd6090fd"} 348331 node_network_iface_id{device="vethd6d926d"} 4114 node_network_iface_id{device="vethd77042c"} 5790 node_network_iface_id{device="vethd8c625e"} 5930 node_network_iface_id{device="vethd95efe7"} 183617 node_network_iface_id{device="vethd9a7d1e"} 5796 node_network_iface_id{device="vethdb5e758"} 4612 node_network_iface_id{device="vethdbae4f2"} 4726 node_network_iface_id{device="vethdc87b20"} 4142 node_network_iface_id{device="vethdcb1f0b"} 5284 node_network_iface_id{device="vethdd53f2d"} 115013 node_network_iface_id{device="vethde11193"} 5590 node_network_iface_id{device="vethdeb9758"} 347882 node_network_iface_id{device="vethdeef5dc"} 4698 node_network_iface_id{device="vethe2428a1"} 11413 node_network_iface_id{device="vethe24bfb2"} 3942 node_network_iface_id{device="vethe2f38b4"} 348975 node_network_iface_id{device="vethe344c7c"} 348846 node_network_iface_id{device="vethe3e1fe3"} 349361 node_network_iface_id{device="vethe432622"} 5272 node_network_iface_id{device="vethe44e0ab"} 252837 node_network_iface_id{device="vethe4bfa42"} 337871 node_network_iface_id{device="vethe4f4e44"} 347393 node_network_iface_id{device="vethe4f5b2b"} 185305 node_network_iface_id{device="vethe523b56"} 4732 node_network_iface_id{device="vethe5b262f"} 76419 node_network_iface_id{device="vethe5e2431"} 112291 node_network_iface_id{device="vethe6c7619"} 349318 node_network_iface_id{device="vethe6d2761"} 5332 node_network_iface_id{device="vethe7084c8"} 349232 node_network_iface_id{device="vethe81d201"} 349242 node_network_iface_id{device="vethe81da63"} 347724 node_network_iface_id{device="vethe82b73e"} 4728 node_network_iface_id{device="vethe8b4700"} 347839 node_network_iface_id{device="vethe8e93c0"} 4628 node_network_iface_id{device="vethe96c577"} 109756 node_network_iface_id{device="vethe96d5e4"} 115017 node_network_iface_id{device="vethe97bbfc"} 4156 node_network_iface_id{device="vethe99909e"} 349275 node_network_iface_id{device="vetheaaf7a8"} 5866 node_network_iface_id{device="vetheabb614"} 129956 node_network_iface_id{device="vetheb6778a"} 5808 node_network_iface_id{device="vetheb9b73c"} 4786 node_network_iface_id{device="vetheb9f1a5"} 342950 node_network_iface_id{device="vetheca6089"} 173009 node_network_iface_id{device="vethee11bc2"} 4598 node_network_iface_id{device="vethee73ec3"} 5070 node_network_iface_id{device="vetheebb68b"} 110496 node_network_iface_id{device="vethef3aebe"} 5800 node_network_iface_id{device="vethef683ec"} 5206 node_network_iface_id{device="vethefcfba0"} 5594 node_network_iface_id{device="vethf002533"} 4120 node_network_iface_id{device="vethf0980ae"} 5540 node_network_iface_id{device="vethf0d12be"} 348977 node_network_iface_id{device="vethf0da578"} 5942 node_network_iface_id{device="vethf17a534"} 5878 node_network_iface_id{device="vethf1aa0a2"} 347833 node_network_iface_id{device="vethf1af506"} 112226 node_network_iface_id{device="vethf1d2976"} 4694 node_network_iface_id{device="vethf24dd7e"} 349316 node_network_iface_id{device="vethf340822"} 173003 node_network_iface_id{device="vethf420933"} 349400 node_network_iface_id{device="vethf4cfc78"} 4124 node_network_iface_id{device="vethf4d3c1b"} 3948 node_network_iface_id{device="vethf5c652f"} 348325 node_network_iface_id{device="vethf6144ce"} 112295 node_network_iface_id{device="vethf65b7bb"} 4658 node_network_iface_id{device="vethf6c8f45"} 4104 node_network_iface_id{device="vethf7001fb"} 4742 node_network_iface_id{device="vethf748303"} 4624 node_network_iface_id{device="vethf77cba5"} 112228 node_network_iface_id{device="vethf86a842"} 349236 node_network_iface_id{device="vethf906982"} 348218 node_network_iface_id{device="vethf9a5386"} 5096 node_network_iface_id{device="vethfa01a23"} 5940 node_network_iface_id{device="vethfa11d53"} 349203 node_network_iface_id{device="vethfbc3e02"} 5100 node_network_iface_id{device="vethfbda92a"} 4108 node_network_iface_id{device="vethfc1051c"} 349281 node_network_iface_id{device="vethfc5b432"} 5544 node_network_iface_id{device="vethfd373d2"} 4172 node_network_iface_id{device="vethfd8de08"} 6048 node_network_iface_id{device="vethfe57e1a"} 5072 node_network_iface_id{device="vethfe628e7"} 5534 node_network_iface_id{device="vethfe7a799"} 5650 node_network_iface_id{device="vethfe87d9a"} 5028 node_network_iface_id{device="vethff97c3c"} 5554 node_network_iface_id{device="vethffd01e5"} 4616 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-087c68b8e63c"} 10 node_network_iface_link{device="br-0b1f21f65434"} 16 node_network_iface_link{device="br-0d0fae6fba3a"} 109700 node_network_iface_link{device="br-170997b6d0fa"} 185301 node_network_iface_link{device="br-1bb5f7b6f214"} 11 node_network_iface_link{device="br-1e4bfa09370c"} 59 node_network_iface_link{device="br-1f69ec4677f1"} 77 node_network_iface_link{device="br-21789fc30e57"} 348192 node_network_iface_link{device="br-24be321e5dec"} 348323 node_network_iface_link{device="br-259e1db91409"} 348916 node_network_iface_link{device="br-26bd8dfacf27"} 252904 node_network_iface_link{device="br-27f56655830b"} 127339 node_network_iface_link{device="br-28d2c710d9dd"} 52 node_network_iface_link{device="br-2a3f91fee31f"} 337564 node_network_iface_link{device="br-2bc240b92a01"} 76407 node_network_iface_link{device="br-2c90dade3b40"} 112168 node_network_iface_link{device="br-336368f4fbaf"} 73 node_network_iface_link{device="br-357f0be81f70"} 7 node_network_iface_link{device="br-36d6eda82163"} 252791 node_network_iface_link{device="br-3eb6a5acab86"} 349327 node_network_iface_link{device="br-448507de0ea8"} 172973 node_network_iface_link{device="br-4a94058d26b4"} 343129 node_network_iface_link{device="br-4be189870a60"} 92 node_network_iface_link{device="br-4f972baae489"} 342908 node_network_iface_link{device="br-50cf1727260b"} 347406 node_network_iface_link{device="br-52aec1ad6344"} 349245 node_network_iface_link{device="br-54774436947a"} 21 node_network_iface_link{device="br-5508256f2a09"} 183589 node_network_iface_link{device="br-57a69cbd7be7"} 105 node_network_iface_link{device="br-5d4590ede425"} 72 node_network_iface_link{device="br-610e22981841"} 78 node_network_iface_link{device="br-61849e346d59"} 124 node_network_iface_link{device="br-61d28ade84d6"} 22 node_network_iface_link{device="br-63561f6ecb8e"} 54 node_network_iface_link{device="br-65d299b503ee"} 348146 node_network_iface_link{device="br-6bb76e52d0ad"} 51 node_network_iface_link{device="br-6f8573194abf"} 349161 node_network_iface_link{device="br-7c7768cc3717"} 110486 node_network_iface_link{device="br-7dc3afdf0595"} 126 node_network_iface_link{device="br-7f850a40bfe5"} 94 node_network_iface_link{device="br-8716ec68a5ed"} 114 node_network_iface_link{device="br-8ae373fa2d64"} 348243 node_network_iface_link{device="br-8c6a4bf92696"} 12 node_network_iface_link{device="br-8cb85635e30f"} 55 node_network_iface_link{device="br-8dce2f197033"} 24 node_network_iface_link{device="br-90cd3c4154aa"} 114855 node_network_iface_link{device="br-9472bb85cfee"} 4 node_network_iface_link{device="br-96848e888a71"} 85 node_network_iface_link{device="br-9ba5f271298c"} 74 node_network_iface_link{device="br-9bcfee4e647f"} 337845 node_network_iface_link{device="br-9dafd0c4fdb9"} 75 node_network_iface_link{device="br-9db262804262"} 39 node_network_iface_link{device="br-9dc48ff73063"} 37 node_network_iface_link{device="br-a1d37c85c10a"} 20 node_network_iface_link{device="br-a1e913015165"} 347582 node_network_iface_link{device="br-a28e9d8e1a5a"} 347801 node_network_iface_link{device="br-a2ad5d8a6e21"} 30 node_network_iface_link{device="br-a38ecabc76e9"} 86 node_network_iface_link{device="br-a4f2233265e1"} 93 node_network_iface_link{device="br-a5dafb0a1dce"} 87 node_network_iface_link{device="br-a9bbe251fab0"} 48 node_network_iface_link{device="br-aa93655903fc"} 347363 node_network_iface_link{device="br-ac3189dfb892"} 65 node_network_iface_link{device="br-ad403c2030eb"} 114594 node_network_iface_link{device="br-b189446352e8"} 349370 node_network_iface_link{device="br-b2704a1bb792"} 122 node_network_iface_link{device="br-b3ccbb1f1bc0"} 349206 node_network_iface_link{device="br-b783fcd91426"} 98 node_network_iface_link{device="br-b963d2263b6f"} 123 node_network_iface_link{device="br-ba1379cf796f"} 18 node_network_iface_link{device="br-ba367713f9e4"} 38 node_network_iface_link{device="br-bbe8bdb22dd6"} 117 node_network_iface_link{device="br-bd52bf04c342"} 31 node_network_iface_link{device="br-bf0cd4851644"} 90 node_network_iface_link{device="br-bffb620a7ee6"} 91 node_network_iface_link{device="br-c1f5d6ba4d2d"} 129885 node_network_iface_link{device="br-c30b8f3d8dab"} 109 node_network_iface_link{device="br-c77466ba6ab0"} 114948 node_network_iface_link{device="br-ca643bc58727"} 348814 node_network_iface_link{device="br-cd8eb8bff0ed"} 5 node_network_iface_link{device="br-d349f503bfc6"} 108 node_network_iface_link{device="br-d454ff2d1838"} 99 node_network_iface_link{device="br-d739d49adeac"} 112 node_network_iface_link{device="br-d7cd2c298e7c"} 112241 node_network_iface_link{device="br-d8a988dac171"} 41 node_network_iface_link{device="br-de2f2179e66c"} 32 node_network_iface_link{device="br-de3eb58f0193"} 76 node_network_iface_link{device="br-dea46bb081b7"} 13 node_network_iface_link{device="br-e065831d4d38"} 26 node_network_iface_link{device="br-e5485c57cf48"} 106 node_network_iface_link{device="br-eb54112c03eb"} 49 node_network_iface_link{device="br-ec717bd1017c"} 27 node_network_iface_link{device="br-edb0c100954a"} 50 node_network_iface_link{device="br-f33823381a9d"} 347842 node_network_iface_link{device="br-f3652190882f"} 349030 node_network_iface_link{device="br-f408a2a1a184"} 28 node_network_iface_link{device="br-f515742f876f"} 349286 node_network_iface_link{device="br-f9f6492a4861"} 347684 node_network_iface_link{device="br-fb51064e1346"} 40 node_network_iface_link{device="br-fda61ed9d8ac"} 15 node_network_iface_link{device="br-fedaf61052e8"} 66 node_network_iface_link{device="br-ff91e3e17577"} 60 node_network_iface_link{device="docker0"} 129 node_network_iface_link{device="docker_gwbridge"} 69 node_network_iface_link{device="enp1s0"} 2 node_network_iface_link{device="enp7s0"} 3 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth0032b85"} 110489 node_network_iface_link{device="veth0062100"} 349194 node_network_iface_link{device="veth0103041"} 5949 node_network_iface_link{device="veth0112c67"} 349362 node_network_iface_link{device="veth019627f"} 5365 node_network_iface_link{device="veth022f48e"} 349358 node_network_iface_link{device="veth02c3008"} 5965 node_network_iface_link{device="veth03870f2"} 5195 node_network_iface_link{device="veth03fab17"} 5683 node_network_iface_link{device="veth0445705"} 347834 node_network_iface_link{device="veth04d9d5c"} 4745 node_network_iface_link{device="veth04f6c9d"} 4601 node_network_iface_link{device="veth05af784"} 349204 node_network_iface_link{device="veth05efff4"} 347676 node_network_iface_link{device="veth060151d"} 5745 node_network_iface_link{device="veth060da87"} 3967 node_network_iface_link{device="veth061cde3"} 342945 node_network_iface_link{device="veth069689a"} 5943 node_network_iface_link{device="veth071e33d"} 11410 node_network_iface_link{device="veth0721878"} 5689 node_network_iface_link{device="veth075aab6"} 5979 node_network_iface_link{device="veth07e6c77"} 4613 node_network_iface_link{device="veth0b493a5"} 112296 node_network_iface_link{device="veth0b53316"} 5643 node_network_iface_link{device="veth0c53113"} 349233 node_network_iface_link{device="veth0d1acf5"} 348244 node_network_iface_link{device="veth0d31a45"} 337589 node_network_iface_link{device="veth0de6dee"} 347441 node_network_iface_link{device="veth0df23dc"} 5307 node_network_iface_link{device="veth0eca916"} 127394 node_network_iface_link{device="veth0f5f33d"} 347682 node_network_iface_link{device="veth0f8dec9"} 185306 node_network_iface_link{device="veth102c1ba"} 4111 node_network_iface_link{device="veth1063edf"} 348972 node_network_iface_link{device="veth1118b3c"} 173004 node_network_iface_link{device="veth11515af"} 114900 node_network_iface_link{device="veth133564c"} 347396 node_network_iface_link{device="veth1347d6c"} 342947 node_network_iface_link{device="veth135d815"} 252844 node_network_iface_link{device="veth13c38ee"} 11402 node_network_iface_link{device="veth13e91ad"} 347445 node_network_iface_link{device="veth1425634"} 5857 node_network_iface_link{device="veth1611d0c"} 347400 node_network_iface_link{device="veth168e87b"} 349323 node_network_iface_link{device="veth1706b7a"} 349407 node_network_iface_link{device="veth178dfc0"} 5647 node_network_iface_link{device="veth1938721"} 4607 node_network_iface_link{device="veth19a56fa"} 4695 node_network_iface_link{device="veth1aaea89"} 5829 node_network_iface_link{device="veth1b45a8e"} 347729 node_network_iface_link{device="veth1b6bd03"} 5753 node_network_iface_link{device="veth1cd93e3"} 348183 node_network_iface_link{device="veth1d5394d"} 5601 node_network_iface_link{device="veth1d86d73"} 252951 node_network_iface_link{device="veth1ead36c"} 5931 node_network_iface_link{device="veth1fb3a26"} 5927 node_network_iface_link{device="veth20297c5"} 4047 node_network_iface_link{device="veth2106fb1"} 4105 node_network_iface_link{device="veth21341d6"} 5977 node_network_iface_link{device="veth2295082"} 4039 node_network_iface_link{device="veth247d7c2"} 4139 node_network_iface_link{device="veth25425d4"} 348179 node_network_iface_link{device="veth256aa3d"} 109753 node_network_iface_link{device="veth26409f4"} 112223 node_network_iface_link{device="veth269d5e6"} 252955 node_network_iface_link{device="veth273675a"} 4609 node_network_iface_link{device="veth275b86b"} 114906 node_network_iface_link{device="veth28b1591"} 4659 node_network_iface_link{device="veth296e150"} 5121 node_network_iface_link{device="veth29a1ccc"} 348841 node_network_iface_link{device="veth29c114f"} 348332 node_network_iface_link{device="veth2a65455"} 5345 node_network_iface_link{device="veth2a6f80b"} 347715 node_network_iface_link{device="veth2ad6708"} 114649 node_network_iface_link{device="veth2c8a5eb"} 4145 node_network_iface_link{device="veth2cf162c"} 4043 node_network_iface_link{device="veth2d6fdfa"} 11404 node_network_iface_link{device="veth2da2220"} 5915 node_network_iface_link{device="veth2df9e37"} 5697 node_network_iface_link{device="veth2e56669"} 4649 node_network_iface_link{device="veth2e6dcf4"} 348843 node_network_iface_link{device="veth2f465b5"} 11398 node_network_iface_link{device="veth2f81ebc"} 5805 node_network_iface_link{device="veth2fe3220"} 349401 node_network_iface_link{device="veth30486f8"} 11406 node_network_iface_link{device="veth3230a5c"} 4701 node_network_iface_link{device="veth3352b12"} 349321 node_network_iface_link{device="veth347d5da"} 5111 node_network_iface_link{device="veth348ced7"} 114908 node_network_iface_link{device="veth3533a3b"} 5933 node_network_iface_link{device="veth3565e55"} 112217 node_network_iface_link{device="veth3608455"} 129959 node_network_iface_link{device="veth36f23c3"} 183620 node_network_iface_link{device="veth36f2fdc"} 337587 node_network_iface_link{device="veth378b1cf"} 5325 node_network_iface_link{device="veth378d132"} 4737 node_network_iface_link{device="veth37d4017"} 348326 node_network_iface_link{device="veth3812cc9"} 127390 node_network_iface_link{device="veth384ee7f"} 5815 node_network_iface_link{device="veth388c154"} 109761 node_network_iface_link{device="veth3905075"} 5561 node_network_iface_link{device="veth3a09fdd"} 3955 node_network_iface_link{device="veth3c49372"} 6157 node_network_iface_link{device="veth3cbf8f4"} 342941 node_network_iface_link{device="veth3f7ef6c"} 5281 node_network_iface_link{device="veth407adc8"} 343176 node_network_iface_link{device="veth40c8fc3"} 347719 node_network_iface_link{device="veth413c10b"} 5517 node_network_iface_link{device="veth4181140"} 252947 node_network_iface_link{device="veth41d303a"} 342943 node_network_iface_link{device="veth42210c8"} 115010 node_network_iface_link{device="veth423037b"} 349270 node_network_iface_link{device="veth4281e6d"} 114639 node_network_iface_link{device="veth43cd59e"} 5635 node_network_iface_link{device="veth43e5c70"} 4687 node_network_iface_link{device="veth44d7e2c"} 11408 node_network_iface_link{device="veth450c253"} 4151 node_network_iface_link{device="veth45430e9"} 349409 node_network_iface_link{device="veth4642b70"} 4661 node_network_iface_link{device="veth468f7da"} 349198 node_network_iface_link{device="veth46afbf5"} 4045 node_network_iface_link{device="veth4732578"} 5761 node_network_iface_link{device="veth47bb667"} 337872 node_network_iface_link{device="veth47e6387"} 4595 node_network_iface_link{device="veth486fdd0"} 5045 node_network_iface_link{device="veth487e039"} 5529 node_network_iface_link{device="veth4993fb1"} 4655 node_network_iface_link{device="veth49b1548"} 5785 node_network_iface_link{device="veth49f14c7"} 5867 node_network_iface_link{device="veth4a642a8"} 5947 node_network_iface_link{device="veth4a76d10"} 348839 node_network_iface_link{device="veth4b29d5d"} 5845 node_network_iface_link{device="veth4bbdd5e"} 4641 node_network_iface_link{device="veth4d2d823"} 5851 node_network_iface_link{device="veth4e1abcc"} 5359 node_network_iface_link{device="veth4e3e373"} 5691 node_network_iface_link{device="veth4e78857"} 5797 node_network_iface_link{device="veth4f2fe05"} 5699 node_network_iface_link{device="veth4f9e86a"} 4551 node_network_iface_link{device="veth506c718"} 343172 node_network_iface_link{device="veth509a174"} 3953 node_network_iface_link{device="veth50b618a"} 5695 node_network_iface_link{device="veth517f447"} 4561 node_network_iface_link{device="veth5197b91"} 4143 node_network_iface_link{device="veth51a41e1"} 115014 node_network_iface_link{device="veth51c8eef"} 5097 node_network_iface_link{device="veth51f65bc"} 5843 node_network_iface_link{device="veth52d15a6"} 348219 node_network_iface_link{device="veth53a83dd"} 347670 node_network_iface_link{device="veth53c59b5"} 6051 node_network_iface_link{device="veth544564b"} 5193 node_network_iface_link{device="veth547ea5d"} 6059 node_network_iface_link{device="veth54d8e92"} 348221 node_network_iface_link{device="veth54f4b91"} 4135 node_network_iface_link{device="veth54fee19"} 127388 node_network_iface_link{device="veth558dcda"} 349319 node_network_iface_link{device="veth55bcfbe"} 348250 node_network_iface_link{device="veth5654345"} 5047 node_network_iface_link{device="veth5682e9e"} 183618 node_network_iface_link{device="veth56ba59b"} 349272 node_network_iface_link{device="veth56c8b10"} 5597 node_network_iface_link{device="veth5747c95"} 4557 node_network_iface_link{device="veth5798942"} 348328 node_network_iface_link{device="veth583d3bf"} 183614 node_network_iface_link{device="veth58c0c41"} 347621 node_network_iface_link{device="veth5955c4d"} 5811 node_network_iface_link{device="veth59b147f"} 5709 node_network_iface_link{device="veth59d9a6e"} 5693 node_network_iface_link{device="veth5a6eb98"} 5759 node_network_iface_link{device="veth5a7ac0c"} 337876 node_network_iface_link{device="veth5bb9200"} 620 node_network_iface_link{device="veth5ce0bf8"} 5327 node_network_iface_link{device="veth5d0c6d0"} 4101 node_network_iface_link{device="veth5d6c487"} 76420 node_network_iface_link{device="veth5e594fd"} 5107 node_network_iface_link{device="veth5f4044b"} 5039 node_network_iface_link{device="veth5fab975"} 5525 node_network_iface_link{device="veth602c26c"} 347836 node_network_iface_link{device="veth607c6d0"} 4593 node_network_iface_link{device="veth61045ce"} 337593 node_network_iface_link{device="veth61f2797"} 4525 node_network_iface_link{device="veth620913b"} 4133 node_network_iface_link{device="veth62aa4cf"} 347875 node_network_iface_link{device="veth62e9205"} 5711 node_network_iface_link{device="veth6357d77"} 349405 node_network_iface_link{device="veth63a1039"} 114641 node_network_iface_link{device="veth64faa71"} 5641 node_network_iface_link{device="veth65b7cd5"} 129957 node_network_iface_link{device="veth67186fe"} 5793 node_network_iface_link{device="veth687f385"} 252840 node_network_iface_link{device="veth68a432f"} 348227 node_network_iface_link{device="veth68dc675"} 5733 node_network_iface_link{device="veth68dfc02"} 5073 node_network_iface_link{device="veth69282bc"} 262 node_network_iface_link{device="veth69383b3"} 4603 node_network_iface_link{device="veth694f82a"} 5749 node_network_iface_link{device="veth6a36832"} 4563 node_network_iface_link{device="veth6ad616c"} 252953 node_network_iface_link{device="veth6b19168"} 5953 node_network_iface_link{device="veth6b2e435"} 602 node_network_iface_link{device="veth6b49f3c"} 5969 node_network_iface_link{device="veth6b822ad"} 348847 node_network_iface_link{device="veth6b93b5b"} 252846 node_network_iface_link{device="veth6bea112"} 943 node_network_iface_link{device="veth6cdc6e1"} 129953 node_network_iface_link{device="veth6e075bd"} 5041 node_network_iface_link{device="veth6e1780a"} 282 node_network_iface_link{device="veth6e61860"} 4747 node_network_iface_link{device="veth7039388"} 5817 node_network_iface_link{device="veth70f4ee1"} 5735 node_network_iface_link{device="veth716f757"} 5923 node_network_iface_link{device="veth724ccf7"} 348849 node_network_iface_link{device="veth72594d2"} 347873 node_network_iface_link{device="veth730deaa"} 348223 node_network_iface_link{device="veth73512f2"} 5747 node_network_iface_link{device="veth73c1813"} 347713 node_network_iface_link{device="veth741cb85"} 348252 node_network_iface_link{device="veth75ab275"} 440 node_network_iface_link{device="veth75c4fef"} 4619 node_network_iface_link{device="veth7636e3d"} 5595 node_network_iface_link{device="veth77432d4"} 4099 node_network_iface_link{device="veth795d64a"} 5043 node_network_iface_link{device="veth7c65c3b"} 185310 node_network_iface_link{device="veth7d1a0bd"} 3951 node_network_iface_link{device="veth7d6a0f5"} 349356 node_network_iface_link{device="veth7e09eb6"} 112300 node_network_iface_link{device="veth7e4ad7f"} 5203 node_network_iface_link{device="veth7ecac2d"} 5853 node_network_iface_link{device="veth7eccd33"} 252945 node_network_iface_link{device="veth7ee5901"} 347840 node_network_iface_link{device="veth7f0dd5d"} 5787 node_network_iface_link{device="veth7f473a1"} 349037 node_network_iface_link{device="veth7f5281e"} 6053 node_network_iface_link{device="veth7feb00f"} 5081 node_network_iface_link{device="veth7ff154f"} 337591 node_network_iface_link{device="veth80957ff"} 5109 node_network_iface_link{device="veth8137b9c"} 152 node_network_iface_link{device="veth81a1594"} 4115 node_network_iface_link{device="veth81daf2a"} 5279 node_network_iface_link{device="veth8223f67"} 5985 node_network_iface_link{device="veth8247bb0"} 5313 node_network_iface_link{device="veth8270420"} 112221 node_network_iface_link{device="veth8335dac"} 347877 node_network_iface_link{device="veth8429d9a"} 173006 node_network_iface_link{device="veth844aefd"} 4629 node_network_iface_link{device="veth849dac1"} 5713 node_network_iface_link{device="veth84b99c9"} 114904 node_network_iface_link{device="veth84bd87d"} 337585 node_network_iface_link{device="veth85cc1cf"} 337866 node_network_iface_link{device="veth85f7192"} 3949 node_network_iface_link{device="veth86ce04d"} 5319 node_network_iface_link{device="veth872e399"} 349403 node_network_iface_link{device="veth873611d"} 4131 node_network_iface_link{device="veth877be1d"} 173012 node_network_iface_link{device="veth8969f3b"} 5335 node_network_iface_link{device="veth8c3a190"} 349200 node_network_iface_link{device="veth8c70adf"} 348187 node_network_iface_link{device="veth8db889b"} 5701 node_network_iface_link{device="veth8dc210c"} 110487 node_network_iface_link{device="veth8e0606c"} 76416 node_network_iface_link{device="veth8e077da"} 348175 node_network_iface_link{device="veth8e1aba7"} 5123 node_network_iface_link{device="veth8eae5df"} 5519 node_network_iface_link{device="veth8f7612b"} 586 node_network_iface_link{device="veth8f7dd95"} 347617 node_network_iface_link{device="veth90c30b2"} 4591 node_network_iface_link{device="veth921cee8"} 5879 node_network_iface_link{device="veth9302314"} 296 node_network_iface_link{device="veth9331cd6"} 349364 node_network_iface_link{device="veth9388ace"} 348177 node_network_iface_link{device="veth947bf8e"} 76414 node_network_iface_link{device="veth94ee973"} 5981 node_network_iface_link{device="veth950d9c2"} 6055 node_network_iface_link{device="veth951b9c5"} 5125 node_network_iface_link{device="veth9564c18"} 109759 node_network_iface_link{device="veth957c474"} 343170 node_network_iface_link{device="veth9585732"} 337595 node_network_iface_link{device="veth967aa1a"} 347615 node_network_iface_link{device="veth9779f87"} 347625 node_network_iface_link{device="veth983bad0"} 5309 node_network_iface_link{device="veth987c992"} 348248 node_network_iface_link{device="veth98c6421"} 347619 node_network_iface_link{device="veth990a50f"} 348189 node_network_iface_link{device="veth9a4f942"} 5075 node_network_iface_link{device="veth9a6c8be"} 5987 node_network_iface_link{device="veth9ad5f46"} 4729 node_network_iface_link{device="veth9b13721"} 127396 node_network_iface_link{device="veth9b464fa"} 5315 node_network_iface_link{device="veth9b4f0d2"} 5101 node_network_iface_link{device="veth9b5c7ee"} 5791 node_network_iface_link{device="veth9be4730"} 347398 node_network_iface_link{device="veth9bfc292"} 114643 node_network_iface_link{device="veth9c18fa3"} 5541 node_network_iface_link{device="veth9c355e1"} 5919 node_network_iface_link{device="veth9c57e90"} 4699 node_network_iface_link{device="veth9cdf489"} 4129 node_network_iface_link{device="veth9d63606"} 4665 node_network_iface_link{device="veth9de68fa"} 349366 node_network_iface_link{device="veth9e30c14"} 349196 node_network_iface_link{device="veth9e56bd7"} 5861 node_network_iface_link{device="veth9e6929b"} 4721 node_network_iface_link{device="veth9eba1cd"} 347871 node_network_iface_link{device="vetha03ce74"} 5855 node_network_iface_link{device="vetha04b49d"} 127392 node_network_iface_link{device="vetha10f2fa"} 112292 node_network_iface_link{device="vetha11005d"} 112219 node_network_iface_link{device="vetha145b74"} 115018 node_network_iface_link{device="vetha2b566c"} 348181 node_network_iface_link{device="vetha2fc1a5"} 347402 node_network_iface_link{device="vetha3569ea"} 4749 node_network_iface_link{device="vetha387dd9"} 183624 node_network_iface_link{device="vetha3b745a"} 5031 node_network_iface_link{device="vetha3bec2e"} 5051 node_network_iface_link{device="vetha4cd445"} 129949 node_network_iface_link{device="vetha4dbc2b"} 4127 node_network_iface_link{device="vetha4fe8d7"} 349035 node_network_iface_link{device="vetha68c9b3"} 348970 node_network_iface_link{device="vetha6ef154"} 349039 node_network_iface_link{device="vetha77a1bd"} 347394 node_network_iface_link{device="vetha7950a3"} 4559 node_network_iface_link{device="vetha82ff5a"} 115020 node_network_iface_link{device="vetha8424ea"} 4767 node_network_iface_link{device="vetha865d3e"} 343168 node_network_iface_link{device="vetha8b7d19"} 349239 node_network_iface_link{device="vetha916bfd"} 5869 node_network_iface_link{device="vetha96a22d"} 114647 node_network_iface_link{device="vetha96cc9c"} 252838 node_network_iface_link{device="vetha9c7c19"} 5955 node_network_iface_link{device="vetha9caa3b"} 347717 node_network_iface_link{device="vethaa90db7"} 5579 node_network_iface_link{device="vethab9efd5"} 347830 node_network_iface_link{device="vethac8d182"} 347439 node_network_iface_link{device="vethac999f1"} 348246 node_network_iface_link{device="vethaca1dc0"} 4653 node_network_iface_link{device="vethacf7ba6"} 185308 node_network_iface_link{device="vethad96a00"} 347437 node_network_iface_link{device="vethadd48e3"} 600 node_network_iface_link{device="vethadd9f3f"} 5367 node_network_iface_link{device="vethae2fcbc"} 347879 node_network_iface_link{device="vethae97c83"} 4033 node_network_iface_link{device="vethb07dd73"} 4663 node_network_iface_link{device="vethb179549"} 347443 node_network_iface_link{device="vethb19d1ed"} 4159 node_network_iface_link{device="vethb1b305d"} 76412 node_network_iface_link{device="vethb1b39f0"} 4625 node_network_iface_link{device="vethb1bf067"} 5349 node_network_iface_link{device="vethb1d5654"} 5875 node_network_iface_link{device="vethb28b5ff"} 114910 node_network_iface_link{device="vethb2bd843"} 347435 node_network_iface_link{device="vethb305a14"} 129951 node_network_iface_link{device="vethb3e024d"} 348185 node_network_iface_link{device="vethb43c9ad"} 4743 node_network_iface_link{device="vethb477838"} 4651 node_network_iface_link{device="vethb4ce123"} 5849 node_network_iface_link{device="vethb56815f"} 4153 node_network_iface_link{device="vethb6bf622"} 337874 node_network_iface_link{device="vethb75ca8b"} 347721 node_network_iface_link{device="vethb770745"} 349325 node_network_iface_link{device="vethb7a1877"} 337868 node_network_iface_link{device="vethb7a9d61"} 347623 node_network_iface_link{device="vethb805fbd"} 5743 node_network_iface_link{device="vethb89ad32"} 349278 node_network_iface_link{device="vethb90d782"} 5945 node_network_iface_link{device="vethb91a369"} 5881 node_network_iface_link{device="vethb9b4a13"} 347674 node_network_iface_link{device="vethb9e011c"} 5779 node_network_iface_link{device="vethba518ed"} 5547 node_network_iface_link{device="vethbb22a17"} 6057 node_network_iface_link{device="vethbb85030"} 7503 node_network_iface_link{device="vethbb8a6e3"} 4109 node_network_iface_link{device="vethbbac89d"} 173010 node_network_iface_link{device="vethbd082f6"} 5277 node_network_iface_link{device="vethbd25c03"} 110493 node_network_iface_link{device="vethbde29dc"} 5959 node_network_iface_link{device="vethbdf0ae6"} 5741 node_network_iface_link{device="vethbdf987b"} 349276 node_network_iface_link{device="vethbe2b5e1"} 109757 node_network_iface_link{device="vethbe68e79"} 348966 node_network_iface_link{device="vethbf0834e"} 5341 node_network_iface_link{device="vethbf0fb34"} 5801 node_network_iface_link{device="vethbf21c25"} 349237 node_network_iface_link{device="vethc008c90"} 347680 node_network_iface_link{device="vethc07b10a"} 127398 node_network_iface_link{device="vethc08f47c"} 4565 node_network_iface_link{device="vethc18cb9a"} 5645 node_network_iface_link{device="vethc1a97fa"} 4041 node_network_iface_link{device="vethc1e9d8b"} 5285 node_network_iface_link{device="vethc264259"} 5731 node_network_iface_link{device="vethc31d600"} 4157 node_network_iface_link{device="vethc3ad82f"} 5951 node_network_iface_link{device="vethc46fc85"} 4647 node_network_iface_link{device="vethc4adf64"} 5119 node_network_iface_link{device="vethc549684"} 5035 node_network_iface_link{device="vethc5ebbd5"} 112298 node_network_iface_link{device="vethc61da72"} 343166 node_network_iface_link{device="vethc658eb9"} 4137 node_network_iface_link{device="vethc6b2fec"} 343174 node_network_iface_link{device="vethc6f15e7"} 7505 node_network_iface_link{device="vethc88834e"} 252949 node_network_iface_link{device="vethc9e2026"} 5317 node_network_iface_link{device="vethcaa0d9b"} 183622 node_network_iface_link{device="vethcad14ef"} 4733 node_network_iface_link{device="vethcc5c2ec"} 5201 node_network_iface_link{device="vethcd0f622"} 348225 node_network_iface_link{device="vethcdf4121"} 4585 node_network_iface_link{device="vethce28d62"} 5961 node_network_iface_link{device="vethcefb8ea"} 114645 node_network_iface_link{device="vethcf10a77"} 76422 node_network_iface_link{device="vethcf3d0ab"} 5863 node_network_iface_link{device="vethcf469f8"} 5963 node_network_iface_link{device="vethcfbd110"} 252842 node_network_iface_link{device="vethd049859"} 4587 node_network_iface_link{device="vethd0df832"} 109763 node_network_iface_link{device="vethd0ea3b3"} 5037 node_network_iface_link{device="vethd137e3f"} 5083 node_network_iface_link{device="vethd1673da"} 348968 node_network_iface_link{device="vethd17ef64"} 349031 node_network_iface_link{device="vethd265cdf"} 114902 node_network_iface_link{device="vethd274fa2"} 5925 node_network_iface_link{device="vethd3692c1"} 4117 node_network_iface_link{device="vethd3ad8e8"} 5113 node_network_iface_link{device="vethd3cb445"} 5191 node_network_iface_link{device="vethd460bfa"} 5757 node_network_iface_link{device="vethd4c98bf"} 5813 node_network_iface_link{device="vethd5453e5"} 5707 node_network_iface_link{device="vethd5b5677"} 342951 node_network_iface_link{device="vethd6090fd"} 348330 node_network_iface_link{device="vethd6d926d"} 4113 node_network_iface_link{device="vethd77042c"} 5789 node_network_iface_link{device="vethd8c625e"} 5929 node_network_iface_link{device="vethd95efe7"} 183616 node_network_iface_link{device="vethd9a7d1e"} 5795 node_network_iface_link{device="vethdb5e758"} 4611 node_network_iface_link{device="vethdbae4f2"} 4725 node_network_iface_link{device="vethdc87b20"} 4141 node_network_iface_link{device="vethdcb1f0b"} 5283 node_network_iface_link{device="vethdd53f2d"} 115012 node_network_iface_link{device="vethde11193"} 5589 node_network_iface_link{device="vethdeb9758"} 347881 node_network_iface_link{device="vethdeef5dc"} 4697 node_network_iface_link{device="vethe2428a1"} 11412 node_network_iface_link{device="vethe24bfb2"} 3941 node_network_iface_link{device="vethe2f38b4"} 348974 node_network_iface_link{device="vethe344c7c"} 348845 node_network_iface_link{device="vethe3e1fe3"} 349360 node_network_iface_link{device="vethe432622"} 5271 node_network_iface_link{device="vethe44e0ab"} 252836 node_network_iface_link{device="vethe4bfa42"} 337870 node_network_iface_link{device="vethe4f4e44"} 347392 node_network_iface_link{device="vethe4f5b2b"} 185304 node_network_iface_link{device="vethe523b56"} 4731 node_network_iface_link{device="vethe5b262f"} 76418 node_network_iface_link{device="vethe5e2431"} 112290 node_network_iface_link{device="vethe6c7619"} 349317 node_network_iface_link{device="vethe6d2761"} 5331 node_network_iface_link{device="vethe7084c8"} 349231 node_network_iface_link{device="vethe81d201"} 349241 node_network_iface_link{device="vethe81da63"} 347723 node_network_iface_link{device="vethe82b73e"} 4727 node_network_iface_link{device="vethe8b4700"} 347838 node_network_iface_link{device="vethe8e93c0"} 4627 node_network_iface_link{device="vethe96c577"} 109755 node_network_iface_link{device="vethe96d5e4"} 115016 node_network_iface_link{device="vethe97bbfc"} 4155 node_network_iface_link{device="vethe99909e"} 349274 node_network_iface_link{device="vetheaaf7a8"} 5865 node_network_iface_link{device="vetheabb614"} 129955 node_network_iface_link{device="vetheb6778a"} 5807 node_network_iface_link{device="vetheb9b73c"} 4785 node_network_iface_link{device="vetheb9f1a5"} 342949 node_network_iface_link{device="vetheca6089"} 173008 node_network_iface_link{device="vethee11bc2"} 4597 node_network_iface_link{device="vethee73ec3"} 5069 node_network_iface_link{device="vetheebb68b"} 110495 node_network_iface_link{device="vethef3aebe"} 5799 node_network_iface_link{device="vethef683ec"} 5205 node_network_iface_link{device="vethefcfba0"} 5593 node_network_iface_link{device="vethf002533"} 4119 node_network_iface_link{device="vethf0980ae"} 5539 node_network_iface_link{device="vethf0d12be"} 348976 node_network_iface_link{device="vethf0da578"} 5941 node_network_iface_link{device="vethf17a534"} 5877 node_network_iface_link{device="vethf1aa0a2"} 347832 node_network_iface_link{device="vethf1af506"} 112225 node_network_iface_link{device="vethf1d2976"} 4693 node_network_iface_link{device="vethf24dd7e"} 349315 node_network_iface_link{device="vethf340822"} 173002 node_network_iface_link{device="vethf420933"} 349399 node_network_iface_link{device="vethf4cfc78"} 4123 node_network_iface_link{device="vethf4d3c1b"} 3947 node_network_iface_link{device="vethf5c652f"} 348324 node_network_iface_link{device="vethf6144ce"} 112294 node_network_iface_link{device="vethf65b7bb"} 4657 node_network_iface_link{device="vethf6c8f45"} 4103 node_network_iface_link{device="vethf7001fb"} 4741 node_network_iface_link{device="vethf748303"} 4623 node_network_iface_link{device="vethf77cba5"} 112227 node_network_iface_link{device="vethf86a842"} 349235 node_network_iface_link{device="vethf906982"} 348217 node_network_iface_link{device="vethf9a5386"} 5095 node_network_iface_link{device="vethfa01a23"} 5939 node_network_iface_link{device="vethfa11d53"} 349202 node_network_iface_link{device="vethfbc3e02"} 5099 node_network_iface_link{device="vethfbda92a"} 4107 node_network_iface_link{device="vethfc1051c"} 349280 node_network_iface_link{device="vethfc5b432"} 5543 node_network_iface_link{device="vethfd373d2"} 4171 node_network_iface_link{device="vethfd8de08"} 6047 node_network_iface_link{device="vethfe57e1a"} 5071 node_network_iface_link{device="vethfe628e7"} 5533 node_network_iface_link{device="vethfe7a799"} 5649 node_network_iface_link{device="vethfe87d9a"} 5027 node_network_iface_link{device="vethff97c3c"} 5553 node_network_iface_link{device="vethffd01e5"} 4615 # 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-087c68b8e63c"} 0 node_network_iface_link_mode{device="br-0b1f21f65434"} 0 node_network_iface_link_mode{device="br-0d0fae6fba3a"} 0 node_network_iface_link_mode{device="br-170997b6d0fa"} 0 node_network_iface_link_mode{device="br-1bb5f7b6f214"} 0 node_network_iface_link_mode{device="br-1e4bfa09370c"} 0 node_network_iface_link_mode{device="br-1f69ec4677f1"} 0 node_network_iface_link_mode{device="br-21789fc30e57"} 0 node_network_iface_link_mode{device="br-24be321e5dec"} 0 node_network_iface_link_mode{device="br-259e1db91409"} 0 node_network_iface_link_mode{device="br-26bd8dfacf27"} 0 node_network_iface_link_mode{device="br-27f56655830b"} 0 node_network_iface_link_mode{device="br-28d2c710d9dd"} 0 node_network_iface_link_mode{device="br-2a3f91fee31f"} 0 node_network_iface_link_mode{device="br-2bc240b92a01"} 0 node_network_iface_link_mode{device="br-2c90dade3b40"} 0 node_network_iface_link_mode{device="br-336368f4fbaf"} 0 node_network_iface_link_mode{device="br-357f0be81f70"} 0 node_network_iface_link_mode{device="br-36d6eda82163"} 0 node_network_iface_link_mode{device="br-3eb6a5acab86"} 0 node_network_iface_link_mode{device="br-448507de0ea8"} 0 node_network_iface_link_mode{device="br-4a94058d26b4"} 0 node_network_iface_link_mode{device="br-4be189870a60"} 0 node_network_iface_link_mode{device="br-4f972baae489"} 0 node_network_iface_link_mode{device="br-50cf1727260b"} 0 node_network_iface_link_mode{device="br-52aec1ad6344"} 0 node_network_iface_link_mode{device="br-54774436947a"} 0 node_network_iface_link_mode{device="br-5508256f2a09"} 0 node_network_iface_link_mode{device="br-57a69cbd7be7"} 0 node_network_iface_link_mode{device="br-5d4590ede425"} 0 node_network_iface_link_mode{device="br-610e22981841"} 0 node_network_iface_link_mode{device="br-61849e346d59"} 0 node_network_iface_link_mode{device="br-61d28ade84d6"} 0 node_network_iface_link_mode{device="br-63561f6ecb8e"} 0 node_network_iface_link_mode{device="br-65d299b503ee"} 0 node_network_iface_link_mode{device="br-6bb76e52d0ad"} 0 node_network_iface_link_mode{device="br-6f8573194abf"} 0 node_network_iface_link_mode{device="br-7c7768cc3717"} 0 node_network_iface_link_mode{device="br-7dc3afdf0595"} 0 node_network_iface_link_mode{device="br-7f850a40bfe5"} 0 node_network_iface_link_mode{device="br-8716ec68a5ed"} 0 node_network_iface_link_mode{device="br-8ae373fa2d64"} 0 node_network_iface_link_mode{device="br-8c6a4bf92696"} 0 node_network_iface_link_mode{device="br-8cb85635e30f"} 0 node_network_iface_link_mode{device="br-8dce2f197033"} 0 node_network_iface_link_mode{device="br-90cd3c4154aa"} 0 node_network_iface_link_mode{device="br-9472bb85cfee"} 0 node_network_iface_link_mode{device="br-96848e888a71"} 0 node_network_iface_link_mode{device="br-9ba5f271298c"} 0 node_network_iface_link_mode{device="br-9bcfee4e647f"} 0 node_network_iface_link_mode{device="br-9dafd0c4fdb9"} 0 node_network_iface_link_mode{device="br-9db262804262"} 0 node_network_iface_link_mode{device="br-9dc48ff73063"} 0 node_network_iface_link_mode{device="br-a1d37c85c10a"} 0 node_network_iface_link_mode{device="br-a1e913015165"} 0 node_network_iface_link_mode{device="br-a28e9d8e1a5a"} 0 node_network_iface_link_mode{device="br-a2ad5d8a6e21"} 0 node_network_iface_link_mode{device="br-a38ecabc76e9"} 0 node_network_iface_link_mode{device="br-a4f2233265e1"} 0 node_network_iface_link_mode{device="br-a5dafb0a1dce"} 0 node_network_iface_link_mode{device="br-a9bbe251fab0"} 0 node_network_iface_link_mode{device="br-aa93655903fc"} 0 node_network_iface_link_mode{device="br-ac3189dfb892"} 0 node_network_iface_link_mode{device="br-ad403c2030eb"} 0 node_network_iface_link_mode{device="br-b189446352e8"} 0 node_network_iface_link_mode{device="br-b2704a1bb792"} 0 node_network_iface_link_mode{device="br-b3ccbb1f1bc0"} 0 node_network_iface_link_mode{device="br-b783fcd91426"} 0 node_network_iface_link_mode{device="br-b963d2263b6f"} 0 node_network_iface_link_mode{device="br-ba1379cf796f"} 0 node_network_iface_link_mode{device="br-ba367713f9e4"} 0 node_network_iface_link_mode{device="br-bbe8bdb22dd6"} 0 node_network_iface_link_mode{device="br-bd52bf04c342"} 0 node_network_iface_link_mode{device="br-bf0cd4851644"} 0 node_network_iface_link_mode{device="br-bffb620a7ee6"} 0 node_network_iface_link_mode{device="br-c1f5d6ba4d2d"} 0 node_network_iface_link_mode{device="br-c30b8f3d8dab"} 0 node_network_iface_link_mode{device="br-c77466ba6ab0"} 0 node_network_iface_link_mode{device="br-ca643bc58727"} 0 node_network_iface_link_mode{device="br-cd8eb8bff0ed"} 0 node_network_iface_link_mode{device="br-d349f503bfc6"} 0 node_network_iface_link_mode{device="br-d454ff2d1838"} 0 node_network_iface_link_mode{device="br-d739d49adeac"} 0 node_network_iface_link_mode{device="br-d7cd2c298e7c"} 0 node_network_iface_link_mode{device="br-d8a988dac171"} 0 node_network_iface_link_mode{device="br-de2f2179e66c"} 0 node_network_iface_link_mode{device="br-de3eb58f0193"} 0 node_network_iface_link_mode{device="br-dea46bb081b7"} 0 node_network_iface_link_mode{device="br-e065831d4d38"} 0 node_network_iface_link_mode{device="br-e5485c57cf48"} 0 node_network_iface_link_mode{device="br-eb54112c03eb"} 0 node_network_iface_link_mode{device="br-ec717bd1017c"} 0 node_network_iface_link_mode{device="br-edb0c100954a"} 0 node_network_iface_link_mode{device="br-f33823381a9d"} 0 node_network_iface_link_mode{device="br-f3652190882f"} 0 node_network_iface_link_mode{device="br-f408a2a1a184"} 0 node_network_iface_link_mode{device="br-f515742f876f"} 0 node_network_iface_link_mode{device="br-f9f6492a4861"} 0 node_network_iface_link_mode{device="br-fb51064e1346"} 0 node_network_iface_link_mode{device="br-fda61ed9d8ac"} 0 node_network_iface_link_mode{device="br-fedaf61052e8"} 0 node_network_iface_link_mode{device="br-ff91e3e17577"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="docker_gwbridge"} 0 node_network_iface_link_mode{device="enp1s0"} 0 node_network_iface_link_mode{device="enp7s0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth0032b85"} 0 node_network_iface_link_mode{device="veth0062100"} 0 node_network_iface_link_mode{device="veth0103041"} 0 node_network_iface_link_mode{device="veth0112c67"} 0 node_network_iface_link_mode{device="veth019627f"} 0 node_network_iface_link_mode{device="veth022f48e"} 0 node_network_iface_link_mode{device="veth02c3008"} 0 node_network_iface_link_mode{device="veth03870f2"} 0 node_network_iface_link_mode{device="veth03fab17"} 0 node_network_iface_link_mode{device="veth0445705"} 0 node_network_iface_link_mode{device="veth04d9d5c"} 0 node_network_iface_link_mode{device="veth04f6c9d"} 0 node_network_iface_link_mode{device="veth05af784"} 0 node_network_iface_link_mode{device="veth05efff4"} 0 node_network_iface_link_mode{device="veth060151d"} 0 node_network_iface_link_mode{device="veth060da87"} 0 node_network_iface_link_mode{device="veth061cde3"} 0 node_network_iface_link_mode{device="veth069689a"} 0 node_network_iface_link_mode{device="veth071e33d"} 0 node_network_iface_link_mode{device="veth0721878"} 0 node_network_iface_link_mode{device="veth075aab6"} 0 node_network_iface_link_mode{device="veth07e6c77"} 0 node_network_iface_link_mode{device="veth0b493a5"} 0 node_network_iface_link_mode{device="veth0b53316"} 0 node_network_iface_link_mode{device="veth0c53113"} 0 node_network_iface_link_mode{device="veth0d1acf5"} 0 node_network_iface_link_mode{device="veth0d31a45"} 0 node_network_iface_link_mode{device="veth0de6dee"} 0 node_network_iface_link_mode{device="veth0df23dc"} 0 node_network_iface_link_mode{device="veth0eca916"} 0 node_network_iface_link_mode{device="veth0f5f33d"} 0 node_network_iface_link_mode{device="veth0f8dec9"} 0 node_network_iface_link_mode{device="veth102c1ba"} 0 node_network_iface_link_mode{device="veth1063edf"} 0 node_network_iface_link_mode{device="veth1118b3c"} 0 node_network_iface_link_mode{device="veth11515af"} 0 node_network_iface_link_mode{device="veth133564c"} 0 node_network_iface_link_mode{device="veth1347d6c"} 0 node_network_iface_link_mode{device="veth135d815"} 0 node_network_iface_link_mode{device="veth13c38ee"} 0 node_network_iface_link_mode{device="veth13e91ad"} 0 node_network_iface_link_mode{device="veth1425634"} 0 node_network_iface_link_mode{device="veth1611d0c"} 0 node_network_iface_link_mode{device="veth168e87b"} 0 node_network_iface_link_mode{device="veth1706b7a"} 0 node_network_iface_link_mode{device="veth178dfc0"} 0 node_network_iface_link_mode{device="veth1938721"} 0 node_network_iface_link_mode{device="veth19a56fa"} 0 node_network_iface_link_mode{device="veth1aaea89"} 0 node_network_iface_link_mode{device="veth1b45a8e"} 0 node_network_iface_link_mode{device="veth1b6bd03"} 0 node_network_iface_link_mode{device="veth1cd93e3"} 0 node_network_iface_link_mode{device="veth1d5394d"} 0 node_network_iface_link_mode{device="veth1d86d73"} 0 node_network_iface_link_mode{device="veth1ead36c"} 0 node_network_iface_link_mode{device="veth1fb3a26"} 0 node_network_iface_link_mode{device="veth20297c5"} 0 node_network_iface_link_mode{device="veth2106fb1"} 0 node_network_iface_link_mode{device="veth21341d6"} 0 node_network_iface_link_mode{device="veth2295082"} 0 node_network_iface_link_mode{device="veth247d7c2"} 0 node_network_iface_link_mode{device="veth25425d4"} 0 node_network_iface_link_mode{device="veth256aa3d"} 0 node_network_iface_link_mode{device="veth26409f4"} 0 node_network_iface_link_mode{device="veth269d5e6"} 0 node_network_iface_link_mode{device="veth273675a"} 0 node_network_iface_link_mode{device="veth275b86b"} 0 node_network_iface_link_mode{device="veth28b1591"} 0 node_network_iface_link_mode{device="veth296e150"} 0 node_network_iface_link_mode{device="veth29a1ccc"} 0 node_network_iface_link_mode{device="veth29c114f"} 0 node_network_iface_link_mode{device="veth2a65455"} 0 node_network_iface_link_mode{device="veth2a6f80b"} 0 node_network_iface_link_mode{device="veth2ad6708"} 0 node_network_iface_link_mode{device="veth2c8a5eb"} 0 node_network_iface_link_mode{device="veth2cf162c"} 0 node_network_iface_link_mode{device="veth2d6fdfa"} 0 node_network_iface_link_mode{device="veth2da2220"} 0 node_network_iface_link_mode{device="veth2df9e37"} 0 node_network_iface_link_mode{device="veth2e56669"} 0 node_network_iface_link_mode{device="veth2e6dcf4"} 0 node_network_iface_link_mode{device="veth2f465b5"} 0 node_network_iface_link_mode{device="veth2f81ebc"} 0 node_network_iface_link_mode{device="veth2fe3220"} 0 node_network_iface_link_mode{device="veth30486f8"} 0 node_network_iface_link_mode{device="veth3230a5c"} 0 node_network_iface_link_mode{device="veth3352b12"} 0 node_network_iface_link_mode{device="veth347d5da"} 0 node_network_iface_link_mode{device="veth348ced7"} 0 node_network_iface_link_mode{device="veth3533a3b"} 0 node_network_iface_link_mode{device="veth3565e55"} 0 node_network_iface_link_mode{device="veth3608455"} 0 node_network_iface_link_mode{device="veth36f23c3"} 0 node_network_iface_link_mode{device="veth36f2fdc"} 0 node_network_iface_link_mode{device="veth378b1cf"} 0 node_network_iface_link_mode{device="veth378d132"} 0 node_network_iface_link_mode{device="veth37d4017"} 0 node_network_iface_link_mode{device="veth3812cc9"} 0 node_network_iface_link_mode{device="veth384ee7f"} 0 node_network_iface_link_mode{device="veth388c154"} 0 node_network_iface_link_mode{device="veth3905075"} 0 node_network_iface_link_mode{device="veth3a09fdd"} 0 node_network_iface_link_mode{device="veth3c49372"} 0 node_network_iface_link_mode{device="veth3cbf8f4"} 0 node_network_iface_link_mode{device="veth3f7ef6c"} 0 node_network_iface_link_mode{device="veth407adc8"} 0 node_network_iface_link_mode{device="veth40c8fc3"} 0 node_network_iface_link_mode{device="veth413c10b"} 0 node_network_iface_link_mode{device="veth4181140"} 0 node_network_iface_link_mode{device="veth41d303a"} 0 node_network_iface_link_mode{device="veth42210c8"} 0 node_network_iface_link_mode{device="veth423037b"} 0 node_network_iface_link_mode{device="veth4281e6d"} 0 node_network_iface_link_mode{device="veth43cd59e"} 0 node_network_iface_link_mode{device="veth43e5c70"} 0 node_network_iface_link_mode{device="veth44d7e2c"} 0 node_network_iface_link_mode{device="veth450c253"} 0 node_network_iface_link_mode{device="veth45430e9"} 0 node_network_iface_link_mode{device="veth4642b70"} 0 node_network_iface_link_mode{device="veth468f7da"} 0 node_network_iface_link_mode{device="veth46afbf5"} 0 node_network_iface_link_mode{device="veth4732578"} 0 node_network_iface_link_mode{device="veth47bb667"} 0 node_network_iface_link_mode{device="veth47e6387"} 0 node_network_iface_link_mode{device="veth486fdd0"} 0 node_network_iface_link_mode{device="veth487e039"} 0 node_network_iface_link_mode{device="veth4993fb1"} 0 node_network_iface_link_mode{device="veth49b1548"} 0 node_network_iface_link_mode{device="veth49f14c7"} 0 node_network_iface_link_mode{device="veth4a642a8"} 0 node_network_iface_link_mode{device="veth4a76d10"} 0 node_network_iface_link_mode{device="veth4b29d5d"} 0 node_network_iface_link_mode{device="veth4bbdd5e"} 0 node_network_iface_link_mode{device="veth4d2d823"} 0 node_network_iface_link_mode{device="veth4e1abcc"} 0 node_network_iface_link_mode{device="veth4e3e373"} 0 node_network_iface_link_mode{device="veth4e78857"} 0 node_network_iface_link_mode{device="veth4f2fe05"} 0 node_network_iface_link_mode{device="veth4f9e86a"} 0 node_network_iface_link_mode{device="veth506c718"} 0 node_network_iface_link_mode{device="veth509a174"} 0 node_network_iface_link_mode{device="veth50b618a"} 0 node_network_iface_link_mode{device="veth517f447"} 0 node_network_iface_link_mode{device="veth5197b91"} 0 node_network_iface_link_mode{device="veth51a41e1"} 0 node_network_iface_link_mode{device="veth51c8eef"} 0 node_network_iface_link_mode{device="veth51f65bc"} 0 node_network_iface_link_mode{device="veth52d15a6"} 0 node_network_iface_link_mode{device="veth53a83dd"} 0 node_network_iface_link_mode{device="veth53c59b5"} 0 node_network_iface_link_mode{device="veth544564b"} 0 node_network_iface_link_mode{device="veth547ea5d"} 0 node_network_iface_link_mode{device="veth54d8e92"} 0 node_network_iface_link_mode{device="veth54f4b91"} 0 node_network_iface_link_mode{device="veth54fee19"} 0 node_network_iface_link_mode{device="veth558dcda"} 0 node_network_iface_link_mode{device="veth55bcfbe"} 0 node_network_iface_link_mode{device="veth5654345"} 0 node_network_iface_link_mode{device="veth5682e9e"} 0 node_network_iface_link_mode{device="veth56ba59b"} 0 node_network_iface_link_mode{device="veth56c8b10"} 0 node_network_iface_link_mode{device="veth5747c95"} 0 node_network_iface_link_mode{device="veth5798942"} 0 node_network_iface_link_mode{device="veth583d3bf"} 0 node_network_iface_link_mode{device="veth58c0c41"} 0 node_network_iface_link_mode{device="veth5955c4d"} 0 node_network_iface_link_mode{device="veth59b147f"} 0 node_network_iface_link_mode{device="veth59d9a6e"} 0 node_network_iface_link_mode{device="veth5a6eb98"} 0 node_network_iface_link_mode{device="veth5a7ac0c"} 0 node_network_iface_link_mode{device="veth5bb9200"} 0 node_network_iface_link_mode{device="veth5ce0bf8"} 0 node_network_iface_link_mode{device="veth5d0c6d0"} 0 node_network_iface_link_mode{device="veth5d6c487"} 0 node_network_iface_link_mode{device="veth5e594fd"} 0 node_network_iface_link_mode{device="veth5f4044b"} 0 node_network_iface_link_mode{device="veth5fab975"} 0 node_network_iface_link_mode{device="veth602c26c"} 0 node_network_iface_link_mode{device="veth607c6d0"} 0 node_network_iface_link_mode{device="veth61045ce"} 0 node_network_iface_link_mode{device="veth61f2797"} 0 node_network_iface_link_mode{device="veth620913b"} 0 node_network_iface_link_mode{device="veth62aa4cf"} 0 node_network_iface_link_mode{device="veth62e9205"} 0 node_network_iface_link_mode{device="veth6357d77"} 0 node_network_iface_link_mode{device="veth63a1039"} 0 node_network_iface_link_mode{device="veth64faa71"} 0 node_network_iface_link_mode{device="veth65b7cd5"} 0 node_network_iface_link_mode{device="veth67186fe"} 0 node_network_iface_link_mode{device="veth687f385"} 0 node_network_iface_link_mode{device="veth68a432f"} 0 node_network_iface_link_mode{device="veth68dc675"} 0 node_network_iface_link_mode{device="veth68dfc02"} 0 node_network_iface_link_mode{device="veth69282bc"} 0 node_network_iface_link_mode{device="veth69383b3"} 0 node_network_iface_link_mode{device="veth694f82a"} 0 node_network_iface_link_mode{device="veth6a36832"} 0 node_network_iface_link_mode{device="veth6ad616c"} 0 node_network_iface_link_mode{device="veth6b19168"} 0 node_network_iface_link_mode{device="veth6b2e435"} 0 node_network_iface_link_mode{device="veth6b49f3c"} 0 node_network_iface_link_mode{device="veth6b822ad"} 0 node_network_iface_link_mode{device="veth6b93b5b"} 0 node_network_iface_link_mode{device="veth6bea112"} 0 node_network_iface_link_mode{device="veth6cdc6e1"} 0 node_network_iface_link_mode{device="veth6e075bd"} 0 node_network_iface_link_mode{device="veth6e1780a"} 0 node_network_iface_link_mode{device="veth6e61860"} 0 node_network_iface_link_mode{device="veth7039388"} 0 node_network_iface_link_mode{device="veth70f4ee1"} 0 node_network_iface_link_mode{device="veth716f757"} 0 node_network_iface_link_mode{device="veth724ccf7"} 0 node_network_iface_link_mode{device="veth72594d2"} 0 node_network_iface_link_mode{device="veth730deaa"} 0 node_network_iface_link_mode{device="veth73512f2"} 0 node_network_iface_link_mode{device="veth73c1813"} 0 node_network_iface_link_mode{device="veth741cb85"} 0 node_network_iface_link_mode{device="veth75ab275"} 0 node_network_iface_link_mode{device="veth75c4fef"} 0 node_network_iface_link_mode{device="veth7636e3d"} 0 node_network_iface_link_mode{device="veth77432d4"} 0 node_network_iface_link_mode{device="veth795d64a"} 0 node_network_iface_link_mode{device="veth7c65c3b"} 0 node_network_iface_link_mode{device="veth7d1a0bd"} 0 node_network_iface_link_mode{device="veth7d6a0f5"} 0 node_network_iface_link_mode{device="veth7e09eb6"} 0 node_network_iface_link_mode{device="veth7e4ad7f"} 0 node_network_iface_link_mode{device="veth7ecac2d"} 0 node_network_iface_link_mode{device="veth7eccd33"} 0 node_network_iface_link_mode{device="veth7ee5901"} 0 node_network_iface_link_mode{device="veth7f0dd5d"} 0 node_network_iface_link_mode{device="veth7f473a1"} 0 node_network_iface_link_mode{device="veth7f5281e"} 0 node_network_iface_link_mode{device="veth7feb00f"} 0 node_network_iface_link_mode{device="veth7ff154f"} 0 node_network_iface_link_mode{device="veth80957ff"} 0 node_network_iface_link_mode{device="veth8137b9c"} 0 node_network_iface_link_mode{device="veth81a1594"} 0 node_network_iface_link_mode{device="veth81daf2a"} 0 node_network_iface_link_mode{device="veth8223f67"} 0 node_network_iface_link_mode{device="veth8247bb0"} 0 node_network_iface_link_mode{device="veth8270420"} 0 node_network_iface_link_mode{device="veth8335dac"} 0 node_network_iface_link_mode{device="veth8429d9a"} 0 node_network_iface_link_mode{device="veth844aefd"} 0 node_network_iface_link_mode{device="veth849dac1"} 0 node_network_iface_link_mode{device="veth84b99c9"} 0 node_network_iface_link_mode{device="veth84bd87d"} 0 node_network_iface_link_mode{device="veth85cc1cf"} 0 node_network_iface_link_mode{device="veth85f7192"} 0 node_network_iface_link_mode{device="veth86ce04d"} 0 node_network_iface_link_mode{device="veth872e399"} 0 node_network_iface_link_mode{device="veth873611d"} 0 node_network_iface_link_mode{device="veth877be1d"} 0 node_network_iface_link_mode{device="veth8969f3b"} 0 node_network_iface_link_mode{device="veth8c3a190"} 0 node_network_iface_link_mode{device="veth8c70adf"} 0 node_network_iface_link_mode{device="veth8db889b"} 0 node_network_iface_link_mode{device="veth8dc210c"} 0 node_network_iface_link_mode{device="veth8e0606c"} 0 node_network_iface_link_mode{device="veth8e077da"} 0 node_network_iface_link_mode{device="veth8e1aba7"} 0 node_network_iface_link_mode{device="veth8eae5df"} 0 node_network_iface_link_mode{device="veth8f7612b"} 0 node_network_iface_link_mode{device="veth8f7dd95"} 0 node_network_iface_link_mode{device="veth90c30b2"} 0 node_network_iface_link_mode{device="veth921cee8"} 0 node_network_iface_link_mode{device="veth9302314"} 0 node_network_iface_link_mode{device="veth9331cd6"} 0 node_network_iface_link_mode{device="veth9388ace"} 0 node_network_iface_link_mode{device="veth947bf8e"} 0 node_network_iface_link_mode{device="veth94ee973"} 0 node_network_iface_link_mode{device="veth950d9c2"} 0 node_network_iface_link_mode{device="veth951b9c5"} 0 node_network_iface_link_mode{device="veth9564c18"} 0 node_network_iface_link_mode{device="veth957c474"} 0 node_network_iface_link_mode{device="veth9585732"} 0 node_network_iface_link_mode{device="veth967aa1a"} 0 node_network_iface_link_mode{device="veth9779f87"} 0 node_network_iface_link_mode{device="veth983bad0"} 0 node_network_iface_link_mode{device="veth987c992"} 0 node_network_iface_link_mode{device="veth98c6421"} 0 node_network_iface_link_mode{device="veth990a50f"} 0 node_network_iface_link_mode{device="veth9a4f942"} 0 node_network_iface_link_mode{device="veth9a6c8be"} 0 node_network_iface_link_mode{device="veth9ad5f46"} 0 node_network_iface_link_mode{device="veth9b13721"} 0 node_network_iface_link_mode{device="veth9b464fa"} 0 node_network_iface_link_mode{device="veth9b4f0d2"} 0 node_network_iface_link_mode{device="veth9b5c7ee"} 0 node_network_iface_link_mode{device="veth9be4730"} 0 node_network_iface_link_mode{device="veth9bfc292"} 0 node_network_iface_link_mode{device="veth9c18fa3"} 0 node_network_iface_link_mode{device="veth9c355e1"} 0 node_network_iface_link_mode{device="veth9c57e90"} 0 node_network_iface_link_mode{device="veth9cdf489"} 0 node_network_iface_link_mode{device="veth9d63606"} 0 node_network_iface_link_mode{device="veth9de68fa"} 0 node_network_iface_link_mode{device="veth9e30c14"} 0 node_network_iface_link_mode{device="veth9e56bd7"} 0 node_network_iface_link_mode{device="veth9e6929b"} 0 node_network_iface_link_mode{device="veth9eba1cd"} 0 node_network_iface_link_mode{device="vetha03ce74"} 0 node_network_iface_link_mode{device="vetha04b49d"} 0 node_network_iface_link_mode{device="vetha10f2fa"} 0 node_network_iface_link_mode{device="vetha11005d"} 0 node_network_iface_link_mode{device="vetha145b74"} 0 node_network_iface_link_mode{device="vetha2b566c"} 0 node_network_iface_link_mode{device="vetha2fc1a5"} 0 node_network_iface_link_mode{device="vetha3569ea"} 0 node_network_iface_link_mode{device="vetha387dd9"} 0 node_network_iface_link_mode{device="vetha3b745a"} 0 node_network_iface_link_mode{device="vetha3bec2e"} 0 node_network_iface_link_mode{device="vetha4cd445"} 0 node_network_iface_link_mode{device="vetha4dbc2b"} 0 node_network_iface_link_mode{device="vetha4fe8d7"} 0 node_network_iface_link_mode{device="vetha68c9b3"} 0 node_network_iface_link_mode{device="vetha6ef154"} 0 node_network_iface_link_mode{device="vetha77a1bd"} 0 node_network_iface_link_mode{device="vetha7950a3"} 0 node_network_iface_link_mode{device="vetha82ff5a"} 0 node_network_iface_link_mode{device="vetha8424ea"} 0 node_network_iface_link_mode{device="vetha865d3e"} 0 node_network_iface_link_mode{device="vetha8b7d19"} 0 node_network_iface_link_mode{device="vetha916bfd"} 0 node_network_iface_link_mode{device="vetha96a22d"} 0 node_network_iface_link_mode{device="vetha96cc9c"} 0 node_network_iface_link_mode{device="vetha9c7c19"} 0 node_network_iface_link_mode{device="vetha9caa3b"} 0 node_network_iface_link_mode{device="vethaa90db7"} 0 node_network_iface_link_mode{device="vethab9efd5"} 0 node_network_iface_link_mode{device="vethac8d182"} 0 node_network_iface_link_mode{device="vethac999f1"} 0 node_network_iface_link_mode{device="vethaca1dc0"} 0 node_network_iface_link_mode{device="vethacf7ba6"} 0 node_network_iface_link_mode{device="vethad96a00"} 0 node_network_iface_link_mode{device="vethadd48e3"} 0 node_network_iface_link_mode{device="vethadd9f3f"} 0 node_network_iface_link_mode{device="vethae2fcbc"} 0 node_network_iface_link_mode{device="vethae97c83"} 0 node_network_iface_link_mode{device="vethb07dd73"} 0 node_network_iface_link_mode{device="vethb179549"} 0 node_network_iface_link_mode{device="vethb19d1ed"} 0 node_network_iface_link_mode{device="vethb1b305d"} 0 node_network_iface_link_mode{device="vethb1b39f0"} 0 node_network_iface_link_mode{device="vethb1bf067"} 0 node_network_iface_link_mode{device="vethb1d5654"} 0 node_network_iface_link_mode{device="vethb28b5ff"} 0 node_network_iface_link_mode{device="vethb2bd843"} 0 node_network_iface_link_mode{device="vethb305a14"} 0 node_network_iface_link_mode{device="vethb3e024d"} 0 node_network_iface_link_mode{device="vethb43c9ad"} 0 node_network_iface_link_mode{device="vethb477838"} 0 node_network_iface_link_mode{device="vethb4ce123"} 0 node_network_iface_link_mode{device="vethb56815f"} 0 node_network_iface_link_mode{device="vethb6bf622"} 0 node_network_iface_link_mode{device="vethb75ca8b"} 0 node_network_iface_link_mode{device="vethb770745"} 0 node_network_iface_link_mode{device="vethb7a1877"} 0 node_network_iface_link_mode{device="vethb7a9d61"} 0 node_network_iface_link_mode{device="vethb805fbd"} 0 node_network_iface_link_mode{device="vethb89ad32"} 0 node_network_iface_link_mode{device="vethb90d782"} 0 node_network_iface_link_mode{device="vethb91a369"} 0 node_network_iface_link_mode{device="vethb9b4a13"} 0 node_network_iface_link_mode{device="vethb9e011c"} 0 node_network_iface_link_mode{device="vethba518ed"} 0 node_network_iface_link_mode{device="vethbb22a17"} 0 node_network_iface_link_mode{device="vethbb85030"} 0 node_network_iface_link_mode{device="vethbb8a6e3"} 0 node_network_iface_link_mode{device="vethbbac89d"} 0 node_network_iface_link_mode{device="vethbd082f6"} 0 node_network_iface_link_mode{device="vethbd25c03"} 0 node_network_iface_link_mode{device="vethbde29dc"} 0 node_network_iface_link_mode{device="vethbdf0ae6"} 0 node_network_iface_link_mode{device="vethbdf987b"} 0 node_network_iface_link_mode{device="vethbe2b5e1"} 0 node_network_iface_link_mode{device="vethbe68e79"} 0 node_network_iface_link_mode{device="vethbf0834e"} 0 node_network_iface_link_mode{device="vethbf0fb34"} 0 node_network_iface_link_mode{device="vethbf21c25"} 0 node_network_iface_link_mode{device="vethc008c90"} 0 node_network_iface_link_mode{device="vethc07b10a"} 0 node_network_iface_link_mode{device="vethc08f47c"} 0 node_network_iface_link_mode{device="vethc18cb9a"} 0 node_network_iface_link_mode{device="vethc1a97fa"} 0 node_network_iface_link_mode{device="vethc1e9d8b"} 0 node_network_iface_link_mode{device="vethc264259"} 0 node_network_iface_link_mode{device="vethc31d600"} 0 node_network_iface_link_mode{device="vethc3ad82f"} 0 node_network_iface_link_mode{device="vethc46fc85"} 0 node_network_iface_link_mode{device="vethc4adf64"} 0 node_network_iface_link_mode{device="vethc549684"} 0 node_network_iface_link_mode{device="vethc5ebbd5"} 0 node_network_iface_link_mode{device="vethc61da72"} 0 node_network_iface_link_mode{device="vethc658eb9"} 0 node_network_iface_link_mode{device="vethc6b2fec"} 0 node_network_iface_link_mode{device="vethc6f15e7"} 0 node_network_iface_link_mode{device="vethc88834e"} 0 node_network_iface_link_mode{device="vethc9e2026"} 0 node_network_iface_link_mode{device="vethcaa0d9b"} 0 node_network_iface_link_mode{device="vethcad14ef"} 0 node_network_iface_link_mode{device="vethcc5c2ec"} 0 node_network_iface_link_mode{device="vethcd0f622"} 0 node_network_iface_link_mode{device="vethcdf4121"} 0 node_network_iface_link_mode{device="vethce28d62"} 0 node_network_iface_link_mode{device="vethcefb8ea"} 0 node_network_iface_link_mode{device="vethcf10a77"} 0 node_network_iface_link_mode{device="vethcf3d0ab"} 0 node_network_iface_link_mode{device="vethcf469f8"} 0 node_network_iface_link_mode{device="vethcfbd110"} 0 node_network_iface_link_mode{device="vethd049859"} 0 node_network_iface_link_mode{device="vethd0df832"} 0 node_network_iface_link_mode{device="vethd0ea3b3"} 0 node_network_iface_link_mode{device="vethd137e3f"} 0 node_network_iface_link_mode{device="vethd1673da"} 0 node_network_iface_link_mode{device="vethd17ef64"} 0 node_network_iface_link_mode{device="vethd265cdf"} 0 node_network_iface_link_mode{device="vethd274fa2"} 0 node_network_iface_link_mode{device="vethd3692c1"} 0 node_network_iface_link_mode{device="vethd3ad8e8"} 0 node_network_iface_link_mode{device="vethd3cb445"} 0 node_network_iface_link_mode{device="vethd460bfa"} 0 node_network_iface_link_mode{device="vethd4c98bf"} 0 node_network_iface_link_mode{device="vethd5453e5"} 0 node_network_iface_link_mode{device="vethd5b5677"} 0 node_network_iface_link_mode{device="vethd6090fd"} 0 node_network_iface_link_mode{device="vethd6d926d"} 0 node_network_iface_link_mode{device="vethd77042c"} 0 node_network_iface_link_mode{device="vethd8c625e"} 0 node_network_iface_link_mode{device="vethd95efe7"} 0 node_network_iface_link_mode{device="vethd9a7d1e"} 0 node_network_iface_link_mode{device="vethdb5e758"} 0 node_network_iface_link_mode{device="vethdbae4f2"} 0 node_network_iface_link_mode{device="vethdc87b20"} 0 node_network_iface_link_mode{device="vethdcb1f0b"} 0 node_network_iface_link_mode{device="vethdd53f2d"} 0 node_network_iface_link_mode{device="vethde11193"} 0 node_network_iface_link_mode{device="vethdeb9758"} 0 node_network_iface_link_mode{device="vethdeef5dc"} 0 node_network_iface_link_mode{device="vethe2428a1"} 0 node_network_iface_link_mode{device="vethe24bfb2"} 0 node_network_iface_link_mode{device="vethe2f38b4"} 0 node_network_iface_link_mode{device="vethe344c7c"} 0 node_network_iface_link_mode{device="vethe3e1fe3"} 0 node_network_iface_link_mode{device="vethe432622"} 0 node_network_iface_link_mode{device="vethe44e0ab"} 0 node_network_iface_link_mode{device="vethe4bfa42"} 0 node_network_iface_link_mode{device="vethe4f4e44"} 0 node_network_iface_link_mode{device="vethe4f5b2b"} 0 node_network_iface_link_mode{device="vethe523b56"} 0 node_network_iface_link_mode{device="vethe5b262f"} 0 node_network_iface_link_mode{device="vethe5e2431"} 0 node_network_iface_link_mode{device="vethe6c7619"} 0 node_network_iface_link_mode{device="vethe6d2761"} 0 node_network_iface_link_mode{device="vethe7084c8"} 0 node_network_iface_link_mode{device="vethe81d201"} 0 node_network_iface_link_mode{device="vethe81da63"} 0 node_network_iface_link_mode{device="vethe82b73e"} 0 node_network_iface_link_mode{device="vethe8b4700"} 0 node_network_iface_link_mode{device="vethe8e93c0"} 0 node_network_iface_link_mode{device="vethe96c577"} 0 node_network_iface_link_mode{device="vethe96d5e4"} 0 node_network_iface_link_mode{device="vethe97bbfc"} 0 node_network_iface_link_mode{device="vethe99909e"} 0 node_network_iface_link_mode{device="vetheaaf7a8"} 0 node_network_iface_link_mode{device="vetheabb614"} 0 node_network_iface_link_mode{device="vetheb6778a"} 0 node_network_iface_link_mode{device="vetheb9b73c"} 0 node_network_iface_link_mode{device="vetheb9f1a5"} 0 node_network_iface_link_mode{device="vetheca6089"} 0 node_network_iface_link_mode{device="vethee11bc2"} 0 node_network_iface_link_mode{device="vethee73ec3"} 0 node_network_iface_link_mode{device="vetheebb68b"} 0 node_network_iface_link_mode{device="vethef3aebe"} 0 node_network_iface_link_mode{device="vethef683ec"} 0 node_network_iface_link_mode{device="vethefcfba0"} 0 node_network_iface_link_mode{device="vethf002533"} 0 node_network_iface_link_mode{device="vethf0980ae"} 0 node_network_iface_link_mode{device="vethf0d12be"} 0 node_network_iface_link_mode{device="vethf0da578"} 0 node_network_iface_link_mode{device="vethf17a534"} 0 node_network_iface_link_mode{device="vethf1aa0a2"} 0 node_network_iface_link_mode{device="vethf1af506"} 0 node_network_iface_link_mode{device="vethf1d2976"} 0 node_network_iface_link_mode{device="vethf24dd7e"} 0 node_network_iface_link_mode{device="vethf340822"} 0 node_network_iface_link_mode{device="vethf420933"} 0 node_network_iface_link_mode{device="vethf4cfc78"} 0 node_network_iface_link_mode{device="vethf4d3c1b"} 0 node_network_iface_link_mode{device="vethf5c652f"} 0 node_network_iface_link_mode{device="vethf6144ce"} 0 node_network_iface_link_mode{device="vethf65b7bb"} 0 node_network_iface_link_mode{device="vethf6c8f45"} 0 node_network_iface_link_mode{device="vethf7001fb"} 0 node_network_iface_link_mode{device="vethf748303"} 0 node_network_iface_link_mode{device="vethf77cba5"} 0 node_network_iface_link_mode{device="vethf86a842"} 0 node_network_iface_link_mode{device="vethf906982"} 0 node_network_iface_link_mode{device="vethf9a5386"} 0 node_network_iface_link_mode{device="vethfa01a23"} 0 node_network_iface_link_mode{device="vethfa11d53"} 0 node_network_iface_link_mode{device="vethfbc3e02"} 0 node_network_iface_link_mode{device="vethfbda92a"} 0 node_network_iface_link_mode{device="vethfc1051c"} 0 node_network_iface_link_mode{device="vethfc5b432"} 0 node_network_iface_link_mode{device="vethfd373d2"} 0 node_network_iface_link_mode{device="vethfd8de08"} 0 node_network_iface_link_mode{device="vethfe57e1a"} 0 node_network_iface_link_mode{device="vethfe628e7"} 0 node_network_iface_link_mode{device="vethfe7a799"} 0 node_network_iface_link_mode{device="vethfe87d9a"} 0 node_network_iface_link_mode{device="vethff97c3c"} 0 node_network_iface_link_mode{device="vethffd01e5"} 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:01:20:e2:54:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9be4730",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:19:a6:cf:b2:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c53113",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:19:e3:69:f3:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb89ad32",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:39:ae:36:22:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b4f0d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:3b:16:0b:d8:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1aaea89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:05:85:79:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d454ff2d1838",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:09:2e:73:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b3ccbb1f1bc0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0a:47:cf:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fedaf61052e8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0e:e6:24:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff91e3e17577",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:11:7f:06:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ba1379cf796f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:17:f7:e9:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bffb620a7ee6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:82:35:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-57a69cbd7be7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:18:b0:bc:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:19:9f:78:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a9bbe251fab0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1d:27:18:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9db262804262",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1d:da:16:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-21789fc30e57",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:24:2d:4f:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-336368f4fbaf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:25:fc:8a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-65d299b503ee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:28:b0:58:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b189446352e8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2a:a4:64:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2bc240b92a01",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:2f:42:9c:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8cb85635e30f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:2b:06:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fda61ed9d8ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:b9:5d:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4be189870a60",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:f8:a9:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f33823381a9d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:33:c7:6e:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4a94058d26b4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:33:d8:62:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1bb5f7b6f214",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:40:83:ff:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2c90dade3b40",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:47:3a:47:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-087c68b8e63c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:49:8c:ad:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-26bd8dfacf27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4c:2b:1a:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c77466ba6ab0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:4e:55:8f:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d739d49adeac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:55:6b:cf:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f3652190882f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:56:e9:0f:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a1d37c85c10a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:57:52:ec:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9472bb85cfee",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:58:aa:8b:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bbe8bdb22dd6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:5b:ac:c7:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-50cf1727260b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5c:ac:b2:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c1f5d6ba4d2d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5c:be:88:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f515742f876f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5c:fc:ce:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-259e1db91409",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:5e:7c:05:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8716ec68a5ed",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:61:25:f4:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5508256f2a09",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:66:8c:5e:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ad403c2030eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:67:43:3c:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-de2f2179e66c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6a:8d:4e:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5d4590ede425",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:6c:d5:c8:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-aa93655903fc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6c:d5:f8:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1e4bfa09370c",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:6d:af:71:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f69ec4677f1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:6e:0a:7d:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c30b8f3d8dab",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:6e:5e:bf:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-357f0be81f70",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:72:7d:f7:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b963d2263b6f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:75:3f:5a:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6f8573194abf",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:75:71:86:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a5dafb0a1dce",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:75:83:b3:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52aec1ad6344",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:78:71:90:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7f850a40bfe5",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:7a:2e:69:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-610e22981841",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7c:97:81:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7e:bc:e9:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0b1f21f65434",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:84:05:51:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7dc3afdf0595",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:85:6d:a0:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a2ad5d8a6e21",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:89:e0:e6:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-61d28ade84d6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8b:47:01:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bf0cd4851644",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8c:1b:1d:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-170997b6d0fa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8d:31:e4:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-de3eb58f0193",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8e:ef:3d:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-61849e346d59",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:95:22:02:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d349f503bfc6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:96:db:ce:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-96848e888a71",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:96:fd:0b:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-36d6eda82163",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9b:7c:b1:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f408a2a1a184",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9b:9b:40:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8c6a4bf92696",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:a2:a1:93:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9bcfee4e647f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a4:6f:37:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a28e9d8e1a5a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a8:b5:57:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a4f2233265e1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ad:58:bb:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e065831d4d38",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b0:6a:72:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7c7768cc3717",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ba:bc:ab:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0d0fae6fba3a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:bd:84:ab:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fb51064e1346",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:c0:14:55:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ca643bc58727",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c0:95:d2:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f9f6492a4861",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c0:a5:4d:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b783fcd91426",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:ef:fd:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d8a988dac171",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:c4:19:f1:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cd8eb8bff0ed",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c4:80:2c:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dea46bb081b7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c5:82:b7:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ec717bd1017c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c6:04:49:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4f972baae489",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c6:ed:6d:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b2704a1bb792",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c8:19:93:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-28d2c710d9dd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:cd:14:6a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9ba5f271298c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d0:3d:4d:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a38ecabc76e9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d0:c1:a3:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d7cd2c298e7c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d2:2a:3a:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9dafd0c4fdb9",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:d3:c3:81:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9dc48ff73063",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d5:29:60:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8dce2f197033",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:2f:58:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-24be321e5dec",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:7f:60:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3eb6a5acab86",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d8:c3:7a:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-27f56655830b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dc:a6:f6:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-edb0c100954a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dc:e0:6f:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a1e913015165",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e1:47:18:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bd52bf04c342",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e3:4c:54:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-448507de0ea8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e4:d7:4c:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ac3189dfb892",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:e4:e2:6e:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-54774436947a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e6:b4:a0:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2a3f91fee31f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e7:42:cb:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8ae373fa2d64",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:e9:f3:41:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6bb76e52d0ad",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:eb:17:d9:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-63561f6ecb8e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:ee:4f:ee:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-eb54112c03eb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f1:d8:d8:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-90cd3c4154aa",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:f2:8a:6c:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e5485c57cf48",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fe:06:b7:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ba367713f9e4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:7d:7c:89:cd:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth50b618a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:90:25:18:a9:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9302314",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:c2:43:5e:bc:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha96a22d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:f4:d4:52:26:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe2b5e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:08:53:91:88:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61f2797",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:36:56:2f:69:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8db889b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:3b:83:46:80:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac999f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:45:b3:ca:24:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59b147f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:57:0a:f4:83:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc08f47c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:77:b6:8f:09:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth987c992",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a1:17:3c:c5:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49b1548",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:ae:86:dd:f0:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha865d3e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c0:16:87:4b:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfbd110",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:c4:3b:60:17:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04d9d5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:e8:c9:63:3c:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d5394d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:e8:f5:f0:3b:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadd9f3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:fc:11:f2:7f:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethffd01e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:0f:40:68:f5:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf65b7bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:47:68:d8:32:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77432d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:59:a0:f8:cf:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b822ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:94:14:61:fe:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26409f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:e9:96:db:24:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47bb667",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:06:d9:93:ab:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf21c25",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:29:62:36:84:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf17a534",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:56:47:47:93:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae2fcbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:64:25:d2:c2:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36f23c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:94:d8:ad:bf:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f5281e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:af:5d:53:09:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54fee19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:cf:17:1a:90:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaa90db7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ec:53:4e:a4:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62aa4cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:18:e4:5f:68:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb5e758",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:4d:1b:c7:dc:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b5c7ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:70:cb:98:c7:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe523b56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:78:f6:f6:67:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdf4121",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:7c:df:fb:04:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8c625e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:87:4c:5d:a0:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf420933",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:9c:23:4b:43:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6b2fec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:04:d8:7a:a3:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ecac2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:29:68:59:f9:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03870f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:2e:ae:1c:70:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha03ce74",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:64:0f:01:6f:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29c114f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:9d:3a:09:8c:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef3aebe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:b6:db:c8:f8:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf86a842",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:c9:29:25:1d:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ad616c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:cb:8c:a4:64:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a4f942",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d9:24:64:22:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8335dac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:e6:2c:db:cd:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3b745a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:ed:47:2f:0f:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45430e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:f6:ce:67:a3:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20297c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:fe:d6:84:21:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75ab275",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:07:07:f5:a1:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5747c95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:10:08:32:c4:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44d7e2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:1e:4c:55:bd:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1e9d8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:27:0f:71:83:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethce28d62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:45:9a:74:ee:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1347d6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:52:5c:f2:07:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth620913b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:7c:c9:74:a9:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dc210c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9c:1f:a6:79:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth069689a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:c0:c7:01:d0:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62e9205",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:c5:43:45:4a:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51a41e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:df:89:f3:21:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73c1813",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:f4:c4:f2:c5:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b2e435",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:00:ae:b4:98:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3e1fe3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:0e:34:0b:f1:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cf162c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:27:92:67:40:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8137b9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:2c:27:dc:5d:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3cb445",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:5b:84:e7:05:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf748303",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:f9:67:22:a2:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb85030",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:1a:87:b0:db:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee11bc2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:34:07:b2:3e:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf3d0ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:41:18:b7:4a:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4f5b2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:44:e7:f4:f1:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb56815f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:83:fa:db:43:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f473a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:f2:f3:51:de:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9a7d1e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:27:7e:4a:c2:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b45a8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:6d:c7:66:89:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde11193",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:e0:35:1f:7d:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8223f67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:27:02:79:90:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0df23dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:4b:67:9d:1e:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha04b49d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:6b:ae:1e:d0:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9779f87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:74:c2:31:8b:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcaa0d9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:92:4b:d1:86:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ff154f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:93:24:49:de:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5e594fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:c8:6a:81:bc:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth950d9c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:ce:3a:14:85:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3608455",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:f1:48:8c:7d:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe7a799",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:0a:c4:78:53:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6d2761",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:26:ae:c4:df:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98c6421",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:30:84:cb:64:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe81d201",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:3a:b8:c3:2e:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e56bd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:6f:fd:72:b0:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f0dd5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:7f:ad:88:06:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56ba59b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:84:14:45:10:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84bd87d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:a1:8e:19:33:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2df9e37",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:ba:0c:8f:3b:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth168e87b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:cd:61:6d:09:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58c0c41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:1b:c6:7e:c4:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8e93c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:3e:41:c9:db:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth730deaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:55:32:9e:c1:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2da2220",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:9e:33:f6:ef:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9caa3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:eb:58:c9:4e:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d1acf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:34:3a:52:4a:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5b5677",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:4a:d4:a4:bf:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd77042c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8f:87:d9:15:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f7612b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:c0:e7:84:19:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7039388",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:c8:09:4b:26:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2428a1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:cd:f8:5b:dd:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheabb614",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e8:f3:6e:1a:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4b29d5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:55:f5:f6:f0:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf77cba5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6e:a7:34:a2:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63a1039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:b3:b8:af:f6:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8424ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:f8:77:a7:38:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3bec2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:fe:aa:a3:11:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth075aab6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:0c:c3:81:a9:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth687f385",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:1c:f3:d2:d3:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth509a174",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:2c:21:96:a2:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0df832",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7c:3c:d8:2c:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbc3e02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:7f:6f:a9:75:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth30486f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:af:a5:a9:e7:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d1a0bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:b2:48:0c:9c:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth273675a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:b8:c8:68:27:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth378b1cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:bb:18:2d:ca:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85cc1cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:d6:0d:2b:69:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth844aefd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:fa:b8:c4:26:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90c30b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:06:03:47:35:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59d9a6e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:81:27:0f:61:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth378d132",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:8b:22:78:86:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c70adf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:95:5a:70:07:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf5c652f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:9e:ff:0c:1b:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3565e55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:b6:9d:5e:a8:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ee5901",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c1:5c:ea:38:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth28b1591",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c3:1c:98:ca:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab9efd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:c5:75:48:dc:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0d12be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:d9:2a:ee:ab:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6090fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:ea:21:06:67:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40c8fc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:02:4d:e2:9b:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth724ccf7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:06:b2:a2:ce:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3ad8e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:0f:e4:d2:ae:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75c4fef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:51:18:1b:34:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04f6c9d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:7a:45:53:e5:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7636e3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:84:c9:cb:11:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81a1594",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:86:1d:22:8c:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe628e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:b9:34:76:f2:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1fb3a26",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:ca:ea:75:36:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cbf8f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:cc:f2:c4:d4:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth547ea5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:87:0f:e5:ef:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4bfa42",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:8c:92:e1:6d:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc549684",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:d5:57:91:71:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4181140",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:e0:52:b3:aa:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bea112",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:fe:0d:f1:86:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5bb9200",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:0d:ff:af:3f:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07e6c77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:19:36:99:8c:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3e024d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:26:e1:1d:e0:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7c65c3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:2d:9b:c5:c8:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2295082",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:40:da:8c:e7:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha11005d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:58:53:22:67:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1425634",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:78:57:b4:e3:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb9f1a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:08:09:d9:ee:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd274fa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:0b:7b:fd:a6:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth25425d4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:54:00:31:06:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp7s0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:54:00:50:92:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp1s0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:8d:6d:8c:cb:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaca1dc0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:a9:5e:d7:46:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth275b86b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:e6:62:5f:7d:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e077da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f1:1c:16:56:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha77a1bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:f9:4b:3d:fc:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68dfc02",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:38:9b:e8:58:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a6c8be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:89:82:dd:d0:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd265cdf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:9f:08:20:53:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth061cde3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:a2:b0:9c:b0:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68dc675",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:d0:8c:05:b1:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth741cb85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:f9:91:18:8f:1e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47e6387",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:fb:6b:61:cd:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4732578",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:0f:b5:94:10:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1611d0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:16:83:77:9a:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67186fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:2f:3b:75:9f:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21341d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:39:03:0b:35:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaaf7a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:50:e2:df:e0:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha145b74",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:76:2d:f6:cd:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth947bf8e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:f9:50:3a:4a:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9b4a13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:ff:4f:9f:0c:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81daf2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:25:db:bd:3c:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46afbf5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:2f:33:5a:99:18",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b464fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:52:12:7f:f8:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0980ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:a5:a1:77:4c:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb90d782",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:c1:40:89:49:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85f7192",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:d0:22:c1:c4:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cdc6e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:d6:c0:a8:72:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth506c718",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:21:eb:cb:32:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36f2fdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:49:fe:de:31:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d31a45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:52:f0:62:34:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb9b73c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:6e:21:b7:1a:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f9e86a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a0:79:4b:a8:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb770745",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:a5:6a:56:91:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bfc292",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b7:5b:85:32:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe344c7c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:cc:cc:9f:5d:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4642b70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:e7:74:1f:d8:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4c98bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:09:97:0f:5e:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0445705",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:1a:de:ae:a7:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4fe8d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:81:17:18:a1:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b49f3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b3:bb:8c:f8:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1a97fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3b:6c:be:8d:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4281e6d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:40:bf:78:ed:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethee73ec3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:51:7d:e9:51:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha387dd9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:8e:79:01:e4:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e0606c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:a5:18:c0:db:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha10f2fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:a6:0b:20:3d:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b6bd03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:be:f9:5c:3d:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth517f447",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e3:85:97:d1:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e075bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:03:0e:a3:da:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80957ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:04:d8:29:46:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05efff4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:0a:bf:6b:d5:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth468f7da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:23:bf:52:e3:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe81da63",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:5d:46:6b:37:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a09fdd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:8e:d5:dc:7f:cc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68a432f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:93:f1:5d:0e:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbe68e79",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a0:ce:1f:48:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0721878",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:b1:d7:b7:fd:37",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e1abcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ef:88:e7:19:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc5b432",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:f1:79:a6:64:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1aa0a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:18:e2:36:ee:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3533a3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:2c:8d:8d:b1:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheb6778a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:41:0d:89:c8:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth694f82a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:57:db:85:2a:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4cd445",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:70:52:04:6b:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth872e399",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:8f:a3:b2:e1:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02c3008",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:c1:eb:f4:fd:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc61da72",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:1e:b8:4a:93:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e6929b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:4a:8b:07:08:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb179549",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:5c:f1:48:81:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2b566c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:84:3f:b8:1e:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e61860",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:d1:1b:d3:d7:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha9c7c19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:f5:6b:e4:3e:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac8d182",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:69:ea:e0:4e:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdf987b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:6f:c9:da:68:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4f4e44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:76:87:38:fd:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b493a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:7b:f8:73:cf:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2fe3220",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:a5:1a:00:00:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5955c4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:02:78:c9:07:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcd0f622",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:24:1e:2f:31:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a76d10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:7a:d0:ee:0f:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b93b5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:bf:53:e2:a7:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7a1877",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:fa:91:a8:d4:80",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacf7ba6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:19:21:9c:51:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69383b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:56:e7:6d:88:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2106fb1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:7b:d9:9d:12:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth423037b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:95:b1:0d:ef:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd082f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:cb:b4:98:6b:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8429d9a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:d6:23:a4:68:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth42210c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:05:92:0a:a1:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e56669",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:0a:a1:2b:14:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth70f4ee1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:2f:57:67:e0:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c7619",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:65:c3:46:de:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth487e039",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:70:92:fa:09:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe96d5e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:88:47:eb:43:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2bd843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:cf:58:ed:dc:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd137e3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d6:58:db:a5:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4d2d823",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:df:ab:25:73:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth060da87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:fd:a9:ca:ac:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8c3a190",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:fe:2c:48:db:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11515af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:0a:68:51:88:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth348ced7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:48:1b:9e:22:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe99909e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:58:f7:06:75:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae97c83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:67:f0:be:59:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3905075",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:85:98:cb:69:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb43c9ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:bf:4c:b8:22:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a6eb98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:c9:45:11:58:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd95efe7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:01:aa:be:f8:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth347d5da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:01:ec:78:3b:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6ef154",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:08:da:85:e3:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1bf067",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:4a:ed:d4:75:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13c38ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b3:a0:12:9f:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1118b3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:e1:9c:fc:87:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb477838",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:e3:0e:fa:50:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5798942",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:ed:32:53:fe:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51c8eef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:09:85:ae:01:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e1aba7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:2c:ea:73:18:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29a1ccc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:31:84:c9:a8:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb7a9d61",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:43:c5:36:fd:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9331cd6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:4e:68:cc:f3:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d6a0f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:54:ac:c5:16:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethff97c3c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:91:31:db:43:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f7dd95",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:c9:9e:37:01:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb75ca8b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:dd:b9:ce:b3:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe24bfb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:ea:2d:5d:70:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad96a00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:f6:56:55:2a:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56c8b10",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:fa:58:ce:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9e2026",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:32:35:13:ed:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdeef5dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:69:25:9e:e2:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4dbc2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:6c:eb:cb:f7:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefcfba0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:7d:11:65:98:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethef683ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:af:ba:32:4b:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51f65bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:c1:1e:8c:1a:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth877be1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:d3:6d:eb:e0:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth450c253",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:07:72:b6:24:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7eccd33",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:2d:a9:3d:98:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53c59b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:39:a7:08:a6:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth060151d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:39:e2:26:94:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ce0bf8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6a:50:f5:14:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4ce123",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6b:46:d5:74:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc4adf64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:6e:42:aa:b7:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b13721",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:73:cf:45:a9:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe432622",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:c5:99:44:28:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth873611d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:f2:93:ce:d2:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4993fb1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:0b:6b:1d:00:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth86ce04d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:34:ad:55:dc:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth64faa71",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:37:97:d4:ed:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe44e0ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:47:83:b8:d6:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a36832",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:6e:76:83:23:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1af506",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:7e:dc:75:8e:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5a7ac0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:83:a9:11:6c:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb6bf622",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:84:71:ea:5f:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9de68fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:8e:70:da:d6:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9e011c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:92:09:39:c4:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc008c90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a2:c9:5d:af:bc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth019627f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d1:76:76:a3:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth55bcfbe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:d1:a8:a4:59:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43e5c70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:19:6c:93:50:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03fab17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:3f:79:b7:da:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba518ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4a:cc:a4:8f:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf7001fb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:7b:20:34:f5:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha82ff5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:8b:84:a2:4d:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d6c487",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:9d:ad:6d:e2:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdcb1f0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:bb:7f:af:cd:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe87d9a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:d4:fd:53:c8:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe2f38b4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e7:53:65:63:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf002533",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:e7:6d:e7:3a:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcefb8ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:f3:d4:48:a3:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth269d5e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:01:54:c1:f1:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0103041",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:3f:41:61:7c:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcc5c2ec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:45:3c:a9:7f:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth135d815",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:48:ca:9a:c9:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf1d2976",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:67:6a:c5:a4:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3352b12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:71:7d:b0:90:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2d6fdfa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:9c:d1:fb:af:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth256aa3d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:9e:97:02:21:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6e1780a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d3:20:e4:7d:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth558dcda",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:db:f4:02:7c:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3ad82f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:28:b0:c8:d6:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd1673da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:5a:52:cf:d7:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa11d53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:70:64:1c:2a:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f465b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:ce:30:f9:36:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e3e373",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:30:ea:56:ee:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8969f3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:68:72:84:17:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ad5f46",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:d4:0c:67:61:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9388ace",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:02:2c:3d:a1:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth957c474",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:28:92:f3:b2:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth41d303a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:60:17:21:74:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth72594d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:85:10:d1:eb:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc658eb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:b7:42:00:b4:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth247d7c2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:d9:35:66:c0:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf10a77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:f3:a2:bb:86:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9585732",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:06:f3:9f:95:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e09eb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:0c:15:5e:8c:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd8de08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:38:b7:fd:9f:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5fab975",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:41:67:0a:75:97",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha916bfd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:6a:90:48:c6:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth84b99c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:9b:ed:9f:eb:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0eca916",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:a8:c2:a6:29:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth388c154",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:d2:0b:5e:be:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f5f33d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:3a:e8:d4:b7:24",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth544564b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:47:4c:07:03:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth716f757",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:6a:a4:41:3f:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2f81ebc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:8b:de:e6:20:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf24dd7e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:aa:bb:c8:fb:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd0ea3b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:d6:69:5c:7e:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4d3c1b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:da:d5:bd:e4:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1063edf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:f4:ef:a6:7a:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8eae5df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:09:7d:3c:db:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc88834e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:18:60:67:06:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8247bb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:25:00:ab:59:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4bbdd5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:2c:18:3b:92:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb305a14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:3f:aa:3a:20:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6d926d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:6c:8d:f5:06:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e78857",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:8f:03:e1:50:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cd93e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:9e:dc:b6:7c:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5b262f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:b1:d6:39:64:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a65455",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:de:16:8c:fe:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54f4b91",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:e1:43:0b:5f:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb22a17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:e7:d0:8e:80:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0112c67",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:ed:84:bc:bc:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f8dec9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:10:0e:7c:74:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a6f80b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:45:cf:33:8e:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a642a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:59:ae:f9:2c:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5682e9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:9e:27:51:32:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth49f14c7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:cb:f4:8e:44:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19a56fa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:db:f7:b8:90:4c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb91a369",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e6:67:0c:14:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf340822",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:f2:c6:a7:3e:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6f15e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:06:27:a1:18:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth133564c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:17:3d:bd:11:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4f2fe05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:65:62:7f:a7:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3692c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6a:6e:7d:f5:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc31d600",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:6c:b6:28:2d:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4cfc78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b1:9a:ab:94:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb07dd73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:b8:43:ce:1d:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe96c577",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:16:e8:64:76:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1938721",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:1e:c1:ba:29:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0de6dee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:24:78:b5:40:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6357d77",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:25:dc:c0:ae:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe82b73e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:61:13:e5:92:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8270420",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:77:5e:3a:76:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth921cee8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9f:5e:87:36:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8b4700",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:b0:46:8d:e2:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7feb00f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:b6:56:43:9c:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth967aa1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:05:3b:7f:d1:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9a5386",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:34:5e:ce:46:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb8a6e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:56:35:fd:ea:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd460bfa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:7c:cc:4b:8b:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc07b10a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:fa:5a:7a:e2:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth407adc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:0c:78:ae:b9:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth022f48e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:6a:07:23:34:72",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb19d1ed",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:6f:5d:25:14:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c57e90",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:bd:1f:dc:f6:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth849dac1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:bd:ef:a0:2c:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9eba1cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:3f:f9:b9:da:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc1051c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:43:be:5d:c5:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05af784",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:5a:cd:07:38:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth296e150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:67:9c:c8:54:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfbda92a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:92:2c:5d:d7:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e30c14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:96:92:c9:b4:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha8b7d19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:c7:45:96:54:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth61045ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:dc:83:ba:db:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c355e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:ed:c5:d1:9f:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5197b91",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:f6:fd:46:4d:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5453e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:43:d3:1d:e0:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e6dcf4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:89:0e:65:60:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd373d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:9b:a1:e4:34:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ead36c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:b0:80:2d:1f:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha3569ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:cd:c0:63:1e:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe97bbfc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:e9:13:85:79:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth413c10b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:21:e0:44:8d:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94ee973",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:4b:61:b1:4a:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3230a5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:88:dd:9d:48:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha68c9b3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9d:1b:f9:1f:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0032b85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:b1:4a:74:e8:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf0fb34",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:d7:3a:4a:f5:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2c8a5eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:dc:ac:3b:4d:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f7ef6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:f7:c3:27:e9:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc5ebbd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:0c:4e:e6:11:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth071e33d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:12:eb:54:24:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6c8f45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:16:94:33:77:41",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdeb9758",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6d:4b:94:ff:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1706b7a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6f:f3:2c:9b:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d86d73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:b1:5f:81:f7:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd25c03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:bb:b1:54:25:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0da578",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:0f:96:19:83:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65b7cd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:1c:65:d9:ec:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbde29dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:83:6b:bd:b1:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0062100",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:8e:19:6f:14:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha96cc9c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:a7:09:ec:32:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f4044b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:ba:b1:ee:a8:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d0c6d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:be:5a:19:e1:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbdf0ae6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c7:b5:74:a6:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd049859",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:03:fe:b0:d0:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1d5654",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:11:e4:24:d5:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth795d64a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:26:a6:df:0b:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcad14ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:49:2f:74:d3:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc87b20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:4b:b3:27:52:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth37d4017",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:88:24:4f:e7:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth607c6d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:b5:2d:b8:ee:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf906982",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:b8:68:4f:ca:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9564c18",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:db:4f:33:82:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13e91ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:dc:4e:aa:42:14",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth951b9c5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:dc:7a:41:7d:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d63606",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:2b:4e:e6:5e:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth602c26c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:30:d5:b9:0b:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5654345",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:4a:da:61:73:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9cdf489",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:55:2b:10:50:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth102c1ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:59:b8:2a:6c:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c18fa3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:9b:93:43:d0:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbae4f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:aa:63:f5:23:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43cd59e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:af:0f:9b:d4:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa01a23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:b6:59:6a:0a:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc264259",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d7:84:4a:5f:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth384ee7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:e6:5d:31:de:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf6144ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:f5:bb:54:76:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc46fc85",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:fe:74:b8:ba:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth486fdd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:17:b2:40:ed:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe5e2431",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:17:d7:0c:0e:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth983bad0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:65:c1:4d:54:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadd48e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:75:70:27:83:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e4ad7f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:bf:de:77:bf:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53a83dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:c3:9f:b7:f1:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheebb68b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:eb:8f:ab:80:6a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7950a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:f3:96:a9:6d:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf0834e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:fa:ec:19:8d:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b19168",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:10:9a:e0:d8:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe7084c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:50:1c:9e:21:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth178dfc0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:72:6a:fd:9b:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf469f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:d6:fe:4e:27:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52d15a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:04:8e:bd:3b:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3c49372",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:06:6c:90:34:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbbac89d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:08:42:12:3b:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54d8e92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:0e:2d:17:94:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1b39f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:1d:f0:38:6a:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth990a50f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:3a:03:2e:65:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd17ef64",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:3a:e8:da:69:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb805fbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:4c:71:43:62:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b53316",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:72:56:d8:60:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe57e1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:87:71:85:c4:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3812cc9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:96:e4:6e:0b:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1b305d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a1:ca:6c:c7:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73512f2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:a8:12:9a:73:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69282bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:da:f3:af:ec:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheca6089",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:ee:ee:13:0a:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2fc1a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:09:e3:b1:6f:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc18cb9a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:65:a9:b3:df:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdd53f2d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a2:28:ae:3e:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ad6708",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:a9:46:b3:19:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb28b5ff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:d8:f0:73:09:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth583d3bf",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-087c68b8e63c"} 1500 node_network_mtu_bytes{device="br-0b1f21f65434"} 1500 node_network_mtu_bytes{device="br-0d0fae6fba3a"} 1500 node_network_mtu_bytes{device="br-170997b6d0fa"} 1500 node_network_mtu_bytes{device="br-1bb5f7b6f214"} 1500 node_network_mtu_bytes{device="br-1e4bfa09370c"} 1500 node_network_mtu_bytes{device="br-1f69ec4677f1"} 1500 node_network_mtu_bytes{device="br-21789fc30e57"} 1500 node_network_mtu_bytes{device="br-24be321e5dec"} 1500 node_network_mtu_bytes{device="br-259e1db91409"} 1500 node_network_mtu_bytes{device="br-26bd8dfacf27"} 1500 node_network_mtu_bytes{device="br-27f56655830b"} 1500 node_network_mtu_bytes{device="br-28d2c710d9dd"} 1500 node_network_mtu_bytes{device="br-2a3f91fee31f"} 1500 node_network_mtu_bytes{device="br-2bc240b92a01"} 1500 node_network_mtu_bytes{device="br-2c90dade3b40"} 1500 node_network_mtu_bytes{device="br-336368f4fbaf"} 1500 node_network_mtu_bytes{device="br-357f0be81f70"} 1500 node_network_mtu_bytes{device="br-36d6eda82163"} 1500 node_network_mtu_bytes{device="br-3eb6a5acab86"} 1500 node_network_mtu_bytes{device="br-448507de0ea8"} 1500 node_network_mtu_bytes{device="br-4a94058d26b4"} 1500 node_network_mtu_bytes{device="br-4be189870a60"} 1500 node_network_mtu_bytes{device="br-4f972baae489"} 1500 node_network_mtu_bytes{device="br-50cf1727260b"} 1500 node_network_mtu_bytes{device="br-52aec1ad6344"} 1500 node_network_mtu_bytes{device="br-54774436947a"} 1500 node_network_mtu_bytes{device="br-5508256f2a09"} 1500 node_network_mtu_bytes{device="br-57a69cbd7be7"} 1500 node_network_mtu_bytes{device="br-5d4590ede425"} 1500 node_network_mtu_bytes{device="br-610e22981841"} 1500 node_network_mtu_bytes{device="br-61849e346d59"} 1500 node_network_mtu_bytes{device="br-61d28ade84d6"} 1500 node_network_mtu_bytes{device="br-63561f6ecb8e"} 1500 node_network_mtu_bytes{device="br-65d299b503ee"} 1500 node_network_mtu_bytes{device="br-6bb76e52d0ad"} 1500 node_network_mtu_bytes{device="br-6f8573194abf"} 1500 node_network_mtu_bytes{device="br-7c7768cc3717"} 1500 node_network_mtu_bytes{device="br-7dc3afdf0595"} 1500 node_network_mtu_bytes{device="br-7f850a40bfe5"} 1500 node_network_mtu_bytes{device="br-8716ec68a5ed"} 1500 node_network_mtu_bytes{device="br-8ae373fa2d64"} 1500 node_network_mtu_bytes{device="br-8c6a4bf92696"} 1500 node_network_mtu_bytes{device="br-8cb85635e30f"} 1500 node_network_mtu_bytes{device="br-8dce2f197033"} 1500 node_network_mtu_bytes{device="br-90cd3c4154aa"} 1500 node_network_mtu_bytes{device="br-9472bb85cfee"} 1500 node_network_mtu_bytes{device="br-96848e888a71"} 1500 node_network_mtu_bytes{device="br-9ba5f271298c"} 1500 node_network_mtu_bytes{device="br-9bcfee4e647f"} 1500 node_network_mtu_bytes{device="br-9dafd0c4fdb9"} 1500 node_network_mtu_bytes{device="br-9db262804262"} 1500 node_network_mtu_bytes{device="br-9dc48ff73063"} 1500 node_network_mtu_bytes{device="br-a1d37c85c10a"} 1500 node_network_mtu_bytes{device="br-a1e913015165"} 1500 node_network_mtu_bytes{device="br-a28e9d8e1a5a"} 1500 node_network_mtu_bytes{device="br-a2ad5d8a6e21"} 1500 node_network_mtu_bytes{device="br-a38ecabc76e9"} 1500 node_network_mtu_bytes{device="br-a4f2233265e1"} 1500 node_network_mtu_bytes{device="br-a5dafb0a1dce"} 1500 node_network_mtu_bytes{device="br-a9bbe251fab0"} 1500 node_network_mtu_bytes{device="br-aa93655903fc"} 1500 node_network_mtu_bytes{device="br-ac3189dfb892"} 1500 node_network_mtu_bytes{device="br-ad403c2030eb"} 1500 node_network_mtu_bytes{device="br-b189446352e8"} 1500 node_network_mtu_bytes{device="br-b2704a1bb792"} 1500 node_network_mtu_bytes{device="br-b3ccbb1f1bc0"} 1500 node_network_mtu_bytes{device="br-b783fcd91426"} 1500 node_network_mtu_bytes{device="br-b963d2263b6f"} 1500 node_network_mtu_bytes{device="br-ba1379cf796f"} 1500 node_network_mtu_bytes{device="br-ba367713f9e4"} 1500 node_network_mtu_bytes{device="br-bbe8bdb22dd6"} 1500 node_network_mtu_bytes{device="br-bd52bf04c342"} 1500 node_network_mtu_bytes{device="br-bf0cd4851644"} 1500 node_network_mtu_bytes{device="br-bffb620a7ee6"} 1500 node_network_mtu_bytes{device="br-c1f5d6ba4d2d"} 1500 node_network_mtu_bytes{device="br-c30b8f3d8dab"} 1500 node_network_mtu_bytes{device="br-c77466ba6ab0"} 1500 node_network_mtu_bytes{device="br-ca643bc58727"} 1500 node_network_mtu_bytes{device="br-cd8eb8bff0ed"} 1500 node_network_mtu_bytes{device="br-d349f503bfc6"} 1500 node_network_mtu_bytes{device="br-d454ff2d1838"} 1500 node_network_mtu_bytes{device="br-d739d49adeac"} 1500 node_network_mtu_bytes{device="br-d7cd2c298e7c"} 1500 node_network_mtu_bytes{device="br-d8a988dac171"} 1500 node_network_mtu_bytes{device="br-de2f2179e66c"} 1500 node_network_mtu_bytes{device="br-de3eb58f0193"} 1500 node_network_mtu_bytes{device="br-dea46bb081b7"} 1500 node_network_mtu_bytes{device="br-e065831d4d38"} 1500 node_network_mtu_bytes{device="br-e5485c57cf48"} 1500 node_network_mtu_bytes{device="br-eb54112c03eb"} 1500 node_network_mtu_bytes{device="br-ec717bd1017c"} 1500 node_network_mtu_bytes{device="br-edb0c100954a"} 1500 node_network_mtu_bytes{device="br-f33823381a9d"} 1500 node_network_mtu_bytes{device="br-f3652190882f"} 1500 node_network_mtu_bytes{device="br-f408a2a1a184"} 1500 node_network_mtu_bytes{device="br-f515742f876f"} 1500 node_network_mtu_bytes{device="br-f9f6492a4861"} 1500 node_network_mtu_bytes{device="br-fb51064e1346"} 1500 node_network_mtu_bytes{device="br-fda61ed9d8ac"} 1500 node_network_mtu_bytes{device="br-fedaf61052e8"} 1500 node_network_mtu_bytes{device="br-ff91e3e17577"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="docker_gwbridge"} 1500 node_network_mtu_bytes{device="enp1s0"} 1500 node_network_mtu_bytes{device="enp7s0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth0032b85"} 1500 node_network_mtu_bytes{device="veth0062100"} 1500 node_network_mtu_bytes{device="veth0103041"} 1500 node_network_mtu_bytes{device="veth0112c67"} 1500 node_network_mtu_bytes{device="veth019627f"} 1500 node_network_mtu_bytes{device="veth022f48e"} 1500 node_network_mtu_bytes{device="veth02c3008"} 1500 node_network_mtu_bytes{device="veth03870f2"} 1500 node_network_mtu_bytes{device="veth03fab17"} 1500 node_network_mtu_bytes{device="veth0445705"} 1500 node_network_mtu_bytes{device="veth04d9d5c"} 1500 node_network_mtu_bytes{device="veth04f6c9d"} 1500 node_network_mtu_bytes{device="veth05af784"} 1500 node_network_mtu_bytes{device="veth05efff4"} 1500 node_network_mtu_bytes{device="veth060151d"} 1500 node_network_mtu_bytes{device="veth060da87"} 1500 node_network_mtu_bytes{device="veth061cde3"} 1500 node_network_mtu_bytes{device="veth069689a"} 1500 node_network_mtu_bytes{device="veth071e33d"} 1500 node_network_mtu_bytes{device="veth0721878"} 1500 node_network_mtu_bytes{device="veth075aab6"} 1500 node_network_mtu_bytes{device="veth07e6c77"} 1500 node_network_mtu_bytes{device="veth0b493a5"} 1500 node_network_mtu_bytes{device="veth0b53316"} 1500 node_network_mtu_bytes{device="veth0c53113"} 1500 node_network_mtu_bytes{device="veth0d1acf5"} 1500 node_network_mtu_bytes{device="veth0d31a45"} 1500 node_network_mtu_bytes{device="veth0de6dee"} 1500 node_network_mtu_bytes{device="veth0df23dc"} 1500 node_network_mtu_bytes{device="veth0eca916"} 1500 node_network_mtu_bytes{device="veth0f5f33d"} 1500 node_network_mtu_bytes{device="veth0f8dec9"} 1500 node_network_mtu_bytes{device="veth102c1ba"} 1500 node_network_mtu_bytes{device="veth1063edf"} 1500 node_network_mtu_bytes{device="veth1118b3c"} 1500 node_network_mtu_bytes{device="veth11515af"} 1500 node_network_mtu_bytes{device="veth133564c"} 1500 node_network_mtu_bytes{device="veth1347d6c"} 1500 node_network_mtu_bytes{device="veth135d815"} 1500 node_network_mtu_bytes{device="veth13c38ee"} 1500 node_network_mtu_bytes{device="veth13e91ad"} 1500 node_network_mtu_bytes{device="veth1425634"} 1500 node_network_mtu_bytes{device="veth1611d0c"} 1500 node_network_mtu_bytes{device="veth168e87b"} 1500 node_network_mtu_bytes{device="veth1706b7a"} 1500 node_network_mtu_bytes{device="veth178dfc0"} 1500 node_network_mtu_bytes{device="veth1938721"} 1500 node_network_mtu_bytes{device="veth19a56fa"} 1500 node_network_mtu_bytes{device="veth1aaea89"} 1500 node_network_mtu_bytes{device="veth1b45a8e"} 1500 node_network_mtu_bytes{device="veth1b6bd03"} 1500 node_network_mtu_bytes{device="veth1cd93e3"} 1500 node_network_mtu_bytes{device="veth1d5394d"} 1500 node_network_mtu_bytes{device="veth1d86d73"} 1500 node_network_mtu_bytes{device="veth1ead36c"} 1500 node_network_mtu_bytes{device="veth1fb3a26"} 1500 node_network_mtu_bytes{device="veth20297c5"} 1500 node_network_mtu_bytes{device="veth2106fb1"} 1500 node_network_mtu_bytes{device="veth21341d6"} 1500 node_network_mtu_bytes{device="veth2295082"} 1500 node_network_mtu_bytes{device="veth247d7c2"} 1500 node_network_mtu_bytes{device="veth25425d4"} 1500 node_network_mtu_bytes{device="veth256aa3d"} 1500 node_network_mtu_bytes{device="veth26409f4"} 1500 node_network_mtu_bytes{device="veth269d5e6"} 1500 node_network_mtu_bytes{device="veth273675a"} 1500 node_network_mtu_bytes{device="veth275b86b"} 1500 node_network_mtu_bytes{device="veth28b1591"} 1500 node_network_mtu_bytes{device="veth296e150"} 1500 node_network_mtu_bytes{device="veth29a1ccc"} 1500 node_network_mtu_bytes{device="veth29c114f"} 1500 node_network_mtu_bytes{device="veth2a65455"} 1500 node_network_mtu_bytes{device="veth2a6f80b"} 1500 node_network_mtu_bytes{device="veth2ad6708"} 1500 node_network_mtu_bytes{device="veth2c8a5eb"} 1500 node_network_mtu_bytes{device="veth2cf162c"} 1500 node_network_mtu_bytes{device="veth2d6fdfa"} 1500 node_network_mtu_bytes{device="veth2da2220"} 1500 node_network_mtu_bytes{device="veth2df9e37"} 1500 node_network_mtu_bytes{device="veth2e56669"} 1500 node_network_mtu_bytes{device="veth2e6dcf4"} 1500 node_network_mtu_bytes{device="veth2f465b5"} 1500 node_network_mtu_bytes{device="veth2f81ebc"} 1500 node_network_mtu_bytes{device="veth2fe3220"} 1500 node_network_mtu_bytes{device="veth30486f8"} 1500 node_network_mtu_bytes{device="veth3230a5c"} 1500 node_network_mtu_bytes{device="veth3352b12"} 1500 node_network_mtu_bytes{device="veth347d5da"} 1500 node_network_mtu_bytes{device="veth348ced7"} 1500 node_network_mtu_bytes{device="veth3533a3b"} 1500 node_network_mtu_bytes{device="veth3565e55"} 1500 node_network_mtu_bytes{device="veth3608455"} 1500 node_network_mtu_bytes{device="veth36f23c3"} 1500 node_network_mtu_bytes{device="veth36f2fdc"} 1500 node_network_mtu_bytes{device="veth378b1cf"} 1500 node_network_mtu_bytes{device="veth378d132"} 1500 node_network_mtu_bytes{device="veth37d4017"} 1500 node_network_mtu_bytes{device="veth3812cc9"} 1500 node_network_mtu_bytes{device="veth384ee7f"} 1500 node_network_mtu_bytes{device="veth388c154"} 1500 node_network_mtu_bytes{device="veth3905075"} 1500 node_network_mtu_bytes{device="veth3a09fdd"} 1500 node_network_mtu_bytes{device="veth3c49372"} 1500 node_network_mtu_bytes{device="veth3cbf8f4"} 1500 node_network_mtu_bytes{device="veth3f7ef6c"} 1500 node_network_mtu_bytes{device="veth407adc8"} 1500 node_network_mtu_bytes{device="veth40c8fc3"} 1500 node_network_mtu_bytes{device="veth413c10b"} 1500 node_network_mtu_bytes{device="veth4181140"} 1500 node_network_mtu_bytes{device="veth41d303a"} 1500 node_network_mtu_bytes{device="veth42210c8"} 1500 node_network_mtu_bytes{device="veth423037b"} 1500 node_network_mtu_bytes{device="veth4281e6d"} 1500 node_network_mtu_bytes{device="veth43cd59e"} 1500 node_network_mtu_bytes{device="veth43e5c70"} 1500 node_network_mtu_bytes{device="veth44d7e2c"} 1500 node_network_mtu_bytes{device="veth450c253"} 1500 node_network_mtu_bytes{device="veth45430e9"} 1500 node_network_mtu_bytes{device="veth4642b70"} 1500 node_network_mtu_bytes{device="veth468f7da"} 1500 node_network_mtu_bytes{device="veth46afbf5"} 1500 node_network_mtu_bytes{device="veth4732578"} 1500 node_network_mtu_bytes{device="veth47bb667"} 1500 node_network_mtu_bytes{device="veth47e6387"} 1500 node_network_mtu_bytes{device="veth486fdd0"} 1500 node_network_mtu_bytes{device="veth487e039"} 1500 node_network_mtu_bytes{device="veth4993fb1"} 1500 node_network_mtu_bytes{device="veth49b1548"} 1500 node_network_mtu_bytes{device="veth49f14c7"} 1500 node_network_mtu_bytes{device="veth4a642a8"} 1500 node_network_mtu_bytes{device="veth4a76d10"} 1500 node_network_mtu_bytes{device="veth4b29d5d"} 1500 node_network_mtu_bytes{device="veth4bbdd5e"} 1500 node_network_mtu_bytes{device="veth4d2d823"} 1500 node_network_mtu_bytes{device="veth4e1abcc"} 1500 node_network_mtu_bytes{device="veth4e3e373"} 1500 node_network_mtu_bytes{device="veth4e78857"} 1500 node_network_mtu_bytes{device="veth4f2fe05"} 1500 node_network_mtu_bytes{device="veth4f9e86a"} 1500 node_network_mtu_bytes{device="veth506c718"} 1500 node_network_mtu_bytes{device="veth509a174"} 1500 node_network_mtu_bytes{device="veth50b618a"} 1500 node_network_mtu_bytes{device="veth517f447"} 1500 node_network_mtu_bytes{device="veth5197b91"} 1500 node_network_mtu_bytes{device="veth51a41e1"} 1500 node_network_mtu_bytes{device="veth51c8eef"} 1500 node_network_mtu_bytes{device="veth51f65bc"} 1500 node_network_mtu_bytes{device="veth52d15a6"} 1500 node_network_mtu_bytes{device="veth53a83dd"} 1500 node_network_mtu_bytes{device="veth53c59b5"} 1500 node_network_mtu_bytes{device="veth544564b"} 1500 node_network_mtu_bytes{device="veth547ea5d"} 1500 node_network_mtu_bytes{device="veth54d8e92"} 1500 node_network_mtu_bytes{device="veth54f4b91"} 1500 node_network_mtu_bytes{device="veth54fee19"} 1500 node_network_mtu_bytes{device="veth558dcda"} 1500 node_network_mtu_bytes{device="veth55bcfbe"} 1500 node_network_mtu_bytes{device="veth5654345"} 1500 node_network_mtu_bytes{device="veth5682e9e"} 1500 node_network_mtu_bytes{device="veth56ba59b"} 1500 node_network_mtu_bytes{device="veth56c8b10"} 1500 node_network_mtu_bytes{device="veth5747c95"} 1500 node_network_mtu_bytes{device="veth5798942"} 1500 node_network_mtu_bytes{device="veth583d3bf"} 1500 node_network_mtu_bytes{device="veth58c0c41"} 1500 node_network_mtu_bytes{device="veth5955c4d"} 1500 node_network_mtu_bytes{device="veth59b147f"} 1500 node_network_mtu_bytes{device="veth59d9a6e"} 1500 node_network_mtu_bytes{device="veth5a6eb98"} 1500 node_network_mtu_bytes{device="veth5a7ac0c"} 1500 node_network_mtu_bytes{device="veth5bb9200"} 1500 node_network_mtu_bytes{device="veth5ce0bf8"} 1500 node_network_mtu_bytes{device="veth5d0c6d0"} 1500 node_network_mtu_bytes{device="veth5d6c487"} 1500 node_network_mtu_bytes{device="veth5e594fd"} 1500 node_network_mtu_bytes{device="veth5f4044b"} 1500 node_network_mtu_bytes{device="veth5fab975"} 1500 node_network_mtu_bytes{device="veth602c26c"} 1500 node_network_mtu_bytes{device="veth607c6d0"} 1500 node_network_mtu_bytes{device="veth61045ce"} 1500 node_network_mtu_bytes{device="veth61f2797"} 1500 node_network_mtu_bytes{device="veth620913b"} 1500 node_network_mtu_bytes{device="veth62aa4cf"} 1500 node_network_mtu_bytes{device="veth62e9205"} 1500 node_network_mtu_bytes{device="veth6357d77"} 1500 node_network_mtu_bytes{device="veth63a1039"} 1500 node_network_mtu_bytes{device="veth64faa71"} 1500 node_network_mtu_bytes{device="veth65b7cd5"} 1500 node_network_mtu_bytes{device="veth67186fe"} 1500 node_network_mtu_bytes{device="veth687f385"} 1500 node_network_mtu_bytes{device="veth68a432f"} 1500 node_network_mtu_bytes{device="veth68dc675"} 1500 node_network_mtu_bytes{device="veth68dfc02"} 1500 node_network_mtu_bytes{device="veth69282bc"} 1500 node_network_mtu_bytes{device="veth69383b3"} 1500 node_network_mtu_bytes{device="veth694f82a"} 1500 node_network_mtu_bytes{device="veth6a36832"} 1500 node_network_mtu_bytes{device="veth6ad616c"} 1500 node_network_mtu_bytes{device="veth6b19168"} 1500 node_network_mtu_bytes{device="veth6b2e435"} 1500 node_network_mtu_bytes{device="veth6b49f3c"} 1500 node_network_mtu_bytes{device="veth6b822ad"} 1500 node_network_mtu_bytes{device="veth6b93b5b"} 1500 node_network_mtu_bytes{device="veth6bea112"} 1500 node_network_mtu_bytes{device="veth6cdc6e1"} 1500 node_network_mtu_bytes{device="veth6e075bd"} 1500 node_network_mtu_bytes{device="veth6e1780a"} 1500 node_network_mtu_bytes{device="veth6e61860"} 1500 node_network_mtu_bytes{device="veth7039388"} 1500 node_network_mtu_bytes{device="veth70f4ee1"} 1500 node_network_mtu_bytes{device="veth716f757"} 1500 node_network_mtu_bytes{device="veth724ccf7"} 1500 node_network_mtu_bytes{device="veth72594d2"} 1500 node_network_mtu_bytes{device="veth730deaa"} 1500 node_network_mtu_bytes{device="veth73512f2"} 1500 node_network_mtu_bytes{device="veth73c1813"} 1500 node_network_mtu_bytes{device="veth741cb85"} 1500 node_network_mtu_bytes{device="veth75ab275"} 1500 node_network_mtu_bytes{device="veth75c4fef"} 1500 node_network_mtu_bytes{device="veth7636e3d"} 1500 node_network_mtu_bytes{device="veth77432d4"} 1500 node_network_mtu_bytes{device="veth795d64a"} 1500 node_network_mtu_bytes{device="veth7c65c3b"} 1500 node_network_mtu_bytes{device="veth7d1a0bd"} 1500 node_network_mtu_bytes{device="veth7d6a0f5"} 1500 node_network_mtu_bytes{device="veth7e09eb6"} 1500 node_network_mtu_bytes{device="veth7e4ad7f"} 1500 node_network_mtu_bytes{device="veth7ecac2d"} 1500 node_network_mtu_bytes{device="veth7eccd33"} 1500 node_network_mtu_bytes{device="veth7ee5901"} 1500 node_network_mtu_bytes{device="veth7f0dd5d"} 1500 node_network_mtu_bytes{device="veth7f473a1"} 1500 node_network_mtu_bytes{device="veth7f5281e"} 1500 node_network_mtu_bytes{device="veth7feb00f"} 1500 node_network_mtu_bytes{device="veth7ff154f"} 1500 node_network_mtu_bytes{device="veth80957ff"} 1500 node_network_mtu_bytes{device="veth8137b9c"} 1500 node_network_mtu_bytes{device="veth81a1594"} 1500 node_network_mtu_bytes{device="veth81daf2a"} 1500 node_network_mtu_bytes{device="veth8223f67"} 1500 node_network_mtu_bytes{device="veth8247bb0"} 1500 node_network_mtu_bytes{device="veth8270420"} 1500 node_network_mtu_bytes{device="veth8335dac"} 1500 node_network_mtu_bytes{device="veth8429d9a"} 1500 node_network_mtu_bytes{device="veth844aefd"} 1500 node_network_mtu_bytes{device="veth849dac1"} 1500 node_network_mtu_bytes{device="veth84b99c9"} 1500 node_network_mtu_bytes{device="veth84bd87d"} 1500 node_network_mtu_bytes{device="veth85cc1cf"} 1500 node_network_mtu_bytes{device="veth85f7192"} 1500 node_network_mtu_bytes{device="veth86ce04d"} 1500 node_network_mtu_bytes{device="veth872e399"} 1500 node_network_mtu_bytes{device="veth873611d"} 1500 node_network_mtu_bytes{device="veth877be1d"} 1500 node_network_mtu_bytes{device="veth8969f3b"} 1500 node_network_mtu_bytes{device="veth8c3a190"} 1500 node_network_mtu_bytes{device="veth8c70adf"} 1500 node_network_mtu_bytes{device="veth8db889b"} 1500 node_network_mtu_bytes{device="veth8dc210c"} 1500 node_network_mtu_bytes{device="veth8e0606c"} 1500 node_network_mtu_bytes{device="veth8e077da"} 1500 node_network_mtu_bytes{device="veth8e1aba7"} 1500 node_network_mtu_bytes{device="veth8eae5df"} 1500 node_network_mtu_bytes{device="veth8f7612b"} 1500 node_network_mtu_bytes{device="veth8f7dd95"} 1500 node_network_mtu_bytes{device="veth90c30b2"} 1500 node_network_mtu_bytes{device="veth921cee8"} 1500 node_network_mtu_bytes{device="veth9302314"} 1500 node_network_mtu_bytes{device="veth9331cd6"} 1500 node_network_mtu_bytes{device="veth9388ace"} 1500 node_network_mtu_bytes{device="veth947bf8e"} 1500 node_network_mtu_bytes{device="veth94ee973"} 1500 node_network_mtu_bytes{device="veth950d9c2"} 1500 node_network_mtu_bytes{device="veth951b9c5"} 1500 node_network_mtu_bytes{device="veth9564c18"} 1500 node_network_mtu_bytes{device="veth957c474"} 1500 node_network_mtu_bytes{device="veth9585732"} 1500 node_network_mtu_bytes{device="veth967aa1a"} 1500 node_network_mtu_bytes{device="veth9779f87"} 1500 node_network_mtu_bytes{device="veth983bad0"} 1500 node_network_mtu_bytes{device="veth987c992"} 1500 node_network_mtu_bytes{device="veth98c6421"} 1500 node_network_mtu_bytes{device="veth990a50f"} 1500 node_network_mtu_bytes{device="veth9a4f942"} 1500 node_network_mtu_bytes{device="veth9a6c8be"} 1500 node_network_mtu_bytes{device="veth9ad5f46"} 1500 node_network_mtu_bytes{device="veth9b13721"} 1500 node_network_mtu_bytes{device="veth9b464fa"} 1500 node_network_mtu_bytes{device="veth9b4f0d2"} 1500 node_network_mtu_bytes{device="veth9b5c7ee"} 1500 node_network_mtu_bytes{device="veth9be4730"} 1500 node_network_mtu_bytes{device="veth9bfc292"} 1500 node_network_mtu_bytes{device="veth9c18fa3"} 1500 node_network_mtu_bytes{device="veth9c355e1"} 1500 node_network_mtu_bytes{device="veth9c57e90"} 1500 node_network_mtu_bytes{device="veth9cdf489"} 1500 node_network_mtu_bytes{device="veth9d63606"} 1500 node_network_mtu_bytes{device="veth9de68fa"} 1500 node_network_mtu_bytes{device="veth9e30c14"} 1500 node_network_mtu_bytes{device="veth9e56bd7"} 1500 node_network_mtu_bytes{device="veth9e6929b"} 1500 node_network_mtu_bytes{device="veth9eba1cd"} 1500 node_network_mtu_bytes{device="vetha03ce74"} 1500 node_network_mtu_bytes{device="vetha04b49d"} 1500 node_network_mtu_bytes{device="vetha10f2fa"} 1500 node_network_mtu_bytes{device="vetha11005d"} 1500 node_network_mtu_bytes{device="vetha145b74"} 1500 node_network_mtu_bytes{device="vetha2b566c"} 1500 node_network_mtu_bytes{device="vetha2fc1a5"} 1500 node_network_mtu_bytes{device="vetha3569ea"} 1500 node_network_mtu_bytes{device="vetha387dd9"} 1500 node_network_mtu_bytes{device="vetha3b745a"} 1500 node_network_mtu_bytes{device="vetha3bec2e"} 1500 node_network_mtu_bytes{device="vetha4cd445"} 1500 node_network_mtu_bytes{device="vetha4dbc2b"} 1500 node_network_mtu_bytes{device="vetha4fe8d7"} 1500 node_network_mtu_bytes{device="vetha68c9b3"} 1500 node_network_mtu_bytes{device="vetha6ef154"} 1500 node_network_mtu_bytes{device="vetha77a1bd"} 1500 node_network_mtu_bytes{device="vetha7950a3"} 1500 node_network_mtu_bytes{device="vetha82ff5a"} 1500 node_network_mtu_bytes{device="vetha8424ea"} 1500 node_network_mtu_bytes{device="vetha865d3e"} 1500 node_network_mtu_bytes{device="vetha8b7d19"} 1500 node_network_mtu_bytes{device="vetha916bfd"} 1500 node_network_mtu_bytes{device="vetha96a22d"} 1500 node_network_mtu_bytes{device="vetha96cc9c"} 1500 node_network_mtu_bytes{device="vetha9c7c19"} 1500 node_network_mtu_bytes{device="vetha9caa3b"} 1500 node_network_mtu_bytes{device="vethaa90db7"} 1500 node_network_mtu_bytes{device="vethab9efd5"} 1500 node_network_mtu_bytes{device="vethac8d182"} 1500 node_network_mtu_bytes{device="vethac999f1"} 1500 node_network_mtu_bytes{device="vethaca1dc0"} 1500 node_network_mtu_bytes{device="vethacf7ba6"} 1500 node_network_mtu_bytes{device="vethad96a00"} 1500 node_network_mtu_bytes{device="vethadd48e3"} 1500 node_network_mtu_bytes{device="vethadd9f3f"} 1500 node_network_mtu_bytes{device="vethae2fcbc"} 1500 node_network_mtu_bytes{device="vethae97c83"} 1500 node_network_mtu_bytes{device="vethb07dd73"} 1500 node_network_mtu_bytes{device="vethb179549"} 1500 node_network_mtu_bytes{device="vethb19d1ed"} 1500 node_network_mtu_bytes{device="vethb1b305d"} 1500 node_network_mtu_bytes{device="vethb1b39f0"} 1500 node_network_mtu_bytes{device="vethb1bf067"} 1500 node_network_mtu_bytes{device="vethb1d5654"} 1500 node_network_mtu_bytes{device="vethb28b5ff"} 1500 node_network_mtu_bytes{device="vethb2bd843"} 1500 node_network_mtu_bytes{device="vethb305a14"} 1500 node_network_mtu_bytes{device="vethb3e024d"} 1500 node_network_mtu_bytes{device="vethb43c9ad"} 1500 node_network_mtu_bytes{device="vethb477838"} 1500 node_network_mtu_bytes{device="vethb4ce123"} 1500 node_network_mtu_bytes{device="vethb56815f"} 1500 node_network_mtu_bytes{device="vethb6bf622"} 1500 node_network_mtu_bytes{device="vethb75ca8b"} 1500 node_network_mtu_bytes{device="vethb770745"} 1500 node_network_mtu_bytes{device="vethb7a1877"} 1500 node_network_mtu_bytes{device="vethb7a9d61"} 1500 node_network_mtu_bytes{device="vethb805fbd"} 1500 node_network_mtu_bytes{device="vethb89ad32"} 1500 node_network_mtu_bytes{device="vethb90d782"} 1500 node_network_mtu_bytes{device="vethb91a369"} 1500 node_network_mtu_bytes{device="vethb9b4a13"} 1500 node_network_mtu_bytes{device="vethb9e011c"} 1500 node_network_mtu_bytes{device="vethba518ed"} 1500 node_network_mtu_bytes{device="vethbb22a17"} 1500 node_network_mtu_bytes{device="vethbb85030"} 1500 node_network_mtu_bytes{device="vethbb8a6e3"} 1500 node_network_mtu_bytes{device="vethbbac89d"} 1500 node_network_mtu_bytes{device="vethbd082f6"} 1500 node_network_mtu_bytes{device="vethbd25c03"} 1500 node_network_mtu_bytes{device="vethbde29dc"} 1500 node_network_mtu_bytes{device="vethbdf0ae6"} 1500 node_network_mtu_bytes{device="vethbdf987b"} 1500 node_network_mtu_bytes{device="vethbe2b5e1"} 1500 node_network_mtu_bytes{device="vethbe68e79"} 1500 node_network_mtu_bytes{device="vethbf0834e"} 1500 node_network_mtu_bytes{device="vethbf0fb34"} 1500 node_network_mtu_bytes{device="vethbf21c25"} 1500 node_network_mtu_bytes{device="vethc008c90"} 1500 node_network_mtu_bytes{device="vethc07b10a"} 1500 node_network_mtu_bytes{device="vethc08f47c"} 1500 node_network_mtu_bytes{device="vethc18cb9a"} 1500 node_network_mtu_bytes{device="vethc1a97fa"} 1500 node_network_mtu_bytes{device="vethc1e9d8b"} 1500 node_network_mtu_bytes{device="vethc264259"} 1500 node_network_mtu_bytes{device="vethc31d600"} 1500 node_network_mtu_bytes{device="vethc3ad82f"} 1500 node_network_mtu_bytes{device="vethc46fc85"} 1500 node_network_mtu_bytes{device="vethc4adf64"} 1500 node_network_mtu_bytes{device="vethc549684"} 1500 node_network_mtu_bytes{device="vethc5ebbd5"} 1500 node_network_mtu_bytes{device="vethc61da72"} 1500 node_network_mtu_bytes{device="vethc658eb9"} 1500 node_network_mtu_bytes{device="vethc6b2fec"} 1500 node_network_mtu_bytes{device="vethc6f15e7"} 1500 node_network_mtu_bytes{device="vethc88834e"} 1500 node_network_mtu_bytes{device="vethc9e2026"} 1500 node_network_mtu_bytes{device="vethcaa0d9b"} 1500 node_network_mtu_bytes{device="vethcad14ef"} 1500 node_network_mtu_bytes{device="vethcc5c2ec"} 1500 node_network_mtu_bytes{device="vethcd0f622"} 1500 node_network_mtu_bytes{device="vethcdf4121"} 1500 node_network_mtu_bytes{device="vethce28d62"} 1500 node_network_mtu_bytes{device="vethcefb8ea"} 1500 node_network_mtu_bytes{device="vethcf10a77"} 1500 node_network_mtu_bytes{device="vethcf3d0ab"} 1500 node_network_mtu_bytes{device="vethcf469f8"} 1500 node_network_mtu_bytes{device="vethcfbd110"} 1500 node_network_mtu_bytes{device="vethd049859"} 1500 node_network_mtu_bytes{device="vethd0df832"} 1500 node_network_mtu_bytes{device="vethd0ea3b3"} 1500 node_network_mtu_bytes{device="vethd137e3f"} 1500 node_network_mtu_bytes{device="vethd1673da"} 1500 node_network_mtu_bytes{device="vethd17ef64"} 1500 node_network_mtu_bytes{device="vethd265cdf"} 1500 node_network_mtu_bytes{device="vethd274fa2"} 1500 node_network_mtu_bytes{device="vethd3692c1"} 1500 node_network_mtu_bytes{device="vethd3ad8e8"} 1500 node_network_mtu_bytes{device="vethd3cb445"} 1500 node_network_mtu_bytes{device="vethd460bfa"} 1500 node_network_mtu_bytes{device="vethd4c98bf"} 1500 node_network_mtu_bytes{device="vethd5453e5"} 1500 node_network_mtu_bytes{device="vethd5b5677"} 1500 node_network_mtu_bytes{device="vethd6090fd"} 1500 node_network_mtu_bytes{device="vethd6d926d"} 1500 node_network_mtu_bytes{device="vethd77042c"} 1500 node_network_mtu_bytes{device="vethd8c625e"} 1500 node_network_mtu_bytes{device="vethd95efe7"} 1500 node_network_mtu_bytes{device="vethd9a7d1e"} 1500 node_network_mtu_bytes{device="vethdb5e758"} 1500 node_network_mtu_bytes{device="vethdbae4f2"} 1500 node_network_mtu_bytes{device="vethdc87b20"} 1500 node_network_mtu_bytes{device="vethdcb1f0b"} 1500 node_network_mtu_bytes{device="vethdd53f2d"} 1500 node_network_mtu_bytes{device="vethde11193"} 1500 node_network_mtu_bytes{device="vethdeb9758"} 1500 node_network_mtu_bytes{device="vethdeef5dc"} 1500 node_network_mtu_bytes{device="vethe2428a1"} 1500 node_network_mtu_bytes{device="vethe24bfb2"} 1500 node_network_mtu_bytes{device="vethe2f38b4"} 1500 node_network_mtu_bytes{device="vethe344c7c"} 1500 node_network_mtu_bytes{device="vethe3e1fe3"} 1500 node_network_mtu_bytes{device="vethe432622"} 1500 node_network_mtu_bytes{device="vethe44e0ab"} 1500 node_network_mtu_bytes{device="vethe4bfa42"} 1500 node_network_mtu_bytes{device="vethe4f4e44"} 1500 node_network_mtu_bytes{device="vethe4f5b2b"} 1500 node_network_mtu_bytes{device="vethe523b56"} 1500 node_network_mtu_bytes{device="vethe5b262f"} 1500 node_network_mtu_bytes{device="vethe5e2431"} 1500 node_network_mtu_bytes{device="vethe6c7619"} 1500 node_network_mtu_bytes{device="vethe6d2761"} 1500 node_network_mtu_bytes{device="vethe7084c8"} 1500 node_network_mtu_bytes{device="vethe81d201"} 1500 node_network_mtu_bytes{device="vethe81da63"} 1500 node_network_mtu_bytes{device="vethe82b73e"} 1500 node_network_mtu_bytes{device="vethe8b4700"} 1500 node_network_mtu_bytes{device="vethe8e93c0"} 1500 node_network_mtu_bytes{device="vethe96c577"} 1500 node_network_mtu_bytes{device="vethe96d5e4"} 1500 node_network_mtu_bytes{device="vethe97bbfc"} 1500 node_network_mtu_bytes{device="vethe99909e"} 1500 node_network_mtu_bytes{device="vetheaaf7a8"} 1500 node_network_mtu_bytes{device="vetheabb614"} 1500 node_network_mtu_bytes{device="vetheb6778a"} 1500 node_network_mtu_bytes{device="vetheb9b73c"} 1500 node_network_mtu_bytes{device="vetheb9f1a5"} 1500 node_network_mtu_bytes{device="vetheca6089"} 1500 node_network_mtu_bytes{device="vethee11bc2"} 1500 node_network_mtu_bytes{device="vethee73ec3"} 1500 node_network_mtu_bytes{device="vetheebb68b"} 1500 node_network_mtu_bytes{device="vethef3aebe"} 1500 node_network_mtu_bytes{device="vethef683ec"} 1500 node_network_mtu_bytes{device="vethefcfba0"} 1500 node_network_mtu_bytes{device="vethf002533"} 1500 node_network_mtu_bytes{device="vethf0980ae"} 1500 node_network_mtu_bytes{device="vethf0d12be"} 1500 node_network_mtu_bytes{device="vethf0da578"} 1500 node_network_mtu_bytes{device="vethf17a534"} 1500 node_network_mtu_bytes{device="vethf1aa0a2"} 1500 node_network_mtu_bytes{device="vethf1af506"} 1500 node_network_mtu_bytes{device="vethf1d2976"} 1500 node_network_mtu_bytes{device="vethf24dd7e"} 1500 node_network_mtu_bytes{device="vethf340822"} 1500 node_network_mtu_bytes{device="vethf420933"} 1500 node_network_mtu_bytes{device="vethf4cfc78"} 1500 node_network_mtu_bytes{device="vethf4d3c1b"} 1500 node_network_mtu_bytes{device="vethf5c652f"} 1500 node_network_mtu_bytes{device="vethf6144ce"} 1500 node_network_mtu_bytes{device="vethf65b7bb"} 1500 node_network_mtu_bytes{device="vethf6c8f45"} 1500 node_network_mtu_bytes{device="vethf7001fb"} 1500 node_network_mtu_bytes{device="vethf748303"} 1500 node_network_mtu_bytes{device="vethf77cba5"} 1500 node_network_mtu_bytes{device="vethf86a842"} 1500 node_network_mtu_bytes{device="vethf906982"} 1500 node_network_mtu_bytes{device="vethf9a5386"} 1500 node_network_mtu_bytes{device="vethfa01a23"} 1500 node_network_mtu_bytes{device="vethfa11d53"} 1500 node_network_mtu_bytes{device="vethfbc3e02"} 1500 node_network_mtu_bytes{device="vethfbda92a"} 1500 node_network_mtu_bytes{device="vethfc1051c"} 1500 node_network_mtu_bytes{device="vethfc5b432"} 1500 node_network_mtu_bytes{device="vethfd373d2"} 1500 node_network_mtu_bytes{device="vethfd8de08"} 1500 node_network_mtu_bytes{device="vethfe57e1a"} 1500 node_network_mtu_bytes{device="vethfe628e7"} 1500 node_network_mtu_bytes{device="vethfe7a799"} 1500 node_network_mtu_bytes{device="vethfe87d9a"} 1500 node_network_mtu_bytes{device="vethff97c3c"} 1500 node_network_mtu_bytes{device="vethffd01e5"} 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-087c68b8e63c"} 3 node_network_name_assign_type{device="br-0b1f21f65434"} 3 node_network_name_assign_type{device="br-0d0fae6fba3a"} 3 node_network_name_assign_type{device="br-170997b6d0fa"} 3 node_network_name_assign_type{device="br-1bb5f7b6f214"} 3 node_network_name_assign_type{device="br-1e4bfa09370c"} 3 node_network_name_assign_type{device="br-1f69ec4677f1"} 3 node_network_name_assign_type{device="br-21789fc30e57"} 3 node_network_name_assign_type{device="br-24be321e5dec"} 3 node_network_name_assign_type{device="br-259e1db91409"} 3 node_network_name_assign_type{device="br-26bd8dfacf27"} 3 node_network_name_assign_type{device="br-27f56655830b"} 3 node_network_name_assign_type{device="br-28d2c710d9dd"} 3 node_network_name_assign_type{device="br-2a3f91fee31f"} 3 node_network_name_assign_type{device="br-2bc240b92a01"} 3 node_network_name_assign_type{device="br-2c90dade3b40"} 3 node_network_name_assign_type{device="br-336368f4fbaf"} 3 node_network_name_assign_type{device="br-357f0be81f70"} 3 node_network_name_assign_type{device="br-36d6eda82163"} 3 node_network_name_assign_type{device="br-3eb6a5acab86"} 3 node_network_name_assign_type{device="br-448507de0ea8"} 3 node_network_name_assign_type{device="br-4a94058d26b4"} 3 node_network_name_assign_type{device="br-4be189870a60"} 3 node_network_name_assign_type{device="br-4f972baae489"} 3 node_network_name_assign_type{device="br-50cf1727260b"} 3 node_network_name_assign_type{device="br-52aec1ad6344"} 3 node_network_name_assign_type{device="br-54774436947a"} 3 node_network_name_assign_type{device="br-5508256f2a09"} 3 node_network_name_assign_type{device="br-57a69cbd7be7"} 3 node_network_name_assign_type{device="br-5d4590ede425"} 3 node_network_name_assign_type{device="br-610e22981841"} 3 node_network_name_assign_type{device="br-61849e346d59"} 3 node_network_name_assign_type{device="br-61d28ade84d6"} 3 node_network_name_assign_type{device="br-63561f6ecb8e"} 3 node_network_name_assign_type{device="br-65d299b503ee"} 3 node_network_name_assign_type{device="br-6bb76e52d0ad"} 3 node_network_name_assign_type{device="br-6f8573194abf"} 3 node_network_name_assign_type{device="br-7c7768cc3717"} 3 node_network_name_assign_type{device="br-7dc3afdf0595"} 3 node_network_name_assign_type{device="br-7f850a40bfe5"} 3 node_network_name_assign_type{device="br-8716ec68a5ed"} 3 node_network_name_assign_type{device="br-8ae373fa2d64"} 3 node_network_name_assign_type{device="br-8c6a4bf92696"} 3 node_network_name_assign_type{device="br-8cb85635e30f"} 3 node_network_name_assign_type{device="br-8dce2f197033"} 3 node_network_name_assign_type{device="br-90cd3c4154aa"} 3 node_network_name_assign_type{device="br-9472bb85cfee"} 3 node_network_name_assign_type{device="br-96848e888a71"} 3 node_network_name_assign_type{device="br-9ba5f271298c"} 3 node_network_name_assign_type{device="br-9bcfee4e647f"} 3 node_network_name_assign_type{device="br-9dafd0c4fdb9"} 3 node_network_name_assign_type{device="br-9db262804262"} 3 node_network_name_assign_type{device="br-9dc48ff73063"} 3 node_network_name_assign_type{device="br-a1d37c85c10a"} 3 node_network_name_assign_type{device="br-a1e913015165"} 3 node_network_name_assign_type{device="br-a28e9d8e1a5a"} 3 node_network_name_assign_type{device="br-a2ad5d8a6e21"} 3 node_network_name_assign_type{device="br-a38ecabc76e9"} 3 node_network_name_assign_type{device="br-a4f2233265e1"} 3 node_network_name_assign_type{device="br-a5dafb0a1dce"} 3 node_network_name_assign_type{device="br-a9bbe251fab0"} 3 node_network_name_assign_type{device="br-aa93655903fc"} 3 node_network_name_assign_type{device="br-ac3189dfb892"} 3 node_network_name_assign_type{device="br-ad403c2030eb"} 3 node_network_name_assign_type{device="br-b189446352e8"} 3 node_network_name_assign_type{device="br-b2704a1bb792"} 3 node_network_name_assign_type{device="br-b3ccbb1f1bc0"} 3 node_network_name_assign_type{device="br-b783fcd91426"} 3 node_network_name_assign_type{device="br-b963d2263b6f"} 3 node_network_name_assign_type{device="br-ba1379cf796f"} 3 node_network_name_assign_type{device="br-ba367713f9e4"} 3 node_network_name_assign_type{device="br-bbe8bdb22dd6"} 3 node_network_name_assign_type{device="br-bd52bf04c342"} 3 node_network_name_assign_type{device="br-bf0cd4851644"} 3 node_network_name_assign_type{device="br-bffb620a7ee6"} 3 node_network_name_assign_type{device="br-c1f5d6ba4d2d"} 3 node_network_name_assign_type{device="br-c30b8f3d8dab"} 3 node_network_name_assign_type{device="br-c77466ba6ab0"} 3 node_network_name_assign_type{device="br-ca643bc58727"} 3 node_network_name_assign_type{device="br-cd8eb8bff0ed"} 3 node_network_name_assign_type{device="br-d349f503bfc6"} 3 node_network_name_assign_type{device="br-d454ff2d1838"} 3 node_network_name_assign_type{device="br-d739d49adeac"} 3 node_network_name_assign_type{device="br-d7cd2c298e7c"} 3 node_network_name_assign_type{device="br-d8a988dac171"} 3 node_network_name_assign_type{device="br-de2f2179e66c"} 3 node_network_name_assign_type{device="br-de3eb58f0193"} 3 node_network_name_assign_type{device="br-dea46bb081b7"} 3 node_network_name_assign_type{device="br-e065831d4d38"} 3 node_network_name_assign_type{device="br-e5485c57cf48"} 3 node_network_name_assign_type{device="br-eb54112c03eb"} 3 node_network_name_assign_type{device="br-ec717bd1017c"} 3 node_network_name_assign_type{device="br-edb0c100954a"} 3 node_network_name_assign_type{device="br-f33823381a9d"} 3 node_network_name_assign_type{device="br-f3652190882f"} 3 node_network_name_assign_type{device="br-f408a2a1a184"} 3 node_network_name_assign_type{device="br-f515742f876f"} 3 node_network_name_assign_type{device="br-f9f6492a4861"} 3 node_network_name_assign_type{device="br-fb51064e1346"} 3 node_network_name_assign_type{device="br-fda61ed9d8ac"} 3 node_network_name_assign_type{device="br-fedaf61052e8"} 3 node_network_name_assign_type{device="br-ff91e3e17577"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="docker_gwbridge"} 3 node_network_name_assign_type{device="enp1s0"} 4 node_network_name_assign_type{device="enp7s0"} 4 node_network_name_assign_type{device="veth0032b85"} 3 node_network_name_assign_type{device="veth0062100"} 3 node_network_name_assign_type{device="veth0103041"} 3 node_network_name_assign_type{device="veth0112c67"} 3 node_network_name_assign_type{device="veth019627f"} 3 node_network_name_assign_type{device="veth022f48e"} 3 node_network_name_assign_type{device="veth02c3008"} 3 node_network_name_assign_type{device="veth03870f2"} 3 node_network_name_assign_type{device="veth03fab17"} 3 node_network_name_assign_type{device="veth0445705"} 3 node_network_name_assign_type{device="veth04d9d5c"} 3 node_network_name_assign_type{device="veth04f6c9d"} 3 node_network_name_assign_type{device="veth05af784"} 3 node_network_name_assign_type{device="veth05efff4"} 3 node_network_name_assign_type{device="veth060151d"} 3 node_network_name_assign_type{device="veth060da87"} 3 node_network_name_assign_type{device="veth061cde3"} 3 node_network_name_assign_type{device="veth069689a"} 3 node_network_name_assign_type{device="veth071e33d"} 3 node_network_name_assign_type{device="veth0721878"} 3 node_network_name_assign_type{device="veth075aab6"} 3 node_network_name_assign_type{device="veth07e6c77"} 3 node_network_name_assign_type{device="veth0b493a5"} 3 node_network_name_assign_type{device="veth0b53316"} 3 node_network_name_assign_type{device="veth0c53113"} 3 node_network_name_assign_type{device="veth0d1acf5"} 3 node_network_name_assign_type{device="veth0d31a45"} 3 node_network_name_assign_type{device="veth0de6dee"} 3 node_network_name_assign_type{device="veth0df23dc"} 3 node_network_name_assign_type{device="veth0eca916"} 3 node_network_name_assign_type{device="veth0f5f33d"} 3 node_network_name_assign_type{device="veth0f8dec9"} 3 node_network_name_assign_type{device="veth102c1ba"} 3 node_network_name_assign_type{device="veth1063edf"} 3 node_network_name_assign_type{device="veth1118b3c"} 3 node_network_name_assign_type{device="veth11515af"} 3 node_network_name_assign_type{device="veth133564c"} 3 node_network_name_assign_type{device="veth1347d6c"} 3 node_network_name_assign_type{device="veth135d815"} 3 node_network_name_assign_type{device="veth13c38ee"} 3 node_network_name_assign_type{device="veth13e91ad"} 3 node_network_name_assign_type{device="veth1425634"} 3 node_network_name_assign_type{device="veth1611d0c"} 3 node_network_name_assign_type{device="veth168e87b"} 3 node_network_name_assign_type{device="veth1706b7a"} 3 node_network_name_assign_type{device="veth178dfc0"} 3 node_network_name_assign_type{device="veth1938721"} 3 node_network_name_assign_type{device="veth19a56fa"} 3 node_network_name_assign_type{device="veth1aaea89"} 3 node_network_name_assign_type{device="veth1b45a8e"} 3 node_network_name_assign_type{device="veth1b6bd03"} 3 node_network_name_assign_type{device="veth1cd93e3"} 3 node_network_name_assign_type{device="veth1d5394d"} 3 node_network_name_assign_type{device="veth1d86d73"} 3 node_network_name_assign_type{device="veth1ead36c"} 3 node_network_name_assign_type{device="veth1fb3a26"} 3 node_network_name_assign_type{device="veth20297c5"} 3 node_network_name_assign_type{device="veth2106fb1"} 3 node_network_name_assign_type{device="veth21341d6"} 3 node_network_name_assign_type{device="veth2295082"} 3 node_network_name_assign_type{device="veth247d7c2"} 3 node_network_name_assign_type{device="veth25425d4"} 3 node_network_name_assign_type{device="veth256aa3d"} 3 node_network_name_assign_type{device="veth26409f4"} 3 node_network_name_assign_type{device="veth269d5e6"} 3 node_network_name_assign_type{device="veth273675a"} 3 node_network_name_assign_type{device="veth275b86b"} 3 node_network_name_assign_type{device="veth28b1591"} 3 node_network_name_assign_type{device="veth296e150"} 3 node_network_name_assign_type{device="veth29a1ccc"} 3 node_network_name_assign_type{device="veth29c114f"} 3 node_network_name_assign_type{device="veth2a65455"} 3 node_network_name_assign_type{device="veth2a6f80b"} 3 node_network_name_assign_type{device="veth2ad6708"} 3 node_network_name_assign_type{device="veth2c8a5eb"} 3 node_network_name_assign_type{device="veth2cf162c"} 3 node_network_name_assign_type{device="veth2d6fdfa"} 3 node_network_name_assign_type{device="veth2da2220"} 3 node_network_name_assign_type{device="veth2df9e37"} 3 node_network_name_assign_type{device="veth2e56669"} 3 node_network_name_assign_type{device="veth2e6dcf4"} 3 node_network_name_assign_type{device="veth2f465b5"} 3 node_network_name_assign_type{device="veth2f81ebc"} 3 node_network_name_assign_type{device="veth2fe3220"} 3 node_network_name_assign_type{device="veth30486f8"} 3 node_network_name_assign_type{device="veth3230a5c"} 3 node_network_name_assign_type{device="veth3352b12"} 3 node_network_name_assign_type{device="veth347d5da"} 3 node_network_name_assign_type{device="veth348ced7"} 3 node_network_name_assign_type{device="veth3533a3b"} 3 node_network_name_assign_type{device="veth3565e55"} 3 node_network_name_assign_type{device="veth3608455"} 3 node_network_name_assign_type{device="veth36f23c3"} 3 node_network_name_assign_type{device="veth36f2fdc"} 3 node_network_name_assign_type{device="veth378b1cf"} 3 node_network_name_assign_type{device="veth378d132"} 3 node_network_name_assign_type{device="veth37d4017"} 3 node_network_name_assign_type{device="veth3812cc9"} 3 node_network_name_assign_type{device="veth384ee7f"} 3 node_network_name_assign_type{device="veth388c154"} 3 node_network_name_assign_type{device="veth3905075"} 3 node_network_name_assign_type{device="veth3a09fdd"} 3 node_network_name_assign_type{device="veth3c49372"} 3 node_network_name_assign_type{device="veth3cbf8f4"} 3 node_network_name_assign_type{device="veth3f7ef6c"} 3 node_network_name_assign_type{device="veth407adc8"} 3 node_network_name_assign_type{device="veth40c8fc3"} 3 node_network_name_assign_type{device="veth413c10b"} 3 node_network_name_assign_type{device="veth4181140"} 3 node_network_name_assign_type{device="veth41d303a"} 3 node_network_name_assign_type{device="veth42210c8"} 3 node_network_name_assign_type{device="veth423037b"} 3 node_network_name_assign_type{device="veth4281e6d"} 3 node_network_name_assign_type{device="veth43cd59e"} 3 node_network_name_assign_type{device="veth43e5c70"} 3 node_network_name_assign_type{device="veth44d7e2c"} 3 node_network_name_assign_type{device="veth450c253"} 3 node_network_name_assign_type{device="veth45430e9"} 3 node_network_name_assign_type{device="veth4642b70"} 3 node_network_name_assign_type{device="veth468f7da"} 3 node_network_name_assign_type{device="veth46afbf5"} 3 node_network_name_assign_type{device="veth4732578"} 3 node_network_name_assign_type{device="veth47bb667"} 3 node_network_name_assign_type{device="veth47e6387"} 3 node_network_name_assign_type{device="veth486fdd0"} 3 node_network_name_assign_type{device="veth487e039"} 3 node_network_name_assign_type{device="veth4993fb1"} 3 node_network_name_assign_type{device="veth49b1548"} 3 node_network_name_assign_type{device="veth49f14c7"} 3 node_network_name_assign_type{device="veth4a642a8"} 3 node_network_name_assign_type{device="veth4a76d10"} 3 node_network_name_assign_type{device="veth4b29d5d"} 3 node_network_name_assign_type{device="veth4bbdd5e"} 3 node_network_name_assign_type{device="veth4d2d823"} 3 node_network_name_assign_type{device="veth4e1abcc"} 3 node_network_name_assign_type{device="veth4e3e373"} 3 node_network_name_assign_type{device="veth4e78857"} 3 node_network_name_assign_type{device="veth4f2fe05"} 3 node_network_name_assign_type{device="veth4f9e86a"} 3 node_network_name_assign_type{device="veth506c718"} 3 node_network_name_assign_type{device="veth509a174"} 3 node_network_name_assign_type{device="veth50b618a"} 3 node_network_name_assign_type{device="veth517f447"} 3 node_network_name_assign_type{device="veth5197b91"} 3 node_network_name_assign_type{device="veth51a41e1"} 3 node_network_name_assign_type{device="veth51c8eef"} 3 node_network_name_assign_type{device="veth51f65bc"} 3 node_network_name_assign_type{device="veth52d15a6"} 3 node_network_name_assign_type{device="veth53a83dd"} 3 node_network_name_assign_type{device="veth53c59b5"} 3 node_network_name_assign_type{device="veth544564b"} 3 node_network_name_assign_type{device="veth547ea5d"} 3 node_network_name_assign_type{device="veth54d8e92"} 3 node_network_name_assign_type{device="veth54f4b91"} 3 node_network_name_assign_type{device="veth54fee19"} 3 node_network_name_assign_type{device="veth558dcda"} 3 node_network_name_assign_type{device="veth55bcfbe"} 3 node_network_name_assign_type{device="veth5654345"} 3 node_network_name_assign_type{device="veth5682e9e"} 3 node_network_name_assign_type{device="veth56ba59b"} 3 node_network_name_assign_type{device="veth56c8b10"} 3 node_network_name_assign_type{device="veth5747c95"} 3 node_network_name_assign_type{device="veth5798942"} 3 node_network_name_assign_type{device="veth583d3bf"} 3 node_network_name_assign_type{device="veth58c0c41"} 3 node_network_name_assign_type{device="veth5955c4d"} 3 node_network_name_assign_type{device="veth59b147f"} 3 node_network_name_assign_type{device="veth59d9a6e"} 3 node_network_name_assign_type{device="veth5a6eb98"} 3 node_network_name_assign_type{device="veth5a7ac0c"} 3 node_network_name_assign_type{device="veth5bb9200"} 3 node_network_name_assign_type{device="veth5ce0bf8"} 3 node_network_name_assign_type{device="veth5d0c6d0"} 3 node_network_name_assign_type{device="veth5d6c487"} 3 node_network_name_assign_type{device="veth5e594fd"} 3 node_network_name_assign_type{device="veth5f4044b"} 3 node_network_name_assign_type{device="veth5fab975"} 3 node_network_name_assign_type{device="veth602c26c"} 3 node_network_name_assign_type{device="veth607c6d0"} 3 node_network_name_assign_type{device="veth61045ce"} 3 node_network_name_assign_type{device="veth61f2797"} 3 node_network_name_assign_type{device="veth620913b"} 3 node_network_name_assign_type{device="veth62aa4cf"} 3 node_network_name_assign_type{device="veth62e9205"} 3 node_network_name_assign_type{device="veth6357d77"} 3 node_network_name_assign_type{device="veth63a1039"} 3 node_network_name_assign_type{device="veth64faa71"} 3 node_network_name_assign_type{device="veth65b7cd5"} 3 node_network_name_assign_type{device="veth67186fe"} 3 node_network_name_assign_type{device="veth687f385"} 3 node_network_name_assign_type{device="veth68a432f"} 3 node_network_name_assign_type{device="veth68dc675"} 3 node_network_name_assign_type{device="veth68dfc02"} 3 node_network_name_assign_type{device="veth69282bc"} 3 node_network_name_assign_type{device="veth69383b3"} 3 node_network_name_assign_type{device="veth694f82a"} 3 node_network_name_assign_type{device="veth6a36832"} 3 node_network_name_assign_type{device="veth6ad616c"} 3 node_network_name_assign_type{device="veth6b19168"} 3 node_network_name_assign_type{device="veth6b2e435"} 3 node_network_name_assign_type{device="veth6b49f3c"} 3 node_network_name_assign_type{device="veth6b822ad"} 3 node_network_name_assign_type{device="veth6b93b5b"} 3 node_network_name_assign_type{device="veth6bea112"} 3 node_network_name_assign_type{device="veth6cdc6e1"} 3 node_network_name_assign_type{device="veth6e075bd"} 3 node_network_name_assign_type{device="veth6e1780a"} 3 node_network_name_assign_type{device="veth6e61860"} 3 node_network_name_assign_type{device="veth7039388"} 3 node_network_name_assign_type{device="veth70f4ee1"} 3 node_network_name_assign_type{device="veth716f757"} 3 node_network_name_assign_type{device="veth724ccf7"} 3 node_network_name_assign_type{device="veth72594d2"} 3 node_network_name_assign_type{device="veth730deaa"} 3 node_network_name_assign_type{device="veth73512f2"} 3 node_network_name_assign_type{device="veth73c1813"} 3 node_network_name_assign_type{device="veth741cb85"} 3 node_network_name_assign_type{device="veth75ab275"} 3 node_network_name_assign_type{device="veth75c4fef"} 3 node_network_name_assign_type{device="veth7636e3d"} 3 node_network_name_assign_type{device="veth77432d4"} 3 node_network_name_assign_type{device="veth795d64a"} 3 node_network_name_assign_type{device="veth7c65c3b"} 3 node_network_name_assign_type{device="veth7d1a0bd"} 3 node_network_name_assign_type{device="veth7d6a0f5"} 3 node_network_name_assign_type{device="veth7e09eb6"} 3 node_network_name_assign_type{device="veth7e4ad7f"} 3 node_network_name_assign_type{device="veth7ecac2d"} 3 node_network_name_assign_type{device="veth7eccd33"} 3 node_network_name_assign_type{device="veth7ee5901"} 3 node_network_name_assign_type{device="veth7f0dd5d"} 3 node_network_name_assign_type{device="veth7f473a1"} 3 node_network_name_assign_type{device="veth7f5281e"} 3 node_network_name_assign_type{device="veth7feb00f"} 3 node_network_name_assign_type{device="veth7ff154f"} 3 node_network_name_assign_type{device="veth80957ff"} 3 node_network_name_assign_type{device="veth8137b9c"} 3 node_network_name_assign_type{device="veth81a1594"} 3 node_network_name_assign_type{device="veth81daf2a"} 3 node_network_name_assign_type{device="veth8223f67"} 3 node_network_name_assign_type{device="veth8247bb0"} 3 node_network_name_assign_type{device="veth8270420"} 3 node_network_name_assign_type{device="veth8335dac"} 3 node_network_name_assign_type{device="veth8429d9a"} 3 node_network_name_assign_type{device="veth844aefd"} 3 node_network_name_assign_type{device="veth849dac1"} 3 node_network_name_assign_type{device="veth84b99c9"} 3 node_network_name_assign_type{device="veth84bd87d"} 3 node_network_name_assign_type{device="veth85cc1cf"} 3 node_network_name_assign_type{device="veth85f7192"} 3 node_network_name_assign_type{device="veth86ce04d"} 3 node_network_name_assign_type{device="veth872e399"} 3 node_network_name_assign_type{device="veth873611d"} 3 node_network_name_assign_type{device="veth877be1d"} 3 node_network_name_assign_type{device="veth8969f3b"} 3 node_network_name_assign_type{device="veth8c3a190"} 3 node_network_name_assign_type{device="veth8c70adf"} 3 node_network_name_assign_type{device="veth8db889b"} 3 node_network_name_assign_type{device="veth8dc210c"} 3 node_network_name_assign_type{device="veth8e0606c"} 3 node_network_name_assign_type{device="veth8e077da"} 3 node_network_name_assign_type{device="veth8e1aba7"} 3 node_network_name_assign_type{device="veth8eae5df"} 3 node_network_name_assign_type{device="veth8f7612b"} 3 node_network_name_assign_type{device="veth8f7dd95"} 3 node_network_name_assign_type{device="veth90c30b2"} 3 node_network_name_assign_type{device="veth921cee8"} 3 node_network_name_assign_type{device="veth9302314"} 3 node_network_name_assign_type{device="veth9331cd6"} 3 node_network_name_assign_type{device="veth9388ace"} 3 node_network_name_assign_type{device="veth947bf8e"} 3 node_network_name_assign_type{device="veth94ee973"} 3 node_network_name_assign_type{device="veth950d9c2"} 3 node_network_name_assign_type{device="veth951b9c5"} 3 node_network_name_assign_type{device="veth9564c18"} 3 node_network_name_assign_type{device="veth957c474"} 3 node_network_name_assign_type{device="veth9585732"} 3 node_network_name_assign_type{device="veth967aa1a"} 3 node_network_name_assign_type{device="veth9779f87"} 3 node_network_name_assign_type{device="veth983bad0"} 3 node_network_name_assign_type{device="veth987c992"} 3 node_network_name_assign_type{device="veth98c6421"} 3 node_network_name_assign_type{device="veth990a50f"} 3 node_network_name_assign_type{device="veth9a4f942"} 3 node_network_name_assign_type{device="veth9a6c8be"} 3 node_network_name_assign_type{device="veth9ad5f46"} 3 node_network_name_assign_type{device="veth9b13721"} 3 node_network_name_assign_type{device="veth9b464fa"} 3 node_network_name_assign_type{device="veth9b4f0d2"} 3 node_network_name_assign_type{device="veth9b5c7ee"} 3 node_network_name_assign_type{device="veth9be4730"} 3 node_network_name_assign_type{device="veth9bfc292"} 3 node_network_name_assign_type{device="veth9c18fa3"} 3 node_network_name_assign_type{device="veth9c355e1"} 3 node_network_name_assign_type{device="veth9c57e90"} 3 node_network_name_assign_type{device="veth9cdf489"} 3 node_network_name_assign_type{device="veth9d63606"} 3 node_network_name_assign_type{device="veth9de68fa"} 3 node_network_name_assign_type{device="veth9e30c14"} 3 node_network_name_assign_type{device="veth9e56bd7"} 3 node_network_name_assign_type{device="veth9e6929b"} 3 node_network_name_assign_type{device="veth9eba1cd"} 3 node_network_name_assign_type{device="vetha03ce74"} 3 node_network_name_assign_type{device="vetha04b49d"} 3 node_network_name_assign_type{device="vetha10f2fa"} 3 node_network_name_assign_type{device="vetha11005d"} 3 node_network_name_assign_type{device="vetha145b74"} 3 node_network_name_assign_type{device="vetha2b566c"} 3 node_network_name_assign_type{device="vetha2fc1a5"} 3 node_network_name_assign_type{device="vetha3569ea"} 3 node_network_name_assign_type{device="vetha387dd9"} 3 node_network_name_assign_type{device="vetha3b745a"} 3 node_network_name_assign_type{device="vetha3bec2e"} 3 node_network_name_assign_type{device="vetha4cd445"} 3 node_network_name_assign_type{device="vetha4dbc2b"} 3 node_network_name_assign_type{device="vetha4fe8d7"} 3 node_network_name_assign_type{device="vetha68c9b3"} 3 node_network_name_assign_type{device="vetha6ef154"} 3 node_network_name_assign_type{device="vetha77a1bd"} 3 node_network_name_assign_type{device="vetha7950a3"} 3 node_network_name_assign_type{device="vetha82ff5a"} 3 node_network_name_assign_type{device="vetha8424ea"} 3 node_network_name_assign_type{device="vetha865d3e"} 3 node_network_name_assign_type{device="vetha8b7d19"} 3 node_network_name_assign_type{device="vetha916bfd"} 3 node_network_name_assign_type{device="vetha96a22d"} 3 node_network_name_assign_type{device="vetha96cc9c"} 3 node_network_name_assign_type{device="vetha9c7c19"} 3 node_network_name_assign_type{device="vetha9caa3b"} 3 node_network_name_assign_type{device="vethaa90db7"} 3 node_network_name_assign_type{device="vethab9efd5"} 3 node_network_name_assign_type{device="vethac8d182"} 3 node_network_name_assign_type{device="vethac999f1"} 3 node_network_name_assign_type{device="vethaca1dc0"} 3 node_network_name_assign_type{device="vethacf7ba6"} 3 node_network_name_assign_type{device="vethad96a00"} 3 node_network_name_assign_type{device="vethadd48e3"} 3 node_network_name_assign_type{device="vethadd9f3f"} 3 node_network_name_assign_type{device="vethae2fcbc"} 3 node_network_name_assign_type{device="vethae97c83"} 3 node_network_name_assign_type{device="vethb07dd73"} 3 node_network_name_assign_type{device="vethb179549"} 3 node_network_name_assign_type{device="vethb19d1ed"} 3 node_network_name_assign_type{device="vethb1b305d"} 3 node_network_name_assign_type{device="vethb1b39f0"} 3 node_network_name_assign_type{device="vethb1bf067"} 3 node_network_name_assign_type{device="vethb1d5654"} 3 node_network_name_assign_type{device="vethb28b5ff"} 3 node_network_name_assign_type{device="vethb2bd843"} 3 node_network_name_assign_type{device="vethb305a14"} 3 node_network_name_assign_type{device="vethb3e024d"} 3 node_network_name_assign_type{device="vethb43c9ad"} 3 node_network_name_assign_type{device="vethb477838"} 3 node_network_name_assign_type{device="vethb4ce123"} 3 node_network_name_assign_type{device="vethb56815f"} 3 node_network_name_assign_type{device="vethb6bf622"} 3 node_network_name_assign_type{device="vethb75ca8b"} 3 node_network_name_assign_type{device="vethb770745"} 3 node_network_name_assign_type{device="vethb7a1877"} 3 node_network_name_assign_type{device="vethb7a9d61"} 3 node_network_name_assign_type{device="vethb805fbd"} 3 node_network_name_assign_type{device="vethb89ad32"} 3 node_network_name_assign_type{device="vethb90d782"} 3 node_network_name_assign_type{device="vethb91a369"} 3 node_network_name_assign_type{device="vethb9b4a13"} 3 node_network_name_assign_type{device="vethb9e011c"} 3 node_network_name_assign_type{device="vethba518ed"} 3 node_network_name_assign_type{device="vethbb22a17"} 3 node_network_name_assign_type{device="vethbb85030"} 3 node_network_name_assign_type{device="vethbb8a6e3"} 3 node_network_name_assign_type{device="vethbbac89d"} 3 node_network_name_assign_type{device="vethbd082f6"} 3 node_network_name_assign_type{device="vethbd25c03"} 3 node_network_name_assign_type{device="vethbde29dc"} 3 node_network_name_assign_type{device="vethbdf0ae6"} 3 node_network_name_assign_type{device="vethbdf987b"} 3 node_network_name_assign_type{device="vethbe2b5e1"} 3 node_network_name_assign_type{device="vethbe68e79"} 3 node_network_name_assign_type{device="vethbf0834e"} 3 node_network_name_assign_type{device="vethbf0fb34"} 3 node_network_name_assign_type{device="vethbf21c25"} 3 node_network_name_assign_type{device="vethc008c90"} 3 node_network_name_assign_type{device="vethc07b10a"} 3 node_network_name_assign_type{device="vethc08f47c"} 3 node_network_name_assign_type{device="vethc18cb9a"} 3 node_network_name_assign_type{device="vethc1a97fa"} 3 node_network_name_assign_type{device="vethc1e9d8b"} 3 node_network_name_assign_type{device="vethc264259"} 3 node_network_name_assign_type{device="vethc31d600"} 3 node_network_name_assign_type{device="vethc3ad82f"} 3 node_network_name_assign_type{device="vethc46fc85"} 3 node_network_name_assign_type{device="vethc4adf64"} 3 node_network_name_assign_type{device="vethc549684"} 3 node_network_name_assign_type{device="vethc5ebbd5"} 3 node_network_name_assign_type{device="vethc61da72"} 3 node_network_name_assign_type{device="vethc658eb9"} 3 node_network_name_assign_type{device="vethc6b2fec"} 3 node_network_name_assign_type{device="vethc6f15e7"} 3 node_network_name_assign_type{device="vethc88834e"} 3 node_network_name_assign_type{device="vethc9e2026"} 3 node_network_name_assign_type{device="vethcaa0d9b"} 3 node_network_name_assign_type{device="vethcad14ef"} 3 node_network_name_assign_type{device="vethcc5c2ec"} 3 node_network_name_assign_type{device="vethcd0f622"} 3 node_network_name_assign_type{device="vethcdf4121"} 3 node_network_name_assign_type{device="vethce28d62"} 3 node_network_name_assign_type{device="vethcefb8ea"} 3 node_network_name_assign_type{device="vethcf10a77"} 3 node_network_name_assign_type{device="vethcf3d0ab"} 3 node_network_name_assign_type{device="vethcf469f8"} 3 node_network_name_assign_type{device="vethcfbd110"} 3 node_network_name_assign_type{device="vethd049859"} 3 node_network_name_assign_type{device="vethd0df832"} 3 node_network_name_assign_type{device="vethd0ea3b3"} 3 node_network_name_assign_type{device="vethd137e3f"} 3 node_network_name_assign_type{device="vethd1673da"} 3 node_network_name_assign_type{device="vethd17ef64"} 3 node_network_name_assign_type{device="vethd265cdf"} 3 node_network_name_assign_type{device="vethd274fa2"} 3 node_network_name_assign_type{device="vethd3692c1"} 3 node_network_name_assign_type{device="vethd3ad8e8"} 3 node_network_name_assign_type{device="vethd3cb445"} 3 node_network_name_assign_type{device="vethd460bfa"} 3 node_network_name_assign_type{device="vethd4c98bf"} 3 node_network_name_assign_type{device="vethd5453e5"} 3 node_network_name_assign_type{device="vethd5b5677"} 3 node_network_name_assign_type{device="vethd6090fd"} 3 node_network_name_assign_type{device="vethd6d926d"} 3 node_network_name_assign_type{device="vethd77042c"} 3 node_network_name_assign_type{device="vethd8c625e"} 3 node_network_name_assign_type{device="vethd95efe7"} 3 node_network_name_assign_type{device="vethd9a7d1e"} 3 node_network_name_assign_type{device="vethdb5e758"} 3 node_network_name_assign_type{device="vethdbae4f2"} 3 node_network_name_assign_type{device="vethdc87b20"} 3 node_network_name_assign_type{device="vethdcb1f0b"} 3 node_network_name_assign_type{device="vethdd53f2d"} 3 node_network_name_assign_type{device="vethde11193"} 3 node_network_name_assign_type{device="vethdeb9758"} 3 node_network_name_assign_type{device="vethdeef5dc"} 3 node_network_name_assign_type{device="vethe2428a1"} 3 node_network_name_assign_type{device="vethe24bfb2"} 3 node_network_name_assign_type{device="vethe2f38b4"} 3 node_network_name_assign_type{device="vethe344c7c"} 3 node_network_name_assign_type{device="vethe3e1fe3"} 3 node_network_name_assign_type{device="vethe432622"} 3 node_network_name_assign_type{device="vethe44e0ab"} 3 node_network_name_assign_type{device="vethe4bfa42"} 3 node_network_name_assign_type{device="vethe4f4e44"} 3 node_network_name_assign_type{device="vethe4f5b2b"} 3 node_network_name_assign_type{device="vethe523b56"} 3 node_network_name_assign_type{device="vethe5b262f"} 3 node_network_name_assign_type{device="vethe5e2431"} 3 node_network_name_assign_type{device="vethe6c7619"} 3 node_network_name_assign_type{device="vethe6d2761"} 3 node_network_name_assign_type{device="vethe7084c8"} 3 node_network_name_assign_type{device="vethe81d201"} 3 node_network_name_assign_type{device="vethe81da63"} 3 node_network_name_assign_type{device="vethe82b73e"} 3 node_network_name_assign_type{device="vethe8b4700"} 3 node_network_name_assign_type{device="vethe8e93c0"} 3 node_network_name_assign_type{device="vethe96c577"} 3 node_network_name_assign_type{device="vethe96d5e4"} 3 node_network_name_assign_type{device="vethe97bbfc"} 3 node_network_name_assign_type{device="vethe99909e"} 3 node_network_name_assign_type{device="vetheaaf7a8"} 3 node_network_name_assign_type{device="vetheabb614"} 3 node_network_name_assign_type{device="vetheb6778a"} 3 node_network_name_assign_type{device="vetheb9b73c"} 3 node_network_name_assign_type{device="vetheb9f1a5"} 3 node_network_name_assign_type{device="vetheca6089"} 3 node_network_name_assign_type{device="vethee11bc2"} 3 node_network_name_assign_type{device="vethee73ec3"} 3 node_network_name_assign_type{device="vetheebb68b"} 3 node_network_name_assign_type{device="vethef3aebe"} 3 node_network_name_assign_type{device="vethef683ec"} 3 node_network_name_assign_type{device="vethefcfba0"} 3 node_network_name_assign_type{device="vethf002533"} 3 node_network_name_assign_type{device="vethf0980ae"} 3 node_network_name_assign_type{device="vethf0d12be"} 3 node_network_name_assign_type{device="vethf0da578"} 3 node_network_name_assign_type{device="vethf17a534"} 3 node_network_name_assign_type{device="vethf1aa0a2"} 3 node_network_name_assign_type{device="vethf1af506"} 3 node_network_name_assign_type{device="vethf1d2976"} 3 node_network_name_assign_type{device="vethf24dd7e"} 3 node_network_name_assign_type{device="vethf340822"} 3 node_network_name_assign_type{device="vethf420933"} 3 node_network_name_assign_type{device="vethf4cfc78"} 3 node_network_name_assign_type{device="vethf4d3c1b"} 3 node_network_name_assign_type{device="vethf5c652f"} 3 node_network_name_assign_type{device="vethf6144ce"} 3 node_network_name_assign_type{device="vethf65b7bb"} 3 node_network_name_assign_type{device="vethf6c8f45"} 3 node_network_name_assign_type{device="vethf7001fb"} 3 node_network_name_assign_type{device="vethf748303"} 3 node_network_name_assign_type{device="vethf77cba5"} 3 node_network_name_assign_type{device="vethf86a842"} 3 node_network_name_assign_type{device="vethf906982"} 3 node_network_name_assign_type{device="vethf9a5386"} 3 node_network_name_assign_type{device="vethfa01a23"} 3 node_network_name_assign_type{device="vethfa11d53"} 3 node_network_name_assign_type{device="vethfbc3e02"} 3 node_network_name_assign_type{device="vethfbda92a"} 3 node_network_name_assign_type{device="vethfc1051c"} 3 node_network_name_assign_type{device="vethfc5b432"} 3 node_network_name_assign_type{device="vethfd373d2"} 3 node_network_name_assign_type{device="vethfd8de08"} 3 node_network_name_assign_type{device="vethfe57e1a"} 3 node_network_name_assign_type{device="vethfe628e7"} 3 node_network_name_assign_type{device="vethfe7a799"} 3 node_network_name_assign_type{device="vethfe87d9a"} 3 node_network_name_assign_type{device="vethff97c3c"} 3 node_network_name_assign_type{device="vethffd01e5"} 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-087c68b8e63c"} 0 node_network_net_dev_group{device="br-0b1f21f65434"} 0 node_network_net_dev_group{device="br-0d0fae6fba3a"} 0 node_network_net_dev_group{device="br-170997b6d0fa"} 0 node_network_net_dev_group{device="br-1bb5f7b6f214"} 0 node_network_net_dev_group{device="br-1e4bfa09370c"} 0 node_network_net_dev_group{device="br-1f69ec4677f1"} 0 node_network_net_dev_group{device="br-21789fc30e57"} 0 node_network_net_dev_group{device="br-24be321e5dec"} 0 node_network_net_dev_group{device="br-259e1db91409"} 0 node_network_net_dev_group{device="br-26bd8dfacf27"} 0 node_network_net_dev_group{device="br-27f56655830b"} 0 node_network_net_dev_group{device="br-28d2c710d9dd"} 0 node_network_net_dev_group{device="br-2a3f91fee31f"} 0 node_network_net_dev_group{device="br-2bc240b92a01"} 0 node_network_net_dev_group{device="br-2c90dade3b40"} 0 node_network_net_dev_group{device="br-336368f4fbaf"} 0 node_network_net_dev_group{device="br-357f0be81f70"} 0 node_network_net_dev_group{device="br-36d6eda82163"} 0 node_network_net_dev_group{device="br-3eb6a5acab86"} 0 node_network_net_dev_group{device="br-448507de0ea8"} 0 node_network_net_dev_group{device="br-4a94058d26b4"} 0 node_network_net_dev_group{device="br-4be189870a60"} 0 node_network_net_dev_group{device="br-4f972baae489"} 0 node_network_net_dev_group{device="br-50cf1727260b"} 0 node_network_net_dev_group{device="br-52aec1ad6344"} 0 node_network_net_dev_group{device="br-54774436947a"} 0 node_network_net_dev_group{device="br-5508256f2a09"} 0 node_network_net_dev_group{device="br-57a69cbd7be7"} 0 node_network_net_dev_group{device="br-5d4590ede425"} 0 node_network_net_dev_group{device="br-610e22981841"} 0 node_network_net_dev_group{device="br-61849e346d59"} 0 node_network_net_dev_group{device="br-61d28ade84d6"} 0 node_network_net_dev_group{device="br-63561f6ecb8e"} 0 node_network_net_dev_group{device="br-65d299b503ee"} 0 node_network_net_dev_group{device="br-6bb76e52d0ad"} 0 node_network_net_dev_group{device="br-6f8573194abf"} 0 node_network_net_dev_group{device="br-7c7768cc3717"} 0 node_network_net_dev_group{device="br-7dc3afdf0595"} 0 node_network_net_dev_group{device="br-7f850a40bfe5"} 0 node_network_net_dev_group{device="br-8716ec68a5ed"} 0 node_network_net_dev_group{device="br-8ae373fa2d64"} 0 node_network_net_dev_group{device="br-8c6a4bf92696"} 0 node_network_net_dev_group{device="br-8cb85635e30f"} 0 node_network_net_dev_group{device="br-8dce2f197033"} 0 node_network_net_dev_group{device="br-90cd3c4154aa"} 0 node_network_net_dev_group{device="br-9472bb85cfee"} 0 node_network_net_dev_group{device="br-96848e888a71"} 0 node_network_net_dev_group{device="br-9ba5f271298c"} 0 node_network_net_dev_group{device="br-9bcfee4e647f"} 0 node_network_net_dev_group{device="br-9dafd0c4fdb9"} 0 node_network_net_dev_group{device="br-9db262804262"} 0 node_network_net_dev_group{device="br-9dc48ff73063"} 0 node_network_net_dev_group{device="br-a1d37c85c10a"} 0 node_network_net_dev_group{device="br-a1e913015165"} 0 node_network_net_dev_group{device="br-a28e9d8e1a5a"} 0 node_network_net_dev_group{device="br-a2ad5d8a6e21"} 0 node_network_net_dev_group{device="br-a38ecabc76e9"} 0 node_network_net_dev_group{device="br-a4f2233265e1"} 0 node_network_net_dev_group{device="br-a5dafb0a1dce"} 0 node_network_net_dev_group{device="br-a9bbe251fab0"} 0 node_network_net_dev_group{device="br-aa93655903fc"} 0 node_network_net_dev_group{device="br-ac3189dfb892"} 0 node_network_net_dev_group{device="br-ad403c2030eb"} 0 node_network_net_dev_group{device="br-b189446352e8"} 0 node_network_net_dev_group{device="br-b2704a1bb792"} 0 node_network_net_dev_group{device="br-b3ccbb1f1bc0"} 0 node_network_net_dev_group{device="br-b783fcd91426"} 0 node_network_net_dev_group{device="br-b963d2263b6f"} 0 node_network_net_dev_group{device="br-ba1379cf796f"} 0 node_network_net_dev_group{device="br-ba367713f9e4"} 0 node_network_net_dev_group{device="br-bbe8bdb22dd6"} 0 node_network_net_dev_group{device="br-bd52bf04c342"} 0 node_network_net_dev_group{device="br-bf0cd4851644"} 0 node_network_net_dev_group{device="br-bffb620a7ee6"} 0 node_network_net_dev_group{device="br-c1f5d6ba4d2d"} 0 node_network_net_dev_group{device="br-c30b8f3d8dab"} 0 node_network_net_dev_group{device="br-c77466ba6ab0"} 0 node_network_net_dev_group{device="br-ca643bc58727"} 0 node_network_net_dev_group{device="br-cd8eb8bff0ed"} 0 node_network_net_dev_group{device="br-d349f503bfc6"} 0 node_network_net_dev_group{device="br-d454ff2d1838"} 0 node_network_net_dev_group{device="br-d739d49adeac"} 0 node_network_net_dev_group{device="br-d7cd2c298e7c"} 0 node_network_net_dev_group{device="br-d8a988dac171"} 0 node_network_net_dev_group{device="br-de2f2179e66c"} 0 node_network_net_dev_group{device="br-de3eb58f0193"} 0 node_network_net_dev_group{device="br-dea46bb081b7"} 0 node_network_net_dev_group{device="br-e065831d4d38"} 0 node_network_net_dev_group{device="br-e5485c57cf48"} 0 node_network_net_dev_group{device="br-eb54112c03eb"} 0 node_network_net_dev_group{device="br-ec717bd1017c"} 0 node_network_net_dev_group{device="br-edb0c100954a"} 0 node_network_net_dev_group{device="br-f33823381a9d"} 0 node_network_net_dev_group{device="br-f3652190882f"} 0 node_network_net_dev_group{device="br-f408a2a1a184"} 0 node_network_net_dev_group{device="br-f515742f876f"} 0 node_network_net_dev_group{device="br-f9f6492a4861"} 0 node_network_net_dev_group{device="br-fb51064e1346"} 0 node_network_net_dev_group{device="br-fda61ed9d8ac"} 0 node_network_net_dev_group{device="br-fedaf61052e8"} 0 node_network_net_dev_group{device="br-ff91e3e17577"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="docker_gwbridge"} 0 node_network_net_dev_group{device="enp1s0"} 0 node_network_net_dev_group{device="enp7s0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth0032b85"} 0 node_network_net_dev_group{device="veth0062100"} 0 node_network_net_dev_group{device="veth0103041"} 0 node_network_net_dev_group{device="veth0112c67"} 0 node_network_net_dev_group{device="veth019627f"} 0 node_network_net_dev_group{device="veth022f48e"} 0 node_network_net_dev_group{device="veth02c3008"} 0 node_network_net_dev_group{device="veth03870f2"} 0 node_network_net_dev_group{device="veth03fab17"} 0 node_network_net_dev_group{device="veth0445705"} 0 node_network_net_dev_group{device="veth04d9d5c"} 0 node_network_net_dev_group{device="veth04f6c9d"} 0 node_network_net_dev_group{device="veth05af784"} 0 node_network_net_dev_group{device="veth05efff4"} 0 node_network_net_dev_group{device="veth060151d"} 0 node_network_net_dev_group{device="veth060da87"} 0 node_network_net_dev_group{device="veth061cde3"} 0 node_network_net_dev_group{device="veth069689a"} 0 node_network_net_dev_group{device="veth071e33d"} 0 node_network_net_dev_group{device="veth0721878"} 0 node_network_net_dev_group{device="veth075aab6"} 0 node_network_net_dev_group{device="veth07e6c77"} 0 node_network_net_dev_group{device="veth0b493a5"} 0 node_network_net_dev_group{device="veth0b53316"} 0 node_network_net_dev_group{device="veth0c53113"} 0 node_network_net_dev_group{device="veth0d1acf5"} 0 node_network_net_dev_group{device="veth0d31a45"} 0 node_network_net_dev_group{device="veth0de6dee"} 0 node_network_net_dev_group{device="veth0df23dc"} 0 node_network_net_dev_group{device="veth0eca916"} 0 node_network_net_dev_group{device="veth0f5f33d"} 0 node_network_net_dev_group{device="veth0f8dec9"} 0 node_network_net_dev_group{device="veth102c1ba"} 0 node_network_net_dev_group{device="veth1063edf"} 0 node_network_net_dev_group{device="veth1118b3c"} 0 node_network_net_dev_group{device="veth11515af"} 0 node_network_net_dev_group{device="veth133564c"} 0 node_network_net_dev_group{device="veth1347d6c"} 0 node_network_net_dev_group{device="veth135d815"} 0 node_network_net_dev_group{device="veth13c38ee"} 0 node_network_net_dev_group{device="veth13e91ad"} 0 node_network_net_dev_group{device="veth1425634"} 0 node_network_net_dev_group{device="veth1611d0c"} 0 node_network_net_dev_group{device="veth168e87b"} 0 node_network_net_dev_group{device="veth1706b7a"} 0 node_network_net_dev_group{device="veth178dfc0"} 0 node_network_net_dev_group{device="veth1938721"} 0 node_network_net_dev_group{device="veth19a56fa"} 0 node_network_net_dev_group{device="veth1aaea89"} 0 node_network_net_dev_group{device="veth1b45a8e"} 0 node_network_net_dev_group{device="veth1b6bd03"} 0 node_network_net_dev_group{device="veth1cd93e3"} 0 node_network_net_dev_group{device="veth1d5394d"} 0 node_network_net_dev_group{device="veth1d86d73"} 0 node_network_net_dev_group{device="veth1ead36c"} 0 node_network_net_dev_group{device="veth1fb3a26"} 0 node_network_net_dev_group{device="veth20297c5"} 0 node_network_net_dev_group{device="veth2106fb1"} 0 node_network_net_dev_group{device="veth21341d6"} 0 node_network_net_dev_group{device="veth2295082"} 0 node_network_net_dev_group{device="veth247d7c2"} 0 node_network_net_dev_group{device="veth25425d4"} 0 node_network_net_dev_group{device="veth256aa3d"} 0 node_network_net_dev_group{device="veth26409f4"} 0 node_network_net_dev_group{device="veth269d5e6"} 0 node_network_net_dev_group{device="veth273675a"} 0 node_network_net_dev_group{device="veth275b86b"} 0 node_network_net_dev_group{device="veth28b1591"} 0 node_network_net_dev_group{device="veth296e150"} 0 node_network_net_dev_group{device="veth29a1ccc"} 0 node_network_net_dev_group{device="veth29c114f"} 0 node_network_net_dev_group{device="veth2a65455"} 0 node_network_net_dev_group{device="veth2a6f80b"} 0 node_network_net_dev_group{device="veth2ad6708"} 0 node_network_net_dev_group{device="veth2c8a5eb"} 0 node_network_net_dev_group{device="veth2cf162c"} 0 node_network_net_dev_group{device="veth2d6fdfa"} 0 node_network_net_dev_group{device="veth2da2220"} 0 node_network_net_dev_group{device="veth2df9e37"} 0 node_network_net_dev_group{device="veth2e56669"} 0 node_network_net_dev_group{device="veth2e6dcf4"} 0 node_network_net_dev_group{device="veth2f465b5"} 0 node_network_net_dev_group{device="veth2f81ebc"} 0 node_network_net_dev_group{device="veth2fe3220"} 0 node_network_net_dev_group{device="veth30486f8"} 0 node_network_net_dev_group{device="veth3230a5c"} 0 node_network_net_dev_group{device="veth3352b12"} 0 node_network_net_dev_group{device="veth347d5da"} 0 node_network_net_dev_group{device="veth348ced7"} 0 node_network_net_dev_group{device="veth3533a3b"} 0 node_network_net_dev_group{device="veth3565e55"} 0 node_network_net_dev_group{device="veth3608455"} 0 node_network_net_dev_group{device="veth36f23c3"} 0 node_network_net_dev_group{device="veth36f2fdc"} 0 node_network_net_dev_group{device="veth378b1cf"} 0 node_network_net_dev_group{device="veth378d132"} 0 node_network_net_dev_group{device="veth37d4017"} 0 node_network_net_dev_group{device="veth3812cc9"} 0 node_network_net_dev_group{device="veth384ee7f"} 0 node_network_net_dev_group{device="veth388c154"} 0 node_network_net_dev_group{device="veth3905075"} 0 node_network_net_dev_group{device="veth3a09fdd"} 0 node_network_net_dev_group{device="veth3c49372"} 0 node_network_net_dev_group{device="veth3cbf8f4"} 0 node_network_net_dev_group{device="veth3f7ef6c"} 0 node_network_net_dev_group{device="veth407adc8"} 0 node_network_net_dev_group{device="veth40c8fc3"} 0 node_network_net_dev_group{device="veth413c10b"} 0 node_network_net_dev_group{device="veth4181140"} 0 node_network_net_dev_group{device="veth41d303a"} 0 node_network_net_dev_group{device="veth42210c8"} 0 node_network_net_dev_group{device="veth423037b"} 0 node_network_net_dev_group{device="veth4281e6d"} 0 node_network_net_dev_group{device="veth43cd59e"} 0 node_network_net_dev_group{device="veth43e5c70"} 0 node_network_net_dev_group{device="veth44d7e2c"} 0 node_network_net_dev_group{device="veth450c253"} 0 node_network_net_dev_group{device="veth45430e9"} 0 node_network_net_dev_group{device="veth4642b70"} 0 node_network_net_dev_group{device="veth468f7da"} 0 node_network_net_dev_group{device="veth46afbf5"} 0 node_network_net_dev_group{device="veth4732578"} 0 node_network_net_dev_group{device="veth47bb667"} 0 node_network_net_dev_group{device="veth47e6387"} 0 node_network_net_dev_group{device="veth486fdd0"} 0 node_network_net_dev_group{device="veth487e039"} 0 node_network_net_dev_group{device="veth4993fb1"} 0 node_network_net_dev_group{device="veth49b1548"} 0 node_network_net_dev_group{device="veth49f14c7"} 0 node_network_net_dev_group{device="veth4a642a8"} 0 node_network_net_dev_group{device="veth4a76d10"} 0 node_network_net_dev_group{device="veth4b29d5d"} 0 node_network_net_dev_group{device="veth4bbdd5e"} 0 node_network_net_dev_group{device="veth4d2d823"} 0 node_network_net_dev_group{device="veth4e1abcc"} 0 node_network_net_dev_group{device="veth4e3e373"} 0 node_network_net_dev_group{device="veth4e78857"} 0 node_network_net_dev_group{device="veth4f2fe05"} 0 node_network_net_dev_group{device="veth4f9e86a"} 0 node_network_net_dev_group{device="veth506c718"} 0 node_network_net_dev_group{device="veth509a174"} 0 node_network_net_dev_group{device="veth50b618a"} 0 node_network_net_dev_group{device="veth517f447"} 0 node_network_net_dev_group{device="veth5197b91"} 0 node_network_net_dev_group{device="veth51a41e1"} 0 node_network_net_dev_group{device="veth51c8eef"} 0 node_network_net_dev_group{device="veth51f65bc"} 0 node_network_net_dev_group{device="veth52d15a6"} 0 node_network_net_dev_group{device="veth53a83dd"} 0 node_network_net_dev_group{device="veth53c59b5"} 0 node_network_net_dev_group{device="veth544564b"} 0 node_network_net_dev_group{device="veth547ea5d"} 0 node_network_net_dev_group{device="veth54d8e92"} 0 node_network_net_dev_group{device="veth54f4b91"} 0 node_network_net_dev_group{device="veth54fee19"} 0 node_network_net_dev_group{device="veth558dcda"} 0 node_network_net_dev_group{device="veth55bcfbe"} 0 node_network_net_dev_group{device="veth5654345"} 0 node_network_net_dev_group{device="veth5682e9e"} 0 node_network_net_dev_group{device="veth56ba59b"} 0 node_network_net_dev_group{device="veth56c8b10"} 0 node_network_net_dev_group{device="veth5747c95"} 0 node_network_net_dev_group{device="veth5798942"} 0 node_network_net_dev_group{device="veth583d3bf"} 0 node_network_net_dev_group{device="veth58c0c41"} 0 node_network_net_dev_group{device="veth5955c4d"} 0 node_network_net_dev_group{device="veth59b147f"} 0 node_network_net_dev_group{device="veth59d9a6e"} 0 node_network_net_dev_group{device="veth5a6eb98"} 0 node_network_net_dev_group{device="veth5a7ac0c"} 0 node_network_net_dev_group{device="veth5bb9200"} 0 node_network_net_dev_group{device="veth5ce0bf8"} 0 node_network_net_dev_group{device="veth5d0c6d0"} 0 node_network_net_dev_group{device="veth5d6c487"} 0 node_network_net_dev_group{device="veth5e594fd"} 0 node_network_net_dev_group{device="veth5f4044b"} 0 node_network_net_dev_group{device="veth5fab975"} 0 node_network_net_dev_group{device="veth602c26c"} 0 node_network_net_dev_group{device="veth607c6d0"} 0 node_network_net_dev_group{device="veth61045ce"} 0 node_network_net_dev_group{device="veth61f2797"} 0 node_network_net_dev_group{device="veth620913b"} 0 node_network_net_dev_group{device="veth62aa4cf"} 0 node_network_net_dev_group{device="veth62e9205"} 0 node_network_net_dev_group{device="veth6357d77"} 0 node_network_net_dev_group{device="veth63a1039"} 0 node_network_net_dev_group{device="veth64faa71"} 0 node_network_net_dev_group{device="veth65b7cd5"} 0 node_network_net_dev_group{device="veth67186fe"} 0 node_network_net_dev_group{device="veth687f385"} 0 node_network_net_dev_group{device="veth68a432f"} 0 node_network_net_dev_group{device="veth68dc675"} 0 node_network_net_dev_group{device="veth68dfc02"} 0 node_network_net_dev_group{device="veth69282bc"} 0 node_network_net_dev_group{device="veth69383b3"} 0 node_network_net_dev_group{device="veth694f82a"} 0 node_network_net_dev_group{device="veth6a36832"} 0 node_network_net_dev_group{device="veth6ad616c"} 0 node_network_net_dev_group{device="veth6b19168"} 0 node_network_net_dev_group{device="veth6b2e435"} 0 node_network_net_dev_group{device="veth6b49f3c"} 0 node_network_net_dev_group{device="veth6b822ad"} 0 node_network_net_dev_group{device="veth6b93b5b"} 0 node_network_net_dev_group{device="veth6bea112"} 0 node_network_net_dev_group{device="veth6cdc6e1"} 0 node_network_net_dev_group{device="veth6e075bd"} 0 node_network_net_dev_group{device="veth6e1780a"} 0 node_network_net_dev_group{device="veth6e61860"} 0 node_network_net_dev_group{device="veth7039388"} 0 node_network_net_dev_group{device="veth70f4ee1"} 0 node_network_net_dev_group{device="veth716f757"} 0 node_network_net_dev_group{device="veth724ccf7"} 0 node_network_net_dev_group{device="veth72594d2"} 0 node_network_net_dev_group{device="veth730deaa"} 0 node_network_net_dev_group{device="veth73512f2"} 0 node_network_net_dev_group{device="veth73c1813"} 0 node_network_net_dev_group{device="veth741cb85"} 0 node_network_net_dev_group{device="veth75ab275"} 0 node_network_net_dev_group{device="veth75c4fef"} 0 node_network_net_dev_group{device="veth7636e3d"} 0 node_network_net_dev_group{device="veth77432d4"} 0 node_network_net_dev_group{device="veth795d64a"} 0 node_network_net_dev_group{device="veth7c65c3b"} 0 node_network_net_dev_group{device="veth7d1a0bd"} 0 node_network_net_dev_group{device="veth7d6a0f5"} 0 node_network_net_dev_group{device="veth7e09eb6"} 0 node_network_net_dev_group{device="veth7e4ad7f"} 0 node_network_net_dev_group{device="veth7ecac2d"} 0 node_network_net_dev_group{device="veth7eccd33"} 0 node_network_net_dev_group{device="veth7ee5901"} 0 node_network_net_dev_group{device="veth7f0dd5d"} 0 node_network_net_dev_group{device="veth7f473a1"} 0 node_network_net_dev_group{device="veth7f5281e"} 0 node_network_net_dev_group{device="veth7feb00f"} 0 node_network_net_dev_group{device="veth7ff154f"} 0 node_network_net_dev_group{device="veth80957ff"} 0 node_network_net_dev_group{device="veth8137b9c"} 0 node_network_net_dev_group{device="veth81a1594"} 0 node_network_net_dev_group{device="veth81daf2a"} 0 node_network_net_dev_group{device="veth8223f67"} 0 node_network_net_dev_group{device="veth8247bb0"} 0 node_network_net_dev_group{device="veth8270420"} 0 node_network_net_dev_group{device="veth8335dac"} 0 node_network_net_dev_group{device="veth8429d9a"} 0 node_network_net_dev_group{device="veth844aefd"} 0 node_network_net_dev_group{device="veth849dac1"} 0 node_network_net_dev_group{device="veth84b99c9"} 0 node_network_net_dev_group{device="veth84bd87d"} 0 node_network_net_dev_group{device="veth85cc1cf"} 0 node_network_net_dev_group{device="veth85f7192"} 0 node_network_net_dev_group{device="veth86ce04d"} 0 node_network_net_dev_group{device="veth872e399"} 0 node_network_net_dev_group{device="veth873611d"} 0 node_network_net_dev_group{device="veth877be1d"} 0 node_network_net_dev_group{device="veth8969f3b"} 0 node_network_net_dev_group{device="veth8c3a190"} 0 node_network_net_dev_group{device="veth8c70adf"} 0 node_network_net_dev_group{device="veth8db889b"} 0 node_network_net_dev_group{device="veth8dc210c"} 0 node_network_net_dev_group{device="veth8e0606c"} 0 node_network_net_dev_group{device="veth8e077da"} 0 node_network_net_dev_group{device="veth8e1aba7"} 0 node_network_net_dev_group{device="veth8eae5df"} 0 node_network_net_dev_group{device="veth8f7612b"} 0 node_network_net_dev_group{device="veth8f7dd95"} 0 node_network_net_dev_group{device="veth90c30b2"} 0 node_network_net_dev_group{device="veth921cee8"} 0 node_network_net_dev_group{device="veth9302314"} 0 node_network_net_dev_group{device="veth9331cd6"} 0 node_network_net_dev_group{device="veth9388ace"} 0 node_network_net_dev_group{device="veth947bf8e"} 0 node_network_net_dev_group{device="veth94ee973"} 0 node_network_net_dev_group{device="veth950d9c2"} 0 node_network_net_dev_group{device="veth951b9c5"} 0 node_network_net_dev_group{device="veth9564c18"} 0 node_network_net_dev_group{device="veth957c474"} 0 node_network_net_dev_group{device="veth9585732"} 0 node_network_net_dev_group{device="veth967aa1a"} 0 node_network_net_dev_group{device="veth9779f87"} 0 node_network_net_dev_group{device="veth983bad0"} 0 node_network_net_dev_group{device="veth987c992"} 0 node_network_net_dev_group{device="veth98c6421"} 0 node_network_net_dev_group{device="veth990a50f"} 0 node_network_net_dev_group{device="veth9a4f942"} 0 node_network_net_dev_group{device="veth9a6c8be"} 0 node_network_net_dev_group{device="veth9ad5f46"} 0 node_network_net_dev_group{device="veth9b13721"} 0 node_network_net_dev_group{device="veth9b464fa"} 0 node_network_net_dev_group{device="veth9b4f0d2"} 0 node_network_net_dev_group{device="veth9b5c7ee"} 0 node_network_net_dev_group{device="veth9be4730"} 0 node_network_net_dev_group{device="veth9bfc292"} 0 node_network_net_dev_group{device="veth9c18fa3"} 0 node_network_net_dev_group{device="veth9c355e1"} 0 node_network_net_dev_group{device="veth9c57e90"} 0 node_network_net_dev_group{device="veth9cdf489"} 0 node_network_net_dev_group{device="veth9d63606"} 0 node_network_net_dev_group{device="veth9de68fa"} 0 node_network_net_dev_group{device="veth9e30c14"} 0 node_network_net_dev_group{device="veth9e56bd7"} 0 node_network_net_dev_group{device="veth9e6929b"} 0 node_network_net_dev_group{device="veth9eba1cd"} 0 node_network_net_dev_group{device="vetha03ce74"} 0 node_network_net_dev_group{device="vetha04b49d"} 0 node_network_net_dev_group{device="vetha10f2fa"} 0 node_network_net_dev_group{device="vetha11005d"} 0 node_network_net_dev_group{device="vetha145b74"} 0 node_network_net_dev_group{device="vetha2b566c"} 0 node_network_net_dev_group{device="vetha2fc1a5"} 0 node_network_net_dev_group{device="vetha3569ea"} 0 node_network_net_dev_group{device="vetha387dd9"} 0 node_network_net_dev_group{device="vetha3b745a"} 0 node_network_net_dev_group{device="vetha3bec2e"} 0 node_network_net_dev_group{device="vetha4cd445"} 0 node_network_net_dev_group{device="vetha4dbc2b"} 0 node_network_net_dev_group{device="vetha4fe8d7"} 0 node_network_net_dev_group{device="vetha68c9b3"} 0 node_network_net_dev_group{device="vetha6ef154"} 0 node_network_net_dev_group{device="vetha77a1bd"} 0 node_network_net_dev_group{device="vetha7950a3"} 0 node_network_net_dev_group{device="vetha82ff5a"} 0 node_network_net_dev_group{device="vetha8424ea"} 0 node_network_net_dev_group{device="vetha865d3e"} 0 node_network_net_dev_group{device="vetha8b7d19"} 0 node_network_net_dev_group{device="vetha916bfd"} 0 node_network_net_dev_group{device="vetha96a22d"} 0 node_network_net_dev_group{device="vetha96cc9c"} 0 node_network_net_dev_group{device="vetha9c7c19"} 0 node_network_net_dev_group{device="vetha9caa3b"} 0 node_network_net_dev_group{device="vethaa90db7"} 0 node_network_net_dev_group{device="vethab9efd5"} 0 node_network_net_dev_group{device="vethac8d182"} 0 node_network_net_dev_group{device="vethac999f1"} 0 node_network_net_dev_group{device="vethaca1dc0"} 0 node_network_net_dev_group{device="vethacf7ba6"} 0 node_network_net_dev_group{device="vethad96a00"} 0 node_network_net_dev_group{device="vethadd48e3"} 0 node_network_net_dev_group{device="vethadd9f3f"} 0 node_network_net_dev_group{device="vethae2fcbc"} 0 node_network_net_dev_group{device="vethae97c83"} 0 node_network_net_dev_group{device="vethb07dd73"} 0 node_network_net_dev_group{device="vethb179549"} 0 node_network_net_dev_group{device="vethb19d1ed"} 0 node_network_net_dev_group{device="vethb1b305d"} 0 node_network_net_dev_group{device="vethb1b39f0"} 0 node_network_net_dev_group{device="vethb1bf067"} 0 node_network_net_dev_group{device="vethb1d5654"} 0 node_network_net_dev_group{device="vethb28b5ff"} 0 node_network_net_dev_group{device="vethb2bd843"} 0 node_network_net_dev_group{device="vethb305a14"} 0 node_network_net_dev_group{device="vethb3e024d"} 0 node_network_net_dev_group{device="vethb43c9ad"} 0 node_network_net_dev_group{device="vethb477838"} 0 node_network_net_dev_group{device="vethb4ce123"} 0 node_network_net_dev_group{device="vethb56815f"} 0 node_network_net_dev_group{device="vethb6bf622"} 0 node_network_net_dev_group{device="vethb75ca8b"} 0 node_network_net_dev_group{device="vethb770745"} 0 node_network_net_dev_group{device="vethb7a1877"} 0 node_network_net_dev_group{device="vethb7a9d61"} 0 node_network_net_dev_group{device="vethb805fbd"} 0 node_network_net_dev_group{device="vethb89ad32"} 0 node_network_net_dev_group{device="vethb90d782"} 0 node_network_net_dev_group{device="vethb91a369"} 0 node_network_net_dev_group{device="vethb9b4a13"} 0 node_network_net_dev_group{device="vethb9e011c"} 0 node_network_net_dev_group{device="vethba518ed"} 0 node_network_net_dev_group{device="vethbb22a17"} 0 node_network_net_dev_group{device="vethbb85030"} 0 node_network_net_dev_group{device="vethbb8a6e3"} 0 node_network_net_dev_group{device="vethbbac89d"} 0 node_network_net_dev_group{device="vethbd082f6"} 0 node_network_net_dev_group{device="vethbd25c03"} 0 node_network_net_dev_group{device="vethbde29dc"} 0 node_network_net_dev_group{device="vethbdf0ae6"} 0 node_network_net_dev_group{device="vethbdf987b"} 0 node_network_net_dev_group{device="vethbe2b5e1"} 0 node_network_net_dev_group{device="vethbe68e79"} 0 node_network_net_dev_group{device="vethbf0834e"} 0 node_network_net_dev_group{device="vethbf0fb34"} 0 node_network_net_dev_group{device="vethbf21c25"} 0 node_network_net_dev_group{device="vethc008c90"} 0 node_network_net_dev_group{device="vethc07b10a"} 0 node_network_net_dev_group{device="vethc08f47c"} 0 node_network_net_dev_group{device="vethc18cb9a"} 0 node_network_net_dev_group{device="vethc1a97fa"} 0 node_network_net_dev_group{device="vethc1e9d8b"} 0 node_network_net_dev_group{device="vethc264259"} 0 node_network_net_dev_group{device="vethc31d600"} 0 node_network_net_dev_group{device="vethc3ad82f"} 0 node_network_net_dev_group{device="vethc46fc85"} 0 node_network_net_dev_group{device="vethc4adf64"} 0 node_network_net_dev_group{device="vethc549684"} 0 node_network_net_dev_group{device="vethc5ebbd5"} 0 node_network_net_dev_group{device="vethc61da72"} 0 node_network_net_dev_group{device="vethc658eb9"} 0 node_network_net_dev_group{device="vethc6b2fec"} 0 node_network_net_dev_group{device="vethc6f15e7"} 0 node_network_net_dev_group{device="vethc88834e"} 0 node_network_net_dev_group{device="vethc9e2026"} 0 node_network_net_dev_group{device="vethcaa0d9b"} 0 node_network_net_dev_group{device="vethcad14ef"} 0 node_network_net_dev_group{device="vethcc5c2ec"} 0 node_network_net_dev_group{device="vethcd0f622"} 0 node_network_net_dev_group{device="vethcdf4121"} 0 node_network_net_dev_group{device="vethce28d62"} 0 node_network_net_dev_group{device="vethcefb8ea"} 0 node_network_net_dev_group{device="vethcf10a77"} 0 node_network_net_dev_group{device="vethcf3d0ab"} 0 node_network_net_dev_group{device="vethcf469f8"} 0 node_network_net_dev_group{device="vethcfbd110"} 0 node_network_net_dev_group{device="vethd049859"} 0 node_network_net_dev_group{device="vethd0df832"} 0 node_network_net_dev_group{device="vethd0ea3b3"} 0 node_network_net_dev_group{device="vethd137e3f"} 0 node_network_net_dev_group{device="vethd1673da"} 0 node_network_net_dev_group{device="vethd17ef64"} 0 node_network_net_dev_group{device="vethd265cdf"} 0 node_network_net_dev_group{device="vethd274fa2"} 0 node_network_net_dev_group{device="vethd3692c1"} 0 node_network_net_dev_group{device="vethd3ad8e8"} 0 node_network_net_dev_group{device="vethd3cb445"} 0 node_network_net_dev_group{device="vethd460bfa"} 0 node_network_net_dev_group{device="vethd4c98bf"} 0 node_network_net_dev_group{device="vethd5453e5"} 0 node_network_net_dev_group{device="vethd5b5677"} 0 node_network_net_dev_group{device="vethd6090fd"} 0 node_network_net_dev_group{device="vethd6d926d"} 0 node_network_net_dev_group{device="vethd77042c"} 0 node_network_net_dev_group{device="vethd8c625e"} 0 node_network_net_dev_group{device="vethd95efe7"} 0 node_network_net_dev_group{device="vethd9a7d1e"} 0 node_network_net_dev_group{device="vethdb5e758"} 0 node_network_net_dev_group{device="vethdbae4f2"} 0 node_network_net_dev_group{device="vethdc87b20"} 0 node_network_net_dev_group{device="vethdcb1f0b"} 0 node_network_net_dev_group{device="vethdd53f2d"} 0 node_network_net_dev_group{device="vethde11193"} 0 node_network_net_dev_group{device="vethdeb9758"} 0 node_network_net_dev_group{device="vethdeef5dc"} 0 node_network_net_dev_group{device="vethe2428a1"} 0 node_network_net_dev_group{device="vethe24bfb2"} 0 node_network_net_dev_group{device="vethe2f38b4"} 0 node_network_net_dev_group{device="vethe344c7c"} 0 node_network_net_dev_group{device="vethe3e1fe3"} 0 node_network_net_dev_group{device="vethe432622"} 0 node_network_net_dev_group{device="vethe44e0ab"} 0 node_network_net_dev_group{device="vethe4bfa42"} 0 node_network_net_dev_group{device="vethe4f4e44"} 0 node_network_net_dev_group{device="vethe4f5b2b"} 0 node_network_net_dev_group{device="vethe523b56"} 0 node_network_net_dev_group{device="vethe5b262f"} 0 node_network_net_dev_group{device="vethe5e2431"} 0 node_network_net_dev_group{device="vethe6c7619"} 0 node_network_net_dev_group{device="vethe6d2761"} 0 node_network_net_dev_group{device="vethe7084c8"} 0 node_network_net_dev_group{device="vethe81d201"} 0 node_network_net_dev_group{device="vethe81da63"} 0 node_network_net_dev_group{device="vethe82b73e"} 0 node_network_net_dev_group{device="vethe8b4700"} 0 node_network_net_dev_group{device="vethe8e93c0"} 0 node_network_net_dev_group{device="vethe96c577"} 0 node_network_net_dev_group{device="vethe96d5e4"} 0 node_network_net_dev_group{device="vethe97bbfc"} 0 node_network_net_dev_group{device="vethe99909e"} 0 node_network_net_dev_group{device="vetheaaf7a8"} 0 node_network_net_dev_group{device="vetheabb614"} 0 node_network_net_dev_group{device="vetheb6778a"} 0 node_network_net_dev_group{device="vetheb9b73c"} 0 node_network_net_dev_group{device="vetheb9f1a5"} 0 node_network_net_dev_group{device="vetheca6089"} 0 node_network_net_dev_group{device="vethee11bc2"} 0 node_network_net_dev_group{device="vethee73ec3"} 0 node_network_net_dev_group{device="vetheebb68b"} 0 node_network_net_dev_group{device="vethef3aebe"} 0 node_network_net_dev_group{device="vethef683ec"} 0 node_network_net_dev_group{device="vethefcfba0"} 0 node_network_net_dev_group{device="vethf002533"} 0 node_network_net_dev_group{device="vethf0980ae"} 0 node_network_net_dev_group{device="vethf0d12be"} 0 node_network_net_dev_group{device="vethf0da578"} 0 node_network_net_dev_group{device="vethf17a534"} 0 node_network_net_dev_group{device="vethf1aa0a2"} 0 node_network_net_dev_group{device="vethf1af506"} 0 node_network_net_dev_group{device="vethf1d2976"} 0 node_network_net_dev_group{device="vethf24dd7e"} 0 node_network_net_dev_group{device="vethf340822"} 0 node_network_net_dev_group{device="vethf420933"} 0 node_network_net_dev_group{device="vethf4cfc78"} 0 node_network_net_dev_group{device="vethf4d3c1b"} 0 node_network_net_dev_group{device="vethf5c652f"} 0 node_network_net_dev_group{device="vethf6144ce"} 0 node_network_net_dev_group{device="vethf65b7bb"} 0 node_network_net_dev_group{device="vethf6c8f45"} 0 node_network_net_dev_group{device="vethf7001fb"} 0 node_network_net_dev_group{device="vethf748303"} 0 node_network_net_dev_group{device="vethf77cba5"} 0 node_network_net_dev_group{device="vethf86a842"} 0 node_network_net_dev_group{device="vethf906982"} 0 node_network_net_dev_group{device="vethf9a5386"} 0 node_network_net_dev_group{device="vethfa01a23"} 0 node_network_net_dev_group{device="vethfa11d53"} 0 node_network_net_dev_group{device="vethfbc3e02"} 0 node_network_net_dev_group{device="vethfbda92a"} 0 node_network_net_dev_group{device="vethfc1051c"} 0 node_network_net_dev_group{device="vethfc5b432"} 0 node_network_net_dev_group{device="vethfd373d2"} 0 node_network_net_dev_group{device="vethfd8de08"} 0 node_network_net_dev_group{device="vethfe57e1a"} 0 node_network_net_dev_group{device="vethfe628e7"} 0 node_network_net_dev_group{device="vethfe7a799"} 0 node_network_net_dev_group{device="vethfe87d9a"} 0 node_network_net_dev_group{device="vethff97c3c"} 0 node_network_net_dev_group{device="vethffd01e5"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-087c68b8e63c"} 1 node_network_protocol_type{device="br-0b1f21f65434"} 1 node_network_protocol_type{device="br-0d0fae6fba3a"} 1 node_network_protocol_type{device="br-170997b6d0fa"} 1 node_network_protocol_type{device="br-1bb5f7b6f214"} 1 node_network_protocol_type{device="br-1e4bfa09370c"} 1 node_network_protocol_type{device="br-1f69ec4677f1"} 1 node_network_protocol_type{device="br-21789fc30e57"} 1 node_network_protocol_type{device="br-24be321e5dec"} 1 node_network_protocol_type{device="br-259e1db91409"} 1 node_network_protocol_type{device="br-26bd8dfacf27"} 1 node_network_protocol_type{device="br-27f56655830b"} 1 node_network_protocol_type{device="br-28d2c710d9dd"} 1 node_network_protocol_type{device="br-2a3f91fee31f"} 1 node_network_protocol_type{device="br-2bc240b92a01"} 1 node_network_protocol_type{device="br-2c90dade3b40"} 1 node_network_protocol_type{device="br-336368f4fbaf"} 1 node_network_protocol_type{device="br-357f0be81f70"} 1 node_network_protocol_type{device="br-36d6eda82163"} 1 node_network_protocol_type{device="br-3eb6a5acab86"} 1 node_network_protocol_type{device="br-448507de0ea8"} 1 node_network_protocol_type{device="br-4a94058d26b4"} 1 node_network_protocol_type{device="br-4be189870a60"} 1 node_network_protocol_type{device="br-4f972baae489"} 1 node_network_protocol_type{device="br-50cf1727260b"} 1 node_network_protocol_type{device="br-52aec1ad6344"} 1 node_network_protocol_type{device="br-54774436947a"} 1 node_network_protocol_type{device="br-5508256f2a09"} 1 node_network_protocol_type{device="br-57a69cbd7be7"} 1 node_network_protocol_type{device="br-5d4590ede425"} 1 node_network_protocol_type{device="br-610e22981841"} 1 node_network_protocol_type{device="br-61849e346d59"} 1 node_network_protocol_type{device="br-61d28ade84d6"} 1 node_network_protocol_type{device="br-63561f6ecb8e"} 1 node_network_protocol_type{device="br-65d299b503ee"} 1 node_network_protocol_type{device="br-6bb76e52d0ad"} 1 node_network_protocol_type{device="br-6f8573194abf"} 1 node_network_protocol_type{device="br-7c7768cc3717"} 1 node_network_protocol_type{device="br-7dc3afdf0595"} 1 node_network_protocol_type{device="br-7f850a40bfe5"} 1 node_network_protocol_type{device="br-8716ec68a5ed"} 1 node_network_protocol_type{device="br-8ae373fa2d64"} 1 node_network_protocol_type{device="br-8c6a4bf92696"} 1 node_network_protocol_type{device="br-8cb85635e30f"} 1 node_network_protocol_type{device="br-8dce2f197033"} 1 node_network_protocol_type{device="br-90cd3c4154aa"} 1 node_network_protocol_type{device="br-9472bb85cfee"} 1 node_network_protocol_type{device="br-96848e888a71"} 1 node_network_protocol_type{device="br-9ba5f271298c"} 1 node_network_protocol_type{device="br-9bcfee4e647f"} 1 node_network_protocol_type{device="br-9dafd0c4fdb9"} 1 node_network_protocol_type{device="br-9db262804262"} 1 node_network_protocol_type{device="br-9dc48ff73063"} 1 node_network_protocol_type{device="br-a1d37c85c10a"} 1 node_network_protocol_type{device="br-a1e913015165"} 1 node_network_protocol_type{device="br-a28e9d8e1a5a"} 1 node_network_protocol_type{device="br-a2ad5d8a6e21"} 1 node_network_protocol_type{device="br-a38ecabc76e9"} 1 node_network_protocol_type{device="br-a4f2233265e1"} 1 node_network_protocol_type{device="br-a5dafb0a1dce"} 1 node_network_protocol_type{device="br-a9bbe251fab0"} 1 node_network_protocol_type{device="br-aa93655903fc"} 1 node_network_protocol_type{device="br-ac3189dfb892"} 1 node_network_protocol_type{device="br-ad403c2030eb"} 1 node_network_protocol_type{device="br-b189446352e8"} 1 node_network_protocol_type{device="br-b2704a1bb792"} 1 node_network_protocol_type{device="br-b3ccbb1f1bc0"} 1 node_network_protocol_type{device="br-b783fcd91426"} 1 node_network_protocol_type{device="br-b963d2263b6f"} 1 node_network_protocol_type{device="br-ba1379cf796f"} 1 node_network_protocol_type{device="br-ba367713f9e4"} 1 node_network_protocol_type{device="br-bbe8bdb22dd6"} 1 node_network_protocol_type{device="br-bd52bf04c342"} 1 node_network_protocol_type{device="br-bf0cd4851644"} 1 node_network_protocol_type{device="br-bffb620a7ee6"} 1 node_network_protocol_type{device="br-c1f5d6ba4d2d"} 1 node_network_protocol_type{device="br-c30b8f3d8dab"} 1 node_network_protocol_type{device="br-c77466ba6ab0"} 1 node_network_protocol_type{device="br-ca643bc58727"} 1 node_network_protocol_type{device="br-cd8eb8bff0ed"} 1 node_network_protocol_type{device="br-d349f503bfc6"} 1 node_network_protocol_type{device="br-d454ff2d1838"} 1 node_network_protocol_type{device="br-d739d49adeac"} 1 node_network_protocol_type{device="br-d7cd2c298e7c"} 1 node_network_protocol_type{device="br-d8a988dac171"} 1 node_network_protocol_type{device="br-de2f2179e66c"} 1 node_network_protocol_type{device="br-de3eb58f0193"} 1 node_network_protocol_type{device="br-dea46bb081b7"} 1 node_network_protocol_type{device="br-e065831d4d38"} 1 node_network_protocol_type{device="br-e5485c57cf48"} 1 node_network_protocol_type{device="br-eb54112c03eb"} 1 node_network_protocol_type{device="br-ec717bd1017c"} 1 node_network_protocol_type{device="br-edb0c100954a"} 1 node_network_protocol_type{device="br-f33823381a9d"} 1 node_network_protocol_type{device="br-f3652190882f"} 1 node_network_protocol_type{device="br-f408a2a1a184"} 1 node_network_protocol_type{device="br-f515742f876f"} 1 node_network_protocol_type{device="br-f9f6492a4861"} 1 node_network_protocol_type{device="br-fb51064e1346"} 1 node_network_protocol_type{device="br-fda61ed9d8ac"} 1 node_network_protocol_type{device="br-fedaf61052e8"} 1 node_network_protocol_type{device="br-ff91e3e17577"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="docker_gwbridge"} 1 node_network_protocol_type{device="enp1s0"} 1 node_network_protocol_type{device="enp7s0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth0032b85"} 1 node_network_protocol_type{device="veth0062100"} 1 node_network_protocol_type{device="veth0103041"} 1 node_network_protocol_type{device="veth0112c67"} 1 node_network_protocol_type{device="veth019627f"} 1 node_network_protocol_type{device="veth022f48e"} 1 node_network_protocol_type{device="veth02c3008"} 1 node_network_protocol_type{device="veth03870f2"} 1 node_network_protocol_type{device="veth03fab17"} 1 node_network_protocol_type{device="veth0445705"} 1 node_network_protocol_type{device="veth04d9d5c"} 1 node_network_protocol_type{device="veth04f6c9d"} 1 node_network_protocol_type{device="veth05af784"} 1 node_network_protocol_type{device="veth05efff4"} 1 node_network_protocol_type{device="veth060151d"} 1 node_network_protocol_type{device="veth060da87"} 1 node_network_protocol_type{device="veth061cde3"} 1 node_network_protocol_type{device="veth069689a"} 1 node_network_protocol_type{device="veth071e33d"} 1 node_network_protocol_type{device="veth0721878"} 1 node_network_protocol_type{device="veth075aab6"} 1 node_network_protocol_type{device="veth07e6c77"} 1 node_network_protocol_type{device="veth0b493a5"} 1 node_network_protocol_type{device="veth0b53316"} 1 node_network_protocol_type{device="veth0c53113"} 1 node_network_protocol_type{device="veth0d1acf5"} 1 node_network_protocol_type{device="veth0d31a45"} 1 node_network_protocol_type{device="veth0de6dee"} 1 node_network_protocol_type{device="veth0df23dc"} 1 node_network_protocol_type{device="veth0eca916"} 1 node_network_protocol_type{device="veth0f5f33d"} 1 node_network_protocol_type{device="veth0f8dec9"} 1 node_network_protocol_type{device="veth102c1ba"} 1 node_network_protocol_type{device="veth1063edf"} 1 node_network_protocol_type{device="veth1118b3c"} 1 node_network_protocol_type{device="veth11515af"} 1 node_network_protocol_type{device="veth133564c"} 1 node_network_protocol_type{device="veth1347d6c"} 1 node_network_protocol_type{device="veth135d815"} 1 node_network_protocol_type{device="veth13c38ee"} 1 node_network_protocol_type{device="veth13e91ad"} 1 node_network_protocol_type{device="veth1425634"} 1 node_network_protocol_type{device="veth1611d0c"} 1 node_network_protocol_type{device="veth168e87b"} 1 node_network_protocol_type{device="veth1706b7a"} 1 node_network_protocol_type{device="veth178dfc0"} 1 node_network_protocol_type{device="veth1938721"} 1 node_network_protocol_type{device="veth19a56fa"} 1 node_network_protocol_type{device="veth1aaea89"} 1 node_network_protocol_type{device="veth1b45a8e"} 1 node_network_protocol_type{device="veth1b6bd03"} 1 node_network_protocol_type{device="veth1cd93e3"} 1 node_network_protocol_type{device="veth1d5394d"} 1 node_network_protocol_type{device="veth1d86d73"} 1 node_network_protocol_type{device="veth1ead36c"} 1 node_network_protocol_type{device="veth1fb3a26"} 1 node_network_protocol_type{device="veth20297c5"} 1 node_network_protocol_type{device="veth2106fb1"} 1 node_network_protocol_type{device="veth21341d6"} 1 node_network_protocol_type{device="veth2295082"} 1 node_network_protocol_type{device="veth247d7c2"} 1 node_network_protocol_type{device="veth25425d4"} 1 node_network_protocol_type{device="veth256aa3d"} 1 node_network_protocol_type{device="veth26409f4"} 1 node_network_protocol_type{device="veth269d5e6"} 1 node_network_protocol_type{device="veth273675a"} 1 node_network_protocol_type{device="veth275b86b"} 1 node_network_protocol_type{device="veth28b1591"} 1 node_network_protocol_type{device="veth296e150"} 1 node_network_protocol_type{device="veth29a1ccc"} 1 node_network_protocol_type{device="veth29c114f"} 1 node_network_protocol_type{device="veth2a65455"} 1 node_network_protocol_type{device="veth2a6f80b"} 1 node_network_protocol_type{device="veth2ad6708"} 1 node_network_protocol_type{device="veth2c8a5eb"} 1 node_network_protocol_type{device="veth2cf162c"} 1 node_network_protocol_type{device="veth2d6fdfa"} 1 node_network_protocol_type{device="veth2da2220"} 1 node_network_protocol_type{device="veth2df9e37"} 1 node_network_protocol_type{device="veth2e56669"} 1 node_network_protocol_type{device="veth2e6dcf4"} 1 node_network_protocol_type{device="veth2f465b5"} 1 node_network_protocol_type{device="veth2f81ebc"} 1 node_network_protocol_type{device="veth2fe3220"} 1 node_network_protocol_type{device="veth30486f8"} 1 node_network_protocol_type{device="veth3230a5c"} 1 node_network_protocol_type{device="veth3352b12"} 1 node_network_protocol_type{device="veth347d5da"} 1 node_network_protocol_type{device="veth348ced7"} 1 node_network_protocol_type{device="veth3533a3b"} 1 node_network_protocol_type{device="veth3565e55"} 1 node_network_protocol_type{device="veth3608455"} 1 node_network_protocol_type{device="veth36f23c3"} 1 node_network_protocol_type{device="veth36f2fdc"} 1 node_network_protocol_type{device="veth378b1cf"} 1 node_network_protocol_type{device="veth378d132"} 1 node_network_protocol_type{device="veth37d4017"} 1 node_network_protocol_type{device="veth3812cc9"} 1 node_network_protocol_type{device="veth384ee7f"} 1 node_network_protocol_type{device="veth388c154"} 1 node_network_protocol_type{device="veth3905075"} 1 node_network_protocol_type{device="veth3a09fdd"} 1 node_network_protocol_type{device="veth3c49372"} 1 node_network_protocol_type{device="veth3cbf8f4"} 1 node_network_protocol_type{device="veth3f7ef6c"} 1 node_network_protocol_type{device="veth407adc8"} 1 node_network_protocol_type{device="veth40c8fc3"} 1 node_network_protocol_type{device="veth413c10b"} 1 node_network_protocol_type{device="veth4181140"} 1 node_network_protocol_type{device="veth41d303a"} 1 node_network_protocol_type{device="veth42210c8"} 1 node_network_protocol_type{device="veth423037b"} 1 node_network_protocol_type{device="veth4281e6d"} 1 node_network_protocol_type{device="veth43cd59e"} 1 node_network_protocol_type{device="veth43e5c70"} 1 node_network_protocol_type{device="veth44d7e2c"} 1 node_network_protocol_type{device="veth450c253"} 1 node_network_protocol_type{device="veth45430e9"} 1 node_network_protocol_type{device="veth4642b70"} 1 node_network_protocol_type{device="veth468f7da"} 1 node_network_protocol_type{device="veth46afbf5"} 1 node_network_protocol_type{device="veth4732578"} 1 node_network_protocol_type{device="veth47bb667"} 1 node_network_protocol_type{device="veth47e6387"} 1 node_network_protocol_type{device="veth486fdd0"} 1 node_network_protocol_type{device="veth487e039"} 1 node_network_protocol_type{device="veth4993fb1"} 1 node_network_protocol_type{device="veth49b1548"} 1 node_network_protocol_type{device="veth49f14c7"} 1 node_network_protocol_type{device="veth4a642a8"} 1 node_network_protocol_type{device="veth4a76d10"} 1 node_network_protocol_type{device="veth4b29d5d"} 1 node_network_protocol_type{device="veth4bbdd5e"} 1 node_network_protocol_type{device="veth4d2d823"} 1 node_network_protocol_type{device="veth4e1abcc"} 1 node_network_protocol_type{device="veth4e3e373"} 1 node_network_protocol_type{device="veth4e78857"} 1 node_network_protocol_type{device="veth4f2fe05"} 1 node_network_protocol_type{device="veth4f9e86a"} 1 node_network_protocol_type{device="veth506c718"} 1 node_network_protocol_type{device="veth509a174"} 1 node_network_protocol_type{device="veth50b618a"} 1 node_network_protocol_type{device="veth517f447"} 1 node_network_protocol_type{device="veth5197b91"} 1 node_network_protocol_type{device="veth51a41e1"} 1 node_network_protocol_type{device="veth51c8eef"} 1 node_network_protocol_type{device="veth51f65bc"} 1 node_network_protocol_type{device="veth52d15a6"} 1 node_network_protocol_type{device="veth53a83dd"} 1 node_network_protocol_type{device="veth53c59b5"} 1 node_network_protocol_type{device="veth544564b"} 1 node_network_protocol_type{device="veth547ea5d"} 1 node_network_protocol_type{device="veth54d8e92"} 1 node_network_protocol_type{device="veth54f4b91"} 1 node_network_protocol_type{device="veth54fee19"} 1 node_network_protocol_type{device="veth558dcda"} 1 node_network_protocol_type{device="veth55bcfbe"} 1 node_network_protocol_type{device="veth5654345"} 1 node_network_protocol_type{device="veth5682e9e"} 1 node_network_protocol_type{device="veth56ba59b"} 1 node_network_protocol_type{device="veth56c8b10"} 1 node_network_protocol_type{device="veth5747c95"} 1 node_network_protocol_type{device="veth5798942"} 1 node_network_protocol_type{device="veth583d3bf"} 1 node_network_protocol_type{device="veth58c0c41"} 1 node_network_protocol_type{device="veth5955c4d"} 1 node_network_protocol_type{device="veth59b147f"} 1 node_network_protocol_type{device="veth59d9a6e"} 1 node_network_protocol_type{device="veth5a6eb98"} 1 node_network_protocol_type{device="veth5a7ac0c"} 1 node_network_protocol_type{device="veth5bb9200"} 1 node_network_protocol_type{device="veth5ce0bf8"} 1 node_network_protocol_type{device="veth5d0c6d0"} 1 node_network_protocol_type{device="veth5d6c487"} 1 node_network_protocol_type{device="veth5e594fd"} 1 node_network_protocol_type{device="veth5f4044b"} 1 node_network_protocol_type{device="veth5fab975"} 1 node_network_protocol_type{device="veth602c26c"} 1 node_network_protocol_type{device="veth607c6d0"} 1 node_network_protocol_type{device="veth61045ce"} 1 node_network_protocol_type{device="veth61f2797"} 1 node_network_protocol_type{device="veth620913b"} 1 node_network_protocol_type{device="veth62aa4cf"} 1 node_network_protocol_type{device="veth62e9205"} 1 node_network_protocol_type{device="veth6357d77"} 1 node_network_protocol_type{device="veth63a1039"} 1 node_network_protocol_type{device="veth64faa71"} 1 node_network_protocol_type{device="veth65b7cd5"} 1 node_network_protocol_type{device="veth67186fe"} 1 node_network_protocol_type{device="veth687f385"} 1 node_network_protocol_type{device="veth68a432f"} 1 node_network_protocol_type{device="veth68dc675"} 1 node_network_protocol_type{device="veth68dfc02"} 1 node_network_protocol_type{device="veth69282bc"} 1 node_network_protocol_type{device="veth69383b3"} 1 node_network_protocol_type{device="veth694f82a"} 1 node_network_protocol_type{device="veth6a36832"} 1 node_network_protocol_type{device="veth6ad616c"} 1 node_network_protocol_type{device="veth6b19168"} 1 node_network_protocol_type{device="veth6b2e435"} 1 node_network_protocol_type{device="veth6b49f3c"} 1 node_network_protocol_type{device="veth6b822ad"} 1 node_network_protocol_type{device="veth6b93b5b"} 1 node_network_protocol_type{device="veth6bea112"} 1 node_network_protocol_type{device="veth6cdc6e1"} 1 node_network_protocol_type{device="veth6e075bd"} 1 node_network_protocol_type{device="veth6e1780a"} 1 node_network_protocol_type{device="veth6e61860"} 1 node_network_protocol_type{device="veth7039388"} 1 node_network_protocol_type{device="veth70f4ee1"} 1 node_network_protocol_type{device="veth716f757"} 1 node_network_protocol_type{device="veth724ccf7"} 1 node_network_protocol_type{device="veth72594d2"} 1 node_network_protocol_type{device="veth730deaa"} 1 node_network_protocol_type{device="veth73512f2"} 1 node_network_protocol_type{device="veth73c1813"} 1 node_network_protocol_type{device="veth741cb85"} 1 node_network_protocol_type{device="veth75ab275"} 1 node_network_protocol_type{device="veth75c4fef"} 1 node_network_protocol_type{device="veth7636e3d"} 1 node_network_protocol_type{device="veth77432d4"} 1 node_network_protocol_type{device="veth795d64a"} 1 node_network_protocol_type{device="veth7c65c3b"} 1 node_network_protocol_type{device="veth7d1a0bd"} 1 node_network_protocol_type{device="veth7d6a0f5"} 1 node_network_protocol_type{device="veth7e09eb6"} 1 node_network_protocol_type{device="veth7e4ad7f"} 1 node_network_protocol_type{device="veth7ecac2d"} 1 node_network_protocol_type{device="veth7eccd33"} 1 node_network_protocol_type{device="veth7ee5901"} 1 node_network_protocol_type{device="veth7f0dd5d"} 1 node_network_protocol_type{device="veth7f473a1"} 1 node_network_protocol_type{device="veth7f5281e"} 1 node_network_protocol_type{device="veth7feb00f"} 1 node_network_protocol_type{device="veth7ff154f"} 1 node_network_protocol_type{device="veth80957ff"} 1 node_network_protocol_type{device="veth8137b9c"} 1 node_network_protocol_type{device="veth81a1594"} 1 node_network_protocol_type{device="veth81daf2a"} 1 node_network_protocol_type{device="veth8223f67"} 1 node_network_protocol_type{device="veth8247bb0"} 1 node_network_protocol_type{device="veth8270420"} 1 node_network_protocol_type{device="veth8335dac"} 1 node_network_protocol_type{device="veth8429d9a"} 1 node_network_protocol_type{device="veth844aefd"} 1 node_network_protocol_type{device="veth849dac1"} 1 node_network_protocol_type{device="veth84b99c9"} 1 node_network_protocol_type{device="veth84bd87d"} 1 node_network_protocol_type{device="veth85cc1cf"} 1 node_network_protocol_type{device="veth85f7192"} 1 node_network_protocol_type{device="veth86ce04d"} 1 node_network_protocol_type{device="veth872e399"} 1 node_network_protocol_type{device="veth873611d"} 1 node_network_protocol_type{device="veth877be1d"} 1 node_network_protocol_type{device="veth8969f3b"} 1 node_network_protocol_type{device="veth8c3a190"} 1 node_network_protocol_type{device="veth8c70adf"} 1 node_network_protocol_type{device="veth8db889b"} 1 node_network_protocol_type{device="veth8dc210c"} 1 node_network_protocol_type{device="veth8e0606c"} 1 node_network_protocol_type{device="veth8e077da"} 1 node_network_protocol_type{device="veth8e1aba7"} 1 node_network_protocol_type{device="veth8eae5df"} 1 node_network_protocol_type{device="veth8f7612b"} 1 node_network_protocol_type{device="veth8f7dd95"} 1 node_network_protocol_type{device="veth90c30b2"} 1 node_network_protocol_type{device="veth921cee8"} 1 node_network_protocol_type{device="veth9302314"} 1 node_network_protocol_type{device="veth9331cd6"} 1 node_network_protocol_type{device="veth9388ace"} 1 node_network_protocol_type{device="veth947bf8e"} 1 node_network_protocol_type{device="veth94ee973"} 1 node_network_protocol_type{device="veth950d9c2"} 1 node_network_protocol_type{device="veth951b9c5"} 1 node_network_protocol_type{device="veth9564c18"} 1 node_network_protocol_type{device="veth957c474"} 1 node_network_protocol_type{device="veth9585732"} 1 node_network_protocol_type{device="veth967aa1a"} 1 node_network_protocol_type{device="veth9779f87"} 1 node_network_protocol_type{device="veth983bad0"} 1 node_network_protocol_type{device="veth987c992"} 1 node_network_protocol_type{device="veth98c6421"} 1 node_network_protocol_type{device="veth990a50f"} 1 node_network_protocol_type{device="veth9a4f942"} 1 node_network_protocol_type{device="veth9a6c8be"} 1 node_network_protocol_type{device="veth9ad5f46"} 1 node_network_protocol_type{device="veth9b13721"} 1 node_network_protocol_type{device="veth9b464fa"} 1 node_network_protocol_type{device="veth9b4f0d2"} 1 node_network_protocol_type{device="veth9b5c7ee"} 1 node_network_protocol_type{device="veth9be4730"} 1 node_network_protocol_type{device="veth9bfc292"} 1 node_network_protocol_type{device="veth9c18fa3"} 1 node_network_protocol_type{device="veth9c355e1"} 1 node_network_protocol_type{device="veth9c57e90"} 1 node_network_protocol_type{device="veth9cdf489"} 1 node_network_protocol_type{device="veth9d63606"} 1 node_network_protocol_type{device="veth9de68fa"} 1 node_network_protocol_type{device="veth9e30c14"} 1 node_network_protocol_type{device="veth9e56bd7"} 1 node_network_protocol_type{device="veth9e6929b"} 1 node_network_protocol_type{device="veth9eba1cd"} 1 node_network_protocol_type{device="vetha03ce74"} 1 node_network_protocol_type{device="vetha04b49d"} 1 node_network_protocol_type{device="vetha10f2fa"} 1 node_network_protocol_type{device="vetha11005d"} 1 node_network_protocol_type{device="vetha145b74"} 1 node_network_protocol_type{device="vetha2b566c"} 1 node_network_protocol_type{device="vetha2fc1a5"} 1 node_network_protocol_type{device="vetha3569ea"} 1 node_network_protocol_type{device="vetha387dd9"} 1 node_network_protocol_type{device="vetha3b745a"} 1 node_network_protocol_type{device="vetha3bec2e"} 1 node_network_protocol_type{device="vetha4cd445"} 1 node_network_protocol_type{device="vetha4dbc2b"} 1 node_network_protocol_type{device="vetha4fe8d7"} 1 node_network_protocol_type{device="vetha68c9b3"} 1 node_network_protocol_type{device="vetha6ef154"} 1 node_network_protocol_type{device="vetha77a1bd"} 1 node_network_protocol_type{device="vetha7950a3"} 1 node_network_protocol_type{device="vetha82ff5a"} 1 node_network_protocol_type{device="vetha8424ea"} 1 node_network_protocol_type{device="vetha865d3e"} 1 node_network_protocol_type{device="vetha8b7d19"} 1 node_network_protocol_type{device="vetha916bfd"} 1 node_network_protocol_type{device="vetha96a22d"} 1 node_network_protocol_type{device="vetha96cc9c"} 1 node_network_protocol_type{device="vetha9c7c19"} 1 node_network_protocol_type{device="vetha9caa3b"} 1 node_network_protocol_type{device="vethaa90db7"} 1 node_network_protocol_type{device="vethab9efd5"} 1 node_network_protocol_type{device="vethac8d182"} 1 node_network_protocol_type{device="vethac999f1"} 1 node_network_protocol_type{device="vethaca1dc0"} 1 node_network_protocol_type{device="vethacf7ba6"} 1 node_network_protocol_type{device="vethad96a00"} 1 node_network_protocol_type{device="vethadd48e3"} 1 node_network_protocol_type{device="vethadd9f3f"} 1 node_network_protocol_type{device="vethae2fcbc"} 1 node_network_protocol_type{device="vethae97c83"} 1 node_network_protocol_type{device="vethb07dd73"} 1 node_network_protocol_type{device="vethb179549"} 1 node_network_protocol_type{device="vethb19d1ed"} 1 node_network_protocol_type{device="vethb1b305d"} 1 node_network_protocol_type{device="vethb1b39f0"} 1 node_network_protocol_type{device="vethb1bf067"} 1 node_network_protocol_type{device="vethb1d5654"} 1 node_network_protocol_type{device="vethb28b5ff"} 1 node_network_protocol_type{device="vethb2bd843"} 1 node_network_protocol_type{device="vethb305a14"} 1 node_network_protocol_type{device="vethb3e024d"} 1 node_network_protocol_type{device="vethb43c9ad"} 1 node_network_protocol_type{device="vethb477838"} 1 node_network_protocol_type{device="vethb4ce123"} 1 node_network_protocol_type{device="vethb56815f"} 1 node_network_protocol_type{device="vethb6bf622"} 1 node_network_protocol_type{device="vethb75ca8b"} 1 node_network_protocol_type{device="vethb770745"} 1 node_network_protocol_type{device="vethb7a1877"} 1 node_network_protocol_type{device="vethb7a9d61"} 1 node_network_protocol_type{device="vethb805fbd"} 1 node_network_protocol_type{device="vethb89ad32"} 1 node_network_protocol_type{device="vethb90d782"} 1 node_network_protocol_type{device="vethb91a369"} 1 node_network_protocol_type{device="vethb9b4a13"} 1 node_network_protocol_type{device="vethb9e011c"} 1 node_network_protocol_type{device="vethba518ed"} 1 node_network_protocol_type{device="vethbb22a17"} 1 node_network_protocol_type{device="vethbb85030"} 1 node_network_protocol_type{device="vethbb8a6e3"} 1 node_network_protocol_type{device="vethbbac89d"} 1 node_network_protocol_type{device="vethbd082f6"} 1 node_network_protocol_type{device="vethbd25c03"} 1 node_network_protocol_type{device="vethbde29dc"} 1 node_network_protocol_type{device="vethbdf0ae6"} 1 node_network_protocol_type{device="vethbdf987b"} 1 node_network_protocol_type{device="vethbe2b5e1"} 1 node_network_protocol_type{device="vethbe68e79"} 1 node_network_protocol_type{device="vethbf0834e"} 1 node_network_protocol_type{device="vethbf0fb34"} 1 node_network_protocol_type{device="vethbf21c25"} 1 node_network_protocol_type{device="vethc008c90"} 1 node_network_protocol_type{device="vethc07b10a"} 1 node_network_protocol_type{device="vethc08f47c"} 1 node_network_protocol_type{device="vethc18cb9a"} 1 node_network_protocol_type{device="vethc1a97fa"} 1 node_network_protocol_type{device="vethc1e9d8b"} 1 node_network_protocol_type{device="vethc264259"} 1 node_network_protocol_type{device="vethc31d600"} 1 node_network_protocol_type{device="vethc3ad82f"} 1 node_network_protocol_type{device="vethc46fc85"} 1 node_network_protocol_type{device="vethc4adf64"} 1 node_network_protocol_type{device="vethc549684"} 1 node_network_protocol_type{device="vethc5ebbd5"} 1 node_network_protocol_type{device="vethc61da72"} 1 node_network_protocol_type{device="vethc658eb9"} 1 node_network_protocol_type{device="vethc6b2fec"} 1 node_network_protocol_type{device="vethc6f15e7"} 1 node_network_protocol_type{device="vethc88834e"} 1 node_network_protocol_type{device="vethc9e2026"} 1 node_network_protocol_type{device="vethcaa0d9b"} 1 node_network_protocol_type{device="vethcad14ef"} 1 node_network_protocol_type{device="vethcc5c2ec"} 1 node_network_protocol_type{device="vethcd0f622"} 1 node_network_protocol_type{device="vethcdf4121"} 1 node_network_protocol_type{device="vethce28d62"} 1 node_network_protocol_type{device="vethcefb8ea"} 1 node_network_protocol_type{device="vethcf10a77"} 1 node_network_protocol_type{device="vethcf3d0ab"} 1 node_network_protocol_type{device="vethcf469f8"} 1 node_network_protocol_type{device="vethcfbd110"} 1 node_network_protocol_type{device="vethd049859"} 1 node_network_protocol_type{device="vethd0df832"} 1 node_network_protocol_type{device="vethd0ea3b3"} 1 node_network_protocol_type{device="vethd137e3f"} 1 node_network_protocol_type{device="vethd1673da"} 1 node_network_protocol_type{device="vethd17ef64"} 1 node_network_protocol_type{device="vethd265cdf"} 1 node_network_protocol_type{device="vethd274fa2"} 1 node_network_protocol_type{device="vethd3692c1"} 1 node_network_protocol_type{device="vethd3ad8e8"} 1 node_network_protocol_type{device="vethd3cb445"} 1 node_network_protocol_type{device="vethd460bfa"} 1 node_network_protocol_type{device="vethd4c98bf"} 1 node_network_protocol_type{device="vethd5453e5"} 1 node_network_protocol_type{device="vethd5b5677"} 1 node_network_protocol_type{device="vethd6090fd"} 1 node_network_protocol_type{device="vethd6d926d"} 1 node_network_protocol_type{device="vethd77042c"} 1 node_network_protocol_type{device="vethd8c625e"} 1 node_network_protocol_type{device="vethd95efe7"} 1 node_network_protocol_type{device="vethd9a7d1e"} 1 node_network_protocol_type{device="vethdb5e758"} 1 node_network_protocol_type{device="vethdbae4f2"} 1 node_network_protocol_type{device="vethdc87b20"} 1 node_network_protocol_type{device="vethdcb1f0b"} 1 node_network_protocol_type{device="vethdd53f2d"} 1 node_network_protocol_type{device="vethde11193"} 1 node_network_protocol_type{device="vethdeb9758"} 1 node_network_protocol_type{device="vethdeef5dc"} 1 node_network_protocol_type{device="vethe2428a1"} 1 node_network_protocol_type{device="vethe24bfb2"} 1 node_network_protocol_type{device="vethe2f38b4"} 1 node_network_protocol_type{device="vethe344c7c"} 1 node_network_protocol_type{device="vethe3e1fe3"} 1 node_network_protocol_type{device="vethe432622"} 1 node_network_protocol_type{device="vethe44e0ab"} 1 node_network_protocol_type{device="vethe4bfa42"} 1 node_network_protocol_type{device="vethe4f4e44"} 1 node_network_protocol_type{device="vethe4f5b2b"} 1 node_network_protocol_type{device="vethe523b56"} 1 node_network_protocol_type{device="vethe5b262f"} 1 node_network_protocol_type{device="vethe5e2431"} 1 node_network_protocol_type{device="vethe6c7619"} 1 node_network_protocol_type{device="vethe6d2761"} 1 node_network_protocol_type{device="vethe7084c8"} 1 node_network_protocol_type{device="vethe81d201"} 1 node_network_protocol_type{device="vethe81da63"} 1 node_network_protocol_type{device="vethe82b73e"} 1 node_network_protocol_type{device="vethe8b4700"} 1 node_network_protocol_type{device="vethe8e93c0"} 1 node_network_protocol_type{device="vethe96c577"} 1 node_network_protocol_type{device="vethe96d5e4"} 1 node_network_protocol_type{device="vethe97bbfc"} 1 node_network_protocol_type{device="vethe99909e"} 1 node_network_protocol_type{device="vetheaaf7a8"} 1 node_network_protocol_type{device="vetheabb614"} 1 node_network_protocol_type{device="vetheb6778a"} 1 node_network_protocol_type{device="vetheb9b73c"} 1 node_network_protocol_type{device="vetheb9f1a5"} 1 node_network_protocol_type{device="vetheca6089"} 1 node_network_protocol_type{device="vethee11bc2"} 1 node_network_protocol_type{device="vethee73ec3"} 1 node_network_protocol_type{device="vetheebb68b"} 1 node_network_protocol_type{device="vethef3aebe"} 1 node_network_protocol_type{device="vethef683ec"} 1 node_network_protocol_type{device="vethefcfba0"} 1 node_network_protocol_type{device="vethf002533"} 1 node_network_protocol_type{device="vethf0980ae"} 1 node_network_protocol_type{device="vethf0d12be"} 1 node_network_protocol_type{device="vethf0da578"} 1 node_network_protocol_type{device="vethf17a534"} 1 node_network_protocol_type{device="vethf1aa0a2"} 1 node_network_protocol_type{device="vethf1af506"} 1 node_network_protocol_type{device="vethf1d2976"} 1 node_network_protocol_type{device="vethf24dd7e"} 1 node_network_protocol_type{device="vethf340822"} 1 node_network_protocol_type{device="vethf420933"} 1 node_network_protocol_type{device="vethf4cfc78"} 1 node_network_protocol_type{device="vethf4d3c1b"} 1 node_network_protocol_type{device="vethf5c652f"} 1 node_network_protocol_type{device="vethf6144ce"} 1 node_network_protocol_type{device="vethf65b7bb"} 1 node_network_protocol_type{device="vethf6c8f45"} 1 node_network_protocol_type{device="vethf7001fb"} 1 node_network_protocol_type{device="vethf748303"} 1 node_network_protocol_type{device="vethf77cba5"} 1 node_network_protocol_type{device="vethf86a842"} 1 node_network_protocol_type{device="vethf906982"} 1 node_network_protocol_type{device="vethf9a5386"} 1 node_network_protocol_type{device="vethfa01a23"} 1 node_network_protocol_type{device="vethfa11d53"} 1 node_network_protocol_type{device="vethfbc3e02"} 1 node_network_protocol_type{device="vethfbda92a"} 1 node_network_protocol_type{device="vethfc1051c"} 1 node_network_protocol_type{device="vethfc5b432"} 1 node_network_protocol_type{device="vethfd373d2"} 1 node_network_protocol_type{device="vethfd8de08"} 1 node_network_protocol_type{device="vethfe57e1a"} 1 node_network_protocol_type{device="vethfe628e7"} 1 node_network_protocol_type{device="vethfe7a799"} 1 node_network_protocol_type{device="vethfe87d9a"} 1 node_network_protocol_type{device="vethff97c3c"} 1 node_network_protocol_type{device="vethffd01e5"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 3.41971763e+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"} 3.821429e+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-087c68b8e63c"} 1.25e+09 node_network_speed_bytes{device="br-0b1f21f65434"} 1.25e+09 node_network_speed_bytes{device="br-0d0fae6fba3a"} 1.25e+09 node_network_speed_bytes{device="br-170997b6d0fa"} 1.25e+09 node_network_speed_bytes{device="br-1bb5f7b6f214"} 1.25e+09 node_network_speed_bytes{device="br-1e4bfa09370c"} -125000 node_network_speed_bytes{device="br-1f69ec4677f1"} -125000 node_network_speed_bytes{device="br-21789fc30e57"} 1.25e+09 node_network_speed_bytes{device="br-24be321e5dec"} 1.25e+09 node_network_speed_bytes{device="br-259e1db91409"} 1.25e+09 node_network_speed_bytes{device="br-26bd8dfacf27"} 1.25e+09 node_network_speed_bytes{device="br-27f56655830b"} 1.25e+09 node_network_speed_bytes{device="br-28d2c710d9dd"} 1.25e+09 node_network_speed_bytes{device="br-2a3f91fee31f"} 1.25e+09 node_network_speed_bytes{device="br-2bc240b92a01"} 1.25e+09 node_network_speed_bytes{device="br-2c90dade3b40"} 1.25e+09 node_network_speed_bytes{device="br-336368f4fbaf"} 1.25e+09 node_network_speed_bytes{device="br-357f0be81f70"} 1.25e+09 node_network_speed_bytes{device="br-36d6eda82163"} 1.25e+09 node_network_speed_bytes{device="br-3eb6a5acab86"} 1.25e+09 node_network_speed_bytes{device="br-448507de0ea8"} 1.25e+09 node_network_speed_bytes{device="br-4a94058d26b4"} 1.25e+09 node_network_speed_bytes{device="br-4be189870a60"} 1.25e+09 node_network_speed_bytes{device="br-4f972baae489"} 1.25e+09 node_network_speed_bytes{device="br-50cf1727260b"} 1.25e+09 node_network_speed_bytes{device="br-52aec1ad6344"} 1.25e+09 node_network_speed_bytes{device="br-54774436947a"} 1.25e+09 node_network_speed_bytes{device="br-5508256f2a09"} 1.25e+09 node_network_speed_bytes{device="br-57a69cbd7be7"} 1.25e+09 node_network_speed_bytes{device="br-5d4590ede425"} -125000 node_network_speed_bytes{device="br-610e22981841"} 1.25e+09 node_network_speed_bytes{device="br-61849e346d59"} 1.25e+09 node_network_speed_bytes{device="br-61d28ade84d6"} 1.25e+09 node_network_speed_bytes{device="br-63561f6ecb8e"} -125000 node_network_speed_bytes{device="br-65d299b503ee"} 1.25e+09 node_network_speed_bytes{device="br-6bb76e52d0ad"} 1.25e+09 node_network_speed_bytes{device="br-6f8573194abf"} 1.25e+09 node_network_speed_bytes{device="br-7c7768cc3717"} 1.25e+09 node_network_speed_bytes{device="br-7dc3afdf0595"} 1.25e+09 node_network_speed_bytes{device="br-7f850a40bfe5"} -125000 node_network_speed_bytes{device="br-8716ec68a5ed"} 1.25e+09 node_network_speed_bytes{device="br-8ae373fa2d64"} 1.25e+09 node_network_speed_bytes{device="br-8c6a4bf92696"} -125000 node_network_speed_bytes{device="br-8cb85635e30f"} 1.25e+09 node_network_speed_bytes{device="br-8dce2f197033"} 1.25e+09 node_network_speed_bytes{device="br-90cd3c4154aa"} 1.25e+09 node_network_speed_bytes{device="br-9472bb85cfee"} 1.25e+09 node_network_speed_bytes{device="br-96848e888a71"} 1.25e+09 node_network_speed_bytes{device="br-9ba5f271298c"} 1.25e+09 node_network_speed_bytes{device="br-9bcfee4e647f"} 1.25e+09 node_network_speed_bytes{device="br-9dafd0c4fdb9"} -125000 node_network_speed_bytes{device="br-9db262804262"} 1.25e+09 node_network_speed_bytes{device="br-9dc48ff73063"} 1.25e+09 node_network_speed_bytes{device="br-a1d37c85c10a"} 1.25e+09 node_network_speed_bytes{device="br-a1e913015165"} 1.25e+09 node_network_speed_bytes{device="br-a28e9d8e1a5a"} 1.25e+09 node_network_speed_bytes{device="br-a2ad5d8a6e21"} 1.25e+09 node_network_speed_bytes{device="br-a38ecabc76e9"} 1.25e+09 node_network_speed_bytes{device="br-a4f2233265e1"} 1.25e+09 node_network_speed_bytes{device="br-a5dafb0a1dce"} 1.25e+09 node_network_speed_bytes{device="br-a9bbe251fab0"} 1.25e+09 node_network_speed_bytes{device="br-aa93655903fc"} 1.25e+09 node_network_speed_bytes{device="br-ac3189dfb892"} -125000 node_network_speed_bytes{device="br-ad403c2030eb"} 1.25e+09 node_network_speed_bytes{device="br-b189446352e8"} 1.25e+09 node_network_speed_bytes{device="br-b2704a1bb792"} 1.25e+09 node_network_speed_bytes{device="br-b3ccbb1f1bc0"} 1.25e+09 node_network_speed_bytes{device="br-b783fcd91426"} 1.25e+09 node_network_speed_bytes{device="br-b963d2263b6f"} 1.25e+09 node_network_speed_bytes{device="br-ba1379cf796f"} 1.25e+09 node_network_speed_bytes{device="br-ba367713f9e4"} 1.25e+09 node_network_speed_bytes{device="br-bbe8bdb22dd6"} -125000 node_network_speed_bytes{device="br-bd52bf04c342"} 1.25e+09 node_network_speed_bytes{device="br-bf0cd4851644"} 1.25e+09 node_network_speed_bytes{device="br-bffb620a7ee6"} 1.25e+09 node_network_speed_bytes{device="br-c1f5d6ba4d2d"} 1.25e+09 node_network_speed_bytes{device="br-c30b8f3d8dab"} 1.25e+09 node_network_speed_bytes{device="br-c77466ba6ab0"} 1.25e+09 node_network_speed_bytes{device="br-ca643bc58727"} 1.25e+09 node_network_speed_bytes{device="br-cd8eb8bff0ed"} 1.25e+09 node_network_speed_bytes{device="br-d349f503bfc6"} 1.25e+09 node_network_speed_bytes{device="br-d454ff2d1838"} 1.25e+09 node_network_speed_bytes{device="br-d739d49adeac"} 1.25e+09 node_network_speed_bytes{device="br-d7cd2c298e7c"} 1.25e+09 node_network_speed_bytes{device="br-d8a988dac171"} -125000 node_network_speed_bytes{device="br-de2f2179e66c"} 1.25e+09 node_network_speed_bytes{device="br-de3eb58f0193"} 1.25e+09 node_network_speed_bytes{device="br-dea46bb081b7"} 1.25e+09 node_network_speed_bytes{device="br-e065831d4d38"} 1.25e+09 node_network_speed_bytes{device="br-e5485c57cf48"} 1.25e+09 node_network_speed_bytes{device="br-eb54112c03eb"} 1.25e+09 node_network_speed_bytes{device="br-ec717bd1017c"} 1.25e+09 node_network_speed_bytes{device="br-edb0c100954a"} 1.25e+09 node_network_speed_bytes{device="br-f33823381a9d"} 1.25e+09 node_network_speed_bytes{device="br-f3652190882f"} 1.25e+09 node_network_speed_bytes{device="br-f408a2a1a184"} 1.25e+09 node_network_speed_bytes{device="br-f515742f876f"} 1.25e+09 node_network_speed_bytes{device="br-f9f6492a4861"} 1.25e+09 node_network_speed_bytes{device="br-fb51064e1346"} -125000 node_network_speed_bytes{device="br-fda61ed9d8ac"} 1.25e+09 node_network_speed_bytes{device="br-fedaf61052e8"} 1.25e+09 node_network_speed_bytes{device="br-ff91e3e17577"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="docker_gwbridge"} 1.25e+09 node_network_speed_bytes{device="enp1s0"} -125000 node_network_speed_bytes{device="enp7s0"} -125000 node_network_speed_bytes{device="veth0032b85"} 1.25e+09 node_network_speed_bytes{device="veth0062100"} 1.25e+09 node_network_speed_bytes{device="veth0103041"} 1.25e+09 node_network_speed_bytes{device="veth0112c67"} 1.25e+09 node_network_speed_bytes{device="veth019627f"} 1.25e+09 node_network_speed_bytes{device="veth022f48e"} 1.25e+09 node_network_speed_bytes{device="veth02c3008"} 1.25e+09 node_network_speed_bytes{device="veth03870f2"} 1.25e+09 node_network_speed_bytes{device="veth03fab17"} 1.25e+09 node_network_speed_bytes{device="veth0445705"} 1.25e+09 node_network_speed_bytes{device="veth04d9d5c"} 1.25e+09 node_network_speed_bytes{device="veth04f6c9d"} 1.25e+09 node_network_speed_bytes{device="veth05af784"} 1.25e+09 node_network_speed_bytes{device="veth05efff4"} 1.25e+09 node_network_speed_bytes{device="veth060151d"} 1.25e+09 node_network_speed_bytes{device="veth060da87"} 1.25e+09 node_network_speed_bytes{device="veth061cde3"} 1.25e+09 node_network_speed_bytes{device="veth069689a"} 1.25e+09 node_network_speed_bytes{device="veth071e33d"} 1.25e+09 node_network_speed_bytes{device="veth0721878"} 1.25e+09 node_network_speed_bytes{device="veth075aab6"} 1.25e+09 node_network_speed_bytes{device="veth07e6c77"} 1.25e+09 node_network_speed_bytes{device="veth0b493a5"} 1.25e+09 node_network_speed_bytes{device="veth0b53316"} 1.25e+09 node_network_speed_bytes{device="veth0c53113"} 1.25e+09 node_network_speed_bytes{device="veth0d1acf5"} 1.25e+09 node_network_speed_bytes{device="veth0d31a45"} 1.25e+09 node_network_speed_bytes{device="veth0de6dee"} 1.25e+09 node_network_speed_bytes{device="veth0df23dc"} 1.25e+09 node_network_speed_bytes{device="veth0eca916"} 1.25e+09 node_network_speed_bytes{device="veth0f5f33d"} 1.25e+09 node_network_speed_bytes{device="veth0f8dec9"} 1.25e+09 node_network_speed_bytes{device="veth102c1ba"} 1.25e+09 node_network_speed_bytes{device="veth1063edf"} 1.25e+09 node_network_speed_bytes{device="veth1118b3c"} 1.25e+09 node_network_speed_bytes{device="veth11515af"} 1.25e+09 node_network_speed_bytes{device="veth133564c"} 1.25e+09 node_network_speed_bytes{device="veth1347d6c"} 1.25e+09 node_network_speed_bytes{device="veth135d815"} 1.25e+09 node_network_speed_bytes{device="veth13c38ee"} 1.25e+09 node_network_speed_bytes{device="veth13e91ad"} 1.25e+09 node_network_speed_bytes{device="veth1425634"} 1.25e+09 node_network_speed_bytes{device="veth1611d0c"} 1.25e+09 node_network_speed_bytes{device="veth168e87b"} 1.25e+09 node_network_speed_bytes{device="veth1706b7a"} 1.25e+09 node_network_speed_bytes{device="veth178dfc0"} 1.25e+09 node_network_speed_bytes{device="veth1938721"} 1.25e+09 node_network_speed_bytes{device="veth19a56fa"} 1.25e+09 node_network_speed_bytes{device="veth1aaea89"} 1.25e+09 node_network_speed_bytes{device="veth1b45a8e"} 1.25e+09 node_network_speed_bytes{device="veth1b6bd03"} 1.25e+09 node_network_speed_bytes{device="veth1cd93e3"} 1.25e+09 node_network_speed_bytes{device="veth1d5394d"} 1.25e+09 node_network_speed_bytes{device="veth1d86d73"} 1.25e+09 node_network_speed_bytes{device="veth1ead36c"} 1.25e+09 node_network_speed_bytes{device="veth1fb3a26"} 1.25e+09 node_network_speed_bytes{device="veth20297c5"} 1.25e+09 node_network_speed_bytes{device="veth2106fb1"} 1.25e+09 node_network_speed_bytes{device="veth21341d6"} 1.25e+09 node_network_speed_bytes{device="veth2295082"} 1.25e+09 node_network_speed_bytes{device="veth247d7c2"} 1.25e+09 node_network_speed_bytes{device="veth25425d4"} 1.25e+09 node_network_speed_bytes{device="veth256aa3d"} 1.25e+09 node_network_speed_bytes{device="veth26409f4"} 1.25e+09 node_network_speed_bytes{device="veth269d5e6"} 1.25e+09 node_network_speed_bytes{device="veth273675a"} 1.25e+09 node_network_speed_bytes{device="veth275b86b"} 1.25e+09 node_network_speed_bytes{device="veth28b1591"} 1.25e+09 node_network_speed_bytes{device="veth296e150"} 1.25e+09 node_network_speed_bytes{device="veth29a1ccc"} 1.25e+09 node_network_speed_bytes{device="veth29c114f"} 1.25e+09 node_network_speed_bytes{device="veth2a65455"} 1.25e+09 node_network_speed_bytes{device="veth2a6f80b"} 1.25e+09 node_network_speed_bytes{device="veth2ad6708"} 1.25e+09 node_network_speed_bytes{device="veth2c8a5eb"} 1.25e+09 node_network_speed_bytes{device="veth2cf162c"} 1.25e+09 node_network_speed_bytes{device="veth2d6fdfa"} 1.25e+09 node_network_speed_bytes{device="veth2da2220"} 1.25e+09 node_network_speed_bytes{device="veth2df9e37"} 1.25e+09 node_network_speed_bytes{device="veth2e56669"} 1.25e+09 node_network_speed_bytes{device="veth2e6dcf4"} 1.25e+09 node_network_speed_bytes{device="veth2f465b5"} 1.25e+09 node_network_speed_bytes{device="veth2f81ebc"} 1.25e+09 node_network_speed_bytes{device="veth2fe3220"} 1.25e+09 node_network_speed_bytes{device="veth30486f8"} 1.25e+09 node_network_speed_bytes{device="veth3230a5c"} 1.25e+09 node_network_speed_bytes{device="veth3352b12"} 1.25e+09 node_network_speed_bytes{device="veth347d5da"} 1.25e+09 node_network_speed_bytes{device="veth348ced7"} 1.25e+09 node_network_speed_bytes{device="veth3533a3b"} 1.25e+09 node_network_speed_bytes{device="veth3565e55"} 1.25e+09 node_network_speed_bytes{device="veth3608455"} 1.25e+09 node_network_speed_bytes{device="veth36f23c3"} 1.25e+09 node_network_speed_bytes{device="veth36f2fdc"} 1.25e+09 node_network_speed_bytes{device="veth378b1cf"} 1.25e+09 node_network_speed_bytes{device="veth378d132"} 1.25e+09 node_network_speed_bytes{device="veth37d4017"} 1.25e+09 node_network_speed_bytes{device="veth3812cc9"} 1.25e+09 node_network_speed_bytes{device="veth384ee7f"} 1.25e+09 node_network_speed_bytes{device="veth388c154"} 1.25e+09 node_network_speed_bytes{device="veth3905075"} 1.25e+09 node_network_speed_bytes{device="veth3a09fdd"} 1.25e+09 node_network_speed_bytes{device="veth3c49372"} 1.25e+09 node_network_speed_bytes{device="veth3cbf8f4"} 1.25e+09 node_network_speed_bytes{device="veth3f7ef6c"} 1.25e+09 node_network_speed_bytes{device="veth407adc8"} 1.25e+09 node_network_speed_bytes{device="veth40c8fc3"} 1.25e+09 node_network_speed_bytes{device="veth413c10b"} 1.25e+09 node_network_speed_bytes{device="veth4181140"} 1.25e+09 node_network_speed_bytes{device="veth41d303a"} 1.25e+09 node_network_speed_bytes{device="veth42210c8"} 1.25e+09 node_network_speed_bytes{device="veth423037b"} 1.25e+09 node_network_speed_bytes{device="veth4281e6d"} 1.25e+09 node_network_speed_bytes{device="veth43cd59e"} 1.25e+09 node_network_speed_bytes{device="veth43e5c70"} 1.25e+09 node_network_speed_bytes{device="veth44d7e2c"} 1.25e+09 node_network_speed_bytes{device="veth450c253"} 1.25e+09 node_network_speed_bytes{device="veth45430e9"} 1.25e+09 node_network_speed_bytes{device="veth4642b70"} 1.25e+09 node_network_speed_bytes{device="veth468f7da"} 1.25e+09 node_network_speed_bytes{device="veth46afbf5"} 1.25e+09 node_network_speed_bytes{device="veth4732578"} 1.25e+09 node_network_speed_bytes{device="veth47bb667"} 1.25e+09 node_network_speed_bytes{device="veth47e6387"} 1.25e+09 node_network_speed_bytes{device="veth486fdd0"} 1.25e+09 node_network_speed_bytes{device="veth487e039"} 1.25e+09 node_network_speed_bytes{device="veth4993fb1"} 1.25e+09 node_network_speed_bytes{device="veth49b1548"} 1.25e+09 node_network_speed_bytes{device="veth49f14c7"} 1.25e+09 node_network_speed_bytes{device="veth4a642a8"} 1.25e+09 node_network_speed_bytes{device="veth4a76d10"} 1.25e+09 node_network_speed_bytes{device="veth4b29d5d"} 1.25e+09 node_network_speed_bytes{device="veth4bbdd5e"} 1.25e+09 node_network_speed_bytes{device="veth4d2d823"} 1.25e+09 node_network_speed_bytes{device="veth4e1abcc"} 1.25e+09 node_network_speed_bytes{device="veth4e3e373"} 1.25e+09 node_network_speed_bytes{device="veth4e78857"} 1.25e+09 node_network_speed_bytes{device="veth4f2fe05"} 1.25e+09 node_network_speed_bytes{device="veth4f9e86a"} 1.25e+09 node_network_speed_bytes{device="veth506c718"} 1.25e+09 node_network_speed_bytes{device="veth509a174"} 1.25e+09 node_network_speed_bytes{device="veth50b618a"} 1.25e+09 node_network_speed_bytes{device="veth517f447"} 1.25e+09 node_network_speed_bytes{device="veth5197b91"} 1.25e+09 node_network_speed_bytes{device="veth51a41e1"} 1.25e+09 node_network_speed_bytes{device="veth51c8eef"} 1.25e+09 node_network_speed_bytes{device="veth51f65bc"} 1.25e+09 node_network_speed_bytes{device="veth52d15a6"} 1.25e+09 node_network_speed_bytes{device="veth53a83dd"} 1.25e+09 node_network_speed_bytes{device="veth53c59b5"} 1.25e+09 node_network_speed_bytes{device="veth544564b"} 1.25e+09 node_network_speed_bytes{device="veth547ea5d"} 1.25e+09 node_network_speed_bytes{device="veth54d8e92"} 1.25e+09 node_network_speed_bytes{device="veth54f4b91"} 1.25e+09 node_network_speed_bytes{device="veth54fee19"} 1.25e+09 node_network_speed_bytes{device="veth558dcda"} 1.25e+09 node_network_speed_bytes{device="veth55bcfbe"} 1.25e+09 node_network_speed_bytes{device="veth5654345"} 1.25e+09 node_network_speed_bytes{device="veth5682e9e"} 1.25e+09 node_network_speed_bytes{device="veth56ba59b"} 1.25e+09 node_network_speed_bytes{device="veth56c8b10"} 1.25e+09 node_network_speed_bytes{device="veth5747c95"} 1.25e+09 node_network_speed_bytes{device="veth5798942"} 1.25e+09 node_network_speed_bytes{device="veth583d3bf"} 1.25e+09 node_network_speed_bytes{device="veth58c0c41"} 1.25e+09 node_network_speed_bytes{device="veth5955c4d"} 1.25e+09 node_network_speed_bytes{device="veth59b147f"} 1.25e+09 node_network_speed_bytes{device="veth59d9a6e"} 1.25e+09 node_network_speed_bytes{device="veth5a6eb98"} 1.25e+09 node_network_speed_bytes{device="veth5a7ac0c"} 1.25e+09 node_network_speed_bytes{device="veth5bb9200"} 1.25e+09 node_network_speed_bytes{device="veth5ce0bf8"} 1.25e+09 node_network_speed_bytes{device="veth5d0c6d0"} 1.25e+09 node_network_speed_bytes{device="veth5d6c487"} 1.25e+09 node_network_speed_bytes{device="veth5e594fd"} 1.25e+09 node_network_speed_bytes{device="veth5f4044b"} 1.25e+09 node_network_speed_bytes{device="veth5fab975"} 1.25e+09 node_network_speed_bytes{device="veth602c26c"} 1.25e+09 node_network_speed_bytes{device="veth607c6d0"} 1.25e+09 node_network_speed_bytes{device="veth61045ce"} 1.25e+09 node_network_speed_bytes{device="veth61f2797"} 1.25e+09 node_network_speed_bytes{device="veth620913b"} 1.25e+09 node_network_speed_bytes{device="veth62aa4cf"} 1.25e+09 node_network_speed_bytes{device="veth62e9205"} 1.25e+09 node_network_speed_bytes{device="veth6357d77"} 1.25e+09 node_network_speed_bytes{device="veth63a1039"} 1.25e+09 node_network_speed_bytes{device="veth64faa71"} 1.25e+09 node_network_speed_bytes{device="veth65b7cd5"} 1.25e+09 node_network_speed_bytes{device="veth67186fe"} 1.25e+09 node_network_speed_bytes{device="veth687f385"} 1.25e+09 node_network_speed_bytes{device="veth68a432f"} 1.25e+09 node_network_speed_bytes{device="veth68dc675"} 1.25e+09 node_network_speed_bytes{device="veth68dfc02"} 1.25e+09 node_network_speed_bytes{device="veth69282bc"} 1.25e+09 node_network_speed_bytes{device="veth69383b3"} 1.25e+09 node_network_speed_bytes{device="veth694f82a"} 1.25e+09 node_network_speed_bytes{device="veth6a36832"} 1.25e+09 node_network_speed_bytes{device="veth6ad616c"} 1.25e+09 node_network_speed_bytes{device="veth6b19168"} 1.25e+09 node_network_speed_bytes{device="veth6b2e435"} 1.25e+09 node_network_speed_bytes{device="veth6b49f3c"} 1.25e+09 node_network_speed_bytes{device="veth6b822ad"} 1.25e+09 node_network_speed_bytes{device="veth6b93b5b"} 1.25e+09 node_network_speed_bytes{device="veth6bea112"} 1.25e+09 node_network_speed_bytes{device="veth6cdc6e1"} 1.25e+09 node_network_speed_bytes{device="veth6e075bd"} 1.25e+09 node_network_speed_bytes{device="veth6e1780a"} 1.25e+09 node_network_speed_bytes{device="veth6e61860"} 1.25e+09 node_network_speed_bytes{device="veth7039388"} 1.25e+09 node_network_speed_bytes{device="veth70f4ee1"} 1.25e+09 node_network_speed_bytes{device="veth716f757"} 1.25e+09 node_network_speed_bytes{device="veth724ccf7"} 1.25e+09 node_network_speed_bytes{device="veth72594d2"} 1.25e+09 node_network_speed_bytes{device="veth730deaa"} 1.25e+09 node_network_speed_bytes{device="veth73512f2"} 1.25e+09 node_network_speed_bytes{device="veth73c1813"} 1.25e+09 node_network_speed_bytes{device="veth741cb85"} 1.25e+09 node_network_speed_bytes{device="veth75ab275"} 1.25e+09 node_network_speed_bytes{device="veth75c4fef"} 1.25e+09 node_network_speed_bytes{device="veth7636e3d"} 1.25e+09 node_network_speed_bytes{device="veth77432d4"} 1.25e+09 node_network_speed_bytes{device="veth795d64a"} 1.25e+09 node_network_speed_bytes{device="veth7c65c3b"} 1.25e+09 node_network_speed_bytes{device="veth7d1a0bd"} 1.25e+09 node_network_speed_bytes{device="veth7d6a0f5"} 1.25e+09 node_network_speed_bytes{device="veth7e09eb6"} 1.25e+09 node_network_speed_bytes{device="veth7e4ad7f"} 1.25e+09 node_network_speed_bytes{device="veth7ecac2d"} 1.25e+09 node_network_speed_bytes{device="veth7eccd33"} 1.25e+09 node_network_speed_bytes{device="veth7ee5901"} 1.25e+09 node_network_speed_bytes{device="veth7f0dd5d"} 1.25e+09 node_network_speed_bytes{device="veth7f473a1"} 1.25e+09 node_network_speed_bytes{device="veth7f5281e"} 1.25e+09 node_network_speed_bytes{device="veth7feb00f"} 1.25e+09 node_network_speed_bytes{device="veth7ff154f"} 1.25e+09 node_network_speed_bytes{device="veth80957ff"} 1.25e+09 node_network_speed_bytes{device="veth8137b9c"} 1.25e+09 node_network_speed_bytes{device="veth81a1594"} 1.25e+09 node_network_speed_bytes{device="veth81daf2a"} 1.25e+09 node_network_speed_bytes{device="veth8223f67"} 1.25e+09 node_network_speed_bytes{device="veth8247bb0"} 1.25e+09 node_network_speed_bytes{device="veth8270420"} 1.25e+09 node_network_speed_bytes{device="veth8335dac"} 1.25e+09 node_network_speed_bytes{device="veth8429d9a"} 1.25e+09 node_network_speed_bytes{device="veth844aefd"} 1.25e+09 node_network_speed_bytes{device="veth849dac1"} 1.25e+09 node_network_speed_bytes{device="veth84b99c9"} 1.25e+09 node_network_speed_bytes{device="veth84bd87d"} 1.25e+09 node_network_speed_bytes{device="veth85cc1cf"} 1.25e+09 node_network_speed_bytes{device="veth85f7192"} 1.25e+09 node_network_speed_bytes{device="veth86ce04d"} 1.25e+09 node_network_speed_bytes{device="veth872e399"} 1.25e+09 node_network_speed_bytes{device="veth873611d"} 1.25e+09 node_network_speed_bytes{device="veth877be1d"} 1.25e+09 node_network_speed_bytes{device="veth8969f3b"} 1.25e+09 node_network_speed_bytes{device="veth8c3a190"} 1.25e+09 node_network_speed_bytes{device="veth8c70adf"} 1.25e+09 node_network_speed_bytes{device="veth8db889b"} 1.25e+09 node_network_speed_bytes{device="veth8dc210c"} 1.25e+09 node_network_speed_bytes{device="veth8e0606c"} 1.25e+09 node_network_speed_bytes{device="veth8e077da"} 1.25e+09 node_network_speed_bytes{device="veth8e1aba7"} 1.25e+09 node_network_speed_bytes{device="veth8eae5df"} 1.25e+09 node_network_speed_bytes{device="veth8f7612b"} 1.25e+09 node_network_speed_bytes{device="veth8f7dd95"} 1.25e+09 node_network_speed_bytes{device="veth90c30b2"} 1.25e+09 node_network_speed_bytes{device="veth921cee8"} 1.25e+09 node_network_speed_bytes{device="veth9302314"} 1.25e+09 node_network_speed_bytes{device="veth9331cd6"} 1.25e+09 node_network_speed_bytes{device="veth9388ace"} 1.25e+09 node_network_speed_bytes{device="veth947bf8e"} 1.25e+09 node_network_speed_bytes{device="veth94ee973"} 1.25e+09 node_network_speed_bytes{device="veth950d9c2"} 1.25e+09 node_network_speed_bytes{device="veth951b9c5"} 1.25e+09 node_network_speed_bytes{device="veth9564c18"} 1.25e+09 node_network_speed_bytes{device="veth957c474"} 1.25e+09 node_network_speed_bytes{device="veth9585732"} 1.25e+09 node_network_speed_bytes{device="veth967aa1a"} 1.25e+09 node_network_speed_bytes{device="veth9779f87"} 1.25e+09 node_network_speed_bytes{device="veth983bad0"} 1.25e+09 node_network_speed_bytes{device="veth987c992"} 1.25e+09 node_network_speed_bytes{device="veth98c6421"} 1.25e+09 node_network_speed_bytes{device="veth990a50f"} 1.25e+09 node_network_speed_bytes{device="veth9a4f942"} 1.25e+09 node_network_speed_bytes{device="veth9a6c8be"} 1.25e+09 node_network_speed_bytes{device="veth9ad5f46"} 1.25e+09 node_network_speed_bytes{device="veth9b13721"} 1.25e+09 node_network_speed_bytes{device="veth9b464fa"} 1.25e+09 node_network_speed_bytes{device="veth9b4f0d2"} 1.25e+09 node_network_speed_bytes{device="veth9b5c7ee"} 1.25e+09 node_network_speed_bytes{device="veth9be4730"} 1.25e+09 node_network_speed_bytes{device="veth9bfc292"} 1.25e+09 node_network_speed_bytes{device="veth9c18fa3"} 1.25e+09 node_network_speed_bytes{device="veth9c355e1"} 1.25e+09 node_network_speed_bytes{device="veth9c57e90"} 1.25e+09 node_network_speed_bytes{device="veth9cdf489"} 1.25e+09 node_network_speed_bytes{device="veth9d63606"} 1.25e+09 node_network_speed_bytes{device="veth9de68fa"} 1.25e+09 node_network_speed_bytes{device="veth9e30c14"} 1.25e+09 node_network_speed_bytes{device="veth9e56bd7"} 1.25e+09 node_network_speed_bytes{device="veth9e6929b"} 1.25e+09 node_network_speed_bytes{device="veth9eba1cd"} 1.25e+09 node_network_speed_bytes{device="vetha03ce74"} 1.25e+09 node_network_speed_bytes{device="vetha04b49d"} 1.25e+09 node_network_speed_bytes{device="vetha10f2fa"} 1.25e+09 node_network_speed_bytes{device="vetha11005d"} 1.25e+09 node_network_speed_bytes{device="vetha145b74"} 1.25e+09 node_network_speed_bytes{device="vetha2b566c"} 1.25e+09 node_network_speed_bytes{device="vetha2fc1a5"} 1.25e+09 node_network_speed_bytes{device="vetha3569ea"} 1.25e+09 node_network_speed_bytes{device="vetha387dd9"} 1.25e+09 node_network_speed_bytes{device="vetha3b745a"} 1.25e+09 node_network_speed_bytes{device="vetha3bec2e"} 1.25e+09 node_network_speed_bytes{device="vetha4cd445"} 1.25e+09 node_network_speed_bytes{device="vetha4dbc2b"} 1.25e+09 node_network_speed_bytes{device="vetha4fe8d7"} 1.25e+09 node_network_speed_bytes{device="vetha68c9b3"} 1.25e+09 node_network_speed_bytes{device="vetha6ef154"} 1.25e+09 node_network_speed_bytes{device="vetha77a1bd"} 1.25e+09 node_network_speed_bytes{device="vetha7950a3"} 1.25e+09 node_network_speed_bytes{device="vetha82ff5a"} 1.25e+09 node_network_speed_bytes{device="vetha8424ea"} 1.25e+09 node_network_speed_bytes{device="vetha865d3e"} 1.25e+09 node_network_speed_bytes{device="vetha8b7d19"} 1.25e+09 node_network_speed_bytes{device="vetha916bfd"} 1.25e+09 node_network_speed_bytes{device="vetha96a22d"} 1.25e+09 node_network_speed_bytes{device="vetha96cc9c"} 1.25e+09 node_network_speed_bytes{device="vetha9c7c19"} 1.25e+09 node_network_speed_bytes{device="vetha9caa3b"} 1.25e+09 node_network_speed_bytes{device="vethaa90db7"} 1.25e+09 node_network_speed_bytes{device="vethab9efd5"} 1.25e+09 node_network_speed_bytes{device="vethac8d182"} 1.25e+09 node_network_speed_bytes{device="vethac999f1"} 1.25e+09 node_network_speed_bytes{device="vethaca1dc0"} 1.25e+09 node_network_speed_bytes{device="vethacf7ba6"} 1.25e+09 node_network_speed_bytes{device="vethad96a00"} 1.25e+09 node_network_speed_bytes{device="vethadd48e3"} 1.25e+09 node_network_speed_bytes{device="vethadd9f3f"} 1.25e+09 node_network_speed_bytes{device="vethae2fcbc"} 1.25e+09 node_network_speed_bytes{device="vethae97c83"} 1.25e+09 node_network_speed_bytes{device="vethb07dd73"} 1.25e+09 node_network_speed_bytes{device="vethb179549"} 1.25e+09 node_network_speed_bytes{device="vethb19d1ed"} 1.25e+09 node_network_speed_bytes{device="vethb1b305d"} 1.25e+09 node_network_speed_bytes{device="vethb1b39f0"} 1.25e+09 node_network_speed_bytes{device="vethb1bf067"} 1.25e+09 node_network_speed_bytes{device="vethb1d5654"} 1.25e+09 node_network_speed_bytes{device="vethb28b5ff"} 1.25e+09 node_network_speed_bytes{device="vethb2bd843"} 1.25e+09 node_network_speed_bytes{device="vethb305a14"} 1.25e+09 node_network_speed_bytes{device="vethb3e024d"} 1.25e+09 node_network_speed_bytes{device="vethb43c9ad"} 1.25e+09 node_network_speed_bytes{device="vethb477838"} 1.25e+09 node_network_speed_bytes{device="vethb4ce123"} 1.25e+09 node_network_speed_bytes{device="vethb56815f"} 1.25e+09 node_network_speed_bytes{device="vethb6bf622"} 1.25e+09 node_network_speed_bytes{device="vethb75ca8b"} 1.25e+09 node_network_speed_bytes{device="vethb770745"} 1.25e+09 node_network_speed_bytes{device="vethb7a1877"} 1.25e+09 node_network_speed_bytes{device="vethb7a9d61"} 1.25e+09 node_network_speed_bytes{device="vethb805fbd"} 1.25e+09 node_network_speed_bytes{device="vethb89ad32"} 1.25e+09 node_network_speed_bytes{device="vethb90d782"} 1.25e+09 node_network_speed_bytes{device="vethb91a369"} 1.25e+09 node_network_speed_bytes{device="vethb9b4a13"} 1.25e+09 node_network_speed_bytes{device="vethb9e011c"} 1.25e+09 node_network_speed_bytes{device="vethba518ed"} 1.25e+09 node_network_speed_bytes{device="vethbb22a17"} 1.25e+09 node_network_speed_bytes{device="vethbb85030"} 1.25e+09 node_network_speed_bytes{device="vethbb8a6e3"} 1.25e+09 node_network_speed_bytes{device="vethbbac89d"} 1.25e+09 node_network_speed_bytes{device="vethbd082f6"} 1.25e+09 node_network_speed_bytes{device="vethbd25c03"} 1.25e+09 node_network_speed_bytes{device="vethbde29dc"} 1.25e+09 node_network_speed_bytes{device="vethbdf0ae6"} 1.25e+09 node_network_speed_bytes{device="vethbdf987b"} 1.25e+09 node_network_speed_bytes{device="vethbe2b5e1"} 1.25e+09 node_network_speed_bytes{device="vethbe68e79"} 1.25e+09 node_network_speed_bytes{device="vethbf0834e"} 1.25e+09 node_network_speed_bytes{device="vethbf0fb34"} 1.25e+09 node_network_speed_bytes{device="vethbf21c25"} 1.25e+09 node_network_speed_bytes{device="vethc008c90"} 1.25e+09 node_network_speed_bytes{device="vethc07b10a"} 1.25e+09 node_network_speed_bytes{device="vethc08f47c"} 1.25e+09 node_network_speed_bytes{device="vethc18cb9a"} 1.25e+09 node_network_speed_bytes{device="vethc1a97fa"} 1.25e+09 node_network_speed_bytes{device="vethc1e9d8b"} 1.25e+09 node_network_speed_bytes{device="vethc264259"} 1.25e+09 node_network_speed_bytes{device="vethc31d600"} 1.25e+09 node_network_speed_bytes{device="vethc3ad82f"} 1.25e+09 node_network_speed_bytes{device="vethc46fc85"} 1.25e+09 node_network_speed_bytes{device="vethc4adf64"} 1.25e+09 node_network_speed_bytes{device="vethc549684"} 1.25e+09 node_network_speed_bytes{device="vethc5ebbd5"} 1.25e+09 node_network_speed_bytes{device="vethc61da72"} 1.25e+09 node_network_speed_bytes{device="vethc658eb9"} 1.25e+09 node_network_speed_bytes{device="vethc6b2fec"} 1.25e+09 node_network_speed_bytes{device="vethc6f15e7"} 1.25e+09 node_network_speed_bytes{device="vethc88834e"} 1.25e+09 node_network_speed_bytes{device="vethc9e2026"} 1.25e+09 node_network_speed_bytes{device="vethcaa0d9b"} 1.25e+09 node_network_speed_bytes{device="vethcad14ef"} 1.25e+09 node_network_speed_bytes{device="vethcc5c2ec"} 1.25e+09 node_network_speed_bytes{device="vethcd0f622"} 1.25e+09 node_network_speed_bytes{device="vethcdf4121"} 1.25e+09 node_network_speed_bytes{device="vethce28d62"} 1.25e+09 node_network_speed_bytes{device="vethcefb8ea"} 1.25e+09 node_network_speed_bytes{device="vethcf10a77"} 1.25e+09 node_network_speed_bytes{device="vethcf3d0ab"} 1.25e+09 node_network_speed_bytes{device="vethcf469f8"} 1.25e+09 node_network_speed_bytes{device="vethcfbd110"} 1.25e+09 node_network_speed_bytes{device="vethd049859"} 1.25e+09 node_network_speed_bytes{device="vethd0df832"} 1.25e+09 node_network_speed_bytes{device="vethd0ea3b3"} 1.25e+09 node_network_speed_bytes{device="vethd137e3f"} 1.25e+09 node_network_speed_bytes{device="vethd1673da"} 1.25e+09 node_network_speed_bytes{device="vethd17ef64"} 1.25e+09 node_network_speed_bytes{device="vethd265cdf"} 1.25e+09 node_network_speed_bytes{device="vethd274fa2"} 1.25e+09 node_network_speed_bytes{device="vethd3692c1"} 1.25e+09 node_network_speed_bytes{device="vethd3ad8e8"} 1.25e+09 node_network_speed_bytes{device="vethd3cb445"} 1.25e+09 node_network_speed_bytes{device="vethd460bfa"} 1.25e+09 node_network_speed_bytes{device="vethd4c98bf"} 1.25e+09 node_network_speed_bytes{device="vethd5453e5"} 1.25e+09 node_network_speed_bytes{device="vethd5b5677"} 1.25e+09 node_network_speed_bytes{device="vethd6090fd"} 1.25e+09 node_network_speed_bytes{device="vethd6d926d"} 1.25e+09 node_network_speed_bytes{device="vethd77042c"} 1.25e+09 node_network_speed_bytes{device="vethd8c625e"} 1.25e+09 node_network_speed_bytes{device="vethd95efe7"} 1.25e+09 node_network_speed_bytes{device="vethd9a7d1e"} 1.25e+09 node_network_speed_bytes{device="vethdb5e758"} 1.25e+09 node_network_speed_bytes{device="vethdbae4f2"} 1.25e+09 node_network_speed_bytes{device="vethdc87b20"} 1.25e+09 node_network_speed_bytes{device="vethdcb1f0b"} 1.25e+09 node_network_speed_bytes{device="vethdd53f2d"} 1.25e+09 node_network_speed_bytes{device="vethde11193"} 1.25e+09 node_network_speed_bytes{device="vethdeb9758"} 1.25e+09 node_network_speed_bytes{device="vethdeef5dc"} 1.25e+09 node_network_speed_bytes{device="vethe2428a1"} 1.25e+09 node_network_speed_bytes{device="vethe24bfb2"} 1.25e+09 node_network_speed_bytes{device="vethe2f38b4"} 1.25e+09 node_network_speed_bytes{device="vethe344c7c"} 1.25e+09 node_network_speed_bytes{device="vethe3e1fe3"} 1.25e+09 node_network_speed_bytes{device="vethe432622"} 1.25e+09 node_network_speed_bytes{device="vethe44e0ab"} 1.25e+09 node_network_speed_bytes{device="vethe4bfa42"} 1.25e+09 node_network_speed_bytes{device="vethe4f4e44"} 1.25e+09 node_network_speed_bytes{device="vethe4f5b2b"} 1.25e+09 node_network_speed_bytes{device="vethe523b56"} 1.25e+09 node_network_speed_bytes{device="vethe5b262f"} 1.25e+09 node_network_speed_bytes{device="vethe5e2431"} 1.25e+09 node_network_speed_bytes{device="vethe6c7619"} 1.25e+09 node_network_speed_bytes{device="vethe6d2761"} 1.25e+09 node_network_speed_bytes{device="vethe7084c8"} 1.25e+09 node_network_speed_bytes{device="vethe81d201"} 1.25e+09 node_network_speed_bytes{device="vethe81da63"} 1.25e+09 node_network_speed_bytes{device="vethe82b73e"} 1.25e+09 node_network_speed_bytes{device="vethe8b4700"} 1.25e+09 node_network_speed_bytes{device="vethe8e93c0"} 1.25e+09 node_network_speed_bytes{device="vethe96c577"} 1.25e+09 node_network_speed_bytes{device="vethe96d5e4"} 1.25e+09 node_network_speed_bytes{device="vethe97bbfc"} 1.25e+09 node_network_speed_bytes{device="vethe99909e"} 1.25e+09 node_network_speed_bytes{device="vetheaaf7a8"} 1.25e+09 node_network_speed_bytes{device="vetheabb614"} 1.25e+09 node_network_speed_bytes{device="vetheb6778a"} 1.25e+09 node_network_speed_bytes{device="vetheb9b73c"} 1.25e+09 node_network_speed_bytes{device="vetheb9f1a5"} 1.25e+09 node_network_speed_bytes{device="vetheca6089"} 1.25e+09 node_network_speed_bytes{device="vethee11bc2"} 1.25e+09 node_network_speed_bytes{device="vethee73ec3"} 1.25e+09 node_network_speed_bytes{device="vetheebb68b"} 1.25e+09 node_network_speed_bytes{device="vethef3aebe"} 1.25e+09 node_network_speed_bytes{device="vethef683ec"} 1.25e+09 node_network_speed_bytes{device="vethefcfba0"} 1.25e+09 node_network_speed_bytes{device="vethf002533"} 1.25e+09 node_network_speed_bytes{device="vethf0980ae"} 1.25e+09 node_network_speed_bytes{device="vethf0d12be"} 1.25e+09 node_network_speed_bytes{device="vethf0da578"} 1.25e+09 node_network_speed_bytes{device="vethf17a534"} 1.25e+09 node_network_speed_bytes{device="vethf1aa0a2"} 1.25e+09 node_network_speed_bytes{device="vethf1af506"} 1.25e+09 node_network_speed_bytes{device="vethf1d2976"} 1.25e+09 node_network_speed_bytes{device="vethf24dd7e"} 1.25e+09 node_network_speed_bytes{device="vethf340822"} 1.25e+09 node_network_speed_bytes{device="vethf420933"} 1.25e+09 node_network_speed_bytes{device="vethf4cfc78"} 1.25e+09 node_network_speed_bytes{device="vethf4d3c1b"} 1.25e+09 node_network_speed_bytes{device="vethf5c652f"} 1.25e+09 node_network_speed_bytes{device="vethf6144ce"} 1.25e+09 node_network_speed_bytes{device="vethf65b7bb"} 1.25e+09 node_network_speed_bytes{device="vethf6c8f45"} 1.25e+09 node_network_speed_bytes{device="vethf7001fb"} 1.25e+09 node_network_speed_bytes{device="vethf748303"} 1.25e+09 node_network_speed_bytes{device="vethf77cba5"} 1.25e+09 node_network_speed_bytes{device="vethf86a842"} 1.25e+09 node_network_speed_bytes{device="vethf906982"} 1.25e+09 node_network_speed_bytes{device="vethf9a5386"} 1.25e+09 node_network_speed_bytes{device="vethfa01a23"} 1.25e+09 node_network_speed_bytes{device="vethfa11d53"} 1.25e+09 node_network_speed_bytes{device="vethfbc3e02"} 1.25e+09 node_network_speed_bytes{device="vethfbda92a"} 1.25e+09 node_network_speed_bytes{device="vethfc1051c"} 1.25e+09 node_network_speed_bytes{device="vethfc5b432"} 1.25e+09 node_network_speed_bytes{device="vethfd373d2"} 1.25e+09 node_network_speed_bytes{device="vethfd8de08"} 1.25e+09 node_network_speed_bytes{device="vethfe57e1a"} 1.25e+09 node_network_speed_bytes{device="vethfe628e7"} 1.25e+09 node_network_speed_bytes{device="vethfe7a799"} 1.25e+09 node_network_speed_bytes{device="vethfe87d9a"} 1.25e+09 node_network_speed_bytes{device="vethff97c3c"} 1.25e+09 node_network_speed_bytes{device="vethffd01e5"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 1.4762581222e+10 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 3.923677e+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-087c68b8e63c"} 0 node_network_transmit_queue_length{device="br-0b1f21f65434"} 0 node_network_transmit_queue_length{device="br-0d0fae6fba3a"} 0 node_network_transmit_queue_length{device="br-170997b6d0fa"} 0 node_network_transmit_queue_length{device="br-1bb5f7b6f214"} 0 node_network_transmit_queue_length{device="br-1e4bfa09370c"} 0 node_network_transmit_queue_length{device="br-1f69ec4677f1"} 0 node_network_transmit_queue_length{device="br-21789fc30e57"} 0 node_network_transmit_queue_length{device="br-24be321e5dec"} 0 node_network_transmit_queue_length{device="br-259e1db91409"} 0 node_network_transmit_queue_length{device="br-26bd8dfacf27"} 0 node_network_transmit_queue_length{device="br-27f56655830b"} 0 node_network_transmit_queue_length{device="br-28d2c710d9dd"} 0 node_network_transmit_queue_length{device="br-2a3f91fee31f"} 0 node_network_transmit_queue_length{device="br-2bc240b92a01"} 0 node_network_transmit_queue_length{device="br-2c90dade3b40"} 0 node_network_transmit_queue_length{device="br-336368f4fbaf"} 0 node_network_transmit_queue_length{device="br-357f0be81f70"} 0 node_network_transmit_queue_length{device="br-36d6eda82163"} 0 node_network_transmit_queue_length{device="br-3eb6a5acab86"} 0 node_network_transmit_queue_length{device="br-448507de0ea8"} 0 node_network_transmit_queue_length{device="br-4a94058d26b4"} 0 node_network_transmit_queue_length{device="br-4be189870a60"} 0 node_network_transmit_queue_length{device="br-4f972baae489"} 0 node_network_transmit_queue_length{device="br-50cf1727260b"} 0 node_network_transmit_queue_length{device="br-52aec1ad6344"} 0 node_network_transmit_queue_length{device="br-54774436947a"} 0 node_network_transmit_queue_length{device="br-5508256f2a09"} 0 node_network_transmit_queue_length{device="br-57a69cbd7be7"} 0 node_network_transmit_queue_length{device="br-5d4590ede425"} 0 node_network_transmit_queue_length{device="br-610e22981841"} 0 node_network_transmit_queue_length{device="br-61849e346d59"} 0 node_network_transmit_queue_length{device="br-61d28ade84d6"} 0 node_network_transmit_queue_length{device="br-63561f6ecb8e"} 0 node_network_transmit_queue_length{device="br-65d299b503ee"} 0 node_network_transmit_queue_length{device="br-6bb76e52d0ad"} 0 node_network_transmit_queue_length{device="br-6f8573194abf"} 0 node_network_transmit_queue_length{device="br-7c7768cc3717"} 0 node_network_transmit_queue_length{device="br-7dc3afdf0595"} 0 node_network_transmit_queue_length{device="br-7f850a40bfe5"} 0 node_network_transmit_queue_length{device="br-8716ec68a5ed"} 0 node_network_transmit_queue_length{device="br-8ae373fa2d64"} 0 node_network_transmit_queue_length{device="br-8c6a4bf92696"} 0 node_network_transmit_queue_length{device="br-8cb85635e30f"} 0 node_network_transmit_queue_length{device="br-8dce2f197033"} 0 node_network_transmit_queue_length{device="br-90cd3c4154aa"} 0 node_network_transmit_queue_length{device="br-9472bb85cfee"} 0 node_network_transmit_queue_length{device="br-96848e888a71"} 0 node_network_transmit_queue_length{device="br-9ba5f271298c"} 0 node_network_transmit_queue_length{device="br-9bcfee4e647f"} 0 node_network_transmit_queue_length{device="br-9dafd0c4fdb9"} 0 node_network_transmit_queue_length{device="br-9db262804262"} 0 node_network_transmit_queue_length{device="br-9dc48ff73063"} 0 node_network_transmit_queue_length{device="br-a1d37c85c10a"} 0 node_network_transmit_queue_length{device="br-a1e913015165"} 0 node_network_transmit_queue_length{device="br-a28e9d8e1a5a"} 0 node_network_transmit_queue_length{device="br-a2ad5d8a6e21"} 0 node_network_transmit_queue_length{device="br-a38ecabc76e9"} 0 node_network_transmit_queue_length{device="br-a4f2233265e1"} 0 node_network_transmit_queue_length{device="br-a5dafb0a1dce"} 0 node_network_transmit_queue_length{device="br-a9bbe251fab0"} 0 node_network_transmit_queue_length{device="br-aa93655903fc"} 0 node_network_transmit_queue_length{device="br-ac3189dfb892"} 0 node_network_transmit_queue_length{device="br-ad403c2030eb"} 0 node_network_transmit_queue_length{device="br-b189446352e8"} 0 node_network_transmit_queue_length{device="br-b2704a1bb792"} 0 node_network_transmit_queue_length{device="br-b3ccbb1f1bc0"} 0 node_network_transmit_queue_length{device="br-b783fcd91426"} 0 node_network_transmit_queue_length{device="br-b963d2263b6f"} 0 node_network_transmit_queue_length{device="br-ba1379cf796f"} 0 node_network_transmit_queue_length{device="br-ba367713f9e4"} 0 node_network_transmit_queue_length{device="br-bbe8bdb22dd6"} 0 node_network_transmit_queue_length{device="br-bd52bf04c342"} 0 node_network_transmit_queue_length{device="br-bf0cd4851644"} 0 node_network_transmit_queue_length{device="br-bffb620a7ee6"} 0 node_network_transmit_queue_length{device="br-c1f5d6ba4d2d"} 0 node_network_transmit_queue_length{device="br-c30b8f3d8dab"} 0 node_network_transmit_queue_length{device="br-c77466ba6ab0"} 0 node_network_transmit_queue_length{device="br-ca643bc58727"} 0 node_network_transmit_queue_length{device="br-cd8eb8bff0ed"} 0 node_network_transmit_queue_length{device="br-d349f503bfc6"} 0 node_network_transmit_queue_length{device="br-d454ff2d1838"} 0 node_network_transmit_queue_length{device="br-d739d49adeac"} 0 node_network_transmit_queue_length{device="br-d7cd2c298e7c"} 0 node_network_transmit_queue_length{device="br-d8a988dac171"} 0 node_network_transmit_queue_length{device="br-de2f2179e66c"} 0 node_network_transmit_queue_length{device="br-de3eb58f0193"} 0 node_network_transmit_queue_length{device="br-dea46bb081b7"} 0 node_network_transmit_queue_length{device="br-e065831d4d38"} 0 node_network_transmit_queue_length{device="br-e5485c57cf48"} 0 node_network_transmit_queue_length{device="br-eb54112c03eb"} 0 node_network_transmit_queue_length{device="br-ec717bd1017c"} 0 node_network_transmit_queue_length{device="br-edb0c100954a"} 0 node_network_transmit_queue_length{device="br-f33823381a9d"} 0 node_network_transmit_queue_length{device="br-f3652190882f"} 0 node_network_transmit_queue_length{device="br-f408a2a1a184"} 0 node_network_transmit_queue_length{device="br-f515742f876f"} 0 node_network_transmit_queue_length{device="br-f9f6492a4861"} 0 node_network_transmit_queue_length{device="br-fb51064e1346"} 0 node_network_transmit_queue_length{device="br-fda61ed9d8ac"} 0 node_network_transmit_queue_length{device="br-fedaf61052e8"} 0 node_network_transmit_queue_length{device="br-ff91e3e17577"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="docker_gwbridge"} 0 node_network_transmit_queue_length{device="enp1s0"} 1000 node_network_transmit_queue_length{device="enp7s0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth0032b85"} 0 node_network_transmit_queue_length{device="veth0062100"} 0 node_network_transmit_queue_length{device="veth0103041"} 0 node_network_transmit_queue_length{device="veth0112c67"} 0 node_network_transmit_queue_length{device="veth019627f"} 0 node_network_transmit_queue_length{device="veth022f48e"} 0 node_network_transmit_queue_length{device="veth02c3008"} 0 node_network_transmit_queue_length{device="veth03870f2"} 0 node_network_transmit_queue_length{device="veth03fab17"} 0 node_network_transmit_queue_length{device="veth0445705"} 0 node_network_transmit_queue_length{device="veth04d9d5c"} 0 node_network_transmit_queue_length{device="veth04f6c9d"} 0 node_network_transmit_queue_length{device="veth05af784"} 0 node_network_transmit_queue_length{device="veth05efff4"} 0 node_network_transmit_queue_length{device="veth060151d"} 0 node_network_transmit_queue_length{device="veth060da87"} 0 node_network_transmit_queue_length{device="veth061cde3"} 0 node_network_transmit_queue_length{device="veth069689a"} 0 node_network_transmit_queue_length{device="veth071e33d"} 0 node_network_transmit_queue_length{device="veth0721878"} 0 node_network_transmit_queue_length{device="veth075aab6"} 0 node_network_transmit_queue_length{device="veth07e6c77"} 0 node_network_transmit_queue_length{device="veth0b493a5"} 0 node_network_transmit_queue_length{device="veth0b53316"} 0 node_network_transmit_queue_length{device="veth0c53113"} 0 node_network_transmit_queue_length{device="veth0d1acf5"} 0 node_network_transmit_queue_length{device="veth0d31a45"} 0 node_network_transmit_queue_length{device="veth0de6dee"} 0 node_network_transmit_queue_length{device="veth0df23dc"} 0 node_network_transmit_queue_length{device="veth0eca916"} 0 node_network_transmit_queue_length{device="veth0f5f33d"} 0 node_network_transmit_queue_length{device="veth0f8dec9"} 0 node_network_transmit_queue_length{device="veth102c1ba"} 0 node_network_transmit_queue_length{device="veth1063edf"} 0 node_network_transmit_queue_length{device="veth1118b3c"} 0 node_network_transmit_queue_length{device="veth11515af"} 0 node_network_transmit_queue_length{device="veth133564c"} 0 node_network_transmit_queue_length{device="veth1347d6c"} 0 node_network_transmit_queue_length{device="veth135d815"} 0 node_network_transmit_queue_length{device="veth13c38ee"} 0 node_network_transmit_queue_length{device="veth13e91ad"} 0 node_network_transmit_queue_length{device="veth1425634"} 0 node_network_transmit_queue_length{device="veth1611d0c"} 0 node_network_transmit_queue_length{device="veth168e87b"} 0 node_network_transmit_queue_length{device="veth1706b7a"} 0 node_network_transmit_queue_length{device="veth178dfc0"} 0 node_network_transmit_queue_length{device="veth1938721"} 0 node_network_transmit_queue_length{device="veth19a56fa"} 0 node_network_transmit_queue_length{device="veth1aaea89"} 0 node_network_transmit_queue_length{device="veth1b45a8e"} 0 node_network_transmit_queue_length{device="veth1b6bd03"} 0 node_network_transmit_queue_length{device="veth1cd93e3"} 0 node_network_transmit_queue_length{device="veth1d5394d"} 0 node_network_transmit_queue_length{device="veth1d86d73"} 0 node_network_transmit_queue_length{device="veth1ead36c"} 0 node_network_transmit_queue_length{device="veth1fb3a26"} 0 node_network_transmit_queue_length{device="veth20297c5"} 0 node_network_transmit_queue_length{device="veth2106fb1"} 0 node_network_transmit_queue_length{device="veth21341d6"} 0 node_network_transmit_queue_length{device="veth2295082"} 0 node_network_transmit_queue_length{device="veth247d7c2"} 0 node_network_transmit_queue_length{device="veth25425d4"} 0 node_network_transmit_queue_length{device="veth256aa3d"} 0 node_network_transmit_queue_length{device="veth26409f4"} 0 node_network_transmit_queue_length{device="veth269d5e6"} 0 node_network_transmit_queue_length{device="veth273675a"} 0 node_network_transmit_queue_length{device="veth275b86b"} 0 node_network_transmit_queue_length{device="veth28b1591"} 0 node_network_transmit_queue_length{device="veth296e150"} 0 node_network_transmit_queue_length{device="veth29a1ccc"} 0 node_network_transmit_queue_length{device="veth29c114f"} 0 node_network_transmit_queue_length{device="veth2a65455"} 0 node_network_transmit_queue_length{device="veth2a6f80b"} 0 node_network_transmit_queue_length{device="veth2ad6708"} 0 node_network_transmit_queue_length{device="veth2c8a5eb"} 0 node_network_transmit_queue_length{device="veth2cf162c"} 0 node_network_transmit_queue_length{device="veth2d6fdfa"} 0 node_network_transmit_queue_length{device="veth2da2220"} 0 node_network_transmit_queue_length{device="veth2df9e37"} 0 node_network_transmit_queue_length{device="veth2e56669"} 0 node_network_transmit_queue_length{device="veth2e6dcf4"} 0 node_network_transmit_queue_length{device="veth2f465b5"} 0 node_network_transmit_queue_length{device="veth2f81ebc"} 0 node_network_transmit_queue_length{device="veth2fe3220"} 0 node_network_transmit_queue_length{device="veth30486f8"} 0 node_network_transmit_queue_length{device="veth3230a5c"} 0 node_network_transmit_queue_length{device="veth3352b12"} 0 node_network_transmit_queue_length{device="veth347d5da"} 0 node_network_transmit_queue_length{device="veth348ced7"} 0 node_network_transmit_queue_length{device="veth3533a3b"} 0 node_network_transmit_queue_length{device="veth3565e55"} 0 node_network_transmit_queue_length{device="veth3608455"} 0 node_network_transmit_queue_length{device="veth36f23c3"} 0 node_network_transmit_queue_length{device="veth36f2fdc"} 0 node_network_transmit_queue_length{device="veth378b1cf"} 0 node_network_transmit_queue_length{device="veth378d132"} 0 node_network_transmit_queue_length{device="veth37d4017"} 0 node_network_transmit_queue_length{device="veth3812cc9"} 0 node_network_transmit_queue_length{device="veth384ee7f"} 0 node_network_transmit_queue_length{device="veth388c154"} 0 node_network_transmit_queue_length{device="veth3905075"} 0 node_network_transmit_queue_length{device="veth3a09fdd"} 0 node_network_transmit_queue_length{device="veth3c49372"} 0 node_network_transmit_queue_length{device="veth3cbf8f4"} 0 node_network_transmit_queue_length{device="veth3f7ef6c"} 0 node_network_transmit_queue_length{device="veth407adc8"} 0 node_network_transmit_queue_length{device="veth40c8fc3"} 0 node_network_transmit_queue_length{device="veth413c10b"} 0 node_network_transmit_queue_length{device="veth4181140"} 0 node_network_transmit_queue_length{device="veth41d303a"} 0 node_network_transmit_queue_length{device="veth42210c8"} 0 node_network_transmit_queue_length{device="veth423037b"} 0 node_network_transmit_queue_length{device="veth4281e6d"} 0 node_network_transmit_queue_length{device="veth43cd59e"} 0 node_network_transmit_queue_length{device="veth43e5c70"} 0 node_network_transmit_queue_length{device="veth44d7e2c"} 0 node_network_transmit_queue_length{device="veth450c253"} 0 node_network_transmit_queue_length{device="veth45430e9"} 0 node_network_transmit_queue_length{device="veth4642b70"} 0 node_network_transmit_queue_length{device="veth468f7da"} 0 node_network_transmit_queue_length{device="veth46afbf5"} 0 node_network_transmit_queue_length{device="veth4732578"} 0 node_network_transmit_queue_length{device="veth47bb667"} 0 node_network_transmit_queue_length{device="veth47e6387"} 0 node_network_transmit_queue_length{device="veth486fdd0"} 0 node_network_transmit_queue_length{device="veth487e039"} 0 node_network_transmit_queue_length{device="veth4993fb1"} 0 node_network_transmit_queue_length{device="veth49b1548"} 0 node_network_transmit_queue_length{device="veth49f14c7"} 0 node_network_transmit_queue_length{device="veth4a642a8"} 0 node_network_transmit_queue_length{device="veth4a76d10"} 0 node_network_transmit_queue_length{device="veth4b29d5d"} 0 node_network_transmit_queue_length{device="veth4bbdd5e"} 0 node_network_transmit_queue_length{device="veth4d2d823"} 0 node_network_transmit_queue_length{device="veth4e1abcc"} 0 node_network_transmit_queue_length{device="veth4e3e373"} 0 node_network_transmit_queue_length{device="veth4e78857"} 0 node_network_transmit_queue_length{device="veth4f2fe05"} 0 node_network_transmit_queue_length{device="veth4f9e86a"} 0 node_network_transmit_queue_length{device="veth506c718"} 0 node_network_transmit_queue_length{device="veth509a174"} 0 node_network_transmit_queue_length{device="veth50b618a"} 0 node_network_transmit_queue_length{device="veth517f447"} 0 node_network_transmit_queue_length{device="veth5197b91"} 0 node_network_transmit_queue_length{device="veth51a41e1"} 0 node_network_transmit_queue_length{device="veth51c8eef"} 0 node_network_transmit_queue_length{device="veth51f65bc"} 0 node_network_transmit_queue_length{device="veth52d15a6"} 0 node_network_transmit_queue_length{device="veth53a83dd"} 0 node_network_transmit_queue_length{device="veth53c59b5"} 0 node_network_transmit_queue_length{device="veth544564b"} 0 node_network_transmit_queue_length{device="veth547ea5d"} 0 node_network_transmit_queue_length{device="veth54d8e92"} 0 node_network_transmit_queue_length{device="veth54f4b91"} 0 node_network_transmit_queue_length{device="veth54fee19"} 0 node_network_transmit_queue_length{device="veth558dcda"} 0 node_network_transmit_queue_length{device="veth55bcfbe"} 0 node_network_transmit_queue_length{device="veth5654345"} 0 node_network_transmit_queue_length{device="veth5682e9e"} 0 node_network_transmit_queue_length{device="veth56ba59b"} 0 node_network_transmit_queue_length{device="veth56c8b10"} 0 node_network_transmit_queue_length{device="veth5747c95"} 0 node_network_transmit_queue_length{device="veth5798942"} 0 node_network_transmit_queue_length{device="veth583d3bf"} 0 node_network_transmit_queue_length{device="veth58c0c41"} 0 node_network_transmit_queue_length{device="veth5955c4d"} 0 node_network_transmit_queue_length{device="veth59b147f"} 0 node_network_transmit_queue_length{device="veth59d9a6e"} 0 node_network_transmit_queue_length{device="veth5a6eb98"} 0 node_network_transmit_queue_length{device="veth5a7ac0c"} 0 node_network_transmit_queue_length{device="veth5bb9200"} 0 node_network_transmit_queue_length{device="veth5ce0bf8"} 0 node_network_transmit_queue_length{device="veth5d0c6d0"} 0 node_network_transmit_queue_length{device="veth5d6c487"} 0 node_network_transmit_queue_length{device="veth5e594fd"} 0 node_network_transmit_queue_length{device="veth5f4044b"} 0 node_network_transmit_queue_length{device="veth5fab975"} 0 node_network_transmit_queue_length{device="veth602c26c"} 0 node_network_transmit_queue_length{device="veth607c6d0"} 0 node_network_transmit_queue_length{device="veth61045ce"} 0 node_network_transmit_queue_length{device="veth61f2797"} 0 node_network_transmit_queue_length{device="veth620913b"} 0 node_network_transmit_queue_length{device="veth62aa4cf"} 0 node_network_transmit_queue_length{device="veth62e9205"} 0 node_network_transmit_queue_length{device="veth6357d77"} 0 node_network_transmit_queue_length{device="veth63a1039"} 0 node_network_transmit_queue_length{device="veth64faa71"} 0 node_network_transmit_queue_length{device="veth65b7cd5"} 0 node_network_transmit_queue_length{device="veth67186fe"} 0 node_network_transmit_queue_length{device="veth687f385"} 0 node_network_transmit_queue_length{device="veth68a432f"} 0 node_network_transmit_queue_length{device="veth68dc675"} 0 node_network_transmit_queue_length{device="veth68dfc02"} 0 node_network_transmit_queue_length{device="veth69282bc"} 0 node_network_transmit_queue_length{device="veth69383b3"} 0 node_network_transmit_queue_length{device="veth694f82a"} 0 node_network_transmit_queue_length{device="veth6a36832"} 0 node_network_transmit_queue_length{device="veth6ad616c"} 0 node_network_transmit_queue_length{device="veth6b19168"} 0 node_network_transmit_queue_length{device="veth6b2e435"} 0 node_network_transmit_queue_length{device="veth6b49f3c"} 0 node_network_transmit_queue_length{device="veth6b822ad"} 0 node_network_transmit_queue_length{device="veth6b93b5b"} 0 node_network_transmit_queue_length{device="veth6bea112"} 0 node_network_transmit_queue_length{device="veth6cdc6e1"} 0 node_network_transmit_queue_length{device="veth6e075bd"} 0 node_network_transmit_queue_length{device="veth6e1780a"} 0 node_network_transmit_queue_length{device="veth6e61860"} 0 node_network_transmit_queue_length{device="veth7039388"} 0 node_network_transmit_queue_length{device="veth70f4ee1"} 0 node_network_transmit_queue_length{device="veth716f757"} 0 node_network_transmit_queue_length{device="veth724ccf7"} 0 node_network_transmit_queue_length{device="veth72594d2"} 0 node_network_transmit_queue_length{device="veth730deaa"} 0 node_network_transmit_queue_length{device="veth73512f2"} 0 node_network_transmit_queue_length{device="veth73c1813"} 0 node_network_transmit_queue_length{device="veth741cb85"} 0 node_network_transmit_queue_length{device="veth75ab275"} 0 node_network_transmit_queue_length{device="veth75c4fef"} 0 node_network_transmit_queue_length{device="veth7636e3d"} 0 node_network_transmit_queue_length{device="veth77432d4"} 0 node_network_transmit_queue_length{device="veth795d64a"} 0 node_network_transmit_queue_length{device="veth7c65c3b"} 0 node_network_transmit_queue_length{device="veth7d1a0bd"} 0 node_network_transmit_queue_length{device="veth7d6a0f5"} 0 node_network_transmit_queue_length{device="veth7e09eb6"} 0 node_network_transmit_queue_length{device="veth7e4ad7f"} 0 node_network_transmit_queue_length{device="veth7ecac2d"} 0 node_network_transmit_queue_length{device="veth7eccd33"} 0 node_network_transmit_queue_length{device="veth7ee5901"} 0 node_network_transmit_queue_length{device="veth7f0dd5d"} 0 node_network_transmit_queue_length{device="veth7f473a1"} 0 node_network_transmit_queue_length{device="veth7f5281e"} 0 node_network_transmit_queue_length{device="veth7feb00f"} 0 node_network_transmit_queue_length{device="veth7ff154f"} 0 node_network_transmit_queue_length{device="veth80957ff"} 0 node_network_transmit_queue_length{device="veth8137b9c"} 0 node_network_transmit_queue_length{device="veth81a1594"} 0 node_network_transmit_queue_length{device="veth81daf2a"} 0 node_network_transmit_queue_length{device="veth8223f67"} 0 node_network_transmit_queue_length{device="veth8247bb0"} 0 node_network_transmit_queue_length{device="veth8270420"} 0 node_network_transmit_queue_length{device="veth8335dac"} 0 node_network_transmit_queue_length{device="veth8429d9a"} 0 node_network_transmit_queue_length{device="veth844aefd"} 0 node_network_transmit_queue_length{device="veth849dac1"} 0 node_network_transmit_queue_length{device="veth84b99c9"} 0 node_network_transmit_queue_length{device="veth84bd87d"} 0 node_network_transmit_queue_length{device="veth85cc1cf"} 0 node_network_transmit_queue_length{device="veth85f7192"} 0 node_network_transmit_queue_length{device="veth86ce04d"} 0 node_network_transmit_queue_length{device="veth872e399"} 0 node_network_transmit_queue_length{device="veth873611d"} 0 node_network_transmit_queue_length{device="veth877be1d"} 0 node_network_transmit_queue_length{device="veth8969f3b"} 0 node_network_transmit_queue_length{device="veth8c3a190"} 0 node_network_transmit_queue_length{device="veth8c70adf"} 0 node_network_transmit_queue_length{device="veth8db889b"} 0 node_network_transmit_queue_length{device="veth8dc210c"} 0 node_network_transmit_queue_length{device="veth8e0606c"} 0 node_network_transmit_queue_length{device="veth8e077da"} 0 node_network_transmit_queue_length{device="veth8e1aba7"} 0 node_network_transmit_queue_length{device="veth8eae5df"} 0 node_network_transmit_queue_length{device="veth8f7612b"} 0 node_network_transmit_queue_length{device="veth8f7dd95"} 0 node_network_transmit_queue_length{device="veth90c30b2"} 0 node_network_transmit_queue_length{device="veth921cee8"} 0 node_network_transmit_queue_length{device="veth9302314"} 0 node_network_transmit_queue_length{device="veth9331cd6"} 0 node_network_transmit_queue_length{device="veth9388ace"} 0 node_network_transmit_queue_length{device="veth947bf8e"} 0 node_network_transmit_queue_length{device="veth94ee973"} 0 node_network_transmit_queue_length{device="veth950d9c2"} 0 node_network_transmit_queue_length{device="veth951b9c5"} 0 node_network_transmit_queue_length{device="veth9564c18"} 0 node_network_transmit_queue_length{device="veth957c474"} 0 node_network_transmit_queue_length{device="veth9585732"} 0 node_network_transmit_queue_length{device="veth967aa1a"} 0 node_network_transmit_queue_length{device="veth9779f87"} 0 node_network_transmit_queue_length{device="veth983bad0"} 0 node_network_transmit_queue_length{device="veth987c992"} 0 node_network_transmit_queue_length{device="veth98c6421"} 0 node_network_transmit_queue_length{device="veth990a50f"} 0 node_network_transmit_queue_length{device="veth9a4f942"} 0 node_network_transmit_queue_length{device="veth9a6c8be"} 0 node_network_transmit_queue_length{device="veth9ad5f46"} 0 node_network_transmit_queue_length{device="veth9b13721"} 0 node_network_transmit_queue_length{device="veth9b464fa"} 0 node_network_transmit_queue_length{device="veth9b4f0d2"} 0 node_network_transmit_queue_length{device="veth9b5c7ee"} 0 node_network_transmit_queue_length{device="veth9be4730"} 0 node_network_transmit_queue_length{device="veth9bfc292"} 0 node_network_transmit_queue_length{device="veth9c18fa3"} 0 node_network_transmit_queue_length{device="veth9c355e1"} 0 node_network_transmit_queue_length{device="veth9c57e90"} 0 node_network_transmit_queue_length{device="veth9cdf489"} 0 node_network_transmit_queue_length{device="veth9d63606"} 0 node_network_transmit_queue_length{device="veth9de68fa"} 0 node_network_transmit_queue_length{device="veth9e30c14"} 0 node_network_transmit_queue_length{device="veth9e56bd7"} 0 node_network_transmit_queue_length{device="veth9e6929b"} 0 node_network_transmit_queue_length{device="veth9eba1cd"} 0 node_network_transmit_queue_length{device="vetha03ce74"} 0 node_network_transmit_queue_length{device="vetha04b49d"} 0 node_network_transmit_queue_length{device="vetha10f2fa"} 0 node_network_transmit_queue_length{device="vetha11005d"} 0 node_network_transmit_queue_length{device="vetha145b74"} 0 node_network_transmit_queue_length{device="vetha2b566c"} 0 node_network_transmit_queue_length{device="vetha2fc1a5"} 0 node_network_transmit_queue_length{device="vetha3569ea"} 0 node_network_transmit_queue_length{device="vetha387dd9"} 0 node_network_transmit_queue_length{device="vetha3b745a"} 0 node_network_transmit_queue_length{device="vetha3bec2e"} 0 node_network_transmit_queue_length{device="vetha4cd445"} 0 node_network_transmit_queue_length{device="vetha4dbc2b"} 0 node_network_transmit_queue_length{device="vetha4fe8d7"} 0 node_network_transmit_queue_length{device="vetha68c9b3"} 0 node_network_transmit_queue_length{device="vetha6ef154"} 0 node_network_transmit_queue_length{device="vetha77a1bd"} 0 node_network_transmit_queue_length{device="vetha7950a3"} 0 node_network_transmit_queue_length{device="vetha82ff5a"} 0 node_network_transmit_queue_length{device="vetha8424ea"} 0 node_network_transmit_queue_length{device="vetha865d3e"} 0 node_network_transmit_queue_length{device="vetha8b7d19"} 0 node_network_transmit_queue_length{device="vetha916bfd"} 0 node_network_transmit_queue_length{device="vetha96a22d"} 0 node_network_transmit_queue_length{device="vetha96cc9c"} 0 node_network_transmit_queue_length{device="vetha9c7c19"} 0 node_network_transmit_queue_length{device="vetha9caa3b"} 0 node_network_transmit_queue_length{device="vethaa90db7"} 0 node_network_transmit_queue_length{device="vethab9efd5"} 0 node_network_transmit_queue_length{device="vethac8d182"} 0 node_network_transmit_queue_length{device="vethac999f1"} 0 node_network_transmit_queue_length{device="vethaca1dc0"} 0 node_network_transmit_queue_length{device="vethacf7ba6"} 0 node_network_transmit_queue_length{device="vethad96a00"} 0 node_network_transmit_queue_length{device="vethadd48e3"} 0 node_network_transmit_queue_length{device="vethadd9f3f"} 0 node_network_transmit_queue_length{device="vethae2fcbc"} 0 node_network_transmit_queue_length{device="vethae97c83"} 0 node_network_transmit_queue_length{device="vethb07dd73"} 0 node_network_transmit_queue_length{device="vethb179549"} 0 node_network_transmit_queue_length{device="vethb19d1ed"} 0 node_network_transmit_queue_length{device="vethb1b305d"} 0 node_network_transmit_queue_length{device="vethb1b39f0"} 0 node_network_transmit_queue_length{device="vethb1bf067"} 0 node_network_transmit_queue_length{device="vethb1d5654"} 0 node_network_transmit_queue_length{device="vethb28b5ff"} 0 node_network_transmit_queue_length{device="vethb2bd843"} 0 node_network_transmit_queue_length{device="vethb305a14"} 0 node_network_transmit_queue_length{device="vethb3e024d"} 0 node_network_transmit_queue_length{device="vethb43c9ad"} 0 node_network_transmit_queue_length{device="vethb477838"} 0 node_network_transmit_queue_length{device="vethb4ce123"} 0 node_network_transmit_queue_length{device="vethb56815f"} 0 node_network_transmit_queue_length{device="vethb6bf622"} 0 node_network_transmit_queue_length{device="vethb75ca8b"} 0 node_network_transmit_queue_length{device="vethb770745"} 0 node_network_transmit_queue_length{device="vethb7a1877"} 0 node_network_transmit_queue_length{device="vethb7a9d61"} 0 node_network_transmit_queue_length{device="vethb805fbd"} 0 node_network_transmit_queue_length{device="vethb89ad32"} 0 node_network_transmit_queue_length{device="vethb90d782"} 0 node_network_transmit_queue_length{device="vethb91a369"} 0 node_network_transmit_queue_length{device="vethb9b4a13"} 0 node_network_transmit_queue_length{device="vethb9e011c"} 0 node_network_transmit_queue_length{device="vethba518ed"} 0 node_network_transmit_queue_length{device="vethbb22a17"} 0 node_network_transmit_queue_length{device="vethbb85030"} 0 node_network_transmit_queue_length{device="vethbb8a6e3"} 0 node_network_transmit_queue_length{device="vethbbac89d"} 0 node_network_transmit_queue_length{device="vethbd082f6"} 0 node_network_transmit_queue_length{device="vethbd25c03"} 0 node_network_transmit_queue_length{device="vethbde29dc"} 0 node_network_transmit_queue_length{device="vethbdf0ae6"} 0 node_network_transmit_queue_length{device="vethbdf987b"} 0 node_network_transmit_queue_length{device="vethbe2b5e1"} 0 node_network_transmit_queue_length{device="vethbe68e79"} 0 node_network_transmit_queue_length{device="vethbf0834e"} 0 node_network_transmit_queue_length{device="vethbf0fb34"} 0 node_network_transmit_queue_length{device="vethbf21c25"} 0 node_network_transmit_queue_length{device="vethc008c90"} 0 node_network_transmit_queue_length{device="vethc07b10a"} 0 node_network_transmit_queue_length{device="vethc08f47c"} 0 node_network_transmit_queue_length{device="vethc18cb9a"} 0 node_network_transmit_queue_length{device="vethc1a97fa"} 0 node_network_transmit_queue_length{device="vethc1e9d8b"} 0 node_network_transmit_queue_length{device="vethc264259"} 0 node_network_transmit_queue_length{device="vethc31d600"} 0 node_network_transmit_queue_length{device="vethc3ad82f"} 0 node_network_transmit_queue_length{device="vethc46fc85"} 0 node_network_transmit_queue_length{device="vethc4adf64"} 0 node_network_transmit_queue_length{device="vethc549684"} 0 node_network_transmit_queue_length{device="vethc5ebbd5"} 0 node_network_transmit_queue_length{device="vethc61da72"} 0 node_network_transmit_queue_length{device="vethc658eb9"} 0 node_network_transmit_queue_length{device="vethc6b2fec"} 0 node_network_transmit_queue_length{device="vethc6f15e7"} 0 node_network_transmit_queue_length{device="vethc88834e"} 0 node_network_transmit_queue_length{device="vethc9e2026"} 0 node_network_transmit_queue_length{device="vethcaa0d9b"} 0 node_network_transmit_queue_length{device="vethcad14ef"} 0 node_network_transmit_queue_length{device="vethcc5c2ec"} 0 node_network_transmit_queue_length{device="vethcd0f622"} 0 node_network_transmit_queue_length{device="vethcdf4121"} 0 node_network_transmit_queue_length{device="vethce28d62"} 0 node_network_transmit_queue_length{device="vethcefb8ea"} 0 node_network_transmit_queue_length{device="vethcf10a77"} 0 node_network_transmit_queue_length{device="vethcf3d0ab"} 0 node_network_transmit_queue_length{device="vethcf469f8"} 0 node_network_transmit_queue_length{device="vethcfbd110"} 0 node_network_transmit_queue_length{device="vethd049859"} 0 node_network_transmit_queue_length{device="vethd0df832"} 0 node_network_transmit_queue_length{device="vethd0ea3b3"} 0 node_network_transmit_queue_length{device="vethd137e3f"} 0 node_network_transmit_queue_length{device="vethd1673da"} 0 node_network_transmit_queue_length{device="vethd17ef64"} 0 node_network_transmit_queue_length{device="vethd265cdf"} 0 node_network_transmit_queue_length{device="vethd274fa2"} 0 node_network_transmit_queue_length{device="vethd3692c1"} 0 node_network_transmit_queue_length{device="vethd3ad8e8"} 0 node_network_transmit_queue_length{device="vethd3cb445"} 0 node_network_transmit_queue_length{device="vethd460bfa"} 0 node_network_transmit_queue_length{device="vethd4c98bf"} 0 node_network_transmit_queue_length{device="vethd5453e5"} 0 node_network_transmit_queue_length{device="vethd5b5677"} 0 node_network_transmit_queue_length{device="vethd6090fd"} 0 node_network_transmit_queue_length{device="vethd6d926d"} 0 node_network_transmit_queue_length{device="vethd77042c"} 0 node_network_transmit_queue_length{device="vethd8c625e"} 0 node_network_transmit_queue_length{device="vethd95efe7"} 0 node_network_transmit_queue_length{device="vethd9a7d1e"} 0 node_network_transmit_queue_length{device="vethdb5e758"} 0 node_network_transmit_queue_length{device="vethdbae4f2"} 0 node_network_transmit_queue_length{device="vethdc87b20"} 0 node_network_transmit_queue_length{device="vethdcb1f0b"} 0 node_network_transmit_queue_length{device="vethdd53f2d"} 0 node_network_transmit_queue_length{device="vethde11193"} 0 node_network_transmit_queue_length{device="vethdeb9758"} 0 node_network_transmit_queue_length{device="vethdeef5dc"} 0 node_network_transmit_queue_length{device="vethe2428a1"} 0 node_network_transmit_queue_length{device="vethe24bfb2"} 0 node_network_transmit_queue_length{device="vethe2f38b4"} 0 node_network_transmit_queue_length{device="vethe344c7c"} 0 node_network_transmit_queue_length{device="vethe3e1fe3"} 0 node_network_transmit_queue_length{device="vethe432622"} 0 node_network_transmit_queue_length{device="vethe44e0ab"} 0 node_network_transmit_queue_length{device="vethe4bfa42"} 0 node_network_transmit_queue_length{device="vethe4f4e44"} 0 node_network_transmit_queue_length{device="vethe4f5b2b"} 0 node_network_transmit_queue_length{device="vethe523b56"} 0 node_network_transmit_queue_length{device="vethe5b262f"} 0 node_network_transmit_queue_length{device="vethe5e2431"} 0 node_network_transmit_queue_length{device="vethe6c7619"} 0 node_network_transmit_queue_length{device="vethe6d2761"} 0 node_network_transmit_queue_length{device="vethe7084c8"} 0 node_network_transmit_queue_length{device="vethe81d201"} 0 node_network_transmit_queue_length{device="vethe81da63"} 0 node_network_transmit_queue_length{device="vethe82b73e"} 0 node_network_transmit_queue_length{device="vethe8b4700"} 0 node_network_transmit_queue_length{device="vethe8e93c0"} 0 node_network_transmit_queue_length{device="vethe96c577"} 0 node_network_transmit_queue_length{device="vethe96d5e4"} 0 node_network_transmit_queue_length{device="vethe97bbfc"} 0 node_network_transmit_queue_length{device="vethe99909e"} 0 node_network_transmit_queue_length{device="vetheaaf7a8"} 0 node_network_transmit_queue_length{device="vetheabb614"} 0 node_network_transmit_queue_length{device="vetheb6778a"} 0 node_network_transmit_queue_length{device="vetheb9b73c"} 0 node_network_transmit_queue_length{device="vetheb9f1a5"} 0 node_network_transmit_queue_length{device="vetheca6089"} 0 node_network_transmit_queue_length{device="vethee11bc2"} 0 node_network_transmit_queue_length{device="vethee73ec3"} 0 node_network_transmit_queue_length{device="vetheebb68b"} 0 node_network_transmit_queue_length{device="vethef3aebe"} 0 node_network_transmit_queue_length{device="vethef683ec"} 0 node_network_transmit_queue_length{device="vethefcfba0"} 0 node_network_transmit_queue_length{device="vethf002533"} 0 node_network_transmit_queue_length{device="vethf0980ae"} 0 node_network_transmit_queue_length{device="vethf0d12be"} 0 node_network_transmit_queue_length{device="vethf0da578"} 0 node_network_transmit_queue_length{device="vethf17a534"} 0 node_network_transmit_queue_length{device="vethf1aa0a2"} 0 node_network_transmit_queue_length{device="vethf1af506"} 0 node_network_transmit_queue_length{device="vethf1d2976"} 0 node_network_transmit_queue_length{device="vethf24dd7e"} 0 node_network_transmit_queue_length{device="vethf340822"} 0 node_network_transmit_queue_length{device="vethf420933"} 0 node_network_transmit_queue_length{device="vethf4cfc78"} 0 node_network_transmit_queue_length{device="vethf4d3c1b"} 0 node_network_transmit_queue_length{device="vethf5c652f"} 0 node_network_transmit_queue_length{device="vethf6144ce"} 0 node_network_transmit_queue_length{device="vethf65b7bb"} 0 node_network_transmit_queue_length{device="vethf6c8f45"} 0 node_network_transmit_queue_length{device="vethf7001fb"} 0 node_network_transmit_queue_length{device="vethf748303"} 0 node_network_transmit_queue_length{device="vethf77cba5"} 0 node_network_transmit_queue_length{device="vethf86a842"} 0 node_network_transmit_queue_length{device="vethf906982"} 0 node_network_transmit_queue_length{device="vethf9a5386"} 0 node_network_transmit_queue_length{device="vethfa01a23"} 0 node_network_transmit_queue_length{device="vethfa11d53"} 0 node_network_transmit_queue_length{device="vethfbc3e02"} 0 node_network_transmit_queue_length{device="vethfbda92a"} 0 node_network_transmit_queue_length{device="vethfc1051c"} 0 node_network_transmit_queue_length{device="vethfc5b432"} 0 node_network_transmit_queue_length{device="vethfd373d2"} 0 node_network_transmit_queue_length{device="vethfd8de08"} 0 node_network_transmit_queue_length{device="vethfe57e1a"} 0 node_network_transmit_queue_length{device="vethfe628e7"} 0 node_network_transmit_queue_length{device="vethfe7a799"} 0 node_network_transmit_queue_length{device="vethfe87d9a"} 0 node_network_transmit_queue_length{device="vethff97c3c"} 0 node_network_transmit_queue_length{device="vethffd01e5"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-087c68b8e63c"} 1 node_network_up{device="br-0b1f21f65434"} 1 node_network_up{device="br-0d0fae6fba3a"} 1 node_network_up{device="br-170997b6d0fa"} 1 node_network_up{device="br-1bb5f7b6f214"} 1 node_network_up{device="br-1e4bfa09370c"} 0 node_network_up{device="br-1f69ec4677f1"} 0 node_network_up{device="br-21789fc30e57"} 1 node_network_up{device="br-24be321e5dec"} 1 node_network_up{device="br-259e1db91409"} 1 node_network_up{device="br-26bd8dfacf27"} 1 node_network_up{device="br-27f56655830b"} 1 node_network_up{device="br-28d2c710d9dd"} 1 node_network_up{device="br-2a3f91fee31f"} 1 node_network_up{device="br-2bc240b92a01"} 1 node_network_up{device="br-2c90dade3b40"} 1 node_network_up{device="br-336368f4fbaf"} 1 node_network_up{device="br-357f0be81f70"} 1 node_network_up{device="br-36d6eda82163"} 1 node_network_up{device="br-3eb6a5acab86"} 1 node_network_up{device="br-448507de0ea8"} 1 node_network_up{device="br-4a94058d26b4"} 1 node_network_up{device="br-4be189870a60"} 1 node_network_up{device="br-4f972baae489"} 1 node_network_up{device="br-50cf1727260b"} 1 node_network_up{device="br-52aec1ad6344"} 1 node_network_up{device="br-54774436947a"} 1 node_network_up{device="br-5508256f2a09"} 1 node_network_up{device="br-57a69cbd7be7"} 1 node_network_up{device="br-5d4590ede425"} 0 node_network_up{device="br-610e22981841"} 1 node_network_up{device="br-61849e346d59"} 1 node_network_up{device="br-61d28ade84d6"} 1 node_network_up{device="br-63561f6ecb8e"} 0 node_network_up{device="br-65d299b503ee"} 1 node_network_up{device="br-6bb76e52d0ad"} 1 node_network_up{device="br-6f8573194abf"} 1 node_network_up{device="br-7c7768cc3717"} 1 node_network_up{device="br-7dc3afdf0595"} 1 node_network_up{device="br-7f850a40bfe5"} 0 node_network_up{device="br-8716ec68a5ed"} 1 node_network_up{device="br-8ae373fa2d64"} 1 node_network_up{device="br-8c6a4bf92696"} 0 node_network_up{device="br-8cb85635e30f"} 1 node_network_up{device="br-8dce2f197033"} 1 node_network_up{device="br-90cd3c4154aa"} 1 node_network_up{device="br-9472bb85cfee"} 1 node_network_up{device="br-96848e888a71"} 1 node_network_up{device="br-9ba5f271298c"} 1 node_network_up{device="br-9bcfee4e647f"} 1 node_network_up{device="br-9dafd0c4fdb9"} 0 node_network_up{device="br-9db262804262"} 1 node_network_up{device="br-9dc48ff73063"} 1 node_network_up{device="br-a1d37c85c10a"} 1 node_network_up{device="br-a1e913015165"} 1 node_network_up{device="br-a28e9d8e1a5a"} 1 node_network_up{device="br-a2ad5d8a6e21"} 1 node_network_up{device="br-a38ecabc76e9"} 1 node_network_up{device="br-a4f2233265e1"} 1 node_network_up{device="br-a5dafb0a1dce"} 1 node_network_up{device="br-a9bbe251fab0"} 1 node_network_up{device="br-aa93655903fc"} 1 node_network_up{device="br-ac3189dfb892"} 0 node_network_up{device="br-ad403c2030eb"} 1 node_network_up{device="br-b189446352e8"} 1 node_network_up{device="br-b2704a1bb792"} 1 node_network_up{device="br-b3ccbb1f1bc0"} 1 node_network_up{device="br-b783fcd91426"} 1 node_network_up{device="br-b963d2263b6f"} 1 node_network_up{device="br-ba1379cf796f"} 1 node_network_up{device="br-ba367713f9e4"} 1 node_network_up{device="br-bbe8bdb22dd6"} 0 node_network_up{device="br-bd52bf04c342"} 1 node_network_up{device="br-bf0cd4851644"} 1 node_network_up{device="br-bffb620a7ee6"} 1 node_network_up{device="br-c1f5d6ba4d2d"} 1 node_network_up{device="br-c30b8f3d8dab"} 1 node_network_up{device="br-c77466ba6ab0"} 1 node_network_up{device="br-ca643bc58727"} 1 node_network_up{device="br-cd8eb8bff0ed"} 1 node_network_up{device="br-d349f503bfc6"} 1 node_network_up{device="br-d454ff2d1838"} 1 node_network_up{device="br-d739d49adeac"} 1 node_network_up{device="br-d7cd2c298e7c"} 1 node_network_up{device="br-d8a988dac171"} 0 node_network_up{device="br-de2f2179e66c"} 1 node_network_up{device="br-de3eb58f0193"} 1 node_network_up{device="br-dea46bb081b7"} 1 node_network_up{device="br-e065831d4d38"} 1 node_network_up{device="br-e5485c57cf48"} 1 node_network_up{device="br-eb54112c03eb"} 1 node_network_up{device="br-ec717bd1017c"} 1 node_network_up{device="br-edb0c100954a"} 1 node_network_up{device="br-f33823381a9d"} 1 node_network_up{device="br-f3652190882f"} 1 node_network_up{device="br-f408a2a1a184"} 1 node_network_up{device="br-f515742f876f"} 1 node_network_up{device="br-f9f6492a4861"} 1 node_network_up{device="br-fb51064e1346"} 0 node_network_up{device="br-fda61ed9d8ac"} 1 node_network_up{device="br-fedaf61052e8"} 1 node_network_up{device="br-ff91e3e17577"} 1 node_network_up{device="docker0"} 0 node_network_up{device="docker_gwbridge"} 1 node_network_up{device="enp1s0"} 1 node_network_up{device="enp7s0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth0032b85"} 1 node_network_up{device="veth0062100"} 1 node_network_up{device="veth0103041"} 1 node_network_up{device="veth0112c67"} 1 node_network_up{device="veth019627f"} 1 node_network_up{device="veth022f48e"} 1 node_network_up{device="veth02c3008"} 1 node_network_up{device="veth03870f2"} 1 node_network_up{device="veth03fab17"} 1 node_network_up{device="veth0445705"} 1 node_network_up{device="veth04d9d5c"} 1 node_network_up{device="veth04f6c9d"} 1 node_network_up{device="veth05af784"} 1 node_network_up{device="veth05efff4"} 1 node_network_up{device="veth060151d"} 1 node_network_up{device="veth060da87"} 1 node_network_up{device="veth061cde3"} 1 node_network_up{device="veth069689a"} 1 node_network_up{device="veth071e33d"} 1 node_network_up{device="veth0721878"} 1 node_network_up{device="veth075aab6"} 1 node_network_up{device="veth07e6c77"} 1 node_network_up{device="veth0b493a5"} 1 node_network_up{device="veth0b53316"} 1 node_network_up{device="veth0c53113"} 1 node_network_up{device="veth0d1acf5"} 1 node_network_up{device="veth0d31a45"} 1 node_network_up{device="veth0de6dee"} 1 node_network_up{device="veth0df23dc"} 1 node_network_up{device="veth0eca916"} 1 node_network_up{device="veth0f5f33d"} 1 node_network_up{device="veth0f8dec9"} 1 node_network_up{device="veth102c1ba"} 1 node_network_up{device="veth1063edf"} 1 node_network_up{device="veth1118b3c"} 1 node_network_up{device="veth11515af"} 1 node_network_up{device="veth133564c"} 1 node_network_up{device="veth1347d6c"} 1 node_network_up{device="veth135d815"} 1 node_network_up{device="veth13c38ee"} 1 node_network_up{device="veth13e91ad"} 1 node_network_up{device="veth1425634"} 1 node_network_up{device="veth1611d0c"} 1 node_network_up{device="veth168e87b"} 1 node_network_up{device="veth1706b7a"} 1 node_network_up{device="veth178dfc0"} 1 node_network_up{device="veth1938721"} 1 node_network_up{device="veth19a56fa"} 1 node_network_up{device="veth1aaea89"} 1 node_network_up{device="veth1b45a8e"} 1 node_network_up{device="veth1b6bd03"} 1 node_network_up{device="veth1cd93e3"} 1 node_network_up{device="veth1d5394d"} 1 node_network_up{device="veth1d86d73"} 1 node_network_up{device="veth1ead36c"} 1 node_network_up{device="veth1fb3a26"} 1 node_network_up{device="veth20297c5"} 1 node_network_up{device="veth2106fb1"} 1 node_network_up{device="veth21341d6"} 1 node_network_up{device="veth2295082"} 1 node_network_up{device="veth247d7c2"} 1 node_network_up{device="veth25425d4"} 1 node_network_up{device="veth256aa3d"} 1 node_network_up{device="veth26409f4"} 1 node_network_up{device="veth269d5e6"} 1 node_network_up{device="veth273675a"} 1 node_network_up{device="veth275b86b"} 1 node_network_up{device="veth28b1591"} 1 node_network_up{device="veth296e150"} 1 node_network_up{device="veth29a1ccc"} 1 node_network_up{device="veth29c114f"} 1 node_network_up{device="veth2a65455"} 1 node_network_up{device="veth2a6f80b"} 1 node_network_up{device="veth2ad6708"} 1 node_network_up{device="veth2c8a5eb"} 1 node_network_up{device="veth2cf162c"} 1 node_network_up{device="veth2d6fdfa"} 1 node_network_up{device="veth2da2220"} 1 node_network_up{device="veth2df9e37"} 1 node_network_up{device="veth2e56669"} 1 node_network_up{device="veth2e6dcf4"} 1 node_network_up{device="veth2f465b5"} 1 node_network_up{device="veth2f81ebc"} 1 node_network_up{device="veth2fe3220"} 1 node_network_up{device="veth30486f8"} 1 node_network_up{device="veth3230a5c"} 1 node_network_up{device="veth3352b12"} 1 node_network_up{device="veth347d5da"} 1 node_network_up{device="veth348ced7"} 1 node_network_up{device="veth3533a3b"} 1 node_network_up{device="veth3565e55"} 1 node_network_up{device="veth3608455"} 1 node_network_up{device="veth36f23c3"} 1 node_network_up{device="veth36f2fdc"} 1 node_network_up{device="veth378b1cf"} 1 node_network_up{device="veth378d132"} 1 node_network_up{device="veth37d4017"} 1 node_network_up{device="veth3812cc9"} 1 node_network_up{device="veth384ee7f"} 1 node_network_up{device="veth388c154"} 1 node_network_up{device="veth3905075"} 1 node_network_up{device="veth3a09fdd"} 1 node_network_up{device="veth3c49372"} 1 node_network_up{device="veth3cbf8f4"} 1 node_network_up{device="veth3f7ef6c"} 1 node_network_up{device="veth407adc8"} 1 node_network_up{device="veth40c8fc3"} 1 node_network_up{device="veth413c10b"} 1 node_network_up{device="veth4181140"} 1 node_network_up{device="veth41d303a"} 1 node_network_up{device="veth42210c8"} 1 node_network_up{device="veth423037b"} 1 node_network_up{device="veth4281e6d"} 1 node_network_up{device="veth43cd59e"} 1 node_network_up{device="veth43e5c70"} 1 node_network_up{device="veth44d7e2c"} 1 node_network_up{device="veth450c253"} 1 node_network_up{device="veth45430e9"} 1 node_network_up{device="veth4642b70"} 1 node_network_up{device="veth468f7da"} 1 node_network_up{device="veth46afbf5"} 1 node_network_up{device="veth4732578"} 1 node_network_up{device="veth47bb667"} 1 node_network_up{device="veth47e6387"} 1 node_network_up{device="veth486fdd0"} 1 node_network_up{device="veth487e039"} 1 node_network_up{device="veth4993fb1"} 1 node_network_up{device="veth49b1548"} 1 node_network_up{device="veth49f14c7"} 1 node_network_up{device="veth4a642a8"} 1 node_network_up{device="veth4a76d10"} 1 node_network_up{device="veth4b29d5d"} 1 node_network_up{device="veth4bbdd5e"} 1 node_network_up{device="veth4d2d823"} 1 node_network_up{device="veth4e1abcc"} 1 node_network_up{device="veth4e3e373"} 1 node_network_up{device="veth4e78857"} 1 node_network_up{device="veth4f2fe05"} 1 node_network_up{device="veth4f9e86a"} 1 node_network_up{device="veth506c718"} 1 node_network_up{device="veth509a174"} 1 node_network_up{device="veth50b618a"} 1 node_network_up{device="veth517f447"} 1 node_network_up{device="veth5197b91"} 1 node_network_up{device="veth51a41e1"} 1 node_network_up{device="veth51c8eef"} 1 node_network_up{device="veth51f65bc"} 1 node_network_up{device="veth52d15a6"} 1 node_network_up{device="veth53a83dd"} 1 node_network_up{device="veth53c59b5"} 1 node_network_up{device="veth544564b"} 1 node_network_up{device="veth547ea5d"} 1 node_network_up{device="veth54d8e92"} 1 node_network_up{device="veth54f4b91"} 1 node_network_up{device="veth54fee19"} 1 node_network_up{device="veth558dcda"} 1 node_network_up{device="veth55bcfbe"} 1 node_network_up{device="veth5654345"} 1 node_network_up{device="veth5682e9e"} 1 node_network_up{device="veth56ba59b"} 1 node_network_up{device="veth56c8b10"} 1 node_network_up{device="veth5747c95"} 1 node_network_up{device="veth5798942"} 1 node_network_up{device="veth583d3bf"} 1 node_network_up{device="veth58c0c41"} 1 node_network_up{device="veth5955c4d"} 1 node_network_up{device="veth59b147f"} 1 node_network_up{device="veth59d9a6e"} 1 node_network_up{device="veth5a6eb98"} 1 node_network_up{device="veth5a7ac0c"} 1 node_network_up{device="veth5bb9200"} 1 node_network_up{device="veth5ce0bf8"} 1 node_network_up{device="veth5d0c6d0"} 1 node_network_up{device="veth5d6c487"} 1 node_network_up{device="veth5e594fd"} 1 node_network_up{device="veth5f4044b"} 1 node_network_up{device="veth5fab975"} 1 node_network_up{device="veth602c26c"} 1 node_network_up{device="veth607c6d0"} 1 node_network_up{device="veth61045ce"} 1 node_network_up{device="veth61f2797"} 1 node_network_up{device="veth620913b"} 1 node_network_up{device="veth62aa4cf"} 1 node_network_up{device="veth62e9205"} 1 node_network_up{device="veth6357d77"} 1 node_network_up{device="veth63a1039"} 1 node_network_up{device="veth64faa71"} 1 node_network_up{device="veth65b7cd5"} 1 node_network_up{device="veth67186fe"} 1 node_network_up{device="veth687f385"} 1 node_network_up{device="veth68a432f"} 1 node_network_up{device="veth68dc675"} 1 node_network_up{device="veth68dfc02"} 1 node_network_up{device="veth69282bc"} 1 node_network_up{device="veth69383b3"} 1 node_network_up{device="veth694f82a"} 1 node_network_up{device="veth6a36832"} 1 node_network_up{device="veth6ad616c"} 1 node_network_up{device="veth6b19168"} 1 node_network_up{device="veth6b2e435"} 1 node_network_up{device="veth6b49f3c"} 1 node_network_up{device="veth6b822ad"} 1 node_network_up{device="veth6b93b5b"} 1 node_network_up{device="veth6bea112"} 1 node_network_up{device="veth6cdc6e1"} 1 node_network_up{device="veth6e075bd"} 1 node_network_up{device="veth6e1780a"} 1 node_network_up{device="veth6e61860"} 1 node_network_up{device="veth7039388"} 1 node_network_up{device="veth70f4ee1"} 1 node_network_up{device="veth716f757"} 1 node_network_up{device="veth724ccf7"} 1 node_network_up{device="veth72594d2"} 1 node_network_up{device="veth730deaa"} 1 node_network_up{device="veth73512f2"} 1 node_network_up{device="veth73c1813"} 1 node_network_up{device="veth741cb85"} 1 node_network_up{device="veth75ab275"} 1 node_network_up{device="veth75c4fef"} 1 node_network_up{device="veth7636e3d"} 1 node_network_up{device="veth77432d4"} 1 node_network_up{device="veth795d64a"} 1 node_network_up{device="veth7c65c3b"} 1 node_network_up{device="veth7d1a0bd"} 1 node_network_up{device="veth7d6a0f5"} 1 node_network_up{device="veth7e09eb6"} 1 node_network_up{device="veth7e4ad7f"} 1 node_network_up{device="veth7ecac2d"} 1 node_network_up{device="veth7eccd33"} 1 node_network_up{device="veth7ee5901"} 1 node_network_up{device="veth7f0dd5d"} 1 node_network_up{device="veth7f473a1"} 1 node_network_up{device="veth7f5281e"} 1 node_network_up{device="veth7feb00f"} 1 node_network_up{device="veth7ff154f"} 1 node_network_up{device="veth80957ff"} 1 node_network_up{device="veth8137b9c"} 1 node_network_up{device="veth81a1594"} 1 node_network_up{device="veth81daf2a"} 1 node_network_up{device="veth8223f67"} 1 node_network_up{device="veth8247bb0"} 1 node_network_up{device="veth8270420"} 1 node_network_up{device="veth8335dac"} 1 node_network_up{device="veth8429d9a"} 1 node_network_up{device="veth844aefd"} 1 node_network_up{device="veth849dac1"} 1 node_network_up{device="veth84b99c9"} 1 node_network_up{device="veth84bd87d"} 1 node_network_up{device="veth85cc1cf"} 1 node_network_up{device="veth85f7192"} 1 node_network_up{device="veth86ce04d"} 1 node_network_up{device="veth872e399"} 1 node_network_up{device="veth873611d"} 1 node_network_up{device="veth877be1d"} 1 node_network_up{device="veth8969f3b"} 1 node_network_up{device="veth8c3a190"} 1 node_network_up{device="veth8c70adf"} 1 node_network_up{device="veth8db889b"} 1 node_network_up{device="veth8dc210c"} 1 node_network_up{device="veth8e0606c"} 1 node_network_up{device="veth8e077da"} 1 node_network_up{device="veth8e1aba7"} 1 node_network_up{device="veth8eae5df"} 1 node_network_up{device="veth8f7612b"} 1 node_network_up{device="veth8f7dd95"} 1 node_network_up{device="veth90c30b2"} 1 node_network_up{device="veth921cee8"} 1 node_network_up{device="veth9302314"} 1 node_network_up{device="veth9331cd6"} 1 node_network_up{device="veth9388ace"} 1 node_network_up{device="veth947bf8e"} 1 node_network_up{device="veth94ee973"} 1 node_network_up{device="veth950d9c2"} 1 node_network_up{device="veth951b9c5"} 1 node_network_up{device="veth9564c18"} 1 node_network_up{device="veth957c474"} 1 node_network_up{device="veth9585732"} 1 node_network_up{device="veth967aa1a"} 1 node_network_up{device="veth9779f87"} 1 node_network_up{device="veth983bad0"} 1 node_network_up{device="veth987c992"} 1 node_network_up{device="veth98c6421"} 1 node_network_up{device="veth990a50f"} 1 node_network_up{device="veth9a4f942"} 1 node_network_up{device="veth9a6c8be"} 1 node_network_up{device="veth9ad5f46"} 1 node_network_up{device="veth9b13721"} 1 node_network_up{device="veth9b464fa"} 1 node_network_up{device="veth9b4f0d2"} 1 node_network_up{device="veth9b5c7ee"} 1 node_network_up{device="veth9be4730"} 1 node_network_up{device="veth9bfc292"} 1 node_network_up{device="veth9c18fa3"} 1 node_network_up{device="veth9c355e1"} 1 node_network_up{device="veth9c57e90"} 1 node_network_up{device="veth9cdf489"} 1 node_network_up{device="veth9d63606"} 1 node_network_up{device="veth9de68fa"} 1 node_network_up{device="veth9e30c14"} 1 node_network_up{device="veth9e56bd7"} 1 node_network_up{device="veth9e6929b"} 1 node_network_up{device="veth9eba1cd"} 1 node_network_up{device="vetha03ce74"} 1 node_network_up{device="vetha04b49d"} 1 node_network_up{device="vetha10f2fa"} 1 node_network_up{device="vetha11005d"} 1 node_network_up{device="vetha145b74"} 1 node_network_up{device="vetha2b566c"} 1 node_network_up{device="vetha2fc1a5"} 1 node_network_up{device="vetha3569ea"} 1 node_network_up{device="vetha387dd9"} 1 node_network_up{device="vetha3b745a"} 1 node_network_up{device="vetha3bec2e"} 1 node_network_up{device="vetha4cd445"} 1 node_network_up{device="vetha4dbc2b"} 1 node_network_up{device="vetha4fe8d7"} 1 node_network_up{device="vetha68c9b3"} 1 node_network_up{device="vetha6ef154"} 1 node_network_up{device="vetha77a1bd"} 1 node_network_up{device="vetha7950a3"} 1 node_network_up{device="vetha82ff5a"} 1 node_network_up{device="vetha8424ea"} 1 node_network_up{device="vetha865d3e"} 1 node_network_up{device="vetha8b7d19"} 1 node_network_up{device="vetha916bfd"} 1 node_network_up{device="vetha96a22d"} 1 node_network_up{device="vetha96cc9c"} 1 node_network_up{device="vetha9c7c19"} 1 node_network_up{device="vetha9caa3b"} 1 node_network_up{device="vethaa90db7"} 1 node_network_up{device="vethab9efd5"} 1 node_network_up{device="vethac8d182"} 1 node_network_up{device="vethac999f1"} 1 node_network_up{device="vethaca1dc0"} 1 node_network_up{device="vethacf7ba6"} 1 node_network_up{device="vethad96a00"} 1 node_network_up{device="vethadd48e3"} 1 node_network_up{device="vethadd9f3f"} 1 node_network_up{device="vethae2fcbc"} 1 node_network_up{device="vethae97c83"} 1 node_network_up{device="vethb07dd73"} 1 node_network_up{device="vethb179549"} 1 node_network_up{device="vethb19d1ed"} 1 node_network_up{device="vethb1b305d"} 1 node_network_up{device="vethb1b39f0"} 1 node_network_up{device="vethb1bf067"} 1 node_network_up{device="vethb1d5654"} 1 node_network_up{device="vethb28b5ff"} 1 node_network_up{device="vethb2bd843"} 1 node_network_up{device="vethb305a14"} 1 node_network_up{device="vethb3e024d"} 1 node_network_up{device="vethb43c9ad"} 1 node_network_up{device="vethb477838"} 1 node_network_up{device="vethb4ce123"} 1 node_network_up{device="vethb56815f"} 1 node_network_up{device="vethb6bf622"} 1 node_network_up{device="vethb75ca8b"} 1 node_network_up{device="vethb770745"} 1 node_network_up{device="vethb7a1877"} 1 node_network_up{device="vethb7a9d61"} 1 node_network_up{device="vethb805fbd"} 1 node_network_up{device="vethb89ad32"} 1 node_network_up{device="vethb90d782"} 1 node_network_up{device="vethb91a369"} 1 node_network_up{device="vethb9b4a13"} 1 node_network_up{device="vethb9e011c"} 1 node_network_up{device="vethba518ed"} 1 node_network_up{device="vethbb22a17"} 1 node_network_up{device="vethbb85030"} 1 node_network_up{device="vethbb8a6e3"} 1 node_network_up{device="vethbbac89d"} 1 node_network_up{device="vethbd082f6"} 1 node_network_up{device="vethbd25c03"} 1 node_network_up{device="vethbde29dc"} 1 node_network_up{device="vethbdf0ae6"} 1 node_network_up{device="vethbdf987b"} 1 node_network_up{device="vethbe2b5e1"} 1 node_network_up{device="vethbe68e79"} 1 node_network_up{device="vethbf0834e"} 1 node_network_up{device="vethbf0fb34"} 1 node_network_up{device="vethbf21c25"} 1 node_network_up{device="vethc008c90"} 1 node_network_up{device="vethc07b10a"} 1 node_network_up{device="vethc08f47c"} 1 node_network_up{device="vethc18cb9a"} 1 node_network_up{device="vethc1a97fa"} 1 node_network_up{device="vethc1e9d8b"} 1 node_network_up{device="vethc264259"} 1 node_network_up{device="vethc31d600"} 1 node_network_up{device="vethc3ad82f"} 1 node_network_up{device="vethc46fc85"} 1 node_network_up{device="vethc4adf64"} 1 node_network_up{device="vethc549684"} 1 node_network_up{device="vethc5ebbd5"} 1 node_network_up{device="vethc61da72"} 1 node_network_up{device="vethc658eb9"} 1 node_network_up{device="vethc6b2fec"} 1 node_network_up{device="vethc6f15e7"} 1 node_network_up{device="vethc88834e"} 1 node_network_up{device="vethc9e2026"} 1 node_network_up{device="vethcaa0d9b"} 1 node_network_up{device="vethcad14ef"} 1 node_network_up{device="vethcc5c2ec"} 1 node_network_up{device="vethcd0f622"} 1 node_network_up{device="vethcdf4121"} 1 node_network_up{device="vethce28d62"} 1 node_network_up{device="vethcefb8ea"} 1 node_network_up{device="vethcf10a77"} 1 node_network_up{device="vethcf3d0ab"} 1 node_network_up{device="vethcf469f8"} 1 node_network_up{device="vethcfbd110"} 1 node_network_up{device="vethd049859"} 1 node_network_up{device="vethd0df832"} 1 node_network_up{device="vethd0ea3b3"} 1 node_network_up{device="vethd137e3f"} 1 node_network_up{device="vethd1673da"} 1 node_network_up{device="vethd17ef64"} 1 node_network_up{device="vethd265cdf"} 1 node_network_up{device="vethd274fa2"} 1 node_network_up{device="vethd3692c1"} 1 node_network_up{device="vethd3ad8e8"} 1 node_network_up{device="vethd3cb445"} 1 node_network_up{device="vethd460bfa"} 1 node_network_up{device="vethd4c98bf"} 1 node_network_up{device="vethd5453e5"} 1 node_network_up{device="vethd5b5677"} 1 node_network_up{device="vethd6090fd"} 1 node_network_up{device="vethd6d926d"} 1 node_network_up{device="vethd77042c"} 1 node_network_up{device="vethd8c625e"} 1 node_network_up{device="vethd95efe7"} 1 node_network_up{device="vethd9a7d1e"} 1 node_network_up{device="vethdb5e758"} 1 node_network_up{device="vethdbae4f2"} 1 node_network_up{device="vethdc87b20"} 1 node_network_up{device="vethdcb1f0b"} 1 node_network_up{device="vethdd53f2d"} 1 node_network_up{device="vethde11193"} 1 node_network_up{device="vethdeb9758"} 1 node_network_up{device="vethdeef5dc"} 1 node_network_up{device="vethe2428a1"} 1 node_network_up{device="vethe24bfb2"} 1 node_network_up{device="vethe2f38b4"} 1 node_network_up{device="vethe344c7c"} 1 node_network_up{device="vethe3e1fe3"} 1 node_network_up{device="vethe432622"} 1 node_network_up{device="vethe44e0ab"} 1 node_network_up{device="vethe4bfa42"} 1 node_network_up{device="vethe4f4e44"} 1 node_network_up{device="vethe4f5b2b"} 1 node_network_up{device="vethe523b56"} 1 node_network_up{device="vethe5b262f"} 1 node_network_up{device="vethe5e2431"} 1 node_network_up{device="vethe6c7619"} 1 node_network_up{device="vethe6d2761"} 1 node_network_up{device="vethe7084c8"} 1 node_network_up{device="vethe81d201"} 1 node_network_up{device="vethe81da63"} 1 node_network_up{device="vethe82b73e"} 1 node_network_up{device="vethe8b4700"} 1 node_network_up{device="vethe8e93c0"} 1 node_network_up{device="vethe96c577"} 1 node_network_up{device="vethe96d5e4"} 1 node_network_up{device="vethe97bbfc"} 1 node_network_up{device="vethe99909e"} 1 node_network_up{device="vetheaaf7a8"} 1 node_network_up{device="vetheabb614"} 1 node_network_up{device="vetheb6778a"} 1 node_network_up{device="vetheb9b73c"} 1 node_network_up{device="vetheb9f1a5"} 1 node_network_up{device="vetheca6089"} 1 node_network_up{device="vethee11bc2"} 1 node_network_up{device="vethee73ec3"} 1 node_network_up{device="vetheebb68b"} 1 node_network_up{device="vethef3aebe"} 1 node_network_up{device="vethef683ec"} 1 node_network_up{device="vethefcfba0"} 1 node_network_up{device="vethf002533"} 1 node_network_up{device="vethf0980ae"} 1 node_network_up{device="vethf0d12be"} 1 node_network_up{device="vethf0da578"} 1 node_network_up{device="vethf17a534"} 1 node_network_up{device="vethf1aa0a2"} 1 node_network_up{device="vethf1af506"} 1 node_network_up{device="vethf1d2976"} 1 node_network_up{device="vethf24dd7e"} 1 node_network_up{device="vethf340822"} 1 node_network_up{device="vethf420933"} 1 node_network_up{device="vethf4cfc78"} 1 node_network_up{device="vethf4d3c1b"} 1 node_network_up{device="vethf5c652f"} 1 node_network_up{device="vethf6144ce"} 1 node_network_up{device="vethf65b7bb"} 1 node_network_up{device="vethf6c8f45"} 1 node_network_up{device="vethf7001fb"} 1 node_network_up{device="vethf748303"} 1 node_network_up{device="vethf77cba5"} 1 node_network_up{device="vethf86a842"} 1 node_network_up{device="vethf906982"} 1 node_network_up{device="vethf9a5386"} 1 node_network_up{device="vethfa01a23"} 1 node_network_up{device="vethfa11d53"} 1 node_network_up{device="vethfbc3e02"} 1 node_network_up{device="vethfbda92a"} 1 node_network_up{device="vethfc1051c"} 1 node_network_up{device="vethfc5b432"} 1 node_network_up{device="vethfd373d2"} 1 node_network_up{device="vethfd8de08"} 1 node_network_up{device="vethfe57e1a"} 1 node_network_up{device="vethfe628e7"} 1 node_network_up{device="vethfe7a799"} 1 node_network_up{device="vethfe87d9a"} 1 node_network_up{device="vethff97c3c"} 1 node_network_up{device="vethffd01e5"} 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 1930 # 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.8 (Green Obsidian)",variant="",variant_id="",version="8.8 (Green Obsidian)",version_codename="",version_id="8.8"} 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.8 # 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 4 # 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"} 565491.715515166 node_schedstat_running_seconds_total{cpu="1"} 646532.179266928 node_schedstat_running_seconds_total{cpu="10"} 588111.796441493 node_schedstat_running_seconds_total{cpu="11"} 587158.554534601 node_schedstat_running_seconds_total{cpu="2"} 642173.000323857 node_schedstat_running_seconds_total{cpu="3"} 635628.537136211 node_schedstat_running_seconds_total{cpu="4"} 627124.687249014 node_schedstat_running_seconds_total{cpu="5"} 616596.249537332 node_schedstat_running_seconds_total{cpu="6"} 558543.974568053 node_schedstat_running_seconds_total{cpu="7"} 593048.22346674 node_schedstat_running_seconds_total{cpu="8"} 598216.633720871 node_schedstat_running_seconds_total{cpu="9"} 590308.51519543 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.575272795e+09 node_schedstat_timeslices_total{cpu="1"} 2.640701647e+09 node_schedstat_timeslices_total{cpu="10"} 2.573023606e+09 node_schedstat_timeslices_total{cpu="11"} 2.562213341e+09 node_schedstat_timeslices_total{cpu="2"} 2.643311869e+09 node_schedstat_timeslices_total{cpu="3"} 2.624341479e+09 node_schedstat_timeslices_total{cpu="4"} 2.609523398e+09 node_schedstat_timeslices_total{cpu="5"} 2.601898087e+09 node_schedstat_timeslices_total{cpu="6"} 2.655056214e+09 node_schedstat_timeslices_total{cpu="7"} 2.541365808e+09 node_schedstat_timeslices_total{cpu="8"} 2.578531086e+09 node_schedstat_timeslices_total{cpu="9"} 2.580305647e+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"} 312396.342135016 node_schedstat_waiting_seconds_total{cpu="1"} 334289.73275797 node_schedstat_waiting_seconds_total{cpu="10"} 316957.083843474 node_schedstat_waiting_seconds_total{cpu="11"} 315359.240095148 node_schedstat_waiting_seconds_total{cpu="2"} 333209.412985136 node_schedstat_waiting_seconds_total{cpu="3"} 330542.338496047 node_schedstat_waiting_seconds_total{cpu="4"} 327467.840520886 node_schedstat_waiting_seconds_total{cpu="5"} 324543.922722556 node_schedstat_waiting_seconds_total{cpu="6"} 325949.051658085 node_schedstat_waiting_seconds_total{cpu="7"} 330550.569778567 node_schedstat_waiting_seconds_total{cpu="8"} 319930.7575177 node_schedstat_waiting_seconds_total{cpu="9"} 318520.674311814 # 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.000425708 node_scrape_collector_duration_seconds{collector="bcache"} 6.682e-06 node_scrape_collector_duration_seconds{collector="bonding"} 2.3995e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.00692667 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000165641 node_scrape_collector_duration_seconds{collector="cpu"} 0.000733195 node_scrape_collector_duration_seconds{collector="cpufreq"} 7.6353e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001388554 node_scrape_collector_duration_seconds{collector="dmi"} 9.067e-06 node_scrape_collector_duration_seconds{collector="edac"} 2.2482e-05 node_scrape_collector_duration_seconds{collector="entropy"} 8.7975e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.706e-06 node_scrape_collector_duration_seconds{collector="filefd"} 0.000146936 node_scrape_collector_duration_seconds{collector="filesystem"} 0.044372783 node_scrape_collector_duration_seconds{collector="hwmon"} 0.000315362 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2213e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.621e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 1.9066e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 3.2852e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000131998 node_scrape_collector_duration_seconds{collector="netclass"} 0.276791591 node_scrape_collector_duration_seconds{collector="netdev"} 0.000227556 node_scrape_collector_duration_seconds{collector="netstat"} 0.000486322 node_scrape_collector_duration_seconds{collector="nfs"} 2.0007e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.6791e-05 node_scrape_collector_duration_seconds{collector="nvme"} 1.0059e-05 node_scrape_collector_duration_seconds{collector="os"} 8.0761e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.0116e-05 node_scrape_collector_duration_seconds{collector="pressure"} 2.7662e-05 node_scrape_collector_duration_seconds{collector="rapl"} 1.6641e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000107963 node_scrape_collector_duration_seconds{collector="selinux"} 0.000171672 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000101651 node_scrape_collector_duration_seconds{collector="softnet"} 5.876e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000141565 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3695e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.8674e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000535715 node_scrape_collector_duration_seconds{collector="time"} 0.000116899 node_scrape_collector_duration_seconds{collector="timex"} 1.061e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000443873 node_scrape_collector_duration_seconds{collector="uname"} 5.982e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 9.4287e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000194946 node_scrape_collector_duration_seconds{collector="xfs"} 0.000193844 node_scrape_collector_duration_seconds{collector="zfs"} 6.553e-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 1316 # 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 71 # 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 290816 # 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 193 # 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 790528 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 7 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="10"} 0 node_softnet_backlog_len{cpu="11"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 node_softnet_backlog_len{cpu="8"} 0 node_softnet_backlog_len{cpu="9"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="10"} 0 node_softnet_cpu_collision_total{cpu="11"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 node_softnet_cpu_collision_total{cpu="8"} 0 node_softnet_cpu_collision_total{cpu="9"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 1 node_softnet_dropped_total{cpu="1"} 2 node_softnet_dropped_total{cpu="10"} 3 node_softnet_dropped_total{cpu="11"} 8604 node_softnet_dropped_total{cpu="2"} 3 node_softnet_dropped_total{cpu="3"} 2 node_softnet_dropped_total{cpu="4"} 10 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 2 node_softnet_dropped_total{cpu="7"} 10261 node_softnet_dropped_total{cpu="8"} 3 node_softnet_dropped_total{cpu="9"} 2627 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="10"} 0 node_softnet_flow_limit_count_total{cpu="11"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 node_softnet_flow_limit_count_total{cpu="8"} 0 node_softnet_flow_limit_count_total{cpu="9"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 7.81742376e+08 node_softnet_processed_total{cpu="1"} 2.011901957e+09 node_softnet_processed_total{cpu="10"} 9.62450136e+08 node_softnet_processed_total{cpu="11"} 1.967253687e+09 node_softnet_processed_total{cpu="2"} 1.056436686e+09 node_softnet_processed_total{cpu="3"} 1.08291108e+09 node_softnet_processed_total{cpu="4"} 1.229488217e+09 node_softnet_processed_total{cpu="5"} 9.14090343e+08 node_softnet_processed_total{cpu="6"} 8.44061564e+08 node_softnet_processed_total{cpu="7"} 3.360874334e+09 node_softnet_processed_total{cpu="8"} 9.89218606e+08 node_softnet_processed_total{cpu="9"} 1.473743131e+09 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="10"} 0 node_softnet_received_rps_total{cpu="11"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 node_softnet_received_rps_total{cpu="8"} 0 node_softnet_received_rps_total{cpu="9"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 13752 node_softnet_times_squeezed_total{cpu="1"} 20187 node_softnet_times_squeezed_total{cpu="10"} 10909 node_softnet_times_squeezed_total{cpu="11"} 18751 node_softnet_times_squeezed_total{cpu="2"} 14799 node_softnet_times_squeezed_total{cpu="3"} 13701 node_softnet_times_squeezed_total{cpu="4"} 14979 node_softnet_times_squeezed_total{cpu="5"} 11774 node_softnet_times_squeezed_total{cpu="6"} 11002 node_softnet_times_squeezed_total{cpu="7"} 237128 node_softnet_times_squeezed_total{cpu="8"} 11655 node_softnet_times_squeezed_total{cpu="9"} 15118 # 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 # 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.7649933340415354e+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 16 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1 # 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 16 # 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 64 # 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 0 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="c73b80c27dad",release="4.18.0-477.15.1.el8_8.x86_64",sysname="Linux",version="#1 SMP Wed Jun 28 15:04:18 UTC 2023"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.3929583874e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 3.608186e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 1.2500895264e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.5813571789e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.82333e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 2.948426e+06 # HELP node_watchdog_bootstatus Value of /sys/class/watchdog//bootstatus # TYPE node_watchdog_bootstatus gauge node_watchdog_bootstatus{name="watchdog0"} 0 # HELP node_watchdog_info Info of /sys/class/watchdog/ # TYPE node_watchdog_info gauge node_watchdog_info{identity="iTCO_wdt",name="watchdog0",options="",pretimeout_governor="",state="inactive",status="0x0"} 1 # HELP node_watchdog_nowayout Value of /sys/class/watchdog//nowayout # TYPE node_watchdog_nowayout gauge node_watchdog_nowayout{name="watchdog0"} 0 # HELP node_watchdog_timeleft_seconds Value of /sys/class/watchdog//timeleft # TYPE node_watchdog_timeleft_seconds gauge node_watchdog_timeleft_seconds{name="watchdog0"} 0 # HELP node_watchdog_timeout_seconds Value of /sys/class/watchdog//timeout # TYPE node_watchdog_timeout_seconds gauge node_watchdog_timeout_seconds{name="watchdog0"} 30 # 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 1.4385404e+08 # 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="dm-0"} 2.65626984e+08 # 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="dm-0"} 4.15848264e+08 # 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="dm-0"} 2.036425557e+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="dm-0"} 1.19911821e+08 # 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="dm-0"} 2.048055344e+09 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="dm-0"} 4.1753551e+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="dm-0"} 1.320701494e+09 # 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="dm-0"} 1.70171679e+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="dm-0"} 4.1347779e+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="dm-0"} 3.717998091e+09 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="dm-0"} 3.699372258e+09 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="dm-0"} 1.32608295e+08 # 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="dm-0"} 1.32841364e+08 # 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="dm-0"} 1.18352073e+08 # 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="dm-0"} 4.2322755e+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="dm-0"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="dm-0"} 2.579847e+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="dm-0"} 9.2553603e+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="dm-0"} 9.1863433e+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="dm-0"} 42 # 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="dm-0"} 1.157584906e+09 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="dm-0"} 690170 # 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="dm-0"} 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="dm-0"} 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="dm-0"} 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="dm-0"} 1.13535473e+08 # 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="dm-0"} 1.13535473e+08 # 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="dm-0"} 1.13535473e+08 # 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="dm-0"} 1.864894417e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 48813.29 # 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 2.87001393e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.4706912532e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4612864e+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.76067839216e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273737216e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 143822 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0