# 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"} 5.8023e-05 go_gc_duration_seconds{quantile="0.25"} 0.000121845 go_gc_duration_seconds{quantile="0.5"} 0.000558144 go_gc_duration_seconds{quantile="0.75"} 0.000816361 go_gc_duration_seconds{quantile="1"} 0.002982016 go_gc_duration_seconds_sum 13.7902181 go_gc_duration_seconds_count 23607 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.7"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 717016 # 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.042250448e+09 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.46832e+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.1988619e+07 # 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.038032e+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 717016 # 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 5.7344e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.195456e+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 4355 # 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 5.57056e+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 7.929856e+06 # 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.774611258641341e+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.1992974e+07 # 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 55520 # 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 97920 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 972456 # 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 458752 # 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 458752 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.3980936e+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 5 # 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.770215175e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 9.9803190608e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="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"} 3.31086592e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 15053.7 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 116.67 node_cpu_seconds_total{cpu="0",mode="softirq"} 20231.35 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 306207.18 node_cpu_seconds_total{cpu="0",mode="user"} 656434.43 node_cpu_seconds_total{cpu="1",mode="idle"} 3.37909657e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 1348.24 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 141.99 node_cpu_seconds_total{cpu="1",mode="softirq"} 11774.21 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 294224.16 node_cpu_seconds_total{cpu="1",mode="user"} 627065.69 node_cpu_seconds_total{cpu="2",mode="idle"} 3.47341653e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 1274.67 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 171.31 node_cpu_seconds_total{cpu="2",mode="softirq"} 10453.02 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 286367.87 node_cpu_seconds_total{cpu="2",mode="user"} 531021.82 node_cpu_seconds_total{cpu="3",mode="idle"} 3.47917585e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 1323.54 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 160.62 node_cpu_seconds_total{cpu="3",mode="softirq"} 5325.85 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 288312.87 node_cpu_seconds_total{cpu="3",mode="user"} 533703.79 node_cpu_seconds_total{cpu="4",mode="idle"} 3.48036577e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 1299.75 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 156.02 node_cpu_seconds_total{cpu="4",mode="softirq"} 3654.4 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 287931.27 node_cpu_seconds_total{cpu="4",mode="user"} 534198.12 node_cpu_seconds_total{cpu="5",mode="idle"} 3.48020787e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 1357.07 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 163.08 node_cpu_seconds_total{cpu="5",mode="softirq"} 2812.62 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 287974 node_cpu_seconds_total{cpu="5",mode="user"} 534734.43 node_cpu_seconds_total{cpu="6",mode="idle"} 3.47931489e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 1352.71 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 175.76 node_cpu_seconds_total{cpu="6",mode="softirq"} 2267.3 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 287940.56 node_cpu_seconds_total{cpu="6",mode="user"} 535480.18 node_cpu_seconds_total{cpu="7",mode="idle"} 3.47694651e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 1346.66 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 197.78 node_cpu_seconds_total{cpu="7",mode="softirq"} 1889.02 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 288008.4 node_cpu_seconds_total{cpu="7",mode="user"} 537600.96 # 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"} 65.2 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"} 4.41874381e+08 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"} 225614 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"} 14 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"} 3165.328 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"} 1.0190055e+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"} 35794.872 node_disk_io_time_seconds_total{device="sr0"} 0 # 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"} 148259.68600000002 node_disk_io_time_weighted_seconds_total{device="sr0"} 0 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 2.304853050368e+12 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"} 32800.371 node_disk_read_time_seconds_total{device="sr0"} 0 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 1.39206411e+08 node_disk_reads_completed_total{device="sr0"} 0 # 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"} 373862 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"} 112228.785 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"} 8.9078014e+07 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"} 5.9157601e+07 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"} 9.54540196864e+11 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 (Q35 + ICH9, 2009)",board_vendor="KVM",board_version="pc-q35-6.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.7",revision="f2ec547b49af53815038a50265aa2adcd1275959",tags="unknown",version="1.9.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 6688 # 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="/"} 1.04589688832e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.630281728e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.637216256e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 9.732496e+06 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.998572e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.998572e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 399714 # 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="/"} 8.073948e+06 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.99563e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.998569e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 399681 # 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="/"} 1.11188979712e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64132096e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.630281728e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.637216256e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="28",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="47",mountpoint="/run/user/0"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.60970244096e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.64281088e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.63723264e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 5.24288e+06 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.637228544e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 5.7688095e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 4.8726918308e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2.83 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.68 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 2.97 # 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.191981568e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.425020928e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.23303936e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 8.13694976e+08 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 6.929555456e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 3.02026752e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.250860032e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 8.186150912e+09 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.6650883072e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.36870912e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.1226054656e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.82304768e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 245760 # 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.965315584e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 5.025255424e+09 # HELP node_memory_Inactive_file_bytes Memory information field Inactive_file_bytes. # TYPE node_memory_Inactive_file_bytes gauge node_memory_Inactive_file_bytes 2.05993984e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.2047104e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 9.36730624e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.628263424e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 7.9296512e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.637230592e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.7971584e+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 1.27639552e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.8579456e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 4.163141632e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 5.59525888e+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 2.50949632e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.72266752e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 3.2067584e+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 5.66272e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_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 44136 # 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 6.34329701e+08 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 6.34528765e+08 # 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 283760 # 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 2.890914e+06 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 0 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.890682e+06 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 283888 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 1 # 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-004cf6e82f20"} 3 node_network_address_assign_type{device="br-00a96308a4e5"} 3 node_network_address_assign_type{device="br-0860070895fe"} 3 node_network_address_assign_type{device="br-0e28e2961b77"} 3 node_network_address_assign_type{device="br-191cc4240701"} 3 node_network_address_assign_type{device="br-1f21b5b2723b"} 3 node_network_address_assign_type{device="br-226d5fbda7e3"} 3 node_network_address_assign_type{device="br-23958bae1d20"} 3 node_network_address_assign_type{device="br-29ae0ba52459"} 3 node_network_address_assign_type{device="br-308ea1aa7250"} 3 node_network_address_assign_type{device="br-30eaf36bff50"} 3 node_network_address_assign_type{device="br-3a9342319aa1"} 3 node_network_address_assign_type{device="br-3ebba4aa45c0"} 3 node_network_address_assign_type{device="br-411fcd5b3021"} 3 node_network_address_assign_type{device="br-419d9301b6dc"} 3 node_network_address_assign_type{device="br-41ccd9b9149e"} 3 node_network_address_assign_type{device="br-44e7a93b8758"} 3 node_network_address_assign_type{device="br-4f5582927a96"} 3 node_network_address_assign_type{device="br-5065dafb2ca2"} 3 node_network_address_assign_type{device="br-52ffec257f05"} 3 node_network_address_assign_type{device="br-571d7a959b73"} 3 node_network_address_assign_type{device="br-5c355965e80e"} 3 node_network_address_assign_type{device="br-66ba7e4c2778"} 3 node_network_address_assign_type{device="br-6861295ded65"} 3 node_network_address_assign_type{device="br-6954b52934c9"} 3 node_network_address_assign_type{device="br-72b2d36d3994"} 3 node_network_address_assign_type{device="br-81ff2a54b672"} 3 node_network_address_assign_type{device="br-8a9d8035132a"} 3 node_network_address_assign_type{device="br-8abb242c2c82"} 3 node_network_address_assign_type{device="br-929cfe494ab6"} 3 node_network_address_assign_type{device="br-a728fc27d1ff"} 3 node_network_address_assign_type{device="br-b07d12cc0d57"} 3 node_network_address_assign_type{device="br-b28d2261c99e"} 3 node_network_address_assign_type{device="br-b3b2af59d343"} 3 node_network_address_assign_type{device="br-bd7d90f914af"} 3 node_network_address_assign_type{device="br-be3fd6d2ad15"} 3 node_network_address_assign_type{device="br-c4b769b8fd0b"} 3 node_network_address_assign_type{device="br-cb16f9f4d547"} 3 node_network_address_assign_type{device="br-e1446b915cd2"} 3 node_network_address_assign_type{device="br-e2a54d8c0ea9"} 3 node_network_address_assign_type{device="br-e8e3d5b50ed4"} 3 node_network_address_assign_type{device="br-ff099ec3d25a"} 3 node_network_address_assign_type{device="br-ff72ab34f746"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="enp7s0"} 0 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth00e9475"} 3 node_network_address_assign_type{device="veth07966cd"} 3 node_network_address_assign_type{device="veth10f6fad"} 3 node_network_address_assign_type{device="veth16aa147"} 3 node_network_address_assign_type{device="veth19ac02f"} 3 node_network_address_assign_type{device="veth1f4d5b8"} 3 node_network_address_assign_type{device="veth2197fc5"} 3 node_network_address_assign_type{device="veth2436bf2"} 3 node_network_address_assign_type{device="veth246c458"} 3 node_network_address_assign_type{device="veth24ea6d7"} 3 node_network_address_assign_type{device="veth27de1c8"} 3 node_network_address_assign_type{device="veth29315a0"} 3 node_network_address_assign_type{device="veth2b0ff19"} 3 node_network_address_assign_type{device="veth2dfee36"} 3 node_network_address_assign_type{device="veth2e92c70"} 3 node_network_address_assign_type{device="veth416149e"} 3 node_network_address_assign_type{device="veth45151bc"} 3 node_network_address_assign_type{device="veth4942bb5"} 3 node_network_address_assign_type{device="veth494ffe5"} 3 node_network_address_assign_type{device="veth4c6ef92"} 3 node_network_address_assign_type{device="veth4e112eb"} 3 node_network_address_assign_type{device="veth547a032"} 3 node_network_address_assign_type{device="veth5766ee5"} 3 node_network_address_assign_type{device="veth688104c"} 3 node_network_address_assign_type{device="veth6d49c5c"} 3 node_network_address_assign_type{device="veth6f2f8c9"} 3 node_network_address_assign_type{device="veth6ffbbb7"} 3 node_network_address_assign_type{device="veth720dfde"} 3 node_network_address_assign_type{device="veth75de857"} 3 node_network_address_assign_type{device="veth7833901"} 3 node_network_address_assign_type{device="veth7951c2c"} 3 node_network_address_assign_type{device="veth7f7449e"} 3 node_network_address_assign_type{device="veth8399a48"} 3 node_network_address_assign_type{device="veth8f6b43f"} 3 node_network_address_assign_type{device="veth91a284c"} 3 node_network_address_assign_type{device="veth9619865"} 3 node_network_address_assign_type{device="veth98175dd"} 3 node_network_address_assign_type{device="veth9961806"} 3 node_network_address_assign_type{device="veth9c19181"} 3 node_network_address_assign_type{device="veth9d5fbf4"} 3 node_network_address_assign_type{device="veth9e96d9e"} 3 node_network_address_assign_type{device="vetha2bed73"} 3 node_network_address_assign_type{device="vethab15513"} 3 node_network_address_assign_type{device="vethac482f5"} 3 node_network_address_assign_type{device="vethaccc33e"} 3 node_network_address_assign_type{device="vethacd1bbc"} 3 node_network_address_assign_type{device="vethb05a8e5"} 3 node_network_address_assign_type{device="vethb1d8456"} 3 node_network_address_assign_type{device="vethb329a55"} 3 node_network_address_assign_type{device="vethb44bc9b"} 3 node_network_address_assign_type{device="vethb4cc34f"} 3 node_network_address_assign_type{device="vethc07b43e"} 3 node_network_address_assign_type{device="vethc0a09db"} 3 node_network_address_assign_type{device="vethc1489f3"} 3 node_network_address_assign_type{device="vethc3f360a"} 3 node_network_address_assign_type{device="vethc6ca186"} 3 node_network_address_assign_type{device="vethc713d43"} 3 node_network_address_assign_type{device="vethc719838"} 3 node_network_address_assign_type{device="vethcf1e459"} 3 node_network_address_assign_type{device="vethd30d260"} 3 node_network_address_assign_type{device="vethd3b79ab"} 3 node_network_address_assign_type{device="vethd5d6198"} 3 node_network_address_assign_type{device="vethe0ff8a9"} 3 node_network_address_assign_type{device="vethe436dc5"} 3 node_network_address_assign_type{device="vethe6c4f2a"} 3 node_network_address_assign_type{device="vethe8efc12"} 3 node_network_address_assign_type{device="vethefe2e87"} 3 node_network_address_assign_type{device="vethf016a73"} 3 node_network_address_assign_type{device="vethf4d91de"} 3 node_network_address_assign_type{device="vethf770eef"} 3 node_network_address_assign_type{device="vethfa53e2b"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-004cf6e82f20"} 1 node_network_carrier{device="br-00a96308a4e5"} 1 node_network_carrier{device="br-0860070895fe"} 0 node_network_carrier{device="br-0e28e2961b77"} 0 node_network_carrier{device="br-191cc4240701"} 0 node_network_carrier{device="br-1f21b5b2723b"} 0 node_network_carrier{device="br-226d5fbda7e3"} 0 node_network_carrier{device="br-23958bae1d20"} 0 node_network_carrier{device="br-29ae0ba52459"} 1 node_network_carrier{device="br-308ea1aa7250"} 0 node_network_carrier{device="br-30eaf36bff50"} 0 node_network_carrier{device="br-3a9342319aa1"} 0 node_network_carrier{device="br-3ebba4aa45c0"} 1 node_network_carrier{device="br-411fcd5b3021"} 1 node_network_carrier{device="br-419d9301b6dc"} 1 node_network_carrier{device="br-41ccd9b9149e"} 0 node_network_carrier{device="br-44e7a93b8758"} 1 node_network_carrier{device="br-4f5582927a96"} 0 node_network_carrier{device="br-5065dafb2ca2"} 1 node_network_carrier{device="br-52ffec257f05"} 0 node_network_carrier{device="br-571d7a959b73"} 1 node_network_carrier{device="br-5c355965e80e"} 0 node_network_carrier{device="br-66ba7e4c2778"} 0 node_network_carrier{device="br-6861295ded65"} 0 node_network_carrier{device="br-6954b52934c9"} 1 node_network_carrier{device="br-72b2d36d3994"} 0 node_network_carrier{device="br-81ff2a54b672"} 0 node_network_carrier{device="br-8a9d8035132a"} 1 node_network_carrier{device="br-8abb242c2c82"} 0 node_network_carrier{device="br-929cfe494ab6"} 0 node_network_carrier{device="br-a728fc27d1ff"} 0 node_network_carrier{device="br-b07d12cc0d57"} 1 node_network_carrier{device="br-b28d2261c99e"} 0 node_network_carrier{device="br-b3b2af59d343"} 0 node_network_carrier{device="br-bd7d90f914af"} 0 node_network_carrier{device="br-be3fd6d2ad15"} 0 node_network_carrier{device="br-c4b769b8fd0b"} 0 node_network_carrier{device="br-cb16f9f4d547"} 1 node_network_carrier{device="br-e1446b915cd2"} 0 node_network_carrier{device="br-e2a54d8c0ea9"} 0 node_network_carrier{device="br-e8e3d5b50ed4"} 0 node_network_carrier{device="br-ff099ec3d25a"} 0 node_network_carrier{device="br-ff72ab34f746"} 1 node_network_carrier{device="docker0"} 1 node_network_carrier{device="enp7s0"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth00e9475"} 1 node_network_carrier{device="veth07966cd"} 1 node_network_carrier{device="veth10f6fad"} 1 node_network_carrier{device="veth16aa147"} 1 node_network_carrier{device="veth19ac02f"} 1 node_network_carrier{device="veth1f4d5b8"} 1 node_network_carrier{device="veth2197fc5"} 1 node_network_carrier{device="veth2436bf2"} 1 node_network_carrier{device="veth246c458"} 1 node_network_carrier{device="veth24ea6d7"} 1 node_network_carrier{device="veth27de1c8"} 1 node_network_carrier{device="veth29315a0"} 1 node_network_carrier{device="veth2b0ff19"} 1 node_network_carrier{device="veth2dfee36"} 1 node_network_carrier{device="veth2e92c70"} 1 node_network_carrier{device="veth416149e"} 1 node_network_carrier{device="veth45151bc"} 1 node_network_carrier{device="veth4942bb5"} 1 node_network_carrier{device="veth494ffe5"} 1 node_network_carrier{device="veth4c6ef92"} 1 node_network_carrier{device="veth4e112eb"} 1 node_network_carrier{device="veth547a032"} 1 node_network_carrier{device="veth5766ee5"} 1 node_network_carrier{device="veth688104c"} 1 node_network_carrier{device="veth6d49c5c"} 1 node_network_carrier{device="veth6f2f8c9"} 1 node_network_carrier{device="veth6ffbbb7"} 1 node_network_carrier{device="veth720dfde"} 1 node_network_carrier{device="veth75de857"} 1 node_network_carrier{device="veth7833901"} 1 node_network_carrier{device="veth7951c2c"} 1 node_network_carrier{device="veth7f7449e"} 1 node_network_carrier{device="veth8399a48"} 1 node_network_carrier{device="veth8f6b43f"} 1 node_network_carrier{device="veth91a284c"} 1 node_network_carrier{device="veth9619865"} 1 node_network_carrier{device="veth98175dd"} 1 node_network_carrier{device="veth9961806"} 1 node_network_carrier{device="veth9c19181"} 1 node_network_carrier{device="veth9d5fbf4"} 1 node_network_carrier{device="veth9e96d9e"} 1 node_network_carrier{device="vetha2bed73"} 1 node_network_carrier{device="vethab15513"} 1 node_network_carrier{device="vethac482f5"} 1 node_network_carrier{device="vethaccc33e"} 1 node_network_carrier{device="vethacd1bbc"} 1 node_network_carrier{device="vethb05a8e5"} 1 node_network_carrier{device="vethb1d8456"} 1 node_network_carrier{device="vethb329a55"} 1 node_network_carrier{device="vethb44bc9b"} 1 node_network_carrier{device="vethb4cc34f"} 1 node_network_carrier{device="vethc07b43e"} 1 node_network_carrier{device="vethc0a09db"} 1 node_network_carrier{device="vethc1489f3"} 1 node_network_carrier{device="vethc3f360a"} 1 node_network_carrier{device="vethc6ca186"} 1 node_network_carrier{device="vethc713d43"} 1 node_network_carrier{device="vethc719838"} 1 node_network_carrier{device="vethcf1e459"} 1 node_network_carrier{device="vethd30d260"} 1 node_network_carrier{device="vethd3b79ab"} 1 node_network_carrier{device="vethd5d6198"} 1 node_network_carrier{device="vethe0ff8a9"} 1 node_network_carrier{device="vethe436dc5"} 1 node_network_carrier{device="vethe6c4f2a"} 1 node_network_carrier{device="vethe8efc12"} 1 node_network_carrier{device="vethefe2e87"} 1 node_network_carrier{device="vethf016a73"} 1 node_network_carrier{device="vethf4d91de"} 1 node_network_carrier{device="vethf770eef"} 1 node_network_carrier{device="vethfa53e2b"} 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-004cf6e82f20"} 4 node_network_carrier_changes_total{device="br-00a96308a4e5"} 4 node_network_carrier_changes_total{device="br-0860070895fe"} 1 node_network_carrier_changes_total{device="br-0e28e2961b77"} 1 node_network_carrier_changes_total{device="br-191cc4240701"} 1 node_network_carrier_changes_total{device="br-1f21b5b2723b"} 1 node_network_carrier_changes_total{device="br-226d5fbda7e3"} 1 node_network_carrier_changes_total{device="br-23958bae1d20"} 1 node_network_carrier_changes_total{device="br-29ae0ba52459"} 4 node_network_carrier_changes_total{device="br-308ea1aa7250"} 1 node_network_carrier_changes_total{device="br-30eaf36bff50"} 1 node_network_carrier_changes_total{device="br-3a9342319aa1"} 1 node_network_carrier_changes_total{device="br-3ebba4aa45c0"} 4 node_network_carrier_changes_total{device="br-411fcd5b3021"} 4 node_network_carrier_changes_total{device="br-419d9301b6dc"} 2 node_network_carrier_changes_total{device="br-41ccd9b9149e"} 1 node_network_carrier_changes_total{device="br-44e7a93b8758"} 2 node_network_carrier_changes_total{device="br-4f5582927a96"} 1 node_network_carrier_changes_total{device="br-5065dafb2ca2"} 2 node_network_carrier_changes_total{device="br-52ffec257f05"} 1 node_network_carrier_changes_total{device="br-571d7a959b73"} 4 node_network_carrier_changes_total{device="br-5c355965e80e"} 1 node_network_carrier_changes_total{device="br-66ba7e4c2778"} 1 node_network_carrier_changes_total{device="br-6861295ded65"} 134401 node_network_carrier_changes_total{device="br-6954b52934c9"} 2 node_network_carrier_changes_total{device="br-72b2d36d3994"} 134401 node_network_carrier_changes_total{device="br-81ff2a54b672"} 1 node_network_carrier_changes_total{device="br-8a9d8035132a"} 4 node_network_carrier_changes_total{device="br-8abb242c2c82"} 1 node_network_carrier_changes_total{device="br-929cfe494ab6"} 1 node_network_carrier_changes_total{device="br-a728fc27d1ff"} 1 node_network_carrier_changes_total{device="br-b07d12cc0d57"} 2 node_network_carrier_changes_total{device="br-b28d2261c99e"} 1 node_network_carrier_changes_total{device="br-b3b2af59d343"} 1 node_network_carrier_changes_total{device="br-bd7d90f914af"} 1 node_network_carrier_changes_total{device="br-be3fd6d2ad15"} 1 node_network_carrier_changes_total{device="br-c4b769b8fd0b"} 1 node_network_carrier_changes_total{device="br-cb16f9f4d547"} 4 node_network_carrier_changes_total{device="br-e1446b915cd2"} 1 node_network_carrier_changes_total{device="br-e2a54d8c0ea9"} 1 node_network_carrier_changes_total{device="br-e8e3d5b50ed4"} 1 node_network_carrier_changes_total{device="br-ff099ec3d25a"} 1 node_network_carrier_changes_total{device="br-ff72ab34f746"} 2 node_network_carrier_changes_total{device="docker0"} 42 node_network_carrier_changes_total{device="enp7s0"} 2 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth00e9475"} 2 node_network_carrier_changes_total{device="veth07966cd"} 2 node_network_carrier_changes_total{device="veth10f6fad"} 2 node_network_carrier_changes_total{device="veth16aa147"} 2 node_network_carrier_changes_total{device="veth19ac02f"} 2 node_network_carrier_changes_total{device="veth1f4d5b8"} 2 node_network_carrier_changes_total{device="veth2197fc5"} 2 node_network_carrier_changes_total{device="veth2436bf2"} 2 node_network_carrier_changes_total{device="veth246c458"} 2 node_network_carrier_changes_total{device="veth24ea6d7"} 2 node_network_carrier_changes_total{device="veth27de1c8"} 2 node_network_carrier_changes_total{device="veth29315a0"} 2 node_network_carrier_changes_total{device="veth2b0ff19"} 2 node_network_carrier_changes_total{device="veth2dfee36"} 2 node_network_carrier_changes_total{device="veth2e92c70"} 2 node_network_carrier_changes_total{device="veth416149e"} 2 node_network_carrier_changes_total{device="veth45151bc"} 2 node_network_carrier_changes_total{device="veth4942bb5"} 2 node_network_carrier_changes_total{device="veth494ffe5"} 2 node_network_carrier_changes_total{device="veth4c6ef92"} 2 node_network_carrier_changes_total{device="veth4e112eb"} 2 node_network_carrier_changes_total{device="veth547a032"} 2 node_network_carrier_changes_total{device="veth5766ee5"} 2 node_network_carrier_changes_total{device="veth688104c"} 2 node_network_carrier_changes_total{device="veth6d49c5c"} 2 node_network_carrier_changes_total{device="veth6f2f8c9"} 2 node_network_carrier_changes_total{device="veth6ffbbb7"} 2 node_network_carrier_changes_total{device="veth720dfde"} 2 node_network_carrier_changes_total{device="veth75de857"} 2 node_network_carrier_changes_total{device="veth7833901"} 2 node_network_carrier_changes_total{device="veth7951c2c"} 2 node_network_carrier_changes_total{device="veth7f7449e"} 2 node_network_carrier_changes_total{device="veth8399a48"} 2 node_network_carrier_changes_total{device="veth8f6b43f"} 2 node_network_carrier_changes_total{device="veth91a284c"} 2 node_network_carrier_changes_total{device="veth9619865"} 2 node_network_carrier_changes_total{device="veth98175dd"} 2 node_network_carrier_changes_total{device="veth9961806"} 2 node_network_carrier_changes_total{device="veth9c19181"} 2 node_network_carrier_changes_total{device="veth9d5fbf4"} 2 node_network_carrier_changes_total{device="veth9e96d9e"} 2 node_network_carrier_changes_total{device="vetha2bed73"} 2 node_network_carrier_changes_total{device="vethab15513"} 2 node_network_carrier_changes_total{device="vethac482f5"} 2 node_network_carrier_changes_total{device="vethaccc33e"} 2 node_network_carrier_changes_total{device="vethacd1bbc"} 2 node_network_carrier_changes_total{device="vethb05a8e5"} 2 node_network_carrier_changes_total{device="vethb1d8456"} 2 node_network_carrier_changes_total{device="vethb329a55"} 2 node_network_carrier_changes_total{device="vethb44bc9b"} 2 node_network_carrier_changes_total{device="vethb4cc34f"} 2 node_network_carrier_changes_total{device="vethc07b43e"} 2 node_network_carrier_changes_total{device="vethc0a09db"} 2 node_network_carrier_changes_total{device="vethc1489f3"} 2 node_network_carrier_changes_total{device="vethc3f360a"} 2 node_network_carrier_changes_total{device="vethc6ca186"} 2 node_network_carrier_changes_total{device="vethc713d43"} 2 node_network_carrier_changes_total{device="vethc719838"} 2 node_network_carrier_changes_total{device="vethcf1e459"} 2 node_network_carrier_changes_total{device="vethd30d260"} 2 node_network_carrier_changes_total{device="vethd3b79ab"} 2 node_network_carrier_changes_total{device="vethd5d6198"} 2 node_network_carrier_changes_total{device="vethe0ff8a9"} 2 node_network_carrier_changes_total{device="vethe436dc5"} 2 node_network_carrier_changes_total{device="vethe6c4f2a"} 2 node_network_carrier_changes_total{device="vethe8efc12"} 2 node_network_carrier_changes_total{device="vethefe2e87"} 2 node_network_carrier_changes_total{device="vethf016a73"} 2 node_network_carrier_changes_total{device="vethf4d91de"} 2 node_network_carrier_changes_total{device="vethf770eef"} 2 node_network_carrier_changes_total{device="vethfa53e2b"} 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-004cf6e82f20"} 2 node_network_carrier_down_changes_total{device="br-00a96308a4e5"} 2 node_network_carrier_down_changes_total{device="br-0860070895fe"} 1 node_network_carrier_down_changes_total{device="br-0e28e2961b77"} 1 node_network_carrier_down_changes_total{device="br-191cc4240701"} 1 node_network_carrier_down_changes_total{device="br-1f21b5b2723b"} 1 node_network_carrier_down_changes_total{device="br-226d5fbda7e3"} 1 node_network_carrier_down_changes_total{device="br-23958bae1d20"} 1 node_network_carrier_down_changes_total{device="br-29ae0ba52459"} 2 node_network_carrier_down_changes_total{device="br-308ea1aa7250"} 1 node_network_carrier_down_changes_total{device="br-30eaf36bff50"} 1 node_network_carrier_down_changes_total{device="br-3a9342319aa1"} 1 node_network_carrier_down_changes_total{device="br-3ebba4aa45c0"} 2 node_network_carrier_down_changes_total{device="br-411fcd5b3021"} 2 node_network_carrier_down_changes_total{device="br-419d9301b6dc"} 1 node_network_carrier_down_changes_total{device="br-41ccd9b9149e"} 1 node_network_carrier_down_changes_total{device="br-44e7a93b8758"} 1 node_network_carrier_down_changes_total{device="br-4f5582927a96"} 1 node_network_carrier_down_changes_total{device="br-5065dafb2ca2"} 1 node_network_carrier_down_changes_total{device="br-52ffec257f05"} 1 node_network_carrier_down_changes_total{device="br-571d7a959b73"} 2 node_network_carrier_down_changes_total{device="br-5c355965e80e"} 1 node_network_carrier_down_changes_total{device="br-66ba7e4c2778"} 1 node_network_carrier_down_changes_total{device="br-6861295ded65"} 67201 node_network_carrier_down_changes_total{device="br-6954b52934c9"} 1 node_network_carrier_down_changes_total{device="br-72b2d36d3994"} 67201 node_network_carrier_down_changes_total{device="br-81ff2a54b672"} 1 node_network_carrier_down_changes_total{device="br-8a9d8035132a"} 2 node_network_carrier_down_changes_total{device="br-8abb242c2c82"} 1 node_network_carrier_down_changes_total{device="br-929cfe494ab6"} 1 node_network_carrier_down_changes_total{device="br-a728fc27d1ff"} 1 node_network_carrier_down_changes_total{device="br-b07d12cc0d57"} 1 node_network_carrier_down_changes_total{device="br-b28d2261c99e"} 1 node_network_carrier_down_changes_total{device="br-b3b2af59d343"} 1 node_network_carrier_down_changes_total{device="br-bd7d90f914af"} 1 node_network_carrier_down_changes_total{device="br-be3fd6d2ad15"} 1 node_network_carrier_down_changes_total{device="br-c4b769b8fd0b"} 1 node_network_carrier_down_changes_total{device="br-cb16f9f4d547"} 2 node_network_carrier_down_changes_total{device="br-e1446b915cd2"} 1 node_network_carrier_down_changes_total{device="br-e2a54d8c0ea9"} 1 node_network_carrier_down_changes_total{device="br-e8e3d5b50ed4"} 1 node_network_carrier_down_changes_total{device="br-ff099ec3d25a"} 1 node_network_carrier_down_changes_total{device="br-ff72ab34f746"} 1 node_network_carrier_down_changes_total{device="docker0"} 21 node_network_carrier_down_changes_total{device="enp7s0"} 1 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="veth00e9475"} 1 node_network_carrier_down_changes_total{device="veth07966cd"} 1 node_network_carrier_down_changes_total{device="veth10f6fad"} 1 node_network_carrier_down_changes_total{device="veth16aa147"} 1 node_network_carrier_down_changes_total{device="veth19ac02f"} 1 node_network_carrier_down_changes_total{device="veth1f4d5b8"} 1 node_network_carrier_down_changes_total{device="veth2197fc5"} 1 node_network_carrier_down_changes_total{device="veth2436bf2"} 1 node_network_carrier_down_changes_total{device="veth246c458"} 1 node_network_carrier_down_changes_total{device="veth24ea6d7"} 1 node_network_carrier_down_changes_total{device="veth27de1c8"} 1 node_network_carrier_down_changes_total{device="veth29315a0"} 1 node_network_carrier_down_changes_total{device="veth2b0ff19"} 1 node_network_carrier_down_changes_total{device="veth2dfee36"} 1 node_network_carrier_down_changes_total{device="veth2e92c70"} 1 node_network_carrier_down_changes_total{device="veth416149e"} 1 node_network_carrier_down_changes_total{device="veth45151bc"} 1 node_network_carrier_down_changes_total{device="veth4942bb5"} 1 node_network_carrier_down_changes_total{device="veth494ffe5"} 1 node_network_carrier_down_changes_total{device="veth4c6ef92"} 1 node_network_carrier_down_changes_total{device="veth4e112eb"} 1 node_network_carrier_down_changes_total{device="veth547a032"} 1 node_network_carrier_down_changes_total{device="veth5766ee5"} 1 node_network_carrier_down_changes_total{device="veth688104c"} 1 node_network_carrier_down_changes_total{device="veth6d49c5c"} 1 node_network_carrier_down_changes_total{device="veth6f2f8c9"} 1 node_network_carrier_down_changes_total{device="veth6ffbbb7"} 1 node_network_carrier_down_changes_total{device="veth720dfde"} 1 node_network_carrier_down_changes_total{device="veth75de857"} 1 node_network_carrier_down_changes_total{device="veth7833901"} 1 node_network_carrier_down_changes_total{device="veth7951c2c"} 1 node_network_carrier_down_changes_total{device="veth7f7449e"} 1 node_network_carrier_down_changes_total{device="veth8399a48"} 1 node_network_carrier_down_changes_total{device="veth8f6b43f"} 1 node_network_carrier_down_changes_total{device="veth91a284c"} 1 node_network_carrier_down_changes_total{device="veth9619865"} 1 node_network_carrier_down_changes_total{device="veth98175dd"} 1 node_network_carrier_down_changes_total{device="veth9961806"} 1 node_network_carrier_down_changes_total{device="veth9c19181"} 1 node_network_carrier_down_changes_total{device="veth9d5fbf4"} 1 node_network_carrier_down_changes_total{device="veth9e96d9e"} 1 node_network_carrier_down_changes_total{device="vetha2bed73"} 1 node_network_carrier_down_changes_total{device="vethab15513"} 1 node_network_carrier_down_changes_total{device="vethac482f5"} 1 node_network_carrier_down_changes_total{device="vethaccc33e"} 1 node_network_carrier_down_changes_total{device="vethacd1bbc"} 1 node_network_carrier_down_changes_total{device="vethb05a8e5"} 1 node_network_carrier_down_changes_total{device="vethb1d8456"} 1 node_network_carrier_down_changes_total{device="vethb329a55"} 1 node_network_carrier_down_changes_total{device="vethb44bc9b"} 1 node_network_carrier_down_changes_total{device="vethb4cc34f"} 1 node_network_carrier_down_changes_total{device="vethc07b43e"} 1 node_network_carrier_down_changes_total{device="vethc0a09db"} 1 node_network_carrier_down_changes_total{device="vethc1489f3"} 1 node_network_carrier_down_changes_total{device="vethc3f360a"} 1 node_network_carrier_down_changes_total{device="vethc6ca186"} 1 node_network_carrier_down_changes_total{device="vethc713d43"} 1 node_network_carrier_down_changes_total{device="vethc719838"} 1 node_network_carrier_down_changes_total{device="vethcf1e459"} 1 node_network_carrier_down_changes_total{device="vethd30d260"} 1 node_network_carrier_down_changes_total{device="vethd3b79ab"} 1 node_network_carrier_down_changes_total{device="vethd5d6198"} 1 node_network_carrier_down_changes_total{device="vethe0ff8a9"} 1 node_network_carrier_down_changes_total{device="vethe436dc5"} 1 node_network_carrier_down_changes_total{device="vethe6c4f2a"} 1 node_network_carrier_down_changes_total{device="vethe8efc12"} 1 node_network_carrier_down_changes_total{device="vethefe2e87"} 1 node_network_carrier_down_changes_total{device="vethf016a73"} 1 node_network_carrier_down_changes_total{device="vethf4d91de"} 1 node_network_carrier_down_changes_total{device="vethf770eef"} 1 node_network_carrier_down_changes_total{device="vethfa53e2b"} 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-004cf6e82f20"} 2 node_network_carrier_up_changes_total{device="br-00a96308a4e5"} 2 node_network_carrier_up_changes_total{device="br-0860070895fe"} 0 node_network_carrier_up_changes_total{device="br-0e28e2961b77"} 0 node_network_carrier_up_changes_total{device="br-191cc4240701"} 0 node_network_carrier_up_changes_total{device="br-1f21b5b2723b"} 0 node_network_carrier_up_changes_total{device="br-226d5fbda7e3"} 0 node_network_carrier_up_changes_total{device="br-23958bae1d20"} 0 node_network_carrier_up_changes_total{device="br-29ae0ba52459"} 2 node_network_carrier_up_changes_total{device="br-308ea1aa7250"} 0 node_network_carrier_up_changes_total{device="br-30eaf36bff50"} 0 node_network_carrier_up_changes_total{device="br-3a9342319aa1"} 0 node_network_carrier_up_changes_total{device="br-3ebba4aa45c0"} 2 node_network_carrier_up_changes_total{device="br-411fcd5b3021"} 2 node_network_carrier_up_changes_total{device="br-419d9301b6dc"} 1 node_network_carrier_up_changes_total{device="br-41ccd9b9149e"} 0 node_network_carrier_up_changes_total{device="br-44e7a93b8758"} 1 node_network_carrier_up_changes_total{device="br-4f5582927a96"} 0 node_network_carrier_up_changes_total{device="br-5065dafb2ca2"} 1 node_network_carrier_up_changes_total{device="br-52ffec257f05"} 0 node_network_carrier_up_changes_total{device="br-571d7a959b73"} 2 node_network_carrier_up_changes_total{device="br-5c355965e80e"} 0 node_network_carrier_up_changes_total{device="br-66ba7e4c2778"} 0 node_network_carrier_up_changes_total{device="br-6861295ded65"} 67200 node_network_carrier_up_changes_total{device="br-6954b52934c9"} 1 node_network_carrier_up_changes_total{device="br-72b2d36d3994"} 67200 node_network_carrier_up_changes_total{device="br-81ff2a54b672"} 0 node_network_carrier_up_changes_total{device="br-8a9d8035132a"} 2 node_network_carrier_up_changes_total{device="br-8abb242c2c82"} 0 node_network_carrier_up_changes_total{device="br-929cfe494ab6"} 0 node_network_carrier_up_changes_total{device="br-a728fc27d1ff"} 0 node_network_carrier_up_changes_total{device="br-b07d12cc0d57"} 1 node_network_carrier_up_changes_total{device="br-b28d2261c99e"} 0 node_network_carrier_up_changes_total{device="br-b3b2af59d343"} 0 node_network_carrier_up_changes_total{device="br-bd7d90f914af"} 0 node_network_carrier_up_changes_total{device="br-be3fd6d2ad15"} 0 node_network_carrier_up_changes_total{device="br-c4b769b8fd0b"} 0 node_network_carrier_up_changes_total{device="br-cb16f9f4d547"} 2 node_network_carrier_up_changes_total{device="br-e1446b915cd2"} 0 node_network_carrier_up_changes_total{device="br-e2a54d8c0ea9"} 0 node_network_carrier_up_changes_total{device="br-e8e3d5b50ed4"} 0 node_network_carrier_up_changes_total{device="br-ff099ec3d25a"} 0 node_network_carrier_up_changes_total{device="br-ff72ab34f746"} 1 node_network_carrier_up_changes_total{device="docker0"} 21 node_network_carrier_up_changes_total{device="enp7s0"} 1 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="veth00e9475"} 1 node_network_carrier_up_changes_total{device="veth07966cd"} 1 node_network_carrier_up_changes_total{device="veth10f6fad"} 1 node_network_carrier_up_changes_total{device="veth16aa147"} 1 node_network_carrier_up_changes_total{device="veth19ac02f"} 1 node_network_carrier_up_changes_total{device="veth1f4d5b8"} 1 node_network_carrier_up_changes_total{device="veth2197fc5"} 1 node_network_carrier_up_changes_total{device="veth2436bf2"} 1 node_network_carrier_up_changes_total{device="veth246c458"} 1 node_network_carrier_up_changes_total{device="veth24ea6d7"} 1 node_network_carrier_up_changes_total{device="veth27de1c8"} 1 node_network_carrier_up_changes_total{device="veth29315a0"} 1 node_network_carrier_up_changes_total{device="veth2b0ff19"} 1 node_network_carrier_up_changes_total{device="veth2dfee36"} 1 node_network_carrier_up_changes_total{device="veth2e92c70"} 1 node_network_carrier_up_changes_total{device="veth416149e"} 1 node_network_carrier_up_changes_total{device="veth45151bc"} 1 node_network_carrier_up_changes_total{device="veth4942bb5"} 1 node_network_carrier_up_changes_total{device="veth494ffe5"} 1 node_network_carrier_up_changes_total{device="veth4c6ef92"} 1 node_network_carrier_up_changes_total{device="veth4e112eb"} 1 node_network_carrier_up_changes_total{device="veth547a032"} 1 node_network_carrier_up_changes_total{device="veth5766ee5"} 1 node_network_carrier_up_changes_total{device="veth688104c"} 1 node_network_carrier_up_changes_total{device="veth6d49c5c"} 1 node_network_carrier_up_changes_total{device="veth6f2f8c9"} 1 node_network_carrier_up_changes_total{device="veth6ffbbb7"} 1 node_network_carrier_up_changes_total{device="veth720dfde"} 1 node_network_carrier_up_changes_total{device="veth75de857"} 1 node_network_carrier_up_changes_total{device="veth7833901"} 1 node_network_carrier_up_changes_total{device="veth7951c2c"} 1 node_network_carrier_up_changes_total{device="veth7f7449e"} 1 node_network_carrier_up_changes_total{device="veth8399a48"} 1 node_network_carrier_up_changes_total{device="veth8f6b43f"} 1 node_network_carrier_up_changes_total{device="veth91a284c"} 1 node_network_carrier_up_changes_total{device="veth9619865"} 1 node_network_carrier_up_changes_total{device="veth98175dd"} 1 node_network_carrier_up_changes_total{device="veth9961806"} 1 node_network_carrier_up_changes_total{device="veth9c19181"} 1 node_network_carrier_up_changes_total{device="veth9d5fbf4"} 1 node_network_carrier_up_changes_total{device="veth9e96d9e"} 1 node_network_carrier_up_changes_total{device="vetha2bed73"} 1 node_network_carrier_up_changes_total{device="vethab15513"} 1 node_network_carrier_up_changes_total{device="vethac482f5"} 1 node_network_carrier_up_changes_total{device="vethaccc33e"} 1 node_network_carrier_up_changes_total{device="vethacd1bbc"} 1 node_network_carrier_up_changes_total{device="vethb05a8e5"} 1 node_network_carrier_up_changes_total{device="vethb1d8456"} 1 node_network_carrier_up_changes_total{device="vethb329a55"} 1 node_network_carrier_up_changes_total{device="vethb44bc9b"} 1 node_network_carrier_up_changes_total{device="vethb4cc34f"} 1 node_network_carrier_up_changes_total{device="vethc07b43e"} 1 node_network_carrier_up_changes_total{device="vethc0a09db"} 1 node_network_carrier_up_changes_total{device="vethc1489f3"} 1 node_network_carrier_up_changes_total{device="vethc3f360a"} 1 node_network_carrier_up_changes_total{device="vethc6ca186"} 1 node_network_carrier_up_changes_total{device="vethc713d43"} 1 node_network_carrier_up_changes_total{device="vethc719838"} 1 node_network_carrier_up_changes_total{device="vethcf1e459"} 1 node_network_carrier_up_changes_total{device="vethd30d260"} 1 node_network_carrier_up_changes_total{device="vethd3b79ab"} 1 node_network_carrier_up_changes_total{device="vethd5d6198"} 1 node_network_carrier_up_changes_total{device="vethe0ff8a9"} 1 node_network_carrier_up_changes_total{device="vethe436dc5"} 1 node_network_carrier_up_changes_total{device="vethe6c4f2a"} 1 node_network_carrier_up_changes_total{device="vethe8efc12"} 1 node_network_carrier_up_changes_total{device="vethefe2e87"} 1 node_network_carrier_up_changes_total{device="vethf016a73"} 1 node_network_carrier_up_changes_total{device="vethf4d91de"} 1 node_network_carrier_up_changes_total{device="vethf770eef"} 1 node_network_carrier_up_changes_total{device="vethfa53e2b"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-004cf6e82f20"} 0 node_network_device_id{device="br-00a96308a4e5"} 0 node_network_device_id{device="br-0860070895fe"} 0 node_network_device_id{device="br-0e28e2961b77"} 0 node_network_device_id{device="br-191cc4240701"} 0 node_network_device_id{device="br-1f21b5b2723b"} 0 node_network_device_id{device="br-226d5fbda7e3"} 0 node_network_device_id{device="br-23958bae1d20"} 0 node_network_device_id{device="br-29ae0ba52459"} 0 node_network_device_id{device="br-308ea1aa7250"} 0 node_network_device_id{device="br-30eaf36bff50"} 0 node_network_device_id{device="br-3a9342319aa1"} 0 node_network_device_id{device="br-3ebba4aa45c0"} 0 node_network_device_id{device="br-411fcd5b3021"} 0 node_network_device_id{device="br-419d9301b6dc"} 0 node_network_device_id{device="br-41ccd9b9149e"} 0 node_network_device_id{device="br-44e7a93b8758"} 0 node_network_device_id{device="br-4f5582927a96"} 0 node_network_device_id{device="br-5065dafb2ca2"} 0 node_network_device_id{device="br-52ffec257f05"} 0 node_network_device_id{device="br-571d7a959b73"} 0 node_network_device_id{device="br-5c355965e80e"} 0 node_network_device_id{device="br-66ba7e4c2778"} 0 node_network_device_id{device="br-6861295ded65"} 0 node_network_device_id{device="br-6954b52934c9"} 0 node_network_device_id{device="br-72b2d36d3994"} 0 node_network_device_id{device="br-81ff2a54b672"} 0 node_network_device_id{device="br-8a9d8035132a"} 0 node_network_device_id{device="br-8abb242c2c82"} 0 node_network_device_id{device="br-929cfe494ab6"} 0 node_network_device_id{device="br-a728fc27d1ff"} 0 node_network_device_id{device="br-b07d12cc0d57"} 0 node_network_device_id{device="br-b28d2261c99e"} 0 node_network_device_id{device="br-b3b2af59d343"} 0 node_network_device_id{device="br-bd7d90f914af"} 0 node_network_device_id{device="br-be3fd6d2ad15"} 0 node_network_device_id{device="br-c4b769b8fd0b"} 0 node_network_device_id{device="br-cb16f9f4d547"} 0 node_network_device_id{device="br-e1446b915cd2"} 0 node_network_device_id{device="br-e2a54d8c0ea9"} 0 node_network_device_id{device="br-e8e3d5b50ed4"} 0 node_network_device_id{device="br-ff099ec3d25a"} 0 node_network_device_id{device="br-ff72ab34f746"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="enp7s0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth00e9475"} 0 node_network_device_id{device="veth07966cd"} 0 node_network_device_id{device="veth10f6fad"} 0 node_network_device_id{device="veth16aa147"} 0 node_network_device_id{device="veth19ac02f"} 0 node_network_device_id{device="veth1f4d5b8"} 0 node_network_device_id{device="veth2197fc5"} 0 node_network_device_id{device="veth2436bf2"} 0 node_network_device_id{device="veth246c458"} 0 node_network_device_id{device="veth24ea6d7"} 0 node_network_device_id{device="veth27de1c8"} 0 node_network_device_id{device="veth29315a0"} 0 node_network_device_id{device="veth2b0ff19"} 0 node_network_device_id{device="veth2dfee36"} 0 node_network_device_id{device="veth2e92c70"} 0 node_network_device_id{device="veth416149e"} 0 node_network_device_id{device="veth45151bc"} 0 node_network_device_id{device="veth4942bb5"} 0 node_network_device_id{device="veth494ffe5"} 0 node_network_device_id{device="veth4c6ef92"} 0 node_network_device_id{device="veth4e112eb"} 0 node_network_device_id{device="veth547a032"} 0 node_network_device_id{device="veth5766ee5"} 0 node_network_device_id{device="veth688104c"} 0 node_network_device_id{device="veth6d49c5c"} 0 node_network_device_id{device="veth6f2f8c9"} 0 node_network_device_id{device="veth6ffbbb7"} 0 node_network_device_id{device="veth720dfde"} 0 node_network_device_id{device="veth75de857"} 0 node_network_device_id{device="veth7833901"} 0 node_network_device_id{device="veth7951c2c"} 0 node_network_device_id{device="veth7f7449e"} 0 node_network_device_id{device="veth8399a48"} 0 node_network_device_id{device="veth8f6b43f"} 0 node_network_device_id{device="veth91a284c"} 0 node_network_device_id{device="veth9619865"} 0 node_network_device_id{device="veth98175dd"} 0 node_network_device_id{device="veth9961806"} 0 node_network_device_id{device="veth9c19181"} 0 node_network_device_id{device="veth9d5fbf4"} 0 node_network_device_id{device="veth9e96d9e"} 0 node_network_device_id{device="vetha2bed73"} 0 node_network_device_id{device="vethab15513"} 0 node_network_device_id{device="vethac482f5"} 0 node_network_device_id{device="vethaccc33e"} 0 node_network_device_id{device="vethacd1bbc"} 0 node_network_device_id{device="vethb05a8e5"} 0 node_network_device_id{device="vethb1d8456"} 0 node_network_device_id{device="vethb329a55"} 0 node_network_device_id{device="vethb44bc9b"} 0 node_network_device_id{device="vethb4cc34f"} 0 node_network_device_id{device="vethc07b43e"} 0 node_network_device_id{device="vethc0a09db"} 0 node_network_device_id{device="vethc1489f3"} 0 node_network_device_id{device="vethc3f360a"} 0 node_network_device_id{device="vethc6ca186"} 0 node_network_device_id{device="vethc713d43"} 0 node_network_device_id{device="vethc719838"} 0 node_network_device_id{device="vethcf1e459"} 0 node_network_device_id{device="vethd30d260"} 0 node_network_device_id{device="vethd3b79ab"} 0 node_network_device_id{device="vethd5d6198"} 0 node_network_device_id{device="vethe0ff8a9"} 0 node_network_device_id{device="vethe436dc5"} 0 node_network_device_id{device="vethe6c4f2a"} 0 node_network_device_id{device="vethe8efc12"} 0 node_network_device_id{device="vethefe2e87"} 0 node_network_device_id{device="vethf016a73"} 0 node_network_device_id{device="vethf4d91de"} 0 node_network_device_id{device="vethf770eef"} 0 node_network_device_id{device="vethfa53e2b"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-004cf6e82f20"} 0 node_network_dormant{device="br-00a96308a4e5"} 0 node_network_dormant{device="br-0860070895fe"} 0 node_network_dormant{device="br-0e28e2961b77"} 0 node_network_dormant{device="br-191cc4240701"} 0 node_network_dormant{device="br-1f21b5b2723b"} 0 node_network_dormant{device="br-226d5fbda7e3"} 0 node_network_dormant{device="br-23958bae1d20"} 0 node_network_dormant{device="br-29ae0ba52459"} 0 node_network_dormant{device="br-308ea1aa7250"} 0 node_network_dormant{device="br-30eaf36bff50"} 0 node_network_dormant{device="br-3a9342319aa1"} 0 node_network_dormant{device="br-3ebba4aa45c0"} 0 node_network_dormant{device="br-411fcd5b3021"} 0 node_network_dormant{device="br-419d9301b6dc"} 0 node_network_dormant{device="br-41ccd9b9149e"} 0 node_network_dormant{device="br-44e7a93b8758"} 0 node_network_dormant{device="br-4f5582927a96"} 0 node_network_dormant{device="br-5065dafb2ca2"} 0 node_network_dormant{device="br-52ffec257f05"} 0 node_network_dormant{device="br-571d7a959b73"} 0 node_network_dormant{device="br-5c355965e80e"} 0 node_network_dormant{device="br-66ba7e4c2778"} 0 node_network_dormant{device="br-6861295ded65"} 0 node_network_dormant{device="br-6954b52934c9"} 0 node_network_dormant{device="br-72b2d36d3994"} 0 node_network_dormant{device="br-81ff2a54b672"} 0 node_network_dormant{device="br-8a9d8035132a"} 0 node_network_dormant{device="br-8abb242c2c82"} 0 node_network_dormant{device="br-929cfe494ab6"} 0 node_network_dormant{device="br-a728fc27d1ff"} 0 node_network_dormant{device="br-b07d12cc0d57"} 0 node_network_dormant{device="br-b28d2261c99e"} 0 node_network_dormant{device="br-b3b2af59d343"} 0 node_network_dormant{device="br-bd7d90f914af"} 0 node_network_dormant{device="br-be3fd6d2ad15"} 0 node_network_dormant{device="br-c4b769b8fd0b"} 0 node_network_dormant{device="br-cb16f9f4d547"} 0 node_network_dormant{device="br-e1446b915cd2"} 0 node_network_dormant{device="br-e2a54d8c0ea9"} 0 node_network_dormant{device="br-e8e3d5b50ed4"} 0 node_network_dormant{device="br-ff099ec3d25a"} 0 node_network_dormant{device="br-ff72ab34f746"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="enp7s0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth00e9475"} 0 node_network_dormant{device="veth07966cd"} 0 node_network_dormant{device="veth10f6fad"} 0 node_network_dormant{device="veth16aa147"} 0 node_network_dormant{device="veth19ac02f"} 0 node_network_dormant{device="veth1f4d5b8"} 0 node_network_dormant{device="veth2197fc5"} 0 node_network_dormant{device="veth2436bf2"} 0 node_network_dormant{device="veth246c458"} 0 node_network_dormant{device="veth24ea6d7"} 0 node_network_dormant{device="veth27de1c8"} 0 node_network_dormant{device="veth29315a0"} 0 node_network_dormant{device="veth2b0ff19"} 0 node_network_dormant{device="veth2dfee36"} 0 node_network_dormant{device="veth2e92c70"} 0 node_network_dormant{device="veth416149e"} 0 node_network_dormant{device="veth45151bc"} 0 node_network_dormant{device="veth4942bb5"} 0 node_network_dormant{device="veth494ffe5"} 0 node_network_dormant{device="veth4c6ef92"} 0 node_network_dormant{device="veth4e112eb"} 0 node_network_dormant{device="veth547a032"} 0 node_network_dormant{device="veth5766ee5"} 0 node_network_dormant{device="veth688104c"} 0 node_network_dormant{device="veth6d49c5c"} 0 node_network_dormant{device="veth6f2f8c9"} 0 node_network_dormant{device="veth6ffbbb7"} 0 node_network_dormant{device="veth720dfde"} 0 node_network_dormant{device="veth75de857"} 0 node_network_dormant{device="veth7833901"} 0 node_network_dormant{device="veth7951c2c"} 0 node_network_dormant{device="veth7f7449e"} 0 node_network_dormant{device="veth8399a48"} 0 node_network_dormant{device="veth8f6b43f"} 0 node_network_dormant{device="veth91a284c"} 0 node_network_dormant{device="veth9619865"} 0 node_network_dormant{device="veth98175dd"} 0 node_network_dormant{device="veth9961806"} 0 node_network_dormant{device="veth9c19181"} 0 node_network_dormant{device="veth9d5fbf4"} 0 node_network_dormant{device="veth9e96d9e"} 0 node_network_dormant{device="vetha2bed73"} 0 node_network_dormant{device="vethab15513"} 0 node_network_dormant{device="vethac482f5"} 0 node_network_dormant{device="vethaccc33e"} 0 node_network_dormant{device="vethacd1bbc"} 0 node_network_dormant{device="vethb05a8e5"} 0 node_network_dormant{device="vethb1d8456"} 0 node_network_dormant{device="vethb329a55"} 0 node_network_dormant{device="vethb44bc9b"} 0 node_network_dormant{device="vethb4cc34f"} 0 node_network_dormant{device="vethc07b43e"} 0 node_network_dormant{device="vethc0a09db"} 0 node_network_dormant{device="vethc1489f3"} 0 node_network_dormant{device="vethc3f360a"} 0 node_network_dormant{device="vethc6ca186"} 0 node_network_dormant{device="vethc713d43"} 0 node_network_dormant{device="vethc719838"} 0 node_network_dormant{device="vethcf1e459"} 0 node_network_dormant{device="vethd30d260"} 0 node_network_dormant{device="vethd3b79ab"} 0 node_network_dormant{device="vethd5d6198"} 0 node_network_dormant{device="vethe0ff8a9"} 0 node_network_dormant{device="vethe436dc5"} 0 node_network_dormant{device="vethe6c4f2a"} 0 node_network_dormant{device="vethe8efc12"} 0 node_network_dormant{device="vethefe2e87"} 0 node_network_dormant{device="vethf016a73"} 0 node_network_dormant{device="vethf4d91de"} 0 node_network_dormant{device="vethf770eef"} 0 node_network_dormant{device="vethfa53e2b"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-004cf6e82f20"} 4099 node_network_flags{device="br-00a96308a4e5"} 4099 node_network_flags{device="br-0860070895fe"} 4099 node_network_flags{device="br-0e28e2961b77"} 4099 node_network_flags{device="br-191cc4240701"} 4099 node_network_flags{device="br-1f21b5b2723b"} 4099 node_network_flags{device="br-226d5fbda7e3"} 4099 node_network_flags{device="br-23958bae1d20"} 4099 node_network_flags{device="br-29ae0ba52459"} 4099 node_network_flags{device="br-308ea1aa7250"} 4099 node_network_flags{device="br-30eaf36bff50"} 4099 node_network_flags{device="br-3a9342319aa1"} 4099 node_network_flags{device="br-3ebba4aa45c0"} 4099 node_network_flags{device="br-411fcd5b3021"} 4099 node_network_flags{device="br-419d9301b6dc"} 4099 node_network_flags{device="br-41ccd9b9149e"} 4099 node_network_flags{device="br-44e7a93b8758"} 4099 node_network_flags{device="br-4f5582927a96"} 4099 node_network_flags{device="br-5065dafb2ca2"} 4099 node_network_flags{device="br-52ffec257f05"} 4099 node_network_flags{device="br-571d7a959b73"} 4099 node_network_flags{device="br-5c355965e80e"} 4099 node_network_flags{device="br-66ba7e4c2778"} 4099 node_network_flags{device="br-6861295ded65"} 4099 node_network_flags{device="br-6954b52934c9"} 4099 node_network_flags{device="br-72b2d36d3994"} 4099 node_network_flags{device="br-81ff2a54b672"} 4099 node_network_flags{device="br-8a9d8035132a"} 4099 node_network_flags{device="br-8abb242c2c82"} 4099 node_network_flags{device="br-929cfe494ab6"} 4099 node_network_flags{device="br-a728fc27d1ff"} 4099 node_network_flags{device="br-b07d12cc0d57"} 4099 node_network_flags{device="br-b28d2261c99e"} 4099 node_network_flags{device="br-b3b2af59d343"} 4099 node_network_flags{device="br-bd7d90f914af"} 4099 node_network_flags{device="br-be3fd6d2ad15"} 4099 node_network_flags{device="br-c4b769b8fd0b"} 4099 node_network_flags{device="br-cb16f9f4d547"} 4099 node_network_flags{device="br-e1446b915cd2"} 4099 node_network_flags{device="br-e2a54d8c0ea9"} 4099 node_network_flags{device="br-e8e3d5b50ed4"} 4099 node_network_flags{device="br-ff099ec3d25a"} 4099 node_network_flags{device="br-ff72ab34f746"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="enp7s0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth00e9475"} 4867 node_network_flags{device="veth07966cd"} 4867 node_network_flags{device="veth10f6fad"} 4867 node_network_flags{device="veth16aa147"} 4867 node_network_flags{device="veth19ac02f"} 4867 node_network_flags{device="veth1f4d5b8"} 4867 node_network_flags{device="veth2197fc5"} 4867 node_network_flags{device="veth2436bf2"} 4867 node_network_flags{device="veth246c458"} 4867 node_network_flags{device="veth24ea6d7"} 4867 node_network_flags{device="veth27de1c8"} 4867 node_network_flags{device="veth29315a0"} 4867 node_network_flags{device="veth2b0ff19"} 4867 node_network_flags{device="veth2dfee36"} 4867 node_network_flags{device="veth2e92c70"} 4867 node_network_flags{device="veth416149e"} 4867 node_network_flags{device="veth45151bc"} 4867 node_network_flags{device="veth4942bb5"} 4867 node_network_flags{device="veth494ffe5"} 4867 node_network_flags{device="veth4c6ef92"} 4867 node_network_flags{device="veth4e112eb"} 4867 node_network_flags{device="veth547a032"} 4867 node_network_flags{device="veth5766ee5"} 4867 node_network_flags{device="veth688104c"} 4867 node_network_flags{device="veth6d49c5c"} 4867 node_network_flags{device="veth6f2f8c9"} 4867 node_network_flags{device="veth6ffbbb7"} 4867 node_network_flags{device="veth720dfde"} 4867 node_network_flags{device="veth75de857"} 4867 node_network_flags{device="veth7833901"} 4867 node_network_flags{device="veth7951c2c"} 4867 node_network_flags{device="veth7f7449e"} 4867 node_network_flags{device="veth8399a48"} 4867 node_network_flags{device="veth8f6b43f"} 4867 node_network_flags{device="veth91a284c"} 4867 node_network_flags{device="veth9619865"} 4867 node_network_flags{device="veth98175dd"} 4867 node_network_flags{device="veth9961806"} 4867 node_network_flags{device="veth9c19181"} 4867 node_network_flags{device="veth9d5fbf4"} 4867 node_network_flags{device="veth9e96d9e"} 4867 node_network_flags{device="vetha2bed73"} 4867 node_network_flags{device="vethab15513"} 4867 node_network_flags{device="vethac482f5"} 4867 node_network_flags{device="vethaccc33e"} 4867 node_network_flags{device="vethacd1bbc"} 4867 node_network_flags{device="vethb05a8e5"} 4867 node_network_flags{device="vethb1d8456"} 4867 node_network_flags{device="vethb329a55"} 4867 node_network_flags{device="vethb44bc9b"} 4867 node_network_flags{device="vethb4cc34f"} 4867 node_network_flags{device="vethc07b43e"} 4867 node_network_flags{device="vethc0a09db"} 4867 node_network_flags{device="vethc1489f3"} 4867 node_network_flags{device="vethc3f360a"} 4867 node_network_flags{device="vethc6ca186"} 4867 node_network_flags{device="vethc713d43"} 4867 node_network_flags{device="vethc719838"} 4867 node_network_flags{device="vethcf1e459"} 4867 node_network_flags{device="vethd30d260"} 4867 node_network_flags{device="vethd3b79ab"} 4867 node_network_flags{device="vethd5d6198"} 4867 node_network_flags{device="vethe0ff8a9"} 4867 node_network_flags{device="vethe436dc5"} 4867 node_network_flags{device="vethe6c4f2a"} 4867 node_network_flags{device="vethe8efc12"} 4867 node_network_flags{device="vethefe2e87"} 4867 node_network_flags{device="vethf016a73"} 4867 node_network_flags{device="vethf4d91de"} 4867 node_network_flags{device="vethf770eef"} 4867 node_network_flags{device="vethfa53e2b"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-004cf6e82f20"} 44 node_network_iface_id{device="br-00a96308a4e5"} 31 node_network_iface_id{device="br-0860070895fe"} 23 node_network_iface_id{device="br-0e28e2961b77"} 47 node_network_iface_id{device="br-191cc4240701"} 13 node_network_iface_id{device="br-1f21b5b2723b"} 14 node_network_iface_id{device="br-226d5fbda7e3"} 33 node_network_iface_id{device="br-23958bae1d20"} 7 node_network_iface_id{device="br-29ae0ba52459"} 24 node_network_iface_id{device="br-308ea1aa7250"} 25 node_network_iface_id{device="br-30eaf36bff50"} 45 node_network_iface_id{device="br-3a9342319aa1"} 26 node_network_iface_id{device="br-3ebba4aa45c0"} 19 node_network_iface_id{device="br-411fcd5b3021"} 20 node_network_iface_id{device="br-419d9301b6dc"} 158692 node_network_iface_id{device="br-41ccd9b9149e"} 8 node_network_iface_id{device="br-44e7a93b8758"} 142887 node_network_iface_id{device="br-4f5582927a96"} 15 node_network_iface_id{device="br-5065dafb2ca2"} 154558 node_network_iface_id{device="br-52ffec257f05"} 21 node_network_iface_id{device="br-571d7a959b73"} 9 node_network_iface_id{device="br-5c355965e80e"} 46 node_network_iface_id{device="br-66ba7e4c2778"} 4 node_network_iface_id{device="br-6861295ded65"} 34 node_network_iface_id{device="br-6954b52934c9"} 127502 node_network_iface_id{device="br-72b2d36d3994"} 5 node_network_iface_id{device="br-81ff2a54b672"} 27 node_network_iface_id{device="br-8a9d8035132a"} 11 node_network_iface_id{device="br-8abb242c2c82"} 16 node_network_iface_id{device="br-929cfe494ab6"} 28 node_network_iface_id{device="br-a728fc27d1ff"} 29 node_network_iface_id{device="br-b07d12cc0d57"} 154583 node_network_iface_id{device="br-b28d2261c99e"} 36 node_network_iface_id{device="br-b3b2af59d343"} 30 node_network_iface_id{device="br-bd7d90f914af"} 37 node_network_iface_id{device="br-be3fd6d2ad15"} 22 node_network_iface_id{device="br-c4b769b8fd0b"} 38 node_network_iface_id{device="br-cb16f9f4d547"} 12 node_network_iface_id{device="br-e1446b915cd2"} 17 node_network_iface_id{device="br-e2a54d8c0ea9"} 40 node_network_iface_id{device="br-e8e3d5b50ed4"} 41 node_network_iface_id{device="br-ff099ec3d25a"} 43 node_network_iface_id{device="br-ff72ab34f746"} 127512 node_network_iface_id{device="docker0"} 94200 node_network_iface_id{device="enp7s0"} 3 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth00e9475"} 94223 node_network_iface_id{device="veth07966cd"} 94209 node_network_iface_id{device="veth10f6fad"} 143285 node_network_iface_id{device="veth16aa147"} 94205 node_network_iface_id{device="veth19ac02f"} 94236 node_network_iface_id{device="veth1f4d5b8"} 94239 node_network_iface_id{device="veth2197fc5"} 261929 node_network_iface_id{device="veth2436bf2"} 221393 node_network_iface_id{device="veth246c458"} 142891 node_network_iface_id{device="veth24ea6d7"} 94216 node_network_iface_id{device="veth27de1c8"} 158696 node_network_iface_id{device="veth29315a0"} 94227 node_network_iface_id{device="veth2b0ff19"} 127531 node_network_iface_id{device="veth2dfee36"} 163653 node_network_iface_id{device="veth2e92c70"} 143289 node_network_iface_id{device="veth416149e"} 251120 node_network_iface_id{device="veth45151bc"} 94208 node_network_iface_id{device="veth4942bb5"} 154604 node_network_iface_id{device="veth494ffe5"} 163654 node_network_iface_id{device="veth4c6ef92"} 94219 node_network_iface_id{device="veth4e112eb"} 94226 node_network_iface_id{device="veth547a032"} 127527 node_network_iface_id{device="veth5766ee5"} 127521 node_network_iface_id{device="veth688104c"} 127519 node_network_iface_id{device="veth6d49c5c"} 127525 node_network_iface_id{device="veth6f2f8c9"} 94218 node_network_iface_id{device="veth6ffbbb7"} 143286 node_network_iface_id{device="veth720dfde"} 94214 node_network_iface_id{device="veth75de857"} 94233 node_network_iface_id{device="veth7833901"} 147675 node_network_iface_id{device="veth7951c2c"} 127520 node_network_iface_id{device="veth7f7449e"} 121006 node_network_iface_id{device="veth8399a48"} 154602 node_network_iface_id{device="veth8f6b43f"} 127528 node_network_iface_id{device="veth91a284c"} 147676 node_network_iface_id{device="veth9619865"} 94229 node_network_iface_id{device="veth98175dd"} 127529 node_network_iface_id{device="veth9961806"} 136493 node_network_iface_id{device="veth9c19181"} 94238 node_network_iface_id{device="veth9d5fbf4"} 194827 node_network_iface_id{device="veth9e96d9e"} 94234 node_network_iface_id{device="vetha2bed73"} 185895 node_network_iface_id{device="vethab15513"} 94222 node_network_iface_id{device="vethac482f5"} 127522 node_network_iface_id{device="vethaccc33e"} 94217 node_network_iface_id{device="vethacd1bbc"} 127516 node_network_iface_id{device="vethb05a8e5"} 147677 node_network_iface_id{device="vethb1d8456"} 194826 node_network_iface_id{device="vethb329a55"} 127530 node_network_iface_id{device="vethb44bc9b"} 127518 node_network_iface_id{device="vethb4cc34f"} 94235 node_network_iface_id{device="vethc07b43e"} 221394 node_network_iface_id{device="vethc0a09db"} 154586 node_network_iface_id{device="vethc1489f3"} 94221 node_network_iface_id{device="vethc3f360a"} 94237 node_network_iface_id{device="vethc6ca186"} 154584 node_network_iface_id{device="vethc713d43"} 94225 node_network_iface_id{device="vethc719838"} 154633 node_network_iface_id{device="vethcf1e459"} 94210 node_network_iface_id{device="vethd30d260"} 221397 node_network_iface_id{device="vethd3b79ab"} 163665 node_network_iface_id{device="vethd5d6198"} 194825 node_network_iface_id{device="vethe0ff8a9"} 259275 node_network_iface_id{device="vethe436dc5"} 127532 node_network_iface_id{device="vethe6c4f2a"} 154587 node_network_iface_id{device="vethe8efc12"} 94232 node_network_iface_id{device="vethefe2e87"} 127514 node_network_iface_id{device="vethf016a73"} 94215 node_network_iface_id{device="vethf4d91de"} 127503 node_network_iface_id{device="vethf770eef"} 127517 node_network_iface_id{device="vethfa53e2b"} 127526 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-004cf6e82f20"} 44 node_network_iface_link{device="br-00a96308a4e5"} 31 node_network_iface_link{device="br-0860070895fe"} 23 node_network_iface_link{device="br-0e28e2961b77"} 47 node_network_iface_link{device="br-191cc4240701"} 13 node_network_iface_link{device="br-1f21b5b2723b"} 14 node_network_iface_link{device="br-226d5fbda7e3"} 33 node_network_iface_link{device="br-23958bae1d20"} 7 node_network_iface_link{device="br-29ae0ba52459"} 24 node_network_iface_link{device="br-308ea1aa7250"} 25 node_network_iface_link{device="br-30eaf36bff50"} 45 node_network_iface_link{device="br-3a9342319aa1"} 26 node_network_iface_link{device="br-3ebba4aa45c0"} 19 node_network_iface_link{device="br-411fcd5b3021"} 20 node_network_iface_link{device="br-419d9301b6dc"} 158692 node_network_iface_link{device="br-41ccd9b9149e"} 8 node_network_iface_link{device="br-44e7a93b8758"} 142887 node_network_iface_link{device="br-4f5582927a96"} 15 node_network_iface_link{device="br-5065dafb2ca2"} 154558 node_network_iface_link{device="br-52ffec257f05"} 21 node_network_iface_link{device="br-571d7a959b73"} 9 node_network_iface_link{device="br-5c355965e80e"} 46 node_network_iface_link{device="br-66ba7e4c2778"} 4 node_network_iface_link{device="br-6861295ded65"} 34 node_network_iface_link{device="br-6954b52934c9"} 127502 node_network_iface_link{device="br-72b2d36d3994"} 5 node_network_iface_link{device="br-81ff2a54b672"} 27 node_network_iface_link{device="br-8a9d8035132a"} 11 node_network_iface_link{device="br-8abb242c2c82"} 16 node_network_iface_link{device="br-929cfe494ab6"} 28 node_network_iface_link{device="br-a728fc27d1ff"} 29 node_network_iface_link{device="br-b07d12cc0d57"} 154583 node_network_iface_link{device="br-b28d2261c99e"} 36 node_network_iface_link{device="br-b3b2af59d343"} 30 node_network_iface_link{device="br-bd7d90f914af"} 37 node_network_iface_link{device="br-be3fd6d2ad15"} 22 node_network_iface_link{device="br-c4b769b8fd0b"} 38 node_network_iface_link{device="br-cb16f9f4d547"} 12 node_network_iface_link{device="br-e1446b915cd2"} 17 node_network_iface_link{device="br-e2a54d8c0ea9"} 40 node_network_iface_link{device="br-e8e3d5b50ed4"} 41 node_network_iface_link{device="br-ff099ec3d25a"} 43 node_network_iface_link{device="br-ff72ab34f746"} 127512 node_network_iface_link{device="docker0"} 94200 node_network_iface_link{device="enp7s0"} 3 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth00e9475"} 2 node_network_iface_link{device="veth07966cd"} 2 node_network_iface_link{device="veth10f6fad"} 2 node_network_iface_link{device="veth16aa147"} 2 node_network_iface_link{device="veth19ac02f"} 6 node_network_iface_link{device="veth1f4d5b8"} 9 node_network_iface_link{device="veth2197fc5"} 2 node_network_iface_link{device="veth2436bf2"} 2 node_network_iface_link{device="veth246c458"} 14 node_network_iface_link{device="veth24ea6d7"} 2 node_network_iface_link{device="veth27de1c8"} 17 node_network_iface_link{device="veth29315a0"} 2 node_network_iface_link{device="veth2b0ff19"} 3 node_network_iface_link{device="veth2dfee36"} 2 node_network_iface_link{device="veth2e92c70"} 2 node_network_iface_link{device="veth416149e"} 2 node_network_iface_link{device="veth45151bc"} 2 node_network_iface_link{device="veth4942bb5"} 2 node_network_iface_link{device="veth494ffe5"} 2 node_network_iface_link{device="veth4c6ef92"} 2 node_network_iface_link{device="veth4e112eb"} 2 node_network_iface_link{device="veth547a032"} 3 node_network_iface_link{device="veth5766ee5"} 2 node_network_iface_link{device="veth688104c"} 2 node_network_iface_link{device="veth6d49c5c"} 3 node_network_iface_link{device="veth6f2f8c9"} 2 node_network_iface_link{device="veth6ffbbb7"} 2 node_network_iface_link{device="veth720dfde"} 2 node_network_iface_link{device="veth75de857"} 3 node_network_iface_link{device="veth7833901"} 2 node_network_iface_link{device="veth7951c2c"} 2 node_network_iface_link{device="veth7f7449e"} 2 node_network_iface_link{device="veth8399a48"} 2 node_network_iface_link{device="veth8f6b43f"} 3 node_network_iface_link{device="veth91a284c"} 2 node_network_iface_link{device="veth9619865"} 2 node_network_iface_link{device="veth98175dd"} 3 node_network_iface_link{device="veth9961806"} 2 node_network_iface_link{device="veth9c19181"} 8 node_network_iface_link{device="veth9d5fbf4"} 2 node_network_iface_link{device="veth9e96d9e"} 4 node_network_iface_link{device="vetha2bed73"} 2 node_network_iface_link{device="vethab15513"} 2 node_network_iface_link{device="vethac482f5"} 2 node_network_iface_link{device="vethaccc33e"} 2 node_network_iface_link{device="vethacd1bbc"} 2 node_network_iface_link{device="vethb05a8e5"} 2 node_network_iface_link{device="vethb1d8456"} 2 node_network_iface_link{device="vethb329a55"} 3 node_network_iface_link{device="vethb44bc9b"} 2 node_network_iface_link{device="vethb4cc34f"} 5 node_network_iface_link{device="vethc07b43e"} 2 node_network_iface_link{device="vethc0a09db"} 2 node_network_iface_link{device="vethc1489f3"} 2 node_network_iface_link{device="vethc3f360a"} 7 node_network_iface_link{device="vethc6ca186"} 2 node_network_iface_link{device="vethc713d43"} 2 node_network_iface_link{device="vethc719838"} 2 node_network_iface_link{device="vethcf1e459"} 2 node_network_iface_link{device="vethd30d260"} 2 node_network_iface_link{device="vethd3b79ab"} 2 node_network_iface_link{device="vethd5d6198"} 2 node_network_iface_link{device="vethe0ff8a9"} 2 node_network_iface_link{device="vethe436dc5"} 3 node_network_iface_link{device="vethe6c4f2a"} 16 node_network_iface_link{device="vethe8efc12"} 2 node_network_iface_link{device="vethefe2e87"} 2 node_network_iface_link{device="vethf016a73"} 2 node_network_iface_link{device="vethf4d91de"} 10 node_network_iface_link{device="vethf770eef"} 2 node_network_iface_link{device="vethfa53e2b"} 3 # 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-004cf6e82f20"} 0 node_network_iface_link_mode{device="br-00a96308a4e5"} 0 node_network_iface_link_mode{device="br-0860070895fe"} 0 node_network_iface_link_mode{device="br-0e28e2961b77"} 0 node_network_iface_link_mode{device="br-191cc4240701"} 0 node_network_iface_link_mode{device="br-1f21b5b2723b"} 0 node_network_iface_link_mode{device="br-226d5fbda7e3"} 0 node_network_iface_link_mode{device="br-23958bae1d20"} 0 node_network_iface_link_mode{device="br-29ae0ba52459"} 0 node_network_iface_link_mode{device="br-308ea1aa7250"} 0 node_network_iface_link_mode{device="br-30eaf36bff50"} 0 node_network_iface_link_mode{device="br-3a9342319aa1"} 0 node_network_iface_link_mode{device="br-3ebba4aa45c0"} 0 node_network_iface_link_mode{device="br-411fcd5b3021"} 0 node_network_iface_link_mode{device="br-419d9301b6dc"} 0 node_network_iface_link_mode{device="br-41ccd9b9149e"} 0 node_network_iface_link_mode{device="br-44e7a93b8758"} 0 node_network_iface_link_mode{device="br-4f5582927a96"} 0 node_network_iface_link_mode{device="br-5065dafb2ca2"} 0 node_network_iface_link_mode{device="br-52ffec257f05"} 0 node_network_iface_link_mode{device="br-571d7a959b73"} 0 node_network_iface_link_mode{device="br-5c355965e80e"} 0 node_network_iface_link_mode{device="br-66ba7e4c2778"} 0 node_network_iface_link_mode{device="br-6861295ded65"} 0 node_network_iface_link_mode{device="br-6954b52934c9"} 0 node_network_iface_link_mode{device="br-72b2d36d3994"} 0 node_network_iface_link_mode{device="br-81ff2a54b672"} 0 node_network_iface_link_mode{device="br-8a9d8035132a"} 0 node_network_iface_link_mode{device="br-8abb242c2c82"} 0 node_network_iface_link_mode{device="br-929cfe494ab6"} 0 node_network_iface_link_mode{device="br-a728fc27d1ff"} 0 node_network_iface_link_mode{device="br-b07d12cc0d57"} 0 node_network_iface_link_mode{device="br-b28d2261c99e"} 0 node_network_iface_link_mode{device="br-b3b2af59d343"} 0 node_network_iface_link_mode{device="br-bd7d90f914af"} 0 node_network_iface_link_mode{device="br-be3fd6d2ad15"} 0 node_network_iface_link_mode{device="br-c4b769b8fd0b"} 0 node_network_iface_link_mode{device="br-cb16f9f4d547"} 0 node_network_iface_link_mode{device="br-e1446b915cd2"} 0 node_network_iface_link_mode{device="br-e2a54d8c0ea9"} 0 node_network_iface_link_mode{device="br-e8e3d5b50ed4"} 0 node_network_iface_link_mode{device="br-ff099ec3d25a"} 0 node_network_iface_link_mode{device="br-ff72ab34f746"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="enp7s0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth00e9475"} 0 node_network_iface_link_mode{device="veth07966cd"} 0 node_network_iface_link_mode{device="veth10f6fad"} 0 node_network_iface_link_mode{device="veth16aa147"} 0 node_network_iface_link_mode{device="veth19ac02f"} 0 node_network_iface_link_mode{device="veth1f4d5b8"} 0 node_network_iface_link_mode{device="veth2197fc5"} 0 node_network_iface_link_mode{device="veth2436bf2"} 0 node_network_iface_link_mode{device="veth246c458"} 0 node_network_iface_link_mode{device="veth24ea6d7"} 0 node_network_iface_link_mode{device="veth27de1c8"} 0 node_network_iface_link_mode{device="veth29315a0"} 0 node_network_iface_link_mode{device="veth2b0ff19"} 0 node_network_iface_link_mode{device="veth2dfee36"} 0 node_network_iface_link_mode{device="veth2e92c70"} 0 node_network_iface_link_mode{device="veth416149e"} 0 node_network_iface_link_mode{device="veth45151bc"} 0 node_network_iface_link_mode{device="veth4942bb5"} 0 node_network_iface_link_mode{device="veth494ffe5"} 0 node_network_iface_link_mode{device="veth4c6ef92"} 0 node_network_iface_link_mode{device="veth4e112eb"} 0 node_network_iface_link_mode{device="veth547a032"} 0 node_network_iface_link_mode{device="veth5766ee5"} 0 node_network_iface_link_mode{device="veth688104c"} 0 node_network_iface_link_mode{device="veth6d49c5c"} 0 node_network_iface_link_mode{device="veth6f2f8c9"} 0 node_network_iface_link_mode{device="veth6ffbbb7"} 0 node_network_iface_link_mode{device="veth720dfde"} 0 node_network_iface_link_mode{device="veth75de857"} 0 node_network_iface_link_mode{device="veth7833901"} 0 node_network_iface_link_mode{device="veth7951c2c"} 0 node_network_iface_link_mode{device="veth7f7449e"} 0 node_network_iface_link_mode{device="veth8399a48"} 0 node_network_iface_link_mode{device="veth8f6b43f"} 0 node_network_iface_link_mode{device="veth91a284c"} 0 node_network_iface_link_mode{device="veth9619865"} 0 node_network_iface_link_mode{device="veth98175dd"} 0 node_network_iface_link_mode{device="veth9961806"} 0 node_network_iface_link_mode{device="veth9c19181"} 0 node_network_iface_link_mode{device="veth9d5fbf4"} 0 node_network_iface_link_mode{device="veth9e96d9e"} 0 node_network_iface_link_mode{device="vetha2bed73"} 0 node_network_iface_link_mode{device="vethab15513"} 0 node_network_iface_link_mode{device="vethac482f5"} 0 node_network_iface_link_mode{device="vethaccc33e"} 0 node_network_iface_link_mode{device="vethacd1bbc"} 0 node_network_iface_link_mode{device="vethb05a8e5"} 0 node_network_iface_link_mode{device="vethb1d8456"} 0 node_network_iface_link_mode{device="vethb329a55"} 0 node_network_iface_link_mode{device="vethb44bc9b"} 0 node_network_iface_link_mode{device="vethb4cc34f"} 0 node_network_iface_link_mode{device="vethc07b43e"} 0 node_network_iface_link_mode{device="vethc0a09db"} 0 node_network_iface_link_mode{device="vethc1489f3"} 0 node_network_iface_link_mode{device="vethc3f360a"} 0 node_network_iface_link_mode{device="vethc6ca186"} 0 node_network_iface_link_mode{device="vethc713d43"} 0 node_network_iface_link_mode{device="vethc719838"} 0 node_network_iface_link_mode{device="vethcf1e459"} 0 node_network_iface_link_mode{device="vethd30d260"} 0 node_network_iface_link_mode{device="vethd3b79ab"} 0 node_network_iface_link_mode{device="vethd5d6198"} 0 node_network_iface_link_mode{device="vethe0ff8a9"} 0 node_network_iface_link_mode{device="vethe436dc5"} 0 node_network_iface_link_mode{device="vethe6c4f2a"} 0 node_network_iface_link_mode{device="vethe8efc12"} 0 node_network_iface_link_mode{device="vethefe2e87"} 0 node_network_iface_link_mode{device="vethf016a73"} 0 node_network_iface_link_mode{device="vethf4d91de"} 0 node_network_iface_link_mode{device="vethf770eef"} 0 node_network_iface_link_mode{device="vethfa53e2b"} 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:9c:70:5d:35:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2bed73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:b3:80:a4:00:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-00a96308a4e5",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:ab:6e:b6:f2:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-4f5582927a96",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="0a:60:ca:be:d3:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3ebba4aa45c0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="0a:8d:57:50:2d:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-66ba7e4c2778",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="0e:1e:a5:96:5e:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth45151bc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:2d:21:ee:9d:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8abb242c2c82",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="12:d3:78:99:6d:27",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-81ff2a54b672",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="16:21:75:b0:c1:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6861295ded65",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="16:4d:09:9c:fb:a3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-44e7a93b8758",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="1a:be:8f:55:47:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth27de1c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:cf:32:70:de:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethab15513",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:66:59:e9:df:cd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8a9d8035132a",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="22:d6:09:7b:04:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b07d12cc0d57",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="26:53:2b:b0:56:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd5d6198",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:b9:de:a9:0e:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth75de857",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:3f:df:ed:62:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth16aa147",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:49:0b:1d:59:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc0a09db",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:da:16:a9:bf:02",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00e9475",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ed:af:ef:32:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9d5fbf4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:49:a5:4c:13:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cb16f9f4d547",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="3a:58:ab:da:a5:90",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-191cc4240701",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="3e:5b:ee:26:ee:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethac482f5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:a1:c0:73:5e:30",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-a728fc27d1ff",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="3e:b0:c9:fc:c1:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethaccc33e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:d4:53:70:df:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5065dafb2ca2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="42:4e:11:e9:a8:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-929cfe494ab6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="42:7a:a5:ec:8b:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8f6b43f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:92:f1:a4:92:b3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b3b2af59d343",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="42:a4:2f:02:ca:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3b79ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:3d:ae:3c:b7:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5766ee5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:41:f5:81:02:5a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="46:d2:99:ab:69:ac",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth688104c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:9e:61:aa:b8:2e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb4cc34f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:b2:46:1a:ef:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf016a73",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:65:50:0d:33:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2197fc5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:88:72:5b:2e:dd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7951c2c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:39:1c:e2:af:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52ffec257f05",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="5a:44:2f:8f:8f:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf770eef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:96:81:f5:d2:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4d91de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:cd:26:0e:d4:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefe2e87",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:02:6b:13:72:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcf1e459",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7a:91:0b:a5:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff099ec3d25a",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="62:b9:9d:94:e7:0c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1f4d5b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:06:2d:57:fb:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth91a284c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:72:4c:02:5e:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2436bf2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:6c:67:92:96:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe6c4f2a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:71:31:26:f0:2f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-41ccd9b9149e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="6a:87:b8:ba:60:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-29ae0ba52459",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="6a:d1:15:28:77:f0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0860070895fe",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="6e:13:00:98:51:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4942bb5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:1d:d0:14:b6:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-be3fd6d2ad15",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="6e:a2:f7:09:6f:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-72b2d36d3994",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="6e:ae:01:68:51:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe436dc5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:e9:46:ba:b8:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-411fcd5b3021",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="72:42:4a:ba:5d:74",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9961806",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:bd:6b:4e:a7:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e1446b915cd2",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="76:42:db:8e:67:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-23958bae1d20",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="7a:12:b4:80:99:c1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-30eaf36bff50",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="7a:82:61:3a:22:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-308ea1aa7250",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="7e:ad:0d:f4:fc:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e8e3d5b50ed4",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="82:c8:3a:56:ac:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29315a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:00:00:aa:e7:0e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="enp7s0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:8f:cb:d1:bb:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6954b52934c9",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="8a:a0:8b:ef:ba:e1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe8efc12",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:00:06:5c:cc:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="92:95:c0:c9:f9:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6d49c5c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:98:b0:41:43:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3a9342319aa1",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="96:27:f7:32:d1:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7833901",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:2e:23:cf:0f:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10f6fad",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:53:6a:12:79:28",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb329a55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:07:e5:1c:01:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e96d9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:4e:cb:92:d9:9b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc719838",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:51:63:14:94:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f2f8c9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:46:97:b5:e6:9d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc07b43e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:4c:d5:b0:4d:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-226d5fbda7e3",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="aa:7a:a9:7f:3e:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb1d8456",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:04:27:d9:1a:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc713d43",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:18:1a:6f:82:06",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb44bc9b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:25:66:eb:33:32",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8399a48",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:3b:3d:c8:00:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethacd1bbc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:fb:07:f2:17:2c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2e92c70",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:da:ae:a0:18:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth24ea6d7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:40:de:e5:fd:2b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfa53e2b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:d6:bb:0d:f8:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth494ffe5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:fa:45:94:0a:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-1f21b5b2723b",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c2:17:2e:34:f6:d0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth246c458",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:34:f6:53:97:a0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-571d7a959b73",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="c2:eb:55:bc:ad:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-419d9301b6dc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="c6:2e:08:36:93:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c4b769b8fd0b",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="c6:5d:cd:ab:f8:23",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb05a8e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:bc:83:f2:6f:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e2a54d8c0ea9",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="ca:22:35:28:23:1f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c6ef92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:9c:37:4b:e8:6e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-b28d2261c99e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="d2:99:d6:6a:f8:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9c19181",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:1e:96:99:c2:67",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f7449e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:29:57:9b:4a:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc6ca186",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:32:cc:5a:0d:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth547a032",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:33:5c:43:83:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2b0ff19",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:52:b9:f5:99:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth98175dd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:12:45:cf:32:62",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-004cf6e82f20",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="de:3c:c1:05:de:04",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4e112eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:af:4b:e2:68:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ff72ab34f746",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="e2:e9:c1:e3:eb:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1489f3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:64:e1:bd:96:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth07966cd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:71:31:37:cc:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth416149e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:9e:77:65:aa:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3f360a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:f1:77:f9:ca:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe0ff8a9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:a8:49:c2:1d:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2dfee36",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:0c:7e:15:60:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6ffbbb7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:aa:d7:98:7a:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0e28e2961b77",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="fa:c1:e3:a9:4b:d9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-bd7d90f914af",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="fa:c8:55:66:37:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5c355965e80e",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="fe:06:a7:26:1d:e2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth720dfde",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:31:04:e4:c3:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth19ac02f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:7e:34:d6:64:b1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9619865",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:8d:6e:d0:29:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd30d260",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-004cf6e82f20"} 1500 node_network_mtu_bytes{device="br-00a96308a4e5"} 1500 node_network_mtu_bytes{device="br-0860070895fe"} 1500 node_network_mtu_bytes{device="br-0e28e2961b77"} 1500 node_network_mtu_bytes{device="br-191cc4240701"} 1500 node_network_mtu_bytes{device="br-1f21b5b2723b"} 1500 node_network_mtu_bytes{device="br-226d5fbda7e3"} 1500 node_network_mtu_bytes{device="br-23958bae1d20"} 1500 node_network_mtu_bytes{device="br-29ae0ba52459"} 1500 node_network_mtu_bytes{device="br-308ea1aa7250"} 1500 node_network_mtu_bytes{device="br-30eaf36bff50"} 1500 node_network_mtu_bytes{device="br-3a9342319aa1"} 1500 node_network_mtu_bytes{device="br-3ebba4aa45c0"} 1500 node_network_mtu_bytes{device="br-411fcd5b3021"} 1500 node_network_mtu_bytes{device="br-419d9301b6dc"} 1500 node_network_mtu_bytes{device="br-41ccd9b9149e"} 1500 node_network_mtu_bytes{device="br-44e7a93b8758"} 1500 node_network_mtu_bytes{device="br-4f5582927a96"} 1500 node_network_mtu_bytes{device="br-5065dafb2ca2"} 1500 node_network_mtu_bytes{device="br-52ffec257f05"} 1500 node_network_mtu_bytes{device="br-571d7a959b73"} 1500 node_network_mtu_bytes{device="br-5c355965e80e"} 1500 node_network_mtu_bytes{device="br-66ba7e4c2778"} 1500 node_network_mtu_bytes{device="br-6861295ded65"} 1500 node_network_mtu_bytes{device="br-6954b52934c9"} 1500 node_network_mtu_bytes{device="br-72b2d36d3994"} 1500 node_network_mtu_bytes{device="br-81ff2a54b672"} 1500 node_network_mtu_bytes{device="br-8a9d8035132a"} 1500 node_network_mtu_bytes{device="br-8abb242c2c82"} 1500 node_network_mtu_bytes{device="br-929cfe494ab6"} 1500 node_network_mtu_bytes{device="br-a728fc27d1ff"} 1500 node_network_mtu_bytes{device="br-b07d12cc0d57"} 1500 node_network_mtu_bytes{device="br-b28d2261c99e"} 1500 node_network_mtu_bytes{device="br-b3b2af59d343"} 1500 node_network_mtu_bytes{device="br-bd7d90f914af"} 1500 node_network_mtu_bytes{device="br-be3fd6d2ad15"} 1500 node_network_mtu_bytes{device="br-c4b769b8fd0b"} 1500 node_network_mtu_bytes{device="br-cb16f9f4d547"} 1500 node_network_mtu_bytes{device="br-e1446b915cd2"} 1500 node_network_mtu_bytes{device="br-e2a54d8c0ea9"} 1500 node_network_mtu_bytes{device="br-e8e3d5b50ed4"} 1500 node_network_mtu_bytes{device="br-ff099ec3d25a"} 1500 node_network_mtu_bytes{device="br-ff72ab34f746"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="enp7s0"} 1450 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth00e9475"} 1500 node_network_mtu_bytes{device="veth07966cd"} 1500 node_network_mtu_bytes{device="veth10f6fad"} 1500 node_network_mtu_bytes{device="veth16aa147"} 1500 node_network_mtu_bytes{device="veth19ac02f"} 1500 node_network_mtu_bytes{device="veth1f4d5b8"} 1500 node_network_mtu_bytes{device="veth2197fc5"} 1500 node_network_mtu_bytes{device="veth2436bf2"} 1500 node_network_mtu_bytes{device="veth246c458"} 1500 node_network_mtu_bytes{device="veth24ea6d7"} 1500 node_network_mtu_bytes{device="veth27de1c8"} 1500 node_network_mtu_bytes{device="veth29315a0"} 1500 node_network_mtu_bytes{device="veth2b0ff19"} 1500 node_network_mtu_bytes{device="veth2dfee36"} 1500 node_network_mtu_bytes{device="veth2e92c70"} 1500 node_network_mtu_bytes{device="veth416149e"} 1500 node_network_mtu_bytes{device="veth45151bc"} 1500 node_network_mtu_bytes{device="veth4942bb5"} 1500 node_network_mtu_bytes{device="veth494ffe5"} 1500 node_network_mtu_bytes{device="veth4c6ef92"} 1500 node_network_mtu_bytes{device="veth4e112eb"} 1500 node_network_mtu_bytes{device="veth547a032"} 1500 node_network_mtu_bytes{device="veth5766ee5"} 1500 node_network_mtu_bytes{device="veth688104c"} 1500 node_network_mtu_bytes{device="veth6d49c5c"} 1500 node_network_mtu_bytes{device="veth6f2f8c9"} 1500 node_network_mtu_bytes{device="veth6ffbbb7"} 1500 node_network_mtu_bytes{device="veth720dfde"} 1500 node_network_mtu_bytes{device="veth75de857"} 1500 node_network_mtu_bytes{device="veth7833901"} 1500 node_network_mtu_bytes{device="veth7951c2c"} 1500 node_network_mtu_bytes{device="veth7f7449e"} 1500 node_network_mtu_bytes{device="veth8399a48"} 1500 node_network_mtu_bytes{device="veth8f6b43f"} 1500 node_network_mtu_bytes{device="veth91a284c"} 1500 node_network_mtu_bytes{device="veth9619865"} 1500 node_network_mtu_bytes{device="veth98175dd"} 1500 node_network_mtu_bytes{device="veth9961806"} 1500 node_network_mtu_bytes{device="veth9c19181"} 1500 node_network_mtu_bytes{device="veth9d5fbf4"} 1500 node_network_mtu_bytes{device="veth9e96d9e"} 1500 node_network_mtu_bytes{device="vetha2bed73"} 1500 node_network_mtu_bytes{device="vethab15513"} 1500 node_network_mtu_bytes{device="vethac482f5"} 1500 node_network_mtu_bytes{device="vethaccc33e"} 1500 node_network_mtu_bytes{device="vethacd1bbc"} 1500 node_network_mtu_bytes{device="vethb05a8e5"} 1500 node_network_mtu_bytes{device="vethb1d8456"} 1500 node_network_mtu_bytes{device="vethb329a55"} 1500 node_network_mtu_bytes{device="vethb44bc9b"} 1500 node_network_mtu_bytes{device="vethb4cc34f"} 1500 node_network_mtu_bytes{device="vethc07b43e"} 1500 node_network_mtu_bytes{device="vethc0a09db"} 1500 node_network_mtu_bytes{device="vethc1489f3"} 1500 node_network_mtu_bytes{device="vethc3f360a"} 1500 node_network_mtu_bytes{device="vethc6ca186"} 1500 node_network_mtu_bytes{device="vethc713d43"} 1500 node_network_mtu_bytes{device="vethc719838"} 1500 node_network_mtu_bytes{device="vethcf1e459"} 1500 node_network_mtu_bytes{device="vethd30d260"} 1500 node_network_mtu_bytes{device="vethd3b79ab"} 1500 node_network_mtu_bytes{device="vethd5d6198"} 1500 node_network_mtu_bytes{device="vethe0ff8a9"} 1500 node_network_mtu_bytes{device="vethe436dc5"} 1500 node_network_mtu_bytes{device="vethe6c4f2a"} 1500 node_network_mtu_bytes{device="vethe8efc12"} 1500 node_network_mtu_bytes{device="vethefe2e87"} 1500 node_network_mtu_bytes{device="vethf016a73"} 1500 node_network_mtu_bytes{device="vethf4d91de"} 1500 node_network_mtu_bytes{device="vethf770eef"} 1500 node_network_mtu_bytes{device="vethfa53e2b"} 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-004cf6e82f20"} 3 node_network_name_assign_type{device="br-00a96308a4e5"} 3 node_network_name_assign_type{device="br-0860070895fe"} 3 node_network_name_assign_type{device="br-0e28e2961b77"} 3 node_network_name_assign_type{device="br-191cc4240701"} 3 node_network_name_assign_type{device="br-1f21b5b2723b"} 3 node_network_name_assign_type{device="br-226d5fbda7e3"} 3 node_network_name_assign_type{device="br-23958bae1d20"} 3 node_network_name_assign_type{device="br-29ae0ba52459"} 3 node_network_name_assign_type{device="br-308ea1aa7250"} 3 node_network_name_assign_type{device="br-30eaf36bff50"} 3 node_network_name_assign_type{device="br-3a9342319aa1"} 3 node_network_name_assign_type{device="br-3ebba4aa45c0"} 3 node_network_name_assign_type{device="br-411fcd5b3021"} 3 node_network_name_assign_type{device="br-419d9301b6dc"} 3 node_network_name_assign_type{device="br-41ccd9b9149e"} 3 node_network_name_assign_type{device="br-44e7a93b8758"} 3 node_network_name_assign_type{device="br-4f5582927a96"} 3 node_network_name_assign_type{device="br-5065dafb2ca2"} 3 node_network_name_assign_type{device="br-52ffec257f05"} 3 node_network_name_assign_type{device="br-571d7a959b73"} 3 node_network_name_assign_type{device="br-5c355965e80e"} 3 node_network_name_assign_type{device="br-66ba7e4c2778"} 3 node_network_name_assign_type{device="br-6861295ded65"} 3 node_network_name_assign_type{device="br-6954b52934c9"} 3 node_network_name_assign_type{device="br-72b2d36d3994"} 3 node_network_name_assign_type{device="br-81ff2a54b672"} 3 node_network_name_assign_type{device="br-8a9d8035132a"} 3 node_network_name_assign_type{device="br-8abb242c2c82"} 3 node_network_name_assign_type{device="br-929cfe494ab6"} 3 node_network_name_assign_type{device="br-a728fc27d1ff"} 3 node_network_name_assign_type{device="br-b07d12cc0d57"} 3 node_network_name_assign_type{device="br-b28d2261c99e"} 3 node_network_name_assign_type{device="br-b3b2af59d343"} 3 node_network_name_assign_type{device="br-bd7d90f914af"} 3 node_network_name_assign_type{device="br-be3fd6d2ad15"} 3 node_network_name_assign_type{device="br-c4b769b8fd0b"} 3 node_network_name_assign_type{device="br-cb16f9f4d547"} 3 node_network_name_assign_type{device="br-e1446b915cd2"} 3 node_network_name_assign_type{device="br-e2a54d8c0ea9"} 3 node_network_name_assign_type{device="br-e8e3d5b50ed4"} 3 node_network_name_assign_type{device="br-ff099ec3d25a"} 3 node_network_name_assign_type{device="br-ff72ab34f746"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="enp7s0"} 4 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth00e9475"} 3 node_network_name_assign_type{device="veth07966cd"} 3 node_network_name_assign_type{device="veth10f6fad"} 3 node_network_name_assign_type{device="veth16aa147"} 3 node_network_name_assign_type{device="veth19ac02f"} 3 node_network_name_assign_type{device="veth1f4d5b8"} 3 node_network_name_assign_type{device="veth2197fc5"} 3 node_network_name_assign_type{device="veth2436bf2"} 3 node_network_name_assign_type{device="veth246c458"} 3 node_network_name_assign_type{device="veth24ea6d7"} 3 node_network_name_assign_type{device="veth27de1c8"} 3 node_network_name_assign_type{device="veth29315a0"} 3 node_network_name_assign_type{device="veth2b0ff19"} 3 node_network_name_assign_type{device="veth2dfee36"} 3 node_network_name_assign_type{device="veth2e92c70"} 3 node_network_name_assign_type{device="veth416149e"} 3 node_network_name_assign_type{device="veth45151bc"} 3 node_network_name_assign_type{device="veth4942bb5"} 3 node_network_name_assign_type{device="veth494ffe5"} 3 node_network_name_assign_type{device="veth4c6ef92"} 3 node_network_name_assign_type{device="veth4e112eb"} 3 node_network_name_assign_type{device="veth547a032"} 3 node_network_name_assign_type{device="veth5766ee5"} 3 node_network_name_assign_type{device="veth688104c"} 3 node_network_name_assign_type{device="veth6d49c5c"} 3 node_network_name_assign_type{device="veth6f2f8c9"} 3 node_network_name_assign_type{device="veth6ffbbb7"} 3 node_network_name_assign_type{device="veth720dfde"} 3 node_network_name_assign_type{device="veth75de857"} 3 node_network_name_assign_type{device="veth7833901"} 3 node_network_name_assign_type{device="veth7951c2c"} 3 node_network_name_assign_type{device="veth7f7449e"} 3 node_network_name_assign_type{device="veth8399a48"} 3 node_network_name_assign_type{device="veth8f6b43f"} 3 node_network_name_assign_type{device="veth91a284c"} 3 node_network_name_assign_type{device="veth9619865"} 3 node_network_name_assign_type{device="veth98175dd"} 3 node_network_name_assign_type{device="veth9961806"} 3 node_network_name_assign_type{device="veth9c19181"} 3 node_network_name_assign_type{device="veth9d5fbf4"} 3 node_network_name_assign_type{device="veth9e96d9e"} 3 node_network_name_assign_type{device="vetha2bed73"} 3 node_network_name_assign_type{device="vethab15513"} 3 node_network_name_assign_type{device="vethac482f5"} 3 node_network_name_assign_type{device="vethaccc33e"} 3 node_network_name_assign_type{device="vethacd1bbc"} 3 node_network_name_assign_type{device="vethb05a8e5"} 3 node_network_name_assign_type{device="vethb1d8456"} 3 node_network_name_assign_type{device="vethb329a55"} 3 node_network_name_assign_type{device="vethb44bc9b"} 3 node_network_name_assign_type{device="vethb4cc34f"} 3 node_network_name_assign_type{device="vethc07b43e"} 3 node_network_name_assign_type{device="vethc0a09db"} 3 node_network_name_assign_type{device="vethc1489f3"} 3 node_network_name_assign_type{device="vethc3f360a"} 3 node_network_name_assign_type{device="vethc6ca186"} 3 node_network_name_assign_type{device="vethc713d43"} 3 node_network_name_assign_type{device="vethc719838"} 3 node_network_name_assign_type{device="vethcf1e459"} 3 node_network_name_assign_type{device="vethd30d260"} 3 node_network_name_assign_type{device="vethd3b79ab"} 3 node_network_name_assign_type{device="vethd5d6198"} 3 node_network_name_assign_type{device="vethe0ff8a9"} 3 node_network_name_assign_type{device="vethe436dc5"} 3 node_network_name_assign_type{device="vethe6c4f2a"} 3 node_network_name_assign_type{device="vethe8efc12"} 3 node_network_name_assign_type{device="vethefe2e87"} 3 node_network_name_assign_type{device="vethf016a73"} 3 node_network_name_assign_type{device="vethf4d91de"} 3 node_network_name_assign_type{device="vethf770eef"} 3 node_network_name_assign_type{device="vethfa53e2b"} 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-004cf6e82f20"} 0 node_network_net_dev_group{device="br-00a96308a4e5"} 0 node_network_net_dev_group{device="br-0860070895fe"} 0 node_network_net_dev_group{device="br-0e28e2961b77"} 0 node_network_net_dev_group{device="br-191cc4240701"} 0 node_network_net_dev_group{device="br-1f21b5b2723b"} 0 node_network_net_dev_group{device="br-226d5fbda7e3"} 0 node_network_net_dev_group{device="br-23958bae1d20"} 0 node_network_net_dev_group{device="br-29ae0ba52459"} 0 node_network_net_dev_group{device="br-308ea1aa7250"} 0 node_network_net_dev_group{device="br-30eaf36bff50"} 0 node_network_net_dev_group{device="br-3a9342319aa1"} 0 node_network_net_dev_group{device="br-3ebba4aa45c0"} 0 node_network_net_dev_group{device="br-411fcd5b3021"} 0 node_network_net_dev_group{device="br-419d9301b6dc"} 0 node_network_net_dev_group{device="br-41ccd9b9149e"} 0 node_network_net_dev_group{device="br-44e7a93b8758"} 0 node_network_net_dev_group{device="br-4f5582927a96"} 0 node_network_net_dev_group{device="br-5065dafb2ca2"} 0 node_network_net_dev_group{device="br-52ffec257f05"} 0 node_network_net_dev_group{device="br-571d7a959b73"} 0 node_network_net_dev_group{device="br-5c355965e80e"} 0 node_network_net_dev_group{device="br-66ba7e4c2778"} 0 node_network_net_dev_group{device="br-6861295ded65"} 0 node_network_net_dev_group{device="br-6954b52934c9"} 0 node_network_net_dev_group{device="br-72b2d36d3994"} 0 node_network_net_dev_group{device="br-81ff2a54b672"} 0 node_network_net_dev_group{device="br-8a9d8035132a"} 0 node_network_net_dev_group{device="br-8abb242c2c82"} 0 node_network_net_dev_group{device="br-929cfe494ab6"} 0 node_network_net_dev_group{device="br-a728fc27d1ff"} 0 node_network_net_dev_group{device="br-b07d12cc0d57"} 0 node_network_net_dev_group{device="br-b28d2261c99e"} 0 node_network_net_dev_group{device="br-b3b2af59d343"} 0 node_network_net_dev_group{device="br-bd7d90f914af"} 0 node_network_net_dev_group{device="br-be3fd6d2ad15"} 0 node_network_net_dev_group{device="br-c4b769b8fd0b"} 0 node_network_net_dev_group{device="br-cb16f9f4d547"} 0 node_network_net_dev_group{device="br-e1446b915cd2"} 0 node_network_net_dev_group{device="br-e2a54d8c0ea9"} 0 node_network_net_dev_group{device="br-e8e3d5b50ed4"} 0 node_network_net_dev_group{device="br-ff099ec3d25a"} 0 node_network_net_dev_group{device="br-ff72ab34f746"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="enp7s0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth00e9475"} 0 node_network_net_dev_group{device="veth07966cd"} 0 node_network_net_dev_group{device="veth10f6fad"} 0 node_network_net_dev_group{device="veth16aa147"} 0 node_network_net_dev_group{device="veth19ac02f"} 0 node_network_net_dev_group{device="veth1f4d5b8"} 0 node_network_net_dev_group{device="veth2197fc5"} 0 node_network_net_dev_group{device="veth2436bf2"} 0 node_network_net_dev_group{device="veth246c458"} 0 node_network_net_dev_group{device="veth24ea6d7"} 0 node_network_net_dev_group{device="veth27de1c8"} 0 node_network_net_dev_group{device="veth29315a0"} 0 node_network_net_dev_group{device="veth2b0ff19"} 0 node_network_net_dev_group{device="veth2dfee36"} 0 node_network_net_dev_group{device="veth2e92c70"} 0 node_network_net_dev_group{device="veth416149e"} 0 node_network_net_dev_group{device="veth45151bc"} 0 node_network_net_dev_group{device="veth4942bb5"} 0 node_network_net_dev_group{device="veth494ffe5"} 0 node_network_net_dev_group{device="veth4c6ef92"} 0 node_network_net_dev_group{device="veth4e112eb"} 0 node_network_net_dev_group{device="veth547a032"} 0 node_network_net_dev_group{device="veth5766ee5"} 0 node_network_net_dev_group{device="veth688104c"} 0 node_network_net_dev_group{device="veth6d49c5c"} 0 node_network_net_dev_group{device="veth6f2f8c9"} 0 node_network_net_dev_group{device="veth6ffbbb7"} 0 node_network_net_dev_group{device="veth720dfde"} 0 node_network_net_dev_group{device="veth75de857"} 0 node_network_net_dev_group{device="veth7833901"} 0 node_network_net_dev_group{device="veth7951c2c"} 0 node_network_net_dev_group{device="veth7f7449e"} 0 node_network_net_dev_group{device="veth8399a48"} 0 node_network_net_dev_group{device="veth8f6b43f"} 0 node_network_net_dev_group{device="veth91a284c"} 0 node_network_net_dev_group{device="veth9619865"} 0 node_network_net_dev_group{device="veth98175dd"} 0 node_network_net_dev_group{device="veth9961806"} 0 node_network_net_dev_group{device="veth9c19181"} 0 node_network_net_dev_group{device="veth9d5fbf4"} 0 node_network_net_dev_group{device="veth9e96d9e"} 0 node_network_net_dev_group{device="vetha2bed73"} 0 node_network_net_dev_group{device="vethab15513"} 0 node_network_net_dev_group{device="vethac482f5"} 0 node_network_net_dev_group{device="vethaccc33e"} 0 node_network_net_dev_group{device="vethacd1bbc"} 0 node_network_net_dev_group{device="vethb05a8e5"} 0 node_network_net_dev_group{device="vethb1d8456"} 0 node_network_net_dev_group{device="vethb329a55"} 0 node_network_net_dev_group{device="vethb44bc9b"} 0 node_network_net_dev_group{device="vethb4cc34f"} 0 node_network_net_dev_group{device="vethc07b43e"} 0 node_network_net_dev_group{device="vethc0a09db"} 0 node_network_net_dev_group{device="vethc1489f3"} 0 node_network_net_dev_group{device="vethc3f360a"} 0 node_network_net_dev_group{device="vethc6ca186"} 0 node_network_net_dev_group{device="vethc713d43"} 0 node_network_net_dev_group{device="vethc719838"} 0 node_network_net_dev_group{device="vethcf1e459"} 0 node_network_net_dev_group{device="vethd30d260"} 0 node_network_net_dev_group{device="vethd3b79ab"} 0 node_network_net_dev_group{device="vethd5d6198"} 0 node_network_net_dev_group{device="vethe0ff8a9"} 0 node_network_net_dev_group{device="vethe436dc5"} 0 node_network_net_dev_group{device="vethe6c4f2a"} 0 node_network_net_dev_group{device="vethe8efc12"} 0 node_network_net_dev_group{device="vethefe2e87"} 0 node_network_net_dev_group{device="vethf016a73"} 0 node_network_net_dev_group{device="vethf4d91de"} 0 node_network_net_dev_group{device="vethf770eef"} 0 node_network_net_dev_group{device="vethfa53e2b"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-004cf6e82f20"} 1 node_network_protocol_type{device="br-00a96308a4e5"} 1 node_network_protocol_type{device="br-0860070895fe"} 1 node_network_protocol_type{device="br-0e28e2961b77"} 1 node_network_protocol_type{device="br-191cc4240701"} 1 node_network_protocol_type{device="br-1f21b5b2723b"} 1 node_network_protocol_type{device="br-226d5fbda7e3"} 1 node_network_protocol_type{device="br-23958bae1d20"} 1 node_network_protocol_type{device="br-29ae0ba52459"} 1 node_network_protocol_type{device="br-308ea1aa7250"} 1 node_network_protocol_type{device="br-30eaf36bff50"} 1 node_network_protocol_type{device="br-3a9342319aa1"} 1 node_network_protocol_type{device="br-3ebba4aa45c0"} 1 node_network_protocol_type{device="br-411fcd5b3021"} 1 node_network_protocol_type{device="br-419d9301b6dc"} 1 node_network_protocol_type{device="br-41ccd9b9149e"} 1 node_network_protocol_type{device="br-44e7a93b8758"} 1 node_network_protocol_type{device="br-4f5582927a96"} 1 node_network_protocol_type{device="br-5065dafb2ca2"} 1 node_network_protocol_type{device="br-52ffec257f05"} 1 node_network_protocol_type{device="br-571d7a959b73"} 1 node_network_protocol_type{device="br-5c355965e80e"} 1 node_network_protocol_type{device="br-66ba7e4c2778"} 1 node_network_protocol_type{device="br-6861295ded65"} 1 node_network_protocol_type{device="br-6954b52934c9"} 1 node_network_protocol_type{device="br-72b2d36d3994"} 1 node_network_protocol_type{device="br-81ff2a54b672"} 1 node_network_protocol_type{device="br-8a9d8035132a"} 1 node_network_protocol_type{device="br-8abb242c2c82"} 1 node_network_protocol_type{device="br-929cfe494ab6"} 1 node_network_protocol_type{device="br-a728fc27d1ff"} 1 node_network_protocol_type{device="br-b07d12cc0d57"} 1 node_network_protocol_type{device="br-b28d2261c99e"} 1 node_network_protocol_type{device="br-b3b2af59d343"} 1 node_network_protocol_type{device="br-bd7d90f914af"} 1 node_network_protocol_type{device="br-be3fd6d2ad15"} 1 node_network_protocol_type{device="br-c4b769b8fd0b"} 1 node_network_protocol_type{device="br-cb16f9f4d547"} 1 node_network_protocol_type{device="br-e1446b915cd2"} 1 node_network_protocol_type{device="br-e2a54d8c0ea9"} 1 node_network_protocol_type{device="br-e8e3d5b50ed4"} 1 node_network_protocol_type{device="br-ff099ec3d25a"} 1 node_network_protocol_type{device="br-ff72ab34f746"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="enp7s0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth00e9475"} 1 node_network_protocol_type{device="veth07966cd"} 1 node_network_protocol_type{device="veth10f6fad"} 1 node_network_protocol_type{device="veth16aa147"} 1 node_network_protocol_type{device="veth19ac02f"} 1 node_network_protocol_type{device="veth1f4d5b8"} 1 node_network_protocol_type{device="veth2197fc5"} 1 node_network_protocol_type{device="veth2436bf2"} 1 node_network_protocol_type{device="veth246c458"} 1 node_network_protocol_type{device="veth24ea6d7"} 1 node_network_protocol_type{device="veth27de1c8"} 1 node_network_protocol_type{device="veth29315a0"} 1 node_network_protocol_type{device="veth2b0ff19"} 1 node_network_protocol_type{device="veth2dfee36"} 1 node_network_protocol_type{device="veth2e92c70"} 1 node_network_protocol_type{device="veth416149e"} 1 node_network_protocol_type{device="veth45151bc"} 1 node_network_protocol_type{device="veth4942bb5"} 1 node_network_protocol_type{device="veth494ffe5"} 1 node_network_protocol_type{device="veth4c6ef92"} 1 node_network_protocol_type{device="veth4e112eb"} 1 node_network_protocol_type{device="veth547a032"} 1 node_network_protocol_type{device="veth5766ee5"} 1 node_network_protocol_type{device="veth688104c"} 1 node_network_protocol_type{device="veth6d49c5c"} 1 node_network_protocol_type{device="veth6f2f8c9"} 1 node_network_protocol_type{device="veth6ffbbb7"} 1 node_network_protocol_type{device="veth720dfde"} 1 node_network_protocol_type{device="veth75de857"} 1 node_network_protocol_type{device="veth7833901"} 1 node_network_protocol_type{device="veth7951c2c"} 1 node_network_protocol_type{device="veth7f7449e"} 1 node_network_protocol_type{device="veth8399a48"} 1 node_network_protocol_type{device="veth8f6b43f"} 1 node_network_protocol_type{device="veth91a284c"} 1 node_network_protocol_type{device="veth9619865"} 1 node_network_protocol_type{device="veth98175dd"} 1 node_network_protocol_type{device="veth9961806"} 1 node_network_protocol_type{device="veth9c19181"} 1 node_network_protocol_type{device="veth9d5fbf4"} 1 node_network_protocol_type{device="veth9e96d9e"} 1 node_network_protocol_type{device="vetha2bed73"} 1 node_network_protocol_type{device="vethab15513"} 1 node_network_protocol_type{device="vethac482f5"} 1 node_network_protocol_type{device="vethaccc33e"} 1 node_network_protocol_type{device="vethacd1bbc"} 1 node_network_protocol_type{device="vethb05a8e5"} 1 node_network_protocol_type{device="vethb1d8456"} 1 node_network_protocol_type{device="vethb329a55"} 1 node_network_protocol_type{device="vethb44bc9b"} 1 node_network_protocol_type{device="vethb4cc34f"} 1 node_network_protocol_type{device="vethc07b43e"} 1 node_network_protocol_type{device="vethc0a09db"} 1 node_network_protocol_type{device="vethc1489f3"} 1 node_network_protocol_type{device="vethc3f360a"} 1 node_network_protocol_type{device="vethc6ca186"} 1 node_network_protocol_type{device="vethc713d43"} 1 node_network_protocol_type{device="vethc719838"} 1 node_network_protocol_type{device="vethcf1e459"} 1 node_network_protocol_type{device="vethd30d260"} 1 node_network_protocol_type{device="vethd3b79ab"} 1 node_network_protocol_type{device="vethd5d6198"} 1 node_network_protocol_type{device="vethe0ff8a9"} 1 node_network_protocol_type{device="vethe436dc5"} 1 node_network_protocol_type{device="vethe6c4f2a"} 1 node_network_protocol_type{device="vethe8efc12"} 1 node_network_protocol_type{device="vethefe2e87"} 1 node_network_protocol_type{device="vethf016a73"} 1 node_network_protocol_type{device="vethf4d91de"} 1 node_network_protocol_type{device="vethf770eef"} 1 node_network_protocol_type{device="vethfa53e2b"} 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"} 414157 node_network_receive_bytes_total{device="lo"} 6.3402758e+08 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 3560 node_network_receive_packets_total{device="lo"} 2.888784e+06 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-004cf6e82f20"} 1.25e+09 node_network_speed_bytes{device="br-00a96308a4e5"} 1.25e+09 node_network_speed_bytes{device="br-0860070895fe"} -125000 node_network_speed_bytes{device="br-0e28e2961b77"} -125000 node_network_speed_bytes{device="br-191cc4240701"} -125000 node_network_speed_bytes{device="br-1f21b5b2723b"} -125000 node_network_speed_bytes{device="br-226d5fbda7e3"} -125000 node_network_speed_bytes{device="br-23958bae1d20"} -125000 node_network_speed_bytes{device="br-29ae0ba52459"} 1.25e+09 node_network_speed_bytes{device="br-308ea1aa7250"} -125000 node_network_speed_bytes{device="br-30eaf36bff50"} -125000 node_network_speed_bytes{device="br-3a9342319aa1"} -125000 node_network_speed_bytes{device="br-3ebba4aa45c0"} 1.25e+09 node_network_speed_bytes{device="br-411fcd5b3021"} 1.25e+09 node_network_speed_bytes{device="br-419d9301b6dc"} 1.25e+09 node_network_speed_bytes{device="br-41ccd9b9149e"} -125000 node_network_speed_bytes{device="br-44e7a93b8758"} 1.25e+09 node_network_speed_bytes{device="br-4f5582927a96"} -125000 node_network_speed_bytes{device="br-5065dafb2ca2"} 1.25e+09 node_network_speed_bytes{device="br-52ffec257f05"} -125000 node_network_speed_bytes{device="br-571d7a959b73"} 1.25e+09 node_network_speed_bytes{device="br-5c355965e80e"} -125000 node_network_speed_bytes{device="br-66ba7e4c2778"} -125000 node_network_speed_bytes{device="br-6861295ded65"} -125000 node_network_speed_bytes{device="br-6954b52934c9"} 1.25e+09 node_network_speed_bytes{device="br-72b2d36d3994"} -125000 node_network_speed_bytes{device="br-81ff2a54b672"} -125000 node_network_speed_bytes{device="br-8a9d8035132a"} 1.25e+09 node_network_speed_bytes{device="br-8abb242c2c82"} -125000 node_network_speed_bytes{device="br-929cfe494ab6"} -125000 node_network_speed_bytes{device="br-a728fc27d1ff"} -125000 node_network_speed_bytes{device="br-b07d12cc0d57"} 1.25e+09 node_network_speed_bytes{device="br-b28d2261c99e"} -125000 node_network_speed_bytes{device="br-b3b2af59d343"} -125000 node_network_speed_bytes{device="br-bd7d90f914af"} -125000 node_network_speed_bytes{device="br-be3fd6d2ad15"} -125000 node_network_speed_bytes{device="br-c4b769b8fd0b"} -125000 node_network_speed_bytes{device="br-cb16f9f4d547"} 1.25e+09 node_network_speed_bytes{device="br-e1446b915cd2"} -125000 node_network_speed_bytes{device="br-e2a54d8c0ea9"} -125000 node_network_speed_bytes{device="br-e8e3d5b50ed4"} -125000 node_network_speed_bytes{device="br-ff099ec3d25a"} -125000 node_network_speed_bytes{device="br-ff72ab34f746"} 1.25e+09 node_network_speed_bytes{device="docker0"} 1.25e+09 node_network_speed_bytes{device="enp7s0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth00e9475"} 1.25e+09 node_network_speed_bytes{device="veth07966cd"} 1.25e+09 node_network_speed_bytes{device="veth10f6fad"} 1.25e+09 node_network_speed_bytes{device="veth16aa147"} 1.25e+09 node_network_speed_bytes{device="veth19ac02f"} 1.25e+09 node_network_speed_bytes{device="veth1f4d5b8"} 1.25e+09 node_network_speed_bytes{device="veth2197fc5"} 1.25e+09 node_network_speed_bytes{device="veth2436bf2"} 1.25e+09 node_network_speed_bytes{device="veth246c458"} 1.25e+09 node_network_speed_bytes{device="veth24ea6d7"} 1.25e+09 node_network_speed_bytes{device="veth27de1c8"} 1.25e+09 node_network_speed_bytes{device="veth29315a0"} 1.25e+09 node_network_speed_bytes{device="veth2b0ff19"} 1.25e+09 node_network_speed_bytes{device="veth2dfee36"} 1.25e+09 node_network_speed_bytes{device="veth2e92c70"} 1.25e+09 node_network_speed_bytes{device="veth416149e"} 1.25e+09 node_network_speed_bytes{device="veth45151bc"} 1.25e+09 node_network_speed_bytes{device="veth4942bb5"} 1.25e+09 node_network_speed_bytes{device="veth494ffe5"} 1.25e+09 node_network_speed_bytes{device="veth4c6ef92"} 1.25e+09 node_network_speed_bytes{device="veth4e112eb"} 1.25e+09 node_network_speed_bytes{device="veth547a032"} 1.25e+09 node_network_speed_bytes{device="veth5766ee5"} 1.25e+09 node_network_speed_bytes{device="veth688104c"} 1.25e+09 node_network_speed_bytes{device="veth6d49c5c"} 1.25e+09 node_network_speed_bytes{device="veth6f2f8c9"} 1.25e+09 node_network_speed_bytes{device="veth6ffbbb7"} 1.25e+09 node_network_speed_bytes{device="veth720dfde"} 1.25e+09 node_network_speed_bytes{device="veth75de857"} 1.25e+09 node_network_speed_bytes{device="veth7833901"} 1.25e+09 node_network_speed_bytes{device="veth7951c2c"} 1.25e+09 node_network_speed_bytes{device="veth7f7449e"} 1.25e+09 node_network_speed_bytes{device="veth8399a48"} 1.25e+09 node_network_speed_bytes{device="veth8f6b43f"} 1.25e+09 node_network_speed_bytes{device="veth91a284c"} 1.25e+09 node_network_speed_bytes{device="veth9619865"} 1.25e+09 node_network_speed_bytes{device="veth98175dd"} 1.25e+09 node_network_speed_bytes{device="veth9961806"} 1.25e+09 node_network_speed_bytes{device="veth9c19181"} 1.25e+09 node_network_speed_bytes{device="veth9d5fbf4"} 1.25e+09 node_network_speed_bytes{device="veth9e96d9e"} 1.25e+09 node_network_speed_bytes{device="vetha2bed73"} 1.25e+09 node_network_speed_bytes{device="vethab15513"} 1.25e+09 node_network_speed_bytes{device="vethac482f5"} 1.25e+09 node_network_speed_bytes{device="vethaccc33e"} 1.25e+09 node_network_speed_bytes{device="vethacd1bbc"} 1.25e+09 node_network_speed_bytes{device="vethb05a8e5"} 1.25e+09 node_network_speed_bytes{device="vethb1d8456"} 1.25e+09 node_network_speed_bytes{device="vethb329a55"} 1.25e+09 node_network_speed_bytes{device="vethb44bc9b"} 1.25e+09 node_network_speed_bytes{device="vethb4cc34f"} 1.25e+09 node_network_speed_bytes{device="vethc07b43e"} 1.25e+09 node_network_speed_bytes{device="vethc0a09db"} 1.25e+09 node_network_speed_bytes{device="vethc1489f3"} 1.25e+09 node_network_speed_bytes{device="vethc3f360a"} 1.25e+09 node_network_speed_bytes{device="vethc6ca186"} 1.25e+09 node_network_speed_bytes{device="vethc713d43"} 1.25e+09 node_network_speed_bytes{device="vethc719838"} 1.25e+09 node_network_speed_bytes{device="vethcf1e459"} 1.25e+09 node_network_speed_bytes{device="vethd30d260"} 1.25e+09 node_network_speed_bytes{device="vethd3b79ab"} 1.25e+09 node_network_speed_bytes{device="vethd5d6198"} 1.25e+09 node_network_speed_bytes{device="vethe0ff8a9"} 1.25e+09 node_network_speed_bytes{device="vethe436dc5"} 1.25e+09 node_network_speed_bytes{device="vethe6c4f2a"} 1.25e+09 node_network_speed_bytes{device="vethe8efc12"} 1.25e+09 node_network_speed_bytes{device="vethefe2e87"} 1.25e+09 node_network_speed_bytes{device="vethf016a73"} 1.25e+09 node_network_speed_bytes{device="vethf4d91de"} 1.25e+09 node_network_speed_bytes{device="vethf770eef"} 1.25e+09 node_network_speed_bytes{device="vethfa53e2b"} 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"} 551921 node_network_transmit_bytes_total{device="lo"} 6.3402758e+08 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 2334 node_network_transmit_packets_total{device="lo"} 2.888784e+06 # 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-004cf6e82f20"} 0 node_network_transmit_queue_length{device="br-00a96308a4e5"} 0 node_network_transmit_queue_length{device="br-0860070895fe"} 0 node_network_transmit_queue_length{device="br-0e28e2961b77"} 0 node_network_transmit_queue_length{device="br-191cc4240701"} 0 node_network_transmit_queue_length{device="br-1f21b5b2723b"} 0 node_network_transmit_queue_length{device="br-226d5fbda7e3"} 0 node_network_transmit_queue_length{device="br-23958bae1d20"} 0 node_network_transmit_queue_length{device="br-29ae0ba52459"} 0 node_network_transmit_queue_length{device="br-308ea1aa7250"} 0 node_network_transmit_queue_length{device="br-30eaf36bff50"} 0 node_network_transmit_queue_length{device="br-3a9342319aa1"} 0 node_network_transmit_queue_length{device="br-3ebba4aa45c0"} 0 node_network_transmit_queue_length{device="br-411fcd5b3021"} 0 node_network_transmit_queue_length{device="br-419d9301b6dc"} 0 node_network_transmit_queue_length{device="br-41ccd9b9149e"} 0 node_network_transmit_queue_length{device="br-44e7a93b8758"} 0 node_network_transmit_queue_length{device="br-4f5582927a96"} 0 node_network_transmit_queue_length{device="br-5065dafb2ca2"} 0 node_network_transmit_queue_length{device="br-52ffec257f05"} 0 node_network_transmit_queue_length{device="br-571d7a959b73"} 0 node_network_transmit_queue_length{device="br-5c355965e80e"} 0 node_network_transmit_queue_length{device="br-66ba7e4c2778"} 0 node_network_transmit_queue_length{device="br-6861295ded65"} 0 node_network_transmit_queue_length{device="br-6954b52934c9"} 0 node_network_transmit_queue_length{device="br-72b2d36d3994"} 0 node_network_transmit_queue_length{device="br-81ff2a54b672"} 0 node_network_transmit_queue_length{device="br-8a9d8035132a"} 0 node_network_transmit_queue_length{device="br-8abb242c2c82"} 0 node_network_transmit_queue_length{device="br-929cfe494ab6"} 0 node_network_transmit_queue_length{device="br-a728fc27d1ff"} 0 node_network_transmit_queue_length{device="br-b07d12cc0d57"} 0 node_network_transmit_queue_length{device="br-b28d2261c99e"} 0 node_network_transmit_queue_length{device="br-b3b2af59d343"} 0 node_network_transmit_queue_length{device="br-bd7d90f914af"} 0 node_network_transmit_queue_length{device="br-be3fd6d2ad15"} 0 node_network_transmit_queue_length{device="br-c4b769b8fd0b"} 0 node_network_transmit_queue_length{device="br-cb16f9f4d547"} 0 node_network_transmit_queue_length{device="br-e1446b915cd2"} 0 node_network_transmit_queue_length{device="br-e2a54d8c0ea9"} 0 node_network_transmit_queue_length{device="br-e8e3d5b50ed4"} 0 node_network_transmit_queue_length{device="br-ff099ec3d25a"} 0 node_network_transmit_queue_length{device="br-ff72ab34f746"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="enp7s0"} 1000 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth00e9475"} 0 node_network_transmit_queue_length{device="veth07966cd"} 0 node_network_transmit_queue_length{device="veth10f6fad"} 0 node_network_transmit_queue_length{device="veth16aa147"} 0 node_network_transmit_queue_length{device="veth19ac02f"} 0 node_network_transmit_queue_length{device="veth1f4d5b8"} 0 node_network_transmit_queue_length{device="veth2197fc5"} 0 node_network_transmit_queue_length{device="veth2436bf2"} 0 node_network_transmit_queue_length{device="veth246c458"} 0 node_network_transmit_queue_length{device="veth24ea6d7"} 0 node_network_transmit_queue_length{device="veth27de1c8"} 0 node_network_transmit_queue_length{device="veth29315a0"} 0 node_network_transmit_queue_length{device="veth2b0ff19"} 0 node_network_transmit_queue_length{device="veth2dfee36"} 0 node_network_transmit_queue_length{device="veth2e92c70"} 0 node_network_transmit_queue_length{device="veth416149e"} 0 node_network_transmit_queue_length{device="veth45151bc"} 0 node_network_transmit_queue_length{device="veth4942bb5"} 0 node_network_transmit_queue_length{device="veth494ffe5"} 0 node_network_transmit_queue_length{device="veth4c6ef92"} 0 node_network_transmit_queue_length{device="veth4e112eb"} 0 node_network_transmit_queue_length{device="veth547a032"} 0 node_network_transmit_queue_length{device="veth5766ee5"} 0 node_network_transmit_queue_length{device="veth688104c"} 0 node_network_transmit_queue_length{device="veth6d49c5c"} 0 node_network_transmit_queue_length{device="veth6f2f8c9"} 0 node_network_transmit_queue_length{device="veth6ffbbb7"} 0 node_network_transmit_queue_length{device="veth720dfde"} 0 node_network_transmit_queue_length{device="veth75de857"} 0 node_network_transmit_queue_length{device="veth7833901"} 0 node_network_transmit_queue_length{device="veth7951c2c"} 0 node_network_transmit_queue_length{device="veth7f7449e"} 0 node_network_transmit_queue_length{device="veth8399a48"} 0 node_network_transmit_queue_length{device="veth8f6b43f"} 0 node_network_transmit_queue_length{device="veth91a284c"} 0 node_network_transmit_queue_length{device="veth9619865"} 0 node_network_transmit_queue_length{device="veth98175dd"} 0 node_network_transmit_queue_length{device="veth9961806"} 0 node_network_transmit_queue_length{device="veth9c19181"} 0 node_network_transmit_queue_length{device="veth9d5fbf4"} 0 node_network_transmit_queue_length{device="veth9e96d9e"} 0 node_network_transmit_queue_length{device="vetha2bed73"} 0 node_network_transmit_queue_length{device="vethab15513"} 0 node_network_transmit_queue_length{device="vethac482f5"} 0 node_network_transmit_queue_length{device="vethaccc33e"} 0 node_network_transmit_queue_length{device="vethacd1bbc"} 0 node_network_transmit_queue_length{device="vethb05a8e5"} 0 node_network_transmit_queue_length{device="vethb1d8456"} 0 node_network_transmit_queue_length{device="vethb329a55"} 0 node_network_transmit_queue_length{device="vethb44bc9b"} 0 node_network_transmit_queue_length{device="vethb4cc34f"} 0 node_network_transmit_queue_length{device="vethc07b43e"} 0 node_network_transmit_queue_length{device="vethc0a09db"} 0 node_network_transmit_queue_length{device="vethc1489f3"} 0 node_network_transmit_queue_length{device="vethc3f360a"} 0 node_network_transmit_queue_length{device="vethc6ca186"} 0 node_network_transmit_queue_length{device="vethc713d43"} 0 node_network_transmit_queue_length{device="vethc719838"} 0 node_network_transmit_queue_length{device="vethcf1e459"} 0 node_network_transmit_queue_length{device="vethd30d260"} 0 node_network_transmit_queue_length{device="vethd3b79ab"} 0 node_network_transmit_queue_length{device="vethd5d6198"} 0 node_network_transmit_queue_length{device="vethe0ff8a9"} 0 node_network_transmit_queue_length{device="vethe436dc5"} 0 node_network_transmit_queue_length{device="vethe6c4f2a"} 0 node_network_transmit_queue_length{device="vethe8efc12"} 0 node_network_transmit_queue_length{device="vethefe2e87"} 0 node_network_transmit_queue_length{device="vethf016a73"} 0 node_network_transmit_queue_length{device="vethf4d91de"} 0 node_network_transmit_queue_length{device="vethf770eef"} 0 node_network_transmit_queue_length{device="vethfa53e2b"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-004cf6e82f20"} 1 node_network_up{device="br-00a96308a4e5"} 1 node_network_up{device="br-0860070895fe"} 0 node_network_up{device="br-0e28e2961b77"} 0 node_network_up{device="br-191cc4240701"} 0 node_network_up{device="br-1f21b5b2723b"} 0 node_network_up{device="br-226d5fbda7e3"} 0 node_network_up{device="br-23958bae1d20"} 0 node_network_up{device="br-29ae0ba52459"} 1 node_network_up{device="br-308ea1aa7250"} 0 node_network_up{device="br-30eaf36bff50"} 0 node_network_up{device="br-3a9342319aa1"} 0 node_network_up{device="br-3ebba4aa45c0"} 1 node_network_up{device="br-411fcd5b3021"} 1 node_network_up{device="br-419d9301b6dc"} 1 node_network_up{device="br-41ccd9b9149e"} 0 node_network_up{device="br-44e7a93b8758"} 1 node_network_up{device="br-4f5582927a96"} 0 node_network_up{device="br-5065dafb2ca2"} 1 node_network_up{device="br-52ffec257f05"} 0 node_network_up{device="br-571d7a959b73"} 1 node_network_up{device="br-5c355965e80e"} 0 node_network_up{device="br-66ba7e4c2778"} 0 node_network_up{device="br-6861295ded65"} 0 node_network_up{device="br-6954b52934c9"} 1 node_network_up{device="br-72b2d36d3994"} 0 node_network_up{device="br-81ff2a54b672"} 0 node_network_up{device="br-8a9d8035132a"} 1 node_network_up{device="br-8abb242c2c82"} 0 node_network_up{device="br-929cfe494ab6"} 0 node_network_up{device="br-a728fc27d1ff"} 0 node_network_up{device="br-b07d12cc0d57"} 1 node_network_up{device="br-b28d2261c99e"} 0 node_network_up{device="br-b3b2af59d343"} 0 node_network_up{device="br-bd7d90f914af"} 0 node_network_up{device="br-be3fd6d2ad15"} 0 node_network_up{device="br-c4b769b8fd0b"} 0 node_network_up{device="br-cb16f9f4d547"} 1 node_network_up{device="br-e1446b915cd2"} 0 node_network_up{device="br-e2a54d8c0ea9"} 0 node_network_up{device="br-e8e3d5b50ed4"} 0 node_network_up{device="br-ff099ec3d25a"} 0 node_network_up{device="br-ff72ab34f746"} 1 node_network_up{device="docker0"} 1 node_network_up{device="enp7s0"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth00e9475"} 1 node_network_up{device="veth07966cd"} 1 node_network_up{device="veth10f6fad"} 1 node_network_up{device="veth16aa147"} 1 node_network_up{device="veth19ac02f"} 1 node_network_up{device="veth1f4d5b8"} 1 node_network_up{device="veth2197fc5"} 1 node_network_up{device="veth2436bf2"} 1 node_network_up{device="veth246c458"} 1 node_network_up{device="veth24ea6d7"} 1 node_network_up{device="veth27de1c8"} 1 node_network_up{device="veth29315a0"} 1 node_network_up{device="veth2b0ff19"} 1 node_network_up{device="veth2dfee36"} 1 node_network_up{device="veth2e92c70"} 1 node_network_up{device="veth416149e"} 1 node_network_up{device="veth45151bc"} 1 node_network_up{device="veth4942bb5"} 1 node_network_up{device="veth494ffe5"} 1 node_network_up{device="veth4c6ef92"} 1 node_network_up{device="veth4e112eb"} 1 node_network_up{device="veth547a032"} 1 node_network_up{device="veth5766ee5"} 1 node_network_up{device="veth688104c"} 1 node_network_up{device="veth6d49c5c"} 1 node_network_up{device="veth6f2f8c9"} 1 node_network_up{device="veth6ffbbb7"} 1 node_network_up{device="veth720dfde"} 1 node_network_up{device="veth75de857"} 1 node_network_up{device="veth7833901"} 1 node_network_up{device="veth7951c2c"} 1 node_network_up{device="veth7f7449e"} 1 node_network_up{device="veth8399a48"} 1 node_network_up{device="veth8f6b43f"} 1 node_network_up{device="veth91a284c"} 1 node_network_up{device="veth9619865"} 1 node_network_up{device="veth98175dd"} 1 node_network_up{device="veth9961806"} 1 node_network_up{device="veth9c19181"} 1 node_network_up{device="veth9d5fbf4"} 1 node_network_up{device="veth9e96d9e"} 1 node_network_up{device="vetha2bed73"} 1 node_network_up{device="vethab15513"} 1 node_network_up{device="vethac482f5"} 1 node_network_up{device="vethaccc33e"} 1 node_network_up{device="vethacd1bbc"} 1 node_network_up{device="vethb05a8e5"} 1 node_network_up{device="vethb1d8456"} 1 node_network_up{device="vethb329a55"} 1 node_network_up{device="vethb44bc9b"} 1 node_network_up{device="vethb4cc34f"} 1 node_network_up{device="vethc07b43e"} 1 node_network_up{device="vethc0a09db"} 1 node_network_up{device="vethc1489f3"} 1 node_network_up{device="vethc3f360a"} 1 node_network_up{device="vethc6ca186"} 1 node_network_up{device="vethc713d43"} 1 node_network_up{device="vethc719838"} 1 node_network_up{device="vethcf1e459"} 1 node_network_up{device="vethd30d260"} 1 node_network_up{device="vethd3b79ab"} 1 node_network_up{device="vethd5d6198"} 1 node_network_up{device="vethe0ff8a9"} 1 node_network_up{device="vethe436dc5"} 1 node_network_up{device="vethe6c4f2a"} 1 node_network_up{device="vethe8efc12"} 1 node_network_up{device="vethefe2e87"} 1 node_network_up{device="vethf016a73"} 1 node_network_up{device="vethf4d91de"} 1 node_network_up{device="vethf770eef"} 1 node_network_up{device="vethfa53e2b"} 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 13 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 407738.558565 # 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 7093.844209 # 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 11174.16267 # 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 82.601529 # 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 106.018531 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 1.015491499486541e+06 node_schedstat_running_seconds_total{cpu="1"} 971140.56132968 node_schedstat_running_seconds_total{cpu="2"} 873641.627603438 node_schedstat_running_seconds_total{cpu="3"} 874659.983991033 node_schedstat_running_seconds_total{cpu="4"} 874239.155298191 node_schedstat_running_seconds_total{cpu="5"} 874762.384528533 node_schedstat_running_seconds_total{cpu="6"} 875675.387711249 node_schedstat_running_seconds_total{cpu="7"} 878022.135853447 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.952641723e+09 node_schedstat_timeslices_total{cpu="1"} 8.568534504e+09 node_schedstat_timeslices_total{cpu="2"} 8.930723407e+09 node_schedstat_timeslices_total{cpu="3"} 8.927204363e+09 node_schedstat_timeslices_total{cpu="4"} 8.904908966e+09 node_schedstat_timeslices_total{cpu="5"} 8.878379403e+09 node_schedstat_timeslices_total{cpu="6"} 8.856838405e+09 node_schedstat_timeslices_total{cpu="7"} 8.838183635e+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"} 1.10828932582281e+06 node_schedstat_waiting_seconds_total{cpu="1"} 1.095095555462307e+06 node_schedstat_waiting_seconds_total{cpu="2"} 241926.92672275 node_schedstat_waiting_seconds_total{cpu="3"} 239194.766824422 node_schedstat_waiting_seconds_total{cpu="4"} 238863.850159621 node_schedstat_waiting_seconds_total{cpu="5"} 238853.775852192 node_schedstat_waiting_seconds_total{cpu="6"} 238847.87192269 node_schedstat_waiting_seconds_total{cpu="7"} 238788.056234256 # 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.001202399 node_scrape_collector_duration_seconds{collector="bcache"} 2.9018e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.5531e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.002333863 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000342937 node_scrape_collector_duration_seconds{collector="cpu"} 0.001201101 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000166191 node_scrape_collector_duration_seconds{collector="diskstats"} 0.004251949 node_scrape_collector_duration_seconds{collector="dmi"} 6.6383e-05 node_scrape_collector_duration_seconds{collector="edac"} 0.000108641 node_scrape_collector_duration_seconds{collector="entropy"} 0.000391676 node_scrape_collector_duration_seconds{collector="fibrechannel"} 7.1955e-05 node_scrape_collector_duration_seconds{collector="filefd"} 9.31e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.004417167 node_scrape_collector_duration_seconds{collector="hwmon"} 0.00014916 node_scrape_collector_duration_seconds{collector="infiniband"} 0.00010752 node_scrape_collector_duration_seconds{collector="ipvs"} 0.000107413 node_scrape_collector_duration_seconds{collector="loadavg"} 5.338e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 9.6302e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000488556 node_scrape_collector_duration_seconds{collector="netclass"} 0.134326804 node_scrape_collector_duration_seconds{collector="netdev"} 0.000672809 node_scrape_collector_duration_seconds{collector="netstat"} 0.002274571 node_scrape_collector_duration_seconds{collector="nfs"} 3.2251e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 8.6122e-05 node_scrape_collector_duration_seconds{collector="nvme"} 0.000230983 node_scrape_collector_duration_seconds{collector="os"} 0.000167503 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 0.000117009 node_scrape_collector_duration_seconds{collector="pressure"} 0.000600754 node_scrape_collector_duration_seconds{collector="rapl"} 3.4063e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000205845 node_scrape_collector_duration_seconds{collector="selinux"} 3.7729e-05 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000252909 node_scrape_collector_duration_seconds{collector="softnet"} 0.000369014 node_scrape_collector_duration_seconds{collector="stat"} 0.000746979 node_scrape_collector_duration_seconds{collector="tapestats"} 1.9092e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.000121662 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001930449 node_scrape_collector_duration_seconds{collector="time"} 0.000184665 node_scrape_collector_duration_seconds{collector="timex"} 9.0079e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000602319 node_scrape_collector_duration_seconds{collector="uname"} 2.1271e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000511286 node_scrape_collector_duration_seconds{collector="watchdog"} 3.7312e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000155662 node_scrape_collector_duration_seconds{collector="zfs"} 9.5609e-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"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 0 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 0 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 2 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 257 # 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 0 # 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 0 # 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 7 # 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 0 # 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 0 # 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"} 1 node_softnet_dropped_total{cpu="1"} 1 node_softnet_dropped_total{cpu="2"} 1 node_softnet_dropped_total{cpu="3"} 1 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="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"} 9.661957e+07 node_softnet_processed_total{cpu="1"} 8.77043e+07 node_softnet_processed_total{cpu="2"} 2.46275805e+08 node_softnet_processed_total{cpu="3"} 3.9151316e+07 node_softnet_processed_total{cpu="4"} 3.9050335e+07 node_softnet_processed_total{cpu="5"} 3.8744978e+07 node_softnet_processed_total{cpu="6"} 3.874379e+07 node_softnet_processed_total{cpu="7"} 3.813517e+07 # 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"} 1063 node_softnet_times_squeezed_total{cpu="1"} 1113 node_softnet_times_squeezed_total{cpu="2"} 11972 node_softnet_times_squeezed_total{cpu="3"} 1292 node_softnet_times_squeezed_total{cpu="4"} 451 node_softnet_times_squeezed_total{cpu="5"} 481 node_softnet_times_squeezed_total{cpu="6"} 484 node_softnet_times_squeezed_total{cpu="7"} 471 # 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.7746112692721016e+09 # HELP node_time_zone_offset_seconds System time zone offset in seconds. # TYPE node_time_zone_offset_seconds gauge node_time_zone_offset_seconds{time_zone="UTC"} 0 # HELP node_timex_estimated_error_seconds Estimated error in seconds. # TYPE node_timex_estimated_error_seconds gauge node_timex_estimated_error_seconds 0 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 0.999994858505249 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 7 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.5935 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds -6.1863e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="e44fb01e6b82",release="6.8.0-90-generic",sysname="Linux",version="#91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 2 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 9.8829018603e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 814488 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.250833095e+09 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 9.32168161e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 309.25 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524288 # 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 6.34329701e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 6.34528765e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.4168064e+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.77174938442e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.272098816e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 5 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0