# 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.5993e-05 go_gc_duration_seconds{quantile="0.25"} 3.353e-05 go_gc_duration_seconds{quantile="0.5"} 3.9789e-05 go_gc_duration_seconds{quantile="0.75"} 4.9906e-05 go_gc_duration_seconds{quantile="1"} 0.078722673 go_gc_duration_seconds_sum 7.817765373 go_gc_duration_seconds_count 36360 # 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.842856e+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 6.91750814e+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.976067e+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 7.83296708e+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.470608e+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.842856e+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.233536e+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.726784e+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 9665 # 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.283264e+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.196032e+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.7692073824148889e+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 7.83306373e+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 72640 # 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 114240 # 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.85877e+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 1.065309e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 622592 # 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 622592 # 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.922484e+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_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.768808462e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.1722275739e+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 # 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 # 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 # 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"} 236992.57 node_cpu_seconds_total{cpu="0",mode="iowait"} 811.25 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 10.97 node_cpu_seconds_total{cpu="0",mode="softirq"} 989.69 node_cpu_seconds_total{cpu="0",mode="steal"} 1245.58 node_cpu_seconds_total{cpu="0",mode="system"} 34137.71 node_cpu_seconds_total{cpu="0",mode="user"} 114993.1 node_cpu_seconds_total{cpu="1",mode="idle"} 238799.33 node_cpu_seconds_total{cpu="1",mode="iowait"} 766.01 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 8.41 node_cpu_seconds_total{cpu="1",mode="softirq"} 751.33 node_cpu_seconds_total{cpu="1",mode="steal"} 1236.46 node_cpu_seconds_total{cpu="1",mode="system"} 34201.12 node_cpu_seconds_total{cpu="1",mode="user"} 113299.45 node_cpu_seconds_total{cpu="2",mode="idle"} 237888.76 node_cpu_seconds_total{cpu="2",mode="iowait"} 786.49 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 17.35 node_cpu_seconds_total{cpu="2",mode="softirq"} 568.13 node_cpu_seconds_total{cpu="2",mode="steal"} 1228.71 node_cpu_seconds_total{cpu="2",mode="system"} 34278.72 node_cpu_seconds_total{cpu="2",mode="user"} 114232.3 node_cpu_seconds_total{cpu="3",mode="idle"} 238239.93 node_cpu_seconds_total{cpu="3",mode="iowait"} 710.14 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 12.79 node_cpu_seconds_total{cpu="3",mode="softirq"} 731.52 node_cpu_seconds_total{cpu="3",mode="steal"} 1238.34 node_cpu_seconds_total{cpu="3",mode="system"} 34135.27 node_cpu_seconds_total{cpu="3",mode="user"} 113377.82 # 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"} 174.459 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 1.748679048e+09 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"} 828175 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 165.463 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 1.11392e+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"} 5524.359 node_disk_io_time_seconds_total{device="sr0"} 0.036000000000000004 # 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"} 26100.887 node_disk_io_time_weighted_seconds_total{device="sr0"} 0.039 # HELP node_disk_read_bytes_total The total number of bytes read successfully. # TYPE node_disk_read_bytes_total counter node_disk_read_bytes_total{device="sda"} 2.59353385984e+11 node_disk_read_bytes_total{device="sr0"} 344064 # 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"} 5500.377 node_disk_read_time_seconds_total{device="sr0"} 0.039 # HELP node_disk_reads_completed_total The total number of reads completed successfully. # TYPE node_disk_reads_completed_total counter node_disk_reads_completed_total{device="sda"} 1.9617006e+07 node_disk_reads_completed_total{device="sr0"} 88 # 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"} 8.323858e+06 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 20260.587 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"} 1.3839179e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 5.9866762e+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.15470918656e+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="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-10.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-10.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.25.3",revision="654f19dee6a0c41de78a8d6d870e8c742cdb43b9",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 7648 # 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.31019722752e+11 node_filesystem_avail_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 1.31019722752e+11 node_filesystem_avail_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_avail_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 7.36886784e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.670418432e+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/snapd/ns"} 1.670418432e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 1.676611584e+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/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/rootfs/overlayfs/19f34532b70f0ade739e572fcc7d0d628eb02cd5ffbb2c2c17a8dc54a15b3d54/dev/shm"} 1 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/snapd/ns"} 0 node_filesystem_device_error{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 0 node_filesystem_device_error{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/rootfs/overlayfs/19f34532b70f0ade739e572fcc7d0d628eb02cd5ffbb2c2c17a8dc54a15b3d54/dev"} 1 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.6083328e+07 node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 2.6083328e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 58496 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.047005e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.047005e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 2.047005e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 409401 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.487282e+07 node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 2.487282e+07 node_filesystem_files_free{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 57892 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 2.04461e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 2.047002e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 2.04461e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 409358 # 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.31036499968e+11 node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 1.31036499968e+11 node_filesystem_free_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.02995968e+08 node_filesystem_free_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 8.01529856e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.670418432e+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/snapd/ns"} 1.670418432e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 1.676611584e+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/sda1",major="8",minor="1",mountpoint="/srv/jail/user/home/user"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="25",mountpoint="/run/snapd/ns"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="27",mountpoint="/run/lock"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="51",mountpoint="/run/user/1004"} 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/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 0 node_filesystem_purgeable_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 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/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/rootfs/overlayfs/19f34532b70f0ade739e572fcc7d0d628eb02cd5ffbb2c2c17a8dc54a15b3d54/dev/shm"} 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/snapd/ns"} 0 node_filesystem_readonly{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 0 node_filesystem_readonly{device="tmpfs",device_error="permission denied",fstype="tmpfs",mountpoint="/var/lib/docker/rootfs/overlayfs/19f34532b70f0ade739e572fcc7d0d628eb02cd5ffbb2c2c17a8dc54a15b3d54/dev"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/srv/jail/user/home/user"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09395456e+08 node_filesystem_size_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 9.2315648e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.676906496e+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/snapd/ns"} 1.676906496e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1004"} 1.676906496e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.8056361e+07 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 5.81383967e+09 # HELP node_ipvs_connections_total The total number of connections made. # TYPE node_ipvs_connections_total counter node_ipvs_connections_total 0 # HELP node_ipvs_incoming_bytes_total The total amount of incoming data. # TYPE node_ipvs_incoming_bytes_total counter node_ipvs_incoming_bytes_total 0 # HELP node_ipvs_incoming_packets_total The total number of incoming packets. # TYPE node_ipvs_incoming_packets_total counter node_ipvs_incoming_packets_total 0 # HELP node_ipvs_outgoing_bytes_total The total amount of outgoing data. # TYPE node_ipvs_outgoing_bytes_total counter node_ipvs_outgoing_bytes_total 0 # HELP node_ipvs_outgoing_packets_total The total number of outgoing packets. # TYPE node_ipvs_outgoing_packets_total counter node_ipvs_outgoing_packets_total 0 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.79 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 1.97 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.89 # 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.017347584e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 7.051948032e+09 # HELP node_memory_Active_file_bytes Memory information field Active_file_bytes. # TYPE node_memory_Active_file_bytes gauge node_memory_Active_file_bytes 1.034600448e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 4.194304e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 7.830003712e+09 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 1.784832e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 5.801549824e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.267949568e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.1679894528e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 5.36870912e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.3623099392e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 3.35388672e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 974848 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.934913536e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 6.801174528e+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 4.866260992e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.0408704e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.62861056e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 7.858036736e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 9.5412224e+08 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.676906496e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8573696e+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.31121152e+08 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 7.847936e+06 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.34887424e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 3.2182272e+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 7.020544e+07 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.67069696e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.7310464e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 2.148790272e+09 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 4.2949632e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.8573696e+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 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 5.025792e+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 4096 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 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-11f056564c75"} 3 node_network_address_assign_type{device="br-78fa4defd438"} 3 node_network_address_assign_type{device="br-81370f83890b"} 3 node_network_address_assign_type{device="br-8e576dcb3f92"} 3 node_network_address_assign_type{device="br-97c38253c0d4"} 3 node_network_address_assign_type{device="br-d8cd70a98c84"} 3 node_network_address_assign_type{device="br-dc0a03500f15"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="docker_gwbridge"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="veth052df76"} 3 node_network_address_assign_type{device="veth08c5c04"} 3 node_network_address_assign_type{device="veth0a7d651"} 3 node_network_address_assign_type{device="veth0e7b42f"} 3 node_network_address_assign_type{device="veth11de2ca"} 3 node_network_address_assign_type{device="veth156ed40"} 3 node_network_address_assign_type{device="veth162b860"} 3 node_network_address_assign_type{device="veth1cafbd2"} 3 node_network_address_assign_type{device="veth236f3f6"} 3 node_network_address_assign_type{device="veth26c6197"} 3 node_network_address_assign_type{device="veth29f2267"} 3 node_network_address_assign_type{device="veth2a642e6"} 3 node_network_address_assign_type{device="veth35690f1"} 3 node_network_address_assign_type{device="veth36cdf62"} 3 node_network_address_assign_type{device="veth3cf23b9"} 3 node_network_address_assign_type{device="veth3db3503"} 3 node_network_address_assign_type{device="veth3e89b01"} 3 node_network_address_assign_type{device="veth3f71f97"} 3 node_network_address_assign_type{device="veth40c3a28"} 3 node_network_address_assign_type{device="veth4316686"} 3 node_network_address_assign_type{device="veth44a4fb8"} 3 node_network_address_assign_type{device="veth48efa76"} 3 node_network_address_assign_type{device="veth56c2980"} 3 node_network_address_assign_type{device="veth57186df"} 3 node_network_address_assign_type{device="veth5d940cc"} 3 node_network_address_assign_type{device="veth6385a88"} 3 node_network_address_assign_type{device="veth6966a66"} 3 node_network_address_assign_type{device="veth6c85a03"} 3 node_network_address_assign_type{device="veth6f6bf0f"} 3 node_network_address_assign_type{device="veth703a68b"} 3 node_network_address_assign_type{device="veth713e5e2"} 3 node_network_address_assign_type{device="veth746deb0"} 3 node_network_address_assign_type{device="veth7969894"} 3 node_network_address_assign_type{device="veth7ea06b7"} 3 node_network_address_assign_type{device="veth7f3c1a0"} 3 node_network_address_assign_type{device="veth7f9c6af"} 3 node_network_address_assign_type{device="veth81313da"} 3 node_network_address_assign_type{device="veth8709b6c"} 3 node_network_address_assign_type{device="veth87e0c2e"} 3 node_network_address_assign_type{device="veth8dc4a20"} 3 node_network_address_assign_type{device="veth955d2a8"} 3 node_network_address_assign_type{device="veth9f1d18e"} 3 node_network_address_assign_type{device="vetha252057"} 3 node_network_address_assign_type{device="vetha6dbe47"} 3 node_network_address_assign_type{device="vethae1b1b7"} 3 node_network_address_assign_type{device="vethae7e4c8"} 3 node_network_address_assign_type{device="vethb11e45b"} 3 node_network_address_assign_type{device="vethb9c58c6"} 3 node_network_address_assign_type{device="vethbaf18b2"} 3 node_network_address_assign_type{device="vethc44a9a0"} 3 node_network_address_assign_type{device="vethc595b08"} 3 node_network_address_assign_type{device="vethc675719"} 3 node_network_address_assign_type{device="vethd2a64c0"} 3 node_network_address_assign_type{device="vethd3bef75"} 3 node_network_address_assign_type{device="vethd8cdf53"} 3 node_network_address_assign_type{device="vethdb2e7e3"} 3 node_network_address_assign_type{device="vethe4903de"} 3 node_network_address_assign_type{device="vethe57ce45"} 3 node_network_address_assign_type{device="vethefb4da8"} 3 node_network_address_assign_type{device="vethfe46c1d"} 3 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="br-11f056564c75"} 1 node_network_carrier{device="br-78fa4defd438"} 1 node_network_carrier{device="br-81370f83890b"} 1 node_network_carrier{device="br-8e576dcb3f92"} 1 node_network_carrier{device="br-97c38253c0d4"} 1 node_network_carrier{device="br-d8cd70a98c84"} 1 node_network_carrier{device="br-dc0a03500f15"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="docker_gwbridge"} 1 node_network_carrier{device="eth0"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth052df76"} 1 node_network_carrier{device="veth08c5c04"} 1 node_network_carrier{device="veth0a7d651"} 1 node_network_carrier{device="veth0e7b42f"} 1 node_network_carrier{device="veth11de2ca"} 1 node_network_carrier{device="veth156ed40"} 1 node_network_carrier{device="veth162b860"} 1 node_network_carrier{device="veth1cafbd2"} 1 node_network_carrier{device="veth236f3f6"} 1 node_network_carrier{device="veth26c6197"} 1 node_network_carrier{device="veth29f2267"} 1 node_network_carrier{device="veth2a642e6"} 1 node_network_carrier{device="veth35690f1"} 1 node_network_carrier{device="veth36cdf62"} 1 node_network_carrier{device="veth3cf23b9"} 1 node_network_carrier{device="veth3db3503"} 1 node_network_carrier{device="veth3e89b01"} 1 node_network_carrier{device="veth3f71f97"} 1 node_network_carrier{device="veth40c3a28"} 1 node_network_carrier{device="veth4316686"} 1 node_network_carrier{device="veth44a4fb8"} 1 node_network_carrier{device="veth48efa76"} 1 node_network_carrier{device="veth56c2980"} 1 node_network_carrier{device="veth57186df"} 1 node_network_carrier{device="veth5d940cc"} 1 node_network_carrier{device="veth6385a88"} 1 node_network_carrier{device="veth6966a66"} 1 node_network_carrier{device="veth6c85a03"} 1 node_network_carrier{device="veth6f6bf0f"} 1 node_network_carrier{device="veth703a68b"} 1 node_network_carrier{device="veth713e5e2"} 1 node_network_carrier{device="veth746deb0"} 1 node_network_carrier{device="veth7969894"} 1 node_network_carrier{device="veth7ea06b7"} 1 node_network_carrier{device="veth7f3c1a0"} 1 node_network_carrier{device="veth7f9c6af"} 1 node_network_carrier{device="veth81313da"} 1 node_network_carrier{device="veth8709b6c"} 1 node_network_carrier{device="veth87e0c2e"} 1 node_network_carrier{device="veth8dc4a20"} 1 node_network_carrier{device="veth955d2a8"} 1 node_network_carrier{device="veth9f1d18e"} 1 node_network_carrier{device="vetha252057"} 1 node_network_carrier{device="vetha6dbe47"} 1 node_network_carrier{device="vethae1b1b7"} 1 node_network_carrier{device="vethae7e4c8"} 1 node_network_carrier{device="vethb11e45b"} 1 node_network_carrier{device="vethb9c58c6"} 1 node_network_carrier{device="vethbaf18b2"} 1 node_network_carrier{device="vethc44a9a0"} 1 node_network_carrier{device="vethc595b08"} 1 node_network_carrier{device="vethc675719"} 1 node_network_carrier{device="vethd2a64c0"} 1 node_network_carrier{device="vethd3bef75"} 1 node_network_carrier{device="vethd8cdf53"} 1 node_network_carrier{device="vethdb2e7e3"} 1 node_network_carrier{device="vethe4903de"} 1 node_network_carrier{device="vethe57ce45"} 1 node_network_carrier{device="vethefb4da8"} 1 node_network_carrier{device="vethfe46c1d"} 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-11f056564c75"} 6 node_network_carrier_changes_total{device="br-78fa4defd438"} 4 node_network_carrier_changes_total{device="br-81370f83890b"} 2 node_network_carrier_changes_total{device="br-8e576dcb3f92"} 2 node_network_carrier_changes_total{device="br-97c38253c0d4"} 2 node_network_carrier_changes_total{device="br-d8cd70a98c84"} 2 node_network_carrier_changes_total{device="br-dc0a03500f15"} 4 node_network_carrier_changes_total{device="docker0"} 117 node_network_carrier_changes_total{device="docker_gwbridge"} 6 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth052df76"} 2 node_network_carrier_changes_total{device="veth08c5c04"} 2 node_network_carrier_changes_total{device="veth0a7d651"} 2 node_network_carrier_changes_total{device="veth0e7b42f"} 2 node_network_carrier_changes_total{device="veth11de2ca"} 2 node_network_carrier_changes_total{device="veth156ed40"} 2 node_network_carrier_changes_total{device="veth162b860"} 2 node_network_carrier_changes_total{device="veth1cafbd2"} 2 node_network_carrier_changes_total{device="veth236f3f6"} 2 node_network_carrier_changes_total{device="veth26c6197"} 2 node_network_carrier_changes_total{device="veth29f2267"} 2 node_network_carrier_changes_total{device="veth2a642e6"} 2 node_network_carrier_changes_total{device="veth35690f1"} 2 node_network_carrier_changes_total{device="veth36cdf62"} 2 node_network_carrier_changes_total{device="veth3cf23b9"} 2 node_network_carrier_changes_total{device="veth3db3503"} 2 node_network_carrier_changes_total{device="veth3e89b01"} 2 node_network_carrier_changes_total{device="veth3f71f97"} 2 node_network_carrier_changes_total{device="veth40c3a28"} 2 node_network_carrier_changes_total{device="veth4316686"} 2 node_network_carrier_changes_total{device="veth44a4fb8"} 2 node_network_carrier_changes_total{device="veth48efa76"} 2 node_network_carrier_changes_total{device="veth56c2980"} 2 node_network_carrier_changes_total{device="veth57186df"} 2 node_network_carrier_changes_total{device="veth5d940cc"} 2 node_network_carrier_changes_total{device="veth6385a88"} 2 node_network_carrier_changes_total{device="veth6966a66"} 2 node_network_carrier_changes_total{device="veth6c85a03"} 2 node_network_carrier_changes_total{device="veth6f6bf0f"} 2 node_network_carrier_changes_total{device="veth703a68b"} 2 node_network_carrier_changes_total{device="veth713e5e2"} 2 node_network_carrier_changes_total{device="veth746deb0"} 2 node_network_carrier_changes_total{device="veth7969894"} 2 node_network_carrier_changes_total{device="veth7ea06b7"} 2 node_network_carrier_changes_total{device="veth7f3c1a0"} 2 node_network_carrier_changes_total{device="veth7f9c6af"} 2 node_network_carrier_changes_total{device="veth81313da"} 2 node_network_carrier_changes_total{device="veth8709b6c"} 2 node_network_carrier_changes_total{device="veth87e0c2e"} 2 node_network_carrier_changes_total{device="veth8dc4a20"} 2 node_network_carrier_changes_total{device="veth955d2a8"} 2 node_network_carrier_changes_total{device="veth9f1d18e"} 2 node_network_carrier_changes_total{device="vetha252057"} 2 node_network_carrier_changes_total{device="vetha6dbe47"} 2 node_network_carrier_changes_total{device="vethae1b1b7"} 2 node_network_carrier_changes_total{device="vethae7e4c8"} 2 node_network_carrier_changes_total{device="vethb11e45b"} 2 node_network_carrier_changes_total{device="vethb9c58c6"} 2 node_network_carrier_changes_total{device="vethbaf18b2"} 2 node_network_carrier_changes_total{device="vethc44a9a0"} 2 node_network_carrier_changes_total{device="vethc595b08"} 2 node_network_carrier_changes_total{device="vethc675719"} 2 node_network_carrier_changes_total{device="vethd2a64c0"} 2 node_network_carrier_changes_total{device="vethd3bef75"} 2 node_network_carrier_changes_total{device="vethd8cdf53"} 2 node_network_carrier_changes_total{device="vethdb2e7e3"} 2 node_network_carrier_changes_total{device="vethe4903de"} 2 node_network_carrier_changes_total{device="vethe57ce45"} 2 node_network_carrier_changes_total{device="vethefb4da8"} 2 node_network_carrier_changes_total{device="vethfe46c1d"} 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-11f056564c75"} 3 node_network_carrier_down_changes_total{device="br-78fa4defd438"} 2 node_network_carrier_down_changes_total{device="br-81370f83890b"} 1 node_network_carrier_down_changes_total{device="br-8e576dcb3f92"} 1 node_network_carrier_down_changes_total{device="br-97c38253c0d4"} 1 node_network_carrier_down_changes_total{device="br-d8cd70a98c84"} 1 node_network_carrier_down_changes_total{device="br-dc0a03500f15"} 2 node_network_carrier_down_changes_total{device="docker0"} 59 node_network_carrier_down_changes_total{device="docker_gwbridge"} 3 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="tailscale0"} 0 node_network_carrier_down_changes_total{device="veth052df76"} 1 node_network_carrier_down_changes_total{device="veth08c5c04"} 1 node_network_carrier_down_changes_total{device="veth0a7d651"} 1 node_network_carrier_down_changes_total{device="veth0e7b42f"} 1 node_network_carrier_down_changes_total{device="veth11de2ca"} 1 node_network_carrier_down_changes_total{device="veth156ed40"} 1 node_network_carrier_down_changes_total{device="veth162b860"} 1 node_network_carrier_down_changes_total{device="veth1cafbd2"} 1 node_network_carrier_down_changes_total{device="veth236f3f6"} 1 node_network_carrier_down_changes_total{device="veth26c6197"} 1 node_network_carrier_down_changes_total{device="veth29f2267"} 1 node_network_carrier_down_changes_total{device="veth2a642e6"} 1 node_network_carrier_down_changes_total{device="veth35690f1"} 1 node_network_carrier_down_changes_total{device="veth36cdf62"} 1 node_network_carrier_down_changes_total{device="veth3cf23b9"} 1 node_network_carrier_down_changes_total{device="veth3db3503"} 1 node_network_carrier_down_changes_total{device="veth3e89b01"} 1 node_network_carrier_down_changes_total{device="veth3f71f97"} 1 node_network_carrier_down_changes_total{device="veth40c3a28"} 1 node_network_carrier_down_changes_total{device="veth4316686"} 1 node_network_carrier_down_changes_total{device="veth44a4fb8"} 1 node_network_carrier_down_changes_total{device="veth48efa76"} 1 node_network_carrier_down_changes_total{device="veth56c2980"} 1 node_network_carrier_down_changes_total{device="veth57186df"} 1 node_network_carrier_down_changes_total{device="veth5d940cc"} 1 node_network_carrier_down_changes_total{device="veth6385a88"} 1 node_network_carrier_down_changes_total{device="veth6966a66"} 1 node_network_carrier_down_changes_total{device="veth6c85a03"} 1 node_network_carrier_down_changes_total{device="veth6f6bf0f"} 1 node_network_carrier_down_changes_total{device="veth703a68b"} 1 node_network_carrier_down_changes_total{device="veth713e5e2"} 1 node_network_carrier_down_changes_total{device="veth746deb0"} 1 node_network_carrier_down_changes_total{device="veth7969894"} 1 node_network_carrier_down_changes_total{device="veth7ea06b7"} 1 node_network_carrier_down_changes_total{device="veth7f3c1a0"} 1 node_network_carrier_down_changes_total{device="veth7f9c6af"} 1 node_network_carrier_down_changes_total{device="veth81313da"} 1 node_network_carrier_down_changes_total{device="veth8709b6c"} 1 node_network_carrier_down_changes_total{device="veth87e0c2e"} 1 node_network_carrier_down_changes_total{device="veth8dc4a20"} 1 node_network_carrier_down_changes_total{device="veth955d2a8"} 1 node_network_carrier_down_changes_total{device="veth9f1d18e"} 1 node_network_carrier_down_changes_total{device="vetha252057"} 1 node_network_carrier_down_changes_total{device="vetha6dbe47"} 1 node_network_carrier_down_changes_total{device="vethae1b1b7"} 1 node_network_carrier_down_changes_total{device="vethae7e4c8"} 1 node_network_carrier_down_changes_total{device="vethb11e45b"} 1 node_network_carrier_down_changes_total{device="vethb9c58c6"} 1 node_network_carrier_down_changes_total{device="vethbaf18b2"} 1 node_network_carrier_down_changes_total{device="vethc44a9a0"} 1 node_network_carrier_down_changes_total{device="vethc595b08"} 1 node_network_carrier_down_changes_total{device="vethc675719"} 1 node_network_carrier_down_changes_total{device="vethd2a64c0"} 1 node_network_carrier_down_changes_total{device="vethd3bef75"} 1 node_network_carrier_down_changes_total{device="vethd8cdf53"} 1 node_network_carrier_down_changes_total{device="vethdb2e7e3"} 1 node_network_carrier_down_changes_total{device="vethe4903de"} 1 node_network_carrier_down_changes_total{device="vethe57ce45"} 1 node_network_carrier_down_changes_total{device="vethefb4da8"} 1 node_network_carrier_down_changes_total{device="vethfe46c1d"} 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-11f056564c75"} 3 node_network_carrier_up_changes_total{device="br-78fa4defd438"} 2 node_network_carrier_up_changes_total{device="br-81370f83890b"} 1 node_network_carrier_up_changes_total{device="br-8e576dcb3f92"} 1 node_network_carrier_up_changes_total{device="br-97c38253c0d4"} 1 node_network_carrier_up_changes_total{device="br-d8cd70a98c84"} 1 node_network_carrier_up_changes_total{device="br-dc0a03500f15"} 2 node_network_carrier_up_changes_total{device="docker0"} 58 node_network_carrier_up_changes_total{device="docker_gwbridge"} 3 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="tailscale0"} 0 node_network_carrier_up_changes_total{device="veth052df76"} 1 node_network_carrier_up_changes_total{device="veth08c5c04"} 1 node_network_carrier_up_changes_total{device="veth0a7d651"} 1 node_network_carrier_up_changes_total{device="veth0e7b42f"} 1 node_network_carrier_up_changes_total{device="veth11de2ca"} 1 node_network_carrier_up_changes_total{device="veth156ed40"} 1 node_network_carrier_up_changes_total{device="veth162b860"} 1 node_network_carrier_up_changes_total{device="veth1cafbd2"} 1 node_network_carrier_up_changes_total{device="veth236f3f6"} 1 node_network_carrier_up_changes_total{device="veth26c6197"} 1 node_network_carrier_up_changes_total{device="veth29f2267"} 1 node_network_carrier_up_changes_total{device="veth2a642e6"} 1 node_network_carrier_up_changes_total{device="veth35690f1"} 1 node_network_carrier_up_changes_total{device="veth36cdf62"} 1 node_network_carrier_up_changes_total{device="veth3cf23b9"} 1 node_network_carrier_up_changes_total{device="veth3db3503"} 1 node_network_carrier_up_changes_total{device="veth3e89b01"} 1 node_network_carrier_up_changes_total{device="veth3f71f97"} 1 node_network_carrier_up_changes_total{device="veth40c3a28"} 1 node_network_carrier_up_changes_total{device="veth4316686"} 1 node_network_carrier_up_changes_total{device="veth44a4fb8"} 1 node_network_carrier_up_changes_total{device="veth48efa76"} 1 node_network_carrier_up_changes_total{device="veth56c2980"} 1 node_network_carrier_up_changes_total{device="veth57186df"} 1 node_network_carrier_up_changes_total{device="veth5d940cc"} 1 node_network_carrier_up_changes_total{device="veth6385a88"} 1 node_network_carrier_up_changes_total{device="veth6966a66"} 1 node_network_carrier_up_changes_total{device="veth6c85a03"} 1 node_network_carrier_up_changes_total{device="veth6f6bf0f"} 1 node_network_carrier_up_changes_total{device="veth703a68b"} 1 node_network_carrier_up_changes_total{device="veth713e5e2"} 1 node_network_carrier_up_changes_total{device="veth746deb0"} 1 node_network_carrier_up_changes_total{device="veth7969894"} 1 node_network_carrier_up_changes_total{device="veth7ea06b7"} 1 node_network_carrier_up_changes_total{device="veth7f3c1a0"} 1 node_network_carrier_up_changes_total{device="veth7f9c6af"} 1 node_network_carrier_up_changes_total{device="veth81313da"} 1 node_network_carrier_up_changes_total{device="veth8709b6c"} 1 node_network_carrier_up_changes_total{device="veth87e0c2e"} 1 node_network_carrier_up_changes_total{device="veth8dc4a20"} 1 node_network_carrier_up_changes_total{device="veth955d2a8"} 1 node_network_carrier_up_changes_total{device="veth9f1d18e"} 1 node_network_carrier_up_changes_total{device="vetha252057"} 1 node_network_carrier_up_changes_total{device="vetha6dbe47"} 1 node_network_carrier_up_changes_total{device="vethae1b1b7"} 1 node_network_carrier_up_changes_total{device="vethae7e4c8"} 1 node_network_carrier_up_changes_total{device="vethb11e45b"} 1 node_network_carrier_up_changes_total{device="vethb9c58c6"} 1 node_network_carrier_up_changes_total{device="vethbaf18b2"} 1 node_network_carrier_up_changes_total{device="vethc44a9a0"} 1 node_network_carrier_up_changes_total{device="vethc595b08"} 1 node_network_carrier_up_changes_total{device="vethc675719"} 1 node_network_carrier_up_changes_total{device="vethd2a64c0"} 1 node_network_carrier_up_changes_total{device="vethd3bef75"} 1 node_network_carrier_up_changes_total{device="vethd8cdf53"} 1 node_network_carrier_up_changes_total{device="vethdb2e7e3"} 1 node_network_carrier_up_changes_total{device="vethe4903de"} 1 node_network_carrier_up_changes_total{device="vethe57ce45"} 1 node_network_carrier_up_changes_total{device="vethefb4da8"} 1 node_network_carrier_up_changes_total{device="vethfe46c1d"} 1 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="br-11f056564c75"} 0 node_network_device_id{device="br-78fa4defd438"} 0 node_network_device_id{device="br-81370f83890b"} 0 node_network_device_id{device="br-8e576dcb3f92"} 0 node_network_device_id{device="br-97c38253c0d4"} 0 node_network_device_id{device="br-d8cd70a98c84"} 0 node_network_device_id{device="br-dc0a03500f15"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="docker_gwbridge"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="veth052df76"} 0 node_network_device_id{device="veth08c5c04"} 0 node_network_device_id{device="veth0a7d651"} 0 node_network_device_id{device="veth0e7b42f"} 0 node_network_device_id{device="veth11de2ca"} 0 node_network_device_id{device="veth156ed40"} 0 node_network_device_id{device="veth162b860"} 0 node_network_device_id{device="veth1cafbd2"} 0 node_network_device_id{device="veth236f3f6"} 0 node_network_device_id{device="veth26c6197"} 0 node_network_device_id{device="veth29f2267"} 0 node_network_device_id{device="veth2a642e6"} 0 node_network_device_id{device="veth35690f1"} 0 node_network_device_id{device="veth36cdf62"} 0 node_network_device_id{device="veth3cf23b9"} 0 node_network_device_id{device="veth3db3503"} 0 node_network_device_id{device="veth3e89b01"} 0 node_network_device_id{device="veth3f71f97"} 0 node_network_device_id{device="veth40c3a28"} 0 node_network_device_id{device="veth4316686"} 0 node_network_device_id{device="veth44a4fb8"} 0 node_network_device_id{device="veth48efa76"} 0 node_network_device_id{device="veth56c2980"} 0 node_network_device_id{device="veth57186df"} 0 node_network_device_id{device="veth5d940cc"} 0 node_network_device_id{device="veth6385a88"} 0 node_network_device_id{device="veth6966a66"} 0 node_network_device_id{device="veth6c85a03"} 0 node_network_device_id{device="veth6f6bf0f"} 0 node_network_device_id{device="veth703a68b"} 0 node_network_device_id{device="veth713e5e2"} 0 node_network_device_id{device="veth746deb0"} 0 node_network_device_id{device="veth7969894"} 0 node_network_device_id{device="veth7ea06b7"} 0 node_network_device_id{device="veth7f3c1a0"} 0 node_network_device_id{device="veth7f9c6af"} 0 node_network_device_id{device="veth81313da"} 0 node_network_device_id{device="veth8709b6c"} 0 node_network_device_id{device="veth87e0c2e"} 0 node_network_device_id{device="veth8dc4a20"} 0 node_network_device_id{device="veth955d2a8"} 0 node_network_device_id{device="veth9f1d18e"} 0 node_network_device_id{device="vetha252057"} 0 node_network_device_id{device="vetha6dbe47"} 0 node_network_device_id{device="vethae1b1b7"} 0 node_network_device_id{device="vethae7e4c8"} 0 node_network_device_id{device="vethb11e45b"} 0 node_network_device_id{device="vethb9c58c6"} 0 node_network_device_id{device="vethbaf18b2"} 0 node_network_device_id{device="vethc44a9a0"} 0 node_network_device_id{device="vethc595b08"} 0 node_network_device_id{device="vethc675719"} 0 node_network_device_id{device="vethd2a64c0"} 0 node_network_device_id{device="vethd3bef75"} 0 node_network_device_id{device="vethd8cdf53"} 0 node_network_device_id{device="vethdb2e7e3"} 0 node_network_device_id{device="vethe4903de"} 0 node_network_device_id{device="vethe57ce45"} 0 node_network_device_id{device="vethefb4da8"} 0 node_network_device_id{device="vethfe46c1d"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="br-11f056564c75"} 0 node_network_dormant{device="br-78fa4defd438"} 0 node_network_dormant{device="br-81370f83890b"} 0 node_network_dormant{device="br-8e576dcb3f92"} 0 node_network_dormant{device="br-97c38253c0d4"} 0 node_network_dormant{device="br-d8cd70a98c84"} 0 node_network_dormant{device="br-dc0a03500f15"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="docker_gwbridge"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth052df76"} 0 node_network_dormant{device="veth08c5c04"} 0 node_network_dormant{device="veth0a7d651"} 0 node_network_dormant{device="veth0e7b42f"} 0 node_network_dormant{device="veth11de2ca"} 0 node_network_dormant{device="veth156ed40"} 0 node_network_dormant{device="veth162b860"} 0 node_network_dormant{device="veth1cafbd2"} 0 node_network_dormant{device="veth236f3f6"} 0 node_network_dormant{device="veth26c6197"} 0 node_network_dormant{device="veth29f2267"} 0 node_network_dormant{device="veth2a642e6"} 0 node_network_dormant{device="veth35690f1"} 0 node_network_dormant{device="veth36cdf62"} 0 node_network_dormant{device="veth3cf23b9"} 0 node_network_dormant{device="veth3db3503"} 0 node_network_dormant{device="veth3e89b01"} 0 node_network_dormant{device="veth3f71f97"} 0 node_network_dormant{device="veth40c3a28"} 0 node_network_dormant{device="veth4316686"} 0 node_network_dormant{device="veth44a4fb8"} 0 node_network_dormant{device="veth48efa76"} 0 node_network_dormant{device="veth56c2980"} 0 node_network_dormant{device="veth57186df"} 0 node_network_dormant{device="veth5d940cc"} 0 node_network_dormant{device="veth6385a88"} 0 node_network_dormant{device="veth6966a66"} 0 node_network_dormant{device="veth6c85a03"} 0 node_network_dormant{device="veth6f6bf0f"} 0 node_network_dormant{device="veth703a68b"} 0 node_network_dormant{device="veth713e5e2"} 0 node_network_dormant{device="veth746deb0"} 0 node_network_dormant{device="veth7969894"} 0 node_network_dormant{device="veth7ea06b7"} 0 node_network_dormant{device="veth7f3c1a0"} 0 node_network_dormant{device="veth7f9c6af"} 0 node_network_dormant{device="veth81313da"} 0 node_network_dormant{device="veth8709b6c"} 0 node_network_dormant{device="veth87e0c2e"} 0 node_network_dormant{device="veth8dc4a20"} 0 node_network_dormant{device="veth955d2a8"} 0 node_network_dormant{device="veth9f1d18e"} 0 node_network_dormant{device="vetha252057"} 0 node_network_dormant{device="vetha6dbe47"} 0 node_network_dormant{device="vethae1b1b7"} 0 node_network_dormant{device="vethae7e4c8"} 0 node_network_dormant{device="vethb11e45b"} 0 node_network_dormant{device="vethb9c58c6"} 0 node_network_dormant{device="vethbaf18b2"} 0 node_network_dormant{device="vethc44a9a0"} 0 node_network_dormant{device="vethc595b08"} 0 node_network_dormant{device="vethc675719"} 0 node_network_dormant{device="vethd2a64c0"} 0 node_network_dormant{device="vethd3bef75"} 0 node_network_dormant{device="vethd8cdf53"} 0 node_network_dormant{device="vethdb2e7e3"} 0 node_network_dormant{device="vethe4903de"} 0 node_network_dormant{device="vethe57ce45"} 0 node_network_dormant{device="vethefb4da8"} 0 node_network_dormant{device="vethfe46c1d"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="br-11f056564c75"} 4099 node_network_flags{device="br-78fa4defd438"} 4099 node_network_flags{device="br-81370f83890b"} 4099 node_network_flags{device="br-8e576dcb3f92"} 4099 node_network_flags{device="br-97c38253c0d4"} 4099 node_network_flags{device="br-d8cd70a98c84"} 4099 node_network_flags{device="br-dc0a03500f15"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="docker_gwbridge"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth052df76"} 4867 node_network_flags{device="veth08c5c04"} 4867 node_network_flags{device="veth0a7d651"} 4867 node_network_flags{device="veth0e7b42f"} 4867 node_network_flags{device="veth11de2ca"} 4867 node_network_flags{device="veth156ed40"} 4867 node_network_flags{device="veth162b860"} 4867 node_network_flags{device="veth1cafbd2"} 4867 node_network_flags{device="veth236f3f6"} 4867 node_network_flags{device="veth26c6197"} 4867 node_network_flags{device="veth29f2267"} 4867 node_network_flags{device="veth2a642e6"} 4867 node_network_flags{device="veth35690f1"} 4867 node_network_flags{device="veth36cdf62"} 4867 node_network_flags{device="veth3cf23b9"} 4867 node_network_flags{device="veth3db3503"} 4867 node_network_flags{device="veth3e89b01"} 4867 node_network_flags{device="veth3f71f97"} 4867 node_network_flags{device="veth40c3a28"} 4867 node_network_flags{device="veth4316686"} 4867 node_network_flags{device="veth44a4fb8"} 4867 node_network_flags{device="veth48efa76"} 4867 node_network_flags{device="veth56c2980"} 4867 node_network_flags{device="veth57186df"} 4867 node_network_flags{device="veth5d940cc"} 4867 node_network_flags{device="veth6385a88"} 4867 node_network_flags{device="veth6966a66"} 4867 node_network_flags{device="veth6c85a03"} 4867 node_network_flags{device="veth6f6bf0f"} 4867 node_network_flags{device="veth703a68b"} 4867 node_network_flags{device="veth713e5e2"} 4867 node_network_flags{device="veth746deb0"} 4867 node_network_flags{device="veth7969894"} 4867 node_network_flags{device="veth7ea06b7"} 4867 node_network_flags{device="veth7f3c1a0"} 4867 node_network_flags{device="veth7f9c6af"} 4867 node_network_flags{device="veth81313da"} 4867 node_network_flags{device="veth8709b6c"} 4867 node_network_flags{device="veth87e0c2e"} 4867 node_network_flags{device="veth8dc4a20"} 4867 node_network_flags{device="veth955d2a8"} 4867 node_network_flags{device="veth9f1d18e"} 4867 node_network_flags{device="vetha252057"} 4867 node_network_flags{device="vetha6dbe47"} 4867 node_network_flags{device="vethae1b1b7"} 4867 node_network_flags{device="vethae7e4c8"} 4867 node_network_flags{device="vethb11e45b"} 4867 node_network_flags{device="vethb9c58c6"} 4867 node_network_flags{device="vethbaf18b2"} 4867 node_network_flags{device="vethc44a9a0"} 4867 node_network_flags{device="vethc595b08"} 4867 node_network_flags{device="vethc675719"} 4867 node_network_flags{device="vethd2a64c0"} 4867 node_network_flags{device="vethd3bef75"} 4867 node_network_flags{device="vethd8cdf53"} 4867 node_network_flags{device="vethdb2e7e3"} 4867 node_network_flags{device="vethe4903de"} 4867 node_network_flags{device="vethe57ce45"} 4867 node_network_flags{device="vethefb4da8"} 4867 node_network_flags{device="vethfe46c1d"} 4867 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="br-11f056564c75"} 35 node_network_iface_id{device="br-78fa4defd438"} 11255 node_network_iface_id{device="br-81370f83890b"} 14334 node_network_iface_id{device="br-8e576dcb3f92"} 19724 node_network_iface_id{device="br-97c38253c0d4"} 19529 node_network_iface_id{device="br-d8cd70a98c84"} 14308 node_network_iface_id{device="br-dc0a03500f15"} 9167 node_network_iface_id{device="docker0"} 4 node_network_iface_id{device="docker_gwbridge"} 5 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 3 node_network_iface_id{device="veth052df76"} 18313 node_network_iface_id{device="veth08c5c04"} 14310 node_network_iface_id{device="veth0a7d651"} 20149 node_network_iface_id{device="veth0e7b42f"} 11874 node_network_iface_id{device="veth11de2ca"} 14525 node_network_iface_id{device="veth156ed40"} 19712 node_network_iface_id{device="veth162b860"} 11915 node_network_iface_id{device="veth1cafbd2"} 14311 node_network_iface_id{device="veth236f3f6"} 11856 node_network_iface_id{device="veth26c6197"} 11873 node_network_iface_id{device="veth29f2267"} 11888 node_network_iface_id{device="veth2a642e6"} 14961 node_network_iface_id{device="veth35690f1"} 14353 node_network_iface_id{device="veth36cdf62"} 11936 node_network_iface_id{device="veth3cf23b9"} 11864 node_network_iface_id{device="veth3db3503"} 20371 node_network_iface_id{device="veth3e89b01"} 14344 node_network_iface_id{device="veth3f71f97"} 11885 node_network_iface_id{device="veth40c3a28"} 14316 node_network_iface_id{device="veth4316686"} 11881 node_network_iface_id{device="veth44a4fb8"} 11896 node_network_iface_id{device="veth48efa76"} 11938 node_network_iface_id{device="veth56c2980"} 14960 node_network_iface_id{device="veth57186df"} 18316 node_network_iface_id{device="veth5d940cc"} 11882 node_network_iface_id{device="veth6385a88"} 19540 node_network_iface_id{device="veth6966a66"} 14325 node_network_iface_id{device="veth6c85a03"} 19557 node_network_iface_id{device="veth6f6bf0f"} 11892 node_network_iface_id{device="veth703a68b"} 14309 node_network_iface_id{device="veth713e5e2"} 19541 node_network_iface_id{device="veth746deb0"} 18166 node_network_iface_id{device="veth7969894"} 19874 node_network_iface_id{device="veth7ea06b7"} 19713 node_network_iface_id{device="veth7f3c1a0"} 19552 node_network_iface_id{device="veth7f9c6af"} 14881 node_network_iface_id{device="veth81313da"} 19784 node_network_iface_id{device="veth8709b6c"} 19881 node_network_iface_id{device="veth87e0c2e"} 11880 node_network_iface_id{device="veth8dc4a20"} 14336 node_network_iface_id{device="veth955d2a8"} 14318 node_network_iface_id{device="veth9f1d18e"} 19703 node_network_iface_id{device="vetha252057"} 14312 node_network_iface_id{device="vetha6dbe47"} 19531 node_network_iface_id{device="vethae1b1b7"} 11857 node_network_iface_id{device="vethae7e4c8"} 20627 node_network_iface_id{device="vethb11e45b"} 15986 node_network_iface_id{device="vethb9c58c6"} 19530 node_network_iface_id{device="vethbaf18b2"} 19111 node_network_iface_id{device="vethc44a9a0"} 18102 node_network_iface_id{device="vethc595b08"} 19725 node_network_iface_id{device="vethc675719"} 11879 node_network_iface_id{device="vethd2a64c0"} 14975 node_network_iface_id{device="vethd3bef75"} 16810 node_network_iface_id{device="vethd8cdf53"} 19875 node_network_iface_id{device="vethdb2e7e3"} 11900 node_network_iface_id{device="vethe4903de"} 14345 node_network_iface_id{device="vethe57ce45"} 14337 node_network_iface_id{device="vethefb4da8"} 14326 node_network_iface_id{device="vethfe46c1d"} 19558 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="br-11f056564c75"} 35 node_network_iface_link{device="br-78fa4defd438"} 11255 node_network_iface_link{device="br-81370f83890b"} 14334 node_network_iface_link{device="br-8e576dcb3f92"} 19724 node_network_iface_link{device="br-97c38253c0d4"} 19529 node_network_iface_link{device="br-d8cd70a98c84"} 14308 node_network_iface_link{device="br-dc0a03500f15"} 9167 node_network_iface_link{device="docker0"} 4 node_network_iface_link{device="docker_gwbridge"} 5 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 3 node_network_iface_link{device="veth052df76"} 2 node_network_iface_link{device="veth08c5c04"} 2 node_network_iface_link{device="veth0a7d651"} 2 node_network_iface_link{device="veth0e7b42f"} 2 node_network_iface_link{device="veth11de2ca"} 2 node_network_iface_link{device="veth156ed40"} 2 node_network_iface_link{device="veth162b860"} 11914 node_network_iface_link{device="veth1cafbd2"} 3 node_network_iface_link{device="veth236f3f6"} 2 node_network_iface_link{device="veth26c6197"} 2 node_network_iface_link{device="veth29f2267"} 2 node_network_iface_link{device="veth2a642e6"} 3 node_network_iface_link{device="veth35690f1"} 2 node_network_iface_link{device="veth36cdf62"} 11935 node_network_iface_link{device="veth3cf23b9"} 2 node_network_iface_link{device="veth3db3503"} 2 node_network_iface_link{device="veth3e89b01"} 2 node_network_iface_link{device="veth3f71f97"} 2 node_network_iface_link{device="veth40c3a28"} 2 node_network_iface_link{device="veth4316686"} 2 node_network_iface_link{device="veth44a4fb8"} 2 node_network_iface_link{device="veth48efa76"} 11937 node_network_iface_link{device="veth56c2980"} 2 node_network_iface_link{device="veth57186df"} 2 node_network_iface_link{device="veth5d940cc"} 2 node_network_iface_link{device="veth6385a88"} 2 node_network_iface_link{device="veth6966a66"} 2 node_network_iface_link{device="veth6c85a03"} 2 node_network_iface_link{device="veth6f6bf0f"} 2 node_network_iface_link{device="veth703a68b"} 2 node_network_iface_link{device="veth713e5e2"} 3 node_network_iface_link{device="veth746deb0"} 2 node_network_iface_link{device="veth7969894"} 2 node_network_iface_link{device="veth7ea06b7"} 3 node_network_iface_link{device="veth7f3c1a0"} 2 node_network_iface_link{device="veth7f9c6af"} 2 node_network_iface_link{device="veth81313da"} 2 node_network_iface_link{device="veth8709b6c"} 2 node_network_iface_link{device="veth87e0c2e"} 2 node_network_iface_link{device="veth8dc4a20"} 2 node_network_iface_link{device="veth955d2a8"} 3 node_network_iface_link{device="veth9f1d18e"} 2 node_network_iface_link{device="vetha252057"} 3 node_network_iface_link{device="vetha6dbe47"} 3 node_network_iface_link{device="vethae1b1b7"} 2 node_network_iface_link{device="vethae7e4c8"} 2 node_network_iface_link{device="vethb11e45b"} 2 node_network_iface_link{device="vethb9c58c6"} 2 node_network_iface_link{device="vethbaf18b2"} 2 node_network_iface_link{device="vethc44a9a0"} 2 node_network_iface_link{device="vethc595b08"} 2 node_network_iface_link{device="vethc675719"} 2 node_network_iface_link{device="vethd2a64c0"} 14974 node_network_iface_link{device="vethd3bef75"} 2 node_network_iface_link{device="vethd8cdf53"} 3 node_network_iface_link{device="vethdb2e7e3"} 2 node_network_iface_link{device="vethe4903de"} 3 node_network_iface_link{device="vethe57ce45"} 3 node_network_iface_link{device="vethefb4da8"} 3 node_network_iface_link{device="vethfe46c1d"} 3 # HELP node_network_iface_link_mode Network device property: iface_link_mode # TYPE node_network_iface_link_mode gauge node_network_iface_link_mode{device="br-11f056564c75"} 0 node_network_iface_link_mode{device="br-78fa4defd438"} 0 node_network_iface_link_mode{device="br-81370f83890b"} 0 node_network_iface_link_mode{device="br-8e576dcb3f92"} 0 node_network_iface_link_mode{device="br-97c38253c0d4"} 0 node_network_iface_link_mode{device="br-d8cd70a98c84"} 0 node_network_iface_link_mode{device="br-dc0a03500f15"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="docker_gwbridge"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="veth052df76"} 0 node_network_iface_link_mode{device="veth08c5c04"} 0 node_network_iface_link_mode{device="veth0a7d651"} 0 node_network_iface_link_mode{device="veth0e7b42f"} 0 node_network_iface_link_mode{device="veth11de2ca"} 0 node_network_iface_link_mode{device="veth156ed40"} 0 node_network_iface_link_mode{device="veth162b860"} 0 node_network_iface_link_mode{device="veth1cafbd2"} 0 node_network_iface_link_mode{device="veth236f3f6"} 0 node_network_iface_link_mode{device="veth26c6197"} 0 node_network_iface_link_mode{device="veth29f2267"} 0 node_network_iface_link_mode{device="veth2a642e6"} 0 node_network_iface_link_mode{device="veth35690f1"} 0 node_network_iface_link_mode{device="veth36cdf62"} 0 node_network_iface_link_mode{device="veth3cf23b9"} 0 node_network_iface_link_mode{device="veth3db3503"} 0 node_network_iface_link_mode{device="veth3e89b01"} 0 node_network_iface_link_mode{device="veth3f71f97"} 0 node_network_iface_link_mode{device="veth40c3a28"} 0 node_network_iface_link_mode{device="veth4316686"} 0 node_network_iface_link_mode{device="veth44a4fb8"} 0 node_network_iface_link_mode{device="veth48efa76"} 0 node_network_iface_link_mode{device="veth56c2980"} 0 node_network_iface_link_mode{device="veth57186df"} 0 node_network_iface_link_mode{device="veth5d940cc"} 0 node_network_iface_link_mode{device="veth6385a88"} 0 node_network_iface_link_mode{device="veth6966a66"} 0 node_network_iface_link_mode{device="veth6c85a03"} 0 node_network_iface_link_mode{device="veth6f6bf0f"} 0 node_network_iface_link_mode{device="veth703a68b"} 0 node_network_iface_link_mode{device="veth713e5e2"} 0 node_network_iface_link_mode{device="veth746deb0"} 0 node_network_iface_link_mode{device="veth7969894"} 0 node_network_iface_link_mode{device="veth7ea06b7"} 0 node_network_iface_link_mode{device="veth7f3c1a0"} 0 node_network_iface_link_mode{device="veth7f9c6af"} 0 node_network_iface_link_mode{device="veth81313da"} 0 node_network_iface_link_mode{device="veth8709b6c"} 0 node_network_iface_link_mode{device="veth87e0c2e"} 0 node_network_iface_link_mode{device="veth8dc4a20"} 0 node_network_iface_link_mode{device="veth955d2a8"} 0 node_network_iface_link_mode{device="veth9f1d18e"} 0 node_network_iface_link_mode{device="vetha252057"} 0 node_network_iface_link_mode{device="vetha6dbe47"} 0 node_network_iface_link_mode{device="vethae1b1b7"} 0 node_network_iface_link_mode{device="vethae7e4c8"} 0 node_network_iface_link_mode{device="vethb11e45b"} 0 node_network_iface_link_mode{device="vethb9c58c6"} 0 node_network_iface_link_mode{device="vethbaf18b2"} 0 node_network_iface_link_mode{device="vethc44a9a0"} 0 node_network_iface_link_mode{device="vethc595b08"} 0 node_network_iface_link_mode{device="vethc675719"} 0 node_network_iface_link_mode{device="vethd2a64c0"} 0 node_network_iface_link_mode{device="vethd3bef75"} 0 node_network_iface_link_mode{device="vethd8cdf53"} 0 node_network_iface_link_mode{device="vethdb2e7e3"} 0 node_network_iface_link_mode{device="vethe4903de"} 0 node_network_iface_link_mode{device="vethe57ce45"} 0 node_network_iface_link_mode{device="vethefb4da8"} 0 node_network_iface_link_mode{device="vethfe46c1d"} 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="",adminstate="up",broadcast="",device="tailscale0",duplex="full",ifalias="",operstate="unknown"} 1 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="06:0f:1f:92:0e:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe57ce45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:35:6e:29:3a:de",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4316686",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:a4:a8:e1:c0:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7ea06b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:59:26:bb:54:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth236f3f6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:88:72:2a:0d:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81313da",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:89:39:8c:e5:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1cafbd2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:fe:e2:9d:9d:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35690f1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:38:09:20:43:db",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb11e45b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:ff:ee:65:c4:09",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth703a68b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:23:71:14:50:08",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth11de2ca",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:7a:76:d9:62:3a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f6bf0f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:c9:07:e9:c0:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth955d2a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:00:fc:d5:cd:f9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6966a66",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:6d:83:d9:0a:eb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f3c1a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:e8:43:ed:fe:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-8e576dcb3f92",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="4e:01:d2:a0:2f:07",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2a64c0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:6b:99:43:97:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb9c58c6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:1b:80:37:f0:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth48efa76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:33:a0:16:f8:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7969894",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:c1:c0:52:65:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="62:e8:d4:b6:d2:92",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="66:38:7f:96:2f:6c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-78fa4defd438",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="6a:64:b1:4e:9c:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfe46c1d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:b8:c5:82:64:bb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethefb4da8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:37:c4:f5:77:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdb2e7e3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:aa:84:fa:da:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth08c5c04",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:50:70:c4:d1:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc44a9a0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:1e:f1:d0:8d:79",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc595b08",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:22:94:b3:4a:e8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth36cdf62",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="92:2b:52:12:8a:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f9c6af",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:27:20:d9:4e:53",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6c85a03",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:dc:f3:78:48:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc675719",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:f2:43:2c:0b:39",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae7e4c8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:27:d8:68:81:31",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth26c6197",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:72:09:ec:aa:f4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker_gwbridge",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="9e:96:8d:da:c3:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth44a4fb8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9e:ab:4c:af:37:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-97c38253c0d4",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="a2:e6:ad:48:64:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3bef75",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:2e:8b:e4:a1:34",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth40c3a28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:18:05:06:80:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha252057",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:d2:f6:f3:2e:4e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth713e5e2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="aa:f2:0e:51:55:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3f71f97",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:22:03:f0:70:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-dc0a03500f15",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="b2:d6:e2:2d:13:11",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth57186df",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:da:4a:05:19:e0",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae1b1b7",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:3a:0c:02:21:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3cf23b9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:78:59:88:5a:9c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethbaf18b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:eb:98:cc:b2:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha6dbe47",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:26:c5:60:3d:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8709b6c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:39:f1:39:62:df",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth162b860",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:e3:0f:5f:7c:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth052df76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e2:8a:a2:81:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth87e0c2e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:1a:bb:8f:d4:78",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth746deb0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:1b:ac:c2:2b:8a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth29f2267",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:88:8b:b2:5d:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth156ed40",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:89:bc:5d:7b:0b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe4903de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:3f:84:13:2b:fb",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5d940cc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d6:4a:55:07:0e:e9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-81370f83890b",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="da:0b:2a:c7:b6:fc",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2a642e6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:11:a8:08:ea:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd8cdf53",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:53:a0:d9:e6:ed",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6385a88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:0a:b6:73:1e:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3db3503",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:11:ff:95:ba:c9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8dc4a20",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:40:d4:f6:90:d1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth56c2980",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:95:5b:27:4a:cf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-d8cd70a98c84",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="ea:a8:ef:8c:e7:58",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e7b42f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:a9:09:59:67:98",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9f1d18e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:af:f8:74:3f:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3e89b01",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:25:e8:69:95:52",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0a7d651",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f6:4e:74:67:2d:7b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="br-11f056564c75",duplex="unknown",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-11f056564c75"} 1500 node_network_mtu_bytes{device="br-78fa4defd438"} 1500 node_network_mtu_bytes{device="br-81370f83890b"} 1500 node_network_mtu_bytes{device="br-8e576dcb3f92"} 1500 node_network_mtu_bytes{device="br-97c38253c0d4"} 1500 node_network_mtu_bytes{device="br-d8cd70a98c84"} 1500 node_network_mtu_bytes{device="br-dc0a03500f15"} 1500 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="docker_gwbridge"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="veth052df76"} 1500 node_network_mtu_bytes{device="veth08c5c04"} 1500 node_network_mtu_bytes{device="veth0a7d651"} 1500 node_network_mtu_bytes{device="veth0e7b42f"} 1500 node_network_mtu_bytes{device="veth11de2ca"} 1500 node_network_mtu_bytes{device="veth156ed40"} 1500 node_network_mtu_bytes{device="veth162b860"} 1500 node_network_mtu_bytes{device="veth1cafbd2"} 1500 node_network_mtu_bytes{device="veth236f3f6"} 1500 node_network_mtu_bytes{device="veth26c6197"} 1500 node_network_mtu_bytes{device="veth29f2267"} 1500 node_network_mtu_bytes{device="veth2a642e6"} 1500 node_network_mtu_bytes{device="veth35690f1"} 1500 node_network_mtu_bytes{device="veth36cdf62"} 1500 node_network_mtu_bytes{device="veth3cf23b9"} 1500 node_network_mtu_bytes{device="veth3db3503"} 1500 node_network_mtu_bytes{device="veth3e89b01"} 1500 node_network_mtu_bytes{device="veth3f71f97"} 1500 node_network_mtu_bytes{device="veth40c3a28"} 1500 node_network_mtu_bytes{device="veth4316686"} 1500 node_network_mtu_bytes{device="veth44a4fb8"} 1500 node_network_mtu_bytes{device="veth48efa76"} 1500 node_network_mtu_bytes{device="veth56c2980"} 1500 node_network_mtu_bytes{device="veth57186df"} 1500 node_network_mtu_bytes{device="veth5d940cc"} 1500 node_network_mtu_bytes{device="veth6385a88"} 1500 node_network_mtu_bytes{device="veth6966a66"} 1500 node_network_mtu_bytes{device="veth6c85a03"} 1500 node_network_mtu_bytes{device="veth6f6bf0f"} 1500 node_network_mtu_bytes{device="veth703a68b"} 1500 node_network_mtu_bytes{device="veth713e5e2"} 1500 node_network_mtu_bytes{device="veth746deb0"} 1500 node_network_mtu_bytes{device="veth7969894"} 1500 node_network_mtu_bytes{device="veth7ea06b7"} 1500 node_network_mtu_bytes{device="veth7f3c1a0"} 1500 node_network_mtu_bytes{device="veth7f9c6af"} 1500 node_network_mtu_bytes{device="veth81313da"} 1500 node_network_mtu_bytes{device="veth8709b6c"} 1500 node_network_mtu_bytes{device="veth87e0c2e"} 1500 node_network_mtu_bytes{device="veth8dc4a20"} 1500 node_network_mtu_bytes{device="veth955d2a8"} 1500 node_network_mtu_bytes{device="veth9f1d18e"} 1500 node_network_mtu_bytes{device="vetha252057"} 1500 node_network_mtu_bytes{device="vetha6dbe47"} 1500 node_network_mtu_bytes{device="vethae1b1b7"} 1500 node_network_mtu_bytes{device="vethae7e4c8"} 1500 node_network_mtu_bytes{device="vethb11e45b"} 1500 node_network_mtu_bytes{device="vethb9c58c6"} 1500 node_network_mtu_bytes{device="vethbaf18b2"} 1500 node_network_mtu_bytes{device="vethc44a9a0"} 1500 node_network_mtu_bytes{device="vethc595b08"} 1500 node_network_mtu_bytes{device="vethc675719"} 1500 node_network_mtu_bytes{device="vethd2a64c0"} 1500 node_network_mtu_bytes{device="vethd3bef75"} 1500 node_network_mtu_bytes{device="vethd8cdf53"} 1500 node_network_mtu_bytes{device="vethdb2e7e3"} 1500 node_network_mtu_bytes{device="vethe4903de"} 1500 node_network_mtu_bytes{device="vethe57ce45"} 1500 node_network_mtu_bytes{device="vethefb4da8"} 1500 node_network_mtu_bytes{device="vethfe46c1d"} 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-11f056564c75"} 3 node_network_name_assign_type{device="br-78fa4defd438"} 3 node_network_name_assign_type{device="br-81370f83890b"} 3 node_network_name_assign_type{device="br-8e576dcb3f92"} 3 node_network_name_assign_type{device="br-97c38253c0d4"} 3 node_network_name_assign_type{device="br-d8cd70a98c84"} 3 node_network_name_assign_type{device="br-dc0a03500f15"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="docker_gwbridge"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth052df76"} 3 node_network_name_assign_type{device="veth08c5c04"} 3 node_network_name_assign_type{device="veth0a7d651"} 3 node_network_name_assign_type{device="veth0e7b42f"} 3 node_network_name_assign_type{device="veth11de2ca"} 3 node_network_name_assign_type{device="veth156ed40"} 3 node_network_name_assign_type{device="veth162b860"} 3 node_network_name_assign_type{device="veth1cafbd2"} 3 node_network_name_assign_type{device="veth236f3f6"} 3 node_network_name_assign_type{device="veth26c6197"} 3 node_network_name_assign_type{device="veth29f2267"} 3 node_network_name_assign_type{device="veth2a642e6"} 3 node_network_name_assign_type{device="veth35690f1"} 3 node_network_name_assign_type{device="veth36cdf62"} 3 node_network_name_assign_type{device="veth3cf23b9"} 3 node_network_name_assign_type{device="veth3db3503"} 3 node_network_name_assign_type{device="veth3e89b01"} 3 node_network_name_assign_type{device="veth3f71f97"} 3 node_network_name_assign_type{device="veth40c3a28"} 3 node_network_name_assign_type{device="veth4316686"} 3 node_network_name_assign_type{device="veth44a4fb8"} 3 node_network_name_assign_type{device="veth48efa76"} 3 node_network_name_assign_type{device="veth56c2980"} 3 node_network_name_assign_type{device="veth57186df"} 3 node_network_name_assign_type{device="veth5d940cc"} 3 node_network_name_assign_type{device="veth6385a88"} 3 node_network_name_assign_type{device="veth6966a66"} 3 node_network_name_assign_type{device="veth6c85a03"} 3 node_network_name_assign_type{device="veth6f6bf0f"} 3 node_network_name_assign_type{device="veth703a68b"} 3 node_network_name_assign_type{device="veth713e5e2"} 3 node_network_name_assign_type{device="veth746deb0"} 3 node_network_name_assign_type{device="veth7969894"} 3 node_network_name_assign_type{device="veth7ea06b7"} 3 node_network_name_assign_type{device="veth7f3c1a0"} 3 node_network_name_assign_type{device="veth7f9c6af"} 3 node_network_name_assign_type{device="veth81313da"} 3 node_network_name_assign_type{device="veth8709b6c"} 3 node_network_name_assign_type{device="veth87e0c2e"} 3 node_network_name_assign_type{device="veth8dc4a20"} 3 node_network_name_assign_type{device="veth955d2a8"} 3 node_network_name_assign_type{device="veth9f1d18e"} 3 node_network_name_assign_type{device="vetha252057"} 3 node_network_name_assign_type{device="vetha6dbe47"} 3 node_network_name_assign_type{device="vethae1b1b7"} 3 node_network_name_assign_type{device="vethae7e4c8"} 3 node_network_name_assign_type{device="vethb11e45b"} 3 node_network_name_assign_type{device="vethb9c58c6"} 3 node_network_name_assign_type{device="vethbaf18b2"} 3 node_network_name_assign_type{device="vethc44a9a0"} 3 node_network_name_assign_type{device="vethc595b08"} 3 node_network_name_assign_type{device="vethc675719"} 3 node_network_name_assign_type{device="vethd2a64c0"} 3 node_network_name_assign_type{device="vethd3bef75"} 3 node_network_name_assign_type{device="vethd8cdf53"} 3 node_network_name_assign_type{device="vethdb2e7e3"} 3 node_network_name_assign_type{device="vethe4903de"} 3 node_network_name_assign_type{device="vethe57ce45"} 3 node_network_name_assign_type{device="vethefb4da8"} 3 node_network_name_assign_type{device="vethfe46c1d"} 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-11f056564c75"} 0 node_network_net_dev_group{device="br-78fa4defd438"} 0 node_network_net_dev_group{device="br-81370f83890b"} 0 node_network_net_dev_group{device="br-8e576dcb3f92"} 0 node_network_net_dev_group{device="br-97c38253c0d4"} 0 node_network_net_dev_group{device="br-d8cd70a98c84"} 0 node_network_net_dev_group{device="br-dc0a03500f15"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="docker_gwbridge"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="veth052df76"} 0 node_network_net_dev_group{device="veth08c5c04"} 0 node_network_net_dev_group{device="veth0a7d651"} 0 node_network_net_dev_group{device="veth0e7b42f"} 0 node_network_net_dev_group{device="veth11de2ca"} 0 node_network_net_dev_group{device="veth156ed40"} 0 node_network_net_dev_group{device="veth162b860"} 0 node_network_net_dev_group{device="veth1cafbd2"} 0 node_network_net_dev_group{device="veth236f3f6"} 0 node_network_net_dev_group{device="veth26c6197"} 0 node_network_net_dev_group{device="veth29f2267"} 0 node_network_net_dev_group{device="veth2a642e6"} 0 node_network_net_dev_group{device="veth35690f1"} 0 node_network_net_dev_group{device="veth36cdf62"} 0 node_network_net_dev_group{device="veth3cf23b9"} 0 node_network_net_dev_group{device="veth3db3503"} 0 node_network_net_dev_group{device="veth3e89b01"} 0 node_network_net_dev_group{device="veth3f71f97"} 0 node_network_net_dev_group{device="veth40c3a28"} 0 node_network_net_dev_group{device="veth4316686"} 0 node_network_net_dev_group{device="veth44a4fb8"} 0 node_network_net_dev_group{device="veth48efa76"} 0 node_network_net_dev_group{device="veth56c2980"} 0 node_network_net_dev_group{device="veth57186df"} 0 node_network_net_dev_group{device="veth5d940cc"} 0 node_network_net_dev_group{device="veth6385a88"} 0 node_network_net_dev_group{device="veth6966a66"} 0 node_network_net_dev_group{device="veth6c85a03"} 0 node_network_net_dev_group{device="veth6f6bf0f"} 0 node_network_net_dev_group{device="veth703a68b"} 0 node_network_net_dev_group{device="veth713e5e2"} 0 node_network_net_dev_group{device="veth746deb0"} 0 node_network_net_dev_group{device="veth7969894"} 0 node_network_net_dev_group{device="veth7ea06b7"} 0 node_network_net_dev_group{device="veth7f3c1a0"} 0 node_network_net_dev_group{device="veth7f9c6af"} 0 node_network_net_dev_group{device="veth81313da"} 0 node_network_net_dev_group{device="veth8709b6c"} 0 node_network_net_dev_group{device="veth87e0c2e"} 0 node_network_net_dev_group{device="veth8dc4a20"} 0 node_network_net_dev_group{device="veth955d2a8"} 0 node_network_net_dev_group{device="veth9f1d18e"} 0 node_network_net_dev_group{device="vetha252057"} 0 node_network_net_dev_group{device="vetha6dbe47"} 0 node_network_net_dev_group{device="vethae1b1b7"} 0 node_network_net_dev_group{device="vethae7e4c8"} 0 node_network_net_dev_group{device="vethb11e45b"} 0 node_network_net_dev_group{device="vethb9c58c6"} 0 node_network_net_dev_group{device="vethbaf18b2"} 0 node_network_net_dev_group{device="vethc44a9a0"} 0 node_network_net_dev_group{device="vethc595b08"} 0 node_network_net_dev_group{device="vethc675719"} 0 node_network_net_dev_group{device="vethd2a64c0"} 0 node_network_net_dev_group{device="vethd3bef75"} 0 node_network_net_dev_group{device="vethd8cdf53"} 0 node_network_net_dev_group{device="vethdb2e7e3"} 0 node_network_net_dev_group{device="vethe4903de"} 0 node_network_net_dev_group{device="vethe57ce45"} 0 node_network_net_dev_group{device="vethefb4da8"} 0 node_network_net_dev_group{device="vethfe46c1d"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="br-11f056564c75"} 1 node_network_protocol_type{device="br-78fa4defd438"} 1 node_network_protocol_type{device="br-81370f83890b"} 1 node_network_protocol_type{device="br-8e576dcb3f92"} 1 node_network_protocol_type{device="br-97c38253c0d4"} 1 node_network_protocol_type{device="br-d8cd70a98c84"} 1 node_network_protocol_type{device="br-dc0a03500f15"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="docker_gwbridge"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="veth052df76"} 1 node_network_protocol_type{device="veth08c5c04"} 1 node_network_protocol_type{device="veth0a7d651"} 1 node_network_protocol_type{device="veth0e7b42f"} 1 node_network_protocol_type{device="veth11de2ca"} 1 node_network_protocol_type{device="veth156ed40"} 1 node_network_protocol_type{device="veth162b860"} 1 node_network_protocol_type{device="veth1cafbd2"} 1 node_network_protocol_type{device="veth236f3f6"} 1 node_network_protocol_type{device="veth26c6197"} 1 node_network_protocol_type{device="veth29f2267"} 1 node_network_protocol_type{device="veth2a642e6"} 1 node_network_protocol_type{device="veth35690f1"} 1 node_network_protocol_type{device="veth36cdf62"} 1 node_network_protocol_type{device="veth3cf23b9"} 1 node_network_protocol_type{device="veth3db3503"} 1 node_network_protocol_type{device="veth3e89b01"} 1 node_network_protocol_type{device="veth3f71f97"} 1 node_network_protocol_type{device="veth40c3a28"} 1 node_network_protocol_type{device="veth4316686"} 1 node_network_protocol_type{device="veth44a4fb8"} 1 node_network_protocol_type{device="veth48efa76"} 1 node_network_protocol_type{device="veth56c2980"} 1 node_network_protocol_type{device="veth57186df"} 1 node_network_protocol_type{device="veth5d940cc"} 1 node_network_protocol_type{device="veth6385a88"} 1 node_network_protocol_type{device="veth6966a66"} 1 node_network_protocol_type{device="veth6c85a03"} 1 node_network_protocol_type{device="veth6f6bf0f"} 1 node_network_protocol_type{device="veth703a68b"} 1 node_network_protocol_type{device="veth713e5e2"} 1 node_network_protocol_type{device="veth746deb0"} 1 node_network_protocol_type{device="veth7969894"} 1 node_network_protocol_type{device="veth7ea06b7"} 1 node_network_protocol_type{device="veth7f3c1a0"} 1 node_network_protocol_type{device="veth7f9c6af"} 1 node_network_protocol_type{device="veth81313da"} 1 node_network_protocol_type{device="veth8709b6c"} 1 node_network_protocol_type{device="veth87e0c2e"} 1 node_network_protocol_type{device="veth8dc4a20"} 1 node_network_protocol_type{device="veth955d2a8"} 1 node_network_protocol_type{device="veth9f1d18e"} 1 node_network_protocol_type{device="vetha252057"} 1 node_network_protocol_type{device="vetha6dbe47"} 1 node_network_protocol_type{device="vethae1b1b7"} 1 node_network_protocol_type{device="vethae7e4c8"} 1 node_network_protocol_type{device="vethb11e45b"} 1 node_network_protocol_type{device="vethb9c58c6"} 1 node_network_protocol_type{device="vethbaf18b2"} 1 node_network_protocol_type{device="vethc44a9a0"} 1 node_network_protocol_type{device="vethc595b08"} 1 node_network_protocol_type{device="vethc675719"} 1 node_network_protocol_type{device="vethd2a64c0"} 1 node_network_protocol_type{device="vethd3bef75"} 1 node_network_protocol_type{device="vethd8cdf53"} 1 node_network_protocol_type{device="vethdb2e7e3"} 1 node_network_protocol_type{device="vethe4903de"} 1 node_network_protocol_type{device="vethe57ce45"} 1 node_network_protocol_type{device="vethefb4da8"} 1 node_network_protocol_type{device="vethfe46c1d"} 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"} 6.307424e+06 node_network_receive_bytes_total{device="lo"} 1.73242782e+08 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="lo"} 0 # HELP node_network_receive_drop_total Network device statistic receive_drop. # TYPE node_network_receive_drop_total counter node_network_receive_drop_total{device="eth0"} 0 node_network_receive_drop_total{device="lo"} 0 # HELP node_network_receive_errs_total Network device statistic receive_errs. # TYPE node_network_receive_errs_total counter node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="lo"} 0 # HELP node_network_receive_fifo_total Network device statistic receive_fifo. # TYPE node_network_receive_fifo_total counter node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="lo"} 0 # HELP node_network_receive_frame_total Network device statistic receive_frame. # TYPE node_network_receive_frame_total counter node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="lo"} 0 # HELP node_network_receive_multicast_total Network device statistic receive_multicast. # TYPE node_network_receive_multicast_total counter node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="lo"} 0 # HELP node_network_receive_nohandler_total Network device statistic receive_nohandler. # TYPE node_network_receive_nohandler_total counter node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="lo"} 0 # HELP node_network_receive_packets_total Network device statistic receive_packets. # TYPE node_network_receive_packets_total counter node_network_receive_packets_total{device="eth0"} 73538 node_network_receive_packets_total{device="lo"} 108102 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="br-11f056564c75"} 1.25e+09 node_network_speed_bytes{device="br-78fa4defd438"} 1.25e+09 node_network_speed_bytes{device="br-81370f83890b"} 1.25e+09 node_network_speed_bytes{device="br-8e576dcb3f92"} 1.25e+09 node_network_speed_bytes{device="br-97c38253c0d4"} 1.25e+09 node_network_speed_bytes{device="br-d8cd70a98c84"} 1.25e+09 node_network_speed_bytes{device="br-dc0a03500f15"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="docker_gwbridge"} 1.25e+09 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth052df76"} 1.25e+09 node_network_speed_bytes{device="veth08c5c04"} 1.25e+09 node_network_speed_bytes{device="veth0a7d651"} 1.25e+09 node_network_speed_bytes{device="veth0e7b42f"} 1.25e+09 node_network_speed_bytes{device="veth11de2ca"} 1.25e+09 node_network_speed_bytes{device="veth156ed40"} 1.25e+09 node_network_speed_bytes{device="veth162b860"} 1.25e+09 node_network_speed_bytes{device="veth1cafbd2"} 1.25e+09 node_network_speed_bytes{device="veth236f3f6"} 1.25e+09 node_network_speed_bytes{device="veth26c6197"} 1.25e+09 node_network_speed_bytes{device="veth29f2267"} 1.25e+09 node_network_speed_bytes{device="veth2a642e6"} 1.25e+09 node_network_speed_bytes{device="veth35690f1"} 1.25e+09 node_network_speed_bytes{device="veth36cdf62"} 1.25e+09 node_network_speed_bytes{device="veth3cf23b9"} 1.25e+09 node_network_speed_bytes{device="veth3db3503"} 1.25e+09 node_network_speed_bytes{device="veth3e89b01"} 1.25e+09 node_network_speed_bytes{device="veth3f71f97"} 1.25e+09 node_network_speed_bytes{device="veth40c3a28"} 1.25e+09 node_network_speed_bytes{device="veth4316686"} 1.25e+09 node_network_speed_bytes{device="veth44a4fb8"} 1.25e+09 node_network_speed_bytes{device="veth48efa76"} 1.25e+09 node_network_speed_bytes{device="veth56c2980"} 1.25e+09 node_network_speed_bytes{device="veth57186df"} 1.25e+09 node_network_speed_bytes{device="veth5d940cc"} 1.25e+09 node_network_speed_bytes{device="veth6385a88"} 1.25e+09 node_network_speed_bytes{device="veth6966a66"} 1.25e+09 node_network_speed_bytes{device="veth6c85a03"} 1.25e+09 node_network_speed_bytes{device="veth6f6bf0f"} 1.25e+09 node_network_speed_bytes{device="veth703a68b"} 1.25e+09 node_network_speed_bytes{device="veth713e5e2"} 1.25e+09 node_network_speed_bytes{device="veth746deb0"} 1.25e+09 node_network_speed_bytes{device="veth7969894"} 1.25e+09 node_network_speed_bytes{device="veth7ea06b7"} 1.25e+09 node_network_speed_bytes{device="veth7f3c1a0"} 1.25e+09 node_network_speed_bytes{device="veth7f9c6af"} 1.25e+09 node_network_speed_bytes{device="veth81313da"} 1.25e+09 node_network_speed_bytes{device="veth8709b6c"} 1.25e+09 node_network_speed_bytes{device="veth87e0c2e"} 1.25e+09 node_network_speed_bytes{device="veth8dc4a20"} 1.25e+09 node_network_speed_bytes{device="veth955d2a8"} 1.25e+09 node_network_speed_bytes{device="veth9f1d18e"} 1.25e+09 node_network_speed_bytes{device="vetha252057"} 1.25e+09 node_network_speed_bytes{device="vetha6dbe47"} 1.25e+09 node_network_speed_bytes{device="vethae1b1b7"} 1.25e+09 node_network_speed_bytes{device="vethae7e4c8"} 1.25e+09 node_network_speed_bytes{device="vethb11e45b"} 1.25e+09 node_network_speed_bytes{device="vethb9c58c6"} 1.25e+09 node_network_speed_bytes{device="vethbaf18b2"} 1.25e+09 node_network_speed_bytes{device="vethc44a9a0"} 1.25e+09 node_network_speed_bytes{device="vethc595b08"} 1.25e+09 node_network_speed_bytes{device="vethc675719"} 1.25e+09 node_network_speed_bytes{device="vethd2a64c0"} 1.25e+09 node_network_speed_bytes{device="vethd3bef75"} 1.25e+09 node_network_speed_bytes{device="vethd8cdf53"} 1.25e+09 node_network_speed_bytes{device="vethdb2e7e3"} 1.25e+09 node_network_speed_bytes{device="vethe4903de"} 1.25e+09 node_network_speed_bytes{device="vethe57ce45"} 1.25e+09 node_network_speed_bytes{device="vethefb4da8"} 1.25e+09 node_network_speed_bytes{device="vethfe46c1d"} 1.25e+09 # HELP node_network_transmit_bytes_total Network device statistic transmit_bytes. # TYPE node_network_transmit_bytes_total counter node_network_transmit_bytes_total{device="eth0"} 1.1720842e+08 node_network_transmit_bytes_total{device="lo"} 1.73242782e+08 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="lo"} 0 # HELP node_network_transmit_colls_total Network device statistic transmit_colls. # TYPE node_network_transmit_colls_total counter node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="lo"} 0 # HELP node_network_transmit_compressed_total Network device statistic transmit_compressed. # TYPE node_network_transmit_compressed_total counter node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="lo"} 0 # HELP node_network_transmit_drop_total Network device statistic transmit_drop. # TYPE node_network_transmit_drop_total counter node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="lo"} 0 # HELP node_network_transmit_errs_total Network device statistic transmit_errs. # TYPE node_network_transmit_errs_total counter node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="lo"} 0 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="lo"} 0 # HELP node_network_transmit_packets_total Network device statistic transmit_packets. # TYPE node_network_transmit_packets_total counter node_network_transmit_packets_total{device="eth0"} 53281 node_network_transmit_packets_total{device="lo"} 108102 # 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-11f056564c75"} 0 node_network_transmit_queue_length{device="br-78fa4defd438"} 0 node_network_transmit_queue_length{device="br-81370f83890b"} 0 node_network_transmit_queue_length{device="br-8e576dcb3f92"} 0 node_network_transmit_queue_length{device="br-97c38253c0d4"} 0 node_network_transmit_queue_length{device="br-d8cd70a98c84"} 0 node_network_transmit_queue_length{device="br-dc0a03500f15"} 0 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="docker_gwbridge"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="veth052df76"} 0 node_network_transmit_queue_length{device="veth08c5c04"} 0 node_network_transmit_queue_length{device="veth0a7d651"} 0 node_network_transmit_queue_length{device="veth0e7b42f"} 0 node_network_transmit_queue_length{device="veth11de2ca"} 0 node_network_transmit_queue_length{device="veth156ed40"} 0 node_network_transmit_queue_length{device="veth162b860"} 0 node_network_transmit_queue_length{device="veth1cafbd2"} 0 node_network_transmit_queue_length{device="veth236f3f6"} 0 node_network_transmit_queue_length{device="veth26c6197"} 0 node_network_transmit_queue_length{device="veth29f2267"} 0 node_network_transmit_queue_length{device="veth2a642e6"} 0 node_network_transmit_queue_length{device="veth35690f1"} 0 node_network_transmit_queue_length{device="veth36cdf62"} 0 node_network_transmit_queue_length{device="veth3cf23b9"} 0 node_network_transmit_queue_length{device="veth3db3503"} 0 node_network_transmit_queue_length{device="veth3e89b01"} 0 node_network_transmit_queue_length{device="veth3f71f97"} 0 node_network_transmit_queue_length{device="veth40c3a28"} 0 node_network_transmit_queue_length{device="veth4316686"} 0 node_network_transmit_queue_length{device="veth44a4fb8"} 0 node_network_transmit_queue_length{device="veth48efa76"} 0 node_network_transmit_queue_length{device="veth56c2980"} 0 node_network_transmit_queue_length{device="veth57186df"} 0 node_network_transmit_queue_length{device="veth5d940cc"} 0 node_network_transmit_queue_length{device="veth6385a88"} 0 node_network_transmit_queue_length{device="veth6966a66"} 0 node_network_transmit_queue_length{device="veth6c85a03"} 0 node_network_transmit_queue_length{device="veth6f6bf0f"} 0 node_network_transmit_queue_length{device="veth703a68b"} 0 node_network_transmit_queue_length{device="veth713e5e2"} 0 node_network_transmit_queue_length{device="veth746deb0"} 0 node_network_transmit_queue_length{device="veth7969894"} 0 node_network_transmit_queue_length{device="veth7ea06b7"} 0 node_network_transmit_queue_length{device="veth7f3c1a0"} 0 node_network_transmit_queue_length{device="veth7f9c6af"} 0 node_network_transmit_queue_length{device="veth81313da"} 0 node_network_transmit_queue_length{device="veth8709b6c"} 0 node_network_transmit_queue_length{device="veth87e0c2e"} 0 node_network_transmit_queue_length{device="veth8dc4a20"} 0 node_network_transmit_queue_length{device="veth955d2a8"} 0 node_network_transmit_queue_length{device="veth9f1d18e"} 0 node_network_transmit_queue_length{device="vetha252057"} 0 node_network_transmit_queue_length{device="vetha6dbe47"} 0 node_network_transmit_queue_length{device="vethae1b1b7"} 0 node_network_transmit_queue_length{device="vethae7e4c8"} 0 node_network_transmit_queue_length{device="vethb11e45b"} 0 node_network_transmit_queue_length{device="vethb9c58c6"} 0 node_network_transmit_queue_length{device="vethbaf18b2"} 0 node_network_transmit_queue_length{device="vethc44a9a0"} 0 node_network_transmit_queue_length{device="vethc595b08"} 0 node_network_transmit_queue_length{device="vethc675719"} 0 node_network_transmit_queue_length{device="vethd2a64c0"} 0 node_network_transmit_queue_length{device="vethd3bef75"} 0 node_network_transmit_queue_length{device="vethd8cdf53"} 0 node_network_transmit_queue_length{device="vethdb2e7e3"} 0 node_network_transmit_queue_length{device="vethe4903de"} 0 node_network_transmit_queue_length{device="vethe57ce45"} 0 node_network_transmit_queue_length{device="vethefb4da8"} 0 node_network_transmit_queue_length{device="vethfe46c1d"} 0 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="br-11f056564c75"} 1 node_network_up{device="br-78fa4defd438"} 1 node_network_up{device="br-81370f83890b"} 1 node_network_up{device="br-8e576dcb3f92"} 1 node_network_up{device="br-97c38253c0d4"} 1 node_network_up{device="br-d8cd70a98c84"} 1 node_network_up{device="br-dc0a03500f15"} 1 node_network_up{device="docker0"} 0 node_network_up{device="docker_gwbridge"} 1 node_network_up{device="eth0"} 1 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth052df76"} 1 node_network_up{device="veth08c5c04"} 1 node_network_up{device="veth0a7d651"} 1 node_network_up{device="veth0e7b42f"} 1 node_network_up{device="veth11de2ca"} 1 node_network_up{device="veth156ed40"} 1 node_network_up{device="veth162b860"} 1 node_network_up{device="veth1cafbd2"} 1 node_network_up{device="veth236f3f6"} 1 node_network_up{device="veth26c6197"} 1 node_network_up{device="veth29f2267"} 1 node_network_up{device="veth2a642e6"} 1 node_network_up{device="veth35690f1"} 1 node_network_up{device="veth36cdf62"} 1 node_network_up{device="veth3cf23b9"} 1 node_network_up{device="veth3db3503"} 1 node_network_up{device="veth3e89b01"} 1 node_network_up{device="veth3f71f97"} 1 node_network_up{device="veth40c3a28"} 1 node_network_up{device="veth4316686"} 1 node_network_up{device="veth44a4fb8"} 1 node_network_up{device="veth48efa76"} 1 node_network_up{device="veth56c2980"} 1 node_network_up{device="veth57186df"} 1 node_network_up{device="veth5d940cc"} 1 node_network_up{device="veth6385a88"} 1 node_network_up{device="veth6966a66"} 1 node_network_up{device="veth6c85a03"} 1 node_network_up{device="veth6f6bf0f"} 1 node_network_up{device="veth703a68b"} 1 node_network_up{device="veth713e5e2"} 1 node_network_up{device="veth746deb0"} 1 node_network_up{device="veth7969894"} 1 node_network_up{device="veth7ea06b7"} 1 node_network_up{device="veth7f3c1a0"} 1 node_network_up{device="veth7f9c6af"} 1 node_network_up{device="veth81313da"} 1 node_network_up{device="veth8709b6c"} 1 node_network_up{device="veth87e0c2e"} 1 node_network_up{device="veth8dc4a20"} 1 node_network_up{device="veth955d2a8"} 1 node_network_up{device="veth9f1d18e"} 1 node_network_up{device="vetha252057"} 1 node_network_up{device="vetha6dbe47"} 1 node_network_up{device="vethae1b1b7"} 1 node_network_up{device="vethae7e4c8"} 1 node_network_up{device="vethb11e45b"} 1 node_network_up{device="vethb9c58c6"} 1 node_network_up{device="vethbaf18b2"} 1 node_network_up{device="vethc44a9a0"} 1 node_network_up{device="vethc595b08"} 1 node_network_up{device="vethc675719"} 1 node_network_up{device="vethd2a64c0"} 1 node_network_up{device="vethd3bef75"} 1 node_network_up{device="vethd8cdf53"} 1 node_network_up{device="vethdb2e7e3"} 1 node_network_up{device="vethe4903de"} 1 node_network_up{device="vethe57ce45"} 1 node_network_up{device="vethefb4da8"} 1 node_network_up{device="vethfe46c1d"} 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.3 LTS",variant="",variant_id="",version="24.04.3 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 248808.740143 # 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 468.085294 # 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 1147.5291140000002 # 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 2925.249097 # 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 7907.984842 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 156177.709809019 node_schedstat_running_seconds_total{cpu="1"} 154555.157395628 node_schedstat_running_seconds_total{cpu="2"} 155577.216655188 node_schedstat_running_seconds_total{cpu="3"} 155058.433569588 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 2.039128243e+09 node_schedstat_timeslices_total{cpu="1"} 2.04335501e+09 node_schedstat_timeslices_total{cpu="2"} 2.038766497e+09 node_schedstat_timeslices_total{cpu="3"} 2.019281095e+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"} 431681.703206432 node_schedstat_waiting_seconds_total{cpu="1"} 434859.424281454 node_schedstat_waiting_seconds_total{cpu="2"} 435213.465270985 node_schedstat_waiting_seconds_total{cpu="3"} 437939.695762521 # 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="bcache"} 1.1317e-05 node_scrape_collector_duration_seconds{collector="bonding"} 3.7976e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.025244807 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000160019 node_scrape_collector_duration_seconds{collector="cpu"} 0.002079567 node_scrape_collector_duration_seconds{collector="cpufreq"} 9.4741e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.002094108 node_scrape_collector_duration_seconds{collector="dmi"} 1.5584e-05 node_scrape_collector_duration_seconds{collector="edac"} 2.3525e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.000121041 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.0576e-05 node_scrape_collector_duration_seconds{collector="filefd"} 3.4682e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.12145802 node_scrape_collector_duration_seconds{collector="hwmon"} 3.2659e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.8808e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 5.7445e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 6.1833e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 8.2252e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000135944 node_scrape_collector_duration_seconds{collector="netclass"} 0.222356243 node_scrape_collector_duration_seconds{collector="netdev"} 0.000172168 node_scrape_collector_duration_seconds{collector="nfs"} 1.2107e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 7.381e-06 node_scrape_collector_duration_seconds{collector="nvme"} 2.7671e-05 node_scrape_collector_duration_seconds{collector="os"} 3.374e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.3731e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.000104225 node_scrape_collector_duration_seconds{collector="rapl"} 1.4432e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 5.9208e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.993e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000119308 node_scrape_collector_duration_seconds{collector="stat"} 0.000151977 node_scrape_collector_duration_seconds{collector="tapestats"} 7.831e-06 node_scrape_collector_duration_seconds{collector="textfile"} 1.6084e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.00027379 node_scrape_collector_duration_seconds{collector="time"} 7.8798e-05 node_scrape_collector_duration_seconds{collector="timex"} 8.362e-06 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.00018079 node_scrape_collector_duration_seconds{collector="uname"} 1.1387e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.00017496 node_scrape_collector_duration_seconds{collector="watchdog"} 1.3029e-05 node_scrape_collector_duration_seconds{collector="xfs"} 7.732e-06 node_scrape_collector_duration_seconds{collector="zfs"} 9.163e-06 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 0 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 1 node_scrape_collector_success{collector="ipvs"} 1 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="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="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 731 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 1 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 0 # HELP node_sockstat_TCP_mem_bytes Number of TCP sockets in state mem_bytes. # TYPE node_sockstat_TCP_mem_bytes gauge node_sockstat_TCP_mem_bytes 0 # HELP node_sockstat_TCP_orphan Number of TCP sockets in state orphan. # TYPE node_sockstat_TCP_orphan gauge node_sockstat_TCP_orphan 0 # HELP node_sockstat_TCP_tw Number of TCP sockets in state tw. # TYPE node_sockstat_TCP_tw gauge node_sockstat_TCP_tw 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 0 # HELP node_sockstat_UDP_mem_bytes Number of UDP sockets in state mem_bytes. # TYPE node_sockstat_UDP_mem_bytes gauge node_sockstat_UDP_mem_bytes 0 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 8 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7692073828980618e+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.9999935471954345 # 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.787 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 2.6283e-05 # HELP node_timex_pps_calibration_total Pulse per second count of calibration intervals. # TYPE node_timex_pps_calibration_total counter node_timex_pps_calibration_total 0 # HELP node_timex_pps_error_total Pulse per second count of calibration errors. # TYPE node_timex_pps_error_total counter node_timex_pps_error_total 0 # HELP node_timex_pps_frequency_hertz Pulse per second frequency. # TYPE node_timex_pps_frequency_hertz gauge node_timex_pps_frequency_hertz 0 # HELP node_timex_pps_jitter_seconds Pulse per second jitter. # TYPE node_timex_pps_jitter_seconds gauge node_timex_pps_jitter_seconds 0 # HELP node_timex_pps_jitter_total Pulse per second count of jitter limit exceeded events. # TYPE node_timex_pps_jitter_total counter node_timex_pps_jitter_total 0 # HELP node_timex_pps_shift_seconds Pulse per second interval duration. # TYPE node_timex_pps_shift_seconds gauge node_timex_pps_shift_seconds 0 # HELP node_timex_pps_stability_exceeded_total Pulse per second count of stability limit exceeded events. # TYPE node_timex_pps_stability_exceeded_total counter node_timex_pps_stability_exceeded_total 0 # HELP node_timex_pps_stability_hertz Pulse per second stability, average of recent frequency changes. # TYPE node_timex_pps_stability_hertz gauge node_timex_pps_stability_hertz 0 # HELP node_timex_status Value of the status array bits. # TYPE node_timex_status gauge node_timex_status 8193 # HELP node_timex_sync_status Is clock synchronized to a reliable server (1 = yes, 0 = no). # TYPE node_timex_sync_status gauge node_timex_sync_status 1 # HELP node_timex_tai_offset_seconds International Atomic Time (TAI) offset. # TYPE node_timex_tai_offset_seconds gauge node_timex_tai_offset_seconds 0 # HELP node_timex_tick_seconds Seconds between clock ticks. # TYPE node_timex_tick_seconds gauge node_timex_tick_seconds 0.01 # HELP node_udp_queues Number of allocated memory in the kernel for UDP datagrams in bytes. # TYPE node_udp_queues gauge node_udp_queues{ip="v4",queue="rx"} 0 node_udp_queues{ip="v4",queue="tx"} 0 node_udp_queues{ip="v6",queue="rx"} 0 node_udp_queues{ip="v6",queue="tx"} 0 # HELP node_uname_info Labeled system information as provided by the uname system call. # TYPE node_uname_info gauge node_uname_info{domainname="(none)",machine="x86_64",nodename="19f34532b70f",release="6.8.0-90-generic",sysname="Linux",version="#91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 4 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 4.574133315e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 6.63983e+06 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.5356042e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.03389569e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 1.6059913e+07 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 4.9397083e+07 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 859.42 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 524287 # 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.7787797e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 2.8965498e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 8 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.6973824e+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.76900499668e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.274044416e+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"} 1.049519e+06 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"} 13034 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0