# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.7674e-05 go_gc_duration_seconds{quantile="0.25"} 2.9045e-05 go_gc_duration_seconds{quantile="0.5"} 3.7851e-05 go_gc_duration_seconds{quantile="0.75"} 4.789e-05 go_gc_duration_seconds{quantile="1"} 0.198922972 go_gc_duration_seconds_sum 18.572530325 go_gc_duration_seconds_count 6234 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.3"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.771728e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.1947140896e+10 # 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.785627e+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.38072681e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.52232e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 2.771728e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 7.356416e+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 4.66944e+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 28138 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 6.135808e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.2025856e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7661168763126194e+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.38100819e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 1208 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 15704 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 78560 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 130560 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.700778e+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 925573 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 557056 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 557056 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.8962696e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 6 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="eth0"} 2 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.764129685e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 3.4314939994e+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"} 1.73045871e+06 node_cpu_seconds_total{cpu="0",mode="iowait"} 4047.34 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 21.55 node_cpu_seconds_total{cpu="0",mode="softirq"} 9150.68 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 73420.23 node_cpu_seconds_total{cpu="0",mode="user"} 149838.41 node_cpu_seconds_total{cpu="1",mode="idle"} 1.73197796e+06 node_cpu_seconds_total{cpu="1",mode="iowait"} 4108.78 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 28.22 node_cpu_seconds_total{cpu="1",mode="softirq"} 5020.52 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 73354.49 node_cpu_seconds_total{cpu="1",mode="user"} 149852.88 node_cpu_seconds_total{cpu="2",mode="idle"} 1.73168898e+06 node_cpu_seconds_total{cpu="2",mode="iowait"} 4167.37 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 15.65 node_cpu_seconds_total{cpu="2",mode="softirq"} 3384.82 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 73239.21 node_cpu_seconds_total{cpu="2",mode="user"} 149772.42 node_cpu_seconds_total{cpu="3",mode="idle"} 1.73247964e+06 node_cpu_seconds_total{cpu="3",mode="iowait"} 4180.7 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 21.46 node_cpu_seconds_total{cpu="3",mode="softirq"} 2389.99 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 73349.13 node_cpu_seconds_total{cpu="3",mode="user"} 149569.14 node_cpu_seconds_total{cpu="4",mode="idle"} 1.73266992e+06 node_cpu_seconds_total{cpu="4",mode="iowait"} 4230.05 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 18.71 node_cpu_seconds_total{cpu="4",mode="softirq"} 1881.15 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 73203.65 node_cpu_seconds_total{cpu="4",mode="user"} 149897.65 node_cpu_seconds_total{cpu="5",mode="idle"} 1.73262616e+06 node_cpu_seconds_total{cpu="5",mode="iowait"} 4231.14 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 25.15 node_cpu_seconds_total{cpu="5",mode="softirq"} 1608.35 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 73255.72 node_cpu_seconds_total{cpu="5",mode="user"} 149638.02 node_cpu_seconds_total{cpu="6",mode="idle"} 1.73255168e+06 node_cpu_seconds_total{cpu="6",mode="iowait"} 4320.68 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 17.88 node_cpu_seconds_total{cpu="6",mode="softirq"} 1403.69 node_cpu_seconds_total{cpu="6",mode="steal"} 0 node_cpu_seconds_total{cpu="6",mode="system"} 73204.71 node_cpu_seconds_total{cpu="6",mode="user"} 149894.6 node_cpu_seconds_total{cpu="7",mode="idle"} 1.73267092e+06 node_cpu_seconds_total{cpu="7",mode="iowait"} 4235.12 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 18.33 node_cpu_seconds_total{cpu="7",mode="softirq"} 1264.65 node_cpu_seconds_total{cpu="7",mode="steal"} 0 node_cpu_seconds_total{cpu="7",mode="system"} 73362.5 node_cpu_seconds_total{cpu="7",mode="user"} 149724.88 # 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"} 24.378 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.92719793e+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"} 70731 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"} 6 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"} 2271.789 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"} 9.977047e+06 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"} 34240.562 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"} 1.628425673e+06 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"} 3.4511300161536e+13 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"} 1.557467474e+06 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"} 5.60650414e+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"} 1.06856196e+08 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"} 68662.031 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"} 6.6259004e+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"} 4.8780054e+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"} 5.93997088768e+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-8.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.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 9696 # 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.6860168192e+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.62809856e+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="/"} 1.461072e+07 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.998573e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.998573e+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="/"} 1.2692341e+07 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.994815e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.99857e+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.78473201664e+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.62809856e+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="/"} 2.41635364864e+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 2.59270085e+08 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 2.1526647139e+10 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 2 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 60.97 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 31.7 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 6.904152064e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.362834432e+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 4.58682368e+08 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.5165824e+07 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.3586747392e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.015808e+07 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 1.353019392e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 8.186155008e+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 3.3176182784e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 2.147483648e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.4451474432e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 1.78110464e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 274432 # 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 7.325405184e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 7.55472384e+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.29318656e+08 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 4.5268992e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 9.40867584e+08 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.151905792e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 5.63490816e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.6372310016e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8106752e+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.87035648e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.0616832e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 2.48885248e+08 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.38645248e+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 6.6715648e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 4.87530496e+08 # 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.2202752e+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 6.3062016e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 0 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 0 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 0 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 0 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 0 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 648 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 0 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 1.47563e+06 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 4.1327269e+07 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 0 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 0 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 0 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 0 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 2 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 14782 # 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 34039 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 51 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 0 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 0 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 0 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 0 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 0 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 0 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 0 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="br-0e8e622eda81"} 3 node_network_address_assign_type{device="br-119f3eca13a3"} 3 node_network_address_assign_type{device="br-205321a2a078"} 3 node_network_address_assign_type{device="br-2a98fd47a213"} 3 node_network_address_assign_type{device="br-31cc0d87c098"} 3 node_network_address_assign_type{device="br-352e63376925"} 3 node_network_address_assign_type{device="br-3e10e3e23909"} 3 node_network_address_assign_type{device="br-46d5e61711ac"} 3 node_network_address_assign_type{device="br-52bb4601ef3b"} 3 node_network_address_assign_type{device="br-5949340dfa50"} 3 node_network_address_assign_type{device="br-6757b1619d94"} 3 node_network_address_assign_type{device="br-714e4890289f"} 3 node_network_address_assign_type{device="br-8bfa10ef6035"} 3 node_network_address_assign_type{device="br-9d50c95d707e"} 3 node_network_address_assign_type{device="br-accc5b7464c6"} 3 node_network_address_assign_type{device="br-c7c04d8476ac"} 3 node_network_address_assign_type{device="br-cfc454eb348c"} 3 node_network_address_assign_type{device="br-d076b9ce2db8"} 3 node_network_address_assign_type{device="br-d081ed7cbe27"} 3 node_network_address_assign_type{device="br-d23d48dffb27"} 3 node_network_address_assign_type{device="br-e392a89981fc"} 3 node_network_address_assign_type{device="br-ee03529b09a8"} 3 node_network_address_assign_type{device="br-f55c6bfd416e"} 3 node_network_address_assign_type{device="br-fec72b65a2f2"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="veth070ab30"} 3 node_network_address_assign_type{device="veth0c06f94"} 3 node_network_address_assign_type{device="veth0c22639"} 3 node_network_address_assign_type{device="veth0d380d8"} 3 node_network_address_assign_type{device="veth0e2e26a"} 3 node_network_address_assign_type{device="veth0f987bb"} 3 node_network_address_assign_type{device="veth11c7290"} 3 node_network_address_assign_type{device="veth1315d55"} 3 node_network_address_assign_type{device="veth1515a0c"} 3 node_network_address_assign_type{device="veth1586327"} 3 node_network_address_assign_type{device="veth1ae9342"} 3 node_network_address_assign_type{device="veth1b928ee"} 3 node_network_address_assign_type{device="veth1d2c8ca"} 3 node_network_address_assign_type{device="veth1e0e5e5"} 3 node_network_address_assign_type{device="veth23ec6da"} 3 node_network_address_assign_type{device="veth241db98"} 3 node_network_address_assign_type{device="veth2bf3357"} 3 node_network_address_assign_type{device="veth303868a"} 3 node_network_address_assign_type{device="veth3684898"} 3 node_network_address_assign_type{device="veth3b77d99"} 3 node_network_address_assign_type{device="veth40e2e4c"} 3 node_network_address_assign_type{device="veth4456a0f"} 3 node_network_address_assign_type{device="veth46687e2"} 3 node_network_address_assign_type{device="veth4db3f0e"} 3 node_network_address_assign_type{device="veth54f9539"} 3 node_network_address_assign_type{device="veth5754eba"} 3 node_network_address_assign_type{device="veth57648ef"} 3 node_network_address_assign_type{device="veth5dbdd0d"} 3 node_network_address_assign_type{device="veth62cf1e6"} 3 node_network_address_assign_type{device="veth65c6bdc"} 3 node_network_address_assign_type{device="veth68746ef"} 3 node_network_address_assign_type{device="veth68a09af"} 3 node_network_address_assign_type{device="veth6cb0c93"} 3 node_network_address_assign_type{device="veth73733b1"} 3 node_network_address_assign_type{device="veth7424cdc"} 3 node_network_address_assign_type{device="veth77a1542"} 3 node_network_address_assign_type{device="veth780d302"} 3 node_network_address_assign_type{device="veth7eef342"} 3 node_network_address_assign_type{device="veth827230d"} 3 node_network_address_assign_type{device="veth9248556"} 3 node_network_address_assign_type{device="veth977a8a3"} 3 node_network_address_assign_type{device="veth9b629da"} 3 node_network_address_assign_type{device="veth9dcd852"} 3 node_network_address_assign_type{device="veth9e056b2"} 3 node_network_address_assign_type{device="veth9fd0599"} 3 node_network_address_assign_type{device="vetha070a30"} 3 node_network_address_assign_type{device="vetha4d86a8"} 3 node_network_address_assign_type{device="vetha6a15f0"} 3 node_network_address_assign_type{device="vethad5fd5b"} 3 node_network_address_assign_type{device="vethb073621"} 3 node_network_address_assign_type{device="vethb2494e1"} 3 node_network_address_assign_type{device="vethb327b5a"} 3 node_network_address_assign_type{device="vethbb5dab2"} 3 node_network_address_assign_type{device="vethbc3545d"} 3 node_network_address_assign_type{device="vethbce88ba"} 3 node_network_address_assign_type{device="vethbff2fd5"} 3 node_network_address_assign_type{device="vethc3a1491"} 3 node_network_address_assign_type{device="vethc42fe78"} 3 node_network_address_assign_type{device="vethc8805b8"} 3 node_network_address_assign_type{device="vethc977645"} 3 node_network_address_assign_type{device="vethc9b33a6"} 3 node_network_address_assign_type{device="vethcaa15fd"} 3 node_network_address_assign_type{device="vethcbc10ab"} 3 node_network_address_assign_type{device="vethcdeb2a5"} 3 node_network_address_assign_type{device="vethd4b484a"} 3 node_network_address_assign_type{device="vethdc5fd06"} 3 node_network_address_assign_type{device="vethe00b691"} 3 node_network_address_assign_type{device="vethe024420"} 3 node_network_address_assign_type{device="vethe07ac4e"} 3 node_network_address_assign_type{device="vethe34fa20"} 3 node_network_address_assign_type{device="vetheaee32c"} 3 node_network_address_assign_type{device="vethf4b3a65"} 3 node_network_address_assign_type{device="vethfaa700b"} 3 node_network_address_assign_type{device="vethfcb45b2"} 3 node_network_address_assign_type{device="vethfd2d788"} 3 node_network_address_assign_type{device="vethfeda423"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-0e8e622eda81"} 1 node_network_carrier{device="br-119f3eca13a3"} 1 node_network_carrier{device="br-205321a2a078"} 1 node_network_carrier{device="br-2a98fd47a213"} 0 node_network_carrier{device="br-31cc0d87c098"} 1 node_network_carrier{device="br-352e63376925"} 1 node_network_carrier{device="br-3e10e3e23909"} 1 node_network_carrier{device="br-46d5e61711ac"} 1 node_network_carrier{device="br-52bb4601ef3b"} 1 node_network_carrier{device="br-5949340dfa50"} 1 node_network_carrier{device="br-6757b1619d94"} 1 node_network_carrier{device="br-714e4890289f"} 1 node_network_carrier{device="br-8bfa10ef6035"} 1 node_network_carrier{device="br-9d50c95d707e"} 1 node_network_carrier{device="br-accc5b7464c6"} 0 node_network_carrier{device="br-c7c04d8476ac"} 1 node_network_carrier{device="br-cfc454eb348c"} 1 node_network_carrier{device="br-d076b9ce2db8"} 1 node_network_carrier{device="br-d081ed7cbe27"} 1 node_network_carrier{device="br-d23d48dffb27"} 1 node_network_carrier{device="br-e392a89981fc"} 1 node_network_carrier{device="br-ee03529b09a8"} 0 node_network_carrier{device="br-f55c6bfd416e"} 1 node_network_carrier{device="br-fec72b65a2f2"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="veth070ab30"} 1 node_network_carrier{device="veth0c06f94"} 1 node_network_carrier{device="veth0c22639"} 1 node_network_carrier{device="veth0d380d8"} 1 node_network_carrier{device="veth0e2e26a"} 1 node_network_carrier{device="veth0f987bb"} 1 node_network_carrier{device="veth11c7290"} 1 node_network_carrier{device="veth1315d55"} 1 node_network_carrier{device="veth1515a0c"} 1 node_network_carrier{device="veth1586327"} 1 node_network_carrier{device="veth1ae9342"} 1 node_network_carrier{device="veth1b928ee"} 1 node_network_carrier{device="veth1d2c8ca"} 1 node_network_carrier{device="veth1e0e5e5"} 1 node_network_carrier{device="veth23ec6da"} 1 node_network_carrier{device="veth241db98"} 1 node_network_carrier{device="veth2bf3357"} 1 node_network_carrier{device="veth303868a"} 1 node_network_carrier{device="veth3684898"} 1 node_network_carrier{device="veth3b77d99"} 1 node_network_carrier{device="veth40e2e4c"} 1 node_network_carrier{device="veth4456a0f"} 1 node_network_carrier{device="veth46687e2"} 1 node_network_carrier{device="veth4db3f0e"} 1 node_network_carrier{device="veth54f9539"} 1 node_network_carrier{device="veth5754eba"} 1 node_network_carrier{device="veth57648ef"} 1 node_network_carrier{device="veth5dbdd0d"} 1 node_network_carrier{device="veth62cf1e6"} 1 node_network_carrier{device="veth65c6bdc"} 1 node_network_carrier{device="veth68746ef"} 1 node_network_carrier{device="veth68a09af"} 1 node_network_carrier{device="veth6cb0c93"} 1 node_network_carrier{device="veth73733b1"} 1 node_network_carrier{device="veth7424cdc"} 1 node_network_carrier{device="veth77a1542"} 1 node_network_carrier{device="veth780d302"} 1 node_network_carrier{device="veth7eef342"} 1 node_network_carrier{device="veth827230d"} 1 node_network_carrier{device="veth9248556"} 1 node_network_carrier{device="veth977a8a3"} 1 node_network_carrier{device="veth9b629da"} 1 node_network_carrier{device="veth9dcd852"} 1 node_network_carrier{device="veth9e056b2"} 1 node_network_carrier{device="veth9fd0599"} 1 node_network_carrier{device="vetha070a30"} 1 node_network_carrier{device="vetha4d86a8"} 1 node_network_carrier{device="vetha6a15f0"} 1 node_network_carrier{device="vethad5fd5b"} 1 node_network_carrier{device="vethb073621"} 1 node_network_carrier{device="vethb2494e1"} 1 node_network_carrier{device="vethb327b5a"} 1 node_network_carrier{device="vethbb5dab2"} 1 node_network_carrier{device="vethbc3545d"} 1 node_network_carrier{device="vethbce88ba"} 1 node_network_carrier{device="vethbff2fd5"} 1 node_network_carrier{device="vethc3a1491"} 1 node_network_carrier{device="vethc42fe78"} 1 node_network_carrier{device="vethc8805b8"} 1 node_network_carrier{device="vethc977645"} 1 node_network_carrier{device="vethc9b33a6"} 1 node_network_carrier{device="vethcaa15fd"} 1 node_network_carrier{device="vethcbc10ab"} 1 node_network_carrier{device="vethcdeb2a5"} 1 node_network_carrier{device="vethd4b484a"} 1 node_network_carrier{device="vethdc5fd06"} 1 node_network_carrier{device="vethe00b691"} 1 node_network_carrier{device="vethe024420"} 1 node_network_carrier{device="vethe07ac4e"} 1 node_network_carrier{device="vethe34fa20"} 1 node_network_carrier{device="vetheaee32c"} 1 node_network_carrier{device="vethf4b3a65"} 1 node_network_carrier{device="vethfaa700b"} 1 node_network_carrier{device="vethfcb45b2"} 1 node_network_carrier{device="vethfd2d788"} 1 node_network_carrier{device="vethfeda423"} 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-0e8e622eda81"} 2 node_network_carrier_changes_total{device="br-119f3eca13a3"} 2 node_network_carrier_changes_total{device="br-205321a2a078"} 2 node_network_carrier_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_changes_total{device="br-31cc0d87c098"} 2 node_network_carrier_changes_total{device="br-352e63376925"} 2 node_network_carrier_changes_total{device="br-3e10e3e23909"} 2 node_network_carrier_changes_total{device="br-46d5e61711ac"} 2 node_network_carrier_changes_total{device="br-52bb4601ef3b"} 2 node_network_carrier_changes_total{device="br-5949340dfa50"} 2 node_network_carrier_changes_total{device="br-6757b1619d94"} 2 node_network_carrier_changes_total{device="br-714e4890289f"} 2 node_network_carrier_changes_total{device="br-8bfa10ef6035"} 2 node_network_carrier_changes_total{device="br-9d50c95d707e"} 2 node_network_carrier_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_changes_total{device="br-c7c04d8476ac"} 2 node_network_carrier_changes_total{device="br-cfc454eb348c"} 2 node_network_carrier_changes_total{device="br-d076b9ce2db8"} 2 node_network_carrier_changes_total{device="br-d081ed7cbe27"} 2 node_network_carrier_changes_total{device="br-d23d48dffb27"} 2 node_network_carrier_changes_total{device="br-e392a89981fc"} 2 node_network_carrier_changes_total{device="br-ee03529b09a8"} 3 node_network_carrier_changes_total{device="br-f55c6bfd416e"} 2 node_network_carrier_changes_total{device="br-fec72b65a2f2"} 2 node_network_carrier_changes_total{device="docker0"} 43 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="veth070ab30"} 2 node_network_carrier_changes_total{device="veth0c06f94"} 2 node_network_carrier_changes_total{device="veth0c22639"} 2 node_network_carrier_changes_total{device="veth0d380d8"} 2 node_network_carrier_changes_total{device="veth0e2e26a"} 2 node_network_carrier_changes_total{device="veth0f987bb"} 2 node_network_carrier_changes_total{device="veth11c7290"} 2 node_network_carrier_changes_total{device="veth1315d55"} 2 node_network_carrier_changes_total{device="veth1515a0c"} 2 node_network_carrier_changes_total{device="veth1586327"} 2 node_network_carrier_changes_total{device="veth1ae9342"} 2 node_network_carrier_changes_total{device="veth1b928ee"} 2 node_network_carrier_changes_total{device="veth1d2c8ca"} 2 node_network_carrier_changes_total{device="veth1e0e5e5"} 2 node_network_carrier_changes_total{device="veth23ec6da"} 2 node_network_carrier_changes_total{device="veth241db98"} 2 node_network_carrier_changes_total{device="veth2bf3357"} 2 node_network_carrier_changes_total{device="veth303868a"} 2 node_network_carrier_changes_total{device="veth3684898"} 2 node_network_carrier_changes_total{device="veth3b77d99"} 2 node_network_carrier_changes_total{device="veth40e2e4c"} 2 node_network_carrier_changes_total{device="veth4456a0f"} 2 node_network_carrier_changes_total{device="veth46687e2"} 2 node_network_carrier_changes_total{device="veth4db3f0e"} 2 node_network_carrier_changes_total{device="veth54f9539"} 2 node_network_carrier_changes_total{device="veth5754eba"} 2 node_network_carrier_changes_total{device="veth57648ef"} 2 node_network_carrier_changes_total{device="veth5dbdd0d"} 2 node_network_carrier_changes_total{device="veth62cf1e6"} 2 node_network_carrier_changes_total{device="veth65c6bdc"} 2 node_network_carrier_changes_total{device="veth68746ef"} 2 node_network_carrier_changes_total{device="veth68a09af"} 2 node_network_carrier_changes_total{device="veth6cb0c93"} 2 node_network_carrier_changes_total{device="veth73733b1"} 2 node_network_carrier_changes_total{device="veth7424cdc"} 2 node_network_carrier_changes_total{device="veth77a1542"} 2 node_network_carrier_changes_total{device="veth780d302"} 2 node_network_carrier_changes_total{device="veth7eef342"} 2 node_network_carrier_changes_total{device="veth827230d"} 2 node_network_carrier_changes_total{device="veth9248556"} 2 node_network_carrier_changes_total{device="veth977a8a3"} 2 node_network_carrier_changes_total{device="veth9b629da"} 2 node_network_carrier_changes_total{device="veth9dcd852"} 2 node_network_carrier_changes_total{device="veth9e056b2"} 2 node_network_carrier_changes_total{device="veth9fd0599"} 2 node_network_carrier_changes_total{device="vetha070a30"} 2 node_network_carrier_changes_total{device="vetha4d86a8"} 2 node_network_carrier_changes_total{device="vetha6a15f0"} 2 node_network_carrier_changes_total{device="vethad5fd5b"} 2 node_network_carrier_changes_total{device="vethb073621"} 2 node_network_carrier_changes_total{device="vethb2494e1"} 2 node_network_carrier_changes_total{device="vethb327b5a"} 2 node_network_carrier_changes_total{device="vethbb5dab2"} 2 node_network_carrier_changes_total{device="vethbc3545d"} 2 node_network_carrier_changes_total{device="vethbce88ba"} 2 node_network_carrier_changes_total{device="vethbff2fd5"} 2 node_network_carrier_changes_total{device="vethc3a1491"} 2 node_network_carrier_changes_total{device="vethc42fe78"} 2 node_network_carrier_changes_total{device="vethc8805b8"} 2 node_network_carrier_changes_total{device="vethc977645"} 2 node_network_carrier_changes_total{device="vethc9b33a6"} 2 node_network_carrier_changes_total{device="vethcaa15fd"} 2 node_network_carrier_changes_total{device="vethcbc10ab"} 2 node_network_carrier_changes_total{device="vethcdeb2a5"} 2 node_network_carrier_changes_total{device="vethd4b484a"} 2 node_network_carrier_changes_total{device="vethdc5fd06"} 2 node_network_carrier_changes_total{device="vethe00b691"} 2 node_network_carrier_changes_total{device="vethe024420"} 2 node_network_carrier_changes_total{device="vethe07ac4e"} 2 node_network_carrier_changes_total{device="vethe34fa20"} 2 node_network_carrier_changes_total{device="vetheaee32c"} 2 node_network_carrier_changes_total{device="vethf4b3a65"} 2 node_network_carrier_changes_total{device="vethfaa700b"} 2 node_network_carrier_changes_total{device="vethfcb45b2"} 2 node_network_carrier_changes_total{device="vethfd2d788"} 2 node_network_carrier_changes_total{device="vethfeda423"} 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-0e8e622eda81"} 1 node_network_carrier_down_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_down_changes_total{device="br-205321a2a078"} 1 node_network_carrier_down_changes_total{device="br-2a98fd47a213"} 1 node_network_carrier_down_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_down_changes_total{device="br-352e63376925"} 1 node_network_carrier_down_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_down_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_down_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_down_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_down_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_down_changes_total{device="br-714e4890289f"} 1 node_network_carrier_down_changes_total{device="br-8bfa10ef6035"} 1 node_network_carrier_down_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_down_changes_total{device="br-accc5b7464c6"} 1 node_network_carrier_down_changes_total{device="br-c7c04d8476ac"} 1 node_network_carrier_down_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_down_changes_total{device="br-d076b9ce2db8"} 1 node_network_carrier_down_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_down_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_down_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_down_changes_total{device="br-ee03529b09a8"} 2 node_network_carrier_down_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_down_changes_total{device="br-fec72b65a2f2"} 1 node_network_carrier_down_changes_total{device="docker0"} 22 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="veth070ab30"} 1 node_network_carrier_down_changes_total{device="veth0c06f94"} 1 node_network_carrier_down_changes_total{device="veth0c22639"} 1 node_network_carrier_down_changes_total{device="veth0d380d8"} 1 node_network_carrier_down_changes_total{device="veth0e2e26a"} 1 node_network_carrier_down_changes_total{device="veth0f987bb"} 1 node_network_carrier_down_changes_total{device="veth11c7290"} 1 node_network_carrier_down_changes_total{device="veth1315d55"} 1 node_network_carrier_down_changes_total{device="veth1515a0c"} 1 node_network_carrier_down_changes_total{device="veth1586327"} 1 node_network_carrier_down_changes_total{device="veth1ae9342"} 1 node_network_carrier_down_changes_total{device="veth1b928ee"} 1 node_network_carrier_down_changes_total{device="veth1d2c8ca"} 1 node_network_carrier_down_changes_total{device="veth1e0e5e5"} 1 node_network_carrier_down_changes_total{device="veth23ec6da"} 1 node_network_carrier_down_changes_total{device="veth241db98"} 1 node_network_carrier_down_changes_total{device="veth2bf3357"} 1 node_network_carrier_down_changes_total{device="veth303868a"} 1 node_network_carrier_down_changes_total{device="veth3684898"} 1 node_network_carrier_down_changes_total{device="veth3b77d99"} 1 node_network_carrier_down_changes_total{device="veth40e2e4c"} 1 node_network_carrier_down_changes_total{device="veth4456a0f"} 1 node_network_carrier_down_changes_total{device="veth46687e2"} 1 node_network_carrier_down_changes_total{device="veth4db3f0e"} 1 node_network_carrier_down_changes_total{device="veth54f9539"} 1 node_network_carrier_down_changes_total{device="veth5754eba"} 1 node_network_carrier_down_changes_total{device="veth57648ef"} 1 node_network_carrier_down_changes_total{device="veth5dbdd0d"} 1 node_network_carrier_down_changes_total{device="veth62cf1e6"} 1 node_network_carrier_down_changes_total{device="veth65c6bdc"} 1 node_network_carrier_down_changes_total{device="veth68746ef"} 1 node_network_carrier_down_changes_total{device="veth68a09af"} 1 node_network_carrier_down_changes_total{device="veth6cb0c93"} 1 node_network_carrier_down_changes_total{device="veth73733b1"} 1 node_network_carrier_down_changes_total{device="veth7424cdc"} 1 node_network_carrier_down_changes_total{device="veth77a1542"} 1 node_network_carrier_down_changes_total{device="veth780d302"} 1 node_network_carrier_down_changes_total{device="veth7eef342"} 1 node_network_carrier_down_changes_total{device="veth827230d"} 1 node_network_carrier_down_changes_total{device="veth9248556"} 1 node_network_carrier_down_changes_total{device="veth977a8a3"} 1 node_network_carrier_down_changes_total{device="veth9b629da"} 1 node_network_carrier_down_changes_total{device="veth9dcd852"} 1 node_network_carrier_down_changes_total{device="veth9e056b2"} 1 node_network_carrier_down_changes_total{device="veth9fd0599"} 1 node_network_carrier_down_changes_total{device="vetha070a30"} 1 node_network_carrier_down_changes_total{device="vetha4d86a8"} 1 node_network_carrier_down_changes_total{device="vetha6a15f0"} 1 node_network_carrier_down_changes_total{device="vethad5fd5b"} 1 node_network_carrier_down_changes_total{device="vethb073621"} 1 node_network_carrier_down_changes_total{device="vethb2494e1"} 1 node_network_carrier_down_changes_total{device="vethb327b5a"} 1 node_network_carrier_down_changes_total{device="vethbb5dab2"} 1 node_network_carrier_down_changes_total{device="vethbc3545d"} 1 node_network_carrier_down_changes_total{device="vethbce88ba"} 1 node_network_carrier_down_changes_total{device="vethbff2fd5"} 1 node_network_carrier_down_changes_total{device="vethc3a1491"} 1 node_network_carrier_down_changes_total{device="vethc42fe78"} 1 node_network_carrier_down_changes_total{device="vethc8805b8"} 1 node_network_carrier_down_changes_total{device="vethc977645"} 1 node_network_carrier_down_changes_total{device="vethc9b33a6"} 1 node_network_carrier_down_changes_total{device="vethcaa15fd"} 1 node_network_carrier_down_changes_total{device="vethcbc10ab"} 1 node_network_carrier_down_changes_total{device="vethcdeb2a5"} 1 node_network_carrier_down_changes_total{device="vethd4b484a"} 1 node_network_carrier_down_changes_total{device="vethdc5fd06"} 1 node_network_carrier_down_changes_total{device="vethe00b691"} 1 node_network_carrier_down_changes_total{device="vethe024420"} 1 node_network_carrier_down_changes_total{device="vethe07ac4e"} 1 node_network_carrier_down_changes_total{device="vethe34fa20"} 1 node_network_carrier_down_changes_total{device="vetheaee32c"} 1 node_network_carrier_down_changes_total{device="vethf4b3a65"} 1 node_network_carrier_down_changes_total{device="vethfaa700b"} 1 node_network_carrier_down_changes_total{device="vethfcb45b2"} 1 node_network_carrier_down_changes_total{device="vethfd2d788"} 1 node_network_carrier_down_changes_total{device="vethfeda423"} 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-0e8e622eda81"} 1 node_network_carrier_up_changes_total{device="br-119f3eca13a3"} 1 node_network_carrier_up_changes_total{device="br-205321a2a078"} 1 node_network_carrier_up_changes_total{device="br-2a98fd47a213"} 0 node_network_carrier_up_changes_total{device="br-31cc0d87c098"} 1 node_network_carrier_up_changes_total{device="br-352e63376925"} 1 node_network_carrier_up_changes_total{device="br-3e10e3e23909"} 1 node_network_carrier_up_changes_total{device="br-46d5e61711ac"} 1 node_network_carrier_up_changes_total{device="br-52bb4601ef3b"} 1 node_network_carrier_up_changes_total{device="br-5949340dfa50"} 1 node_network_carrier_up_changes_total{device="br-6757b1619d94"} 1 node_network_carrier_up_changes_total{device="br-714e4890289f"} 1 node_network_carrier_up_changes_total{device="br-8bfa10ef6035"} 1 node_network_carrier_up_changes_total{device="br-9d50c95d707e"} 1 node_network_carrier_up_changes_total{device="br-accc5b7464c6"} 0 node_network_carrier_up_changes_total{device="br-c7c04d8476ac"} 1 node_network_carrier_up_changes_total{device="br-cfc454eb348c"} 1 node_network_carrier_up_changes_total{device="br-d076b9ce2db8"} 1 node_network_carrier_up_changes_total{device="br-d081ed7cbe27"} 1 node_network_carrier_up_changes_total{device="br-d23d48dffb27"} 1 node_network_carrier_up_changes_total{device="br-e392a89981fc"} 1 node_network_carrier_up_changes_total{device="br-ee03529b09a8"} 1 node_network_carrier_up_changes_total{device="br-f55c6bfd416e"} 1 node_network_carrier_up_changes_total{device="br-fec72b65a2f2"} 1 node_network_carrier_up_changes_total{device="docker0"} 21 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="veth070ab30"} 1 node_network_carrier_up_changes_total{device="veth0c06f94"} 1 node_network_carrier_up_changes_total{device="veth0c22639"} 1 node_network_carrier_up_changes_total{device="veth0d380d8"} 1 node_network_carrier_up_changes_total{device="veth0e2e26a"} 1 node_network_carrier_up_changes_total{device="veth0f987bb"} 1 node_network_carrier_up_changes_total{device="veth11c7290"} 1 node_network_carrier_up_changes_total{device="veth1315d55"} 1 node_network_carrier_up_changes_total{device="veth1515a0c"} 1 node_network_carrier_up_changes_total{device="veth1586327"} 1 node_network_carrier_up_changes_total{device="veth1ae9342"} 1 node_network_carrier_up_changes_total{device="veth1b928ee"} 1 node_network_carrier_up_changes_total{device="veth1d2c8ca"} 1 node_network_carrier_up_changes_total{device="veth1e0e5e5"} 1 node_network_carrier_up_changes_total{device="veth23ec6da"} 1 node_network_carrier_up_changes_total{device="veth241db98"} 1 node_network_carrier_up_changes_total{device="veth2bf3357"} 1 node_network_carrier_up_changes_total{device="veth303868a"} 1 node_network_carrier_up_changes_total{device="veth3684898"} 1 node_network_carrier_up_changes_total{device="veth3b77d99"} 1 node_network_carrier_up_changes_total{device="veth40e2e4c"} 1 node_network_carrier_up_changes_total{device="veth4456a0f"} 1 node_network_carrier_up_changes_total{device="veth46687e2"} 1 node_network_carrier_up_changes_total{device="veth4db3f0e"} 1 node_network_carrier_up_changes_total{device="veth54f9539"} 1 node_network_carrier_up_changes_total{device="veth5754eba"} 1 node_network_carrier_up_changes_total{device="veth57648ef"} 1 node_network_carrier_up_changes_total{device="veth5dbdd0d"} 1 node_network_carrier_up_changes_total{device="veth62cf1e6"} 1 node_network_carrier_up_changes_total{device="veth65c6bdc"} 1 node_network_carrier_up_changes_total{device="veth68746ef"} 1 node_network_carrier_up_changes_total{device="veth68a09af"} 1 node_network_carrier_up_changes_total{device="veth6cb0c93"} 1 node_network_carrier_up_changes_total{device="veth73733b1"} 1 node_network_carrier_up_changes_total{device="veth7424cdc"} 1 node_network_carrier_up_changes_total{device="veth77a1542"} 1 node_network_carrier_up_changes_total{device="veth780d302"} 1 node_network_carrier_up_changes_total{device="veth7eef342"} 1 node_network_carrier_up_changes_total{device="veth827230d"} 1 node_network_carrier_up_changes_total{device="veth9248556"} 1 node_network_carrier_up_changes_total{device="veth977a8a3"} 1 node_network_carrier_up_changes_total{device="veth9b629da"} 1 node_network_carrier_up_changes_total{device="veth9dcd852"} 1 node_network_carrier_up_changes_total{device="veth9e056b2"} 1 node_network_carrier_up_changes_total{device="veth9fd0599"} 1 node_network_carrier_up_changes_total{device="vetha070a30"} 1 node_network_carrier_up_changes_total{device="vetha4d86a8"} 1 node_network_carrier_up_changes_total{device="vetha6a15f0"} 1 node_network_carrier_up_changes_total{device="vethad5fd5b"} 1 node_network_carrier_up_changes_total{device="vethb073621"} 1 node_network_carrier_up_changes_total{device="vethb2494e1"} 1 node_network_carrier_up_changes_total{device="vethb327b5a"} 1 node_network_carrier_up_changes_total{device="vethbb5dab2"} 1 node_network_carrier_up_changes_total{device="vethbc3545d"} 1 node_network_carrier_up_changes_total{device="vethbce88ba"} 1 node_network_carrier_up_changes_total{device="vethbff2fd5"} 1 node_network_carrier_up_changes_total{device="vethc3a1491"} 1 node_network_carrier_up_changes_total{device="vethc42fe78"} 1 node_network_carrier_up_changes_total{device="vethc8805b8"} 1 node_network_carrier_up_changes_total{device="vethc977645"} 1 node_network_carrier_up_changes_total{device="vethc9b33a6"} 1 node_network_carrier_up_changes_total{device="vethcaa15fd"} 1 node_network_carrier_up_changes_total{device="vethcbc10ab"} 1 node_network_carrier_up_changes_total{device="vethcdeb2a5"} 1 node_network_carrier_up_changes_total{device="vethd4b484a"} 1 node_network_carrier_up_changes_total{device="vethdc5fd06"} 1 node_network_carrier_up_changes_total{device="vethe00b691"} 1 node_network_carrier_up_changes_total{device="vethe024420"} 1 node_network_carrier_up_changes_total{device="vethe07ac4e"} 1 node_network_carrier_up_changes_total{device="vethe34fa20"} 1 node_network_carrier_up_changes_total{device="vetheaee32c"} 1 node_network_carrier_up_changes_total{device="vethf4b3a65"} 1 node_network_carrier_up_changes_total{device="vethfaa700b"} 1 node_network_carrier_up_changes_total{device="vethfcb45b2"} 1 node_network_carrier_up_changes_total{device="vethfd2d788"} 1 node_network_carrier_up_changes_total{device="vethfeda423"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-0e8e622eda81"} 0 node_network_device_id{device="br-119f3eca13a3"} 0 node_network_device_id{device="br-205321a2a078"} 0 node_network_device_id{device="br-2a98fd47a213"} 0 node_network_device_id{device="br-31cc0d87c098"} 0 node_network_device_id{device="br-352e63376925"} 0 node_network_device_id{device="br-3e10e3e23909"} 0 node_network_device_id{device="br-46d5e61711ac"} 0 node_network_device_id{device="br-52bb4601ef3b"} 0 node_network_device_id{device="br-5949340dfa50"} 0 node_network_device_id{device="br-6757b1619d94"} 0 node_network_device_id{device="br-714e4890289f"} 0 node_network_device_id{device="br-8bfa10ef6035"} 0 node_network_device_id{device="br-9d50c95d707e"} 0 node_network_device_id{device="br-accc5b7464c6"} 0 node_network_device_id{device="br-c7c04d8476ac"} 0 node_network_device_id{device="br-cfc454eb348c"} 0 node_network_device_id{device="br-d076b9ce2db8"} 0 node_network_device_id{device="br-d081ed7cbe27"} 0 node_network_device_id{device="br-d23d48dffb27"} 0 node_network_device_id{device="br-e392a89981fc"} 0 node_network_device_id{device="br-ee03529b09a8"} 0 node_network_device_id{device="br-f55c6bfd416e"} 0 node_network_device_id{device="br-fec72b65a2f2"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="veth070ab30"} 0 node_network_device_id{device="veth0c06f94"} 0 node_network_device_id{device="veth0c22639"} 0 node_network_device_id{device="veth0d380d8"} 0 node_network_device_id{device="veth0e2e26a"} 0 node_network_device_id{device="veth0f987bb"} 0 node_network_device_id{device="veth11c7290"} 0 node_network_device_id{device="veth1315d55"} 0 node_network_device_id{device="veth1515a0c"} 0 node_network_device_id{device="veth1586327"} 0 node_network_device_id{device="veth1ae9342"} 0 node_network_device_id{device="veth1b928ee"} 0 node_network_device_id{device="veth1d2c8ca"} 0 node_network_device_id{device="veth1e0e5e5"} 0 node_network_device_id{device="veth23ec6da"} 0 node_network_device_id{device="veth241db98"} 0 node_network_device_id{device="veth2bf3357"} 0 node_network_device_id{device="veth303868a"} 0 node_network_device_id{device="veth3684898"} 0 node_network_device_id{device="veth3b77d99"} 0 node_network_device_id{device="veth40e2e4c"} 0 node_network_device_id{device="veth4456a0f"} 0 node_network_device_id{device="veth46687e2"} 0 node_network_device_id{device="veth4db3f0e"} 0 node_network_device_id{device="veth54f9539"} 0 node_network_device_id{device="veth5754eba"} 0 node_network_device_id{device="veth57648ef"} 0 node_network_device_id{device="veth5dbdd0d"} 0 node_network_device_id{device="veth62cf1e6"} 0 node_network_device_id{device="veth65c6bdc"} 0 node_network_device_id{device="veth68746ef"} 0 node_network_device_id{device="veth68a09af"} 0 node_network_device_id{device="veth6cb0c93"} 0 node_network_device_id{device="veth73733b1"} 0 node_network_device_id{device="veth7424cdc"} 0 node_network_device_id{device="veth77a1542"} 0 node_network_device_id{device="veth780d302"} 0 node_network_device_id{device="veth7eef342"} 0 node_network_device_id{device="veth827230d"} 0 node_network_device_id{device="veth9248556"} 0 node_network_device_id{device="veth977a8a3"} 0 node_network_device_id{device="veth9b629da"} 0 node_network_device_id{device="veth9dcd852"} 0 node_network_device_id{device="veth9e056b2"} 0 node_network_device_id{device="veth9fd0599"} 0 node_network_device_id{device="vetha070a30"} 0 node_network_device_id{device="vetha4d86a8"} 0 node_network_device_id{device="vetha6a15f0"} 0 node_network_device_id{device="vethad5fd5b"} 0 node_network_device_id{device="vethb073621"} 0 node_network_device_id{device="vethb2494e1"} 0 node_network_device_id{device="vethb327b5a"} 0 node_network_device_id{device="vethbb5dab2"} 0 node_network_device_id{device="vethbc3545d"} 0 node_network_device_id{device="vethbce88ba"} 0 node_network_device_id{device="vethbff2fd5"} 0 node_network_device_id{device="vethc3a1491"} 0 node_network_device_id{device="vethc42fe78"} 0 node_network_device_id{device="vethc8805b8"} 0 node_network_device_id{device="vethc977645"} 0 node_network_device_id{device="vethc9b33a6"} 0 node_network_device_id{device="vethcaa15fd"} 0 node_network_device_id{device="vethcbc10ab"} 0 node_network_device_id{device="vethcdeb2a5"} 0 node_network_device_id{device="vethd4b484a"} 0 node_network_device_id{device="vethdc5fd06"} 0 node_network_device_id{device="vethe00b691"} 0 node_network_device_id{device="vethe024420"} 0 node_network_device_id{device="vethe07ac4e"} 0 node_network_device_id{device="vethe34fa20"} 0 node_network_device_id{device="vetheaee32c"} 0 node_network_device_id{device="vethf4b3a65"} 0 node_network_device_id{device="vethfaa700b"} 0 node_network_device_id{device="vethfcb45b2"} 0 node_network_device_id{device="vethfd2d788"} 0 node_network_device_id{device="vethfeda423"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-0e8e622eda81"} 0 node_network_dormant{device="br-119f3eca13a3"} 0 node_network_dormant{device="br-205321a2a078"} 0 node_network_dormant{device="br-2a98fd47a213"} 0 node_network_dormant{device="br-31cc0d87c098"} 0 node_network_dormant{device="br-352e63376925"} 0 node_network_dormant{device="br-3e10e3e23909"} 0 node_network_dormant{device="br-46d5e61711ac"} 0 node_network_dormant{device="br-52bb4601ef3b"} 0 node_network_dormant{device="br-5949340dfa50"} 0 node_network_dormant{device="br-6757b1619d94"} 0 node_network_dormant{device="br-714e4890289f"} 0 node_network_dormant{device="br-8bfa10ef6035"} 0 node_network_dormant{device="br-9d50c95d707e"} 0 node_network_dormant{device="br-accc5b7464c6"} 0 node_network_dormant{device="br-c7c04d8476ac"} 0 node_network_dormant{device="br-cfc454eb348c"} 0 node_network_dormant{device="br-d076b9ce2db8"} 0 node_network_dormant{device="br-d081ed7cbe27"} 0 node_network_dormant{device="br-d23d48dffb27"} 0 node_network_dormant{device="br-e392a89981fc"} 0 node_network_dormant{device="br-ee03529b09a8"} 0 node_network_dormant{device="br-f55c6bfd416e"} 0 node_network_dormant{device="br-fec72b65a2f2"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="veth070ab30"} 0 node_network_dormant{device="veth0c06f94"} 0 node_network_dormant{device="veth0c22639"} 0 node_network_dormant{device="veth0d380d8"} 0 node_network_dormant{device="veth0e2e26a"} 0 node_network_dormant{device="veth0f987bb"} 0 node_network_dormant{device="veth11c7290"} 0 node_network_dormant{device="veth1315d55"} 0 node_network_dormant{device="veth1515a0c"} 0 node_network_dormant{device="veth1586327"} 0 node_network_dormant{device="veth1ae9342"} 0 node_network_dormant{device="veth1b928ee"} 0 node_network_dormant{device="veth1d2c8ca"} 0 node_network_dormant{device="veth1e0e5e5"} 0 node_network_dormant{device="veth23ec6da"} 0 node_network_dormant{device="veth241db98"} 0 node_network_dormant{device="veth2bf3357"} 0 node_network_dormant{device="veth303868a"} 0 node_network_dormant{device="veth3684898"} 0 node_network_dormant{device="veth3b77d99"} 0 node_network_dormant{device="veth40e2e4c"} 0 node_network_dormant{device="veth4456a0f"} 0 node_network_dormant{device="veth46687e2"} 0 node_network_dormant{device="veth4db3f0e"} 0 node_network_dormant{device="veth54f9539"} 0 node_network_dormant{device="veth5754eba"} 0 node_network_dormant{device="veth57648ef"} 0 node_network_dormant{device="veth5dbdd0d"} 0 node_network_dormant{device="veth62cf1e6"} 0 node_network_dormant{device="veth65c6bdc"} 0 node_network_dormant{device="veth68746ef"} 0 node_network_dormant{device="veth68a09af"} 0 node_network_dormant{device="veth6cb0c93"} 0 node_network_dormant{device="veth73733b1"} 0 node_network_dormant{device="veth7424cdc"} 0 node_network_dormant{device="veth77a1542"} 0 node_network_dormant{device="veth780d302"} 0 node_network_dormant{device="veth7eef342"} 0 node_network_dormant{device="veth827230d"} 0 node_network_dormant{device="veth9248556"} 0 node_network_dormant{device="veth977a8a3"} 0 node_network_dormant{device="veth9b629da"} 0 node_network_dormant{device="veth9dcd852"} 0 node_network_dormant{device="veth9e056b2"} 0 node_network_dormant{device="veth9fd0599"} 0 node_network_dormant{device="vetha070a30"} 0 node_network_dormant{device="vetha4d86a8"} 0 node_network_dormant{device="vetha6a15f0"} 0 node_network_dormant{device="vethad5fd5b"} 0 node_network_dormant{device="vethb073621"} 0 node_network_dormant{device="vethb2494e1"} 0 node_network_dormant{device="vethb327b5a"} 0 node_network_dormant{device="vethbb5dab2"} 0 node_network_dormant{device="vethbc3545d"} 0 node_network_dormant{device="vethbce88ba"} 0 node_network_dormant{device="vethbff2fd5"} 0 node_network_dormant{device="vethc3a1491"} 0 node_network_dormant{device="vethc42fe78"} 0 node_network_dormant{device="vethc8805b8"} 0 node_network_dormant{device="vethc977645"} 0 node_network_dormant{device="vethc9b33a6"} 0 node_network_dormant{device="vethcaa15fd"} 0 node_network_dormant{device="vethcbc10ab"} 0 node_network_dormant{device="vethcdeb2a5"} 0 node_network_dormant{device="vethd4b484a"} 0 node_network_dormant{device="vethdc5fd06"} 0 node_network_dormant{device="vethe00b691"} 0 node_network_dormant{device="vethe024420"} 0 node_network_dormant{device="vethe07ac4e"} 0 node_network_dormant{device="vethe34fa20"} 0 node_network_dormant{device="vetheaee32c"} 0 node_network_dormant{device="vethf4b3a65"} 0 node_network_dormant{device="vethfaa700b"} 0 node_network_dormant{device="vethfcb45b2"} 0 node_network_dormant{device="vethfd2d788"} 0 node_network_dormant{device="vethfeda423"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-0e8e622eda81"} 4099 node_network_flags{device="br-119f3eca13a3"} 4099 node_network_flags{device="br-205321a2a078"} 4099 node_network_flags{device="br-2a98fd47a213"} 4099 node_network_flags{device="br-31cc0d87c098"} 4099 node_network_flags{device="br-352e63376925"} 4099 node_network_flags{device="br-3e10e3e23909"} 4099 node_network_flags{device="br-46d5e61711ac"} 4099 node_network_flags{device="br-52bb4601ef3b"} 4099 node_network_flags{device="br-5949340dfa50"} 4099 node_network_flags{device="br-6757b1619d94"} 4099 node_network_flags{device="br-714e4890289f"} 4099 node_network_flags{device="br-8bfa10ef6035"} 4099 node_network_flags{device="br-9d50c95d707e"} 4099 node_network_flags{device="br-accc5b7464c6"} 4099 node_network_flags{device="br-c7c04d8476ac"} 4099 node_network_flags{device="br-cfc454eb348c"} 4099 node_network_flags{device="br-d076b9ce2db8"} 4099 node_network_flags{device="br-d081ed7cbe27"} 4099 node_network_flags{device="br-d23d48dffb27"} 4099 node_network_flags{device="br-e392a89981fc"} 4099 node_network_flags{device="br-ee03529b09a8"} 4099 node_network_flags{device="br-f55c6bfd416e"} 4099 node_network_flags{device="br-fec72b65a2f2"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="veth070ab30"} 4867 node_network_flags{device="veth0c06f94"} 4867 node_network_flags{device="veth0c22639"} 4867 node_network_flags{device="veth0d380d8"} 4867 node_network_flags{device="veth0e2e26a"} 4867 node_network_flags{device="veth0f987bb"} 4867 node_network_flags{device="veth11c7290"} 4867 node_network_flags{device="veth1315d55"} 4867 node_network_flags{device="veth1515a0c"} 4867 node_network_flags{device="veth1586327"} 4867 node_network_flags{device="veth1ae9342"} 4867 node_network_flags{device="veth1b928ee"} 4867 node_network_flags{device="veth1d2c8ca"} 4867 node_network_flags{device="veth1e0e5e5"} 4867 node_network_flags{device="veth23ec6da"} 4867 node_network_flags{device="veth241db98"} 4867 node_network_flags{device="veth2bf3357"} 4867 node_network_flags{device="veth303868a"} 4867 node_network_flags{device="veth3684898"} 4867 node_network_flags{device="veth3b77d99"} 4867 node_network_flags{device="veth40e2e4c"} 4867 node_network_flags{device="veth4456a0f"} 4867 node_network_flags{device="veth46687e2"} 4867 node_network_flags{device="veth4db3f0e"} 4867 node_network_flags{device="veth54f9539"} 4867 node_network_flags{device="veth5754eba"} 4867 node_network_flags{device="veth57648ef"} 4867 node_network_flags{device="veth5dbdd0d"} 4867 node_network_flags{device="veth62cf1e6"} 4867 node_network_flags{device="veth65c6bdc"} 4867 node_network_flags{device="veth68746ef"} 4867 node_network_flags{device="veth68a09af"} 4867 node_network_flags{device="veth6cb0c93"} 4867 node_network_flags{device="veth73733b1"} 4867 node_network_flags{device="veth7424cdc"} 4867 node_network_flags{device="veth77a1542"} 4867 node_network_flags{device="veth780d302"} 4867 node_network_flags{device="veth7eef342"} 4867 node_network_flags{device="veth827230d"} 4867 node_network_flags{device="veth9248556"} 4867 node_network_flags{device="veth977a8a3"} 4867 node_network_flags{device="veth9b629da"} 4867 node_network_flags{device="veth9dcd852"} 4867 node_network_flags{device="veth9e056b2"} 4867 node_network_flags{device="veth9fd0599"} 4867 node_network_flags{device="vetha070a30"} 4867 node_network_flags{device="vetha4d86a8"} 4867 node_network_flags{device="vetha6a15f0"} 4867 node_network_flags{device="vethad5fd5b"} 4867 node_network_flags{device="vethb073621"} 4867 node_network_flags{device="vethb2494e1"} 4867 node_network_flags{device="vethb327b5a"} 4867 node_network_flags{device="vethbb5dab2"} 4867 node_network_flags{device="vethbc3545d"} 4867 node_network_flags{device="vethbce88ba"} 4867 node_network_flags{device="vethbff2fd5"} 4867 node_network_flags{device="vethc3a1491"} 4867 node_network_flags{device="vethc42fe78"} 4867 node_network_flags{device="vethc8805b8"} 4867 node_network_flags{device="vethc977645"} 4867 node_network_flags{device="vethc9b33a6"} 4867 node_network_flags{device="vethcaa15fd"} 4867 node_network_flags{device="vethcbc10ab"} 4867 node_network_flags{device="vethcdeb2a5"} 4867 node_network_flags{device="vethd4b484a"} 4867 node_network_flags{device="vethdc5fd06"} 4867 node_network_flags{device="vethe00b691"} 4867 node_network_flags{device="vethe024420"} 4867 node_network_flags{device="vethe07ac4e"} 4867 node_network_flags{device="vethe34fa20"} 4867 node_network_flags{device="vetheaee32c"} 4867 node_network_flags{device="vethf4b3a65"} 4867 node_network_flags{device="vethfaa700b"} 4867 node_network_flags{device="vethfcb45b2"} 4867 node_network_flags{device="vethfd2d788"} 4867 node_network_flags{device="vethfeda423"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-0e8e622eda81"} 10 node_network_iface_id{device="br-119f3eca13a3"} 19 node_network_iface_id{device="br-205321a2a078"} 15 node_network_iface_id{device="br-2a98fd47a213"} 4 node_network_iface_id{device="br-31cc0d87c098"} 20 node_network_iface_id{device="br-352e63376925"} 5 node_network_iface_id{device="br-3e10e3e23909"} 6 node_network_iface_id{device="br-46d5e61711ac"} 90131 node_network_iface_id{device="br-52bb4601ef3b"} 7 node_network_iface_id{device="br-5949340dfa50"} 43848 node_network_iface_id{device="br-6757b1619d94"} 39463 node_network_iface_id{device="br-714e4890289f"} 16 node_network_iface_id{device="br-8bfa10ef6035"} 21 node_network_iface_id{device="br-9d50c95d707e"} 8 node_network_iface_id{device="br-accc5b7464c6"} 17 node_network_iface_id{device="br-c7c04d8476ac"} 22 node_network_iface_id{device="br-cfc454eb348c"} 11 node_network_iface_id{device="br-d076b9ce2db8"} 40781 node_network_iface_id{device="br-d081ed7cbe27"} 23 node_network_iface_id{device="br-d23d48dffb27"} 12 node_network_iface_id{device="br-e392a89981fc"} 13 node_network_iface_id{device="br-ee03529b09a8"} 9 node_network_iface_id{device="br-f55c6bfd416e"} 18 node_network_iface_id{device="br-fec72b65a2f2"} 3 node_network_iface_id{device="docker0"} 24 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="veth070ab30"} 80 node_network_iface_id{device="veth0c06f94"} 82146 node_network_iface_id{device="veth0c22639"} 76 node_network_iface_id{device="veth0d380d8"} 64 node_network_iface_id{device="veth0e2e26a"} 130 node_network_iface_id{device="veth0f987bb"} 82462 node_network_iface_id{device="veth11c7290"} 44312 node_network_iface_id{device="veth1315d55"} 68 node_network_iface_id{device="veth1515a0c"} 58 node_network_iface_id{device="veth1586327"} 82136 node_network_iface_id{device="veth1ae9342"} 36 node_network_iface_id{device="veth1b928ee"} 44314 node_network_iface_id{device="veth1d2c8ca"} 82164 node_network_iface_id{device="veth1e0e5e5"} 70 node_network_iface_id{device="veth23ec6da"} 91973 node_network_iface_id{device="veth241db98"} 28 node_network_iface_id{device="veth2bf3357"} 100 node_network_iface_id{device="veth303868a"} 82148 node_network_iface_id{device="veth3684898"} 82154 node_network_iface_id{device="veth3b77d99"} 30 node_network_iface_id{device="veth40e2e4c"} 82144 node_network_iface_id{device="veth4456a0f"} 50 node_network_iface_id{device="veth46687e2"} 38 node_network_iface_id{device="veth4db3f0e"} 84 node_network_iface_id{device="veth54f9539"} 104 node_network_iface_id{device="veth5754eba"} 82140 node_network_iface_id{device="veth57648ef"} 82160 node_network_iface_id{device="veth5dbdd0d"} 40879 node_network_iface_id{device="veth62cf1e6"} 72 node_network_iface_id{device="veth65c6bdc"} 128 node_network_iface_id{device="veth68746ef"} 82476 node_network_iface_id{device="veth68a09af"} 90163 node_network_iface_id{device="veth6cb0c93"} 82130 node_network_iface_id{device="veth73733b1"} 82158 node_network_iface_id{device="veth7424cdc"} 96 node_network_iface_id{device="veth77a1542"} 40881 node_network_iface_id{device="veth780d302"} 88 node_network_iface_id{device="veth7eef342"} 118 node_network_iface_id{device="veth827230d"} 52 node_network_iface_id{device="veth9248556"} 21338 node_network_iface_id{device="veth977a8a3"} 44318 node_network_iface_id{device="veth9b629da"} 74 node_network_iface_id{device="veth9dcd852"} 91981 node_network_iface_id{device="veth9e056b2"} 32 node_network_iface_id{device="veth9fd0599"} 110 node_network_iface_id{device="vetha070a30"} 122 node_network_iface_id{device="vetha4d86a8"} 102 node_network_iface_id{device="vetha6a15f0"} 92015 node_network_iface_id{device="vethad5fd5b"} 82156 node_network_iface_id{device="vethb073621"} 60 node_network_iface_id{device="vethb2494e1"} 92 node_network_iface_id{device="vethb327b5a"} 82152 node_network_iface_id{device="vethbb5dab2"} 40885 node_network_iface_id{device="vethbc3545d"} 90165 node_network_iface_id{device="vethbce88ba"} 40883 node_network_iface_id{device="vethbff2fd5"} 39465 node_network_iface_id{device="vethc3a1491"} 56 node_network_iface_id{device="vethc42fe78"} 54 node_network_iface_id{device="vethc8805b8"} 92007 node_network_iface_id{device="vethc977645"} 82162 node_network_iface_id{device="vethc9b33a6"} 62 node_network_iface_id{device="vethcaa15fd"} 46 node_network_iface_id{device="vethcbc10ab"} 90 node_network_iface_id{device="vethcdeb2a5"} 86 node_network_iface_id{device="vethd4b484a"} 91979 node_network_iface_id{device="vethdc5fd06"} 82150 node_network_iface_id{device="vethe00b691"} 90137 node_network_iface_id{device="vethe024420"} 34 node_network_iface_id{device="vethe07ac4e"} 82138 node_network_iface_id{device="vethe34fa20"} 112 node_network_iface_id{device="vetheaee32c"} 82 node_network_iface_id{device="vethf4b3a65"} 126 node_network_iface_id{device="vethfaa700b"} 82142 node_network_iface_id{device="vethfcb45b2"} 40 node_network_iface_id{device="vethfd2d788"} 116 node_network_iface_id{device="vethfeda423"} 39467 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-0e8e622eda81"} 10 node_network_iface_link{device="br-119f3eca13a3"} 19 node_network_iface_link{device="br-205321a2a078"} 15 node_network_iface_link{device="br-2a98fd47a213"} 4 node_network_iface_link{device="br-31cc0d87c098"} 20 node_network_iface_link{device="br-352e63376925"} 5 node_network_iface_link{device="br-3e10e3e23909"} 6 node_network_iface_link{device="br-46d5e61711ac"} 90131 node_network_iface_link{device="br-52bb4601ef3b"} 7 node_network_iface_link{device="br-5949340dfa50"} 43848 node_network_iface_link{device="br-6757b1619d94"} 39463 node_network_iface_link{device="br-714e4890289f"} 16 node_network_iface_link{device="br-8bfa10ef6035"} 21 node_network_iface_link{device="br-9d50c95d707e"} 8 node_network_iface_link{device="br-accc5b7464c6"} 17 node_network_iface_link{device="br-c7c04d8476ac"} 22 node_network_iface_link{device="br-cfc454eb348c"} 11 node_network_iface_link{device="br-d076b9ce2db8"} 40781 node_network_iface_link{device="br-d081ed7cbe27"} 23 node_network_iface_link{device="br-d23d48dffb27"} 12 node_network_iface_link{device="br-e392a89981fc"} 13 node_network_iface_link{device="br-ee03529b09a8"} 9 node_network_iface_link{device="br-f55c6bfd416e"} 18 node_network_iface_link{device="br-fec72b65a2f2"} 3 node_network_iface_link{device="docker0"} 24 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="veth070ab30"} 79 node_network_iface_link{device="veth0c06f94"} 82145 node_network_iface_link{device="veth0c22639"} 75 node_network_iface_link{device="veth0d380d8"} 63 node_network_iface_link{device="veth0e2e26a"} 129 node_network_iface_link{device="veth0f987bb"} 82461 node_network_iface_link{device="veth11c7290"} 44311 node_network_iface_link{device="veth1315d55"} 67 node_network_iface_link{device="veth1515a0c"} 57 node_network_iface_link{device="veth1586327"} 82135 node_network_iface_link{device="veth1ae9342"} 35 node_network_iface_link{device="veth1b928ee"} 44313 node_network_iface_link{device="veth1d2c8ca"} 82163 node_network_iface_link{device="veth1e0e5e5"} 69 node_network_iface_link{device="veth23ec6da"} 91972 node_network_iface_link{device="veth241db98"} 27 node_network_iface_link{device="veth2bf3357"} 99 node_network_iface_link{device="veth303868a"} 82147 node_network_iface_link{device="veth3684898"} 82153 node_network_iface_link{device="veth3b77d99"} 29 node_network_iface_link{device="veth40e2e4c"} 82143 node_network_iface_link{device="veth4456a0f"} 49 node_network_iface_link{device="veth46687e2"} 37 node_network_iface_link{device="veth4db3f0e"} 83 node_network_iface_link{device="veth54f9539"} 103 node_network_iface_link{device="veth5754eba"} 82139 node_network_iface_link{device="veth57648ef"} 82159 node_network_iface_link{device="veth5dbdd0d"} 40878 node_network_iface_link{device="veth62cf1e6"} 71 node_network_iface_link{device="veth65c6bdc"} 127 node_network_iface_link{device="veth68746ef"} 82475 node_network_iface_link{device="veth68a09af"} 90162 node_network_iface_link{device="veth6cb0c93"} 82129 node_network_iface_link{device="veth73733b1"} 82157 node_network_iface_link{device="veth7424cdc"} 95 node_network_iface_link{device="veth77a1542"} 40880 node_network_iface_link{device="veth780d302"} 87 node_network_iface_link{device="veth7eef342"} 117 node_network_iface_link{device="veth827230d"} 51 node_network_iface_link{device="veth9248556"} 21337 node_network_iface_link{device="veth977a8a3"} 44317 node_network_iface_link{device="veth9b629da"} 73 node_network_iface_link{device="veth9dcd852"} 91980 node_network_iface_link{device="veth9e056b2"} 31 node_network_iface_link{device="veth9fd0599"} 109 node_network_iface_link{device="vetha070a30"} 121 node_network_iface_link{device="vetha4d86a8"} 101 node_network_iface_link{device="vetha6a15f0"} 92014 node_network_iface_link{device="vethad5fd5b"} 82155 node_network_iface_link{device="vethb073621"} 59 node_network_iface_link{device="vethb2494e1"} 91 node_network_iface_link{device="vethb327b5a"} 82151 node_network_iface_link{device="vethbb5dab2"} 40884 node_network_iface_link{device="vethbc3545d"} 90164 node_network_iface_link{device="vethbce88ba"} 40882 node_network_iface_link{device="vethbff2fd5"} 39464 node_network_iface_link{device="vethc3a1491"} 55 node_network_iface_link{device="vethc42fe78"} 53 node_network_iface_link{device="vethc8805b8"} 92006 node_network_iface_link{device="vethc977645"} 82161 node_network_iface_link{device="vethc9b33a6"} 61 node_network_iface_link{device="vethcaa15fd"} 45 node_network_iface_link{device="vethcbc10ab"} 89 node_network_iface_link{device="vethcdeb2a5"} 85 node_network_iface_link{device="vethd4b484a"} 91978 node_network_iface_link{device="vethdc5fd06"} 82149 node_network_iface_link{device="vethe00b691"} 90136 node_network_iface_link{device="vethe024420"} 33 node_network_iface_link{device="vethe07ac4e"} 82137 node_network_iface_link{device="vethe34fa20"} 111 node_network_iface_link{device="vetheaee32c"} 81 node_network_iface_link{device="vethf4b3a65"} 125 node_network_iface_link{device="vethfaa700b"} 82141 node_network_iface_link{device="vethfcb45b2"} 39 node_network_iface_link{device="vethfd2d788"} 115 node_network_iface_link{device="vethfeda423"} 39466 # 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-0e8e622eda81"} 0 node_network_iface_link_mode{device="br-119f3eca13a3"} 0 node_network_iface_link_mode{device="br-205321a2a078"} 0 node_network_iface_link_mode{device="br-2a98fd47a213"} 0 node_network_iface_link_mode{device="br-31cc0d87c098"} 0 node_network_iface_link_mode{device="br-352e63376925"} 0 node_network_iface_link_mode{device="br-3e10e3e23909"} 0 node_network_iface_link_mode{device="br-46d5e61711ac"} 0 node_network_iface_link_mode{device="br-52bb4601ef3b"} 0 node_network_iface_link_mode{device="br-5949340dfa50"} 0 node_network_iface_link_mode{device="br-6757b1619d94"} 0 node_network_iface_link_mode{device="br-714e4890289f"} 0 node_network_iface_link_mode{device="br-8bfa10ef6035"} 0 node_network_iface_link_mode{device="br-9d50c95d707e"} 0 node_network_iface_link_mode{device="br-accc5b7464c6"} 0 node_network_iface_link_mode{device="br-c7c04d8476ac"} 0 node_network_iface_link_mode{device="br-cfc454eb348c"} 0 node_network_iface_link_mode{device="br-d076b9ce2db8"} 0 node_network_iface_link_mode{device="br-d081ed7cbe27"} 0 node_network_iface_link_mode{device="br-d23d48dffb27"} 0 node_network_iface_link_mode{device="br-e392a89981fc"} 0 node_network_iface_link_mode{device="br-ee03529b09a8"} 0 node_network_iface_link_mode{device="br-f55c6bfd416e"} 0 node_network_iface_link_mode{device="br-fec72b65a2f2"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="veth070ab30"} 0 node_network_iface_link_mode{device="veth0c06f94"} 0 node_network_iface_link_mode{device="veth0c22639"} 0 node_network_iface_link_mode{device="veth0d380d8"} 0 node_network_iface_link_mode{device="veth0e2e26a"} 0 node_network_iface_link_mode{device="veth0f987bb"} 0 node_network_iface_link_mode{device="veth11c7290"} 0 node_network_iface_link_mode{device="veth1315d55"} 0 node_network_iface_link_mode{device="veth1515a0c"} 0 node_network_iface_link_mode{device="veth1586327"} 0 node_network_iface_link_mode{device="veth1ae9342"} 0 node_network_iface_link_mode{device="veth1b928ee"} 0 node_network_iface_link_mode{device="veth1d2c8ca"} 0 node_network_iface_link_mode{device="veth1e0e5e5"} 0 node_network_iface_link_mode{device="veth23ec6da"} 0 node_network_iface_link_mode{device="veth241db98"} 0 node_network_iface_link_mode{device="veth2bf3357"} 0 node_network_iface_link_mode{device="veth303868a"} 0 node_network_iface_link_mode{device="veth3684898"} 0 node_network_iface_link_mode{device="veth3b77d99"} 0 node_network_iface_link_mode{device="veth40e2e4c"} 0 node_network_iface_link_mode{device="veth4456a0f"} 0 node_network_iface_link_mode{device="veth46687e2"} 0 node_network_iface_link_mode{device="veth4db3f0e"} 0 node_network_iface_link_mode{device="veth54f9539"} 0 node_network_iface_link_mode{device="veth5754eba"} 0 node_network_iface_link_mode{device="veth57648ef"} 0 node_network_iface_link_mode{device="veth5dbdd0d"} 0 node_network_iface_link_mode{device="veth62cf1e6"} 0 node_network_iface_link_mode{device="veth65c6bdc"} 0 node_network_iface_link_mode{device="veth68746ef"} 0 node_network_iface_link_mode{device="veth68a09af"} 0 node_network_iface_link_mode{device="veth6cb0c93"} 0 node_network_iface_link_mode{device="veth73733b1"} 0 node_network_iface_link_mode{device="veth7424cdc"} 0 node_network_iface_link_mode{device="veth77a1542"} 0 node_network_iface_link_mode{device="veth780d302"} 0 node_network_iface_link_mode{device="veth7eef342"} 0 node_network_iface_link_mode{device="veth827230d"} 0 node_network_iface_link_mode{device="veth9248556"} 0 node_network_iface_link_mode{device="veth977a8a3"} 0 node_network_iface_link_mode{device="veth9b629da"} 0 node_network_iface_link_mode{device="veth9dcd852"} 0 node_network_iface_link_mode{device="veth9e056b2"} 0 node_network_iface_link_mode{device="veth9fd0599"} 0 node_network_iface_link_mode{device="vetha070a30"} 0 node_network_iface_link_mode{device="vetha4d86a8"} 0 node_network_iface_link_mode{device="vetha6a15f0"} 0 node_network_iface_link_mode{device="vethad5fd5b"} 0 node_network_iface_link_mode{device="vethb073621"} 0 node_network_iface_link_mode{device="vethb2494e1"} 0 node_network_iface_link_mode{device="vethb327b5a"} 0 node_network_iface_link_mode{device="vethbb5dab2"} 0 node_network_iface_link_mode{device="vethbc3545d"} 0 node_network_iface_link_mode{device="vethbce88ba"} 0 node_network_iface_link_mode{device="vethbff2fd5"} 0 node_network_iface_link_mode{device="vethc3a1491"} 0 node_network_iface_link_mode{device="vethc42fe78"} 0 node_network_iface_link_mode{device="vethc8805b8"} 0 node_network_iface_link_mode{device="vethc977645"} 0 node_network_iface_link_mode{device="vethc9b33a6"} 0 node_network_iface_link_mode{device="vethcaa15fd"} 0 node_network_iface_link_mode{device="vethcbc10ab"} 0 node_network_iface_link_mode{device="vethcdeb2a5"} 0 node_network_iface_link_mode{device="vethd4b484a"} 0 node_network_iface_link_mode{device="vethdc5fd06"} 0 node_network_iface_link_mode{device="vethe00b691"} 0 node_network_iface_link_mode{device="vethe024420"} 0 node_network_iface_link_mode{device="vethe07ac4e"} 0 node_network_iface_link_mode{device="vethe34fa20"} 0 node_network_iface_link_mode{device="vetheaee32c"} 0 node_network_iface_link_mode{device="vethf4b3a65"} 0 node_network_iface_link_mode{device="vethfaa700b"} 0 node_network_iface_link_mode{device="vethfcb45b2"} 0 node_network_iface_link_mode{device="vethfd2d788"} 0 node_network_iface_link_mode{device="vethfeda423"} 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:05:14:2e:2a:c3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68a09af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="02:42:03:ad:66:7a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-accc5b7464c6",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:03:d7:63:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-6757b1619d94",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:1b:f6:2a:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-5949340dfa50",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:30:7d:15:33",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-cfc454eb348c",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:3c:58:3a:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d081ed7cbe27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:65:aa:fa:17",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-e392a89981fc",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:7a:e5:6b:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-46d5e61711ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8a:05:b2:1d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-fec72b65a2f2",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:8f:ad:78:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8bfa10ef6035",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a2:bb:a4:3e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-2a98fd47a213",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:a2:e8:96:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-c7c04d8476ac",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a3:da:9b:7f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-0e8e622eda81",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:a5:ef:25:f5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-352e63376925",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:aa:82:80:a5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-ee03529b09a8",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:ae:a2:94:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-205321a2a078",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b3:1f:db:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d23d48dffb27",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:b3:47:05:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-f55c6bfd416e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c3:ad:a3:aa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-9d50c95d707e",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:c9:43:4c:ca",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-714e4890289f",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d0:06:3a:f3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-119f3eca13a3",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d0:59:77:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-31cc0d87c098",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:d0:5e:4b:3f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="02:42:d3:08:1f:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-52bb4601ef3b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:dc:43:3c:70",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d076b9ce2db8",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:42:ed:6e:8b:b5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-3e10e3e23909",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="02:ac:44:c5:83:8b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4db3f0e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:13:ef:e2:85:dc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth68746ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a0:74:80:7a:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4456a0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:ae:35:b5:be:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1e0e5e5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:dd:b5:d6:a1:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfd2d788",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:30:f4:95:2d:9a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb327b5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:c3:72:39:66:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth46687e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:0c:0c:27:34:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4d86a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:3a:be:37:58:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11c7290",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:eb:f2:3c:50:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth070ab30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:c4:b2:cd:a5:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth303868a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:27:78:e6:8a:91",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetheaee32c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:c9:97:1f:d7:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e056b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:44:ea:9c:bb:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4b3a65",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:6e:45:5a:15:35",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb2494e1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:99:0a:57:2f:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe34fa20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:a2:01:6c:60:12",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ae9342",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:92:a8:fe:1e:66",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57648ef",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:22:8a:ee:0a:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe00b691",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:2b:a6:18:c5:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe07ac4e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:84:1e:35:82:d7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth241db98",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4a:ad:c8:db:85:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbc3545d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:7d:9d:fc:48:8e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbce88ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:30:ab:cc:9d:42",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth65c6bdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:8f:71:03:1c:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6a15f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:18:0e:31:dd:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b928ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5a:53:fc:74:76:5b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe024420",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:69:05:b8:5f:5f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth780d302",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="5e:95:49:4d:44:a8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8805b8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:18:06:20:d4:5d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc42fe78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:7c:75:0a:79:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdc5fd06",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6a:e1:c2:10:63:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth73733b1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:4c:4d:aa:ed:ef",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5754eba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:6c:94:d3:37:fa",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcdeb2a5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:9d:f6:68:c6:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth62cf1e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:6c:8f:f9:77:73",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1315d55",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:42:fa:b3:1b:f1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d2c8ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:7f:60:cd:89:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth23ec6da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:00:04:45:20:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="9a:14:7f:e0:a9:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth77a1542",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:f7:98:7b:41:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad5fd5b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:09:1b:1a:66:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1515a0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:6f:70:df:99:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0f987bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:27:bf:be:3e:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcaa15fd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:32:e0:5e:6b:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e2e26a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:35:8d:e3:26:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0d380d8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:43:c7:af:8a:d2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9248556",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:2b:73:d9:2d:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3684898",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:32:8d:d0:86:60",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth977a8a3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:99:3a:6d:65:fe",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fd0599",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:f5:57:92:19:1b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dbdd0d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:2e:67:ba:44:af",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha070a30",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ba:a1:34:8d:b9:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc3a1491",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:0e:0f:4a:ba:46",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c22639",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:98:24:b3:50:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9dcd852",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:90:35:c7:50:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6cb0c93",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:40:af:99:58:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfeda423",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:8c:3d:16:90:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40e2e4c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:6a:31:5d:1b:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc977645",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:d6:f5:93:19:43",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcbc10ab",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:15:28:b2:2e:d5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd4b484a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:56:7f:c9:c0:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9b629da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:67:e0:36:c5:55",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c06f94",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:a4:9a:5c:4f:b2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2bf3357",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:86:6d:b5:6f:83",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7eef342",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:cd:18:ca:46:e6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbb5dab2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:27:7c:1c:1b:77",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth827230d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:aa:ba:3a:27:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb073621",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:69:79:cb:89:84",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfaa700b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:8b:86:3e:f9:81",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9b33a6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ad:15:eb:9f:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3b77d99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:60:56:d5:e7:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7424cdc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:61:39:f8:43:5c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1586327",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:6a:04:1e:e4:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth54f9539",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:22:f5:e9:10:49",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbff2fd5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:35:46:ab:3c:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfcb45b2",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-0e8e622eda81"} 1500 node_network_mtu_bytes{device="br-119f3eca13a3"} 1500 node_network_mtu_bytes{device="br-205321a2a078"} 1500 node_network_mtu_bytes{device="br-2a98fd47a213"} 1500 node_network_mtu_bytes{device="br-31cc0d87c098"} 1500 node_network_mtu_bytes{device="br-352e63376925"} 1500 node_network_mtu_bytes{device="br-3e10e3e23909"} 1500 node_network_mtu_bytes{device="br-46d5e61711ac"} 1500 node_network_mtu_bytes{device="br-52bb4601ef3b"} 1500 node_network_mtu_bytes{device="br-5949340dfa50"} 1500 node_network_mtu_bytes{device="br-6757b1619d94"} 1500 node_network_mtu_bytes{device="br-714e4890289f"} 1500 node_network_mtu_bytes{device="br-8bfa10ef6035"} 1500 node_network_mtu_bytes{device="br-9d50c95d707e"} 1500 node_network_mtu_bytes{device="br-accc5b7464c6"} 1500 node_network_mtu_bytes{device="br-c7c04d8476ac"} 1500 node_network_mtu_bytes{device="br-cfc454eb348c"} 1500 node_network_mtu_bytes{device="br-d076b9ce2db8"} 1500 node_network_mtu_bytes{device="br-d081ed7cbe27"} 1500 node_network_mtu_bytes{device="br-d23d48dffb27"} 1500 node_network_mtu_bytes{device="br-e392a89981fc"} 1500 node_network_mtu_bytes{device="br-ee03529b09a8"} 1500 node_network_mtu_bytes{device="br-f55c6bfd416e"} 1500 node_network_mtu_bytes{device="br-fec72b65a2f2"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="veth070ab30"} 1500 node_network_mtu_bytes{device="veth0c06f94"} 1500 node_network_mtu_bytes{device="veth0c22639"} 1500 node_network_mtu_bytes{device="veth0d380d8"} 1500 node_network_mtu_bytes{device="veth0e2e26a"} 1500 node_network_mtu_bytes{device="veth0f987bb"} 1500 node_network_mtu_bytes{device="veth11c7290"} 1500 node_network_mtu_bytes{device="veth1315d55"} 1500 node_network_mtu_bytes{device="veth1515a0c"} 1500 node_network_mtu_bytes{device="veth1586327"} 1500 node_network_mtu_bytes{device="veth1ae9342"} 1500 node_network_mtu_bytes{device="veth1b928ee"} 1500 node_network_mtu_bytes{device="veth1d2c8ca"} 1500 node_network_mtu_bytes{device="veth1e0e5e5"} 1500 node_network_mtu_bytes{device="veth23ec6da"} 1500 node_network_mtu_bytes{device="veth241db98"} 1500 node_network_mtu_bytes{device="veth2bf3357"} 1500 node_network_mtu_bytes{device="veth303868a"} 1500 node_network_mtu_bytes{device="veth3684898"} 1500 node_network_mtu_bytes{device="veth3b77d99"} 1500 node_network_mtu_bytes{device="veth40e2e4c"} 1500 node_network_mtu_bytes{device="veth4456a0f"} 1500 node_network_mtu_bytes{device="veth46687e2"} 1500 node_network_mtu_bytes{device="veth4db3f0e"} 1500 node_network_mtu_bytes{device="veth54f9539"} 1500 node_network_mtu_bytes{device="veth5754eba"} 1500 node_network_mtu_bytes{device="veth57648ef"} 1500 node_network_mtu_bytes{device="veth5dbdd0d"} 1500 node_network_mtu_bytes{device="veth62cf1e6"} 1500 node_network_mtu_bytes{device="veth65c6bdc"} 1500 node_network_mtu_bytes{device="veth68746ef"} 1500 node_network_mtu_bytes{device="veth68a09af"} 1500 node_network_mtu_bytes{device="veth6cb0c93"} 1500 node_network_mtu_bytes{device="veth73733b1"} 1500 node_network_mtu_bytes{device="veth7424cdc"} 1500 node_network_mtu_bytes{device="veth77a1542"} 1500 node_network_mtu_bytes{device="veth780d302"} 1500 node_network_mtu_bytes{device="veth7eef342"} 1500 node_network_mtu_bytes{device="veth827230d"} 1500 node_network_mtu_bytes{device="veth9248556"} 1500 node_network_mtu_bytes{device="veth977a8a3"} 1500 node_network_mtu_bytes{device="veth9b629da"} 1500 node_network_mtu_bytes{device="veth9dcd852"} 1500 node_network_mtu_bytes{device="veth9e056b2"} 1500 node_network_mtu_bytes{device="veth9fd0599"} 1500 node_network_mtu_bytes{device="vetha070a30"} 1500 node_network_mtu_bytes{device="vetha4d86a8"} 1500 node_network_mtu_bytes{device="vetha6a15f0"} 1500 node_network_mtu_bytes{device="vethad5fd5b"} 1500 node_network_mtu_bytes{device="vethb073621"} 1500 node_network_mtu_bytes{device="vethb2494e1"} 1500 node_network_mtu_bytes{device="vethb327b5a"} 1500 node_network_mtu_bytes{device="vethbb5dab2"} 1500 node_network_mtu_bytes{device="vethbc3545d"} 1500 node_network_mtu_bytes{device="vethbce88ba"} 1500 node_network_mtu_bytes{device="vethbff2fd5"} 1500 node_network_mtu_bytes{device="vethc3a1491"} 1500 node_network_mtu_bytes{device="vethc42fe78"} 1500 node_network_mtu_bytes{device="vethc8805b8"} 1500 node_network_mtu_bytes{device="vethc977645"} 1500 node_network_mtu_bytes{device="vethc9b33a6"} 1500 node_network_mtu_bytes{device="vethcaa15fd"} 1500 node_network_mtu_bytes{device="vethcbc10ab"} 1500 node_network_mtu_bytes{device="vethcdeb2a5"} 1500 node_network_mtu_bytes{device="vethd4b484a"} 1500 node_network_mtu_bytes{device="vethdc5fd06"} 1500 node_network_mtu_bytes{device="vethe00b691"} 1500 node_network_mtu_bytes{device="vethe024420"} 1500 node_network_mtu_bytes{device="vethe07ac4e"} 1500 node_network_mtu_bytes{device="vethe34fa20"} 1500 node_network_mtu_bytes{device="vetheaee32c"} 1500 node_network_mtu_bytes{device="vethf4b3a65"} 1500 node_network_mtu_bytes{device="vethfaa700b"} 1500 node_network_mtu_bytes{device="vethfcb45b2"} 1500 node_network_mtu_bytes{device="vethfd2d788"} 1500 node_network_mtu_bytes{device="vethfeda423"} 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-0e8e622eda81"} 3 node_network_name_assign_type{device="br-119f3eca13a3"} 3 node_network_name_assign_type{device="br-205321a2a078"} 3 node_network_name_assign_type{device="br-2a98fd47a213"} 3 node_network_name_assign_type{device="br-31cc0d87c098"} 3 node_network_name_assign_type{device="br-352e63376925"} 3 node_network_name_assign_type{device="br-3e10e3e23909"} 3 node_network_name_assign_type{device="br-46d5e61711ac"} 3 node_network_name_assign_type{device="br-52bb4601ef3b"} 3 node_network_name_assign_type{device="br-5949340dfa50"} 3 node_network_name_assign_type{device="br-6757b1619d94"} 3 node_network_name_assign_type{device="br-714e4890289f"} 3 node_network_name_assign_type{device="br-8bfa10ef6035"} 3 node_network_name_assign_type{device="br-9d50c95d707e"} 3 node_network_name_assign_type{device="br-accc5b7464c6"} 3 node_network_name_assign_type{device="br-c7c04d8476ac"} 3 node_network_name_assign_type{device="br-cfc454eb348c"} 3 node_network_name_assign_type{device="br-d076b9ce2db8"} 3 node_network_name_assign_type{device="br-d081ed7cbe27"} 3 node_network_name_assign_type{device="br-d23d48dffb27"} 3 node_network_name_assign_type{device="br-e392a89981fc"} 3 node_network_name_assign_type{device="br-ee03529b09a8"} 3 node_network_name_assign_type{device="br-f55c6bfd416e"} 3 node_network_name_assign_type{device="br-fec72b65a2f2"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth070ab30"} 3 node_network_name_assign_type{device="veth0c06f94"} 3 node_network_name_assign_type{device="veth0c22639"} 3 node_network_name_assign_type{device="veth0d380d8"} 3 node_network_name_assign_type{device="veth0e2e26a"} 3 node_network_name_assign_type{device="veth0f987bb"} 3 node_network_name_assign_type{device="veth11c7290"} 3 node_network_name_assign_type{device="veth1315d55"} 3 node_network_name_assign_type{device="veth1515a0c"} 3 node_network_name_assign_type{device="veth1586327"} 3 node_network_name_assign_type{device="veth1ae9342"} 3 node_network_name_assign_type{device="veth1b928ee"} 3 node_network_name_assign_type{device="veth1d2c8ca"} 3 node_network_name_assign_type{device="veth1e0e5e5"} 3 node_network_name_assign_type{device="veth23ec6da"} 3 node_network_name_assign_type{device="veth241db98"} 3 node_network_name_assign_type{device="veth2bf3357"} 3 node_network_name_assign_type{device="veth303868a"} 3 node_network_name_assign_type{device="veth3684898"} 3 node_network_name_assign_type{device="veth3b77d99"} 3 node_network_name_assign_type{device="veth40e2e4c"} 3 node_network_name_assign_type{device="veth4456a0f"} 3 node_network_name_assign_type{device="veth46687e2"} 3 node_network_name_assign_type{device="veth4db3f0e"} 3 node_network_name_assign_type{device="veth54f9539"} 3 node_network_name_assign_type{device="veth5754eba"} 3 node_network_name_assign_type{device="veth57648ef"} 3 node_network_name_assign_type{device="veth5dbdd0d"} 3 node_network_name_assign_type{device="veth62cf1e6"} 3 node_network_name_assign_type{device="veth65c6bdc"} 3 node_network_name_assign_type{device="veth68746ef"} 3 node_network_name_assign_type{device="veth68a09af"} 3 node_network_name_assign_type{device="veth6cb0c93"} 3 node_network_name_assign_type{device="veth73733b1"} 3 node_network_name_assign_type{device="veth7424cdc"} 3 node_network_name_assign_type{device="veth77a1542"} 3 node_network_name_assign_type{device="veth780d302"} 3 node_network_name_assign_type{device="veth7eef342"} 3 node_network_name_assign_type{device="veth827230d"} 3 node_network_name_assign_type{device="veth9248556"} 3 node_network_name_assign_type{device="veth977a8a3"} 3 node_network_name_assign_type{device="veth9b629da"} 3 node_network_name_assign_type{device="veth9dcd852"} 3 node_network_name_assign_type{device="veth9e056b2"} 3 node_network_name_assign_type{device="veth9fd0599"} 3 node_network_name_assign_type{device="vetha070a30"} 3 node_network_name_assign_type{device="vetha4d86a8"} 3 node_network_name_assign_type{device="vetha6a15f0"} 3 node_network_name_assign_type{device="vethad5fd5b"} 3 node_network_name_assign_type{device="vethb073621"} 3 node_network_name_assign_type{device="vethb2494e1"} 3 node_network_name_assign_type{device="vethb327b5a"} 3 node_network_name_assign_type{device="vethbb5dab2"} 3 node_network_name_assign_type{device="vethbc3545d"} 3 node_network_name_assign_type{device="vethbce88ba"} 3 node_network_name_assign_type{device="vethbff2fd5"} 3 node_network_name_assign_type{device="vethc3a1491"} 3 node_network_name_assign_type{device="vethc42fe78"} 3 node_network_name_assign_type{device="vethc8805b8"} 3 node_network_name_assign_type{device="vethc977645"} 3 node_network_name_assign_type{device="vethc9b33a6"} 3 node_network_name_assign_type{device="vethcaa15fd"} 3 node_network_name_assign_type{device="vethcbc10ab"} 3 node_network_name_assign_type{device="vethcdeb2a5"} 3 node_network_name_assign_type{device="vethd4b484a"} 3 node_network_name_assign_type{device="vethdc5fd06"} 3 node_network_name_assign_type{device="vethe00b691"} 3 node_network_name_assign_type{device="vethe024420"} 3 node_network_name_assign_type{device="vethe07ac4e"} 3 node_network_name_assign_type{device="vethe34fa20"} 3 node_network_name_assign_type{device="vetheaee32c"} 3 node_network_name_assign_type{device="vethf4b3a65"} 3 node_network_name_assign_type{device="vethfaa700b"} 3 node_network_name_assign_type{device="vethfcb45b2"} 3 node_network_name_assign_type{device="vethfd2d788"} 3 node_network_name_assign_type{device="vethfeda423"} 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-0e8e622eda81"} 0 node_network_net_dev_group{device="br-119f3eca13a3"} 0 node_network_net_dev_group{device="br-205321a2a078"} 0 node_network_net_dev_group{device="br-2a98fd47a213"} 0 node_network_net_dev_group{device="br-31cc0d87c098"} 0 node_network_net_dev_group{device="br-352e63376925"} 0 node_network_net_dev_group{device="br-3e10e3e23909"} 0 node_network_net_dev_group{device="br-46d5e61711ac"} 0 node_network_net_dev_group{device="br-52bb4601ef3b"} 0 node_network_net_dev_group{device="br-5949340dfa50"} 0 node_network_net_dev_group{device="br-6757b1619d94"} 0 node_network_net_dev_group{device="br-714e4890289f"} 0 node_network_net_dev_group{device="br-8bfa10ef6035"} 0 node_network_net_dev_group{device="br-9d50c95d707e"} 0 node_network_net_dev_group{device="br-accc5b7464c6"} 0 node_network_net_dev_group{device="br-c7c04d8476ac"} 0 node_network_net_dev_group{device="br-cfc454eb348c"} 0 node_network_net_dev_group{device="br-d076b9ce2db8"} 0 node_network_net_dev_group{device="br-d081ed7cbe27"} 0 node_network_net_dev_group{device="br-d23d48dffb27"} 0 node_network_net_dev_group{device="br-e392a89981fc"} 0 node_network_net_dev_group{device="br-ee03529b09a8"} 0 node_network_net_dev_group{device="br-f55c6bfd416e"} 0 node_network_net_dev_group{device="br-fec72b65a2f2"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="veth070ab30"} 0 node_network_net_dev_group{device="veth0c06f94"} 0 node_network_net_dev_group{device="veth0c22639"} 0 node_network_net_dev_group{device="veth0d380d8"} 0 node_network_net_dev_group{device="veth0e2e26a"} 0 node_network_net_dev_group{device="veth0f987bb"} 0 node_network_net_dev_group{device="veth11c7290"} 0 node_network_net_dev_group{device="veth1315d55"} 0 node_network_net_dev_group{device="veth1515a0c"} 0 node_network_net_dev_group{device="veth1586327"} 0 node_network_net_dev_group{device="veth1ae9342"} 0 node_network_net_dev_group{device="veth1b928ee"} 0 node_network_net_dev_group{device="veth1d2c8ca"} 0 node_network_net_dev_group{device="veth1e0e5e5"} 0 node_network_net_dev_group{device="veth23ec6da"} 0 node_network_net_dev_group{device="veth241db98"} 0 node_network_net_dev_group{device="veth2bf3357"} 0 node_network_net_dev_group{device="veth303868a"} 0 node_network_net_dev_group{device="veth3684898"} 0 node_network_net_dev_group{device="veth3b77d99"} 0 node_network_net_dev_group{device="veth40e2e4c"} 0 node_network_net_dev_group{device="veth4456a0f"} 0 node_network_net_dev_group{device="veth46687e2"} 0 node_network_net_dev_group{device="veth4db3f0e"} 0 node_network_net_dev_group{device="veth54f9539"} 0 node_network_net_dev_group{device="veth5754eba"} 0 node_network_net_dev_group{device="veth57648ef"} 0 node_network_net_dev_group{device="veth5dbdd0d"} 0 node_network_net_dev_group{device="veth62cf1e6"} 0 node_network_net_dev_group{device="veth65c6bdc"} 0 node_network_net_dev_group{device="veth68746ef"} 0 node_network_net_dev_group{device="veth68a09af"} 0 node_network_net_dev_group{device="veth6cb0c93"} 0 node_network_net_dev_group{device="veth73733b1"} 0 node_network_net_dev_group{device="veth7424cdc"} 0 node_network_net_dev_group{device="veth77a1542"} 0 node_network_net_dev_group{device="veth780d302"} 0 node_network_net_dev_group{device="veth7eef342"} 0 node_network_net_dev_group{device="veth827230d"} 0 node_network_net_dev_group{device="veth9248556"} 0 node_network_net_dev_group{device="veth977a8a3"} 0 node_network_net_dev_group{device="veth9b629da"} 0 node_network_net_dev_group{device="veth9dcd852"} 0 node_network_net_dev_group{device="veth9e056b2"} 0 node_network_net_dev_group{device="veth9fd0599"} 0 node_network_net_dev_group{device="vetha070a30"} 0 node_network_net_dev_group{device="vetha4d86a8"} 0 node_network_net_dev_group{device="vetha6a15f0"} 0 node_network_net_dev_group{device="vethad5fd5b"} 0 node_network_net_dev_group{device="vethb073621"} 0 node_network_net_dev_group{device="vethb2494e1"} 0 node_network_net_dev_group{device="vethb327b5a"} 0 node_network_net_dev_group{device="vethbb5dab2"} 0 node_network_net_dev_group{device="vethbc3545d"} 0 node_network_net_dev_group{device="vethbce88ba"} 0 node_network_net_dev_group{device="vethbff2fd5"} 0 node_network_net_dev_group{device="vethc3a1491"} 0 node_network_net_dev_group{device="vethc42fe78"} 0 node_network_net_dev_group{device="vethc8805b8"} 0 node_network_net_dev_group{device="vethc977645"} 0 node_network_net_dev_group{device="vethc9b33a6"} 0 node_network_net_dev_group{device="vethcaa15fd"} 0 node_network_net_dev_group{device="vethcbc10ab"} 0 node_network_net_dev_group{device="vethcdeb2a5"} 0 node_network_net_dev_group{device="vethd4b484a"} 0 node_network_net_dev_group{device="vethdc5fd06"} 0 node_network_net_dev_group{device="vethe00b691"} 0 node_network_net_dev_group{device="vethe024420"} 0 node_network_net_dev_group{device="vethe07ac4e"} 0 node_network_net_dev_group{device="vethe34fa20"} 0 node_network_net_dev_group{device="vetheaee32c"} 0 node_network_net_dev_group{device="vethf4b3a65"} 0 node_network_net_dev_group{device="vethfaa700b"} 0 node_network_net_dev_group{device="vethfcb45b2"} 0 node_network_net_dev_group{device="vethfd2d788"} 0 node_network_net_dev_group{device="vethfeda423"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-0e8e622eda81"} 1 node_network_protocol_type{device="br-119f3eca13a3"} 1 node_network_protocol_type{device="br-205321a2a078"} 1 node_network_protocol_type{device="br-2a98fd47a213"} 1 node_network_protocol_type{device="br-31cc0d87c098"} 1 node_network_protocol_type{device="br-352e63376925"} 1 node_network_protocol_type{device="br-3e10e3e23909"} 1 node_network_protocol_type{device="br-46d5e61711ac"} 1 node_network_protocol_type{device="br-52bb4601ef3b"} 1 node_network_protocol_type{device="br-5949340dfa50"} 1 node_network_protocol_type{device="br-6757b1619d94"} 1 node_network_protocol_type{device="br-714e4890289f"} 1 node_network_protocol_type{device="br-8bfa10ef6035"} 1 node_network_protocol_type{device="br-9d50c95d707e"} 1 node_network_protocol_type{device="br-accc5b7464c6"} 1 node_network_protocol_type{device="br-c7c04d8476ac"} 1 node_network_protocol_type{device="br-cfc454eb348c"} 1 node_network_protocol_type{device="br-d076b9ce2db8"} 1 node_network_protocol_type{device="br-d081ed7cbe27"} 1 node_network_protocol_type{device="br-d23d48dffb27"} 1 node_network_protocol_type{device="br-e392a89981fc"} 1 node_network_protocol_type{device="br-ee03529b09a8"} 1 node_network_protocol_type{device="br-f55c6bfd416e"} 1 node_network_protocol_type{device="br-fec72b65a2f2"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="veth070ab30"} 1 node_network_protocol_type{device="veth0c06f94"} 1 node_network_protocol_type{device="veth0c22639"} 1 node_network_protocol_type{device="veth0d380d8"} 1 node_network_protocol_type{device="veth0e2e26a"} 1 node_network_protocol_type{device="veth0f987bb"} 1 node_network_protocol_type{device="veth11c7290"} 1 node_network_protocol_type{device="veth1315d55"} 1 node_network_protocol_type{device="veth1515a0c"} 1 node_network_protocol_type{device="veth1586327"} 1 node_network_protocol_type{device="veth1ae9342"} 1 node_network_protocol_type{device="veth1b928ee"} 1 node_network_protocol_type{device="veth1d2c8ca"} 1 node_network_protocol_type{device="veth1e0e5e5"} 1 node_network_protocol_type{device="veth23ec6da"} 1 node_network_protocol_type{device="veth241db98"} 1 node_network_protocol_type{device="veth2bf3357"} 1 node_network_protocol_type{device="veth303868a"} 1 node_network_protocol_type{device="veth3684898"} 1 node_network_protocol_type{device="veth3b77d99"} 1 node_network_protocol_type{device="veth40e2e4c"} 1 node_network_protocol_type{device="veth4456a0f"} 1 node_network_protocol_type{device="veth46687e2"} 1 node_network_protocol_type{device="veth4db3f0e"} 1 node_network_protocol_type{device="veth54f9539"} 1 node_network_protocol_type{device="veth5754eba"} 1 node_network_protocol_type{device="veth57648ef"} 1 node_network_protocol_type{device="veth5dbdd0d"} 1 node_network_protocol_type{device="veth62cf1e6"} 1 node_network_protocol_type{device="veth65c6bdc"} 1 node_network_protocol_type{device="veth68746ef"} 1 node_network_protocol_type{device="veth68a09af"} 1 node_network_protocol_type{device="veth6cb0c93"} 1 node_network_protocol_type{device="veth73733b1"} 1 node_network_protocol_type{device="veth7424cdc"} 1 node_network_protocol_type{device="veth77a1542"} 1 node_network_protocol_type{device="veth780d302"} 1 node_network_protocol_type{device="veth7eef342"} 1 node_network_protocol_type{device="veth827230d"} 1 node_network_protocol_type{device="veth9248556"} 1 node_network_protocol_type{device="veth977a8a3"} 1 node_network_protocol_type{device="veth9b629da"} 1 node_network_protocol_type{device="veth9dcd852"} 1 node_network_protocol_type{device="veth9e056b2"} 1 node_network_protocol_type{device="veth9fd0599"} 1 node_network_protocol_type{device="vetha070a30"} 1 node_network_protocol_type{device="vetha4d86a8"} 1 node_network_protocol_type{device="vetha6a15f0"} 1 node_network_protocol_type{device="vethad5fd5b"} 1 node_network_protocol_type{device="vethb073621"} 1 node_network_protocol_type{device="vethb2494e1"} 1 node_network_protocol_type{device="vethb327b5a"} 1 node_network_protocol_type{device="vethbb5dab2"} 1 node_network_protocol_type{device="vethbc3545d"} 1 node_network_protocol_type{device="vethbce88ba"} 1 node_network_protocol_type{device="vethbff2fd5"} 1 node_network_protocol_type{device="vethc3a1491"} 1 node_network_protocol_type{device="vethc42fe78"} 1 node_network_protocol_type{device="vethc8805b8"} 1 node_network_protocol_type{device="vethc977645"} 1 node_network_protocol_type{device="vethc9b33a6"} 1 node_network_protocol_type{device="vethcaa15fd"} 1 node_network_protocol_type{device="vethcbc10ab"} 1 node_network_protocol_type{device="vethcdeb2a5"} 1 node_network_protocol_type{device="vethd4b484a"} 1 node_network_protocol_type{device="vethdc5fd06"} 1 node_network_protocol_type{device="vethe00b691"} 1 node_network_protocol_type{device="vethe024420"} 1 node_network_protocol_type{device="vethe07ac4e"} 1 node_network_protocol_type{device="vethe34fa20"} 1 node_network_protocol_type{device="vetheaee32c"} 1 node_network_protocol_type{device="vethf4b3a65"} 1 node_network_protocol_type{device="vethfaa700b"} 1 node_network_protocol_type{device="vethfcb45b2"} 1 node_network_protocol_type{device="vethfd2d788"} 1 node_network_protocol_type{device="vethfeda423"} 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"} 1.706784e+06 node_network_receive_bytes_total{device="lo"} 0 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 15343 node_network_receive_packets_total{device="lo"} 0 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-0e8e622eda81"} 1.25e+09 node_network_speed_bytes{device="br-119f3eca13a3"} 1.25e+09 node_network_speed_bytes{device="br-205321a2a078"} 1.25e+09 node_network_speed_bytes{device="br-2a98fd47a213"} -125000 node_network_speed_bytes{device="br-31cc0d87c098"} 1.25e+09 node_network_speed_bytes{device="br-352e63376925"} 1.25e+09 node_network_speed_bytes{device="br-3e10e3e23909"} 1.25e+09 node_network_speed_bytes{device="br-46d5e61711ac"} 1.25e+09 node_network_speed_bytes{device="br-52bb4601ef3b"} 1.25e+09 node_network_speed_bytes{device="br-5949340dfa50"} 1.25e+09 node_network_speed_bytes{device="br-6757b1619d94"} 1.25e+09 node_network_speed_bytes{device="br-714e4890289f"} 1.25e+09 node_network_speed_bytes{device="br-8bfa10ef6035"} 1.25e+09 node_network_speed_bytes{device="br-9d50c95d707e"} 1.25e+09 node_network_speed_bytes{device="br-accc5b7464c6"} -125000 node_network_speed_bytes{device="br-c7c04d8476ac"} 1.25e+09 node_network_speed_bytes{device="br-cfc454eb348c"} 1.25e+09 node_network_speed_bytes{device="br-d076b9ce2db8"} 1.25e+09 node_network_speed_bytes{device="br-d081ed7cbe27"} 1.25e+09 node_network_speed_bytes{device="br-d23d48dffb27"} 1.25e+09 node_network_speed_bytes{device="br-e392a89981fc"} 1.25e+09 node_network_speed_bytes{device="br-ee03529b09a8"} -125000 node_network_speed_bytes{device="br-f55c6bfd416e"} 1.25e+09 node_network_speed_bytes{device="br-fec72b65a2f2"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="veth070ab30"} 1.25e+09 node_network_speed_bytes{device="veth0c06f94"} 1.25e+09 node_network_speed_bytes{device="veth0c22639"} 1.25e+09 node_network_speed_bytes{device="veth0d380d8"} 1.25e+09 node_network_speed_bytes{device="veth0e2e26a"} 1.25e+09 node_network_speed_bytes{device="veth0f987bb"} 1.25e+09 node_network_speed_bytes{device="veth11c7290"} 1.25e+09 node_network_speed_bytes{device="veth1315d55"} 1.25e+09 node_network_speed_bytes{device="veth1515a0c"} 1.25e+09 node_network_speed_bytes{device="veth1586327"} 1.25e+09 node_network_speed_bytes{device="veth1ae9342"} 1.25e+09 node_network_speed_bytes{device="veth1b928ee"} 1.25e+09 node_network_speed_bytes{device="veth1d2c8ca"} 1.25e+09 node_network_speed_bytes{device="veth1e0e5e5"} 1.25e+09 node_network_speed_bytes{device="veth23ec6da"} 1.25e+09 node_network_speed_bytes{device="veth241db98"} 1.25e+09 node_network_speed_bytes{device="veth2bf3357"} 1.25e+09 node_network_speed_bytes{device="veth303868a"} 1.25e+09 node_network_speed_bytes{device="veth3684898"} 1.25e+09 node_network_speed_bytes{device="veth3b77d99"} 1.25e+09 node_network_speed_bytes{device="veth40e2e4c"} 1.25e+09 node_network_speed_bytes{device="veth4456a0f"} 1.25e+09 node_network_speed_bytes{device="veth46687e2"} 1.25e+09 node_network_speed_bytes{device="veth4db3f0e"} 1.25e+09 node_network_speed_bytes{device="veth54f9539"} 1.25e+09 node_network_speed_bytes{device="veth5754eba"} 1.25e+09 node_network_speed_bytes{device="veth57648ef"} 1.25e+09 node_network_speed_bytes{device="veth5dbdd0d"} 1.25e+09 node_network_speed_bytes{device="veth62cf1e6"} 1.25e+09 node_network_speed_bytes{device="veth65c6bdc"} 1.25e+09 node_network_speed_bytes{device="veth68746ef"} 1.25e+09 node_network_speed_bytes{device="veth68a09af"} 1.25e+09 node_network_speed_bytes{device="veth6cb0c93"} 1.25e+09 node_network_speed_bytes{device="veth73733b1"} 1.25e+09 node_network_speed_bytes{device="veth7424cdc"} 1.25e+09 node_network_speed_bytes{device="veth77a1542"} 1.25e+09 node_network_speed_bytes{device="veth780d302"} 1.25e+09 node_network_speed_bytes{device="veth7eef342"} 1.25e+09 node_network_speed_bytes{device="veth827230d"} 1.25e+09 node_network_speed_bytes{device="veth9248556"} 1.25e+09 node_network_speed_bytes{device="veth977a8a3"} 1.25e+09 node_network_speed_bytes{device="veth9b629da"} 1.25e+09 node_network_speed_bytes{device="veth9dcd852"} 1.25e+09 node_network_speed_bytes{device="veth9e056b2"} 1.25e+09 node_network_speed_bytes{device="veth9fd0599"} 1.25e+09 node_network_speed_bytes{device="vetha070a30"} 1.25e+09 node_network_speed_bytes{device="vetha4d86a8"} 1.25e+09 node_network_speed_bytes{device="vetha6a15f0"} 1.25e+09 node_network_speed_bytes{device="vethad5fd5b"} 1.25e+09 node_network_speed_bytes{device="vethb073621"} 1.25e+09 node_network_speed_bytes{device="vethb2494e1"} 1.25e+09 node_network_speed_bytes{device="vethb327b5a"} 1.25e+09 node_network_speed_bytes{device="vethbb5dab2"} 1.25e+09 node_network_speed_bytes{device="vethbc3545d"} 1.25e+09 node_network_speed_bytes{device="vethbce88ba"} 1.25e+09 node_network_speed_bytes{device="vethbff2fd5"} 1.25e+09 node_network_speed_bytes{device="vethc3a1491"} 1.25e+09 node_network_speed_bytes{device="vethc42fe78"} 1.25e+09 node_network_speed_bytes{device="vethc8805b8"} 1.25e+09 node_network_speed_bytes{device="vethc977645"} 1.25e+09 node_network_speed_bytes{device="vethc9b33a6"} 1.25e+09 node_network_speed_bytes{device="vethcaa15fd"} 1.25e+09 node_network_speed_bytes{device="vethcbc10ab"} 1.25e+09 node_network_speed_bytes{device="vethcdeb2a5"} 1.25e+09 node_network_speed_bytes{device="vethd4b484a"} 1.25e+09 node_network_speed_bytes{device="vethdc5fd06"} 1.25e+09 node_network_speed_bytes{device="vethe00b691"} 1.25e+09 node_network_speed_bytes{device="vethe024420"} 1.25e+09 node_network_speed_bytes{device="vethe07ac4e"} 1.25e+09 node_network_speed_bytes{device="vethe34fa20"} 1.25e+09 node_network_speed_bytes{device="vetheaee32c"} 1.25e+09 node_network_speed_bytes{device="vethf4b3a65"} 1.25e+09 node_network_speed_bytes{device="vethfaa700b"} 1.25e+09 node_network_speed_bytes{device="vethfcb45b2"} 1.25e+09 node_network_speed_bytes{device="vethfd2d788"} 1.25e+09 node_network_speed_bytes{device="vethfeda423"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 4.1555763e+07 node_network_transmit_bytes_total{device="lo"} 0 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="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"} 15227 node_network_transmit_packets_total{device="lo"} 0 # HELP node_network_transmit_queue_length Network device property: transmit_queue_length # TYPE node_network_transmit_queue_length gauge node_network_transmit_queue_length{device="br-0e8e622eda81"} 0 node_network_transmit_queue_length{device="br-119f3eca13a3"} 0 node_network_transmit_queue_length{device="br-205321a2a078"} 0 node_network_transmit_queue_length{device="br-2a98fd47a213"} 0 node_network_transmit_queue_length{device="br-31cc0d87c098"} 0 node_network_transmit_queue_length{device="br-352e63376925"} 0 node_network_transmit_queue_length{device="br-3e10e3e23909"} 0 node_network_transmit_queue_length{device="br-46d5e61711ac"} 0 node_network_transmit_queue_length{device="br-52bb4601ef3b"} 0 node_network_transmit_queue_length{device="br-5949340dfa50"} 0 node_network_transmit_queue_length{device="br-6757b1619d94"} 0 node_network_transmit_queue_length{device="br-714e4890289f"} 0 node_network_transmit_queue_length{device="br-8bfa10ef6035"} 0 node_network_transmit_queue_length{device="br-9d50c95d707e"} 0 node_network_transmit_queue_length{device="br-accc5b7464c6"} 0 node_network_transmit_queue_length{device="br-c7c04d8476ac"} 0 node_network_transmit_queue_length{device="br-cfc454eb348c"} 0 node_network_transmit_queue_length{device="br-d076b9ce2db8"} 0 node_network_transmit_queue_length{device="br-d081ed7cbe27"} 0 node_network_transmit_queue_length{device="br-d23d48dffb27"} 0 node_network_transmit_queue_length{device="br-e392a89981fc"} 0 node_network_transmit_queue_length{device="br-ee03529b09a8"} 0 node_network_transmit_queue_length{device="br-f55c6bfd416e"} 0 node_network_transmit_queue_length{device="br-fec72b65a2f2"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="veth070ab30"} 0 node_network_transmit_queue_length{device="veth0c06f94"} 0 node_network_transmit_queue_length{device="veth0c22639"} 0 node_network_transmit_queue_length{device="veth0d380d8"} 0 node_network_transmit_queue_length{device="veth0e2e26a"} 0 node_network_transmit_queue_length{device="veth0f987bb"} 0 node_network_transmit_queue_length{device="veth11c7290"} 0 node_network_transmit_queue_length{device="veth1315d55"} 0 node_network_transmit_queue_length{device="veth1515a0c"} 0 node_network_transmit_queue_length{device="veth1586327"} 0 node_network_transmit_queue_length{device="veth1ae9342"} 0 node_network_transmit_queue_length{device="veth1b928ee"} 0 node_network_transmit_queue_length{device="veth1d2c8ca"} 0 node_network_transmit_queue_length{device="veth1e0e5e5"} 0 node_network_transmit_queue_length{device="veth23ec6da"} 0 node_network_transmit_queue_length{device="veth241db98"} 0 node_network_transmit_queue_length{device="veth2bf3357"} 0 node_network_transmit_queue_length{device="veth303868a"} 0 node_network_transmit_queue_length{device="veth3684898"} 0 node_network_transmit_queue_length{device="veth3b77d99"} 0 node_network_transmit_queue_length{device="veth40e2e4c"} 0 node_network_transmit_queue_length{device="veth4456a0f"} 0 node_network_transmit_queue_length{device="veth46687e2"} 0 node_network_transmit_queue_length{device="veth4db3f0e"} 0 node_network_transmit_queue_length{device="veth54f9539"} 0 node_network_transmit_queue_length{device="veth5754eba"} 0 node_network_transmit_queue_length{device="veth57648ef"} 0 node_network_transmit_queue_length{device="veth5dbdd0d"} 0 node_network_transmit_queue_length{device="veth62cf1e6"} 0 node_network_transmit_queue_length{device="veth65c6bdc"} 0 node_network_transmit_queue_length{device="veth68746ef"} 0 node_network_transmit_queue_length{device="veth68a09af"} 0 node_network_transmit_queue_length{device="veth6cb0c93"} 0 node_network_transmit_queue_length{device="veth73733b1"} 0 node_network_transmit_queue_length{device="veth7424cdc"} 0 node_network_transmit_queue_length{device="veth77a1542"} 0 node_network_transmit_queue_length{device="veth780d302"} 0 node_network_transmit_queue_length{device="veth7eef342"} 0 node_network_transmit_queue_length{device="veth827230d"} 0 node_network_transmit_queue_length{device="veth9248556"} 0 node_network_transmit_queue_length{device="veth977a8a3"} 0 node_network_transmit_queue_length{device="veth9b629da"} 0 node_network_transmit_queue_length{device="veth9dcd852"} 0 node_network_transmit_queue_length{device="veth9e056b2"} 0 node_network_transmit_queue_length{device="veth9fd0599"} 0 node_network_transmit_queue_length{device="vetha070a30"} 0 node_network_transmit_queue_length{device="vetha4d86a8"} 0 node_network_transmit_queue_length{device="vetha6a15f0"} 0 node_network_transmit_queue_length{device="vethad5fd5b"} 0 node_network_transmit_queue_length{device="vethb073621"} 0 node_network_transmit_queue_length{device="vethb2494e1"} 0 node_network_transmit_queue_length{device="vethb327b5a"} 0 node_network_transmit_queue_length{device="vethbb5dab2"} 0 node_network_transmit_queue_length{device="vethbc3545d"} 0 node_network_transmit_queue_length{device="vethbce88ba"} 0 node_network_transmit_queue_length{device="vethbff2fd5"} 0 node_network_transmit_queue_length{device="vethc3a1491"} 0 node_network_transmit_queue_length{device="vethc42fe78"} 0 node_network_transmit_queue_length{device="vethc8805b8"} 0 node_network_transmit_queue_length{device="vethc977645"} 0 node_network_transmit_queue_length{device="vethc9b33a6"} 0 node_network_transmit_queue_length{device="vethcaa15fd"} 0 node_network_transmit_queue_length{device="vethcbc10ab"} 0 node_network_transmit_queue_length{device="vethcdeb2a5"} 0 node_network_transmit_queue_length{device="vethd4b484a"} 0 node_network_transmit_queue_length{device="vethdc5fd06"} 0 node_network_transmit_queue_length{device="vethe00b691"} 0 node_network_transmit_queue_length{device="vethe024420"} 0 node_network_transmit_queue_length{device="vethe07ac4e"} 0 node_network_transmit_queue_length{device="vethe34fa20"} 0 node_network_transmit_queue_length{device="vetheaee32c"} 0 node_network_transmit_queue_length{device="vethf4b3a65"} 0 node_network_transmit_queue_length{device="vethfaa700b"} 0 node_network_transmit_queue_length{device="vethfcb45b2"} 0 node_network_transmit_queue_length{device="vethfd2d788"} 0 node_network_transmit_queue_length{device="vethfeda423"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-0e8e622eda81"} 1 node_network_up{device="br-119f3eca13a3"} 1 node_network_up{device="br-205321a2a078"} 1 node_network_up{device="br-2a98fd47a213"} 0 node_network_up{device="br-31cc0d87c098"} 1 node_network_up{device="br-352e63376925"} 1 node_network_up{device="br-3e10e3e23909"} 1 node_network_up{device="br-46d5e61711ac"} 1 node_network_up{device="br-52bb4601ef3b"} 1 node_network_up{device="br-5949340dfa50"} 1 node_network_up{device="br-6757b1619d94"} 1 node_network_up{device="br-714e4890289f"} 1 node_network_up{device="br-8bfa10ef6035"} 1 node_network_up{device="br-9d50c95d707e"} 1 node_network_up{device="br-accc5b7464c6"} 0 node_network_up{device="br-c7c04d8476ac"} 1 node_network_up{device="br-cfc454eb348c"} 1 node_network_up{device="br-d076b9ce2db8"} 1 node_network_up{device="br-d081ed7cbe27"} 1 node_network_up{device="br-d23d48dffb27"} 1 node_network_up{device="br-e392a89981fc"} 1 node_network_up{device="br-ee03529b09a8"} 0 node_network_up{device="br-f55c6bfd416e"} 1 node_network_up{device="br-fec72b65a2f2"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="veth070ab30"} 1 node_network_up{device="veth0c06f94"} 1 node_network_up{device="veth0c22639"} 1 node_network_up{device="veth0d380d8"} 1 node_network_up{device="veth0e2e26a"} 1 node_network_up{device="veth0f987bb"} 1 node_network_up{device="veth11c7290"} 1 node_network_up{device="veth1315d55"} 1 node_network_up{device="veth1515a0c"} 1 node_network_up{device="veth1586327"} 1 node_network_up{device="veth1ae9342"} 1 node_network_up{device="veth1b928ee"} 1 node_network_up{device="veth1d2c8ca"} 1 node_network_up{device="veth1e0e5e5"} 1 node_network_up{device="veth23ec6da"} 1 node_network_up{device="veth241db98"} 1 node_network_up{device="veth2bf3357"} 1 node_network_up{device="veth303868a"} 1 node_network_up{device="veth3684898"} 1 node_network_up{device="veth3b77d99"} 1 node_network_up{device="veth40e2e4c"} 1 node_network_up{device="veth4456a0f"} 1 node_network_up{device="veth46687e2"} 1 node_network_up{device="veth4db3f0e"} 1 node_network_up{device="veth54f9539"} 1 node_network_up{device="veth5754eba"} 1 node_network_up{device="veth57648ef"} 1 node_network_up{device="veth5dbdd0d"} 1 node_network_up{device="veth62cf1e6"} 1 node_network_up{device="veth65c6bdc"} 1 node_network_up{device="veth68746ef"} 1 node_network_up{device="veth68a09af"} 1 node_network_up{device="veth6cb0c93"} 1 node_network_up{device="veth73733b1"} 1 node_network_up{device="veth7424cdc"} 1 node_network_up{device="veth77a1542"} 1 node_network_up{device="veth780d302"} 1 node_network_up{device="veth7eef342"} 1 node_network_up{device="veth827230d"} 1 node_network_up{device="veth9248556"} 1 node_network_up{device="veth977a8a3"} 1 node_network_up{device="veth9b629da"} 1 node_network_up{device="veth9dcd852"} 1 node_network_up{device="veth9e056b2"} 1 node_network_up{device="veth9fd0599"} 1 node_network_up{device="vetha070a30"} 1 node_network_up{device="vetha4d86a8"} 1 node_network_up{device="vetha6a15f0"} 1 node_network_up{device="vethad5fd5b"} 1 node_network_up{device="vethb073621"} 1 node_network_up{device="vethb2494e1"} 1 node_network_up{device="vethb327b5a"} 1 node_network_up{device="vethbb5dab2"} 1 node_network_up{device="vethbc3545d"} 1 node_network_up{device="vethbce88ba"} 1 node_network_up{device="vethbff2fd5"} 1 node_network_up{device="vethc3a1491"} 1 node_network_up{device="vethc42fe78"} 1 node_network_up{device="vethc8805b8"} 1 node_network_up{device="vethc977645"} 1 node_network_up{device="vethc9b33a6"} 1 node_network_up{device="vethcaa15fd"} 1 node_network_up{device="vethcbc10ab"} 1 node_network_up{device="vethcdeb2a5"} 1 node_network_up{device="vethd4b484a"} 1 node_network_up{device="vethdc5fd06"} 1 node_network_up{device="vethe00b691"} 1 node_network_up{device="vethe024420"} 1 node_network_up{device="vethe07ac4e"} 1 node_network_up{device="vethe34fa20"} 1 node_network_up{device="vetheaee32c"} 1 node_network_up{device="vethf4b3a65"} 1 node_network_up{device="vethfaa700b"} 1 node_network_up{device="vethfcb45b2"} 1 node_network_up{device="vethfd2d788"} 1 node_network_up{device="vethfeda423"} 1 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 2 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_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.1 LTS",variant="",variant_id="",version="24.04.1 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 49379.264822 # 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 4490.292122000001 # 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 18904.332726 # 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 11400.749561 # 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 14177.740095000001 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 1 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 238898.224755411 node_schedstat_running_seconds_total{cpu="1"} 238765.295829 node_schedstat_running_seconds_total{cpu="2"} 238722.586512846 node_schedstat_running_seconds_total{cpu="3"} 238619.798402832 node_schedstat_running_seconds_total{cpu="4"} 238679.054534925 node_schedstat_running_seconds_total{cpu="5"} 238627.376333948 node_schedstat_running_seconds_total{cpu="6"} 238735.478728486 node_schedstat_running_seconds_total{cpu="7"} 238721.912912188 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.497252462e+09 node_schedstat_timeslices_total{cpu="1"} 2.500298503e+09 node_schedstat_timeslices_total{cpu="2"} 2.496170982e+09 node_schedstat_timeslices_total{cpu="3"} 2.490917986e+09 node_schedstat_timeslices_total{cpu="4"} 2.496095379e+09 node_schedstat_timeslices_total{cpu="5"} 2.502763711e+09 node_schedstat_timeslices_total{cpu="6"} 2.494807885e+09 node_schedstat_timeslices_total{cpu="7"} 2.489908095e+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"} 601895.419053901 node_schedstat_waiting_seconds_total{cpu="1"} 584239.902340079 node_schedstat_waiting_seconds_total{cpu="2"} 515299.125474484 node_schedstat_waiting_seconds_total{cpu="3"} 542338.012695234 node_schedstat_waiting_seconds_total{cpu="4"} 563552.63992139 node_schedstat_waiting_seconds_total{cpu="5"} 531024.747713529 node_schedstat_waiting_seconds_total{cpu="6"} 548008.139853582 node_schedstat_waiting_seconds_total{cpu="7"} 606379.290814139 # 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.000265558 node_scrape_collector_duration_seconds{collector="bcache"} 1.2413e-05 node_scrape_collector_duration_seconds{collector="bonding"} 1.3486e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.003020282 node_scrape_collector_duration_seconds{collector="conntrack"} 9.0961e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.001062729 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000202479 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002880882 node_scrape_collector_duration_seconds{collector="dmi"} 0.001204676 node_scrape_collector_duration_seconds{collector="edac"} 3.3913e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.00011178 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.6982e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.5627e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.044969661 node_scrape_collector_duration_seconds{collector="hwmon"} 4.4362e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.2483e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.3765e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 3.2079e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000182953 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000217337 node_scrape_collector_duration_seconds{collector="netclass"} 0.093011314 node_scrape_collector_duration_seconds{collector="netdev"} 0.000303898 node_scrape_collector_duration_seconds{collector="netstat"} 0.001437942 node_scrape_collector_duration_seconds{collector="nfs"} 1.3326e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 2.6059e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.9705e-05 node_scrape_collector_duration_seconds{collector="os"} 5.7978e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.7711e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000417441 node_scrape_collector_duration_seconds{collector="rapl"} 1.8034e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000162734 node_scrape_collector_duration_seconds{collector="selinux"} 1.713e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000165168 node_scrape_collector_duration_seconds{collector="softnet"} 0.000170599 node_scrape_collector_duration_seconds{collector="stat"} 0.000292818 node_scrape_collector_duration_seconds{collector="tapestats"} 1.2033e-05 node_scrape_collector_duration_seconds{collector="textfile"} 2.3464e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000527827 node_scrape_collector_duration_seconds{collector="time"} 0.000113022 node_scrape_collector_duration_seconds{collector="timex"} 2.1531e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000215242 node_scrape_collector_duration_seconds{collector="uname"} 1.0409e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000226324 node_scrape_collector_duration_seconds{collector="watchdog"} 2.3163e-05 node_scrape_collector_duration_seconds{collector="xfs"} 2.69e-05 node_scrape_collector_duration_seconds{collector="zfs"} 1.2274e-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 527 # 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 392 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 1.605632e+06 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 0 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 0 # HELP node_sockstat_UDPLITE6_inuse Number of UDPLITE6 sockets in state inuse. # TYPE node_sockstat_UDPLITE6_inuse gauge node_sockstat_UDPLITE6_inuse 0 # HELP node_sockstat_UDPLITE_inuse Number of UDPLITE sockets in state inuse. # TYPE node_sockstat_UDPLITE_inuse gauge node_sockstat_UDPLITE_inuse 0 # HELP node_sockstat_UDP_inuse Number of UDP sockets in state inuse. # TYPE node_sockstat_UDP_inuse gauge node_sockstat_UDP_inuse 1 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 673 # 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 2.756608e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8 # 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"} 2 node_softnet_dropped_total{cpu="2"} 3 node_softnet_dropped_total{cpu="3"} 0 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.2281209e+07 node_softnet_processed_total{cpu="1"} 9.2256611e+07 node_softnet_processed_total{cpu="2"} 1.24168278e+08 node_softnet_processed_total{cpu="3"} 9.1661559e+07 node_softnet_processed_total{cpu="4"} 9.2090419e+07 node_softnet_processed_total{cpu="5"} 9.1863555e+07 node_softnet_processed_total{cpu="6"} 9.2393064e+07 node_softnet_processed_total{cpu="7"} 9.1558516e+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"} 25 node_softnet_times_squeezed_total{cpu="1"} 26 node_softnet_times_squeezed_total{cpu="2"} 108 node_softnet_times_squeezed_total{cpu="3"} 31 node_softnet_times_squeezed_total{cpu="4"} 26 node_softnet_times_squeezed_total{cpu="5"} 21 node_softnet_times_squeezed_total{cpu="6"} 25 node_softnet_times_squeezed_total{cpu="7"} 27 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7661168805028582e+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.9999961666107178 # 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.701 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0.000137174 # 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="b0252f39ef0a",release="6.8.0-87-generic",sysname="Linux",version="#88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 109 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 4.851774563e+10 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 2.93759194e+08 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 3.3702441578e+10 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.80075282e+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 800.12 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 1.47563e+06 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.1327269e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.062336e+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.76607880575e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.273782272e+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"} 1765 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0