# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.5916e-05 go_gc_duration_seconds{quantile="0.25"} 7.0553e-05 go_gc_duration_seconds{quantile="0.5"} 8.1182e-05 go_gc_duration_seconds{quantile="0.75"} 0.000107792 go_gc_duration_seconds{quantile="1"} 0.100250705 go_gc_duration_seconds_sum 34.29784096 go_gc_duration_seconds_count 13815 # 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.26.5"} 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.862336e+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 2.3977408664e+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.942106e+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 2.55411166e+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.5612e+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.862336e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 1.1681792e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 4.472832e+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 28134 # 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 1.0371072e+07 # 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.6154624e+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.7854936694778235e+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 2.554393e+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 2296 # 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 16072 # 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 79200 # 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 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 492214 # 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 2.2903048e+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 7 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 34 node_arp_entries{device="eth0"} 1 # HELP node_boot_time_seconds Node boot time, in unixtime. # TYPE node_boot_time_seconds gauge node_boot_time_seconds 1.785388374e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.505859711e+09 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 # 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"} 67201.68 node_cpu_seconds_total{cpu="0",mode="iowait"} 196.48 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 12.7 node_cpu_seconds_total{cpu="0",mode="softirq"} 5041.99 node_cpu_seconds_total{cpu="0",mode="steal"} 0 node_cpu_seconds_total{cpu="0",mode="system"} 13811.62 node_cpu_seconds_total{cpu="0",mode="user"} 15350.07 node_cpu_seconds_total{cpu="1",mode="idle"} 67717.28 node_cpu_seconds_total{cpu="1",mode="iowait"} 196.07 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 7.61 node_cpu_seconds_total{cpu="1",mode="softirq"} 3009.63 node_cpu_seconds_total{cpu="1",mode="steal"} 0 node_cpu_seconds_total{cpu="1",mode="system"} 13660.32 node_cpu_seconds_total{cpu="1",mode="user"} 15291.06 node_cpu_seconds_total{cpu="2",mode="idle"} 67919.83 node_cpu_seconds_total{cpu="2",mode="iowait"} 196.72 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 9.5 node_cpu_seconds_total{cpu="2",mode="softirq"} 1968.76 node_cpu_seconds_total{cpu="2",mode="steal"} 0 node_cpu_seconds_total{cpu="2",mode="system"} 13609.79 node_cpu_seconds_total{cpu="2",mode="user"} 15283.23 node_cpu_seconds_total{cpu="3",mode="idle"} 67962.28 node_cpu_seconds_total{cpu="3",mode="iowait"} 196.99 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 9.18 node_cpu_seconds_total{cpu="3",mode="softirq"} 1592.55 node_cpu_seconds_total{cpu="3",mode="steal"} 0 node_cpu_seconds_total{cpu="3",mode="system"} 13530.59 node_cpu_seconds_total{cpu="3",mode="user"} 15245.8 node_cpu_seconds_total{cpu="4",mode="idle"} 68125.88 node_cpu_seconds_total{cpu="4",mode="iowait"} 192.83 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 10.63 node_cpu_seconds_total{cpu="4",mode="softirq"} 1229.9 node_cpu_seconds_total{cpu="4",mode="steal"} 0 node_cpu_seconds_total{cpu="4",mode="system"} 13540.06 node_cpu_seconds_total{cpu="4",mode="user"} 15247.39 node_cpu_seconds_total{cpu="5",mode="idle"} 68115.91 node_cpu_seconds_total{cpu="5",mode="iowait"} 194.85 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 12.77 node_cpu_seconds_total{cpu="5",mode="softirq"} 1037.6 node_cpu_seconds_total{cpu="5",mode="steal"} 0 node_cpu_seconds_total{cpu="5",mode="system"} 13565.89 node_cpu_seconds_total{cpu="5",mode="user"} 15258.3 # 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"} 140.747 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 4.24193248e+08 # 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"} 131635 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 # HELP node_disk_flush_requests_time_seconds_total This is the total number of seconds spent by all flush requests. # TYPE node_disk_flush_requests_time_seconds_total counter node_disk_flush_requests_time_seconds_total{device="sda"} 122.897 # 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"} 186017 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:00:05.0-scsi-0:0:0:0",revision="2.5+",rotational="0",serial="drive-scsi0",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 1687.175 # 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"} 5168.134 # 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.762269696e+10 # 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"} 1451.135 # 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.944941e+06 # 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"} 163657 # 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"} 3453.353 # 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.545376e+06 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 2.570237e+06 # 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"} 6.965191168e+10 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-9.0",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-9.0",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="HEAD",goarch="amd64",goos="linux",goversion="go1.26.5",revision="6044da783597cc3b57aef7580ddcdcff58a4ee99",tags="unknown",version="1.12.1"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 12928 # 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.11301308416e+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.36288768e+08 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.24542976e+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.24542976e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.24542976e+09 # HELP node_filesystem_device_error Whether an error occurred while getting statistics for the given device. # TYPE node_filesystem_device_error gauge node_filesystem_device_error{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_device_error{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/00e79229fbfc89fbe9af4c375e109c95595607ab6039027b13548af4764c086b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/0e6a77cb645de924ab1503fc3e93e5d23968d8337da66cbc2bb80ef19e7dca89/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1192d15d0b3f6918036c4f5b2718f6867550e7dc04c85cdcfaa2721891a382f6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/16a019c4b2a11f8f5556d491756d722f8134e2b0c5a73d2134a8e7f261692294/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1f84995e0256be2d6693362ebbc8990fb998d8065e40fdaf19e445f1e5489088/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/267de42f5b5cd1ce7bc2371f5032b77946e0bd0191a1c9f8800f2f395e44df0d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2c42830f6fcd79af3bf032ef6433c590a4426679c7beb526a6e0ac2adb1053f3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3018cc24ea61faec943ec006a8c025c28f6475bc3e4fda2273c97940a4de297c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39b24cf9f10f3977f4c3a69735f7010f92155067b0a4603b35b76951fb92cbdd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f7077650067d5e83b37da22acb44851b90aa93f26f577f9f78fd7cc734f317c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f87d59ec9bb480924d533701d6e72f76134fab8da7149d31ad05a43599c51c6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b4ab2182ebfdf6ec4ffdf99e21d96c33ffc03c60cfe5332caeb0325bec1944/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59aa5b455e0c2d98d5287c7af8bc6562c2e49081c231e92d47fa304e41b08afb/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5d3fdb11e542cd8bea62a9b98c33c66ee9373df992d683adade78b08f3e10dff/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/68b53b0f329865c7667e69aa6af87876fe5f1fbf0b0ba80d6785cd3b319842ae/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/765457065250a7ae911111ada1ef0cd2c3b8d91c68eec8e156d860386ad578dd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7a2eb43763dc08130db3af510b365c82c51f2212e454b955fbfaa3684f4b8d30/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7b6ceb160074a29c3ff110312f5497bc8097f8a364bc3a629ada349915f0f874/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcf5371c119c3c2e7c8053a0066b9dfaf36644db54317d5c066b7a970117af0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/88003779b0246dc6ec5a823bcdf4120c546d5640e3877e5cd3de21279df28cd1/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9e23702c12955bd1d49a0e6b45ffbf8855902480f89869c55b8bd2cadac54387/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9f52b75fd7db3dad45e38db36b696609b77d38d5562057d5a8695079f4bcbd06/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/acab1e47ef16401c986bd73b513febdae4b5b0f74b46286da4883ae588a43f39/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ad7e80ae9678a835d45179d29e7ad607b43f568c6cdb8a29d867819757f61e7e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b5ff64a2b4579b225817913a04ac4098b18e2ab606c5713e11bba56f4e8328f0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b9db07aff775e91a32778c4de548ca0924be096353a57cf36903a4120470f2cc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/be5d3dfd4f0bbb4978863a23d15cf9798ef6e706649e8f27031f44d7b1a70191/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf5bbb57bd6fa24e0d9e120a5e2d86873d73b377c5d563b860bd489ab405f26c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c0ed630f78cd606102fead95564fed28afac3ca708f9b9fbe5883cd7a161fa2a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c505d49d4601eea84e923c9c48ef543a0dcfd03efb5cf9204f2a6dc0c44a8ecc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cc63914d46d80443274eb7777f8305697df5ee0ffc06b3233ad9680d6a411071/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d0abfaf20e2c510dd716560a85a191a7323acd294dae83443830d8890993b34c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cd6ec5ed63ffb7b2fe314666c510540f90452095574b48571a49832f65e99d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dc65035c0dbe2946c5bf6dd419d97c635fc2b1f5910271b7600f31d5c78a7b12/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dfcd8852167cf03905ae71ab679a5e04d3ed06dea26f51d355778e1c49d70f31/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e2cf16ac9b0e3ed8e7b6896ce94c39d1de7c92cf3cdf7f7f1e5bdb7471de5e9c/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eb5555c8f2370def81d1e4d264aa4f7bff2962bda9fd3251eaaa18747e3714e6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f660d18a2874d2cdc717f3cbe980160c6f261de52d5dd60de075195a5842eeaa/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fcc4c3f37fa55a6b0be80c6c39a7b99bc3cc9da45efc77ca7008ee7a9f17c588/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff92a74c2d417dacf8dc0f091dd6397958986d3185bc0ab3f003961741c60087/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/0"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.6083328e+07 node_filesystem_files{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 58496 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.530943e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.530943e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.530943e+06 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.530943e+06 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.2265692e+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"} 1.527587e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/lock"} 1.53094e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/snapd/ns"} 1.527587e+06 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.527587e+06 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 1.11318085632e+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.0093184e+08 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.24542976e+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.24542976e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.24542976e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda1",major="8",minor="1",mountpoint="/"} 1 node_filesystem_mount_info{device="/dev/sda15",major="8",minor="15",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda16",major="259",minor="0",mountpoint="/boot"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="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="303",mountpoint="/run/user/0"} 1 # HELP node_filesystem_purgeable_bytes Filesystem space available including purgeable space (MacOS specific). # TYPE node_filesystem_purgeable_bytes gauge node_filesystem_purgeable_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/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/0"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 0 node_filesystem_readonly{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/00e79229fbfc89fbe9af4c375e109c95595607ab6039027b13548af4764c086b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/0e6a77cb645de924ab1503fc3e93e5d23968d8337da66cbc2bb80ef19e7dca89/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1192d15d0b3f6918036c4f5b2718f6867550e7dc04c85cdcfaa2721891a382f6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/16a019c4b2a11f8f5556d491756d722f8134e2b0c5a73d2134a8e7f261692294/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1f84995e0256be2d6693362ebbc8990fb998d8065e40fdaf19e445f1e5489088/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/267de42f5b5cd1ce7bc2371f5032b77946e0bd0191a1c9f8800f2f395e44df0d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/2c42830f6fcd79af3bf032ef6433c590a4426679c7beb526a6e0ac2adb1053f3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3018cc24ea61faec943ec006a8c025c28f6475bc3e4fda2273c97940a4de297c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/39b24cf9f10f3977f4c3a69735f7010f92155067b0a4603b35b76951fb92cbdd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f7077650067d5e83b37da22acb44851b90aa93f26f577f9f78fd7cc734f317c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4f87d59ec9bb480924d533701d6e72f76134fab8da7149d31ad05a43599c51c6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/57b4ab2182ebfdf6ec4ffdf99e21d96c33ffc03c60cfe5332caeb0325bec1944/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/59aa5b455e0c2d98d5287c7af8bc6562c2e49081c231e92d47fa304e41b08afb/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5d3fdb11e542cd8bea62a9b98c33c66ee9373df992d683adade78b08f3e10dff/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/68b53b0f329865c7667e69aa6af87876fe5f1fbf0b0ba80d6785cd3b319842ae/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/765457065250a7ae911111ada1ef0cd2c3b8d91c68eec8e156d860386ad578dd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7a2eb43763dc08130db3af510b365c82c51f2212e454b955fbfaa3684f4b8d30/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7b6ceb160074a29c3ff110312f5497bc8097f8a364bc3a629ada349915f0f874/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7dcf5371c119c3c2e7c8053a0066b9dfaf36644db54317d5c066b7a970117af0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/88003779b0246dc6ec5a823bcdf4120c546d5640e3877e5cd3de21279df28cd1/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9e23702c12955bd1d49a0e6b45ffbf8855902480f89869c55b8bd2cadac54387/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9f52b75fd7db3dad45e38db36b696609b77d38d5562057d5a8695079f4bcbd06/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/acab1e47ef16401c986bd73b513febdae4b5b0f74b46286da4883ae588a43f39/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ad7e80ae9678a835d45179d29e7ad607b43f568c6cdb8a29d867819757f61e7e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b5ff64a2b4579b225817913a04ac4098b18e2ab606c5713e11bba56f4e8328f0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b9db07aff775e91a32778c4de548ca0924be096353a57cf36903a4120470f2cc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/be5d3dfd4f0bbb4978863a23d15cf9798ef6e706649e8f27031f44d7b1a70191/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/bf5bbb57bd6fa24e0d9e120a5e2d86873d73b377c5d563b860bd489ab405f26c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c0ed630f78cd606102fead95564fed28afac3ca708f9b9fbe5883cd7a161fa2a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c505d49d4601eea84e923c9c48ef543a0dcfd03efb5cf9204f2a6dc0c44a8ecc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cc63914d46d80443274eb7777f8305697df5ee0ffc06b3233ad9680d6a411071/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d0abfaf20e2c510dd716560a85a191a7323acd294dae83443830d8890993b34c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d0cd6ec5ed63ffb7b2fe314666c510540f90452095574b48571a49832f65e99d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dc65035c0dbe2946c5bf6dd419d97c635fc2b1f5910271b7600f31d5c78a7b12/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/dfcd8852167cf03905ae71ab679a5e04d3ed06dea26f51d355778e1c49d70f31/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e2cf16ac9b0e3ed8e7b6896ce94c39d1de7c92cf3cdf7f7f1e5bdb7471de5e9c/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eb5555c8f2370def81d1e4d264aa4f7bff2962bda9fd3251eaaa18747e3714e6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/f660d18a2874d2cdc717f3cbe980160c6f261de52d5dd60de075195a5842eeaa/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fcc4c3f37fa55a6b0be80c6c39a7b99bc3cc9da45efc77ca7008ee7a9f17c588/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ff92a74c2d417dacf8dc0f091dd6397958986d3185bc0ab3f003961741c60087/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/0"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda1",device_error="",fstype="ext4",mountpoint="/"} 2.06900281344e+11 node_filesystem_size_bytes{device="/dev/sda15",device_error="",fstype="vfat",mountpoint="/boot/efi"} 1.09395456e+08 node_filesystem_size_bytes{device="/dev/sda16",device_error="",fstype="ext4",mountpoint="/boot"} 9.2315648e+08 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 1.254150144e+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.254150144e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/0"} 1.254150144e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 1.194368e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 1.236646504e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 3.49 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 3.16 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 3.11 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 4.159348736e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 5.275140096e+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.11579136e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 2.097152e+06 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 5.146914816e+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.85012224e+08 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 3.05852416e+09 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 6.270742528e+09 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 1.3327044608e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 3.221225472e+09 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 1.159725056e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 2.13753856e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 1.294336e+06 # HELP node_memory_HardwareCorrupted_bytes Memory information field HardwareCorrupted_bytes. # TYPE node_memory_HardwareCorrupted_bytes gauge node_memory_HardwareCorrupted_bytes 0 # HELP node_memory_HugePages_Free Memory information field HugePages_Free. # TYPE node_memory_HugePages_Free gauge node_memory_HugePages_Free 0 # HELP node_memory_HugePages_Rsvd Memory information field HugePages_Rsvd. # TYPE node_memory_HugePages_Rsvd gauge node_memory_HugePages_Rsvd 0 # HELP node_memory_HugePages_Surp Memory information field HugePages_Surp. # TYPE node_memory_HugePages_Surp gauge node_memory_HugePages_Surp 0 # HELP node_memory_HugePages_Total Memory information field HugePages_Total. # TYPE node_memory_HugePages_Total gauge node_memory_HugePages_Total 0 # HELP node_memory_Hugepagesize_bytes Memory information field Hugepagesize_bytes. # TYPE node_memory_Hugepagesize_bytes gauge node_memory_Hugepagesize_bytes 2.097152e+06 # HELP node_memory_Inactive_anon_bytes Memory information field Inactive_anon_bytes. # TYPE node_memory_Inactive_anon_bytes gauge node_memory_Inactive_anon_bytes 1.236434944e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 3.086610432e+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 1.850175488e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 2.4018944e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 2.775584768e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 6.37167616e+09 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 2.51111424e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 1.2541489152e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 2.8102656e+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 5.3395456e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.1862016e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 1.22392576e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 2.46398976e+08 # HELP node_memory_ShmemHugePages_bytes Memory information field ShmemHugePages_bytes. # TYPE node_memory_ShmemHugePages_bytes gauge node_memory_ShmemHugePages_bytes 0 # HELP node_memory_ShmemPmdMapped_bytes Memory information field ShmemPmdMapped_bytes. # TYPE node_memory_ShmemPmdMapped_bytes gauge node_memory_ShmemPmdMapped_bytes 0 # HELP node_memory_Shmem_bytes Memory information field Shmem_bytes. # TYPE node_memory_Shmem_bytes gauge node_memory_Shmem_bytes 2.68566528e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 1.470324736e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 0 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 0 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 0 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 2.865152e+07 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 3.5184372087808e+13 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 3.9936e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_memory_Zswapped_bytes Memory information field Zswapped_bytes. # TYPE node_memory_Zswapped_bytes gauge node_memory_Zswapped_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 3503 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 7367 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 14 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 472 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 520 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 3.341498788e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 1.518041e+07 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 8.194471778e+09 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.8780832326e+10 # HELP node_netstat_Ip_Forwarding Statistic IpForwarding. # TYPE node_netstat_Ip_Forwarding untyped node_netstat_Ip_Forwarding 1 # HELP node_netstat_TcpExt_ListenDrops Statistic TcpExtListenDrops. # TYPE node_netstat_TcpExt_ListenDrops untyped node_netstat_TcpExt_ListenDrops 0 # HELP node_netstat_TcpExt_ListenOverflows Statistic TcpExtListenOverflows. # TYPE node_netstat_TcpExt_ListenOverflows untyped node_netstat_TcpExt_ListenOverflows 0 # HELP node_netstat_TcpExt_SyncookiesFailed Statistic TcpExtSyncookiesFailed. # TYPE node_netstat_TcpExt_SyncookiesFailed untyped node_netstat_TcpExt_SyncookiesFailed 0 # HELP node_netstat_TcpExt_SyncookiesRecv Statistic TcpExtSyncookiesRecv. # TYPE node_netstat_TcpExt_SyncookiesRecv untyped node_netstat_TcpExt_SyncookiesRecv 0 # HELP node_netstat_TcpExt_SyncookiesSent Statistic TcpExtSyncookiesSent. # TYPE node_netstat_TcpExt_SyncookiesSent untyped node_netstat_TcpExt_SyncookiesSent 0 # HELP node_netstat_TcpExt_TCPOFOQueue Statistic TcpExtTCPOFOQueue. # TYPE node_netstat_TcpExt_TCPOFOQueue untyped node_netstat_TcpExt_TCPOFOQueue 23595 # HELP node_netstat_TcpExt_TCPRcvQDrop Statistic TcpExtTCPRcvQDrop. # TYPE node_netstat_TcpExt_TCPRcvQDrop untyped node_netstat_TcpExt_TCPRcvQDrop 0 # HELP node_netstat_TcpExt_TCPSynRetrans Statistic TcpExtTCPSynRetrans. # TYPE node_netstat_TcpExt_TCPSynRetrans untyped node_netstat_TcpExt_TCPSynRetrans 361 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1475 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 530615 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 103 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 0 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 2.292559e+07 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 113065 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 2.9961842e+07 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 36040 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 11170 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 2016 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 0 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 0 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 61 # HELP node_netstat_Udp6_RcvbufErrors Statistic Udp6RcvbufErrors. # TYPE node_netstat_Udp6_RcvbufErrors untyped node_netstat_Udp6_RcvbufErrors 0 # HELP node_netstat_Udp6_SndbufErrors Statistic Udp6SndbufErrors. # TYPE node_netstat_Udp6_SndbufErrors untyped node_netstat_Udp6_SndbufErrors 0 # HELP node_netstat_UdpLite6_InErrors Statistic UdpLite6InErrors. # TYPE node_netstat_UdpLite6_InErrors untyped node_netstat_UdpLite6_InErrors 0 # HELP node_netstat_UdpLite_InErrors Statistic UdpLiteInErrors. # TYPE node_netstat_UdpLite_InErrors untyped node_netstat_UdpLite_InErrors 0 # HELP node_netstat_Udp_InDatagrams Statistic UdpInDatagrams. # TYPE node_netstat_Udp_InDatagrams untyped node_netstat_Udp_InDatagrams 308711 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 58 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 92 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 10013 # HELP node_netstat_Udp_RcvbufErrors Statistic UdpRcvbufErrors. # TYPE node_netstat_Udp_RcvbufErrors untyped node_netstat_Udp_RcvbufErrors 0 # HELP node_netstat_Udp_SndbufErrors Statistic UdpSndbufErrors. # TYPE node_netstat_Udp_SndbufErrors untyped node_netstat_Udp_SndbufErrors 0 # HELP node_network_address_assign_type Network device property: address_assign_type # TYPE node_network_address_assign_type gauge node_network_address_assign_type{device="cni0"} 3 node_network_address_assign_type{device="docker0"} 3 node_network_address_assign_type{device="eth0"} 0 node_network_address_assign_type{device="flannel.1"} 3 node_network_address_assign_type{device="lo"} 0 node_network_address_assign_type{device="tailscale0"} 0 node_network_address_assign_type{device="veth0382f754"} 3 node_network_address_assign_type{device="veth078b078e"} 3 node_network_address_assign_type{device="veth09db0895"} 3 node_network_address_assign_type{device="veth0aa78e6a"} 3 node_network_address_assign_type{device="veth0c6819a8"} 3 node_network_address_assign_type{device="veth0e73f3d3"} 3 node_network_address_assign_type{device="veth0fef23e9"} 3 node_network_address_assign_type{device="veth1a53a427"} 3 node_network_address_assign_type{device="veth1d0e047f"} 3 node_network_address_assign_type{device="veth257a3e31"} 3 node_network_address_assign_type{device="veth2ce997ba"} 3 node_network_address_assign_type{device="veth33219b78"} 3 node_network_address_assign_type{device="veth379b2745"} 3 node_network_address_assign_type{device="veth38923175"} 3 node_network_address_assign_type{device="veth4c45a1be"} 3 node_network_address_assign_type{device="veth53ff0392"} 3 node_network_address_assign_type{device="veth5673499e"} 3 node_network_address_assign_type{device="veth5f20a2d1"} 3 node_network_address_assign_type{device="veth7483fb3f"} 3 node_network_address_assign_type{device="veth7bdf3803"} 3 node_network_address_assign_type{device="veth7d99a1a4"} 3 node_network_address_assign_type{device="veth8836690d"} 3 node_network_address_assign_type{device="veth8a44fb92"} 3 node_network_address_assign_type{device="veth8aba0ed3"} 3 node_network_address_assign_type{device="veth95772b17"} 3 node_network_address_assign_type{device="vetha2837797"} 3 node_network_address_assign_type{device="vetha30aac9e"} 3 node_network_address_assign_type{device="vetha4b48713"} 3 node_network_address_assign_type{device="vethb0801136"} 3 node_network_address_assign_type{device="vethc8ab67b2"} 3 node_network_address_assign_type{device="vethc9df17f0"} 3 node_network_address_assign_type{device="vethcfb0bbe3"} 3 node_network_address_assign_type{device="vethcfc9b287"} 3 node_network_address_assign_type{device="vethd2020f1c"} 3 node_network_address_assign_type{device="vethd6ea4a17"} 3 node_network_address_assign_type{device="vethda826f5a"} 3 node_network_address_assign_type{device="vethddb96dfa"} 3 node_network_address_assign_type{device="vethdfa3e012"} 3 node_network_address_assign_type{device="vethe26a704e"} 3 node_network_address_assign_type{device="wt0"} 0 # HELP node_network_carrier Network device property: carrier # TYPE node_network_carrier gauge node_network_carrier{device="cni0"} 1 node_network_carrier{device="docker0"} 0 node_network_carrier{device="eth0"} 1 node_network_carrier{device="flannel.1"} 1 node_network_carrier{device="lo"} 1 node_network_carrier{device="tailscale0"} 1 node_network_carrier{device="veth0382f754"} 1 node_network_carrier{device="veth078b078e"} 1 node_network_carrier{device="veth09db0895"} 1 node_network_carrier{device="veth0aa78e6a"} 1 node_network_carrier{device="veth0c6819a8"} 1 node_network_carrier{device="veth0e73f3d3"} 1 node_network_carrier{device="veth0fef23e9"} 1 node_network_carrier{device="veth1a53a427"} 1 node_network_carrier{device="veth1d0e047f"} 1 node_network_carrier{device="veth257a3e31"} 1 node_network_carrier{device="veth2ce997ba"} 1 node_network_carrier{device="veth33219b78"} 1 node_network_carrier{device="veth379b2745"} 1 node_network_carrier{device="veth38923175"} 1 node_network_carrier{device="veth4c45a1be"} 1 node_network_carrier{device="veth53ff0392"} 1 node_network_carrier{device="veth5673499e"} 1 node_network_carrier{device="veth5f20a2d1"} 1 node_network_carrier{device="veth7483fb3f"} 1 node_network_carrier{device="veth7bdf3803"} 1 node_network_carrier{device="veth7d99a1a4"} 1 node_network_carrier{device="veth8836690d"} 1 node_network_carrier{device="veth8a44fb92"} 1 node_network_carrier{device="veth8aba0ed3"} 1 node_network_carrier{device="veth95772b17"} 1 node_network_carrier{device="vetha2837797"} 1 node_network_carrier{device="vetha30aac9e"} 1 node_network_carrier{device="vetha4b48713"} 1 node_network_carrier{device="vethb0801136"} 1 node_network_carrier{device="vethc8ab67b2"} 1 node_network_carrier{device="vethc9df17f0"} 1 node_network_carrier{device="vethcfb0bbe3"} 1 node_network_carrier{device="vethcfc9b287"} 1 node_network_carrier{device="vethd2020f1c"} 1 node_network_carrier{device="vethd6ea4a17"} 1 node_network_carrier{device="vethda826f5a"} 1 node_network_carrier{device="vethddb96dfa"} 1 node_network_carrier{device="vethdfa3e012"} 1 node_network_carrier{device="vethe26a704e"} 1 node_network_carrier{device="wt0"} 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="cni0"} 2 node_network_carrier_changes_total{device="docker0"} 1 node_network_carrier_changes_total{device="eth0"} 2 node_network_carrier_changes_total{device="flannel.1"} 0 node_network_carrier_changes_total{device="lo"} 0 node_network_carrier_changes_total{device="tailscale0"} 0 node_network_carrier_changes_total{device="veth0382f754"} 2 node_network_carrier_changes_total{device="veth078b078e"} 2 node_network_carrier_changes_total{device="veth09db0895"} 2 node_network_carrier_changes_total{device="veth0aa78e6a"} 2 node_network_carrier_changes_total{device="veth0c6819a8"} 2 node_network_carrier_changes_total{device="veth0e73f3d3"} 2 node_network_carrier_changes_total{device="veth0fef23e9"} 2 node_network_carrier_changes_total{device="veth1a53a427"} 2 node_network_carrier_changes_total{device="veth1d0e047f"} 2 node_network_carrier_changes_total{device="veth257a3e31"} 2 node_network_carrier_changes_total{device="veth2ce997ba"} 2 node_network_carrier_changes_total{device="veth33219b78"} 2 node_network_carrier_changes_total{device="veth379b2745"} 2 node_network_carrier_changes_total{device="veth38923175"} 2 node_network_carrier_changes_total{device="veth4c45a1be"} 2 node_network_carrier_changes_total{device="veth53ff0392"} 2 node_network_carrier_changes_total{device="veth5673499e"} 2 node_network_carrier_changes_total{device="veth5f20a2d1"} 2 node_network_carrier_changes_total{device="veth7483fb3f"} 2 node_network_carrier_changes_total{device="veth7bdf3803"} 2 node_network_carrier_changes_total{device="veth7d99a1a4"} 2 node_network_carrier_changes_total{device="veth8836690d"} 2 node_network_carrier_changes_total{device="veth8a44fb92"} 2 node_network_carrier_changes_total{device="veth8aba0ed3"} 2 node_network_carrier_changes_total{device="veth95772b17"} 2 node_network_carrier_changes_total{device="vetha2837797"} 2 node_network_carrier_changes_total{device="vetha30aac9e"} 2 node_network_carrier_changes_total{device="vetha4b48713"} 2 node_network_carrier_changes_total{device="vethb0801136"} 2 node_network_carrier_changes_total{device="vethc8ab67b2"} 2 node_network_carrier_changes_total{device="vethc9df17f0"} 2 node_network_carrier_changes_total{device="vethcfb0bbe3"} 2 node_network_carrier_changes_total{device="vethcfc9b287"} 2 node_network_carrier_changes_total{device="vethd2020f1c"} 2 node_network_carrier_changes_total{device="vethd6ea4a17"} 2 node_network_carrier_changes_total{device="vethda826f5a"} 2 node_network_carrier_changes_total{device="vethddb96dfa"} 2 node_network_carrier_changes_total{device="vethdfa3e012"} 2 node_network_carrier_changes_total{device="vethe26a704e"} 2 node_network_carrier_changes_total{device="wt0"} 0 # 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="cni0"} 1 node_network_carrier_down_changes_total{device="docker0"} 1 node_network_carrier_down_changes_total{device="eth0"} 1 node_network_carrier_down_changes_total{device="flannel.1"} 0 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="veth0382f754"} 1 node_network_carrier_down_changes_total{device="veth078b078e"} 1 node_network_carrier_down_changes_total{device="veth09db0895"} 1 node_network_carrier_down_changes_total{device="veth0aa78e6a"} 1 node_network_carrier_down_changes_total{device="veth0c6819a8"} 1 node_network_carrier_down_changes_total{device="veth0e73f3d3"} 1 node_network_carrier_down_changes_total{device="veth0fef23e9"} 1 node_network_carrier_down_changes_total{device="veth1a53a427"} 1 node_network_carrier_down_changes_total{device="veth1d0e047f"} 1 node_network_carrier_down_changes_total{device="veth257a3e31"} 1 node_network_carrier_down_changes_total{device="veth2ce997ba"} 1 node_network_carrier_down_changes_total{device="veth33219b78"} 1 node_network_carrier_down_changes_total{device="veth379b2745"} 1 node_network_carrier_down_changes_total{device="veth38923175"} 1 node_network_carrier_down_changes_total{device="veth4c45a1be"} 1 node_network_carrier_down_changes_total{device="veth53ff0392"} 1 node_network_carrier_down_changes_total{device="veth5673499e"} 1 node_network_carrier_down_changes_total{device="veth5f20a2d1"} 1 node_network_carrier_down_changes_total{device="veth7483fb3f"} 1 node_network_carrier_down_changes_total{device="veth7bdf3803"} 1 node_network_carrier_down_changes_total{device="veth7d99a1a4"} 1 node_network_carrier_down_changes_total{device="veth8836690d"} 1 node_network_carrier_down_changes_total{device="veth8a44fb92"} 1 node_network_carrier_down_changes_total{device="veth8aba0ed3"} 1 node_network_carrier_down_changes_total{device="veth95772b17"} 1 node_network_carrier_down_changes_total{device="vetha2837797"} 1 node_network_carrier_down_changes_total{device="vetha30aac9e"} 1 node_network_carrier_down_changes_total{device="vetha4b48713"} 1 node_network_carrier_down_changes_total{device="vethb0801136"} 1 node_network_carrier_down_changes_total{device="vethc8ab67b2"} 1 node_network_carrier_down_changes_total{device="vethc9df17f0"} 1 node_network_carrier_down_changes_total{device="vethcfb0bbe3"} 1 node_network_carrier_down_changes_total{device="vethcfc9b287"} 1 node_network_carrier_down_changes_total{device="vethd2020f1c"} 1 node_network_carrier_down_changes_total{device="vethd6ea4a17"} 1 node_network_carrier_down_changes_total{device="vethda826f5a"} 1 node_network_carrier_down_changes_total{device="vethddb96dfa"} 1 node_network_carrier_down_changes_total{device="vethdfa3e012"} 1 node_network_carrier_down_changes_total{device="vethe26a704e"} 1 node_network_carrier_down_changes_total{device="wt0"} 0 # 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="cni0"} 1 node_network_carrier_up_changes_total{device="docker0"} 0 node_network_carrier_up_changes_total{device="eth0"} 1 node_network_carrier_up_changes_total{device="flannel.1"} 0 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="veth0382f754"} 1 node_network_carrier_up_changes_total{device="veth078b078e"} 1 node_network_carrier_up_changes_total{device="veth09db0895"} 1 node_network_carrier_up_changes_total{device="veth0aa78e6a"} 1 node_network_carrier_up_changes_total{device="veth0c6819a8"} 1 node_network_carrier_up_changes_total{device="veth0e73f3d3"} 1 node_network_carrier_up_changes_total{device="veth0fef23e9"} 1 node_network_carrier_up_changes_total{device="veth1a53a427"} 1 node_network_carrier_up_changes_total{device="veth1d0e047f"} 1 node_network_carrier_up_changes_total{device="veth257a3e31"} 1 node_network_carrier_up_changes_total{device="veth2ce997ba"} 1 node_network_carrier_up_changes_total{device="veth33219b78"} 1 node_network_carrier_up_changes_total{device="veth379b2745"} 1 node_network_carrier_up_changes_total{device="veth38923175"} 1 node_network_carrier_up_changes_total{device="veth4c45a1be"} 1 node_network_carrier_up_changes_total{device="veth53ff0392"} 1 node_network_carrier_up_changes_total{device="veth5673499e"} 1 node_network_carrier_up_changes_total{device="veth5f20a2d1"} 1 node_network_carrier_up_changes_total{device="veth7483fb3f"} 1 node_network_carrier_up_changes_total{device="veth7bdf3803"} 1 node_network_carrier_up_changes_total{device="veth7d99a1a4"} 1 node_network_carrier_up_changes_total{device="veth8836690d"} 1 node_network_carrier_up_changes_total{device="veth8a44fb92"} 1 node_network_carrier_up_changes_total{device="veth8aba0ed3"} 1 node_network_carrier_up_changes_total{device="veth95772b17"} 1 node_network_carrier_up_changes_total{device="vetha2837797"} 1 node_network_carrier_up_changes_total{device="vetha30aac9e"} 1 node_network_carrier_up_changes_total{device="vetha4b48713"} 1 node_network_carrier_up_changes_total{device="vethb0801136"} 1 node_network_carrier_up_changes_total{device="vethc8ab67b2"} 1 node_network_carrier_up_changes_total{device="vethc9df17f0"} 1 node_network_carrier_up_changes_total{device="vethcfb0bbe3"} 1 node_network_carrier_up_changes_total{device="vethcfc9b287"} 1 node_network_carrier_up_changes_total{device="vethd2020f1c"} 1 node_network_carrier_up_changes_total{device="vethd6ea4a17"} 1 node_network_carrier_up_changes_total{device="vethda826f5a"} 1 node_network_carrier_up_changes_total{device="vethddb96dfa"} 1 node_network_carrier_up_changes_total{device="vethdfa3e012"} 1 node_network_carrier_up_changes_total{device="vethe26a704e"} 1 node_network_carrier_up_changes_total{device="wt0"} 0 # HELP node_network_device_id Network device property: device_id # TYPE node_network_device_id gauge node_network_device_id{device="cni0"} 0 node_network_device_id{device="docker0"} 0 node_network_device_id{device="eth0"} 0 node_network_device_id{device="flannel.1"} 0 node_network_device_id{device="lo"} 0 node_network_device_id{device="tailscale0"} 0 node_network_device_id{device="veth0382f754"} 0 node_network_device_id{device="veth078b078e"} 0 node_network_device_id{device="veth09db0895"} 0 node_network_device_id{device="veth0aa78e6a"} 0 node_network_device_id{device="veth0c6819a8"} 0 node_network_device_id{device="veth0e73f3d3"} 0 node_network_device_id{device="veth0fef23e9"} 0 node_network_device_id{device="veth1a53a427"} 0 node_network_device_id{device="veth1d0e047f"} 0 node_network_device_id{device="veth257a3e31"} 0 node_network_device_id{device="veth2ce997ba"} 0 node_network_device_id{device="veth33219b78"} 0 node_network_device_id{device="veth379b2745"} 0 node_network_device_id{device="veth38923175"} 0 node_network_device_id{device="veth4c45a1be"} 0 node_network_device_id{device="veth53ff0392"} 0 node_network_device_id{device="veth5673499e"} 0 node_network_device_id{device="veth5f20a2d1"} 0 node_network_device_id{device="veth7483fb3f"} 0 node_network_device_id{device="veth7bdf3803"} 0 node_network_device_id{device="veth7d99a1a4"} 0 node_network_device_id{device="veth8836690d"} 0 node_network_device_id{device="veth8a44fb92"} 0 node_network_device_id{device="veth8aba0ed3"} 0 node_network_device_id{device="veth95772b17"} 0 node_network_device_id{device="vetha2837797"} 0 node_network_device_id{device="vetha30aac9e"} 0 node_network_device_id{device="vetha4b48713"} 0 node_network_device_id{device="vethb0801136"} 0 node_network_device_id{device="vethc8ab67b2"} 0 node_network_device_id{device="vethc9df17f0"} 0 node_network_device_id{device="vethcfb0bbe3"} 0 node_network_device_id{device="vethcfc9b287"} 0 node_network_device_id{device="vethd2020f1c"} 0 node_network_device_id{device="vethd6ea4a17"} 0 node_network_device_id{device="vethda826f5a"} 0 node_network_device_id{device="vethddb96dfa"} 0 node_network_device_id{device="vethdfa3e012"} 0 node_network_device_id{device="vethe26a704e"} 0 node_network_device_id{device="wt0"} 0 # HELP node_network_dormant Network device property: dormant # TYPE node_network_dormant gauge node_network_dormant{device="cni0"} 0 node_network_dormant{device="docker0"} 0 node_network_dormant{device="eth0"} 0 node_network_dormant{device="flannel.1"} 0 node_network_dormant{device="lo"} 0 node_network_dormant{device="tailscale0"} 0 node_network_dormant{device="veth0382f754"} 0 node_network_dormant{device="veth078b078e"} 0 node_network_dormant{device="veth09db0895"} 0 node_network_dormant{device="veth0aa78e6a"} 0 node_network_dormant{device="veth0c6819a8"} 0 node_network_dormant{device="veth0e73f3d3"} 0 node_network_dormant{device="veth0fef23e9"} 0 node_network_dormant{device="veth1a53a427"} 0 node_network_dormant{device="veth1d0e047f"} 0 node_network_dormant{device="veth257a3e31"} 0 node_network_dormant{device="veth2ce997ba"} 0 node_network_dormant{device="veth33219b78"} 0 node_network_dormant{device="veth379b2745"} 0 node_network_dormant{device="veth38923175"} 0 node_network_dormant{device="veth4c45a1be"} 0 node_network_dormant{device="veth53ff0392"} 0 node_network_dormant{device="veth5673499e"} 0 node_network_dormant{device="veth5f20a2d1"} 0 node_network_dormant{device="veth7483fb3f"} 0 node_network_dormant{device="veth7bdf3803"} 0 node_network_dormant{device="veth7d99a1a4"} 0 node_network_dormant{device="veth8836690d"} 0 node_network_dormant{device="veth8a44fb92"} 0 node_network_dormant{device="veth8aba0ed3"} 0 node_network_dormant{device="veth95772b17"} 0 node_network_dormant{device="vetha2837797"} 0 node_network_dormant{device="vetha30aac9e"} 0 node_network_dormant{device="vetha4b48713"} 0 node_network_dormant{device="vethb0801136"} 0 node_network_dormant{device="vethc8ab67b2"} 0 node_network_dormant{device="vethc9df17f0"} 0 node_network_dormant{device="vethcfb0bbe3"} 0 node_network_dormant{device="vethcfc9b287"} 0 node_network_dormant{device="vethd2020f1c"} 0 node_network_dormant{device="vethd6ea4a17"} 0 node_network_dormant{device="vethda826f5a"} 0 node_network_dormant{device="vethddb96dfa"} 0 node_network_dormant{device="vethdfa3e012"} 0 node_network_dormant{device="vethe26a704e"} 0 node_network_dormant{device="wt0"} 0 # HELP node_network_flags Network device property: flags # TYPE node_network_flags gauge node_network_flags{device="cni0"} 4099 node_network_flags{device="docker0"} 4099 node_network_flags{device="eth0"} 4099 node_network_flags{device="flannel.1"} 4099 node_network_flags{device="lo"} 9 node_network_flags{device="tailscale0"} 4241 node_network_flags{device="veth0382f754"} 4867 node_network_flags{device="veth078b078e"} 4867 node_network_flags{device="veth09db0895"} 4867 node_network_flags{device="veth0aa78e6a"} 4867 node_network_flags{device="veth0c6819a8"} 4867 node_network_flags{device="veth0e73f3d3"} 4867 node_network_flags{device="veth0fef23e9"} 4867 node_network_flags{device="veth1a53a427"} 4867 node_network_flags{device="veth1d0e047f"} 4867 node_network_flags{device="veth257a3e31"} 4867 node_network_flags{device="veth2ce997ba"} 4867 node_network_flags{device="veth33219b78"} 4867 node_network_flags{device="veth379b2745"} 4867 node_network_flags{device="veth38923175"} 4867 node_network_flags{device="veth4c45a1be"} 4867 node_network_flags{device="veth53ff0392"} 4867 node_network_flags{device="veth5673499e"} 4867 node_network_flags{device="veth5f20a2d1"} 4867 node_network_flags{device="veth7483fb3f"} 4867 node_network_flags{device="veth7bdf3803"} 4867 node_network_flags{device="veth7d99a1a4"} 4867 node_network_flags{device="veth8836690d"} 4867 node_network_flags{device="veth8a44fb92"} 4867 node_network_flags{device="veth8aba0ed3"} 4867 node_network_flags{device="veth95772b17"} 4867 node_network_flags{device="vetha2837797"} 4867 node_network_flags{device="vetha30aac9e"} 4867 node_network_flags{device="vetha4b48713"} 4867 node_network_flags{device="vethb0801136"} 4867 node_network_flags{device="vethc8ab67b2"} 4867 node_network_flags{device="vethc9df17f0"} 4867 node_network_flags{device="vethcfb0bbe3"} 4867 node_network_flags{device="vethcfc9b287"} 4867 node_network_flags{device="vethd2020f1c"} 4867 node_network_flags{device="vethd6ea4a17"} 4867 node_network_flags{device="vethda826f5a"} 4867 node_network_flags{device="vethddb96dfa"} 4867 node_network_flags{device="vethdfa3e012"} 4867 node_network_flags{device="vethe26a704e"} 4867 node_network_flags{device="wt0"} 145 # HELP node_network_iface_id Network device property: iface_id # TYPE node_network_iface_id gauge node_network_iface_id{device="cni0"} 7 node_network_iface_id{device="docker0"} 5 node_network_iface_id{device="eth0"} 2 node_network_iface_id{device="flannel.1"} 6 node_network_iface_id{device="lo"} 1 node_network_iface_id{device="tailscale0"} 4 node_network_iface_id{device="veth0382f754"} 8 node_network_iface_id{device="veth078b078e"} 205 node_network_iface_id{device="veth09db0895"} 18 node_network_iface_id{device="veth0aa78e6a"} 49 node_network_iface_id{device="veth0c6819a8"} 13 node_network_iface_id{device="veth0e73f3d3"} 21 node_network_iface_id{device="veth0fef23e9"} 17 node_network_iface_id{device="veth1a53a427"} 29 node_network_iface_id{device="veth1d0e047f"} 16 node_network_iface_id{device="veth257a3e31"} 15 node_network_iface_id{device="veth2ce997ba"} 206 node_network_iface_id{device="veth33219b78"} 207 node_network_iface_id{device="veth379b2745"} 10 node_network_iface_id{device="veth38923175"} 137 node_network_iface_id{device="veth4c45a1be"} 132 node_network_iface_id{device="veth53ff0392"} 26 node_network_iface_id{device="veth5673499e"} 39 node_network_iface_id{device="veth5f20a2d1"} 44 node_network_iface_id{device="veth7483fb3f"} 9 node_network_iface_id{device="veth7bdf3803"} 25 node_network_iface_id{device="veth7d99a1a4"} 12 node_network_iface_id{device="veth8836690d"} 19 node_network_iface_id{device="veth8a44fb92"} 11 node_network_iface_id{device="veth8aba0ed3"} 31 node_network_iface_id{device="veth95772b17"} 23 node_network_iface_id{device="vetha2837797"} 30 node_network_iface_id{device="vetha30aac9e"} 204 node_network_iface_id{device="vetha4b48713"} 40 node_network_iface_id{device="vethb0801136"} 27 node_network_iface_id{device="vethc8ab67b2"} 22 node_network_iface_id{device="vethc9df17f0"} 36 node_network_iface_id{device="vethcfb0bbe3"} 33 node_network_iface_id{device="vethcfc9b287"} 32 node_network_iface_id{device="vethd2020f1c"} 48 node_network_iface_id{device="vethd6ea4a17"} 41 node_network_iface_id{device="vethda826f5a"} 24 node_network_iface_id{device="vethddb96dfa"} 45 node_network_iface_id{device="vethdfa3e012"} 20 node_network_iface_id{device="vethe26a704e"} 47 node_network_iface_id{device="wt0"} 3 # HELP node_network_iface_link Network device property: iface_link # TYPE node_network_iface_link gauge node_network_iface_link{device="cni0"} 7 node_network_iface_link{device="docker0"} 5 node_network_iface_link{device="eth0"} 2 node_network_iface_link{device="flannel.1"} 6 node_network_iface_link{device="lo"} 1 node_network_iface_link{device="tailscale0"} 4 node_network_iface_link{device="veth0382f754"} 2 node_network_iface_link{device="veth078b078e"} 2 node_network_iface_link{device="veth09db0895"} 2 node_network_iface_link{device="veth0aa78e6a"} 2 node_network_iface_link{device="veth0c6819a8"} 2 node_network_iface_link{device="veth0e73f3d3"} 2 node_network_iface_link{device="veth0fef23e9"} 2 node_network_iface_link{device="veth1a53a427"} 2 node_network_iface_link{device="veth1d0e047f"} 2 node_network_iface_link{device="veth257a3e31"} 2 node_network_iface_link{device="veth2ce997ba"} 2 node_network_iface_link{device="veth33219b78"} 2 node_network_iface_link{device="veth379b2745"} 2 node_network_iface_link{device="veth38923175"} 2 node_network_iface_link{device="veth4c45a1be"} 2 node_network_iface_link{device="veth53ff0392"} 2 node_network_iface_link{device="veth5673499e"} 2 node_network_iface_link{device="veth5f20a2d1"} 2 node_network_iface_link{device="veth7483fb3f"} 2 node_network_iface_link{device="veth7bdf3803"} 2 node_network_iface_link{device="veth7d99a1a4"} 2 node_network_iface_link{device="veth8836690d"} 2 node_network_iface_link{device="veth8a44fb92"} 2 node_network_iface_link{device="veth8aba0ed3"} 2 node_network_iface_link{device="veth95772b17"} 2 node_network_iface_link{device="vetha2837797"} 2 node_network_iface_link{device="vetha30aac9e"} 2 node_network_iface_link{device="vetha4b48713"} 2 node_network_iface_link{device="vethb0801136"} 2 node_network_iface_link{device="vethc8ab67b2"} 2 node_network_iface_link{device="vethc9df17f0"} 2 node_network_iface_link{device="vethcfb0bbe3"} 2 node_network_iface_link{device="vethcfc9b287"} 2 node_network_iface_link{device="vethd2020f1c"} 2 node_network_iface_link{device="vethd6ea4a17"} 2 node_network_iface_link{device="vethda826f5a"} 2 node_network_iface_link{device="vethddb96dfa"} 2 node_network_iface_link{device="vethdfa3e012"} 2 node_network_iface_link{device="vethe26a704e"} 2 node_network_iface_link{device="wt0"} 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="cni0"} 0 node_network_iface_link_mode{device="docker0"} 0 node_network_iface_link_mode{device="eth0"} 0 node_network_iface_link_mode{device="flannel.1"} 0 node_network_iface_link_mode{device="lo"} 0 node_network_iface_link_mode{device="tailscale0"} 0 node_network_iface_link_mode{device="veth0382f754"} 0 node_network_iface_link_mode{device="veth078b078e"} 0 node_network_iface_link_mode{device="veth09db0895"} 0 node_network_iface_link_mode{device="veth0aa78e6a"} 0 node_network_iface_link_mode{device="veth0c6819a8"} 0 node_network_iface_link_mode{device="veth0e73f3d3"} 0 node_network_iface_link_mode{device="veth0fef23e9"} 0 node_network_iface_link_mode{device="veth1a53a427"} 0 node_network_iface_link_mode{device="veth1d0e047f"} 0 node_network_iface_link_mode{device="veth257a3e31"} 0 node_network_iface_link_mode{device="veth2ce997ba"} 0 node_network_iface_link_mode{device="veth33219b78"} 0 node_network_iface_link_mode{device="veth379b2745"} 0 node_network_iface_link_mode{device="veth38923175"} 0 node_network_iface_link_mode{device="veth4c45a1be"} 0 node_network_iface_link_mode{device="veth53ff0392"} 0 node_network_iface_link_mode{device="veth5673499e"} 0 node_network_iface_link_mode{device="veth5f20a2d1"} 0 node_network_iface_link_mode{device="veth7483fb3f"} 0 node_network_iface_link_mode{device="veth7bdf3803"} 0 node_network_iface_link_mode{device="veth7d99a1a4"} 0 node_network_iface_link_mode{device="veth8836690d"} 0 node_network_iface_link_mode{device="veth8a44fb92"} 0 node_network_iface_link_mode{device="veth8aba0ed3"} 0 node_network_iface_link_mode{device="veth95772b17"} 0 node_network_iface_link_mode{device="vetha2837797"} 0 node_network_iface_link_mode{device="vetha30aac9e"} 0 node_network_iface_link_mode{device="vetha4b48713"} 0 node_network_iface_link_mode{device="vethb0801136"} 0 node_network_iface_link_mode{device="vethc8ab67b2"} 0 node_network_iface_link_mode{device="vethc9df17f0"} 0 node_network_iface_link_mode{device="vethcfb0bbe3"} 0 node_network_iface_link_mode{device="vethcfc9b287"} 0 node_network_iface_link_mode{device="vethd2020f1c"} 0 node_network_iface_link_mode{device="vethd6ea4a17"} 0 node_network_iface_link_mode{device="vethda826f5a"} 0 node_network_iface_link_mode{device="vethddb96dfa"} 0 node_network_iface_link_mode{device="vethdfa3e012"} 0 node_network_iface_link_mode{device="vethe26a704e"} 0 node_network_iface_link_mode{device="wt0"} 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="",adminstate="up",broadcast="",device="wt0",duplex="",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="00:50:56:65:ce:c5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="06:a5:a7:93:52:ea",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb0801136",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:ff:ca:72:9f:d3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8836690d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:cc:34:96:a8:26",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5f20a2d1",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:49:b0:cd:20:69",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7483fb3f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:0b:7e:b8:14:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfa3e012",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:44:08:41:f8:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1a53a427",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:56:e1:e4:e3:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfb0bbe3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2e:16:e0:60:40:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc8ab67b2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="32:7b:74:2e:26:7d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth38923175",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:ad:85:d0:05:1a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7bdf3803",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3a:d0:61:4e:6c:be",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1d0e047f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:5d:be:eb:9c:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7d99a1a4",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="3e:d9:0f:ee:69:d4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth95772b17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:14:1a:2a:55:a2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethddb96dfa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="42:17:3e:99:b3:9e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4c45a1be",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="46:32:c0:c9:c0:a4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd6ea4a17",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:4f:3e:b5:b0:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha4b48713",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="56:52:04:62:30:8c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth09db0895",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:19:d7:89:e1:e3",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0382f754",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:88:55:09:4f:a9",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0e73f3d3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="72:9f:33:ef:d6:5e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0aa78e6a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:bc:0a:ac:2f:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha2837797",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="7e:bf:eb:ac:c8:54",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha30aac9e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:7f:53:98:28:ee",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="86:89:d3:c9:f7:f2",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth2ce997ba",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:94:e3:17:68:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc9df17f0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8a:54:a6:f8:ad:d6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8aba0ed3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:0f:53:5e:64:76",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth257a3e31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a6:b2:57:d6:f0:01",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="aa:09:ce:fd:2a:f6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33219b78",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:35:2c:fa:8b:fd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth379b2745",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:06:41:c3:53:68",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth078b078e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c2:12:b8:0d:71:75",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth8a44fb92",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:9e:f2:47:a2:95",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0fef23e9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ca:e6:a3:26:4c:4b",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5673499e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:c4:b6:e4:92:a7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethda826f5a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:6c:32:f9:d4:0d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth53ff0392",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e2:a4:f9:6b:96:3c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="ea:0b:06:fa:af:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd2020f1c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:3b:97:9d:9c:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0c6819a8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:da:9d:f6:00:ba",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethcfc9b287",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fa:0a:d9:0c:13:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe26a704e",duplex="full",ifalias="",operstate="up"} 1 # HELP node_network_mtu_bytes Network device property: mtu_bytes # TYPE node_network_mtu_bytes gauge node_network_mtu_bytes{device="cni0"} 1450 node_network_mtu_bytes{device="docker0"} 1500 node_network_mtu_bytes{device="eth0"} 1500 node_network_mtu_bytes{device="flannel.1"} 1450 node_network_mtu_bytes{device="lo"} 65536 node_network_mtu_bytes{device="tailscale0"} 1280 node_network_mtu_bytes{device="veth0382f754"} 1450 node_network_mtu_bytes{device="veth078b078e"} 1450 node_network_mtu_bytes{device="veth09db0895"} 1450 node_network_mtu_bytes{device="veth0aa78e6a"} 1450 node_network_mtu_bytes{device="veth0c6819a8"} 1450 node_network_mtu_bytes{device="veth0e73f3d3"} 1450 node_network_mtu_bytes{device="veth0fef23e9"} 1450 node_network_mtu_bytes{device="veth1a53a427"} 1450 node_network_mtu_bytes{device="veth1d0e047f"} 1450 node_network_mtu_bytes{device="veth257a3e31"} 1450 node_network_mtu_bytes{device="veth2ce997ba"} 1450 node_network_mtu_bytes{device="veth33219b78"} 1450 node_network_mtu_bytes{device="veth379b2745"} 1450 node_network_mtu_bytes{device="veth38923175"} 1450 node_network_mtu_bytes{device="veth4c45a1be"} 1450 node_network_mtu_bytes{device="veth53ff0392"} 1450 node_network_mtu_bytes{device="veth5673499e"} 1450 node_network_mtu_bytes{device="veth5f20a2d1"} 1450 node_network_mtu_bytes{device="veth7483fb3f"} 1450 node_network_mtu_bytes{device="veth7bdf3803"} 1450 node_network_mtu_bytes{device="veth7d99a1a4"} 1450 node_network_mtu_bytes{device="veth8836690d"} 1450 node_network_mtu_bytes{device="veth8a44fb92"} 1450 node_network_mtu_bytes{device="veth8aba0ed3"} 1450 node_network_mtu_bytes{device="veth95772b17"} 1450 node_network_mtu_bytes{device="vetha2837797"} 1450 node_network_mtu_bytes{device="vetha30aac9e"} 1450 node_network_mtu_bytes{device="vetha4b48713"} 1450 node_network_mtu_bytes{device="vethb0801136"} 1450 node_network_mtu_bytes{device="vethc8ab67b2"} 1450 node_network_mtu_bytes{device="vethc9df17f0"} 1450 node_network_mtu_bytes{device="vethcfb0bbe3"} 1450 node_network_mtu_bytes{device="vethcfc9b287"} 1450 node_network_mtu_bytes{device="vethd2020f1c"} 1450 node_network_mtu_bytes{device="vethd6ea4a17"} 1450 node_network_mtu_bytes{device="vethda826f5a"} 1450 node_network_mtu_bytes{device="vethddb96dfa"} 1450 node_network_mtu_bytes{device="vethdfa3e012"} 1450 node_network_mtu_bytes{device="vethe26a704e"} 1450 node_network_mtu_bytes{device="wt0"} 1280 # 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="cni0"} 3 node_network_name_assign_type{device="docker0"} 3 node_network_name_assign_type{device="eth0"} 4 node_network_name_assign_type{device="flannel.1"} 3 node_network_name_assign_type{device="lo"} 2 node_network_name_assign_type{device="veth0382f754"} 3 node_network_name_assign_type{device="veth078b078e"} 3 node_network_name_assign_type{device="veth09db0895"} 3 node_network_name_assign_type{device="veth0aa78e6a"} 3 node_network_name_assign_type{device="veth0c6819a8"} 3 node_network_name_assign_type{device="veth0e73f3d3"} 3 node_network_name_assign_type{device="veth0fef23e9"} 3 node_network_name_assign_type{device="veth1a53a427"} 3 node_network_name_assign_type{device="veth1d0e047f"} 3 node_network_name_assign_type{device="veth257a3e31"} 3 node_network_name_assign_type{device="veth2ce997ba"} 3 node_network_name_assign_type{device="veth33219b78"} 3 node_network_name_assign_type{device="veth379b2745"} 3 node_network_name_assign_type{device="veth38923175"} 3 node_network_name_assign_type{device="veth4c45a1be"} 3 node_network_name_assign_type{device="veth53ff0392"} 3 node_network_name_assign_type{device="veth5673499e"} 3 node_network_name_assign_type{device="veth5f20a2d1"} 3 node_network_name_assign_type{device="veth7483fb3f"} 3 node_network_name_assign_type{device="veth7bdf3803"} 3 node_network_name_assign_type{device="veth7d99a1a4"} 3 node_network_name_assign_type{device="veth8836690d"} 3 node_network_name_assign_type{device="veth8a44fb92"} 3 node_network_name_assign_type{device="veth8aba0ed3"} 3 node_network_name_assign_type{device="veth95772b17"} 3 node_network_name_assign_type{device="vetha2837797"} 3 node_network_name_assign_type{device="vetha30aac9e"} 3 node_network_name_assign_type{device="vetha4b48713"} 3 node_network_name_assign_type{device="vethb0801136"} 3 node_network_name_assign_type{device="vethc8ab67b2"} 3 node_network_name_assign_type{device="vethc9df17f0"} 3 node_network_name_assign_type{device="vethcfb0bbe3"} 3 node_network_name_assign_type{device="vethcfc9b287"} 3 node_network_name_assign_type{device="vethd2020f1c"} 3 node_network_name_assign_type{device="vethd6ea4a17"} 3 node_network_name_assign_type{device="vethda826f5a"} 3 node_network_name_assign_type{device="vethddb96dfa"} 3 node_network_name_assign_type{device="vethdfa3e012"} 3 node_network_name_assign_type{device="vethe26a704e"} 3 node_network_name_assign_type{device="wt0"} 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="cni0"} 0 node_network_net_dev_group{device="docker0"} 0 node_network_net_dev_group{device="eth0"} 0 node_network_net_dev_group{device="flannel.1"} 0 node_network_net_dev_group{device="lo"} 0 node_network_net_dev_group{device="tailscale0"} 0 node_network_net_dev_group{device="veth0382f754"} 0 node_network_net_dev_group{device="veth078b078e"} 0 node_network_net_dev_group{device="veth09db0895"} 0 node_network_net_dev_group{device="veth0aa78e6a"} 0 node_network_net_dev_group{device="veth0c6819a8"} 0 node_network_net_dev_group{device="veth0e73f3d3"} 0 node_network_net_dev_group{device="veth0fef23e9"} 0 node_network_net_dev_group{device="veth1a53a427"} 0 node_network_net_dev_group{device="veth1d0e047f"} 0 node_network_net_dev_group{device="veth257a3e31"} 0 node_network_net_dev_group{device="veth2ce997ba"} 0 node_network_net_dev_group{device="veth33219b78"} 0 node_network_net_dev_group{device="veth379b2745"} 0 node_network_net_dev_group{device="veth38923175"} 0 node_network_net_dev_group{device="veth4c45a1be"} 0 node_network_net_dev_group{device="veth53ff0392"} 0 node_network_net_dev_group{device="veth5673499e"} 0 node_network_net_dev_group{device="veth5f20a2d1"} 0 node_network_net_dev_group{device="veth7483fb3f"} 0 node_network_net_dev_group{device="veth7bdf3803"} 0 node_network_net_dev_group{device="veth7d99a1a4"} 0 node_network_net_dev_group{device="veth8836690d"} 0 node_network_net_dev_group{device="veth8a44fb92"} 0 node_network_net_dev_group{device="veth8aba0ed3"} 0 node_network_net_dev_group{device="veth95772b17"} 0 node_network_net_dev_group{device="vetha2837797"} 0 node_network_net_dev_group{device="vetha30aac9e"} 0 node_network_net_dev_group{device="vetha4b48713"} 0 node_network_net_dev_group{device="vethb0801136"} 0 node_network_net_dev_group{device="vethc8ab67b2"} 0 node_network_net_dev_group{device="vethc9df17f0"} 0 node_network_net_dev_group{device="vethcfb0bbe3"} 0 node_network_net_dev_group{device="vethcfc9b287"} 0 node_network_net_dev_group{device="vethd2020f1c"} 0 node_network_net_dev_group{device="vethd6ea4a17"} 0 node_network_net_dev_group{device="vethda826f5a"} 0 node_network_net_dev_group{device="vethddb96dfa"} 0 node_network_net_dev_group{device="vethdfa3e012"} 0 node_network_net_dev_group{device="vethe26a704e"} 0 node_network_net_dev_group{device="wt0"} 0 # HELP node_network_protocol_type Network device property: protocol_type # TYPE node_network_protocol_type gauge node_network_protocol_type{device="cni0"} 1 node_network_protocol_type{device="docker0"} 1 node_network_protocol_type{device="eth0"} 1 node_network_protocol_type{device="flannel.1"} 1 node_network_protocol_type{device="lo"} 772 node_network_protocol_type{device="tailscale0"} 65534 node_network_protocol_type{device="veth0382f754"} 1 node_network_protocol_type{device="veth078b078e"} 1 node_network_protocol_type{device="veth09db0895"} 1 node_network_protocol_type{device="veth0aa78e6a"} 1 node_network_protocol_type{device="veth0c6819a8"} 1 node_network_protocol_type{device="veth0e73f3d3"} 1 node_network_protocol_type{device="veth0fef23e9"} 1 node_network_protocol_type{device="veth1a53a427"} 1 node_network_protocol_type{device="veth1d0e047f"} 1 node_network_protocol_type{device="veth257a3e31"} 1 node_network_protocol_type{device="veth2ce997ba"} 1 node_network_protocol_type{device="veth33219b78"} 1 node_network_protocol_type{device="veth379b2745"} 1 node_network_protocol_type{device="veth38923175"} 1 node_network_protocol_type{device="veth4c45a1be"} 1 node_network_protocol_type{device="veth53ff0392"} 1 node_network_protocol_type{device="veth5673499e"} 1 node_network_protocol_type{device="veth5f20a2d1"} 1 node_network_protocol_type{device="veth7483fb3f"} 1 node_network_protocol_type{device="veth7bdf3803"} 1 node_network_protocol_type{device="veth7d99a1a4"} 1 node_network_protocol_type{device="veth8836690d"} 1 node_network_protocol_type{device="veth8a44fb92"} 1 node_network_protocol_type{device="veth8aba0ed3"} 1 node_network_protocol_type{device="veth95772b17"} 1 node_network_protocol_type{device="vetha2837797"} 1 node_network_protocol_type{device="vetha30aac9e"} 1 node_network_protocol_type{device="vetha4b48713"} 1 node_network_protocol_type{device="vethb0801136"} 1 node_network_protocol_type{device="vethc8ab67b2"} 1 node_network_protocol_type{device="vethc9df17f0"} 1 node_network_protocol_type{device="vethcfb0bbe3"} 1 node_network_protocol_type{device="vethcfc9b287"} 1 node_network_protocol_type{device="vethd2020f1c"} 1 node_network_protocol_type{device="vethd6ea4a17"} 1 node_network_protocol_type{device="vethda826f5a"} 1 node_network_protocol_type{device="vethddb96dfa"} 1 node_network_protocol_type{device="vethdfa3e012"} 1 node_network_protocol_type{device="vethe26a704e"} 1 node_network_protocol_type{device="wt0"} 65534 # HELP node_network_receive_bytes_total Network device statistic receive_bytes. # TYPE node_network_receive_bytes_total counter node_network_receive_bytes_total{device="cni0"} 4.266016765e+09 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 3.905689136e+09 node_network_receive_bytes_total{device="flannel.1"} 0 node_network_receive_bytes_total{device="lo"} 3.353807408e+09 node_network_receive_bytes_total{device="tailscale0"} 86 node_network_receive_bytes_total{device="veth0382f754"} 3.15889557e+08 node_network_receive_bytes_total{device="veth078b078e"} 1.7563817e+07 node_network_receive_bytes_total{device="veth09db0895"} 8.289411e+06 node_network_receive_bytes_total{device="veth0aa78e6a"} 3.03929083e+08 node_network_receive_bytes_total{device="veth0c6819a8"} 2.69501772e+08 node_network_receive_bytes_total{device="veth0e73f3d3"} 9.8854528e+07 node_network_receive_bytes_total{device="veth0fef23e9"} 1.83015774e+08 node_network_receive_bytes_total{device="veth1a53a427"} 4.0470802e+08 node_network_receive_bytes_total{device="veth1d0e047f"} 4.1073744e+07 node_network_receive_bytes_total{device="veth257a3e31"} 2.77579218e+08 node_network_receive_bytes_total{device="veth2ce997ba"} 5.6062135e+07 node_network_receive_bytes_total{device="veth33219b78"} 7.362275e+06 node_network_receive_bytes_total{device="veth379b2745"} 1.3980192e+07 node_network_receive_bytes_total{device="veth38923175"} 6.636943e+06 node_network_receive_bytes_total{device="veth4c45a1be"} 2.0221982e+07 node_network_receive_bytes_total{device="veth53ff0392"} 2992 node_network_receive_bytes_total{device="veth5673499e"} 1.033595e+06 node_network_receive_bytes_total{device="veth5f20a2d1"} 9.273432e+06 node_network_receive_bytes_total{device="veth7483fb3f"} 3.5588708e+07 node_network_receive_bytes_total{device="veth7bdf3803"} 1.4507589e+07 node_network_receive_bytes_total{device="veth7d99a1a4"} 5.60041335e+08 node_network_receive_bytes_total{device="veth8836690d"} 1.672248868e+09 node_network_receive_bytes_total{device="veth8a44fb92"} 9.896027e+06 node_network_receive_bytes_total{device="veth8aba0ed3"} 4.84918488e+08 node_network_receive_bytes_total{device="veth95772b17"} 9.998306e+06 node_network_receive_bytes_total{device="vetha2837797"} 5.6073291e+07 node_network_receive_bytes_total{device="vetha30aac9e"} 3.027545e+06 node_network_receive_bytes_total{device="vetha4b48713"} 5.44878952e+08 node_network_receive_bytes_total{device="vethb0801136"} 4.18094217e+08 node_network_receive_bytes_total{device="vethc8ab67b2"} 7.2632479e+07 node_network_receive_bytes_total{device="vethc9df17f0"} 1.70235699e+08 node_network_receive_bytes_total{device="vethcfb0bbe3"} 2.3144923e+07 node_network_receive_bytes_total{device="vethcfc9b287"} 6.6879164e+07 node_network_receive_bytes_total{device="vethd2020f1c"} 8.1218517e+07 node_network_receive_bytes_total{device="vethd6ea4a17"} 3.21041633e+08 node_network_receive_bytes_total{device="vethda826f5a"} 4974 node_network_receive_bytes_total{device="vethddb96dfa"} 2.000596e+06 node_network_receive_bytes_total{device="vethdfa3e012"} 3.567710166e+09 node_network_receive_bytes_total{device="vethe26a704e"} 3990 node_network_receive_bytes_total{device="wt0"} 3.7911104e+07 # HELP node_network_receive_compressed_total Network device statistic receive_compressed. # TYPE node_network_receive_compressed_total counter node_network_receive_compressed_total{device="cni0"} 0 node_network_receive_compressed_total{device="docker0"} 0 node_network_receive_compressed_total{device="eth0"} 0 node_network_receive_compressed_total{device="flannel.1"} 0 node_network_receive_compressed_total{device="lo"} 0 node_network_receive_compressed_total{device="tailscale0"} 0 node_network_receive_compressed_total{device="veth0382f754"} 0 node_network_receive_compressed_total{device="veth078b078e"} 0 node_network_receive_compressed_total{device="veth09db0895"} 0 node_network_receive_compressed_total{device="veth0aa78e6a"} 0 node_network_receive_compressed_total{device="veth0c6819a8"} 0 node_network_receive_compressed_total{device="veth0e73f3d3"} 0 node_network_receive_compressed_total{device="veth0fef23e9"} 0 node_network_receive_compressed_total{device="veth1a53a427"} 0 node_network_receive_compressed_total{device="veth1d0e047f"} 0 node_network_receive_compressed_total{device="veth257a3e31"} 0 node_network_receive_compressed_total{device="veth2ce997ba"} 0 node_network_receive_compressed_total{device="veth33219b78"} 0 node_network_receive_compressed_total{device="veth379b2745"} 0 node_network_receive_compressed_total{device="veth38923175"} 0 node_network_receive_compressed_total{device="veth4c45a1be"} 0 node_network_receive_compressed_total{device="veth53ff0392"} 0 node_network_receive_compressed_total{device="veth5673499e"} 0 node_network_receive_compressed_total{device="veth5f20a2d1"} 0 node_network_receive_compressed_total{device="veth7483fb3f"} 0 node_network_receive_compressed_total{device="veth7bdf3803"} 0 node_network_receive_compressed_total{device="veth7d99a1a4"} 0 node_network_receive_compressed_total{device="veth8836690d"} 0 node_network_receive_compressed_total{device="veth8a44fb92"} 0 node_network_receive_compressed_total{device="veth8aba0ed3"} 0 node_network_receive_compressed_total{device="veth95772b17"} 0 node_network_receive_compressed_total{device="vetha2837797"} 0 node_network_receive_compressed_total{device="vetha30aac9e"} 0 node_network_receive_compressed_total{device="vetha4b48713"} 0 node_network_receive_compressed_total{device="vethb0801136"} 0 node_network_receive_compressed_total{device="vethc8ab67b2"} 0 node_network_receive_compressed_total{device="vethc9df17f0"} 0 node_network_receive_compressed_total{device="vethcfb0bbe3"} 0 node_network_receive_compressed_total{device="vethcfc9b287"} 0 node_network_receive_compressed_total{device="vethd2020f1c"} 0 node_network_receive_compressed_total{device="vethd6ea4a17"} 0 node_network_receive_compressed_total{device="vethda826f5a"} 0 node_network_receive_compressed_total{device="vethddb96dfa"} 0 node_network_receive_compressed_total{device="vethdfa3e012"} 0 node_network_receive_compressed_total{device="vethe26a704e"} 0 node_network_receive_compressed_total{device="wt0"} 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="cni0"} 0 node_network_receive_drop_total{device="docker0"} 0 node_network_receive_drop_total{device="eth0"} 731 node_network_receive_drop_total{device="flannel.1"} 0 node_network_receive_drop_total{device="lo"} 0 node_network_receive_drop_total{device="tailscale0"} 0 node_network_receive_drop_total{device="veth0382f754"} 0 node_network_receive_drop_total{device="veth078b078e"} 0 node_network_receive_drop_total{device="veth09db0895"} 0 node_network_receive_drop_total{device="veth0aa78e6a"} 0 node_network_receive_drop_total{device="veth0c6819a8"} 0 node_network_receive_drop_total{device="veth0e73f3d3"} 0 node_network_receive_drop_total{device="veth0fef23e9"} 0 node_network_receive_drop_total{device="veth1a53a427"} 0 node_network_receive_drop_total{device="veth1d0e047f"} 0 node_network_receive_drop_total{device="veth257a3e31"} 0 node_network_receive_drop_total{device="veth2ce997ba"} 0 node_network_receive_drop_total{device="veth33219b78"} 0 node_network_receive_drop_total{device="veth379b2745"} 0 node_network_receive_drop_total{device="veth38923175"} 0 node_network_receive_drop_total{device="veth4c45a1be"} 0 node_network_receive_drop_total{device="veth53ff0392"} 0 node_network_receive_drop_total{device="veth5673499e"} 0 node_network_receive_drop_total{device="veth5f20a2d1"} 0 node_network_receive_drop_total{device="veth7483fb3f"} 0 node_network_receive_drop_total{device="veth7bdf3803"} 0 node_network_receive_drop_total{device="veth7d99a1a4"} 0 node_network_receive_drop_total{device="veth8836690d"} 0 node_network_receive_drop_total{device="veth8a44fb92"} 0 node_network_receive_drop_total{device="veth8aba0ed3"} 0 node_network_receive_drop_total{device="veth95772b17"} 0 node_network_receive_drop_total{device="vetha2837797"} 0 node_network_receive_drop_total{device="vetha30aac9e"} 0 node_network_receive_drop_total{device="vetha4b48713"} 0 node_network_receive_drop_total{device="vethb0801136"} 0 node_network_receive_drop_total{device="vethc8ab67b2"} 0 node_network_receive_drop_total{device="vethc9df17f0"} 0 node_network_receive_drop_total{device="vethcfb0bbe3"} 0 node_network_receive_drop_total{device="vethcfc9b287"} 0 node_network_receive_drop_total{device="vethd2020f1c"} 0 node_network_receive_drop_total{device="vethd6ea4a17"} 0 node_network_receive_drop_total{device="vethda826f5a"} 0 node_network_receive_drop_total{device="vethddb96dfa"} 0 node_network_receive_drop_total{device="vethdfa3e012"} 0 node_network_receive_drop_total{device="vethe26a704e"} 0 node_network_receive_drop_total{device="wt0"} 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="cni0"} 0 node_network_receive_errs_total{device="docker0"} 0 node_network_receive_errs_total{device="eth0"} 0 node_network_receive_errs_total{device="flannel.1"} 0 node_network_receive_errs_total{device="lo"} 0 node_network_receive_errs_total{device="tailscale0"} 0 node_network_receive_errs_total{device="veth0382f754"} 0 node_network_receive_errs_total{device="veth078b078e"} 0 node_network_receive_errs_total{device="veth09db0895"} 0 node_network_receive_errs_total{device="veth0aa78e6a"} 0 node_network_receive_errs_total{device="veth0c6819a8"} 0 node_network_receive_errs_total{device="veth0e73f3d3"} 0 node_network_receive_errs_total{device="veth0fef23e9"} 0 node_network_receive_errs_total{device="veth1a53a427"} 0 node_network_receive_errs_total{device="veth1d0e047f"} 0 node_network_receive_errs_total{device="veth257a3e31"} 0 node_network_receive_errs_total{device="veth2ce997ba"} 0 node_network_receive_errs_total{device="veth33219b78"} 0 node_network_receive_errs_total{device="veth379b2745"} 0 node_network_receive_errs_total{device="veth38923175"} 0 node_network_receive_errs_total{device="veth4c45a1be"} 0 node_network_receive_errs_total{device="veth53ff0392"} 0 node_network_receive_errs_total{device="veth5673499e"} 0 node_network_receive_errs_total{device="veth5f20a2d1"} 0 node_network_receive_errs_total{device="veth7483fb3f"} 0 node_network_receive_errs_total{device="veth7bdf3803"} 0 node_network_receive_errs_total{device="veth7d99a1a4"} 0 node_network_receive_errs_total{device="veth8836690d"} 0 node_network_receive_errs_total{device="veth8a44fb92"} 0 node_network_receive_errs_total{device="veth8aba0ed3"} 0 node_network_receive_errs_total{device="veth95772b17"} 0 node_network_receive_errs_total{device="vetha2837797"} 0 node_network_receive_errs_total{device="vetha30aac9e"} 0 node_network_receive_errs_total{device="vetha4b48713"} 0 node_network_receive_errs_total{device="vethb0801136"} 0 node_network_receive_errs_total{device="vethc8ab67b2"} 0 node_network_receive_errs_total{device="vethc9df17f0"} 0 node_network_receive_errs_total{device="vethcfb0bbe3"} 0 node_network_receive_errs_total{device="vethcfc9b287"} 0 node_network_receive_errs_total{device="vethd2020f1c"} 0 node_network_receive_errs_total{device="vethd6ea4a17"} 0 node_network_receive_errs_total{device="vethda826f5a"} 0 node_network_receive_errs_total{device="vethddb96dfa"} 0 node_network_receive_errs_total{device="vethdfa3e012"} 0 node_network_receive_errs_total{device="vethe26a704e"} 0 node_network_receive_errs_total{device="wt0"} 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="cni0"} 0 node_network_receive_fifo_total{device="docker0"} 0 node_network_receive_fifo_total{device="eth0"} 0 node_network_receive_fifo_total{device="flannel.1"} 0 node_network_receive_fifo_total{device="lo"} 0 node_network_receive_fifo_total{device="tailscale0"} 0 node_network_receive_fifo_total{device="veth0382f754"} 0 node_network_receive_fifo_total{device="veth078b078e"} 0 node_network_receive_fifo_total{device="veth09db0895"} 0 node_network_receive_fifo_total{device="veth0aa78e6a"} 0 node_network_receive_fifo_total{device="veth0c6819a8"} 0 node_network_receive_fifo_total{device="veth0e73f3d3"} 0 node_network_receive_fifo_total{device="veth0fef23e9"} 0 node_network_receive_fifo_total{device="veth1a53a427"} 0 node_network_receive_fifo_total{device="veth1d0e047f"} 0 node_network_receive_fifo_total{device="veth257a3e31"} 0 node_network_receive_fifo_total{device="veth2ce997ba"} 0 node_network_receive_fifo_total{device="veth33219b78"} 0 node_network_receive_fifo_total{device="veth379b2745"} 0 node_network_receive_fifo_total{device="veth38923175"} 0 node_network_receive_fifo_total{device="veth4c45a1be"} 0 node_network_receive_fifo_total{device="veth53ff0392"} 0 node_network_receive_fifo_total{device="veth5673499e"} 0 node_network_receive_fifo_total{device="veth5f20a2d1"} 0 node_network_receive_fifo_total{device="veth7483fb3f"} 0 node_network_receive_fifo_total{device="veth7bdf3803"} 0 node_network_receive_fifo_total{device="veth7d99a1a4"} 0 node_network_receive_fifo_total{device="veth8836690d"} 0 node_network_receive_fifo_total{device="veth8a44fb92"} 0 node_network_receive_fifo_total{device="veth8aba0ed3"} 0 node_network_receive_fifo_total{device="veth95772b17"} 0 node_network_receive_fifo_total{device="vetha2837797"} 0 node_network_receive_fifo_total{device="vetha30aac9e"} 0 node_network_receive_fifo_total{device="vetha4b48713"} 0 node_network_receive_fifo_total{device="vethb0801136"} 0 node_network_receive_fifo_total{device="vethc8ab67b2"} 0 node_network_receive_fifo_total{device="vethc9df17f0"} 0 node_network_receive_fifo_total{device="vethcfb0bbe3"} 0 node_network_receive_fifo_total{device="vethcfc9b287"} 0 node_network_receive_fifo_total{device="vethd2020f1c"} 0 node_network_receive_fifo_total{device="vethd6ea4a17"} 0 node_network_receive_fifo_total{device="vethda826f5a"} 0 node_network_receive_fifo_total{device="vethddb96dfa"} 0 node_network_receive_fifo_total{device="vethdfa3e012"} 0 node_network_receive_fifo_total{device="vethe26a704e"} 0 node_network_receive_fifo_total{device="wt0"} 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="cni0"} 0 node_network_receive_frame_total{device="docker0"} 0 node_network_receive_frame_total{device="eth0"} 0 node_network_receive_frame_total{device="flannel.1"} 0 node_network_receive_frame_total{device="lo"} 0 node_network_receive_frame_total{device="tailscale0"} 0 node_network_receive_frame_total{device="veth0382f754"} 0 node_network_receive_frame_total{device="veth078b078e"} 0 node_network_receive_frame_total{device="veth09db0895"} 0 node_network_receive_frame_total{device="veth0aa78e6a"} 0 node_network_receive_frame_total{device="veth0c6819a8"} 0 node_network_receive_frame_total{device="veth0e73f3d3"} 0 node_network_receive_frame_total{device="veth0fef23e9"} 0 node_network_receive_frame_total{device="veth1a53a427"} 0 node_network_receive_frame_total{device="veth1d0e047f"} 0 node_network_receive_frame_total{device="veth257a3e31"} 0 node_network_receive_frame_total{device="veth2ce997ba"} 0 node_network_receive_frame_total{device="veth33219b78"} 0 node_network_receive_frame_total{device="veth379b2745"} 0 node_network_receive_frame_total{device="veth38923175"} 0 node_network_receive_frame_total{device="veth4c45a1be"} 0 node_network_receive_frame_total{device="veth53ff0392"} 0 node_network_receive_frame_total{device="veth5673499e"} 0 node_network_receive_frame_total{device="veth5f20a2d1"} 0 node_network_receive_frame_total{device="veth7483fb3f"} 0 node_network_receive_frame_total{device="veth7bdf3803"} 0 node_network_receive_frame_total{device="veth7d99a1a4"} 0 node_network_receive_frame_total{device="veth8836690d"} 0 node_network_receive_frame_total{device="veth8a44fb92"} 0 node_network_receive_frame_total{device="veth8aba0ed3"} 0 node_network_receive_frame_total{device="veth95772b17"} 0 node_network_receive_frame_total{device="vetha2837797"} 0 node_network_receive_frame_total{device="vetha30aac9e"} 0 node_network_receive_frame_total{device="vetha4b48713"} 0 node_network_receive_frame_total{device="vethb0801136"} 0 node_network_receive_frame_total{device="vethc8ab67b2"} 0 node_network_receive_frame_total{device="vethc9df17f0"} 0 node_network_receive_frame_total{device="vethcfb0bbe3"} 0 node_network_receive_frame_total{device="vethcfc9b287"} 0 node_network_receive_frame_total{device="vethd2020f1c"} 0 node_network_receive_frame_total{device="vethd6ea4a17"} 0 node_network_receive_frame_total{device="vethda826f5a"} 0 node_network_receive_frame_total{device="vethddb96dfa"} 0 node_network_receive_frame_total{device="vethdfa3e012"} 0 node_network_receive_frame_total{device="vethe26a704e"} 0 node_network_receive_frame_total{device="wt0"} 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="cni0"} 2962 node_network_receive_multicast_total{device="docker0"} 0 node_network_receive_multicast_total{device="eth0"} 0 node_network_receive_multicast_total{device="flannel.1"} 0 node_network_receive_multicast_total{device="lo"} 0 node_network_receive_multicast_total{device="tailscale0"} 0 node_network_receive_multicast_total{device="veth0382f754"} 0 node_network_receive_multicast_total{device="veth078b078e"} 0 node_network_receive_multicast_total{device="veth09db0895"} 0 node_network_receive_multicast_total{device="veth0aa78e6a"} 0 node_network_receive_multicast_total{device="veth0c6819a8"} 0 node_network_receive_multicast_total{device="veth0e73f3d3"} 0 node_network_receive_multicast_total{device="veth0fef23e9"} 0 node_network_receive_multicast_total{device="veth1a53a427"} 0 node_network_receive_multicast_total{device="veth1d0e047f"} 0 node_network_receive_multicast_total{device="veth257a3e31"} 0 node_network_receive_multicast_total{device="veth2ce997ba"} 0 node_network_receive_multicast_total{device="veth33219b78"} 0 node_network_receive_multicast_total{device="veth379b2745"} 0 node_network_receive_multicast_total{device="veth38923175"} 0 node_network_receive_multicast_total{device="veth4c45a1be"} 0 node_network_receive_multicast_total{device="veth53ff0392"} 0 node_network_receive_multicast_total{device="veth5673499e"} 0 node_network_receive_multicast_total{device="veth5f20a2d1"} 0 node_network_receive_multicast_total{device="veth7483fb3f"} 0 node_network_receive_multicast_total{device="veth7bdf3803"} 0 node_network_receive_multicast_total{device="veth7d99a1a4"} 0 node_network_receive_multicast_total{device="veth8836690d"} 0 node_network_receive_multicast_total{device="veth8a44fb92"} 0 node_network_receive_multicast_total{device="veth8aba0ed3"} 0 node_network_receive_multicast_total{device="veth95772b17"} 0 node_network_receive_multicast_total{device="vetha2837797"} 0 node_network_receive_multicast_total{device="vetha30aac9e"} 0 node_network_receive_multicast_total{device="vetha4b48713"} 0 node_network_receive_multicast_total{device="vethb0801136"} 0 node_network_receive_multicast_total{device="vethc8ab67b2"} 0 node_network_receive_multicast_total{device="vethc9df17f0"} 0 node_network_receive_multicast_total{device="vethcfb0bbe3"} 0 node_network_receive_multicast_total{device="vethcfc9b287"} 0 node_network_receive_multicast_total{device="vethd2020f1c"} 0 node_network_receive_multicast_total{device="vethd6ea4a17"} 0 node_network_receive_multicast_total{device="vethda826f5a"} 0 node_network_receive_multicast_total{device="vethddb96dfa"} 0 node_network_receive_multicast_total{device="vethdfa3e012"} 0 node_network_receive_multicast_total{device="vethe26a704e"} 0 node_network_receive_multicast_total{device="wt0"} 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="cni0"} 0 node_network_receive_nohandler_total{device="docker0"} 0 node_network_receive_nohandler_total{device="eth0"} 0 node_network_receive_nohandler_total{device="flannel.1"} 0 node_network_receive_nohandler_total{device="lo"} 0 node_network_receive_nohandler_total{device="tailscale0"} 0 node_network_receive_nohandler_total{device="veth0382f754"} 0 node_network_receive_nohandler_total{device="veth078b078e"} 0 node_network_receive_nohandler_total{device="veth09db0895"} 0 node_network_receive_nohandler_total{device="veth0aa78e6a"} 0 node_network_receive_nohandler_total{device="veth0c6819a8"} 0 node_network_receive_nohandler_total{device="veth0e73f3d3"} 0 node_network_receive_nohandler_total{device="veth0fef23e9"} 0 node_network_receive_nohandler_total{device="veth1a53a427"} 0 node_network_receive_nohandler_total{device="veth1d0e047f"} 0 node_network_receive_nohandler_total{device="veth257a3e31"} 0 node_network_receive_nohandler_total{device="veth2ce997ba"} 0 node_network_receive_nohandler_total{device="veth33219b78"} 0 node_network_receive_nohandler_total{device="veth379b2745"} 0 node_network_receive_nohandler_total{device="veth38923175"} 0 node_network_receive_nohandler_total{device="veth4c45a1be"} 0 node_network_receive_nohandler_total{device="veth53ff0392"} 0 node_network_receive_nohandler_total{device="veth5673499e"} 0 node_network_receive_nohandler_total{device="veth5f20a2d1"} 0 node_network_receive_nohandler_total{device="veth7483fb3f"} 0 node_network_receive_nohandler_total{device="veth7bdf3803"} 0 node_network_receive_nohandler_total{device="veth7d99a1a4"} 0 node_network_receive_nohandler_total{device="veth8836690d"} 0 node_network_receive_nohandler_total{device="veth8a44fb92"} 0 node_network_receive_nohandler_total{device="veth8aba0ed3"} 0 node_network_receive_nohandler_total{device="veth95772b17"} 0 node_network_receive_nohandler_total{device="vetha2837797"} 0 node_network_receive_nohandler_total{device="vetha30aac9e"} 0 node_network_receive_nohandler_total{device="vetha4b48713"} 0 node_network_receive_nohandler_total{device="vethb0801136"} 0 node_network_receive_nohandler_total{device="vethc8ab67b2"} 0 node_network_receive_nohandler_total{device="vethc9df17f0"} 0 node_network_receive_nohandler_total{device="vethcfb0bbe3"} 0 node_network_receive_nohandler_total{device="vethcfc9b287"} 0 node_network_receive_nohandler_total{device="vethd2020f1c"} 0 node_network_receive_nohandler_total{device="vethd6ea4a17"} 0 node_network_receive_nohandler_total{device="vethda826f5a"} 0 node_network_receive_nohandler_total{device="vethddb96dfa"} 0 node_network_receive_nohandler_total{device="vethdfa3e012"} 0 node_network_receive_nohandler_total{device="vethe26a704e"} 0 node_network_receive_nohandler_total{device="wt0"} 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="cni0"} 1.3392234e+07 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 1.27795e+06 node_network_receive_packets_total{device="flannel.1"} 0 node_network_receive_packets_total{device="lo"} 9.313996e+06 node_network_receive_packets_total{device="tailscale0"} 1 node_network_receive_packets_total{device="veth0382f754"} 700158 node_network_receive_packets_total{device="veth078b078e"} 59489 node_network_receive_packets_total{device="veth09db0895"} 46562 node_network_receive_packets_total{device="veth0aa78e6a"} 780036 node_network_receive_packets_total{device="veth0c6819a8"} 607663 node_network_receive_packets_total{device="veth0e73f3d3"} 276581 node_network_receive_packets_total{device="veth0fef23e9"} 238112 node_network_receive_packets_total{device="veth1a53a427"} 602580 node_network_receive_packets_total{device="veth1d0e047f"} 207010 node_network_receive_packets_total{device="veth257a3e31"} 2.800771e+06 node_network_receive_packets_total{device="veth2ce997ba"} 121047 node_network_receive_packets_total{device="veth33219b78"} 19688 node_network_receive_packets_total{device="veth379b2745"} 160163 node_network_receive_packets_total{device="veth38923175"} 49499 node_network_receive_packets_total{device="veth4c45a1be"} 81728 node_network_receive_packets_total{device="veth53ff0392"} 42 node_network_receive_packets_total{device="veth5673499e"} 13094 node_network_receive_packets_total{device="veth5f20a2d1"} 51298 node_network_receive_packets_total{device="veth7483fb3f"} 240872 node_network_receive_packets_total{device="veth7bdf3803"} 110624 node_network_receive_packets_total{device="veth7d99a1a4"} 2.374535e+06 node_network_receive_packets_total{device="veth8836690d"} 847196 node_network_receive_packets_total{device="veth8a44fb92"} 59085 node_network_receive_packets_total{device="veth8aba0ed3"} 2.929739e+06 node_network_receive_packets_total{device="veth95772b17"} 64516 node_network_receive_packets_total{device="vetha2837797"} 348084 node_network_receive_packets_total{device="vetha30aac9e"} 13159 node_network_receive_packets_total{device="vetha4b48713"} 1.359352e+06 node_network_receive_packets_total{device="vethb0801136"} 1.115347e+06 node_network_receive_packets_total{device="vethc8ab67b2"} 407367 node_network_receive_packets_total{device="vethc9df17f0"} 455806 node_network_receive_packets_total{device="vethcfb0bbe3"} 59351 node_network_receive_packets_total{device="vethcfc9b287"} 203061 node_network_receive_packets_total{device="vethd2020f1c"} 512496 node_network_receive_packets_total{device="vethd6ea4a17"} 2.224478e+06 node_network_receive_packets_total{device="vethda826f5a"} 61 node_network_receive_packets_total{device="vethddb96dfa"} 22137 node_network_receive_packets_total{device="vethdfa3e012"} 1.297206e+06 node_network_receive_packets_total{device="vethe26a704e"} 55 node_network_receive_packets_total{device="wt0"} 178799 # HELP node_network_speed_bytes Network device property: speed_bytes # TYPE node_network_speed_bytes gauge node_network_speed_bytes{device="cni0"} 1.25e+09 node_network_speed_bytes{device="docker0"} -125000 node_network_speed_bytes{device="eth0"} -125000 node_network_speed_bytes{device="flannel.1"} -125000 node_network_speed_bytes{device="tailscale0"} -125000 node_network_speed_bytes{device="veth0382f754"} 1.25e+09 node_network_speed_bytes{device="veth078b078e"} 1.25e+09 node_network_speed_bytes{device="veth09db0895"} 1.25e+09 node_network_speed_bytes{device="veth0aa78e6a"} 1.25e+09 node_network_speed_bytes{device="veth0c6819a8"} 1.25e+09 node_network_speed_bytes{device="veth0e73f3d3"} 1.25e+09 node_network_speed_bytes{device="veth0fef23e9"} 1.25e+09 node_network_speed_bytes{device="veth1a53a427"} 1.25e+09 node_network_speed_bytes{device="veth1d0e047f"} 1.25e+09 node_network_speed_bytes{device="veth257a3e31"} 1.25e+09 node_network_speed_bytes{device="veth2ce997ba"} 1.25e+09 node_network_speed_bytes{device="veth33219b78"} 1.25e+09 node_network_speed_bytes{device="veth379b2745"} 1.25e+09 node_network_speed_bytes{device="veth38923175"} 1.25e+09 node_network_speed_bytes{device="veth4c45a1be"} 1.25e+09 node_network_speed_bytes{device="veth53ff0392"} 1.25e+09 node_network_speed_bytes{device="veth5673499e"} 1.25e+09 node_network_speed_bytes{device="veth5f20a2d1"} 1.25e+09 node_network_speed_bytes{device="veth7483fb3f"} 1.25e+09 node_network_speed_bytes{device="veth7bdf3803"} 1.25e+09 node_network_speed_bytes{device="veth7d99a1a4"} 1.25e+09 node_network_speed_bytes{device="veth8836690d"} 1.25e+09 node_network_speed_bytes{device="veth8a44fb92"} 1.25e+09 node_network_speed_bytes{device="veth8aba0ed3"} 1.25e+09 node_network_speed_bytes{device="veth95772b17"} 1.25e+09 node_network_speed_bytes{device="vetha2837797"} 1.25e+09 node_network_speed_bytes{device="vetha30aac9e"} 1.25e+09 node_network_speed_bytes{device="vetha4b48713"} 1.25e+09 node_network_speed_bytes{device="vethb0801136"} 1.25e+09 node_network_speed_bytes{device="vethc8ab67b2"} 1.25e+09 node_network_speed_bytes{device="vethc9df17f0"} 1.25e+09 node_network_speed_bytes{device="vethcfb0bbe3"} 1.25e+09 node_network_speed_bytes{device="vethcfc9b287"} 1.25e+09 node_network_speed_bytes{device="vethd2020f1c"} 1.25e+09 node_network_speed_bytes{device="vethd6ea4a17"} 1.25e+09 node_network_speed_bytes{device="vethda826f5a"} 1.25e+09 node_network_speed_bytes{device="vethddb96dfa"} 1.25e+09 node_network_speed_bytes{device="vethdfa3e012"} 1.25e+09 node_network_speed_bytes{device="vethe26a704e"} 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="cni0"} 1.5085654045e+10 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 5.24940511e+08 node_network_transmit_bytes_total{device="flannel.1"} 0 node_network_transmit_bytes_total{device="lo"} 3.353807408e+09 node_network_transmit_bytes_total{device="tailscale0"} 304 node_network_transmit_bytes_total{device="veth0382f754"} 2.53357762e+08 node_network_transmit_bytes_total{device="veth078b078e"} 1.4439087e+07 node_network_transmit_bytes_total{device="veth09db0895"} 1.7185585e+07 node_network_transmit_bytes_total{device="veth0aa78e6a"} 2.30896639e+08 node_network_transmit_bytes_total{device="veth0c6819a8"} 1.8374194e+08 node_network_transmit_bytes_total{device="veth0e73f3d3"} 8.12334e+07 node_network_transmit_bytes_total{device="veth0fef23e9"} 1.82262145e+08 node_network_transmit_bytes_total{device="veth1a53a427"} 4.31860783e+08 node_network_transmit_bytes_total{device="veth1d0e047f"} 5.5310752e+07 node_network_transmit_bytes_total{device="veth257a3e31"} 9.378441567e+09 node_network_transmit_bytes_total{device="veth2ce997ba"} 9.9563545e+07 node_network_transmit_bytes_total{device="veth33219b78"} 5.451217e+06 node_network_transmit_bytes_total{device="veth379b2745"} 1.5799184e+07 node_network_transmit_bytes_total{device="veth38923175"} 6.690917e+06 node_network_transmit_bytes_total{device="veth4c45a1be"} 2.5064802e+07 node_network_transmit_bytes_total{device="veth53ff0392"} 368763 node_network_transmit_bytes_total{device="veth5673499e"} 1.992232e+06 node_network_transmit_bytes_total{device="veth5f20a2d1"} 1.2495271e+07 node_network_transmit_bytes_total{device="veth7483fb3f"} 1.0575215e+08 node_network_transmit_bytes_total{device="veth7bdf3803"} 1.7093972e+07 node_network_transmit_bytes_total{device="veth7d99a1a4"} 5.3205333e+08 node_network_transmit_bytes_total{device="veth8836690d"} 2.019415287e+09 node_network_transmit_bytes_total{device="veth8a44fb92"} 2.6360721e+07 node_network_transmit_bytes_total{device="veth8aba0ed3"} 2.682819329e+09 node_network_transmit_bytes_total{device="veth95772b17"} 3.4996472e+07 node_network_transmit_bytes_total{device="vetha2837797"} 5.9731786e+07 node_network_transmit_bytes_total{device="vetha30aac9e"} 3.855946e+06 node_network_transmit_bytes_total{device="vetha4b48713"} 3.16046823e+08 node_network_transmit_bytes_total{device="vethb0801136"} 4.17980247e+08 node_network_transmit_bytes_total{device="vethc8ab67b2"} 2.25940293e+08 node_network_transmit_bytes_total{device="vethc9df17f0"} 1.56083233e+08 node_network_transmit_bytes_total{device="vethcfb0bbe3"} 1.188589e+07 node_network_transmit_bytes_total{device="vethcfc9b287"} 2.6387471e+07 node_network_transmit_bytes_total{device="vethd2020f1c"} 5.619891e+07 node_network_transmit_bytes_total{device="vethd6ea4a17"} 2.365672261e+09 node_network_transmit_bytes_total{device="vethda826f5a"} 370947 node_network_transmit_bytes_total{device="vethddb96dfa"} 1.3871107e+07 node_network_transmit_bytes_total{device="vethdfa3e012"} 3.01672439e+08 node_network_transmit_bytes_total{device="vethe26a704e"} 354759 node_network_transmit_bytes_total{device="wt0"} 4.3756768e+07 # HELP node_network_transmit_carrier_total Network device statistic transmit_carrier. # TYPE node_network_transmit_carrier_total counter node_network_transmit_carrier_total{device="cni0"} 0 node_network_transmit_carrier_total{device="docker0"} 0 node_network_transmit_carrier_total{device="eth0"} 0 node_network_transmit_carrier_total{device="flannel.1"} 0 node_network_transmit_carrier_total{device="lo"} 0 node_network_transmit_carrier_total{device="tailscale0"} 0 node_network_transmit_carrier_total{device="veth0382f754"} 0 node_network_transmit_carrier_total{device="veth078b078e"} 0 node_network_transmit_carrier_total{device="veth09db0895"} 0 node_network_transmit_carrier_total{device="veth0aa78e6a"} 0 node_network_transmit_carrier_total{device="veth0c6819a8"} 0 node_network_transmit_carrier_total{device="veth0e73f3d3"} 0 node_network_transmit_carrier_total{device="veth0fef23e9"} 0 node_network_transmit_carrier_total{device="veth1a53a427"} 0 node_network_transmit_carrier_total{device="veth1d0e047f"} 0 node_network_transmit_carrier_total{device="veth257a3e31"} 0 node_network_transmit_carrier_total{device="veth2ce997ba"} 0 node_network_transmit_carrier_total{device="veth33219b78"} 0 node_network_transmit_carrier_total{device="veth379b2745"} 0 node_network_transmit_carrier_total{device="veth38923175"} 0 node_network_transmit_carrier_total{device="veth4c45a1be"} 0 node_network_transmit_carrier_total{device="veth53ff0392"} 0 node_network_transmit_carrier_total{device="veth5673499e"} 0 node_network_transmit_carrier_total{device="veth5f20a2d1"} 0 node_network_transmit_carrier_total{device="veth7483fb3f"} 0 node_network_transmit_carrier_total{device="veth7bdf3803"} 0 node_network_transmit_carrier_total{device="veth7d99a1a4"} 0 node_network_transmit_carrier_total{device="veth8836690d"} 0 node_network_transmit_carrier_total{device="veth8a44fb92"} 0 node_network_transmit_carrier_total{device="veth8aba0ed3"} 0 node_network_transmit_carrier_total{device="veth95772b17"} 0 node_network_transmit_carrier_total{device="vetha2837797"} 0 node_network_transmit_carrier_total{device="vetha30aac9e"} 0 node_network_transmit_carrier_total{device="vetha4b48713"} 0 node_network_transmit_carrier_total{device="vethb0801136"} 0 node_network_transmit_carrier_total{device="vethc8ab67b2"} 0 node_network_transmit_carrier_total{device="vethc9df17f0"} 0 node_network_transmit_carrier_total{device="vethcfb0bbe3"} 0 node_network_transmit_carrier_total{device="vethcfc9b287"} 0 node_network_transmit_carrier_total{device="vethd2020f1c"} 0 node_network_transmit_carrier_total{device="vethd6ea4a17"} 0 node_network_transmit_carrier_total{device="vethda826f5a"} 0 node_network_transmit_carrier_total{device="vethddb96dfa"} 0 node_network_transmit_carrier_total{device="vethdfa3e012"} 0 node_network_transmit_carrier_total{device="vethe26a704e"} 0 node_network_transmit_carrier_total{device="wt0"} 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="cni0"} 0 node_network_transmit_colls_total{device="docker0"} 0 node_network_transmit_colls_total{device="eth0"} 0 node_network_transmit_colls_total{device="flannel.1"} 0 node_network_transmit_colls_total{device="lo"} 0 node_network_transmit_colls_total{device="tailscale0"} 0 node_network_transmit_colls_total{device="veth0382f754"} 0 node_network_transmit_colls_total{device="veth078b078e"} 0 node_network_transmit_colls_total{device="veth09db0895"} 0 node_network_transmit_colls_total{device="veth0aa78e6a"} 0 node_network_transmit_colls_total{device="veth0c6819a8"} 0 node_network_transmit_colls_total{device="veth0e73f3d3"} 0 node_network_transmit_colls_total{device="veth0fef23e9"} 0 node_network_transmit_colls_total{device="veth1a53a427"} 0 node_network_transmit_colls_total{device="veth1d0e047f"} 0 node_network_transmit_colls_total{device="veth257a3e31"} 0 node_network_transmit_colls_total{device="veth2ce997ba"} 0 node_network_transmit_colls_total{device="veth33219b78"} 0 node_network_transmit_colls_total{device="veth379b2745"} 0 node_network_transmit_colls_total{device="veth38923175"} 0 node_network_transmit_colls_total{device="veth4c45a1be"} 0 node_network_transmit_colls_total{device="veth53ff0392"} 0 node_network_transmit_colls_total{device="veth5673499e"} 0 node_network_transmit_colls_total{device="veth5f20a2d1"} 0 node_network_transmit_colls_total{device="veth7483fb3f"} 0 node_network_transmit_colls_total{device="veth7bdf3803"} 0 node_network_transmit_colls_total{device="veth7d99a1a4"} 0 node_network_transmit_colls_total{device="veth8836690d"} 0 node_network_transmit_colls_total{device="veth8a44fb92"} 0 node_network_transmit_colls_total{device="veth8aba0ed3"} 0 node_network_transmit_colls_total{device="veth95772b17"} 0 node_network_transmit_colls_total{device="vetha2837797"} 0 node_network_transmit_colls_total{device="vetha30aac9e"} 0 node_network_transmit_colls_total{device="vetha4b48713"} 0 node_network_transmit_colls_total{device="vethb0801136"} 0 node_network_transmit_colls_total{device="vethc8ab67b2"} 0 node_network_transmit_colls_total{device="vethc9df17f0"} 0 node_network_transmit_colls_total{device="vethcfb0bbe3"} 0 node_network_transmit_colls_total{device="vethcfc9b287"} 0 node_network_transmit_colls_total{device="vethd2020f1c"} 0 node_network_transmit_colls_total{device="vethd6ea4a17"} 0 node_network_transmit_colls_total{device="vethda826f5a"} 0 node_network_transmit_colls_total{device="vethddb96dfa"} 0 node_network_transmit_colls_total{device="vethdfa3e012"} 0 node_network_transmit_colls_total{device="vethe26a704e"} 0 node_network_transmit_colls_total{device="wt0"} 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="cni0"} 0 node_network_transmit_compressed_total{device="docker0"} 0 node_network_transmit_compressed_total{device="eth0"} 0 node_network_transmit_compressed_total{device="flannel.1"} 0 node_network_transmit_compressed_total{device="lo"} 0 node_network_transmit_compressed_total{device="tailscale0"} 0 node_network_transmit_compressed_total{device="veth0382f754"} 0 node_network_transmit_compressed_total{device="veth078b078e"} 0 node_network_transmit_compressed_total{device="veth09db0895"} 0 node_network_transmit_compressed_total{device="veth0aa78e6a"} 0 node_network_transmit_compressed_total{device="veth0c6819a8"} 0 node_network_transmit_compressed_total{device="veth0e73f3d3"} 0 node_network_transmit_compressed_total{device="veth0fef23e9"} 0 node_network_transmit_compressed_total{device="veth1a53a427"} 0 node_network_transmit_compressed_total{device="veth1d0e047f"} 0 node_network_transmit_compressed_total{device="veth257a3e31"} 0 node_network_transmit_compressed_total{device="veth2ce997ba"} 0 node_network_transmit_compressed_total{device="veth33219b78"} 0 node_network_transmit_compressed_total{device="veth379b2745"} 0 node_network_transmit_compressed_total{device="veth38923175"} 0 node_network_transmit_compressed_total{device="veth4c45a1be"} 0 node_network_transmit_compressed_total{device="veth53ff0392"} 0 node_network_transmit_compressed_total{device="veth5673499e"} 0 node_network_transmit_compressed_total{device="veth5f20a2d1"} 0 node_network_transmit_compressed_total{device="veth7483fb3f"} 0 node_network_transmit_compressed_total{device="veth7bdf3803"} 0 node_network_transmit_compressed_total{device="veth7d99a1a4"} 0 node_network_transmit_compressed_total{device="veth8836690d"} 0 node_network_transmit_compressed_total{device="veth8a44fb92"} 0 node_network_transmit_compressed_total{device="veth8aba0ed3"} 0 node_network_transmit_compressed_total{device="veth95772b17"} 0 node_network_transmit_compressed_total{device="vetha2837797"} 0 node_network_transmit_compressed_total{device="vetha30aac9e"} 0 node_network_transmit_compressed_total{device="vetha4b48713"} 0 node_network_transmit_compressed_total{device="vethb0801136"} 0 node_network_transmit_compressed_total{device="vethc8ab67b2"} 0 node_network_transmit_compressed_total{device="vethc9df17f0"} 0 node_network_transmit_compressed_total{device="vethcfb0bbe3"} 0 node_network_transmit_compressed_total{device="vethcfc9b287"} 0 node_network_transmit_compressed_total{device="vethd2020f1c"} 0 node_network_transmit_compressed_total{device="vethd6ea4a17"} 0 node_network_transmit_compressed_total{device="vethda826f5a"} 0 node_network_transmit_compressed_total{device="vethddb96dfa"} 0 node_network_transmit_compressed_total{device="vethdfa3e012"} 0 node_network_transmit_compressed_total{device="vethe26a704e"} 0 node_network_transmit_compressed_total{device="wt0"} 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="cni0"} 0 node_network_transmit_drop_total{device="docker0"} 0 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="flannel.1"} 7 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="tailscale0"} 0 node_network_transmit_drop_total{device="veth0382f754"} 0 node_network_transmit_drop_total{device="veth078b078e"} 0 node_network_transmit_drop_total{device="veth09db0895"} 0 node_network_transmit_drop_total{device="veth0aa78e6a"} 0 node_network_transmit_drop_total{device="veth0c6819a8"} 0 node_network_transmit_drop_total{device="veth0e73f3d3"} 0 node_network_transmit_drop_total{device="veth0fef23e9"} 0 node_network_transmit_drop_total{device="veth1a53a427"} 0 node_network_transmit_drop_total{device="veth1d0e047f"} 0 node_network_transmit_drop_total{device="veth257a3e31"} 0 node_network_transmit_drop_total{device="veth2ce997ba"} 0 node_network_transmit_drop_total{device="veth33219b78"} 0 node_network_transmit_drop_total{device="veth379b2745"} 0 node_network_transmit_drop_total{device="veth38923175"} 0 node_network_transmit_drop_total{device="veth4c45a1be"} 0 node_network_transmit_drop_total{device="veth53ff0392"} 0 node_network_transmit_drop_total{device="veth5673499e"} 0 node_network_transmit_drop_total{device="veth5f20a2d1"} 0 node_network_transmit_drop_total{device="veth7483fb3f"} 0 node_network_transmit_drop_total{device="veth7bdf3803"} 0 node_network_transmit_drop_total{device="veth7d99a1a4"} 0 node_network_transmit_drop_total{device="veth8836690d"} 0 node_network_transmit_drop_total{device="veth8a44fb92"} 0 node_network_transmit_drop_total{device="veth8aba0ed3"} 0 node_network_transmit_drop_total{device="veth95772b17"} 0 node_network_transmit_drop_total{device="vetha2837797"} 0 node_network_transmit_drop_total{device="vetha30aac9e"} 0 node_network_transmit_drop_total{device="vetha4b48713"} 0 node_network_transmit_drop_total{device="vethb0801136"} 0 node_network_transmit_drop_total{device="vethc8ab67b2"} 0 node_network_transmit_drop_total{device="vethc9df17f0"} 0 node_network_transmit_drop_total{device="vethcfb0bbe3"} 0 node_network_transmit_drop_total{device="vethcfc9b287"} 0 node_network_transmit_drop_total{device="vethd2020f1c"} 0 node_network_transmit_drop_total{device="vethd6ea4a17"} 0 node_network_transmit_drop_total{device="vethda826f5a"} 0 node_network_transmit_drop_total{device="vethddb96dfa"} 0 node_network_transmit_drop_total{device="vethdfa3e012"} 0 node_network_transmit_drop_total{device="vethe26a704e"} 0 node_network_transmit_drop_total{device="wt0"} 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="cni0"} 0 node_network_transmit_errs_total{device="docker0"} 0 node_network_transmit_errs_total{device="eth0"} 0 node_network_transmit_errs_total{device="flannel.1"} 0 node_network_transmit_errs_total{device="lo"} 0 node_network_transmit_errs_total{device="tailscale0"} 0 node_network_transmit_errs_total{device="veth0382f754"} 0 node_network_transmit_errs_total{device="veth078b078e"} 0 node_network_transmit_errs_total{device="veth09db0895"} 0 node_network_transmit_errs_total{device="veth0aa78e6a"} 0 node_network_transmit_errs_total{device="veth0c6819a8"} 0 node_network_transmit_errs_total{device="veth0e73f3d3"} 0 node_network_transmit_errs_total{device="veth0fef23e9"} 0 node_network_transmit_errs_total{device="veth1a53a427"} 0 node_network_transmit_errs_total{device="veth1d0e047f"} 0 node_network_transmit_errs_total{device="veth257a3e31"} 0 node_network_transmit_errs_total{device="veth2ce997ba"} 0 node_network_transmit_errs_total{device="veth33219b78"} 0 node_network_transmit_errs_total{device="veth379b2745"} 0 node_network_transmit_errs_total{device="veth38923175"} 0 node_network_transmit_errs_total{device="veth4c45a1be"} 0 node_network_transmit_errs_total{device="veth53ff0392"} 0 node_network_transmit_errs_total{device="veth5673499e"} 0 node_network_transmit_errs_total{device="veth5f20a2d1"} 0 node_network_transmit_errs_total{device="veth7483fb3f"} 0 node_network_transmit_errs_total{device="veth7bdf3803"} 0 node_network_transmit_errs_total{device="veth7d99a1a4"} 0 node_network_transmit_errs_total{device="veth8836690d"} 0 node_network_transmit_errs_total{device="veth8a44fb92"} 0 node_network_transmit_errs_total{device="veth8aba0ed3"} 0 node_network_transmit_errs_total{device="veth95772b17"} 0 node_network_transmit_errs_total{device="vetha2837797"} 0 node_network_transmit_errs_total{device="vetha30aac9e"} 0 node_network_transmit_errs_total{device="vetha4b48713"} 0 node_network_transmit_errs_total{device="vethb0801136"} 0 node_network_transmit_errs_total{device="vethc8ab67b2"} 0 node_network_transmit_errs_total{device="vethc9df17f0"} 0 node_network_transmit_errs_total{device="vethcfb0bbe3"} 0 node_network_transmit_errs_total{device="vethcfc9b287"} 0 node_network_transmit_errs_total{device="vethd2020f1c"} 0 node_network_transmit_errs_total{device="vethd6ea4a17"} 0 node_network_transmit_errs_total{device="vethda826f5a"} 0 node_network_transmit_errs_total{device="vethddb96dfa"} 0 node_network_transmit_errs_total{device="vethdfa3e012"} 0 node_network_transmit_errs_total{device="vethe26a704e"} 0 node_network_transmit_errs_total{device="wt0"} 137 # HELP node_network_transmit_fifo_total Network device statistic transmit_fifo. # TYPE node_network_transmit_fifo_total counter node_network_transmit_fifo_total{device="cni0"} 0 node_network_transmit_fifo_total{device="docker0"} 0 node_network_transmit_fifo_total{device="eth0"} 0 node_network_transmit_fifo_total{device="flannel.1"} 0 node_network_transmit_fifo_total{device="lo"} 0 node_network_transmit_fifo_total{device="tailscale0"} 0 node_network_transmit_fifo_total{device="veth0382f754"} 0 node_network_transmit_fifo_total{device="veth078b078e"} 0 node_network_transmit_fifo_total{device="veth09db0895"} 0 node_network_transmit_fifo_total{device="veth0aa78e6a"} 0 node_network_transmit_fifo_total{device="veth0c6819a8"} 0 node_network_transmit_fifo_total{device="veth0e73f3d3"} 0 node_network_transmit_fifo_total{device="veth0fef23e9"} 0 node_network_transmit_fifo_total{device="veth1a53a427"} 0 node_network_transmit_fifo_total{device="veth1d0e047f"} 0 node_network_transmit_fifo_total{device="veth257a3e31"} 0 node_network_transmit_fifo_total{device="veth2ce997ba"} 0 node_network_transmit_fifo_total{device="veth33219b78"} 0 node_network_transmit_fifo_total{device="veth379b2745"} 0 node_network_transmit_fifo_total{device="veth38923175"} 0 node_network_transmit_fifo_total{device="veth4c45a1be"} 0 node_network_transmit_fifo_total{device="veth53ff0392"} 0 node_network_transmit_fifo_total{device="veth5673499e"} 0 node_network_transmit_fifo_total{device="veth5f20a2d1"} 0 node_network_transmit_fifo_total{device="veth7483fb3f"} 0 node_network_transmit_fifo_total{device="veth7bdf3803"} 0 node_network_transmit_fifo_total{device="veth7d99a1a4"} 0 node_network_transmit_fifo_total{device="veth8836690d"} 0 node_network_transmit_fifo_total{device="veth8a44fb92"} 0 node_network_transmit_fifo_total{device="veth8aba0ed3"} 0 node_network_transmit_fifo_total{device="veth95772b17"} 0 node_network_transmit_fifo_total{device="vetha2837797"} 0 node_network_transmit_fifo_total{device="vetha30aac9e"} 0 node_network_transmit_fifo_total{device="vetha4b48713"} 0 node_network_transmit_fifo_total{device="vethb0801136"} 0 node_network_transmit_fifo_total{device="vethc8ab67b2"} 0 node_network_transmit_fifo_total{device="vethc9df17f0"} 0 node_network_transmit_fifo_total{device="vethcfb0bbe3"} 0 node_network_transmit_fifo_total{device="vethcfc9b287"} 0 node_network_transmit_fifo_total{device="vethd2020f1c"} 0 node_network_transmit_fifo_total{device="vethd6ea4a17"} 0 node_network_transmit_fifo_total{device="vethda826f5a"} 0 node_network_transmit_fifo_total{device="vethddb96dfa"} 0 node_network_transmit_fifo_total{device="vethdfa3e012"} 0 node_network_transmit_fifo_total{device="vethe26a704e"} 0 node_network_transmit_fifo_total{device="wt0"} 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="cni0"} 1.3808084e+07 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 932671 node_network_transmit_packets_total{device="flannel.1"} 0 node_network_transmit_packets_total{device="lo"} 9.313996e+06 node_network_transmit_packets_total{device="tailscale0"} 4 node_network_transmit_packets_total{device="veth0382f754"} 619389 node_network_transmit_packets_total{device="veth078b078e"} 59246 node_network_transmit_packets_total{device="veth09db0895"} 46956 node_network_transmit_packets_total{device="veth0aa78e6a"} 930994 node_network_transmit_packets_total{device="veth0c6819a8"} 676721 node_network_transmit_packets_total{device="veth0e73f3d3"} 285324 node_network_transmit_packets_total{device="veth0fef23e9"} 253550 node_network_transmit_packets_total{device="veth1a53a427"} 664271 node_network_transmit_packets_total{device="veth1d0e047f"} 192643 node_network_transmit_packets_total{device="veth257a3e31"} 2.868943e+06 node_network_transmit_packets_total{device="veth2ce997ba"} 135972 node_network_transmit_packets_total{device="veth33219b78"} 25825 node_network_transmit_packets_total{device="veth379b2745"} 179436 node_network_transmit_packets_total{device="veth38923175"} 54678 node_network_transmit_packets_total{device="veth4c45a1be"} 84067 node_network_transmit_packets_total{device="veth53ff0392"} 6424 node_network_transmit_packets_total{device="veth5673499e"} 17656 node_network_transmit_packets_total{device="veth5f20a2d1"} 49253 node_network_transmit_packets_total{device="veth7483fb3f"} 219344 node_network_transmit_packets_total{device="veth7bdf3803"} 113269 node_network_transmit_packets_total{device="veth7d99a1a4"} 2.122405e+06 node_network_transmit_packets_total{device="veth8836690d"} 851913 node_network_transmit_packets_total{device="veth8a44fb92"} 56969 node_network_transmit_packets_total{device="veth8aba0ed3"} 3.10617e+06 node_network_transmit_packets_total{device="veth95772b17"} 64662 node_network_transmit_packets_total{device="vetha2837797"} 320223 node_network_transmit_packets_total{device="vetha30aac9e"} 12427 node_network_transmit_packets_total{device="vetha4b48713"} 1.799112e+06 node_network_transmit_packets_total{device="vethb0801136"} 1.150482e+06 node_network_transmit_packets_total{device="vethc8ab67b2"} 387592 node_network_transmit_packets_total{device="vethc9df17f0"} 478002 node_network_transmit_packets_total{device="vethcfb0bbe3"} 89464 node_network_transmit_packets_total{device="vethcfc9b287"} 223780 node_network_transmit_packets_total{device="vethd2020f1c"} 539169 node_network_transmit_packets_total{device="vethd6ea4a17"} 2.223585e+06 node_network_transmit_packets_total{device="vethda826f5a"} 6443 node_network_transmit_packets_total{device="vethddb96dfa"} 27006 node_network_transmit_packets_total{device="vethdfa3e012"} 1.075142e+06 node_network_transmit_packets_total{device="vethe26a704e"} 6232 node_network_transmit_packets_total{device="wt0"} 125024 # 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="cni0"} 1000 node_network_transmit_queue_length{device="docker0"} 0 node_network_transmit_queue_length{device="eth0"} 1000 node_network_transmit_queue_length{device="flannel.1"} 0 node_network_transmit_queue_length{device="lo"} 1000 node_network_transmit_queue_length{device="tailscale0"} 500 node_network_transmit_queue_length{device="veth0382f754"} 0 node_network_transmit_queue_length{device="veth078b078e"} 0 node_network_transmit_queue_length{device="veth09db0895"} 0 node_network_transmit_queue_length{device="veth0aa78e6a"} 0 node_network_transmit_queue_length{device="veth0c6819a8"} 0 node_network_transmit_queue_length{device="veth0e73f3d3"} 0 node_network_transmit_queue_length{device="veth0fef23e9"} 0 node_network_transmit_queue_length{device="veth1a53a427"} 0 node_network_transmit_queue_length{device="veth1d0e047f"} 0 node_network_transmit_queue_length{device="veth257a3e31"} 0 node_network_transmit_queue_length{device="veth2ce997ba"} 0 node_network_transmit_queue_length{device="veth33219b78"} 0 node_network_transmit_queue_length{device="veth379b2745"} 0 node_network_transmit_queue_length{device="veth38923175"} 0 node_network_transmit_queue_length{device="veth4c45a1be"} 0 node_network_transmit_queue_length{device="veth53ff0392"} 0 node_network_transmit_queue_length{device="veth5673499e"} 0 node_network_transmit_queue_length{device="veth5f20a2d1"} 0 node_network_transmit_queue_length{device="veth7483fb3f"} 0 node_network_transmit_queue_length{device="veth7bdf3803"} 0 node_network_transmit_queue_length{device="veth7d99a1a4"} 0 node_network_transmit_queue_length{device="veth8836690d"} 0 node_network_transmit_queue_length{device="veth8a44fb92"} 0 node_network_transmit_queue_length{device="veth8aba0ed3"} 0 node_network_transmit_queue_length{device="veth95772b17"} 0 node_network_transmit_queue_length{device="vetha2837797"} 0 node_network_transmit_queue_length{device="vetha30aac9e"} 0 node_network_transmit_queue_length{device="vetha4b48713"} 0 node_network_transmit_queue_length{device="vethb0801136"} 0 node_network_transmit_queue_length{device="vethc8ab67b2"} 0 node_network_transmit_queue_length{device="vethc9df17f0"} 0 node_network_transmit_queue_length{device="vethcfb0bbe3"} 0 node_network_transmit_queue_length{device="vethcfc9b287"} 0 node_network_transmit_queue_length{device="vethd2020f1c"} 0 node_network_transmit_queue_length{device="vethd6ea4a17"} 0 node_network_transmit_queue_length{device="vethda826f5a"} 0 node_network_transmit_queue_length{device="vethddb96dfa"} 0 node_network_transmit_queue_length{device="vethdfa3e012"} 0 node_network_transmit_queue_length{device="vethe26a704e"} 0 node_network_transmit_queue_length{device="wt0"} 1000 # HELP node_network_up Value is 1 if operstate is 'up', 0 otherwise. # TYPE node_network_up gauge node_network_up{device="cni0"} 1 node_network_up{device="docker0"} 0 node_network_up{device="eth0"} 1 node_network_up{device="flannel.1"} 0 node_network_up{device="lo"} 0 node_network_up{device="tailscale0"} 0 node_network_up{device="veth0382f754"} 1 node_network_up{device="veth078b078e"} 1 node_network_up{device="veth09db0895"} 1 node_network_up{device="veth0aa78e6a"} 1 node_network_up{device="veth0c6819a8"} 1 node_network_up{device="veth0e73f3d3"} 1 node_network_up{device="veth0fef23e9"} 1 node_network_up{device="veth1a53a427"} 1 node_network_up{device="veth1d0e047f"} 1 node_network_up{device="veth257a3e31"} 1 node_network_up{device="veth2ce997ba"} 1 node_network_up{device="veth33219b78"} 1 node_network_up{device="veth379b2745"} 1 node_network_up{device="veth38923175"} 1 node_network_up{device="veth4c45a1be"} 1 node_network_up{device="veth53ff0392"} 1 node_network_up{device="veth5673499e"} 1 node_network_up{device="veth5f20a2d1"} 1 node_network_up{device="veth7483fb3f"} 1 node_network_up{device="veth7bdf3803"} 1 node_network_up{device="veth7d99a1a4"} 1 node_network_up{device="veth8836690d"} 1 node_network_up{device="veth8a44fb92"} 1 node_network_up{device="veth8aba0ed3"} 1 node_network_up{device="veth95772b17"} 1 node_network_up{device="vetha2837797"} 1 node_network_up{device="vetha30aac9e"} 1 node_network_up{device="vetha4b48713"} 1 node_network_up{device="vethb0801136"} 1 node_network_up{device="vethc8ab67b2"} 1 node_network_up{device="vethc9df17f0"} 1 node_network_up{device="vethcfb0bbe3"} 1 node_network_up{device="vethcfc9b287"} 1 node_network_up{device="vethd2020f1c"} 1 node_network_up{device="vethd6ea4a17"} 1 node_network_up{device="vethda826f5a"} 1 node_network_up{device="vethddb96dfa"} 1 node_network_up{device="vethdfa3e012"} 1 node_network_up{device="vethe26a704e"} 1 node_network_up{device="wt0"} 0 # HELP node_nf_conntrack_entries Number of currently allocated flow entries for connection tracking. # TYPE node_nf_conntrack_entries gauge node_nf_conntrack_entries 1269 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 196608 # HELP node_os_info A metric with a constant '1' value labeled by build_id, id, id_like, image_id, image_version, name, pretty_name, variant, variant_id, version, version_codename, version_id. # TYPE node_os_info gauge node_os_info{build_id="",id="ubuntu",id_like="debian",image_id="",image_version="",name="Ubuntu",pretty_name="Ubuntu 24.04.4 LTS",variant="",variant_id="",version="24.04.4 LTS (Noble Numbat)",version_codename="noble",version_id="24.04"} 1 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="ubuntu",id_like="debian",name="Ubuntu"} 24.04 # HELP node_pressure_cpu_waiting_seconds_total Total time in seconds that processes have waited for CPU time # TYPE node_pressure_cpu_waiting_seconds_total counter node_pressure_cpu_waiting_seconds_total 11488.711467000001 # 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 202.421913 # 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 286.675322 # 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 2.627528 # 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 3.140804 # 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 7 # 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"} 34167.404055515 node_schedstat_running_seconds_total{cpu="1"} 33940.374672783 node_schedstat_running_seconds_total{cpu="2"} 33883.428233637 node_schedstat_running_seconds_total{cpu="3"} 33870.528168555 node_schedstat_running_seconds_total{cpu="4"} 33806.016495541 node_schedstat_running_seconds_total{cpu="5"} 33829.669601408 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 1.40798971e+08 node_schedstat_timeslices_total{cpu="1"} 1.41204337e+08 node_schedstat_timeslices_total{cpu="2"} 1.41424305e+08 node_schedstat_timeslices_total{cpu="3"} 1.41224329e+08 node_schedstat_timeslices_total{cpu="4"} 1.41288314e+08 node_schedstat_timeslices_total{cpu="5"} 1.41334675e+08 # 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"} 13918.951648812 node_schedstat_waiting_seconds_total{cpu="1"} 13963.65107884 node_schedstat_waiting_seconds_total{cpu="2"} 14022.836100821 node_schedstat_waiting_seconds_total{cpu="3"} 14009.203718669 node_schedstat_waiting_seconds_total{cpu="4"} 13947.879640125 node_schedstat_waiting_seconds_total{cpu="5"} 13977.594105776 # HELP node_scrape_collector_duration_seconds node_exporter: Duration of a collector scrape. # TYPE node_scrape_collector_duration_seconds gauge node_scrape_collector_duration_seconds{collector="arp"} 0.301404308 node_scrape_collector_duration_seconds{collector="bcache"} 2.7191e-05 node_scrape_collector_duration_seconds{collector="bcachefs"} 3.4204e-05 node_scrape_collector_duration_seconds{collector="bonding"} 5.3911e-05 node_scrape_collector_duration_seconds{collector="btrfs"} 0.693167832 node_scrape_collector_duration_seconds{collector="conntrack"} 0.000226552 node_scrape_collector_duration_seconds{collector="cpu"} 0.001287123 node_scrape_collector_duration_seconds{collector="cpufreq"} 0.000169426 node_scrape_collector_duration_seconds{collector="diskstats"} 0.292717633 node_scrape_collector_duration_seconds{collector="dmi"} 1.595e-05 node_scrape_collector_duration_seconds{collector="dmmultipath"} 9.7001e-05 node_scrape_collector_duration_seconds{collector="edac"} 5.1347e-05 node_scrape_collector_duration_seconds{collector="entropy"} 0.392611869 node_scrape_collector_duration_seconds{collector="fibrechannel"} 1.9096e-05 node_scrape_collector_duration_seconds{collector="filefd"} 5.4492e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.886232527 node_scrape_collector_duration_seconds{collector="hwmon"} 5.31e-05 node_scrape_collector_duration_seconds{collector="infiniband"} 1.9167e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.102e-05 node_scrape_collector_duration_seconds{collector="kernel_hung"} 0.000121477 node_scrape_collector_duration_seconds{collector="loadavg"} 8.7253e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 0.000184564 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000530199 node_scrape_collector_duration_seconds{collector="netclass"} 1.293587257 node_scrape_collector_duration_seconds{collector="netdev"} 0.298788805 node_scrape_collector_duration_seconds{collector="netstat"} 0.001204749 node_scrape_collector_duration_seconds{collector="nfs"} 7.7785e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 3.3592e-05 node_scrape_collector_duration_seconds{collector="nvme"} 4.9343e-05 node_scrape_collector_duration_seconds{collector="os"} 0.000163115 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 3.1649e-05 node_scrape_collector_duration_seconds{collector="pressure"} 0.20031108 node_scrape_collector_duration_seconds{collector="rapl"} 0.000181859 node_scrape_collector_duration_seconds{collector="schedstat"} 0.000107491 node_scrape_collector_duration_seconds{collector="selinux"} 2.314e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000355544 node_scrape_collector_duration_seconds{collector="softnet"} 0.293399433 node_scrape_collector_duration_seconds{collector="stat"} 0.000293637 node_scrape_collector_duration_seconds{collector="tapestats"} 1.6081e-05 node_scrape_collector_duration_seconds{collector="textfile"} 3.6378e-05 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.001637377 node_scrape_collector_duration_seconds{collector="time"} 0.000207417 node_scrape_collector_duration_seconds{collector="timex"} 2.3725e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.293023421 node_scrape_collector_duration_seconds{collector="uname"} 1.1481e-05 node_scrape_collector_duration_seconds{collector="vmstat"} 0.000264324 node_scrape_collector_duration_seconds{collector="watchdog"} 4.1497e-05 node_scrape_collector_duration_seconds{collector="xfs"} 9.7171e-05 node_scrape_collector_duration_seconds{collector="zfs"} 2.7411e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bcachefs"} 0 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="dmmultipath"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 0 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="kernel_hung"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 1 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 2 # HELP node_sockstat_RAW_inuse Number of RAW sockets in state inuse. # TYPE node_sockstat_RAW_inuse gauge node_sockstat_RAW_inuse 2 # HELP node_sockstat_TCP6_inuse Number of TCP6 sockets in state inuse. # TYPE node_sockstat_TCP6_inuse gauge node_sockstat_TCP6_inuse 59 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 398 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 62 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 84 # 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 344064 # 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 78 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 2 # 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 9 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 257 # 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 1.052672e+06 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1112 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 0 node_softnet_dropped_total{cpu="1"} 0 node_softnet_dropped_total{cpu="2"} 0 node_softnet_dropped_total{cpu="3"} 0 node_softnet_dropped_total{cpu="4"} 0 node_softnet_dropped_total{cpu="5"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 1.2244455e+07 node_softnet_processed_total{cpu="1"} 1.2190807e+07 node_softnet_processed_total{cpu="2"} 1.2245221e+07 node_softnet_processed_total{cpu="3"} 1.4410291e+07 node_softnet_processed_total{cpu="4"} 1.2355823e+07 node_softnet_processed_total{cpu="5"} 1.2297059e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 39985 node_softnet_times_squeezed_total{cpu="1"} 39635 node_softnet_times_squeezed_total{cpu="2"} 39716 node_softnet_times_squeezed_total{cpu="3"} 52367 node_softnet_times_squeezed_total{cpu="4"} 42109 node_softnet_times_squeezed_total{cpu="5"} 39769 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="hpet",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.7854936847816691e+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.9999684497375488 # 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.755 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 1.5391e-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="vmi3455496",release="6.8.0-136-generic",sysname="Linux",version="#136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026"} 1 # HELP node_vmstat_oom_kill /proc/vmstat information field oom_kill. # TYPE node_vmstat_oom_kill untyped node_vmstat_oom_kill 0 # HELP node_vmstat_pgfault /proc/vmstat information field pgfault. # TYPE node_vmstat_pgfault untyped node_vmstat_pgfault 3.35148155e+08 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 153939 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.7011621e+07 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 6.8019445e+07 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 0 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 0 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 602.17 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 8.194471726e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.8780832112e+10 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5239552e+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.78538840545e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307725824e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_errors_total Total number of internal errors encountered by the promhttp metric handler. # TYPE promhttp_metric_handler_errors_total counter promhttp_metric_handler_errors_total{cause="encoding"} 0 promhttp_metric_handler_errors_total{cause="gathering"} 0 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 3604 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0