# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 1.1195e-05 go_gc_duration_seconds{quantile="0.25"} 2.5576e-05 go_gc_duration_seconds{quantile="0.5"} 3.4248e-05 go_gc_duration_seconds{quantile="0.75"} 4.6423e-05 go_gc_duration_seconds{quantile="1"} 0.000155204 go_gc_duration_seconds_sum 7.117138948 go_gc_duration_seconds_count 166175 # 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 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.1"} 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 4.006552e+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 3.44228851616e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 2.271183e+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 3.821446452e+09 # 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.663088e+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 4.006552e+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 5.824512e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.135808e+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 40984 # 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 4.800512e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.196032e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7859613261785214e+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 3.821487436e+09 # 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 32144 # 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 106720 # 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 163200 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 5.680722e+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 782649 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 622592 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 622592 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.9495176e+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 10 # HELP node_arp_entries ARP entries by device # TYPE node_arp_entries gauge node_arp_entries{device="cni0"} 46 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.785391492e+09 # HELP node_context_switches_total Total number of context switches. # TYPE node_context_switches_total counter node_context_switches_total 1.2991881248e+10 # HELP node_cooling_device_cur_state Current throttle state of the cooling device # TYPE node_cooling_device_cur_state gauge node_cooling_device_cur_state{name="0",type="Processor"} 0 node_cooling_device_cur_state{name="1",type="Processor"} 0 node_cooling_device_cur_state{name="2",type="Processor"} 0 node_cooling_device_cur_state{name="3",type="Processor"} 0 node_cooling_device_cur_state{name="4",type="Processor"} 0 node_cooling_device_cur_state{name="5",type="Processor"} 0 node_cooling_device_cur_state{name="6",type="Processor"} 0 node_cooling_device_cur_state{name="7",type="Processor"} 0 # HELP node_cooling_device_max_state Maximum throttle state of the cooling device # TYPE node_cooling_device_max_state gauge node_cooling_device_max_state{name="0",type="Processor"} 0 node_cooling_device_max_state{name="1",type="Processor"} 0 node_cooling_device_max_state{name="2",type="Processor"} 0 node_cooling_device_max_state{name="3",type="Processor"} 0 node_cooling_device_max_state{name="4",type="Processor"} 0 node_cooling_device_max_state{name="5",type="Processor"} 0 node_cooling_device_max_state{name="6",type="Processor"} 0 node_cooling_device_max_state{name="7",type="Processor"} 0 # HELP node_cpu_guest_seconds_total Seconds the CPUs spent in guests (VMs) for each mode. # TYPE node_cpu_guest_seconds_total counter node_cpu_guest_seconds_total{cpu="0",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="0",mode="user"} 0 node_cpu_guest_seconds_total{cpu="1",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="1",mode="user"} 0 node_cpu_guest_seconds_total{cpu="2",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="2",mode="user"} 0 node_cpu_guest_seconds_total{cpu="3",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="3",mode="user"} 0 node_cpu_guest_seconds_total{cpu="4",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="4",mode="user"} 0 node_cpu_guest_seconds_total{cpu="5",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="5",mode="user"} 0 node_cpu_guest_seconds_total{cpu="6",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="6",mode="user"} 0 node_cpu_guest_seconds_total{cpu="7",mode="nice"} 0 node_cpu_guest_seconds_total{cpu="7",mode="user"} 0 # HELP node_cpu_seconds_total Seconds the CPUs spent in each mode. # TYPE node_cpu_seconds_total counter node_cpu_seconds_total{cpu="0",mode="idle"} 438330.64 node_cpu_seconds_total{cpu="0",mode="iowait"} 755.99 node_cpu_seconds_total{cpu="0",mode="irq"} 0 node_cpu_seconds_total{cpu="0",mode="nice"} 824.25 node_cpu_seconds_total{cpu="0",mode="softirq"} 6764.84 node_cpu_seconds_total{cpu="0",mode="steal"} 56084.64 node_cpu_seconds_total{cpu="0",mode="system"} 35018.26 node_cpu_seconds_total{cpu="0",mode="user"} 52993.53 node_cpu_seconds_total{cpu="1",mode="idle"} 440339.57 node_cpu_seconds_total{cpu="1",mode="iowait"} 722.27 node_cpu_seconds_total{cpu="1",mode="irq"} 0 node_cpu_seconds_total{cpu="1",mode="nice"} 820.04 node_cpu_seconds_total{cpu="1",mode="softirq"} 2641.62 node_cpu_seconds_total{cpu="1",mode="steal"} 52854.11 node_cpu_seconds_total{cpu="1",mode="system"} 35389.61 node_cpu_seconds_total{cpu="1",mode="user"} 53502 node_cpu_seconds_total{cpu="2",mode="idle"} 440716.81 node_cpu_seconds_total{cpu="2",mode="iowait"} 694.15 node_cpu_seconds_total{cpu="2",mode="irq"} 0 node_cpu_seconds_total{cpu="2",mode="nice"} 786.01 node_cpu_seconds_total{cpu="2",mode="softirq"} 1823.57 node_cpu_seconds_total{cpu="2",mode="steal"} 51715.54 node_cpu_seconds_total{cpu="2",mode="system"} 35645.69 node_cpu_seconds_total{cpu="2",mode="user"} 53753.74 node_cpu_seconds_total{cpu="3",mode="idle"} 440777.73 node_cpu_seconds_total{cpu="3",mode="iowait"} 669.69 node_cpu_seconds_total{cpu="3",mode="irq"} 0 node_cpu_seconds_total{cpu="3",mode="nice"} 792.08 node_cpu_seconds_total{cpu="3",mode="softirq"} 1372.69 node_cpu_seconds_total{cpu="3",mode="steal"} 51237.41 node_cpu_seconds_total{cpu="3",mode="system"} 35758.81 node_cpu_seconds_total{cpu="3",mode="user"} 53860.02 node_cpu_seconds_total{cpu="4",mode="idle"} 441027.93 node_cpu_seconds_total{cpu="4",mode="iowait"} 635.89 node_cpu_seconds_total{cpu="4",mode="irq"} 0 node_cpu_seconds_total{cpu="4",mode="nice"} 800.47 node_cpu_seconds_total{cpu="4",mode="softirq"} 1214.59 node_cpu_seconds_total{cpu="4",mode="steal"} 51042.01 node_cpu_seconds_total{cpu="4",mode="system"} 35749.49 node_cpu_seconds_total{cpu="4",mode="user"} 53595.52 node_cpu_seconds_total{cpu="5",mode="idle"} 440979.48 node_cpu_seconds_total{cpu="5",mode="iowait"} 634.02 node_cpu_seconds_total{cpu="5",mode="irq"} 0 node_cpu_seconds_total{cpu="5",mode="nice"} 810.07 node_cpu_seconds_total{cpu="5",mode="softirq"} 1123.5 node_cpu_seconds_total{cpu="5",mode="steal"} 50812.13 node_cpu_seconds_total{cpu="5",mode="system"} 35783.08 node_cpu_seconds_total{cpu="5",mode="user"} 53792.44 node_cpu_seconds_total{cpu="6",mode="idle"} 441160.64 node_cpu_seconds_total{cpu="6",mode="iowait"} 615.71 node_cpu_seconds_total{cpu="6",mode="irq"} 0 node_cpu_seconds_total{cpu="6",mode="nice"} 789.35 node_cpu_seconds_total{cpu="6",mode="softirq"} 1088.9 node_cpu_seconds_total{cpu="6",mode="steal"} 50791.86 node_cpu_seconds_total{cpu="6",mode="system"} 35674.2 node_cpu_seconds_total{cpu="6",mode="user"} 53681.39 node_cpu_seconds_total{cpu="7",mode="idle"} 441610.35 node_cpu_seconds_total{cpu="7",mode="iowait"} 582.56 node_cpu_seconds_total{cpu="7",mode="irq"} 0 node_cpu_seconds_total{cpu="7",mode="nice"} 799.08 node_cpu_seconds_total{cpu="7",mode="softirq"} 1289.26 node_cpu_seconds_total{cpu="7",mode="steal"} 50940.74 node_cpu_seconds_total{cpu="7",mode="system"} 35430.46 node_cpu_seconds_total{cpu="7",mode="user"} 53102.54 # 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"} 4753.182 node_disk_discard_time_seconds_total{device="sr0"} 0 # HELP node_disk_discarded_sectors_total The total number of sectors discarded successfully. # TYPE node_disk_discarded_sectors_total counter node_disk_discarded_sectors_total{device="sda"} 4.2142942e+09 node_disk_discarded_sectors_total{device="sr0"} 0 # HELP node_disk_discards_completed_total The total number of discards completed successfully. # TYPE node_disk_discards_completed_total counter node_disk_discards_completed_total{device="sda"} 808604 node_disk_discards_completed_total{device="sr0"} 0 # HELP node_disk_discards_merged_total The total number of discards merged. # TYPE node_disk_discards_merged_total counter node_disk_discards_merged_total{device="sda"} 0 node_disk_discards_merged_total{device="sr0"} 0 # HELP node_disk_filesystem_info Info about disk filesystem. # TYPE node_disk_filesystem_info gauge node_disk_filesystem_info{device="sr0",type="iso9660",usage="filesystem",uuid="2026-04-30-07-23-15-00",version="Joliet Extension"} 1 # 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"} 457.271 node_disk_flush_requests_time_seconds_total{device="sr0"} 0 # HELP node_disk_flush_requests_total The total number of flush requests completed successfully # TYPE node_disk_flush_requests_total counter node_disk_flush_requests_total{device="sda"} 1.168969e+06 node_disk_flush_requests_total{device="sr0"} 0 # HELP node_disk_info Info of /sys/block/. # TYPE node_disk_info gauge node_disk_info{device="sda",major="8",minor="0",model="QEMU_HARDDISK",path="pci-0000:01:01.0-scsi-0:0:0:0",revision="2.5+",rotational="0",serial="drive-scsi0",wwn=""} 1 node_disk_info{device="sr0",major="11",minor="0",model="QEMU_DVD-ROM",path="pci-0000:00:01.1-ata-2.0",revision="2.5+",rotational="1",serial="QM00003",wwn=""} 1 # HELP node_disk_io_now The number of I/Os currently in progress. # TYPE node_disk_io_now gauge node_disk_io_now{device="sda"} 0 node_disk_io_now{device="sr0"} 0 # HELP node_disk_io_time_seconds_total Total seconds spent doing I/Os. # TYPE node_disk_io_time_seconds_total counter node_disk_io_time_seconds_total{device="sda"} 8082.242 node_disk_io_time_seconds_total{device="sr0"} 2.931 # 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"} 148475.84 node_disk_io_time_weighted_seconds_total{device="sr0"} 2.954 # 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.48687717376e+11 node_disk_read_bytes_total{device="sr0"} 1.248256e+07 # 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"} 5984.973 node_disk_read_time_seconds_total{device="sr0"} 2.954 # 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.5404402e+07 node_disk_reads_completed_total{device="sr0"} 3051 # 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"} 8038 node_disk_reads_merged_total{device="sr0"} 0 # HELP node_disk_write_time_seconds_total This is the total number of seconds spent by all writes. # TYPE node_disk_write_time_seconds_total counter node_disk_write_time_seconds_total{device="sda"} 137280.413 node_disk_write_time_seconds_total{device="sr0"} 0 # HELP node_disk_writes_completed_total The total number of writes completed successfully. # TYPE node_disk_writes_completed_total counter node_disk_writes_completed_total{device="sda"} 2.5313373e+07 node_disk_writes_completed_total{device="sr0"} 0 # HELP node_disk_writes_merged_total The number of writes merged. # TYPE node_disk_writes_merged_total counter node_disk_writes_merged_total{device="sda"} 6.676628e+06 node_disk_writes_merged_total{device="sr0"} 0 # HELP node_disk_written_bytes_total The total number of bytes written successfully. # TYPE node_disk_written_bytes_total counter node_disk_written_bytes_total{device="sda"} 5.35654548992e+11 node_disk_written_bytes_total{device="sr0"} 0 # HELP node_dmi_info A metric with a constant '1' value labeled by bios_date, bios_release, bios_vendor, bios_version, board_asset_tag, board_name, board_serial, board_vendor, board_version, chassis_asset_tag, chassis_serial, chassis_vendor, chassis_version, product_family, product_name, product_serial, product_sku, product_uuid, product_version, system_vendor if provided by DMI. # TYPE node_dmi_info gauge node_dmi_info{bios_date="04/01/2014",bios_release="0.0",bios_vendor="SeaBIOS",bios_version="rel-1.17.0-0-gb52ca86e094d-prebuilt.qemu.org",chassis_asset_tag="",chassis_vendor="QEMU",chassis_version="pc-i440fx-10.1",product_family="",product_name="Standard PC (i440FX + PIIX, 1996)",product_sku="",product_version="pc-i440fx-10.1",system_vendor="QEMU"} 1 # HELP node_entropy_available_bits Bits of available entropy. # TYPE node_entropy_available_bits gauge node_entropy_available_bits 256 # HELP node_entropy_pool_size_bits Bits of entropy pool. # TYPE node_entropy_pool_size_bits gauge node_entropy_pool_size_bits 256 # HELP node_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, goversion from which node_exporter was built, and the goos and goarch for the build. # TYPE node_exporter_build_info gauge node_exporter_build_info{branch="",goarch="amd64",goos="linux",goversion="go1.26.1",revision="unknown",tags="unknown",version="1.10.2"} 1 # HELP node_filefd_allocated File descriptor statistics: allocated. # TYPE node_filefd_allocated gauge node_filefd_allocated 17184 # 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/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01867264e+08 node_filesystem_avail_bytes{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 5.75033344e+08 node_filesystem_avail_bytes{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 1.6551460864e+11 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_avail_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.40026624e+09 node_filesystem_avail_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1002"} 6.40026624e+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/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_device_error{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_device_error{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_device_error{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/0ab82fbe10a317585106ecc957a9ddc5a16952f244256d6fd8e92d38b9aff08f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1264175c642510f87b6ed0ffd3eb7a53ada7cb8379ec586e9f2a50a16910e429/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/157d3847b020baa492e11e0e45eb98deb89e7a7b21be8ad067928444d524370d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e645d1f4319516a208af9f1dd93ed1411814ae8ea24b11c1a090023ca9def03/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/313a05bbc38d774b0d135fa98449d66ab470c0e4a146cbf77d556a5836e0efc9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33e57bc8af9a8185df1444ae582b48daf3d0156318cbdd34e4f85af24303abdf/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3ae8b9a8b12a776ca9972c25ce1d134c7ffa49b6d61833cddc39578d2add176f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3e7a3252b6cff21e3911eb914be8adc3f945b2319d0923c5f179d3f8af4645f0/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3ed69a87a994a47dd172bc68b5d292eff172451e1f9741be1c72a26d360ad9e7/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/46fe1725211f5f16d8787cfc4613aab241b669272fead3085ba925a166da6701/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4a89cc81576c0c593ea7b060e2f6c3c85c30bad7cc275b29ddf27609cd999d93/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ebb64acbbb38a1a5dba2650741eb038e819b94f9542e91c4eac825ac648fb78/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51512d216b8a58d9f075b623cf65739c2f56db88d556994950737ef9e45fecec/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/525b6587d202b1f872e2ac0f0ff858cbdbe564f19fd8d7b6dbea3ce48bbd5e02/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5497c285f4e3a887fb029e0382479712587c92ef1df23798949897bafa0a4aa8/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5a1bbddb59ca6abc0170ce7cefffc6c65bd9f24e794007cbed1642884fefbcc3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5be6066a5292f11e202ddc4d03483b74fde32d2a3918e35c010495b045c8e961/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5d8336eafeac1508a85cd016a740c5f31eb457d764604d187e15aecbcfbcf9e9/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5f0ff96090ddd812e66690c29ccdefd107c444376cab0446d0260b2b2ab1b78b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c3dc1be954f5aba4fd2d9693fe1ac29936773d04cf785c2fd42a73248dc9f53/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/733733a8e50f4ab72d1bda99077af340642ea5ec2a04553a7c090b767a509036/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7ef25e55d0dcae13ae76021603f016d597d21f734c7dc076cb700f90ee97c3e4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/831acaf518e91db0a9262789ac096bbbdadae21d794cde40cc5b8e79864ebe55/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/841d80ae52a1b5d3ff32ef91db597f5968b88a6084b7219211703109f7eea594/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/90eeffbdcc28a93831a9d4c03112a67240b31b29be65d70ebd1a82cca01335ed/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/92cbdfe554f0377b5f4c37ffa7932965b43224b187cb67cfbc6361d1baa747ee/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/94a5300e8830b63992f09ffdff0644633ed314e933da6c170e2ebb6ec1f51289/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/982449a0647c4d5245ee849a88ca7da39ef3550e771a448c13c6b45c5915a8d4/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9aad45ba0c36bb40d4e075752d02a1b94909fa4295e66c618657a2bc2ae1c8d3/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9ae84ad03c1df7a1c87e70a2d51900519c2f59a2031cff5867f729827965f4ab/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9ba6711c1c3a2288209e1c03840278da80a9254283acd2c050c700c1681b5a6d/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a19fcd27eec3d97f26518e22ab5d985fce3f3cb3e75bcfe7c9da3211f2bd410b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a705588497ee8032275cdf38ad1e96686cf563d11104b55609498d79fb846548/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ab0329fe817da1aa7a777bb9448099d706d43bb9bc8c3c5b63dd27c7f8a6ba58/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ab398fa118a060b1289f8e6e86c17b77b142ebfc88b0dc4aacd63f93919f9fe6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/af65d69e55286444ba3b0a4bc76e7b4fda1354b612c54cdbbf2928656a61c9de/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b6ba4cba78981887313b625d5681e3505be8cc9886d0c79dc6cdbc51a4d4cf88/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b72130fa2d45a46e479e646b233e2506fcee17845f08a29d71c48703bb2b2da6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b8e5bea4ad202385844d2480a06fde63d358ff464ad65b42057694408ef52b79/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c0274a1fb40009942e91c18ab068ac23dad736e7690724e024cf3cc601d3e670/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c38847a46ade678127e8ab14d52890724d5cba3029fa90ed9c6e08d23f14b47e/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c892a70320cce3553624543a46e0783e728fed7d98fbdf090e6909e3b52af597/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c8dee36ec0bc6ef2910b3fe874eeb87b127ff68d951628a70fd496b630ff607a/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cb76385a93e30f90bba55e863bfc2e67b5d15ebeadeb57821e21724cb5d4779f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cc35085efb233e89625a7aeb7b8ffa0bbe26b7458c12d071f339eacaebb92215/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d3b1764503ebb9eb4cb18ed62813512b85dc6da0e8b5e11b771d6161f9c66a1b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d8180ed5d402da18a932fcfc22441becbd0bd1d628e9c4060205a6395212c377/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d81e0131ec64ecd0848ade139574938da337d79bf66aa7b3ed24593419e58ded/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d9a4c73329619d8daabf1a6c4509c04cb773afdc6b72b197efd8524ca48308a6/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/df6a11b11717777fa6d392aa4b1d0fa9eee180cdf7f4a5e008fc7398da42cccc/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e6cd4e5fdf4fa094078d3d2554df3749f6a54a19e3f7d4c3172f0869c9cc2261/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e71d36dc58286f4e50e3ec04a6ed72ea0ab4f084821b946e14262b4a72aadb89/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e86992eb3204b76c16663722b4004e63a94ab1e71a556a248512aaa8341a63ad/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eb3eae3c6f330d811a045412768b1800fd5eaef3c49c3e5b3fd15b2ed85c629b/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eeb4973e83be0be454219d1447e2f6d0e390022171723f8e697706813d52317f/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fa12aea37c0beab91a490f4b783ebf49eedfb0ac0fece0871f9807e98f617dfd/shm"} 1 node_filesystem_device_error{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fa616f43b6936719d1223c02e2c52c3059134fa2ec7ef0f49ad5fee24d9dd62e/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/user/1002"} 0 # HELP node_filesystem_files Filesystem total file nodes. # TYPE node_filesystem_files gauge node_filesystem_files{device="/dev/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 524288 node_filesystem_files{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 2.09087424e+08 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 819200 node_filesystem_files{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1002"} 819200 # HELP node_filesystem_files_free Filesystem total free file nodes. # TYPE node_filesystem_files_free gauge node_filesystem_files_free{device="/dev/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_files_free{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 523960 node_filesystem_files_free{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 2.05359087e+08 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_files_free{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 814244 node_filesystem_files_free{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1002"} 814244 # HELP node_filesystem_free_bytes Filesystem free space in bytes. # TYPE node_filesystem_free_bytes gauge node_filesystem_free_bytes{device="/dev/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.01867264e+08 node_filesystem_free_bytes{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 5.75033344e+08 node_filesystem_free_bytes{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 1.6551460864e+11 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_free_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.40026624e+09 node_filesystem_free_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1002"} 6.40026624e+09 # HELP node_filesystem_mount_info Filesystem mount information. # TYPE node_filesystem_mount_info gauge node_filesystem_mount_info{device="/dev/sda2",major="8",minor="2",mountpoint="/boot/efi"} 1 node_filesystem_mount_info{device="/dev/sda3",major="8",minor="3",mountpoint="/boot"} 1 node_filesystem_mount_info{device="/dev/sda4",major="8",minor="4",mountpoint="/"} 1 node_filesystem_mount_info{device="none",major="0",minor="33",mountpoint="/run/credentials/systemd-sysctl.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="35",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 1 node_filesystem_mount_info{device="none",major="0",minor="36",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="1215",mountpoint="/run/user/1002"} 1 node_filesystem_mount_info{device="tmpfs",major="0",minor="26",mountpoint="/run"} 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/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_purgeable_bytes{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_purgeable_bytes{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_purgeable_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 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/user/1002"} 0 # HELP node_filesystem_readonly Filesystem read-only status. # TYPE node_filesystem_readonly gauge node_filesystem_readonly{device="/dev/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 0 node_filesystem_readonly{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 0 node_filesystem_readonly{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_readonly{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/0ab82fbe10a317585106ecc957a9ddc5a16952f244256d6fd8e92d38b9aff08f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1264175c642510f87b6ed0ffd3eb7a53ada7cb8379ec586e9f2a50a16910e429/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/157d3847b020baa492e11e0e45eb98deb89e7a7b21be8ad067928444d524370d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/1e645d1f4319516a208af9f1dd93ed1411814ae8ea24b11c1a090023ca9def03/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/313a05bbc38d774b0d135fa98449d66ab470c0e4a146cbf77d556a5836e0efc9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/33e57bc8af9a8185df1444ae582b48daf3d0156318cbdd34e4f85af24303abdf/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3ae8b9a8b12a776ca9972c25ce1d134c7ffa49b6d61833cddc39578d2add176f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3e7a3252b6cff21e3911eb914be8adc3f945b2319d0923c5f179d3f8af4645f0/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/3ed69a87a994a47dd172bc68b5d292eff172451e1f9741be1c72a26d360ad9e7/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/46fe1725211f5f16d8787cfc4613aab241b669272fead3085ba925a166da6701/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4a89cc81576c0c593ea7b060e2f6c3c85c30bad7cc275b29ddf27609cd999d93/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/4ebb64acbbb38a1a5dba2650741eb038e819b94f9542e91c4eac825ac648fb78/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/51512d216b8a58d9f075b623cf65739c2f56db88d556994950737ef9e45fecec/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/525b6587d202b1f872e2ac0f0ff858cbdbe564f19fd8d7b6dbea3ce48bbd5e02/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5497c285f4e3a887fb029e0382479712587c92ef1df23798949897bafa0a4aa8/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5a1bbddb59ca6abc0170ce7cefffc6c65bd9f24e794007cbed1642884fefbcc3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5be6066a5292f11e202ddc4d03483b74fde32d2a3918e35c010495b045c8e961/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5d8336eafeac1508a85cd016a740c5f31eb457d764604d187e15aecbcfbcf9e9/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/5f0ff96090ddd812e66690c29ccdefd107c444376cab0446d0260b2b2ab1b78b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/6c3dc1be954f5aba4fd2d9693fe1ac29936773d04cf785c2fd42a73248dc9f53/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/733733a8e50f4ab72d1bda99077af340642ea5ec2a04553a7c090b767a509036/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/7ef25e55d0dcae13ae76021603f016d597d21f734c7dc076cb700f90ee97c3e4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/831acaf518e91db0a9262789ac096bbbdadae21d794cde40cc5b8e79864ebe55/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/841d80ae52a1b5d3ff32ef91db597f5968b88a6084b7219211703109f7eea594/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/90eeffbdcc28a93831a9d4c03112a67240b31b29be65d70ebd1a82cca01335ed/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/92cbdfe554f0377b5f4c37ffa7932965b43224b187cb67cfbc6361d1baa747ee/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/94a5300e8830b63992f09ffdff0644633ed314e933da6c170e2ebb6ec1f51289/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/982449a0647c4d5245ee849a88ca7da39ef3550e771a448c13c6b45c5915a8d4/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9aad45ba0c36bb40d4e075752d02a1b94909fa4295e66c618657a2bc2ae1c8d3/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9ae84ad03c1df7a1c87e70a2d51900519c2f59a2031cff5867f729827965f4ab/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/9ba6711c1c3a2288209e1c03840278da80a9254283acd2c050c700c1681b5a6d/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a19fcd27eec3d97f26518e22ab5d985fce3f3cb3e75bcfe7c9da3211f2bd410b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/a705588497ee8032275cdf38ad1e96686cf563d11104b55609498d79fb846548/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ab0329fe817da1aa7a777bb9448099d706d43bb9bc8c3c5b63dd27c7f8a6ba58/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/ab398fa118a060b1289f8e6e86c17b77b142ebfc88b0dc4aacd63f93919f9fe6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/af65d69e55286444ba3b0a4bc76e7b4fda1354b612c54cdbbf2928656a61c9de/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b6ba4cba78981887313b625d5681e3505be8cc9886d0c79dc6cdbc51a4d4cf88/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b72130fa2d45a46e479e646b233e2506fcee17845f08a29d71c48703bb2b2da6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/b8e5bea4ad202385844d2480a06fde63d358ff464ad65b42057694408ef52b79/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c0274a1fb40009942e91c18ab068ac23dad736e7690724e024cf3cc601d3e670/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c38847a46ade678127e8ab14d52890724d5cba3029fa90ed9c6e08d23f14b47e/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c892a70320cce3553624543a46e0783e728fed7d98fbdf090e6909e3b52af597/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/c8dee36ec0bc6ef2910b3fe874eeb87b127ff68d951628a70fd496b630ff607a/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cb76385a93e30f90bba55e863bfc2e67b5d15ebeadeb57821e21724cb5d4779f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/cc35085efb233e89625a7aeb7b8ffa0bbe26b7458c12d071f339eacaebb92215/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d3b1764503ebb9eb4cb18ed62813512b85dc6da0e8b5e11b771d6161f9c66a1b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d8180ed5d402da18a932fcfc22441becbd0bd1d628e9c4060205a6395212c377/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d81e0131ec64ecd0848ade139574938da337d79bf66aa7b3ed24593419e58ded/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/d9a4c73329619d8daabf1a6c4509c04cb773afdc6b72b197efd8524ca48308a6/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/df6a11b11717777fa6d392aa4b1d0fa9eee180cdf7f4a5e008fc7398da42cccc/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e6cd4e5fdf4fa094078d3d2554df3749f6a54a19e3f7d4c3172f0869c9cc2261/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e71d36dc58286f4e50e3ec04a6ed72ea0ab4f084821b946e14262b4a72aadb89/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/e86992eb3204b76c16663722b4004e63a94ab1e71a556a248512aaa8341a63ad/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eb3eae3c6f330d811a045412768b1800fd5eaef3c49c3e5b3fd15b2ed85c629b/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/eeb4973e83be0be454219d1447e2f6d0e390022171723f8e697706813d52317f/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fa12aea37c0beab91a490f4b783ebf49eedfb0ac0fece0871f9807e98f617dfd/shm"} 0 node_filesystem_readonly{device="shm",device_error="permission denied",fstype="tmpfs",mountpoint="/run/k3s/containerd/io.containerd.grpc.v1.cri/sandboxes/fa616f43b6936719d1223c02e2c52c3059134fa2ec7ef0f49ad5fee24d9dd62e/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/user/1002"} 0 # HELP node_filesystem_size_bytes Filesystem size in bytes. # TYPE node_filesystem_size_bytes gauge node_filesystem_size_bytes{device="/dev/sda2",device_error="",fstype="vfat",mountpoint="/boot/efi"} 2.0948992e+08 node_filesystem_size_bytes{device="/dev/sda3",device_error="",fstype="xfs",mountpoint="/boot"} 1.00663296e+09 node_filesystem_size_bytes{device="/dev/sda4",device_error="",fstype="xfs",mountpoint="/"} 4.2814404608e+11 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-sysctl.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup-dev.service"} 0 node_filesystem_size_bytes{device="none",device_error="",fstype="ramfs",mountpoint="/run/credentials/systemd-tmpfiles-setup.service"} 0 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run"} 6.676066304e+09 node_filesystem_size_bytes{device="tmpfs",device_error="",fstype="tmpfs",mountpoint="/run/user/1002"} 6.676066304e+09 # HELP node_forks_total Total number of forks. # TYPE node_forks_total counter node_forks_total 7.979012e+06 # HELP node_intr_total Total number of interrupts serviced. # TYPE node_intr_total counter node_intr_total 8.557951269e+09 # HELP node_load1 1m load average. # TYPE node_load1 gauge node_load1 1.27 # HELP node_load15 15m load average. # TYPE node_load15 gauge node_load15 2.16 # HELP node_load5 5m load average. # TYPE node_load5 gauge node_load5 1.9 # HELP node_memory_Active_anon_bytes Memory information field Active_anon_bytes. # TYPE node_memory_Active_anon_bytes gauge node_memory_Active_anon_bytes 9.5776768e+09 # HELP node_memory_Active_bytes Memory information field Active_bytes. # TYPE node_memory_Active_bytes gauge node_memory_Active_bytes 1.1377762304e+10 # 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.800085504e+09 # HELP node_memory_AnonHugePages_bytes Memory information field AnonHugePages_bytes. # TYPE node_memory_AnonHugePages_bytes gauge node_memory_AnonHugePages_bytes 6.72137216e+09 # HELP node_memory_AnonPages_bytes Memory information field AnonPages_bytes. # TYPE node_memory_AnonPages_bytes gauge node_memory_AnonPages_bytes 1.16671488e+10 # HELP node_memory_Bounce_bytes Memory information field Bounce_bytes. # TYPE node_memory_Bounce_bytes gauge node_memory_Bounce_bytes 0 # HELP node_memory_Buffers_bytes Memory information field Buffers_bytes. # TYPE node_memory_Buffers_bytes gauge node_memory_Buffers_bytes 3.469312e+06 # HELP node_memory_Cached_bytes Memory information field Cached_bytes. # TYPE node_memory_Cached_bytes gauge node_memory_Cached_bytes 8.518729728e+09 # HELP node_memory_CmaFree_bytes Memory information field CmaFree_bytes. # TYPE node_memory_CmaFree_bytes gauge node_memory_CmaFree_bytes 0 # HELP node_memory_CmaTotal_bytes Memory information field CmaTotal_bytes. # TYPE node_memory_CmaTotal_bytes gauge node_memory_CmaTotal_bytes 0 # HELP node_memory_CommitLimit_bytes Memory information field CommitLimit_bytes. # TYPE node_memory_CommitLimit_bytes gauge node_memory_CommitLimit_bytes 1.7763893248e+10 # HELP node_memory_Committed_AS_bytes Memory information field Committed_AS_bytes. # TYPE node_memory_Committed_AS_bytes gauge node_memory_Committed_AS_bytes 2.4484089856e+10 # HELP node_memory_DirectMap1G_bytes Memory information field DirectMap1G_bytes. # TYPE node_memory_DirectMap1G_bytes gauge node_memory_DirectMap1G_bytes 1.1811160064e+10 # HELP node_memory_DirectMap2M_bytes Memory information field DirectMap2M_bytes. # TYPE node_memory_DirectMap2M_bytes gauge node_memory_DirectMap2M_bytes 2.4385683456e+10 # HELP node_memory_DirectMap4k_bytes Memory information field DirectMap4k_bytes. # TYPE node_memory_DirectMap4k_bytes gauge node_memory_DirectMap4k_bytes 3.10222848e+08 # HELP node_memory_Dirty_bytes Memory information field Dirty_bytes. # TYPE node_memory_Dirty_bytes gauge node_memory_Dirty_bytes 3.354624e+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 3.660853248e+09 # HELP node_memory_Inactive_bytes Memory information field Inactive_bytes. # TYPE node_memory_Inactive_bytes gauge node_memory_Inactive_bytes 9.985142784e+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 6.324289536e+09 # HELP node_memory_KernelStack_bytes Memory information field KernelStack_bytes. # TYPE node_memory_KernelStack_bytes gauge node_memory_KernelStack_bytes 3.6012032e+07 # HELP node_memory_Mapped_bytes Memory information field Mapped_bytes. # TYPE node_memory_Mapped_bytes gauge node_memory_Mapped_bytes 1.99129088e+09 # HELP node_memory_MemAvailable_bytes Memory information field MemAvailable_bytes. # TYPE node_memory_MemAvailable_bytes gauge node_memory_MemAvailable_bytes 1.52400896e+10 # HELP node_memory_MemFree_bytes Memory information field MemFree_bytes. # TYPE node_memory_MemFree_bytes gauge node_memory_MemFree_bytes 1.01748736e+09 # HELP node_memory_MemTotal_bytes Memory information field MemTotal_bytes. # TYPE node_memory_MemTotal_bytes gauge node_memory_MemTotal_bytes 3.3380315136e+10 # HELP node_memory_Mlocked_bytes Memory information field Mlocked_bytes. # TYPE node_memory_Mlocked_bytes gauge node_memory_Mlocked_bytes 0 # 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 8.925184e+07 # HELP node_memory_Percpu_bytes Memory information field Percpu_bytes. # TYPE node_memory_Percpu_bytes gauge node_memory_Percpu_bytes 1.3139968e+07 # HELP node_memory_SReclaimable_bytes Memory information field SReclaimable_bytes. # TYPE node_memory_SReclaimable_bytes gauge node_memory_SReclaimable_bytes 6.574022656e+09 # HELP node_memory_SUnreclaim_bytes Memory information field SUnreclaim_bytes. # TYPE node_memory_SUnreclaim_bytes gauge node_memory_SUnreclaim_bytes 1.81479424e+09 # 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 3.97824e+08 # HELP node_memory_Slab_bytes Memory information field Slab_bytes. # TYPE node_memory_Slab_bytes gauge node_memory_Slab_bytes 8.388816896e+09 # HELP node_memory_SwapCached_bytes Memory information field SwapCached_bytes. # TYPE node_memory_SwapCached_bytes gauge node_memory_SwapCached_bytes 3.0896128e+07 # HELP node_memory_SwapFree_bytes Memory information field SwapFree_bytes. # TYPE node_memory_SwapFree_bytes gauge node_memory_SwapFree_bytes 6.46443008e+08 # HELP node_memory_SwapTotal_bytes Memory information field SwapTotal_bytes. # TYPE node_memory_SwapTotal_bytes gauge node_memory_SwapTotal_bytes 1.073737728e+09 # HELP node_memory_Unevictable_bytes Memory information field Unevictable_bytes. # TYPE node_memory_Unevictable_bytes gauge node_memory_Unevictable_bytes 917504 # HELP node_memory_VmallocChunk_bytes Memory information field VmallocChunk_bytes. # TYPE node_memory_VmallocChunk_bytes gauge node_memory_VmallocChunk_bytes 0 # HELP node_memory_VmallocTotal_bytes Memory information field VmallocTotal_bytes. # TYPE node_memory_VmallocTotal_bytes gauge node_memory_VmallocTotal_bytes 1.4073748835531776e+16 # HELP node_memory_VmallocUsed_bytes Memory information field VmallocUsed_bytes. # TYPE node_memory_VmallocUsed_bytes gauge node_memory_VmallocUsed_bytes 6.408192e+07 # HELP node_memory_WritebackTmp_bytes Memory information field WritebackTmp_bytes. # TYPE node_memory_WritebackTmp_bytes gauge node_memory_WritebackTmp_bytes 0 # HELP node_memory_Writeback_bytes Memory information field Writeback_bytes. # TYPE node_memory_Writeback_bytes gauge node_memory_Writeback_bytes 0 # HELP node_memory_Zswap_bytes Memory information field Zswap_bytes. # TYPE node_memory_Zswap_bytes gauge node_memory_Zswap_bytes 0 # HELP node_netstat_Icmp6_InErrors Statistic Icmp6InErrors. # TYPE node_netstat_Icmp6_InErrors untyped node_netstat_Icmp6_InErrors 0 # HELP node_netstat_Icmp6_InMsgs Statistic Icmp6InMsgs. # TYPE node_netstat_Icmp6_InMsgs untyped node_netstat_Icmp6_InMsgs 9408 # HELP node_netstat_Icmp6_OutMsgs Statistic Icmp6OutMsgs. # TYPE node_netstat_Icmp6_OutMsgs untyped node_netstat_Icmp6_OutMsgs 8876 # HELP node_netstat_Icmp_InErrors Statistic IcmpInErrors. # TYPE node_netstat_Icmp_InErrors untyped node_netstat_Icmp_InErrors 29 # HELP node_netstat_Icmp_InMsgs Statistic IcmpInMsgs. # TYPE node_netstat_Icmp_InMsgs untyped node_netstat_Icmp_InMsgs 7780 # HELP node_netstat_Icmp_OutMsgs Statistic IcmpOutMsgs. # TYPE node_netstat_Icmp_OutMsgs untyped node_netstat_Icmp_OutMsgs 27744 # HELP node_netstat_Ip6_InOctets Statistic Ip6InOctets. # TYPE node_netstat_Ip6_InOctets untyped node_netstat_Ip6_InOctets 4.477862862e+09 # HELP node_netstat_Ip6_OutOctets Statistic Ip6OutOctets. # TYPE node_netstat_Ip6_OutOctets untyped node_netstat_Ip6_OutOctets 4.209901106e+09 # HELP node_netstat_IpExt_InOctets Statistic IpExtInOctets. # TYPE node_netstat_IpExt_InOctets untyped node_netstat_IpExt_InOctets 7.8279503417e+10 # HELP node_netstat_IpExt_OutOctets Statistic IpExtOutOctets. # TYPE node_netstat_IpExt_OutOctets untyped node_netstat_IpExt_OutOctets 1.35394259643e+11 # 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 39977 # 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 1061 # HELP node_netstat_TcpExt_TCPTimeouts Statistic TcpExtTCPTimeouts. # TYPE node_netstat_TcpExt_TCPTimeouts untyped node_netstat_TcpExt_TCPTimeouts 1479 # HELP node_netstat_Tcp_ActiveOpens Statistic TcpActiveOpens. # TYPE node_netstat_Tcp_ActiveOpens untyped node_netstat_Tcp_ActiveOpens 4.063729e+06 # HELP node_netstat_Tcp_CurrEstab Statistic TcpCurrEstab. # TYPE node_netstat_Tcp_CurrEstab untyped node_netstat_Tcp_CurrEstab 117 # HELP node_netstat_Tcp_InErrs Statistic TcpInErrs. # TYPE node_netstat_Tcp_InErrs untyped node_netstat_Tcp_InErrs 33 # HELP node_netstat_Tcp_InSegs Statistic TcpInSegs. # TYPE node_netstat_Tcp_InSegs untyped node_netstat_Tcp_InSegs 1.27761937e+08 # HELP node_netstat_Tcp_OutRsts Statistic TcpOutRsts. # TYPE node_netstat_Tcp_OutRsts untyped node_netstat_Tcp_OutRsts 842853 # HELP node_netstat_Tcp_OutSegs Statistic TcpOutSegs. # TYPE node_netstat_Tcp_OutSegs untyped node_netstat_Tcp_OutSegs 1.79551179e+08 # HELP node_netstat_Tcp_PassiveOpens Statistic TcpPassiveOpens. # TYPE node_netstat_Tcp_PassiveOpens untyped node_netstat_Tcp_PassiveOpens 230751 # HELP node_netstat_Tcp_RetransSegs Statistic TcpRetransSegs. # TYPE node_netstat_Tcp_RetransSegs untyped node_netstat_Tcp_RetransSegs 57755 # HELP node_netstat_Udp6_InDatagrams Statistic Udp6InDatagrams. # TYPE node_netstat_Udp6_InDatagrams untyped node_netstat_Udp6_InDatagrams 116840 # HELP node_netstat_Udp6_InErrors Statistic Udp6InErrors. # TYPE node_netstat_Udp6_InErrors untyped node_netstat_Udp6_InErrors 1 # HELP node_netstat_Udp6_NoPorts Statistic Udp6NoPorts. # TYPE node_netstat_Udp6_NoPorts untyped node_netstat_Udp6_NoPorts 2203 # HELP node_netstat_Udp6_OutDatagrams Statistic Udp6OutDatagrams. # TYPE node_netstat_Udp6_OutDatagrams untyped node_netstat_Udp6_OutDatagrams 116369 # 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 711677 # HELP node_netstat_Udp_InErrors Statistic UdpInErrors. # TYPE node_netstat_Udp_InErrors untyped node_netstat_Udp_InErrors 258 # HELP node_netstat_Udp_NoPorts Statistic UdpNoPorts. # TYPE node_netstat_Udp_NoPorts untyped node_netstat_Udp_NoPorts 16475 # HELP node_netstat_Udp_OutDatagrams Statistic UdpOutDatagrams. # TYPE node_netstat_Udp_OutDatagrams untyped node_netstat_Udp_OutDatagrams 275098 # 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="veth00bf215e"} 1 node_network_address_assign_type{device="veth0b0910d2"} 1 node_network_address_assign_type{device="veth0ceb9f7b"} 1 node_network_address_assign_type{device="veth10208699"} 1 node_network_address_assign_type{device="veth125fa03e"} 1 node_network_address_assign_type{device="veth147178ee"} 1 node_network_address_assign_type{device="veth1b57d6aa"} 1 node_network_address_assign_type{device="veth1ffec957"} 1 node_network_address_assign_type{device="veth33ff0e21"} 1 node_network_address_assign_type{device="veth35dd17d0"} 1 node_network_address_assign_type{device="veth3766c0e8"} 1 node_network_address_assign_type{device="veth3a9938c3"} 1 node_network_address_assign_type{device="veth43c80886"} 1 node_network_address_assign_type{device="veth4a08b4bd"} 1 node_network_address_assign_type{device="veth4eb4dad5"} 1 node_network_address_assign_type{device="veth59812fcc"} 1 node_network_address_assign_type{device="veth5dcc4190"} 1 node_network_address_assign_type{device="veth5df261d9"} 1 node_network_address_assign_type{device="veth5ec2befa"} 1 node_network_address_assign_type{device="veth678eed44"} 1 node_network_address_assign_type{device="veth686ef972"} 1 node_network_address_assign_type{device="veth6a718a9f"} 1 node_network_address_assign_type{device="veth6a78ba11"} 1 node_network_address_assign_type{device="veth6f3e3184"} 1 node_network_address_assign_type{device="veth794a9e88"} 1 node_network_address_assign_type{device="veth7f667a31"} 1 node_network_address_assign_type{device="veth81d1661d"} 1 node_network_address_assign_type{device="veth83cfbef5"} 1 node_network_address_assign_type{device="veth85e95044"} 1 node_network_address_assign_type{device="veth88f19ee9"} 1 node_network_address_assign_type{device="veth90961796"} 1 node_network_address_assign_type{device="veth911cb5cf"} 1 node_network_address_assign_type{device="veth99fe0a88"} 1 node_network_address_assign_type{device="veth9e82bfec"} 1 node_network_address_assign_type{device="veth9fd6413e"} 1 node_network_address_assign_type{device="vetha129dd76"} 1 node_network_address_assign_type{device="vetha42e375f"} 1 node_network_address_assign_type{device="vetha51b9865"} 1 node_network_address_assign_type{device="vethabcef6de"} 1 node_network_address_assign_type{device="vethad5a7025"} 1 node_network_address_assign_type{device="vethae7930eb"} 1 node_network_address_assign_type{device="vethb3ec82b6"} 1 node_network_address_assign_type{device="vethc1de0331"} 1 node_network_address_assign_type{device="vethc604ac52"} 1 node_network_address_assign_type{device="vethd101b667"} 1 node_network_address_assign_type{device="vethd3876459"} 1 node_network_address_assign_type{device="vethd38fbb45"} 1 node_network_address_assign_type{device="vethd48357bb"} 1 node_network_address_assign_type{device="vethd961e998"} 1 node_network_address_assign_type{device="vethdbca3d0c"} 1 node_network_address_assign_type{device="vethdfe4ca99"} 1 node_network_address_assign_type{device="vethe3c876a3"} 1 node_network_address_assign_type{device="vethe85542e0"} 1 node_network_address_assign_type{device="vethf4bb524a"} 1 node_network_address_assign_type{device="vethfceabe28"} 1 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="veth00bf215e"} 1 node_network_carrier{device="veth0b0910d2"} 1 node_network_carrier{device="veth0ceb9f7b"} 1 node_network_carrier{device="veth10208699"} 1 node_network_carrier{device="veth125fa03e"} 1 node_network_carrier{device="veth147178ee"} 1 node_network_carrier{device="veth1b57d6aa"} 1 node_network_carrier{device="veth1ffec957"} 1 node_network_carrier{device="veth33ff0e21"} 1 node_network_carrier{device="veth35dd17d0"} 1 node_network_carrier{device="veth3766c0e8"} 1 node_network_carrier{device="veth3a9938c3"} 1 node_network_carrier{device="veth43c80886"} 1 node_network_carrier{device="veth4a08b4bd"} 1 node_network_carrier{device="veth4eb4dad5"} 1 node_network_carrier{device="veth59812fcc"} 1 node_network_carrier{device="veth5dcc4190"} 1 node_network_carrier{device="veth5df261d9"} 1 node_network_carrier{device="veth5ec2befa"} 1 node_network_carrier{device="veth678eed44"} 1 node_network_carrier{device="veth686ef972"} 1 node_network_carrier{device="veth6a718a9f"} 1 node_network_carrier{device="veth6a78ba11"} 1 node_network_carrier{device="veth6f3e3184"} 1 node_network_carrier{device="veth794a9e88"} 1 node_network_carrier{device="veth7f667a31"} 1 node_network_carrier{device="veth81d1661d"} 1 node_network_carrier{device="veth83cfbef5"} 1 node_network_carrier{device="veth85e95044"} 1 node_network_carrier{device="veth88f19ee9"} 1 node_network_carrier{device="veth90961796"} 1 node_network_carrier{device="veth911cb5cf"} 1 node_network_carrier{device="veth99fe0a88"} 1 node_network_carrier{device="veth9e82bfec"} 1 node_network_carrier{device="veth9fd6413e"} 1 node_network_carrier{device="vetha129dd76"} 1 node_network_carrier{device="vetha42e375f"} 1 node_network_carrier{device="vetha51b9865"} 1 node_network_carrier{device="vethabcef6de"} 1 node_network_carrier{device="vethad5a7025"} 1 node_network_carrier{device="vethae7930eb"} 1 node_network_carrier{device="vethb3ec82b6"} 1 node_network_carrier{device="vethc1de0331"} 1 node_network_carrier{device="vethc604ac52"} 1 node_network_carrier{device="vethd101b667"} 1 node_network_carrier{device="vethd3876459"} 1 node_network_carrier{device="vethd38fbb45"} 1 node_network_carrier{device="vethd48357bb"} 1 node_network_carrier{device="vethd961e998"} 1 node_network_carrier{device="vethdbca3d0c"} 1 node_network_carrier{device="vethdfe4ca99"} 1 node_network_carrier{device="vethe3c876a3"} 1 node_network_carrier{device="vethe85542e0"} 1 node_network_carrier{device="vethf4bb524a"} 1 node_network_carrier{device="vethfceabe28"} 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="veth00bf215e"} 2 node_network_carrier_changes_total{device="veth0b0910d2"} 2 node_network_carrier_changes_total{device="veth0ceb9f7b"} 2 node_network_carrier_changes_total{device="veth10208699"} 2 node_network_carrier_changes_total{device="veth125fa03e"} 2 node_network_carrier_changes_total{device="veth147178ee"} 2 node_network_carrier_changes_total{device="veth1b57d6aa"} 2 node_network_carrier_changes_total{device="veth1ffec957"} 2 node_network_carrier_changes_total{device="veth33ff0e21"} 2 node_network_carrier_changes_total{device="veth35dd17d0"} 2 node_network_carrier_changes_total{device="veth3766c0e8"} 2 node_network_carrier_changes_total{device="veth3a9938c3"} 2 node_network_carrier_changes_total{device="veth43c80886"} 2 node_network_carrier_changes_total{device="veth4a08b4bd"} 2 node_network_carrier_changes_total{device="veth4eb4dad5"} 2 node_network_carrier_changes_total{device="veth59812fcc"} 2 node_network_carrier_changes_total{device="veth5dcc4190"} 2 node_network_carrier_changes_total{device="veth5df261d9"} 2 node_network_carrier_changes_total{device="veth5ec2befa"} 2 node_network_carrier_changes_total{device="veth678eed44"} 2 node_network_carrier_changes_total{device="veth686ef972"} 2 node_network_carrier_changes_total{device="veth6a718a9f"} 2 node_network_carrier_changes_total{device="veth6a78ba11"} 2 node_network_carrier_changes_total{device="veth6f3e3184"} 2 node_network_carrier_changes_total{device="veth794a9e88"} 2 node_network_carrier_changes_total{device="veth7f667a31"} 2 node_network_carrier_changes_total{device="veth81d1661d"} 2 node_network_carrier_changes_total{device="veth83cfbef5"} 2 node_network_carrier_changes_total{device="veth85e95044"} 2 node_network_carrier_changes_total{device="veth88f19ee9"} 2 node_network_carrier_changes_total{device="veth90961796"} 2 node_network_carrier_changes_total{device="veth911cb5cf"} 2 node_network_carrier_changes_total{device="veth99fe0a88"} 2 node_network_carrier_changes_total{device="veth9e82bfec"} 2 node_network_carrier_changes_total{device="veth9fd6413e"} 2 node_network_carrier_changes_total{device="vetha129dd76"} 2 node_network_carrier_changes_total{device="vetha42e375f"} 2 node_network_carrier_changes_total{device="vetha51b9865"} 2 node_network_carrier_changes_total{device="vethabcef6de"} 2 node_network_carrier_changes_total{device="vethad5a7025"} 2 node_network_carrier_changes_total{device="vethae7930eb"} 2 node_network_carrier_changes_total{device="vethb3ec82b6"} 2 node_network_carrier_changes_total{device="vethc1de0331"} 2 node_network_carrier_changes_total{device="vethc604ac52"} 2 node_network_carrier_changes_total{device="vethd101b667"} 2 node_network_carrier_changes_total{device="vethd3876459"} 2 node_network_carrier_changes_total{device="vethd38fbb45"} 2 node_network_carrier_changes_total{device="vethd48357bb"} 2 node_network_carrier_changes_total{device="vethd961e998"} 2 node_network_carrier_changes_total{device="vethdbca3d0c"} 2 node_network_carrier_changes_total{device="vethdfe4ca99"} 2 node_network_carrier_changes_total{device="vethe3c876a3"} 2 node_network_carrier_changes_total{device="vethe85542e0"} 2 node_network_carrier_changes_total{device="vethf4bb524a"} 2 node_network_carrier_changes_total{device="vethfceabe28"} 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="veth00bf215e"} 1 node_network_carrier_down_changes_total{device="veth0b0910d2"} 1 node_network_carrier_down_changes_total{device="veth0ceb9f7b"} 1 node_network_carrier_down_changes_total{device="veth10208699"} 1 node_network_carrier_down_changes_total{device="veth125fa03e"} 1 node_network_carrier_down_changes_total{device="veth147178ee"} 1 node_network_carrier_down_changes_total{device="veth1b57d6aa"} 1 node_network_carrier_down_changes_total{device="veth1ffec957"} 1 node_network_carrier_down_changes_total{device="veth33ff0e21"} 1 node_network_carrier_down_changes_total{device="veth35dd17d0"} 1 node_network_carrier_down_changes_total{device="veth3766c0e8"} 1 node_network_carrier_down_changes_total{device="veth3a9938c3"} 1 node_network_carrier_down_changes_total{device="veth43c80886"} 1 node_network_carrier_down_changes_total{device="veth4a08b4bd"} 1 node_network_carrier_down_changes_total{device="veth4eb4dad5"} 1 node_network_carrier_down_changes_total{device="veth59812fcc"} 1 node_network_carrier_down_changes_total{device="veth5dcc4190"} 1 node_network_carrier_down_changes_total{device="veth5df261d9"} 1 node_network_carrier_down_changes_total{device="veth5ec2befa"} 1 node_network_carrier_down_changes_total{device="veth678eed44"} 1 node_network_carrier_down_changes_total{device="veth686ef972"} 1 node_network_carrier_down_changes_total{device="veth6a718a9f"} 1 node_network_carrier_down_changes_total{device="veth6a78ba11"} 1 node_network_carrier_down_changes_total{device="veth6f3e3184"} 1 node_network_carrier_down_changes_total{device="veth794a9e88"} 1 node_network_carrier_down_changes_total{device="veth7f667a31"} 1 node_network_carrier_down_changes_total{device="veth81d1661d"} 1 node_network_carrier_down_changes_total{device="veth83cfbef5"} 1 node_network_carrier_down_changes_total{device="veth85e95044"} 1 node_network_carrier_down_changes_total{device="veth88f19ee9"} 1 node_network_carrier_down_changes_total{device="veth90961796"} 1 node_network_carrier_down_changes_total{device="veth911cb5cf"} 1 node_network_carrier_down_changes_total{device="veth99fe0a88"} 1 node_network_carrier_down_changes_total{device="veth9e82bfec"} 1 node_network_carrier_down_changes_total{device="veth9fd6413e"} 1 node_network_carrier_down_changes_total{device="vetha129dd76"} 1 node_network_carrier_down_changes_total{device="vetha42e375f"} 1 node_network_carrier_down_changes_total{device="vetha51b9865"} 1 node_network_carrier_down_changes_total{device="vethabcef6de"} 1 node_network_carrier_down_changes_total{device="vethad5a7025"} 1 node_network_carrier_down_changes_total{device="vethae7930eb"} 1 node_network_carrier_down_changes_total{device="vethb3ec82b6"} 1 node_network_carrier_down_changes_total{device="vethc1de0331"} 1 node_network_carrier_down_changes_total{device="vethc604ac52"} 1 node_network_carrier_down_changes_total{device="vethd101b667"} 1 node_network_carrier_down_changes_total{device="vethd3876459"} 1 node_network_carrier_down_changes_total{device="vethd38fbb45"} 1 node_network_carrier_down_changes_total{device="vethd48357bb"} 1 node_network_carrier_down_changes_total{device="vethd961e998"} 1 node_network_carrier_down_changes_total{device="vethdbca3d0c"} 1 node_network_carrier_down_changes_total{device="vethdfe4ca99"} 1 node_network_carrier_down_changes_total{device="vethe3c876a3"} 1 node_network_carrier_down_changes_total{device="vethe85542e0"} 1 node_network_carrier_down_changes_total{device="vethf4bb524a"} 1 node_network_carrier_down_changes_total{device="vethfceabe28"} 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="veth00bf215e"} 1 node_network_carrier_up_changes_total{device="veth0b0910d2"} 1 node_network_carrier_up_changes_total{device="veth0ceb9f7b"} 1 node_network_carrier_up_changes_total{device="veth10208699"} 1 node_network_carrier_up_changes_total{device="veth125fa03e"} 1 node_network_carrier_up_changes_total{device="veth147178ee"} 1 node_network_carrier_up_changes_total{device="veth1b57d6aa"} 1 node_network_carrier_up_changes_total{device="veth1ffec957"} 1 node_network_carrier_up_changes_total{device="veth33ff0e21"} 1 node_network_carrier_up_changes_total{device="veth35dd17d0"} 1 node_network_carrier_up_changes_total{device="veth3766c0e8"} 1 node_network_carrier_up_changes_total{device="veth3a9938c3"} 1 node_network_carrier_up_changes_total{device="veth43c80886"} 1 node_network_carrier_up_changes_total{device="veth4a08b4bd"} 1 node_network_carrier_up_changes_total{device="veth4eb4dad5"} 1 node_network_carrier_up_changes_total{device="veth59812fcc"} 1 node_network_carrier_up_changes_total{device="veth5dcc4190"} 1 node_network_carrier_up_changes_total{device="veth5df261d9"} 1 node_network_carrier_up_changes_total{device="veth5ec2befa"} 1 node_network_carrier_up_changes_total{device="veth678eed44"} 1 node_network_carrier_up_changes_total{device="veth686ef972"} 1 node_network_carrier_up_changes_total{device="veth6a718a9f"} 1 node_network_carrier_up_changes_total{device="veth6a78ba11"} 1 node_network_carrier_up_changes_total{device="veth6f3e3184"} 1 node_network_carrier_up_changes_total{device="veth794a9e88"} 1 node_network_carrier_up_changes_total{device="veth7f667a31"} 1 node_network_carrier_up_changes_total{device="veth81d1661d"} 1 node_network_carrier_up_changes_total{device="veth83cfbef5"} 1 node_network_carrier_up_changes_total{device="veth85e95044"} 1 node_network_carrier_up_changes_total{device="veth88f19ee9"} 1 node_network_carrier_up_changes_total{device="veth90961796"} 1 node_network_carrier_up_changes_total{device="veth911cb5cf"} 1 node_network_carrier_up_changes_total{device="veth99fe0a88"} 1 node_network_carrier_up_changes_total{device="veth9e82bfec"} 1 node_network_carrier_up_changes_total{device="veth9fd6413e"} 1 node_network_carrier_up_changes_total{device="vetha129dd76"} 1 node_network_carrier_up_changes_total{device="vetha42e375f"} 1 node_network_carrier_up_changes_total{device="vetha51b9865"} 1 node_network_carrier_up_changes_total{device="vethabcef6de"} 1 node_network_carrier_up_changes_total{device="vethad5a7025"} 1 node_network_carrier_up_changes_total{device="vethae7930eb"} 1 node_network_carrier_up_changes_total{device="vethb3ec82b6"} 1 node_network_carrier_up_changes_total{device="vethc1de0331"} 1 node_network_carrier_up_changes_total{device="vethc604ac52"} 1 node_network_carrier_up_changes_total{device="vethd101b667"} 1 node_network_carrier_up_changes_total{device="vethd3876459"} 1 node_network_carrier_up_changes_total{device="vethd38fbb45"} 1 node_network_carrier_up_changes_total{device="vethd48357bb"} 1 node_network_carrier_up_changes_total{device="vethd961e998"} 1 node_network_carrier_up_changes_total{device="vethdbca3d0c"} 1 node_network_carrier_up_changes_total{device="vethdfe4ca99"} 1 node_network_carrier_up_changes_total{device="vethe3c876a3"} 1 node_network_carrier_up_changes_total{device="vethe85542e0"} 1 node_network_carrier_up_changes_total{device="vethf4bb524a"} 1 node_network_carrier_up_changes_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_device_id{device="veth0b0910d2"} 0 node_network_device_id{device="veth0ceb9f7b"} 0 node_network_device_id{device="veth10208699"} 0 node_network_device_id{device="veth125fa03e"} 0 node_network_device_id{device="veth147178ee"} 0 node_network_device_id{device="veth1b57d6aa"} 0 node_network_device_id{device="veth1ffec957"} 0 node_network_device_id{device="veth33ff0e21"} 0 node_network_device_id{device="veth35dd17d0"} 0 node_network_device_id{device="veth3766c0e8"} 0 node_network_device_id{device="veth3a9938c3"} 0 node_network_device_id{device="veth43c80886"} 0 node_network_device_id{device="veth4a08b4bd"} 0 node_network_device_id{device="veth4eb4dad5"} 0 node_network_device_id{device="veth59812fcc"} 0 node_network_device_id{device="veth5dcc4190"} 0 node_network_device_id{device="veth5df261d9"} 0 node_network_device_id{device="veth5ec2befa"} 0 node_network_device_id{device="veth678eed44"} 0 node_network_device_id{device="veth686ef972"} 0 node_network_device_id{device="veth6a718a9f"} 0 node_network_device_id{device="veth6a78ba11"} 0 node_network_device_id{device="veth6f3e3184"} 0 node_network_device_id{device="veth794a9e88"} 0 node_network_device_id{device="veth7f667a31"} 0 node_network_device_id{device="veth81d1661d"} 0 node_network_device_id{device="veth83cfbef5"} 0 node_network_device_id{device="veth85e95044"} 0 node_network_device_id{device="veth88f19ee9"} 0 node_network_device_id{device="veth90961796"} 0 node_network_device_id{device="veth911cb5cf"} 0 node_network_device_id{device="veth99fe0a88"} 0 node_network_device_id{device="veth9e82bfec"} 0 node_network_device_id{device="veth9fd6413e"} 0 node_network_device_id{device="vetha129dd76"} 0 node_network_device_id{device="vetha42e375f"} 0 node_network_device_id{device="vetha51b9865"} 0 node_network_device_id{device="vethabcef6de"} 0 node_network_device_id{device="vethad5a7025"} 0 node_network_device_id{device="vethae7930eb"} 0 node_network_device_id{device="vethb3ec82b6"} 0 node_network_device_id{device="vethc1de0331"} 0 node_network_device_id{device="vethc604ac52"} 0 node_network_device_id{device="vethd101b667"} 0 node_network_device_id{device="vethd3876459"} 0 node_network_device_id{device="vethd38fbb45"} 0 node_network_device_id{device="vethd48357bb"} 0 node_network_device_id{device="vethd961e998"} 0 node_network_device_id{device="vethdbca3d0c"} 0 node_network_device_id{device="vethdfe4ca99"} 0 node_network_device_id{device="vethe3c876a3"} 0 node_network_device_id{device="vethe85542e0"} 0 node_network_device_id{device="vethf4bb524a"} 0 node_network_device_id{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_dormant{device="veth0b0910d2"} 0 node_network_dormant{device="veth0ceb9f7b"} 0 node_network_dormant{device="veth10208699"} 0 node_network_dormant{device="veth125fa03e"} 0 node_network_dormant{device="veth147178ee"} 0 node_network_dormant{device="veth1b57d6aa"} 0 node_network_dormant{device="veth1ffec957"} 0 node_network_dormant{device="veth33ff0e21"} 0 node_network_dormant{device="veth35dd17d0"} 0 node_network_dormant{device="veth3766c0e8"} 0 node_network_dormant{device="veth3a9938c3"} 0 node_network_dormant{device="veth43c80886"} 0 node_network_dormant{device="veth4a08b4bd"} 0 node_network_dormant{device="veth4eb4dad5"} 0 node_network_dormant{device="veth59812fcc"} 0 node_network_dormant{device="veth5dcc4190"} 0 node_network_dormant{device="veth5df261d9"} 0 node_network_dormant{device="veth5ec2befa"} 0 node_network_dormant{device="veth678eed44"} 0 node_network_dormant{device="veth686ef972"} 0 node_network_dormant{device="veth6a718a9f"} 0 node_network_dormant{device="veth6a78ba11"} 0 node_network_dormant{device="veth6f3e3184"} 0 node_network_dormant{device="veth794a9e88"} 0 node_network_dormant{device="veth7f667a31"} 0 node_network_dormant{device="veth81d1661d"} 0 node_network_dormant{device="veth83cfbef5"} 0 node_network_dormant{device="veth85e95044"} 0 node_network_dormant{device="veth88f19ee9"} 0 node_network_dormant{device="veth90961796"} 0 node_network_dormant{device="veth911cb5cf"} 0 node_network_dormant{device="veth99fe0a88"} 0 node_network_dormant{device="veth9e82bfec"} 0 node_network_dormant{device="veth9fd6413e"} 0 node_network_dormant{device="vetha129dd76"} 0 node_network_dormant{device="vetha42e375f"} 0 node_network_dormant{device="vetha51b9865"} 0 node_network_dormant{device="vethabcef6de"} 0 node_network_dormant{device="vethad5a7025"} 0 node_network_dormant{device="vethae7930eb"} 0 node_network_dormant{device="vethb3ec82b6"} 0 node_network_dormant{device="vethc1de0331"} 0 node_network_dormant{device="vethc604ac52"} 0 node_network_dormant{device="vethd101b667"} 0 node_network_dormant{device="vethd3876459"} 0 node_network_dormant{device="vethd38fbb45"} 0 node_network_dormant{device="vethd48357bb"} 0 node_network_dormant{device="vethd961e998"} 0 node_network_dormant{device="vethdbca3d0c"} 0 node_network_dormant{device="vethdfe4ca99"} 0 node_network_dormant{device="vethe3c876a3"} 0 node_network_dormant{device="vethe85542e0"} 0 node_network_dormant{device="vethf4bb524a"} 0 node_network_dormant{device="vethfceabe28"} 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="veth00bf215e"} 4867 node_network_flags{device="veth0b0910d2"} 4867 node_network_flags{device="veth0ceb9f7b"} 4867 node_network_flags{device="veth10208699"} 4867 node_network_flags{device="veth125fa03e"} 4867 node_network_flags{device="veth147178ee"} 4867 node_network_flags{device="veth1b57d6aa"} 4867 node_network_flags{device="veth1ffec957"} 4867 node_network_flags{device="veth33ff0e21"} 4867 node_network_flags{device="veth35dd17d0"} 4867 node_network_flags{device="veth3766c0e8"} 4867 node_network_flags{device="veth3a9938c3"} 4867 node_network_flags{device="veth43c80886"} 4867 node_network_flags{device="veth4a08b4bd"} 4867 node_network_flags{device="veth4eb4dad5"} 4867 node_network_flags{device="veth59812fcc"} 4867 node_network_flags{device="veth5dcc4190"} 4867 node_network_flags{device="veth5df261d9"} 4867 node_network_flags{device="veth5ec2befa"} 4867 node_network_flags{device="veth678eed44"} 4867 node_network_flags{device="veth686ef972"} 4867 node_network_flags{device="veth6a718a9f"} 4867 node_network_flags{device="veth6a78ba11"} 4867 node_network_flags{device="veth6f3e3184"} 4867 node_network_flags{device="veth794a9e88"} 4867 node_network_flags{device="veth7f667a31"} 4867 node_network_flags{device="veth81d1661d"} 4867 node_network_flags{device="veth83cfbef5"} 4867 node_network_flags{device="veth85e95044"} 4867 node_network_flags{device="veth88f19ee9"} 4867 node_network_flags{device="veth90961796"} 4867 node_network_flags{device="veth911cb5cf"} 4867 node_network_flags{device="veth99fe0a88"} 4867 node_network_flags{device="veth9e82bfec"} 4867 node_network_flags{device="veth9fd6413e"} 4867 node_network_flags{device="vetha129dd76"} 4867 node_network_flags{device="vetha42e375f"} 4867 node_network_flags{device="vetha51b9865"} 4867 node_network_flags{device="vethabcef6de"} 4867 node_network_flags{device="vethad5a7025"} 4867 node_network_flags{device="vethae7930eb"} 4867 node_network_flags{device="vethb3ec82b6"} 4867 node_network_flags{device="vethc1de0331"} 4867 node_network_flags{device="vethc604ac52"} 4867 node_network_flags{device="vethd101b667"} 4867 node_network_flags{device="vethd3876459"} 4867 node_network_flags{device="vethd38fbb45"} 4867 node_network_flags{device="vethd48357bb"} 4867 node_network_flags{device="vethd961e998"} 4867 node_network_flags{device="vethdbca3d0c"} 4867 node_network_flags{device="vethdfe4ca99"} 4867 node_network_flags{device="vethe3c876a3"} 4867 node_network_flags{device="vethe85542e0"} 4867 node_network_flags{device="vethf4bb524a"} 4867 node_network_flags{device="vethfceabe28"} 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"} 4 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"} 3 node_network_iface_id{device="veth00bf215e"} 9 node_network_iface_id{device="veth0b0910d2"} 62 node_network_iface_id{device="veth0ceb9f7b"} 1033 node_network_iface_id{device="veth10208699"} 39 node_network_iface_id{device="veth125fa03e"} 17 node_network_iface_id{device="veth147178ee"} 18 node_network_iface_id{device="veth1b57d6aa"} 1076 node_network_iface_id{device="veth1ffec957"} 21 node_network_iface_id{device="veth33ff0e21"} 1035 node_network_iface_id{device="veth35dd17d0"} 11 node_network_iface_id{device="veth3766c0e8"} 22 node_network_iface_id{device="veth3a9938c3"} 28 node_network_iface_id{device="veth43c80886"} 13 node_network_iface_id{device="veth4a08b4bd"} 29 node_network_iface_id{device="veth4eb4dad5"} 1023 node_network_iface_id{device="veth59812fcc"} 50 node_network_iface_id{device="veth5dcc4190"} 26 node_network_iface_id{device="veth5df261d9"} 44 node_network_iface_id{device="veth5ec2befa"} 53 node_network_iface_id{device="veth678eed44"} 1015 node_network_iface_id{device="veth686ef972"} 42 node_network_iface_id{device="veth6a718a9f"} 20 node_network_iface_id{device="veth6a78ba11"} 47 node_network_iface_id{device="veth6f3e3184"} 35 node_network_iface_id{device="veth794a9e88"} 45 node_network_iface_id{device="veth7f667a31"} 16 node_network_iface_id{device="veth81d1661d"} 1020 node_network_iface_id{device="veth83cfbef5"} 27 node_network_iface_id{device="veth85e95044"} 36 node_network_iface_id{device="veth88f19ee9"} 43 node_network_iface_id{device="veth90961796"} 12 node_network_iface_id{device="veth911cb5cf"} 1016 node_network_iface_id{device="veth99fe0a88"} 33 node_network_iface_id{device="veth9e82bfec"} 1036 node_network_iface_id{device="veth9fd6413e"} 8 node_network_iface_id{device="vetha129dd76"} 37 node_network_iface_id{device="vetha42e375f"} 24 node_network_iface_id{device="vetha51b9865"} 14 node_network_iface_id{device="vethabcef6de"} 25 node_network_iface_id{device="vethad5a7025"} 32 node_network_iface_id{device="vethae7930eb"} 1024 node_network_iface_id{device="vethb3ec82b6"} 30 node_network_iface_id{device="vethc1de0331"} 49 node_network_iface_id{device="vethc604ac52"} 240 node_network_iface_id{device="vethd101b667"} 23 node_network_iface_id{device="vethd3876459"} 1026 node_network_iface_id{device="vethd38fbb45"} 1034 node_network_iface_id{device="vethd48357bb"} 46 node_network_iface_id{device="vethd961e998"} 1022 node_network_iface_id{device="vethdbca3d0c"} 15 node_network_iface_id{device="vethdfe4ca99"} 38 node_network_iface_id{device="vethe3c876a3"} 34 node_network_iface_id{device="vethe85542e0"} 10 node_network_iface_id{device="vethf4bb524a"} 1025 node_network_iface_id{device="vethfceabe28"} 40 node_network_iface_id{device="wt0"} 5 # 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"} 4 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"} 3 node_network_iface_link{device="veth00bf215e"} 2 node_network_iface_link{device="veth0b0910d2"} 2 node_network_iface_link{device="veth0ceb9f7b"} 2 node_network_iface_link{device="veth10208699"} 2 node_network_iface_link{device="veth125fa03e"} 2 node_network_iface_link{device="veth147178ee"} 2 node_network_iface_link{device="veth1b57d6aa"} 2 node_network_iface_link{device="veth1ffec957"} 2 node_network_iface_link{device="veth33ff0e21"} 2 node_network_iface_link{device="veth35dd17d0"} 2 node_network_iface_link{device="veth3766c0e8"} 2 node_network_iface_link{device="veth3a9938c3"} 2 node_network_iface_link{device="veth43c80886"} 2 node_network_iface_link{device="veth4a08b4bd"} 2 node_network_iface_link{device="veth4eb4dad5"} 2 node_network_iface_link{device="veth59812fcc"} 2 node_network_iface_link{device="veth5dcc4190"} 2 node_network_iface_link{device="veth5df261d9"} 2 node_network_iface_link{device="veth5ec2befa"} 2 node_network_iface_link{device="veth678eed44"} 2 node_network_iface_link{device="veth686ef972"} 2 node_network_iface_link{device="veth6a718a9f"} 2 node_network_iface_link{device="veth6a78ba11"} 2 node_network_iface_link{device="veth6f3e3184"} 2 node_network_iface_link{device="veth794a9e88"} 2 node_network_iface_link{device="veth7f667a31"} 2 node_network_iface_link{device="veth81d1661d"} 2 node_network_iface_link{device="veth83cfbef5"} 2 node_network_iface_link{device="veth85e95044"} 2 node_network_iface_link{device="veth88f19ee9"} 2 node_network_iface_link{device="veth90961796"} 2 node_network_iface_link{device="veth911cb5cf"} 2 node_network_iface_link{device="veth99fe0a88"} 2 node_network_iface_link{device="veth9e82bfec"} 2 node_network_iface_link{device="veth9fd6413e"} 2 node_network_iface_link{device="vetha129dd76"} 2 node_network_iface_link{device="vetha42e375f"} 2 node_network_iface_link{device="vetha51b9865"} 2 node_network_iface_link{device="vethabcef6de"} 2 node_network_iface_link{device="vethad5a7025"} 2 node_network_iface_link{device="vethae7930eb"} 2 node_network_iface_link{device="vethb3ec82b6"} 2 node_network_iface_link{device="vethc1de0331"} 2 node_network_iface_link{device="vethc604ac52"} 2 node_network_iface_link{device="vethd101b667"} 2 node_network_iface_link{device="vethd3876459"} 2 node_network_iface_link{device="vethd38fbb45"} 2 node_network_iface_link{device="vethd48357bb"} 2 node_network_iface_link{device="vethd961e998"} 2 node_network_iface_link{device="vethdbca3d0c"} 2 node_network_iface_link{device="vethdfe4ca99"} 2 node_network_iface_link{device="vethe3c876a3"} 2 node_network_iface_link{device="vethe85542e0"} 2 node_network_iface_link{device="vethf4bb524a"} 2 node_network_iface_link{device="vethfceabe28"} 2 node_network_iface_link{device="wt0"} 5 # 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="veth00bf215e"} 0 node_network_iface_link_mode{device="veth0b0910d2"} 0 node_network_iface_link_mode{device="veth0ceb9f7b"} 0 node_network_iface_link_mode{device="veth10208699"} 0 node_network_iface_link_mode{device="veth125fa03e"} 0 node_network_iface_link_mode{device="veth147178ee"} 0 node_network_iface_link_mode{device="veth1b57d6aa"} 0 node_network_iface_link_mode{device="veth1ffec957"} 0 node_network_iface_link_mode{device="veth33ff0e21"} 0 node_network_iface_link_mode{device="veth35dd17d0"} 0 node_network_iface_link_mode{device="veth3766c0e8"} 0 node_network_iface_link_mode{device="veth3a9938c3"} 0 node_network_iface_link_mode{device="veth43c80886"} 0 node_network_iface_link_mode{device="veth4a08b4bd"} 0 node_network_iface_link_mode{device="veth4eb4dad5"} 0 node_network_iface_link_mode{device="veth59812fcc"} 0 node_network_iface_link_mode{device="veth5dcc4190"} 0 node_network_iface_link_mode{device="veth5df261d9"} 0 node_network_iface_link_mode{device="veth5ec2befa"} 0 node_network_iface_link_mode{device="veth678eed44"} 0 node_network_iface_link_mode{device="veth686ef972"} 0 node_network_iface_link_mode{device="veth6a718a9f"} 0 node_network_iface_link_mode{device="veth6a78ba11"} 0 node_network_iface_link_mode{device="veth6f3e3184"} 0 node_network_iface_link_mode{device="veth794a9e88"} 0 node_network_iface_link_mode{device="veth7f667a31"} 0 node_network_iface_link_mode{device="veth81d1661d"} 0 node_network_iface_link_mode{device="veth83cfbef5"} 0 node_network_iface_link_mode{device="veth85e95044"} 0 node_network_iface_link_mode{device="veth88f19ee9"} 0 node_network_iface_link_mode{device="veth90961796"} 0 node_network_iface_link_mode{device="veth911cb5cf"} 0 node_network_iface_link_mode{device="veth99fe0a88"} 0 node_network_iface_link_mode{device="veth9e82bfec"} 0 node_network_iface_link_mode{device="veth9fd6413e"} 0 node_network_iface_link_mode{device="vetha129dd76"} 0 node_network_iface_link_mode{device="vetha42e375f"} 0 node_network_iface_link_mode{device="vetha51b9865"} 0 node_network_iface_link_mode{device="vethabcef6de"} 0 node_network_iface_link_mode{device="vethad5a7025"} 0 node_network_iface_link_mode{device="vethae7930eb"} 0 node_network_iface_link_mode{device="vethb3ec82b6"} 0 node_network_iface_link_mode{device="vethc1de0331"} 0 node_network_iface_link_mode{device="vethc604ac52"} 0 node_network_iface_link_mode{device="vethd101b667"} 0 node_network_iface_link_mode{device="vethd3876459"} 0 node_network_iface_link_mode{device="vethd38fbb45"} 0 node_network_iface_link_mode{device="vethd48357bb"} 0 node_network_iface_link_mode{device="vethd961e998"} 0 node_network_iface_link_mode{device="vethdbca3d0c"} 0 node_network_iface_link_mode{device="vethdfe4ca99"} 0 node_network_iface_link_mode{device="vethe3c876a3"} 0 node_network_iface_link_mode{device="vethe85542e0"} 0 node_network_iface_link_mode{device="vethf4bb524a"} 0 node_network_iface_link_mode{device="vethfceabe28"} 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="06:08:91:08:06:6d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1b57d6aa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="06:aa:6c:a3:5f:4a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth85e95044",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0a:a7:bb:22:c9:19",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha51b9865",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="0e:e7:bb:17:2f:6f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3766c0e8",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="12:a1:a8:91:22:4d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethfceabe28",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="16:d7:11:bd:fa:10",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc1de0331",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:16:61:4b:ab:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth125fa03e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1a:3b:3e:38:32:bd",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth7f667a31",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="1e:c8:7e:b5:7e:e5",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth83cfbef5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="22:83:e1:47:ea:ff",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a718a9f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:9b:93:79:c7:51",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6a78ba11",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="26:fd:4b:d8:d7:c8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth3a9938c3",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="2a:36:f8:57:95:4f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0b0910d2",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="36:f8:c3:e2:5c:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd3876459",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="4e:3d:76:89:db:ae",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth686ef972",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="52:d8:78:fa:b8:1c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth794a9e88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:26:b2:68:0b:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethabcef6de",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="62:2b:b7:72:f4:65",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5df261d9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="66:e9:21:9d:6d:bf",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9e82bfec",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:2f:34:98:b7:13",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4a08b4bd",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:a8:95:31:37:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth1ffec957",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="6e:ae:0e:7f:6e:64",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="docker0",duplex="unknown",ifalias="",operstate="down"} 1 node_network_info{address="6e:ae:2a:cf:c0:61",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethf4bb524a",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="76:90:0f:18:16:f8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha42e375f",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="82:eb:4f:c7:6a:8f",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth9fd6413e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="86:90:96:83:91:a1",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5dcc4190",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="8e:e3:cd:67:b3:40",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe85542e0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:28:02:f6:75:7e",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth90961796",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="96:88:59:8a:5a:a6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth43c80886",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="9a:4a:3c:3e:ad:86",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth35dd17d0",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:15:0c:6c:5e:38",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd101b667",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:72:8a:4a:5e:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdbca3d0c",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="a2:c2:2f:4a:3c:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth5ec2befa",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:63:54:64:84:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth6f3e3184",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ae:9b:9c:7e:e9:d8",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth33ff0e21",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b2:43:ae:00:33:f7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth911cb5cf",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="b6:8e:04:28:8c:b6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethae7930eb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="bc:24:11:37:fe:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="be:11:b7:23:35:3d",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth678eed44",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:72:0c:4b:15:7c",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth00bf215e",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:7e:77:db:1a:b7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth59812fcc",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="be:87:09:ac:c6:0a",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vetha129dd76",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:43:77:10:22:20",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethb3ec82b6",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="c6:f2:d7:8a:24:56",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth147178ee",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:d0:86:2b:5e:e4",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth0ceb9f7b",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ce:e1:a0:41:21:59",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="flannel.1",duplex="unknown",ifalias="",operstate="unknown"} 1 node_network_info{address="d2:2e:5e:6a:b8:94",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethad5a7025",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="d2:9e:31:b2:b4:57",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="cni0",duplex="unknown",ifalias="",operstate="up"} 1 node_network_info{address="d6:ca:17:9d:08:99",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethdfe4ca99",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="da:38:ae:c6:0a:87",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth4eb4dad5",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="de:9e:76:2b:0b:05",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethc604ac52",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:88:e2:b1:93:85",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth10208699",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="e6:c4:4c:c6:d4:ce",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd961e998",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ea:63:68:7e:77:15",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth99fe0a88",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="ee:ec:1c:30:8d:00",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd48357bb",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:45:0a:b1:e5:45",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth88f19ee9",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:62:c1:2e:d5:c7",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="veth81d1661d",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="f2:77:f1:e8:83:16",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethd38fbb45",duplex="full",ifalias="",operstate="up"} 1 node_network_info{address="fe:6d:33:73:b0:c6",adminstate="up",broadcast="ff:ff:ff:ff:ff:ff",device="vethe3c876a3",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="veth00bf215e"} 1450 node_network_mtu_bytes{device="veth0b0910d2"} 1450 node_network_mtu_bytes{device="veth0ceb9f7b"} 1450 node_network_mtu_bytes{device="veth10208699"} 1450 node_network_mtu_bytes{device="veth125fa03e"} 1450 node_network_mtu_bytes{device="veth147178ee"} 1450 node_network_mtu_bytes{device="veth1b57d6aa"} 1450 node_network_mtu_bytes{device="veth1ffec957"} 1450 node_network_mtu_bytes{device="veth33ff0e21"} 1450 node_network_mtu_bytes{device="veth35dd17d0"} 1450 node_network_mtu_bytes{device="veth3766c0e8"} 1450 node_network_mtu_bytes{device="veth3a9938c3"} 1450 node_network_mtu_bytes{device="veth43c80886"} 1450 node_network_mtu_bytes{device="veth4a08b4bd"} 1450 node_network_mtu_bytes{device="veth4eb4dad5"} 1450 node_network_mtu_bytes{device="veth59812fcc"} 1450 node_network_mtu_bytes{device="veth5dcc4190"} 1450 node_network_mtu_bytes{device="veth5df261d9"} 1450 node_network_mtu_bytes{device="veth5ec2befa"} 1450 node_network_mtu_bytes{device="veth678eed44"} 1450 node_network_mtu_bytes{device="veth686ef972"} 1450 node_network_mtu_bytes{device="veth6a718a9f"} 1450 node_network_mtu_bytes{device="veth6a78ba11"} 1450 node_network_mtu_bytes{device="veth6f3e3184"} 1450 node_network_mtu_bytes{device="veth794a9e88"} 1450 node_network_mtu_bytes{device="veth7f667a31"} 1450 node_network_mtu_bytes{device="veth81d1661d"} 1450 node_network_mtu_bytes{device="veth83cfbef5"} 1450 node_network_mtu_bytes{device="veth85e95044"} 1450 node_network_mtu_bytes{device="veth88f19ee9"} 1450 node_network_mtu_bytes{device="veth90961796"} 1450 node_network_mtu_bytes{device="veth911cb5cf"} 1450 node_network_mtu_bytes{device="veth99fe0a88"} 1450 node_network_mtu_bytes{device="veth9e82bfec"} 1450 node_network_mtu_bytes{device="veth9fd6413e"} 1450 node_network_mtu_bytes{device="vetha129dd76"} 1450 node_network_mtu_bytes{device="vetha42e375f"} 1450 node_network_mtu_bytes{device="vetha51b9865"} 1450 node_network_mtu_bytes{device="vethabcef6de"} 1450 node_network_mtu_bytes{device="vethad5a7025"} 1450 node_network_mtu_bytes{device="vethae7930eb"} 1450 node_network_mtu_bytes{device="vethb3ec82b6"} 1450 node_network_mtu_bytes{device="vethc1de0331"} 1450 node_network_mtu_bytes{device="vethc604ac52"} 1450 node_network_mtu_bytes{device="vethd101b667"} 1450 node_network_mtu_bytes{device="vethd3876459"} 1450 node_network_mtu_bytes{device="vethd38fbb45"} 1450 node_network_mtu_bytes{device="vethd48357bb"} 1450 node_network_mtu_bytes{device="vethd961e998"} 1450 node_network_mtu_bytes{device="vethdbca3d0c"} 1450 node_network_mtu_bytes{device="vethdfe4ca99"} 1450 node_network_mtu_bytes{device="vethe3c876a3"} 1450 node_network_mtu_bytes{device="vethe85542e0"} 1450 node_network_mtu_bytes{device="vethf4bb524a"} 1450 node_network_mtu_bytes{device="vethfceabe28"} 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="flannel.1"} 3 node_network_name_assign_type{device="veth00bf215e"} 3 node_network_name_assign_type{device="veth0b0910d2"} 3 node_network_name_assign_type{device="veth0ceb9f7b"} 3 node_network_name_assign_type{device="veth10208699"} 3 node_network_name_assign_type{device="veth125fa03e"} 3 node_network_name_assign_type{device="veth147178ee"} 3 node_network_name_assign_type{device="veth1b57d6aa"} 3 node_network_name_assign_type{device="veth1ffec957"} 3 node_network_name_assign_type{device="veth33ff0e21"} 3 node_network_name_assign_type{device="veth35dd17d0"} 3 node_network_name_assign_type{device="veth3766c0e8"} 3 node_network_name_assign_type{device="veth3a9938c3"} 3 node_network_name_assign_type{device="veth43c80886"} 3 node_network_name_assign_type{device="veth4a08b4bd"} 3 node_network_name_assign_type{device="veth4eb4dad5"} 3 node_network_name_assign_type{device="veth59812fcc"} 3 node_network_name_assign_type{device="veth5dcc4190"} 3 node_network_name_assign_type{device="veth5df261d9"} 3 node_network_name_assign_type{device="veth5ec2befa"} 3 node_network_name_assign_type{device="veth678eed44"} 3 node_network_name_assign_type{device="veth686ef972"} 3 node_network_name_assign_type{device="veth6a718a9f"} 3 node_network_name_assign_type{device="veth6a78ba11"} 3 node_network_name_assign_type{device="veth6f3e3184"} 3 node_network_name_assign_type{device="veth794a9e88"} 3 node_network_name_assign_type{device="veth7f667a31"} 3 node_network_name_assign_type{device="veth81d1661d"} 3 node_network_name_assign_type{device="veth83cfbef5"} 3 node_network_name_assign_type{device="veth85e95044"} 3 node_network_name_assign_type{device="veth88f19ee9"} 3 node_network_name_assign_type{device="veth90961796"} 3 node_network_name_assign_type{device="veth911cb5cf"} 3 node_network_name_assign_type{device="veth99fe0a88"} 3 node_network_name_assign_type{device="veth9e82bfec"} 3 node_network_name_assign_type{device="veth9fd6413e"} 3 node_network_name_assign_type{device="vetha129dd76"} 3 node_network_name_assign_type{device="vetha42e375f"} 3 node_network_name_assign_type{device="vetha51b9865"} 3 node_network_name_assign_type{device="vethabcef6de"} 3 node_network_name_assign_type{device="vethad5a7025"} 3 node_network_name_assign_type{device="vethae7930eb"} 3 node_network_name_assign_type{device="vethb3ec82b6"} 3 node_network_name_assign_type{device="vethc1de0331"} 3 node_network_name_assign_type{device="vethc604ac52"} 3 node_network_name_assign_type{device="vethd101b667"} 3 node_network_name_assign_type{device="vethd3876459"} 3 node_network_name_assign_type{device="vethd38fbb45"} 3 node_network_name_assign_type{device="vethd48357bb"} 3 node_network_name_assign_type{device="vethd961e998"} 3 node_network_name_assign_type{device="vethdbca3d0c"} 3 node_network_name_assign_type{device="vethdfe4ca99"} 3 node_network_name_assign_type{device="vethe3c876a3"} 3 node_network_name_assign_type{device="vethe85542e0"} 3 node_network_name_assign_type{device="vethf4bb524a"} 3 node_network_name_assign_type{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_net_dev_group{device="veth0b0910d2"} 0 node_network_net_dev_group{device="veth0ceb9f7b"} 0 node_network_net_dev_group{device="veth10208699"} 0 node_network_net_dev_group{device="veth125fa03e"} 0 node_network_net_dev_group{device="veth147178ee"} 0 node_network_net_dev_group{device="veth1b57d6aa"} 0 node_network_net_dev_group{device="veth1ffec957"} 0 node_network_net_dev_group{device="veth33ff0e21"} 0 node_network_net_dev_group{device="veth35dd17d0"} 0 node_network_net_dev_group{device="veth3766c0e8"} 0 node_network_net_dev_group{device="veth3a9938c3"} 0 node_network_net_dev_group{device="veth43c80886"} 0 node_network_net_dev_group{device="veth4a08b4bd"} 0 node_network_net_dev_group{device="veth4eb4dad5"} 0 node_network_net_dev_group{device="veth59812fcc"} 0 node_network_net_dev_group{device="veth5dcc4190"} 0 node_network_net_dev_group{device="veth5df261d9"} 0 node_network_net_dev_group{device="veth5ec2befa"} 0 node_network_net_dev_group{device="veth678eed44"} 0 node_network_net_dev_group{device="veth686ef972"} 0 node_network_net_dev_group{device="veth6a718a9f"} 0 node_network_net_dev_group{device="veth6a78ba11"} 0 node_network_net_dev_group{device="veth6f3e3184"} 0 node_network_net_dev_group{device="veth794a9e88"} 0 node_network_net_dev_group{device="veth7f667a31"} 0 node_network_net_dev_group{device="veth81d1661d"} 0 node_network_net_dev_group{device="veth83cfbef5"} 0 node_network_net_dev_group{device="veth85e95044"} 0 node_network_net_dev_group{device="veth88f19ee9"} 0 node_network_net_dev_group{device="veth90961796"} 0 node_network_net_dev_group{device="veth911cb5cf"} 0 node_network_net_dev_group{device="veth99fe0a88"} 0 node_network_net_dev_group{device="veth9e82bfec"} 0 node_network_net_dev_group{device="veth9fd6413e"} 0 node_network_net_dev_group{device="vetha129dd76"} 0 node_network_net_dev_group{device="vetha42e375f"} 0 node_network_net_dev_group{device="vetha51b9865"} 0 node_network_net_dev_group{device="vethabcef6de"} 0 node_network_net_dev_group{device="vethad5a7025"} 0 node_network_net_dev_group{device="vethae7930eb"} 0 node_network_net_dev_group{device="vethb3ec82b6"} 0 node_network_net_dev_group{device="vethc1de0331"} 0 node_network_net_dev_group{device="vethc604ac52"} 0 node_network_net_dev_group{device="vethd101b667"} 0 node_network_net_dev_group{device="vethd3876459"} 0 node_network_net_dev_group{device="vethd38fbb45"} 0 node_network_net_dev_group{device="vethd48357bb"} 0 node_network_net_dev_group{device="vethd961e998"} 0 node_network_net_dev_group{device="vethdbca3d0c"} 0 node_network_net_dev_group{device="vethdfe4ca99"} 0 node_network_net_dev_group{device="vethe3c876a3"} 0 node_network_net_dev_group{device="vethe85542e0"} 0 node_network_net_dev_group{device="vethf4bb524a"} 0 node_network_net_dev_group{device="vethfceabe28"} 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="veth00bf215e"} 1 node_network_protocol_type{device="veth0b0910d2"} 1 node_network_protocol_type{device="veth0ceb9f7b"} 1 node_network_protocol_type{device="veth10208699"} 1 node_network_protocol_type{device="veth125fa03e"} 1 node_network_protocol_type{device="veth147178ee"} 1 node_network_protocol_type{device="veth1b57d6aa"} 1 node_network_protocol_type{device="veth1ffec957"} 1 node_network_protocol_type{device="veth33ff0e21"} 1 node_network_protocol_type{device="veth35dd17d0"} 1 node_network_protocol_type{device="veth3766c0e8"} 1 node_network_protocol_type{device="veth3a9938c3"} 1 node_network_protocol_type{device="veth43c80886"} 1 node_network_protocol_type{device="veth4a08b4bd"} 1 node_network_protocol_type{device="veth4eb4dad5"} 1 node_network_protocol_type{device="veth59812fcc"} 1 node_network_protocol_type{device="veth5dcc4190"} 1 node_network_protocol_type{device="veth5df261d9"} 1 node_network_protocol_type{device="veth5ec2befa"} 1 node_network_protocol_type{device="veth678eed44"} 1 node_network_protocol_type{device="veth686ef972"} 1 node_network_protocol_type{device="veth6a718a9f"} 1 node_network_protocol_type{device="veth6a78ba11"} 1 node_network_protocol_type{device="veth6f3e3184"} 1 node_network_protocol_type{device="veth794a9e88"} 1 node_network_protocol_type{device="veth7f667a31"} 1 node_network_protocol_type{device="veth81d1661d"} 1 node_network_protocol_type{device="veth83cfbef5"} 1 node_network_protocol_type{device="veth85e95044"} 1 node_network_protocol_type{device="veth88f19ee9"} 1 node_network_protocol_type{device="veth90961796"} 1 node_network_protocol_type{device="veth911cb5cf"} 1 node_network_protocol_type{device="veth99fe0a88"} 1 node_network_protocol_type{device="veth9e82bfec"} 1 node_network_protocol_type{device="veth9fd6413e"} 1 node_network_protocol_type{device="vetha129dd76"} 1 node_network_protocol_type{device="vetha42e375f"} 1 node_network_protocol_type{device="vetha51b9865"} 1 node_network_protocol_type{device="vethabcef6de"} 1 node_network_protocol_type{device="vethad5a7025"} 1 node_network_protocol_type{device="vethae7930eb"} 1 node_network_protocol_type{device="vethb3ec82b6"} 1 node_network_protocol_type{device="vethc1de0331"} 1 node_network_protocol_type{device="vethc604ac52"} 1 node_network_protocol_type{device="vethd101b667"} 1 node_network_protocol_type{device="vethd3876459"} 1 node_network_protocol_type{device="vethd38fbb45"} 1 node_network_protocol_type{device="vethd48357bb"} 1 node_network_protocol_type{device="vethd961e998"} 1 node_network_protocol_type{device="vethdbca3d0c"} 1 node_network_protocol_type{device="vethdfe4ca99"} 1 node_network_protocol_type{device="vethe3c876a3"} 1 node_network_protocol_type{device="vethe85542e0"} 1 node_network_protocol_type{device="vethf4bb524a"} 1 node_network_protocol_type{device="vethfceabe28"} 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"} 2.8522213767e+10 node_network_receive_bytes_total{device="docker0"} 0 node_network_receive_bytes_total{device="eth0"} 9.863916487e+09 node_network_receive_bytes_total{device="flannel.1"} 0 node_network_receive_bytes_total{device="lo"} 4.4450601698e+10 node_network_receive_bytes_total{device="tailscale0"} 2.1922656e+07 node_network_receive_bytes_total{device="veth00bf215e"} 1.871281009e+09 node_network_receive_bytes_total{device="veth0b0910d2"} 1.817743597e+09 node_network_receive_bytes_total{device="veth0ceb9f7b"} 4.5150935e+07 node_network_receive_bytes_total{device="veth10208699"} 9.376029118e+09 node_network_receive_bytes_total{device="veth125fa03e"} 6.39029868e+08 node_network_receive_bytes_total{device="veth147178ee"} 3.72663218e+09 node_network_receive_bytes_total{device="veth1b57d6aa"} 185182 node_network_receive_bytes_total{device="veth1ffec957"} 7.6329203e+07 node_network_receive_bytes_total{device="veth33ff0e21"} 1.3283376e+07 node_network_receive_bytes_total{device="veth35dd17d0"} 8.742841068e+09 node_network_receive_bytes_total{device="veth3766c0e8"} 11672 node_network_receive_bytes_total{device="veth3a9938c3"} 1.179125241e+09 node_network_receive_bytes_total{device="veth43c80886"} 11742 node_network_receive_bytes_total{device="veth4a08b4bd"} 7.8759127e+07 node_network_receive_bytes_total{device="veth4eb4dad5"} 3.912811e+06 node_network_receive_bytes_total{device="veth59812fcc"} 4.41409412e+08 node_network_receive_bytes_total{device="veth5dcc4190"} 4.8338513e+07 node_network_receive_bytes_total{device="veth5df261d9"} 2.509068885e+09 node_network_receive_bytes_total{device="veth5ec2befa"} 5.4223536e+07 node_network_receive_bytes_total{device="veth678eed44"} 1.992956e+07 node_network_receive_bytes_total{device="veth686ef972"} 1.219818871e+09 node_network_receive_bytes_total{device="veth6a718a9f"} 7.35705459e+08 node_network_receive_bytes_total{device="veth6a78ba11"} 3.871585624e+09 node_network_receive_bytes_total{device="veth6f3e3184"} 3.04691841e+08 node_network_receive_bytes_total{device="veth794a9e88"} 2.90815722e+09 node_network_receive_bytes_total{device="veth7f667a31"} 5.1480048e+07 node_network_receive_bytes_total{device="veth81d1661d"} 2.2318336e+07 node_network_receive_bytes_total{device="veth83cfbef5"} 1.410600837e+09 node_network_receive_bytes_total{device="veth85e95044"} 4.468954694e+09 node_network_receive_bytes_total{device="veth88f19ee9"} 6.770491e+08 node_network_receive_bytes_total{device="veth90961796"} 2.381087859e+09 node_network_receive_bytes_total{device="veth911cb5cf"} 7.4941883e+07 node_network_receive_bytes_total{device="veth99fe0a88"} 2.43682465e+09 node_network_receive_bytes_total{device="veth9e82bfec"} 1.1693235e+07 node_network_receive_bytes_total{device="veth9fd6413e"} 4.898032e+06 node_network_receive_bytes_total{device="vetha129dd76"} 1.697398687e+09 node_network_receive_bytes_total{device="vetha42e375f"} 5.588034e+06 node_network_receive_bytes_total{device="vetha51b9865"} 5.0226076e+07 node_network_receive_bytes_total{device="vethabcef6de"} 4.9353823463e+10 node_network_receive_bytes_total{device="vethad5a7025"} 1.3554322e+07 node_network_receive_bytes_total{device="vethae7930eb"} 8.2261549e+07 node_network_receive_bytes_total{device="vethb3ec82b6"} 5.3627706e+07 node_network_receive_bytes_total{device="vethc1de0331"} 5.90284276e+08 node_network_receive_bytes_total{device="vethc604ac52"} 1.7634759e+07 node_network_receive_bytes_total{device="vethd101b667"} 2.0475530827e+10 node_network_receive_bytes_total{device="vethd3876459"} 1.88743754e+08 node_network_receive_bytes_total{device="vethd38fbb45"} 1.16656373e+08 node_network_receive_bytes_total{device="vethd48357bb"} 1.821188929e+09 node_network_receive_bytes_total{device="vethd961e998"} 3.903956e+06 node_network_receive_bytes_total{device="vethdbca3d0c"} 2.22541744e+08 node_network_receive_bytes_total{device="vethdfe4ca99"} 1.89921084e+08 node_network_receive_bytes_total{device="vethe3c876a3"} 3.249822929e+09 node_network_receive_bytes_total{device="vethe85542e0"} 5.56621339e+08 node_network_receive_bytes_total{device="vethf4bb524a"} 2.12235996e+08 node_network_receive_bytes_total{device="vethfceabe28"} 3.43636528e+08 node_network_receive_bytes_total{device="wt0"} 9.930292e+06 # 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="veth00bf215e"} 0 node_network_receive_compressed_total{device="veth0b0910d2"} 0 node_network_receive_compressed_total{device="veth0ceb9f7b"} 0 node_network_receive_compressed_total{device="veth10208699"} 0 node_network_receive_compressed_total{device="veth125fa03e"} 0 node_network_receive_compressed_total{device="veth147178ee"} 0 node_network_receive_compressed_total{device="veth1b57d6aa"} 0 node_network_receive_compressed_total{device="veth1ffec957"} 0 node_network_receive_compressed_total{device="veth33ff0e21"} 0 node_network_receive_compressed_total{device="veth35dd17d0"} 0 node_network_receive_compressed_total{device="veth3766c0e8"} 0 node_network_receive_compressed_total{device="veth3a9938c3"} 0 node_network_receive_compressed_total{device="veth43c80886"} 0 node_network_receive_compressed_total{device="veth4a08b4bd"} 0 node_network_receive_compressed_total{device="veth4eb4dad5"} 0 node_network_receive_compressed_total{device="veth59812fcc"} 0 node_network_receive_compressed_total{device="veth5dcc4190"} 0 node_network_receive_compressed_total{device="veth5df261d9"} 0 node_network_receive_compressed_total{device="veth5ec2befa"} 0 node_network_receive_compressed_total{device="veth678eed44"} 0 node_network_receive_compressed_total{device="veth686ef972"} 0 node_network_receive_compressed_total{device="veth6a718a9f"} 0 node_network_receive_compressed_total{device="veth6a78ba11"} 0 node_network_receive_compressed_total{device="veth6f3e3184"} 0 node_network_receive_compressed_total{device="veth794a9e88"} 0 node_network_receive_compressed_total{device="veth7f667a31"} 0 node_network_receive_compressed_total{device="veth81d1661d"} 0 node_network_receive_compressed_total{device="veth83cfbef5"} 0 node_network_receive_compressed_total{device="veth85e95044"} 0 node_network_receive_compressed_total{device="veth88f19ee9"} 0 node_network_receive_compressed_total{device="veth90961796"} 0 node_network_receive_compressed_total{device="veth911cb5cf"} 0 node_network_receive_compressed_total{device="veth99fe0a88"} 0 node_network_receive_compressed_total{device="veth9e82bfec"} 0 node_network_receive_compressed_total{device="veth9fd6413e"} 0 node_network_receive_compressed_total{device="vetha129dd76"} 0 node_network_receive_compressed_total{device="vetha42e375f"} 0 node_network_receive_compressed_total{device="vetha51b9865"} 0 node_network_receive_compressed_total{device="vethabcef6de"} 0 node_network_receive_compressed_total{device="vethad5a7025"} 0 node_network_receive_compressed_total{device="vethae7930eb"} 0 node_network_receive_compressed_total{device="vethb3ec82b6"} 0 node_network_receive_compressed_total{device="vethc1de0331"} 0 node_network_receive_compressed_total{device="vethc604ac52"} 0 node_network_receive_compressed_total{device="vethd101b667"} 0 node_network_receive_compressed_total{device="vethd3876459"} 0 node_network_receive_compressed_total{device="vethd38fbb45"} 0 node_network_receive_compressed_total{device="vethd48357bb"} 0 node_network_receive_compressed_total{device="vethd961e998"} 0 node_network_receive_compressed_total{device="vethdbca3d0c"} 0 node_network_receive_compressed_total{device="vethdfe4ca99"} 0 node_network_receive_compressed_total{device="vethe3c876a3"} 0 node_network_receive_compressed_total{device="vethe85542e0"} 0 node_network_receive_compressed_total{device="vethf4bb524a"} 0 node_network_receive_compressed_total{device="vethfceabe28"} 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"} 0 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="veth00bf215e"} 0 node_network_receive_drop_total{device="veth0b0910d2"} 0 node_network_receive_drop_total{device="veth0ceb9f7b"} 0 node_network_receive_drop_total{device="veth10208699"} 0 node_network_receive_drop_total{device="veth125fa03e"} 0 node_network_receive_drop_total{device="veth147178ee"} 0 node_network_receive_drop_total{device="veth1b57d6aa"} 0 node_network_receive_drop_total{device="veth1ffec957"} 0 node_network_receive_drop_total{device="veth33ff0e21"} 0 node_network_receive_drop_total{device="veth35dd17d0"} 0 node_network_receive_drop_total{device="veth3766c0e8"} 0 node_network_receive_drop_total{device="veth3a9938c3"} 0 node_network_receive_drop_total{device="veth43c80886"} 0 node_network_receive_drop_total{device="veth4a08b4bd"} 0 node_network_receive_drop_total{device="veth4eb4dad5"} 0 node_network_receive_drop_total{device="veth59812fcc"} 0 node_network_receive_drop_total{device="veth5dcc4190"} 0 node_network_receive_drop_total{device="veth5df261d9"} 0 node_network_receive_drop_total{device="veth5ec2befa"} 0 node_network_receive_drop_total{device="veth678eed44"} 0 node_network_receive_drop_total{device="veth686ef972"} 0 node_network_receive_drop_total{device="veth6a718a9f"} 0 node_network_receive_drop_total{device="veth6a78ba11"} 0 node_network_receive_drop_total{device="veth6f3e3184"} 0 node_network_receive_drop_total{device="veth794a9e88"} 0 node_network_receive_drop_total{device="veth7f667a31"} 0 node_network_receive_drop_total{device="veth81d1661d"} 0 node_network_receive_drop_total{device="veth83cfbef5"} 0 node_network_receive_drop_total{device="veth85e95044"} 0 node_network_receive_drop_total{device="veth88f19ee9"} 0 node_network_receive_drop_total{device="veth90961796"} 0 node_network_receive_drop_total{device="veth911cb5cf"} 0 node_network_receive_drop_total{device="veth99fe0a88"} 0 node_network_receive_drop_total{device="veth9e82bfec"} 0 node_network_receive_drop_total{device="veth9fd6413e"} 0 node_network_receive_drop_total{device="vetha129dd76"} 0 node_network_receive_drop_total{device="vetha42e375f"} 0 node_network_receive_drop_total{device="vetha51b9865"} 0 node_network_receive_drop_total{device="vethabcef6de"} 0 node_network_receive_drop_total{device="vethad5a7025"} 0 node_network_receive_drop_total{device="vethae7930eb"} 0 node_network_receive_drop_total{device="vethb3ec82b6"} 0 node_network_receive_drop_total{device="vethc1de0331"} 0 node_network_receive_drop_total{device="vethc604ac52"} 0 node_network_receive_drop_total{device="vethd101b667"} 0 node_network_receive_drop_total{device="vethd3876459"} 0 node_network_receive_drop_total{device="vethd38fbb45"} 0 node_network_receive_drop_total{device="vethd48357bb"} 0 node_network_receive_drop_total{device="vethd961e998"} 0 node_network_receive_drop_total{device="vethdbca3d0c"} 0 node_network_receive_drop_total{device="vethdfe4ca99"} 0 node_network_receive_drop_total{device="vethe3c876a3"} 0 node_network_receive_drop_total{device="vethe85542e0"} 0 node_network_receive_drop_total{device="vethf4bb524a"} 0 node_network_receive_drop_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_receive_errs_total{device="veth0b0910d2"} 0 node_network_receive_errs_total{device="veth0ceb9f7b"} 0 node_network_receive_errs_total{device="veth10208699"} 0 node_network_receive_errs_total{device="veth125fa03e"} 0 node_network_receive_errs_total{device="veth147178ee"} 0 node_network_receive_errs_total{device="veth1b57d6aa"} 0 node_network_receive_errs_total{device="veth1ffec957"} 0 node_network_receive_errs_total{device="veth33ff0e21"} 0 node_network_receive_errs_total{device="veth35dd17d0"} 0 node_network_receive_errs_total{device="veth3766c0e8"} 0 node_network_receive_errs_total{device="veth3a9938c3"} 0 node_network_receive_errs_total{device="veth43c80886"} 0 node_network_receive_errs_total{device="veth4a08b4bd"} 0 node_network_receive_errs_total{device="veth4eb4dad5"} 0 node_network_receive_errs_total{device="veth59812fcc"} 0 node_network_receive_errs_total{device="veth5dcc4190"} 0 node_network_receive_errs_total{device="veth5df261d9"} 0 node_network_receive_errs_total{device="veth5ec2befa"} 0 node_network_receive_errs_total{device="veth678eed44"} 0 node_network_receive_errs_total{device="veth686ef972"} 0 node_network_receive_errs_total{device="veth6a718a9f"} 0 node_network_receive_errs_total{device="veth6a78ba11"} 0 node_network_receive_errs_total{device="veth6f3e3184"} 0 node_network_receive_errs_total{device="veth794a9e88"} 0 node_network_receive_errs_total{device="veth7f667a31"} 0 node_network_receive_errs_total{device="veth81d1661d"} 0 node_network_receive_errs_total{device="veth83cfbef5"} 0 node_network_receive_errs_total{device="veth85e95044"} 0 node_network_receive_errs_total{device="veth88f19ee9"} 0 node_network_receive_errs_total{device="veth90961796"} 0 node_network_receive_errs_total{device="veth911cb5cf"} 0 node_network_receive_errs_total{device="veth99fe0a88"} 0 node_network_receive_errs_total{device="veth9e82bfec"} 0 node_network_receive_errs_total{device="veth9fd6413e"} 0 node_network_receive_errs_total{device="vetha129dd76"} 0 node_network_receive_errs_total{device="vetha42e375f"} 0 node_network_receive_errs_total{device="vetha51b9865"} 0 node_network_receive_errs_total{device="vethabcef6de"} 0 node_network_receive_errs_total{device="vethad5a7025"} 0 node_network_receive_errs_total{device="vethae7930eb"} 0 node_network_receive_errs_total{device="vethb3ec82b6"} 0 node_network_receive_errs_total{device="vethc1de0331"} 0 node_network_receive_errs_total{device="vethc604ac52"} 0 node_network_receive_errs_total{device="vethd101b667"} 0 node_network_receive_errs_total{device="vethd3876459"} 0 node_network_receive_errs_total{device="vethd38fbb45"} 0 node_network_receive_errs_total{device="vethd48357bb"} 0 node_network_receive_errs_total{device="vethd961e998"} 0 node_network_receive_errs_total{device="vethdbca3d0c"} 0 node_network_receive_errs_total{device="vethdfe4ca99"} 0 node_network_receive_errs_total{device="vethe3c876a3"} 0 node_network_receive_errs_total{device="vethe85542e0"} 0 node_network_receive_errs_total{device="vethf4bb524a"} 0 node_network_receive_errs_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_receive_fifo_total{device="veth0b0910d2"} 0 node_network_receive_fifo_total{device="veth0ceb9f7b"} 0 node_network_receive_fifo_total{device="veth10208699"} 0 node_network_receive_fifo_total{device="veth125fa03e"} 0 node_network_receive_fifo_total{device="veth147178ee"} 0 node_network_receive_fifo_total{device="veth1b57d6aa"} 0 node_network_receive_fifo_total{device="veth1ffec957"} 0 node_network_receive_fifo_total{device="veth33ff0e21"} 0 node_network_receive_fifo_total{device="veth35dd17d0"} 0 node_network_receive_fifo_total{device="veth3766c0e8"} 0 node_network_receive_fifo_total{device="veth3a9938c3"} 0 node_network_receive_fifo_total{device="veth43c80886"} 0 node_network_receive_fifo_total{device="veth4a08b4bd"} 0 node_network_receive_fifo_total{device="veth4eb4dad5"} 0 node_network_receive_fifo_total{device="veth59812fcc"} 0 node_network_receive_fifo_total{device="veth5dcc4190"} 0 node_network_receive_fifo_total{device="veth5df261d9"} 0 node_network_receive_fifo_total{device="veth5ec2befa"} 0 node_network_receive_fifo_total{device="veth678eed44"} 0 node_network_receive_fifo_total{device="veth686ef972"} 0 node_network_receive_fifo_total{device="veth6a718a9f"} 0 node_network_receive_fifo_total{device="veth6a78ba11"} 0 node_network_receive_fifo_total{device="veth6f3e3184"} 0 node_network_receive_fifo_total{device="veth794a9e88"} 0 node_network_receive_fifo_total{device="veth7f667a31"} 0 node_network_receive_fifo_total{device="veth81d1661d"} 0 node_network_receive_fifo_total{device="veth83cfbef5"} 0 node_network_receive_fifo_total{device="veth85e95044"} 0 node_network_receive_fifo_total{device="veth88f19ee9"} 0 node_network_receive_fifo_total{device="veth90961796"} 0 node_network_receive_fifo_total{device="veth911cb5cf"} 0 node_network_receive_fifo_total{device="veth99fe0a88"} 0 node_network_receive_fifo_total{device="veth9e82bfec"} 0 node_network_receive_fifo_total{device="veth9fd6413e"} 0 node_network_receive_fifo_total{device="vetha129dd76"} 0 node_network_receive_fifo_total{device="vetha42e375f"} 0 node_network_receive_fifo_total{device="vetha51b9865"} 0 node_network_receive_fifo_total{device="vethabcef6de"} 0 node_network_receive_fifo_total{device="vethad5a7025"} 0 node_network_receive_fifo_total{device="vethae7930eb"} 0 node_network_receive_fifo_total{device="vethb3ec82b6"} 0 node_network_receive_fifo_total{device="vethc1de0331"} 0 node_network_receive_fifo_total{device="vethc604ac52"} 0 node_network_receive_fifo_total{device="vethd101b667"} 0 node_network_receive_fifo_total{device="vethd3876459"} 0 node_network_receive_fifo_total{device="vethd38fbb45"} 0 node_network_receive_fifo_total{device="vethd48357bb"} 0 node_network_receive_fifo_total{device="vethd961e998"} 0 node_network_receive_fifo_total{device="vethdbca3d0c"} 0 node_network_receive_fifo_total{device="vethdfe4ca99"} 0 node_network_receive_fifo_total{device="vethe3c876a3"} 0 node_network_receive_fifo_total{device="vethe85542e0"} 0 node_network_receive_fifo_total{device="vethf4bb524a"} 0 node_network_receive_fifo_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_receive_frame_total{device="veth0b0910d2"} 0 node_network_receive_frame_total{device="veth0ceb9f7b"} 0 node_network_receive_frame_total{device="veth10208699"} 0 node_network_receive_frame_total{device="veth125fa03e"} 0 node_network_receive_frame_total{device="veth147178ee"} 0 node_network_receive_frame_total{device="veth1b57d6aa"} 0 node_network_receive_frame_total{device="veth1ffec957"} 0 node_network_receive_frame_total{device="veth33ff0e21"} 0 node_network_receive_frame_total{device="veth35dd17d0"} 0 node_network_receive_frame_total{device="veth3766c0e8"} 0 node_network_receive_frame_total{device="veth3a9938c3"} 0 node_network_receive_frame_total{device="veth43c80886"} 0 node_network_receive_frame_total{device="veth4a08b4bd"} 0 node_network_receive_frame_total{device="veth4eb4dad5"} 0 node_network_receive_frame_total{device="veth59812fcc"} 0 node_network_receive_frame_total{device="veth5dcc4190"} 0 node_network_receive_frame_total{device="veth5df261d9"} 0 node_network_receive_frame_total{device="veth5ec2befa"} 0 node_network_receive_frame_total{device="veth678eed44"} 0 node_network_receive_frame_total{device="veth686ef972"} 0 node_network_receive_frame_total{device="veth6a718a9f"} 0 node_network_receive_frame_total{device="veth6a78ba11"} 0 node_network_receive_frame_total{device="veth6f3e3184"} 0 node_network_receive_frame_total{device="veth794a9e88"} 0 node_network_receive_frame_total{device="veth7f667a31"} 0 node_network_receive_frame_total{device="veth81d1661d"} 0 node_network_receive_frame_total{device="veth83cfbef5"} 0 node_network_receive_frame_total{device="veth85e95044"} 0 node_network_receive_frame_total{device="veth88f19ee9"} 0 node_network_receive_frame_total{device="veth90961796"} 0 node_network_receive_frame_total{device="veth911cb5cf"} 0 node_network_receive_frame_total{device="veth99fe0a88"} 0 node_network_receive_frame_total{device="veth9e82bfec"} 0 node_network_receive_frame_total{device="veth9fd6413e"} 0 node_network_receive_frame_total{device="vetha129dd76"} 0 node_network_receive_frame_total{device="vetha42e375f"} 0 node_network_receive_frame_total{device="vetha51b9865"} 0 node_network_receive_frame_total{device="vethabcef6de"} 0 node_network_receive_frame_total{device="vethad5a7025"} 0 node_network_receive_frame_total{device="vethae7930eb"} 0 node_network_receive_frame_total{device="vethb3ec82b6"} 0 node_network_receive_frame_total{device="vethc1de0331"} 0 node_network_receive_frame_total{device="vethc604ac52"} 0 node_network_receive_frame_total{device="vethd101b667"} 0 node_network_receive_frame_total{device="vethd3876459"} 0 node_network_receive_frame_total{device="vethd38fbb45"} 0 node_network_receive_frame_total{device="vethd48357bb"} 0 node_network_receive_frame_total{device="vethd961e998"} 0 node_network_receive_frame_total{device="vethdbca3d0c"} 0 node_network_receive_frame_total{device="vethdfe4ca99"} 0 node_network_receive_frame_total{device="vethe3c876a3"} 0 node_network_receive_frame_total{device="vethe85542e0"} 0 node_network_receive_frame_total{device="vethf4bb524a"} 0 node_network_receive_frame_total{device="vethfceabe28"} 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"} 15911 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="veth00bf215e"} 0 node_network_receive_multicast_total{device="veth0b0910d2"} 0 node_network_receive_multicast_total{device="veth0ceb9f7b"} 0 node_network_receive_multicast_total{device="veth10208699"} 0 node_network_receive_multicast_total{device="veth125fa03e"} 0 node_network_receive_multicast_total{device="veth147178ee"} 0 node_network_receive_multicast_total{device="veth1b57d6aa"} 0 node_network_receive_multicast_total{device="veth1ffec957"} 0 node_network_receive_multicast_total{device="veth33ff0e21"} 0 node_network_receive_multicast_total{device="veth35dd17d0"} 0 node_network_receive_multicast_total{device="veth3766c0e8"} 0 node_network_receive_multicast_total{device="veth3a9938c3"} 0 node_network_receive_multicast_total{device="veth43c80886"} 0 node_network_receive_multicast_total{device="veth4a08b4bd"} 0 node_network_receive_multicast_total{device="veth4eb4dad5"} 0 node_network_receive_multicast_total{device="veth59812fcc"} 0 node_network_receive_multicast_total{device="veth5dcc4190"} 0 node_network_receive_multicast_total{device="veth5df261d9"} 0 node_network_receive_multicast_total{device="veth5ec2befa"} 0 node_network_receive_multicast_total{device="veth678eed44"} 0 node_network_receive_multicast_total{device="veth686ef972"} 0 node_network_receive_multicast_total{device="veth6a718a9f"} 0 node_network_receive_multicast_total{device="veth6a78ba11"} 0 node_network_receive_multicast_total{device="veth6f3e3184"} 0 node_network_receive_multicast_total{device="veth794a9e88"} 0 node_network_receive_multicast_total{device="veth7f667a31"} 0 node_network_receive_multicast_total{device="veth81d1661d"} 0 node_network_receive_multicast_total{device="veth83cfbef5"} 0 node_network_receive_multicast_total{device="veth85e95044"} 0 node_network_receive_multicast_total{device="veth88f19ee9"} 0 node_network_receive_multicast_total{device="veth90961796"} 0 node_network_receive_multicast_total{device="veth911cb5cf"} 0 node_network_receive_multicast_total{device="veth99fe0a88"} 0 node_network_receive_multicast_total{device="veth9e82bfec"} 0 node_network_receive_multicast_total{device="veth9fd6413e"} 0 node_network_receive_multicast_total{device="vetha129dd76"} 0 node_network_receive_multicast_total{device="vetha42e375f"} 0 node_network_receive_multicast_total{device="vetha51b9865"} 0 node_network_receive_multicast_total{device="vethabcef6de"} 0 node_network_receive_multicast_total{device="vethad5a7025"} 0 node_network_receive_multicast_total{device="vethae7930eb"} 0 node_network_receive_multicast_total{device="vethb3ec82b6"} 0 node_network_receive_multicast_total{device="vethc1de0331"} 0 node_network_receive_multicast_total{device="vethc604ac52"} 0 node_network_receive_multicast_total{device="vethd101b667"} 0 node_network_receive_multicast_total{device="vethd3876459"} 0 node_network_receive_multicast_total{device="vethd38fbb45"} 0 node_network_receive_multicast_total{device="vethd48357bb"} 0 node_network_receive_multicast_total{device="vethd961e998"} 0 node_network_receive_multicast_total{device="vethdbca3d0c"} 0 node_network_receive_multicast_total{device="vethdfe4ca99"} 0 node_network_receive_multicast_total{device="vethe3c876a3"} 0 node_network_receive_multicast_total{device="vethe85542e0"} 0 node_network_receive_multicast_total{device="vethf4bb524a"} 0 node_network_receive_multicast_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_receive_nohandler_total{device="veth0b0910d2"} 0 node_network_receive_nohandler_total{device="veth0ceb9f7b"} 0 node_network_receive_nohandler_total{device="veth10208699"} 0 node_network_receive_nohandler_total{device="veth125fa03e"} 0 node_network_receive_nohandler_total{device="veth147178ee"} 0 node_network_receive_nohandler_total{device="veth1b57d6aa"} 0 node_network_receive_nohandler_total{device="veth1ffec957"} 0 node_network_receive_nohandler_total{device="veth33ff0e21"} 0 node_network_receive_nohandler_total{device="veth35dd17d0"} 0 node_network_receive_nohandler_total{device="veth3766c0e8"} 0 node_network_receive_nohandler_total{device="veth3a9938c3"} 0 node_network_receive_nohandler_total{device="veth43c80886"} 0 node_network_receive_nohandler_total{device="veth4a08b4bd"} 0 node_network_receive_nohandler_total{device="veth4eb4dad5"} 0 node_network_receive_nohandler_total{device="veth59812fcc"} 0 node_network_receive_nohandler_total{device="veth5dcc4190"} 0 node_network_receive_nohandler_total{device="veth5df261d9"} 0 node_network_receive_nohandler_total{device="veth5ec2befa"} 0 node_network_receive_nohandler_total{device="veth678eed44"} 0 node_network_receive_nohandler_total{device="veth686ef972"} 0 node_network_receive_nohandler_total{device="veth6a718a9f"} 0 node_network_receive_nohandler_total{device="veth6a78ba11"} 0 node_network_receive_nohandler_total{device="veth6f3e3184"} 0 node_network_receive_nohandler_total{device="veth794a9e88"} 0 node_network_receive_nohandler_total{device="veth7f667a31"} 0 node_network_receive_nohandler_total{device="veth81d1661d"} 0 node_network_receive_nohandler_total{device="veth83cfbef5"} 0 node_network_receive_nohandler_total{device="veth85e95044"} 0 node_network_receive_nohandler_total{device="veth88f19ee9"} 0 node_network_receive_nohandler_total{device="veth90961796"} 0 node_network_receive_nohandler_total{device="veth911cb5cf"} 0 node_network_receive_nohandler_total{device="veth99fe0a88"} 0 node_network_receive_nohandler_total{device="veth9e82bfec"} 0 node_network_receive_nohandler_total{device="veth9fd6413e"} 0 node_network_receive_nohandler_total{device="vetha129dd76"} 0 node_network_receive_nohandler_total{device="vetha42e375f"} 0 node_network_receive_nohandler_total{device="vetha51b9865"} 0 node_network_receive_nohandler_total{device="vethabcef6de"} 0 node_network_receive_nohandler_total{device="vethad5a7025"} 0 node_network_receive_nohandler_total{device="vethae7930eb"} 0 node_network_receive_nohandler_total{device="vethb3ec82b6"} 0 node_network_receive_nohandler_total{device="vethc1de0331"} 0 node_network_receive_nohandler_total{device="vethc604ac52"} 0 node_network_receive_nohandler_total{device="vethd101b667"} 0 node_network_receive_nohandler_total{device="vethd3876459"} 0 node_network_receive_nohandler_total{device="vethd38fbb45"} 0 node_network_receive_nohandler_total{device="vethd48357bb"} 0 node_network_receive_nohandler_total{device="vethd961e998"} 0 node_network_receive_nohandler_total{device="vethdbca3d0c"} 0 node_network_receive_nohandler_total{device="vethdfe4ca99"} 0 node_network_receive_nohandler_total{device="vethe3c876a3"} 0 node_network_receive_nohandler_total{device="vethe85542e0"} 0 node_network_receive_nohandler_total{device="vethf4bb524a"} 0 node_network_receive_nohandler_total{device="vethfceabe28"} 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"} 6.6555407e+07 node_network_receive_packets_total{device="docker0"} 0 node_network_receive_packets_total{device="eth0"} 7.416248e+06 node_network_receive_packets_total{device="flannel.1"} 0 node_network_receive_packets_total{device="lo"} 6.1728988e+07 node_network_receive_packets_total{device="tailscale0"} 173810 node_network_receive_packets_total{device="veth00bf215e"} 3.909746e+06 node_network_receive_packets_total{device="veth0b0910d2"} 4.545918e+06 node_network_receive_packets_total{device="veth0ceb9f7b"} 153758 node_network_receive_packets_total{device="veth10208699"} 1.2128431e+07 node_network_receive_packets_total{device="veth125fa03e"} 3.493535e+06 node_network_receive_packets_total{device="veth147178ee"} 3.12462e+06 node_network_receive_packets_total{device="veth1b57d6aa"} 1609 node_network_receive_packets_total{device="veth1ffec957"} 877010 node_network_receive_packets_total{device="veth33ff0e21"} 32718 node_network_receive_packets_total{device="veth35dd17d0"} 4.691167e+06 node_network_receive_packets_total{device="veth3766c0e8"} 166 node_network_receive_packets_total{device="veth3a9938c3"} 2.665224e+06 node_network_receive_packets_total{device="veth43c80886"} 167 node_network_receive_packets_total{device="veth4a08b4bd"} 600883 node_network_receive_packets_total{device="veth4eb4dad5"} 18305 node_network_receive_packets_total{device="veth59812fcc"} 524223 node_network_receive_packets_total{device="veth5dcc4190"} 250275 node_network_receive_packets_total{device="veth5df261d9"} 1.5398495e+07 node_network_receive_packets_total{device="veth5ec2befa"} 559112 node_network_receive_packets_total{device="veth678eed44"} 28931 node_network_receive_packets_total{device="veth686ef972"} 1.20646e+06 node_network_receive_packets_total{device="veth6a718a9f"} 1.604102e+06 node_network_receive_packets_total{device="veth6a78ba11"} 2.608877e+06 node_network_receive_packets_total{device="veth6f3e3184"} 1.891255e+06 node_network_receive_packets_total{device="veth794a9e88"} 4.698809e+06 node_network_receive_packets_total{device="veth7f667a31"} 501519 node_network_receive_packets_total{device="veth81d1661d"} 30110 node_network_receive_packets_total{device="veth83cfbef5"} 2.614889e+06 node_network_receive_packets_total{device="veth85e95044"} 8.174918e+06 node_network_receive_packets_total{device="veth88f19ee9"} 1.537205e+06 node_network_receive_packets_total{device="veth90961796"} 5.847291e+06 node_network_receive_packets_total{device="veth911cb5cf"} 54424 node_network_receive_packets_total{device="veth99fe0a88"} 3.266377e+06 node_network_receive_packets_total{device="veth9e82bfec"} 34138 node_network_receive_packets_total{device="veth9fd6413e"} 55221 node_network_receive_packets_total{device="vetha129dd76"} 8.288183e+06 node_network_receive_packets_total{device="vetha42e375f"} 71077 node_network_receive_packets_total{device="vetha51b9865"} 277124 node_network_receive_packets_total{device="vethabcef6de"} 1.2425296e+07 node_network_receive_packets_total{device="vethad5a7025"} 141551 node_network_receive_packets_total{device="vethae7930eb"} 55241 node_network_receive_packets_total{device="vethb3ec82b6"} 343860 node_network_receive_packets_total{device="vethc1de0331"} 1.232586e+06 node_network_receive_packets_total{device="vethc604ac52"} 218856 node_network_receive_packets_total{device="vethd101b667"} 2.157701e+06 node_network_receive_packets_total{device="vethd3876459"} 74658 node_network_receive_packets_total{device="vethd38fbb45"} 180711 node_network_receive_packets_total{device="vethd48357bb"} 1.0401957e+07 node_network_receive_packets_total{device="vethd961e998"} 18128 node_network_receive_packets_total{device="vethdbca3d0c"} 1.11897e+06 node_network_receive_packets_total{device="vethdfe4ca99"} 507705 node_network_receive_packets_total{device="vethe3c876a3"} 1.3488091e+07 node_network_receive_packets_total{device="vethe85542e0"} 937839 node_network_receive_packets_total{device="vethf4bb524a"} 79142 node_network_receive_packets_total{device="vethfceabe28"} 1.082223e+06 node_network_receive_packets_total{device="wt0"} 97399 # 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="veth00bf215e"} 1.25e+09 node_network_speed_bytes{device="veth0b0910d2"} 1.25e+09 node_network_speed_bytes{device="veth0ceb9f7b"} 1.25e+09 node_network_speed_bytes{device="veth10208699"} 1.25e+09 node_network_speed_bytes{device="veth125fa03e"} 1.25e+09 node_network_speed_bytes{device="veth147178ee"} 1.25e+09 node_network_speed_bytes{device="veth1b57d6aa"} 1.25e+09 node_network_speed_bytes{device="veth1ffec957"} 1.25e+09 node_network_speed_bytes{device="veth33ff0e21"} 1.25e+09 node_network_speed_bytes{device="veth35dd17d0"} 1.25e+09 node_network_speed_bytes{device="veth3766c0e8"} 1.25e+09 node_network_speed_bytes{device="veth3a9938c3"} 1.25e+09 node_network_speed_bytes{device="veth43c80886"} 1.25e+09 node_network_speed_bytes{device="veth4a08b4bd"} 1.25e+09 node_network_speed_bytes{device="veth4eb4dad5"} 1.25e+09 node_network_speed_bytes{device="veth59812fcc"} 1.25e+09 node_network_speed_bytes{device="veth5dcc4190"} 1.25e+09 node_network_speed_bytes{device="veth5df261d9"} 1.25e+09 node_network_speed_bytes{device="veth5ec2befa"} 1.25e+09 node_network_speed_bytes{device="veth678eed44"} 1.25e+09 node_network_speed_bytes{device="veth686ef972"} 1.25e+09 node_network_speed_bytes{device="veth6a718a9f"} 1.25e+09 node_network_speed_bytes{device="veth6a78ba11"} 1.25e+09 node_network_speed_bytes{device="veth6f3e3184"} 1.25e+09 node_network_speed_bytes{device="veth794a9e88"} 1.25e+09 node_network_speed_bytes{device="veth7f667a31"} 1.25e+09 node_network_speed_bytes{device="veth81d1661d"} 1.25e+09 node_network_speed_bytes{device="veth83cfbef5"} 1.25e+09 node_network_speed_bytes{device="veth85e95044"} 1.25e+09 node_network_speed_bytes{device="veth88f19ee9"} 1.25e+09 node_network_speed_bytes{device="veth90961796"} 1.25e+09 node_network_speed_bytes{device="veth911cb5cf"} 1.25e+09 node_network_speed_bytes{device="veth99fe0a88"} 1.25e+09 node_network_speed_bytes{device="veth9e82bfec"} 1.25e+09 node_network_speed_bytes{device="veth9fd6413e"} 1.25e+09 node_network_speed_bytes{device="vetha129dd76"} 1.25e+09 node_network_speed_bytes{device="vetha42e375f"} 1.25e+09 node_network_speed_bytes{device="vetha51b9865"} 1.25e+09 node_network_speed_bytes{device="vethabcef6de"} 1.25e+09 node_network_speed_bytes{device="vethad5a7025"} 1.25e+09 node_network_speed_bytes{device="vethae7930eb"} 1.25e+09 node_network_speed_bytes{device="vethb3ec82b6"} 1.25e+09 node_network_speed_bytes{device="vethc1de0331"} 1.25e+09 node_network_speed_bytes{device="vethc604ac52"} 1.25e+09 node_network_speed_bytes{device="vethd101b667"} 1.25e+09 node_network_speed_bytes{device="vethd3876459"} 1.25e+09 node_network_speed_bytes{device="vethd38fbb45"} 1.25e+09 node_network_speed_bytes{device="vethd48357bb"} 1.25e+09 node_network_speed_bytes{device="vethd961e998"} 1.25e+09 node_network_speed_bytes{device="vethdbca3d0c"} 1.25e+09 node_network_speed_bytes{device="vethdfe4ca99"} 1.25e+09 node_network_speed_bytes{device="vethe3c876a3"} 1.25e+09 node_network_speed_bytes{device="vethe85542e0"} 1.25e+09 node_network_speed_bytes{device="vethf4bb524a"} 1.25e+09 node_network_speed_bytes{device="vethfceabe28"} 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"} 8.6239527193e+10 node_network_transmit_bytes_total{device="docker0"} 0 node_network_transmit_bytes_total{device="eth0"} 9.953825607e+09 node_network_transmit_bytes_total{device="flannel.1"} 0 node_network_transmit_bytes_total{device="lo"} 4.4450601698e+10 node_network_transmit_bytes_total{device="tailscale0"} 1.4989009e+07 node_network_transmit_bytes_total{device="veth00bf215e"} 1.448237125e+09 node_network_transmit_bytes_total{device="veth0b0910d2"} 1.409728633e+09 node_network_transmit_bytes_total{device="veth0ceb9f7b"} 1.6743427e+07 node_network_transmit_bytes_total{device="veth10208699"} 4.5085821956e+10 node_network_transmit_bytes_total{device="veth125fa03e"} 4.10314904e+08 node_network_transmit_bytes_total{device="veth147178ee"} 8.185367998e+09 node_network_transmit_bytes_total{device="veth1b57d6aa"} 411264 node_network_transmit_bytes_total{device="veth1ffec957"} 8.6405636e+07 node_network_transmit_bytes_total{device="veth33ff0e21"} 1.0742682e+07 node_network_transmit_bytes_total{device="veth35dd17d0"} 1.0474493507e+10 node_network_transmit_bytes_total{device="veth3766c0e8"} 2.162816e+06 node_network_transmit_bytes_total{device="veth3a9938c3"} 8.35293206e+08 node_network_transmit_bytes_total{device="veth43c80886"} 2.165218e+06 node_network_transmit_bytes_total{device="veth4a08b4bd"} 9.2574673e+07 node_network_transmit_bytes_total{device="veth4eb4dad5"} 3.440886e+06 node_network_transmit_bytes_total{device="veth59812fcc"} 1.32229553e+08 node_network_transmit_bytes_total{device="veth5dcc4190"} 6.8722277e+07 node_network_transmit_bytes_total{device="veth5df261d9"} 1.4484048448e+10 node_network_transmit_bytes_total{device="veth5ec2befa"} 5.5080887e+07 node_network_transmit_bytes_total{device="veth678eed44"} 6.386241e+06 node_network_transmit_bytes_total{device="veth686ef972"} 1.15397765e+09 node_network_transmit_bytes_total{device="veth6a718a9f"} 4.3188664e+08 node_network_transmit_bytes_total{device="veth6a78ba11"} 2.102400903e+10 node_network_transmit_bytes_total{device="veth6f3e3184"} 3.22699822e+08 node_network_transmit_bytes_total{device="veth794a9e88"} 2.81379421e+09 node_network_transmit_bytes_total{device="veth7f667a31"} 4.7951726e+07 node_network_transmit_bytes_total{device="veth81d1661d"} 6.710879e+06 node_network_transmit_bytes_total{device="veth83cfbef5"} 1.339839672e+09 node_network_transmit_bytes_total{device="veth85e95044"} 1.924629463e+09 node_network_transmit_bytes_total{device="veth88f19ee9"} 4.43930956e+08 node_network_transmit_bytes_total{device="veth90961796"} 2.076341458e+09 node_network_transmit_bytes_total{device="veth911cb5cf"} 6.452771e+06 node_network_transmit_bytes_total{device="veth99fe0a88"} 2.542118968e+09 node_network_transmit_bytes_total{device="veth9e82bfec"} 1.9413528e+07 node_network_transmit_bytes_total{device="veth9fd6413e"} 6.88767e+06 node_network_transmit_bytes_total{device="vetha129dd76"} 4.627659419e+09 node_network_transmit_bytes_total{device="vetha42e375f"} 1.0596934e+07 node_network_transmit_bytes_total{device="vetha51b9865"} 6.1855163e+07 node_network_transmit_bytes_total{device="vethabcef6de"} 1.910695104e+09 node_network_transmit_bytes_total{device="vethad5a7025"} 1.01565642e+08 node_network_transmit_bytes_total{device="vethae7930eb"} 6.502305e+06 node_network_transmit_bytes_total{device="vethb3ec82b6"} 1.36457555e+08 node_network_transmit_bytes_total{device="vethc1de0331"} 1.61858673e+08 node_network_transmit_bytes_total{device="vethc604ac52"} 2.4511373e+07 node_network_transmit_bytes_total{device="vethd101b667"} 2.049727711e+10 node_network_transmit_bytes_total{device="vethd3876459"} 1.1524253e+07 node_network_transmit_bytes_total{device="vethd38fbb45"} 6.1047236e+07 node_network_transmit_bytes_total{device="vethd48357bb"} 4.5076057064e+10 node_network_transmit_bytes_total{device="vethd961e998"} 3.458481e+06 node_network_transmit_bytes_total{device="vethdbca3d0c"} 2.82558483e+08 node_network_transmit_bytes_total{device="vethdfe4ca99"} 3.61835779e+08 node_network_transmit_bytes_total{device="vethe3c876a3"} 3.084286682e+09 node_network_transmit_bytes_total{device="vethe85542e0"} 1.076011607e+09 node_network_transmit_bytes_total{device="vethf4bb524a"} 1.4805964e+07 node_network_transmit_bytes_total{device="vethfceabe28"} 1.36261201e+08 node_network_transmit_bytes_total{device="wt0"} 5.3509536e+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="veth00bf215e"} 0 node_network_transmit_carrier_total{device="veth0b0910d2"} 0 node_network_transmit_carrier_total{device="veth0ceb9f7b"} 0 node_network_transmit_carrier_total{device="veth10208699"} 0 node_network_transmit_carrier_total{device="veth125fa03e"} 0 node_network_transmit_carrier_total{device="veth147178ee"} 0 node_network_transmit_carrier_total{device="veth1b57d6aa"} 0 node_network_transmit_carrier_total{device="veth1ffec957"} 0 node_network_transmit_carrier_total{device="veth33ff0e21"} 0 node_network_transmit_carrier_total{device="veth35dd17d0"} 0 node_network_transmit_carrier_total{device="veth3766c0e8"} 0 node_network_transmit_carrier_total{device="veth3a9938c3"} 0 node_network_transmit_carrier_total{device="veth43c80886"} 0 node_network_transmit_carrier_total{device="veth4a08b4bd"} 0 node_network_transmit_carrier_total{device="veth4eb4dad5"} 0 node_network_transmit_carrier_total{device="veth59812fcc"} 0 node_network_transmit_carrier_total{device="veth5dcc4190"} 0 node_network_transmit_carrier_total{device="veth5df261d9"} 0 node_network_transmit_carrier_total{device="veth5ec2befa"} 0 node_network_transmit_carrier_total{device="veth678eed44"} 0 node_network_transmit_carrier_total{device="veth686ef972"} 0 node_network_transmit_carrier_total{device="veth6a718a9f"} 0 node_network_transmit_carrier_total{device="veth6a78ba11"} 0 node_network_transmit_carrier_total{device="veth6f3e3184"} 0 node_network_transmit_carrier_total{device="veth794a9e88"} 0 node_network_transmit_carrier_total{device="veth7f667a31"} 0 node_network_transmit_carrier_total{device="veth81d1661d"} 0 node_network_transmit_carrier_total{device="veth83cfbef5"} 0 node_network_transmit_carrier_total{device="veth85e95044"} 0 node_network_transmit_carrier_total{device="veth88f19ee9"} 0 node_network_transmit_carrier_total{device="veth90961796"} 0 node_network_transmit_carrier_total{device="veth911cb5cf"} 0 node_network_transmit_carrier_total{device="veth99fe0a88"} 0 node_network_transmit_carrier_total{device="veth9e82bfec"} 0 node_network_transmit_carrier_total{device="veth9fd6413e"} 0 node_network_transmit_carrier_total{device="vetha129dd76"} 0 node_network_transmit_carrier_total{device="vetha42e375f"} 0 node_network_transmit_carrier_total{device="vetha51b9865"} 0 node_network_transmit_carrier_total{device="vethabcef6de"} 0 node_network_transmit_carrier_total{device="vethad5a7025"} 0 node_network_transmit_carrier_total{device="vethae7930eb"} 0 node_network_transmit_carrier_total{device="vethb3ec82b6"} 0 node_network_transmit_carrier_total{device="vethc1de0331"} 0 node_network_transmit_carrier_total{device="vethc604ac52"} 0 node_network_transmit_carrier_total{device="vethd101b667"} 0 node_network_transmit_carrier_total{device="vethd3876459"} 0 node_network_transmit_carrier_total{device="vethd38fbb45"} 0 node_network_transmit_carrier_total{device="vethd48357bb"} 0 node_network_transmit_carrier_total{device="vethd961e998"} 0 node_network_transmit_carrier_total{device="vethdbca3d0c"} 0 node_network_transmit_carrier_total{device="vethdfe4ca99"} 0 node_network_transmit_carrier_total{device="vethe3c876a3"} 0 node_network_transmit_carrier_total{device="vethe85542e0"} 0 node_network_transmit_carrier_total{device="vethf4bb524a"} 0 node_network_transmit_carrier_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_transmit_colls_total{device="veth0b0910d2"} 0 node_network_transmit_colls_total{device="veth0ceb9f7b"} 0 node_network_transmit_colls_total{device="veth10208699"} 0 node_network_transmit_colls_total{device="veth125fa03e"} 0 node_network_transmit_colls_total{device="veth147178ee"} 0 node_network_transmit_colls_total{device="veth1b57d6aa"} 0 node_network_transmit_colls_total{device="veth1ffec957"} 0 node_network_transmit_colls_total{device="veth33ff0e21"} 0 node_network_transmit_colls_total{device="veth35dd17d0"} 0 node_network_transmit_colls_total{device="veth3766c0e8"} 0 node_network_transmit_colls_total{device="veth3a9938c3"} 0 node_network_transmit_colls_total{device="veth43c80886"} 0 node_network_transmit_colls_total{device="veth4a08b4bd"} 0 node_network_transmit_colls_total{device="veth4eb4dad5"} 0 node_network_transmit_colls_total{device="veth59812fcc"} 0 node_network_transmit_colls_total{device="veth5dcc4190"} 0 node_network_transmit_colls_total{device="veth5df261d9"} 0 node_network_transmit_colls_total{device="veth5ec2befa"} 0 node_network_transmit_colls_total{device="veth678eed44"} 0 node_network_transmit_colls_total{device="veth686ef972"} 0 node_network_transmit_colls_total{device="veth6a718a9f"} 0 node_network_transmit_colls_total{device="veth6a78ba11"} 0 node_network_transmit_colls_total{device="veth6f3e3184"} 0 node_network_transmit_colls_total{device="veth794a9e88"} 0 node_network_transmit_colls_total{device="veth7f667a31"} 0 node_network_transmit_colls_total{device="veth81d1661d"} 0 node_network_transmit_colls_total{device="veth83cfbef5"} 0 node_network_transmit_colls_total{device="veth85e95044"} 0 node_network_transmit_colls_total{device="veth88f19ee9"} 0 node_network_transmit_colls_total{device="veth90961796"} 0 node_network_transmit_colls_total{device="veth911cb5cf"} 0 node_network_transmit_colls_total{device="veth99fe0a88"} 0 node_network_transmit_colls_total{device="veth9e82bfec"} 0 node_network_transmit_colls_total{device="veth9fd6413e"} 0 node_network_transmit_colls_total{device="vetha129dd76"} 0 node_network_transmit_colls_total{device="vetha42e375f"} 0 node_network_transmit_colls_total{device="vetha51b9865"} 0 node_network_transmit_colls_total{device="vethabcef6de"} 0 node_network_transmit_colls_total{device="vethad5a7025"} 0 node_network_transmit_colls_total{device="vethae7930eb"} 0 node_network_transmit_colls_total{device="vethb3ec82b6"} 0 node_network_transmit_colls_total{device="vethc1de0331"} 0 node_network_transmit_colls_total{device="vethc604ac52"} 0 node_network_transmit_colls_total{device="vethd101b667"} 0 node_network_transmit_colls_total{device="vethd3876459"} 0 node_network_transmit_colls_total{device="vethd38fbb45"} 0 node_network_transmit_colls_total{device="vethd48357bb"} 0 node_network_transmit_colls_total{device="vethd961e998"} 0 node_network_transmit_colls_total{device="vethdbca3d0c"} 0 node_network_transmit_colls_total{device="vethdfe4ca99"} 0 node_network_transmit_colls_total{device="vethe3c876a3"} 0 node_network_transmit_colls_total{device="vethe85542e0"} 0 node_network_transmit_colls_total{device="vethf4bb524a"} 0 node_network_transmit_colls_total{device="vethfceabe28"} 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="veth00bf215e"} 0 node_network_transmit_compressed_total{device="veth0b0910d2"} 0 node_network_transmit_compressed_total{device="veth0ceb9f7b"} 0 node_network_transmit_compressed_total{device="veth10208699"} 0 node_network_transmit_compressed_total{device="veth125fa03e"} 0 node_network_transmit_compressed_total{device="veth147178ee"} 0 node_network_transmit_compressed_total{device="veth1b57d6aa"} 0 node_network_transmit_compressed_total{device="veth1ffec957"} 0 node_network_transmit_compressed_total{device="veth33ff0e21"} 0 node_network_transmit_compressed_total{device="veth35dd17d0"} 0 node_network_transmit_compressed_total{device="veth3766c0e8"} 0 node_network_transmit_compressed_total{device="veth3a9938c3"} 0 node_network_transmit_compressed_total{device="veth43c80886"} 0 node_network_transmit_compressed_total{device="veth4a08b4bd"} 0 node_network_transmit_compressed_total{device="veth4eb4dad5"} 0 node_network_transmit_compressed_total{device="veth59812fcc"} 0 node_network_transmit_compressed_total{device="veth5dcc4190"} 0 node_network_transmit_compressed_total{device="veth5df261d9"} 0 node_network_transmit_compressed_total{device="veth5ec2befa"} 0 node_network_transmit_compressed_total{device="veth678eed44"} 0 node_network_transmit_compressed_total{device="veth686ef972"} 0 node_network_transmit_compressed_total{device="veth6a718a9f"} 0 node_network_transmit_compressed_total{device="veth6a78ba11"} 0 node_network_transmit_compressed_total{device="veth6f3e3184"} 0 node_network_transmit_compressed_total{device="veth794a9e88"} 0 node_network_transmit_compressed_total{device="veth7f667a31"} 0 node_network_transmit_compressed_total{device="veth81d1661d"} 0 node_network_transmit_compressed_total{device="veth83cfbef5"} 0 node_network_transmit_compressed_total{device="veth85e95044"} 0 node_network_transmit_compressed_total{device="veth88f19ee9"} 0 node_network_transmit_compressed_total{device="veth90961796"} 0 node_network_transmit_compressed_total{device="veth911cb5cf"} 0 node_network_transmit_compressed_total{device="veth99fe0a88"} 0 node_network_transmit_compressed_total{device="veth9e82bfec"} 0 node_network_transmit_compressed_total{device="veth9fd6413e"} 0 node_network_transmit_compressed_total{device="vetha129dd76"} 0 node_network_transmit_compressed_total{device="vetha42e375f"} 0 node_network_transmit_compressed_total{device="vetha51b9865"} 0 node_network_transmit_compressed_total{device="vethabcef6de"} 0 node_network_transmit_compressed_total{device="vethad5a7025"} 0 node_network_transmit_compressed_total{device="vethae7930eb"} 0 node_network_transmit_compressed_total{device="vethb3ec82b6"} 0 node_network_transmit_compressed_total{device="vethc1de0331"} 0 node_network_transmit_compressed_total{device="vethc604ac52"} 0 node_network_transmit_compressed_total{device="vethd101b667"} 0 node_network_transmit_compressed_total{device="vethd3876459"} 0 node_network_transmit_compressed_total{device="vethd38fbb45"} 0 node_network_transmit_compressed_total{device="vethd48357bb"} 0 node_network_transmit_compressed_total{device="vethd961e998"} 0 node_network_transmit_compressed_total{device="vethdbca3d0c"} 0 node_network_transmit_compressed_total{device="vethdfe4ca99"} 0 node_network_transmit_compressed_total{device="vethe3c876a3"} 0 node_network_transmit_compressed_total{device="vethe85542e0"} 0 node_network_transmit_compressed_total{device="vethf4bb524a"} 0 node_network_transmit_compressed_total{device="vethfceabe28"} 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"} 13 node_network_transmit_drop_total{device="eth0"} 0 node_network_transmit_drop_total{device="flannel.1"} 5 node_network_transmit_drop_total{device="lo"} 0 node_network_transmit_drop_total{device="tailscale0"} 0 node_network_transmit_drop_total{device="veth00bf215e"} 0 node_network_transmit_drop_total{device="veth0b0910d2"} 0 node_network_transmit_drop_total{device="veth0ceb9f7b"} 0 node_network_transmit_drop_total{device="veth10208699"} 0 node_network_transmit_drop_total{device="veth125fa03e"} 0 node_network_transmit_drop_total{device="veth147178ee"} 0 node_network_transmit_drop_total{device="veth1b57d6aa"} 0 node_network_transmit_drop_total{device="veth1ffec957"} 0 node_network_transmit_drop_total{device="veth33ff0e21"} 0 node_network_transmit_drop_total{device="veth35dd17d0"} 0 node_network_transmit_drop_total{device="veth3766c0e8"} 0 node_network_transmit_drop_total{device="veth3a9938c3"} 0 node_network_transmit_drop_total{device="veth43c80886"} 0 node_network_transmit_drop_total{device="veth4a08b4bd"} 0 node_network_transmit_drop_total{device="veth4eb4dad5"} 0 node_network_transmit_drop_total{device="veth59812fcc"} 0 node_network_transmit_drop_total{device="veth5dcc4190"} 0 node_network_transmit_drop_total{device="veth5df261d9"} 0 node_network_transmit_drop_total{device="veth5ec2befa"} 0 node_network_transmit_drop_total{device="veth678eed44"} 0 node_network_transmit_drop_total{device="veth686ef972"} 0 node_network_transmit_drop_total{device="veth6a718a9f"} 0 node_network_transmit_drop_total{device="veth6a78ba11"} 0 node_network_transmit_drop_total{device="veth6f3e3184"} 0 node_network_transmit_drop_total{device="veth794a9e88"} 0 node_network_transmit_drop_total{device="veth7f667a31"} 0 node_network_transmit_drop_total{device="veth81d1661d"} 0 node_network_transmit_drop_total{device="veth83cfbef5"} 0 node_network_transmit_drop_total{device="veth85e95044"} 0 node_network_transmit_drop_total{device="veth88f19ee9"} 0 node_network_transmit_drop_total{device="veth90961796"} 0 node_network_transmit_drop_total{device="veth911cb5cf"} 0 node_network_transmit_drop_total{device="veth99fe0a88"} 0 node_network_transmit_drop_total{device="veth9e82bfec"} 0 node_network_transmit_drop_total{device="veth9fd6413e"} 0 node_network_transmit_drop_total{device="vetha129dd76"} 0 node_network_transmit_drop_total{device="vetha42e375f"} 0 node_network_transmit_drop_total{device="vetha51b9865"} 0 node_network_transmit_drop_total{device="vethabcef6de"} 0 node_network_transmit_drop_total{device="vethad5a7025"} 0 node_network_transmit_drop_total{device="vethae7930eb"} 0 node_network_transmit_drop_total{device="vethb3ec82b6"} 0 node_network_transmit_drop_total{device="vethc1de0331"} 0 node_network_transmit_drop_total{device="vethc604ac52"} 0 node_network_transmit_drop_total{device="vethd101b667"} 0 node_network_transmit_drop_total{device="vethd3876459"} 0 node_network_transmit_drop_total{device="vethd38fbb45"} 0 node_network_transmit_drop_total{device="vethd48357bb"} 0 node_network_transmit_drop_total{device="vethd961e998"} 0 node_network_transmit_drop_total{device="vethdbca3d0c"} 0 node_network_transmit_drop_total{device="vethdfe4ca99"} 0 node_network_transmit_drop_total{device="vethe3c876a3"} 0 node_network_transmit_drop_total{device="vethe85542e0"} 0 node_network_transmit_drop_total{device="vethf4bb524a"} 0 node_network_transmit_drop_total{device="vethfceabe28"} 0 node_network_transmit_drop_total{device="wt0"} 4 # 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="veth00bf215e"} 0 node_network_transmit_errs_total{device="veth0b0910d2"} 0 node_network_transmit_errs_total{device="veth0ceb9f7b"} 0 node_network_transmit_errs_total{device="veth10208699"} 0 node_network_transmit_errs_total{device="veth125fa03e"} 0 node_network_transmit_errs_total{device="veth147178ee"} 0 node_network_transmit_errs_total{device="veth1b57d6aa"} 0 node_network_transmit_errs_total{device="veth1ffec957"} 0 node_network_transmit_errs_total{device="veth33ff0e21"} 0 node_network_transmit_errs_total{device="veth35dd17d0"} 0 node_network_transmit_errs_total{device="veth3766c0e8"} 0 node_network_transmit_errs_total{device="veth3a9938c3"} 0 node_network_transmit_errs_total{device="veth43c80886"} 0 node_network_transmit_errs_total{device="veth4a08b4bd"} 0 node_network_transmit_errs_total{device="veth4eb4dad5"} 0 node_network_transmit_errs_total{device="veth59812fcc"} 0 node_network_transmit_errs_total{device="veth5dcc4190"} 0 node_network_transmit_errs_total{device="veth5df261d9"} 0 node_network_transmit_errs_total{device="veth5ec2befa"} 0 node_network_transmit_errs_total{device="veth678eed44"} 0 node_network_transmit_errs_total{device="veth686ef972"} 0 node_network_transmit_errs_total{device="veth6a718a9f"} 0 node_network_transmit_errs_total{device="veth6a78ba11"} 0 node_network_transmit_errs_total{device="veth6f3e3184"} 0 node_network_transmit_errs_total{device="veth794a9e88"} 0 node_network_transmit_errs_total{device="veth7f667a31"} 0 node_network_transmit_errs_total{device="veth81d1661d"} 0 node_network_transmit_errs_total{device="veth83cfbef5"} 0 node_network_transmit_errs_total{device="veth85e95044"} 0 node_network_transmit_errs_total{device="veth88f19ee9"} 0 node_network_transmit_errs_total{device="veth90961796"} 0 node_network_transmit_errs_total{device="veth911cb5cf"} 0 node_network_transmit_errs_total{device="veth99fe0a88"} 0 node_network_transmit_errs_total{device="veth9e82bfec"} 0 node_network_transmit_errs_total{device="veth9fd6413e"} 0 node_network_transmit_errs_total{device="vetha129dd76"} 0 node_network_transmit_errs_total{device="vetha42e375f"} 0 node_network_transmit_errs_total{device="vetha51b9865"} 0 node_network_transmit_errs_total{device="vethabcef6de"} 0 node_network_transmit_errs_total{device="vethad5a7025"} 0 node_network_transmit_errs_total{device="vethae7930eb"} 0 node_network_transmit_errs_total{device="vethb3ec82b6"} 0 node_network_transmit_errs_total{device="vethc1de0331"} 0 node_network_transmit_errs_total{device="vethc604ac52"} 0 node_network_transmit_errs_total{device="vethd101b667"} 0 node_network_transmit_errs_total{device="vethd3876459"} 0 node_network_transmit_errs_total{device="vethd38fbb45"} 0 node_network_transmit_errs_total{device="vethd48357bb"} 0 node_network_transmit_errs_total{device="vethd961e998"} 0 node_network_transmit_errs_total{device="vethdbca3d0c"} 0 node_network_transmit_errs_total{device="vethdfe4ca99"} 0 node_network_transmit_errs_total{device="vethe3c876a3"} 0 node_network_transmit_errs_total{device="vethe85542e0"} 0 node_network_transmit_errs_total{device="vethf4bb524a"} 0 node_network_transmit_errs_total{device="vethfceabe28"} 0 node_network_transmit_errs_total{device="wt0"} 61 # 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="veth00bf215e"} 0 node_network_transmit_fifo_total{device="veth0b0910d2"} 0 node_network_transmit_fifo_total{device="veth0ceb9f7b"} 0 node_network_transmit_fifo_total{device="veth10208699"} 0 node_network_transmit_fifo_total{device="veth125fa03e"} 0 node_network_transmit_fifo_total{device="veth147178ee"} 0 node_network_transmit_fifo_total{device="veth1b57d6aa"} 0 node_network_transmit_fifo_total{device="veth1ffec957"} 0 node_network_transmit_fifo_total{device="veth33ff0e21"} 0 node_network_transmit_fifo_total{device="veth35dd17d0"} 0 node_network_transmit_fifo_total{device="veth3766c0e8"} 0 node_network_transmit_fifo_total{device="veth3a9938c3"} 0 node_network_transmit_fifo_total{device="veth43c80886"} 0 node_network_transmit_fifo_total{device="veth4a08b4bd"} 0 node_network_transmit_fifo_total{device="veth4eb4dad5"} 0 node_network_transmit_fifo_total{device="veth59812fcc"} 0 node_network_transmit_fifo_total{device="veth5dcc4190"} 0 node_network_transmit_fifo_total{device="veth5df261d9"} 0 node_network_transmit_fifo_total{device="veth5ec2befa"} 0 node_network_transmit_fifo_total{device="veth678eed44"} 0 node_network_transmit_fifo_total{device="veth686ef972"} 0 node_network_transmit_fifo_total{device="veth6a718a9f"} 0 node_network_transmit_fifo_total{device="veth6a78ba11"} 0 node_network_transmit_fifo_total{device="veth6f3e3184"} 0 node_network_transmit_fifo_total{device="veth794a9e88"} 0 node_network_transmit_fifo_total{device="veth7f667a31"} 0 node_network_transmit_fifo_total{device="veth81d1661d"} 0 node_network_transmit_fifo_total{device="veth83cfbef5"} 0 node_network_transmit_fifo_total{device="veth85e95044"} 0 node_network_transmit_fifo_total{device="veth88f19ee9"} 0 node_network_transmit_fifo_total{device="veth90961796"} 0 node_network_transmit_fifo_total{device="veth911cb5cf"} 0 node_network_transmit_fifo_total{device="veth99fe0a88"} 0 node_network_transmit_fifo_total{device="veth9e82bfec"} 0 node_network_transmit_fifo_total{device="veth9fd6413e"} 0 node_network_transmit_fifo_total{device="vetha129dd76"} 0 node_network_transmit_fifo_total{device="vetha42e375f"} 0 node_network_transmit_fifo_total{device="vetha51b9865"} 0 node_network_transmit_fifo_total{device="vethabcef6de"} 0 node_network_transmit_fifo_total{device="vethad5a7025"} 0 node_network_transmit_fifo_total{device="vethae7930eb"} 0 node_network_transmit_fifo_total{device="vethb3ec82b6"} 0 node_network_transmit_fifo_total{device="vethc1de0331"} 0 node_network_transmit_fifo_total{device="vethc604ac52"} 0 node_network_transmit_fifo_total{device="vethd101b667"} 0 node_network_transmit_fifo_total{device="vethd3876459"} 0 node_network_transmit_fifo_total{device="vethd38fbb45"} 0 node_network_transmit_fifo_total{device="vethd48357bb"} 0 node_network_transmit_fifo_total{device="vethd961e998"} 0 node_network_transmit_fifo_total{device="vethdbca3d0c"} 0 node_network_transmit_fifo_total{device="vethdfe4ca99"} 0 node_network_transmit_fifo_total{device="vethe3c876a3"} 0 node_network_transmit_fifo_total{device="vethe85542e0"} 0 node_network_transmit_fifo_total{device="vethf4bb524a"} 0 node_network_transmit_fifo_total{device="vethfceabe28"} 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"} 7.0845046e+07 node_network_transmit_packets_total{device="docker0"} 0 node_network_transmit_packets_total{device="eth0"} 7.820861e+06 node_network_transmit_packets_total{device="flannel.1"} 0 node_network_transmit_packets_total{device="lo"} 6.1728988e+07 node_network_transmit_packets_total{device="tailscale0"} 174242 node_network_transmit_packets_total{device="veth00bf215e"} 3.50078e+06 node_network_transmit_packets_total{device="veth0b0910d2"} 5.384403e+06 node_network_transmit_packets_total{device="veth0ceb9f7b"} 151918 node_network_transmit_packets_total{device="veth10208699"} 1.2150911e+07 node_network_transmit_packets_total{device="veth125fa03e"} 3.642788e+06 node_network_transmit_packets_total{device="veth147178ee"} 4.442e+06 node_network_transmit_packets_total{device="veth1b57d6aa"} 3178 node_network_transmit_packets_total{device="veth1ffec957"} 984061 node_network_transmit_packets_total{device="veth33ff0e21"} 35668 node_network_transmit_packets_total{device="veth35dd17d0"} 4.522495e+06 node_network_transmit_packets_total{device="veth3766c0e8"} 38826 node_network_transmit_packets_total{device="veth3a9938c3"} 2.774334e+06 node_network_transmit_packets_total{device="veth43c80886"} 38855 node_network_transmit_packets_total{device="veth4a08b4bd"} 618038 node_network_transmit_packets_total{device="veth4eb4dad5"} 31835 node_network_transmit_packets_total{device="veth59812fcc"} 553221 node_network_transmit_packets_total{device="veth5dcc4190"} 256233 node_network_transmit_packets_total{device="veth5df261d9"} 1.5611727e+07 node_network_transmit_packets_total{device="veth5ec2befa"} 639506 node_network_transmit_packets_total{device="veth678eed44"} 44492 node_network_transmit_packets_total{device="veth686ef972"} 1.292032e+06 node_network_transmit_packets_total{device="veth6a718a9f"} 1.620345e+06 node_network_transmit_packets_total{device="veth6a78ba11"} 3.103542e+06 node_network_transmit_packets_total{device="veth6f3e3184"} 1.73934e+06 node_network_transmit_packets_total{device="veth794a9e88"} 4.645597e+06 node_network_transmit_packets_total{device="veth7f667a31"} 580834 node_network_transmit_packets_total{device="veth81d1661d"} 45205 node_network_transmit_packets_total{device="veth83cfbef5"} 2.624882e+06 node_network_transmit_packets_total{device="veth85e95044"} 1.0747301e+07 node_network_transmit_packets_total{device="veth88f19ee9"} 1.45314e+06 node_network_transmit_packets_total{device="veth90961796"} 6.184267e+06 node_network_transmit_packets_total{device="veth911cb5cf"} 61410 node_network_transmit_packets_total{device="veth99fe0a88"} 3.622445e+06 node_network_transmit_packets_total{device="veth9e82bfec"} 37370 node_network_transmit_packets_total{device="veth9fd6413e"} 89986 node_network_transmit_packets_total{device="vetha129dd76"} 8.968916e+06 node_network_transmit_packets_total{device="vetha42e375f"} 100015 node_network_transmit_packets_total{device="vetha51b9865"} 270428 node_network_transmit_packets_total{device="vethabcef6de"} 1.0766041e+07 node_network_transmit_packets_total{device="vethad5a7025"} 175863 node_network_transmit_packets_total{device="vethae7930eb"} 61074 node_network_transmit_packets_total{device="vethb3ec82b6"} 345220 node_network_transmit_packets_total{device="vethc1de0331"} 1.38547e+06 node_network_transmit_packets_total{device="vethc604ac52"} 153183 node_network_transmit_packets_total{device="vethd101b667"} 2.439301e+06 node_network_transmit_packets_total{device="vethd3876459"} 76012 node_network_transmit_packets_total{device="vethd38fbb45"} 201688 node_network_transmit_packets_total{device="vethd48357bb"} 1.1332875e+07 node_network_transmit_packets_total{device="vethd961e998"} 31757 node_network_transmit_packets_total{device="vethdbca3d0c"} 1.043719e+06 node_network_transmit_packets_total{device="vethdfe4ca99"} 504189 node_network_transmit_packets_total{device="vethe3c876a3"} 1.2009273e+07 node_network_transmit_packets_total{device="vethe85542e0"} 857971 node_network_transmit_packets_total{device="vethf4bb524a"} 80482 node_network_transmit_packets_total{device="vethfceabe28"} 1.19401e+06 node_network_transmit_packets_total{device="wt0"} 102617 # 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="veth00bf215e"} 0 node_network_transmit_queue_length{device="veth0b0910d2"} 0 node_network_transmit_queue_length{device="veth0ceb9f7b"} 0 node_network_transmit_queue_length{device="veth10208699"} 0 node_network_transmit_queue_length{device="veth125fa03e"} 0 node_network_transmit_queue_length{device="veth147178ee"} 0 node_network_transmit_queue_length{device="veth1b57d6aa"} 0 node_network_transmit_queue_length{device="veth1ffec957"} 0 node_network_transmit_queue_length{device="veth33ff0e21"} 0 node_network_transmit_queue_length{device="veth35dd17d0"} 0 node_network_transmit_queue_length{device="veth3766c0e8"} 0 node_network_transmit_queue_length{device="veth3a9938c3"} 0 node_network_transmit_queue_length{device="veth43c80886"} 0 node_network_transmit_queue_length{device="veth4a08b4bd"} 0 node_network_transmit_queue_length{device="veth4eb4dad5"} 0 node_network_transmit_queue_length{device="veth59812fcc"} 0 node_network_transmit_queue_length{device="veth5dcc4190"} 0 node_network_transmit_queue_length{device="veth5df261d9"} 0 node_network_transmit_queue_length{device="veth5ec2befa"} 0 node_network_transmit_queue_length{device="veth678eed44"} 0 node_network_transmit_queue_length{device="veth686ef972"} 0 node_network_transmit_queue_length{device="veth6a718a9f"} 0 node_network_transmit_queue_length{device="veth6a78ba11"} 0 node_network_transmit_queue_length{device="veth6f3e3184"} 0 node_network_transmit_queue_length{device="veth794a9e88"} 0 node_network_transmit_queue_length{device="veth7f667a31"} 0 node_network_transmit_queue_length{device="veth81d1661d"} 0 node_network_transmit_queue_length{device="veth83cfbef5"} 0 node_network_transmit_queue_length{device="veth85e95044"} 0 node_network_transmit_queue_length{device="veth88f19ee9"} 0 node_network_transmit_queue_length{device="veth90961796"} 0 node_network_transmit_queue_length{device="veth911cb5cf"} 0 node_network_transmit_queue_length{device="veth99fe0a88"} 0 node_network_transmit_queue_length{device="veth9e82bfec"} 0 node_network_transmit_queue_length{device="veth9fd6413e"} 0 node_network_transmit_queue_length{device="vetha129dd76"} 0 node_network_transmit_queue_length{device="vetha42e375f"} 0 node_network_transmit_queue_length{device="vetha51b9865"} 0 node_network_transmit_queue_length{device="vethabcef6de"} 0 node_network_transmit_queue_length{device="vethad5a7025"} 0 node_network_transmit_queue_length{device="vethae7930eb"} 0 node_network_transmit_queue_length{device="vethb3ec82b6"} 0 node_network_transmit_queue_length{device="vethc1de0331"} 0 node_network_transmit_queue_length{device="vethc604ac52"} 0 node_network_transmit_queue_length{device="vethd101b667"} 0 node_network_transmit_queue_length{device="vethd3876459"} 0 node_network_transmit_queue_length{device="vethd38fbb45"} 0 node_network_transmit_queue_length{device="vethd48357bb"} 0 node_network_transmit_queue_length{device="vethd961e998"} 0 node_network_transmit_queue_length{device="vethdbca3d0c"} 0 node_network_transmit_queue_length{device="vethdfe4ca99"} 0 node_network_transmit_queue_length{device="vethe3c876a3"} 0 node_network_transmit_queue_length{device="vethe85542e0"} 0 node_network_transmit_queue_length{device="vethf4bb524a"} 0 node_network_transmit_queue_length{device="vethfceabe28"} 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="veth00bf215e"} 1 node_network_up{device="veth0b0910d2"} 1 node_network_up{device="veth0ceb9f7b"} 1 node_network_up{device="veth10208699"} 1 node_network_up{device="veth125fa03e"} 1 node_network_up{device="veth147178ee"} 1 node_network_up{device="veth1b57d6aa"} 1 node_network_up{device="veth1ffec957"} 1 node_network_up{device="veth33ff0e21"} 1 node_network_up{device="veth35dd17d0"} 1 node_network_up{device="veth3766c0e8"} 1 node_network_up{device="veth3a9938c3"} 1 node_network_up{device="veth43c80886"} 1 node_network_up{device="veth4a08b4bd"} 1 node_network_up{device="veth4eb4dad5"} 1 node_network_up{device="veth59812fcc"} 1 node_network_up{device="veth5dcc4190"} 1 node_network_up{device="veth5df261d9"} 1 node_network_up{device="veth5ec2befa"} 1 node_network_up{device="veth678eed44"} 1 node_network_up{device="veth686ef972"} 1 node_network_up{device="veth6a718a9f"} 1 node_network_up{device="veth6a78ba11"} 1 node_network_up{device="veth6f3e3184"} 1 node_network_up{device="veth794a9e88"} 1 node_network_up{device="veth7f667a31"} 1 node_network_up{device="veth81d1661d"} 1 node_network_up{device="veth83cfbef5"} 1 node_network_up{device="veth85e95044"} 1 node_network_up{device="veth88f19ee9"} 1 node_network_up{device="veth90961796"} 1 node_network_up{device="veth911cb5cf"} 1 node_network_up{device="veth99fe0a88"} 1 node_network_up{device="veth9e82bfec"} 1 node_network_up{device="veth9fd6413e"} 1 node_network_up{device="vetha129dd76"} 1 node_network_up{device="vetha42e375f"} 1 node_network_up{device="vetha51b9865"} 1 node_network_up{device="vethabcef6de"} 1 node_network_up{device="vethad5a7025"} 1 node_network_up{device="vethae7930eb"} 1 node_network_up{device="vethb3ec82b6"} 1 node_network_up{device="vethc1de0331"} 1 node_network_up{device="vethc604ac52"} 1 node_network_up{device="vethd101b667"} 1 node_network_up{device="vethd3876459"} 1 node_network_up{device="vethd38fbb45"} 1 node_network_up{device="vethd48357bb"} 1 node_network_up{device="vethd961e998"} 1 node_network_up{device="vethdbca3d0c"} 1 node_network_up{device="vethdfe4ca99"} 1 node_network_up{device="vethe3c876a3"} 1 node_network_up{device="vethe85542e0"} 1 node_network_up{device="vethf4bb524a"} 1 node_network_up{device="vethfceabe28"} 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 1700 # HELP node_nf_conntrack_entries_limit Maximum size of connection tracking table. # TYPE node_nf_conntrack_entries_limit gauge node_nf_conntrack_entries_limit 262144 # HELP node_nf_conntrack_stat_drop Number of packets dropped due to conntrack failure. # TYPE node_nf_conntrack_stat_drop gauge node_nf_conntrack_stat_drop 8 # HELP node_nf_conntrack_stat_early_drop Number of dropped conntrack entries to make room for new ones, if maximum table size was reached. # TYPE node_nf_conntrack_stat_early_drop gauge node_nf_conntrack_stat_early_drop 0 # HELP node_nf_conntrack_stat_found Number of searched entries which were successful. # TYPE node_nf_conntrack_stat_found gauge node_nf_conntrack_stat_found 29 # HELP node_nf_conntrack_stat_ignore Number of packets seen which are already connected to a conntrack entry. # TYPE node_nf_conntrack_stat_ignore gauge node_nf_conntrack_stat_ignore 0 # HELP node_nf_conntrack_stat_insert Number of entries inserted into the list. # TYPE node_nf_conntrack_stat_insert gauge node_nf_conntrack_stat_insert 0 # HELP node_nf_conntrack_stat_insert_failed Number of entries for which list insertion was attempted but failed. # TYPE node_nf_conntrack_stat_insert_failed gauge node_nf_conntrack_stat_insert_failed 8 # HELP node_nf_conntrack_stat_invalid Number of packets seen which can not be tracked. # TYPE node_nf_conntrack_stat_invalid gauge node_nf_conntrack_stat_invalid 145 # HELP node_nf_conntrack_stat_search_restart Number of conntrack table lookups which had to be restarted due to hashtable resizes. # TYPE node_nf_conntrack_stat_search_restart gauge node_nf_conntrack_stat_search_restart 0 # 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="almalinux",id_like="rhel centos fedora",image_id="",image_version="",name="AlmaLinux",pretty_name="AlmaLinux 9.8 (Olive Jaguar)",variant="",variant_id="",version="9.8 (Olive Jaguar)",version_codename="",version_id="9.8"} 1 # HELP node_os_support_end_timestamp_seconds Metric containing the end-of-life date timestamp of the OS. # TYPE node_os_support_end_timestamp_seconds gauge node_os_support_end_timestamp_seconds 1.9696608e+09 # HELP node_os_version Metric containing the major.minor part of the OS version. # TYPE node_os_version gauge node_os_version{id="almalinux",id_like="rhel centos fedora",name="AlmaLinux"} 9.8 # HELP node_procs_blocked Number of processes blocked waiting for I/O to complete. # TYPE node_procs_blocked gauge node_procs_blocked 0 # HELP node_procs_running Number of processes in runnable state. # TYPE node_procs_running gauge node_procs_running 2 # HELP node_schedstat_running_seconds_total Number of seconds CPU spent running a process. # TYPE node_schedstat_running_seconds_total counter node_schedstat_running_seconds_total{cpu="0"} 120107.607989736 node_schedstat_running_seconds_total{cpu="1"} 121252.087347484 node_schedstat_running_seconds_total{cpu="2"} 121843.706343692 node_schedstat_running_seconds_total{cpu="3"} 122188.286630232 node_schedstat_running_seconds_total{cpu="4"} 122048.044943394 node_schedstat_running_seconds_total{cpu="5"} 122303.587074598 node_schedstat_running_seconds_total{cpu="6"} 122090.735621139 node_schedstat_running_seconds_total{cpu="7"} 121382.141374164 # HELP node_schedstat_timeslices_total Number of timeslices executed by CPU. # TYPE node_schedstat_timeslices_total counter node_schedstat_timeslices_total{cpu="0"} 8.50136773e+08 node_schedstat_timeslices_total{cpu="1"} 8.48632012e+08 node_schedstat_timeslices_total{cpu="2"} 8.48856796e+08 node_schedstat_timeslices_total{cpu="3"} 8.49107182e+08 node_schedstat_timeslices_total{cpu="4"} 8.48241449e+08 node_schedstat_timeslices_total{cpu="5"} 8.46872376e+08 node_schedstat_timeslices_total{cpu="6"} 8.46898772e+08 node_schedstat_timeslices_total{cpu="7"} 8.54791456e+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"} 24556.27318087 node_schedstat_waiting_seconds_total{cpu="1"} 24618.590161712 node_schedstat_waiting_seconds_total{cpu="2"} 24881.342884435 node_schedstat_waiting_seconds_total{cpu="3"} 24808.102631386 node_schedstat_waiting_seconds_total{cpu="4"} 24713.299903618 node_schedstat_waiting_seconds_total{cpu="5"} 24627.018688187 node_schedstat_waiting_seconds_total{cpu="6"} 24511.884665782 node_schedstat_waiting_seconds_total{cpu="7"} 23535.458109553 # 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.000482705 node_scrape_collector_duration_seconds{collector="bcache"} 1.5802e-05 node_scrape_collector_duration_seconds{collector="bonding"} 9.513e-06 node_scrape_collector_duration_seconds{collector="btrfs"} 0.004677514 node_scrape_collector_duration_seconds{collector="conntrack"} 6.6932e-05 node_scrape_collector_duration_seconds{collector="cpu"} 0.000473122 node_scrape_collector_duration_seconds{collector="cpufreq"} 8.2053e-05 node_scrape_collector_duration_seconds{collector="diskstats"} 0.001678833 node_scrape_collector_duration_seconds{collector="dmi"} 1.3498e-05 node_scrape_collector_duration_seconds{collector="edac"} 1.7114e-05 node_scrape_collector_duration_seconds{collector="entropy"} 5.801e-05 node_scrape_collector_duration_seconds{collector="fibrechannel"} 8.542e-06 node_scrape_collector_duration_seconds{collector="filefd"} 2.0848e-05 node_scrape_collector_duration_seconds{collector="filesystem"} 0.025919185 node_scrape_collector_duration_seconds{collector="hwmon"} 9.704e-06 node_scrape_collector_duration_seconds{collector="infiniband"} 1.0745e-05 node_scrape_collector_duration_seconds{collector="ipvs"} 2.4404e-05 node_scrape_collector_duration_seconds{collector="loadavg"} 1.6804e-05 node_scrape_collector_duration_seconds{collector="mdadm"} 5.6968e-05 node_scrape_collector_duration_seconds{collector="meminfo"} 0.000108849 node_scrape_collector_duration_seconds{collector="netclass"} 0.017194573 node_scrape_collector_duration_seconds{collector="netdev"} 0.001913578 node_scrape_collector_duration_seconds{collector="netstat"} 0.000610852 node_scrape_collector_duration_seconds{collector="nfs"} 3.4157e-05 node_scrape_collector_duration_seconds{collector="nfsd"} 1.8716e-05 node_scrape_collector_duration_seconds{collector="nvme"} 2.889e-05 node_scrape_collector_duration_seconds{collector="os"} 4.7405e-05 node_scrape_collector_duration_seconds{collector="powersupplyclass"} 1.6022e-05 node_scrape_collector_duration_seconds{collector="pressure"} 2.4814e-05 node_scrape_collector_duration_seconds{collector="rapl"} 4.1868e-05 node_scrape_collector_duration_seconds{collector="schedstat"} 5.3113e-05 node_scrape_collector_duration_seconds{collector="selinux"} 1.582e-06 node_scrape_collector_duration_seconds{collector="sockstat"} 0.000118675 node_scrape_collector_duration_seconds{collector="softnet"} 4.9458e-05 node_scrape_collector_duration_seconds{collector="stat"} 0.000126005 node_scrape_collector_duration_seconds{collector="tapestats"} 1.3068e-05 node_scrape_collector_duration_seconds{collector="textfile"} 0.000172107 node_scrape_collector_duration_seconds{collector="thermal_zone"} 0.000238829 node_scrape_collector_duration_seconds{collector="time"} 5.6388e-05 node_scrape_collector_duration_seconds{collector="timex"} 1.1416e-05 node_scrape_collector_duration_seconds{collector="udp_queues"} 0.000185616 node_scrape_collector_duration_seconds{collector="uname"} 7.271e-06 node_scrape_collector_duration_seconds{collector="vmstat"} 9.2337e-05 node_scrape_collector_duration_seconds{collector="watchdog"} 1.0174e-05 node_scrape_collector_duration_seconds{collector="xfs"} 0.000253901 node_scrape_collector_duration_seconds{collector="zfs"} 2.162e-05 # HELP node_scrape_collector_success node_exporter: Whether a collector succeeded. # TYPE node_scrape_collector_success gauge node_scrape_collector_success{collector="arp"} 1 node_scrape_collector_success{collector="bcache"} 1 node_scrape_collector_success{collector="bonding"} 0 node_scrape_collector_success{collector="btrfs"} 1 node_scrape_collector_success{collector="conntrack"} 1 node_scrape_collector_success{collector="cpu"} 1 node_scrape_collector_success{collector="cpufreq"} 1 node_scrape_collector_success{collector="diskstats"} 1 node_scrape_collector_success{collector="dmi"} 1 node_scrape_collector_success{collector="edac"} 1 node_scrape_collector_success{collector="entropy"} 1 node_scrape_collector_success{collector="fibrechannel"} 0 node_scrape_collector_success{collector="filefd"} 1 node_scrape_collector_success{collector="filesystem"} 1 node_scrape_collector_success{collector="hwmon"} 1 node_scrape_collector_success{collector="infiniband"} 1 node_scrape_collector_success{collector="ipvs"} 0 node_scrape_collector_success{collector="loadavg"} 1 node_scrape_collector_success{collector="mdadm"} 1 node_scrape_collector_success{collector="meminfo"} 1 node_scrape_collector_success{collector="netclass"} 1 node_scrape_collector_success{collector="netdev"} 1 node_scrape_collector_success{collector="netstat"} 1 node_scrape_collector_success{collector="nfs"} 0 node_scrape_collector_success{collector="nfsd"} 0 node_scrape_collector_success{collector="nvme"} 0 node_scrape_collector_success{collector="os"} 1 node_scrape_collector_success{collector="powersupplyclass"} 1 node_scrape_collector_success{collector="pressure"} 0 node_scrape_collector_success{collector="rapl"} 1 node_scrape_collector_success{collector="schedstat"} 1 node_scrape_collector_success{collector="selinux"} 1 node_scrape_collector_success{collector="sockstat"} 1 node_scrape_collector_success{collector="softnet"} 1 node_scrape_collector_success{collector="stat"} 1 node_scrape_collector_success{collector="tapestats"} 0 node_scrape_collector_success{collector="textfile"} 1 node_scrape_collector_success{collector="thermal_zone"} 1 node_scrape_collector_success{collector="time"} 1 node_scrape_collector_success{collector="timex"} 1 node_scrape_collector_success{collector="udp_queues"} 1 node_scrape_collector_success{collector="uname"} 1 node_scrape_collector_success{collector="vmstat"} 1 node_scrape_collector_success{collector="watchdog"} 1 node_scrape_collector_success{collector="xfs"} 1 node_scrape_collector_success{collector="zfs"} 0 # HELP node_selinux_enabled SELinux is enabled, 1 is true, 0 is false # TYPE node_selinux_enabled gauge node_selinux_enabled 0 # HELP node_sockstat_FRAG6_inuse Number of FRAG6 sockets in state inuse. # TYPE node_sockstat_FRAG6_inuse gauge node_sockstat_FRAG6_inuse 0 # HELP node_sockstat_FRAG6_memory Number of FRAG6 sockets in state memory. # TYPE node_sockstat_FRAG6_memory gauge node_sockstat_FRAG6_memory 0 # HELP node_sockstat_FRAG_inuse Number of FRAG sockets in state inuse. # TYPE node_sockstat_FRAG_inuse gauge node_sockstat_FRAG_inuse 0 # HELP node_sockstat_FRAG_memory Number of FRAG sockets in state memory. # TYPE node_sockstat_FRAG_memory gauge node_sockstat_FRAG_memory 0 # HELP node_sockstat_RAW6_inuse Number of RAW6 sockets in state inuse. # TYPE node_sockstat_RAW6_inuse gauge node_sockstat_RAW6_inuse 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 87 # HELP node_sockstat_TCP_alloc Number of TCP sockets in state alloc. # TYPE node_sockstat_TCP_alloc gauge node_sockstat_TCP_alloc 575 # HELP node_sockstat_TCP_inuse Number of TCP sockets in state inuse. # TYPE node_sockstat_TCP_inuse gauge node_sockstat_TCP_inuse 103 # HELP node_sockstat_TCP_mem Number of TCP sockets in state mem. # TYPE node_sockstat_TCP_mem gauge node_sockstat_TCP_mem 159 # 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 651264 # 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 152 # HELP node_sockstat_UDP6_inuse Number of UDP6 sockets in state inuse. # TYPE node_sockstat_UDP6_inuse gauge node_sockstat_UDP6_inuse 5 # 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 16 # HELP node_sockstat_UDP_mem Number of UDP sockets in state mem. # TYPE node_sockstat_UDP_mem gauge node_sockstat_UDP_mem 3 # 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 12288 # HELP node_sockstat_sockets_used Number of IPv4 sockets in use. # TYPE node_sockstat_sockets_used gauge node_sockstat_sockets_used 1522 # HELP node_softnet_backlog_len Softnet backlog status # TYPE node_softnet_backlog_len gauge node_softnet_backlog_len{cpu="0"} 0 node_softnet_backlog_len{cpu="1"} 0 node_softnet_backlog_len{cpu="2"} 0 node_softnet_backlog_len{cpu="3"} 0 node_softnet_backlog_len{cpu="4"} 0 node_softnet_backlog_len{cpu="5"} 0 node_softnet_backlog_len{cpu="6"} 0 node_softnet_backlog_len{cpu="7"} 0 # HELP node_softnet_cpu_collision_total Number of collision occur while obtaining device lock while transmitting # TYPE node_softnet_cpu_collision_total counter node_softnet_cpu_collision_total{cpu="0"} 0 node_softnet_cpu_collision_total{cpu="1"} 0 node_softnet_cpu_collision_total{cpu="2"} 0 node_softnet_cpu_collision_total{cpu="3"} 0 node_softnet_cpu_collision_total{cpu="4"} 0 node_softnet_cpu_collision_total{cpu="5"} 0 node_softnet_cpu_collision_total{cpu="6"} 0 node_softnet_cpu_collision_total{cpu="7"} 0 # HELP node_softnet_dropped_total Number of dropped packets # TYPE node_softnet_dropped_total counter node_softnet_dropped_total{cpu="0"} 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 node_softnet_dropped_total{cpu="6"} 0 node_softnet_dropped_total{cpu="7"} 0 # HELP node_softnet_flow_limit_count_total Number of times flow limit has been reached # TYPE node_softnet_flow_limit_count_total counter node_softnet_flow_limit_count_total{cpu="0"} 0 node_softnet_flow_limit_count_total{cpu="1"} 0 node_softnet_flow_limit_count_total{cpu="2"} 0 node_softnet_flow_limit_count_total{cpu="3"} 0 node_softnet_flow_limit_count_total{cpu="4"} 0 node_softnet_flow_limit_count_total{cpu="5"} 0 node_softnet_flow_limit_count_total{cpu="6"} 0 node_softnet_flow_limit_count_total{cpu="7"} 0 # HELP node_softnet_processed_total Number of processed packets # TYPE node_softnet_processed_total counter node_softnet_processed_total{cpu="0"} 6.0926632e+07 node_softnet_processed_total{cpu="1"} 5.8644168e+07 node_softnet_processed_total{cpu="2"} 5.9701018e+07 node_softnet_processed_total{cpu="3"} 5.8999121e+07 node_softnet_processed_total{cpu="4"} 6.0586852e+07 node_softnet_processed_total{cpu="5"} 6.1483905e+07 node_softnet_processed_total{cpu="6"} 6.1712787e+07 node_softnet_processed_total{cpu="7"} 6.0124647e+07 # HELP node_softnet_received_rps_total Number of times cpu woken up received_rps # TYPE node_softnet_received_rps_total counter node_softnet_received_rps_total{cpu="0"} 0 node_softnet_received_rps_total{cpu="1"} 0 node_softnet_received_rps_total{cpu="2"} 0 node_softnet_received_rps_total{cpu="3"} 0 node_softnet_received_rps_total{cpu="4"} 0 node_softnet_received_rps_total{cpu="5"} 0 node_softnet_received_rps_total{cpu="6"} 0 node_softnet_received_rps_total{cpu="7"} 0 # HELP node_softnet_times_squeezed_total Number of times processing packets ran out of quota # TYPE node_softnet_times_squeezed_total counter node_softnet_times_squeezed_total{cpu="0"} 81476 node_softnet_times_squeezed_total{cpu="1"} 79229 node_softnet_times_squeezed_total{cpu="2"} 80023 node_softnet_times_squeezed_total{cpu="3"} 77931 node_softnet_times_squeezed_total{cpu="4"} 83377 node_softnet_times_squeezed_total{cpu="5"} 86142 node_softnet_times_squeezed_total{cpu="6"} 87091 node_softnet_times_squeezed_total{cpu="7"} 84932 # HELP node_textfile_scrape_error 1 if there was an error opening or reading a file, 0 otherwise # TYPE node_textfile_scrape_error gauge node_textfile_scrape_error 0 # HELP node_time_clocksource_available_info Available clocksources read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_available_info gauge node_time_clocksource_available_info{clocksource="acpi_pm",device="0"} 1 node_time_clocksource_available_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_clocksource_current_info Current clocksource read from '/sys/devices/system/clocksource'. # TYPE node_time_clocksource_current_info gauge node_time_clocksource_current_info{clocksource="kvm-clock",device="0"} 1 # HELP node_time_seconds System time in seconds since epoch (1970). # TYPE node_time_seconds gauge node_time_seconds 1.785961332895334e+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.000152 # HELP node_timex_frequency_adjustment_ratio Local clock frequency adjustment. # TYPE node_timex_frequency_adjustment_ratio gauge node_timex_frequency_adjustment_ratio 1.0000027435913086 # HELP node_timex_loop_time_constant Phase-locked loop time constant. # TYPE node_timex_loop_time_constant gauge node_timex_loop_time_constant 2 # HELP node_timex_maxerror_seconds Maximum error in seconds. # TYPE node_timex_maxerror_seconds gauge node_timex_maxerror_seconds 0.036359 # HELP node_timex_offset_seconds Time offset in between local system and reference clock. # TYPE node_timex_offset_seconds gauge node_timex_offset_seconds 0 # 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 0 # 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 37 # 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="srv718144.hstgr.cloud",release="5.14.0-687.29.1.el9_8.x86_64",sysname="Linux",version="#1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 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 2.985556521e+09 # HELP node_vmstat_pgmajfault /proc/vmstat information field pgmajfault. # TYPE node_vmstat_pgmajfault untyped node_vmstat_pgmajfault 85579 # HELP node_vmstat_pgpgin /proc/vmstat information field pgpgin. # TYPE node_vmstat_pgpgin untyped node_vmstat_pgpgin 2.43455386e+08 # HELP node_vmstat_pgpgout /proc/vmstat information field pgpgout. # TYPE node_vmstat_pgpgout untyped node_vmstat_pgpgout 5.23100145e+08 # HELP node_vmstat_pswpin /proc/vmstat information field pswpin. # TYPE node_vmstat_pswpin untyped node_vmstat_pswpin 6773 # HELP node_vmstat_pswpout /proc/vmstat information field pswpout. # TYPE node_vmstat_pswpout untyped node_vmstat_pswpout 106135 # HELP node_xfs_allocation_btree_compares_total Number of allocation B-tree compares for a filesystem. # TYPE node_xfs_allocation_btree_compares_total counter node_xfs_allocation_btree_compares_total{device="sda3"} 0 node_xfs_allocation_btree_compares_total{device="sda4"} 0 # HELP node_xfs_allocation_btree_lookups_total Number of allocation B-tree lookups for a filesystem. # TYPE node_xfs_allocation_btree_lookups_total counter node_xfs_allocation_btree_lookups_total{device="sda3"} 0 node_xfs_allocation_btree_lookups_total{device="sda4"} 0 # HELP node_xfs_allocation_btree_records_deleted_total Number of allocation B-tree records deleted for a filesystem. # TYPE node_xfs_allocation_btree_records_deleted_total counter node_xfs_allocation_btree_records_deleted_total{device="sda3"} 0 node_xfs_allocation_btree_records_deleted_total{device="sda4"} 0 # HELP node_xfs_allocation_btree_records_inserted_total Number of allocation B-tree records inserted for a filesystem. # TYPE node_xfs_allocation_btree_records_inserted_total counter node_xfs_allocation_btree_records_inserted_total{device="sda3"} 0 node_xfs_allocation_btree_records_inserted_total{device="sda4"} 0 # HELP node_xfs_block_map_btree_compares_total Number of block map B-tree compares for a filesystem. # TYPE node_xfs_block_map_btree_compares_total counter node_xfs_block_map_btree_compares_total{device="sda3"} 0 node_xfs_block_map_btree_compares_total{device="sda4"} 0 # HELP node_xfs_block_map_btree_lookups_total Number of block map B-tree lookups for a filesystem. # TYPE node_xfs_block_map_btree_lookups_total counter node_xfs_block_map_btree_lookups_total{device="sda3"} 0 node_xfs_block_map_btree_lookups_total{device="sda4"} 0 # HELP node_xfs_block_map_btree_records_deleted_total Number of block map B-tree records deleted for a filesystem. # TYPE node_xfs_block_map_btree_records_deleted_total counter node_xfs_block_map_btree_records_deleted_total{device="sda3"} 0 node_xfs_block_map_btree_records_deleted_total{device="sda4"} 0 # HELP node_xfs_block_map_btree_records_inserted_total Number of block map B-tree records inserted for a filesystem. # TYPE node_xfs_block_map_btree_records_inserted_total counter node_xfs_block_map_btree_records_inserted_total{device="sda3"} 0 node_xfs_block_map_btree_records_inserted_total{device="sda4"} 0 # HELP node_xfs_block_mapping_extent_list_compares_total Number of extent list compares for a filesystem. # TYPE node_xfs_block_mapping_extent_list_compares_total counter node_xfs_block_mapping_extent_list_compares_total{device="sda3"} 0 node_xfs_block_mapping_extent_list_compares_total{device="sda4"} 0 # HELP node_xfs_block_mapping_extent_list_deletions_total Number of extent list deletions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_deletions_total counter node_xfs_block_mapping_extent_list_deletions_total{device="sda3"} 2 node_xfs_block_mapping_extent_list_deletions_total{device="sda4"} 1.9128548e+07 # HELP node_xfs_block_mapping_extent_list_insertions_total Number of extent list insertions for a filesystem. # TYPE node_xfs_block_mapping_extent_list_insertions_total counter node_xfs_block_mapping_extent_list_insertions_total{device="sda3"} 5 node_xfs_block_mapping_extent_list_insertions_total{device="sda4"} 2.7092929e+07 # HELP node_xfs_block_mapping_extent_list_lookups_total Number of extent list lookups for a filesystem. # TYPE node_xfs_block_mapping_extent_list_lookups_total counter node_xfs_block_mapping_extent_list_lookups_total{device="sda3"} 2013 node_xfs_block_mapping_extent_list_lookups_total{device="sda4"} 3.612612087e+09 # HELP node_xfs_block_mapping_reads_total Number of block map for read operations for a filesystem. # TYPE node_xfs_block_mapping_reads_total counter node_xfs_block_mapping_reads_total{device="sda3"} 1360 node_xfs_block_mapping_reads_total{device="sda4"} 3.08922074e+09 # HELP node_xfs_block_mapping_unmaps_total Number of block unmaps (deletes) for a filesystem. # TYPE node_xfs_block_mapping_unmaps_total counter node_xfs_block_mapping_unmaps_total{device="sda3"} 3 node_xfs_block_mapping_unmaps_total{device="sda4"} 2.6339711e+07 # HELP node_xfs_block_mapping_writes_total Number of block map for write operations for a filesystem. # TYPE node_xfs_block_mapping_writes_total counter node_xfs_block_mapping_writes_total{device="sda3"} 261 node_xfs_block_mapping_writes_total{device="sda4"} 1.25572196e+08 # HELP node_xfs_directory_operation_create_total Number of times a new directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_create_total counter node_xfs_directory_operation_create_total{device="sda3"} 2 node_xfs_directory_operation_create_total{device="sda4"} 1.252551e+07 # HELP node_xfs_directory_operation_getdents_total Number of times the directory getdents operation was performed for a filesystem. # TYPE node_xfs_directory_operation_getdents_total counter node_xfs_directory_operation_getdents_total{device="sda3"} 1374 node_xfs_directory_operation_getdents_total{device="sda4"} 3.56590913e+08 # HELP node_xfs_directory_operation_lookup_total Number of file name directory lookups which miss the operating systems directory name lookup cache. # TYPE node_xfs_directory_operation_lookup_total counter node_xfs_directory_operation_lookup_total{device="sda3"} 330 node_xfs_directory_operation_lookup_total{device="sda4"} 3.0122186e+07 # HELP node_xfs_directory_operation_remove_total Number of times an existing directory entry was created for a filesystem. # TYPE node_xfs_directory_operation_remove_total counter node_xfs_directory_operation_remove_total{device="sda3"} 1 node_xfs_directory_operation_remove_total{device="sda4"} 1.1452938e+07 # HELP node_xfs_extent_allocation_blocks_allocated_total Number of blocks allocated for a filesystem. # TYPE node_xfs_extent_allocation_blocks_allocated_total counter node_xfs_extent_allocation_blocks_allocated_total{device="sda3"} 7986 node_xfs_extent_allocation_blocks_allocated_total{device="sda4"} 1.13892897e+08 # HELP node_xfs_extent_allocation_blocks_freed_total Number of blocks freed for a filesystem. # TYPE node_xfs_extent_allocation_blocks_freed_total counter node_xfs_extent_allocation_blocks_freed_total{device="sda3"} 1 node_xfs_extent_allocation_blocks_freed_total{device="sda4"} 1.13377281e+08 # HELP node_xfs_extent_allocation_extents_allocated_total Number of extents allocated for a filesystem. # TYPE node_xfs_extent_allocation_extents_allocated_total counter node_xfs_extent_allocation_extents_allocated_total{device="sda3"} 2 node_xfs_extent_allocation_extents_allocated_total{device="sda4"} 1.1567934e+07 # HELP node_xfs_extent_allocation_extents_freed_total Number of extents freed for a filesystem. # TYPE node_xfs_extent_allocation_extents_freed_total counter node_xfs_extent_allocation_extents_freed_total{device="sda3"} 1 node_xfs_extent_allocation_extents_freed_total{device="sda4"} 1.1427256e+07 # HELP node_xfs_inode_operation_attempts_total Number of times the OS looked for an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_attempts_total counter node_xfs_inode_operation_attempts_total{device="sda3"} 324 node_xfs_inode_operation_attempts_total{device="sda4"} 1.9549295e+07 # HELP node_xfs_inode_operation_attribute_changes_total Number of times the OS explicitly changed the attributes of an XFS inode. # TYPE node_xfs_inode_operation_attribute_changes_total counter node_xfs_inode_operation_attribute_changes_total{device="sda3"} 1 node_xfs_inode_operation_attribute_changes_total{device="sda4"} 1.695299e+07 # HELP node_xfs_inode_operation_duplicates_total Number of times the OS tried to add a missing XFS inode to the inode cache, but found it had already been added by another process. # TYPE node_xfs_inode_operation_duplicates_total counter node_xfs_inode_operation_duplicates_total{device="sda3"} 0 node_xfs_inode_operation_duplicates_total{device="sda4"} 0 # HELP node_xfs_inode_operation_found_total Number of times the OS looked for and found an XFS inode in the inode cache. # TYPE node_xfs_inode_operation_found_total counter node_xfs_inode_operation_found_total{device="sda3"} 0 node_xfs_inode_operation_found_total{device="sda4"} 1.0678113e+07 # HELP node_xfs_inode_operation_missed_total Number of times the OS looked for an XFS inode in the cache, but did not find it. # TYPE node_xfs_inode_operation_missed_total counter node_xfs_inode_operation_missed_total{device="sda3"} 324 node_xfs_inode_operation_missed_total{device="sda4"} 8.871182e+06 # HELP node_xfs_inode_operation_reclaims_total Number of times the OS reclaimed an XFS inode from the inode cache to free memory for another purpose. # TYPE node_xfs_inode_operation_reclaims_total counter node_xfs_inode_operation_reclaims_total{device="sda3"} 1 node_xfs_inode_operation_reclaims_total{device="sda4"} 5.211811e+06 # HELP node_xfs_inode_operation_recycled_total Number of times the OS found an XFS inode in the cache, but could not use it as it was being recycled. # TYPE node_xfs_inode_operation_recycled_total counter node_xfs_inode_operation_recycled_total{device="sda3"} 0 node_xfs_inode_operation_recycled_total{device="sda4"} 197 # HELP node_xfs_read_calls_total Number of read(2) system calls made to files in a filesystem. # TYPE node_xfs_read_calls_total counter node_xfs_read_calls_total{device="sda3"} 7303 node_xfs_read_calls_total{device="sda4"} 4.66895992e+08 # HELP node_xfs_vnode_active_total Number of vnodes not on free lists for a filesystem. # TYPE node_xfs_vnode_active_total counter node_xfs_vnode_active_total{device="sda3"} 323 node_xfs_vnode_active_total{device="sda4"} 3.659371e+06 # HELP node_xfs_vnode_allocate_total Number of times vn_alloc called for a filesystem. # TYPE node_xfs_vnode_allocate_total counter node_xfs_vnode_allocate_total{device="sda3"} 0 node_xfs_vnode_allocate_total{device="sda4"} 0 # HELP node_xfs_vnode_get_total Number of times vn_get called for a filesystem. # TYPE node_xfs_vnode_get_total counter node_xfs_vnode_get_total{device="sda3"} 0 node_xfs_vnode_get_total{device="sda4"} 0 # HELP node_xfs_vnode_hold_total Number of times vn_hold called for a filesystem. # TYPE node_xfs_vnode_hold_total counter node_xfs_vnode_hold_total{device="sda3"} 0 node_xfs_vnode_hold_total{device="sda4"} 0 # HELP node_xfs_vnode_reclaim_total Number of times vn_reclaim called for a filesystem. # TYPE node_xfs_vnode_reclaim_total counter node_xfs_vnode_reclaim_total{device="sda3"} 1 node_xfs_vnode_reclaim_total{device="sda4"} 1.2210571e+07 # HELP node_xfs_vnode_release_total Number of times vn_rele called for a filesystem. # TYPE node_xfs_vnode_release_total counter node_xfs_vnode_release_total{device="sda3"} 1 node_xfs_vnode_release_total{device="sda4"} 1.2210571e+07 # HELP node_xfs_vnode_remove_total Number of times vn_remove called for a filesystem. # TYPE node_xfs_vnode_remove_total counter node_xfs_vnode_remove_total{device="sda3"} 1 node_xfs_vnode_remove_total{device="sda4"} 1.2210571e+07 # HELP node_xfs_write_calls_total Number of write(2) system calls made to files in a filesystem. # TYPE node_xfs_write_calls_total counter node_xfs_write_calls_total{device="sda3"} 251 node_xfs_write_calls_total{device="sda4"} 1.09200798e+08 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1881.22 # 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 7.8279503012e+10 # 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.35394259214e+11 # 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.8082176e+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.78539152426e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.916678144e+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"} 38046 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0