# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.345e-05 go_gc_duration_seconds{quantile="0.25"} 3.381e-05 go_gc_duration_seconds{quantile="0.5"} 4.5769e-05 go_gc_duration_seconds{quantile="0.75"} 5.5975e-05 go_gc_duration_seconds{quantile="1"} 0.000183946 go_gc_duration_seconds_sum 0.200581565 go_gc_duration_seconds_count 4379 # 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.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 1.607912e+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 9.240460152e+09 # 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 1.718443e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.13281168e+08 # 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.441936e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 1.607912e+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 9.0112e+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 3.014656e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 4759 # 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.340608e+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.2025856e+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.7700580924095626e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.13285927e+08 # 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 1208 # 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 15704 # 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 54880 # 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 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 810997 # 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 557056 # 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 557056 # 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 1.8700552e+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 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth1"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.76410922e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.59790225438e+11 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="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 # 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="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 # 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="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 # 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"} 4.93670968e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 2334.01 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 66.49 node_cpu_seconds_total{cpu="0",mode="softirq"} 11262.25 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 384549.5 node_cpu_seconds_total{cpu="0",mode="user"} 518417.22 node_cpu_seconds_total{cpu="1",mode="idle"} 4.94095184e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 2328.72 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 69.73 node_cpu_seconds_total{cpu="1",mode="softirq"} 10794.61 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 381930.66 node_cpu_seconds_total{cpu="1",mode="user"} 517190.25 node_cpu_seconds_total{cpu="2",mode="idle"} 4.9471196e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 2346.17 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 72.15 node_cpu_seconds_total{cpu="2",mode="softirq"} 6472.39 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 383761.61 node_cpu_seconds_total{cpu="2",mode="user"} 517742.05 node_cpu_seconds_total{cpu="3",mode="idle"} 4.94881289e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 2347.87 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 71.65 node_cpu_seconds_total{cpu="3",mode="softirq"} 5330.03 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 383686.6 node_cpu_seconds_total{cpu="3",mode="user"} 517861.83 node_cpu_seconds_total{cpu="4",mode="idle"} 4.94882979e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 2342.05 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 58.15 node_cpu_seconds_total{cpu="4",mode="softirq"} 4908.76 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 384054.25 node_cpu_seconds_total{cpu="4",mode="user"} 517958.88 node_cpu_seconds_total{cpu="5",mode="idle"} 4.94807012e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 2357.93 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 67.1 node_cpu_seconds_total{cpu="5",mode="softirq"} 4654.97 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 384321.44 node_cpu_seconds_total{cpu="5",mode="user"} 518650.69 node_cpu_seconds_total{cpu="6",mode="idle"} 4.94795746e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 2346.67 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 92.17 node_cpu_seconds_total{cpu="6",mode="softirq"} 4441.67 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 384720.2 node_cpu_seconds_total{cpu="6",mode="user"} 518592.05 node_cpu_seconds_total{cpu="7",mode="idle"} 4.94699123e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 2353 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 73.67 node_cpu_seconds_total{cpu="7",mode="softirq"} 4319.5 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 385115.79 node_cpu_seconds_total{cpu="7",mode="user"} 519092.54 # HELP node_disk_discard_time_seconds_total This is the total number of seconds spent by all discards. # TYPE node_disk_discard_time_seconds_total counter node_disk_discard_time_seconds_total{device="sda"} 5091.377 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.21895830825e+11 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 8.2854136e+07 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 2819.197 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 4.1135409e+07 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 27069.192 # HELP node_disk_io_time_weighted_seconds_total The weighted # of seconds spent doing I/Os. # TYPE node_disk_io_time_weighted_seconds_total counter node_disk_io_time_weighted_seconds_total{device="sda"} 143902.733 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 2.631744828928e+12 # HELP node_disk_read_time_seconds_total The total number of seconds spent by all reads. # TYPE node_disk_read_time_seconds_total counter node_disk_read_time_seconds_total{device="sda"} 14231.581 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 9.77358e+07 # HELP node_disk_reads_merged_total The total number of reads merged. # TYPE node_disk_reads_merged_total counter node_disk_reads_merged_total{device="sda"} 1.9594209e+07 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 121760.576 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 3.32283905e+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="sda"} 3.79509593e+08 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 1.066500096512e+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_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.0",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.0",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 17472 # HELP node_filefd_maximum File descriptor statistics: maximum. # TYPE node_filefd_maximum gauge node_filefd_maximum 9.223372036854776e+18 # HELP node_filesystem_avail_bytes Filesystem space available to non-root users in bytes. # TYPE node_filesystem_avail_bytes gauge node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 4.8594055168e+10 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995456e+08 node_filesystem_avail_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 7.38750464e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.507710464e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.519904256e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.6083328e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 58496 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.076075e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.076075e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 615215 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.1528177e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 57891 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 3.071872e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 3.076071e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 615037 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 4.8610832384e+10 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995456e+08 node_filesystem_free_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 8.03393536e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.507710464e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.519904256e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="145",mountpoint="/run/user/0"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09395456e+08 node_filesystem_size_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 9.2315648e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.51992064e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 2.51992064e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 7.88019179e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.9618247961e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.18 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.8 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.57 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 7.719088128e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 9.582592e+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 1.863503872e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 8.532893696e+09 # 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 6.907904e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.056656384e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.68945664e+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 3.4372673536e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 4.294967296e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.2917677056e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 7.04487424e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.683456e+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.452036096e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.125635584e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 6.73599488e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 6.8222976e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.237329408e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.4424444928e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.508086784e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 2.51992064e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8110848e+07 # HELP node_memory_NFS_Unstable_bytes Memory information field NFS_Unstable_bytes. # TYPE node_memory_NFS_Unstable_bytes gauge node_memory_NFS_Unstable_bytes 0 # HELP node_memory_PageTables_bytes Memory information field PageTables_bytes. # TYPE node_memory_PageTables_bytes gauge node_memory_PageTables_bytes 2.40074752e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 2.2904832e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.78951424e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 6.69503488e+08 # 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.87931648e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 5.459017728e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 8.4045824e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 9.7081344e+08 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 4.2949632e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.8110848e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 8.728576e+07 # 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_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_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 2196 # 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 806118 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 2.7995731e+07 # 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 8601 # 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 21649 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 21 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-07801704449d"} 3 node_network_address_assign_type{device="br-1948db901358"} 3 node_network_address_assign_type{device="br-2332a0bd87fd"} 3 node_network_address_assign_type{device="br-2b505dcffd8e"} 3 node_network_address_assign_type{device="br-2d4b31a88c9e"} 3 node_network_address_assign_type{device="br-30870adde61f"} 3 node_network_address_assign_type{device="br-37e4df59c851"} 3 node_network_address_assign_type{device="br-5167d1e0e994"} 3 node_network_address_assign_type{device="br-51f5dff5ff82"} 3 node_network_address_assign_type{device="br-5667f66e6543"} 3 node_network_address_assign_type{device="br-6799ee439a31"} 3 node_network_address_assign_type{device="br-7a187f0d06c1"} 3 node_network_address_assign_type{device="br-7da36ea1f61b"} 3 node_network_address_assign_type{device="br-8746baab8a36"} 3 node_network_address_assign_type{device="br-87a238b248ab"} 3 node_network_address_assign_type{device="br-b649d49ee828"} 3 node_network_address_assign_type{device="br-b6a49dac90c3"} 3 node_network_address_assign_type{device="br-c7016f0454d6"} 3 node_network_address_assign_type{device="br-c7dfdf2c5c1b"} 3 node_network_address_assign_type{device="br-c8f8c16aa8d8"} 3 node_network_address_assign_type{device="br-d672e6235c3c"} 3 node_network_address_assign_type{device="br-d8262704a4b7"} 3 node_network_address_assign_type{device="br-df52337b5344"} 3 node_network_address_assign_type{device="br-ea090cddd801"} 3 node_network_address_assign_type{device="br-ec4df8bd70b0"} 3 node_network_address_assign_type{device="br-f64ba478951b"} 3 node_network_address_assign_type{device="br-f862cef470f8"} 3 node_network_address_assign_type{device="br-fc04abb2c9de"} 3 node_network_address_assign_type{device="br-ffd4d2b2c38a"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth01768c1"} 3 node_network_address_assign_type{device="veth02509da"} 3 node_network_address_assign_type{device="veth028b874"} 3 node_network_address_assign_type{device="veth03ab3e8"} 3 node_network_address_assign_type{device="veth0527b05"} 3 node_network_address_assign_type{device="veth0ad6a5b"} 3 node_network_address_assign_type{device="veth0afbe1c"} 3 node_network_address_assign_type{device="veth0ce5eef"} 3 node_network_address_assign_type{device="veth137b7e3"} 3 node_network_address_assign_type{device="veth15bd568"} 3 node_network_address_assign_type{device="veth172908a"} 3 node_network_address_assign_type{device="veth173ff82"} 3 node_network_address_assign_type{device="veth1831544"} 3 node_network_address_assign_type{device="veth1952ee7"} 3 node_network_address_assign_type{device="veth1aecb5d"} 3 node_network_address_assign_type{device="veth1b20cb3"} 3 node_network_address_assign_type{device="veth1b8a05a"} 3 node_network_address_assign_type{device="veth1bfbbad"} 3 node_network_address_assign_type{device="veth1c87b86"} 3 node_network_address_assign_type{device="veth1de0cff"} 3 node_network_address_assign_type{device="veth1f8e82d"} 3 node_network_address_assign_type{device="veth1ff5c58"} 3 node_network_address_assign_type{device="veth209a5b5"} 3 node_network_address_assign_type{device="veth213b9a5"} 3 node_network_address_assign_type{device="veth2275797"} 3 node_network_address_assign_type{device="veth2475a08"} 3 node_network_address_assign_type{device="veth27d56d2"} 3 node_network_address_assign_type{device="veth2b82d00"} 3 node_network_address_assign_type{device="veth2b97400"} 3 node_network_address_assign_type{device="veth2ba4dae"} 3 node_network_address_assign_type{device="veth2bb095e"} 3 node_network_address_assign_type{device="veth2be792d"} 3 node_network_address_assign_type{device="veth2be7fa2"} 3 node_network_address_assign_type{device="veth2cea0d7"} 3 node_network_address_assign_type{device="veth2da79bf"} 3 node_network_address_assign_type{device="veth2e4b661"} 3 node_network_address_assign_type{device="veth31d5fb9"} 3 node_network_address_assign_type{device="veth34bd09e"} 3 node_network_address_assign_type{device="veth3566c28"} 3 node_network_address_assign_type{device="veth38d017c"} 3 node_network_address_assign_type{device="veth3a2ce9f"} 3 node_network_address_assign_type{device="veth3a362a5"} 3 node_network_address_assign_type{device="veth3be20c9"} 3 node_network_address_assign_type{device="veth3e3a866"} 3 node_network_address_assign_type{device="veth3e3fb0e"} 3 node_network_address_assign_type{device="veth3ef0b8d"} 3 node_network_address_assign_type{device="veth3f65ace"} 3 node_network_address_assign_type{device="veth3ff9b97"} 3 node_network_address_assign_type{device="veth400f03f"} 3 node_network_address_assign_type{device="veth43d8272"} 3 node_network_address_assign_type{device="veth4463c88"} 3 node_network_address_assign_type{device="veth465b0ae"} 3 node_network_address_assign_type{device="veth48580de"} 3 node_network_address_assign_type{device="veth48844f7"} 3 node_network_address_assign_type{device="veth491bf66"} 3 node_network_address_assign_type{device="veth4c1f588"} 3 node_network_address_assign_type{device="veth4de6f9e"} 3 node_network_address_assign_type{device="veth4fc1293"} 3 node_network_address_assign_type{device="veth51d3c8f"} 3 node_network_address_assign_type{device="veth52b5bbd"} 3 node_network_address_assign_type{device="veth575ee41"} 3 node_network_address_assign_type{device="veth5760263"} 3 node_network_address_assign_type{device="veth5859bb9"} 3 node_network_address_assign_type{device="veth5b054b2"} 3 node_network_address_assign_type{device="veth5c7fd44"} 3 node_network_address_assign_type{device="veth62d6015"} 3 node_network_address_assign_type{device="veth6342147"} 3 node_network_address_assign_type{device="veth641378e"} 3 node_network_address_assign_type{device="veth65146ab"} 3 node_network_address_assign_type{device="veth655b11d"} 3 node_network_address_assign_type{device="veth65babe1"} 3 node_network_address_assign_type{device="veth65d2a80"} 3 node_network_address_assign_type{device="veth65db943"} 3 node_network_address_assign_type{device="veth66cc090"} 3 node_network_address_assign_type{device="veth67dbd0d"} 3 node_network_address_assign_type{device="veth69a3613"} 3 node_network_address_assign_type{device="veth6b0e885"} 3 node_network_address_assign_type{device="veth6b266e4"} 3 node_network_address_assign_type{device="veth6c4119f"} 3 node_network_address_assign_type{device="veth6fd5d39"} 3 node_network_address_assign_type{device="veth71b4a6c"} 3 node_network_address_assign_type{device="veth73df7ad"} 3 node_network_address_assign_type{device="veth741af44"} 3 node_network_address_assign_type{device="veth75c6988"} 3 node_network_address_assign_type{device="veth760b301"} 3 node_network_address_assign_type{device="veth795ab14"} 3 node_network_address_assign_type{device="veth79607a4"} 3 node_network_address_assign_type{device="veth7a24fe0"} 3 node_network_address_assign_type{device="veth7aa948b"} 3 node_network_address_assign_type{device="veth7ce28e7"} 3 node_network_address_assign_type{device="veth7e5d09f"} 3 node_network_address_assign_type{device="veth7f1d323"} 3 node_network_address_assign_type{device="veth7fdb307"} 3 node_network_address_assign_type{device="veth801e726"} 3 node_network_address_assign_type{device="veth81c8114"} 3 node_network_address_assign_type{device="veth8a3b2c9"} 3 node_network_address_assign_type{device="veth8b161d9"} 3 node_network_address_assign_type{device="veth8ca2353"} 3 node_network_address_assign_type{device="veth912a0be"} 3 node_network_address_assign_type{device="veth937e562"} 3 node_network_address_assign_type{device="veth93bd24e"} 3 node_network_address_assign_type{device="veth94c97ce"} 3 node_network_address_assign_type{device="veth95eed48"} 3 node_network_address_assign_type{device="veth966f65b"} 3 node_network_address_assign_type{device="veth97032e8"} 3 node_network_address_assign_type{device="veth994fce2"} 3 node_network_address_assign_type{device="veth9a242f8"} 3 node_network_address_assign_type{device="veth9a2a3df"} 3 node_network_address_assign_type{device="veth9bf5bf4"} 3 node_network_address_assign_type{device="veth9bfe150"} 3 node_network_address_assign_type{device="veth9d0a7db"} 3 node_network_address_assign_type{device="veth9d5cea0"} 3 node_network_address_assign_type{device="veth9de9e3b"} 3 node_network_address_assign_type{device="veth9ff0d43"} 3 node_network_address_assign_type{device="vetha2e68cf"} 3 node_network_address_assign_type{device="vetha32602a"} 3 node_network_address_assign_type{device="vetha5fedc7"} 3 node_network_address_assign_type{device="vetha70ff9b"} 3 node_network_address_assign_type{device="vetha7f6bcb"} 3 node_network_address_assign_type{device="vethad20cef"} 3 node_network_address_assign_type{device="vethad73145"} 3 node_network_address_assign_type{device="vethadf167f"} 3 node_network_address_assign_type{device="vethaf91487"} 3 node_network_address_assign_type{device="vethb14c290"} 3 node_network_address_assign_type{device="vethb4b00ef"} 3 node_network_address_assign_type{device="vethb5411e2"} 3 node_network_address_assign_type{device="vethb881de4"} 3 node_network_address_assign_type{device="vethbf67cc8"} 3 node_network_address_assign_type{device="vethc0b5fa0"} 3 node_network_address_assign_type{device="vethc1cba9f"} 3 node_network_address_assign_type{device="vethc2b4e54"} 3 node_network_address_assign_type{device="vethc525558"} 3 node_network_address_assign_type{device="vethc590dc3"} 3 node_network_address_assign_type{device="vethc67bd57"} 3 node_network_address_assign_type{device="vethc6d54e3"} 3 node_network_address_assign_type{device="vethc865b89"} 3 node_network_address_assign_type{device="vethc8de8ac"} 3 node_network_address_assign_type{device="vethca040f3"} 3 node_network_address_assign_type{device="vethcac2f4b"} 3 node_network_address_assign_type{device="vethcb1487d"} 3 node_network_address_assign_type{device="vethcebd614"} 3 node_network_address_assign_type{device="vethd29b564"} 3 node_network_address_assign_type{device="vethd3d695d"} 3 node_network_address_assign_type{device="vethd3e923a"} 3 node_network_address_assign_type{device="vethd55218d"} 3 node_network_address_assign_type{device="vethd9d85e4"} 3 node_network_address_assign_type{device="vethd9f4866"} 3 node_network_address_assign_type{device="vethda220a2"} 3 node_network_address_assign_type{device="vethdb047fd"} 3 node_network_address_assign_type{device="vethde98f51"} 3 node_network_address_assign_type{device="vethe007eb6"} 3 node_network_address_assign_type{device="vethe01f1d2"} 3 node_network_address_assign_type{device="vethe1690a8"} 3 node_network_address_assign_type{device="vethe4f61ee"} 3 node_network_address_assign_type{device="vethe702549"} 3 node_network_address_assign_type{device="vethe809b19"} 3 node_network_address_assign_type{device="vethe8fb0cc"} 3 node_network_address_assign_type{device="vethe97c65a"} 3 node_network_address_assign_type{device="vethefacdf0"} 3 node_network_address_assign_type{device="vethf0249c4"} 3 node_network_address_assign_type{device="vethf37430e"} 3 node_network_address_assign_type{device="vethf4b2ece"} 3 node_network_address_assign_type{device="vethf8b40e5"} 3 node_network_address_assign_type{device="vethf8dc3d2"} 3 node_network_address_assign_type{device="vethf8ef168"} 3 node_network_address_assign_type{device="vethf942e83"} 3 node_network_address_assign_type{device="vethf9805e1"} 3 node_network_address_assign_type{device="vethfd43fa0"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-07801704449d"} 1 node_network_carrier{device="br-1948db901358"} 1 node_network_carrier{device="br-2332a0bd87fd"} 1 node_network_carrier{device="br-2b505dcffd8e"} 1 node_network_carrier{device="br-2d4b31a88c9e"} 1 node_network_carrier{device="br-30870adde61f"} 1 node_network_carrier{device="br-37e4df59c851"} 0 node_network_carrier{device="br-5167d1e0e994"} 1 node_network_carrier{device="br-51f5dff5ff82"} 1 node_network_carrier{device="br-5667f66e6543"} 1 node_network_carrier{device="br-6799ee439a31"} 1 node_network_carrier{device="br-7a187f0d06c1"} 1 node_network_carrier{device="br-7da36ea1f61b"} 1 node_network_carrier{device="br-8746baab8a36"} 1 node_network_carrier{device="br-87a238b248ab"} 1 node_network_carrier{device="br-b649d49ee828"} 1 node_network_carrier{device="br-b6a49dac90c3"} 1 node_network_carrier{device="br-c7016f0454d6"} 0 node_network_carrier{device="br-c7dfdf2c5c1b"} 0 node_network_carrier{device="br-c8f8c16aa8d8"} 1 node_network_carrier{device="br-d672e6235c3c"} 1 node_network_carrier{device="br-d8262704a4b7"} 1 node_network_carrier{device="br-df52337b5344"} 1 node_network_carrier{device="br-ec4df8bd70b0"} 1 node_network_carrier{device="br-f64ba478951b"} 1 node_network_carrier{device="br-f862cef470f8"} 1 node_network_carrier{device="br-fc04abb2c9de"} 1 node_network_carrier{device="br-ffd4d2b2c38a"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth01768c1"} 1 node_network_carrier{device="veth02509da"} 1 node_network_carrier{device="veth028b874"} 1 node_network_carrier{device="veth03ab3e8"} 1 node_network_carrier{device="veth0527b05"} 1 node_network_carrier{device="veth0ad6a5b"} 1 node_network_carrier{device="veth0afbe1c"} 1 node_network_carrier{device="veth0ce5eef"} 1 node_network_carrier{device="veth137b7e3"} 1 node_network_carrier{device="veth15bd568"} 1 node_network_carrier{device="veth172908a"} 1 node_network_carrier{device="veth173ff82"} 1 node_network_carrier{device="veth1831544"} 1 node_network_carrier{device="veth1952ee7"} 1 node_network_carrier{device="veth1aecb5d"} 1 node_network_carrier{device="veth1b20cb3"} 1 node_network_carrier{device="veth1b8a05a"} 1 node_network_carrier{device="veth1bfbbad"} 1 node_network_carrier{device="veth1c87b86"} 1 node_network_carrier{device="veth1de0cff"} 1 node_network_carrier{device="veth1f8e82d"} 1 node_network_carrier{device="veth1ff5c58"} 1 node_network_carrier{device="veth209a5b5"} 1 node_network_carrier{device="veth213b9a5"} 1 node_network_carrier{device="veth2275797"} 1 node_network_carrier{device="veth2475a08"} 1 node_network_carrier{device="veth27d56d2"} 1 node_network_carrier{device="veth2b82d00"} 1 node_network_carrier{device="veth2b97400"} 1 node_network_carrier{device="veth2ba4dae"} 1 node_network_carrier{device="veth2bb095e"} 1 node_network_carrier{device="veth2be792d"} 1 node_network_carrier{device="veth2be7fa2"} 1 node_network_carrier{device="veth2cea0d7"} 1 node_network_carrier{device="veth2da79bf"} 1 node_network_carrier{device="veth2e4b661"} 1 node_network_carrier{device="veth31d5fb9"} 1 node_network_carrier{device="veth34bd09e"} 1 node_network_carrier{device="veth3566c28"} 1 node_network_carrier{device="veth38d017c"} 1 node_network_carrier{device="veth3a2ce9f"} 1 node_network_carrier{device="veth3a362a5"} 1 node_network_carrier{device="veth3be20c9"} 1 node_network_carrier{device="veth3e3a866"} 1 node_network_carrier{device="veth3e3fb0e"} 1 node_network_carrier{device="veth3ef0b8d"} 1 node_network_carrier{device="veth3f65ace"} 1 node_network_carrier{device="veth3ff9b97"} 1 node_network_carrier{device="veth400f03f"} 1 node_network_carrier{device="veth43d8272"} 1 node_network_carrier{device="veth4463c88"} 1 node_network_carrier{device="veth465b0ae"} 1 node_network_carrier{device="veth48580de"} 1 node_network_carrier{device="veth48844f7"} 1 node_network_carrier{device="veth491bf66"} 1 node_network_carrier{device="veth4c1f588"} 1 node_network_carrier{device="veth4de6f9e"} 1 node_network_carrier{device="veth4fc1293"} 1 node_network_carrier{device="veth51d3c8f"} 1 node_network_carrier{device="veth52b5bbd"} 1 node_network_carrier{device="veth575ee41"} 1 node_network_carrier{device="veth5760263"} 1 node_network_carrier{device="veth5859bb9"} 1 node_network_carrier{device="veth5b054b2"} 1 node_network_carrier{device="veth5c7fd44"} 1 node_network_carrier{device="veth62d6015"} 1 node_network_carrier{device="veth6342147"} 1 node_network_carrier{device="veth641378e"} 1 node_network_carrier{device="veth65146ab"} 1 node_network_carrier{device="veth655b11d"} 1 node_network_carrier{device="veth65babe1"} 1 node_network_carrier{device="veth65d2a80"} 1 node_network_carrier{device="veth65db943"} 1 node_network_carrier{device="veth66cc090"} 1 node_network_carrier{device="veth67dbd0d"} 1 node_network_carrier{device="veth69a3613"} 1 node_network_carrier{device="veth6b0e885"} 1 node_network_carrier{device="veth6b266e4"} 1 node_network_carrier{device="veth6c4119f"} 1 node_network_carrier{device="veth6fd5d39"} 1 node_network_carrier{device="veth71b4a6c"} 1 node_network_carrier{device="veth73df7ad"} 1 node_network_carrier{device="veth741af44"} 1 node_network_carrier{device="veth75c6988"} 1 node_network_carrier{device="veth760b301"} 1 node_network_carrier{device="veth795ab14"} 1 node_network_carrier{device="veth79607a4"} 1 node_network_carrier{device="veth7a24fe0"} 1 node_network_carrier{device="veth7aa948b"} 1 node_network_carrier{device="veth7ce28e7"} 1 node_network_carrier{device="veth7e5d09f"} 1 node_network_carrier{device="veth7f1d323"} 1 node_network_carrier{device="veth7fdb307"} 1 node_network_carrier{device="veth801e726"} 1 node_network_carrier{device="veth81c8114"} 1 node_network_carrier{device="veth8a3b2c9"} 1 node_network_carrier{device="veth8b161d9"} 1 node_network_carrier{device="veth8ca2353"} 1 node_network_carrier{device="veth912a0be"} 1 node_network_carrier{device="veth937e562"} 1 node_network_carrier{device="veth93bd24e"} 1 node_network_carrier{device="veth94c97ce"} 1 node_network_carrier{device="veth95eed48"} 1 node_network_carrier{device="veth966f65b"} 1 node_network_carrier{device="veth97032e8"} 1 node_network_carrier{device="veth994fce2"} 1 node_network_carrier{device="veth9a242f8"} 1 node_network_carrier{device="veth9a2a3df"} 1 node_network_carrier{device="veth9bf5bf4"} 1 node_network_carrier{device="veth9bfe150"} 1 node_network_carrier{device="veth9d0a7db"} 1 node_network_carrier{device="veth9d5cea0"} 1 node_network_carrier{device="veth9de9e3b"} 1 node_network_carrier{device="veth9ff0d43"} 1 node_network_carrier{device="vetha2e68cf"} 1 node_network_carrier{device="vetha32602a"} 1 node_network_carrier{device="vetha5fedc7"} 1 node_network_carrier{device="vetha70ff9b"} 1 node_network_carrier{device="vetha7f6bcb"} 1 node_network_carrier{device="vethad20cef"} 1 node_network_carrier{device="vethad73145"} 1 node_network_carrier{device="vethadf167f"} 1 node_network_carrier{device="vethaf91487"} 1 node_network_carrier{device="vethb14c290"} 1 node_network_carrier{device="vethb4b00ef"} 1 node_network_carrier{device="vethb5411e2"} 1 node_network_carrier{device="vethb881de4"} 1 node_network_carrier{device="vethbf67cc8"} 1 node_network_carrier{device="vethc0b5fa0"} 1 node_network_carrier{device="vethc1cba9f"} 1 node_network_carrier{device="vethc2b4e54"} 1 node_network_carrier{device="vethc525558"} 1 node_network_carrier{device="vethc590dc3"} 1 node_network_carrier{device="vethc67bd57"} 1 node_network_carrier{device="vethc6d54e3"} 1 node_network_carrier{device="vethc865b89"} 1 node_network_carrier{device="vethc8de8ac"} 1 node_network_carrier{device="vethca040f3"} 1 node_network_carrier{device="vethcac2f4b"} 1 node_network_carrier{device="vethcb1487d"} 1 node_network_carrier{device="vethcebd614"} 1 node_network_carrier{device="vethd29b564"} 1 node_network_carrier{device="vethd3d695d"} 1 node_network_carrier{device="vethd3e923a"} 1 node_network_carrier{device="vethd55218d"} 1 node_network_carrier{device="vethd9d85e4"} 1 node_network_carrier{device="vethd9f4866"} 1 node_network_carrier{device="vethda220a2"} 1 node_network_carrier{device="vethdb047fd"} 1 node_network_carrier{device="vethde98f51"} 1 node_network_carrier{device="vethe007eb6"} 1 node_network_carrier{device="vethe01f1d2"} 1 node_network_carrier{device="vethe1690a8"} 1 node_network_carrier{device="vethe4f61ee"} 1 node_network_carrier{device="vethe702549"} 1 node_network_carrier{device="vethe809b19"} 1 node_network_carrier{device="vethe8fb0cc"} 1 node_network_carrier{device="vethe97c65a"} 1 node_network_carrier{device="vethefacdf0"} 1 node_network_carrier{device="vethf0249c4"} 1 node_network_carrier{device="vethf37430e"} 1 node_network_carrier{device="vethf4b2ece"} 1 node_network_carrier{device="vethf8b40e5"} 1 node_network_carrier{device="vethf8dc3d2"} 1 node_network_carrier{device="vethf8ef168"} 1 node_network_carrier{device="vethf942e83"} 1 node_network_carrier{device="vethf9805e1"} 1 node_network_carrier{device="vethfd43fa0"} 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-07801704449d"} 2 node_network_carrier_changes_total{device="br-1948db901358"} 2 node_network_carrier_changes_total{device="br-2332a0bd87fd"} 6 node_network_carrier_changes_total{device="br-2b505dcffd8e"} 2 node_network_carrier_changes_total{device="br-2d4b31a88c9e"} 2 node_network_carrier_changes_total{device="br-30870adde61f"} 4 node_network_carrier_changes_total{device="br-37e4df59c851"} 87 node_network_carrier_changes_total{device="br-5167d1e0e994"} 2 node_network_carrier_changes_total{device="br-51f5dff5ff82"} 6 node_network_carrier_changes_total{device="br-5667f66e6543"} 6 node_network_carrier_changes_total{device="br-6799ee439a31"} 6 node_network_carrier_changes_total{device="br-7a187f0d06c1"} 6 node_network_carrier_changes_total{device="br-7da36ea1f61b"} 6 node_network_carrier_changes_total{device="br-8746baab8a36"} 4 node_network_carrier_changes_total{device="br-87a238b248ab"} 2 node_network_carrier_changes_total{device="br-b649d49ee828"} 2 node_network_carrier_changes_total{device="br-b6a49dac90c3"} 6 node_network_carrier_changes_total{device="br-c7016f0454d6"} 93 node_network_carrier_changes_total{device="br-c7dfdf2c5c1b"} 11 node_network_carrier_changes_total{device="br-c8f8c16aa8d8"} 6 node_network_carrier_changes_total{device="br-d672e6235c3c"} 8 node_network_carrier_changes_total{device="br-d8262704a4b7"} 32 node_network_carrier_changes_total{device="br-df52337b5344"} 2 node_network_carrier_changes_total{device="br-ea090cddd801"} 1 node_network_carrier_changes_total{device="br-ec4df8bd70b0"} 10 node_network_carrier_changes_total{device="br-f64ba478951b"} 4 node_network_carrier_changes_total{device="br-f862cef470f8"} 2 node_network_carrier_changes_total{device="br-fc04abb2c9de"} 2 node_network_carrier_changes_total{device="br-ffd4d2b2c38a"} 10 node_network_carrier_changes_total{device="docker0"} 78 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth01768c1"} 2 node_network_carrier_changes_total{device="veth02509da"} 2 node_network_carrier_changes_total{device="veth028b874"} 2 node_network_carrier_changes_total{device="veth03ab3e8"} 2 node_network_carrier_changes_total{device="veth0527b05"} 2 node_network_carrier_changes_total{device="veth0ad6a5b"} 2 node_network_carrier_changes_total{device="veth0afbe1c"} 2 node_network_carrier_changes_total{device="veth0ce5eef"} 2 node_network_carrier_changes_total{device="veth137b7e3"} 2 node_network_carrier_changes_total{device="veth15bd568"} 2 node_network_carrier_changes_total{device="veth172908a"} 2 node_network_carrier_changes_total{device="veth173ff82"} 2 node_network_carrier_changes_total{device="veth1831544"} 2 node_network_carrier_changes_total{device="veth1952ee7"} 2 node_network_carrier_changes_total{device="veth1aecb5d"} 2 node_network_carrier_changes_total{device="veth1b20cb3"} 2 node_network_carrier_changes_total{device="veth1b8a05a"} 2 node_network_carrier_changes_total{device="veth1bfbbad"} 2 node_network_carrier_changes_total{device="veth1c87b86"} 2 node_network_carrier_changes_total{device="veth1de0cff"} 2 node_network_carrier_changes_total{device="veth1f8e82d"} 2 node_network_carrier_changes_total{device="veth1ff5c58"} 2 node_network_carrier_changes_total{device="veth209a5b5"} 2 node_network_carrier_changes_total{device="veth213b9a5"} 2 node_network_carrier_changes_total{device="veth2275797"} 2 node_network_carrier_changes_total{device="veth2475a08"} 2 node_network_carrier_changes_total{device="veth27d56d2"} 2 node_network_carrier_changes_total{device="veth2b82d00"} 2 node_network_carrier_changes_total{device="veth2b97400"} 2 node_network_carrier_changes_total{device="veth2ba4dae"} 2 node_network_carrier_changes_total{device="veth2bb095e"} 2 node_network_carrier_changes_total{device="veth2be792d"} 2 node_network_carrier_changes_total{device="veth2be7fa2"} 2 node_network_carrier_changes_total{device="veth2cea0d7"} 2 node_network_carrier_changes_total{device="veth2da79bf"} 2 node_network_carrier_changes_total{device="veth2e4b661"} 2 node_network_carrier_changes_total{device="veth31d5fb9"} 2 node_network_carrier_changes_total{device="veth34bd09e"} 2 node_network_carrier_changes_total{device="veth3566c28"} 2 node_network_carrier_changes_total{device="veth38d017c"} 2 node_network_carrier_changes_total{device="veth3a2ce9f"} 2 node_network_carrier_changes_total{device="veth3a362a5"} 2 node_network_carrier_changes_total{device="veth3be20c9"} 2 node_network_carrier_changes_total{device="veth3e3a866"} 2 node_network_carrier_changes_total{device="veth3e3fb0e"} 2 node_network_carrier_changes_total{device="veth3ef0b8d"} 2 node_network_carrier_changes_total{device="veth3f65ace"} 2 node_network_carrier_changes_total{device="veth3ff9b97"} 2 node_network_carrier_changes_total{device="veth400f03f"} 2 node_network_carrier_changes_total{device="veth43d8272"} 2 node_network_carrier_changes_total{device="veth4463c88"} 2 node_network_carrier_changes_total{device="veth465b0ae"} 2 node_network_carrier_changes_total{device="veth48580de"} 2 node_network_carrier_changes_total{device="veth48844f7"} 2 node_network_carrier_changes_total{device="veth491bf66"} 2 node_network_carrier_changes_total{device="veth4c1f588"} 2 node_network_carrier_changes_total{device="veth4de6f9e"} 2 node_network_carrier_changes_total{device="veth4fc1293"} 2 node_network_carrier_changes_total{device="veth51d3c8f"} 2 node_network_carrier_changes_total{device="veth52b5bbd"} 2 node_network_carrier_changes_total{device="veth575ee41"} 2 node_network_carrier_changes_total{device="veth5760263"} 2 node_network_carrier_changes_total{device="veth5859bb9"} 2 node_network_carrier_changes_total{device="veth5b054b2"} 2 node_network_carrier_changes_total{device="veth5c7fd44"} 2 node_network_carrier_changes_total{device="veth62d6015"} 2 node_network_carrier_changes_total{device="veth6342147"} 2 node_network_carrier_changes_total{device="veth641378e"} 2 node_network_carrier_changes_total{device="veth65146ab"} 2 node_network_carrier_changes_total{device="veth655b11d"} 2 node_network_carrier_changes_total{device="veth65babe1"} 2 node_network_carrier_changes_total{device="veth65d2a80"} 2 node_network_carrier_changes_total{device="veth65db943"} 2 node_network_carrier_changes_total{device="veth66cc090"} 2 node_network_carrier_changes_total{device="veth67dbd0d"} 2 node_network_carrier_changes_total{device="veth69a3613"} 2 node_network_carrier_changes_total{device="veth6b0e885"} 2 node_network_carrier_changes_total{device="veth6b266e4"} 2 node_network_carrier_changes_total{device="veth6c4119f"} 2 node_network_carrier_changes_total{device="veth6fd5d39"} 2 node_network_carrier_changes_total{device="veth71b4a6c"} 2 node_network_carrier_changes_total{device="veth73df7ad"} 2 node_network_carrier_changes_total{device="veth741af44"} 2 node_network_carrier_changes_total{device="veth75c6988"} 2 node_network_carrier_changes_total{device="veth760b301"} 2 node_network_carrier_changes_total{device="veth795ab14"} 2 node_network_carrier_changes_total{device="veth79607a4"} 2 node_network_carrier_changes_total{device="veth7a24fe0"} 2 node_network_carrier_changes_total{device="veth7aa948b"} 2 node_network_carrier_changes_total{device="veth7ce28e7"} 2 node_network_carrier_changes_total{device="veth7e5d09f"} 2 node_network_carrier_changes_total{device="veth7f1d323"} 2 node_network_carrier_changes_total{device="veth7fdb307"} 2 node_network_carrier_changes_total{device="veth801e726"} 2 node_network_carrier_changes_total{device="veth81c8114"} 2 node_network_carrier_changes_total{device="veth8a3b2c9"} 2 node_network_carrier_changes_total{device="veth8b161d9"} 2 node_network_carrier_changes_total{device="veth8ca2353"} 2 node_network_carrier_changes_total{device="veth912a0be"} 2 node_network_carrier_changes_total{device="veth937e562"} 2 node_network_carrier_changes_total{device="veth93bd24e"} 2 node_network_carrier_changes_total{device="veth94c97ce"} 2 node_network_carrier_changes_total{device="veth95eed48"} 2 node_network_carrier_changes_total{device="veth966f65b"} 2 node_network_carrier_changes_total{device="veth97032e8"} 2 node_network_carrier_changes_total{device="veth994fce2"} 2 node_network_carrier_changes_total{device="veth9a242f8"} 2 node_network_carrier_changes_total{device="veth9a2a3df"} 2 node_network_carrier_changes_total{device="veth9bf5bf4"} 2 node_network_carrier_changes_total{device="veth9bfe150"} 2 node_network_carrier_changes_total{device="veth9d0a7db"} 2 node_network_carrier_changes_total{device="veth9d5cea0"} 2 node_network_carrier_changes_total{device="veth9de9e3b"} 2 node_network_carrier_changes_total{device="veth9ff0d43"} 2 node_network_carrier_changes_total{device="vetha2e68cf"} 2 node_network_carrier_changes_total{device="vetha32602a"} 2 node_network_carrier_changes_total{device="vetha5fedc7"} 2 node_network_carrier_changes_total{device="vetha70ff9b"} 2 node_network_carrier_changes_total{device="vetha7f6bcb"} 2 node_network_carrier_changes_total{device="vethad20cef"} 2 node_network_carrier_changes_total{device="vethad73145"} 2 node_network_carrier_changes_total{device="vethadf167f"} 2 node_network_carrier_changes_total{device="vethaf91487"} 2 node_network_carrier_changes_total{device="vethb14c290"} 2 node_network_carrier_changes_total{device="vethb4b00ef"} 2 node_network_carrier_changes_total{device="vethb5411e2"} 2 node_network_carrier_changes_total{device="vethb881de4"} 2 node_network_carrier_changes_total{device="vethbf67cc8"} 2 node_network_carrier_changes_total{device="vethc0b5fa0"} 2 node_network_carrier_changes_total{device="vethc1cba9f"} 2 node_network_carrier_changes_total{device="vethc2b4e54"} 2 node_network_carrier_changes_total{device="vethc525558"} 2 node_network_carrier_changes_total{device="vethc590dc3"} 2 node_network_carrier_changes_total{device="vethc67bd57"} 2 node_network_carrier_changes_total{device="vethc6d54e3"} 2 node_network_carrier_changes_total{device="vethc865b89"} 2 node_network_carrier_changes_total{device="vethc8de8ac"} 2 node_network_carrier_changes_total{device="vethca040f3"} 2 node_network_carrier_changes_total{device="vethcac2f4b"} 2 node_network_carrier_changes_total{device="vethcb1487d"} 2 node_network_carrier_changes_total{device="vethcebd614"} 2 node_network_carrier_changes_total{device="vethd29b564"} 2 node_network_carrier_changes_total{device="vethd3d695d"} 2 node_network_carrier_changes_total{device="vethd3e923a"} 2 node_network_carrier_changes_total{device="vethd55218d"} 2 node_network_carrier_changes_total{device="vethd9d85e4"} 2 node_network_carrier_changes_total{device="vethd9f4866"} 2 node_network_carrier_changes_total{device="vethda220a2"} 2 node_network_carrier_changes_total{device="vethdb047fd"} 2 node_network_carrier_changes_total{device="vethde98f51"} 2 node_network_carrier_changes_total{device="vethe007eb6"} 2 node_network_carrier_changes_total{device="vethe01f1d2"} 2 node_network_carrier_changes_total{device="vethe1690a8"} 2 node_network_carrier_changes_total{device="vethe4f61ee"} 2 node_network_carrier_changes_total{device="vethe702549"} 2 node_network_carrier_changes_total{device="vethe809b19"} 2 node_network_carrier_changes_total{device="vethe8fb0cc"} 2 node_network_carrier_changes_total{device="vethe97c65a"} 2 node_network_carrier_changes_total{device="vethefacdf0"} 2 node_network_carrier_changes_total{device="vethf0249c4"} 2 node_network_carrier_changes_total{device="vethf37430e"} 2 node_network_carrier_changes_total{device="vethf4b2ece"} 2 node_network_carrier_changes_total{device="vethf8b40e5"} 2 node_network_carrier_changes_total{device="vethf8dc3d2"} 2 node_network_carrier_changes_total{device="vethf8ef168"} 2 node_network_carrier_changes_total{device="vethf942e83"} 2 node_network_carrier_changes_total{device="vethf9805e1"} 2 node_network_carrier_changes_total{device="vethfd43fa0"} 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-07801704449d"} 1 node_network_carrier_down_changes_total{device="br-1948db901358"} 1 node_network_carrier_down_changes_total{device="br-2332a0bd87fd"} 3 node_network_carrier_down_changes_total{device="br-2b505dcffd8e"} 1 node_network_carrier_down_changes_total{device="br-2d4b31a88c9e"} 1 node_network_carrier_down_changes_total{device="br-30870adde61f"} 2 node_network_carrier_down_changes_total{device="br-37e4df59c851"} 44 node_network_carrier_down_changes_total{device="br-5167d1e0e994"} 1 node_network_carrier_down_changes_total{device="br-51f5dff5ff82"} 3 node_network_carrier_down_changes_total{device="br-5667f66e6543"} 3 node_network_carrier_down_changes_total{device="br-6799ee439a31"} 3 node_network_carrier_down_changes_total{device="br-7a187f0d06c1"} 3 node_network_carrier_down_changes_total{device="br-7da36ea1f61b"} 3 node_network_carrier_down_changes_total{device="br-8746baab8a36"} 2 node_network_carrier_down_changes_total{device="br-87a238b248ab"} 1 node_network_carrier_down_changes_total{device="br-b649d49ee828"} 1 node_network_carrier_down_changes_total{device="br-b6a49dac90c3"} 3 node_network_carrier_down_changes_total{device="br-c7016f0454d6"} 47 node_network_carrier_down_changes_total{device="br-c7dfdf2c5c1b"} 6 node_network_carrier_down_changes_total{device="br-c8f8c16aa8d8"} 3 node_network_carrier_down_changes_total{device="br-d672e6235c3c"} 4 node_network_carrier_down_changes_total{device="br-d8262704a4b7"} 16 node_network_carrier_down_changes_total{device="br-df52337b5344"} 1 node_network_carrier_down_changes_total{device="br-ea090cddd801"} 1 node_network_carrier_down_changes_total{device="br-ec4df8bd70b0"} 5 node_network_carrier_down_changes_total{device="br-f64ba478951b"} 2 node_network_carrier_down_changes_total{device="br-f862cef470f8"} 1 node_network_carrier_down_changes_total{device="br-fc04abb2c9de"} 1 node_network_carrier_down_changes_total{device="br-ffd4d2b2c38a"} 5 node_network_carrier_down_changes_total{device="docker0"} 39 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="lo"} 0 node_network_carrier_down_changes_total{device="veth01768c1"} 1 node_network_carrier_down_changes_total{device="veth02509da"} 1 node_network_carrier_down_changes_total{device="veth028b874"} 1 node_network_carrier_down_changes_total{device="veth03ab3e8"} 1 node_network_carrier_down_changes_total{device="veth0527b05"} 1 node_network_carrier_down_changes_total{device="veth0ad6a5b"} 1 node_network_carrier_down_changes_total{device="veth0afbe1c"} 1 node_network_carrier_down_changes_total{device="veth0ce5eef"} 1 node_network_carrier_down_changes_total{device="veth137b7e3"} 1 node_network_carrier_down_changes_total{device="veth15bd568"} 1 node_network_carrier_down_changes_total{device="veth172908a"} 1 node_network_carrier_down_changes_total{device="veth173ff82"} 1 node_network_carrier_down_changes_total{device="veth1831544"} 1 node_network_carrier_down_changes_total{device="veth1952ee7"} 1 node_network_carrier_down_changes_total{device="veth1aecb5d"} 1 node_network_carrier_down_changes_total{device="veth1b20cb3"} 1 node_network_carrier_down_changes_total{device="veth1b8a05a"} 1 node_network_carrier_down_changes_total{device="veth1bfbbad"} 1 node_network_carrier_down_changes_total{device="veth1c87b86"} 1 node_network_carrier_down_changes_total{device="veth1de0cff"} 1 node_network_carrier_down_changes_total{device="veth1f8e82d"} 1 node_network_carrier_down_changes_total{device="veth1ff5c58"} 1 node_network_carrier_down_changes_total{device="veth209a5b5"} 1 node_network_carrier_down_changes_total{device="veth213b9a5"} 1 node_network_carrier_down_changes_total{device="veth2275797"} 1 node_network_carrier_down_changes_total{device="veth2475a08"} 1 node_network_carrier_down_changes_total{device="veth27d56d2"} 1 node_network_carrier_down_changes_total{device="veth2b82d00"} 1 node_network_carrier_down_changes_total{device="veth2b97400"} 1 node_network_carrier_down_changes_total{device="veth2ba4dae"} 1 node_network_carrier_down_changes_total{device="veth2bb095e"} 1 node_network_carrier_down_changes_total{device="veth2be792d"} 1 node_network_carrier_down_changes_total{device="veth2be7fa2"} 1 node_network_carrier_down_changes_total{device="veth2cea0d7"} 1 node_network_carrier_down_changes_total{device="veth2da79bf"} 1 node_network_carrier_down_changes_total{device="veth2e4b661"} 1 node_network_carrier_down_changes_total{device="veth31d5fb9"} 1 node_network_carrier_down_changes_total{device="veth34bd09e"} 1 node_network_carrier_down_changes_total{device="veth3566c28"} 1 node_network_carrier_down_changes_total{device="veth38d017c"} 1 node_network_carrier_down_changes_total{device="veth3a2ce9f"} 1 node_network_carrier_down_changes_total{device="veth3a362a5"} 1 node_network_carrier_down_changes_total{device="veth3be20c9"} 1 node_network_carrier_down_changes_total{device="veth3e3a866"} 1 node_network_carrier_down_changes_total{device="veth3e3fb0e"} 1 node_network_carrier_down_changes_total{device="veth3ef0b8d"} 1 node_network_carrier_down_changes_total{device="veth3f65ace"} 1 node_network_carrier_down_changes_total{device="veth3ff9b97"} 1 node_network_carrier_down_changes_total{device="veth400f03f"} 1 node_network_carrier_down_changes_total{device="veth43d8272"} 1 node_network_carrier_down_changes_total{device="veth4463c88"} 1 node_network_carrier_down_changes_total{device="veth465b0ae"} 1 node_network_carrier_down_changes_total{device="veth48580de"} 1 node_network_carrier_down_changes_total{device="veth48844f7"} 1 node_network_carrier_down_changes_total{device="veth491bf66"} 1 node_network_carrier_down_changes_total{device="veth4c1f588"} 1 node_network_carrier_down_changes_total{device="veth4de6f9e"} 1 node_network_carrier_down_changes_total{device="veth4fc1293"} 1 node_network_carrier_down_changes_total{device="veth51d3c8f"} 1 node_network_carrier_down_changes_total{device="veth52b5bbd"} 1 node_network_carrier_down_changes_total{device="veth575ee41"} 1 node_network_carrier_down_changes_total{device="veth5760263"} 1 node_network_carrier_down_changes_total{device="veth5859bb9"} 1 node_network_carrier_down_changes_total{device="veth5b054b2"} 1 node_network_carrier_down_changes_total{device="veth5c7fd44"} 1 node_network_carrier_down_changes_total{device="veth62d6015"} 1 node_network_carrier_down_changes_total{device="veth6342147"} 1 node_network_carrier_down_changes_total{device="veth641378e"} 1 node_network_carrier_down_changes_total{device="veth65146ab"} 1 node_network_carrier_down_changes_total{device="veth655b11d"} 1 node_network_carrier_down_changes_total{device="veth65babe1"} 1 node_network_carrier_down_changes_total{device="veth65d2a80"} 1 node_network_carrier_down_changes_total{device="veth65db943"} 1 node_network_carrier_down_changes_total{device="veth66cc090"} 1 node_network_carrier_down_changes_total{device="veth67dbd0d"} 1 node_network_carrier_down_changes_total{device="veth69a3613"} 1 node_network_carrier_down_changes_total{device="veth6b0e885"} 1 node_network_carrier_down_changes_total{device="veth6b266e4"} 1 node_network_carrier_down_changes_total{device="veth6c4119f"} 1 node_network_carrier_down_changes_total{device="veth6fd5d39"} 1 node_network_carrier_down_changes_total{device="veth71b4a6c"} 1 node_network_carrier_down_changes_total{device="veth73df7ad"} 1 node_network_carrier_down_changes_total{device="veth741af44"} 1 node_network_carrier_down_changes_total{device="veth75c6988"} 1 node_network_carrier_down_changes_total{device="veth760b301"} 1 node_network_carrier_down_changes_total{device="veth795ab14"} 1 node_network_carrier_down_changes_total{device="veth79607a4"} 1 node_network_carrier_down_changes_total{device="veth7a24fe0"} 1 node_network_carrier_down_changes_total{device="veth7aa948b"} 1 node_network_carrier_down_changes_total{device="veth7ce28e7"} 1 node_network_carrier_down_changes_total{device="veth7e5d09f"} 1 node_network_carrier_down_changes_total{device="veth7f1d323"} 1 node_network_carrier_down_changes_total{device="veth7fdb307"} 1 node_network_carrier_down_changes_total{device="veth801e726"} 1 node_network_carrier_down_changes_total{device="veth81c8114"} 1 node_network_carrier_down_changes_total{device="veth8a3b2c9"} 1 node_network_carrier_down_changes_total{device="veth8b161d9"} 1 node_network_carrier_down_changes_total{device="veth8ca2353"} 1 node_network_carrier_down_changes_total{device="veth912a0be"} 1 node_network_carrier_down_changes_total{device="veth937e562"} 1 node_network_carrier_down_changes_total{device="veth93bd24e"} 1 node_network_carrier_down_changes_total{device="veth94c97ce"} 1 node_network_carrier_down_changes_total{device="veth95eed48"} 1 node_network_carrier_down_changes_total{device="veth966f65b"} 1 node_network_carrier_down_changes_total{device="veth97032e8"} 1 node_network_carrier_down_changes_total{device="veth994fce2"} 1 node_network_carrier_down_changes_total{device="veth9a242f8"} 1 node_network_carrier_down_changes_total{device="veth9a2a3df"} 1 node_network_carrier_down_changes_total{device="veth9bf5bf4"} 1 node_network_carrier_down_changes_total{device="veth9bfe150"} 1 node_network_carrier_down_changes_total{device="veth9d0a7db"} 1 node_network_carrier_down_changes_total{device="veth9d5cea0"} 1 node_network_carrier_down_changes_total{device="veth9de9e3b"} 1 node_network_carrier_down_changes_total{device="veth9ff0d43"} 1 node_network_carrier_down_changes_total{device="vetha2e68cf"} 1 node_network_carrier_down_changes_total{device="vetha32602a"} 1 node_network_carrier_down_changes_total{device="vetha5fedc7"} 1 node_network_carrier_down_changes_total{device="vetha70ff9b"} 1 node_network_carrier_down_changes_total{device="vetha7f6bcb"} 1 node_network_carrier_down_changes_total{device="vethad20cef"} 1 node_network_carrier_down_changes_total{device="vethad73145"} 1 node_network_carrier_down_changes_total{device="vethadf167f"} 1 node_network_carrier_down_changes_total{device="vethaf91487"} 1 node_network_carrier_down_changes_total{device="vethb14c290"} 1 node_network_carrier_down_changes_total{device="vethb4b00ef"} 1 node_network_carrier_down_changes_total{device="vethb5411e2"} 1 node_network_carrier_down_changes_total{device="vethb881de4"} 1 node_network_carrier_down_changes_total{device="vethbf67cc8"} 1 node_network_carrier_down_changes_total{device="vethc0b5fa0"} 1 node_network_carrier_down_changes_total{device="vethc1cba9f"} 1 node_network_carrier_down_changes_total{device="vethc2b4e54"} 1 node_network_carrier_down_changes_total{device="vethc525558"} 1 node_network_carrier_down_changes_total{device="vethc590dc3"} 1 node_network_carrier_down_changes_total{device="vethc67bd57"} 1 node_network_carrier_down_changes_total{device="vethc6d54e3"} 1 node_network_carrier_down_changes_total{device="vethc865b89"} 1 node_network_carrier_down_changes_total{device="vethc8de8ac"} 1 node_network_carrier_down_changes_total{device="vethca040f3"} 1 node_network_carrier_down_changes_total{device="vethcac2f4b"} 1 node_network_carrier_down_changes_total{device="vethcb1487d"} 1 node_network_carrier_down_changes_total{device="vethcebd614"} 1 node_network_carrier_down_changes_total{device="vethd29b564"} 1 node_network_carrier_down_changes_total{device="vethd3d695d"} 1 node_network_carrier_down_changes_total{device="vethd3e923a"} 1 node_network_carrier_down_changes_total{device="vethd55218d"} 1 node_network_carrier_down_changes_total{device="vethd9d85e4"} 1 node_network_carrier_down_changes_total{device="vethd9f4866"} 1 node_network_carrier_down_changes_total{device="vethda220a2"} 1 node_network_carrier_down_changes_total{device="vethdb047fd"} 1 node_network_carrier_down_changes_total{device="vethde98f51"} 1 node_network_carrier_down_changes_total{device="vethe007eb6"} 1 node_network_carrier_down_changes_total{device="vethe01f1d2"} 1 node_network_carrier_down_changes_total{device="vethe1690a8"} 1 node_network_carrier_down_changes_total{device="vethe4f61ee"} 1 node_network_carrier_down_changes_total{device="vethe702549"} 1 node_network_carrier_down_changes_total{device="vethe809b19"} 1 node_network_carrier_down_changes_total{device="vethe8fb0cc"} 1 node_network_carrier_down_changes_total{device="vethe97c65a"} 1 node_network_carrier_down_changes_total{device="vethefacdf0"} 1 node_network_carrier_down_changes_total{device="vethf0249c4"} 1 node_network_carrier_down_changes_total{device="vethf37430e"} 1 node_network_carrier_down_changes_total{device="vethf4b2ece"} 1 node_network_carrier_down_changes_total{device="vethf8b40e5"} 1 node_network_carrier_down_changes_total{device="vethf8dc3d2"} 1 node_network_carrier_down_changes_total{device="vethf8ef168"} 1 node_network_carrier_down_changes_total{device="vethf942e83"} 1 node_network_carrier_down_changes_total{device="vethf9805e1"} 1 node_network_carrier_down_changes_total{device="vethfd43fa0"} 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-07801704449d"} 1 node_network_carrier_up_changes_total{device="br-1948db901358"} 1 node_network_carrier_up_changes_total{device="br-2332a0bd87fd"} 3 node_network_carrier_up_changes_total{device="br-2b505dcffd8e"} 1 node_network_carrier_up_changes_total{device="br-2d4b31a88c9e"} 1 node_network_carrier_up_changes_total{device="br-30870adde61f"} 2 node_network_carrier_up_changes_total{device="br-37e4df59c851"} 43 node_network_carrier_up_changes_total{device="br-5167d1e0e994"} 1 node_network_carrier_up_changes_total{device="br-51f5dff5ff82"} 3 node_network_carrier_up_changes_total{device="br-5667f66e6543"} 3 node_network_carrier_up_changes_total{device="br-6799ee439a31"} 3 node_network_carrier_up_changes_total{device="br-7a187f0d06c1"} 3 node_network_carrier_up_changes_total{device="br-7da36ea1f61b"} 3 node_network_carrier_up_changes_total{device="br-8746baab8a36"} 2 node_network_carrier_up_changes_total{device="br-87a238b248ab"} 1 node_network_carrier_up_changes_total{device="br-b649d49ee828"} 1 node_network_carrier_up_changes_total{device="br-b6a49dac90c3"} 3 node_network_carrier_up_changes_total{device="br-c7016f0454d6"} 46 node_network_carrier_up_changes_total{device="br-c7dfdf2c5c1b"} 5 node_network_carrier_up_changes_total{device="br-c8f8c16aa8d8"} 3 node_network_carrier_up_changes_total{device="br-d672e6235c3c"} 4 node_network_carrier_up_changes_total{device="br-d8262704a4b7"} 16 node_network_carrier_up_changes_total{device="br-df52337b5344"} 1 node_network_carrier_up_changes_total{device="br-ea090cddd801"} 0 node_network_carrier_up_changes_total{device="br-ec4df8bd70b0"} 5 node_network_carrier_up_changes_total{device="br-f64ba478951b"} 2 node_network_carrier_up_changes_total{device="br-f862cef470f8"} 1 node_network_carrier_up_changes_total{device="br-fc04abb2c9de"} 1 node_network_carrier_up_changes_total{device="br-ffd4d2b2c38a"} 5 node_network_carrier_up_changes_total{device="docker0"} 39 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="lo"} 0 node_network_carrier_up_changes_total{device="veth01768c1"} 1 node_network_carrier_up_changes_total{device="veth02509da"} 1 node_network_carrier_up_changes_total{device="veth028b874"} 1 node_network_carrier_up_changes_total{device="veth03ab3e8"} 1 node_network_carrier_up_changes_total{device="veth0527b05"} 1 node_network_carrier_up_changes_total{device="veth0ad6a5b"} 1 node_network_carrier_up_changes_total{device="veth0afbe1c"} 1 node_network_carrier_up_changes_total{device="veth0ce5eef"} 1 node_network_carrier_up_changes_total{device="veth137b7e3"} 1 node_network_carrier_up_changes_total{device="veth15bd568"} 1 node_network_carrier_up_changes_total{device="veth172908a"} 1 node_network_carrier_up_changes_total{device="veth173ff82"} 1 node_network_carrier_up_changes_total{device="veth1831544"} 1 node_network_carrier_up_changes_total{device="veth1952ee7"} 1 node_network_carrier_up_changes_total{device="veth1aecb5d"} 1 node_network_carrier_up_changes_total{device="veth1b20cb3"} 1 node_network_carrier_up_changes_total{device="veth1b8a05a"} 1 node_network_carrier_up_changes_total{device="veth1bfbbad"} 1 node_network_carrier_up_changes_total{device="veth1c87b86"} 1 node_network_carrier_up_changes_total{device="veth1de0cff"} 1 node_network_carrier_up_changes_total{device="veth1f8e82d"} 1 node_network_carrier_up_changes_total{device="veth1ff5c58"} 1 node_network_carrier_up_changes_total{device="veth209a5b5"} 1 node_network_carrier_up_changes_total{device="veth213b9a5"} 1 node_network_carrier_up_changes_total{device="veth2275797"} 1 node_network_carrier_up_changes_total{device="veth2475a08"} 1 node_network_carrier_up_changes_total{device="veth27d56d2"} 1 node_network_carrier_up_changes_total{device="veth2b82d00"} 1 node_network_carrier_up_changes_total{device="veth2b97400"} 1 node_network_carrier_up_changes_total{device="veth2ba4dae"} 1 node_network_carrier_up_changes_total{device="veth2bb095e"} 1 node_network_carrier_up_changes_total{device="veth2be792d"} 1 node_network_carrier_up_changes_total{device="veth2be7fa2"} 1 node_network_carrier_up_changes_total{device="veth2cea0d7"} 1 node_network_carrier_up_changes_total{device="veth2da79bf"} 1 node_network_carrier_up_changes_total{device="veth2e4b661"} 1 node_network_carrier_up_changes_total{device="veth31d5fb9"} 1 node_network_carrier_up_changes_total{device="veth34bd09e"} 1 node_network_carrier_up_changes_total{device="veth3566c28"} 1 node_network_carrier_up_changes_total{device="veth38d017c"} 1 node_network_carrier_up_changes_total{device="veth3a2ce9f"} 1 node_network_carrier_up_changes_total{device="veth3a362a5"} 1 node_network_carrier_up_changes_total{device="veth3be20c9"} 1 node_network_carrier_up_changes_total{device="veth3e3a866"} 1 node_network_carrier_up_changes_total{device="veth3e3fb0e"} 1 node_network_carrier_up_changes_total{device="veth3ef0b8d"} 1 node_network_carrier_up_changes_total{device="veth3f65ace"} 1 node_network_carrier_up_changes_total{device="veth3ff9b97"} 1 node_network_carrier_up_changes_total{device="veth400f03f"} 1 node_network_carrier_up_changes_total{device="veth43d8272"} 1 node_network_carrier_up_changes_total{device="veth4463c88"} 1 node_network_carrier_up_changes_total{device="veth465b0ae"} 1 node_network_carrier_up_changes_total{device="veth48580de"} 1 node_network_carrier_up_changes_total{device="veth48844f7"} 1 node_network_carrier_up_changes_total{device="veth491bf66"} 1 node_network_carrier_up_changes_total{device="veth4c1f588"} 1 node_network_carrier_up_changes_total{device="veth4de6f9e"} 1 node_network_carrier_up_changes_total{device="veth4fc1293"} 1 node_network_carrier_up_changes_total{device="veth51d3c8f"} 1 node_network_carrier_up_changes_total{device="veth52b5bbd"} 1 node_network_carrier_up_changes_total{device="veth575ee41"} 1 node_network_carrier_up_changes_total{device="veth5760263"} 1 node_network_carrier_up_changes_total{device="veth5859bb9"} 1 node_network_carrier_up_changes_total{device="veth5b054b2"} 1 node_network_carrier_up_changes_total{device="veth5c7fd44"} 1 node_network_carrier_up_changes_total{device="veth62d6015"} 1 node_network_carrier_up_changes_total{device="veth6342147"} 1 node_network_carrier_up_changes_total{device="veth641378e"} 1 node_network_carrier_up_changes_total{device="veth65146ab"} 1 node_network_carrier_up_changes_total{device="veth655b11d"} 1 node_network_carrier_up_changes_total{device="veth65babe1"} 1 node_network_carrier_up_changes_total{device="veth65d2a80"} 1 node_network_carrier_up_changes_total{device="veth65db943"} 1 node_network_carrier_up_changes_total{device="veth66cc090"} 1 node_network_carrier_up_changes_total{device="veth67dbd0d"} 1 node_network_carrier_up_changes_total{device="veth69a3613"} 1 node_network_carrier_up_changes_total{device="veth6b0e885"} 1 node_network_carrier_up_changes_total{device="veth6b266e4"} 1 node_network_carrier_up_changes_total{device="veth6c4119f"} 1 node_network_carrier_up_changes_total{device="veth6fd5d39"} 1 node_network_carrier_up_changes_total{device="veth71b4a6c"} 1 node_network_carrier_up_changes_total{device="veth73df7ad"} 1 node_network_carrier_up_changes_total{device="veth741af44"} 1 node_network_carrier_up_changes_total{device="veth75c6988"} 1 node_network_carrier_up_changes_total{device="veth760b301"} 1 node_network_carrier_up_changes_total{device="veth795ab14"} 1 node_network_carrier_up_changes_total{device="veth79607a4"} 1 node_network_carrier_up_changes_total{device="veth7a24fe0"} 1 node_network_carrier_up_changes_total{device="veth7aa948b"} 1 node_network_carrier_up_changes_total{device="veth7ce28e7"} 1 node_network_carrier_up_changes_total{device="veth7e5d09f"} 1 node_network_carrier_up_changes_total{device="veth7f1d323"} 1 node_network_carrier_up_changes_total{device="veth7fdb307"} 1 node_network_carrier_up_changes_total{device="veth801e726"} 1 node_network_carrier_up_changes_total{device="veth81c8114"} 1 node_network_carrier_up_changes_total{device="veth8a3b2c9"} 1 node_network_carrier_up_changes_total{device="veth8b161d9"} 1 node_network_carrier_up_changes_total{device="veth8ca2353"} 1 node_network_carrier_up_changes_total{device="veth912a0be"} 1 node_network_carrier_up_changes_total{device="veth937e562"} 1 node_network_carrier_up_changes_total{device="veth93bd24e"} 1 node_network_carrier_up_changes_total{device="veth94c97ce"} 1 node_network_carrier_up_changes_total{device="veth95eed48"} 1 node_network_carrier_up_changes_total{device="veth966f65b"} 1 node_network_carrier_up_changes_total{device="veth97032e8"} 1 node_network_carrier_up_changes_total{device="veth994fce2"} 1 node_network_carrier_up_changes_total{device="veth9a242f8"} 1 node_network_carrier_up_changes_total{device="veth9a2a3df"} 1 node_network_carrier_up_changes_total{device="veth9bf5bf4"} 1 node_network_carrier_up_changes_total{device="veth9bfe150"} 1 node_network_carrier_up_changes_total{device="veth9d0a7db"} 1 node_network_carrier_up_changes_total{device="veth9d5cea0"} 1 node_network_carrier_up_changes_total{device="veth9de9e3b"} 1 node_network_carrier_up_changes_total{device="veth9ff0d43"} 1 node_network_carrier_up_changes_total{device="vetha2e68cf"} 1 node_network_carrier_up_changes_total{device="vetha32602a"} 1 node_network_carrier_up_changes_total{device="vetha5fedc7"} 1 node_network_carrier_up_changes_total{device="vetha70ff9b"} 1 node_network_carrier_up_changes_total{device="vetha7f6bcb"} 1 node_network_carrier_up_changes_total{device="vethad20cef"} 1 node_network_carrier_up_changes_total{device="vethad73145"} 1 node_network_carrier_up_changes_total{device="vethadf167f"} 1 node_network_carrier_up_changes_total{device="vethaf91487"} 1 node_network_carrier_up_changes_total{device="vethb14c290"} 1 node_network_carrier_up_changes_total{device="vethb4b00ef"} 1 node_network_carrier_up_changes_total{device="vethb5411e2"} 1 node_network_carrier_up_changes_total{device="vethb881de4"} 1 node_network_carrier_up_changes_total{device="vethbf67cc8"} 1 node_network_carrier_up_changes_total{device="vethc0b5fa0"} 1 node_network_carrier_up_changes_total{device="vethc1cba9f"} 1 node_network_carrier_up_changes_total{device="vethc2b4e54"} 1 node_network_carrier_up_changes_total{device="vethc525558"} 1 node_network_carrier_up_changes_total{device="vethc590dc3"} 1 node_network_carrier_up_changes_total{device="vethc67bd57"} 1 node_network_carrier_up_changes_total{device="vethc6d54e3"} 1 node_network_carrier_up_changes_total{device="vethc865b89"} 1 node_network_carrier_up_changes_total{device="vethc8de8ac"} 1 node_network_carrier_up_changes_total{device="vethca040f3"} 1 node_network_carrier_up_changes_total{device="vethcac2f4b"} 1 node_network_carrier_up_changes_total{device="vethcb1487d"} 1 node_network_carrier_up_changes_total{device="vethcebd614"} 1 node_network_carrier_up_changes_total{device="vethd29b564"} 1 node_network_carrier_up_changes_total{device="vethd3d695d"} 1 node_network_carrier_up_changes_total{device="vethd3e923a"} 1 node_network_carrier_up_changes_total{device="vethd55218d"} 1 node_network_carrier_up_changes_total{device="vethd9d85e4"} 1 node_network_carrier_up_changes_total{device="vethd9f4866"} 1 node_network_carrier_up_changes_total{device="vethda220a2"} 1 node_network_carrier_up_changes_total{device="vethdb047fd"} 1 node_network_carrier_up_changes_total{device="vethde98f51"} 1 node_network_carrier_up_changes_total{device="vethe007eb6"} 1 node_network_carrier_up_changes_total{device="vethe01f1d2"} 1 node_network_carrier_up_changes_total{device="vethe1690a8"} 1 node_network_carrier_up_changes_total{device="vethe4f61ee"} 1 node_network_carrier_up_changes_total{device="vethe702549"} 1 node_network_carrier_up_changes_total{device="vethe809b19"} 1 node_network_carrier_up_changes_total{device="vethe8fb0cc"} 1 node_network_carrier_up_changes_total{device="vethe97c65a"} 1 node_network_carrier_up_changes_total{device="vethefacdf0"} 1 node_network_carrier_up_changes_total{device="vethf0249c4"} 1 node_network_carrier_up_changes_total{device="vethf37430e"} 1 node_network_carrier_up_changes_total{device="vethf4b2ece"} 1 node_network_carrier_up_changes_total{device="vethf8b40e5"} 1 node_network_carrier_up_changes_total{device="vethf8dc3d2"} 1 node_network_carrier_up_changes_total{device="vethf8ef168"} 1 node_network_carrier_up_changes_total{device="vethf942e83"} 1 node_network_carrier_up_changes_total{device="vethf9805e1"} 1 node_network_carrier_up_changes_total{device="vethfd43fa0"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-07801704449d"} 0 node_network_device_id{device="br-1948db901358"} 0 node_network_device_id{device="br-2332a0bd87fd"} 0 node_network_device_id{device="br-2b505dcffd8e"} 0 node_network_device_id{device="br-2d4b31a88c9e"} 0 node_network_device_id{device="br-30870adde61f"} 0 node_network_device_id{device="br-37e4df59c851"} 0 node_network_device_id{device="br-5167d1e0e994"} 0 node_network_device_id{device="br-51f5dff5ff82"} 0 node_network_device_id{device="br-5667f66e6543"} 0 node_network_device_id{device="br-6799ee439a31"} 0 node_network_device_id{device="br-7a187f0d06c1"} 0 node_network_device_id{device="br-7da36ea1f61b"} 0 node_network_device_id{device="br-8746baab8a36"} 0 node_network_device_id{device="br-87a238b248ab"} 0 node_network_device_id{device="br-b649d49ee828"} 0 node_network_device_id{device="br-b6a49dac90c3"} 0 node_network_device_id{device="br-c7016f0454d6"} 0 node_network_device_id{device="br-c7dfdf2c5c1b"} 0 node_network_device_id{device="br-c8f8c16aa8d8"} 0 node_network_device_id{device="br-d672e6235c3c"} 0 node_network_device_id{device="br-d8262704a4b7"} 0 node_network_device_id{device="br-df52337b5344"} 0 node_network_device_id{device="br-ea090cddd801"} 0 node_network_device_id{device="br-ec4df8bd70b0"} 0 node_network_device_id{device="br-f64ba478951b"} 0 node_network_device_id{device="br-f862cef470f8"} 0 node_network_device_id{device="br-fc04abb2c9de"} 0 node_network_device_id{device="br-ffd4d2b2c38a"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth01768c1"} 0 node_network_device_id{device="veth02509da"} 0 node_network_device_id{device="veth028b874"} 0 node_network_device_id{device="veth03ab3e8"} 0 node_network_device_id{device="veth0527b05"} 0 node_network_device_id{device="veth0ad6a5b"} 0 node_network_device_id{device="veth0afbe1c"} 0 node_network_device_id{device="veth0ce5eef"} 0 node_network_device_id{device="veth137b7e3"} 0 node_network_device_id{device="veth15bd568"} 0 node_network_device_id{device="veth172908a"} 0 node_network_device_id{device="veth173ff82"} 0 node_network_device_id{device="veth1831544"} 0 node_network_device_id{device="veth1952ee7"} 0 node_network_device_id{device="veth1aecb5d"} 0 node_network_device_id{device="veth1b20cb3"} 0 node_network_device_id{device="veth1b8a05a"} 0 node_network_device_id{device="veth1bfbbad"} 0 node_network_device_id{device="veth1c87b86"} 0 node_network_device_id{device="veth1de0cff"} 0 node_network_device_id{device="veth1f8e82d"} 0 node_network_device_id{device="veth1ff5c58"} 0 node_network_device_id{device="veth209a5b5"} 0 node_network_device_id{device="veth213b9a5"} 0 node_network_device_id{device="veth2275797"} 0 node_network_device_id{device="veth2475a08"} 0 node_network_device_id{device="veth27d56d2"} 0 node_network_device_id{device="veth2b82d00"} 0 node_network_device_id{device="veth2b97400"} 0 node_network_device_id{device="veth2ba4dae"} 0 node_network_device_id{device="veth2bb095e"} 0 node_network_device_id{device="veth2be792d"} 0 node_network_device_id{device="veth2be7fa2"} 0 node_network_device_id{device="veth2cea0d7"} 0 node_network_device_id{device="veth2da79bf"} 0 node_network_device_id{device="veth2e4b661"} 0 node_network_device_id{device="veth31d5fb9"} 0 node_network_device_id{device="veth34bd09e"} 0 node_network_device_id{device="veth3566c28"} 0 node_network_device_id{device="veth38d017c"} 0 node_network_device_id{device="veth3a2ce9f"} 0 node_network_device_id{device="veth3a362a5"} 0 node_network_device_id{device="veth3be20c9"} 0 node_network_device_id{device="veth3e3a866"} 0 node_network_device_id{device="veth3e3fb0e"} 0 node_network_device_id{device="veth3ef0b8d"} 0 node_network_device_id{device="veth3f65ace"} 0 node_network_device_id{device="veth3ff9b97"} 0 node_network_device_id{device="veth400f03f"} 0 node_network_device_id{device="veth43d8272"} 0 node_network_device_id{device="veth4463c88"} 0 node_network_device_id{device="veth465b0ae"} 0 node_network_device_id{device="veth48580de"} 0 node_network_device_id{device="veth48844f7"} 0 node_network_device_id{device="veth491bf66"} 0 node_network_device_id{device="veth4c1f588"} 0 node_network_device_id{device="veth4de6f9e"} 0 node_network_device_id{device="veth4fc1293"} 0 node_network_device_id{device="veth51d3c8f"} 0 node_network_device_id{device="veth52b5bbd"} 0 node_network_device_id{device="veth575ee41"} 0 node_network_device_id{device="veth5760263"} 0 node_network_device_id{device="veth5859bb9"} 0 node_network_device_id{device="veth5b054b2"} 0 node_network_device_id{device="veth5c7fd44"} 0 node_network_device_id{device="veth62d6015"} 0 node_network_device_id{device="veth6342147"} 0 node_network_device_id{device="veth641378e"} 0 node_network_device_id{device="veth65146ab"} 0 node_network_device_id{device="veth655b11d"} 0 node_network_device_id{device="veth65babe1"} 0 node_network_device_id{device="veth65d2a80"} 0 node_network_device_id{device="veth65db943"} 0 node_network_device_id{device="veth66cc090"} 0 node_network_device_id{device="veth67dbd0d"} 0 node_network_device_id{device="veth69a3613"} 0 node_network_device_id{device="veth6b0e885"} 0 node_network_device_id{device="veth6b266e4"} 0 node_network_device_id{device="veth6c4119f"} 0 node_network_device_id{device="veth6fd5d39"} 0 node_network_device_id{device="veth71b4a6c"} 0 node_network_device_id{device="veth73df7ad"} 0 node_network_device_id{device="veth741af44"} 0 node_network_device_id{device="veth75c6988"} 0 node_network_device_id{device="veth760b301"} 0 node_network_device_id{device="veth795ab14"} 0 node_network_device_id{device="veth79607a4"} 0 node_network_device_id{device="veth7a24fe0"} 0 node_network_device_id{device="veth7aa948b"} 0 node_network_device_id{device="veth7ce28e7"} 0 node_network_device_id{device="veth7e5d09f"} 0 node_network_device_id{device="veth7f1d323"} 0 node_network_device_id{device="veth7fdb307"} 0 node_network_device_id{device="veth801e726"} 0 node_network_device_id{device="veth81c8114"} 0 node_network_device_id{device="veth8a3b2c9"} 0 node_network_device_id{device="veth8b161d9"} 0 node_network_device_id{device="veth8ca2353"} 0 node_network_device_id{device="veth912a0be"} 0 node_network_device_id{device="veth937e562"} 0 node_network_device_id{device="veth93bd24e"} 0 node_network_device_id{device="veth94c97ce"} 0 node_network_device_id{device="veth95eed48"} 0 node_network_device_id{device="veth966f65b"} 0 node_network_device_id{device="veth97032e8"} 0 node_network_device_id{device="veth994fce2"} 0 node_network_device_id{device="veth9a242f8"} 0 node_network_device_id{device="veth9a2a3df"} 0 node_network_device_id{device="veth9bf5bf4"} 0 node_network_device_id{device="veth9bfe150"} 0 node_network_device_id{device="veth9d0a7db"} 0 node_network_device_id{device="veth9d5cea0"} 0 node_network_device_id{device="veth9de9e3b"} 0 node_network_device_id{device="veth9ff0d43"} 0 node_network_device_id{device="vetha2e68cf"} 0 node_network_device_id{device="vetha32602a"} 0 node_network_device_id{device="vetha5fedc7"} 0 node_network_device_id{device="vetha70ff9b"} 0 node_network_device_id{device="vetha7f6bcb"} 0 node_network_device_id{device="vethad20cef"} 0 node_network_device_id{device="vethad73145"} 0 node_network_device_id{device="vethadf167f"} 0 node_network_device_id{device="vethaf91487"} 0 node_network_device_id{device="vethb14c290"} 0 node_network_device_id{device="vethb4b00ef"} 0 node_network_device_id{device="vethb5411e2"} 0 node_network_device_id{device="vethb881de4"} 0 node_network_device_id{device="vethbf67cc8"} 0 node_network_device_id{device="vethc0b5fa0"} 0 node_network_device_id{device="vethc1cba9f"} 0 node_network_device_id{device="vethc2b4e54"} 0 node_network_device_id{device="vethc525558"} 0 node_network_device_id{device="vethc590dc3"} 0 node_network_device_id{device="vethc67bd57"} 0 node_network_device_id{device="vethc6d54e3"} 0 node_network_device_id{device="vethc865b89"} 0 node_network_device_id{device="vethc8de8ac"} 0 node_network_device_id{device="vethca040f3"} 0 node_network_device_id{device="vethcac2f4b"} 0 node_network_device_id{device="vethcb1487d"} 0 node_network_device_id{device="vethcebd614"} 0 node_network_device_id{device="vethd29b564"} 0 node_network_device_id{device="vethd3d695d"} 0 node_network_device_id{device="vethd3e923a"} 0 node_network_device_id{device="vethd55218d"} 0 node_network_device_id{device="vethd9d85e4"} 0 node_network_device_id{device="vethd9f4866"} 0 node_network_device_id{device="vethda220a2"} 0 node_network_device_id{device="vethdb047fd"} 0 node_network_device_id{device="vethde98f51"} 0 node_network_device_id{device="vethe007eb6"} 0 node_network_device_id{device="vethe01f1d2"} 0 node_network_device_id{device="vethe1690a8"} 0 node_network_device_id{device="vethe4f61ee"} 0 node_network_device_id{device="vethe702549"} 0 node_network_device_id{device="vethe809b19"} 0 node_network_device_id{device="vethe8fb0cc"} 0 node_network_device_id{device="vethe97c65a"} 0 node_network_device_id{device="vethefacdf0"} 0 node_network_device_id{device="vethf0249c4"} 0 node_network_device_id{device="vethf37430e"} 0 node_network_device_id{device="vethf4b2ece"} 0 node_network_device_id{device="vethf8b40e5"} 0 node_network_device_id{device="vethf8dc3d2"} 0 node_network_device_id{device="vethf8ef168"} 0 node_network_device_id{device="vethf942e83"} 0 node_network_device_id{device="vethf9805e1"} 0 node_network_device_id{device="vethfd43fa0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-07801704449d"} 0 node_network_dormant{device="br-1948db901358"} 0 node_network_dormant{device="br-2332a0bd87fd"} 0 node_network_dormant{device="br-2b505dcffd8e"} 0 node_network_dormant{device="br-2d4b31a88c9e"} 0 node_network_dormant{device="br-30870adde61f"} 0 node_network_dormant{device="br-37e4df59c851"} 0 node_network_dormant{device="br-5167d1e0e994"} 0 node_network_dormant{device="br-51f5dff5ff82"} 0 node_network_dormant{device="br-5667f66e6543"} 0 node_network_dormant{device="br-6799ee439a31"} 0 node_network_dormant{device="br-7a187f0d06c1"} 0 node_network_dormant{device="br-7da36ea1f61b"} 0 node_network_dormant{device="br-8746baab8a36"} 0 node_network_dormant{device="br-87a238b248ab"} 0 node_network_dormant{device="br-b649d49ee828"} 0 node_network_dormant{device="br-b6a49dac90c3"} 0 node_network_dormant{device="br-c7016f0454d6"} 0 node_network_dormant{device="br-c7dfdf2c5c1b"} 0 node_network_dormant{device="br-c8f8c16aa8d8"} 0 node_network_dormant{device="br-d672e6235c3c"} 0 node_network_dormant{device="br-d8262704a4b7"} 0 node_network_dormant{device="br-df52337b5344"} 0 node_network_dormant{device="br-ec4df8bd70b0"} 0 node_network_dormant{device="br-f64ba478951b"} 0 node_network_dormant{device="br-f862cef470f8"} 0 node_network_dormant{device="br-fc04abb2c9de"} 0 node_network_dormant{device="br-ffd4d2b2c38a"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth01768c1"} 0 node_network_dormant{device="veth02509da"} 0 node_network_dormant{device="veth028b874"} 0 node_network_dormant{device="veth03ab3e8"} 0 node_network_dormant{device="veth0527b05"} 0 node_network_dormant{device="veth0ad6a5b"} 0 node_network_dormant{device="veth0afbe1c"} 0 node_network_dormant{device="veth0ce5eef"} 0 node_network_dormant{device="veth137b7e3"} 0 node_network_dormant{device="veth15bd568"} 0 node_network_dormant{device="veth172908a"} 0 node_network_dormant{device="veth173ff82"} 0 node_network_dormant{device="veth1831544"} 0 node_network_dormant{device="veth1952ee7"} 0 node_network_dormant{device="veth1aecb5d"} 0 node_network_dormant{device="veth1b20cb3"} 0 node_network_dormant{device="veth1b8a05a"} 0 node_network_dormant{device="veth1bfbbad"} 0 node_network_dormant{device="veth1c87b86"} 0 node_network_dormant{device="veth1de0cff"} 0 node_network_dormant{device="veth1f8e82d"} 0 node_network_dormant{device="veth1ff5c58"} 0 node_network_dormant{device="veth209a5b5"} 0 node_network_dormant{device="veth213b9a5"} 0 node_network_dormant{device="veth2275797"} 0 node_network_dormant{device="veth2475a08"} 0 node_network_dormant{device="veth27d56d2"} 0 node_network_dormant{device="veth2b82d00"} 0 node_network_dormant{device="veth2b97400"} 0 node_network_dormant{device="veth2ba4dae"} 0 node_network_dormant{device="veth2bb095e"} 0 node_network_dormant{device="veth2be792d"} 0 node_network_dormant{device="veth2be7fa2"} 0 node_network_dormant{device="veth2cea0d7"} 0 node_network_dormant{device="veth2da79bf"} 0 node_network_dormant{device="veth2e4b661"} 0 node_network_dormant{device="veth31d5fb9"} 0 node_network_dormant{device="veth34bd09e"} 0 node_network_dormant{device="veth3566c28"} 0 node_network_dormant{device="veth38d017c"} 0 node_network_dormant{device="veth3a2ce9f"} 0 node_network_dormant{device="veth3a362a5"} 0 node_network_dormant{device="veth3be20c9"} 0 node_network_dormant{device="veth3e3a866"} 0 node_network_dormant{device="veth3e3fb0e"} 0 node_network_dormant{device="veth3ef0b8d"} 0 node_network_dormant{device="veth3f65ace"} 0 node_network_dormant{device="veth3ff9b97"} 0 node_network_dormant{device="veth400f03f"} 0 node_network_dormant{device="veth43d8272"} 0 node_network_dormant{device="veth4463c88"} 0 node_network_dormant{device="veth465b0ae"} 0 node_network_dormant{device="veth48580de"} 0 node_network_dormant{device="veth48844f7"} 0 node_network_dormant{device="veth491bf66"} 0 node_network_dormant{device="veth4c1f588"} 0 node_network_dormant{device="veth4de6f9e"} 0 node_network_dormant{device="veth4fc1293"} 0 node_network_dormant{device="veth51d3c8f"} 0 node_network_dormant{device="veth52b5bbd"} 0 node_network_dormant{device="veth575ee41"} 0 node_network_dormant{device="veth5760263"} 0 node_network_dormant{device="veth5859bb9"} 0 node_network_dormant{device="veth5b054b2"} 0 node_network_dormant{device="veth5c7fd44"} 0 node_network_dormant{device="veth62d6015"} 0 node_network_dormant{device="veth6342147"} 0 node_network_dormant{device="veth641378e"} 0 node_network_dormant{device="veth65146ab"} 0 node_network_dormant{device="veth655b11d"} 0 node_network_dormant{device="veth65babe1"} 0 node_network_dormant{device="veth65d2a80"} 0 node_network_dormant{device="veth65db943"} 0 node_network_dormant{device="veth66cc090"} 0 node_network_dormant{device="veth67dbd0d"} 0 node_network_dormant{device="veth69a3613"} 0 node_network_dormant{device="veth6b0e885"} 0 node_network_dormant{device="veth6b266e4"} 0 node_network_dormant{device="veth6c4119f"} 0 node_network_dormant{device="veth6fd5d39"} 0 node_network_dormant{device="veth71b4a6c"} 0 node_network_dormant{device="veth73df7ad"} 0 node_network_dormant{device="veth741af44"} 0 node_network_dormant{device="veth75c6988"} 0 node_network_dormant{device="veth760b301"} 0 node_network_dormant{device="veth795ab14"} 0 node_network_dormant{device="veth79607a4"} 0 node_network_dormant{device="veth7a24fe0"} 0 node_network_dormant{device="veth7aa948b"} 0 node_network_dormant{device="veth7ce28e7"} 0 node_network_dormant{device="veth7e5d09f"} 0 node_network_dormant{device="veth7f1d323"} 0 node_network_dormant{device="veth7fdb307"} 0 node_network_dormant{device="veth801e726"} 0 node_network_dormant{device="veth81c8114"} 0 node_network_dormant{device="veth8a3b2c9"} 0 node_network_dormant{device="veth8b161d9"} 0 node_network_dormant{device="veth8ca2353"} 0 node_network_dormant{device="veth912a0be"} 0 node_network_dormant{device="veth937e562"} 0 node_network_dormant{device="veth93bd24e"} 0 node_network_dormant{device="veth94c97ce"} 0 node_network_dormant{device="veth95eed48"} 0 node_network_dormant{device="veth966f65b"} 0 node_network_dormant{device="veth97032e8"} 0 node_network_dormant{device="veth994fce2"} 0 node_network_dormant{device="veth9a242f8"} 0 node_network_dormant{device="veth9a2a3df"} 0 node_network_dormant{device="veth9bf5bf4"} 0 node_network_dormant{device="veth9bfe150"} 0 node_network_dormant{device="veth9d0a7db"} 0 node_network_dormant{device="veth9d5cea0"} 0 node_network_dormant{device="veth9de9e3b"} 0 node_network_dormant{device="veth9ff0d43"} 0 node_network_dormant{device="vetha2e68cf"} 0 node_network_dormant{device="vetha32602a"} 0 node_network_dormant{device="vetha5fedc7"} 0 node_network_dormant{device="vetha70ff9b"} 0 node_network_dormant{device="vetha7f6bcb"} 0 node_network_dormant{device="vethad20cef"} 0 node_network_dormant{device="vethad73145"} 0 node_network_dormant{device="vethadf167f"} 0 node_network_dormant{device="vethaf91487"} 0 node_network_dormant{device="vethb14c290"} 0 node_network_dormant{device="vethb4b00ef"} 0 node_network_dormant{device="vethb5411e2"} 0 node_network_dormant{device="vethb881de4"} 0 node_network_dormant{device="vethbf67cc8"} 0 node_network_dormant{device="vethc0b5fa0"} 0 node_network_dormant{device="vethc1cba9f"} 0 node_network_dormant{device="vethc2b4e54"} 0 node_network_dormant{device="vethc525558"} 0 node_network_dormant{device="vethc590dc3"} 0 node_network_dormant{device="vethc67bd57"} 0 node_network_dormant{device="vethc6d54e3"} 0 node_network_dormant{device="vethc865b89"} 0 node_network_dormant{device="vethc8de8ac"} 0 node_network_dormant{device="vethca040f3"} 0 node_network_dormant{device="vethcac2f4b"} 0 node_network_dormant{device="vethcb1487d"} 0 node_network_dormant{device="vethcebd614"} 0 node_network_dormant{device="vethd29b564"} 0 node_network_dormant{device="vethd3d695d"} 0 node_network_dormant{device="vethd3e923a"} 0 node_network_dormant{device="vethd55218d"} 0 node_network_dormant{device="vethd9d85e4"} 0 node_network_dormant{device="vethd9f4866"} 0 node_network_dormant{device="vethda220a2"} 0 node_network_dormant{device="vethdb047fd"} 0 node_network_dormant{device="vethde98f51"} 0 node_network_dormant{device="vethe007eb6"} 0 node_network_dormant{device="vethe01f1d2"} 0 node_network_dormant{device="vethe1690a8"} 0 node_network_dormant{device="vethe4f61ee"} 0 node_network_dormant{device="vethe702549"} 0 node_network_dormant{device="vethe809b19"} 0 node_network_dormant{device="vethe8fb0cc"} 0 node_network_dormant{device="vethe97c65a"} 0 node_network_dormant{device="vethefacdf0"} 0 node_network_dormant{device="vethf0249c4"} 0 node_network_dormant{device="vethf37430e"} 0 node_network_dormant{device="vethf4b2ece"} 0 node_network_dormant{device="vethf8b40e5"} 0 node_network_dormant{device="vethf8dc3d2"} 0 node_network_dormant{device="vethf8ef168"} 0 node_network_dormant{device="vethf942e83"} 0 node_network_dormant{device="vethf9805e1"} 0 node_network_dormant{device="vethfd43fa0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-07801704449d"} 4099 node_network_flags{device="br-1948db901358"} 4099 node_network_flags{device="br-2332a0bd87fd"} 4099 node_network_flags{device="br-2b505dcffd8e"} 4099 node_network_flags{device="br-2d4b31a88c9e"} 4099 node_network_flags{device="br-30870adde61f"} 4099 node_network_flags{device="br-37e4df59c851"} 4099 node_network_flags{device="br-5167d1e0e994"} 4099 node_network_flags{device="br-51f5dff5ff82"} 4099 node_network_flags{device="br-5667f66e6543"} 4099 node_network_flags{device="br-6799ee439a31"} 4099 node_network_flags{device="br-7a187f0d06c1"} 4099 node_network_flags{device="br-7da36ea1f61b"} 4099 node_network_flags{device="br-8746baab8a36"} 4099 node_network_flags{device="br-87a238b248ab"} 4099 node_network_flags{device="br-b649d49ee828"} 4099 node_network_flags{device="br-b6a49dac90c3"} 4099 node_network_flags{device="br-c7016f0454d6"} 4099 node_network_flags{device="br-c7dfdf2c5c1b"} 4099 node_network_flags{device="br-c8f8c16aa8d8"} 4099 node_network_flags{device="br-d672e6235c3c"} 4099 node_network_flags{device="br-d8262704a4b7"} 4099 node_network_flags{device="br-df52337b5344"} 4099 node_network_flags{device="br-ea090cddd801"} 4098 node_network_flags{device="br-ec4df8bd70b0"} 4099 node_network_flags{device="br-f64ba478951b"} 4099 node_network_flags{device="br-f862cef470f8"} 4099 node_network_flags{device="br-fc04abb2c9de"} 4099 node_network_flags{device="br-ffd4d2b2c38a"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth01768c1"} 4867 node_network_flags{device="veth02509da"} 4867 node_network_flags{device="veth028b874"} 4867 node_network_flags{device="veth03ab3e8"} 4867 node_network_flags{device="veth0527b05"} 4867 node_network_flags{device="veth0ad6a5b"} 4867 node_network_flags{device="veth0afbe1c"} 4867 node_network_flags{device="veth0ce5eef"} 4867 node_network_flags{device="veth137b7e3"} 4867 node_network_flags{device="veth15bd568"} 4867 node_network_flags{device="veth172908a"} 4867 node_network_flags{device="veth173ff82"} 4867 node_network_flags{device="veth1831544"} 4867 node_network_flags{device="veth1952ee7"} 4867 node_network_flags{device="veth1aecb5d"} 4867 node_network_flags{device="veth1b20cb3"} 4867 node_network_flags{device="veth1b8a05a"} 4867 node_network_flags{device="veth1bfbbad"} 4867 node_network_flags{device="veth1c87b86"} 4867 node_network_flags{device="veth1de0cff"} 4867 node_network_flags{device="veth1f8e82d"} 4867 node_network_flags{device="veth1ff5c58"} 4867 node_network_flags{device="veth209a5b5"} 4867 node_network_flags{device="veth213b9a5"} 4867 node_network_flags{device="veth2275797"} 4867 node_network_flags{device="veth2475a08"} 4867 node_network_flags{device="veth27d56d2"} 4867 node_network_flags{device="veth2b82d00"} 4867 node_network_flags{device="veth2b97400"} 4867 node_network_flags{device="veth2ba4dae"} 4867 node_network_flags{device="veth2bb095e"} 4867 node_network_flags{device="veth2be792d"} 4867 node_network_flags{device="veth2be7fa2"} 4867 node_network_flags{device="veth2cea0d7"} 4867 node_network_flags{device="veth2da79bf"} 4867 node_network_flags{device="veth2e4b661"} 4867 node_network_flags{device="veth31d5fb9"} 4867 node_network_flags{device="veth34bd09e"} 4867 node_network_flags{device="veth3566c28"} 4867 node_network_flags{device="veth38d017c"} 4867 node_network_flags{device="veth3a2ce9f"} 4867 node_network_flags{device="veth3a362a5"} 4867 node_network_flags{device="veth3be20c9"} 4867 node_network_flags{device="veth3e3a866"} 4867 node_network_flags{device="veth3e3fb0e"} 4867 node_network_flags{device="veth3ef0b8d"} 4867 node_network_flags{device="veth3f65ace"} 4867 node_network_flags{device="veth3ff9b97"} 4867 node_network_flags{device="veth400f03f"} 4867 node_network_flags{device="veth43d8272"} 4867 node_network_flags{device="veth4463c88"} 4867 node_network_flags{device="veth465b0ae"} 4867 node_network_flags{device="veth48580de"} 4867 node_network_flags{device="veth48844f7"} 4867 node_network_flags{device="veth491bf66"} 4867 node_network_flags{device="veth4c1f588"} 4867 node_network_flags{device="veth4de6f9e"} 4867 node_network_flags{device="veth4fc1293"} 4867 node_network_flags{device="veth51d3c8f"} 4867 node_network_flags{device="veth52b5bbd"} 4867 node_network_flags{device="veth575ee41"} 4867 node_network_flags{device="veth5760263"} 4867 node_network_flags{device="veth5859bb9"} 4867 node_network_flags{device="veth5b054b2"} 4867 node_network_flags{device="veth5c7fd44"} 4867 node_network_flags{device="veth62d6015"} 4867 node_network_flags{device="veth6342147"} 4867 node_network_flags{device="veth641378e"} 4867 node_network_flags{device="veth65146ab"} 4867 node_network_flags{device="veth655b11d"} 4867 node_network_flags{device="veth65babe1"} 4867 node_network_flags{device="veth65d2a80"} 4867 node_network_flags{device="veth65db943"} 4867 node_network_flags{device="veth66cc090"} 4867 node_network_flags{device="veth67dbd0d"} 4867 node_network_flags{device="veth69a3613"} 4867 node_network_flags{device="veth6b0e885"} 4867 node_network_flags{device="veth6b266e4"} 4867 node_network_flags{device="veth6c4119f"} 4867 node_network_flags{device="veth6fd5d39"} 4867 node_network_flags{device="veth71b4a6c"} 4867 node_network_flags{device="veth73df7ad"} 4867 node_network_flags{device="veth741af44"} 4867 node_network_flags{device="veth75c6988"} 4867 node_network_flags{device="veth760b301"} 4867 node_network_flags{device="veth795ab14"} 4867 node_network_flags{device="veth79607a4"} 4867 node_network_flags{device="veth7a24fe0"} 4867 node_network_flags{device="veth7aa948b"} 4867 node_network_flags{device="veth7ce28e7"} 4867 node_network_flags{device="veth7e5d09f"} 4867 node_network_flags{device="veth7f1d323"} 4867 node_network_flags{device="veth7fdb307"} 4867 node_network_flags{device="veth801e726"} 4867 node_network_flags{device="veth81c8114"} 4867 node_network_flags{device="veth8a3b2c9"} 4867 node_network_flags{device="veth8b161d9"} 4867 node_network_flags{device="veth8ca2353"} 4867 node_network_flags{device="veth912a0be"} 4867 node_network_flags{device="veth937e562"} 4867 node_network_flags{device="veth93bd24e"} 4867 node_network_flags{device="veth94c97ce"} 4867 node_network_flags{device="veth95eed48"} 4867 node_network_flags{device="veth966f65b"} 4867 node_network_flags{device="veth97032e8"} 4867 node_network_flags{device="veth994fce2"} 4867 node_network_flags{device="veth9a242f8"} 4867 node_network_flags{device="veth9a2a3df"} 4867 node_network_flags{device="veth9bf5bf4"} 4867 node_network_flags{device="veth9bfe150"} 4867 node_network_flags{device="veth9d0a7db"} 4867 node_network_flags{device="veth9d5cea0"} 4867 node_network_flags{device="veth9de9e3b"} 4867 node_network_flags{device="veth9ff0d43"} 4867 node_network_flags{device="vetha2e68cf"} 4867 node_network_flags{device="vetha32602a"} 4867 node_network_flags{device="vetha5fedc7"} 4867 node_network_flags{device="vetha70ff9b"} 4867 node_network_flags{device="vetha7f6bcb"} 4867 node_network_flags{device="vethad20cef"} 4867 node_network_flags{device="vethad73145"} 4867 node_network_flags{device="vethadf167f"} 4867 node_network_flags{device="vethaf91487"} 4867 node_network_flags{device="vethb14c290"} 4867 node_network_flags{device="vethb4b00ef"} 4867 node_network_flags{device="vethb5411e2"} 4867 node_network_flags{device="vethb881de4"} 4867 node_network_flags{device="vethbf67cc8"} 4867 node_network_flags{device="vethc0b5fa0"} 4867 node_network_flags{device="vethc1cba9f"} 4867 node_network_flags{device="vethc2b4e54"} 4867 node_network_flags{device="vethc525558"} 4867 node_network_flags{device="vethc590dc3"} 4867 node_network_flags{device="vethc67bd57"} 4867 node_network_flags{device="vethc6d54e3"} 4867 node_network_flags{device="vethc865b89"} 4867 node_network_flags{device="vethc8de8ac"} 4867 node_network_flags{device="vethca040f3"} 4867 node_network_flags{device="vethcac2f4b"} 4867 node_network_flags{device="vethcb1487d"} 4867 node_network_flags{device="vethcebd614"} 4867 node_network_flags{device="vethd29b564"} 4867 node_network_flags{device="vethd3d695d"} 4867 node_network_flags{device="vethd3e923a"} 4867 node_network_flags{device="vethd55218d"} 4867 node_network_flags{device="vethd9d85e4"} 4867 node_network_flags{device="vethd9f4866"} 4867 node_network_flags{device="vethda220a2"} 4867 node_network_flags{device="vethdb047fd"} 4867 node_network_flags{device="vethde98f51"} 4867 node_network_flags{device="vethe007eb6"} 4867 node_network_flags{device="vethe01f1d2"} 4867 node_network_flags{device="vethe1690a8"} 4867 node_network_flags{device="vethe4f61ee"} 4867 node_network_flags{device="vethe702549"} 4867 node_network_flags{device="vethe809b19"} 4867 node_network_flags{device="vethe8fb0cc"} 4867 node_network_flags{device="vethe97c65a"} 4867 node_network_flags{device="vethefacdf0"} 4867 node_network_flags{device="vethf0249c4"} 4867 node_network_flags{device="vethf37430e"} 4867 node_network_flags{device="vethf4b2ece"} 4867 node_network_flags{device="vethf8b40e5"} 4867 node_network_flags{device="vethf8dc3d2"} 4867 node_network_flags{device="vethf8ef168"} 4867 node_network_flags{device="vethf942e83"} 4867 node_network_flags{device="vethf9805e1"} 4867 node_network_flags{device="vethfd43fa0"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-07801704449d"} 371141 node_network_iface_id{device="br-1948db901358"} 356513 node_network_iface_id{device="br-2332a0bd87fd"} 268284 node_network_iface_id{device="br-2b505dcffd8e"} 432675 node_network_iface_id{device="br-2d4b31a88c9e"} 450601 node_network_iface_id{device="br-30870adde61f"} 346565 node_network_iface_id{device="br-37e4df59c851"} 282082 node_network_iface_id{device="br-5167d1e0e994"} 396511 node_network_iface_id{device="br-51f5dff5ff82"} 3 node_network_iface_id{device="br-5667f66e6543"} 19790 node_network_iface_id{device="br-6799ee439a31"} 7190 node_network_iface_id{device="br-7a187f0d06c1"} 12019 node_network_iface_id{device="br-7da36ea1f61b"} 271112 node_network_iface_id{device="br-8746baab8a36"} 345319 node_network_iface_id{device="br-87a238b248ab"} 457153 node_network_iface_id{device="br-b649d49ee828"} 457151 node_network_iface_id{device="br-b6a49dac90c3"} 7093 node_network_iface_id{device="br-c7016f0454d6"} 399032 node_network_iface_id{device="br-c7dfdf2c5c1b"} 391122 node_network_iface_id{device="br-c8f8c16aa8d8"} 166567 node_network_iface_id{device="br-d672e6235c3c"} 3065 node_network_iface_id{device="br-d8262704a4b7"} 392033 node_network_iface_id{device="br-df52337b5344"} 392616 node_network_iface_id{device="br-ea090cddd801"} 294645 node_network_iface_id{device="br-ec4df8bd70b0"} 432677 node_network_iface_id{device="br-f64ba478951b"} 357542 node_network_iface_id{device="br-f862cef470f8"} 439341 node_network_iface_id{device="br-fc04abb2c9de"} 392031 node_network_iface_id{device="br-ffd4d2b2c38a"} 285915 node_network_iface_id{device="docker0"} 355479 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth01768c1"} 355504 node_network_iface_id{device="veth02509da"} 393598 node_network_iface_id{device="veth028b874"} 355528 node_network_iface_id{device="veth03ab3e8"} 457482 node_network_iface_id{device="veth0527b05"} 355499 node_network_iface_id{device="veth0ad6a5b"} 393594 node_network_iface_id{device="veth0afbe1c"} 457480 node_network_iface_id{device="veth0ce5eef"} 441543 node_network_iface_id{device="veth137b7e3"} 438157 node_network_iface_id{device="veth15bd568"} 438148 node_network_iface_id{device="veth172908a"} 355566 node_network_iface_id{device="veth173ff82"} 355553 node_network_iface_id{device="veth1831544"} 355515 node_network_iface_id{device="veth1952ee7"} 355531 node_network_iface_id{device="veth1aecb5d"} 438156 node_network_iface_id{device="veth1b20cb3"} 438158 node_network_iface_id{device="veth1b8a05a"} 457156 node_network_iface_id{device="veth1bfbbad"} 355540 node_network_iface_id{device="veth1c87b86"} 355517 node_network_iface_id{device="veth1de0cff"} 355577 node_network_iface_id{device="veth1f8e82d"} 457481 node_network_iface_id{device="veth1ff5c58"} 355512 node_network_iface_id{device="veth209a5b5"} 355522 node_network_iface_id{device="veth213b9a5"} 355534 node_network_iface_id{device="veth2275797"} 355488 node_network_iface_id{device="veth2475a08"} 355483 node_network_iface_id{device="veth27d56d2"} 355581 node_network_iface_id{device="veth2b82d00"} 396364 node_network_iface_id{device="veth2b97400"} 438184 node_network_iface_id{device="veth2ba4dae"} 355583 node_network_iface_id{device="veth2bb095e"} 438147 node_network_iface_id{device="veth2be792d"} 440231 node_network_iface_id{device="veth2be7fa2"} 355484 node_network_iface_id{device="veth2cea0d7"} 450602 node_network_iface_id{device="veth2da79bf"} 393602 node_network_iface_id{device="veth2e4b661"} 355480 node_network_iface_id{device="veth31d5fb9"} 396293 node_network_iface_id{device="veth34bd09e"} 355544 node_network_iface_id{device="veth3566c28"} 355541 node_network_iface_id{device="veth38d017c"} 393596 node_network_iface_id{device="veth3a2ce9f"} 355497 node_network_iface_id{device="veth3a362a5"} 355543 node_network_iface_id{device="veth3be20c9"} 457157 node_network_iface_id{device="veth3e3a866"} 355562 node_network_iface_id{device="veth3e3fb0e"} 405414 node_network_iface_id{device="veth3ef0b8d"} 423328 node_network_iface_id{device="veth3f65ace"} 396483 node_network_iface_id{device="veth3ff9b97"} 355507 node_network_iface_id{device="veth400f03f"} 396476 node_network_iface_id{device="veth43d8272"} 371860 node_network_iface_id{device="veth4463c88"} 396482 node_network_iface_id{device="veth465b0ae"} 438152 node_network_iface_id{device="veth48580de"} 456510 node_network_iface_id{device="veth48844f7"} 457164 node_network_iface_id{device="veth491bf66"} 355585 node_network_iface_id{device="veth4c1f588"} 396487 node_network_iface_id{device="veth4de6f9e"} 355502 node_network_iface_id{device="veth4fc1293"} 438154 node_network_iface_id{device="veth51d3c8f"} 393591 node_network_iface_id{device="veth52b5bbd"} 393603 node_network_iface_id{device="veth575ee41"} 355579 node_network_iface_id{device="veth5760263"} 362447 node_network_iface_id{device="veth5859bb9"} 355575 node_network_iface_id{device="veth5b054b2"} 392625 node_network_iface_id{device="veth5c7fd44"} 457158 node_network_iface_id{device="veth62d6015"} 432676 node_network_iface_id{device="veth6342147"} 457165 node_network_iface_id{device="veth641378e"} 355536 node_network_iface_id{device="veth65146ab"} 355560 node_network_iface_id{device="veth655b11d"} 355586 node_network_iface_id{device="veth65babe1"} 355491 node_network_iface_id{device="veth65d2a80"} 396486 node_network_iface_id{device="veth65db943"} 355549 node_network_iface_id{device="veth66cc090"} 355487 node_network_iface_id{device="veth67dbd0d"} 382346 node_network_iface_id{device="veth69a3613"} 438149 node_network_iface_id{device="veth6b0e885"} 438155 node_network_iface_id{device="veth6b266e4"} 355506 node_network_iface_id{device="veth6c4119f"} 456507 node_network_iface_id{device="veth6fd5d39"} 396484 node_network_iface_id{device="veth71b4a6c"} 355500 node_network_iface_id{device="veth73df7ad"} 392617 node_network_iface_id{device="veth741af44"} 362743 node_network_iface_id{device="veth75c6988"} 355525 node_network_iface_id{device="veth760b301"} 355533 node_network_iface_id{device="veth795ab14"} 355538 node_network_iface_id{device="veth79607a4"} 355493 node_network_iface_id{device="veth7a24fe0"} 355503 node_network_iface_id{device="veth7aa948b"} 355548 node_network_iface_id{device="veth7ce28e7"} 355578 node_network_iface_id{device="veth7e5d09f"} 393595 node_network_iface_id{device="veth7f1d323"} 438151 node_network_iface_id{device="veth7fdb307"} 355495 node_network_iface_id{device="veth801e726"} 456509 node_network_iface_id{device="veth81c8114"} 456508 node_network_iface_id{device="veth8a3b2c9"} 438185 node_network_iface_id{device="veth8b161d9"} 355489 node_network_iface_id{device="veth8ca2353"} 355570 node_network_iface_id{device="veth912a0be"} 355547 node_network_iface_id{device="veth937e562"} 393600 node_network_iface_id{device="veth93bd24e"} 451689 node_network_iface_id{device="veth94c97ce"} 355523 node_network_iface_id{device="veth95eed48"} 438160 node_network_iface_id{device="veth966f65b"} 355542 node_network_iface_id{device="veth97032e8"} 396485 node_network_iface_id{device="veth994fce2"} 396475 node_network_iface_id{device="veth9a242f8"} 355551 node_network_iface_id{device="veth9a2a3df"} 355576 node_network_iface_id{device="veth9bf5bf4"} 355490 node_network_iface_id{device="veth9bfe150"} 457478 node_network_iface_id{device="veth9d0a7db"} 457152 node_network_iface_id{device="veth9d5cea0"} 355569 node_network_iface_id{device="veth9de9e3b"} 393593 node_network_iface_id{device="veth9ff0d43"} 355519 node_network_iface_id{device="vetha2e68cf"} 438153 node_network_iface_id{device="vetha32602a"} 457155 node_network_iface_id{device="vetha5fedc7"} 362746 node_network_iface_id{device="vetha70ff9b"} 355559 node_network_iface_id{device="vetha7f6bcb"} 355511 node_network_iface_id{device="vethad20cef"} 355530 node_network_iface_id{device="vethad73145"} 355521 node_network_iface_id{device="vethadf167f"} 396479 node_network_iface_id{device="vethaf91487"} 360570 node_network_iface_id{device="vethb14c290"} 396481 node_network_iface_id{device="vethb4b00ef"} 355582 node_network_iface_id{device="vethb5411e2"} 396478 node_network_iface_id{device="vethb881de4"} 355554 node_network_iface_id{device="vethbf67cc8"} 396480 node_network_iface_id{device="vethc0b5fa0"} 457479 node_network_iface_id{device="vethc1cba9f"} 457483 node_network_iface_id{device="vethc2b4e54"} 355535 node_network_iface_id{device="vethc525558"} 412329 node_network_iface_id{device="vethc590dc3"} 362745 node_network_iface_id{device="vethc67bd57"} 355516 node_network_iface_id{device="vethc6d54e3"} 355565 node_network_iface_id{device="vethc865b89"} 457169 node_network_iface_id{device="vethc8de8ac"} 355568 node_network_iface_id{device="vethca040f3"} 393592 node_network_iface_id{device="vethcac2f4b"} 456506 node_network_iface_id{device="vethcb1487d"} 355509 node_network_iface_id{device="vethcebd614"} 355518 node_network_iface_id{device="vethd29b564"} 457161 node_network_iface_id{device="vethd3d695d"} 355485 node_network_iface_id{device="vethd3e923a"} 393601 node_network_iface_id{device="vethd55218d"} 396490 node_network_iface_id{device="vethd9d85e4"} 355584 node_network_iface_id{device="vethd9f4866"} 355532 node_network_iface_id{device="vethda220a2"} 396488 node_network_iface_id{device="vethdb047fd"} 396365 node_network_iface_id{device="vethde98f51"} 362744 node_network_iface_id{device="vethe007eb6"} 457163 node_network_iface_id{device="vethe01f1d2"} 355537 node_network_iface_id{device="vethe1690a8"} 438186 node_network_iface_id{device="vethe4f61ee"} 393599 node_network_iface_id{device="vethe702549"} 396512 node_network_iface_id{device="vethe809b19"} 457171 node_network_iface_id{device="vethe8fb0cc"} 457159 node_network_iface_id{device="vethe97c65a"} 355571 node_network_iface_id{device="vethefacdf0"} 456505 node_network_iface_id{device="vethf0249c4"} 439342 node_network_iface_id{device="vethf37430e"} 438146 node_network_iface_id{device="vethf4b2ece"} 457162 node_network_iface_id{device="vethf8b40e5"} 355527 node_network_iface_id{device="vethf8dc3d2"} 393597 node_network_iface_id{device="vethf8ef168"} 438150 node_network_iface_id{device="vethf942e83"} 396290 node_network_iface_id{device="vethf9805e1"} 355573 node_network_iface_id{device="vethfd43fa0"} 355492 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-07801704449d"} 371141 node_network_iface_link{device="br-1948db901358"} 356513 node_network_iface_link{device="br-2332a0bd87fd"} 268284 node_network_iface_link{device="br-2b505dcffd8e"} 432675 node_network_iface_link{device="br-2d4b31a88c9e"} 450601 node_network_iface_link{device="br-30870adde61f"} 346565 node_network_iface_link{device="br-37e4df59c851"} 282082 node_network_iface_link{device="br-5167d1e0e994"} 396511 node_network_iface_link{device="br-51f5dff5ff82"} 3 node_network_iface_link{device="br-5667f66e6543"} 19790 node_network_iface_link{device="br-6799ee439a31"} 7190 node_network_iface_link{device="br-7a187f0d06c1"} 12019 node_network_iface_link{device="br-7da36ea1f61b"} 271112 node_network_iface_link{device="br-8746baab8a36"} 345319 node_network_iface_link{device="br-87a238b248ab"} 457153 node_network_iface_link{device="br-b649d49ee828"} 457151 node_network_iface_link{device="br-b6a49dac90c3"} 7093 node_network_iface_link{device="br-c7016f0454d6"} 399032 node_network_iface_link{device="br-c7dfdf2c5c1b"} 391122 node_network_iface_link{device="br-c8f8c16aa8d8"} 166567 node_network_iface_link{device="br-d672e6235c3c"} 3065 node_network_iface_link{device="br-d8262704a4b7"} 392033 node_network_iface_link{device="br-df52337b5344"} 392616 node_network_iface_link{device="br-ea090cddd801"} 294645 node_network_iface_link{device="br-ec4df8bd70b0"} 432677 node_network_iface_link{device="br-f64ba478951b"} 357542 node_network_iface_link{device="br-f862cef470f8"} 439341 node_network_iface_link{device="br-fc04abb2c9de"} 392031 node_network_iface_link{device="br-ffd4d2b2c38a"} 285915 node_network_iface_link{device="docker0"} 355479 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth01768c1"} 2 node_network_iface_link{device="veth02509da"} 3 node_network_iface_link{device="veth028b874"} 2 node_network_iface_link{device="veth03ab3e8"} 2 node_network_iface_link{device="veth0527b05"} 2 node_network_iface_link{device="veth0ad6a5b"} 2 node_network_iface_link{device="veth0afbe1c"} 3 node_network_iface_link{device="veth0ce5eef"} 2 node_network_iface_link{device="veth137b7e3"} 3 node_network_iface_link{device="veth15bd568"} 2 node_network_iface_link{device="veth172908a"} 2 node_network_iface_link{device="veth173ff82"} 2 node_network_iface_link{device="veth1831544"} 2 node_network_iface_link{device="veth1952ee7"} 2 node_network_iface_link{device="veth1aecb5d"} 3 node_network_iface_link{device="veth1b20cb3"} 2 node_network_iface_link{device="veth1b8a05a"} 2 node_network_iface_link{device="veth1bfbbad"} 2 node_network_iface_link{device="veth1c87b86"} 2 node_network_iface_link{device="veth1de0cff"} 2 node_network_iface_link{device="veth1f8e82d"} 3 node_network_iface_link{device="veth1ff5c58"} 2 node_network_iface_link{device="veth209a5b5"} 2 node_network_iface_link{device="veth213b9a5"} 2 node_network_iface_link{device="veth2275797"} 2 node_network_iface_link{device="veth2475a08"} 2 node_network_iface_link{device="veth27d56d2"} 2 node_network_iface_link{device="veth2b82d00"} 2 node_network_iface_link{device="veth2b97400"} 2 node_network_iface_link{device="veth2ba4dae"} 2 node_network_iface_link{device="veth2bb095e"} 2 node_network_iface_link{device="veth2be792d"} 2 node_network_iface_link{device="veth2be7fa2"} 2 node_network_iface_link{device="veth2cea0d7"} 21 node_network_iface_link{device="veth2da79bf"} 3 node_network_iface_link{device="veth2e4b661"} 2 node_network_iface_link{device="veth31d5fb9"} 3 node_network_iface_link{device="veth34bd09e"} 2 node_network_iface_link{device="veth3566c28"} 2 node_network_iface_link{device="veth38d017c"} 3 node_network_iface_link{device="veth3a2ce9f"} 2 node_network_iface_link{device="veth3a362a5"} 3 node_network_iface_link{device="veth3be20c9"} 2 node_network_iface_link{device="veth3e3a866"} 2 node_network_iface_link{device="veth3e3fb0e"} 2 node_network_iface_link{device="veth3ef0b8d"} 2 node_network_iface_link{device="veth3f65ace"} 9 node_network_iface_link{device="veth3ff9b97"} 2 node_network_iface_link{device="veth400f03f"} 3 node_network_iface_link{device="veth43d8272"} 2 node_network_iface_link{device="veth4463c88"} 8 node_network_iface_link{device="veth465b0ae"} 3 node_network_iface_link{device="veth48580de"} 3 node_network_iface_link{device="veth48844f7"} 3 node_network_iface_link{device="veth491bf66"} 3 node_network_iface_link{device="veth4c1f588"} 13 node_network_iface_link{device="veth4de6f9e"} 2 node_network_iface_link{device="veth4fc1293"} 3 node_network_iface_link{device="veth51d3c8f"} 2 node_network_iface_link{device="veth52b5bbd"} 4 node_network_iface_link{device="veth575ee41"} 3 node_network_iface_link{device="veth5760263"} 2 node_network_iface_link{device="veth5859bb9"} 2 node_network_iface_link{device="veth5b054b2"} 2 node_network_iface_link{device="veth5c7fd44"} 2 node_network_iface_link{device="veth62d6015"} 19 node_network_iface_link{device="veth6342147"} 3 node_network_iface_link{device="veth641378e"} 2 node_network_iface_link{device="veth65146ab"} 2 node_network_iface_link{device="veth655b11d"} 2 node_network_iface_link{device="veth65babe1"} 2 node_network_iface_link{device="veth65d2a80"} 12 node_network_iface_link{device="veth65db943"} 2 node_network_iface_link{device="veth66cc090"} 2 node_network_iface_link{device="veth67dbd0d"} 2 node_network_iface_link{device="veth69a3613"} 2 node_network_iface_link{device="veth6b0e885"} 3 node_network_iface_link{device="veth6b266e4"} 2 node_network_iface_link{device="veth6c4119f"} 3 node_network_iface_link{device="veth6fd5d39"} 10 node_network_iface_link{device="veth71b4a6c"} 2 node_network_iface_link{device="veth73df7ad"} 2 node_network_iface_link{device="veth741af44"} 2 node_network_iface_link{device="veth75c6988"} 2 node_network_iface_link{device="veth760b301"} 2 node_network_iface_link{device="veth795ab14"} 2 node_network_iface_link{device="veth79607a4"} 2 node_network_iface_link{device="veth7a24fe0"} 2 node_network_iface_link{device="veth7aa948b"} 2 node_network_iface_link{device="veth7ce28e7"} 2 node_network_iface_link{device="veth7e5d09f"} 3 node_network_iface_link{device="veth7f1d323"} 3 node_network_iface_link{device="veth7fdb307"} 2 node_network_iface_link{device="veth801e726"} 2 node_network_iface_link{device="veth81c8114"} 3 node_network_iface_link{device="veth8a3b2c9"} 3 node_network_iface_link{device="veth8b161d9"} 2 node_network_iface_link{device="veth8ca2353"} 2 node_network_iface_link{device="veth912a0be"} 2 node_network_iface_link{device="veth937e562"} 3 node_network_iface_link{device="veth93bd24e"} 2 node_network_iface_link{device="veth94c97ce"} 3 node_network_iface_link{device="veth95eed48"} 3 node_network_iface_link{device="veth966f65b"} 2 node_network_iface_link{device="veth97032e8"} 11 node_network_iface_link{device="veth994fce2"} 2 node_network_iface_link{device="veth9a242f8"} 2 node_network_iface_link{device="veth9a2a3df"} 2 node_network_iface_link{device="veth9bf5bf4"} 2 node_network_iface_link{device="veth9bfe150"} 2 node_network_iface_link{device="veth9d0a7db"} 22 node_network_iface_link{device="veth9d5cea0"} 2 node_network_iface_link{device="veth9de9e3b"} 2 node_network_iface_link{device="veth9ff0d43"} 2 node_network_iface_link{device="vetha2e68cf"} 2 node_network_iface_link{device="vetha32602a"} 2 node_network_iface_link{device="vetha5fedc7"} 2 node_network_iface_link{device="vetha70ff9b"} 2 node_network_iface_link{device="vetha7f6bcb"} 2 node_network_iface_link{device="vethad20cef"} 2 node_network_iface_link{device="vethad73145"} 2 node_network_iface_link{device="vethadf167f"} 5 node_network_iface_link{device="vethaf91487"} 2 node_network_iface_link{device="vethb14c290"} 7 node_network_iface_link{device="vethb4b00ef"} 2 node_network_iface_link{device="vethb5411e2"} 4 node_network_iface_link{device="vethb881de4"} 2 node_network_iface_link{device="vethbf67cc8"} 6 node_network_iface_link{device="vethc0b5fa0"} 2 node_network_iface_link{device="vethc1cba9f"} 3 node_network_iface_link{device="vethc2b4e54"} 2 node_network_iface_link{device="vethc525558"} 2 node_network_iface_link{device="vethc590dc3"} 2 node_network_iface_link{device="vethc67bd57"} 2 node_network_iface_link{device="vethc6d54e3"} 2 node_network_iface_link{device="vethc865b89"} 2 node_network_iface_link{device="vethc8de8ac"} 2 node_network_iface_link{device="vethca040f3"} 2 node_network_iface_link{device="vethcac2f4b"} 2 node_network_iface_link{device="vethcb1487d"} 2 node_network_iface_link{device="vethcebd614"} 2 node_network_iface_link{device="vethd29b564"} 3 node_network_iface_link{device="vethd3d695d"} 2 node_network_iface_link{device="vethd3e923a"} 2 node_network_iface_link{device="vethd55218d"} 15 node_network_iface_link{device="vethd9d85e4"} 3 node_network_iface_link{device="vethd9f4866"} 2 node_network_iface_link{device="vethda220a2"} 14 node_network_iface_link{device="vethdb047fd"} 3 node_network_iface_link{device="vethde98f51"} 2 node_network_iface_link{device="vethe007eb6"} 3 node_network_iface_link{device="vethe01f1d2"} 2 node_network_iface_link{device="vethe1690a8"} 4 node_network_iface_link{device="vethe4f61ee"} 2 node_network_iface_link{device="vethe702549"} 17 node_network_iface_link{device="vethe809b19"} 3 node_network_iface_link{device="vethe8fb0cc"} 2 node_network_iface_link{device="vethe97c65a"} 2 node_network_iface_link{device="vethefacdf0"} 2 node_network_iface_link{device="vethf0249c4"} 20 node_network_iface_link{device="vethf37430e"} 2 node_network_iface_link{device="vethf4b2ece"} 3 node_network_iface_link{device="vethf8b40e5"} 2 node_network_iface_link{device="vethf8dc3d2"} 3 node_network_iface_link{device="vethf8ef168"} 2 node_network_iface_link{device="vethf942e83"} 2 node_network_iface_link{device="vethf9805e1"} 2 node_network_iface_link{device="vethfd43fa0"} 2 # 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-07801704449d"} 0 node_network_iface_link_mode{device="br-1948db901358"} 0 node_network_iface_link_mode{device="br-2332a0bd87fd"} 0 node_network_iface_link_mode{device="br-2b505dcffd8e"} 0 node_network_iface_link_mode{device="br-2d4b31a88c9e"} 0 node_network_iface_link_mode{device="br-30870adde61f"} 0 node_network_iface_link_mode{device="br-37e4df59c851"} 0 node_network_iface_link_mode{device="br-5167d1e0e994"} 0 node_network_iface_link_mode{device="br-51f5dff5ff82"} 0 node_network_iface_link_mode{device="br-5667f66e6543"} 0 node_network_iface_link_mode{device="br-6799ee439a31"} 0 node_network_iface_link_mode{device="br-7a187f0d06c1"} 0 node_network_iface_link_mode{device="br-7da36ea1f61b"} 0 node_network_iface_link_mode{device="br-8746baab8a36"} 0 node_network_iface_link_mode{device="br-87a238b248ab"} 0 node_network_iface_link_mode{device="br-b649d49ee828"} 0 node_network_iface_link_mode{device="br-b6a49dac90c3"} 0 node_network_iface_link_mode{device="br-c7016f0454d6"} 0 node_network_iface_link_mode{device="br-c7dfdf2c5c1b"} 0 node_network_iface_link_mode{device="br-c8f8c16aa8d8"} 0 node_network_iface_link_mode{device="br-d672e6235c3c"} 0 node_network_iface_link_mode{device="br-d8262704a4b7"} 0 node_network_iface_link_mode{device="br-df52337b5344"} 0 node_network_iface_link_mode{device="br-ea090cddd801"} 0 node_network_iface_link_mode{device="br-ec4df8bd70b0"} 0 node_network_iface_link_mode{device="br-f64ba478951b"} 0 node_network_iface_link_mode{device="br-f862cef470f8"} 0 node_network_iface_link_mode{device="br-fc04abb2c9de"} 0 node_network_iface_link_mode{device="br-ffd4d2b2c38a"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth01768c1"} 0 node_network_iface_link_mode{device="veth02509da"} 0 node_network_iface_link_mode{device="veth028b874"} 0 node_network_iface_link_mode{device="veth03ab3e8"} 0 node_network_iface_link_mode{device="veth0527b05"} 0 node_network_iface_link_mode{device="veth0ad6a5b"} 0 node_network_iface_link_mode{device="veth0afbe1c"} 0 node_network_iface_link_mode{device="veth0ce5eef"} 0 node_network_iface_link_mode{device="veth137b7e3"} 0 node_network_iface_link_mode{device="veth15bd568"} 0 node_network_iface_link_mode{device="veth172908a"} 0 node_network_iface_link_mode{device="veth173ff82"} 0 node_network_iface_link_mode{device="veth1831544"} 0 node_network_iface_link_mode{device="veth1952ee7"} 0 node_network_iface_link_mode{device="veth1aecb5d"} 0 node_network_iface_link_mode{device="veth1b20cb3"} 0 node_network_iface_link_mode{device="veth1b8a05a"} 0 node_network_iface_link_mode{device="veth1bfbbad"} 0 node_network_iface_link_mode{device="veth1c87b86"} 0 node_network_iface_link_mode{device="veth1de0cff"} 0 node_network_iface_link_mode{device="veth1f8e82d"} 0 node_network_iface_link_mode{device="veth1ff5c58"} 0 node_network_iface_link_mode{device="veth209a5b5"} 0 node_network_iface_link_mode{device="veth213b9a5"} 0 node_network_iface_link_mode{device="veth2275797"} 0 node_network_iface_link_mode{device="veth2475a08"} 0 node_network_iface_link_mode{device="veth27d56d2"} 0 node_network_iface_link_mode{device="veth2b82d00"} 0 node_network_iface_link_mode{device="veth2b97400"} 0 node_network_iface_link_mode{device="veth2ba4dae"} 0 node_network_iface_link_mode{device="veth2bb095e"} 0 node_network_iface_link_mode{device="veth2be792d"} 0 node_network_iface_link_mode{device="veth2be7fa2"} 0 node_network_iface_link_mode{device="veth2cea0d7"} 0 node_network_iface_link_mode{device="veth2da79bf"} 0 node_network_iface_link_mode{device="veth2e4b661"} 0 node_network_iface_link_mode{device="veth31d5fb9"} 0 node_network_iface_link_mode{device="veth34bd09e"} 0 node_network_iface_link_mode{device="veth3566c28"} 0 node_network_iface_link_mode{device="veth38d017c"} 0 node_network_iface_link_mode{device="veth3a2ce9f"} 0 node_network_iface_link_mode{device="veth3a362a5"} 0 node_network_iface_link_mode{device="veth3be20c9"} 0 node_network_iface_link_mode{device="veth3e3a866"} 0 node_network_iface_link_mode{device="veth3e3fb0e"} 0 node_network_iface_link_mode{device="veth3ef0b8d"} 0 node_network_iface_link_mode{device="veth3f65ace"} 0 node_network_iface_link_mode{device="veth3ff9b97"} 0 node_network_iface_link_mode{device="veth400f03f"} 0 node_network_iface_link_mode{device="veth43d8272"} 0 node_network_iface_link_mode{device="veth4463c88"} 0 node_network_iface_link_mode{device="veth465b0ae"} 0 node_network_iface_link_mode{device="veth48580de"} 0 node_network_iface_link_mode{device="veth48844f7"} 0 node_network_iface_link_mode{device="veth491bf66"} 0 node_network_iface_link_mode{device="veth4c1f588"} 0 node_network_iface_link_mode{device="veth4de6f9e"} 0 node_network_iface_link_mode{device="veth4fc1293"} 0 node_network_iface_link_mode{device="veth51d3c8f"} 0 node_network_iface_link_mode{device="veth52b5bbd"} 0 node_network_iface_link_mode{device="veth575ee41"} 0 node_network_iface_link_mode{device="veth5760263"} 0 node_network_iface_link_mode{device="veth5859bb9"} 0 node_network_iface_link_mode{device="veth5b054b2"} 0 node_network_iface_link_mode{device="veth5c7fd44"} 0 node_network_iface_link_mode{device="veth62d6015"} 0 node_network_iface_link_mode{device="veth6342147"} 0 node_network_iface_link_mode{device="veth641378e"} 0 node_network_iface_link_mode{device="veth65146ab"} 0 node_network_iface_link_mode{device="veth655b11d"} 0 node_network_iface_link_mode{device="veth65babe1"} 0 node_network_iface_link_mode{device="veth65d2a80"} 0 node_network_iface_link_mode{device="veth65db943"} 0 node_network_iface_link_mode{device="veth66cc090"} 0 node_network_iface_link_mode{device="veth67dbd0d"} 0 node_network_iface_link_mode{device="veth69a3613"} 0 node_network_iface_link_mode{device="veth6b0e885"} 0 node_network_iface_link_mode{device="veth6b266e4"} 0 node_network_iface_link_mode{device="veth6c4119f"} 0 node_network_iface_link_mode{device="veth6fd5d39"} 0 node_network_iface_link_mode{device="veth71b4a6c"} 0 node_network_iface_link_mode{device="veth73df7ad"} 0 node_network_iface_link_mode{device="veth741af44"} 0 node_network_iface_link_mode{device="veth75c6988"} 0 node_network_iface_link_mode{device="veth760b301"} 0 node_network_iface_link_mode{device="veth795ab14"} 0 node_network_iface_link_mode{device="veth79607a4"} 0 node_network_iface_link_mode{device="veth7a24fe0"} 0 node_network_iface_link_mode{device="veth7aa948b"} 0 node_network_iface_link_mode{device="veth7ce28e7"} 0 node_network_iface_link_mode{device="veth7e5d09f"} 0 node_network_iface_link_mode{device="veth7f1d323"} 0 node_network_iface_link_mode{device="veth7fdb307"} 0 node_network_iface_link_mode{device="veth801e726"} 0 node_network_iface_link_mode{device="veth81c8114"} 0 node_network_iface_link_mode{device="veth8a3b2c9"} 0 node_network_iface_link_mode{device="veth8b161d9"} 0 node_network_iface_link_mode{device="veth8ca2353"} 0 node_network_iface_link_mode{device="veth912a0be"} 0 node_network_iface_link_mode{device="veth937e562"} 0 node_network_iface_link_mode{device="veth93bd24e"} 0 node_network_iface_link_mode{device="veth94c97ce"} 0 node_network_iface_link_mode{device="veth95eed48"} 0 node_network_iface_link_mode{device="veth966f65b"} 0 node_network_iface_link_mode{device="veth97032e8"} 0 node_network_iface_link_mode{device="veth994fce2"} 0 node_network_iface_link_mode{device="veth9a242f8"} 0 node_network_iface_link_mode{device="veth9a2a3df"} 0 node_network_iface_link_mode{device="veth9bf5bf4"} 0 node_network_iface_link_mode{device="veth9bfe150"} 0 node_network_iface_link_mode{device="veth9d0a7db"} 0 node_network_iface_link_mode{device="veth9d5cea0"} 0 node_network_iface_link_mode{device="veth9de9e3b"} 0 node_network_iface_link_mode{device="veth9ff0d43"} 0 node_network_iface_link_mode{device="vetha2e68cf"} 0 node_network_iface_link_mode{device="vetha32602a"} 0 node_network_iface_link_mode{device="vetha5fedc7"} 0 node_network_iface_link_mode{device="vetha70ff9b"} 0 node_network_iface_link_mode{device="vetha7f6bcb"} 0 node_network_iface_link_mode{device="vethad20cef"} 0 node_network_iface_link_mode{device="vethad73145"} 0 node_network_iface_link_mode{device="vethadf167f"} 0 node_network_iface_link_mode{device="vethaf91487"} 0 node_network_iface_link_mode{device="vethb14c290"} 0 node_network_iface_link_mode{device="vethb4b00ef"} 0 node_network_iface_link_mode{device="vethb5411e2"} 0 node_network_iface_link_mode{device="vethb881de4"} 0 node_network_iface_link_mode{device="vethbf67cc8"} 0 node_network_iface_link_mode{device="vethc0b5fa0"} 0 node_network_iface_link_mode{device="vethc1cba9f"} 0 node_network_iface_link_mode{device="vethc2b4e54"} 0 node_network_iface_link_mode{device="vethc525558"} 0 node_network_iface_link_mode{device="vethc590dc3"} 0 node_network_iface_link_mode{device="vethc67bd57"} 0 node_network_iface_link_mode{device="vethc6d54e3"} 0 node_network_iface_link_mode{device="vethc865b89"} 0 node_network_iface_link_mode{device="vethc8de8ac"} 0 node_network_iface_link_mode{device="vethca040f3"} 0 node_network_iface_link_mode{device="vethcac2f4b"} 0 node_network_iface_link_mode{device="vethcb1487d"} 0 node_network_iface_link_mode{device="vethcebd614"} 0 node_network_iface_link_mode{device="vethd29b564"} 0 node_network_iface_link_mode{device="vethd3d695d"} 0 node_network_iface_link_mode{device="vethd3e923a"} 0 node_network_iface_link_mode{device="vethd55218d"} 0 node_network_iface_link_mode{device="vethd9d85e4"} 0 node_network_iface_link_mode{device="vethd9f4866"} 0 node_network_iface_link_mode{device="vethda220a2"} 0 node_network_iface_link_mode{device="vethdb047fd"} 0 node_network_iface_link_mode{device="vethde98f51"} 0 node_network_iface_link_mode{device="vethe007eb6"} 0 node_network_iface_link_mode{device="vethe01f1d2"} 0 node_network_iface_link_mode{device="vethe1690a8"} 0 node_network_iface_link_mode{device="vethe4f61ee"} 0 node_network_iface_link_mode{device="vethe702549"} 0 node_network_iface_link_mode{device="vethe809b19"} 0 node_network_iface_link_mode{device="vethe8fb0cc"} 0 node_network_iface_link_mode{device="vethe97c65a"} 0 node_network_iface_link_mode{device="vethefacdf0"} 0 node_network_iface_link_mode{device="vethf0249c4"} 0 node_network_iface_link_mode{device="vethf37430e"} 0 node_network_iface_link_mode{device="vethf4b2ece"} 0 node_network_iface_link_mode{device="vethf8b40e5"} 0 node_network_iface_link_mode{device="vethf8dc3d2"} 0 node_network_iface_link_mode{device="vethf8ef168"} 0 node_network_iface_link_mode{device="vethf942e83"} 0 node_network_iface_link_mode{device="vethf9805e1"} 0 node_network_iface_link_mode{device="vethfd43fa0"} 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="00:50:56:5c:40:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:0b:92:40:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c8f8c16aa8d8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:31:51:47:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d672e6235c3c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:32:77:64:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7da36ea1f61b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3a:cb:03:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-51f5dff5ff82",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:45:2f:f7:25",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ffd4d2b2c38a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:9a:ae:53:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2332a0bd87fd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ab:d8:0a:79",adminstate="down",broadcast="ff:ff:ff:ff:ff:ff",device="br-ea090cddd801",duplex="",ifalias="",operstate="down"} 1 node_network_info{address="02:42:cf:82:f3:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b6a49dac90c3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d6:b2:0a:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-37e4df59c851",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:da:09:a4:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-7a187f0d06c1",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:eb:b1:0e:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5667f66e6543",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:fb:a1:0c:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6799ee439a31",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:eb:db:c8:5c:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth15bd568",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:10:bf:03:02:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4f61ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:df:c0:dc:fb:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75c6988",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:70:f5:ea:7c:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7aa948b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:10:33:5a:ee:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth966f65b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:54:6f:ac:e4:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-30870adde61f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0e:59:77:86:73:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2cea0d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:7f:11:42:5f:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d8262704a4b7",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0e:7f:5f:68:68:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7a24fe0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:8d:67:fd:e2:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth801e726",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:a9:2d:be:da:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bfbbad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:3e:3c:59:99:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3d695d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:49:9a:0c:e2:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc525558",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:88:d7:40:9f:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth71b4a6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:93:18:f2:cf:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f64ba478951b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="16:ed:8e:3d:f6:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ad6a5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9c:88:e8:51:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5760263",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:d6:23:74:e8:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ff5c58",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:2b:c0:05:7e:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth93bd24e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:2e:be:e8:6f:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9805e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:88:d4:55:0b:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8b40e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:8b:58:1b:d2:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth94c97ce",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c1:8d:5f:ec:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65d2a80",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:29:eb:aa:cf:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth028b874",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:7f:ca:72:19:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb5411e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:ab:3b:0f:e7:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth491bf66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:f6:d2:f0:fd:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe97c65a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:19:4d:5c:d3:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth52b5bbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:38:c4:cd:cc:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bf5bf4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:3a:35:fc:07:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth67dbd0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:24:36:9e:9e:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth465b0ae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:36:5a:25:b3:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d0a7db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:51:6e:0d:3e:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth937e562",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:7e:5c:34:ee:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4de6f9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:e2:97:dc:6f:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2d4b31a88c9e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="32:49:0e:49:02:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2be7fa2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:8d:ee:52:f0:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4b00ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:8f:d8:39:70:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b266e4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:99:68:23:0f:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01768c1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:ae:c7:db:62:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe01f1d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:da:58:fd:d0:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8ca2353",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:7c:26:c6:cd:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha32602a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:80:9f:50:fa:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1de0cff",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:0b:72:4a:6b:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6fd5d39",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:10:ce:59:82:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f1d323",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:15:b9:86:cd:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48844f7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:c5:23:ff:09:ad",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb047fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:34:ac:56:9a:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf91487",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:b1:86:14:74:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6b0e885",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:01:fe:41:d3:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4463c88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:21:af:5a:c3:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9de9e3b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:e2:13:35:1a:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1952ee7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:e8:c0:a4:69:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf37430e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:f9:71:57:4b:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth173ff82",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:3b:fe:e6:71:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5167d1e0e994",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4a:9c:21:0e:cc:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a362a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:c4:a9:ed:b6:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d5cea0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:ee:db:19:ca:50",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ef0b8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:08:dd:0b:8c:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad73145",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:04:c1:79:f4:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth137b7e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:4c:78:ba:92:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-df52337b5344",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="52:70:96:ad:f7:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95eed48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:56:28:0b:11:da",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3e923a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:71:88:12:63:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha7f6bcb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:89:f1:b3:28:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c4119f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:a4:90:68:2b:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd29b564",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:63:fa:f1:4d:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda220a2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:a8:f1:de:82:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth655b11d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:30:ca:9c:71:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe007eb6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:50:dd:fd:ed:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65146ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:7e:df:11:66:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38d017c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7c:f6:7c:83:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a2a3df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7e:88:47:0f:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1948db901358",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="62:ac:c2:5c:e3:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth912a0be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:f8:92:e0:ec:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-87a238b248ab",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="66:60:9e:01:45:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf942e83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:63:a2:c2:77:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1831544",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:eb:af:a3:47:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4b2ece",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5a:94:c8:9a:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1c87b86",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:87:be:32:b1:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0afbe1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:ca:a1:97:d3:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7fdb307",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2e:53:69:59:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd55218d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:c6:b9:57:ca:9f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad20cef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:d6:53:31:41:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8746baab8a36",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="72:88:6a:da:dd:36",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth641378e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:13:d1:e1:db:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcac2f4b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:95:aa:67:98:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha70ff9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:a3:4f:9e:83:88",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2be792d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:3f:38:6d:35:63",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43d8272",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:6d:52:9a:e1:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth172908a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:93:4c:b0:e2:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bb095e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:98:41:1b:04:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8b161d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:d7:81:f6:ee:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth02509da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:5e:e4:5f:f5:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3566c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:74:bb:50:4e:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7016f0454d6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="8e:39:f1:4b:f1:3b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ba4dae",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:97:e0:11:7b:89",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethde98f51",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:aa:73:01:67:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81c8114",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:4f:ff:79:48:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb1487d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:5e:99:1d:36:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2e68cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:ca:87:88:32:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65db943",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:fa:4e:aa:24:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3be20c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:1e:b8:a6:0c:8d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0b5fa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:5a:76:b1:98:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b8a05a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:a2:37:2a:d6:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6342147",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:cd:75:81:6b:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-07801704449d",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:d1:19:13:5c:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth994fce2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:f4:56:d6:a3:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcebd614",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:c5:43:58:18:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9bfe150",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:d8:84:e8:ea:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd43fa0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:51:0d:2a:5b:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8ef168",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:5e:59:07:c1:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth795ab14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a0:cc:2f:02:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ec4df8bd70b0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="9e:b5:61:7b:9d:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe702549",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:20:1e:7b:64:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha5fedc7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4e:6f:29:30:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth31d5fb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:6f:d5:b7:74:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb14c290",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:85:47:53:a3:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27d56d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:aa:a6:4b:f5:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbf67cc8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:1f:82:aa:49:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ce5eef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:42:88:bd:c5:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2275797",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:60:88:74:1a:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc67bd57",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:c3:60:51:e1:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth34bd09e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:7e:26:ef:1a:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1aecb5d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:b6:10:17:72:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48580de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:ff:0d:05:2f:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth03ab3e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2a:d0:93:02:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb881de4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:8a:99:95:54:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5859bb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:9e:16:41:11:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:bf:e0:23:c3:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b20cb3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:f6:11:1a:23:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth575ee41",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:6c:56:37:5c:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a3b2c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:cc:01:75:0f:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e4b661",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:ea:65:f8:74:47",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethca040f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:f2:1e:4b:65:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth97032e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:7d:32:40:5d:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9f4866",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:df:5d:9f:1e:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc865b89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:97:b1:88:c5:2a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73df7ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:1e:d8:ac:23:b9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7dfdf2c5c1b",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c6:bd:9c:89:6a:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2475a08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:d4:9f:c8:a7:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7e5d09f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:07:fa:ee:4e:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b82d00",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:33:e0:e6:30:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth79607a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:65:eb:f5:b0:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69a3613",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:89:82:7c:2c:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8de8ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:95:55:ae:94:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f8e82d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:cc:06:f1:39:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62d6015",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:0b:3d:ab:4f:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ce28e7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:39:d0:1c:73:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fc04abb2c9de",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ce:73:f0:79:07:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0527b05",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:c6:01:a1:d4:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a2ce9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:1f:97:6c:9c:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth400f03f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:2c:7f:aa:8d:0f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9ff0d43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:31:b8:8d:af:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e3fb0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:f7:b3:d9:00:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b054b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:24:e8:83:d2:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth66cc090",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:03:5a:7d:f5:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f862cef470f8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:18:e7:02:74:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethadf167f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:44:f9:a5:50:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth213b9a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:54:97:fa:59:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3ff9b97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:76:9b:2e:c9:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth51d3c8f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:3e:ad:ba:cf:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6d54e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:43:e3:ff:99:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth741af44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:5a:ba:81:5a:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf8dc3d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:8e:a0:d2:a3:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a242f8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:db:8e:28:9e:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe809b19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:25:bb:1c:26:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8fb0cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:56:32:3e:1e:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1690a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:73:25:84:b7:c4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5c7fd44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:dd:98:dd:9c:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65babe1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:e1:63:f4:69:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b97400",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:03:45:0f:e3:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c1f588",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:18:9d:73:58:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2da79bf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:93:a4:71:07:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1cba9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:e9:66:c2:57:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefacdf0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:b2:d4:75:46:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc590dc3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:3c:a0:dd:82:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e3a866",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:3f:66:f9:dc:82",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b649d49ee828",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fa:46:40:b5:29:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0249c4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:82:b9:5c:70:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4fc1293",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:d8:2b:12:50:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth760b301",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:10:10:a1:bf:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth209a5b5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:36:e6:89:7d:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f65ace",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:3c:bc:b9:d0:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2b505dcffd8e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="fe:79:e6:43:45:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2b4e54",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:9f:00:a9:39:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd9d85e4",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-07801704449d"} 1500 node_network_mtu_bytes{device="br-1948db901358"} 1500 node_network_mtu_bytes{device="br-2332a0bd87fd"} 1500 node_network_mtu_bytes{device="br-2b505dcffd8e"} 1500 node_network_mtu_bytes{device="br-2d4b31a88c9e"} 1500 node_network_mtu_bytes{device="br-30870adde61f"} 1500 node_network_mtu_bytes{device="br-37e4df59c851"} 1500 node_network_mtu_bytes{device="br-5167d1e0e994"} 1500 node_network_mtu_bytes{device="br-51f5dff5ff82"} 1500 node_network_mtu_bytes{device="br-5667f66e6543"} 1500 node_network_mtu_bytes{device="br-6799ee439a31"} 1500 node_network_mtu_bytes{device="br-7a187f0d06c1"} 1500 node_network_mtu_bytes{device="br-7da36ea1f61b"} 1500 node_network_mtu_bytes{device="br-8746baab8a36"} 1500 node_network_mtu_bytes{device="br-87a238b248ab"} 1500 node_network_mtu_bytes{device="br-b649d49ee828"} 1500 node_network_mtu_bytes{device="br-b6a49dac90c3"} 1500 node_network_mtu_bytes{device="br-c7016f0454d6"} 1500 node_network_mtu_bytes{device="br-c7dfdf2c5c1b"} 1500 node_network_mtu_bytes{device="br-c8f8c16aa8d8"} 1500 node_network_mtu_bytes{device="br-d672e6235c3c"} 1500 node_network_mtu_bytes{device="br-d8262704a4b7"} 1500 node_network_mtu_bytes{device="br-df52337b5344"} 1500 node_network_mtu_bytes{device="br-ea090cddd801"} 1500 node_network_mtu_bytes{device="br-ec4df8bd70b0"} 1500 node_network_mtu_bytes{device="br-f64ba478951b"} 1500 node_network_mtu_bytes{device="br-f862cef470f8"} 1500 node_network_mtu_bytes{device="br-fc04abb2c9de"} 1500 node_network_mtu_bytes{device="br-ffd4d2b2c38a"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth01768c1"} 1500 node_network_mtu_bytes{device="veth02509da"} 1500 node_network_mtu_bytes{device="veth028b874"} 1500 node_network_mtu_bytes{device="veth03ab3e8"} 1500 node_network_mtu_bytes{device="veth0527b05"} 1500 node_network_mtu_bytes{device="veth0ad6a5b"} 1500 node_network_mtu_bytes{device="veth0afbe1c"} 1500 node_network_mtu_bytes{device="veth0ce5eef"} 1500 node_network_mtu_bytes{device="veth137b7e3"} 1500 node_network_mtu_bytes{device="veth15bd568"} 1500 node_network_mtu_bytes{device="veth172908a"} 1500 node_network_mtu_bytes{device="veth173ff82"} 1500 node_network_mtu_bytes{device="veth1831544"} 1500 node_network_mtu_bytes{device="veth1952ee7"} 1500 node_network_mtu_bytes{device="veth1aecb5d"} 1500 node_network_mtu_bytes{device="veth1b20cb3"} 1500 node_network_mtu_bytes{device="veth1b8a05a"} 1500 node_network_mtu_bytes{device="veth1bfbbad"} 1500 node_network_mtu_bytes{device="veth1c87b86"} 1500 node_network_mtu_bytes{device="veth1de0cff"} 1500 node_network_mtu_bytes{device="veth1f8e82d"} 1500 node_network_mtu_bytes{device="veth1ff5c58"} 1500 node_network_mtu_bytes{device="veth209a5b5"} 1500 node_network_mtu_bytes{device="veth213b9a5"} 1500 node_network_mtu_bytes{device="veth2275797"} 1500 node_network_mtu_bytes{device="veth2475a08"} 1500 node_network_mtu_bytes{device="veth27d56d2"} 1500 node_network_mtu_bytes{device="veth2b82d00"} 1500 node_network_mtu_bytes{device="veth2b97400"} 1500 node_network_mtu_bytes{device="veth2ba4dae"} 1500 node_network_mtu_bytes{device="veth2bb095e"} 1500 node_network_mtu_bytes{device="veth2be792d"} 1500 node_network_mtu_bytes{device="veth2be7fa2"} 1500 node_network_mtu_bytes{device="veth2cea0d7"} 1500 node_network_mtu_bytes{device="veth2da79bf"} 1500 node_network_mtu_bytes{device="veth2e4b661"} 1500 node_network_mtu_bytes{device="veth31d5fb9"} 1500 node_network_mtu_bytes{device="veth34bd09e"} 1500 node_network_mtu_bytes{device="veth3566c28"} 1500 node_network_mtu_bytes{device="veth38d017c"} 1500 node_network_mtu_bytes{device="veth3a2ce9f"} 1500 node_network_mtu_bytes{device="veth3a362a5"} 1500 node_network_mtu_bytes{device="veth3be20c9"} 1500 node_network_mtu_bytes{device="veth3e3a866"} 1500 node_network_mtu_bytes{device="veth3e3fb0e"} 1500 node_network_mtu_bytes{device="veth3ef0b8d"} 1500 node_network_mtu_bytes{device="veth3f65ace"} 1500 node_network_mtu_bytes{device="veth3ff9b97"} 1500 node_network_mtu_bytes{device="veth400f03f"} 1500 node_network_mtu_bytes{device="veth43d8272"} 1500 node_network_mtu_bytes{device="veth4463c88"} 1500 node_network_mtu_bytes{device="veth465b0ae"} 1500 node_network_mtu_bytes{device="veth48580de"} 1500 node_network_mtu_bytes{device="veth48844f7"} 1500 node_network_mtu_bytes{device="veth491bf66"} 1500 node_network_mtu_bytes{device="veth4c1f588"} 1500 node_network_mtu_bytes{device="veth4de6f9e"} 1500 node_network_mtu_bytes{device="veth4fc1293"} 1500 node_network_mtu_bytes{device="veth51d3c8f"} 1500 node_network_mtu_bytes{device="veth52b5bbd"} 1500 node_network_mtu_bytes{device="veth575ee41"} 1500 node_network_mtu_bytes{device="veth5760263"} 1500 node_network_mtu_bytes{device="veth5859bb9"} 1500 node_network_mtu_bytes{device="veth5b054b2"} 1500 node_network_mtu_bytes{device="veth5c7fd44"} 1500 node_network_mtu_bytes{device="veth62d6015"} 1500 node_network_mtu_bytes{device="veth6342147"} 1500 node_network_mtu_bytes{device="veth641378e"} 1500 node_network_mtu_bytes{device="veth65146ab"} 1500 node_network_mtu_bytes{device="veth655b11d"} 1500 node_network_mtu_bytes{device="veth65babe1"} 1500 node_network_mtu_bytes{device="veth65d2a80"} 1500 node_network_mtu_bytes{device="veth65db943"} 1500 node_network_mtu_bytes{device="veth66cc090"} 1500 node_network_mtu_bytes{device="veth67dbd0d"} 1500 node_network_mtu_bytes{device="veth69a3613"} 1500 node_network_mtu_bytes{device="veth6b0e885"} 1500 node_network_mtu_bytes{device="veth6b266e4"} 1500 node_network_mtu_bytes{device="veth6c4119f"} 1500 node_network_mtu_bytes{device="veth6fd5d39"} 1500 node_network_mtu_bytes{device="veth71b4a6c"} 1500 node_network_mtu_bytes{device="veth73df7ad"} 1500 node_network_mtu_bytes{device="veth741af44"} 1500 node_network_mtu_bytes{device="veth75c6988"} 1500 node_network_mtu_bytes{device="veth760b301"} 1500 node_network_mtu_bytes{device="veth795ab14"} 1500 node_network_mtu_bytes{device="veth79607a4"} 1500 node_network_mtu_bytes{device="veth7a24fe0"} 1500 node_network_mtu_bytes{device="veth7aa948b"} 1500 node_network_mtu_bytes{device="veth7ce28e7"} 1500 node_network_mtu_bytes{device="veth7e5d09f"} 1500 node_network_mtu_bytes{device="veth7f1d323"} 1500 node_network_mtu_bytes{device="veth7fdb307"} 1500 node_network_mtu_bytes{device="veth801e726"} 1500 node_network_mtu_bytes{device="veth81c8114"} 1500 node_network_mtu_bytes{device="veth8a3b2c9"} 1500 node_network_mtu_bytes{device="veth8b161d9"} 1500 node_network_mtu_bytes{device="veth8ca2353"} 1500 node_network_mtu_bytes{device="veth912a0be"} 1500 node_network_mtu_bytes{device="veth937e562"} 1500 node_network_mtu_bytes{device="veth93bd24e"} 1500 node_network_mtu_bytes{device="veth94c97ce"} 1500 node_network_mtu_bytes{device="veth95eed48"} 1500 node_network_mtu_bytes{device="veth966f65b"} 1500 node_network_mtu_bytes{device="veth97032e8"} 1500 node_network_mtu_bytes{device="veth994fce2"} 1500 node_network_mtu_bytes{device="veth9a242f8"} 1500 node_network_mtu_bytes{device="veth9a2a3df"} 1500 node_network_mtu_bytes{device="veth9bf5bf4"} 1500 node_network_mtu_bytes{device="veth9bfe150"} 1500 node_network_mtu_bytes{device="veth9d0a7db"} 1500 node_network_mtu_bytes{device="veth9d5cea0"} 1500 node_network_mtu_bytes{device="veth9de9e3b"} 1500 node_network_mtu_bytes{device="veth9ff0d43"} 1500 node_network_mtu_bytes{device="vetha2e68cf"} 1500 node_network_mtu_bytes{device="vetha32602a"} 1500 node_network_mtu_bytes{device="vetha5fedc7"} 1500 node_network_mtu_bytes{device="vetha70ff9b"} 1500 node_network_mtu_bytes{device="vetha7f6bcb"} 1500 node_network_mtu_bytes{device="vethad20cef"} 1500 node_network_mtu_bytes{device="vethad73145"} 1500 node_network_mtu_bytes{device="vethadf167f"} 1500 node_network_mtu_bytes{device="vethaf91487"} 1500 node_network_mtu_bytes{device="vethb14c290"} 1500 node_network_mtu_bytes{device="vethb4b00ef"} 1500 node_network_mtu_bytes{device="vethb5411e2"} 1500 node_network_mtu_bytes{device="vethb881de4"} 1500 node_network_mtu_bytes{device="vethbf67cc8"} 1500 node_network_mtu_bytes{device="vethc0b5fa0"} 1500 node_network_mtu_bytes{device="vethc1cba9f"} 1500 node_network_mtu_bytes{device="vethc2b4e54"} 1500 node_network_mtu_bytes{device="vethc525558"} 1500 node_network_mtu_bytes{device="vethc590dc3"} 1500 node_network_mtu_bytes{device="vethc67bd57"} 1500 node_network_mtu_bytes{device="vethc6d54e3"} 1500 node_network_mtu_bytes{device="vethc865b89"} 1500 node_network_mtu_bytes{device="vethc8de8ac"} 1500 node_network_mtu_bytes{device="vethca040f3"} 1500 node_network_mtu_bytes{device="vethcac2f4b"} 1500 node_network_mtu_bytes{device="vethcb1487d"} 1500 node_network_mtu_bytes{device="vethcebd614"} 1500 node_network_mtu_bytes{device="vethd29b564"} 1500 node_network_mtu_bytes{device="vethd3d695d"} 1500 node_network_mtu_bytes{device="vethd3e923a"} 1500 node_network_mtu_bytes{device="vethd55218d"} 1500 node_network_mtu_bytes{device="vethd9d85e4"} 1500 node_network_mtu_bytes{device="vethd9f4866"} 1500 node_network_mtu_bytes{device="vethda220a2"} 1500 node_network_mtu_bytes{device="vethdb047fd"} 1500 node_network_mtu_bytes{device="vethde98f51"} 1500 node_network_mtu_bytes{device="vethe007eb6"} 1500 node_network_mtu_bytes{device="vethe01f1d2"} 1500 node_network_mtu_bytes{device="vethe1690a8"} 1500 node_network_mtu_bytes{device="vethe4f61ee"} 1500 node_network_mtu_bytes{device="vethe702549"} 1500 node_network_mtu_bytes{device="vethe809b19"} 1500 node_network_mtu_bytes{device="vethe8fb0cc"} 1500 node_network_mtu_bytes{device="vethe97c65a"} 1500 node_network_mtu_bytes{device="vethefacdf0"} 1500 node_network_mtu_bytes{device="vethf0249c4"} 1500 node_network_mtu_bytes{device="vethf37430e"} 1500 node_network_mtu_bytes{device="vethf4b2ece"} 1500 node_network_mtu_bytes{device="vethf8b40e5"} 1500 node_network_mtu_bytes{device="vethf8dc3d2"} 1500 node_network_mtu_bytes{device="vethf8ef168"} 1500 node_network_mtu_bytes{device="vethf942e83"} 1500 node_network_mtu_bytes{device="vethf9805e1"} 1500 node_network_mtu_bytes{device="vethfd43fa0"} 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-07801704449d"} 3 node_network_name_assign_type{device="br-1948db901358"} 3 node_network_name_assign_type{device="br-2332a0bd87fd"} 3 node_network_name_assign_type{device="br-2b505dcffd8e"} 3 node_network_name_assign_type{device="br-2d4b31a88c9e"} 3 node_network_name_assign_type{device="br-30870adde61f"} 3 node_network_name_assign_type{device="br-37e4df59c851"} 3 node_network_name_assign_type{device="br-5167d1e0e994"} 3 node_network_name_assign_type{device="br-51f5dff5ff82"} 3 node_network_name_assign_type{device="br-5667f66e6543"} 3 node_network_name_assign_type{device="br-6799ee439a31"} 3 node_network_name_assign_type{device="br-7a187f0d06c1"} 3 node_network_name_assign_type{device="br-7da36ea1f61b"} 3 node_network_name_assign_type{device="br-8746baab8a36"} 3 node_network_name_assign_type{device="br-87a238b248ab"} 3 node_network_name_assign_type{device="br-b649d49ee828"} 3 node_network_name_assign_type{device="br-b6a49dac90c3"} 3 node_network_name_assign_type{device="br-c7016f0454d6"} 3 node_network_name_assign_type{device="br-c7dfdf2c5c1b"} 3 node_network_name_assign_type{device="br-c8f8c16aa8d8"} 3 node_network_name_assign_type{device="br-d672e6235c3c"} 3 node_network_name_assign_type{device="br-d8262704a4b7"} 3 node_network_name_assign_type{device="br-df52337b5344"} 3 node_network_name_assign_type{device="br-ea090cddd801"} 3 node_network_name_assign_type{device="br-ec4df8bd70b0"} 3 node_network_name_assign_type{device="br-f64ba478951b"} 3 node_network_name_assign_type{device="br-f862cef470f8"} 3 node_network_name_assign_type{device="br-fc04abb2c9de"} 3 node_network_name_assign_type{device="br-ffd4d2b2c38a"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth01768c1"} 3 node_network_name_assign_type{device="veth02509da"} 3 node_network_name_assign_type{device="veth028b874"} 3 node_network_name_assign_type{device="veth03ab3e8"} 3 node_network_name_assign_type{device="veth0527b05"} 3 node_network_name_assign_type{device="veth0ad6a5b"} 3 node_network_name_assign_type{device="veth0afbe1c"} 3 node_network_name_assign_type{device="veth0ce5eef"} 3 node_network_name_assign_type{device="veth137b7e3"} 3 node_network_name_assign_type{device="veth15bd568"} 3 node_network_name_assign_type{device="veth172908a"} 3 node_network_name_assign_type{device="veth173ff82"} 3 node_network_name_assign_type{device="veth1831544"} 3 node_network_name_assign_type{device="veth1952ee7"} 3 node_network_name_assign_type{device="veth1aecb5d"} 3 node_network_name_assign_type{device="veth1b20cb3"} 3 node_network_name_assign_type{device="veth1b8a05a"} 3 node_network_name_assign_type{device="veth1bfbbad"} 3 node_network_name_assign_type{device="veth1c87b86"} 3 node_network_name_assign_type{device="veth1de0cff"} 3 node_network_name_assign_type{device="veth1f8e82d"} 3 node_network_name_assign_type{device="veth1ff5c58"} 3 node_network_name_assign_type{device="veth209a5b5"} 3 node_network_name_assign_type{device="veth213b9a5"} 3 node_network_name_assign_type{device="veth2275797"} 3 node_network_name_assign_type{device="veth2475a08"} 3 node_network_name_assign_type{device="veth27d56d2"} 3 node_network_name_assign_type{device="veth2b82d00"} 3 node_network_name_assign_type{device="veth2b97400"} 3 node_network_name_assign_type{device="veth2ba4dae"} 3 node_network_name_assign_type{device="veth2bb095e"} 3 node_network_name_assign_type{device="veth2be792d"} 3 node_network_name_assign_type{device="veth2be7fa2"} 3 node_network_name_assign_type{device="veth2cea0d7"} 3 node_network_name_assign_type{device="veth2da79bf"} 3 node_network_name_assign_type{device="veth2e4b661"} 3 node_network_name_assign_type{device="veth31d5fb9"} 3 node_network_name_assign_type{device="veth34bd09e"} 3 node_network_name_assign_type{device="veth3566c28"} 3 node_network_name_assign_type{device="veth38d017c"} 3 node_network_name_assign_type{device="veth3a2ce9f"} 3 node_network_name_assign_type{device="veth3a362a5"} 3 node_network_name_assign_type{device="veth3be20c9"} 3 node_network_name_assign_type{device="veth3e3a866"} 3 node_network_name_assign_type{device="veth3e3fb0e"} 3 node_network_name_assign_type{device="veth3ef0b8d"} 3 node_network_name_assign_type{device="veth3f65ace"} 3 node_network_name_assign_type{device="veth3ff9b97"} 3 node_network_name_assign_type{device="veth400f03f"} 3 node_network_name_assign_type{device="veth43d8272"} 3 node_network_name_assign_type{device="veth4463c88"} 3 node_network_name_assign_type{device="veth465b0ae"} 3 node_network_name_assign_type{device="veth48580de"} 3 node_network_name_assign_type{device="veth48844f7"} 3 node_network_name_assign_type{device="veth491bf66"} 3 node_network_name_assign_type{device="veth4c1f588"} 3 node_network_name_assign_type{device="veth4de6f9e"} 3 node_network_name_assign_type{device="veth4fc1293"} 3 node_network_name_assign_type{device="veth51d3c8f"} 3 node_network_name_assign_type{device="veth52b5bbd"} 3 node_network_name_assign_type{device="veth575ee41"} 3 node_network_name_assign_type{device="veth5760263"} 3 node_network_name_assign_type{device="veth5859bb9"} 3 node_network_name_assign_type{device="veth5b054b2"} 3 node_network_name_assign_type{device="veth5c7fd44"} 3 node_network_name_assign_type{device="veth62d6015"} 3 node_network_name_assign_type{device="veth6342147"} 3 node_network_name_assign_type{device="veth641378e"} 3 node_network_name_assign_type{device="veth65146ab"} 3 node_network_name_assign_type{device="veth655b11d"} 3 node_network_name_assign_type{device="veth65babe1"} 3 node_network_name_assign_type{device="veth65d2a80"} 3 node_network_name_assign_type{device="veth65db943"} 3 node_network_name_assign_type{device="veth66cc090"} 3 node_network_name_assign_type{device="veth67dbd0d"} 3 node_network_name_assign_type{device="veth69a3613"} 3 node_network_name_assign_type{device="veth6b0e885"} 3 node_network_name_assign_type{device="veth6b266e4"} 3 node_network_name_assign_type{device="veth6c4119f"} 3 node_network_name_assign_type{device="veth6fd5d39"} 3 node_network_name_assign_type{device="veth71b4a6c"} 3 node_network_name_assign_type{device="veth73df7ad"} 3 node_network_name_assign_type{device="veth741af44"} 3 node_network_name_assign_type{device="veth75c6988"} 3 node_network_name_assign_type{device="veth760b301"} 3 node_network_name_assign_type{device="veth795ab14"} 3 node_network_name_assign_type{device="veth79607a4"} 3 node_network_name_assign_type{device="veth7a24fe0"} 3 node_network_name_assign_type{device="veth7aa948b"} 3 node_network_name_assign_type{device="veth7ce28e7"} 3 node_network_name_assign_type{device="veth7e5d09f"} 3 node_network_name_assign_type{device="veth7f1d323"} 3 node_network_name_assign_type{device="veth7fdb307"} 3 node_network_name_assign_type{device="veth801e726"} 3 node_network_name_assign_type{device="veth81c8114"} 3 node_network_name_assign_type{device="veth8a3b2c9"} 3 node_network_name_assign_type{device="veth8b161d9"} 3 node_network_name_assign_type{device="veth8ca2353"} 3 node_network_name_assign_type{device="veth912a0be"} 3 node_network_name_assign_type{device="veth937e562"} 3 node_network_name_assign_type{device="veth93bd24e"} 3 node_network_name_assign_type{device="veth94c97ce"} 3 node_network_name_assign_type{device="veth95eed48"} 3 node_network_name_assign_type{device="veth966f65b"} 3 node_network_name_assign_type{device="veth97032e8"} 3 node_network_name_assign_type{device="veth994fce2"} 3 node_network_name_assign_type{device="veth9a242f8"} 3 node_network_name_assign_type{device="veth9a2a3df"} 3 node_network_name_assign_type{device="veth9bf5bf4"} 3 node_network_name_assign_type{device="veth9bfe150"} 3 node_network_name_assign_type{device="veth9d0a7db"} 3 node_network_name_assign_type{device="veth9d5cea0"} 3 node_network_name_assign_type{device="veth9de9e3b"} 3 node_network_name_assign_type{device="veth9ff0d43"} 3 node_network_name_assign_type{device="vetha2e68cf"} 3 node_network_name_assign_type{device="vetha32602a"} 3 node_network_name_assign_type{device="vetha5fedc7"} 3 node_network_name_assign_type{device="vetha70ff9b"} 3 node_network_name_assign_type{device="vetha7f6bcb"} 3 node_network_name_assign_type{device="vethad20cef"} 3 node_network_name_assign_type{device="vethad73145"} 3 node_network_name_assign_type{device="vethadf167f"} 3 node_network_name_assign_type{device="vethaf91487"} 3 node_network_name_assign_type{device="vethb14c290"} 3 node_network_name_assign_type{device="vethb4b00ef"} 3 node_network_name_assign_type{device="vethb5411e2"} 3 node_network_name_assign_type{device="vethb881de4"} 3 node_network_name_assign_type{device="vethbf67cc8"} 3 node_network_name_assign_type{device="vethc0b5fa0"} 3 node_network_name_assign_type{device="vethc1cba9f"} 3 node_network_name_assign_type{device="vethc2b4e54"} 3 node_network_name_assign_type{device="vethc525558"} 3 node_network_name_assign_type{device="vethc590dc3"} 3 node_network_name_assign_type{device="vethc67bd57"} 3 node_network_name_assign_type{device="vethc6d54e3"} 3 node_network_name_assign_type{device="vethc865b89"} 3 node_network_name_assign_type{device="vethc8de8ac"} 3 node_network_name_assign_type{device="vethca040f3"} 3 node_network_name_assign_type{device="vethcac2f4b"} 3 node_network_name_assign_type{device="vethcb1487d"} 3 node_network_name_assign_type{device="vethcebd614"} 3 node_network_name_assign_type{device="vethd29b564"} 3 node_network_name_assign_type{device="vethd3d695d"} 3 node_network_name_assign_type{device="vethd3e923a"} 3 node_network_name_assign_type{device="vethd55218d"} 3 node_network_name_assign_type{device="vethd9d85e4"} 3 node_network_name_assign_type{device="vethd9f4866"} 3 node_network_name_assign_type{device="vethda220a2"} 3 node_network_name_assign_type{device="vethdb047fd"} 3 node_network_name_assign_type{device="vethde98f51"} 3 node_network_name_assign_type{device="vethe007eb6"} 3 node_network_name_assign_type{device="vethe01f1d2"} 3 node_network_name_assign_type{device="vethe1690a8"} 3 node_network_name_assign_type{device="vethe4f61ee"} 3 node_network_name_assign_type{device="vethe702549"} 3 node_network_name_assign_type{device="vethe809b19"} 3 node_network_name_assign_type{device="vethe8fb0cc"} 3 node_network_name_assign_type{device="vethe97c65a"} 3 node_network_name_assign_type{device="vethefacdf0"} 3 node_network_name_assign_type{device="vethf0249c4"} 3 node_network_name_assign_type{device="vethf37430e"} 3 node_network_name_assign_type{device="vethf4b2ece"} 3 node_network_name_assign_type{device="vethf8b40e5"} 3 node_network_name_assign_type{device="vethf8dc3d2"} 3 node_network_name_assign_type{device="vethf8ef168"} 3 node_network_name_assign_type{device="vethf942e83"} 3 node_network_name_assign_type{device="vethf9805e1"} 3 node_network_name_assign_type{device="vethfd43fa0"} 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-07801704449d"} 0 node_network_net_dev_group{device="br-1948db901358"} 0 node_network_net_dev_group{device="br-2332a0bd87fd"} 0 node_network_net_dev_group{device="br-2b505dcffd8e"} 0 node_network_net_dev_group{device="br-2d4b31a88c9e"} 0 node_network_net_dev_group{device="br-30870adde61f"} 0 node_network_net_dev_group{device="br-37e4df59c851"} 0 node_network_net_dev_group{device="br-5167d1e0e994"} 0 node_network_net_dev_group{device="br-51f5dff5ff82"} 0 node_network_net_dev_group{device="br-5667f66e6543"} 0 node_network_net_dev_group{device="br-6799ee439a31"} 0 node_network_net_dev_group{device="br-7a187f0d06c1"} 0 node_network_net_dev_group{device="br-7da36ea1f61b"} 0 node_network_net_dev_group{device="br-8746baab8a36"} 0 node_network_net_dev_group{device="br-87a238b248ab"} 0 node_network_net_dev_group{device="br-b649d49ee828"} 0 node_network_net_dev_group{device="br-b6a49dac90c3"} 0 node_network_net_dev_group{device="br-c7016f0454d6"} 0 node_network_net_dev_group{device="br-c7dfdf2c5c1b"} 0 node_network_net_dev_group{device="br-c8f8c16aa8d8"} 0 node_network_net_dev_group{device="br-d672e6235c3c"} 0 node_network_net_dev_group{device="br-d8262704a4b7"} 0 node_network_net_dev_group{device="br-df52337b5344"} 0 node_network_net_dev_group{device="br-ea090cddd801"} 0 node_network_net_dev_group{device="br-ec4df8bd70b0"} 0 node_network_net_dev_group{device="br-f64ba478951b"} 0 node_network_net_dev_group{device="br-f862cef470f8"} 0 node_network_net_dev_group{device="br-fc04abb2c9de"} 0 node_network_net_dev_group{device="br-ffd4d2b2c38a"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth01768c1"} 0 node_network_net_dev_group{device="veth02509da"} 0 node_network_net_dev_group{device="veth028b874"} 0 node_network_net_dev_group{device="veth03ab3e8"} 0 node_network_net_dev_group{device="veth0527b05"} 0 node_network_net_dev_group{device="veth0ad6a5b"} 0 node_network_net_dev_group{device="veth0afbe1c"} 0 node_network_net_dev_group{device="veth0ce5eef"} 0 node_network_net_dev_group{device="veth137b7e3"} 0 node_network_net_dev_group{device="veth15bd568"} 0 node_network_net_dev_group{device="veth172908a"} 0 node_network_net_dev_group{device="veth173ff82"} 0 node_network_net_dev_group{device="veth1831544"} 0 node_network_net_dev_group{device="veth1952ee7"} 0 node_network_net_dev_group{device="veth1aecb5d"} 0 node_network_net_dev_group{device="veth1b20cb3"} 0 node_network_net_dev_group{device="veth1b8a05a"} 0 node_network_net_dev_group{device="veth1bfbbad"} 0 node_network_net_dev_group{device="veth1c87b86"} 0 node_network_net_dev_group{device="veth1de0cff"} 0 node_network_net_dev_group{device="veth1f8e82d"} 0 node_network_net_dev_group{device="veth1ff5c58"} 0 node_network_net_dev_group{device="veth209a5b5"} 0 node_network_net_dev_group{device="veth213b9a5"} 0 node_network_net_dev_group{device="veth2275797"} 0 node_network_net_dev_group{device="veth2475a08"} 0 node_network_net_dev_group{device="veth27d56d2"} 0 node_network_net_dev_group{device="veth2b82d00"} 0 node_network_net_dev_group{device="veth2b97400"} 0 node_network_net_dev_group{device="veth2ba4dae"} 0 node_network_net_dev_group{device="veth2bb095e"} 0 node_network_net_dev_group{device="veth2be792d"} 0 node_network_net_dev_group{device="veth2be7fa2"} 0 node_network_net_dev_group{device="veth2cea0d7"} 0 node_network_net_dev_group{device="veth2da79bf"} 0 node_network_net_dev_group{device="veth2e4b661"} 0 node_network_net_dev_group{device="veth31d5fb9"} 0 node_network_net_dev_group{device="veth34bd09e"} 0 node_network_net_dev_group{device="veth3566c28"} 0 node_network_net_dev_group{device="veth38d017c"} 0 node_network_net_dev_group{device="veth3a2ce9f"} 0 node_network_net_dev_group{device="veth3a362a5"} 0 node_network_net_dev_group{device="veth3be20c9"} 0 node_network_net_dev_group{device="veth3e3a866"} 0 node_network_net_dev_group{device="veth3e3fb0e"} 0 node_network_net_dev_group{device="veth3ef0b8d"} 0 node_network_net_dev_group{device="veth3f65ace"} 0 node_network_net_dev_group{device="veth3ff9b97"} 0 node_network_net_dev_group{device="veth400f03f"} 0 node_network_net_dev_group{device="veth43d8272"} 0 node_network_net_dev_group{device="veth4463c88"} 0 node_network_net_dev_group{device="veth465b0ae"} 0 node_network_net_dev_group{device="veth48580de"} 0 node_network_net_dev_group{device="veth48844f7"} 0 node_network_net_dev_group{device="veth491bf66"} 0 node_network_net_dev_group{device="veth4c1f588"} 0 node_network_net_dev_group{device="veth4de6f9e"} 0 node_network_net_dev_group{device="veth4fc1293"} 0 node_network_net_dev_group{device="veth51d3c8f"} 0 node_network_net_dev_group{device="veth52b5bbd"} 0 node_network_net_dev_group{device="veth575ee41"} 0 node_network_net_dev_group{device="veth5760263"} 0 node_network_net_dev_group{device="veth5859bb9"} 0 node_network_net_dev_group{device="veth5b054b2"} 0 node_network_net_dev_group{device="veth5c7fd44"} 0 node_network_net_dev_group{device="veth62d6015"} 0 node_network_net_dev_group{device="veth6342147"} 0 node_network_net_dev_group{device="veth641378e"} 0 node_network_net_dev_group{device="veth65146ab"} 0 node_network_net_dev_group{device="veth655b11d"} 0 node_network_net_dev_group{device="veth65babe1"} 0 node_network_net_dev_group{device="veth65d2a80"} 0 node_network_net_dev_group{device="veth65db943"} 0 node_network_net_dev_group{device="veth66cc090"} 0 node_network_net_dev_group{device="veth67dbd0d"} 0 node_network_net_dev_group{device="veth69a3613"} 0 node_network_net_dev_group{device="veth6b0e885"} 0 node_network_net_dev_group{device="veth6b266e4"} 0 node_network_net_dev_group{device="veth6c4119f"} 0 node_network_net_dev_group{device="veth6fd5d39"} 0 node_network_net_dev_group{device="veth71b4a6c"} 0 node_network_net_dev_group{device="veth73df7ad"} 0 node_network_net_dev_group{device="veth741af44"} 0 node_network_net_dev_group{device="veth75c6988"} 0 node_network_net_dev_group{device="veth760b301"} 0 node_network_net_dev_group{device="veth795ab14"} 0 node_network_net_dev_group{device="veth79607a4"} 0 node_network_net_dev_group{device="veth7a24fe0"} 0 node_network_net_dev_group{device="veth7aa948b"} 0 node_network_net_dev_group{device="veth7ce28e7"} 0 node_network_net_dev_group{device="veth7e5d09f"} 0 node_network_net_dev_group{device="veth7f1d323"} 0 node_network_net_dev_group{device="veth7fdb307"} 0 node_network_net_dev_group{device="veth801e726"} 0 node_network_net_dev_group{device="veth81c8114"} 0 node_network_net_dev_group{device="veth8a3b2c9"} 0 node_network_net_dev_group{device="veth8b161d9"} 0 node_network_net_dev_group{device="veth8ca2353"} 0 node_network_net_dev_group{device="veth912a0be"} 0 node_network_net_dev_group{device="veth937e562"} 0 node_network_net_dev_group{device="veth93bd24e"} 0 node_network_net_dev_group{device="veth94c97ce"} 0 node_network_net_dev_group{device="veth95eed48"} 0 node_network_net_dev_group{device="veth966f65b"} 0 node_network_net_dev_group{device="veth97032e8"} 0 node_network_net_dev_group{device="veth994fce2"} 0 node_network_net_dev_group{device="veth9a242f8"} 0 node_network_net_dev_group{device="veth9a2a3df"} 0 node_network_net_dev_group{device="veth9bf5bf4"} 0 node_network_net_dev_group{device="veth9bfe150"} 0 node_network_net_dev_group{device="veth9d0a7db"} 0 node_network_net_dev_group{device="veth9d5cea0"} 0 node_network_net_dev_group{device="veth9de9e3b"} 0 node_network_net_dev_group{device="veth9ff0d43"} 0 node_network_net_dev_group{device="vetha2e68cf"} 0 node_network_net_dev_group{device="vetha32602a"} 0 node_network_net_dev_group{device="vetha5fedc7"} 0 node_network_net_dev_group{device="vetha70ff9b"} 0 node_network_net_dev_group{device="vetha7f6bcb"} 0 node_network_net_dev_group{device="vethad20cef"} 0 node_network_net_dev_group{device="vethad73145"} 0 node_network_net_dev_group{device="vethadf167f"} 0 node_network_net_dev_group{device="vethaf91487"} 0 node_network_net_dev_group{device="vethb14c290"} 0 node_network_net_dev_group{device="vethb4b00ef"} 0 node_network_net_dev_group{device="vethb5411e2"} 0 node_network_net_dev_group{device="vethb881de4"} 0 node_network_net_dev_group{device="vethbf67cc8"} 0 node_network_net_dev_group{device="vethc0b5fa0"} 0 node_network_net_dev_group{device="vethc1cba9f"} 0 node_network_net_dev_group{device="vethc2b4e54"} 0 node_network_net_dev_group{device="vethc525558"} 0 node_network_net_dev_group{device="vethc590dc3"} 0 node_network_net_dev_group{device="vethc67bd57"} 0 node_network_net_dev_group{device="vethc6d54e3"} 0 node_network_net_dev_group{device="vethc865b89"} 0 node_network_net_dev_group{device="vethc8de8ac"} 0 node_network_net_dev_group{device="vethca040f3"} 0 node_network_net_dev_group{device="vethcac2f4b"} 0 node_network_net_dev_group{device="vethcb1487d"} 0 node_network_net_dev_group{device="vethcebd614"} 0 node_network_net_dev_group{device="vethd29b564"} 0 node_network_net_dev_group{device="vethd3d695d"} 0 node_network_net_dev_group{device="vethd3e923a"} 0 node_network_net_dev_group{device="vethd55218d"} 0 node_network_net_dev_group{device="vethd9d85e4"} 0 node_network_net_dev_group{device="vethd9f4866"} 0 node_network_net_dev_group{device="vethda220a2"} 0 node_network_net_dev_group{device="vethdb047fd"} 0 node_network_net_dev_group{device="vethde98f51"} 0 node_network_net_dev_group{device="vethe007eb6"} 0 node_network_net_dev_group{device="vethe01f1d2"} 0 node_network_net_dev_group{device="vethe1690a8"} 0 node_network_net_dev_group{device="vethe4f61ee"} 0 node_network_net_dev_group{device="vethe702549"} 0 node_network_net_dev_group{device="vethe809b19"} 0 node_network_net_dev_group{device="vethe8fb0cc"} 0 node_network_net_dev_group{device="vethe97c65a"} 0 node_network_net_dev_group{device="vethefacdf0"} 0 node_network_net_dev_group{device="vethf0249c4"} 0 node_network_net_dev_group{device="vethf37430e"} 0 node_network_net_dev_group{device="vethf4b2ece"} 0 node_network_net_dev_group{device="vethf8b40e5"} 0 node_network_net_dev_group{device="vethf8dc3d2"} 0 node_network_net_dev_group{device="vethf8ef168"} 0 node_network_net_dev_group{device="vethf942e83"} 0 node_network_net_dev_group{device="vethf9805e1"} 0 node_network_net_dev_group{device="vethfd43fa0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-07801704449d"} 1 node_network_protocol_type{device="br-1948db901358"} 1 node_network_protocol_type{device="br-2332a0bd87fd"} 1 node_network_protocol_type{device="br-2b505dcffd8e"} 1 node_network_protocol_type{device="br-2d4b31a88c9e"} 1 node_network_protocol_type{device="br-30870adde61f"} 1 node_network_protocol_type{device="br-37e4df59c851"} 1 node_network_protocol_type{device="br-5167d1e0e994"} 1 node_network_protocol_type{device="br-51f5dff5ff82"} 1 node_network_protocol_type{device="br-5667f66e6543"} 1 node_network_protocol_type{device="br-6799ee439a31"} 1 node_network_protocol_type{device="br-7a187f0d06c1"} 1 node_network_protocol_type{device="br-7da36ea1f61b"} 1 node_network_protocol_type{device="br-8746baab8a36"} 1 node_network_protocol_type{device="br-87a238b248ab"} 1 node_network_protocol_type{device="br-b649d49ee828"} 1 node_network_protocol_type{device="br-b6a49dac90c3"} 1 node_network_protocol_type{device="br-c7016f0454d6"} 1 node_network_protocol_type{device="br-c7dfdf2c5c1b"} 1 node_network_protocol_type{device="br-c8f8c16aa8d8"} 1 node_network_protocol_type{device="br-d672e6235c3c"} 1 node_network_protocol_type{device="br-d8262704a4b7"} 1 node_network_protocol_type{device="br-df52337b5344"} 1 node_network_protocol_type{device="br-ea090cddd801"} 1 node_network_protocol_type{device="br-ec4df8bd70b0"} 1 node_network_protocol_type{device="br-f64ba478951b"} 1 node_network_protocol_type{device="br-f862cef470f8"} 1 node_network_protocol_type{device="br-fc04abb2c9de"} 1 node_network_protocol_type{device="br-ffd4d2b2c38a"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth01768c1"} 1 node_network_protocol_type{device="veth02509da"} 1 node_network_protocol_type{device="veth028b874"} 1 node_network_protocol_type{device="veth03ab3e8"} 1 node_network_protocol_type{device="veth0527b05"} 1 node_network_protocol_type{device="veth0ad6a5b"} 1 node_network_protocol_type{device="veth0afbe1c"} 1 node_network_protocol_type{device="veth0ce5eef"} 1 node_network_protocol_type{device="veth137b7e3"} 1 node_network_protocol_type{device="veth15bd568"} 1 node_network_protocol_type{device="veth172908a"} 1 node_network_protocol_type{device="veth173ff82"} 1 node_network_protocol_type{device="veth1831544"} 1 node_network_protocol_type{device="veth1952ee7"} 1 node_network_protocol_type{device="veth1aecb5d"} 1 node_network_protocol_type{device="veth1b20cb3"} 1 node_network_protocol_type{device="veth1b8a05a"} 1 node_network_protocol_type{device="veth1bfbbad"} 1 node_network_protocol_type{device="veth1c87b86"} 1 node_network_protocol_type{device="veth1de0cff"} 1 node_network_protocol_type{device="veth1f8e82d"} 1 node_network_protocol_type{device="veth1ff5c58"} 1 node_network_protocol_type{device="veth209a5b5"} 1 node_network_protocol_type{device="veth213b9a5"} 1 node_network_protocol_type{device="veth2275797"} 1 node_network_protocol_type{device="veth2475a08"} 1 node_network_protocol_type{device="veth27d56d2"} 1 node_network_protocol_type{device="veth2b82d00"} 1 node_network_protocol_type{device="veth2b97400"} 1 node_network_protocol_type{device="veth2ba4dae"} 1 node_network_protocol_type{device="veth2bb095e"} 1 node_network_protocol_type{device="veth2be792d"} 1 node_network_protocol_type{device="veth2be7fa2"} 1 node_network_protocol_type{device="veth2cea0d7"} 1 node_network_protocol_type{device="veth2da79bf"} 1 node_network_protocol_type{device="veth2e4b661"} 1 node_network_protocol_type{device="veth31d5fb9"} 1 node_network_protocol_type{device="veth34bd09e"} 1 node_network_protocol_type{device="veth3566c28"} 1 node_network_protocol_type{device="veth38d017c"} 1 node_network_protocol_type{device="veth3a2ce9f"} 1 node_network_protocol_type{device="veth3a362a5"} 1 node_network_protocol_type{device="veth3be20c9"} 1 node_network_protocol_type{device="veth3e3a866"} 1 node_network_protocol_type{device="veth3e3fb0e"} 1 node_network_protocol_type{device="veth3ef0b8d"} 1 node_network_protocol_type{device="veth3f65ace"} 1 node_network_protocol_type{device="veth3ff9b97"} 1 node_network_protocol_type{device="veth400f03f"} 1 node_network_protocol_type{device="veth43d8272"} 1 node_network_protocol_type{device="veth4463c88"} 1 node_network_protocol_type{device="veth465b0ae"} 1 node_network_protocol_type{device="veth48580de"} 1 node_network_protocol_type{device="veth48844f7"} 1 node_network_protocol_type{device="veth491bf66"} 1 node_network_protocol_type{device="veth4c1f588"} 1 node_network_protocol_type{device="veth4de6f9e"} 1 node_network_protocol_type{device="veth4fc1293"} 1 node_network_protocol_type{device="veth51d3c8f"} 1 node_network_protocol_type{device="veth52b5bbd"} 1 node_network_protocol_type{device="veth575ee41"} 1 node_network_protocol_type{device="veth5760263"} 1 node_network_protocol_type{device="veth5859bb9"} 1 node_network_protocol_type{device="veth5b054b2"} 1 node_network_protocol_type{device="veth5c7fd44"} 1 node_network_protocol_type{device="veth62d6015"} 1 node_network_protocol_type{device="veth6342147"} 1 node_network_protocol_type{device="veth641378e"} 1 node_network_protocol_type{device="veth65146ab"} 1 node_network_protocol_type{device="veth655b11d"} 1 node_network_protocol_type{device="veth65babe1"} 1 node_network_protocol_type{device="veth65d2a80"} 1 node_network_protocol_type{device="veth65db943"} 1 node_network_protocol_type{device="veth66cc090"} 1 node_network_protocol_type{device="veth67dbd0d"} 1 node_network_protocol_type{device="veth69a3613"} 1 node_network_protocol_type{device="veth6b0e885"} 1 node_network_protocol_type{device="veth6b266e4"} 1 node_network_protocol_type{device="veth6c4119f"} 1 node_network_protocol_type{device="veth6fd5d39"} 1 node_network_protocol_type{device="veth71b4a6c"} 1 node_network_protocol_type{device="veth73df7ad"} 1 node_network_protocol_type{device="veth741af44"} 1 node_network_protocol_type{device="veth75c6988"} 1 node_network_protocol_type{device="veth760b301"} 1 node_network_protocol_type{device="veth795ab14"} 1 node_network_protocol_type{device="veth79607a4"} 1 node_network_protocol_type{device="veth7a24fe0"} 1 node_network_protocol_type{device="veth7aa948b"} 1 node_network_protocol_type{device="veth7ce28e7"} 1 node_network_protocol_type{device="veth7e5d09f"} 1 node_network_protocol_type{device="veth7f1d323"} 1 node_network_protocol_type{device="veth7fdb307"} 1 node_network_protocol_type{device="veth801e726"} 1 node_network_protocol_type{device="veth81c8114"} 1 node_network_protocol_type{device="veth8a3b2c9"} 1 node_network_protocol_type{device="veth8b161d9"} 1 node_network_protocol_type{device="veth8ca2353"} 1 node_network_protocol_type{device="veth912a0be"} 1 node_network_protocol_type{device="veth937e562"} 1 node_network_protocol_type{device="veth93bd24e"} 1 node_network_protocol_type{device="veth94c97ce"} 1 node_network_protocol_type{device="veth95eed48"} 1 node_network_protocol_type{device="veth966f65b"} 1 node_network_protocol_type{device="veth97032e8"} 1 node_network_protocol_type{device="veth994fce2"} 1 node_network_protocol_type{device="veth9a242f8"} 1 node_network_protocol_type{device="veth9a2a3df"} 1 node_network_protocol_type{device="veth9bf5bf4"} 1 node_network_protocol_type{device="veth9bfe150"} 1 node_network_protocol_type{device="veth9d0a7db"} 1 node_network_protocol_type{device="veth9d5cea0"} 1 node_network_protocol_type{device="veth9de9e3b"} 1 node_network_protocol_type{device="veth9ff0d43"} 1 node_network_protocol_type{device="vetha2e68cf"} 1 node_network_protocol_type{device="vetha32602a"} 1 node_network_protocol_type{device="vetha5fedc7"} 1 node_network_protocol_type{device="vetha70ff9b"} 1 node_network_protocol_type{device="vetha7f6bcb"} 1 node_network_protocol_type{device="vethad20cef"} 1 node_network_protocol_type{device="vethad73145"} 1 node_network_protocol_type{device="vethadf167f"} 1 node_network_protocol_type{device="vethaf91487"} 1 node_network_protocol_type{device="vethb14c290"} 1 node_network_protocol_type{device="vethb4b00ef"} 1 node_network_protocol_type{device="vethb5411e2"} 1 node_network_protocol_type{device="vethb881de4"} 1 node_network_protocol_type{device="vethbf67cc8"} 1 node_network_protocol_type{device="vethc0b5fa0"} 1 node_network_protocol_type{device="vethc1cba9f"} 1 node_network_protocol_type{device="vethc2b4e54"} 1 node_network_protocol_type{device="vethc525558"} 1 node_network_protocol_type{device="vethc590dc3"} 1 node_network_protocol_type{device="vethc67bd57"} 1 node_network_protocol_type{device="vethc6d54e3"} 1 node_network_protocol_type{device="vethc865b89"} 1 node_network_protocol_type{device="vethc8de8ac"} 1 node_network_protocol_type{device="vethca040f3"} 1 node_network_protocol_type{device="vethcac2f4b"} 1 node_network_protocol_type{device="vethcb1487d"} 1 node_network_protocol_type{device="vethcebd614"} 1 node_network_protocol_type{device="vethd29b564"} 1 node_network_protocol_type{device="vethd3d695d"} 1 node_network_protocol_type{device="vethd3e923a"} 1 node_network_protocol_type{device="vethd55218d"} 1 node_network_protocol_type{device="vethd9d85e4"} 1 node_network_protocol_type{device="vethd9f4866"} 1 node_network_protocol_type{device="vethda220a2"} 1 node_network_protocol_type{device="vethdb047fd"} 1 node_network_protocol_type{device="vethde98f51"} 1 node_network_protocol_type{device="vethe007eb6"} 1 node_network_protocol_type{device="vethe01f1d2"} 1 node_network_protocol_type{device="vethe1690a8"} 1 node_network_protocol_type{device="vethe4f61ee"} 1 node_network_protocol_type{device="vethe702549"} 1 node_network_protocol_type{device="vethe809b19"} 1 node_network_protocol_type{device="vethe8fb0cc"} 1 node_network_protocol_type{device="vethe97c65a"} 1 node_network_protocol_type{device="vethefacdf0"} 1 node_network_protocol_type{device="vethf0249c4"} 1 node_network_protocol_type{device="vethf37430e"} 1 node_network_protocol_type{device="vethf4b2ece"} 1 node_network_protocol_type{device="vethf8b40e5"} 1 node_network_protocol_type{device="vethf8dc3d2"} 1 node_network_protocol_type{device="vethf8ef168"} 1 node_network_protocol_type{device="vethf942e83"} 1 node_network_protocol_type{device="vethf9805e1"} 1 node_network_protocol_type{device="vethfd43fa0"} 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"} 20228 node_network_receive_bytes_total{device="eth1"} 966334 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="eth1"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="eth1"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="eth1"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="eth1"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="eth1"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="eth1"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="eth1"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 460 node_network_receive_packets_total{device="eth1"} 9534 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-07801704449d"} 1.25e+09 node_network_speed_bytes{device="br-1948db901358"} 1.25e+09 node_network_speed_bytes{device="br-2332a0bd87fd"} 1.25e+09 node_network_speed_bytes{device="br-2b505dcffd8e"} 1.25e+09 node_network_speed_bytes{device="br-2d4b31a88c9e"} 1.25e+09 node_network_speed_bytes{device="br-30870adde61f"} 1.25e+09 node_network_speed_bytes{device="br-37e4df59c851"} -125000 node_network_speed_bytes{device="br-5167d1e0e994"} 1.25e+09 node_network_speed_bytes{device="br-51f5dff5ff82"} 1.25e+09 node_network_speed_bytes{device="br-5667f66e6543"} 1.25e+09 node_network_speed_bytes{device="br-6799ee439a31"} 1.25e+09 node_network_speed_bytes{device="br-7a187f0d06c1"} 1.25e+09 node_network_speed_bytes{device="br-7da36ea1f61b"} 1.25e+09 node_network_speed_bytes{device="br-8746baab8a36"} 1.25e+09 node_network_speed_bytes{device="br-87a238b248ab"} 1.25e+09 node_network_speed_bytes{device="br-b649d49ee828"} 1.25e+09 node_network_speed_bytes{device="br-b6a49dac90c3"} 1.25e+09 node_network_speed_bytes{device="br-c7016f0454d6"} -125000 node_network_speed_bytes{device="br-c7dfdf2c5c1b"} -125000 node_network_speed_bytes{device="br-c8f8c16aa8d8"} 1.25e+09 node_network_speed_bytes{device="br-d672e6235c3c"} 1.25e+09 node_network_speed_bytes{device="br-d8262704a4b7"} 1.25e+09 node_network_speed_bytes{device="br-df52337b5344"} 1.25e+09 node_network_speed_bytes{device="br-ec4df8bd70b0"} 1.25e+09 node_network_speed_bytes{device="br-f64ba478951b"} 1.25e+09 node_network_speed_bytes{device="br-f862cef470f8"} 1.25e+09 node_network_speed_bytes{device="br-fc04abb2c9de"} 1.25e+09 node_network_speed_bytes{device="br-ffd4d2b2c38a"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth01768c1"} 1.25e+09 node_network_speed_bytes{device="veth02509da"} 1.25e+09 node_network_speed_bytes{device="veth028b874"} 1.25e+09 node_network_speed_bytes{device="veth03ab3e8"} 1.25e+09 node_network_speed_bytes{device="veth0527b05"} 1.25e+09 node_network_speed_bytes{device="veth0ad6a5b"} 1.25e+09 node_network_speed_bytes{device="veth0afbe1c"} 1.25e+09 node_network_speed_bytes{device="veth0ce5eef"} 1.25e+09 node_network_speed_bytes{device="veth137b7e3"} 1.25e+09 node_network_speed_bytes{device="veth15bd568"} 1.25e+09 node_network_speed_bytes{device="veth172908a"} 1.25e+09 node_network_speed_bytes{device="veth173ff82"} 1.25e+09 node_network_speed_bytes{device="veth1831544"} 1.25e+09 node_network_speed_bytes{device="veth1952ee7"} 1.25e+09 node_network_speed_bytes{device="veth1aecb5d"} 1.25e+09 node_network_speed_bytes{device="veth1b20cb3"} 1.25e+09 node_network_speed_bytes{device="veth1b8a05a"} 1.25e+09 node_network_speed_bytes{device="veth1bfbbad"} 1.25e+09 node_network_speed_bytes{device="veth1c87b86"} 1.25e+09 node_network_speed_bytes{device="veth1de0cff"} 1.25e+09 node_network_speed_bytes{device="veth1f8e82d"} 1.25e+09 node_network_speed_bytes{device="veth1ff5c58"} 1.25e+09 node_network_speed_bytes{device="veth209a5b5"} 1.25e+09 node_network_speed_bytes{device="veth213b9a5"} 1.25e+09 node_network_speed_bytes{device="veth2275797"} 1.25e+09 node_network_speed_bytes{device="veth2475a08"} 1.25e+09 node_network_speed_bytes{device="veth27d56d2"} 1.25e+09 node_network_speed_bytes{device="veth2b82d00"} 1.25e+09 node_network_speed_bytes{device="veth2b97400"} 1.25e+09 node_network_speed_bytes{device="veth2ba4dae"} 1.25e+09 node_network_speed_bytes{device="veth2bb095e"} 1.25e+09 node_network_speed_bytes{device="veth2be792d"} 1.25e+09 node_network_speed_bytes{device="veth2be7fa2"} 1.25e+09 node_network_speed_bytes{device="veth2cea0d7"} 1.25e+09 node_network_speed_bytes{device="veth2da79bf"} 1.25e+09 node_network_speed_bytes{device="veth2e4b661"} 1.25e+09 node_network_speed_bytes{device="veth31d5fb9"} 1.25e+09 node_network_speed_bytes{device="veth34bd09e"} 1.25e+09 node_network_speed_bytes{device="veth3566c28"} 1.25e+09 node_network_speed_bytes{device="veth38d017c"} 1.25e+09 node_network_speed_bytes{device="veth3a2ce9f"} 1.25e+09 node_network_speed_bytes{device="veth3a362a5"} 1.25e+09 node_network_speed_bytes{device="veth3be20c9"} 1.25e+09 node_network_speed_bytes{device="veth3e3a866"} 1.25e+09 node_network_speed_bytes{device="veth3e3fb0e"} 1.25e+09 node_network_speed_bytes{device="veth3ef0b8d"} 1.25e+09 node_network_speed_bytes{device="veth3f65ace"} 1.25e+09 node_network_speed_bytes{device="veth3ff9b97"} 1.25e+09 node_network_speed_bytes{device="veth400f03f"} 1.25e+09 node_network_speed_bytes{device="veth43d8272"} 1.25e+09 node_network_speed_bytes{device="veth4463c88"} 1.25e+09 node_network_speed_bytes{device="veth465b0ae"} 1.25e+09 node_network_speed_bytes{device="veth48580de"} 1.25e+09 node_network_speed_bytes{device="veth48844f7"} 1.25e+09 node_network_speed_bytes{device="veth491bf66"} 1.25e+09 node_network_speed_bytes{device="veth4c1f588"} 1.25e+09 node_network_speed_bytes{device="veth4de6f9e"} 1.25e+09 node_network_speed_bytes{device="veth4fc1293"} 1.25e+09 node_network_speed_bytes{device="veth51d3c8f"} 1.25e+09 node_network_speed_bytes{device="veth52b5bbd"} 1.25e+09 node_network_speed_bytes{device="veth575ee41"} 1.25e+09 node_network_speed_bytes{device="veth5760263"} 1.25e+09 node_network_speed_bytes{device="veth5859bb9"} 1.25e+09 node_network_speed_bytes{device="veth5b054b2"} 1.25e+09 node_network_speed_bytes{device="veth5c7fd44"} 1.25e+09 node_network_speed_bytes{device="veth62d6015"} 1.25e+09 node_network_speed_bytes{device="veth6342147"} 1.25e+09 node_network_speed_bytes{device="veth641378e"} 1.25e+09 node_network_speed_bytes{device="veth65146ab"} 1.25e+09 node_network_speed_bytes{device="veth655b11d"} 1.25e+09 node_network_speed_bytes{device="veth65babe1"} 1.25e+09 node_network_speed_bytes{device="veth65d2a80"} 1.25e+09 node_network_speed_bytes{device="veth65db943"} 1.25e+09 node_network_speed_bytes{device="veth66cc090"} 1.25e+09 node_network_speed_bytes{device="veth67dbd0d"} 1.25e+09 node_network_speed_bytes{device="veth69a3613"} 1.25e+09 node_network_speed_bytes{device="veth6b0e885"} 1.25e+09 node_network_speed_bytes{device="veth6b266e4"} 1.25e+09 node_network_speed_bytes{device="veth6c4119f"} 1.25e+09 node_network_speed_bytes{device="veth6fd5d39"} 1.25e+09 node_network_speed_bytes{device="veth71b4a6c"} 1.25e+09 node_network_speed_bytes{device="veth73df7ad"} 1.25e+09 node_network_speed_bytes{device="veth741af44"} 1.25e+09 node_network_speed_bytes{device="veth75c6988"} 1.25e+09 node_network_speed_bytes{device="veth760b301"} 1.25e+09 node_network_speed_bytes{device="veth795ab14"} 1.25e+09 node_network_speed_bytes{device="veth79607a4"} 1.25e+09 node_network_speed_bytes{device="veth7a24fe0"} 1.25e+09 node_network_speed_bytes{device="veth7aa948b"} 1.25e+09 node_network_speed_bytes{device="veth7ce28e7"} 1.25e+09 node_network_speed_bytes{device="veth7e5d09f"} 1.25e+09 node_network_speed_bytes{device="veth7f1d323"} 1.25e+09 node_network_speed_bytes{device="veth7fdb307"} 1.25e+09 node_network_speed_bytes{device="veth801e726"} 1.25e+09 node_network_speed_bytes{device="veth81c8114"} 1.25e+09 node_network_speed_bytes{device="veth8a3b2c9"} 1.25e+09 node_network_speed_bytes{device="veth8b161d9"} 1.25e+09 node_network_speed_bytes{device="veth8ca2353"} 1.25e+09 node_network_speed_bytes{device="veth912a0be"} 1.25e+09 node_network_speed_bytes{device="veth937e562"} 1.25e+09 node_network_speed_bytes{device="veth93bd24e"} 1.25e+09 node_network_speed_bytes{device="veth94c97ce"} 1.25e+09 node_network_speed_bytes{device="veth95eed48"} 1.25e+09 node_network_speed_bytes{device="veth966f65b"} 1.25e+09 node_network_speed_bytes{device="veth97032e8"} 1.25e+09 node_network_speed_bytes{device="veth994fce2"} 1.25e+09 node_network_speed_bytes{device="veth9a242f8"} 1.25e+09 node_network_speed_bytes{device="veth9a2a3df"} 1.25e+09 node_network_speed_bytes{device="veth9bf5bf4"} 1.25e+09 node_network_speed_bytes{device="veth9bfe150"} 1.25e+09 node_network_speed_bytes{device="veth9d0a7db"} 1.25e+09 node_network_speed_bytes{device="veth9d5cea0"} 1.25e+09 node_network_speed_bytes{device="veth9de9e3b"} 1.25e+09 node_network_speed_bytes{device="veth9ff0d43"} 1.25e+09 node_network_speed_bytes{device="vetha2e68cf"} 1.25e+09 node_network_speed_bytes{device="vetha32602a"} 1.25e+09 node_network_speed_bytes{device="vetha5fedc7"} 1.25e+09 node_network_speed_bytes{device="vetha70ff9b"} 1.25e+09 node_network_speed_bytes{device="vetha7f6bcb"} 1.25e+09 node_network_speed_bytes{device="vethad20cef"} 1.25e+09 node_network_speed_bytes{device="vethad73145"} 1.25e+09 node_network_speed_bytes{device="vethadf167f"} 1.25e+09 node_network_speed_bytes{device="vethaf91487"} 1.25e+09 node_network_speed_bytes{device="vethb14c290"} 1.25e+09 node_network_speed_bytes{device="vethb4b00ef"} 1.25e+09 node_network_speed_bytes{device="vethb5411e2"} 1.25e+09 node_network_speed_bytes{device="vethb881de4"} 1.25e+09 node_network_speed_bytes{device="vethbf67cc8"} 1.25e+09 node_network_speed_bytes{device="vethc0b5fa0"} 1.25e+09 node_network_speed_bytes{device="vethc1cba9f"} 1.25e+09 node_network_speed_bytes{device="vethc2b4e54"} 1.25e+09 node_network_speed_bytes{device="vethc525558"} 1.25e+09 node_network_speed_bytes{device="vethc590dc3"} 1.25e+09 node_network_speed_bytes{device="vethc67bd57"} 1.25e+09 node_network_speed_bytes{device="vethc6d54e3"} 1.25e+09 node_network_speed_bytes{device="vethc865b89"} 1.25e+09 node_network_speed_bytes{device="vethc8de8ac"} 1.25e+09 node_network_speed_bytes{device="vethca040f3"} 1.25e+09 node_network_speed_bytes{device="vethcac2f4b"} 1.25e+09 node_network_speed_bytes{device="vethcb1487d"} 1.25e+09 node_network_speed_bytes{device="vethcebd614"} 1.25e+09 node_network_speed_bytes{device="vethd29b564"} 1.25e+09 node_network_speed_bytes{device="vethd3d695d"} 1.25e+09 node_network_speed_bytes{device="vethd3e923a"} 1.25e+09 node_network_speed_bytes{device="vethd55218d"} 1.25e+09 node_network_speed_bytes{device="vethd9d85e4"} 1.25e+09 node_network_speed_bytes{device="vethd9f4866"} 1.25e+09 node_network_speed_bytes{device="vethda220a2"} 1.25e+09 node_network_speed_bytes{device="vethdb047fd"} 1.25e+09 node_network_speed_bytes{device="vethde98f51"} 1.25e+09 node_network_speed_bytes{device="vethe007eb6"} 1.25e+09 node_network_speed_bytes{device="vethe01f1d2"} 1.25e+09 node_network_speed_bytes{device="vethe1690a8"} 1.25e+09 node_network_speed_bytes{device="vethe4f61ee"} 1.25e+09 node_network_speed_bytes{device="vethe702549"} 1.25e+09 node_network_speed_bytes{device="vethe809b19"} 1.25e+09 node_network_speed_bytes{device="vethe8fb0cc"} 1.25e+09 node_network_speed_bytes{device="vethe97c65a"} 1.25e+09 node_network_speed_bytes{device="vethefacdf0"} 1.25e+09 node_network_speed_bytes{device="vethf0249c4"} 1.25e+09 node_network_speed_bytes{device="vethf37430e"} 1.25e+09 node_network_speed_bytes{device="vethf4b2ece"} 1.25e+09 node_network_speed_bytes{device="vethf8b40e5"} 1.25e+09 node_network_speed_bytes{device="vethf8dc3d2"} 1.25e+09 node_network_speed_bytes{device="vethf8ef168"} 1.25e+09 node_network_speed_bytes{device="vethf942e83"} 1.25e+09 node_network_speed_bytes{device="vethf9805e1"} 1.25e+09 node_network_speed_bytes{device="vethfd43fa0"} 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"} 126 node_network_transmit_bytes_total{device="eth1"} 2.8119127e+07 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="eth1"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="eth1"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="eth1"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="eth1"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="eth1"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="eth1"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 3 node_network_transmit_packets_total{device="eth1"} 8602 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-07801704449d"} 0 node_network_transmit_queue_length{device="br-1948db901358"} 0 node_network_transmit_queue_length{device="br-2332a0bd87fd"} 0 node_network_transmit_queue_length{device="br-2b505dcffd8e"} 0 node_network_transmit_queue_length{device="br-2d4b31a88c9e"} 0 node_network_transmit_queue_length{device="br-30870adde61f"} 0 node_network_transmit_queue_length{device="br-37e4df59c851"} 0 node_network_transmit_queue_length{device="br-5167d1e0e994"} 0 node_network_transmit_queue_length{device="br-51f5dff5ff82"} 0 node_network_transmit_queue_length{device="br-5667f66e6543"} 0 node_network_transmit_queue_length{device="br-6799ee439a31"} 0 node_network_transmit_queue_length{device="br-7a187f0d06c1"} 0 node_network_transmit_queue_length{device="br-7da36ea1f61b"} 0 node_network_transmit_queue_length{device="br-8746baab8a36"} 0 node_network_transmit_queue_length{device="br-87a238b248ab"} 0 node_network_transmit_queue_length{device="br-b649d49ee828"} 0 node_network_transmit_queue_length{device="br-b6a49dac90c3"} 0 node_network_transmit_queue_length{device="br-c7016f0454d6"} 0 node_network_transmit_queue_length{device="br-c7dfdf2c5c1b"} 0 node_network_transmit_queue_length{device="br-c8f8c16aa8d8"} 0 node_network_transmit_queue_length{device="br-d672e6235c3c"} 0 node_network_transmit_queue_length{device="br-d8262704a4b7"} 0 node_network_transmit_queue_length{device="br-df52337b5344"} 0 node_network_transmit_queue_length{device="br-ea090cddd801"} 0 node_network_transmit_queue_length{device="br-ec4df8bd70b0"} 0 node_network_transmit_queue_length{device="br-f64ba478951b"} 0 node_network_transmit_queue_length{device="br-f862cef470f8"} 0 node_network_transmit_queue_length{device="br-fc04abb2c9de"} 0 node_network_transmit_queue_length{device="br-ffd4d2b2c38a"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth01768c1"} 0 node_network_transmit_queue_length{device="veth02509da"} 0 node_network_transmit_queue_length{device="veth028b874"} 0 node_network_transmit_queue_length{device="veth03ab3e8"} 0 node_network_transmit_queue_length{device="veth0527b05"} 0 node_network_transmit_queue_length{device="veth0ad6a5b"} 0 node_network_transmit_queue_length{device="veth0afbe1c"} 0 node_network_transmit_queue_length{device="veth0ce5eef"} 0 node_network_transmit_queue_length{device="veth137b7e3"} 0 node_network_transmit_queue_length{device="veth15bd568"} 0 node_network_transmit_queue_length{device="veth172908a"} 0 node_network_transmit_queue_length{device="veth173ff82"} 0 node_network_transmit_queue_length{device="veth1831544"} 0 node_network_transmit_queue_length{device="veth1952ee7"} 0 node_network_transmit_queue_length{device="veth1aecb5d"} 0 node_network_transmit_queue_length{device="veth1b20cb3"} 0 node_network_transmit_queue_length{device="veth1b8a05a"} 0 node_network_transmit_queue_length{device="veth1bfbbad"} 0 node_network_transmit_queue_length{device="veth1c87b86"} 0 node_network_transmit_queue_length{device="veth1de0cff"} 0 node_network_transmit_queue_length{device="veth1f8e82d"} 0 node_network_transmit_queue_length{device="veth1ff5c58"} 0 node_network_transmit_queue_length{device="veth209a5b5"} 0 node_network_transmit_queue_length{device="veth213b9a5"} 0 node_network_transmit_queue_length{device="veth2275797"} 0 node_network_transmit_queue_length{device="veth2475a08"} 0 node_network_transmit_queue_length{device="veth27d56d2"} 0 node_network_transmit_queue_length{device="veth2b82d00"} 0 node_network_transmit_queue_length{device="veth2b97400"} 0 node_network_transmit_queue_length{device="veth2ba4dae"} 0 node_network_transmit_queue_length{device="veth2bb095e"} 0 node_network_transmit_queue_length{device="veth2be792d"} 0 node_network_transmit_queue_length{device="veth2be7fa2"} 0 node_network_transmit_queue_length{device="veth2cea0d7"} 0 node_network_transmit_queue_length{device="veth2da79bf"} 0 node_network_transmit_queue_length{device="veth2e4b661"} 0 node_network_transmit_queue_length{device="veth31d5fb9"} 0 node_network_transmit_queue_length{device="veth34bd09e"} 0 node_network_transmit_queue_length{device="veth3566c28"} 0 node_network_transmit_queue_length{device="veth38d017c"} 0 node_network_transmit_queue_length{device="veth3a2ce9f"} 0 node_network_transmit_queue_length{device="veth3a362a5"} 0 node_network_transmit_queue_length{device="veth3be20c9"} 0 node_network_transmit_queue_length{device="veth3e3a866"} 0 node_network_transmit_queue_length{device="veth3e3fb0e"} 0 node_network_transmit_queue_length{device="veth3ef0b8d"} 0 node_network_transmit_queue_length{device="veth3f65ace"} 0 node_network_transmit_queue_length{device="veth3ff9b97"} 0 node_network_transmit_queue_length{device="veth400f03f"} 0 node_network_transmit_queue_length{device="veth43d8272"} 0 node_network_transmit_queue_length{device="veth4463c88"} 0 node_network_transmit_queue_length{device="veth465b0ae"} 0 node_network_transmit_queue_length{device="veth48580de"} 0 node_network_transmit_queue_length{device="veth48844f7"} 0 node_network_transmit_queue_length{device="veth491bf66"} 0 node_network_transmit_queue_length{device="veth4c1f588"} 0 node_network_transmit_queue_length{device="veth4de6f9e"} 0 node_network_transmit_queue_length{device="veth4fc1293"} 0 node_network_transmit_queue_length{device="veth51d3c8f"} 0 node_network_transmit_queue_length{device="veth52b5bbd"} 0 node_network_transmit_queue_length{device="veth575ee41"} 0 node_network_transmit_queue_length{device="veth5760263"} 0 node_network_transmit_queue_length{device="veth5859bb9"} 0 node_network_transmit_queue_length{device="veth5b054b2"} 0 node_network_transmit_queue_length{device="veth5c7fd44"} 0 node_network_transmit_queue_length{device="veth62d6015"} 0 node_network_transmit_queue_length{device="veth6342147"} 0 node_network_transmit_queue_length{device="veth641378e"} 0 node_network_transmit_queue_length{device="veth65146ab"} 0 node_network_transmit_queue_length{device="veth655b11d"} 0 node_network_transmit_queue_length{device="veth65babe1"} 0 node_network_transmit_queue_length{device="veth65d2a80"} 0 node_network_transmit_queue_length{device="veth65db943"} 0 node_network_transmit_queue_length{device="veth66cc090"} 0 node_network_transmit_queue_length{device="veth67dbd0d"} 0 node_network_transmit_queue_length{device="veth69a3613"} 0 node_network_transmit_queue_length{device="veth6b0e885"} 0 node_network_transmit_queue_length{device="veth6b266e4"} 0 node_network_transmit_queue_length{device="veth6c4119f"} 0 node_network_transmit_queue_length{device="veth6fd5d39"} 0 node_network_transmit_queue_length{device="veth71b4a6c"} 0 node_network_transmit_queue_length{device="veth73df7ad"} 0 node_network_transmit_queue_length{device="veth741af44"} 0 node_network_transmit_queue_length{device="veth75c6988"} 0 node_network_transmit_queue_length{device="veth760b301"} 0 node_network_transmit_queue_length{device="veth795ab14"} 0 node_network_transmit_queue_length{device="veth79607a4"} 0 node_network_transmit_queue_length{device="veth7a24fe0"} 0 node_network_transmit_queue_length{device="veth7aa948b"} 0 node_network_transmit_queue_length{device="veth7ce28e7"} 0 node_network_transmit_queue_length{device="veth7e5d09f"} 0 node_network_transmit_queue_length{device="veth7f1d323"} 0 node_network_transmit_queue_length{device="veth7fdb307"} 0 node_network_transmit_queue_length{device="veth801e726"} 0 node_network_transmit_queue_length{device="veth81c8114"} 0 node_network_transmit_queue_length{device="veth8a3b2c9"} 0 node_network_transmit_queue_length{device="veth8b161d9"} 0 node_network_transmit_queue_length{device="veth8ca2353"} 0 node_network_transmit_queue_length{device="veth912a0be"} 0 node_network_transmit_queue_length{device="veth937e562"} 0 node_network_transmit_queue_length{device="veth93bd24e"} 0 node_network_transmit_queue_length{device="veth94c97ce"} 0 node_network_transmit_queue_length{device="veth95eed48"} 0 node_network_transmit_queue_length{device="veth966f65b"} 0 node_network_transmit_queue_length{device="veth97032e8"} 0 node_network_transmit_queue_length{device="veth994fce2"} 0 node_network_transmit_queue_length{device="veth9a242f8"} 0 node_network_transmit_queue_length{device="veth9a2a3df"} 0 node_network_transmit_queue_length{device="veth9bf5bf4"} 0 node_network_transmit_queue_length{device="veth9bfe150"} 0 node_network_transmit_queue_length{device="veth9d0a7db"} 0 node_network_transmit_queue_length{device="veth9d5cea0"} 0 node_network_transmit_queue_length{device="veth9de9e3b"} 0 node_network_transmit_queue_length{device="veth9ff0d43"} 0 node_network_transmit_queue_length{device="vetha2e68cf"} 0 node_network_transmit_queue_length{device="vetha32602a"} 0 node_network_transmit_queue_length{device="vetha5fedc7"} 0 node_network_transmit_queue_length{device="vetha70ff9b"} 0 node_network_transmit_queue_length{device="vetha7f6bcb"} 0 node_network_transmit_queue_length{device="vethad20cef"} 0 node_network_transmit_queue_length{device="vethad73145"} 0 node_network_transmit_queue_length{device="vethadf167f"} 0 node_network_transmit_queue_length{device="vethaf91487"} 0 node_network_transmit_queue_length{device="vethb14c290"} 0 node_network_transmit_queue_length{device="vethb4b00ef"} 0 node_network_transmit_queue_length{device="vethb5411e2"} 0 node_network_transmit_queue_length{device="vethb881de4"} 0 node_network_transmit_queue_length{device="vethbf67cc8"} 0 node_network_transmit_queue_length{device="vethc0b5fa0"} 0 node_network_transmit_queue_length{device="vethc1cba9f"} 0 node_network_transmit_queue_length{device="vethc2b4e54"} 0 node_network_transmit_queue_length{device="vethc525558"} 0 node_network_transmit_queue_length{device="vethc590dc3"} 0 node_network_transmit_queue_length{device="vethc67bd57"} 0 node_network_transmit_queue_length{device="vethc6d54e3"} 0 node_network_transmit_queue_length{device="vethc865b89"} 0 node_network_transmit_queue_length{device="vethc8de8ac"} 0 node_network_transmit_queue_length{device="vethca040f3"} 0 node_network_transmit_queue_length{device="vethcac2f4b"} 0 node_network_transmit_queue_length{device="vethcb1487d"} 0 node_network_transmit_queue_length{device="vethcebd614"} 0 node_network_transmit_queue_length{device="vethd29b564"} 0 node_network_transmit_queue_length{device="vethd3d695d"} 0 node_network_transmit_queue_length{device="vethd3e923a"} 0 node_network_transmit_queue_length{device="vethd55218d"} 0 node_network_transmit_queue_length{device="vethd9d85e4"} 0 node_network_transmit_queue_length{device="vethd9f4866"} 0 node_network_transmit_queue_length{device="vethda220a2"} 0 node_network_transmit_queue_length{device="vethdb047fd"} 0 node_network_transmit_queue_length{device="vethde98f51"} 0 node_network_transmit_queue_length{device="vethe007eb6"} 0 node_network_transmit_queue_length{device="vethe01f1d2"} 0 node_network_transmit_queue_length{device="vethe1690a8"} 0 node_network_transmit_queue_length{device="vethe4f61ee"} 0 node_network_transmit_queue_length{device="vethe702549"} 0 node_network_transmit_queue_length{device="vethe809b19"} 0 node_network_transmit_queue_length{device="vethe8fb0cc"} 0 node_network_transmit_queue_length{device="vethe97c65a"} 0 node_network_transmit_queue_length{device="vethefacdf0"} 0 node_network_transmit_queue_length{device="vethf0249c4"} 0 node_network_transmit_queue_length{device="vethf37430e"} 0 node_network_transmit_queue_length{device="vethf4b2ece"} 0 node_network_transmit_queue_length{device="vethf8b40e5"} 0 node_network_transmit_queue_length{device="vethf8dc3d2"} 0 node_network_transmit_queue_length{device="vethf8ef168"} 0 node_network_transmit_queue_length{device="vethf942e83"} 0 node_network_transmit_queue_length{device="vethf9805e1"} 0 node_network_transmit_queue_length{device="vethfd43fa0"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-07801704449d"} 1 node_network_up{device="br-1948db901358"} 1 node_network_up{device="br-2332a0bd87fd"} 1 node_network_up{device="br-2b505dcffd8e"} 1 node_network_up{device="br-2d4b31a88c9e"} 1 node_network_up{device="br-30870adde61f"} 1 node_network_up{device="br-37e4df59c851"} 0 node_network_up{device="br-5167d1e0e994"} 1 node_network_up{device="br-51f5dff5ff82"} 1 node_network_up{device="br-5667f66e6543"} 1 node_network_up{device="br-6799ee439a31"} 1 node_network_up{device="br-7a187f0d06c1"} 1 node_network_up{device="br-7da36ea1f61b"} 1 node_network_up{device="br-8746baab8a36"} 1 node_network_up{device="br-87a238b248ab"} 1 node_network_up{device="br-b649d49ee828"} 1 node_network_up{device="br-b6a49dac90c3"} 1 node_network_up{device="br-c7016f0454d6"} 0 node_network_up{device="br-c7dfdf2c5c1b"} 0 node_network_up{device="br-c8f8c16aa8d8"} 1 node_network_up{device="br-d672e6235c3c"} 1 node_network_up{device="br-d8262704a4b7"} 1 node_network_up{device="br-df52337b5344"} 1 node_network_up{device="br-ea090cddd801"} 0 node_network_up{device="br-ec4df8bd70b0"} 1 node_network_up{device="br-f64ba478951b"} 1 node_network_up{device="br-f862cef470f8"} 1 node_network_up{device="br-fc04abb2c9de"} 1 node_network_up{device="br-ffd4d2b2c38a"} 1 node_network_up{device="docker0"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth01768c1"} 1 node_network_up{device="veth02509da"} 1 node_network_up{device="veth028b874"} 1 node_network_up{device="veth03ab3e8"} 1 node_network_up{device="veth0527b05"} 1 node_network_up{device="veth0ad6a5b"} 1 node_network_up{device="veth0afbe1c"} 1 node_network_up{device="veth0ce5eef"} 1 node_network_up{device="veth137b7e3"} 1 node_network_up{device="veth15bd568"} 1 node_network_up{device="veth172908a"} 1 node_network_up{device="veth173ff82"} 1 node_network_up{device="veth1831544"} 1 node_network_up{device="veth1952ee7"} 1 node_network_up{device="veth1aecb5d"} 1 node_network_up{device="veth1b20cb3"} 1 node_network_up{device="veth1b8a05a"} 1 node_network_up{device="veth1bfbbad"} 1 node_network_up{device="veth1c87b86"} 1 node_network_up{device="veth1de0cff"} 1 node_network_up{device="veth1f8e82d"} 1 node_network_up{device="veth1ff5c58"} 1 node_network_up{device="veth209a5b5"} 1 node_network_up{device="veth213b9a5"} 1 node_network_up{device="veth2275797"} 1 node_network_up{device="veth2475a08"} 1 node_network_up{device="veth27d56d2"} 1 node_network_up{device="veth2b82d00"} 1 node_network_up{device="veth2b97400"} 1 node_network_up{device="veth2ba4dae"} 1 node_network_up{device="veth2bb095e"} 1 node_network_up{device="veth2be792d"} 1 node_network_up{device="veth2be7fa2"} 1 node_network_up{device="veth2cea0d7"} 1 node_network_up{device="veth2da79bf"} 1 node_network_up{device="veth2e4b661"} 1 node_network_up{device="veth31d5fb9"} 1 node_network_up{device="veth34bd09e"} 1 node_network_up{device="veth3566c28"} 1 node_network_up{device="veth38d017c"} 1 node_network_up{device="veth3a2ce9f"} 1 node_network_up{device="veth3a362a5"} 1 node_network_up{device="veth3be20c9"} 1 node_network_up{device="veth3e3a866"} 1 node_network_up{device="veth3e3fb0e"} 1 node_network_up{device="veth3ef0b8d"} 1 node_network_up{device="veth3f65ace"} 1 node_network_up{device="veth3ff9b97"} 1 node_network_up{device="veth400f03f"} 1 node_network_up{device="veth43d8272"} 1 node_network_up{device="veth4463c88"} 1 node_network_up{device="veth465b0ae"} 1 node_network_up{device="veth48580de"} 1 node_network_up{device="veth48844f7"} 1 node_network_up{device="veth491bf66"} 1 node_network_up{device="veth4c1f588"} 1 node_network_up{device="veth4de6f9e"} 1 node_network_up{device="veth4fc1293"} 1 node_network_up{device="veth51d3c8f"} 1 node_network_up{device="veth52b5bbd"} 1 node_network_up{device="veth575ee41"} 1 node_network_up{device="veth5760263"} 1 node_network_up{device="veth5859bb9"} 1 node_network_up{device="veth5b054b2"} 1 node_network_up{device="veth5c7fd44"} 1 node_network_up{device="veth62d6015"} 1 node_network_up{device="veth6342147"} 1 node_network_up{device="veth641378e"} 1 node_network_up{device="veth65146ab"} 1 node_network_up{device="veth655b11d"} 1 node_network_up{device="veth65babe1"} 1 node_network_up{device="veth65d2a80"} 1 node_network_up{device="veth65db943"} 1 node_network_up{device="veth66cc090"} 1 node_network_up{device="veth67dbd0d"} 1 node_network_up{device="veth69a3613"} 1 node_network_up{device="veth6b0e885"} 1 node_network_up{device="veth6b266e4"} 1 node_network_up{device="veth6c4119f"} 1 node_network_up{device="veth6fd5d39"} 1 node_network_up{device="veth71b4a6c"} 1 node_network_up{device="veth73df7ad"} 1 node_network_up{device="veth741af44"} 1 node_network_up{device="veth75c6988"} 1 node_network_up{device="veth760b301"} 1 node_network_up{device="veth795ab14"} 1 node_network_up{device="veth79607a4"} 1 node_network_up{device="veth7a24fe0"} 1 node_network_up{device="veth7aa948b"} 1 node_network_up{device="veth7ce28e7"} 1 node_network_up{device="veth7e5d09f"} 1 node_network_up{device="veth7f1d323"} 1 node_network_up{device="veth7fdb307"} 1 node_network_up{device="veth801e726"} 1 node_network_up{device="veth81c8114"} 1 node_network_up{device="veth8a3b2c9"} 1 node_network_up{device="veth8b161d9"} 1 node_network_up{device="veth8ca2353"} 1 node_network_up{device="veth912a0be"} 1 node_network_up{device="veth937e562"} 1 node_network_up{device="veth93bd24e"} 1 node_network_up{device="veth94c97ce"} 1 node_network_up{device="veth95eed48"} 1 node_network_up{device="veth966f65b"} 1 node_network_up{device="veth97032e8"} 1 node_network_up{device="veth994fce2"} 1 node_network_up{device="veth9a242f8"} 1 node_network_up{device="veth9a2a3df"} 1 node_network_up{device="veth9bf5bf4"} 1 node_network_up{device="veth9bfe150"} 1 node_network_up{device="veth9d0a7db"} 1 node_network_up{device="veth9d5cea0"} 1 node_network_up{device="veth9de9e3b"} 1 node_network_up{device="veth9ff0d43"} 1 node_network_up{device="vetha2e68cf"} 1 node_network_up{device="vetha32602a"} 1 node_network_up{device="vetha5fedc7"} 1 node_network_up{device="vetha70ff9b"} 1 node_network_up{device="vetha7f6bcb"} 1 node_network_up{device="vethad20cef"} 1 node_network_up{device="vethad73145"} 1 node_network_up{device="vethadf167f"} 1 node_network_up{device="vethaf91487"} 1 node_network_up{device="vethb14c290"} 1 node_network_up{device="vethb4b00ef"} 1 node_network_up{device="vethb5411e2"} 1 node_network_up{device="vethb881de4"} 1 node_network_up{device="vethbf67cc8"} 1 node_network_up{device="vethc0b5fa0"} 1 node_network_up{device="vethc1cba9f"} 1 node_network_up{device="vethc2b4e54"} 1 node_network_up{device="vethc525558"} 1 node_network_up{device="vethc590dc3"} 1 node_network_up{device="vethc67bd57"} 1 node_network_up{device="vethc6d54e3"} 1 node_network_up{device="vethc865b89"} 1 node_network_up{device="vethc8de8ac"} 1 node_network_up{device="vethca040f3"} 1 node_network_up{device="vethcac2f4b"} 1 node_network_up{device="vethcb1487d"} 1 node_network_up{device="vethcebd614"} 1 node_network_up{device="vethd29b564"} 1 node_network_up{device="vethd3d695d"} 1 node_network_up{device="vethd3e923a"} 1 node_network_up{device="vethd55218d"} 1 node_network_up{device="vethd9d85e4"} 1 node_network_up{device="vethd9f4866"} 1 node_network_up{device="vethda220a2"} 1 node_network_up{device="vethdb047fd"} 1 node_network_up{device="vethde98f51"} 1 node_network_up{device="vethe007eb6"} 1 node_network_up{device="vethe01f1d2"} 1 node_network_up{device="vethe1690a8"} 1 node_network_up{device="vethe4f61ee"} 1 node_network_up{device="vethe702549"} 1 node_network_up{device="vethe809b19"} 1 node_network_up{device="vethe8fb0cc"} 1 node_network_up{device="vethe97c65a"} 1 node_network_up{device="vethefacdf0"} 1 node_network_up{device="vethf0249c4"} 1 node_network_up{device="vethf37430e"} 1 node_network_up{device="vethf4b2ece"} 1 node_network_up{device="vethf8b40e5"} 1 node_network_up{device="vethf8dc3d2"} 1 node_network_up{device="vethf8ef168"} 1 node_network_up{device="vethf942e83"} 1 node_network_up{device="vethf9805e1"} 1 node_network_up{device="vethfd43fa0"} 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 3 # 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_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 149463.16550099998 # HELP node_pressure_io_stalled_seconds_total Total time in seconds no process could make progress due to IO congestion # TYPE node_pressure_io_stalled_seconds_total counter node_pressure_io_stalled_seconds_total 2813.8135660000003 # HELP node_pressure_io_waiting_seconds_total Total time in seconds that processes have waited due to IO congestion # TYPE node_pressure_io_waiting_seconds_total counter node_pressure_io_waiting_seconds_total 4135.863395 # HELP node_pressure_memory_stalled_seconds_total Total time in seconds no process could make progress due to memory congestion # TYPE node_pressure_memory_stalled_seconds_total counter node_pressure_memory_stalled_seconds_total 961.925919 # HELP node_pressure_memory_waiting_seconds_total Total time in seconds that processes have waited for memory # TYPE node_pressure_memory_waiting_seconds_total counter node_pressure_memory_waiting_seconds_total 1160.899575 # 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 2 # 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"} 954400.10361594 node_schedstat_running_seconds_total{cpu="1"} 952648.040547394 node_schedstat_running_seconds_total{cpu="2"} 953215.610694243 node_schedstat_running_seconds_total{cpu="3"} 953031.746421217 node_schedstat_running_seconds_total{cpu="4"} 953427.503173043 node_schedstat_running_seconds_total{cpu="5"} 954370.485672164 node_schedstat_running_seconds_total{cpu="6"} 954657.415626349 node_schedstat_running_seconds_total{cpu="7"} 955637.701699977 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.0973979696e+10 node_schedstat_timeslices_total{cpu="1"} 1.094014271e+10 node_schedstat_timeslices_total{cpu="2"} 1.0935921038e+10 node_schedstat_timeslices_total{cpu="3"} 1.0936559991e+10 node_schedstat_timeslices_total{cpu="4"} 1.0933269978e+10 node_schedstat_timeslices_total{cpu="5"} 1.0939759442e+10 node_schedstat_timeslices_total{cpu="6"} 1.0932567189e+10 node_schedstat_timeslices_total{cpu="7"} 1.0933743329e+10 # 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"} 223651.568629702 node_schedstat_waiting_seconds_total{cpu="1"} 224140.457752511 node_schedstat_waiting_seconds_total{cpu="2"} 215360.153190427 node_schedstat_waiting_seconds_total{cpu="3"} 211611.948101621 node_schedstat_waiting_seconds_total{cpu="4"} 214538.926663367 node_schedstat_waiting_seconds_total{cpu="5"} 198046.442140912 node_schedstat_waiting_seconds_total{cpu="6"} 220238.343427816 node_schedstat_waiting_seconds_total{cpu="7"} 228506.33733609 # 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.000205457 node_scrape_collector_duration_seconds{collector="bcache"} 1.295e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.1607e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.004758991 node_scrape_collector_duration_seconds{collector="conntrack"} 7.8107e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000602433 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000148473 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001002053 node_scrape_collector_duration_seconds{collector="dmi"} 9.124e-06 node_scrape_collector_duration_seconds{collector="edac"} 3.2729e-05 node_scrape_collector_duration_seconds{collector="entropy"} 8.0371e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.0366e-05 node_scrape_collector_duration_seconds{collector="filefd"} 2.7331e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.031562789 node_scrape_collector_duration_seconds{collector="hwmon"} 1.292e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.4782e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 1.2609e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 2.4116e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 7.8828e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000110916 node_scrape_collector_duration_seconds{collector="netclass"} 0.134376405 node_scrape_collector_duration_seconds{collector="netdev"} 0.000131528 node_scrape_collector_duration_seconds{collector="netstat"} 0.000416785 node_scrape_collector_duration_seconds{collector="nfs"} 1.957e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.0415e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.0636e-05 node_scrape_collector_duration_seconds{collector="os"} 4.4926e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 2.2814e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.00010664 node_scrape_collector_duration_seconds{collector="rapl"} 3.5763e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000171066 node_scrape_collector_duration_seconds{collector="selinux"} 1.783e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000157877 node_scrape_collector_duration_seconds{collector="softnet"} 7.0696e-05 node_scrape_collector_duration_seconds{collector="stat"} 9.1918e-05 node_scrape_collector_duration_seconds{collector="tapestats"} 1.0847e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.3165e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000530144 node_scrape_collector_duration_seconds{collector="time"} 0.000117516 node_scrape_collector_duration_seconds{collector="timex"} 1.9739e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000145729 node_scrape_collector_duration_seconds{collector="uname"} 3.0215e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000112848 node_scrape_collector_duration_seconds{collector="watchdog"} 2.0651e-05 node_scrape_collector_duration_seconds{collector="xfs"} 9.444e-06 node_scrape_collector_duration_seconds{collector="zfs"} 1.0525e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 1 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"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 749 # 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 187 # 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 765952 # 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 822 # 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 3.366912e+06 # 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="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 # 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="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 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 9539 node_softnet_dropped_total{cpu="1"} 8616 node_softnet_dropped_total{cpu="2"} 9351 node_softnet_dropped_total{cpu="3"} 5942 node_softnet_dropped_total{cpu="4"} 10155 node_softnet_dropped_total{cpu="5"} 11768 node_softnet_dropped_total{cpu="6"} 7281 node_softnet_dropped_total{cpu="7"} 11174 # 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="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 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 5.63185127e+08 node_softnet_processed_total{cpu="1"} 9.10704634e+08 node_softnet_processed_total{cpu="2"} 5.63618903e+08 node_softnet_processed_total{cpu="3"} 5.63910062e+08 node_softnet_processed_total{cpu="4"} 5.63283508e+08 node_softnet_processed_total{cpu="5"} 5.62346571e+08 node_softnet_processed_total{cpu="6"} 5.61436116e+08 node_softnet_processed_total{cpu="7"} 5.61437634e+08 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="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 # 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"} 5396 node_softnet_times_squeezed_total{cpu="1"} 14962 node_softnet_times_squeezed_total{cpu="2"} 7184 node_softnet_times_squeezed_total{cpu="3"} 5429 node_softnet_times_squeezed_total{cpu="4"} 5366 node_softnet_times_squeezed_total{cpu="5"} 5338 node_softnet_times_squeezed_total{cpu="6"} 5261 node_softnet_times_squeezed_total{cpu="7"} 5462 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="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.7700581052802432e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.9999986703796386 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.166 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -4.1858e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="337bab67aa26",release="6.8.0-87-generic",sysname="Linux",version="#88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 1 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 2.29513998502e+11 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 1.8194985e+07 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.570063333e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 1.0411763205e+10 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 3.430333e+06 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 9.958849e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 134.21 # 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 806118 # 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 2.7995731e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4305664e+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.77004577674e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273520128e+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"} 822 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0