# 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"} 4.7153e-05 go_gc_duration_seconds{quantile="0.25"} 8.6544e-05 go_gc_duration_seconds{quantile="0.5"} 0.00010472 go_gc_duration_seconds{quantile="0.75"} 0.000124132 go_gc_duration_seconds{quantile="1"} 0.000288833 go_gc_duration_seconds_sum 555.532572904 go_gc_duration_seconds_count 5.462524e+06 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.6"} 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 3.288168e+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 1.1510049635592e+13 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.257663e+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.60489169676e+11 # 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.300944e+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 3.288168e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.0412032e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 5.070848e+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 35941 # 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 8.019968e+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.548288e+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.7662643360842278e+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.60489205617e+11 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15600 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 86400 # 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 146880 # 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 6.41756e+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 936201 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.277952e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.277952e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.341812e+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 21 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.743098096e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.28405231287e+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"} 2.111105119e+07 node_cpu_seconds_total{cpu="0",mode="iowait"} 10339.38 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 493.12 node_cpu_seconds_total{cpu="0",mode="softirq"} 173911.82 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 626345.34 node_cpu_seconds_total{cpu="0",mode="user"} 1.13740504e+06 node_cpu_seconds_total{cpu="1",mode="idle"} 2.111571918e+07 node_cpu_seconds_total{cpu="1",mode="iowait"} 9613.8 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 458.73 node_cpu_seconds_total{cpu="1",mode="softirq"} 75372.05 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 636727.48 node_cpu_seconds_total{cpu="1",mode="user"} 1.14479509e+06 node_cpu_seconds_total{cpu="2",mode="idle"} 2.111087972e+07 node_cpu_seconds_total{cpu="2",mode="iowait"} 11101.86 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 387.54 node_cpu_seconds_total{cpu="2",mode="softirq"} 35471.25 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 638990.02 node_cpu_seconds_total{cpu="2",mode="user"} 1.14565221e+06 node_cpu_seconds_total{cpu="3",mode="idle"} 2.111456456e+07 node_cpu_seconds_total{cpu="3",mode="iowait"} 10009.35 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 368.18 node_cpu_seconds_total{cpu="3",mode="softirq"} 20847.01 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 636069.54 node_cpu_seconds_total{cpu="3",mode="user"} 1.1446685e+06 node_cpu_seconds_total{cpu="4",mode="idle"} 2.112566691e+07 node_cpu_seconds_total{cpu="4",mode="iowait"} 9165.21 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 376.63 node_cpu_seconds_total{cpu="4",mode="softirq"} 10960.05 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 636407.78 node_cpu_seconds_total{cpu="4",mode="user"} 1.14628612e+06 node_cpu_seconds_total{cpu="5",mode="idle"} 2.112831791e+07 node_cpu_seconds_total{cpu="5",mode="iowait"} 8618.12 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 379.95 node_cpu_seconds_total{cpu="5",mode="softirq"} 8829.58 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 636188.22 node_cpu_seconds_total{cpu="5",mode="user"} 1.14380114e+06 node_cpu_seconds_total{cpu="6",mode="idle"} 2.113074236e+07 node_cpu_seconds_total{cpu="6",mode="iowait"} 7882.82 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 336.61 node_cpu_seconds_total{cpu="6",mode="softirq"} 7125.63 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 634259.9 node_cpu_seconds_total{cpu="6",mode="user"} 1.14360628e+06 node_cpu_seconds_total{cpu="7",mode="idle"} 2.111341759e+07 node_cpu_seconds_total{cpu="7",mode="iowait"} 10557.29 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 595.78 node_cpu_seconds_total{cpu="7",mode="softirq"} 11308.44 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 630787.44 node_cpu_seconds_total{cpu="7",mode="user"} 1.14504913e+06 # 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"} 5752.703 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.0496336616e+10 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 1.7444366e+07 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 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"} 18449.13 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # 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"} 5.9510296e+07 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="",path="",revision="",rotational="0",serial="",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="",path="",revision="",rotational="1",serial="",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 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"} 196371.464 node_disk_io_time_seconds_total{device="sr0"} 0.012 # 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"} 1.034898577e+06 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.004 # 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"} 5.15317623296e+11 node_disk_read_bytes_total{device="sr0"} 0 # 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"} 16113.476 node_disk_read_time_seconds_total{device="sr0"} 0.004 # 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"} 3.0597146e+07 node_disk_reads_completed_total{device="sr0"} 9 # 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"} 7.693888e+06 node_disk_reads_merged_total{device="sr0"} 0 # 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"} 994583.2660000001 node_disk_write_time_seconds_total{device="sr0"} 0 # 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"} 5.21423377e+08 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.62360869e+08 node_disk_writes_merged_total{device="sr0"} 0 # 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"} 5.61926193664e+12 node_disk_written_bytes_total{device="sr0"} 0 # 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="11/11/2017",bios_release="1.0",bios_vendor="Hetzner",bios_version="20171111",board_asset_tag="",board_name="Standard PC (i440FX + PIIX, 1996)",board_vendor="KVM",board_version="pc-i440fx-4.2",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="NotSpecified",product_family="Hetzner_vServer",product_name="vServer",product_sku="TM",product_version="20171111",system_vendor="Hetzner"} 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.23.6",revision="02afa5c53c36123611533f2defea6ccd4546a9bb",tags="unknown",version="1.9.0"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 11488 # 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.196122624e+10 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="lxcfs",device_error="no such file or directory",fstype="fuse.lxcfs",mountpoint="/var/lib/lxcfs"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 1 node_filesystem_device_error{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 9.768e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 7.549646e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 4.8559812608e+10 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 # 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="lxcfs",device_error="no such file or directory",fstype="fuse.lxcfs",mountpoint="/var/lib/lxcfs"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="no such file or directory",fstype="tmpfs",mountpoint="/run/snapd/ns"} 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="/"} 1.6124020736e+11 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.85543897e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.8544534286e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 0.43 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 0.51 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 0.56 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 4.863348736e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.474574336e+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 6.112256e+08 # 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 2.896211968e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 2.09379328e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.066532864e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.65714944e+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 5.2268814336e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.073741824e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.905604096e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 4.498243584e+09 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 331776 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 2.4043257856e+10 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 2.476689408e+10 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 7.23636224e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 8.1084416e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 3.77438208e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 2.422833152e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 6.16505344e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.2858611712e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8491776e+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.59989504e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.7399808e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.004732416e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 4.34520064e+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 9.0636288e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.43925248e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.207168e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.42188544e+08 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.8491776e+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 1.08638208e+08 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 709960 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.934415027e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.4701421264e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 1 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.7594817e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 1 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 3.8634645e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 1.552505e+06 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 4 # 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-13cc155fc657"} 3 node_network_address_assign_type{device="br-35073d3942e6"} 3 node_network_address_assign_type{device="br-85fd997dde75"} 3 node_network_address_assign_type{device="br-9dc3d7861055"} 3 node_network_address_assign_type{device="br-db85bdf681bd"} 3 node_network_address_assign_type{device="br-f8bced460dfb"} 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="veth007047f"} 3 node_network_address_assign_type{device="veth0104c55"} 3 node_network_address_assign_type{device="veth0156e14"} 3 node_network_address_assign_type{device="veth01b6672"} 3 node_network_address_assign_type{device="veth04236ac"} 3 node_network_address_assign_type{device="veth04804a3"} 3 node_network_address_assign_type{device="veth05de6b7"} 3 node_network_address_assign_type{device="veth075bdd2"} 3 node_network_address_assign_type{device="veth0ad2694"} 3 node_network_address_assign_type{device="veth0c3906b"} 3 node_network_address_assign_type{device="veth0dbfee9"} 3 node_network_address_assign_type{device="veth0e34284"} 3 node_network_address_assign_type{device="veth0f8bee4"} 3 node_network_address_assign_type{device="veth1038ac6"} 3 node_network_address_assign_type{device="veth10a6a94"} 3 node_network_address_assign_type{device="veth13e15b2"} 3 node_network_address_assign_type{device="veth14167ea"} 3 node_network_address_assign_type{device="veth1a29fd7"} 3 node_network_address_assign_type{device="veth1a47f8d"} 3 node_network_address_assign_type{device="veth1ab4f56"} 3 node_network_address_assign_type{device="veth1bb644d"} 3 node_network_address_assign_type{device="veth1bbaa29"} 3 node_network_address_assign_type{device="veth1beeadb"} 3 node_network_address_assign_type{device="veth1d30b5e"} 3 node_network_address_assign_type{device="veth1e44a22"} 3 node_network_address_assign_type{device="veth20167e3"} 3 node_network_address_assign_type{device="veth20f5d4d"} 3 node_network_address_assign_type{device="veth219a808"} 3 node_network_address_assign_type{device="veth21c8d23"} 3 node_network_address_assign_type{device="veth239fbb2"} 3 node_network_address_assign_type{device="veth2430e59"} 3 node_network_address_assign_type{device="veth256a0a6"} 3 node_network_address_assign_type{device="veth265579a"} 3 node_network_address_assign_type{device="veth2acaef3"} 3 node_network_address_assign_type{device="veth2adfa8d"} 3 node_network_address_assign_type{device="veth2b99349"} 3 node_network_address_assign_type{device="veth2beec89"} 3 node_network_address_assign_type{device="veth36f5f9e"} 3 node_network_address_assign_type{device="veth38447fd"} 3 node_network_address_assign_type{device="veth386c747"} 3 node_network_address_assign_type{device="veth38c1f13"} 3 node_network_address_assign_type{device="veth3cd7637"} 3 node_network_address_assign_type{device="veth40344a3"} 3 node_network_address_assign_type{device="veth410c490"} 3 node_network_address_assign_type{device="veth47017fc"} 3 node_network_address_assign_type{device="veth480c1dc"} 3 node_network_address_assign_type{device="veth5302d8c"} 3 node_network_address_assign_type{device="veth53ea94c"} 3 node_network_address_assign_type{device="veth54f0e08"} 3 node_network_address_assign_type{device="veth56d4ab9"} 3 node_network_address_assign_type{device="veth58ca89b"} 3 node_network_address_assign_type{device="veth594028a"} 3 node_network_address_assign_type{device="veth5ad9777"} 3 node_network_address_assign_type{device="veth5aea87a"} 3 node_network_address_assign_type{device="veth5b552da"} 3 node_network_address_assign_type{device="veth5da9e0f"} 3 node_network_address_assign_type{device="veth6031170"} 3 node_network_address_assign_type{device="veth60b2772"} 3 node_network_address_assign_type{device="veth63c255e"} 3 node_network_address_assign_type{device="veth69694cd"} 3 node_network_address_assign_type{device="veth6999294"} 3 node_network_address_assign_type{device="veth6a5235c"} 3 node_network_address_assign_type{device="veth6bc26b9"} 3 node_network_address_assign_type{device="veth6dbafb5"} 3 node_network_address_assign_type{device="veth6ed90f5"} 3 node_network_address_assign_type{device="veth706a8a9"} 3 node_network_address_assign_type{device="veth7462f2c"} 3 node_network_address_assign_type{device="veth75a346b"} 3 node_network_address_assign_type{device="veth75f40a0"} 3 node_network_address_assign_type{device="veth76dc81e"} 3 node_network_address_assign_type{device="veth77d0541"} 3 node_network_address_assign_type{device="veth78079b2"} 3 node_network_address_assign_type{device="veth7b29e83"} 3 node_network_address_assign_type{device="veth80d1cde"} 3 node_network_address_assign_type{device="veth812d193"} 3 node_network_address_assign_type{device="veth8131473"} 3 node_network_address_assign_type{device="veth8302fb9"} 3 node_network_address_assign_type{device="veth83edaa8"} 3 node_network_address_assign_type{device="veth857d784"} 3 node_network_address_assign_type{device="veth8792b83"} 3 node_network_address_assign_type{device="veth87a1685"} 3 node_network_address_assign_type{device="veth89a044c"} 3 node_network_address_assign_type{device="veth89bbfd0"} 3 node_network_address_assign_type{device="veth8e2a843"} 3 node_network_address_assign_type{device="veth8fd1103"} 3 node_network_address_assign_type{device="veth8fedfe8"} 3 node_network_address_assign_type{device="veth964b44f"} 3 node_network_address_assign_type{device="veth98429ca"} 3 node_network_address_assign_type{device="veth999a38d"} 3 node_network_address_assign_type{device="veth9a24389"} 3 node_network_address_assign_type{device="veth9a8f9b7"} 3 node_network_address_assign_type{device="veth9e0cb2f"} 3 node_network_address_assign_type{device="veth9efa831"} 3 node_network_address_assign_type{device="veth9f1cb68"} 3 node_network_address_assign_type{device="vetha362b2b"} 3 node_network_address_assign_type{device="vetha45d82e"} 3 node_network_address_assign_type{device="vetha65d4e9"} 3 node_network_address_assign_type{device="vetha85884d"} 3 node_network_address_assign_type{device="vetha861801"} 3 node_network_address_assign_type{device="vethad632e3"} 3 node_network_address_assign_type{device="vethaf99830"} 3 node_network_address_assign_type{device="vethb0d6291"} 3 node_network_address_assign_type{device="vethb22186a"} 3 node_network_address_assign_type{device="vethb4d444e"} 3 node_network_address_assign_type{device="vethb635bbd"} 3 node_network_address_assign_type{device="vethb706cb4"} 3 node_network_address_assign_type{device="vethb8b0761"} 3 node_network_address_assign_type{device="vethb9d7a1f"} 3 node_network_address_assign_type{device="vethba4f39b"} 3 node_network_address_assign_type{device="vethba7fa35"} 3 node_network_address_assign_type{device="vethbaa1ba0"} 3 node_network_address_assign_type{device="vethbd538f4"} 3 node_network_address_assign_type{device="vethc0d3e0a"} 3 node_network_address_assign_type{device="vethc232eb2"} 3 node_network_address_assign_type{device="vethc2fa3c0"} 3 node_network_address_assign_type{device="vethc78dbde"} 3 node_network_address_assign_type{device="vethc819ae7"} 3 node_network_address_assign_type{device="vethc8201fe"} 3 node_network_address_assign_type{device="vethc95e8d6"} 3 node_network_address_assign_type{device="vethcb677ad"} 3 node_network_address_assign_type{device="vethcbadcaa"} 3 node_network_address_assign_type{device="vethccf271d"} 3 node_network_address_assign_type{device="vethcee4e60"} 3 node_network_address_assign_type{device="vethcf271df"} 3 node_network_address_assign_type{device="vethd25fdbf"} 3 node_network_address_assign_type{device="vethd2907a7"} 3 node_network_address_assign_type{device="vethd5cf0dc"} 3 node_network_address_assign_type{device="vethd672bb8"} 3 node_network_address_assign_type{device="vethd79ff4a"} 3 node_network_address_assign_type{device="vethd8b2e1a"} 3 node_network_address_assign_type{device="vethe1935f4"} 3 node_network_address_assign_type{device="vethe253b0b"} 3 node_network_address_assign_type{device="vethe3b9ec6"} 3 node_network_address_assign_type{device="vethe4c0ee9"} 3 node_network_address_assign_type{device="vethea29840"} 3 node_network_address_assign_type{device="vethea60c28"} 3 node_network_address_assign_type{device="vethebfb338"} 3 node_network_address_assign_type{device="vethed5fdc0"} 3 node_network_address_assign_type{device="vetheec8a9e"} 3 node_network_address_assign_type{device="vethf0393dc"} 3 node_network_address_assign_type{device="vethf2093d1"} 3 node_network_address_assign_type{device="vethf400ac7"} 3 node_network_address_assign_type{device="vethf4365a3"} 3 node_network_address_assign_type{device="vethf4abaaa"} 3 node_network_address_assign_type{device="vethf4bd2ee"} 3 node_network_address_assign_type{device="vethf52ea30"} 3 node_network_address_assign_type{device="vethf78abe5"} 3 node_network_address_assign_type{device="vethf9632db"} 3 node_network_address_assign_type{device="vethfc83f5f"} 3 node_network_address_assign_type{device="vethfeb4890"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-13cc155fc657"} 1 node_network_carrier{device="br-35073d3942e6"} 1 node_network_carrier{device="br-85fd997dde75"} 1 node_network_carrier{device="br-9dc3d7861055"} 1 node_network_carrier{device="br-db85bdf681bd"} 1 node_network_carrier{device="br-f8bced460dfb"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth007047f"} 1 node_network_carrier{device="veth0104c55"} 1 node_network_carrier{device="veth0156e14"} 1 node_network_carrier{device="veth01b6672"} 1 node_network_carrier{device="veth04236ac"} 1 node_network_carrier{device="veth04804a3"} 1 node_network_carrier{device="veth05de6b7"} 1 node_network_carrier{device="veth075bdd2"} 1 node_network_carrier{device="veth0ad2694"} 1 node_network_carrier{device="veth0c3906b"} 1 node_network_carrier{device="veth0dbfee9"} 1 node_network_carrier{device="veth0e34284"} 1 node_network_carrier{device="veth0f8bee4"} 1 node_network_carrier{device="veth1038ac6"} 1 node_network_carrier{device="veth10a6a94"} 1 node_network_carrier{device="veth13e15b2"} 1 node_network_carrier{device="veth14167ea"} 1 node_network_carrier{device="veth1a29fd7"} 1 node_network_carrier{device="veth1a47f8d"} 1 node_network_carrier{device="veth1ab4f56"} 1 node_network_carrier{device="veth1bb644d"} 1 node_network_carrier{device="veth1bbaa29"} 1 node_network_carrier{device="veth1beeadb"} 1 node_network_carrier{device="veth1d30b5e"} 1 node_network_carrier{device="veth1e44a22"} 1 node_network_carrier{device="veth20167e3"} 1 node_network_carrier{device="veth20f5d4d"} 1 node_network_carrier{device="veth219a808"} 1 node_network_carrier{device="veth21c8d23"} 1 node_network_carrier{device="veth239fbb2"} 1 node_network_carrier{device="veth2430e59"} 1 node_network_carrier{device="veth256a0a6"} 1 node_network_carrier{device="veth265579a"} 1 node_network_carrier{device="veth2acaef3"} 1 node_network_carrier{device="veth2adfa8d"} 1 node_network_carrier{device="veth2b99349"} 1 node_network_carrier{device="veth2beec89"} 1 node_network_carrier{device="veth36f5f9e"} 1 node_network_carrier{device="veth38447fd"} 1 node_network_carrier{device="veth386c747"} 1 node_network_carrier{device="veth38c1f13"} 1 node_network_carrier{device="veth3cd7637"} 1 node_network_carrier{device="veth40344a3"} 1 node_network_carrier{device="veth410c490"} 1 node_network_carrier{device="veth47017fc"} 1 node_network_carrier{device="veth480c1dc"} 1 node_network_carrier{device="veth5302d8c"} 1 node_network_carrier{device="veth53ea94c"} 1 node_network_carrier{device="veth54f0e08"} 1 node_network_carrier{device="veth56d4ab9"} 1 node_network_carrier{device="veth58ca89b"} 1 node_network_carrier{device="veth594028a"} 1 node_network_carrier{device="veth5ad9777"} 1 node_network_carrier{device="veth5aea87a"} 1 node_network_carrier{device="veth5b552da"} 1 node_network_carrier{device="veth5da9e0f"} 1 node_network_carrier{device="veth6031170"} 1 node_network_carrier{device="veth60b2772"} 1 node_network_carrier{device="veth63c255e"} 1 node_network_carrier{device="veth69694cd"} 1 node_network_carrier{device="veth6999294"} 1 node_network_carrier{device="veth6a5235c"} 1 node_network_carrier{device="veth6bc26b9"} 1 node_network_carrier{device="veth6dbafb5"} 1 node_network_carrier{device="veth6ed90f5"} 1 node_network_carrier{device="veth706a8a9"} 1 node_network_carrier{device="veth7462f2c"} 1 node_network_carrier{device="veth75a346b"} 1 node_network_carrier{device="veth75f40a0"} 1 node_network_carrier{device="veth76dc81e"} 1 node_network_carrier{device="veth77d0541"} 1 node_network_carrier{device="veth78079b2"} 1 node_network_carrier{device="veth7b29e83"} 1 node_network_carrier{device="veth80d1cde"} 1 node_network_carrier{device="veth812d193"} 1 node_network_carrier{device="veth8131473"} 1 node_network_carrier{device="veth8302fb9"} 1 node_network_carrier{device="veth83edaa8"} 1 node_network_carrier{device="veth857d784"} 1 node_network_carrier{device="veth8792b83"} 1 node_network_carrier{device="veth87a1685"} 1 node_network_carrier{device="veth89a044c"} 1 node_network_carrier{device="veth89bbfd0"} 1 node_network_carrier{device="veth8e2a843"} 1 node_network_carrier{device="veth8fd1103"} 1 node_network_carrier{device="veth8fedfe8"} 1 node_network_carrier{device="veth964b44f"} 1 node_network_carrier{device="veth98429ca"} 1 node_network_carrier{device="veth999a38d"} 1 node_network_carrier{device="veth9a24389"} 1 node_network_carrier{device="veth9a8f9b7"} 1 node_network_carrier{device="veth9e0cb2f"} 1 node_network_carrier{device="veth9efa831"} 1 node_network_carrier{device="veth9f1cb68"} 1 node_network_carrier{device="vetha362b2b"} 1 node_network_carrier{device="vetha45d82e"} 1 node_network_carrier{device="vetha65d4e9"} 1 node_network_carrier{device="vetha85884d"} 1 node_network_carrier{device="vetha861801"} 1 node_network_carrier{device="vethad632e3"} 1 node_network_carrier{device="vethaf99830"} 1 node_network_carrier{device="vethb0d6291"} 1 node_network_carrier{device="vethb22186a"} 1 node_network_carrier{device="vethb4d444e"} 1 node_network_carrier{device="vethb635bbd"} 1 node_network_carrier{device="vethb706cb4"} 1 node_network_carrier{device="vethb8b0761"} 1 node_network_carrier{device="vethb9d7a1f"} 1 node_network_carrier{device="vethba4f39b"} 1 node_network_carrier{device="vethba7fa35"} 1 node_network_carrier{device="vethbaa1ba0"} 1 node_network_carrier{device="vethbd538f4"} 1 node_network_carrier{device="vethc0d3e0a"} 1 node_network_carrier{device="vethc232eb2"} 1 node_network_carrier{device="vethc2fa3c0"} 1 node_network_carrier{device="vethc78dbde"} 1 node_network_carrier{device="vethc819ae7"} 1 node_network_carrier{device="vethc8201fe"} 1 node_network_carrier{device="vethc95e8d6"} 1 node_network_carrier{device="vethcb677ad"} 1 node_network_carrier{device="vethcbadcaa"} 1 node_network_carrier{device="vethccf271d"} 1 node_network_carrier{device="vethcee4e60"} 1 node_network_carrier{device="vethcf271df"} 1 node_network_carrier{device="vethd25fdbf"} 1 node_network_carrier{device="vethd2907a7"} 1 node_network_carrier{device="vethd5cf0dc"} 1 node_network_carrier{device="vethd672bb8"} 1 node_network_carrier{device="vethd79ff4a"} 1 node_network_carrier{device="vethd8b2e1a"} 1 node_network_carrier{device="vethe1935f4"} 1 node_network_carrier{device="vethe253b0b"} 1 node_network_carrier{device="vethe3b9ec6"} 1 node_network_carrier{device="vethe4c0ee9"} 1 node_network_carrier{device="vethea29840"} 1 node_network_carrier{device="vethea60c28"} 1 node_network_carrier{device="vethebfb338"} 1 node_network_carrier{device="vethed5fdc0"} 1 node_network_carrier{device="vetheec8a9e"} 1 node_network_carrier{device="vethf0393dc"} 1 node_network_carrier{device="vethf2093d1"} 1 node_network_carrier{device="vethf400ac7"} 1 node_network_carrier{device="vethf4365a3"} 1 node_network_carrier{device="vethf4abaaa"} 1 node_network_carrier{device="vethf4bd2ee"} 1 node_network_carrier{device="vethf52ea30"} 1 node_network_carrier{device="vethf78abe5"} 1 node_network_carrier{device="vethf9632db"} 1 node_network_carrier{device="vethfc83f5f"} 1 node_network_carrier{device="vethfeb4890"} 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-13cc155fc657"} 14 node_network_carrier_changes_total{device="br-35073d3942e6"} 8 node_network_carrier_changes_total{device="br-85fd997dde75"} 8 node_network_carrier_changes_total{device="br-9dc3d7861055"} 6 node_network_carrier_changes_total{device="br-db85bdf681bd"} 4 node_network_carrier_changes_total{device="br-f8bced460dfb"} 4 node_network_carrier_changes_total{device="docker0"} 187 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth007047f"} 2 node_network_carrier_changes_total{device="veth0104c55"} 2 node_network_carrier_changes_total{device="veth0156e14"} 2 node_network_carrier_changes_total{device="veth01b6672"} 2 node_network_carrier_changes_total{device="veth04236ac"} 2 node_network_carrier_changes_total{device="veth04804a3"} 2 node_network_carrier_changes_total{device="veth05de6b7"} 2 node_network_carrier_changes_total{device="veth075bdd2"} 2 node_network_carrier_changes_total{device="veth0ad2694"} 2 node_network_carrier_changes_total{device="veth0c3906b"} 2 node_network_carrier_changes_total{device="veth0dbfee9"} 2 node_network_carrier_changes_total{device="veth0e34284"} 2 node_network_carrier_changes_total{device="veth0f8bee4"} 2 node_network_carrier_changes_total{device="veth1038ac6"} 2 node_network_carrier_changes_total{device="veth10a6a94"} 2 node_network_carrier_changes_total{device="veth13e15b2"} 2 node_network_carrier_changes_total{device="veth14167ea"} 2 node_network_carrier_changes_total{device="veth1a29fd7"} 2 node_network_carrier_changes_total{device="veth1a47f8d"} 2 node_network_carrier_changes_total{device="veth1ab4f56"} 2 node_network_carrier_changes_total{device="veth1bb644d"} 2 node_network_carrier_changes_total{device="veth1bbaa29"} 2 node_network_carrier_changes_total{device="veth1beeadb"} 2 node_network_carrier_changes_total{device="veth1d30b5e"} 2 node_network_carrier_changes_total{device="veth1e44a22"} 2 node_network_carrier_changes_total{device="veth20167e3"} 2 node_network_carrier_changes_total{device="veth20f5d4d"} 2 node_network_carrier_changes_total{device="veth219a808"} 2 node_network_carrier_changes_total{device="veth21c8d23"} 2 node_network_carrier_changes_total{device="veth239fbb2"} 2 node_network_carrier_changes_total{device="veth2430e59"} 2 node_network_carrier_changes_total{device="veth256a0a6"} 2 node_network_carrier_changes_total{device="veth265579a"} 2 node_network_carrier_changes_total{device="veth2acaef3"} 2 node_network_carrier_changes_total{device="veth2adfa8d"} 2 node_network_carrier_changes_total{device="veth2b99349"} 2 node_network_carrier_changes_total{device="veth2beec89"} 2 node_network_carrier_changes_total{device="veth36f5f9e"} 2 node_network_carrier_changes_total{device="veth38447fd"} 2 node_network_carrier_changes_total{device="veth386c747"} 2 node_network_carrier_changes_total{device="veth38c1f13"} 2 node_network_carrier_changes_total{device="veth3cd7637"} 2 node_network_carrier_changes_total{device="veth40344a3"} 2 node_network_carrier_changes_total{device="veth410c490"} 2 node_network_carrier_changes_total{device="veth47017fc"} 2 node_network_carrier_changes_total{device="veth480c1dc"} 2 node_network_carrier_changes_total{device="veth5302d8c"} 2 node_network_carrier_changes_total{device="veth53ea94c"} 2 node_network_carrier_changes_total{device="veth54f0e08"} 2 node_network_carrier_changes_total{device="veth56d4ab9"} 2 node_network_carrier_changes_total{device="veth58ca89b"} 2 node_network_carrier_changes_total{device="veth594028a"} 2 node_network_carrier_changes_total{device="veth5ad9777"} 2 node_network_carrier_changes_total{device="veth5aea87a"} 2 node_network_carrier_changes_total{device="veth5b552da"} 2 node_network_carrier_changes_total{device="veth5da9e0f"} 2 node_network_carrier_changes_total{device="veth6031170"} 2 node_network_carrier_changes_total{device="veth60b2772"} 2 node_network_carrier_changes_total{device="veth63c255e"} 2 node_network_carrier_changes_total{device="veth69694cd"} 2 node_network_carrier_changes_total{device="veth6999294"} 2 node_network_carrier_changes_total{device="veth6a5235c"} 2 node_network_carrier_changes_total{device="veth6bc26b9"} 2 node_network_carrier_changes_total{device="veth6dbafb5"} 2 node_network_carrier_changes_total{device="veth6ed90f5"} 2 node_network_carrier_changes_total{device="veth706a8a9"} 2 node_network_carrier_changes_total{device="veth7462f2c"} 2 node_network_carrier_changes_total{device="veth75a346b"} 2 node_network_carrier_changes_total{device="veth75f40a0"} 2 node_network_carrier_changes_total{device="veth76dc81e"} 2 node_network_carrier_changes_total{device="veth77d0541"} 2 node_network_carrier_changes_total{device="veth78079b2"} 2 node_network_carrier_changes_total{device="veth7b29e83"} 2 node_network_carrier_changes_total{device="veth80d1cde"} 2 node_network_carrier_changes_total{device="veth812d193"} 2 node_network_carrier_changes_total{device="veth8131473"} 2 node_network_carrier_changes_total{device="veth8302fb9"} 2 node_network_carrier_changes_total{device="veth83edaa8"} 2 node_network_carrier_changes_total{device="veth857d784"} 2 node_network_carrier_changes_total{device="veth8792b83"} 2 node_network_carrier_changes_total{device="veth87a1685"} 2 node_network_carrier_changes_total{device="veth89a044c"} 2 node_network_carrier_changes_total{device="veth89bbfd0"} 2 node_network_carrier_changes_total{device="veth8e2a843"} 2 node_network_carrier_changes_total{device="veth8fd1103"} 2 node_network_carrier_changes_total{device="veth8fedfe8"} 2 node_network_carrier_changes_total{device="veth964b44f"} 2 node_network_carrier_changes_total{device="veth98429ca"} 2 node_network_carrier_changes_total{device="veth999a38d"} 2 node_network_carrier_changes_total{device="veth9a24389"} 2 node_network_carrier_changes_total{device="veth9a8f9b7"} 2 node_network_carrier_changes_total{device="veth9e0cb2f"} 2 node_network_carrier_changes_total{device="veth9efa831"} 2 node_network_carrier_changes_total{device="veth9f1cb68"} 2 node_network_carrier_changes_total{device="vetha362b2b"} 2 node_network_carrier_changes_total{device="vetha45d82e"} 2 node_network_carrier_changes_total{device="vetha65d4e9"} 2 node_network_carrier_changes_total{device="vetha85884d"} 2 node_network_carrier_changes_total{device="vetha861801"} 2 node_network_carrier_changes_total{device="vethad632e3"} 2 node_network_carrier_changes_total{device="vethaf99830"} 2 node_network_carrier_changes_total{device="vethb0d6291"} 2 node_network_carrier_changes_total{device="vethb22186a"} 2 node_network_carrier_changes_total{device="vethb4d444e"} 2 node_network_carrier_changes_total{device="vethb635bbd"} 2 node_network_carrier_changes_total{device="vethb706cb4"} 2 node_network_carrier_changes_total{device="vethb8b0761"} 2 node_network_carrier_changes_total{device="vethb9d7a1f"} 2 node_network_carrier_changes_total{device="vethba4f39b"} 2 node_network_carrier_changes_total{device="vethba7fa35"} 2 node_network_carrier_changes_total{device="vethbaa1ba0"} 2 node_network_carrier_changes_total{device="vethbd538f4"} 2 node_network_carrier_changes_total{device="vethc0d3e0a"} 2 node_network_carrier_changes_total{device="vethc232eb2"} 2 node_network_carrier_changes_total{device="vethc2fa3c0"} 2 node_network_carrier_changes_total{device="vethc78dbde"} 2 node_network_carrier_changes_total{device="vethc819ae7"} 2 node_network_carrier_changes_total{device="vethc8201fe"} 2 node_network_carrier_changes_total{device="vethc95e8d6"} 2 node_network_carrier_changes_total{device="vethcb677ad"} 2 node_network_carrier_changes_total{device="vethcbadcaa"} 2 node_network_carrier_changes_total{device="vethccf271d"} 2 node_network_carrier_changes_total{device="vethcee4e60"} 2 node_network_carrier_changes_total{device="vethcf271df"} 2 node_network_carrier_changes_total{device="vethd25fdbf"} 2 node_network_carrier_changes_total{device="vethd2907a7"} 2 node_network_carrier_changes_total{device="vethd5cf0dc"} 2 node_network_carrier_changes_total{device="vethd672bb8"} 2 node_network_carrier_changes_total{device="vethd79ff4a"} 2 node_network_carrier_changes_total{device="vethd8b2e1a"} 2 node_network_carrier_changes_total{device="vethe1935f4"} 2 node_network_carrier_changes_total{device="vethe253b0b"} 2 node_network_carrier_changes_total{device="vethe3b9ec6"} 2 node_network_carrier_changes_total{device="vethe4c0ee9"} 2 node_network_carrier_changes_total{device="vethea29840"} 2 node_network_carrier_changes_total{device="vethea60c28"} 2 node_network_carrier_changes_total{device="vethebfb338"} 2 node_network_carrier_changes_total{device="vethed5fdc0"} 2 node_network_carrier_changes_total{device="vetheec8a9e"} 2 node_network_carrier_changes_total{device="vethf0393dc"} 2 node_network_carrier_changes_total{device="vethf2093d1"} 2 node_network_carrier_changes_total{device="vethf400ac7"} 2 node_network_carrier_changes_total{device="vethf4365a3"} 2 node_network_carrier_changes_total{device="vethf4abaaa"} 2 node_network_carrier_changes_total{device="vethf4bd2ee"} 2 node_network_carrier_changes_total{device="vethf52ea30"} 2 node_network_carrier_changes_total{device="vethf78abe5"} 2 node_network_carrier_changes_total{device="vethf9632db"} 2 node_network_carrier_changes_total{device="vethfc83f5f"} 2 node_network_carrier_changes_total{device="vethfeb4890"} 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-13cc155fc657"} 7 node_network_carrier_down_changes_total{device="br-35073d3942e6"} 4 node_network_carrier_down_changes_total{device="br-85fd997dde75"} 4 node_network_carrier_down_changes_total{device="br-9dc3d7861055"} 3 node_network_carrier_down_changes_total{device="br-db85bdf681bd"} 2 node_network_carrier_down_changes_total{device="br-f8bced460dfb"} 2 node_network_carrier_down_changes_total{device="docker0"} 94 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="veth007047f"} 1 node_network_carrier_down_changes_total{device="veth0104c55"} 1 node_network_carrier_down_changes_total{device="veth0156e14"} 1 node_network_carrier_down_changes_total{device="veth01b6672"} 1 node_network_carrier_down_changes_total{device="veth04236ac"} 1 node_network_carrier_down_changes_total{device="veth04804a3"} 1 node_network_carrier_down_changes_total{device="veth05de6b7"} 1 node_network_carrier_down_changes_total{device="veth075bdd2"} 1 node_network_carrier_down_changes_total{device="veth0ad2694"} 1 node_network_carrier_down_changes_total{device="veth0c3906b"} 1 node_network_carrier_down_changes_total{device="veth0dbfee9"} 1 node_network_carrier_down_changes_total{device="veth0e34284"} 1 node_network_carrier_down_changes_total{device="veth0f8bee4"} 1 node_network_carrier_down_changes_total{device="veth1038ac6"} 1 node_network_carrier_down_changes_total{device="veth10a6a94"} 1 node_network_carrier_down_changes_total{device="veth13e15b2"} 1 node_network_carrier_down_changes_total{device="veth14167ea"} 1 node_network_carrier_down_changes_total{device="veth1a29fd7"} 1 node_network_carrier_down_changes_total{device="veth1a47f8d"} 1 node_network_carrier_down_changes_total{device="veth1ab4f56"} 1 node_network_carrier_down_changes_total{device="veth1bb644d"} 1 node_network_carrier_down_changes_total{device="veth1bbaa29"} 1 node_network_carrier_down_changes_total{device="veth1beeadb"} 1 node_network_carrier_down_changes_total{device="veth1d30b5e"} 1 node_network_carrier_down_changes_total{device="veth1e44a22"} 1 node_network_carrier_down_changes_total{device="veth20167e3"} 1 node_network_carrier_down_changes_total{device="veth20f5d4d"} 1 node_network_carrier_down_changes_total{device="veth219a808"} 1 node_network_carrier_down_changes_total{device="veth21c8d23"} 1 node_network_carrier_down_changes_total{device="veth239fbb2"} 1 node_network_carrier_down_changes_total{device="veth2430e59"} 1 node_network_carrier_down_changes_total{device="veth256a0a6"} 1 node_network_carrier_down_changes_total{device="veth265579a"} 1 node_network_carrier_down_changes_total{device="veth2acaef3"} 1 node_network_carrier_down_changes_total{device="veth2adfa8d"} 1 node_network_carrier_down_changes_total{device="veth2b99349"} 1 node_network_carrier_down_changes_total{device="veth2beec89"} 1 node_network_carrier_down_changes_total{device="veth36f5f9e"} 1 node_network_carrier_down_changes_total{device="veth38447fd"} 1 node_network_carrier_down_changes_total{device="veth386c747"} 1 node_network_carrier_down_changes_total{device="veth38c1f13"} 1 node_network_carrier_down_changes_total{device="veth3cd7637"} 1 node_network_carrier_down_changes_total{device="veth40344a3"} 1 node_network_carrier_down_changes_total{device="veth410c490"} 1 node_network_carrier_down_changes_total{device="veth47017fc"} 1 node_network_carrier_down_changes_total{device="veth480c1dc"} 1 node_network_carrier_down_changes_total{device="veth5302d8c"} 1 node_network_carrier_down_changes_total{device="veth53ea94c"} 1 node_network_carrier_down_changes_total{device="veth54f0e08"} 1 node_network_carrier_down_changes_total{device="veth56d4ab9"} 1 node_network_carrier_down_changes_total{device="veth58ca89b"} 1 node_network_carrier_down_changes_total{device="veth594028a"} 1 node_network_carrier_down_changes_total{device="veth5ad9777"} 1 node_network_carrier_down_changes_total{device="veth5aea87a"} 1 node_network_carrier_down_changes_total{device="veth5b552da"} 1 node_network_carrier_down_changes_total{device="veth5da9e0f"} 1 node_network_carrier_down_changes_total{device="veth6031170"} 1 node_network_carrier_down_changes_total{device="veth60b2772"} 1 node_network_carrier_down_changes_total{device="veth63c255e"} 1 node_network_carrier_down_changes_total{device="veth69694cd"} 1 node_network_carrier_down_changes_total{device="veth6999294"} 1 node_network_carrier_down_changes_total{device="veth6a5235c"} 1 node_network_carrier_down_changes_total{device="veth6bc26b9"} 1 node_network_carrier_down_changes_total{device="veth6dbafb5"} 1 node_network_carrier_down_changes_total{device="veth6ed90f5"} 1 node_network_carrier_down_changes_total{device="veth706a8a9"} 1 node_network_carrier_down_changes_total{device="veth7462f2c"} 1 node_network_carrier_down_changes_total{device="veth75a346b"} 1 node_network_carrier_down_changes_total{device="veth75f40a0"} 1 node_network_carrier_down_changes_total{device="veth76dc81e"} 1 node_network_carrier_down_changes_total{device="veth77d0541"} 1 node_network_carrier_down_changes_total{device="veth78079b2"} 1 node_network_carrier_down_changes_total{device="veth7b29e83"} 1 node_network_carrier_down_changes_total{device="veth80d1cde"} 1 node_network_carrier_down_changes_total{device="veth812d193"} 1 node_network_carrier_down_changes_total{device="veth8131473"} 1 node_network_carrier_down_changes_total{device="veth8302fb9"} 1 node_network_carrier_down_changes_total{device="veth83edaa8"} 1 node_network_carrier_down_changes_total{device="veth857d784"} 1 node_network_carrier_down_changes_total{device="veth8792b83"} 1 node_network_carrier_down_changes_total{device="veth87a1685"} 1 node_network_carrier_down_changes_total{device="veth89a044c"} 1 node_network_carrier_down_changes_total{device="veth89bbfd0"} 1 node_network_carrier_down_changes_total{device="veth8e2a843"} 1 node_network_carrier_down_changes_total{device="veth8fd1103"} 1 node_network_carrier_down_changes_total{device="veth8fedfe8"} 1 node_network_carrier_down_changes_total{device="veth964b44f"} 1 node_network_carrier_down_changes_total{device="veth98429ca"} 1 node_network_carrier_down_changes_total{device="veth999a38d"} 1 node_network_carrier_down_changes_total{device="veth9a24389"} 1 node_network_carrier_down_changes_total{device="veth9a8f9b7"} 1 node_network_carrier_down_changes_total{device="veth9e0cb2f"} 1 node_network_carrier_down_changes_total{device="veth9efa831"} 1 node_network_carrier_down_changes_total{device="veth9f1cb68"} 1 node_network_carrier_down_changes_total{device="vetha362b2b"} 1 node_network_carrier_down_changes_total{device="vetha45d82e"} 1 node_network_carrier_down_changes_total{device="vetha65d4e9"} 1 node_network_carrier_down_changes_total{device="vetha85884d"} 1 node_network_carrier_down_changes_total{device="vetha861801"} 1 node_network_carrier_down_changes_total{device="vethad632e3"} 1 node_network_carrier_down_changes_total{device="vethaf99830"} 1 node_network_carrier_down_changes_total{device="vethb0d6291"} 1 node_network_carrier_down_changes_total{device="vethb22186a"} 1 node_network_carrier_down_changes_total{device="vethb4d444e"} 1 node_network_carrier_down_changes_total{device="vethb635bbd"} 1 node_network_carrier_down_changes_total{device="vethb706cb4"} 1 node_network_carrier_down_changes_total{device="vethb8b0761"} 1 node_network_carrier_down_changes_total{device="vethb9d7a1f"} 1 node_network_carrier_down_changes_total{device="vethba4f39b"} 1 node_network_carrier_down_changes_total{device="vethba7fa35"} 1 node_network_carrier_down_changes_total{device="vethbaa1ba0"} 1 node_network_carrier_down_changes_total{device="vethbd538f4"} 1 node_network_carrier_down_changes_total{device="vethc0d3e0a"} 1 node_network_carrier_down_changes_total{device="vethc232eb2"} 1 node_network_carrier_down_changes_total{device="vethc2fa3c0"} 1 node_network_carrier_down_changes_total{device="vethc78dbde"} 1 node_network_carrier_down_changes_total{device="vethc819ae7"} 1 node_network_carrier_down_changes_total{device="vethc8201fe"} 1 node_network_carrier_down_changes_total{device="vethc95e8d6"} 1 node_network_carrier_down_changes_total{device="vethcb677ad"} 1 node_network_carrier_down_changes_total{device="vethcbadcaa"} 1 node_network_carrier_down_changes_total{device="vethccf271d"} 1 node_network_carrier_down_changes_total{device="vethcee4e60"} 1 node_network_carrier_down_changes_total{device="vethcf271df"} 1 node_network_carrier_down_changes_total{device="vethd25fdbf"} 1 node_network_carrier_down_changes_total{device="vethd2907a7"} 1 node_network_carrier_down_changes_total{device="vethd5cf0dc"} 1 node_network_carrier_down_changes_total{device="vethd672bb8"} 1 node_network_carrier_down_changes_total{device="vethd79ff4a"} 1 node_network_carrier_down_changes_total{device="vethd8b2e1a"} 1 node_network_carrier_down_changes_total{device="vethe1935f4"} 1 node_network_carrier_down_changes_total{device="vethe253b0b"} 1 node_network_carrier_down_changes_total{device="vethe3b9ec6"} 1 node_network_carrier_down_changes_total{device="vethe4c0ee9"} 1 node_network_carrier_down_changes_total{device="vethea29840"} 1 node_network_carrier_down_changes_total{device="vethea60c28"} 1 node_network_carrier_down_changes_total{device="vethebfb338"} 1 node_network_carrier_down_changes_total{device="vethed5fdc0"} 1 node_network_carrier_down_changes_total{device="vetheec8a9e"} 1 node_network_carrier_down_changes_total{device="vethf0393dc"} 1 node_network_carrier_down_changes_total{device="vethf2093d1"} 1 node_network_carrier_down_changes_total{device="vethf400ac7"} 1 node_network_carrier_down_changes_total{device="vethf4365a3"} 1 node_network_carrier_down_changes_total{device="vethf4abaaa"} 1 node_network_carrier_down_changes_total{device="vethf4bd2ee"} 1 node_network_carrier_down_changes_total{device="vethf52ea30"} 1 node_network_carrier_down_changes_total{device="vethf78abe5"} 1 node_network_carrier_down_changes_total{device="vethf9632db"} 1 node_network_carrier_down_changes_total{device="vethfc83f5f"} 1 node_network_carrier_down_changes_total{device="vethfeb4890"} 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-13cc155fc657"} 7 node_network_carrier_up_changes_total{device="br-35073d3942e6"} 4 node_network_carrier_up_changes_total{device="br-85fd997dde75"} 4 node_network_carrier_up_changes_total{device="br-9dc3d7861055"} 3 node_network_carrier_up_changes_total{device="br-db85bdf681bd"} 2 node_network_carrier_up_changes_total{device="br-f8bced460dfb"} 2 node_network_carrier_up_changes_total{device="docker0"} 93 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="veth007047f"} 1 node_network_carrier_up_changes_total{device="veth0104c55"} 1 node_network_carrier_up_changes_total{device="veth0156e14"} 1 node_network_carrier_up_changes_total{device="veth01b6672"} 1 node_network_carrier_up_changes_total{device="veth04236ac"} 1 node_network_carrier_up_changes_total{device="veth04804a3"} 1 node_network_carrier_up_changes_total{device="veth05de6b7"} 1 node_network_carrier_up_changes_total{device="veth075bdd2"} 1 node_network_carrier_up_changes_total{device="veth0ad2694"} 1 node_network_carrier_up_changes_total{device="veth0c3906b"} 1 node_network_carrier_up_changes_total{device="veth0dbfee9"} 1 node_network_carrier_up_changes_total{device="veth0e34284"} 1 node_network_carrier_up_changes_total{device="veth0f8bee4"} 1 node_network_carrier_up_changes_total{device="veth1038ac6"} 1 node_network_carrier_up_changes_total{device="veth10a6a94"} 1 node_network_carrier_up_changes_total{device="veth13e15b2"} 1 node_network_carrier_up_changes_total{device="veth14167ea"} 1 node_network_carrier_up_changes_total{device="veth1a29fd7"} 1 node_network_carrier_up_changes_total{device="veth1a47f8d"} 1 node_network_carrier_up_changes_total{device="veth1ab4f56"} 1 node_network_carrier_up_changes_total{device="veth1bb644d"} 1 node_network_carrier_up_changes_total{device="veth1bbaa29"} 1 node_network_carrier_up_changes_total{device="veth1beeadb"} 1 node_network_carrier_up_changes_total{device="veth1d30b5e"} 1 node_network_carrier_up_changes_total{device="veth1e44a22"} 1 node_network_carrier_up_changes_total{device="veth20167e3"} 1 node_network_carrier_up_changes_total{device="veth20f5d4d"} 1 node_network_carrier_up_changes_total{device="veth219a808"} 1 node_network_carrier_up_changes_total{device="veth21c8d23"} 1 node_network_carrier_up_changes_total{device="veth239fbb2"} 1 node_network_carrier_up_changes_total{device="veth2430e59"} 1 node_network_carrier_up_changes_total{device="veth256a0a6"} 1 node_network_carrier_up_changes_total{device="veth265579a"} 1 node_network_carrier_up_changes_total{device="veth2acaef3"} 1 node_network_carrier_up_changes_total{device="veth2adfa8d"} 1 node_network_carrier_up_changes_total{device="veth2b99349"} 1 node_network_carrier_up_changes_total{device="veth2beec89"} 1 node_network_carrier_up_changes_total{device="veth36f5f9e"} 1 node_network_carrier_up_changes_total{device="veth38447fd"} 1 node_network_carrier_up_changes_total{device="veth386c747"} 1 node_network_carrier_up_changes_total{device="veth38c1f13"} 1 node_network_carrier_up_changes_total{device="veth3cd7637"} 1 node_network_carrier_up_changes_total{device="veth40344a3"} 1 node_network_carrier_up_changes_total{device="veth410c490"} 1 node_network_carrier_up_changes_total{device="veth47017fc"} 1 node_network_carrier_up_changes_total{device="veth480c1dc"} 1 node_network_carrier_up_changes_total{device="veth5302d8c"} 1 node_network_carrier_up_changes_total{device="veth53ea94c"} 1 node_network_carrier_up_changes_total{device="veth54f0e08"} 1 node_network_carrier_up_changes_total{device="veth56d4ab9"} 1 node_network_carrier_up_changes_total{device="veth58ca89b"} 1 node_network_carrier_up_changes_total{device="veth594028a"} 1 node_network_carrier_up_changes_total{device="veth5ad9777"} 1 node_network_carrier_up_changes_total{device="veth5aea87a"} 1 node_network_carrier_up_changes_total{device="veth5b552da"} 1 node_network_carrier_up_changes_total{device="veth5da9e0f"} 1 node_network_carrier_up_changes_total{device="veth6031170"} 1 node_network_carrier_up_changes_total{device="veth60b2772"} 1 node_network_carrier_up_changes_total{device="veth63c255e"} 1 node_network_carrier_up_changes_total{device="veth69694cd"} 1 node_network_carrier_up_changes_total{device="veth6999294"} 1 node_network_carrier_up_changes_total{device="veth6a5235c"} 1 node_network_carrier_up_changes_total{device="veth6bc26b9"} 1 node_network_carrier_up_changes_total{device="veth6dbafb5"} 1 node_network_carrier_up_changes_total{device="veth6ed90f5"} 1 node_network_carrier_up_changes_total{device="veth706a8a9"} 1 node_network_carrier_up_changes_total{device="veth7462f2c"} 1 node_network_carrier_up_changes_total{device="veth75a346b"} 1 node_network_carrier_up_changes_total{device="veth75f40a0"} 1 node_network_carrier_up_changes_total{device="veth76dc81e"} 1 node_network_carrier_up_changes_total{device="veth77d0541"} 1 node_network_carrier_up_changes_total{device="veth78079b2"} 1 node_network_carrier_up_changes_total{device="veth7b29e83"} 1 node_network_carrier_up_changes_total{device="veth80d1cde"} 1 node_network_carrier_up_changes_total{device="veth812d193"} 1 node_network_carrier_up_changes_total{device="veth8131473"} 1 node_network_carrier_up_changes_total{device="veth8302fb9"} 1 node_network_carrier_up_changes_total{device="veth83edaa8"} 1 node_network_carrier_up_changes_total{device="veth857d784"} 1 node_network_carrier_up_changes_total{device="veth8792b83"} 1 node_network_carrier_up_changes_total{device="veth87a1685"} 1 node_network_carrier_up_changes_total{device="veth89a044c"} 1 node_network_carrier_up_changes_total{device="veth89bbfd0"} 1 node_network_carrier_up_changes_total{device="veth8e2a843"} 1 node_network_carrier_up_changes_total{device="veth8fd1103"} 1 node_network_carrier_up_changes_total{device="veth8fedfe8"} 1 node_network_carrier_up_changes_total{device="veth964b44f"} 1 node_network_carrier_up_changes_total{device="veth98429ca"} 1 node_network_carrier_up_changes_total{device="veth999a38d"} 1 node_network_carrier_up_changes_total{device="veth9a24389"} 1 node_network_carrier_up_changes_total{device="veth9a8f9b7"} 1 node_network_carrier_up_changes_total{device="veth9e0cb2f"} 1 node_network_carrier_up_changes_total{device="veth9efa831"} 1 node_network_carrier_up_changes_total{device="veth9f1cb68"} 1 node_network_carrier_up_changes_total{device="vetha362b2b"} 1 node_network_carrier_up_changes_total{device="vetha45d82e"} 1 node_network_carrier_up_changes_total{device="vetha65d4e9"} 1 node_network_carrier_up_changes_total{device="vetha85884d"} 1 node_network_carrier_up_changes_total{device="vetha861801"} 1 node_network_carrier_up_changes_total{device="vethad632e3"} 1 node_network_carrier_up_changes_total{device="vethaf99830"} 1 node_network_carrier_up_changes_total{device="vethb0d6291"} 1 node_network_carrier_up_changes_total{device="vethb22186a"} 1 node_network_carrier_up_changes_total{device="vethb4d444e"} 1 node_network_carrier_up_changes_total{device="vethb635bbd"} 1 node_network_carrier_up_changes_total{device="vethb706cb4"} 1 node_network_carrier_up_changes_total{device="vethb8b0761"} 1 node_network_carrier_up_changes_total{device="vethb9d7a1f"} 1 node_network_carrier_up_changes_total{device="vethba4f39b"} 1 node_network_carrier_up_changes_total{device="vethba7fa35"} 1 node_network_carrier_up_changes_total{device="vethbaa1ba0"} 1 node_network_carrier_up_changes_total{device="vethbd538f4"} 1 node_network_carrier_up_changes_total{device="vethc0d3e0a"} 1 node_network_carrier_up_changes_total{device="vethc232eb2"} 1 node_network_carrier_up_changes_total{device="vethc2fa3c0"} 1 node_network_carrier_up_changes_total{device="vethc78dbde"} 1 node_network_carrier_up_changes_total{device="vethc819ae7"} 1 node_network_carrier_up_changes_total{device="vethc8201fe"} 1 node_network_carrier_up_changes_total{device="vethc95e8d6"} 1 node_network_carrier_up_changes_total{device="vethcb677ad"} 1 node_network_carrier_up_changes_total{device="vethcbadcaa"} 1 node_network_carrier_up_changes_total{device="vethccf271d"} 1 node_network_carrier_up_changes_total{device="vethcee4e60"} 1 node_network_carrier_up_changes_total{device="vethcf271df"} 1 node_network_carrier_up_changes_total{device="vethd25fdbf"} 1 node_network_carrier_up_changes_total{device="vethd2907a7"} 1 node_network_carrier_up_changes_total{device="vethd5cf0dc"} 1 node_network_carrier_up_changes_total{device="vethd672bb8"} 1 node_network_carrier_up_changes_total{device="vethd79ff4a"} 1 node_network_carrier_up_changes_total{device="vethd8b2e1a"} 1 node_network_carrier_up_changes_total{device="vethe1935f4"} 1 node_network_carrier_up_changes_total{device="vethe253b0b"} 1 node_network_carrier_up_changes_total{device="vethe3b9ec6"} 1 node_network_carrier_up_changes_total{device="vethe4c0ee9"} 1 node_network_carrier_up_changes_total{device="vethea29840"} 1 node_network_carrier_up_changes_total{device="vethea60c28"} 1 node_network_carrier_up_changes_total{device="vethebfb338"} 1 node_network_carrier_up_changes_total{device="vethed5fdc0"} 1 node_network_carrier_up_changes_total{device="vetheec8a9e"} 1 node_network_carrier_up_changes_total{device="vethf0393dc"} 1 node_network_carrier_up_changes_total{device="vethf2093d1"} 1 node_network_carrier_up_changes_total{device="vethf400ac7"} 1 node_network_carrier_up_changes_total{device="vethf4365a3"} 1 node_network_carrier_up_changes_total{device="vethf4abaaa"} 1 node_network_carrier_up_changes_total{device="vethf4bd2ee"} 1 node_network_carrier_up_changes_total{device="vethf52ea30"} 1 node_network_carrier_up_changes_total{device="vethf78abe5"} 1 node_network_carrier_up_changes_total{device="vethf9632db"} 1 node_network_carrier_up_changes_total{device="vethfc83f5f"} 1 node_network_carrier_up_changes_total{device="vethfeb4890"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-13cc155fc657"} 0 node_network_device_id{device="br-35073d3942e6"} 0 node_network_device_id{device="br-85fd997dde75"} 0 node_network_device_id{device="br-9dc3d7861055"} 0 node_network_device_id{device="br-db85bdf681bd"} 0 node_network_device_id{device="br-f8bced460dfb"} 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="veth007047f"} 0 node_network_device_id{device="veth0104c55"} 0 node_network_device_id{device="veth0156e14"} 0 node_network_device_id{device="veth01b6672"} 0 node_network_device_id{device="veth04236ac"} 0 node_network_device_id{device="veth04804a3"} 0 node_network_device_id{device="veth05de6b7"} 0 node_network_device_id{device="veth075bdd2"} 0 node_network_device_id{device="veth0ad2694"} 0 node_network_device_id{device="veth0c3906b"} 0 node_network_device_id{device="veth0dbfee9"} 0 node_network_device_id{device="veth0e34284"} 0 node_network_device_id{device="veth0f8bee4"} 0 node_network_device_id{device="veth1038ac6"} 0 node_network_device_id{device="veth10a6a94"} 0 node_network_device_id{device="veth13e15b2"} 0 node_network_device_id{device="veth14167ea"} 0 node_network_device_id{device="veth1a29fd7"} 0 node_network_device_id{device="veth1a47f8d"} 0 node_network_device_id{device="veth1ab4f56"} 0 node_network_device_id{device="veth1bb644d"} 0 node_network_device_id{device="veth1bbaa29"} 0 node_network_device_id{device="veth1beeadb"} 0 node_network_device_id{device="veth1d30b5e"} 0 node_network_device_id{device="veth1e44a22"} 0 node_network_device_id{device="veth20167e3"} 0 node_network_device_id{device="veth20f5d4d"} 0 node_network_device_id{device="veth219a808"} 0 node_network_device_id{device="veth21c8d23"} 0 node_network_device_id{device="veth239fbb2"} 0 node_network_device_id{device="veth2430e59"} 0 node_network_device_id{device="veth256a0a6"} 0 node_network_device_id{device="veth265579a"} 0 node_network_device_id{device="veth2acaef3"} 0 node_network_device_id{device="veth2adfa8d"} 0 node_network_device_id{device="veth2b99349"} 0 node_network_device_id{device="veth2beec89"} 0 node_network_device_id{device="veth36f5f9e"} 0 node_network_device_id{device="veth38447fd"} 0 node_network_device_id{device="veth386c747"} 0 node_network_device_id{device="veth38c1f13"} 0 node_network_device_id{device="veth3cd7637"} 0 node_network_device_id{device="veth40344a3"} 0 node_network_device_id{device="veth410c490"} 0 node_network_device_id{device="veth47017fc"} 0 node_network_device_id{device="veth480c1dc"} 0 node_network_device_id{device="veth5302d8c"} 0 node_network_device_id{device="veth53ea94c"} 0 node_network_device_id{device="veth54f0e08"} 0 node_network_device_id{device="veth56d4ab9"} 0 node_network_device_id{device="veth58ca89b"} 0 node_network_device_id{device="veth594028a"} 0 node_network_device_id{device="veth5ad9777"} 0 node_network_device_id{device="veth5aea87a"} 0 node_network_device_id{device="veth5b552da"} 0 node_network_device_id{device="veth5da9e0f"} 0 node_network_device_id{device="veth6031170"} 0 node_network_device_id{device="veth60b2772"} 0 node_network_device_id{device="veth63c255e"} 0 node_network_device_id{device="veth69694cd"} 0 node_network_device_id{device="veth6999294"} 0 node_network_device_id{device="veth6a5235c"} 0 node_network_device_id{device="veth6bc26b9"} 0 node_network_device_id{device="veth6dbafb5"} 0 node_network_device_id{device="veth6ed90f5"} 0 node_network_device_id{device="veth706a8a9"} 0 node_network_device_id{device="veth7462f2c"} 0 node_network_device_id{device="veth75a346b"} 0 node_network_device_id{device="veth75f40a0"} 0 node_network_device_id{device="veth76dc81e"} 0 node_network_device_id{device="veth77d0541"} 0 node_network_device_id{device="veth78079b2"} 0 node_network_device_id{device="veth7b29e83"} 0 node_network_device_id{device="veth80d1cde"} 0 node_network_device_id{device="veth812d193"} 0 node_network_device_id{device="veth8131473"} 0 node_network_device_id{device="veth8302fb9"} 0 node_network_device_id{device="veth83edaa8"} 0 node_network_device_id{device="veth857d784"} 0 node_network_device_id{device="veth8792b83"} 0 node_network_device_id{device="veth87a1685"} 0 node_network_device_id{device="veth89a044c"} 0 node_network_device_id{device="veth89bbfd0"} 0 node_network_device_id{device="veth8e2a843"} 0 node_network_device_id{device="veth8fd1103"} 0 node_network_device_id{device="veth8fedfe8"} 0 node_network_device_id{device="veth964b44f"} 0 node_network_device_id{device="veth98429ca"} 0 node_network_device_id{device="veth999a38d"} 0 node_network_device_id{device="veth9a24389"} 0 node_network_device_id{device="veth9a8f9b7"} 0 node_network_device_id{device="veth9e0cb2f"} 0 node_network_device_id{device="veth9efa831"} 0 node_network_device_id{device="veth9f1cb68"} 0 node_network_device_id{device="vetha362b2b"} 0 node_network_device_id{device="vetha45d82e"} 0 node_network_device_id{device="vetha65d4e9"} 0 node_network_device_id{device="vetha85884d"} 0 node_network_device_id{device="vetha861801"} 0 node_network_device_id{device="vethad632e3"} 0 node_network_device_id{device="vethaf99830"} 0 node_network_device_id{device="vethb0d6291"} 0 node_network_device_id{device="vethb22186a"} 0 node_network_device_id{device="vethb4d444e"} 0 node_network_device_id{device="vethb635bbd"} 0 node_network_device_id{device="vethb706cb4"} 0 node_network_device_id{device="vethb8b0761"} 0 node_network_device_id{device="vethb9d7a1f"} 0 node_network_device_id{device="vethba4f39b"} 0 node_network_device_id{device="vethba7fa35"} 0 node_network_device_id{device="vethbaa1ba0"} 0 node_network_device_id{device="vethbd538f4"} 0 node_network_device_id{device="vethc0d3e0a"} 0 node_network_device_id{device="vethc232eb2"} 0 node_network_device_id{device="vethc2fa3c0"} 0 node_network_device_id{device="vethc78dbde"} 0 node_network_device_id{device="vethc819ae7"} 0 node_network_device_id{device="vethc8201fe"} 0 node_network_device_id{device="vethc95e8d6"} 0 node_network_device_id{device="vethcb677ad"} 0 node_network_device_id{device="vethcbadcaa"} 0 node_network_device_id{device="vethccf271d"} 0 node_network_device_id{device="vethcee4e60"} 0 node_network_device_id{device="vethcf271df"} 0 node_network_device_id{device="vethd25fdbf"} 0 node_network_device_id{device="vethd2907a7"} 0 node_network_device_id{device="vethd5cf0dc"} 0 node_network_device_id{device="vethd672bb8"} 0 node_network_device_id{device="vethd79ff4a"} 0 node_network_device_id{device="vethd8b2e1a"} 0 node_network_device_id{device="vethe1935f4"} 0 node_network_device_id{device="vethe253b0b"} 0 node_network_device_id{device="vethe3b9ec6"} 0 node_network_device_id{device="vethe4c0ee9"} 0 node_network_device_id{device="vethea29840"} 0 node_network_device_id{device="vethea60c28"} 0 node_network_device_id{device="vethebfb338"} 0 node_network_device_id{device="vethed5fdc0"} 0 node_network_device_id{device="vetheec8a9e"} 0 node_network_device_id{device="vethf0393dc"} 0 node_network_device_id{device="vethf2093d1"} 0 node_network_device_id{device="vethf400ac7"} 0 node_network_device_id{device="vethf4365a3"} 0 node_network_device_id{device="vethf4abaaa"} 0 node_network_device_id{device="vethf4bd2ee"} 0 node_network_device_id{device="vethf52ea30"} 0 node_network_device_id{device="vethf78abe5"} 0 node_network_device_id{device="vethf9632db"} 0 node_network_device_id{device="vethfc83f5f"} 0 node_network_device_id{device="vethfeb4890"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-13cc155fc657"} 0 node_network_dormant{device="br-35073d3942e6"} 0 node_network_dormant{device="br-85fd997dde75"} 0 node_network_dormant{device="br-9dc3d7861055"} 0 node_network_dormant{device="br-db85bdf681bd"} 0 node_network_dormant{device="br-f8bced460dfb"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth007047f"} 0 node_network_dormant{device="veth0104c55"} 0 node_network_dormant{device="veth0156e14"} 0 node_network_dormant{device="veth01b6672"} 0 node_network_dormant{device="veth04236ac"} 0 node_network_dormant{device="veth04804a3"} 0 node_network_dormant{device="veth05de6b7"} 0 node_network_dormant{device="veth075bdd2"} 0 node_network_dormant{device="veth0ad2694"} 0 node_network_dormant{device="veth0c3906b"} 0 node_network_dormant{device="veth0dbfee9"} 0 node_network_dormant{device="veth0e34284"} 0 node_network_dormant{device="veth0f8bee4"} 0 node_network_dormant{device="veth1038ac6"} 0 node_network_dormant{device="veth10a6a94"} 0 node_network_dormant{device="veth13e15b2"} 0 node_network_dormant{device="veth14167ea"} 0 node_network_dormant{device="veth1a29fd7"} 0 node_network_dormant{device="veth1a47f8d"} 0 node_network_dormant{device="veth1ab4f56"} 0 node_network_dormant{device="veth1bb644d"} 0 node_network_dormant{device="veth1bbaa29"} 0 node_network_dormant{device="veth1beeadb"} 0 node_network_dormant{device="veth1d30b5e"} 0 node_network_dormant{device="veth1e44a22"} 0 node_network_dormant{device="veth20167e3"} 0 node_network_dormant{device="veth20f5d4d"} 0 node_network_dormant{device="veth219a808"} 0 node_network_dormant{device="veth21c8d23"} 0 node_network_dormant{device="veth239fbb2"} 0 node_network_dormant{device="veth2430e59"} 0 node_network_dormant{device="veth256a0a6"} 0 node_network_dormant{device="veth265579a"} 0 node_network_dormant{device="veth2acaef3"} 0 node_network_dormant{device="veth2adfa8d"} 0 node_network_dormant{device="veth2b99349"} 0 node_network_dormant{device="veth2beec89"} 0 node_network_dormant{device="veth36f5f9e"} 0 node_network_dormant{device="veth38447fd"} 0 node_network_dormant{device="veth386c747"} 0 node_network_dormant{device="veth38c1f13"} 0 node_network_dormant{device="veth3cd7637"} 0 node_network_dormant{device="veth40344a3"} 0 node_network_dormant{device="veth410c490"} 0 node_network_dormant{device="veth47017fc"} 0 node_network_dormant{device="veth480c1dc"} 0 node_network_dormant{device="veth5302d8c"} 0 node_network_dormant{device="veth53ea94c"} 0 node_network_dormant{device="veth54f0e08"} 0 node_network_dormant{device="veth56d4ab9"} 0 node_network_dormant{device="veth58ca89b"} 0 node_network_dormant{device="veth594028a"} 0 node_network_dormant{device="veth5ad9777"} 0 node_network_dormant{device="veth5aea87a"} 0 node_network_dormant{device="veth5b552da"} 0 node_network_dormant{device="veth5da9e0f"} 0 node_network_dormant{device="veth6031170"} 0 node_network_dormant{device="veth60b2772"} 0 node_network_dormant{device="veth63c255e"} 0 node_network_dormant{device="veth69694cd"} 0 node_network_dormant{device="veth6999294"} 0 node_network_dormant{device="veth6a5235c"} 0 node_network_dormant{device="veth6bc26b9"} 0 node_network_dormant{device="veth6dbafb5"} 0 node_network_dormant{device="veth6ed90f5"} 0 node_network_dormant{device="veth706a8a9"} 0 node_network_dormant{device="veth7462f2c"} 0 node_network_dormant{device="veth75a346b"} 0 node_network_dormant{device="veth75f40a0"} 0 node_network_dormant{device="veth76dc81e"} 0 node_network_dormant{device="veth77d0541"} 0 node_network_dormant{device="veth78079b2"} 0 node_network_dormant{device="veth7b29e83"} 0 node_network_dormant{device="veth80d1cde"} 0 node_network_dormant{device="veth812d193"} 0 node_network_dormant{device="veth8131473"} 0 node_network_dormant{device="veth8302fb9"} 0 node_network_dormant{device="veth83edaa8"} 0 node_network_dormant{device="veth857d784"} 0 node_network_dormant{device="veth8792b83"} 0 node_network_dormant{device="veth87a1685"} 0 node_network_dormant{device="veth89a044c"} 0 node_network_dormant{device="veth89bbfd0"} 0 node_network_dormant{device="veth8e2a843"} 0 node_network_dormant{device="veth8fd1103"} 0 node_network_dormant{device="veth8fedfe8"} 0 node_network_dormant{device="veth964b44f"} 0 node_network_dormant{device="veth98429ca"} 0 node_network_dormant{device="veth999a38d"} 0 node_network_dormant{device="veth9a24389"} 0 node_network_dormant{device="veth9a8f9b7"} 0 node_network_dormant{device="veth9e0cb2f"} 0 node_network_dormant{device="veth9efa831"} 0 node_network_dormant{device="veth9f1cb68"} 0 node_network_dormant{device="vetha362b2b"} 0 node_network_dormant{device="vetha45d82e"} 0 node_network_dormant{device="vetha65d4e9"} 0 node_network_dormant{device="vetha85884d"} 0 node_network_dormant{device="vetha861801"} 0 node_network_dormant{device="vethad632e3"} 0 node_network_dormant{device="vethaf99830"} 0 node_network_dormant{device="vethb0d6291"} 0 node_network_dormant{device="vethb22186a"} 0 node_network_dormant{device="vethb4d444e"} 0 node_network_dormant{device="vethb635bbd"} 0 node_network_dormant{device="vethb706cb4"} 0 node_network_dormant{device="vethb8b0761"} 0 node_network_dormant{device="vethb9d7a1f"} 0 node_network_dormant{device="vethba4f39b"} 0 node_network_dormant{device="vethba7fa35"} 0 node_network_dormant{device="vethbaa1ba0"} 0 node_network_dormant{device="vethbd538f4"} 0 node_network_dormant{device="vethc0d3e0a"} 0 node_network_dormant{device="vethc232eb2"} 0 node_network_dormant{device="vethc2fa3c0"} 0 node_network_dormant{device="vethc78dbde"} 0 node_network_dormant{device="vethc819ae7"} 0 node_network_dormant{device="vethc8201fe"} 0 node_network_dormant{device="vethc95e8d6"} 0 node_network_dormant{device="vethcb677ad"} 0 node_network_dormant{device="vethcbadcaa"} 0 node_network_dormant{device="vethccf271d"} 0 node_network_dormant{device="vethcee4e60"} 0 node_network_dormant{device="vethcf271df"} 0 node_network_dormant{device="vethd25fdbf"} 0 node_network_dormant{device="vethd2907a7"} 0 node_network_dormant{device="vethd5cf0dc"} 0 node_network_dormant{device="vethd672bb8"} 0 node_network_dormant{device="vethd79ff4a"} 0 node_network_dormant{device="vethd8b2e1a"} 0 node_network_dormant{device="vethe1935f4"} 0 node_network_dormant{device="vethe253b0b"} 0 node_network_dormant{device="vethe3b9ec6"} 0 node_network_dormant{device="vethe4c0ee9"} 0 node_network_dormant{device="vethea29840"} 0 node_network_dormant{device="vethea60c28"} 0 node_network_dormant{device="vethebfb338"} 0 node_network_dormant{device="vethed5fdc0"} 0 node_network_dormant{device="vetheec8a9e"} 0 node_network_dormant{device="vethf0393dc"} 0 node_network_dormant{device="vethf2093d1"} 0 node_network_dormant{device="vethf400ac7"} 0 node_network_dormant{device="vethf4365a3"} 0 node_network_dormant{device="vethf4abaaa"} 0 node_network_dormant{device="vethf4bd2ee"} 0 node_network_dormant{device="vethf52ea30"} 0 node_network_dormant{device="vethf78abe5"} 0 node_network_dormant{device="vethf9632db"} 0 node_network_dormant{device="vethfc83f5f"} 0 node_network_dormant{device="vethfeb4890"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-13cc155fc657"} 4099 node_network_flags{device="br-35073d3942e6"} 4099 node_network_flags{device="br-85fd997dde75"} 4099 node_network_flags{device="br-9dc3d7861055"} 4099 node_network_flags{device="br-db85bdf681bd"} 4099 node_network_flags{device="br-f8bced460dfb"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth007047f"} 4867 node_network_flags{device="veth0104c55"} 4867 node_network_flags{device="veth0156e14"} 4867 node_network_flags{device="veth01b6672"} 4867 node_network_flags{device="veth04236ac"} 4867 node_network_flags{device="veth04804a3"} 4867 node_network_flags{device="veth05de6b7"} 4867 node_network_flags{device="veth075bdd2"} 4867 node_network_flags{device="veth0ad2694"} 4867 node_network_flags{device="veth0c3906b"} 4867 node_network_flags{device="veth0dbfee9"} 4867 node_network_flags{device="veth0e34284"} 4867 node_network_flags{device="veth0f8bee4"} 4867 node_network_flags{device="veth1038ac6"} 4867 node_network_flags{device="veth10a6a94"} 4867 node_network_flags{device="veth13e15b2"} 4867 node_network_flags{device="veth14167ea"} 4867 node_network_flags{device="veth1a29fd7"} 4867 node_network_flags{device="veth1a47f8d"} 4867 node_network_flags{device="veth1ab4f56"} 4867 node_network_flags{device="veth1bb644d"} 4867 node_network_flags{device="veth1bbaa29"} 4867 node_network_flags{device="veth1beeadb"} 4867 node_network_flags{device="veth1d30b5e"} 4867 node_network_flags{device="veth1e44a22"} 4867 node_network_flags{device="veth20167e3"} 4867 node_network_flags{device="veth20f5d4d"} 4867 node_network_flags{device="veth219a808"} 4867 node_network_flags{device="veth21c8d23"} 4867 node_network_flags{device="veth239fbb2"} 4867 node_network_flags{device="veth2430e59"} 4867 node_network_flags{device="veth256a0a6"} 4867 node_network_flags{device="veth265579a"} 4867 node_network_flags{device="veth2acaef3"} 4867 node_network_flags{device="veth2adfa8d"} 4867 node_network_flags{device="veth2b99349"} 4867 node_network_flags{device="veth2beec89"} 4867 node_network_flags{device="veth36f5f9e"} 4867 node_network_flags{device="veth38447fd"} 4867 node_network_flags{device="veth386c747"} 4867 node_network_flags{device="veth38c1f13"} 4867 node_network_flags{device="veth3cd7637"} 4867 node_network_flags{device="veth40344a3"} 4867 node_network_flags{device="veth410c490"} 4867 node_network_flags{device="veth47017fc"} 4867 node_network_flags{device="veth480c1dc"} 4867 node_network_flags{device="veth5302d8c"} 4867 node_network_flags{device="veth53ea94c"} 4867 node_network_flags{device="veth54f0e08"} 4867 node_network_flags{device="veth56d4ab9"} 4867 node_network_flags{device="veth58ca89b"} 4867 node_network_flags{device="veth594028a"} 4867 node_network_flags{device="veth5ad9777"} 4867 node_network_flags{device="veth5aea87a"} 4867 node_network_flags{device="veth5b552da"} 4867 node_network_flags{device="veth5da9e0f"} 4867 node_network_flags{device="veth6031170"} 4867 node_network_flags{device="veth60b2772"} 4867 node_network_flags{device="veth63c255e"} 4867 node_network_flags{device="veth69694cd"} 4867 node_network_flags{device="veth6999294"} 4867 node_network_flags{device="veth6a5235c"} 4867 node_network_flags{device="veth6bc26b9"} 4867 node_network_flags{device="veth6dbafb5"} 4867 node_network_flags{device="veth6ed90f5"} 4867 node_network_flags{device="veth706a8a9"} 4867 node_network_flags{device="veth7462f2c"} 4867 node_network_flags{device="veth75a346b"} 4867 node_network_flags{device="veth75f40a0"} 4867 node_network_flags{device="veth76dc81e"} 4867 node_network_flags{device="veth77d0541"} 4867 node_network_flags{device="veth78079b2"} 4867 node_network_flags{device="veth7b29e83"} 4867 node_network_flags{device="veth80d1cde"} 4867 node_network_flags{device="veth812d193"} 4867 node_network_flags{device="veth8131473"} 4867 node_network_flags{device="veth8302fb9"} 4867 node_network_flags{device="veth83edaa8"} 4867 node_network_flags{device="veth857d784"} 4867 node_network_flags{device="veth8792b83"} 4867 node_network_flags{device="veth87a1685"} 4867 node_network_flags{device="veth89a044c"} 4867 node_network_flags{device="veth89bbfd0"} 4867 node_network_flags{device="veth8e2a843"} 4867 node_network_flags{device="veth8fd1103"} 4867 node_network_flags{device="veth8fedfe8"} 4867 node_network_flags{device="veth964b44f"} 4867 node_network_flags{device="veth98429ca"} 4867 node_network_flags{device="veth999a38d"} 4867 node_network_flags{device="veth9a24389"} 4867 node_network_flags{device="veth9a8f9b7"} 4867 node_network_flags{device="veth9e0cb2f"} 4867 node_network_flags{device="veth9efa831"} 4867 node_network_flags{device="veth9f1cb68"} 4867 node_network_flags{device="vetha362b2b"} 4867 node_network_flags{device="vetha45d82e"} 4867 node_network_flags{device="vetha65d4e9"} 4867 node_network_flags{device="vetha85884d"} 4867 node_network_flags{device="vetha861801"} 4867 node_network_flags{device="vethad632e3"} 4867 node_network_flags{device="vethaf99830"} 4867 node_network_flags{device="vethb0d6291"} 4867 node_network_flags{device="vethb22186a"} 4867 node_network_flags{device="vethb4d444e"} 4867 node_network_flags{device="vethb635bbd"} 4867 node_network_flags{device="vethb706cb4"} 4867 node_network_flags{device="vethb8b0761"} 4867 node_network_flags{device="vethb9d7a1f"} 4867 node_network_flags{device="vethba4f39b"} 4867 node_network_flags{device="vethba7fa35"} 4867 node_network_flags{device="vethbaa1ba0"} 4867 node_network_flags{device="vethbd538f4"} 4867 node_network_flags{device="vethc0d3e0a"} 4867 node_network_flags{device="vethc232eb2"} 4867 node_network_flags{device="vethc2fa3c0"} 4867 node_network_flags{device="vethc78dbde"} 4867 node_network_flags{device="vethc819ae7"} 4867 node_network_flags{device="vethc8201fe"} 4867 node_network_flags{device="vethc95e8d6"} 4867 node_network_flags{device="vethcb677ad"} 4867 node_network_flags{device="vethcbadcaa"} 4867 node_network_flags{device="vethccf271d"} 4867 node_network_flags{device="vethcee4e60"} 4867 node_network_flags{device="vethcf271df"} 4867 node_network_flags{device="vethd25fdbf"} 4867 node_network_flags{device="vethd2907a7"} 4867 node_network_flags{device="vethd5cf0dc"} 4867 node_network_flags{device="vethd672bb8"} 4867 node_network_flags{device="vethd79ff4a"} 4867 node_network_flags{device="vethd8b2e1a"} 4867 node_network_flags{device="vethe1935f4"} 4867 node_network_flags{device="vethe253b0b"} 4867 node_network_flags{device="vethe3b9ec6"} 4867 node_network_flags{device="vethe4c0ee9"} 4867 node_network_flags{device="vethea29840"} 4867 node_network_flags{device="vethea60c28"} 4867 node_network_flags{device="vethebfb338"} 4867 node_network_flags{device="vethed5fdc0"} 4867 node_network_flags{device="vetheec8a9e"} 4867 node_network_flags{device="vethf0393dc"} 4867 node_network_flags{device="vethf2093d1"} 4867 node_network_flags{device="vethf400ac7"} 4867 node_network_flags{device="vethf4365a3"} 4867 node_network_flags{device="vethf4abaaa"} 4867 node_network_flags{device="vethf4bd2ee"} 4867 node_network_flags{device="vethf52ea30"} 4867 node_network_flags{device="vethf78abe5"} 4867 node_network_flags{device="vethf9632db"} 4867 node_network_flags{device="vethfc83f5f"} 4867 node_network_flags{device="vethfeb4890"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-13cc155fc657"} 5 node_network_iface_id{device="br-35073d3942e6"} 365 node_network_iface_id{device="br-85fd997dde75"} 330 node_network_iface_id{device="br-9dc3d7861055"} 383 node_network_iface_id{device="br-db85bdf681bd"} 1.482252e+06 node_network_iface_id{device="br-f8bced460dfb"} 325 node_network_iface_id{device="docker0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth007047f"} 362 node_network_iface_id{device="veth0104c55"} 456 node_network_iface_id{device="veth0156e14"} 1.48231e+06 node_network_iface_id{device="veth01b6672"} 461 node_network_iface_id{device="veth04236ac"} 324 node_network_iface_id{device="veth04804a3"} 410 node_network_iface_id{device="veth05de6b7"} 439 node_network_iface_id{device="veth075bdd2"} 444 node_network_iface_id{device="veth0ad2694"} 416 node_network_iface_id{device="veth0c3906b"} 344 node_network_iface_id{device="veth0dbfee9"} 437 node_network_iface_id{device="veth0e34284"} 428 node_network_iface_id{device="veth0f8bee4"} 335 node_network_iface_id{device="veth1038ac6"} 1.663232e+06 node_network_iface_id{device="veth10a6a94"} 331 node_network_iface_id{device="veth13e15b2"} 411 node_network_iface_id{device="veth14167ea"} 8325 node_network_iface_id{device="veth1a29fd7"} 345 node_network_iface_id{device="veth1a47f8d"} 352 node_network_iface_id{device="veth1ab4f56"} 385 node_network_iface_id{device="veth1bb644d"} 381 node_network_iface_id{device="veth1bbaa29"} 342 node_network_iface_id{device="veth1beeadb"} 414 node_network_iface_id{device="veth1d30b5e"} 432 node_network_iface_id{device="veth1e44a22"} 446 node_network_iface_id{device="veth20167e3"} 358 node_network_iface_id{device="veth20f5d4d"} 1.482299e+06 node_network_iface_id{device="veth219a808"} 384 node_network_iface_id{device="veth21c8d23"} 379 node_network_iface_id{device="veth239fbb2"} 399 node_network_iface_id{device="veth2430e59"} 333 node_network_iface_id{device="veth256a0a6"} 396 node_network_iface_id{device="veth265579a"} 460 node_network_iface_id{device="veth2acaef3"} 1.482305e+06 node_network_iface_id{device="veth2adfa8d"} 332 node_network_iface_id{device="veth2b99349"} 1.482253e+06 node_network_iface_id{device="veth2beec89"} 1.482292e+06 node_network_iface_id{device="veth36f5f9e"} 367 node_network_iface_id{device="veth38447fd"} 354 node_network_iface_id{device="veth386c747"} 376 node_network_iface_id{device="veth38c1f13"} 375 node_network_iface_id{device="veth3cd7637"} 421 node_network_iface_id{device="veth40344a3"} 427 node_network_iface_id{device="veth410c490"} 343 node_network_iface_id{device="veth47017fc"} 424 node_network_iface_id{device="veth480c1dc"} 441 node_network_iface_id{device="veth5302d8c"} 394 node_network_iface_id{device="veth53ea94c"} 451 node_network_iface_id{device="veth54f0e08"} 339 node_network_iface_id{device="veth56d4ab9"} 328 node_network_iface_id{device="veth58ca89b"} 1.482304e+06 node_network_iface_id{device="veth594028a"} 347 node_network_iface_id{device="veth5ad9777"} 355 node_network_iface_id{device="veth5aea87a"} 363 node_network_iface_id{device="veth5b552da"} 433 node_network_iface_id{device="veth5da9e0f"} 419 node_network_iface_id{device="veth6031170"} 1.482298e+06 node_network_iface_id{device="veth60b2772"} 1.482303e+06 node_network_iface_id{device="veth63c255e"} 372 node_network_iface_id{device="veth69694cd"} 386 node_network_iface_id{device="veth6999294"} 326 node_network_iface_id{device="veth6a5235c"} 349 node_network_iface_id{device="veth6bc26b9"} 1.482293e+06 node_network_iface_id{device="veth6dbafb5"} 1.482295e+06 node_network_iface_id{device="veth6ed90f5"} 436 node_network_iface_id{device="veth706a8a9"} 430 node_network_iface_id{device="veth7462f2c"} 450 node_network_iface_id{device="veth75a346b"} 403 node_network_iface_id{device="veth75f40a0"} 369 node_network_iface_id{device="veth76dc81e"} 390 node_network_iface_id{device="veth77d0541"} 1.482308e+06 node_network_iface_id{device="veth78079b2"} 1.4823e+06 node_network_iface_id{device="veth7b29e83"} 336 node_network_iface_id{device="veth80d1cde"} 431 node_network_iface_id{device="veth812d193"} 1.765098e+06 node_network_iface_id{device="veth8131473"} 1.48229e+06 node_network_iface_id{device="veth8302fb9"} 434 node_network_iface_id{device="veth83edaa8"} 360 node_network_iface_id{device="veth857d784"} 397 node_network_iface_id{device="veth8792b83"} 426 node_network_iface_id{device="veth87a1685"} 412 node_network_iface_id{device="veth89a044c"} 368 node_network_iface_id{device="veth89bbfd0"} 22170 node_network_iface_id{device="veth8e2a843"} 380 node_network_iface_id{device="veth8fd1103"} 452 node_network_iface_id{device="veth8fedfe8"} 1.482309e+06 node_network_iface_id{device="veth964b44f"} 22171 node_network_iface_id{device="veth98429ca"} 440 node_network_iface_id{device="veth999a38d"} 1.482311e+06 node_network_iface_id{device="veth9a24389"} 371 node_network_iface_id{device="veth9a8f9b7"} 447 node_network_iface_id{device="veth9e0cb2f"} 340 node_network_iface_id{device="veth9efa831"} 366 node_network_iface_id{device="veth9f1cb68"} 429 node_network_iface_id{device="vetha362b2b"} 329 node_network_iface_id{device="vetha45d82e"} 1.482297e+06 node_network_iface_id{device="vetha65d4e9"} 351 node_network_iface_id{device="vetha85884d"} 1.482288e+06 node_network_iface_id{device="vetha861801"} 420 node_network_iface_id{device="vethad632e3"} 373 node_network_iface_id{device="vethaf99830"} 378 node_network_iface_id{device="vethb0d6291"} 387 node_network_iface_id{device="vethb22186a"} 1.663236e+06 node_network_iface_id{device="vethb4d444e"} 1.482296e+06 node_network_iface_id{device="vethb635bbd"} 1.482302e+06 node_network_iface_id{device="vethb706cb4"} 463 node_network_iface_id{device="vethb8b0761"} 449 node_network_iface_id{device="vethb9d7a1f"} 1.505862e+06 node_network_iface_id{device="vethba4f39b"} 393 node_network_iface_id{device="vethba7fa35"} 327 node_network_iface_id{device="vethbaa1ba0"} 458 node_network_iface_id{device="vethbd538f4"} 423 node_network_iface_id{device="vethc0d3e0a"} 1.73433e+06 node_network_iface_id{device="vethc232eb2"} 455 node_network_iface_id{device="vethc2fa3c0"} 1.482312e+06 node_network_iface_id{device="vethc78dbde"} 425 node_network_iface_id{device="vethc819ae7"} 1.482294e+06 node_network_iface_id{device="vethc8201fe"} 337 node_network_iface_id{device="vethc95e8d6"} 1.482307e+06 node_network_iface_id{device="vethcb677ad"} 443 node_network_iface_id{device="vethcbadcaa"} 407 node_network_iface_id{device="vethccf271d"} 395 node_network_iface_id{device="vethcee4e60"} 445 node_network_iface_id{device="vethcf271df"} 1.482281e+06 node_network_iface_id{device="vethd25fdbf"} 454 node_network_iface_id{device="vethd2907a7"} 453 node_network_iface_id{device="vethd5cf0dc"} 374 node_network_iface_id{device="vethd672bb8"} 1.482291e+06 node_network_iface_id{device="vethd79ff4a"} 402 node_network_iface_id{device="vethd8b2e1a"} 1.482286e+06 node_network_iface_id{device="vethe1935f4"} 338 node_network_iface_id{device="vethe253b0b"} 388 node_network_iface_id{device="vethe3b9ec6"} 413 node_network_iface_id{device="vethe4c0ee9"} 361 node_network_iface_id{device="vethea29840"} 391 node_network_iface_id{device="vethea60c28"} 334 node_network_iface_id{device="vethebfb338"} 353 node_network_iface_id{device="vethed5fdc0"} 370 node_network_iface_id{device="vetheec8a9e"} 401 node_network_iface_id{device="vethf0393dc"} 1.482306e+06 node_network_iface_id{device="vethf2093d1"} 422 node_network_iface_id{device="vethf400ac7"} 392 node_network_iface_id{device="vethf4365a3"} 406 node_network_iface_id{device="vethf4abaaa"} 322 node_network_iface_id{device="vethf4bd2ee"} 409 node_network_iface_id{device="vethf52ea30"} 1.482289e+06 node_network_iface_id{device="vethf78abe5"} 400 node_network_iface_id{device="vethf9632db"} 462 node_network_iface_id{device="vethfc83f5f"} 377 node_network_iface_id{device="vethfeb4890"} 418 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-13cc155fc657"} 5 node_network_iface_link{device="br-35073d3942e6"} 365 node_network_iface_link{device="br-85fd997dde75"} 330 node_network_iface_link{device="br-9dc3d7861055"} 383 node_network_iface_link{device="br-db85bdf681bd"} 1.482252e+06 node_network_iface_link{device="br-f8bced460dfb"} 325 node_network_iface_link{device="docker0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth007047f"} 2 node_network_iface_link{device="veth0104c55"} 2 node_network_iface_link{device="veth0156e14"} 2 node_network_iface_link{device="veth01b6672"} 3 node_network_iface_link{device="veth04236ac"} 2 node_network_iface_link{device="veth04804a3"} 2 node_network_iface_link{device="veth05de6b7"} 2 node_network_iface_link{device="veth075bdd2"} 2 node_network_iface_link{device="veth0ad2694"} 2 node_network_iface_link{device="veth0c3906b"} 2 node_network_iface_link{device="veth0dbfee9"} 2 node_network_iface_link{device="veth0e34284"} 2 node_network_iface_link{device="veth0f8bee4"} 2 node_network_iface_link{device="veth1038ac6"} 2 node_network_iface_link{device="veth10a6a94"} 2 node_network_iface_link{device="veth13e15b2"} 2 node_network_iface_link{device="veth14167ea"} 2 node_network_iface_link{device="veth1a29fd7"} 2 node_network_iface_link{device="veth1a47f8d"} 2 node_network_iface_link{device="veth1ab4f56"} 2 node_network_iface_link{device="veth1bb644d"} 2 node_network_iface_link{device="veth1bbaa29"} 2 node_network_iface_link{device="veth1beeadb"} 2 node_network_iface_link{device="veth1d30b5e"} 2 node_network_iface_link{device="veth1e44a22"} 2 node_network_iface_link{device="veth20167e3"} 2 node_network_iface_link{device="veth20f5d4d"} 2 node_network_iface_link{device="veth219a808"} 2 node_network_iface_link{device="veth21c8d23"} 2 node_network_iface_link{device="veth239fbb2"} 2 node_network_iface_link{device="veth2430e59"} 2 node_network_iface_link{device="veth256a0a6"} 2 node_network_iface_link{device="veth265579a"} 3 node_network_iface_link{device="veth2acaef3"} 2 node_network_iface_link{device="veth2adfa8d"} 2 node_network_iface_link{device="veth2b99349"} 2 node_network_iface_link{device="veth2beec89"} 2 node_network_iface_link{device="veth36f5f9e"} 2 node_network_iface_link{device="veth38447fd"} 3 node_network_iface_link{device="veth386c747"} 2 node_network_iface_link{device="veth38c1f13"} 3 node_network_iface_link{device="veth3cd7637"} 2 node_network_iface_link{device="veth40344a3"} 2 node_network_iface_link{device="veth410c490"} 2 node_network_iface_link{device="veth47017fc"} 2 node_network_iface_link{device="veth480c1dc"} 2 node_network_iface_link{device="veth5302d8c"} 2 node_network_iface_link{device="veth53ea94c"} 2 node_network_iface_link{device="veth54f0e08"} 2 node_network_iface_link{device="veth56d4ab9"} 3 node_network_iface_link{device="veth58ca89b"} 3 node_network_iface_link{device="veth594028a"} 2 node_network_iface_link{device="veth5ad9777"} 2 node_network_iface_link{device="veth5aea87a"} 2 node_network_iface_link{device="veth5b552da"} 2 node_network_iface_link{device="veth5da9e0f"} 2 node_network_iface_link{device="veth6031170"} 2 node_network_iface_link{device="veth60b2772"} 2 node_network_iface_link{device="veth63c255e"} 2 node_network_iface_link{device="veth69694cd"} 2 node_network_iface_link{device="veth6999294"} 2 node_network_iface_link{device="veth6a5235c"} 2 node_network_iface_link{device="veth6bc26b9"} 2 node_network_iface_link{device="veth6dbafb5"} 2 node_network_iface_link{device="veth6ed90f5"} 2 node_network_iface_link{device="veth706a8a9"} 2 node_network_iface_link{device="veth7462f2c"} 2 node_network_iface_link{device="veth75a346b"} 2 node_network_iface_link{device="veth75f40a0"} 2 node_network_iface_link{device="veth76dc81e"} 2 node_network_iface_link{device="veth77d0541"} 2 node_network_iface_link{device="veth78079b2"} 2 node_network_iface_link{device="veth7b29e83"} 2 node_network_iface_link{device="veth80d1cde"} 2 node_network_iface_link{device="veth812d193"} 2 node_network_iface_link{device="veth8131473"} 2 node_network_iface_link{device="veth8302fb9"} 2 node_network_iface_link{device="veth83edaa8"} 2 node_network_iface_link{device="veth857d784"} 2 node_network_iface_link{device="veth8792b83"} 2 node_network_iface_link{device="veth87a1685"} 2 node_network_iface_link{device="veth89a044c"} 2 node_network_iface_link{device="veth89bbfd0"} 2 node_network_iface_link{device="veth8e2a843"} 2 node_network_iface_link{device="veth8fd1103"} 2 node_network_iface_link{device="veth8fedfe8"} 2 node_network_iface_link{device="veth964b44f"} 2 node_network_iface_link{device="veth98429ca"} 2 node_network_iface_link{device="veth999a38d"} 3 node_network_iface_link{device="veth9a24389"} 2 node_network_iface_link{device="veth9a8f9b7"} 2 node_network_iface_link{device="veth9e0cb2f"} 2 node_network_iface_link{device="veth9efa831"} 2 node_network_iface_link{device="veth9f1cb68"} 2 node_network_iface_link{device="vetha362b2b"} 3 node_network_iface_link{device="vetha45d82e"} 2 node_network_iface_link{device="vetha65d4e9"} 3 node_network_iface_link{device="vetha85884d"} 2 node_network_iface_link{device="vetha861801"} 2 node_network_iface_link{device="vethad632e3"} 2 node_network_iface_link{device="vethaf99830"} 2 node_network_iface_link{device="vethb0d6291"} 2 node_network_iface_link{device="vethb22186a"} 2 node_network_iface_link{device="vethb4d444e"} 2 node_network_iface_link{device="vethb635bbd"} 2 node_network_iface_link{device="vethb706cb4"} 2 node_network_iface_link{device="vethb8b0761"} 2 node_network_iface_link{device="vethb9d7a1f"} 2 node_network_iface_link{device="vethba4f39b"} 2 node_network_iface_link{device="vethba7fa35"} 2 node_network_iface_link{device="vethbaa1ba0"} 3 node_network_iface_link{device="vethbd538f4"} 2 node_network_iface_link{device="vethc0d3e0a"} 2 node_network_iface_link{device="vethc232eb2"} 2 node_network_iface_link{device="vethc2fa3c0"} 2 node_network_iface_link{device="vethc78dbde"} 2 node_network_iface_link{device="vethc819ae7"} 2 node_network_iface_link{device="vethc8201fe"} 2 node_network_iface_link{device="vethc95e8d6"} 2 node_network_iface_link{device="vethcb677ad"} 2 node_network_iface_link{device="vethcbadcaa"} 2 node_network_iface_link{device="vethccf271d"} 2 node_network_iface_link{device="vethcee4e60"} 2 node_network_iface_link{device="vethcf271df"} 2 node_network_iface_link{device="vethd25fdbf"} 2 node_network_iface_link{device="vethd2907a7"} 2 node_network_iface_link{device="vethd5cf0dc"} 2 node_network_iface_link{device="vethd672bb8"} 2 node_network_iface_link{device="vethd79ff4a"} 2 node_network_iface_link{device="vethd8b2e1a"} 2 node_network_iface_link{device="vethe1935f4"} 2 node_network_iface_link{device="vethe253b0b"} 2 node_network_iface_link{device="vethe3b9ec6"} 2 node_network_iface_link{device="vethe4c0ee9"} 2 node_network_iface_link{device="vethea29840"} 2 node_network_iface_link{device="vethea60c28"} 2 node_network_iface_link{device="vethebfb338"} 2 node_network_iface_link{device="vethed5fdc0"} 2 node_network_iface_link{device="vetheec8a9e"} 2 node_network_iface_link{device="vethf0393dc"} 2 node_network_iface_link{device="vethf2093d1"} 2 node_network_iface_link{device="vethf400ac7"} 2 node_network_iface_link{device="vethf4365a3"} 2 node_network_iface_link{device="vethf4abaaa"} 2 node_network_iface_link{device="vethf4bd2ee"} 2 node_network_iface_link{device="vethf52ea30"} 2 node_network_iface_link{device="vethf78abe5"} 2 node_network_iface_link{device="vethf9632db"} 2 node_network_iface_link{device="vethfc83f5f"} 2 node_network_iface_link{device="vethfeb4890"} 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-13cc155fc657"} 0 node_network_iface_link_mode{device="br-35073d3942e6"} 0 node_network_iface_link_mode{device="br-85fd997dde75"} 0 node_network_iface_link_mode{device="br-9dc3d7861055"} 0 node_network_iface_link_mode{device="br-db85bdf681bd"} 0 node_network_iface_link_mode{device="br-f8bced460dfb"} 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="veth007047f"} 0 node_network_iface_link_mode{device="veth0104c55"} 0 node_network_iface_link_mode{device="veth0156e14"} 0 node_network_iface_link_mode{device="veth01b6672"} 0 node_network_iface_link_mode{device="veth04236ac"} 0 node_network_iface_link_mode{device="veth04804a3"} 0 node_network_iface_link_mode{device="veth05de6b7"} 0 node_network_iface_link_mode{device="veth075bdd2"} 0 node_network_iface_link_mode{device="veth0ad2694"} 0 node_network_iface_link_mode{device="veth0c3906b"} 0 node_network_iface_link_mode{device="veth0dbfee9"} 0 node_network_iface_link_mode{device="veth0e34284"} 0 node_network_iface_link_mode{device="veth0f8bee4"} 0 node_network_iface_link_mode{device="veth1038ac6"} 0 node_network_iface_link_mode{device="veth10a6a94"} 0 node_network_iface_link_mode{device="veth13e15b2"} 0 node_network_iface_link_mode{device="veth14167ea"} 0 node_network_iface_link_mode{device="veth1a29fd7"} 0 node_network_iface_link_mode{device="veth1a47f8d"} 0 node_network_iface_link_mode{device="veth1ab4f56"} 0 node_network_iface_link_mode{device="veth1bb644d"} 0 node_network_iface_link_mode{device="veth1bbaa29"} 0 node_network_iface_link_mode{device="veth1beeadb"} 0 node_network_iface_link_mode{device="veth1d30b5e"} 0 node_network_iface_link_mode{device="veth1e44a22"} 0 node_network_iface_link_mode{device="veth20167e3"} 0 node_network_iface_link_mode{device="veth20f5d4d"} 0 node_network_iface_link_mode{device="veth219a808"} 0 node_network_iface_link_mode{device="veth21c8d23"} 0 node_network_iface_link_mode{device="veth239fbb2"} 0 node_network_iface_link_mode{device="veth2430e59"} 0 node_network_iface_link_mode{device="veth256a0a6"} 0 node_network_iface_link_mode{device="veth265579a"} 0 node_network_iface_link_mode{device="veth2acaef3"} 0 node_network_iface_link_mode{device="veth2adfa8d"} 0 node_network_iface_link_mode{device="veth2b99349"} 0 node_network_iface_link_mode{device="veth2beec89"} 0 node_network_iface_link_mode{device="veth36f5f9e"} 0 node_network_iface_link_mode{device="veth38447fd"} 0 node_network_iface_link_mode{device="veth386c747"} 0 node_network_iface_link_mode{device="veth38c1f13"} 0 node_network_iface_link_mode{device="veth3cd7637"} 0 node_network_iface_link_mode{device="veth40344a3"} 0 node_network_iface_link_mode{device="veth410c490"} 0 node_network_iface_link_mode{device="veth47017fc"} 0 node_network_iface_link_mode{device="veth480c1dc"} 0 node_network_iface_link_mode{device="veth5302d8c"} 0 node_network_iface_link_mode{device="veth53ea94c"} 0 node_network_iface_link_mode{device="veth54f0e08"} 0 node_network_iface_link_mode{device="veth56d4ab9"} 0 node_network_iface_link_mode{device="veth58ca89b"} 0 node_network_iface_link_mode{device="veth594028a"} 0 node_network_iface_link_mode{device="veth5ad9777"} 0 node_network_iface_link_mode{device="veth5aea87a"} 0 node_network_iface_link_mode{device="veth5b552da"} 0 node_network_iface_link_mode{device="veth5da9e0f"} 0 node_network_iface_link_mode{device="veth6031170"} 0 node_network_iface_link_mode{device="veth60b2772"} 0 node_network_iface_link_mode{device="veth63c255e"} 0 node_network_iface_link_mode{device="veth69694cd"} 0 node_network_iface_link_mode{device="veth6999294"} 0 node_network_iface_link_mode{device="veth6a5235c"} 0 node_network_iface_link_mode{device="veth6bc26b9"} 0 node_network_iface_link_mode{device="veth6dbafb5"} 0 node_network_iface_link_mode{device="veth6ed90f5"} 0 node_network_iface_link_mode{device="veth706a8a9"} 0 node_network_iface_link_mode{device="veth7462f2c"} 0 node_network_iface_link_mode{device="veth75a346b"} 0 node_network_iface_link_mode{device="veth75f40a0"} 0 node_network_iface_link_mode{device="veth76dc81e"} 0 node_network_iface_link_mode{device="veth77d0541"} 0 node_network_iface_link_mode{device="veth78079b2"} 0 node_network_iface_link_mode{device="veth7b29e83"} 0 node_network_iface_link_mode{device="veth80d1cde"} 0 node_network_iface_link_mode{device="veth812d193"} 0 node_network_iface_link_mode{device="veth8131473"} 0 node_network_iface_link_mode{device="veth8302fb9"} 0 node_network_iface_link_mode{device="veth83edaa8"} 0 node_network_iface_link_mode{device="veth857d784"} 0 node_network_iface_link_mode{device="veth8792b83"} 0 node_network_iface_link_mode{device="veth87a1685"} 0 node_network_iface_link_mode{device="veth89a044c"} 0 node_network_iface_link_mode{device="veth89bbfd0"} 0 node_network_iface_link_mode{device="veth8e2a843"} 0 node_network_iface_link_mode{device="veth8fd1103"} 0 node_network_iface_link_mode{device="veth8fedfe8"} 0 node_network_iface_link_mode{device="veth964b44f"} 0 node_network_iface_link_mode{device="veth98429ca"} 0 node_network_iface_link_mode{device="veth999a38d"} 0 node_network_iface_link_mode{device="veth9a24389"} 0 node_network_iface_link_mode{device="veth9a8f9b7"} 0 node_network_iface_link_mode{device="veth9e0cb2f"} 0 node_network_iface_link_mode{device="veth9efa831"} 0 node_network_iface_link_mode{device="veth9f1cb68"} 0 node_network_iface_link_mode{device="vetha362b2b"} 0 node_network_iface_link_mode{device="vetha45d82e"} 0 node_network_iface_link_mode{device="vetha65d4e9"} 0 node_network_iface_link_mode{device="vetha85884d"} 0 node_network_iface_link_mode{device="vetha861801"} 0 node_network_iface_link_mode{device="vethad632e3"} 0 node_network_iface_link_mode{device="vethaf99830"} 0 node_network_iface_link_mode{device="vethb0d6291"} 0 node_network_iface_link_mode{device="vethb22186a"} 0 node_network_iface_link_mode{device="vethb4d444e"} 0 node_network_iface_link_mode{device="vethb635bbd"} 0 node_network_iface_link_mode{device="vethb706cb4"} 0 node_network_iface_link_mode{device="vethb8b0761"} 0 node_network_iface_link_mode{device="vethb9d7a1f"} 0 node_network_iface_link_mode{device="vethba4f39b"} 0 node_network_iface_link_mode{device="vethba7fa35"} 0 node_network_iface_link_mode{device="vethbaa1ba0"} 0 node_network_iface_link_mode{device="vethbd538f4"} 0 node_network_iface_link_mode{device="vethc0d3e0a"} 0 node_network_iface_link_mode{device="vethc232eb2"} 0 node_network_iface_link_mode{device="vethc2fa3c0"} 0 node_network_iface_link_mode{device="vethc78dbde"} 0 node_network_iface_link_mode{device="vethc819ae7"} 0 node_network_iface_link_mode{device="vethc8201fe"} 0 node_network_iface_link_mode{device="vethc95e8d6"} 0 node_network_iface_link_mode{device="vethcb677ad"} 0 node_network_iface_link_mode{device="vethcbadcaa"} 0 node_network_iface_link_mode{device="vethccf271d"} 0 node_network_iface_link_mode{device="vethcee4e60"} 0 node_network_iface_link_mode{device="vethcf271df"} 0 node_network_iface_link_mode{device="vethd25fdbf"} 0 node_network_iface_link_mode{device="vethd2907a7"} 0 node_network_iface_link_mode{device="vethd5cf0dc"} 0 node_network_iface_link_mode{device="vethd672bb8"} 0 node_network_iface_link_mode{device="vethd79ff4a"} 0 node_network_iface_link_mode{device="vethd8b2e1a"} 0 node_network_iface_link_mode{device="vethe1935f4"} 0 node_network_iface_link_mode{device="vethe253b0b"} 0 node_network_iface_link_mode{device="vethe3b9ec6"} 0 node_network_iface_link_mode{device="vethe4c0ee9"} 0 node_network_iface_link_mode{device="vethea29840"} 0 node_network_iface_link_mode{device="vethea60c28"} 0 node_network_iface_link_mode{device="vethebfb338"} 0 node_network_iface_link_mode{device="vethed5fdc0"} 0 node_network_iface_link_mode{device="vetheec8a9e"} 0 node_network_iface_link_mode{device="vethf0393dc"} 0 node_network_iface_link_mode{device="vethf2093d1"} 0 node_network_iface_link_mode{device="vethf400ac7"} 0 node_network_iface_link_mode{device="vethf4365a3"} 0 node_network_iface_link_mode{device="vethf4abaaa"} 0 node_network_iface_link_mode{device="vethf4bd2ee"} 0 node_network_iface_link_mode{device="vethf52ea30"} 0 node_network_iface_link_mode{device="vethf78abe5"} 0 node_network_iface_link_mode{device="vethf9632db"} 0 node_network_iface_link_mode{device="vethfc83f5f"} 0 node_network_iface_link_mode{device="vethfeb4890"} 0 # HELP node_network_info Non-numeric data from /sys/class/net/, value is always 1. # TYPE node_network_info gauge node_network_info{address="00:00:00:00:00:00",adminstate="up",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1 node_network_info{address="02:5c:6c:e5:2c:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth480c1dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:9a:46:66:ab:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha362b2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:8b:29:0f:e9:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd672bb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:95:0b:e8:33:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcb677ad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:26:e3:1c:b0:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaf99830",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:48:39:a3:6a:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth14167ea",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:bf:85:87:2e:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f8bced460dfb",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0a:ce:c9:94:4e:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc232eb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:f6:e1:62:eb:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcee4e60",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:ef:ee:39:3c:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d30b5e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:c3:b1:9c:55:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0d3e0a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:9b:ca:c8:2d:2d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb22186a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:07:f9:6a:f0:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8b2e1a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:4b:6d:a2:7d:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-db85bdf681bd",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1e:53:a0:11:48:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth256a0a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:7b:1f:c0:a3:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth78079b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:dc:98:5e:48:c2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth706a8a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:36:76:a5:89:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83edaa8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:65:a0:3d:53:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ad2694",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:af:b3:a7:6b:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8302fb9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:3a:76:01:01:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth265579a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:96:56:a3:80:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth075bdd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:1e:36:c1:f8:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth69694cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:36:83:ac:3e:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha45d82e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:85:55:77:07:21",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10a6a94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:e7:34:6a:31:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0d6291",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:28:76:25:6e:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ed90f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:b4:5d:db:61:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6999294",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:7e:cd:37:a5:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethccf271d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:d0:06:91:98:6b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5302d8c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:fc:b0:d9:79:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc95e8d6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:8c:2f:90:4b:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8131473",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ae:db:41:b7:b4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9dc3d7861055",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="36:f2:97:f4:62:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd79ff4a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:6f:12:d7:cc:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bb644d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:78:55:2e:ac:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb8b0761",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:1a:11:4f:3a:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethebfb338",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:3f:d7:48:c2:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth76dc81e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:90:77:07:97:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth80d1cde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:1f:37:ed:88:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth21c8d23",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:6f:7d:28:ad:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cd7637",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:71:5f:ea:77:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth007047f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:79:ff:58:00:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6031170",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:63:f4:1f:ca:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a47f8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:05:36:f4:1b:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9efa831",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:2f:f4:2e:65:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75f40a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:be:3e:45:78:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4365a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:13:d8:9c:42:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth47017fc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:6c:7c:70:59:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c3906b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:c2:b3:5a:38:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba4f39b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:37:5f:cd:9a:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfc83f5f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:88:39:33:68:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb635bbd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:9a:f0:70:32:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b99349",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:1d:0c:62:00:71",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1bbaa29",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:58:6f:f0:db:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5cf0dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:5a:cd:6e:dd:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20f5d4d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:71:6a:8d:22:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4bd2ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:b5:d6:56:ff:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e34284",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:02:fa:a2:06:93",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ab4f56",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:10:de:92:bc:e7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8201fe",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:b4:d9:9f:8b:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha85884d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:bf:bf:30:28:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth964b44f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:d3:95:fb:84:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38c1f13",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:3f:f2:18:fe:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8e2a843",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:5c:fc:66:0d:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe253b0b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:aa:1c:d2:42:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf2093d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:26:36:7d:af:29",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeb4890",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:74:78:7d:a1:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a24389",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:2d:6c:24:2a:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheec8a9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:8e:ee:78:9a:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0156e14",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7a:dc:c8:42:77:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth219a808",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:20:ec:a7:ae:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36f5f9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:38:51:74:18:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6bc26b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:51:90:51:99:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd25fdbf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:0d:c9:f1:21:ec",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5da9e0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:b2:16:52:ba:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc78dbde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:cf:d4:71:91:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2907a7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:ee:2d:12:92:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf271df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:34:21:89:e2:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75a346b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:48:06:5c:ae:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethba7fa35",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:d6:30:b7:04:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2beec89",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:46:7b:c4:71:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-35073d3942e6",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:59:d7:a3:da:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbadcaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:74:37:ec:65:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf52ea30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:a5:0c:92:d5:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a5235c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:0a:12:e1:73:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fedfe8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1e:ec:7f:6c:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1beeadb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:b8:8a:18:f2:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89bbfd0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:f9:e3:8d:f2:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8fd1103",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:78:65:ed:97:cb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f8bee4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:a0:7c:01:d8:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad632e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:00:15:04:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="96:30:07:1f:9d:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8792b83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:35:e8:57:19:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f1cb68",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:4e:d4:aa:0d:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth58ca89b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:a0:0f:8a:bd:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a29fd7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:fe:7b:f0:ad:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0dbfee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:89:2b:cb:f0:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha65d4e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:a3:2d:76:85:b0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth05de6b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c7:38:4f:48:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth594028a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:07:1a:92:3d:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7462f2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:55:a6:a8:6b:22",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e0cb2f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:72:a3:44:3b:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04236ac",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:a7:79:67:6c:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56d4ab9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:d9:cd:36:64:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha861801",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:84:ac:37:5c:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth386c747",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:22:0e:a2:dd:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbd538f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:89:cc:19:9f:44",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth999a38d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:bf:92:fb:70:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth410c490",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:17:25:dc:83:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea60c28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:45:f0:09:f0:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth13e15b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e1:74:c5:da:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ea94c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:e2:09:83:f5:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc2fa3c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:49:d1:33:d7:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4c0ee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:55:e9:7c:f9:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3b9ec6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:b9:71:71:80:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7b29e83",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:31:bd:db:0b:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaa1ba0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:a6:81:31:3f:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e44a22",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:ef:62:5f:29:ab",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe1935f4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:76:bb:7a:08:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9a8f9b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:ce:d1:eb:b1:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-85fd997dde75",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ce:70:46:23:b6:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2adfa8d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:a6:47:c9:68:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2acaef3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:cb:3e:f5:9b:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9d7a1f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:11:f4:92:f2:03",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth239fbb2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:62:bb:26:b3:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth04804a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:67:0c:e7:db:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf78abe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:84:87:f2:f8:48",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth89a044c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:dc:d3:b3:24:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5aea87a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:37:61:52:c0:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf400ac7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:47:02:f1:9f:b8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38447fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:b7:83:8c:59:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf0393dc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:cb:f8:b2:20:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethed5fdc0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:cd:48:b0:f2:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc819ae7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:fc:9e:7a:56:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth63c255e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:88:8a:0a:a8:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth857d784",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:a6:85:89:00:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5b552da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:ff:48:d1:6a:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4abaaa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:02:ce:7f:13:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4d444e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:7e:f5:a6:79:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87a1685",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:80:71:dc:2c:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2430e59",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:96:45:5f:32:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-13cc155fc657",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:19:3c:50:10:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethea29840",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:4c:84:cc:b7:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40344a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:81:0e:c7:af:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth20167e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c7:36:b6:35:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54f0e08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:07:73:7b:74:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth01b6672",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:2b:46:9c:86:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ad9777",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:56:05:3c:d3:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77d0541",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:b8:4f:31:73:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth812d193",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ab:a4:b8:6d:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ee:bc:0d:87:ed:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6dbafb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:d5:20:dd:ab:96",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb706cb4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:db:fc:b8:5f:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98429ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:96:53:d0:65:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf9632db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:14:5b:e3:4e:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth60b2772",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:2c:b6:d7:7c:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1038ac6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:33:04:4c:93:c0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0104c55",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-13cc155fc657"} 1500 node_network_mtu_bytes{device="br-35073d3942e6"} 1500 node_network_mtu_bytes{device="br-85fd997dde75"} 1500 node_network_mtu_bytes{device="br-9dc3d7861055"} 1500 node_network_mtu_bytes{device="br-db85bdf681bd"} 1500 node_network_mtu_bytes{device="br-f8bced460dfb"} 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="veth007047f"} 1500 node_network_mtu_bytes{device="veth0104c55"} 1500 node_network_mtu_bytes{device="veth0156e14"} 1500 node_network_mtu_bytes{device="veth01b6672"} 1500 node_network_mtu_bytes{device="veth04236ac"} 1500 node_network_mtu_bytes{device="veth04804a3"} 1500 node_network_mtu_bytes{device="veth05de6b7"} 1500 node_network_mtu_bytes{device="veth075bdd2"} 1500 node_network_mtu_bytes{device="veth0ad2694"} 1500 node_network_mtu_bytes{device="veth0c3906b"} 1500 node_network_mtu_bytes{device="veth0dbfee9"} 1500 node_network_mtu_bytes{device="veth0e34284"} 1500 node_network_mtu_bytes{device="veth0f8bee4"} 1500 node_network_mtu_bytes{device="veth1038ac6"} 1500 node_network_mtu_bytes{device="veth10a6a94"} 1500 node_network_mtu_bytes{device="veth13e15b2"} 1500 node_network_mtu_bytes{device="veth14167ea"} 1500 node_network_mtu_bytes{device="veth1a29fd7"} 1500 node_network_mtu_bytes{device="veth1a47f8d"} 1500 node_network_mtu_bytes{device="veth1ab4f56"} 1500 node_network_mtu_bytes{device="veth1bb644d"} 1500 node_network_mtu_bytes{device="veth1bbaa29"} 1500 node_network_mtu_bytes{device="veth1beeadb"} 1500 node_network_mtu_bytes{device="veth1d30b5e"} 1500 node_network_mtu_bytes{device="veth1e44a22"} 1500 node_network_mtu_bytes{device="veth20167e3"} 1500 node_network_mtu_bytes{device="veth20f5d4d"} 1500 node_network_mtu_bytes{device="veth219a808"} 1500 node_network_mtu_bytes{device="veth21c8d23"} 1500 node_network_mtu_bytes{device="veth239fbb2"} 1500 node_network_mtu_bytes{device="veth2430e59"} 1500 node_network_mtu_bytes{device="veth256a0a6"} 1500 node_network_mtu_bytes{device="veth265579a"} 1500 node_network_mtu_bytes{device="veth2acaef3"} 1500 node_network_mtu_bytes{device="veth2adfa8d"} 1500 node_network_mtu_bytes{device="veth2b99349"} 1500 node_network_mtu_bytes{device="veth2beec89"} 1500 node_network_mtu_bytes{device="veth36f5f9e"} 1500 node_network_mtu_bytes{device="veth38447fd"} 1500 node_network_mtu_bytes{device="veth386c747"} 1500 node_network_mtu_bytes{device="veth38c1f13"} 1500 node_network_mtu_bytes{device="veth3cd7637"} 1500 node_network_mtu_bytes{device="veth40344a3"} 1500 node_network_mtu_bytes{device="veth410c490"} 1500 node_network_mtu_bytes{device="veth47017fc"} 1500 node_network_mtu_bytes{device="veth480c1dc"} 1500 node_network_mtu_bytes{device="veth5302d8c"} 1500 node_network_mtu_bytes{device="veth53ea94c"} 1500 node_network_mtu_bytes{device="veth54f0e08"} 1500 node_network_mtu_bytes{device="veth56d4ab9"} 1500 node_network_mtu_bytes{device="veth58ca89b"} 1500 node_network_mtu_bytes{device="veth594028a"} 1500 node_network_mtu_bytes{device="veth5ad9777"} 1500 node_network_mtu_bytes{device="veth5aea87a"} 1500 node_network_mtu_bytes{device="veth5b552da"} 1500 node_network_mtu_bytes{device="veth5da9e0f"} 1500 node_network_mtu_bytes{device="veth6031170"} 1500 node_network_mtu_bytes{device="veth60b2772"} 1500 node_network_mtu_bytes{device="veth63c255e"} 1500 node_network_mtu_bytes{device="veth69694cd"} 1500 node_network_mtu_bytes{device="veth6999294"} 1500 node_network_mtu_bytes{device="veth6a5235c"} 1500 node_network_mtu_bytes{device="veth6bc26b9"} 1500 node_network_mtu_bytes{device="veth6dbafb5"} 1500 node_network_mtu_bytes{device="veth6ed90f5"} 1500 node_network_mtu_bytes{device="veth706a8a9"} 1500 node_network_mtu_bytes{device="veth7462f2c"} 1500 node_network_mtu_bytes{device="veth75a346b"} 1500 node_network_mtu_bytes{device="veth75f40a0"} 1500 node_network_mtu_bytes{device="veth76dc81e"} 1500 node_network_mtu_bytes{device="veth77d0541"} 1500 node_network_mtu_bytes{device="veth78079b2"} 1500 node_network_mtu_bytes{device="veth7b29e83"} 1500 node_network_mtu_bytes{device="veth80d1cde"} 1500 node_network_mtu_bytes{device="veth812d193"} 1500 node_network_mtu_bytes{device="veth8131473"} 1500 node_network_mtu_bytes{device="veth8302fb9"} 1500 node_network_mtu_bytes{device="veth83edaa8"} 1500 node_network_mtu_bytes{device="veth857d784"} 1500 node_network_mtu_bytes{device="veth8792b83"} 1500 node_network_mtu_bytes{device="veth87a1685"} 1500 node_network_mtu_bytes{device="veth89a044c"} 1500 node_network_mtu_bytes{device="veth89bbfd0"} 1500 node_network_mtu_bytes{device="veth8e2a843"} 1500 node_network_mtu_bytes{device="veth8fd1103"} 1500 node_network_mtu_bytes{device="veth8fedfe8"} 1500 node_network_mtu_bytes{device="veth964b44f"} 1500 node_network_mtu_bytes{device="veth98429ca"} 1500 node_network_mtu_bytes{device="veth999a38d"} 1500 node_network_mtu_bytes{device="veth9a24389"} 1500 node_network_mtu_bytes{device="veth9a8f9b7"} 1500 node_network_mtu_bytes{device="veth9e0cb2f"} 1500 node_network_mtu_bytes{device="veth9efa831"} 1500 node_network_mtu_bytes{device="veth9f1cb68"} 1500 node_network_mtu_bytes{device="vetha362b2b"} 1500 node_network_mtu_bytes{device="vetha45d82e"} 1500 node_network_mtu_bytes{device="vetha65d4e9"} 1500 node_network_mtu_bytes{device="vetha85884d"} 1500 node_network_mtu_bytes{device="vetha861801"} 1500 node_network_mtu_bytes{device="vethad632e3"} 1500 node_network_mtu_bytes{device="vethaf99830"} 1500 node_network_mtu_bytes{device="vethb0d6291"} 1500 node_network_mtu_bytes{device="vethb22186a"} 1500 node_network_mtu_bytes{device="vethb4d444e"} 1500 node_network_mtu_bytes{device="vethb635bbd"} 1500 node_network_mtu_bytes{device="vethb706cb4"} 1500 node_network_mtu_bytes{device="vethb8b0761"} 1500 node_network_mtu_bytes{device="vethb9d7a1f"} 1500 node_network_mtu_bytes{device="vethba4f39b"} 1500 node_network_mtu_bytes{device="vethba7fa35"} 1500 node_network_mtu_bytes{device="vethbaa1ba0"} 1500 node_network_mtu_bytes{device="vethbd538f4"} 1500 node_network_mtu_bytes{device="vethc0d3e0a"} 1500 node_network_mtu_bytes{device="vethc232eb2"} 1500 node_network_mtu_bytes{device="vethc2fa3c0"} 1500 node_network_mtu_bytes{device="vethc78dbde"} 1500 node_network_mtu_bytes{device="vethc819ae7"} 1500 node_network_mtu_bytes{device="vethc8201fe"} 1500 node_network_mtu_bytes{device="vethc95e8d6"} 1500 node_network_mtu_bytes{device="vethcb677ad"} 1500 node_network_mtu_bytes{device="vethcbadcaa"} 1500 node_network_mtu_bytes{device="vethccf271d"} 1500 node_network_mtu_bytes{device="vethcee4e60"} 1500 node_network_mtu_bytes{device="vethcf271df"} 1500 node_network_mtu_bytes{device="vethd25fdbf"} 1500 node_network_mtu_bytes{device="vethd2907a7"} 1500 node_network_mtu_bytes{device="vethd5cf0dc"} 1500 node_network_mtu_bytes{device="vethd672bb8"} 1500 node_network_mtu_bytes{device="vethd79ff4a"} 1500 node_network_mtu_bytes{device="vethd8b2e1a"} 1500 node_network_mtu_bytes{device="vethe1935f4"} 1500 node_network_mtu_bytes{device="vethe253b0b"} 1500 node_network_mtu_bytes{device="vethe3b9ec6"} 1500 node_network_mtu_bytes{device="vethe4c0ee9"} 1500 node_network_mtu_bytes{device="vethea29840"} 1500 node_network_mtu_bytes{device="vethea60c28"} 1500 node_network_mtu_bytes{device="vethebfb338"} 1500 node_network_mtu_bytes{device="vethed5fdc0"} 1500 node_network_mtu_bytes{device="vetheec8a9e"} 1500 node_network_mtu_bytes{device="vethf0393dc"} 1500 node_network_mtu_bytes{device="vethf2093d1"} 1500 node_network_mtu_bytes{device="vethf400ac7"} 1500 node_network_mtu_bytes{device="vethf4365a3"} 1500 node_network_mtu_bytes{device="vethf4abaaa"} 1500 node_network_mtu_bytes{device="vethf4bd2ee"} 1500 node_network_mtu_bytes{device="vethf52ea30"} 1500 node_network_mtu_bytes{device="vethf78abe5"} 1500 node_network_mtu_bytes{device="vethf9632db"} 1500 node_network_mtu_bytes{device="vethfc83f5f"} 1500 node_network_mtu_bytes{device="vethfeb4890"} 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-13cc155fc657"} 3 node_network_name_assign_type{device="br-35073d3942e6"} 3 node_network_name_assign_type{device="br-85fd997dde75"} 3 node_network_name_assign_type{device="br-9dc3d7861055"} 3 node_network_name_assign_type{device="br-db85bdf681bd"} 3 node_network_name_assign_type{device="br-f8bced460dfb"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth007047f"} 3 node_network_name_assign_type{device="veth0104c55"} 3 node_network_name_assign_type{device="veth0156e14"} 3 node_network_name_assign_type{device="veth01b6672"} 3 node_network_name_assign_type{device="veth04236ac"} 3 node_network_name_assign_type{device="veth04804a3"} 3 node_network_name_assign_type{device="veth05de6b7"} 3 node_network_name_assign_type{device="veth075bdd2"} 3 node_network_name_assign_type{device="veth0ad2694"} 3 node_network_name_assign_type{device="veth0c3906b"} 3 node_network_name_assign_type{device="veth0dbfee9"} 3 node_network_name_assign_type{device="veth0e34284"} 3 node_network_name_assign_type{device="veth0f8bee4"} 3 node_network_name_assign_type{device="veth1038ac6"} 3 node_network_name_assign_type{device="veth10a6a94"} 3 node_network_name_assign_type{device="veth13e15b2"} 3 node_network_name_assign_type{device="veth14167ea"} 3 node_network_name_assign_type{device="veth1a29fd7"} 3 node_network_name_assign_type{device="veth1a47f8d"} 3 node_network_name_assign_type{device="veth1ab4f56"} 3 node_network_name_assign_type{device="veth1bb644d"} 3 node_network_name_assign_type{device="veth1bbaa29"} 3 node_network_name_assign_type{device="veth1beeadb"} 3 node_network_name_assign_type{device="veth1d30b5e"} 3 node_network_name_assign_type{device="veth1e44a22"} 3 node_network_name_assign_type{device="veth20167e3"} 3 node_network_name_assign_type{device="veth20f5d4d"} 3 node_network_name_assign_type{device="veth219a808"} 3 node_network_name_assign_type{device="veth21c8d23"} 3 node_network_name_assign_type{device="veth239fbb2"} 3 node_network_name_assign_type{device="veth2430e59"} 3 node_network_name_assign_type{device="veth256a0a6"} 3 node_network_name_assign_type{device="veth265579a"} 3 node_network_name_assign_type{device="veth2acaef3"} 3 node_network_name_assign_type{device="veth2adfa8d"} 3 node_network_name_assign_type{device="veth2b99349"} 3 node_network_name_assign_type{device="veth2beec89"} 3 node_network_name_assign_type{device="veth36f5f9e"} 3 node_network_name_assign_type{device="veth38447fd"} 3 node_network_name_assign_type{device="veth386c747"} 3 node_network_name_assign_type{device="veth38c1f13"} 3 node_network_name_assign_type{device="veth3cd7637"} 3 node_network_name_assign_type{device="veth40344a3"} 3 node_network_name_assign_type{device="veth410c490"} 3 node_network_name_assign_type{device="veth47017fc"} 3 node_network_name_assign_type{device="veth480c1dc"} 3 node_network_name_assign_type{device="veth5302d8c"} 3 node_network_name_assign_type{device="veth53ea94c"} 3 node_network_name_assign_type{device="veth54f0e08"} 3 node_network_name_assign_type{device="veth56d4ab9"} 3 node_network_name_assign_type{device="veth58ca89b"} 3 node_network_name_assign_type{device="veth594028a"} 3 node_network_name_assign_type{device="veth5ad9777"} 3 node_network_name_assign_type{device="veth5aea87a"} 3 node_network_name_assign_type{device="veth5b552da"} 3 node_network_name_assign_type{device="veth5da9e0f"} 3 node_network_name_assign_type{device="veth6031170"} 3 node_network_name_assign_type{device="veth60b2772"} 3 node_network_name_assign_type{device="veth63c255e"} 3 node_network_name_assign_type{device="veth69694cd"} 3 node_network_name_assign_type{device="veth6999294"} 3 node_network_name_assign_type{device="veth6a5235c"} 3 node_network_name_assign_type{device="veth6bc26b9"} 3 node_network_name_assign_type{device="veth6dbafb5"} 3 node_network_name_assign_type{device="veth6ed90f5"} 3 node_network_name_assign_type{device="veth706a8a9"} 3 node_network_name_assign_type{device="veth7462f2c"} 3 node_network_name_assign_type{device="veth75a346b"} 3 node_network_name_assign_type{device="veth75f40a0"} 3 node_network_name_assign_type{device="veth76dc81e"} 3 node_network_name_assign_type{device="veth77d0541"} 3 node_network_name_assign_type{device="veth78079b2"} 3 node_network_name_assign_type{device="veth7b29e83"} 3 node_network_name_assign_type{device="veth80d1cde"} 3 node_network_name_assign_type{device="veth812d193"} 3 node_network_name_assign_type{device="veth8131473"} 3 node_network_name_assign_type{device="veth8302fb9"} 3 node_network_name_assign_type{device="veth83edaa8"} 3 node_network_name_assign_type{device="veth857d784"} 3 node_network_name_assign_type{device="veth8792b83"} 3 node_network_name_assign_type{device="veth87a1685"} 3 node_network_name_assign_type{device="veth89a044c"} 3 node_network_name_assign_type{device="veth89bbfd0"} 3 node_network_name_assign_type{device="veth8e2a843"} 3 node_network_name_assign_type{device="veth8fd1103"} 3 node_network_name_assign_type{device="veth8fedfe8"} 3 node_network_name_assign_type{device="veth964b44f"} 3 node_network_name_assign_type{device="veth98429ca"} 3 node_network_name_assign_type{device="veth999a38d"} 3 node_network_name_assign_type{device="veth9a24389"} 3 node_network_name_assign_type{device="veth9a8f9b7"} 3 node_network_name_assign_type{device="veth9e0cb2f"} 3 node_network_name_assign_type{device="veth9efa831"} 3 node_network_name_assign_type{device="veth9f1cb68"} 3 node_network_name_assign_type{device="vetha362b2b"} 3 node_network_name_assign_type{device="vetha45d82e"} 3 node_network_name_assign_type{device="vetha65d4e9"} 3 node_network_name_assign_type{device="vetha85884d"} 3 node_network_name_assign_type{device="vetha861801"} 3 node_network_name_assign_type{device="vethad632e3"} 3 node_network_name_assign_type{device="vethaf99830"} 3 node_network_name_assign_type{device="vethb0d6291"} 3 node_network_name_assign_type{device="vethb22186a"} 3 node_network_name_assign_type{device="vethb4d444e"} 3 node_network_name_assign_type{device="vethb635bbd"} 3 node_network_name_assign_type{device="vethb706cb4"} 3 node_network_name_assign_type{device="vethb8b0761"} 3 node_network_name_assign_type{device="vethb9d7a1f"} 3 node_network_name_assign_type{device="vethba4f39b"} 3 node_network_name_assign_type{device="vethba7fa35"} 3 node_network_name_assign_type{device="vethbaa1ba0"} 3 node_network_name_assign_type{device="vethbd538f4"} 3 node_network_name_assign_type{device="vethc0d3e0a"} 3 node_network_name_assign_type{device="vethc232eb2"} 3 node_network_name_assign_type{device="vethc2fa3c0"} 3 node_network_name_assign_type{device="vethc78dbde"} 3 node_network_name_assign_type{device="vethc819ae7"} 3 node_network_name_assign_type{device="vethc8201fe"} 3 node_network_name_assign_type{device="vethc95e8d6"} 3 node_network_name_assign_type{device="vethcb677ad"} 3 node_network_name_assign_type{device="vethcbadcaa"} 3 node_network_name_assign_type{device="vethccf271d"} 3 node_network_name_assign_type{device="vethcee4e60"} 3 node_network_name_assign_type{device="vethcf271df"} 3 node_network_name_assign_type{device="vethd25fdbf"} 3 node_network_name_assign_type{device="vethd2907a7"} 3 node_network_name_assign_type{device="vethd5cf0dc"} 3 node_network_name_assign_type{device="vethd672bb8"} 3 node_network_name_assign_type{device="vethd79ff4a"} 3 node_network_name_assign_type{device="vethd8b2e1a"} 3 node_network_name_assign_type{device="vethe1935f4"} 3 node_network_name_assign_type{device="vethe253b0b"} 3 node_network_name_assign_type{device="vethe3b9ec6"} 3 node_network_name_assign_type{device="vethe4c0ee9"} 3 node_network_name_assign_type{device="vethea29840"} 3 node_network_name_assign_type{device="vethea60c28"} 3 node_network_name_assign_type{device="vethebfb338"} 3 node_network_name_assign_type{device="vethed5fdc0"} 3 node_network_name_assign_type{device="vetheec8a9e"} 3 node_network_name_assign_type{device="vethf0393dc"} 3 node_network_name_assign_type{device="vethf2093d1"} 3 node_network_name_assign_type{device="vethf400ac7"} 3 node_network_name_assign_type{device="vethf4365a3"} 3 node_network_name_assign_type{device="vethf4abaaa"} 3 node_network_name_assign_type{device="vethf4bd2ee"} 3 node_network_name_assign_type{device="vethf52ea30"} 3 node_network_name_assign_type{device="vethf78abe5"} 3 node_network_name_assign_type{device="vethf9632db"} 3 node_network_name_assign_type{device="vethfc83f5f"} 3 node_network_name_assign_type{device="vethfeb4890"} 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-13cc155fc657"} 0 node_network_net_dev_group{device="br-35073d3942e6"} 0 node_network_net_dev_group{device="br-85fd997dde75"} 0 node_network_net_dev_group{device="br-9dc3d7861055"} 0 node_network_net_dev_group{device="br-db85bdf681bd"} 0 node_network_net_dev_group{device="br-f8bced460dfb"} 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="veth007047f"} 0 node_network_net_dev_group{device="veth0104c55"} 0 node_network_net_dev_group{device="veth0156e14"} 0 node_network_net_dev_group{device="veth01b6672"} 0 node_network_net_dev_group{device="veth04236ac"} 0 node_network_net_dev_group{device="veth04804a3"} 0 node_network_net_dev_group{device="veth05de6b7"} 0 node_network_net_dev_group{device="veth075bdd2"} 0 node_network_net_dev_group{device="veth0ad2694"} 0 node_network_net_dev_group{device="veth0c3906b"} 0 node_network_net_dev_group{device="veth0dbfee9"} 0 node_network_net_dev_group{device="veth0e34284"} 0 node_network_net_dev_group{device="veth0f8bee4"} 0 node_network_net_dev_group{device="veth1038ac6"} 0 node_network_net_dev_group{device="veth10a6a94"} 0 node_network_net_dev_group{device="veth13e15b2"} 0 node_network_net_dev_group{device="veth14167ea"} 0 node_network_net_dev_group{device="veth1a29fd7"} 0 node_network_net_dev_group{device="veth1a47f8d"} 0 node_network_net_dev_group{device="veth1ab4f56"} 0 node_network_net_dev_group{device="veth1bb644d"} 0 node_network_net_dev_group{device="veth1bbaa29"} 0 node_network_net_dev_group{device="veth1beeadb"} 0 node_network_net_dev_group{device="veth1d30b5e"} 0 node_network_net_dev_group{device="veth1e44a22"} 0 node_network_net_dev_group{device="veth20167e3"} 0 node_network_net_dev_group{device="veth20f5d4d"} 0 node_network_net_dev_group{device="veth219a808"} 0 node_network_net_dev_group{device="veth21c8d23"} 0 node_network_net_dev_group{device="veth239fbb2"} 0 node_network_net_dev_group{device="veth2430e59"} 0 node_network_net_dev_group{device="veth256a0a6"} 0 node_network_net_dev_group{device="veth265579a"} 0 node_network_net_dev_group{device="veth2acaef3"} 0 node_network_net_dev_group{device="veth2adfa8d"} 0 node_network_net_dev_group{device="veth2b99349"} 0 node_network_net_dev_group{device="veth2beec89"} 0 node_network_net_dev_group{device="veth36f5f9e"} 0 node_network_net_dev_group{device="veth38447fd"} 0 node_network_net_dev_group{device="veth386c747"} 0 node_network_net_dev_group{device="veth38c1f13"} 0 node_network_net_dev_group{device="veth3cd7637"} 0 node_network_net_dev_group{device="veth40344a3"} 0 node_network_net_dev_group{device="veth410c490"} 0 node_network_net_dev_group{device="veth47017fc"} 0 node_network_net_dev_group{device="veth480c1dc"} 0 node_network_net_dev_group{device="veth5302d8c"} 0 node_network_net_dev_group{device="veth53ea94c"} 0 node_network_net_dev_group{device="veth54f0e08"} 0 node_network_net_dev_group{device="veth56d4ab9"} 0 node_network_net_dev_group{device="veth58ca89b"} 0 node_network_net_dev_group{device="veth594028a"} 0 node_network_net_dev_group{device="veth5ad9777"} 0 node_network_net_dev_group{device="veth5aea87a"} 0 node_network_net_dev_group{device="veth5b552da"} 0 node_network_net_dev_group{device="veth5da9e0f"} 0 node_network_net_dev_group{device="veth6031170"} 0 node_network_net_dev_group{device="veth60b2772"} 0 node_network_net_dev_group{device="veth63c255e"} 0 node_network_net_dev_group{device="veth69694cd"} 0 node_network_net_dev_group{device="veth6999294"} 0 node_network_net_dev_group{device="veth6a5235c"} 0 node_network_net_dev_group{device="veth6bc26b9"} 0 node_network_net_dev_group{device="veth6dbafb5"} 0 node_network_net_dev_group{device="veth6ed90f5"} 0 node_network_net_dev_group{device="veth706a8a9"} 0 node_network_net_dev_group{device="veth7462f2c"} 0 node_network_net_dev_group{device="veth75a346b"} 0 node_network_net_dev_group{device="veth75f40a0"} 0 node_network_net_dev_group{device="veth76dc81e"} 0 node_network_net_dev_group{device="veth77d0541"} 0 node_network_net_dev_group{device="veth78079b2"} 0 node_network_net_dev_group{device="veth7b29e83"} 0 node_network_net_dev_group{device="veth80d1cde"} 0 node_network_net_dev_group{device="veth812d193"} 0 node_network_net_dev_group{device="veth8131473"} 0 node_network_net_dev_group{device="veth8302fb9"} 0 node_network_net_dev_group{device="veth83edaa8"} 0 node_network_net_dev_group{device="veth857d784"} 0 node_network_net_dev_group{device="veth8792b83"} 0 node_network_net_dev_group{device="veth87a1685"} 0 node_network_net_dev_group{device="veth89a044c"} 0 node_network_net_dev_group{device="veth89bbfd0"} 0 node_network_net_dev_group{device="veth8e2a843"} 0 node_network_net_dev_group{device="veth8fd1103"} 0 node_network_net_dev_group{device="veth8fedfe8"} 0 node_network_net_dev_group{device="veth964b44f"} 0 node_network_net_dev_group{device="veth98429ca"} 0 node_network_net_dev_group{device="veth999a38d"} 0 node_network_net_dev_group{device="veth9a24389"} 0 node_network_net_dev_group{device="veth9a8f9b7"} 0 node_network_net_dev_group{device="veth9e0cb2f"} 0 node_network_net_dev_group{device="veth9efa831"} 0 node_network_net_dev_group{device="veth9f1cb68"} 0 node_network_net_dev_group{device="vetha362b2b"} 0 node_network_net_dev_group{device="vetha45d82e"} 0 node_network_net_dev_group{device="vetha65d4e9"} 0 node_network_net_dev_group{device="vetha85884d"} 0 node_network_net_dev_group{device="vetha861801"} 0 node_network_net_dev_group{device="vethad632e3"} 0 node_network_net_dev_group{device="vethaf99830"} 0 node_network_net_dev_group{device="vethb0d6291"} 0 node_network_net_dev_group{device="vethb22186a"} 0 node_network_net_dev_group{device="vethb4d444e"} 0 node_network_net_dev_group{device="vethb635bbd"} 0 node_network_net_dev_group{device="vethb706cb4"} 0 node_network_net_dev_group{device="vethb8b0761"} 0 node_network_net_dev_group{device="vethb9d7a1f"} 0 node_network_net_dev_group{device="vethba4f39b"} 0 node_network_net_dev_group{device="vethba7fa35"} 0 node_network_net_dev_group{device="vethbaa1ba0"} 0 node_network_net_dev_group{device="vethbd538f4"} 0 node_network_net_dev_group{device="vethc0d3e0a"} 0 node_network_net_dev_group{device="vethc232eb2"} 0 node_network_net_dev_group{device="vethc2fa3c0"} 0 node_network_net_dev_group{device="vethc78dbde"} 0 node_network_net_dev_group{device="vethc819ae7"} 0 node_network_net_dev_group{device="vethc8201fe"} 0 node_network_net_dev_group{device="vethc95e8d6"} 0 node_network_net_dev_group{device="vethcb677ad"} 0 node_network_net_dev_group{device="vethcbadcaa"} 0 node_network_net_dev_group{device="vethccf271d"} 0 node_network_net_dev_group{device="vethcee4e60"} 0 node_network_net_dev_group{device="vethcf271df"} 0 node_network_net_dev_group{device="vethd25fdbf"} 0 node_network_net_dev_group{device="vethd2907a7"} 0 node_network_net_dev_group{device="vethd5cf0dc"} 0 node_network_net_dev_group{device="vethd672bb8"} 0 node_network_net_dev_group{device="vethd79ff4a"} 0 node_network_net_dev_group{device="vethd8b2e1a"} 0 node_network_net_dev_group{device="vethe1935f4"} 0 node_network_net_dev_group{device="vethe253b0b"} 0 node_network_net_dev_group{device="vethe3b9ec6"} 0 node_network_net_dev_group{device="vethe4c0ee9"} 0 node_network_net_dev_group{device="vethea29840"} 0 node_network_net_dev_group{device="vethea60c28"} 0 node_network_net_dev_group{device="vethebfb338"} 0 node_network_net_dev_group{device="vethed5fdc0"} 0 node_network_net_dev_group{device="vetheec8a9e"} 0 node_network_net_dev_group{device="vethf0393dc"} 0 node_network_net_dev_group{device="vethf2093d1"} 0 node_network_net_dev_group{device="vethf400ac7"} 0 node_network_net_dev_group{device="vethf4365a3"} 0 node_network_net_dev_group{device="vethf4abaaa"} 0 node_network_net_dev_group{device="vethf4bd2ee"} 0 node_network_net_dev_group{device="vethf52ea30"} 0 node_network_net_dev_group{device="vethf78abe5"} 0 node_network_net_dev_group{device="vethf9632db"} 0 node_network_net_dev_group{device="vethfc83f5f"} 0 node_network_net_dev_group{device="vethfeb4890"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-13cc155fc657"} 1 node_network_protocol_type{device="br-35073d3942e6"} 1 node_network_protocol_type{device="br-85fd997dde75"} 1 node_network_protocol_type{device="br-9dc3d7861055"} 1 node_network_protocol_type{device="br-db85bdf681bd"} 1 node_network_protocol_type{device="br-f8bced460dfb"} 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="veth007047f"} 1 node_network_protocol_type{device="veth0104c55"} 1 node_network_protocol_type{device="veth0156e14"} 1 node_network_protocol_type{device="veth01b6672"} 1 node_network_protocol_type{device="veth04236ac"} 1 node_network_protocol_type{device="veth04804a3"} 1 node_network_protocol_type{device="veth05de6b7"} 1 node_network_protocol_type{device="veth075bdd2"} 1 node_network_protocol_type{device="veth0ad2694"} 1 node_network_protocol_type{device="veth0c3906b"} 1 node_network_protocol_type{device="veth0dbfee9"} 1 node_network_protocol_type{device="veth0e34284"} 1 node_network_protocol_type{device="veth0f8bee4"} 1 node_network_protocol_type{device="veth1038ac6"} 1 node_network_protocol_type{device="veth10a6a94"} 1 node_network_protocol_type{device="veth13e15b2"} 1 node_network_protocol_type{device="veth14167ea"} 1 node_network_protocol_type{device="veth1a29fd7"} 1 node_network_protocol_type{device="veth1a47f8d"} 1 node_network_protocol_type{device="veth1ab4f56"} 1 node_network_protocol_type{device="veth1bb644d"} 1 node_network_protocol_type{device="veth1bbaa29"} 1 node_network_protocol_type{device="veth1beeadb"} 1 node_network_protocol_type{device="veth1d30b5e"} 1 node_network_protocol_type{device="veth1e44a22"} 1 node_network_protocol_type{device="veth20167e3"} 1 node_network_protocol_type{device="veth20f5d4d"} 1 node_network_protocol_type{device="veth219a808"} 1 node_network_protocol_type{device="veth21c8d23"} 1 node_network_protocol_type{device="veth239fbb2"} 1 node_network_protocol_type{device="veth2430e59"} 1 node_network_protocol_type{device="veth256a0a6"} 1 node_network_protocol_type{device="veth265579a"} 1 node_network_protocol_type{device="veth2acaef3"} 1 node_network_protocol_type{device="veth2adfa8d"} 1 node_network_protocol_type{device="veth2b99349"} 1 node_network_protocol_type{device="veth2beec89"} 1 node_network_protocol_type{device="veth36f5f9e"} 1 node_network_protocol_type{device="veth38447fd"} 1 node_network_protocol_type{device="veth386c747"} 1 node_network_protocol_type{device="veth38c1f13"} 1 node_network_protocol_type{device="veth3cd7637"} 1 node_network_protocol_type{device="veth40344a3"} 1 node_network_protocol_type{device="veth410c490"} 1 node_network_protocol_type{device="veth47017fc"} 1 node_network_protocol_type{device="veth480c1dc"} 1 node_network_protocol_type{device="veth5302d8c"} 1 node_network_protocol_type{device="veth53ea94c"} 1 node_network_protocol_type{device="veth54f0e08"} 1 node_network_protocol_type{device="veth56d4ab9"} 1 node_network_protocol_type{device="veth58ca89b"} 1 node_network_protocol_type{device="veth594028a"} 1 node_network_protocol_type{device="veth5ad9777"} 1 node_network_protocol_type{device="veth5aea87a"} 1 node_network_protocol_type{device="veth5b552da"} 1 node_network_protocol_type{device="veth5da9e0f"} 1 node_network_protocol_type{device="veth6031170"} 1 node_network_protocol_type{device="veth60b2772"} 1 node_network_protocol_type{device="veth63c255e"} 1 node_network_protocol_type{device="veth69694cd"} 1 node_network_protocol_type{device="veth6999294"} 1 node_network_protocol_type{device="veth6a5235c"} 1 node_network_protocol_type{device="veth6bc26b9"} 1 node_network_protocol_type{device="veth6dbafb5"} 1 node_network_protocol_type{device="veth6ed90f5"} 1 node_network_protocol_type{device="veth706a8a9"} 1 node_network_protocol_type{device="veth7462f2c"} 1 node_network_protocol_type{device="veth75a346b"} 1 node_network_protocol_type{device="veth75f40a0"} 1 node_network_protocol_type{device="veth76dc81e"} 1 node_network_protocol_type{device="veth77d0541"} 1 node_network_protocol_type{device="veth78079b2"} 1 node_network_protocol_type{device="veth7b29e83"} 1 node_network_protocol_type{device="veth80d1cde"} 1 node_network_protocol_type{device="veth812d193"} 1 node_network_protocol_type{device="veth8131473"} 1 node_network_protocol_type{device="veth8302fb9"} 1 node_network_protocol_type{device="veth83edaa8"} 1 node_network_protocol_type{device="veth857d784"} 1 node_network_protocol_type{device="veth8792b83"} 1 node_network_protocol_type{device="veth87a1685"} 1 node_network_protocol_type{device="veth89a044c"} 1 node_network_protocol_type{device="veth89bbfd0"} 1 node_network_protocol_type{device="veth8e2a843"} 1 node_network_protocol_type{device="veth8fd1103"} 1 node_network_protocol_type{device="veth8fedfe8"} 1 node_network_protocol_type{device="veth964b44f"} 1 node_network_protocol_type{device="veth98429ca"} 1 node_network_protocol_type{device="veth999a38d"} 1 node_network_protocol_type{device="veth9a24389"} 1 node_network_protocol_type{device="veth9a8f9b7"} 1 node_network_protocol_type{device="veth9e0cb2f"} 1 node_network_protocol_type{device="veth9efa831"} 1 node_network_protocol_type{device="veth9f1cb68"} 1 node_network_protocol_type{device="vetha362b2b"} 1 node_network_protocol_type{device="vetha45d82e"} 1 node_network_protocol_type{device="vetha65d4e9"} 1 node_network_protocol_type{device="vetha85884d"} 1 node_network_protocol_type{device="vetha861801"} 1 node_network_protocol_type{device="vethad632e3"} 1 node_network_protocol_type{device="vethaf99830"} 1 node_network_protocol_type{device="vethb0d6291"} 1 node_network_protocol_type{device="vethb22186a"} 1 node_network_protocol_type{device="vethb4d444e"} 1 node_network_protocol_type{device="vethb635bbd"} 1 node_network_protocol_type{device="vethb706cb4"} 1 node_network_protocol_type{device="vethb8b0761"} 1 node_network_protocol_type{device="vethb9d7a1f"} 1 node_network_protocol_type{device="vethba4f39b"} 1 node_network_protocol_type{device="vethba7fa35"} 1 node_network_protocol_type{device="vethbaa1ba0"} 1 node_network_protocol_type{device="vethbd538f4"} 1 node_network_protocol_type{device="vethc0d3e0a"} 1 node_network_protocol_type{device="vethc232eb2"} 1 node_network_protocol_type{device="vethc2fa3c0"} 1 node_network_protocol_type{device="vethc78dbde"} 1 node_network_protocol_type{device="vethc819ae7"} 1 node_network_protocol_type{device="vethc8201fe"} 1 node_network_protocol_type{device="vethc95e8d6"} 1 node_network_protocol_type{device="vethcb677ad"} 1 node_network_protocol_type{device="vethcbadcaa"} 1 node_network_protocol_type{device="vethccf271d"} 1 node_network_protocol_type{device="vethcee4e60"} 1 node_network_protocol_type{device="vethcf271df"} 1 node_network_protocol_type{device="vethd25fdbf"} 1 node_network_protocol_type{device="vethd2907a7"} 1 node_network_protocol_type{device="vethd5cf0dc"} 1 node_network_protocol_type{device="vethd672bb8"} 1 node_network_protocol_type{device="vethd79ff4a"} 1 node_network_protocol_type{device="vethd8b2e1a"} 1 node_network_protocol_type{device="vethe1935f4"} 1 node_network_protocol_type{device="vethe253b0b"} 1 node_network_protocol_type{device="vethe3b9ec6"} 1 node_network_protocol_type{device="vethe4c0ee9"} 1 node_network_protocol_type{device="vethea29840"} 1 node_network_protocol_type{device="vethea60c28"} 1 node_network_protocol_type{device="vethebfb338"} 1 node_network_protocol_type{device="vethed5fdc0"} 1 node_network_protocol_type{device="vetheec8a9e"} 1 node_network_protocol_type{device="vethf0393dc"} 1 node_network_protocol_type{device="vethf2093d1"} 1 node_network_protocol_type{device="vethf400ac7"} 1 node_network_protocol_type{device="vethf4365a3"} 1 node_network_protocol_type{device="vethf4abaaa"} 1 node_network_protocol_type{device="vethf4bd2ee"} 1 node_network_protocol_type{device="vethf52ea30"} 1 node_network_protocol_type{device="vethf78abe5"} 1 node_network_protocol_type{device="vethf9632db"} 1 node_network_protocol_type{device="vethfc83f5f"} 1 node_network_protocol_type{device="vethfeb4890"} 1 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="eth0"} 2.183327517e+09 node_network_receive_bytes_total{device="eth1"} 443906 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"} 1.7633245e+07 node_network_receive_packets_total{device="eth1"} 6339 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-13cc155fc657"} 1.25e+09 node_network_speed_bytes{device="br-35073d3942e6"} 1.25e+09 node_network_speed_bytes{device="br-85fd997dde75"} 1.25e+09 node_network_speed_bytes{device="br-9dc3d7861055"} 1.25e+09 node_network_speed_bytes{device="br-db85bdf681bd"} 1.25e+09 node_network_speed_bytes{device="br-f8bced460dfb"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth007047f"} 1.25e+09 node_network_speed_bytes{device="veth0104c55"} 1.25e+09 node_network_speed_bytes{device="veth0156e14"} 1.25e+09 node_network_speed_bytes{device="veth01b6672"} 1.25e+09 node_network_speed_bytes{device="veth04236ac"} 1.25e+09 node_network_speed_bytes{device="veth04804a3"} 1.25e+09 node_network_speed_bytes{device="veth05de6b7"} 1.25e+09 node_network_speed_bytes{device="veth075bdd2"} 1.25e+09 node_network_speed_bytes{device="veth0ad2694"} 1.25e+09 node_network_speed_bytes{device="veth0c3906b"} 1.25e+09 node_network_speed_bytes{device="veth0dbfee9"} 1.25e+09 node_network_speed_bytes{device="veth0e34284"} 1.25e+09 node_network_speed_bytes{device="veth0f8bee4"} 1.25e+09 node_network_speed_bytes{device="veth1038ac6"} 1.25e+09 node_network_speed_bytes{device="veth10a6a94"} 1.25e+09 node_network_speed_bytes{device="veth13e15b2"} 1.25e+09 node_network_speed_bytes{device="veth14167ea"} 1.25e+09 node_network_speed_bytes{device="veth1a29fd7"} 1.25e+09 node_network_speed_bytes{device="veth1a47f8d"} 1.25e+09 node_network_speed_bytes{device="veth1ab4f56"} 1.25e+09 node_network_speed_bytes{device="veth1bb644d"} 1.25e+09 node_network_speed_bytes{device="veth1bbaa29"} 1.25e+09 node_network_speed_bytes{device="veth1beeadb"} 1.25e+09 node_network_speed_bytes{device="veth1d30b5e"} 1.25e+09 node_network_speed_bytes{device="veth1e44a22"} 1.25e+09 node_network_speed_bytes{device="veth20167e3"} 1.25e+09 node_network_speed_bytes{device="veth20f5d4d"} 1.25e+09 node_network_speed_bytes{device="veth219a808"} 1.25e+09 node_network_speed_bytes{device="veth21c8d23"} 1.25e+09 node_network_speed_bytes{device="veth239fbb2"} 1.25e+09 node_network_speed_bytes{device="veth2430e59"} 1.25e+09 node_network_speed_bytes{device="veth256a0a6"} 1.25e+09 node_network_speed_bytes{device="veth265579a"} 1.25e+09 node_network_speed_bytes{device="veth2acaef3"} 1.25e+09 node_network_speed_bytes{device="veth2adfa8d"} 1.25e+09 node_network_speed_bytes{device="veth2b99349"} 1.25e+09 node_network_speed_bytes{device="veth2beec89"} 1.25e+09 node_network_speed_bytes{device="veth36f5f9e"} 1.25e+09 node_network_speed_bytes{device="veth38447fd"} 1.25e+09 node_network_speed_bytes{device="veth386c747"} 1.25e+09 node_network_speed_bytes{device="veth38c1f13"} 1.25e+09 node_network_speed_bytes{device="veth3cd7637"} 1.25e+09 node_network_speed_bytes{device="veth40344a3"} 1.25e+09 node_network_speed_bytes{device="veth410c490"} 1.25e+09 node_network_speed_bytes{device="veth47017fc"} 1.25e+09 node_network_speed_bytes{device="veth480c1dc"} 1.25e+09 node_network_speed_bytes{device="veth5302d8c"} 1.25e+09 node_network_speed_bytes{device="veth53ea94c"} 1.25e+09 node_network_speed_bytes{device="veth54f0e08"} 1.25e+09 node_network_speed_bytes{device="veth56d4ab9"} 1.25e+09 node_network_speed_bytes{device="veth58ca89b"} 1.25e+09 node_network_speed_bytes{device="veth594028a"} 1.25e+09 node_network_speed_bytes{device="veth5ad9777"} 1.25e+09 node_network_speed_bytes{device="veth5aea87a"} 1.25e+09 node_network_speed_bytes{device="veth5b552da"} 1.25e+09 node_network_speed_bytes{device="veth5da9e0f"} 1.25e+09 node_network_speed_bytes{device="veth6031170"} 1.25e+09 node_network_speed_bytes{device="veth60b2772"} 1.25e+09 node_network_speed_bytes{device="veth63c255e"} 1.25e+09 node_network_speed_bytes{device="veth69694cd"} 1.25e+09 node_network_speed_bytes{device="veth6999294"} 1.25e+09 node_network_speed_bytes{device="veth6a5235c"} 1.25e+09 node_network_speed_bytes{device="veth6bc26b9"} 1.25e+09 node_network_speed_bytes{device="veth6dbafb5"} 1.25e+09 node_network_speed_bytes{device="veth6ed90f5"} 1.25e+09 node_network_speed_bytes{device="veth706a8a9"} 1.25e+09 node_network_speed_bytes{device="veth7462f2c"} 1.25e+09 node_network_speed_bytes{device="veth75a346b"} 1.25e+09 node_network_speed_bytes{device="veth75f40a0"} 1.25e+09 node_network_speed_bytes{device="veth76dc81e"} 1.25e+09 node_network_speed_bytes{device="veth77d0541"} 1.25e+09 node_network_speed_bytes{device="veth78079b2"} 1.25e+09 node_network_speed_bytes{device="veth7b29e83"} 1.25e+09 node_network_speed_bytes{device="veth80d1cde"} 1.25e+09 node_network_speed_bytes{device="veth812d193"} 1.25e+09 node_network_speed_bytes{device="veth8131473"} 1.25e+09 node_network_speed_bytes{device="veth8302fb9"} 1.25e+09 node_network_speed_bytes{device="veth83edaa8"} 1.25e+09 node_network_speed_bytes{device="veth857d784"} 1.25e+09 node_network_speed_bytes{device="veth8792b83"} 1.25e+09 node_network_speed_bytes{device="veth87a1685"} 1.25e+09 node_network_speed_bytes{device="veth89a044c"} 1.25e+09 node_network_speed_bytes{device="veth89bbfd0"} 1.25e+09 node_network_speed_bytes{device="veth8e2a843"} 1.25e+09 node_network_speed_bytes{device="veth8fd1103"} 1.25e+09 node_network_speed_bytes{device="veth8fedfe8"} 1.25e+09 node_network_speed_bytes{device="veth964b44f"} 1.25e+09 node_network_speed_bytes{device="veth98429ca"} 1.25e+09 node_network_speed_bytes{device="veth999a38d"} 1.25e+09 node_network_speed_bytes{device="veth9a24389"} 1.25e+09 node_network_speed_bytes{device="veth9a8f9b7"} 1.25e+09 node_network_speed_bytes{device="veth9e0cb2f"} 1.25e+09 node_network_speed_bytes{device="veth9efa831"} 1.25e+09 node_network_speed_bytes{device="veth9f1cb68"} 1.25e+09 node_network_speed_bytes{device="vetha362b2b"} 1.25e+09 node_network_speed_bytes{device="vetha45d82e"} 1.25e+09 node_network_speed_bytes{device="vetha65d4e9"} 1.25e+09 node_network_speed_bytes{device="vetha85884d"} 1.25e+09 node_network_speed_bytes{device="vetha861801"} 1.25e+09 node_network_speed_bytes{device="vethad632e3"} 1.25e+09 node_network_speed_bytes{device="vethaf99830"} 1.25e+09 node_network_speed_bytes{device="vethb0d6291"} 1.25e+09 node_network_speed_bytes{device="vethb22186a"} 1.25e+09 node_network_speed_bytes{device="vethb4d444e"} 1.25e+09 node_network_speed_bytes{device="vethb635bbd"} 1.25e+09 node_network_speed_bytes{device="vethb706cb4"} 1.25e+09 node_network_speed_bytes{device="vethb8b0761"} 1.25e+09 node_network_speed_bytes{device="vethb9d7a1f"} 1.25e+09 node_network_speed_bytes{device="vethba4f39b"} 1.25e+09 node_network_speed_bytes{device="vethba7fa35"} 1.25e+09 node_network_speed_bytes{device="vethbaa1ba0"} 1.25e+09 node_network_speed_bytes{device="vethbd538f4"} 1.25e+09 node_network_speed_bytes{device="vethc0d3e0a"} 1.25e+09 node_network_speed_bytes{device="vethc232eb2"} 1.25e+09 node_network_speed_bytes{device="vethc2fa3c0"} 1.25e+09 node_network_speed_bytes{device="vethc78dbde"} 1.25e+09 node_network_speed_bytes{device="vethc819ae7"} 1.25e+09 node_network_speed_bytes{device="vethc8201fe"} 1.25e+09 node_network_speed_bytes{device="vethc95e8d6"} 1.25e+09 node_network_speed_bytes{device="vethcb677ad"} 1.25e+09 node_network_speed_bytes{device="vethcbadcaa"} 1.25e+09 node_network_speed_bytes{device="vethccf271d"} 1.25e+09 node_network_speed_bytes{device="vethcee4e60"} 1.25e+09 node_network_speed_bytes{device="vethcf271df"} 1.25e+09 node_network_speed_bytes{device="vethd25fdbf"} 1.25e+09 node_network_speed_bytes{device="vethd2907a7"} 1.25e+09 node_network_speed_bytes{device="vethd5cf0dc"} 1.25e+09 node_network_speed_bytes{device="vethd672bb8"} 1.25e+09 node_network_speed_bytes{device="vethd79ff4a"} 1.25e+09 node_network_speed_bytes{device="vethd8b2e1a"} 1.25e+09 node_network_speed_bytes{device="vethe1935f4"} 1.25e+09 node_network_speed_bytes{device="vethe253b0b"} 1.25e+09 node_network_speed_bytes{device="vethe3b9ec6"} 1.25e+09 node_network_speed_bytes{device="vethe4c0ee9"} 1.25e+09 node_network_speed_bytes{device="vethea29840"} 1.25e+09 node_network_speed_bytes{device="vethea60c28"} 1.25e+09 node_network_speed_bytes{device="vethebfb338"} 1.25e+09 node_network_speed_bytes{device="vethed5fdc0"} 1.25e+09 node_network_speed_bytes{device="vetheec8a9e"} 1.25e+09 node_network_speed_bytes{device="vethf0393dc"} 1.25e+09 node_network_speed_bytes{device="vethf2093d1"} 1.25e+09 node_network_speed_bytes{device="vethf400ac7"} 1.25e+09 node_network_speed_bytes{device="vethf4365a3"} 1.25e+09 node_network_speed_bytes{device="vethf4abaaa"} 1.25e+09 node_network_speed_bytes{device="vethf4bd2ee"} 1.25e+09 node_network_speed_bytes{device="vethf52ea30"} 1.25e+09 node_network_speed_bytes{device="vethf78abe5"} 1.25e+09 node_network_speed_bytes{device="vethf9632db"} 1.25e+09 node_network_speed_bytes{device="vethfc83f5f"} 1.25e+09 node_network_speed_bytes{device="vethfeb4890"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 4.4942371862e+10 node_network_transmit_bytes_total{device="eth1"} 126 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"} 1.7210711e+07 node_network_transmit_packets_total{device="eth1"} 3 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-13cc155fc657"} 0 node_network_transmit_queue_length{device="br-35073d3942e6"} 0 node_network_transmit_queue_length{device="br-85fd997dde75"} 0 node_network_transmit_queue_length{device="br-9dc3d7861055"} 0 node_network_transmit_queue_length{device="br-db85bdf681bd"} 0 node_network_transmit_queue_length{device="br-f8bced460dfb"} 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="veth007047f"} 0 node_network_transmit_queue_length{device="veth0104c55"} 0 node_network_transmit_queue_length{device="veth0156e14"} 0 node_network_transmit_queue_length{device="veth01b6672"} 0 node_network_transmit_queue_length{device="veth04236ac"} 0 node_network_transmit_queue_length{device="veth04804a3"} 0 node_network_transmit_queue_length{device="veth05de6b7"} 0 node_network_transmit_queue_length{device="veth075bdd2"} 0 node_network_transmit_queue_length{device="veth0ad2694"} 0 node_network_transmit_queue_length{device="veth0c3906b"} 0 node_network_transmit_queue_length{device="veth0dbfee9"} 0 node_network_transmit_queue_length{device="veth0e34284"} 0 node_network_transmit_queue_length{device="veth0f8bee4"} 0 node_network_transmit_queue_length{device="veth1038ac6"} 0 node_network_transmit_queue_length{device="veth10a6a94"} 0 node_network_transmit_queue_length{device="veth13e15b2"} 0 node_network_transmit_queue_length{device="veth14167ea"} 0 node_network_transmit_queue_length{device="veth1a29fd7"} 0 node_network_transmit_queue_length{device="veth1a47f8d"} 0 node_network_transmit_queue_length{device="veth1ab4f56"} 0 node_network_transmit_queue_length{device="veth1bb644d"} 0 node_network_transmit_queue_length{device="veth1bbaa29"} 0 node_network_transmit_queue_length{device="veth1beeadb"} 0 node_network_transmit_queue_length{device="veth1d30b5e"} 0 node_network_transmit_queue_length{device="veth1e44a22"} 0 node_network_transmit_queue_length{device="veth20167e3"} 0 node_network_transmit_queue_length{device="veth20f5d4d"} 0 node_network_transmit_queue_length{device="veth219a808"} 0 node_network_transmit_queue_length{device="veth21c8d23"} 0 node_network_transmit_queue_length{device="veth239fbb2"} 0 node_network_transmit_queue_length{device="veth2430e59"} 0 node_network_transmit_queue_length{device="veth256a0a6"} 0 node_network_transmit_queue_length{device="veth265579a"} 0 node_network_transmit_queue_length{device="veth2acaef3"} 0 node_network_transmit_queue_length{device="veth2adfa8d"} 0 node_network_transmit_queue_length{device="veth2b99349"} 0 node_network_transmit_queue_length{device="veth2beec89"} 0 node_network_transmit_queue_length{device="veth36f5f9e"} 0 node_network_transmit_queue_length{device="veth38447fd"} 0 node_network_transmit_queue_length{device="veth386c747"} 0 node_network_transmit_queue_length{device="veth38c1f13"} 0 node_network_transmit_queue_length{device="veth3cd7637"} 0 node_network_transmit_queue_length{device="veth40344a3"} 0 node_network_transmit_queue_length{device="veth410c490"} 0 node_network_transmit_queue_length{device="veth47017fc"} 0 node_network_transmit_queue_length{device="veth480c1dc"} 0 node_network_transmit_queue_length{device="veth5302d8c"} 0 node_network_transmit_queue_length{device="veth53ea94c"} 0 node_network_transmit_queue_length{device="veth54f0e08"} 0 node_network_transmit_queue_length{device="veth56d4ab9"} 0 node_network_transmit_queue_length{device="veth58ca89b"} 0 node_network_transmit_queue_length{device="veth594028a"} 0 node_network_transmit_queue_length{device="veth5ad9777"} 0 node_network_transmit_queue_length{device="veth5aea87a"} 0 node_network_transmit_queue_length{device="veth5b552da"} 0 node_network_transmit_queue_length{device="veth5da9e0f"} 0 node_network_transmit_queue_length{device="veth6031170"} 0 node_network_transmit_queue_length{device="veth60b2772"} 0 node_network_transmit_queue_length{device="veth63c255e"} 0 node_network_transmit_queue_length{device="veth69694cd"} 0 node_network_transmit_queue_length{device="veth6999294"} 0 node_network_transmit_queue_length{device="veth6a5235c"} 0 node_network_transmit_queue_length{device="veth6bc26b9"} 0 node_network_transmit_queue_length{device="veth6dbafb5"} 0 node_network_transmit_queue_length{device="veth6ed90f5"} 0 node_network_transmit_queue_length{device="veth706a8a9"} 0 node_network_transmit_queue_length{device="veth7462f2c"} 0 node_network_transmit_queue_length{device="veth75a346b"} 0 node_network_transmit_queue_length{device="veth75f40a0"} 0 node_network_transmit_queue_length{device="veth76dc81e"} 0 node_network_transmit_queue_length{device="veth77d0541"} 0 node_network_transmit_queue_length{device="veth78079b2"} 0 node_network_transmit_queue_length{device="veth7b29e83"} 0 node_network_transmit_queue_length{device="veth80d1cde"} 0 node_network_transmit_queue_length{device="veth812d193"} 0 node_network_transmit_queue_length{device="veth8131473"} 0 node_network_transmit_queue_length{device="veth8302fb9"} 0 node_network_transmit_queue_length{device="veth83edaa8"} 0 node_network_transmit_queue_length{device="veth857d784"} 0 node_network_transmit_queue_length{device="veth8792b83"} 0 node_network_transmit_queue_length{device="veth87a1685"} 0 node_network_transmit_queue_length{device="veth89a044c"} 0 node_network_transmit_queue_length{device="veth89bbfd0"} 0 node_network_transmit_queue_length{device="veth8e2a843"} 0 node_network_transmit_queue_length{device="veth8fd1103"} 0 node_network_transmit_queue_length{device="veth8fedfe8"} 0 node_network_transmit_queue_length{device="veth964b44f"} 0 node_network_transmit_queue_length{device="veth98429ca"} 0 node_network_transmit_queue_length{device="veth999a38d"} 0 node_network_transmit_queue_length{device="veth9a24389"} 0 node_network_transmit_queue_length{device="veth9a8f9b7"} 0 node_network_transmit_queue_length{device="veth9e0cb2f"} 0 node_network_transmit_queue_length{device="veth9efa831"} 0 node_network_transmit_queue_length{device="veth9f1cb68"} 0 node_network_transmit_queue_length{device="vetha362b2b"} 0 node_network_transmit_queue_length{device="vetha45d82e"} 0 node_network_transmit_queue_length{device="vetha65d4e9"} 0 node_network_transmit_queue_length{device="vetha85884d"} 0 node_network_transmit_queue_length{device="vetha861801"} 0 node_network_transmit_queue_length{device="vethad632e3"} 0 node_network_transmit_queue_length{device="vethaf99830"} 0 node_network_transmit_queue_length{device="vethb0d6291"} 0 node_network_transmit_queue_length{device="vethb22186a"} 0 node_network_transmit_queue_length{device="vethb4d444e"} 0 node_network_transmit_queue_length{device="vethb635bbd"} 0 node_network_transmit_queue_length{device="vethb706cb4"} 0 node_network_transmit_queue_length{device="vethb8b0761"} 0 node_network_transmit_queue_length{device="vethb9d7a1f"} 0 node_network_transmit_queue_length{device="vethba4f39b"} 0 node_network_transmit_queue_length{device="vethba7fa35"} 0 node_network_transmit_queue_length{device="vethbaa1ba0"} 0 node_network_transmit_queue_length{device="vethbd538f4"} 0 node_network_transmit_queue_length{device="vethc0d3e0a"} 0 node_network_transmit_queue_length{device="vethc232eb2"} 0 node_network_transmit_queue_length{device="vethc2fa3c0"} 0 node_network_transmit_queue_length{device="vethc78dbde"} 0 node_network_transmit_queue_length{device="vethc819ae7"} 0 node_network_transmit_queue_length{device="vethc8201fe"} 0 node_network_transmit_queue_length{device="vethc95e8d6"} 0 node_network_transmit_queue_length{device="vethcb677ad"} 0 node_network_transmit_queue_length{device="vethcbadcaa"} 0 node_network_transmit_queue_length{device="vethccf271d"} 0 node_network_transmit_queue_length{device="vethcee4e60"} 0 node_network_transmit_queue_length{device="vethcf271df"} 0 node_network_transmit_queue_length{device="vethd25fdbf"} 0 node_network_transmit_queue_length{device="vethd2907a7"} 0 node_network_transmit_queue_length{device="vethd5cf0dc"} 0 node_network_transmit_queue_length{device="vethd672bb8"} 0 node_network_transmit_queue_length{device="vethd79ff4a"} 0 node_network_transmit_queue_length{device="vethd8b2e1a"} 0 node_network_transmit_queue_length{device="vethe1935f4"} 0 node_network_transmit_queue_length{device="vethe253b0b"} 0 node_network_transmit_queue_length{device="vethe3b9ec6"} 0 node_network_transmit_queue_length{device="vethe4c0ee9"} 0 node_network_transmit_queue_length{device="vethea29840"} 0 node_network_transmit_queue_length{device="vethea60c28"} 0 node_network_transmit_queue_length{device="vethebfb338"} 0 node_network_transmit_queue_length{device="vethed5fdc0"} 0 node_network_transmit_queue_length{device="vetheec8a9e"} 0 node_network_transmit_queue_length{device="vethf0393dc"} 0 node_network_transmit_queue_length{device="vethf2093d1"} 0 node_network_transmit_queue_length{device="vethf400ac7"} 0 node_network_transmit_queue_length{device="vethf4365a3"} 0 node_network_transmit_queue_length{device="vethf4abaaa"} 0 node_network_transmit_queue_length{device="vethf4bd2ee"} 0 node_network_transmit_queue_length{device="vethf52ea30"} 0 node_network_transmit_queue_length{device="vethf78abe5"} 0 node_network_transmit_queue_length{device="vethf9632db"} 0 node_network_transmit_queue_length{device="vethfc83f5f"} 0 node_network_transmit_queue_length{device="vethfeb4890"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-13cc155fc657"} 1 node_network_up{device="br-35073d3942e6"} 1 node_network_up{device="br-85fd997dde75"} 1 node_network_up{device="br-9dc3d7861055"} 1 node_network_up{device="br-db85bdf681bd"} 1 node_network_up{device="br-f8bced460dfb"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth007047f"} 1 node_network_up{device="veth0104c55"} 1 node_network_up{device="veth0156e14"} 1 node_network_up{device="veth01b6672"} 1 node_network_up{device="veth04236ac"} 1 node_network_up{device="veth04804a3"} 1 node_network_up{device="veth05de6b7"} 1 node_network_up{device="veth075bdd2"} 1 node_network_up{device="veth0ad2694"} 1 node_network_up{device="veth0c3906b"} 1 node_network_up{device="veth0dbfee9"} 1 node_network_up{device="veth0e34284"} 1 node_network_up{device="veth0f8bee4"} 1 node_network_up{device="veth1038ac6"} 1 node_network_up{device="veth10a6a94"} 1 node_network_up{device="veth13e15b2"} 1 node_network_up{device="veth14167ea"} 1 node_network_up{device="veth1a29fd7"} 1 node_network_up{device="veth1a47f8d"} 1 node_network_up{device="veth1ab4f56"} 1 node_network_up{device="veth1bb644d"} 1 node_network_up{device="veth1bbaa29"} 1 node_network_up{device="veth1beeadb"} 1 node_network_up{device="veth1d30b5e"} 1 node_network_up{device="veth1e44a22"} 1 node_network_up{device="veth20167e3"} 1 node_network_up{device="veth20f5d4d"} 1 node_network_up{device="veth219a808"} 1 node_network_up{device="veth21c8d23"} 1 node_network_up{device="veth239fbb2"} 1 node_network_up{device="veth2430e59"} 1 node_network_up{device="veth256a0a6"} 1 node_network_up{device="veth265579a"} 1 node_network_up{device="veth2acaef3"} 1 node_network_up{device="veth2adfa8d"} 1 node_network_up{device="veth2b99349"} 1 node_network_up{device="veth2beec89"} 1 node_network_up{device="veth36f5f9e"} 1 node_network_up{device="veth38447fd"} 1 node_network_up{device="veth386c747"} 1 node_network_up{device="veth38c1f13"} 1 node_network_up{device="veth3cd7637"} 1 node_network_up{device="veth40344a3"} 1 node_network_up{device="veth410c490"} 1 node_network_up{device="veth47017fc"} 1 node_network_up{device="veth480c1dc"} 1 node_network_up{device="veth5302d8c"} 1 node_network_up{device="veth53ea94c"} 1 node_network_up{device="veth54f0e08"} 1 node_network_up{device="veth56d4ab9"} 1 node_network_up{device="veth58ca89b"} 1 node_network_up{device="veth594028a"} 1 node_network_up{device="veth5ad9777"} 1 node_network_up{device="veth5aea87a"} 1 node_network_up{device="veth5b552da"} 1 node_network_up{device="veth5da9e0f"} 1 node_network_up{device="veth6031170"} 1 node_network_up{device="veth60b2772"} 1 node_network_up{device="veth63c255e"} 1 node_network_up{device="veth69694cd"} 1 node_network_up{device="veth6999294"} 1 node_network_up{device="veth6a5235c"} 1 node_network_up{device="veth6bc26b9"} 1 node_network_up{device="veth6dbafb5"} 1 node_network_up{device="veth6ed90f5"} 1 node_network_up{device="veth706a8a9"} 1 node_network_up{device="veth7462f2c"} 1 node_network_up{device="veth75a346b"} 1 node_network_up{device="veth75f40a0"} 1 node_network_up{device="veth76dc81e"} 1 node_network_up{device="veth77d0541"} 1 node_network_up{device="veth78079b2"} 1 node_network_up{device="veth7b29e83"} 1 node_network_up{device="veth80d1cde"} 1 node_network_up{device="veth812d193"} 1 node_network_up{device="veth8131473"} 1 node_network_up{device="veth8302fb9"} 1 node_network_up{device="veth83edaa8"} 1 node_network_up{device="veth857d784"} 1 node_network_up{device="veth8792b83"} 1 node_network_up{device="veth87a1685"} 1 node_network_up{device="veth89a044c"} 1 node_network_up{device="veth89bbfd0"} 1 node_network_up{device="veth8e2a843"} 1 node_network_up{device="veth8fd1103"} 1 node_network_up{device="veth8fedfe8"} 1 node_network_up{device="veth964b44f"} 1 node_network_up{device="veth98429ca"} 1 node_network_up{device="veth999a38d"} 1 node_network_up{device="veth9a24389"} 1 node_network_up{device="veth9a8f9b7"} 1 node_network_up{device="veth9e0cb2f"} 1 node_network_up{device="veth9efa831"} 1 node_network_up{device="veth9f1cb68"} 1 node_network_up{device="vetha362b2b"} 1 node_network_up{device="vetha45d82e"} 1 node_network_up{device="vetha65d4e9"} 1 node_network_up{device="vetha85884d"} 1 node_network_up{device="vetha861801"} 1 node_network_up{device="vethad632e3"} 1 node_network_up{device="vethaf99830"} 1 node_network_up{device="vethb0d6291"} 1 node_network_up{device="vethb22186a"} 1 node_network_up{device="vethb4d444e"} 1 node_network_up{device="vethb635bbd"} 1 node_network_up{device="vethb706cb4"} 1 node_network_up{device="vethb8b0761"} 1 node_network_up{device="vethb9d7a1f"} 1 node_network_up{device="vethba4f39b"} 1 node_network_up{device="vethba7fa35"} 1 node_network_up{device="vethbaa1ba0"} 1 node_network_up{device="vethbd538f4"} 1 node_network_up{device="vethc0d3e0a"} 1 node_network_up{device="vethc232eb2"} 1 node_network_up{device="vethc2fa3c0"} 1 node_network_up{device="vethc78dbde"} 1 node_network_up{device="vethc819ae7"} 1 node_network_up{device="vethc8201fe"} 1 node_network_up{device="vethc95e8d6"} 1 node_network_up{device="vethcb677ad"} 1 node_network_up{device="vethcbadcaa"} 1 node_network_up{device="vethccf271d"} 1 node_network_up{device="vethcee4e60"} 1 node_network_up{device="vethcf271df"} 1 node_network_up{device="vethd25fdbf"} 1 node_network_up{device="vethd2907a7"} 1 node_network_up{device="vethd5cf0dc"} 1 node_network_up{device="vethd672bb8"} 1 node_network_up{device="vethd79ff4a"} 1 node_network_up{device="vethd8b2e1a"} 1 node_network_up{device="vethe1935f4"} 1 node_network_up{device="vethe253b0b"} 1 node_network_up{device="vethe3b9ec6"} 1 node_network_up{device="vethe4c0ee9"} 1 node_network_up{device="vethea29840"} 1 node_network_up{device="vethea60c28"} 1 node_network_up{device="vethebfb338"} 1 node_network_up{device="vethed5fdc0"} 1 node_network_up{device="vetheec8a9e"} 1 node_network_up{device="vethf0393dc"} 1 node_network_up{device="vethf2093d1"} 1 node_network_up{device="vethf400ac7"} 1 node_network_up{device="vethf4365a3"} 1 node_network_up{device="vethf4abaaa"} 1 node_network_up{device="vethf4bd2ee"} 1 node_network_up{device="vethf52ea30"} 1 node_network_up{device="vethf78abe5"} 1 node_network_up{device="vethf9632db"} 1 node_network_up{device="vethfc83f5f"} 1 node_network_up{device="vethfeb4890"} 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 10 # 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 22.04.5 LTS",variant="",variant_id="",version="22.04.5 LTS (Jammy Jellyfish)",version_codename="jammy",version_id="22.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"} 22.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 185459.824822 # 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 10533.694277 # 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 12018.518414 # 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 451.963911 # 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 494.222447 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.898158925113786e+06 node_schedstat_running_seconds_total{cpu="1"} 1.916263842284522e+06 node_schedstat_running_seconds_total{cpu="2"} 1.923743412654006e+06 node_schedstat_running_seconds_total{cpu="3"} 1.918264281870705e+06 node_schedstat_running_seconds_total{cpu="4"} 1.918375410187636e+06 node_schedstat_running_seconds_total{cpu="5"} 1.915466113140921e+06 node_schedstat_running_seconds_total{cpu="6"} 1.91272489176665e+06 node_schedstat_running_seconds_total{cpu="7"} 1.914533996059707e+06 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.302102271e+09 node_schedstat_timeslices_total{cpu="1"} 8.34146358e+09 node_schedstat_timeslices_total{cpu="2"} 8.401926883e+09 node_schedstat_timeslices_total{cpu="3"} 8.350459098e+09 node_schedstat_timeslices_total{cpu="4"} 8.35261007e+09 node_schedstat_timeslices_total{cpu="5"} 8.346418535e+09 node_schedstat_timeslices_total{cpu="6"} 8.336347174e+09 node_schedstat_timeslices_total{cpu="7"} 8.367496648e+09 # HELP node_schedstat_waiting_seconds_total Number of seconds spent by processing waiting for this CPU. # TYPE node_schedstat_waiting_seconds_total counter node_schedstat_waiting_seconds_total{cpu="0"} 133606.058221175 node_schedstat_waiting_seconds_total{cpu="1"} 133173.11574274 node_schedstat_waiting_seconds_total{cpu="2"} 132643.078771013 node_schedstat_waiting_seconds_total{cpu="3"} 134240.220232034 node_schedstat_waiting_seconds_total{cpu="4"} 133404.381882144 node_schedstat_waiting_seconds_total{cpu="5"} 133704.740916532 node_schedstat_waiting_seconds_total{cpu="6"} 133250.115285909 node_schedstat_waiting_seconds_total{cpu="7"} 125419.397293062 # 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.000403415 node_scrape_collector_duration_seconds{collector="bcache"} 2.506e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.3478e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.007277559 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000207927 node_scrape_collector_duration_seconds{collector="cpu"} 0.001523385 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.00018556 node_scrape_collector_duration_seconds{collector="diskstats"} 0.005620552 node_scrape_collector_duration_seconds{collector="dmi"} 2.381e-05 node_scrape_collector_duration_seconds{collector="edac"} 6.3945e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.00016961 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.6963e-05 node_scrape_collector_duration_seconds{collector="filefd"} 0.000104768 node_scrape_collector_duration_seconds{collector="filesystem"} 0.036958212 node_scrape_collector_duration_seconds{collector="hwmon"} 4.9642e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.9885e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 3.1621e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 7.6813e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 6.1189e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000378355 node_scrape_collector_duration_seconds{collector="netclass"} 0.192572334 node_scrape_collector_duration_seconds{collector="netdev"} 0.000544913 node_scrape_collector_duration_seconds{collector="netstat"} 0.001459848 node_scrape_collector_duration_seconds{collector="nfs"} 2.9935e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.2179e-05 node_scrape_collector_duration_seconds{collector="nvme"} 3.2385e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000127296 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 5.9444e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000226649 node_scrape_collector_duration_seconds{collector="rapl"} 6.8445e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000193352 node_scrape_collector_duration_seconds{collector="selinux"} 3.044e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000602581 node_scrape_collector_duration_seconds{collector="softnet"} 0.000237256 node_scrape_collector_duration_seconds{collector="stat"} 0.00035088 node_scrape_collector_duration_seconds{collector="tapestats"} 3.4459e-05 node_scrape_collector_duration_seconds{collector="textfile"} 6.5644e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000924587 node_scrape_collector_duration_seconds{collector="time"} 0.000181965 node_scrape_collector_duration_seconds{collector="timex"} 2.9997e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000379998 node_scrape_collector_duration_seconds{collector="uname"} 3.7981e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000327643 node_scrape_collector_duration_seconds{collector="watchdog"} 0.000105719 node_scrape_collector_duration_seconds{collector="xfs"} 2.9195e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.4736e-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"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_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 441 # 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 260 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.06496e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 3 # 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 102 # 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 417792 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 6 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="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"} 164934 node_softnet_dropped_total{cpu="1"} 283258 node_softnet_dropped_total{cpu="2"} 342237 node_softnet_dropped_total{cpu="3"} 248804 node_softnet_dropped_total{cpu="4"} 284964 node_softnet_dropped_total{cpu="5"} 182440 node_softnet_dropped_total{cpu="6"} 211125 node_softnet_dropped_total{cpu="7"} 254927 # 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"} 2.43244679e+08 node_softnet_processed_total{cpu="1"} 2.43716123e+08 node_softnet_processed_total{cpu="2"} 2.42480943e+08 node_softnet_processed_total{cpu="3"} 4.67994417e+08 node_softnet_processed_total{cpu="4"} 2.62490316e+08 node_softnet_processed_total{cpu="5"} 2.51680792e+08 node_softnet_processed_total{cpu="6"} 2.47209773e+08 node_softnet_processed_total{cpu="7"} 2.43789584e+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"} 191 node_softnet_times_squeezed_total{cpu="1"} 174 node_softnet_times_squeezed_total{cpu="2"} 177 node_softnet_times_squeezed_total{cpu="3"} 1591 node_softnet_times_squeezed_total{cpu="4"} 248 node_softnet_times_squeezed_total{cpu="5"} 348 node_softnet_times_squeezed_total{cpu="6"} 192 node_softnet_times_squeezed_total{cpu="7"} 195 # 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 node_time_clocksource_available_info{clocksource="tsc",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.766264342259506e+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 1.0000394903259278 # 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 1.971 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -1.486e-06 # 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 24577 # 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="b85cd7396461",release="5.15.0-135-generic",sysname="Linux",version="#146-Ubuntu SMP Sat Feb 15 17:06:22 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 4 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.1827238132e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.504057e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 5.04316527e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.487560485e+09 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 45317 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 104753 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 365155.49 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.934415027e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.4701421264e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.8952192e+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.74309941923e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273143296e+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"} 150 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"} 1.536758e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0